I'm announcing the release of the 4.9.312 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: https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git%3Ba=summa...
thanks,
greg k-h
------------
Makefile | 2 - arch/arc/kernel/entry.S | 1 arch/arm/mach-vexpress/spc.c | 2 - block/compat_ioctl.c | 2 - drivers/ata/pata_marvell.c | 2 + drivers/dma/at_xdmac.c | 12 +++++----- drivers/dma/imx-sdma.c | 4 +-- drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c | 3 ++ drivers/net/ethernet/intel/e1000e/ich8lan.c | 4 +-- drivers/net/vxlan.c | 4 +-- drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c | 2 - drivers/platform/x86/samsung-laptop.c | 2 - fs/cifs/cifsfs.c | 2 - fs/ext4/inode.c | 11 ++++++++- fs/ext4/super.c | 19 ++++++++++++---- fs/gfs2/rgrp.c | 9 ++++--- include/linux/etherdevice.h | 5 +--- mm/page_alloc.c | 2 - net/netlink/af_netlink.c | 7 +++++ net/openvswitch/flow_netlink.c | 2 - net/packet/af_packet.c | 13 +++++++--- sound/soc/soc-dapm.c | 6 +---- sound/usb/midi.c | 1 sound/usb/usbaudio.h | 2 - 24 files changed, 78 insertions(+), 41 deletions(-)
Bob Peterson (1): gfs2: assign rgrp glock before compute_bitstructs
Borislav Petkov (2): ALSA: usb-audio: Fix undefined behavior due to shift overflowing the constant brcmfmac: sdio: Fix undefined behavior due to shift overflowing the constant
David Howells (1): cifs: Check the IOCB_DIRECT flag, not O_DIRECT
Eric Dumazet (1): netlink: reset network and mac headers in netlink_dump()
Greg Kroah-Hartman (1): Linux 4.9.312
Hangbin Liu (1): net/packet: fix packet_sock xmit return value checking
Hongbin Wang (1): vxlan: fix error return code in vxlan_fdb_append
Jiapeng Chong (1): platform/x86: samsung-laptop: Fix an unsigned comparison which can never be negative
Kees Cook (2): etherdevice: Adjust ether_addr* prototypes to silence -Wstringop-overead ARM: vexpress/spc: Avoid negative array index when !SMP
Khazhismel Kumykov (1): block/compat_ioctl: fix range check in BLKGETSIZE
Miaoqian Lin (1): dmaengine: imx-sdma: Fix error checking in sdma_event_remap
Paolo Valerio (1): openvswitch: fix OOB access in reserve_sfa_size()
Sasha Neftin (1): e1000e: Fix possible overflow in LTR decoding
Sergey Matyukevich (1): ARC: entry: fix syscall_trace_exit argument
Tadeusz Struk (1): ext4: limit length to bitmap_maxbytes - blocksize in punch_hole
Takashi Iwai (1): ALSA: usb-audio: Clear MIDI port active flag after draining
Theodore Ts'o (2): ext4: fix overhead calculation to account for the reserved gdt blocks ext4: force overhead calculation if the s_overhead_cluster makes no sense
Xiaoke Wang (1): drm/msm/mdp5: check the return of kzalloc()
Xiaomeng Tong (2): dma: at_xdmac: fix a missing check on list iterator ASoC: soc-dapm: fix two incorrect uses of list iterator
Xiongwei Song (1): mm: page_alloc: fix building error on -Werror=array-compare
Zheyu Ma (1): ata: pata_marvell: Check the 'bmdma_addr' beforing reading