I'm announcing the release of the 4.9.55 kernel. All users of the 4.9 kernel series must upgrade. The updated 4.9.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.9.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/powerpc/kernel/exceptions-64s.S | 24 +++ arch/powerpc/kernel/signal_64.c | 13 + arch/x86/include/asm/kvm_emulate.h | 1 arch/x86/kvm/emulate.c | 1 arch/x86/kvm/x86.c | 52 +++---- drivers/base/platform.c | 3 drivers/gpu/drm/i915/intel_bios.c | 7 drivers/hid/i2c-hid/i2c-hid.c | 3 drivers/hid/wacom_sys.c | 7 drivers/hid/wacom_wac.c | 4 drivers/hv/hv_fcopy.c | 4 drivers/hwtracing/stm/core.c | 2 drivers/iio/adc/ad7793.c | 4 drivers/iio/adc/ad_sigma_delta.c | 28 +++ drivers/iio/adc/mcp320x.c | 25 ++- drivers/iio/adc/twl4030-madc.c | 10 - drivers/iio/industrialio-core.c | 4 drivers/iio/pressure/bmp280-core.c | 2 drivers/isdn/i4l/isdn_ppp.c | 37 +++-- drivers/mmc/core/mmc.c | 36 ++-- drivers/net/ethernet/ibm/emac/mal.c | 3 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 20 +- drivers/net/ethernet/qualcomm/emac/emac-mac.c | 3 drivers/net/ethernet/rocker/rocker_tlv.h | 48 ++++-- drivers/net/phy/xilinx_gmii2rgmii.c | 2 drivers/net/tun.c | 8 - drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c | 37 ++--- drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwil_types.h | 5 drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c | 66 +++++++-- drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 10 + drivers/nvme/host/pci.c | 14 - drivers/scsi/sd.c | 19 +- drivers/staging/iio/adc/ad7192.c | 4 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c | 6 drivers/usb/class/cdc-wdm.c | 4 drivers/usb/core/config.c | 16 +- drivers/usb/core/devio.c | 6 drivers/usb/core/hub.c | 2 drivers/usb/core/message.c | 4 drivers/usb/gadget/function/f_mass_storage.c | 27 --- drivers/usb/gadget/function/f_mass_storage.h | 14 - drivers/usb/gadget/legacy/inode.c | 46 +++++- drivers/usb/gadget/legacy/mass_storage.c | 20 -- drivers/usb/gadget/udc/atmel_usba_udc.c | 4 drivers/usb/gadget/udc/dummy_hcd.c | 56 ++++++- drivers/usb/gadget/udc/renesas_usb3.c | 19 ++ drivers/usb/host/pci-quirks.c | 10 - drivers/usb/host/xhci-hub.c | 14 + drivers/usb/host/xhci-pci.c | 12 - drivers/usb/host/xhci.h | 4 drivers/usb/renesas_usbhs/fifo.c | 21 ++ drivers/usb/storage/transport.c | 14 + drivers/usb/storage/uas-detect.h | 15 +- drivers/usb/storage/uas.c | 10 - drivers/usb/storage/unusual_devs.h | 7 drivers/uwb/hwa-rc.c | 2 drivers/uwb/uwbd.c | 12 + fs/ext4/acl.c | 22 ++- fs/ext4/inode.c | 18 ++ fs/ext4/namei.c | 12 + fs/f2fs/namei.c | 12 + fs/read_write.c | 5 fs/xattr.c | 2 include/asm-generic/percpu.h | 24 +++ include/linux/cpuset.h | 6 include/linux/iio/adc/ad_sigma_delta.h | 3 include/linux/mmu_notifier.h | 5 include/linux/trace_events.h | 1 include/net/netlink.h | 73 +++++++--- include/net/sctp/ulpevent.h | 6 include/uapi/linux/usb/ch9.h | 1 kernel/bpf/verifier.c | 3 kernel/cpuset.c | 16 ++ kernel/events/core.c | 3 kernel/power/process.c | 5 kernel/sched/core.c | 7 kernel/trace/ftrace.c | 14 - lib/ratelimit.c | 4 mm/oom_kill.c | 16 ++ net/core/filter.c | 15 +- net/core/rtnetlink.c | 3 net/core/sock.c | 7 net/dsa/slave.c | 28 ++- net/ipv4/ip_vti.c | 3 net/ipv4/tcp_output.c | 33 +++- net/ipv6/ip6_gre.c | 22 +-- net/ipv6/ip6_tunnel.c | 8 - net/ipv6/ip6_vti.c | 3 net/ipv6/udp.c | 1 net/l2tp/l2tp_core.c | 14 - net/l2tp/l2tp_core.h | 5 net/netlink/af_netlink.c | 7 net/packet/af_packet.c | 28 ++- net/sched/act_api.c | 6 net/sched/cls_matchall.c | 1 net/sched/sch_generic.c | 1 net/tipc/msg.c | 2 security/smack/smack_lsm.c | 55 +++---- sound/core/compress_offload.c | 3 sound/pci/echoaudio/echoaudio.c | 6 sound/usb/card.c | 20 ++ sound/usb/usx2y/usb_stream.c | 6 103 files changed, 952 insertions(+), 436 deletions(-) Aaron Armstrong Skomra (1): HID: wacom: leds: Don't try to control the EKR's read-only LEDs Adrian Salido (1): HID: i2c-hid: allocate hid buffers for real worst case Alan Stern (9): USB: gadgetfs: Fix crash caused by inadequate synchronization USB: gadgetfs: fix copy_to_user while holding spinlock usb-storage: unusual_devs entry to fix write-access regression for Seagate external drives usb-storage: fix bogus hardware error messages for ATA pass-thru devices USB: dummy-hcd: fix connection failures (wrong speed) USB: dummy-hcd: fix infinite-loop resubmission bug USB: dummy-hcd: Fix erroneous synchronization change USB: g_mass_storage: Fix deadlock when driver is unbound USB: uas: fix bug in handling of alternate settings Alexander Potapenko (1): tun: bail out from tun_get_user() if the skb is empty Alexander Shishkin (1): stm class: Fix a use-after-free Alexey Kodanev (1): vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmit Amir Goldstein (1): vfs: deny copy_file_range() for non regular files Andrey Konovalov (2): uwb: properly check kthread_run return value uwb: ensure that endpoint is interrupt Arend Van Spriel (2): brcmfmac: add length check in brcmf_cfg80211_escan_handler() brcmfmac: setup passive scan if requested by user-space Arnd Bergmann (2): rocker: fix rocker_tlv_put_* functions for KASAN netlink: fix nla_put_{u8,u16,u32} for KASAN Bjørn Mork (1): USB: cdc-wdm: ignore -EPIPE from GetEncapsulatedResponse Casey Schaufler (1): lsm: fix smack_inode_removexattr and xattr_getsecurity memleak Chanho Min (1): mmc: core: add driver strength selection when selecting hs400es Christian Lamparter (1): net: emac: Fix napi poll list corruption Christoph Hellwig (1): nvme-pci: Use PCI bus address for data/queues in CMB Christoph Paasch (1): net: Set sk_prot_creator when cloning sockets to the right proto Christophe JAILLET (2): iio: adc: twl4030: Fix an error handling path in 'twl4030_madc_probe()' iio: adc: twl4030: Disable the vusb3v1 rugulator in the error handling path of 'twl4030_madc_probe()' Colin Parker (1): IIO: BME280: Updates to Humidity readings need ctrl_reg write! Cyril Bur (1): powerpc/64s: Use emergency stack for kernel TM Bad Thing program checks Dan Carpenter (2): USB: devio: Don't corrupt user memory sctp: potential read out of bounds in sctp_ulpevent_type_enabled() Davide Caratti (1): net/sched: cls_matchall: fix crash when used with classful qdisc Dmitry Fleytman (1): usb: Increase quirk delay for USB devices Dragos Bogdan (2): iio: ad_sigma_delta: Implement a dedicated reset function iio: ad7793: Fix the serial interface reset Edward Cree (1): bpf/verifier: reject BPF_ALU64|BPF_END Eric Dumazet (4): tcp: update skb->skb_mstamp more carefully tcp: fix data delivery rate tcp: fastopen: fix on syn-data transmit failure socket, bpf: fix possible use after free Fahad Kunnathadi (1): net: phy: Fix mask value write on gmii2rgmii converter speed register Florian Fainelli (1): net: dsa: Fix network device registration order Greg Kroah-Hartman (3): USB: core: harden cdc_parse_cdc_header USB: fix out-of-bounds in usb_set_configuration Linux 4.9.55 Guneshwor Singh (1): ALSA: compress: Remove unused variable Gustavo Romero (1): powerpc/tm: Fix illegal TM state in signal handler Jaegeuk Kim (1): f2fs: don't allow encrypted operations without keys Jan Kara (2): ext4: fix data corruption for mmap writes ext4: Don't clear SGID when inheriting ACLs Jani Nikula (1): drm/i915/bios: ignore HDMI on port A Jason A. Donenfeld (1): netlink: do not proceed if dump's start() errs Jason Gerecke (1): HID: wacom: Always increment hdev refcount within wacom_get_hdev_data Jim Dickerson (1): usb: pci-quirks.c: Corrected timeout values used in handshake Jiri Pirko (1): net: sched: fix use-after-free in tcf_action_destroy and tcf_del_walker Kai-Heng Feng (1): Revert "xhci: Limit USB2 port wake support for AMD Promontory hosts" Konstantin Khlebnikov (1): net_sched: always reset qdisc backlog in qdisc_reset() Li Jun (1): usb: gadget: mass_storage: set msg_registered after msg registered Luca Coelho (2): iwlwifi: mvm: use IWL_HCMD_NOCOPY for MCAST_FILTER_CMD iwlwifi: add workaround to disable wide channels in 5GHz Lukas Wunner (2): iio: adc: mcp320x: Fix readout of negative voltages iio: adc: mcp320x: Fix oops on module unload Mark Rutland (1): percpu: make this_cpu_generic_read() atomic w.r.t. interrupts Martin K. Petersen (1): scsi: sd: Do not override max_sectors_kb sysfs setting Mathias Nyman (3): xhci: fix finding correct bus_state structure for USB 3.1 hosts xhci: Fix sleeping with spin_lock_irq() held in ASmedia 1042A workaround xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptor Matt Fornero (1): iio: core: Return error for failed read_reg Meng Xu (1): isdn/i4l: fetch the ppp_write buffer in one shot Michal Hocko (1): mm, oom_reaper: skip mm structs with mmu notifiers Nicolai Stange (1): driver core: platform: Don't read past the end of "driver_override" buffer Nicolas Ferre (1): usb: gadget: udc: atmel: set vbus irqflags explicitly Nikolay Aleksandrov (1): net: rtnetlink: fix info leak in RTM_GETSTATS call Olaf Hering (1): Drivers: hv: fcopy: restore correct transfer length Paolo Bonzini (1): KVM: x86: fix singlestepping over syscall Parthasarathy Bhuvaragan (1): tipc: use only positive error codes in messages Peter Zijlstra (1): sched/cpuset/pm: Fix cpuset vs. suspend-resume bugs Ping Cheng (1): HID: wacom: bits shifted too much for 9th and 10th buttons Ridge Kennedy (1): l2tp: Avoid schedule while atomic in exit_net Sabrina Dubroca (1): l2tp: fix race condition in l2tp_tunnel_delete Sergey Senozhatsky (1): lib/ratelimit.c: use deferred printk() version Shu Wang (1): ftrace: Fix kmemleak in unregister_ftrace_graph Stefan Popa (1): staging: iio: ad7192: Fix - use the dedicated reset function avoiding dma from stack. Stefan Wahren (1): staging: vchiq_2835_arm: Fix NULL ptr dereference in free_pagelist Subash Abhinov Kasiviswanathan (1): udpv6: Fix the checksum computation when HW checksum does not apply Takashi Iwai (2): ALSA: usb-audio: Check out-of-bounds access by corrupted buffer descriptor ALSA: usx2y: Suppress kernel warning at page allocation failures Takashi Sakamoto (1): Revert "ALSA: echoaudio: purge contradictions between dimension matrix members and total number of members" Theodore Ts'o (1): ext4: don't allow encrypted operations without keys Timur Tabi (1): net: qcom/emac: specify the correct size when mapping a DMA buffer Willem de Bruijn (3): packet: hold bind lock when rebinding to fanout hook packet: in packet_do_bind, test fanout with bind_lock held packet: only test po->has_vnet_hdr once in packet_snd Xin Long (4): ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_header ip6_tunnel: do not allow loading ip6_tunnel if ipv6 is disabled in cmdline ip6_gre: ip6gre_tap device should keep dst ip6_tunnel: update mtu properly for ARPHRD_ETHER tunnel device in tx path Yonghong Song (1): bpf: one perf event close won't free bpf program attached by another perf event Yoshihiro Shimoda (5): usb: gadget: udc: renesas_usb3: fix for no-data control transfer usb: gadget: udc: renesas_usb3: fix Pn_RAMMAP.Pn_MPKT value usb: gadget: udc: renesas_usb3: Fix return value of usb3_write_pipe() usb: renesas_usbhs: fix the BCLR setting condition for non-DCP pipe usb: renesas_usbhs: fix usbhsf_fifo_clear() for RX direction Yuval Mintz (1): mlxsw: spectrum: Prevent mirred-related crash on removal
Attachment:
signature.asc
Description: PGP signature