Linux 4.4.6

From: Greg KH
Date: Wed Mar 16 2016 - 16:10:36 EST


I'm announcing the release of the 4.4.6 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/devicetree/bindings/arm/omap/omap.txt | 1
Documentation/virtual/kvm/mmu.txt | 3
Makefile | 2
arch/arm/boot/dts/armada-xp-axpwifiap.dts | 4 -
arch/arm/boot/dts/armada-xp-db.dts | 4 -
arch/arm/boot/dts/armada-xp-gp.dts | 4 -
arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts | 4 -
arch/arm/boot/dts/armada-xp-linksys-mamba.dts | 4 -
arch/arm/boot/dts/armada-xp-matrix.dts | 4 -
arch/arm/boot/dts/armada-xp-netgear-rn2120.dts | 4 -
arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts | 6 -
arch/arm/boot/dts/armada-xp-synology-ds414.dts | 4 -
arch/arm/boot/dts/dra7.dtsi | 10 ++
arch/arm/mach-omap2/omap_hwmod.c | 9 ++
arch/arm/mach-omap2/omap_hwmod.h | 3
arch/arm64/include/asm/pgtable.h | 5 -
arch/mips/Kconfig | 7 +
arch/mips/kernel/smp.c | 1
arch/powerpc/include/asm/opal-api.h | 3
arch/powerpc/include/asm/opal.h | 3
arch/powerpc/kernel/module_64.c | 2
arch/powerpc/kvm/book3s_hv_rmhandlers.S | 14 +++
arch/powerpc/platforms/powernv/Makefile | 1
arch/powerpc/platforms/powernv/opal-kmsg.c | 75 ++++++++++++++++++++
arch/powerpc/platforms/powernv/opal-wrappers.S | 1
arch/powerpc/platforms/powernv/opal.c | 3
arch/s390/include/asm/mmu_context.h | 16 ++--
arch/s390/include/asm/pgalloc.h | 24 +++++-
arch/s390/kvm/kvm-s390.c | 2
arch/x86/kvm/mmu.c | 4 -
arch/x86/kvm/vmx.c | 43 ++++++++---
arch/x86/mm/pageattr.c | 14 ++-
drivers/dma/at_xdmac.c | 42 ++++++++++-
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 4 -
drivers/gpu/drm/radeon/radeon_device.c | 1
drivers/gpu/drm/radeon/radeon_display.c | 4 -
drivers/gpu/drm/radeon/radeon_pm.c | 5 -
drivers/gpu/ipu-v3/ipu-common.c | 21 +++--
drivers/net/can/usb/gs_usb.c | 24 ++----
drivers/net/wireless/iwlwifi/mvm/tx.c | 9 ++
drivers/pci/pci.c | 4 -
drivers/s390/block/dasd_diag.c | 9 +-
drivers/target/target_core_tmr.c | 1
fs/jffs2/dir.c | 11 ++
fs/ncpfs/dir.c | 2
fs/overlayfs/dir.c | 10 ++
fs/overlayfs/inode.c | 2
fs/overlayfs/super.c | 13 ++-
fs/userfaultfd.c | 6 +
include/linux/bio.h | 5 -
include/linux/tracepoint.h | 17 ++--
include/net/iw_handler.h | 6 +
net/mac80211/agg-rx.c | 2
net/mac80211/ieee80211_i.h | 2
net/mac80211/rc80211_minstrel.c | 2
net/mac80211/rc80211_minstrel_ht.c | 7 +
net/mac80211/rx.c | 37 +++++++--
net/wireless/core.c | 2
net/wireless/wext-core.c | 52 ++++++++++---
scripts/ld-version.sh | 2
sound/soc/codecs/wm8958-dsp2.c | 8 +-
sound/soc/codecs/wm8994.c | 4 -
sound/soc/samsung/i2s.c | 21 +++--
sound/soc/soc-dapm.c | 8 +-
virt/kvm/kvm_main.c | 3
65 files changed, 466 insertions(+), 164 deletions(-)

Al Viro (2):
jffs2: reduce the breakage on recovery from halfway failed rename()
ncpfs: fix a braino in OOM handling in ncp_fill_cache()

Alex Deucher (1):
Revert "drm/radeon/pm: adjust display configuration after powerstate"

Andreas Schwab (1):
powerpc: Fix dedotify for binutils >= 2.26

Ard Biesheuvel (1):
arm64: account for sparsemem section alignment when choosing vmemmap offset

Charles Keepax (1):
ASoC: samsung: Use IRQ safe spin lock calls

Chris Bainbridge (1):
mac80211: fix use of uninitialised values in RX aggregation

David Hildenbrand (1):
KVM: s390: correct fprs on SIGP (STOP AND) STORE STATUS

David Matlack (1):
kvm: cap halt polling at exactly halt_poll_ns

Dexuan Cui (1):
x86/mm: Fix slow_virt_to_phys() for X86_PAE again

Felix Fietkau (2):
mac80211: minstrel_ht: set default tx aggregation timeout to 0
mac80211: minstrel_ht: fix a logic error in RTS/CTS handling

Greg Kroah-Hartman (1):
Linux 4.4.6

Hauke Mehrtens (1):
MIPS: Fix build error when SMP is used without GIC

Heiko Carstens (1):
s390/dasd: fix diag 0x250 inline assembly

James Hogan (2):
MIPS: smp.c: Fix uninitialised temp_foreign_map
ld-version: Fix awk regex compile failure

Johannes Berg (3):
wext: fix message delay/ordering
cfg80211/wext: fix message ordering
mac80211: check PN correctly for GCMP-encrypted fragmented MPDUs

Jouni Malinen (1):
mac80211: Fix Public Action frame RX in AP mode

Konstantin Khlebnikov (3):
ovl: ignore lower entries when checking purity of non-directory entries
ovl: fix working on distributed fs as lower layer
ovl: copy new uid/gid into overlayfs runtime inode

Krzysztof HaÅasa (1):
PCI: Allow a NULL "parent" pointer in pci_bus_assign_domain_nr()

Liad Kaufman (1):
iwlwifi: mvm: inc pending frames counter also when txing non-sta

Linus Torvalds (2):
Revert "drm/radeon: call hpd_irq_event on resume"
userfaultfd: don't block on the last VM updates at exit time

Lokesh Vutla (1):
ARM: OMAP2+: hwmod: Introduce ti,no-idle dt property

Ludovic Desroches (1):
dmaengine: at_xdmac: fix residue computation

Mario Kleiner (2):
drm/amdgpu: Fix error handling in amdgpu_flip_work_func.
drm/radeon: Fix error handling in radeon_flip_work_func.

Martin Schwidefsky (1):
s390/mm: four page table levels vs. fork

Maximilain Schneider (1):
can: gs_usb: fixed disconnect bug by removing erroneous use of kfree()

Ming Lei (1):
block: don't optimize for non-cloned bio in bio_get_last_bvec()

Mugunthan V N (1):
ARM: dts: dra7: do not gate cpsw clock due to errata i877

Nicholas Bellinger (1):
target: Drop incorrect ABORT_TASK put for completed commands

Paolo Bonzini (2):
KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo
KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0

Paul Mackerras (1):
KVM: PPC: Book3S HV: Sanitize special-purpose register values on guest exit

Philipp Zabel (1):
gpu: ipu-v3: Do not bail out on missing optional port nodes

Radim KrÄmÃÅ (1):
KVM: VMX: disable PEBS before a guest entry

Rui Wang (1):
ovl: fix getcwd() failure after unsuccessful rmdir

Russell Currey (2):
powerpc/powernv: Add a kmsg_dumper that flushes console output on panic
powerpc/powernv: Fix OPAL_CONSOLE_FLUSH prototype and usages

Steven Rostedt (Red Hat) (1):
tracing: Fix check for cpu online when event is disabled

Sven Eckelmann (1):
mac80211: minstrel: Change expected throughput unit back to Kbps

Takashi Iwai (3):
ASoC: dapm: Fix ctl value accesses in a wrong type
ASoC: wm8994: Fix enum ctl accesses in a wrong type
ASoC: wm8958: Fix enum ctl accesses in a wrong type

Thomas Petazzoni (1):
ARM: mvebu: fix overlap of Crypto SRAM with PCIe memory window

Attachment: signature.asc
Description: PGP signature