From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Linux 4.9.167
Date: Wed, 3 Apr 2019 10:40:30 +0200 [thread overview]
Message-ID: <20190403084030.GA22606@kroah.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 9117 bytes --]
I'm announcing the release of the 4.9.167 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
------------
Documentation/virtual/kvm/api.txt | 16 ++-
Makefile | 2
arch/arm/mach-imx/cpuidle-imx6q.c | 27 ++----
arch/arm64/Kconfig | 4
arch/powerpc/include/asm/ppc-opcode.h | 2
arch/powerpc/net/bpf_jit.h | 17 +---
arch/powerpc/net/bpf_jit32.h | 4
arch/powerpc/net/bpf_jit64.h | 20 ++++
arch/powerpc/net/bpf_jit_comp64.c | 12 +-
arch/x86/Kconfig | 8 -
arch/x86/include/asm/kvm_host.h | 1
arch/x86/kvm/vmx.c | 14 ---
arch/x86/kvm/x86.c | 12 ++
drivers/gpio/gpio-adnp.c | 6 -
drivers/isdn/hardware/mISDN/hfcmulti.c | 3
drivers/net/dsa/qca8k.c | 18 ----
drivers/net/ethernet/8390/mac8390.c | 19 ++--
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 16 +++
drivers/net/tun.c | 16 ++-
drivers/net/vxlan.c | 4
drivers/s390/scsi/zfcp_erp.c | 17 ++++
drivers/s390/scsi/zfcp_ext.h | 2
drivers/s390/scsi/zfcp_scsi.c | 4
drivers/scsi/sd.c | 22 +++--
drivers/staging/comedi/comedidev.h | 2
drivers/staging/comedi/drivers.c | 33 ++++++-
drivers/staging/comedi/drivers/ni_mio_common.c | 10 +-
drivers/staging/vt6655/device_main.c | 11 +-
drivers/tty/serial/atmel_serial.c | 4
drivers/tty/serial/kgdboc.c | 4
drivers/tty/serial/max310x.c | 2
drivers/tty/serial/sh-sci.c | 12 --
drivers/usb/common/common.c | 2
drivers/usb/core/config.c | 9 --
drivers/usb/gadget/function/f_hid.c | 6 -
drivers/usb/host/xhci-rcar.c | 1
drivers/usb/host/xhci-ring.c | 9 +-
drivers/usb/host/xhci.h | 1
drivers/usb/serial/cp210x.c | 1
drivers/usb/serial/ftdi_sio.c | 2
drivers/usb/serial/ftdi_sio_ids.h | 4
drivers/usb/serial/mos7720.c | 4
drivers/usb/serial/option.c | 13 +--
drivers/video/fbdev/goldfishfb.c | 2
fs/btrfs/raid56.c | 3
fs/btrfs/tree-log.c | 11 ++
fs/nfs/nfs4proc.c | 3
fs/open.c | 6 +
fs/proc/proc_sysctl.c | 3
include/net/sctp/checksum.h | 2
include/net/sock.h | 6 +
kernel/cpu.c | 20 ++++
net/bluetooth/l2cap_core.c | 83 ++++++++++++--------
net/dccp/ipv6.c | 4
net/ipv6/tcp_ipv6.c | 8 -
net/packet/af_packet.c | 4
net/rose/rose_subr.c | 21 ++---
net/wireless/nl80211.c | 16 +--
sound/core/oss/pcm_oss.c | 43 +++++-----
sound/core/pcm_native.c | 9 +-
sound/core/rawmidi.c | 2
sound/core/seq/oss/seq_oss_synth.c | 7 -
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c | 20 +---
virt/kvm/kvm_main.c | 3
64 files changed, 421 insertions(+), 251 deletions(-)
Aditya Pakki (1):
serial: max310x: Fix to avoid potential NULL pointer dereference
Adrian Hunter (1):
perf intel-pt: Fix TSC slip
Andrea Righi (1):
btrfs: raid56: properly unmap parity page in finish_parity_scrub()
Axel Lin (1):
gpio: adnp: Fix testing wrong value in adnp_gpio_direction_input
Bart Van Assche (1):
scsi: sd: Fix a race between closing an sd device and sd I/O
Bhadram Varka (1):
stmmac: copy unicast mac address to MAC registers
Bjorn Helgaas (1):
mISDN: hfcpci: Test both vendor & device ID for Digium HFC4S
Bjørn Mork (1):
USB: serial: option: add Olicard 600
Christian Lamparter (1):
net: dsa: qca8k: remove leftover phy accessors
Christoffer Dall (1):
video: fbdev: Set pixclock = 0 in goldfishfb
Christoph Paasch (1):
net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vec
Eric Biggers (1):
arm64: support keyctl() system call in 32-bit mode
Eric Dumazet (5):
dccp: do not use ipv6 header for ipv4 flow
net: rose: fix a possible stack overflow
tcp: do not use ipv6 header for ipv4 flow
tun: properly test for IFF_UP
tun: add a missing rcu_read_unlock() in error path
Fabrizio Castro (1):
usb: common: Consider only available nodes for dr_mode
Finn Thain (1):
mac8390: Fix mmio access size probe
George McCollister (1):
USB: serial: ftdi_sio: add additional NovaTech products
Greg Kroah-Hartman (3):
USB: serial: cp210x: add new device id
Revert "USB: core: only clean up what we allocated"
Linux 4.9.167
Gustavo A. R. Silva (2):
ALSA: rawmidi: Fix potential Spectre v1 vulnerability
ALSA: seq: oss: Fix Spectre v1 vulnerability
Hoan Nguyen An (1):
serial: sh-sci: Fix setting SCSCR_TIE while transferring data
Ian Abbott (1):
staging: comedi: ni_mio_common: Fix divide-by-zero for DIO cmdtest
Johannes Berg (1):
cfg80211: size various nl80211 messages correctly
Josef Bacik (1):
btrfs: remove WARN_ON in log_dir_items
Kangjie Lu (1):
tty: atmel_serial: fix a potential NULL pointer dereference
Kohji Okuno (1):
ARM: imx6q: cpuidle: fix bug that CPU might not wake up at expected time
Lin Yi (1):
USB: serial: mos7720: fix mos_parport refcount imbalance on error path
Malcolm Priestley (2):
staging: vt6655: Remove vif check from vnt_interrupt
staging: vt6655: Fix interrupt race condition on device start up.
Mans Rullgard (1):
USB: serial: option: set driver_info for SIM5218 and compatibles
Marcel Holtmann (2):
Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_opt
Bluetooth: Verify that l2cap_get_conf_opt provides large enough buffer
Martin K. Petersen (1):
scsi: sd: Quiesce warning if device does not report optimal I/O size
Mathias Nyman (1):
xhci: Fix port resume done detection for SS ports with LPM enabled
Maxime Chevallier (1):
packets: Always register packet sk in the same order
Naveen N. Rao (1):
powerpc: bpf: Fix generation of load/store DW instructions
Olga Kornievskaia (1):
NFSv4.1 don't free interrupted slot on open
Radoslav Gerganov (1):
USB: gadget: f_hid: fix deadlock in f_hidg_write()
Sean Christopherson (2):
KVM: Reject device ioctls from processes other than the VM's creator
KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts
Steffen Maier (2):
scsi: zfcp: fix rport unblock if deleted SCSI devices on Scsi_Host
scsi: zfcp: fix scsi_eh host reset with port_forced ERP for non-NPIV FCP devices
Takashi Iwai (2):
ALSA: pcm: Fix possible OOB access in PCM oss plugins
ALSA: pcm: Don't suspend stream in unrecoverable PCM state
Tetsuo Handa (1):
fs/open.c: allow opening only regular files during execve()
Thomas Gleixner (2):
cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=n
x86/smp: Enforce CONFIG_HOTPLUG_CPU when SMP=y
Wentao Wang (1):
Disable kgdboc failed by echo space to /sys/module/kgdboc/parameters/kgdboc
Xin Long (1):
sctp: get sctphdr by offset in sctp_compute_cksum
Yasushi Asano (1):
usb: host: xhci-rcar: Add XHCI_TRUST_TX_LENGTH quirk
YueHaibing (1):
fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links
Zhiqiang Liu (1):
vxlan: Don't call gro_cells_destroy() before device is unregistered
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2019-04-03 8:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-03 8:40 Greg KH [this message]
2019-04-03 8:40 ` Linux 4.9.167 Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190403084030.GA22606@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=jslaby@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=lwn@lwn.net \
--cc=stable@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.