This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f76349cf4145 Linux 6.0-rc7 new a078dff87013 ext4: fixup possible uninitialized variable access in ext4 [...] new 3a710532cfe5 Merge tag 'ext4_for_linus_fixes2' of git://git.kernel.org/ [...] new 1b513f613731 ntfs: fix BUG_ON in ntfs_lookup_inode_by_name() new 3d36424b3b58 mm/page_alloc: fix race condition between build_all_zoneli [...] new b14d067e850c xfs: quiet notify_failure EOPNOTSUPP cases new fd63612ae811 xfs: fix SB_BORN check in xfs_dax_notify_failure() new 65d3440e8d2e mm/memory-failure: fix detection of memory_failure() handlers new ac87ca0ea010 mm/memory-failure: fall back to vma_address() when ->notif [...] new 818c4fdaa987 x86/mm: disable instrumentations of mm/pgprot.c new 60bae7370896 mm/migrate_device.c: flush TLB while holding PTL new a3589e1d5fe3 mm/migrate_device.c: add missing flush_cache_page() new fd35ca3d12cc mm/migrate_device.c: copy pte dirty bit to page new 1552fd3ef7db mm/damon/dbgfs: fix memory leak when using debugfs_lookup() new 283c05f66dca tools: fix compilation after gfp_types.h split new b9eb7776e8a6 mm: fix VM_BUG_ON in __delete_from_swap_cache() new 36a3b14b5feb vmscan: check folio_test_private(), not folio_get_private() new 4eb5bbde3ccb mm: fix dereferencing possible ERR_PTR new 70cbc3cc78a9 mm: gup: fix the fast GUP race against THP collapse new bedf03416913 powerpc/64s/radix: don't need to broadcast IPI for radix p [...] new 58d426a7ba92 mm: fix madivse_pageout mishandling on non-LRU page new 2b7aa91ba0e8 mm/huge_memory: use pfn_to_online_page() in split_huge_pag [...] new 37dcc673d065 frontswap: don't call ->init if no ops are registered new 70427f6e9ecf mm: bring back update_mmu_cache() to finish_fault() new dac22531bbd4 mm: prevent page_frag_alloc() from corrupting the memory new 317314527d17 mm/hugetlb: correct demote page offset logic new 77677cdbc2aa mm,hwpoison: check mm when killing accessing process new 80e2b584f3ab mm/page_isolation: fix isolate_single_pageblock() isolatio [...] new 59298997df89 x86/uaccess: avoid check_object_size() in copy_from_user_nmi() new 3800a713b607 Merge tag 'mm-hotfixes-stable-2022-09-26' of git://git.ker [...]
The 29 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: arch/powerpc/mm/book3s64/radix_pgtable.c | 9 ----- arch/x86/lib/usercopy.c | 2 +- arch/x86/mm/Makefile | 3 ++ fs/ext4/mballoc.c | 3 +- fs/ntfs/super.c | 3 +- fs/xfs/xfs_notify_failure.c | 6 +-- include/linux/memremap.h | 5 +++ mm/damon/dbgfs.c | 19 +++++++--- mm/frontswap.c | 3 ++ mm/gup.c | 34 ++++++++++++++--- mm/huge_memory.c | 6 +-- mm/hugetlb.c | 14 ++++--- mm/khugepaged.c | 10 +++-- mm/madvise.c | 7 +++- mm/memory-failure.c | 27 +++++++------ mm/memory.c | 14 +++++-- mm/migrate_device.c | 16 +++++--- mm/page_alloc.c | 65 +++++++++++++++++++++++++++----- mm/page_isolation.c | 25 ++++++------ mm/secretmem.c | 2 +- mm/swap_state.c | 2 +- mm/vmscan.c | 4 +- tools/include/linux/gfp.h | 21 +---------- tools/include/linux/gfp_types.h | 1 + 24 files changed, 193 insertions(+), 108 deletions(-) create mode 100644 tools/include/linux/gfp_types.h