I'm announcing the release of the 4.9.223 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;a=summary thanks, greg k-h ------------ Makefile | 2 - arch/mips/kernel/perf_event_mipsxx.c | 6 ++- arch/powerpc/kernel/pci_of_scan.c | 12 +++++- drivers/iio/adc/ad7793.c | 2 - drivers/net/dsa/b53/b53_common.c | 30 +++++++++++++-- drivers/net/dsa/b53/b53_regs.h | 3 + drivers/net/ethernet/broadcom/bcmsysport.c | 3 + drivers/net/ethernet/broadcom/genet/bcmgenet.c | 3 + drivers/net/ethernet/stmicro/stmmac/stmmac_hwtstamp.c | 12 ++++-- drivers/net/wimax/i2400m/usb-fw.c | 1 drivers/vhost/vsock.c | 5 ++ fs/cifs/connect.c | 2 + include/linux/ieee80211.h | 9 ++++ lib/mpi/longlong.h | 34 +++++++++--------- net/mac80211/mlme.c | 2 - net/mac80211/rx.c | 8 +--- net/mac80211/status.c | 5 +- net/mac80211/tx.c | 2 - net/sctp/sm_make_chunk.c | 6 ++- net/sunrpc/xprtrdma/backchannel.c | 12 +----- net/sunrpc/xprtrdma/verbs.c | 34 ++++++++++-------- net/sunrpc/xprtrdma/xprt_rdma.h | 2 - scripts/config | 5 ++ sound/pci/hda/hda_intel.c | 9 ++-- sound/soc/codecs/sgtl5000.c | 34 ++++++++++++++++++ sound/soc/codecs/sgtl5000.h | 1 tools/testing/selftests/ipc/msgque.c | 2 - 27 files changed, 172 insertions(+), 74 deletions(-) Alexey Kardashevskiy (1): powerpc/pci/of: Parse unassigned resources Chuck Lever (1): xprtrdma: Fix backchannel allocation of extra rpcrdma_reps Doug Berger (2): net: bcmgenet: suppress warnings on failed Rx SKB allocations net: systemport: suppress warnings on failed Rx SKB allocations Florian Fainelli (1): net: dsa: b53: Rework ARL bin logic Greg Kroah-Hartman (1): Linux 4.9.223 Jere Leppänen (1): sctp: Fix SHUTDOWN CTSN Ack in the peer restart case Jeremie Francois (on alpha) (1): scripts/config: allow colons in option strings for sed Jia He (1): vhost: vsock: kick send_pkt worker once device is started Julien Beraud (1): net: stmmac: Fix sub-second increment Marcin Nowakowski (1): MIPS: perf: Remove incorrect odd/even counter handling for I6400 Nathan Chancellor (1): lib/mpi: Fix building for powerpc with clang Ronnie Sahlberg (1): cifs: protect updating server->dstaddr with a spinlock Sebastian Reichel (1): ASoC: sgtl5000: Fix VAG power-on handling Takashi Iwai (1): ALSA: hda: Match both PCI ID and SSID for driver blacklist Thomas Pedersen (1): mac80211: add ieee80211_is_any_nullfunc() Tyler Hicks (1): selftests/ipc: Fix test failure seen after initial test run Xiyu Yang (1): wimax/i2400m: Fix potential urb refcnt leak YueHaibing (1): iio:ad7797: Use correct attribute_group