I'm announcing the release of the 4.1.6 kernel. All users of the 4.1 kernel series must upgrade. The updated 4.1.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.1.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/clock/keystone-pll.txt | 8 Documentation/input/alps.txt | 6 Makefile | 2 arch/arm/boot/dts/imx35.dtsi | 8 arch/arm/boot/dts/k2e-clocks.dtsi | 5 arch/arm/boot/dts/k2hk-clocks.dtsi | 5 arch/arm/boot/dts/k2l-clocks.dtsi | 5 arch/arm/mach-omap2/omap_hwmod.c | 24 - arch/arm64/kernel/signal32.c | 5 arch/mips/ath79/setup.c | 1 arch/mips/include/asm/mach-bcm63xx/dma-coherence.h | 10 arch/mips/include/asm/pgtable.h | 31 + arch/mips/include/asm/stackframe.h | 25 + arch/mips/kernel/mips-mt-fpaff.c | 5 arch/mips/kernel/relocate_kernel.S | 8 arch/mips/kernel/signal32.c | 2 arch/mips/kernel/traps.c | 13 arch/mips/kernel/unaligned.c | 2 arch/mips/lantiq/irq.c | 1 arch/mips/mti-malta/malta-time.c | 16 arch/mips/mti-sead3/sead3-time.c | 1 arch/mips/pistachio/time.c | 1 arch/mips/ralink/irq.c | 1 arch/powerpc/kernel/signal_32.c | 2 arch/sparc/include/asm/visasm.h | 16 arch/sparc/lib/NG4memcpy.S | 5 arch/sparc/lib/VISsave.S | 67 --- arch/sparc/lib/ksyms.c | 4 arch/tile/kernel/compat_signal.c | 2 arch/x86/kernel/entry_64.S | 286 +++++++++------ arch/x86/kernel/nmi.c | 123 ++---- arch/x86/kvm/lapic.h | 2 arch/x86/xen/enlighten.c | 40 ++ drivers/block/rbd.c | 22 - drivers/char/hw_random/core.c | 2 drivers/char/i8k.c | 18 drivers/clk/keystone/pll.c | 20 - drivers/crypto/ixp4xx_crypto.c | 1 drivers/crypto/nx/nx-aes-ccm.c | 6 drivers/crypto/nx/nx-aes-ctr.c | 7 drivers/crypto/nx/nx-aes-gcm.c | 17 drivers/crypto/nx/nx-aes-xcbc.c | 70 ++- drivers/crypto/nx/nx-sha256.c | 105 +++-- drivers/crypto/nx/nx-sha512.c | 107 +++-- drivers/crypto/nx/nx.c | 71 +-- drivers/crypto/nx/nx.h | 16 drivers/crypto/qat/qat_common/qat_algs.c | 24 - drivers/dma/at_xdmac.c | 7 drivers/dma/pl330.c | 3 drivers/gpu/drm/drm_dp_mst_topology.c | 1 drivers/gpu/drm/i915/i915_drv.h | 17 drivers/gpu/drm/i915/i915_gem_tiling.c | 5 drivers/gpu/drm/radeon/dce6_afmt.c | 62 +-- drivers/gpu/drm/radeon/radeon_audio.c | 143 +++---- drivers/gpu/drm/radeon/radeon_audio.h | 3 drivers/gpu/drm/radeon/radeon_combios.c | 7 drivers/gpu/drm/radeon/radeon_connectors.c | 18 drivers/gpu/drm/radeon/radeon_mode.h | 2 drivers/hwmon/nct7904.c | 1 drivers/input/mouse/alps.c | 8 drivers/md/dm.c | 27 - drivers/md/md.c | 2 drivers/md/raid1.c | 10 drivers/net/wireless/ath/ath10k/pci.c | 5 drivers/phy/phy-twl4030-usb.c | 29 + drivers/scsi/ipr.c | 28 - drivers/scsi/ipr.h | 1 drivers/staging/lustre/lustre/obdclass/debug.c | 2 drivers/staging/vt6655/device_main.c | 5 drivers/thermal/samsung/exynos_tmu.c | 2 drivers/usb/chipidea/core.c | 13 drivers/usb/chipidea/host.c | 7 drivers/usb/chipidea/host.h | 6 drivers/usb/gadget/function/f_uac2.c | 4 drivers/usb/gadget/udc/udc-core.c | 1 drivers/usb/host/xhci-mem.c | 3 drivers/usb/host/xhci-ring.c | 2 drivers/usb/serial/option.c | 2 drivers/usb/serial/qcserial.c | 2 drivers/usb/serial/sierra.c | 1 drivers/xen/gntdev.c | 2 fs/nfsd/nfs4state.c | 101 ++--- fs/nfsd/nfs4xdr.c | 11 fs/notify/mark.c | 30 + fs/ocfs2/aops.c | 4 fs/ocfs2/dlmglue.c | 10 fs/signalfd.c | 5 include/linux/mtd/nand.h | 10 include/uapi/linux/pci_regs.h | 1 ipc/mqueue.c | 5 kernel/signal.c | 13 mm/vmscan.c | 14 net/bluetooth/smp.c | 4 sound/firewire/amdtp.c | 5 sound/firewire/amdtp.h | 2 sound/firewire/fireworks/fireworks.c | 8 sound/firewire/fireworks/fireworks.h | 1 sound/firewire/fireworks/fireworks_stream.c | 9 sound/pci/hda/patch_cirrus.c | 4 sound/pci/hda/patch_realtek.c | 1 sound/soc/codecs/pcm1681.c | 2 sound/soc/codecs/ssm4567.c | 8 sound/soc/intel/atom/sst/sst_drv_interface.c | 14 sound/soc/soc-dapm.c | 21 - 104 files changed, 1114 insertions(+), 818 deletions(-) Alan Stern (1): usb: udc: core: add device_del() call to error pathway Alex Deucher (2): drm/radeon: rework audio detect (v4) drm/radeon/combios: add some validation of lvds values Amanieu d'Antras (3): signalfd: fix information leak in signalfd_copyinfo signal: fix information leak in copy_siginfo_to_user signal: fix information leak in copy_siginfo_from_user32 Andy Lutomirski (8): x86/asm/entry/64: Remove pointless jump to irq_return x86/nmi: Enable nested do_nmi() handling for 64-bit kernels x86/nmi/64: Remove asm code that saves CR2 x86/nmi/64: Switch stacks on userspace NMI entry x86/nmi/64: Improve nested NMI comments x86/nmi/64: Reorder nested NMI checks x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI detection x86/xen: Probe target addresses in set_aliased_prot() before the hypercall Axel Lin (1): ASoC: pcm1681: Fix setting de-emphasis sampling rate selection Ben Zhang (1): ASoC: ssm4567: Keep TDM_BCLKS in ssm4567_set_dai_fmt Benjamin Randazzo (1): md: use kzalloc() when bitmap is disabled Brian King (3): ipr: Fix locking for unit attention handling ipr: Fix incorrect trace indexing ipr: Fix invalid array indexing for HRRQ Chris Wilson (2): drm/i915: Declare the swizzling unknown for L-shaped configurations drm/i915: Replace WARN inside I915_READ64_2x32 with retry loop Christoph Hellwig (1): nfsd: refactor nfs4_preprocess_stateid_op Cyrille Pitchen (1): dmaengine: at_xdmac: fix transfer data width in at_xdmac_prep_slave_sg() Dan Carpenter (1): ALSA: hda - fix cs4210_spdif_automute() Daniel Vetter (1): drm/dp-mst: Remove debug WARN_ON David Daney (1): MIPS: Make set_pte() SMP safe. David S. Miller (1): sparc64: Fix userspace FPU register corruptions. Denis Carikli (1): ARM: dts: i.MX35: Fix can support. Dirk Behme (1): USB: sierra: add 1199:68AB device ID Felix Fietkau (2): MIPS: Fix sched_getaffinity with MT FPAFF enabled MIPS: Export get_c0_perfcount_int() Florian Fainelli (1): Revert "MIPS: BCM63xx: Provide a plat_post_dma_flush hook" Gavin Shan (1): drivers/usb: Delete XHCI command timer if necessary Greg Kroah-Hartman (1): Linux 4.1.6 Guenter Roeck (1): staging: lustre: Include unaligned.h instead of access_ok.h Hans de Goede (1): Input: alps - only Dell laptops have separate button bits for v2 dualpoint sticks Herbert Xu (2): crypto: nx - Fix reentrancy bugs crypto: ixp4xx - Remove bogus BUG_ON on scattered dst buffer Hui Wang (1): ALSA: hda - one Dell machine needs the headphone white noise fixup Ilya Dryomov (1): rbd: fix copyup completion race James Cowgill (2): MIPS: unaligned: Fix build error on big endian R6 kernels MIPS: Replace add and sub instructions in relocate_kernel.S with addiu James Hogan (4): MIPS: Malta: Don't reinitialise RTC MIPS: do_mcheck: Fix kernel code dump with EVA MIPS: show_stack: Fix stack trace with EVA MIPS: Flush RPS on kernel entry with EVA Jan Kara (1): fsnotify: fix oops in fsnotify_clear_marks_by_group_flags() Javier Martinez Canillas (1): hwmon: (nct7904) Export I2C module alias information Jeff Layton (1): nfsd: do nfs4_check_fh in nfs4_check_file instead of nfs4_check_olstateid Johan Hedberg (1): Bluetooth: Fix NULL pointer dereference in smp_conn_security Joseph Qi (2): ocfs2: fix BUG in ocfs2_downconvert_thread_do_work() ocfs2: fix shift left overflow Kinglong Mee (1): nfsd: Drop BUG_ON and ignore SECLABEL on absent filesystem Krzysztof Kozlowski (3): dmaengine: pl330: Fix overflow when reporting residue in memcpy dmaengine: pl330: Really fix choppy sound because of wrong residue calculation thermal: exynos: Disable the regulator on probe failure Lars-Peter Clausen (2): ASoC: dapm: Lock during userspace access ASoC: dapm: Don't add prefix to widget stream name Leonidas Da Silva Barbosa (2): crypto: nx - Fixing NX data alignment with nx_sg list crypto: nx - Fixing SHA update bug Malcolm Priestley (1): staging: vt6655: vnt_bss_info_changed check conf->beacon_rate is not NULL Marcus Gelderie (1): ipc: modify message queue accounting to not take kernel data structures into account Marek Marczykowski-Górecki (1): xen/gntdevt: Fix race condition in gntdev_release() Martin Schwidefsky (1): hwrng: core - correct error check of kthread_run call Mathias Nyman (1): xhci: fix off by one error in TRB DMA address boundary check Michael S. Tsirkin (1): PCI: Restore PCI_MSIX_FLAGS_BIRMASK definition Michal Hocko (1): mm, vmscan: Do not wait for page writeback for GFP_NOFS allocations Michal Kazior (1): ath10k: fix qca61x4 hw2.1 support Mike Snitzer (1): dm: fix dm_merge_bvec regression on 32 bit systems Murali Karicheri (2): clk: keystone: add support for post divider register for main pll ARM: dts: keystone: fix dt bindings to use post div register for mainpll NeilBrown (2): phy: twl4030-usb: make runtime pm more reliable. md/raid1: extend spinlock to protect raid1_end_read_request against inconsistencies Pali Rohár (1): hwmon: (dell-smm) Blacklist Dell Studio XPS 8100 Paolo Bonzini (1): kvm: x86: fix kvm_apic_has_events to check for NULL pointer Peter Chen (2): usb: chipidea: ehci_init_driver is intended to call one time usb: gadget: f_uac2: fix calculation of uac2->p_interval Pieter Hollants (1): USB: qcserial: Add support for Dell Wireless 5809e 4G Modem Reinhard Speyerer (1): USB: qcserial/option: make AT URCs work for Sierra Wireless MC7305/MC7355 Roger Quadros (1): ARM: OMAP2+: hwmod: Fix _wait_target_ready() for hwmods without sysc Scott Wood (1): mtd: nand: Fix NAND_USE_BOUNCE_BUFFER flag conflict Shilpa Sreeramalu (1): ASoC: Intel: Get correct usage_count value to load firmware Tadeusz Struk (1): crypto: qat - Fix invalid synchronization between register/unregister sym algs Takashi Sakamoto (1): ALSA: fireworks/firewire-lib: add support for recent firmware quirk
Attachment:
signature.asc
Description: PGP signature