I'm announcing the release of the 4.10.4 kernel. All users of the 4.10 kernel series must upgrade. The updated 4.10.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.10.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/configs/qcom_defconfig | 2 arch/mips/configs/ip22_defconfig | 4 arch/mips/configs/ip27_defconfig | 3 arch/mips/configs/lemote2f_defconfig | 2 arch/mips/configs/malta_defconfig | 4 arch/mips/configs/malta_kvm_defconfig | 4 arch/mips/configs/malta_kvm_guest_defconfig | 4 arch/mips/configs/maltaup_xpa_defconfig | 4 arch/mips/configs/nlm_xlp_defconfig | 2 arch/mips/configs/nlm_xlr_defconfig | 2 arch/mips/include/asm/mach-ip27/spaces.h | 6 arch/mips/ralink/prom.c | 9 - arch/mips/ralink/rt288x.c | 10 - arch/mips/ralink/rt305x.c | 11 - arch/mips/ralink/rt3883.c | 10 - arch/mips/ralink/timer.c | 14 - arch/mips/sgi-ip22/Platform | 2 arch/powerpc/include/asm/nohash/pgtable.h | 2 arch/powerpc/lib/sstep.c | 20 -- arch/powerpc/sysdev/xics/icp-opal.c | 10 + arch/powerpc/sysdev/xics/xics-common.c | 17 + arch/s390/mm/pgtable.c | 19 ++ crypto/Makefile | 2 drivers/firmware/efi/arm-runtime.c | 1 drivers/gpu/drm/i915/gvt/handlers.c | 2 drivers/i2c/busses/i2c-bcm2835.c | 4 drivers/i2c/i2c-mux.c | 2 drivers/iio/counter/104-quad-8.c | 2 drivers/infiniband/hw/mlx5/main.c | 14 + drivers/md/dm.c | 55 ++++++ drivers/media/rc/rc-main.c | 7 drivers/media/rc/serial_ir.c | 115 ++++++------- drivers/media/usb/dvb-usb/dw2102.c | 244 ++++++++++++++++------------ drivers/mtd/maps/pmcmsp-flash.c | 4 drivers/pci/quirks.c | 1 drivers/tty/serial/samsung.c | 6 drivers/usb/dwc3/dwc3-omap.c | 1 drivers/usb/dwc3/gadget.h | 14 - drivers/usb/gadget/function/f_fs.c | 15 + drivers/usb/gadget/function/f_uvc.c | 7 drivers/usb/gadget/udc/dummy_hcd.c | 2 drivers/usb/host/ohci-at91.c | 4 drivers/usb/host/xhci-dbg.c | 2 drivers/usb/host/xhci-plat.c | 2 drivers/usb/misc/iowarrior.c | 21 +- drivers/usb/serial/digi_acceleport.c | 14 + drivers/usb/serial/io_ti.c | 8 drivers/usb/serial/omninet.c | 6 drivers/usb/serial/safe_serial.c | 5 fs/ext4/inode.c | 4 include/linux/user_namespace.h | 2 include/trace/events/syscalls.h | 1 kernel/ucount.c | 18 +- virt/kvm/arm/vgic/vgic-mmio.c | 32 ++- 55 files changed, 463 insertions(+), 317 deletions(-) Ard Biesheuvel (1): efi/arm: Fix boot crash with CONFIG_CPUMASK_OFFSTACK=y Arnd Bergmann (10): crypto: improve gcc optimization flags for serpent and wp512 MIPS: Update defconfigs for NF_CT_PROTO_DCCP/UDPLITE change MIPS: VDSO: avoid duplicate CAC_BASE definition MIPS: ip27: Disable qlge driver in defconfig MIPS: Update ip27_defconfig for SCSI_DH change MIPS: ip22: Fix ip28 build for modern gcc MIPS: Update lemote2f_defconfig for CPU_FREQ_STAT change mtd: pmcmsp: use kstrndup instead of kmalloc+strncpy MIPS: ralink: Remove unused timer functions MIPS: ralink: Remove unused rt*_wdt_reset functions Balbir Singh (1): powerpc/xics: Work around limitations of OPAL XICS priority handling Eric W. Biederman (1): ucount: Remove the atomicity from ucount->count Ethan Zhao (1): PCI: Prevent VPD access for QLogic ISP2722 Felipe Balbi (2): usb: dwc3: gadget: make Set Endpoint Configuration macros safe usb: gadget: function: f_fs: pass companion descriptor along Georgi Djakov (1): ARM: qcom_defconfig: Enable RPM/RPM-SMD clocks Greg Kroah-Hartman (1): Linux 4.10.4 Guenter Roeck (1): usb: host: xhci-plat: Fix timeout on removal of hot pluggable xhci controllers Janosch Frank (1): KVM: s390: Fix guest migration for huge guests resulting in panic Jelle Martijn Kok (1): usb: ohci-at91: Do not drop unhandled USB suspend control requests Jintack Lim (1): KVM: arm/arm64: Let vcpu thread modify its own active state Johan Hovold (8): USB: serial: digi_acceleport: fix OOB data sanity check USB: serial: digi_acceleport: fix OOB-event processing USB: serial: safe_serial: fix information leak in completion handler USB: serial: omninet: fix reference leaks at open USB: iowarrior: fix NULL-deref at probe USB: iowarrior: fix NULL-deref in write USB: serial: io_ti: fix NULL-deref in interrupt callback USB: serial: io_ti: fix information leak in completion handler John Crispin (1): MIPS: ralink: Cosmetic change to prom_init(). Jonathan McDowell (1): dw2102: don't do DMA on stack Kamal Heib (1): IB/mlx5: Verify that Q counters are supported Krzysztof Kozlowski (1): serial: samsung: Continue to work if DMA request fails Laurentiu Tudor (1): powerpc/booke: Fix boot crash due to null hugepd Mikulas Patocka (1): dm: flush queued bios when process blocks to avoid deadlock Peter Chen (2): usb: gadget: dummy_hcd: clear usb_gadget region before registration usb: host: xhci-dbg: HCIVERSION should be a binary number Qi Hou (1): i2c: add missing of_node_put in i2c_mux_del_adapters Ravi Bangoria (1): powerpc: Emulation support for load/store instructions on LE Rik van Riel (1): tracing: Add #undef to fix compile error Roger Quadros (2): usb: dwc3-omap: Fix missing break in dwc3_omap_set_mailbox() Revert "usb: gadget: uvc: Add missing call for additional setup data" Sean Young (2): serial_ir: ensure we're ready to receive interrupts rc: raw decoder for keymap protocol is not loaded on register Stefan Wahren (1): i2c: bcm2835: Avoid possible NULL ptr dereference Takashi Iwai (1): drm/i915/gvt: Fix superfluous newline in GVT_DISPLAY_READY env var Theodore Ts'o (1): ext4: don't BUG when truncating encrypted inodes on the orphan list William Breathitt Gray (1): iio: 104-quad-8: Fix off-by-one error when addressing flag register
Attachment:
signature.asc
Description: PGP signature