This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from d00c50b35101 Merge tag 'spi-fix-v5.18-rc1' of git://git.kernel.org/pub/ [...] new 83a8441f8d8e mm/huge_memory: Avoid calling pmd_page() on a non-leaf PMD new ffe06786b540 mm/migrate: Use a folio in alloc_migration_target() new c185e494ae0c mm/migrate: Use a folio in migrate_misplaced_transhuge_page() new f584b68005ac mm: Add vma_alloc_folio() new ec4858e07ed6 mm/mempolicy: Use vma_alloc_folio() in new_page() new 98ea02597b99 mm/rmap: Fix handling of hugetlbfs pages in page_vma_mapped_walk new d66b6985b164 Merge tag 'folio-5.18e' of git://git.infradead.org/users/w [...] new a0ab7e5bc965 Revert "arm64: Change elfcore for_each_mte_vma() to use VM [...] new 16decce22efa arm64: mte: Fix the stack frame size warning in mte_dump_t [...] new 5524cbb1bfcd arch/arm64: Fix topology initialization for core scheduling new dd671f16b1cd arm64: fix typos in comments new 4dfa1f3657a0 arm64: Fix comments in macro __init_el2_gicv3 new 2012a9e27901 perf: qcom_l2_pmu: fix an incorrect NULL check on list iterator new 1d8e926a04b9 perf: MARVELL_CN10K_DDR_PMU should depend on ARCH_THUNDER new a2c0b0fbe014 arm64: alternatives: mark patch_alternative() as `noinstr` new 697a1d44af8b tlb: hugetlb: Add more sizes to tlb_remove_huge_tlb_entry new 31a099dbd91e arm64: patch_text: Fixup last cpu should be master new 83bea32ac7ed arm64: Add part number for Arm Cortex-A78AE new d02b4dd84e1a perf/imx_ddr: Fix undefined behavior due to shift overflow [...] new c0aa53389b0c Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new ab0fc21bc710 Revert "NFSv4: Handle the special Linux file open access mode" new b243874f6f95 NFSv4: fix open failure with O_ACCMODE flag new eb07d5a4da04 SUNRPC: handle malloc failure in ->request_prepare new 830f1111d90e NFS: Replace readdir's use of xxhash() with hash_64() new f00432063db1 SUNRPC: Ensure we flush any closed sockets before xs_xprt_free() new dcc7977c7fdd NFSv4.2: Fix missing removal of SLAB_ACCOUNT on kmem_cache [...] new d3c15033b240 SUNRPC: Handle ENOMEM in call_transmit_status() new 9d82819d5b06 SUNRPC: Handle low memory situations in call_status() new 68b78dcdf93a NFSv4/pnfs: Handle RPC allocation errors in nfs4_proc_layoutget new 88dee0cc93ad NFS: Ensure rpc_run_task() cannot fail in nfs_async_rename() new 25cf32ad5dba SUNRPC: Handle allocation failure in rpc_new_task() new b056fa070814 SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_al [...] new ff053dbbaffe SUNRPC: Move the call to xprt_send_pagedata() out of xprt_ [...] new 1a3b1bba7c7a Merge tag 'nfs-for-5.18-2' of git://git.linux-nfs.org/proj [...]
The 34 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/arm64/include/asm/cputype.h | 2 + arch/arm64/include/asm/el2_setup.h | 2 +- arch/arm64/kernel/alternative.c | 6 +-- arch/arm64/kernel/elfcore.c | 47 ++++++++++++---------- arch/arm64/kernel/hw_breakpoint.c | 2 +- arch/arm64/kernel/module-plts.c | 2 +- arch/arm64/kernel/patching.c | 4 +- arch/arm64/kernel/proton-pack.c | 1 + arch/arm64/kernel/smp.c | 2 +- arch/arm64/kernel/suspend.c | 2 +- arch/arm64/mm/init.c | 4 +- drivers/perf/Kconfig | 2 +- drivers/perf/fsl_imx8_ddr_perf.c | 2 +- drivers/perf/qcom_l2_pmu.c | 6 +-- fs/file_table.c | 1 + fs/nfs/Kconfig | 4 -- fs/nfs/dir.c | 19 ++------- fs/nfs/inode.c | 1 - fs/nfs/internal.h | 10 +++++ fs/nfs/nfs42xattr.c | 2 +- fs/nfs/nfs4file.c | 6 ++- fs/nfs/nfs4proc.c | 2 + fs/nfs/unlink.c | 1 + include/asm-generic/tlb.h | 10 +++-- include/linux/gfp.h | 8 +++- include/linux/nfs_xdr.h | 1 + include/linux/sunrpc/xprt.h | 5 +-- include/trace/events/sunrpc.h | 1 - mm/huge_memory.c | 11 +++--- mm/mempolicy.c | 38 +++++++++++------- mm/migrate.c | 80 +++++++++++++------------------------- mm/page_vma_mapped.c | 6 +-- net/sunrpc/clnt.c | 20 ++++++++-- net/sunrpc/sched.c | 5 +++ net/sunrpc/socklib.c | 6 --- net/sunrpc/svcsock.c | 13 +++++-- net/sunrpc/xprt.c | 30 +++++++------- net/sunrpc/xprtsock.c | 33 +++++++++++++--- 38 files changed, 216 insertions(+), 181 deletions(-)