Files
kernel_arpi/kernel
Minchan Kim eebff8eab2 FROMLIST: mm: cma: introduce gfp flag in cma_alloc instead of no_warn
The upcoming patch will introduce __GFP_NORETRY semantic
in alloc_contig_range which is a failfast mode of the API.
Instead of adding a additional parameter for gfp, replace
no_warn with gfp flag.

To keep old behaviors, it follows the rule below.

  no_warn 			gfp_flags

  false         		GFP_KERNEL
  true          		GFP_KERNEL|__GFP_NOWARN
  gfp & __GFP_NOWARN		GFP_KERNEL | (gfp & __GFP_NOWARN)

Bug: 170340257
Bug: 120293424
Link: https://lore.kernel.org/linux-mm/YAnM5PbNJZlk%2F%2FiX@google.com/T/#m36b144ff81fe0a8f0ecaf6813de4819ecc41f8fe
Reviewed-by: Suren Baghdasaryan <surenb@google.com>
Signed-off-by: Minchan Kim <minchan@kernel.org>
Signed-off-by: Minchan Kim <minchan@google.com>
Change-Id: I1ce020ab5d5fff34eb6464be4632ddef72fb43eb
Signed-off-by: Richard Chang <richardycc@google.com>
(cherry picked from commit 23ba990a3e)
2023-01-05 02:16:50 +00:00
..
2022-12-08 16:43:35 +00:00
2022-12-14 13:04:18 +01:00
2022-12-19 17:29:08 +01:00
2022-12-04 12:02:10 +00:00
2022-11-15 12:48:44 +00:00
2022-07-13 11:40:42 +02:00
2022-11-02 08:51:19 +01:00
2022-12-14 13:04:18 +01:00
2022-09-21 17:30:12 +02:00
2022-12-08 16:43:35 +00:00
2021-09-08 15:32:35 -07:00
2022-06-14 11:49:05 +02:00
2022-02-23 12:30:26 +01:00
2021-09-08 15:32:34 -07:00
2021-09-28 08:49:54 -07:00
2022-07-22 17:43:50 +02:00
2022-04-24 16:57:32 +02:00
2022-12-08 16:43:35 +00:00
2022-09-24 10:01:09 +02:00
2022-09-28 13:32:32 +02:00