I'm announcing the release of the 4.4.53 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: http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Documentation/Makefile | 2 Documentation/mic/Makefile | 1 Documentation/mic/mpssd/.gitignore | 1 Documentation/mic/mpssd/Makefile | 21 Documentation/mic/mpssd/micctrl | 173 - Documentation/mic/mpssd/mpss | 200 -- Documentation/mic/mpssd/mpssd.c | 1826 -------------------- Documentation/mic/mpssd/mpssd.h | 103 - Documentation/mic/mpssd/sysfs.c | 102 - Makefile | 2 arch/arm/boot/dts/at91-sama5d2_xplained.dts | 2 arch/arm/boot/dts/at91-sama5d4_xplained.dts | 2 arch/arm/include/asm/kvm_mmu.h | 9 arch/arm64/include/asm/kvm_mmu.h | 3 arch/mips/bcm47xx/buttons.c | 10 arch/mips/cavium-octeon/octeon-memcpy.S | 20 arch/mips/include/asm/checksum.h | 2 arch/mips/kernel/process.c | 151 + arch/mips/lantiq/xway/sysctrl.c | 8 arch/mips/mm/sc-ip22.c | 54 arch/powerpc/kernel/hw_breakpoint.c | 4 crypto/testmgr.h | 2 drivers/bcma/main.c | 4 drivers/block/loop.c | 32 drivers/dma/ipu/ipu_irq.c | 2 drivers/hv/hv.c | 8 drivers/hv/hv_fcopy.c | 4 drivers/hv/hv_kvp.c | 4 drivers/hv/hv_snapshot.c | 4 drivers/iio/pressure/mpl115.c | 1 drivers/iio/pressure/mpl3115.c | 4 drivers/infiniband/core/cma.c | 3 drivers/iommu/intel-iommu.c | 3 drivers/md/dm-cache-target.c | 6 drivers/md/dm-stats.c | 1 drivers/md/linear.c | 39 drivers/md/linear.h | 1 drivers/media/pci/dm1105/Kconfig | 2 drivers/media/platform/am437x/am437x-vpfe.c | 2 drivers/media/usb/uvc/uvc_queue.c | 2 drivers/net/can/usb/usb_8dev.c | 9 drivers/net/wireless/ath/ath5k/mac80211-ops.c | 3 drivers/net/wireless/ath/ath9k/ar9003_eeprom.h | 4 drivers/net/wireless/ath/ath9k/ath9k.h | 1 drivers/net/wireless/ath/ath9k/init.c | 1 drivers/net/wireless/ath/ath9k/mac.c | 44 drivers/net/wireless/ath/ath9k/mac.h | 1 drivers/net/wireless/ath/ath9k/main.c | 27 drivers/net/wireless/realtek/rtlwifi/pci.h | 4 drivers/net/wireless/realtek/rtlwifi/rtl8192ee/hw.c | 2 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c | 2 drivers/net/wireless/realtek/rtlwifi/usb.h | 3 drivers/regulator/core.c | 5 drivers/rtc/rtc-sun6i.c | 23 drivers/scsi/aacraid/src.c | 21 drivers/scsi/lpfc/lpfc_hw4.h | 2 drivers/scsi/lpfc/lpfc_sli.c | 9 drivers/scsi/scsi_dh.c | 22 drivers/scsi/scsi_lib.c | 23 drivers/scsi/sd.c | 9 drivers/scsi/storvsc_drv.c | 32 drivers/staging/rtl8188eu/core/rtw_recv.c | 3 drivers/staging/rtl8712/rtl871x_recv.c | 7 drivers/target/iscsi/iscsi_target.c | 2 drivers/target/target_core_tpg.c | 42 drivers/target/target_core_transport.c | 85 drivers/usb/gadget/udc/fsl_udc_core.c | 10 drivers/usb/host/xhci-plat.c | 6 drivers/usb/musb/da8xx.c | 6 drivers/w1/masters/ds2490.c | 142 - drivers/w1/w1.c | 1 fs/ext4/extents.c | 27 fs/ext4/inline.c | 9 fs/ext4/inode.c | 39 fs/ext4/mballoc.c | 7 fs/ext4/super.c | 9 fs/fuse/file.c | 1 fs/gfs2/glock.c | 5 fs/jbd2/transaction.c | 4 fs/nfs/nfs4proc.c | 10 fs/nfs/nfs4xdr.c | 2 fs/nfsd/vfs.c | 59 include/linux/intel-iommu.h | 14 include/rdma/ib_sa.h | 6 include/scsi/scsi_device.h | 1 include/soc/at91/at91sam9_ddrsdr.h | 3 include/target/target_core_base.h | 1 include/target/target_core_fabric.h | 2 ipc/shm.c | 13 kernel/membarrier.c | 4 mm/filemap.c | 7 mm/page_alloc.c | 2 mm/vmpressure.c | 10 samples/mic/mpssd/.gitignore | 1 samples/mic/mpssd/Makefile | 27 samples/mic/mpssd/micctrl | 173 + samples/mic/mpssd/mpss | 200 ++ samples/mic/mpssd/mpssd.c | 1826 ++++++++++++++++++++ samples/mic/mpssd/mpssd.h | 103 + samples/mic/mpssd/sysfs.c | 102 + samples/seccomp/bpf-helper.h | 125 - sound/core/seq/seq_fifo.c | 3 sound/core/timer.c | 18 sound/pci/ctxfi/cthw20k1.c | 19 sound/pci/ctxfi/cthw20k2.c | 19 sound/pci/hda/hda_intel.c | 4 sound/pci/hda/patch_realtek.c | 8 107 files changed, 3338 insertions(+), 2896 deletions(-) Alexandre Bailon (1): usb: musb: da8xx: Remove CPPI 3.0 quirk and methods Alexandre Belloni (3): ARM: at91: define LPDDR types ARM: dts: at91: Enable DMA on sama5d4_xplained console ARM: dts: at91: Enable DMA on sama5d2_xplained console Andrew Price (1): gfs2: Add missing rcu locking for glock lookup Arnd Bergmann (1): staging: rtl: fix possible NULL pointer dereference Ashok Raj (1): iommu/vt-d: Tylersburg isoch identity map check is done too late. CQ Tang (1): iommu/vt-d: Fix some macros that are incorrectly specified in intel-iommu Christian Lamparter (1): ath9k: use correct OTP register offsets for the AR9340 and AR9550 Christoph Hellwig (2): nfsd: minor nfsd_setattr cleanup nfsd: special case truncates some more Davidlohr Bueso (1): ipc/shm: Fix shmat mmap nil-page protection Felix Fietkau (3): MIPS: Lantiq: Keep ethernet enabled during boot ath5k: drop bogus warning on drv_set_key with unsupported cipher ath9k: fix race condition in enabling/disabling IRQs Gavin Shan (1): mm/page_alloc: fix nodes for reclaim in fast path Greg Kroah-Hartman (1): Linux 4.4.53 Guennadi Liakhovetski (1): uvcvideo: Fix a wrong macro Hannes Reinecke (2): scsi: use 'scsi_device_from_queue()' for scsi_dh sd: get disk reference in sd_check_events() Hui Wang (1): ALSA: hda - Fix micmute hotkey problem for a lenovo AIO machine J. Bruce Fields (1): NFSv4: fix getacl head length estimation James Cowgill (1): MIPS: OCTEON: Fix copy_from_user fault handling for large buffers James Smart (1): scsi: lpfc: Correct WQ creation for pagesize Jan Kara (2): ext4: trim allocation requests to group size ext4: fix data corruption in data=journal mode Jaroslav Kysela (1): ALSA: hda - fix Lewisburg audio issue Jason Gunthorpe (1): RDMA/core: Fix incorrect structure packing for booleans Joe Thornber (1): dm cache: fix corruption seen when using cache > 2TB K. Y. Srinivasan (3): Drivers: hv: util: kvp: Fix a rescind processing issue Drivers: hv: util: Fcopy: Fix a rescind processing issue Drivers: hv: util: Backup: Fix a rescind processing issue Kai-Heng Feng (1): ALSA: hda/realtek - Cannot adjust speaker's volume on a Dell AIO Larry Finger (1): rtlwifi: rtl8192c-common: Fix "BUG: KASAN: Laura Abbott (1): crypto: testmgr - Pad aes_ccm_enc_tv_template vector Leonard Crestez (1): regulator: Fix regulator_summary for deviceless consumers Long Li (3): scsi: storvsc: use tagged SRB requests if supported by the device scsi: storvsc: properly handle SRB_ERROR when sense message is present scsi: storvsc: properly set residual data length on errors Maciej S. Szmigiero (2): w1: don't leak refcount on slave attach failure in w1_attach_slave_device() w1: ds2490: USB transfer buffers need to be DMAable Magnus Lilja (2): usb: gadget: udc: fsl: Add missing complete function. dmaengine: ipu: Make sure the interrupt routine checks all interrupts. Marc Kleine-Budde (1): can: usb_8dev: Fix memory leak of priv->cmd_msg_buffer Marc Zyngier (1): arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2 Mathias Svensson (1): samples/seccomp: fix 64-bit comparison macros Mathieu Desnoyers (1): Fix: Disable sys_membarrier when nohz_full is enabled Maxime Ripard (2): rtc: sun6i: Add some locking rtc: sun6i: Switch to the external oscillator Miklos Szeredi (1): fuse: add missing FR_FORCE Mikulas Patocka (1): dm stats: fix a leaked s->histogram_boundaries array Minchan Kim (1): mm: do not access page->mapping directly on page_endio Ming Lei (1): block/loop: fix race between I/O and set_status Mirko Parthey (1): MIPS: BCM47XX: Fix button inversion for Asus WL-500W Nicholas Bellinger (2): target: Obtain se_node_acl->acl_kref during get_initiator_node_acl target: Fix multi-session dynamic se_node_acl double free OOPs Nicolas Iooss (1): am437x-vpfe: always assign bpp variable Omar Sandoval (1): loop: fix LO_FLAGS_PARTSCAN hang Paul Burton (6): MIPS: Clear ISA bit correctly in get_frame_info() MIPS: Prevent unaligned accesses during stack unwinding MIPS: Fix get_frame_info() handling of microMIPS function size MIPS: Fix is_jump_ins() handling of 16b microMIPS instructions MIPS: Calculate microMIPS ra properly when unwinding the stack MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumps Peter Rosin (2): iio: pressure: mpl115: do not rely on structure field ordering iio: pressure: mpl3115: do not rely on structure field ordering Ping-Ke Shih (1): rtlwifi: Fix alignment issues Rafał Miłecki (1): bcma: use (get|put)_device when probing/removing device driver Raghava Aditya Renukunta (1): scsi: aacraid: Reorder Adapter status check Ralf Baechle (3): MIPS: Fix special case in 64 bit IP checksumming. MIPS: IP22: Reformat inline assembler code to modern standards. MIPS: IP22: Fix build error due to binutils 2.25 uselessnes. Randy Dunlap (1): media: fix dm1105.c build error Ravi Bangoria (1): powerpc/xmon: Fix data-breakpoint Roman Pen (2): ext4: Include forgotten start block on fallocate insert range ext4: do not polute the extents cache while shifting extents Shuah Khan (1): samples: move mic/mpssd example code from Documentation Steve Wise (1): rdma_cm: fail iwarp accepts w/o connection params Takashi Iwai (4): ALSA: timer: Reject user params with too small ticks ALSA: ctxfi: Fallback DMA mask to 32bit ALSA: seq: Fix link corruption by event error handling ALSA: hda - Add subwoofer support for Dell Inspiron 17 7000 Gaming Theodore Ts'o (4): jbd2: don't leak modified metadata buffers on an aborted journal ext4: fix inline data error paths ext4: preserve the needs_recovery flag when the journal is aborted ext4: return EROFS if device is r/o and journal replay is needed Trond Myklebust (1): NFSv4: Fix memory and state leak in _nfs4_open_and_get_state Vinayak Menon (1): mm: vmpressure: fix sending wrong events on underflow Vitaly Kuznetsov (2): hv: allocate synic pages for all present CPUs hv: init percpu_list in hv_synic_alloc() Weston Andros Adamson (1): NFSv4: fix getacl ERANGE for some ACL buffer sizes William wu (1): usb: host: xhci: plat: check hcc_params after add hcd colyli@xxxxxxx (1): md linear: fix a race between linear_add() and linear_congested()
Attachment:
signature.asc
Description: PGP signature