I'm announcing the release of the 4.4.42 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 ------------ Makefile | 2 arch/arm/boot/dts/r8a7794.dtsi | 2 arch/arm/crypto/aes-ce-glue.c | 5 arch/arm/mach-davinci/da850.c | 12 + arch/arm64/crypto/aes-ce-ccm-core.S | 53 +++--- arch/arm64/crypto/aes-ce-cipher.c | 25 +- arch/arm64/crypto/aes-ce.S | 1 arch/arm64/crypto/aes-modes.S | 3 arch/arm64/crypto/aes-neon.S | 25 +- arch/arm64/crypto/ghash-ce-core.S | 6 arch/arm64/crypto/sha1-ce-core.S | 4 arch/arm64/crypto/sha2-ce-core.S | 4 arch/cris/boot/rescue/Makefile | 8 arch/mips/kvm/mips.c | 4 arch/s390/crypto/prng.c | 6 arch/x86/kvm/x86.c | 9 - drivers/base/power/power.h | 19 ++ drivers/base/power/runtime.c | 8 drivers/base/power/wakeirq.c | 76 +++++++- drivers/clk/clk-wm831x.c | 2 drivers/clk/imx/clk-imx31.c | 4 drivers/gpu/drm/radeon/radeon_cursor.c | 6 drivers/hwmon/amc6821.c | 4 drivers/hwmon/ds620.c | 2 drivers/hwmon/g762.c | 11 - drivers/hwmon/nct7802.c | 8 drivers/hwmon/scpi-hwmon.c | 1 drivers/iommu/amd_iommu.c | 2 drivers/iommu/amd_iommu_v2.c | 4 drivers/iommu/intel-iommu.c | 42 ++++ drivers/irqchip/irq-bcm7038-l1.c | 26 ++ drivers/md/md.c | 2 drivers/media/pci/cx23885/cx23885-dvb.c | 6 drivers/misc/mei/bus.c | 2 drivers/mmc/card/mmc_test.c | 2 drivers/net/ethernet/neterion/vxge/vxge-main.c | 31 +-- drivers/net/ethernet/ti/cpmac.c | 5 drivers/net/wireless/ath/ath10k/spectral.c | 2 drivers/pci/hotplug/rpadlpar_core.c | 10 + drivers/scsi/mvsas/mv_94xx.c | 2 drivers/staging/comedi/drivers/dt282x.c | 65 +++---- drivers/staging/iio/adc/ad7606_core.c | 2 drivers/target/iscsi/iscsi_target_tpg.c | 1 drivers/usb/core/config.c | 10 + drivers/usb/core/hub.c | 59 +++--- drivers/usb/dwc3/core.h | 4 drivers/usb/dwc3/dwc3-pci.c | 2 drivers/usb/dwc3/ep0.c | 50 +++-- drivers/usb/dwc3/gadget.c | 8 drivers/usb/gadget/composite.c | 14 + drivers/usb/gadget/legacy/inode.c | 17 + drivers/usb/gadget/udc/dummy_hcd.c | 6 drivers/usb/host/xhci-hub.c | 37 ++++ drivers/usb/host/xhci-mem.c | 50 ++++- drivers/usb/host/xhci-pci.c | 9 - drivers/usb/host/xhci-ring.c | 219 ++++++++++++++----------- drivers/usb/host/xhci.c | 4 drivers/usb/host/xhci.h | 8 drivers/usb/musb/blackfin.c | 1 drivers/usb/musb/musb_core.h | 7 drivers/usb/musb/musb_dsps.c | 12 + drivers/usb/musb/musb_host.c | 10 - drivers/usb/musb/musbhsdma.h | 2 drivers/usb/phy/phy-am335x-control.c | 2 drivers/usb/serial/cyberjack.c | 10 + drivers/usb/serial/garmin_gps.c | 1 drivers/usb/serial/io_edgeport.c | 5 drivers/usb/serial/io_ti.c | 22 +- drivers/usb/serial/iuu_phoenix.c | 11 + drivers/usb/serial/keyspan_pda.c | 14 + drivers/usb/serial/kl5kusb105.c | 2 drivers/usb/serial/kobil_sct.c | 12 + drivers/usb/serial/mos7720.c | 51 ++--- drivers/usb/serial/mos7840.c | 12 + drivers/usb/serial/omninet.c | 13 + drivers/usb/serial/oti6858.c | 16 + drivers/usb/serial/pl2303.c | 8 drivers/usb/serial/quatech2.c | 4 drivers/usb/serial/spcp8x5.c | 14 + drivers/usb/serial/ti_usb_3410_5052.c | 7 drivers/usb/storage/unusual_devs.h | 7 include/linux/capability.h | 2 include/linux/cred.h | 5 kernel/cpu.c | 9 - kernel/time/tick-broadcast.c | 3 net/mac80211/tx.c | 3 sound/pci/hda/patch_realtek.c | 2 sound/soc/samsung/i2s.c | 5 sound/usb/card.c | 1 sound/usb/endpoint.c | 17 - sound/usb/endpoint.h | 2 sound/usb/pcm.c | 10 - 92 files changed, 903 insertions(+), 410 deletions(-) Alan Stern (5): USB: gadgetfs: fix unbounded memory allocation bug USB: gadgetfs: fix use-after-free bug USB: gadgetfs: fix checks of wTotalLength in config descriptors USB: fix problems with duplicate endpoint addresses USB: dummy-hcd: fix bug in stop_activity (handle ep0) Alexander Usyskin (1): mei: bus: fix mei_cldev_enable KDoc Ard Biesheuvel (8): crypto: arm64/sha2-ce - fix for big endian crypto: arm64/ghash-ce - fix for big endian crypto: arm/aes-ce - fix for big endian crypto: arm64/aes-ccm-ce: fix for big endian crypto: arm64/aes-neon - fix for big endian crypto: arm64/sha1-ce - fix for big endian crypto: arm64/aes-xts-ce: fix for big endian crypto: arm64/aes-ce - fix for big endian Arnd Bergmann (4): stable-fixup: hotplug: fix unused function warning scsi: mvsas: fix command_active typo cred/userns: define current_user_ns() as a function net: vxge: avoid unused function warnings Baolin Wang (1): usb: host: xhci: Fix possible wild pointer when handling abort command Bartosz Golaszewski (1): ARM: davinci: da850: don't add emac clock to lookup table twice Bin Liu (2): usb: musb: core: add clear_ep_rxintr() to musb_platform_ops usb: musb: dsps: implement clear_ep_rxintr() callback Charles Keepax (1): ASoC: samsung: i2s: Fixup last IRQ unsafe spin lock call Dan Carpenter (5): usb: xhci-mem: use passed in GFP flags instead of GFP_KERNEL iommu/amd: Missing error code in amd_iommu_init_device() target/iscsi: Fix double free in lio_target_tiqn_addtpg() mmc: mmc_test: Uninitialized return value s390/crypto: unlock on error in prng_tdes_read() Eva Rachel Retuya (1): staging: iio: ad7606: fix improper setting of oversampling pins Felipe Balbi (5): usb: dwc3: core: avoid Overflow events usb: dwc3: gadget: always unmap EP0 requests usb: dwc3: ep0: add dwc3_ep0_prepare_one_trb() usb: dwc3: ep0: explicitly call dwc3_ep0_prepare_one_trb() usb: gadget: composite: always set ep->mult to a sensible value Florian Fainelli (1): irqchip/bcm7038-l1: Implement irq_cpu_offline() callback Geert Uytterhoeven (2): usb: hub: Move hub_port_disable() to fix warning if PM is disabled ARM: dts: r8a7794: Correct hsusb parent clock Greg Kroah-Hartman (3): usb: gadgetfs: restrict upper bound on device configuration size Revert "usb: gadget: composite: always set ep->mult to a sensible value" Linux 4.4.42 Guenter Roeck (4): cris: Only build flash rescue image if CONFIG_ETRAX_AXISFLASHMAP is selected hwmon: (ds620) Fix overflows seen when writing temperature limits hwmon: (nct7802) Fix overflows seen when writing into limit attributes hwmon: (g762) Fix overflows and crash seen when writing limit attributes H Hartley Sweeten (1): staging: comedi: dt282x: tidy up register bit defines Heikki Krogerus (1): usb: dwc3: pci: add Intel Gemini Lake PCI ID Huang Rui (1): iommu/amd: Fix the left value check of cmd buffer Ioan-Adrian Ratiu (1): ALSA: usb-audio: Fix irq/process data synchronization Jacob Pan (1): iommu/vt-d: Fix pasid table size encoding James Hogan (1): KVM: MIPS: Flush KVM entry code from icache globally Jared Bents (1): hwmon: (amc6821) sign extension temperature Javier Martinez Canillas (1): hwmon: (scpi) Fix module autoload Johan Hovold (23): USB: serial: omninet: fix NULL-derefs at open and disconnect USB: serial: quatech2: fix sleep-while-atomic in close USB: serial: pl2303: fix NULL-deref at open USB: serial: keyspan_pda: verify endpoints at probe USB: serial: spcp8x5: fix NULL-deref at open USB: serial: io_ti: fix NULL-deref at open USB: serial: io_ti: fix another NULL-deref at open USB: serial: io_ti: fix I/O after disconnect USB: serial: iuu_phoenix: fix NULL-deref at open USB: serial: garmin_gps: fix memory leak on failed URB submit USB: serial: ti_usb_3410_5052: fix NULL-deref at open USB: serial: io_edgeport: fix NULL-deref at open USB: serial: oti6858: fix NULL-deref at open USB: serial: cyberjack: fix NULL-deref at open USB: serial: kobil_sct: fix NULL-deref in write USB: serial: mos7840: fix NULL-deref at open USB: serial: mos7720: fix NULL-deref at open USB: serial: mos7720: fix use-after-free on probe errors USB: serial: mos7720: fix parport use-after-free on probe errors USB: serial: mos7720: fix parallel probe USB: phy: am335x-control: fix device and of_node leaks USB: serial: io_ti: bind to interface after fw download powerpc/pci/rpadlpar: Fix device reference leaks Johannes Berg (1): mac80211: initialize fast-xmit 'info' later Jérémy Lefaure (1): usb: musb: blackfin: add bfin_fifo_offset in bfin_ops Krzysztof Opasiak (1): usb: gadget: composite: Test get_alt() presence instead of set_alt() Lu Baolu (3): usb: xhci: fix possible wild pointer usb: xhci: fix return value of xhci_setup_device() usb: xhci: hold lock over xhci_abort_cmd_ring() Mathias Nyman (3): xhci: workaround for hosts missing CAS bit xhci: free xhci virtual devices with leaf nodes first xhci: Handle command completion and timeout race Mauro Carvalho Chehab (1): cx23885-dvb: move initialization of a8293_pdata Michel Dänzer (1): drm/radeon: Always store CRTC relative radeon_crtc->cursor_x/y values Nicolas Iooss (1): ath10k: use the right length of "background" OGAWA Hirofumi (2): xhci: Use delayed_work instead of timer for command timeout xhci: Fix race related to abort operation Oliver Neukum (1): usb: storage: unusual_uas: Add JMicron JMS56x to unusual device Pan Bian (2): USB: serial: kl5kusb105: abort on open exception path clk: clk-wm831x: fix a logic error Paul Burton (1): net: ti: cpmac: Fix compiler warning due to type confusion Shaohua Li (1): md: MD_RECOVERY_NEEDED is set for mddev->recovery Takashi Iwai (3): ALSA: hda - Fix up GPIO for ASUS ROG Ranger ALSA: hda - Apply asus-mode8 fixup to ASUS X71SL ALSA: usb-audio: Fix bogus error return in snd_usb_create_stream() Thomas Gleixner (1): tick/broadcast: Prevent NULL pointer dereference Tony Lindgren (2): usb: musb: Fix trying to free already-free IRQ 4 PM / wakeirq: Fix dedicated wakeirq for drivers not using autosuspend Vladimir Zapolskiy (1): clk: imx31: fix rewritten input argument of mx31_clocks_init() Wan Ahmad Zainie (1): usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Apollo Lake Xiao Guangrong (1): KVM: x86: reset MMU on KVM_SET_VCPU_EVENTS Xunlei Pang (1): iommu/vt-d: Flush old iommu caches for kdump when the device gets context mapped
Attachment:
signature.asc
Description: PGP signature