I'm announcing the release of the 4.9.177 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/ath79/setup.c | 6 arch/powerpc/include/asm/reg_booke.h | 2 arch/powerpc/kernel/security.c | 1 arch/powerpc/lib/code-patching.c | 2 arch/x86/entry/vdso/Makefile | 3 arch/x86/kernel/reboot.c | 21 arch/x86/kvm/trace.h | 4 drivers/gpu/drm/sun4i/sun4i_drv.c | 2 drivers/gpu/ipu-v3/ipu-dp.c | 12 drivers/hid/hid-input.c | 14 drivers/iio/adc/xilinx-xadc-core.c | 2 drivers/input/rmi4/rmi_driver.c | 6 drivers/irqchip/irq-ath79-misc.c | 11 drivers/isdn/mISDN/socket.c | 4 drivers/md/raid5.c | 19 drivers/net/bonding/bond_options.c | 7 drivers/net/ethernet/freescale/ucc_geth_ethtool.c | 8 drivers/net/phy/spi_ks8995.c | 9 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hw.c | 1 drivers/net/wireless/st/cw1200/scan.c | 5 drivers/nfc/st95hf/core.c | 7 drivers/nvdimm/btt_devs.c | 18 drivers/nvdimm/namespace_devs.c | 5 drivers/platform/x86/sony-laptop.c | 8 drivers/s390/block/dasd_eckd.c | 6 drivers/s390/char/con3270.c | 2 drivers/s390/char/fs3270.c | 3 drivers/s390/char/raw3270.c | 3 drivers/s390/char/raw3270.h | 4 drivers/s390/char/tty3270.c | 3 drivers/s390/net/ctcm_main.c | 1 drivers/usb/serial/generic.c | 39 + drivers/virt/fsl_hypervisor.c | 29 - include/linux/efi.h | 7 include/linux/list_nulls.h | 5 include/linux/rculist_nulls.h | 14 include/sound/pcm.h | 2 init/main.c | 4 kernel/bpf/hashtab.c | 99 ++-- net/8021q/vlan_dev.c | 4 net/bridge/br_if.c | 13 net/core/fib_rules.c | 6 net/ipv4/raw.c | 4 net/ipv6/sit.c | 2 net/mac80211/mesh_pathtbl.c | 2 net/netfilter/ipvs/ip_vs_core.c | 2 net/netfilter/x_tables.c | 2 net/packet/af_packet.c | 25 - sound/core/pcm_lib.c | 2 sound/core/pcm_native.c | 6 tools/lib/traceevent/event-parse.c | 2 tools/testing/selftests/net/run_netsocktests | 2 tools/testing/selftests/netfilter/Makefile | 2 tools/testing/selftests/netfilter/conntrack_icmp_related.sh | 283 ++++++++++++ 55 files changed, 604 insertions(+), 153 deletions(-) Aditya Pakki (1): libnvdimm/btt: Fix a kmemdup failure check Alexei Starovoitov (2): bpf: fix struct htab_elem layout bpf: convert htab map to hlist_nulls Alistair Strachan (2): x86: vdso: Use $LD instead of $CC to link x86/vdso: Pass --eh-frame-hdr to the linker Arnd Bergmann (1): s390: ctcm: fix ctcm_new_device error return code Breno Leitao (1): powerpc/64s: Include cpu header Christophe Leroy (2): net: ucc_geth - fix Oops when changing number of buffers in the ring powerpc/lib: fix book3s/32 boot failure due to code patching Dan Carpenter (2): drivers/virt/fsl_hypervisor.c: dereferencing error pointers in ioctl drivers/virt/fsl_hypervisor.c: prevent integer overflow in ioctl Dan Williams (1): init: initialize jump labels before command line option parsing Daniel Gomez (2): spi: Micrel eth switch: declare missing of table spi: ST ST95HF NFC: declare missing of table David Ahern (1): ipv4: Fix raw socket lookup for local traffic Dmitry Torokhov (3): HID: input: add mapping for Expose/Overview key HID: input: add mapping for keyboard Brightness Up/Down/Toggle keys HID: input: add mapping for "Toggle Display" key Felix Fietkau (1): mac80211: fix unaligned access in mesh table hash function Florian Westphal (1): selftests: netfilter: check icmp pkttoobig errors are set as related Francesco Ruggeri (1): netfilter: compat: initialize all fields in xt_init Greg Kroah-Hartman (1): Linux 4.9.177 Gustavo A. R. Silva (2): platform/x86: sony-laptop: Fix unintentional fall-through rtlwifi: rtl8723ae: Fix missing break in switch statement Hangbin Liu (2): fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL not supplied vlan: disable SIOCSHWTSTAMP in container Jarod Wilson (1): bonding: fix arp_validate toggling in active-backup mode Jian-Hong Pan (1): x86/reboot, efi: Use EFI reboot for Acer TravelMate X514-51T Johan Hovold (1): USB: serial: fix unthrottle races Julian Anastasov (1): ipvs: do not schedule icmp errors from tunnels Kangjie Lu (1): libnvdimm/namespace: Fix a potential NULL pointer dereference Laurentiu Tudor (1): powerpc/booke64: set RI in default MSR Lucas Stach (1): gpu: ipu-v3: dp: fix CSC handling Martin Schwidefsky (1): s390/3270: fix lockdep false positive on view->lock Nick Desaulniers (1): x86/vdso: Drop implicit common-page-size linker flag Nigel Croxon (1): Don't jump to compute_result state from check_result state Pan Bian (1): Input: synaptics-rmi4 - fix possible double free Paul Kocialkowski (1): drm/sun4i: Set device driver data at bind time for use in unbind Peter Oberparleiter (1): s390/dasd: Fix capacity calculation for large volumes Petr Štetiar (1): MIPS: perf: ath79: Fix perfcount IRQ assignment Po-Hsu Lin (1): selftests/net: correct the return value for run_netsocktests Rikard Falkeborn (1): tools lib traceevent: Fix missing equality check for strcmp Sasha Levin (2): Revert "x86/vdso: Drop implicit common-page-size linker flag" Revert "x86: vdso: Use $LD instead of $CC to link" Stephen Suryaputra (1): vrf: sit mtu should not be updated when vrf netdev is the link Sven Van Asbroeck (1): iio: adc: xilinx: fix potential use-after-free on remove Takashi Sakamoto (1): ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal command Tetsuo Handa (1): mISDN: Check address length before reading address family Tobin C. Harding (1): bridge: Fix error path for kobject_init_and_add() Vitaly Kuznetsov (1): KVM: x86: avoid misreporting level-triggered irqs as edge-triggered in tracing Wei Yongjun (1): cw1200: fix missing unlock on error in cw1200_hw_scan() YueHaibing (1): packet: Fix error path in packet_init
Attachment:
signature.asc
Description: PGP signature