Linux 4.4.12

From: Greg KH
Date: Wed Jun 01 2016 - 17:46:26 EST


I'm announcing the release of the 4.4.12 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/serial/tty.txt | 3
Makefile | 7 -
arch/arm/kvm/mmu.c | 17 +-
arch/arm64/include/asm/pgtable-hwdef.h | 1
arch/arm64/include/asm/pgtable.h | 25 +++-
arch/arm64/kernel/cpuinfo.c | 3
arch/arm64/kvm/inject_fault.c | 2
arch/arm64/mm/fault.c | 50 ++++++++
arch/mips/include/asm/kvm_host.h | 2
arch/mips/kvm/emulate.c | 89 ++++++++-------
arch/mips/kvm/trap_emul.c | 2
arch/x86/kernel/cpu/perf_event_intel_pt.c | 2
arch/x86/kvm/cpuid.c | 1
arch/x86/kvm/mtrr.c | 2
arch/x86/kvm/vmx.c | 2
arch/x86/pci/xen.c | 7 -
drivers/acpi/osl.c | 16 +-
drivers/bluetooth/hci_vhci.c | 28 +++-
drivers/clk/bcm/clk-bcm2835.c | 4
drivers/clk/qcom/gcc-msm8916.c | 2
drivers/crypto/caam/jr.c | 2
drivers/crypto/sunxi-ss/sun4i-ss-cipher.c | 10 +
drivers/crypto/talitos.c | 64 +++++++++++
drivers/infiniband/ulp/srp/ib_srp.c | 2
drivers/input/misc/pwm-beeper.c | 69 ++++++++----
drivers/irqchip/irq-gic-v3.c | 19 +++
drivers/irqchip/irq-gic.c | 8 +
drivers/mcb/mcb-parse.c | 2
drivers/mfd/omap-usb-tll.c | 13 +-
drivers/misc/mei/amthif.c | 4
drivers/misc/mei/bus.c | 15 ++
drivers/misc/mei/client.c | 4
drivers/misc/mei/hbm.c | 3
drivers/misc/mei/interrupt.c | 6 -
drivers/misc/mei/mei_dev.h | 2
drivers/mmc/card/block.c | 5
drivers/mmc/core/core.c | 4
drivers/mmc/core/mmc.c | 7 +
drivers/mmc/host/sdhci-acpi.c | 6 -
drivers/mmc/host/sdhci-pci-core.c | 5
drivers/mtd/ubi/eba.c | 21 +++
drivers/mtd/ubi/fastmap.c | 1
drivers/mtd/ubi/ubi.h | 2
drivers/net/can/dev.c | 56 +++++++++
drivers/net/can/m_can/m_can.c | 2
drivers/net/usb/asix_common.c | 2
drivers/platform/x86/dell-rbtn.c | 56 +++++++++
drivers/scsi/scsi_scan.c | 1
drivers/scsi/scsi_sysfs.c | 6 -
drivers/staging/comedi/drivers/das1800.c | 22 ++-
drivers/thunderbolt/eeprom.c | 1
drivers/tty/n_gsm.c | 4
drivers/tty/n_hdlc.c | 4
drivers/tty/n_tty.c | 70 +++++-------
drivers/tty/pty.c | 4
drivers/tty/serial/8250/8250_mid.c | 35 +++---
drivers/tty/serial/8250/8250_pci.c | 3
drivers/tty/serial/atmel_serial.c | 14 ++
drivers/tty/serial/samsung.c | 4
drivers/tty/tty_buffer.c | 34 +----
drivers/tty/vt/vt.c | 5
drivers/usb/core/driver.c | 40 ++++--
drivers/usb/gadget/function/f_fs.c | 2
drivers/usb/gadget/function/f_mass_storage.c | 36 ++----
drivers/usb/gadget/function/f_mass_storage.h | 2
drivers/usb/gadget/legacy/acm_ms.c | 4
drivers/usb/gadget/legacy/mass_storage.c | 4
drivers/usb/gadget/legacy/multi.c | 12 --
drivers/usb/gadget/legacy/nokia.c | 7 -
drivers/usb/gadget/udc/udc-core.c | 2
drivers/usb/misc/usbtest.c | 4
drivers/usb/serial/io_edgeport.c | 56 ++++++---
drivers/usb/serial/keyspan.c | 4
drivers/usb/serial/mxuport.c | 10 +
drivers/usb/serial/option.c | 155 +++++++++++++++++++++++++--
drivers/usb/serial/quatech2.c | 1
fs/btrfs/ioctl.c | 2
fs/cifs/sess.c | 139 +++++++++++++-----------
fs/cifs/smb2glob.h | 1
fs/cifs/smb2inode.c | 8 +
fs/cifs/smb2pdu.c | 16 ++
fs/cifs/smb2proto.h | 2
fs/ext4/move_extent.c | 1
fs/hpfs/super.c | 42 +++++--
include/asm-generic/qspinlock.h | 27 ++++
include/asm-generic/siginfo.h | 15 --
include/linux/can/dev.h | 22 +++
include/linux/signal.h | 15 ++
include/linux/tty.h | 2
include/linux/usb.h | 2
include/scsi/scsi_device.h | 1
kernel/events/core.c | 52 ++++++---
kernel/sched/loadavg.c | 11 +
kernel/trace/ring_buffer.c | 35 +++---
scripts/Makefile.extrawarn | 1
sound/pci/hda/patch_realtek.c | 31 +++++
tools/perf/tests/bpf.c | 14 +-
tools/perf/tests/llvm.c | 8 -
98 files changed, 1171 insertions(+), 477 deletions(-)

Adrian Hunter (3):
mmc: mmc: Fix partition switch timeout for some eMMCs
mmc: sdhci-acpi: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllers
mmc: sdhci-pci: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllers

Alan Stern (1):
USB: leave LPM alone if possible when binding/unbinding interface drivers

Alexander Shishkin (1):
perf/x86/intel/pt: Generate PMI in the STOP region as well

Alexander Usyskin (3):
mei: fix NULL dereferencing during FW initiated disconnection
mei: amthif: discard not read messages
mei: bus: call mei_cl_read_start under device lock

Alexandre Belloni (1):
tty/serial: atmel: fix hardware handshake selection

Andreas Noever (1):
thunderbolt: Fix double free of drom buffer

Andreas Werner (1):
mcb: Fixed bar number assignment for the gdd

Andy Gross (1):
clk: qcom: msm8916: Fix crypto clock flags

Andy Honig (1):
KVM: MTRR: remove MSR 0x2f8

Andy Shevchenko (2):
serial: 8250_mid: use proper bar for DNV platform
serial: 8250_mid: recognize interrupt source in handler

Arnaldo Carvalho de Melo (1):
perf test: Fix build of BPF and LLVM on older glibc libraries

Arnd Bergmann (1):
kbuild: move -Wunused-const-variable to W=1 warning level

Bart Van Assche (1):
IB/srp: Fix a debug kernel crash

Brian Bloniarz (1):
Fix OpenSSH pty regression on close

Bruce Rogers (1):
KVM: x86: fix ordering of cr0 initialization code in vmx_cpu_reset

Catalin Marinas (4):
arm64: Fix typo in the pmdp_huge_get_and_clear() definition
arm64: Ensure pmd_present() returns false after pmd_mknotpresent()
arm64: Implement ptep_set_access_flags() for hardware AF/DBM
arm64: Implement pmdp_set_access_flags() for hardware AF/DBM

Catalin Vasile (1):
crypto: caam - fix caam_jr_alloc() ret code

Chanwoo Choi (1):
serial: samsung: Reorder the sequence of clock control when call s3c24xx_serial_set_termios()

Corentin LABBE (1):
crypto: sun4i-ss - Replace spinlock_bh by spin_lock_irq{save|restore}

David Müller (1):
serial: 8250_pci: fix divide error bug if baud rate is 0

Eryu Guan (1):
ext4: iterate over buffer heads correctly in move_extent_per_page()

Gabriele Mazzotta (1):
dell-rbtn: Ignore ACPI notifications if device is suspended

Greg Kroah-Hartman (1):
Linux 4.4.12

H Hartley Sweeten (1):
staging: comedi: das1800: fix possible NULL dereference

Horia Geant? (1):
crypto: talitos - fix ahash algorithms registration

Hui Wang (1):
ALSA: hda - Fix headset mic detection problem for one Dell machine

James Hogan (3):
MIPS: KVM: Fix timer IRQ race when freezing timer
MIPS: KVM: Fix timer IRQ race when writing CP0_Compare
SIGNAL: Move generic copy_siginfo() to signal.h

Jiri Slaby (4):
Bluetooth: vhci: fix open_timeout vs. hdev race
Bluetooth: vhci: purge unhandled skbs
tty: vt, return error when con_startup fails
TTY: n_gsm, fix false positive WARN_ON

Johan Hovold (5):
USB: serial: mxuport: fix use-after-free in probe error path
USB: serial: keyspan: fix use-after-free in probe error path
USB: serial: quatech2: fix use-after-free in probe error path
USB: serial: io_edgeport: fix memory leaks in attach error path
USB: serial: io_edgeport: fix memory leaks in probe error path

Johannes Thumshirn (2):
scsi: Add intermediate STARGET_REMOVE state to scsi_target_state
Revert "scsi: fix soft lockup in scsi_remove_target() on module removal"

John Stultz (1):
asix: Fix offset calculation in asix_rx_fixup() causing slow transmissions

Josef Bacik (1):
Btrfs: don't use src fd for printk

Julien Grall (1):
arm64: cpuinfo: Missing NULL terminator in compat_hwcap_str

Kai-Heng Feng (1):
ALSA: hda - Fix headphone noise on Dell XPS 13 9360

Kailang Yang (2):
ALSA: hda/realtek - New codecs support for ALC234/ALC274/ALC294
ALSA: hda/realtek - Add support for ALC295/ALC3254

Lars-Peter Clausen (1):
usb: gadget: f_fs: Fix EFAULT generation for async read operations

Lei Liu (1):
USB: serial: option: add even more ZTE device ids

Lv Zheng (1):
ACPI / osi: Fix an issue that acpi_osi=!* cannot disable ACPICA internal strings

Manfred Schlaegl (1):
Input: pwm-beeper - fix - scheduling while atomic

Marc Zyngier (2):
arm/arm64: KVM: Enforce Break-Before-Make on Stage-2 page tables
irqchip/gic-v3: Configure all interrupts as non-secure Group-1

Martin Sperl (1):
clk: bcm2835: add locking to pll*_on/off methods

Mathias Nyman (1):
usb: misc: usbtest: fix pattern tests for scatterlists.

Matt Evans (1):
kvm: arm64: Fix EC field in inject_abt64

Matt Gumbel (1):
mmc: longer timeout for long read time quirk

Michal Nazarewicz (1):
usb: f_mass_storage: test whether thread is running before starting another

Mikulas Patocka (2):
hpfs: fix remount failure when there are no options changed
hpfs: implement the show_options method

Oliver Hartkopp (1):
can: fix handling of unmodifiable configuration options

Paolo Bonzini (1):
KVM: x86: mask CPUID(0xD,0x1).EAX against host value

Peter Zijlstra (2):
perf/core: Fix perf_event_open() vs. execve() race
locking,qspinlock: Fix spin_is_locked() and spin_unlock_wait()

Richard Weinberger (1):
UBI: Fix static volume checks when Fastmap is used

Roger Quadros (1):
mfd: omap-usb-tll: Fix scheduling while atomic BUG

Schemmel Hans-Christoph (1):
USB: serial: option: add support for Cinterion PH8 and AHxx

Stefan Metzmacher (4):
fs/cifs: correctly to anonymous authentication via NTLMSSP
fs/cifs: correctly to anonymous authentication for the LANMAN authentication
fs/cifs: correctly to anonymous authentication for the NTLM(v1) authentication
fs/cifs: correctly to anonymous authentication for the NTLM(v2) authentication

Stefano Stabellini (1):
xen/x86: actually allocate legacy interrupts on PV guests

Steve French (1):
remove directory incorrectly tries to set delete on close on non-empty directories

Steven Rostedt (Red Hat) (2):
ring-buffer: Use long for nr_pages to avoid overflow failures
ring-buffer: Prevent overflow of size in ring_buffer_resize()

Takashi Iwai (1):
Bluetooth: vhci: Fix race at creating hci device

Vik Heyndrickx (1):
sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systems

Will Deacon (1):
irqchip/gic: Ensure ordering between read of INTACK and shared data

Yoshihiro Shimoda (1):
usb: gadget: udc: core: Fix argument of dev_err() in usb_gadget_map_request()

lei liu (1):
USB: serial: option: add more ZTE device ids

Attachment: signature.asc
Description: PGP signature