This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f01c30de86f1 Merge tag 'vfs-5.10-fixes-2' of git://git.kernel.org/pub/s [...] new 3ad216ee73ab afs: Fix afs_write_end() when called with copied == 0 [ver #3] new 9a5085b3fad5 um: Call pgtable_pmd_page_dtor() in __pmd_free_tlb() new 4aea779d3512 Merge tag 'for-linus-5.10-rc4' of git://git.kernel.org/pub [...] new c350f8bea271 selinux: Fix error return code in sel_ib_pkey_sid_slow() new 30636a59f4c1 Merge tag 'selinux-pr-20201113' of git://git.kernel.org/pu [...] new da3fecb00403 scsi: ufs: Fix unbalanced scsi_block_reqs_cnt caused by uf [...] new 0f52fcb99ea2 scsi: ufs: Try to save power mode change and UIC cmd compl [...] new 2e6f11a797a2 scsi: ufshcd: Fix missing destroy_workqueue() new 0c0451112b62 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new 402dab548d0d hwmon: (pmbus/max20730) use scnprintf() instead of snprintf() new 18e8db7f6526 hwmon: (pmbus) Add mutex locking for sysfs reads new fd8feec665fe hwmon: (pwm-fan) Fix RPM calculation new 4d64bb4ba5ec hwmon: (applesmc) Re-work SMC comms new 60268b0e8258 hwmon: (amd_energy) modify the visibility of the counters new 7e908b7461ec Merge tag 'hwmon-for-v5.10-rc4' of git://git.kernel.org/pu [...] new 8d8c3131248d clk: define to_clk_regmap() as inline function new c277ca155d2f clk: imx8m: fix bus critical clk registration new 31908a604ced Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...] new 38935861d85a mm/compaction: count pages and stop correctly during page [...] new d20bdd571ee5 mm/compaction: stop isolation if too many pages are isolat [...] new 2da9f6305f30 mm/vmscan: fix NR_ISOLATED_FILE corruption on 64-bit new 044747e971ac mailmap: fix entry for Dmitry Baryshkov/Eremin-Solenikov new 22e4663e9163 mm/slub: fix panic in slab_alloc_node() new 96e1fac162cc mm/gup: use unpin_user_pages() in __gup_longterm_locked() new 3347acc6fcd4 compiler.h: fix barrier_data() on clang new 8b92c4ff4423 Revert "kernel/reboot.c: convert simple_strtoul to kstrtoint" new df5b0ab3e08a reboot: fix overflow parsing reboot cpu number new e7e046155af0 kernel/watchdog: fix watchdog_allowed_mask not used warning new 8b21ca0218d2 mm: memcontrol: fix missing wakeup polling thread new 336bf30eb765 hugetlbfs: fix anon huge page migration race new 2f31ad64a9cc panic: don't dump stack twice on warn new f5785283dd64 ocfs2: initialize ip_next_orphan new e28c0d7c92c8 Merge branch 'akpm' (patches from Andrew)
The 33 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: .mailmap | 5 +- arch/um/include/asm/pgalloc.h | 8 ++- drivers/clk/imx/clk-imx8mm.c | 10 +-- drivers/clk/imx/clk-imx8mn.c | 6 +- drivers/clk/imx/clk-imx8mp.c | 10 +-- drivers/clk/imx/clk-imx8mq.c | 8 +-- drivers/clk/imx/clk.h | 5 ++ drivers/clk/meson/clk-regmap.h | 5 +- drivers/clk/qcom/clk-regmap.h | 6 +- drivers/hwmon/amd_energy.c | 2 +- drivers/hwmon/applesmc.c | 130 ++++++++++++++++++++++++--------------- drivers/hwmon/pmbus/max20730.c | 26 ++++---- drivers/hwmon/pmbus/pmbus_core.c | 13 +++- drivers/hwmon/pwm-fan.c | 16 ++--- drivers/scsi/ufs/ufshcd.c | 34 ++++++++-- drivers/scsi/ufs/ufshcd.h | 2 + fs/afs/write.c | 5 +- fs/ocfs2/super.c | 1 + include/asm-generic/barrier.h | 1 + include/linux/compiler-clang.h | 6 -- include/linux/compiler-gcc.h | 19 ------ include/linux/compiler.h | 18 +++++- include/linux/memcontrol.h | 11 +++- kernel/panic.c | 3 +- kernel/reboot.c | 28 ++++----- kernel/watchdog.c | 4 +- mm/compaction.c | 12 ++-- mm/gup.c | 14 +++-- mm/hugetlb.c | 90 ++------------------------- mm/memory-failure.c | 36 +++++------ mm/migrate.c | 44 +++++++------ mm/rmap.c | 5 +- mm/slub.c | 2 +- mm/vmscan.c | 5 +- security/selinux/ibpkey.c | 4 +- 35 files changed, 309 insertions(+), 285 deletions(-)