This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 94801e5c6d46 Merge tag 'pinctrl-v5.10-3' of git://git.kernel.org/pub/sc [...] new 16c0cc0ce305 revert "mm/filemap: add static for function __add_to_page_ [...] new 40d6366e9d86 proc: use untagged_addr() for pagemap_read addresses new 84edc2eff827 selftest/fpu: avoid clang warning new 14dc3983b5df kbuild: avoid static_assert for genksyms new 55d5b7dd6451 initramfs: fix clang build failure new 6e7b64b9dd6d elfcore: fix building with clang new 6c82d45c7f03 kasan: fix object remaining in offline per-cpu quarantine new ba9c1201beaa mm/hugetlb: clear compound_nr before freeing gigantic pages new a06caa4a68ce Merge branch 'akpm' (patches from Andrew) new b7906b70a233 bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu [...] new 6bea0225a4bf zonefs: fix page reference and BIO leak new 782598ecea73 Merge tag 'zonefs-5.10-rc7' of git://git.kernel.org/pub/sc [...] new c0a2074ac575 mmc: mediatek: Fix system suspend/resume support for CQHCI new 903a72eca4ab mmc: mediatek: Extend recheck_sdio_irq fix to more variants new a42a7ec9bb99 mmc: sdhci-of-arasan: Fix clock registration error for Kee [...] new 32a9e0c445fa mmc: tmio: improve bringing HW to a sane state with MMC_POWER_OFF new 6246d7c9d15a mmc: block: Fixup condition for CMD13 polling for RPMB requests new c0d638a03bc5 mmc: mediatek: mark PM functions as __maybe_unused new 1de5d12b7690 Merge tag 'mmc-v5.10-rc4-2' of git://git.kernel.org/pub/sc [...] new 249a9599c912 mtd: rawnand: ams-delta: Do not force a particular softwar [...] new 52277269c406 mtd: rawnand: au1550: Do not force a particular software E [...] new bd47fa451315 mtd: rawnand: gpio: Do not force a particular software ECC engine new f49bde9fe25c mtd: rawnand: mpc5121: Do not force a particular software [...] new f87b720a2164 mtd: rawnand: orion: Do not force a particular software EC [...] new 9506ab943db4 mtd: rawnand: pasemi: Do not force a particular software E [...] new 148b4f16159f mtd: rawnand: plat_nand: Do not force a particular softwar [...] new cf75f00fc802 mtd: rawnand: socrates: Do not force a particular software [...] new 33d974e76e21 mtd: rawnand: xway: Do not force a particular software ECC engine new 7f376f1917d7 Merge tag 'mtd/fixes-for-5.10-rc8' of git://git.kernel.org [...]
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: drivers/mmc/core/block.c | 2 +- drivers/mmc/host/mtk-sd.c | 39 ++++++++++++++++++++++++++---------- drivers/mmc/host/sdhci-of-arasan.c | 3 +++ drivers/mmc/host/tmio_mmc_core.c | 6 +++--- drivers/mtd/nand/raw/ams-delta.c | 4 +++- drivers/mtd/nand/raw/au1550nd.c | 4 +++- drivers/mtd/nand/raw/gpio.c | 4 +++- drivers/mtd/nand/raw/mpc5121_nfc.c | 4 +++- drivers/mtd/nand/raw/orion_nand.c | 4 +++- drivers/mtd/nand/raw/pasemi_nand.c | 4 +++- drivers/mtd/nand/raw/plat_nand.c | 4 +++- drivers/mtd/nand/raw/socrates_nand.c | 4 +++- drivers/mtd/nand/raw/xway_nand.c | 4 +++- fs/proc/task_mmu.c | 8 ++++++-- fs/zonefs/super.c | 14 +++++++------ include/linux/build_bug.h | 5 +++++ include/linux/elfcore.h | 22 ++++++++++++++++++++ include/uapi/linux/bpf.h | 4 ++-- init/initramfs.c | 2 +- kernel/Makefile | 1 - kernel/bpf/helpers.c | 4 ++-- kernel/elfcore.c | 26 ------------------------ kernel/trace/bpf_trace.c | 4 ++-- lib/Makefile | 3 ++- mm/filemap.c | 2 +- mm/hugetlb.c | 1 + mm/kasan/quarantine.c | 39 ++++++++++++++++++++++++++++++++++++ tools/include/uapi/linux/bpf.h | 4 ++-- 28 files changed, 155 insertions(+), 70 deletions(-) delete mode 100644 kernel/elfcore.c