aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/fpga/tests/fpga-mgr-test.c
diff options
context:
space:
mode:
authorKairui Song <[email protected]>2025-04-29 09:48:03 +0000
committerAndrew Morton <[email protected]>2025-05-08 06:39:41 +0000
commit9a9794a81a8a1be8670aa673ec0f0fbfbddeccae (patch)
treec0147bbeb2de8973410921dd2f57a6f9792b8042 /drivers/fpga/tests/fpga-mgr-test.c
parentselftests/mm: fix a build failure on powerpc (diff)
downloadkernel-9a9794a81a8a1be8670aa673ec0f0fbfbddeccae.tar.gz
kernel-9a9794a81a8a1be8670aa673ec0f0fbfbddeccae.zip
mm, swap: fix false warning for large allocation with !THP_SWAP
The !CONFIG_THP_SWAP check existed before just fine because slot cache would reject high order allocation and let the caller split all folios and try again. But slot cache is gone, so large allocation will directly go to the allocator, and the allocator should just fail silently to inform caller to do the folio split, this is totally fine and expected. Remove this meaningless warning. Link: https://lkml.kernel.org/r/[email protected] Fixes: 0ff67f990bd4 ("mm, swap: remove swap slot cache") Signed-off-by: Kairui Song <[email protected]> Reported-by: Heiko Carstens <[email protected]> Closes: https://lore.kernel.org/linux-mm/[email protected]/ Tested-by: Heiko Carstens <[email protected]> Cc: Baoquan He <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'drivers/fpga/tests/fpga-mgr-test.c')
0 files changed, 0 insertions, 0 deletions