-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
I'm announcing the release of the 4.4.282 kernel.
All users of the 4.4 kernel series must upgrade.
The updated 4.4.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.4.y and can be browsed at the normal kernel.org git web browser: https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git%3Ba=summa...
Thanks, Sasha
- ------------
Makefile | 2 +- arch/arm/boot/dts/am43x-epos-evm.dts | 2 +- arch/x86/include/asm/svm.h | 2 + arch/x86/kvm/svm.c | 6 +- arch/x86/tools/chkobjdump.awk | 1 + drivers/base/core.c | 1 + drivers/dma/of-dma.c | 9 +- drivers/dma/sh/usb-dmac.c | 2 +- drivers/i2c/i2c-dev.c | 5 +- drivers/ipack/carriers/tpci200.c | 36 +++--- drivers/mmc/host/dw_mmc.c | 47 +++++--- .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c | 4 +- drivers/net/hamradio/6pack.c | 6 + drivers/pci/msi.c | 129 +++++++++++++-------- drivers/scsi/megaraid/megaraid_mm.c | 21 +++- drivers/scsi/scsi_scan.c | 3 +- drivers/xen/events/events_base.c | 20 +++- include/asm-generic/vmlinux.lds.h | 1 + include/linux/device.h | 1 + include/linux/msi.h | 2 +- net/bluetooth/hidp/core.c | 2 +- net/dccp/dccp.h | 6 +- net/ieee802154/socket.c | 7 +- sound/pci/hda/hda_generic.c | 10 +- sound/soc/intel/atom/sst-mfld-platform-pcm.c | 3 +- 25 files changed, 217 insertions(+), 111 deletions(-)
Dave Gerlach (1): ARM: dts: am43x-epos-evm: Reduce i2c0 bus speed for tps65218
Dinghao Liu (1): net: qlcnic: add missed unlock in qlcnic_83xx_flash_read32
Dongliang Mu (1): ipack: tpci200: fix many double free issues in tpci200_pci_probe
Doug Anderson (1): mmc: dw_mmc: Wait for data transfer after response errors.
Douglas Anderson (1): mmc: dw_mmc: Fix occasional hang after tuning on eMMC
Greg Kroah-Hartman (1): i2c: dev: zero out array used for i2c reads from userspace
Harshvardhan Jha (1): scsi: megaraid_mm: Fix end of loop tests for list_for_each_entry()
Jaehoon Chung (1): mmc: dw_mmc: call the dw_mci_prep_stop_abort() by default
Jaroslav Kysela (1): ALSA: hda - fix the 'Capture Switch' value change notifications
Maxim Levitsky (1): KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)
Maximilian Heyne (1): xen/events: Fix race in set_evtchn_to_irq
Nathan Chancellor (1): vmlinux.lds.h: Handle clang's module.{c,d}tor sections
Ole Bjørn Midtbø (1): Bluetooth: hidp: use correct wait queue when removing ctrl_wait
Pavel Skripkin (1): net: 6pack: fix slab-out-of-bounds in decode_data
Peter Ujfalusi (1): dmaengine: of-dma: router_xlate to return -EPROBE_DEFER if controller is not yet available
Randy Dunlap (2): x86/tools: Fix objdump version check again dccp: add do-while-0 stubs for dccp_pr_debug macros
Sasha Levin (1): Linux 4.4.282
Sreekanth Reddy (1): scsi: core: Avoid printing an error if target_alloc() returns -ENXIO
Takashi Iwai (2): ASoC: intel: atom: Fix reference to PCM buffer address ASoC: intel: atom: Fix breakage for PCM buffer address setup
Takeshi Misawa (1): net: Fix memory leak in ieee802154_raw_deliver
Thomas Gleixner (8): PCI/MSI: Enable and mask MSI-X early PCI/MSI: Do not set invalid bits in MSI mask PCI/MSI: Correct misleading comments PCI/MSI: Use msi_mask_irq() in pci_msi_shutdown() PCI/MSI: Protect msi_desc::masked for multi-MSI PCI/MSI: Mask all unused MSI-X entries PCI/MSI: Enforce that MSI-X table entry is masked for update PCI/MSI: Enforce MSI[X] entry updates to be visible
Vincent Whitchurch (1): mmc: dw_mmc: Fix hang on data CRC error
Yu Kuai (1): dmaengine: usb-dmac: Fix PM reference leak in usb_dmac_probe()