linux-stable/include
Linus Torvalds e664359367 mm: fix mismerge of folio page flag manipulators
I had missed a semantic conflict between commit d389a4a811 ("mm: Add
folio flag manipulation functions") from the folio tree, and commit
eac96c3efd ("mm: filemap: check if THP has hwpoisoned subpage for PMD
page fault") that added a new set of page flags.

My build tests had too many options enabled, which hid this issue.  But
if you didn't have MEMORY_FAILURE or TRANSPARENT_HUGEPAGE enabled, you'd
end up with build errors like this:

  include/linux/page-flags.h:806:29: error: macro "PAGEFLAG_FALSE" requires 2 arguments, but only 1 given
    806 | PAGEFLAG_FALSE(HasHWPoisoned)
        |                             ^

due to the missing lowercase name used for folio function naming.

Fixes: 49f8275c7d ("Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecache")
Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Reported-by: Yang Shi <shy828301@gmail.com>
Cc: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2021-11-01 14:56:37 -07:00
..
acpi
asm-generic Memory folios 2021-11-01 08:47:59 -07:00
clocksource Time, timers and timekeeping updates: 2021-11-01 13:44:55 -07:00
crypto
drm
dt-bindings
keys
kunit
kvm
linux mm: fix mismerge of folio page flag manipulators 2021-11-01 14:56:37 -07:00
math-emu
media
memory
misc
net mptcp: fix corrupt receiver key in MPC + data + checksum 2021-10-28 08:19:06 -07:00
pcmcia
ras
rdma
scsi scsi: add a scsi_alloc_request helper 2021-10-22 08:33:57 -06:00
soc Time, timers and timekeeping updates: 2021-11-01 13:44:55 -07:00
sound
target
trace Changes since last update: 2021-11-01 11:39:22 -07:00
uapi Locking updates: 2021-11-01 13:15:36 -07:00
vdso
video
xen