Linux 4.4.108

From: Greg KH
Date: Mon Dec 25 2017 - 09:11:53 EST


I'm announcing the release of the 4.4.108 kernel.

All users of the 4.4 kernel series must upgrade.

The updated 4.4.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.4.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/kernel-parameters.txt | 2
Makefile | 2
arch/alpha/include/asm/mmu_context.h | 1
arch/arm/boot/dts/am335x-evmsk.dts | 1
arch/arm/boot/dts/dra7.dtsi | 2
arch/arm/include/asm/mmu_context.h | 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/x86/include/asm/hardirq.h | 4
arch/x86/include/asm/mmu_context.h | 101 ---------
arch/x86/include/asm/tlbflush.h | 63 +++++
arch/x86/kernel/cpu/common.c | 16 +
arch/x86/kernel/irq.c | 3
arch/x86/kvm/vmx.c | 9
arch/x86/kvm/x86.c | 2
arch/x86/mm/Makefile | 3
arch/x86/mm/tlb.c | 118 ++++++++++
drivers/bluetooth/btusb.c | 5
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/hid-core.c | 1
drivers/hid/hid-ids.h | 1
drivers/hid/hid-xinmo.c | 1
drivers/hwmon/asus_atk0110.c | 3
drivers/infiniband/ulp/iser/iscsi_iser.h | 2
drivers/infiniband/ulp/iser/iser_verbs.c | 8
drivers/isdn/capi/kcapi.c | 1
drivers/misc/cxl/pci.c | 13 +
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_iov.c | 3
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/irda/vlsi_ir.c | 8
drivers/net/phy/at803x.c | 2
drivers/net/usb/qmi_wwan.c | 4
drivers/net/usb/r8152.c | 19 +
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/rtc/interface.c | 2
drivers/rtc/rtc-pl031.c | 14 -
drivers/s390/net/qeth_l3_main.c | 15 -
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/thermal/hisi_thermal.c | 5
drivers/usb/gadget/function/f_uvc.c | 8
drivers/usb/gadget/udc/pch_udc.c | 1
drivers/usb/host/xhci-plat.c | 1
drivers/video/backlight/pwm_bl.c | 7
include/linux/mmu_context.h | 7
kernel/sched/core.c | 4
mm/mmu_context.c | 2
mm/rmap.c | 28 --
net/core/sysctl_net_core.c | 6
net/ipv4/ip_fragment.c | 25 +-
net/ipv4/netfilter/nf_nat_snmp_basic.c | 19 -
net/ipv4/tcp_vegas.c | 2
net/netfilter/nfnetlink_cthelper.c | 267 +++++++++++++++---------
net/netfilter/nfnetlink_queue.c | 9
net/netlink/af_netlink.c | 41 +++
net/sched/sch_dsmark.c | 10
sound/hda/hdac_i915.c | 4
sound/pci/hda/hda_intel.c | 6
sound/pci/hda/patch_conexant.c | 11
sound/pci/hda/patch_realtek.c | 14 +
virt/kvm/kvm_main.c | 2
79 files changed, 788 insertions(+), 357 deletions(-)

Aaron Lu (1):
x86/irq: Do not substract irq_tlb_count from irq_call_count

Adam Wallis (1):
xhci: plat: Register shutdown for xhci_plat

Aleksandar Markovic (1):
MIPS: math-emu: Fix final emulation phase for certain instructions

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

Andy Lutomirski (8):
x86/mm: Add INVPCID helpers
x86/mm: Add a 'noinvpcid' boot option to turn off INVPCID
x86/mm: If INVPCID is available, use it to flush global mappings
sched/core: Add switch_mm_irqs_off() and use it in the scheduler
x86/mm: Build arch/x86/mm/tlb.c even on !SMP
x86/mm, sched/core: Uninline switch_mm()
x86/mm, sched/core: Turn off IRQs in switch_mm()
sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()

Arnd Bergmann (3):
hwmon: (asus_atk0110) fix uninitialized data access
bna: avoid writing uninitialized data into hw registers
isdn: kcapi: avoid uninitialized data

Arvind Yadav (1):
thermal: hisilicon: Handle return value of clk_prepare_enable

Borislav Petkov (1):
x86/mm: Fix INVPCID asm constraint

Christian Lamparter (1):
crypto: crypto4xx - increase context and scatter ring buffer elements

Christophe JAILLET (1):
igb: check memory allocation failure

Dan Carpenter (1):
bna: integer overflow bug in debugfs

Dan Murphy (1):
net: phy: at803x: Change error to EINVAL for invalid MAC

David Daney (1):
PCI: Avoid bus reset if bridge itself is broken

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

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()

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.4.108

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

Ingo Molnar (1):
mm/mmu_context, sched/core: Fix mmu_context.h assumption

Jacob Keller (1):
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

Jeffy Chen (1):
netfilter: nfnl_cthelper: Fix memory leak

Jon Medhurst (1):
arm: kprobes: Align stack to 8-bytes in test code

Julian Wiedmann (1):
s390/qeth: no ETH header for outbound AF_IUCV

Liping Zhang (2):
netfilter: nfnl_cthelper: fix a race when walk the nf_ct_helper_hash table
netfilter: nfnetlink_queue: fix secctx memory leak

Masami Hiramatsu (1):
arm: kprobes: Fix the return address of multiple kretprobes

Nadav Amit (1):
mm/rmap: batched invalidations should use existing api

Nicholas Piggin (1):
cpuidle: fix broadcast control when broadcast can not be entered

Pablo Neira Ayuso (1):
netfilter: nfnl_cthelper: fix runtime expectation policy updates

Patrice Chotard (1):
pinctrl: st: add irq_request/release_resources callbacks

Peter Stein (1):
HID: xinmo: fix for out of range for THT 2P arcade controller.

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 (1):
RDMA/iser: Fix possible mr leak on device removal event

Sankar Patchineelam (1):
bnxt_en: Fix NULL pointer dereference in reopen failure path

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

Steven Rostedt (1):
ARM: Hide finish_arch_post_lock_switch() from modules

Stuart Hayes (1):
PCI: Create SR-IOV virtfn/physfn links before attaching driver

Sudip Mukherjee (1):
alpha: fix build failures

Takashi Iwai (3):
ALSA: hda - Clear the leftover component assignment at snd_hdac_i915_exit()
ALSA: hda - Degrade i915 binding failure message
ALSA: hda - Fix yet another i915 pointer leftover in error path

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

hayeswang (2):
r8152: fix the list rx_done may be used without initialization
r8152: prevent the driver from transmitting packets with carrier off

Attachment: signature.asc
Description: PGP signature