This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f78d76e72a46 Merge tag 'drm-fixes-2021-03-12-1' of git://anongit.freede [...] new 9e77d96b8e27 xen/events: reset affinity of 2-level event when tearing it down new 25da4618af24 xen/events: don't unmask an event channel when an eoi is pending new b6622798bc50 xen/events: avoid handling the same event on two cpus at t [...] new 0f9b05b9a01a Xen: drop exports of {set,clear}_foreign_p2m_mapping() new 36caa3fedf06 Xen/gntdev: don't needlessly allocate k{,un}map_ops[] new bce21a2b48ed Xen/gnttab: introduce common INVALID_GRANT_{HANDLE,REF} new f1d20d8643e5 Xen/gntdev: don't needlessly use kvcalloc() new 6bf8819fede1 Merge tag 'for-linus-5.12b-rc3-tag' of git://git.kernel.or [...] new df304c2d0dfd arm64: cpufeatures: Fix handling of CONFIG_CMDLINE for idr [...] new cae118b6acc3 arm64: Drop support for CMDLINE_EXTEND new 07fb6dc327f1 arm64/mm: Drop redundant ARCH_WANT_HUGE_PMD_SHARE new 79cc2ed5a716 arm64/mm: Drop THP conditionality from FORCE_MAX_ZONEORDER new eeb0753ba27b arm64/mm: Fix pfn_valid() for ZONE_DEVICE based memory new 093bbe211ea5 arm64/mm: Reorganize pfn_valid() new 86c83365ab76 arm64: kasan: fix page_alloc tagging with DEBUG_VIRTUAL new d15dfd31384b arm64: mte: Map hotplugged memory as Normal Tagged new 07e644885bf6 kselftest: arm64: Fix exit code of sve-ptrace new 26f55386f964 arm64/mm: Fix __enable_mmu() for new TGRAN range values new 7bb8bc6eb550 arm64: perf: Fix 64-bit event counter read truncation new 7ba8f2b2d652 arm64: mm: use a 48-bit ID map when possible on 52-bit VA builds new 30b2675761b8 arm64: mm: remove unused __cpu_uses_extended_idmap[_level()] new c8e386683652 perf/arm_dmc620_pmu: Fix error return code in dmc620_pmu_d [...] new 17f8fc198a6f Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new eb602521f438 gfs2: make function gfs2_make_fs_ro() to void type new 1a5a2cfd34c1 gfs2: fix use-after-free in trans_drain new d5bf630f355d gfs2: bypass signal_our_withdraw if no journal new 0efc4976e3da gfs2: bypass log flush if the journal is not live new b77b5fdd052e Merge tag 'gfs2-v5.12-rc2-fixes' of git://git.kernel.org/p [...] new 14fbbc829772 configfs: fix a use-after-free in __configfs_open_file new 8d9d53de51eb Merge tag 'configfs-for-5.12' of git://git.infradead.org/u [...] new fbc102fb4ccf regulator: mt6315: Return REGULATOR_MODE_INVALID for invalid mode new 5fe5f17dc59e regulator: pca9450: Fix return value when failing to get s [...] new e610e072c87a regulator: qcom-rpmh: Correct the pmic5_hfsmps515 buck new dfe03bca8db4 regulator: qcom-rpmh: Use correct buck for S1C regulator new 98b94b6e38ca regulator: pca9450: Clear PRESET_EN bit to fix BUCK1/2/3 v [...] new e9e7fce0384b regulator: rt4831: Fix return value check in rt4831_regula [...] new d450293c5500 regulator: mt6315: Fix off-by-one for .n_voltages new 270c0551abd6 Merge tag 'regulator-fix-v5.12-rc2' of git://git.kernel.or [...] new 774514bf9773 mmc: mmci: Add MMC_CAP_NEED_RSP_BUSY for the stm32 variants new 66fbacccbab9 mmc: core: Fix partition switch time for eMMC new f06391c45e83 mmc: cqhci: Fix random crash when remove mmc module/card new 568099a703de Merge tag 'mmc-v5.12-rc2' of git://git.kernel.org/pub/scm/ [...] new 28e96c1693ec ALSA: hda: Drop the BATCH workaround for AMD controllers new fc7c5c208eb7 ALSA: usb: Add Plantronics C320-M USB ctrl msg delay quirk new 9799110825db ALSA: usb-audio: Disable USB autosuspend properly in setup [...] new a14a6219996e ALSA: hda: ignore invalid NHLT table new fec60c3bc5d1 ALSA: usb-audio: Fix "cannot get freq eq" errors on Dell A [...] new 06abcb18b3a0 ALSA: usb-audio: Apply the control quirk to Plantronics headsets new 56b26497bb4b ALSA: hda/conexant: Add quirk for mute LED control on HP ZBook G5 new 0a0be72f9357 Merge branch 'for-linus-5.12-rc1' into for-linus new f15c5c11abfb ALSA: hda/ca0132: Add Sound BlasterX AE-5 Plus support new 30dea07180de ALSA: usb-audio: fix NULL ptr dereference in usb_audio_probe new c5aa956eaeb0 ALSA: usb-audio: fix use after free in usb_audio_disconnect new 13661fc48461 ALSA: hda: Flush pending unsolicited events before suspend new 5ff9dde42e8c ALSA: hda: Avoid spurious unsol event handling during S3/S4 new eea46a0879bc ALSA: hda/hdmi: Cancel pending works before suspend new 344178334b09 Merge tag 'sound-5.12-rc3' of git://git.kernel.org/pub/scm [...]
The 57 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/arm/xen/p2m.c | 5 +- arch/arm64/Kconfig | 12 +-- arch/arm64/include/asm/memory.h | 5 + arch/arm64/include/asm/mmu_context.h | 17 ---- arch/arm64/include/asm/pgtable-prot.h | 1 - arch/arm64/include/asm/pgtable.h | 3 + arch/arm64/include/asm/sysreg.h | 20 ++-- arch/arm64/kernel/head.S | 8 +- arch/arm64/kernel/idreg-override.c | 43 +++++---- arch/arm64/kernel/perf_event.c | 2 +- arch/arm64/kvm/reset.c | 10 +- arch/arm64/mm/init.c | 29 +++++- arch/arm64/mm/mmu.c | 5 +- arch/x86/xen/p2m.c | 6 +- drivers/firmware/efi/libstub/arm64-stub.c | 2 +- drivers/mmc/core/bus.c | 11 +-- drivers/mmc/core/mmc.c | 15 ++- drivers/mmc/host/mmci.c | 10 +- drivers/pci/xen-pcifront.c | 4 +- drivers/perf/arm_dmc620_pmu.c | 1 + drivers/regulator/mt6315-regulator.c | 4 +- drivers/regulator/pca9450-regulator.c | 10 +- drivers/regulator/qcom-rpmh-regulator.c | 6 +- drivers/regulator/rt4831-regulator.c | 4 +- drivers/xen/events/events_2l.c | 22 +++-- drivers/xen/events/events_base.c | 130 ++++++++++++++++++++------ drivers/xen/events/events_fifo.c | 7 -- drivers/xen/events/events_internal.h | 14 +-- drivers/xen/gntdev.c | 54 ++++++----- fs/configfs/file.c | 6 +- fs/gfs2/log.c | 6 +- fs/gfs2/ops_fstype.c | 4 +- fs/gfs2/super.c | 10 +- fs/gfs2/super.h | 2 +- fs/gfs2/trans.c | 2 + fs/gfs2/util.c | 17 ++-- include/linux/pgtable.h | 4 + include/linux/regulator/pca9450.h | 3 + include/xen/grant_table.h | 7 ++ include/xen/xenbus.h | 1 - mm/memory_hotplug.c | 2 +- sound/hda/intel-nhlt.c | 5 + sound/pci/hda/hda_bind.c | 4 + sound/pci/hda/hda_controller.c | 7 -- sound/pci/hda/hda_intel.c | 2 + sound/pci/hda/patch_ca0132.c | 1 + sound/pci/hda/patch_conexant.c | 62 ++++++++---- sound/pci/hda/patch_hdmi.c | 13 +++ sound/usb/card.c | 6 ++ sound/usb/quirks.c | 11 ++- sound/usb/usbaudio.h | 1 + tools/testing/selftests/arm64/fp/sve-ptrace.c | 2 +- 52 files changed, 420 insertions(+), 218 deletions(-)