This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 3e732ebf7316 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] new 76ed2f61ae3e ata: libata-sff: Fix compilation warning in ata_sff_lost_i [...] new 7aa8104a5547 ata: sata_dwc_460ex: Fix crash due to OOB write new 539975229939 ata: libata-core: Disable READ LOG DMA EXT for Samsung 840 EVOs new 55b014159ee7 ata: ahci: Rename CONFIG_SATA_LPM_POLICY configuration item back new 640b5037da8e Merge tag 'ata-5.18-rc2' of git://git.kernel.org/pub/scm/l [...] new 527a9867af29 random: do not split fast init input in add_hwgenerator_ra [...] new 48bff1053c17 random: opportunistically initialize on /dev/urandom reads new aba120cc1017 random: do not allow user to keep crng key around on stack new 1448769c9cdb random: check for signal_pending() outside of need_resched [...] new e3c1c4fd9e6d random: check for signals every PAGE_SIZE chunk of /dev/[u]random new 3638bd90df99 Merge tag 'random-5.18-rc2-for-linus' of git://git.kernel. [...] new 9f8b577f7b43 Drivers: hv: vmbus: Deactivate sysctl_record_panic_msg by [...] new 3a5469582c24 Drivers: hv: vmbus: Fix initialization of device object in [...] new 792f232d57ff Drivers: hv: vmbus: Fix potential crash on module unload new 37200078ed6a Drivers: hv: vmbus: Propagate VMbus coherence to each VMbu [...] new 8d21732475c6 PCI: hv: Propagate coherence from VMbus device to PCI device new b6cae15b5710 Drivers: hv: vmbus: Prevent load re-ordering when reading [...] new b3d6dd09ff00 Drivers: hv: balloon: Support status report for larger page sizes new be5802795cf8 Drivers: hv: balloon: Disable balloon and hot-add accordingly new eaa03d345358 Drivers: hv: vmbus: Replace smp_store_mb() with virt_store_mb() new 42e7a03d3bad Merge tag 'hyperv-fixes-signed-20220407' of git://git.kern [...]
The 21 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/ata/Kconfig | 6 ++- drivers/ata/ahci.c | 2 +- drivers/ata/ahci.h | 2 +- drivers/ata/libata-core.c | 3 ++ drivers/ata/libata-sff.c | 2 +- drivers/ata/sata_dwc_460ex.c | 6 ++- drivers/char/random.c | 74 +++++++++++++++++++------------------ drivers/hv/channel_mgmt.c | 6 +-- drivers/hv/hv_balloon.c | 49 +++++++++++++++++++++--- drivers/hv/hv_common.c | 11 ++++++ drivers/hv/ring_buffer.c | 11 +++++- drivers/hv/vmbus_drv.c | 65 ++++++++++++++++++++++++++------ drivers/pci/controller/pci-hyperv.c | 9 +++++ include/asm-generic/mshyperv.h | 1 + 14 files changed, 186 insertions(+), 61 deletions(-)