This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 072e51356cd5 Merge tag 'nfs-for-5.20-2' of git://git.linux-nfs.org/proj [...] new 5f4d1fd5b5d3 selftests/sgx: Ignore OpenSSL 3.0 deprecated functions warning new bdbf0617bbc3 selftests/vm: fix inability to build any vm tests new 3ee3d984102b Merge tag 'linux-kselftest-fixes-6.0-rc3' of git://git.ker [...] new d52788b3da27 mmc: sdhci-of-aspeed: test: Fix dependencies when KUNIT=m new 41a55567b9e3 module: kunit: Load .kunit_test_suites section when CONFIG [...] new 6234806f8c9f Merge tag 'linux-kselftest-kunit-fixes-6.0-rc3' of git://g [...] new d10a72de54c2 get_maintainer: add Alan to .get_maintainer.ignore new 37887783b3fe Revert "zram: remove double compression logic" new 5535be309971 mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COW new a8faed3a02ee kernel/sys_ni: add compat entry for fadvise64_64 new a39c5d3ce03d mm: add DEVICE_ZONE to FOR_ALL_ZONES new efd4149342db mm/smaps: don't access young/dirty bit if pte unpresent new f369b07c8614 mm/uffd: reset write protection when unregister with wp-mode new f96f7a40874d mm/hugetlb: fix hugetlb not supporting softdirty tracking new 1d8d14641fd9 mm/hugetlb: support write-faults in shared mappings new cb241339b9d0 mm/shmem: fix chattr fsflags support in tmpfs new 15f242bb65b8 mm/shmem: tmpfs fallocate use file_modified() new 76d36dea0269 mm/shmem: shmem_replace_page() remember NR_SHMEM new 9c80e79906b4 kprobes: don't call disarm_kprobe() for disabled kprobes new 95607ad99b5a Merge tag 'mm-hotfixes-stable-2022-08-22' of git://git.ker [...] new 7ae1f5508d9a parisc: Fix exception handler for fldw and fstw instructions new 3dcfb729b5f4 parisc: Make CONFIG_64BIT available for ARCH=parisc64 only new b4b18f47f4f9 Revert "parisc: Show error if wrong 32/64-bit compiler is [...] new db4538ad4db2 parisc: ccio-dma: Fix typo in comment new 4cb2643667c2 parisc: led: Move from strlcpy with unused retval to strscpy new d46c742f827f parisc: ccio-dma: Handle kmalloc failure in ccio_init_resources() new 591d2108f3ab parisc: Add runtime check to prevent PA2.0 kernels on PA1. [...] new df0219d11b6f Merge tag 'parisc-for-6.0-2' of git://git.kernel.org/pub/s [...]
The 28 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: .get_maintainer.ignore | 2 + arch/parisc/Kconfig | 21 +++------- arch/parisc/include/asm/bitops.h | 8 ---- arch/parisc/kernel/head.S | 43 ++++++++++++++++++++- arch/parisc/kernel/unaligned.c | 2 +- drivers/block/zram/zram_drv.c | 42 +++++++++++++++----- drivers/block/zram/zram_drv.h | 1 + drivers/mmc/host/Kconfig | 1 + drivers/parisc/ccio-dma.c | 13 +++++-- drivers/parisc/led.c | 2 +- fs/proc/task_mmu.c | 7 ++-- fs/userfaultfd.c | 4 ++ include/linux/mm.h | 1 - include/linux/shmem_fs.h | 13 ++----- include/linux/userfaultfd_k.h | 2 + include/linux/vm_event_item.h | 15 ++++++-- kernel/kprobes.c | 9 +++-- kernel/module/main.c | 2 +- kernel/sys_ni.c | 1 + mm/gup.c | 68 ++++++++++++++++++++++----------- mm/huge_memory.c | 64 +++++++++++++++++++++---------- mm/hugetlb.c | 26 +++++++++---- mm/mmap.c | 7 +++- mm/shmem.c | 59 ++++++++++++++++------------ mm/userfaultfd.c | 29 ++++++++------ mm/vmstat.c | 9 ++++- tools/testing/selftests/lib.mk | 1 + tools/testing/selftests/sgx/sigstruct.c | 6 +++ 28 files changed, 308 insertions(+), 150 deletions(-)