This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 7acac4b3196c Merge tag 'linux-kselftest-kunit-fixes-5.12-rc5.1' of git: [...] new bf1c82a53890 cachefiles: do not yet allow on idmapped mounts new 39f985c8f667 fs/cachefiles: Remove wait_bit_key layout dependency new e5dbd33218bd mm/writeback: Add wait_on_page_writeback_killable new 75b69799610c afs: Use wait_on_page_writeback_killable new 8a9d2e133e2f Merge tag 'afs-cachefiles-fixes-20210323' of git://git.ker [...] new 56678a5f44ef platform/x86: intel-hid: Support Lenovo ThinkPad X1 Tablet Gen 2 new 053191b6a4bc platform/x86: thinkpad_acpi: check dytc version for lapmode sysfs new 3d677f12ea3a platform/x86: thinkpad_acpi: Allow the FnLock LED to change state new ec0e8fc416f7 platform/x86: thinkpad_acpi: Disable DYTC CQL mode around [...] new d939cd96b9df platform/x86: dell-wmi-sysman: Fix crash caused by calling [...] new c59ab4cedab7 platform/x86: dell-wmi-sysman: Fix possible NULL pointer d [...] new 2d0c418c91d8 platform/x86: dell-wmi-sysman: Make it safe to call exit_f [...] new 59bbbeb9c22c platform/x86: dell-wmi-sysman: Fix release_attributes_data [...] new 9c90cd869747 platform/x86: dell-wmi-sysman: Cleanup sysman_init() error [...] new 32418dd58c95 platform/x86: dell-wmi-sysman: Make sysman_init() return - [...] new 35471138a9f7 platform/x86: dell-wmi-sysman: Cleanup create_attributes_l [...] new 538d2dd0b992 platform/x86: intel-vbtn: Stop reporting SW_DOCK events new 7547deff8a22 platform/x86: intel_pmt_class: Initial resource to 0 new 10c931cdfe64 platform/x86: intel_pmt_crashlog: Fix incorrect macros new 269b04a50992 platform/x86: intel_pmc_core: Update Kconfig new d1635448f110 platform/x86: intel_pmc_core: Ignore GBE LTR on Tiger Lake [...] new a0a4df6a9e40 Merge tag 'platform-drivers-x86-v5.12-2' of git://git.kern [...] new c9b86db274d2 clk: qcom: rpmh: Update the XO clock source for SC7280 new 0ae67123eafd clk: qcom: rcg2: Rectify clk_gfx3d rate rounding without m [...] new 148ddaa89d4a clk: qcom: gcc-sc7180: Use floor ops for the correct sdcc1 clk new 4ee998b0ef8b Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...]
The 26 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/clk/qcom/clk-rcg2.c | 17 ++-- drivers/clk/qcom/clk-rpmh.c | 7 +- drivers/clk/qcom/gcc-sc7180.c | 4 +- drivers/platform/x86/Kconfig | 11 ++- .../x86/dell/dell-wmi-sysman/enum-attributes.c | 3 + .../x86/dell/dell-wmi-sysman/int-attributes.c | 3 + .../x86/dell/dell-wmi-sysman/passobj-attributes.c | 3 + .../x86/dell/dell-wmi-sysman/string-attributes.c | 3 + drivers/platform/x86/dell/dell-wmi-sysman/sysman.c | 84 ++++++---------- drivers/platform/x86/intel-hid.c | 7 ++ drivers/platform/x86/intel-vbtn.c | 12 ++- drivers/platform/x86/intel_pmc_core.c | 50 +++++++--- drivers/platform/x86/intel_pmt_class.c | 2 +- drivers/platform/x86/intel_pmt_crashlog.c | 13 ++- drivers/platform/x86/thinkpad_acpi.c | 108 +++++++++++++++------ fs/afs/write.c | 3 +- fs/cachefiles/bind.c | 6 ++ fs/cachefiles/rdwr.c | 7 +- include/linux/pagemap.h | 2 +- mm/page-writeback.c | 16 +++ 20 files changed, 233 insertions(+), 128 deletions(-)