Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752562AbbBXKCH (ORCPT ); Tue, 24 Feb 2015 05:02:07 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:38750 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751580AbbBXKCA (ORCPT ); Tue, 24 Feb 2015 05:02:00 -0500 From: Luis Henriques To: linux-kernel@vger.kernel.org, stable@vger.kernel.org, kernel-team@lists.ubuntu.com Cc: lwn@lwn.net Subject: [3.16.y-ckt stable] Linux 3.16.7-ckt7 Date: Tue, 24 Feb 2015 10:02:44 +0000 Message-Id: <1424772165-11749-1-git-send-email-luis.henriques@canonical.com> X-Mailer: git-send-email 2.1.4 X-Extended-Stable: 3.16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 9252 Lines: 245 I am announcing the release of the Linux 3.16.7-ckt7 kernel. The updated 3.16.y-ckt tree can be found at: git://kernel.ubuntu.com/ubuntu/linux.git linux-3.16.y and can be browsed at: http://kernel.ubuntu.com/git?p=ubuntu/linux.git;h=refs/heads/linux-3.16.y;a=shortlog The diff from v3.16.7-ckt6 is posted as a follow-up to this email. The 3.16.y-ckt extended stable tree is maintained by the Canonical Kernel Team. For more info, see https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable -Luis -- Makefile | 2 +- arch/arm/boot/dts/exynos4.dtsi | 4 +- arch/arm/mm/context.c | 26 +++--- arch/arm64/include/asm/cputype.h | 2 + arch/arm64/kernel/setup.c | 99 ++++++++++++++++------ arch/arm64/kernel/smp.c | 5 ++ arch/mips/kernel/irq_cpu.c | 4 + arch/mips/kernel/smp.c | 2 +- arch/powerpc/kernel/ptrace.c | 10 ++- arch/x86/kvm/x86.c | 19 +++-- arch/x86/mm/fault.c | 8 +- arch/x86/pci/common.c | 16 ++++ drivers/bluetooth/ath3k.c | 12 +++ drivers/bluetooth/btusb.c | 2 + drivers/gpio/gpiolib.c | 2 + drivers/gpu/drm/radeon/radeon_display.c | 3 + drivers/gpu/drm/radeon/radeon_gem.c | 6 +- drivers/gpu/drm/radeon/radeon_kms.c | 16 ++-- drivers/gpu/drm/radeon/radeon_vm.c | 6 +- drivers/gpu/drm/vmwgfx/vmwgfx_fence.c | 21 +---- drivers/md/raid5.c | 5 ++ drivers/media/rc/ir-lirc-codec.c | 12 ++- drivers/mmc/host/sdhci-acpi.c | 4 + drivers/mmc/host/sdhci-pci.c | 51 +++++++++++ drivers/mmc/host/sdhci-pci.h | 6 ++ drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c | 2 +- .../net/ethernet/qlogic/netxen/netxen_nic_main.c | 5 +- drivers/net/hyperv/netvsc.c | 11 ++- drivers/net/ppp/ppp_deflate.c | 2 +- drivers/pci/quirks.c | 40 ++++++++- drivers/spi/spi-fsl-dspi.c | 14 ++- drivers/virtio/virtio_pci.c | 13 +-- fs/ceph/snap.c | 26 +++++- fs/ceph/super.c | 10 ++- fs/ceph/super.h | 2 + fs/cifs/file.c | 6 +- fs/nilfs2/nilfs.h | 2 - fs/nilfs2/segment.c | 44 ++++++++-- fs/nilfs2/segment.h | 5 ++ include/net/ip.h | 2 +- include/net/netns/ipv4.h | 1 + include/sound/ak4113.h | 2 +- include/sound/ak4114.h | 2 +- include/uapi/linux/audit.h | 2 + kernel/smpboot.c | 2 + lib/checksum.c | 12 ++- mm/pagewalk.c | 5 +- net/core/dev.c | 20 +++-- net/core/rtnetlink.c | 6 +- net/ipv4/ip_output.c | 29 +------ net/ipv4/ip_sockglue.c | 8 +- net/ipv4/ping.c | 5 +- net/ipv4/tcp_ipv4.c | 37 ++++++-- net/ipv4/udp_diag.c | 4 +- net/ipv6/datagram.c | 10 +-- net/ipv6/ip6_fib.c | 45 +++++----- net/ipv6/route.c | 7 +- net/sctp/sm_make_chunk.c | 2 +- net/socket.c | 6 +- sound/i2c/other/ak4113.c | 17 ++-- sound/i2c/other/ak4114.c | 18 ++-- sound/pci/hda/patch_realtek.c | 88 ++++++++++++++----- sound/soc/atmel/atmel_ssc_dai.c | 18 +--- sound/soc/codecs/sgtl5000.c | 3 + 64 files changed, 610 insertions(+), 266 deletions(-) Adam Lee (1): Bluetooth: ath3k: workaround the compatibility issue with xHCI controller Adrian Hunter (4): mmc: sdhci-pci: Fix Braswell eMMC timeout clock frequency mmc: sdhci-pci: Add support for Intel SPT mmc: sdhci-acpi: Add ACPI HID INT344D mmc: sdhci-acpi: Add a HID and UID for a SD Card host controller Alan Cox (1): mmc: sdhci: Add PCI IDs for Intel Braswell Alex Deucher (2): drm/radeon: don't init gpuvm if accel is disabled (v3) drm/radeon: properly set vm fragment size for TN/RL Anantha Krishnan (1): Bluetooth: Add support for Acer [0489:e078] Ani Sinha (1): net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr struct from userland. Austin Lund (1): [media] media/rc: Send sync space information on the lirc device Bhuvanchandra DV (1): spi: spi-fsl-dspi: Remove usage of devm_kzalloc Bo Shen (1): ASoC: atmel_ssc_dai: fix start event for I2S mode Charlotte Richardson (1): PCI: Add NEC variants to Stratus ftServer PCIe DMI check Christian König (1): drm/radeon: fix PLLs on RS880 and older v2 Christoph Hellwig (1): net: don't OOPS on socket aio David Henningsson (1): ALSA: hda - Add mute LED pin quirk for HP 15 touchsmart Eric Dumazet (4): net: rps: fix cpu unplug netxen: fix netxen_nic_poll() logic tcp: ipv4: initialize unicast_sock sk_pacing_rate ipv4: tcp: get rid of ugly unicast_sock Eric Nelson (1): ASoC: sgtl5000: add delay before first I2C access Felix Fietkau (1): MIPS: IRQ: Fix disable_irq on CPU IRQs Florian Westphal (1): ppp: deflate: never return len larger than output buffer Govindarajulu Varadarajan (1): bnx2x: fix napi poll return value for repoll Hagen Paul Pfeifer (1): ipv6: stop sending PTB packets for MTU < 1280 Haiyang Zhang (1): hyperv: Fix the error processing in netvsc_send() Hannes Frederic Sowa (1): ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos too Hemmo Nieminen (1): MIPS: Fix kernel lockup or crash after CPU offline/online Herbert Xu (1): udp_diag: Fix socket skipping within chain Hui Wang (1): ALSA: hda/realtek - move HP_MUTE_LED_MIC1 quirk for alc282 Janne Heikkinen (1): Bluetooth: Add USB device 04ca:3010 as Atheros AR3012 Johan Hovold (2): gpio: sysfs: fix memory leak in gpiod_export_link gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_low Lai Jiangshan (1): smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread() Linus Torvalds (1): x86: mm: move mmap_sem unlock from mm_fault_error() to caller Luis Henriques (1): Linux 3.16.7-ckt7 Marcelo Tosatti (1): KVM: x86: update masterclock values on TSC writes Mark Rutland (1): arm64: Fix up /proc/cpuinfo Maurice Petallo (1): mmc: sdhci: Preset value not supported in Baytrail eMMC Michael S. Tsirkin (1): virtio_pci: document why we defer kfree Myron Stowe (1): PCI: Handle read-only BARs on AMD CS553x devices NeilBrown (1): md/raid5: fix another livelock caused by non-aligned writes. Richard Guy Briggs (1): powerpc: add little endian flag to syscall_get_arch() Roopa Prabhu (1): bridge: dont send notification when skb->len == 0 in rtnl_bridge_notify Ryusuke Konishi (1): nilfs2: fix deadlock of segment constructor over I_SYNC flag Sachin Prabhu (1): Complete oplock break jobs before closing file handle Saran Maruti Ramanara (1): net: sctp: fix passing wrong parameter header to param_type2af in sctp_process_param Sasha Levin (1): virtio_pci: defer kfree until release callback Shiraz Hashim (1): mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_range Sylwester Nawrocki (1): ARM: dts: Fix I2S1, I2S2 compatible for exynos4 SoCs Takashi Iwai (1): ALSA: ak411x: Fix stall in work callback Thomas Hellstrom (1): drm/vmwgfx: Don't use memory accounting for kernel-side fence objects Will Deacon (1): ARM: 8299/1: mm: ensure local active ASID is marked as allocated on rollover Willem de Bruijn (1): ip: zero sockaddr returned on error queue Yan, Zheng (1): ceph: introduce global empty snap context karl beldan (2): lib/checksum.c: fix carry in csum_tcpudp_nofold lib/checksum.c: fix build for generic csum_tcpudp_nofold subashab@codeaurora.org (1): ping: Fix race in free in receive path -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/