I'm announcing the release of the 4.9.72 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/arm/boot/dts/am335x-evmsk.dts | 1 arch/arm/boot/dts/dra7.dtsi | 2 arch/arm/mm/dma-mapping.c | 20 + arch/arm/probes/kprobes/core.c | 24 +- arch/arm/probes/kprobes/test-core.c | 11 arch/arm64/mm/init.c | 2 arch/mips/math-emu/cp1emu.c | 28 +- arch/sparc/mm/srmmu.c | 1 arch/x86/kvm/mmu.c | 4 arch/x86/kvm/svm.c | 3 arch/x86/kvm/vmx.c | 27 ++ arch/x86/kvm/x86.c | 2 drivers/base/power/opp/core.c | 2 drivers/block/nbd.c | 5 drivers/bluetooth/btusb.c | 5 drivers/clk/sunxi-ng/ccu-sun6i-a31.c | 2 drivers/cpufreq/cpufreq.c | 38 +-- drivers/cpuidle/cpuidle-powernv.c | 18 + drivers/cpuidle/cpuidle.c | 1 drivers/cpuidle/sysfs.c | 12 + drivers/crypto/amcc/crypto4xx_core.h | 10 drivers/hid/Kconfig | 1 drivers/hid/hid-core.c | 2 drivers/hid/hid-corsair.c | 47 ++++ drivers/hid/hid-ids.h | 4 drivers/hid/hid-xinmo.c | 1 drivers/hid/usbhid/hid-quirks.c | 3 drivers/hwmon/asus_atk0110.c | 3 drivers/hwmon/max31790.c | 2 drivers/infiniband/core/cq.c | 2 drivers/infiniband/hw/i40iw/i40iw_utils.c | 8 drivers/infiniband/sw/rdmavt/mmap.c | 4 drivers/infiniband/sw/rxe/rxe_mmap.c | 4 drivers/infiniband/sw/rxe/rxe_pool.c | 2 drivers/infiniband/sw/rxe/rxe_req.c | 2 drivers/infiniband/sw/rxe/rxe_resp.c | 9 drivers/infiniband/ulp/iser/iscsi_iser.h | 2 drivers/infiniband/ulp/iser/iser_verbs.c | 8 drivers/iommu/exynos-iommu.c | 5 drivers/isdn/capi/kcapi.c | 1 drivers/misc/cxl/pci.c | 14 + drivers/net/ethernet/broadcom/bnxt/bnxt.c | 13 + drivers/net/ethernet/brocade/bna/bfa_ioc.c | 10 drivers/net/ethernet/brocade/bna/bnad_debugfs.c | 2 drivers/net/ethernet/intel/fm10k/fm10k.h | 4 drivers/net/ethernet/intel/fm10k/fm10k_iov.c | 12 - drivers/net/ethernet/intel/i40e/i40e_main.c | 16 + drivers/net/ethernet/intel/igb/igb_main.c | 2 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c | 4 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c | 2 drivers/net/ethernet/moxa/moxart_ether.c | 20 + drivers/net/ethernet/moxa/moxart_ether.h | 1 drivers/net/irda/vlsi_ir.c | 8 drivers/net/phy/at803x.c | 2 drivers/net/usb/qmi_wwan.c | 4 drivers/net/usb/r8152.c | 26 +- drivers/nvme/target/loop.c | 88 ++++--- drivers/pci/iov.c | 3 drivers/pci/pci.c | 4 drivers/pci/pcie/aer/aerdrv_core.c | 9 drivers/pinctrl/pinctrl-st.c | 30 ++ drivers/platform/x86/asus-wireless.c | 1 drivers/rtc/interface.c | 2 drivers/rtc/rtc-pl031.c | 14 - drivers/s390/net/qeth_core.h | 3 drivers/s390/net/qeth_core_main.c | 5 drivers/s390/net/qeth_l2_main.c | 5 drivers/s390/net/qeth_l3_main.c | 20 - drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | 1 drivers/scsi/lpfc/lpfc_els.c | 3 drivers/scsi/lpfc/lpfc_hbadisc.c | 3 drivers/scsi/lpfc/lpfc_hw4.h | 2 drivers/scsi/mpt3sas/mpt3sas_scsih.c | 5 drivers/staging/greybus/light.c | 2 drivers/thermal/hisi_thermal.c | 79 ++++--- drivers/usb/gadget/function/f_uvc.c | 8 drivers/usb/gadget/udc/pch_udc.c | 1 drivers/usb/host/xhci-plat.c | 1 drivers/vfio/pci/vfio_pci_config.c | 6 drivers/vhost/vsock.c | 41 +++ drivers/video/backlight/pwm_bl.c | 7 drivers/virtio/virtio_balloon.c | 19 + fs/btrfs/send.c | 7 include/linux/bpf_verifier.h | 1 include/linux/virtio_vsock.h | 3 include/net/af_vsock.h | 3 kernel/bpf/verifier.c | 106 ++++++++- kernel/trace/trace_events_hist.c | 4 net/core/sysctl_net_core.c | 6 net/ipv4/ip_fragment.c | 25 +- net/ipv4/ipconfig.c | 2 net/ipv4/netfilter/nf_nat_snmp_basic.c | 19 - net/ipv4/tcp_vegas.c | 2 net/ipv6/addrconf.c | 12 - net/netfilter/nfnetlink_cthelper.c | 267 +++++++++++++++--------- net/netfilter/nfnetlink_queue.c | 9 net/netlink/af_netlink.c | 41 +++ net/sched/sch_dsmark.c | 10 net/sctp/outqueue.c | 11 net/tipc/subscr.c | 7 net/vmw_vsock/af_vsock.c | 14 + net/vmw_vsock/virtio_transport_common.c | 7 sound/pci/hda/patch_conexant.c | 11 sound/pci/hda/patch_realtek.c | 14 + sound/soc/img/img-parallel-out.c | 2 sound/soc/sti/uniperif_reader.c | 3 virt/kvm/kvm_main.c | 4 108 files changed, 1048 insertions(+), 374 deletions(-) Adam Wallis (1): xhci: plat: Register shutdown for xhci_plat Aleksandar Markovic (1): MIPS: math-emu: Fix final emulation phase for certain instructions Alex Hemme (1): hwmon: (max31790) Set correct PWM value Alex Williamson (1): vfio/pci: Virtualize Maximum Payload Size Alexander Duyck (2): net: Do not allow negative values for busy_read and busy_poll sysctl interfaces i40e: Do not enable NAPI on q_vectors that have no rings Alexandre Belloni (1): rtc: set the alarm to the next expiring timer Alexey Khoroshilov (1): irda: vlsi_ir: fix check for DMA mapping errors Arnaud Pouliquen (1): ASoC: STI: Fix reader substream pointer set Arnd Bergmann (4): hwmon: (asus_atk0110) fix uninitialized data access bna: avoid writing uninitialized data into hw registers virtio_balloon: prevent uninitialized variable use isdn: kcapi: avoid uninitialized data Arvind Yadav (2): staging: greybus: light: Release memory obtained by kasprintf thermal: hisilicon: Handle return value of clk_prepare_enable Chen-Yu Tsai (1): clk: sunxi-ng: sun6i: Rename HDMI DDC clock to avoid name collision Christian Lamparter (1): crypto: crypto4xx - increase context and scatter ring buffer elements Christophe JAILLET (1): igb: check memory allocation failure Colin Ian King (1): IB/rxe: check for allocation failure on elem Dan Carpenter (3): bna: integer overflow bug in debugfs IB/rxe: double free on error Btrfs: fix an integer overflow check Dan Murphy (1): net: phy: at803x: Change error to EINVAL for invalid MAC Daniel Borkmann (4): bpf: adjust insn_aux_data when patching insns bpf: fix branch pruning logic bpf: reject out-of-bounds stack pointer calculation bpf: fix incorrect sign extension in check_alu_op() Daniel Lezcano (4): thermal/drivers/hisi: Fix missing interrupt enablement thermal/drivers/hisi: Fix kernel panic on alarm interrupt thermal/drivers/hisi: Simplify the temperature/step computation thermal/drivers/hisi: Fix multiple alarm interrupts firing David Daney (1): PCI: Avoid bus reset if bridge itself is broken David Marchand (1): IB/rxe: increment msn only when completing a request Derek Basehore (1): backlight: pwm_bl: Fix overflow condition Dick Kennedy (3): scsi: lpfc: Fix PT2PT PRLI reject scsi: lpfc: Fix secure firmware updates scsi: lpfc: PLOGI failures during NPIV testing Dmitry Vyukov (1): kvm: fix usage of uninit spinlock in avic_vm_destroy() Ed Blake (1): ASoC: img-parallel-out: Add pm_runtime_get/put to set_fmt callback Emil Tantilov (1): ixgbe: fix use of uninitialized padding Eric Dumazet (2): sch_dsmark: fix invalid skb_cow() usage inet: frag: release spinlock before calling icmp_send() Fabio Estevam (1): PM / OPP: Move error message to debug level Gabriele Paoloni (1): PCI/AER: Report non-fatal errors only to the affected endpoint Gao Feng (1): netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to register Greg Kroah-Hartman (2): Revert "Bluetooth: btusb: driver to enable the usb-wakeup feature" Linux 4.9.72 Guenter Roeck (1): sparc32: Export vac_cache_size to fix build error Gustavo A. R. Silva (1): usb: gadget: udc: remove pointer dereference after free Herbert Xu (1): crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutex Herongguang (Stephen) (1): KVM: pci-assign: do not map smm memory slot pages in vt-d page tables Hoang Tran (1): tcp: fix under-evaluated ssthresh in TCP Vegas Jacob Keller (2): fm10k: fix mis-ordered parameters in declaration for .ndo_set_vf_bw fm10k: ensure we process SM mbx when processing VF mbx Jaroslav Kysela (2): ALSA: hda - add support for docking station for HP 820 G2 ALSA: hda - add support for docking station for HP 840 G3 Jason Gunthorpe (1): infiniband: Fix alignment of mmap cookies to support VIPT caching Jeffy Chen (1): netfilter: nfnl_cthelper: Fix memory leak Jim Mattson (1): kvm: vmx: Flush TLB when the APIC-access address changes Jon Medhurst (1): arm: kprobes: Align stack to 8-bytes in test code Jonas Jensen (1): net: moxa: fix TX overrun memory leak Josef Bacik (1): nbd: set queue timeout properly Julian Wiedmann (2): s390/qeth: size calculation outbound buffers s390/qeth: no ETH header for outbound AF_IUCV Ladi Prosek (1): virtio-balloon: use actual number of stats for stats queue buffers Liping Zhang (2): netfilter: nfnl_cthelper: fix a race when walk the nf_ct_helper_hash table netfilter: nfnetlink_queue: fix secctx memory leak Marek Szyprowski (1): iommu/exynos: Workaround FLPD cache flush issues for SYSMMU v5 Mark Rutland (1): net: ipconfig: fix ic_close_devs() use-after-free Masami Hiramatsu (1): arm: kprobes: Fix the return address of multiple kretprobes Mike Manning (1): net: ipv6: send NS for DAD when link operationally up Nicholas Piggin (1): cpuidle: fix broadcast control when broadcast can not be entered Oscar Campos (2): HID: corsair: support for K65-K70 Rapidfire and Scimitar Pro RGB HID: corsair: Add driver Scimitar Pro RGB gaming mouse 1b1c:1b3e support to hid-corsair Pablo Neira Ayuso (1): netfilter: nfnl_cthelper: fix runtime expectation policy updates Patrice Chotard (1): pinctrl: st: add irq_request/release_resources callbacks Peng Tao (3): vsock: track pkt owner vsock vhost-vsock: add pkt cancel capability vsock: cancel packets when failing to connect Peter Hutterer (1): platform/x86: asus-wireless: send an EV_SYN/SYN_REPORT between state changes Peter Stein (1): HID: xinmo: fix for out of range for THT 2P arcade controller. Rafael J. Wysocki (1): cpufreq: Fix creation of symbolic links to policy directories Reizer, Eyal (1): ARM: dts: am335x-evmsk: adjust mmc2 param to allow suspend Rob Herring (1): ARM: dts: ti: fix PCI bus dtc warnings Roger Quadros (1): usb: gadget: f_uvc: Sanity check wMaxPacketSize for SuperSpeed Russell King (2): ARM: dma-mapping: disallow dma_get_sgtable() for non-kernel managed memory rtc: pl031: make interrupt optional Sagi Grimberg (3): nvme-loop: handle cpu unplug when re-establishing the controller IB/core: Protect against self-requeue of a cq work item RDMA/iser: Fix possible mr leak on device removal event Sankar Patchineelam (1): bnxt_en: Fix NULL pointer dereference in reopen failure path Shakeel Butt (1): kvm, mm: account kvm related kmem slabs to kmemcg Shiraz Saleem (1): i40iw: Receive netdev events post INET_NOTIFIER state Sreekanth Reddy (1): scsi: mpt3sas: Fix IO error occurs on pulling out a drive from RAID1 volume created on two SATA drive Steve Capper (1): arm64: Initialise high_memory global variable earlier Stuart Hayes (1): PCI: Create SR-IOV virtfn/physfn links before attaching driver Tom Zanussi (1): tracing: Exclude 'generic fields' from histograms Tony Lindgren (1): net: qmi_wwan: Add USB IDs for MDM6600 modem on Motorola Droid 4 Vaibhav Jain (1): cxl: Check if vphb exists before iterating over AFU devices Vaidyanathan Srinivasan (2): cpuidle: Validate cpu_dev in cpuidle_add_sysfs() cpuidle: powernv: Pass correct drv->cpumask for registration Varun Prakash (1): scsi: cxgb4i: fix Tx skb leak Wanpeng Li (2): KVM: x86: correct async page present tracepoint KVM: VMX: Fix enable VPID conditions Xin Long (1): sctp: out_qlen should be updated when pruning unsent queue Ying Xue (1): tipc: fix nametbl deadlock at tipc_nametbl_unsubscribe hayeswang (3): r8152: fix the list rx_done may be used without initialization r8152: fix the rx early size of RTL8153 r8152: prevent the driver from transmitting packets with carrier off
Attachment:
signature.asc
Description: PGP signature