All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luis Henriques <luis.henriques@canonical.com>
To: linux-kernel@vger.kernel.org, stable@vger.kernel.org,
	kernel-team@lists.ubuntu.com
Subject: Re: [3.16.y-ckt stable] Linux 3.16.7-ckt19 stable review
Date: Wed, 28 Oct 2015 16:51:41 +0000	[thread overview]
Message-ID: <20151028165141.GB21473@ares> (raw)
In-Reply-To: <20151026190201.GB6293@charon>

On Mon, Oct 26, 2015 at 07:02:01PM +0000, Luis Henriques wrote:
> On Mon, Oct 26, 2015 at 01:41:42PM +0000, Luis Henriques wrote:
> > This is the start of the review cycle for the Linux 3.16.7-ckt19 stable kernel.
> > 
> > This version contains 104 new patches, summarized below.  The new patches are
> > posted as replies to this message and also available in this git branch:
> >
> 
> I am adding 3 additional patches for this 3.16 stable kernel release,
> that fix CVE-2015-7872:
> 
> 911b79cde95c KEYS: Don't permit request_key() to construct a new keyring
> f05819df10d7 KEYS: Fix crash when attempt to garbage collect an uninstantiated keyring
> 94c4554ba07a KEYS: Fix race between key destruction and finding a keyring by name
>

Ok, I'm adding yet another patch for 3.16.7-ckt19:

808f80b46790 Btrfs: update fix for read corruption of compressed and shared extents

This fixes an issue that is introduced by 005efedf2c7d ("Btrfs: fix read
corruption of compressed and shared extents"), which is also queued for
this kernel release.

Cheers,
--
Luís

> 
> 
> > http://kernel.ubuntu.com/git/ubuntu/linux.git/log/?h=linux-3.16.y-review
> > 
> > git://kernel.ubuntu.com/ubuntu/linux.git  linux-3.16.y-review
> > 
> > The review period for version 3.16.7-ckt19 will be open for the next three days.
> > To report a problem, please reply to the relevant follow-up patch message.
> > 
> > For more information about the Linux 3.16.y-ckt extended stable kernel version,
> > see https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable .
> > 
> >  -Luis
> > 
> > --
> >  arch/arm/Kconfig                           |   1 -
> >  arch/arm/Makefile                          |   8 ++
> >  arch/arm/boot/dts/omap3-beagle.dts         |   2 +-
> >  arch/arm/boot/dts/omap5-uevm.dts           |   4 +-
> >  arch/arm/kernel/signal.c                   |  15 ++--
> >  arch/arm/kvm/interrupts_head.S             |   6 +-
> >  arch/arm/mach-orion5x/include/mach/irqs.h  |  64 +++++++--------
> >  arch/arm/mach-orion5x/irq.c                |   4 +-
> >  arch/arm64/Kconfig                         |  16 ++++
> >  arch/arm64/Makefile                        |   4 +
> >  arch/arm64/kernel/head.S                   |   5 ++
> >  arch/arm64/kernel/module.c                 |   2 +
> >  arch/arm64/kernel/signal32.c               |  47 ++++++++---
> >  arch/arm64/kvm/hyp.S                       |   5 +-
> >  arch/m68k/include/asm/linkage.h            |  30 +++++++
> >  arch/mips/kernel/cps-vec.S                 |  12 +--
> >  arch/mips/mm/dma-default.c                 |   2 +-
> >  arch/powerpc/boot/Makefile                 |   3 +
> >  arch/powerpc/mm/hugepage-hash64.c          |   3 +-
> >  arch/x86/include/uapi/asm/msr-index.h      |   1 +
> >  arch/x86/kernel/apic/apic.c                |   7 ++
> >  arch/x86/kernel/entry_64.S                 |  16 +++-
> >  arch/x86/kernel/paravirt.c                 |  16 +++-
> >  arch/x86/kernel/tsc.c                      |  17 ++--
> >  arch/x86/kvm/svm.c                         |   2 +-
> >  arch/x86/kvm/x86.c                         |   2 +
> >  arch/x86/mm/init_64.c                      |   2 +-
> >  arch/x86/platform/efi/efi.c                |  67 +++++++++++++++-
> >  drivers/block/zram/zcomp.c                 |  12 +--
> >  drivers/cpufreq/intel_pstate.c             |  10 +--
> >  drivers/dma/dw/core.c                      |   4 +-
> >  drivers/gpu/drm/i915/intel_bios.c          |  12 ++-
> >  drivers/gpu/drm/qxl/qxl_display.c          |  14 ++--
> >  drivers/gpu/drm/radeon/atombios_encoders.c |   8 +-
> >  drivers/gpu/drm/vmwgfx/vmwgfx_drv.h        |   6 +-
> >  drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c    |   6 +-
> >  drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c    |   2 +-
> >  drivers/gpu/drm/vmwgfx/vmwgfx_resource.c   |  29 +++++--
> >  drivers/gpu/drm/vmwgfx/vmwgfx_shader.c     |   2 +-
> >  drivers/gpu/drm/vmwgfx/vmwgfx_surface.c    |  12 ++-
> >  drivers/hwmon/nct6775.c                    |  16 ++--
> >  drivers/infiniband/ulp/isert/ib_isert.c    |   9 ++-
> >  drivers/mtd/ubi/io.c                       |   5 ++
> >  drivers/mtd/ubi/vtbl.c                     |   1 +
> >  drivers/mtd/ubi/wl.c                       |   1 +
> >  drivers/net/ethernet/marvell/mvneta.c      |   4 +-
> >  drivers/net/ppp/pppoe.c                    |   1 -
> >  drivers/net/usb/asix_devices.c             |  16 +---
> >  drivers/net/vxlan.c                        |  10 +--
> >  drivers/net/xen-netfront.c                 |   3 +-
> >  drivers/pci/access.c                       |  27 +------
> >  drivers/pci/quirks.c                       |  20 ++++-
> >  drivers/platform/x86/hp-wmi.c              |  35 +++++---
> >  drivers/spi/spi-pxa2xx.c                   |   4 +
> >  drivers/spi/spi-xtensa-xtfpga.c            |   4 +-
> >  drivers/spi/spi.c                          |   3 +-
> >  drivers/staging/android/ion/ion.c          |   6 +-
> >  drivers/usb/chipidea/udc.c                 |  84 +++++++++----------
> >  drivers/usb/core/config.c                  |   5 +-
> >  drivers/usb/host/ehci-fsl.c                |  13 +++
> >  drivers/usb/host/ehci-hub.c                |   7 ++
> >  drivers/usb/host/ehci.h                    |  12 +++
> >  drivers/usb/host/fsl-mph-dr-of.c           |  10 +++
> >  drivers/usb/host/xhci-mem.c                |  23 +++---
> >  drivers/usb/host/xhci-ring.c               |  13 ++-
> >  drivers/usb/host/xhci.c                    |   9 +--
> >  drivers/usb/serial/option.c                |  24 ++++++
> >  drivers/usb/serial/whiteheat.c             |  31 ++++++++
> >  fs/btrfs/extent_io.c                       |  65 +++++++++++++--
> >  fs/btrfs/inode.c                           |   3 +-
> >  fs/cifs/cifsencrypt.c                      |  53 +++++++++++-
> >  fs/cifs/ioctl.c                            |   6 ++
> >  fs/cifs/smb2ops.c                          |   8 +-
> >  fs/coredump.c                              |  38 +++++++--
> >  fs/dcache.c                                |   7 ++
> >  fs/jbd2/checkpoint.c                       |  39 +++++++--
> >  fs/jbd2/commit.c                           |   2 +-
> >  fs/jbd2/journal.c                          |  11 ++-
> >  fs/namei.c                                 |  31 +++++++-
> >  fs/ocfs2/dlm/dlmmaster.c                   |   9 ++-
> >  fs/ocfs2/dlm/dlmrecovery.c                 |   8 +-
> >  include/linux/fsl_devices.h                |   2 +
> >  include/linux/jbd2.h                       |   3 +-
> >  include/linux/skbuff.h                     |   5 +-
> >  include/net/af_unix.h                      |   6 +-
> >  include/net/sock.h                         |   8 ++
> >  ipc/msg.c                                  |  14 ++--
> >  ipc/sem.c                                  |  15 ++--
> >  ipc/shm.c                                  |  12 +--
> >  ipc/util.c                                 |   8 +-
> >  kernel/irq/proc.c                          |  19 ++++-
> >  kernel/time/clocksource.c                  |   2 +-
> >  mm/hugetlb.c                               |   8 ++
> >  mm/slab.c                                  |  13 ++-
> >  net/core/datagram.c                        |   6 +-
> >  net/core/ethtool.c                         |   2 +-
> >  net/core/fib_rules.c                       |   2 +-
> >  net/core/skbuff.c                          |   9 ++-
> >  net/ipv4/tcp_input.c                       |   2 +-
> >  net/ipv4/udp.c                             |   2 +-
> >  net/ipv6/raw.c                             |   2 +-
> >  net/ipv6/udp.c                             |   3 +-
> >  net/l2tp/l2tp_core.c                       |  11 ++-
> >  net/netfilter/nft_compat.c                 |  24 ++++--
> >  net/netlink/af_netlink.c                   |  34 +++++---
> >  net/openvswitch/flow_table.c               |   3 +-
> >  net/sctp/sm_sideeffect.c                   |   2 +-
> >  net/unix/af_unix.c                         |  16 +++-
> >  sound/arm/Kconfig                          |  15 ++--
> >  sound/soc/pxa/Kconfig                      |   2 -
> >  sound/soc/pxa/pxa2xx-ac97.c                |   4 +-
> >  tools/lib/traceevent/event-parse.c         |  23 +++++-
> >  tools/perf/util/header.c                   |   4 +-
> >  tools/perf/util/symbol-elf.c               |  35 +++-----
> >  virt/kvm/eventfd.c                         | 124 +++++++++++++++++------------
> >  virt/kvm/kvm_main.c                        |  19 ++++-
> >  116 files changed, 1164 insertions(+), 451 deletions(-)
> > 
> > Aaron Conole (2):
> >       af_unix: Convert the unix_sk macro to an inline function for type safety
> >       af_unix: return data from multiple SKBs on recv() with MSG_PEEK flag
> > 
> > Adrian Hunter (1):
> >       perf tools: Fix copying of /proc/kcore
> > 
> > Alex Williamson (2):
> >       PCI: Fix devfn for VPD access through function 0
> >       PCI: Use function 0 VPD for identical functions, regular VPD for others
> > 
> > Alexander Couzens (1):
> >       l2tp: protect tunnel->del_work by ref_count
> > 
> > Andreas Schwab (1):
> >       m68k: Define asmlinkage_protect
> > 
> > Andrey Vagin (1):
> >       net/unix: fix logic about sk_peek_offset
> > 
> > Andy Lutomirski (2):
> >       x86/paravirt: Replace the paravirt nop with a bona fide empty function
> >       x86/nmi/64: Fix a paravirt stack-clobbering bug in the NMI code
> > 
> > Andy Shevchenko (1):
> >       dmaengine: dw: properly read DWC_PARAMS register
> > 
> > Aneesh Kumar K.V (1):
> >       powerpc/mm: Recompute hash value after a failed update
> > 
> > Arad, Ronen (1):
> >       netlink: Trim skb to alloc size to avoid MSG_TRUNC
> > 
> > Ard Biesheuvel (1):
> >       ARM: 8429/1: disable GCC SRA optimization
> > 
> > Arnaldo Carvalho de Melo (1):
> >       perf header: Fixup reading of HEADER_NRCPUS feature
> > 
> > Ben Hutchings (1):
> >       genirq: Fix race in register_irq_proc()
> > 
> > Benjamin Herrenschmidt (1):
> >       powerpc/boot: Specify ABI v2 when building an LE boot wrapper
> > 
> > Carl Frederik Werner (1):
> >       ARM: dts: omap3-beagle: make i2c3, ddc and tfp410 gpio work again
> > 
> > Charles Keepax (1):
> >       asix: Do full reset during ax88772_bind
> > 
> > Chas Williams (1):
> >       net/xen-netfront: only napi_synchronize() if running
> > 
> > Dave Airlie (1):
> >       drm/qxl: only report first monitor as connected if we have no state
> > 
> > David Woodhouse (1):
> >       x86/platform: Fix Geode LX timekeeping in the generic x86 build
> > 
> > Dirk Müller (1):
> >       Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS
> > 
> > Eric Dumazet (1):
> >       net: add pfmemalloc check in sk_add_backlog()
> > 
> > Eric W. Biederman (2):
> >       dcache: Handle escaped paths in prepend_path
> >       vfs: Test for and handle paths that are unreachable from their mnt_root
> > 
> > Fabiano Fidêncio (1):
> >       drm/qxl: recreate the primary surface when the bo is not primary
> > 
> > Filipe Manana (1):
> >       Btrfs: fix read corruption of compressed and shared extents
> > 
> > Grazvydas Ignotas (1):
> >       ARM: dts: omap5-uevm.dts: fix i2c5 pinctrl offsets
> > 
> > Guenter Roeck (2):
> >       hwmon: (nct6775) Swap STEP_UP_TIME and STEP_DOWN_TIME registers for most chips
> >       spi: Fix documentation of spi_alloc_master()
> > 
> > Guillaume Nault (1):
> >       ppp: don't override sk->sk_state in pppoe_flush_dev()
> > 
> > James Hogan (1):
> >       MIPS: dma-default: Fix 32-bit fall back to GFP_DMA
> > 
> > Jan Kara (1):
> >       jbd2: avoid infinite loop when destroying aborted journal
> > 
> > Jani Nikula (1):
> >       drm/i915/bios: handle MIPI Sequence Block v3+ gracefully
> > 
> > Jann Horn (2):
> >       CIFS: fix type confusion in copy offload ioctl
> >       fs: if a coredump already exists, unlink and recreate with O_EXCL
> > 
> > Jason Wang (4):
> >       kvm: don't try to register to KVM_FAST_MMIO_BUS for non mmio eventfd
> >       kvm: factor out core eventfd assign/deassign logic
> >       kvm: fix double free for fast mmio eventfd
> >       kvm: fix zero length mmio searching
> > 
> > Jeff Mahoney (1):
> >       btrfs: skip waiting on ordered range for special files
> > 
> > Jenny Derzhavetz (1):
> >       iser-target: remove command with state ISTATE_REMOVE
> > 
> > Jiri Benc (1):
> >       vxlan: set needed headroom correctly
> > 
> > Joe Perches (1):
> >       ethtool: Use kcalloc instead of kmalloc for ethtool_get_strings
> > 
> > Johan Hovold (1):
> >       USB: whiteheat: fix potential null-deref at probe
> > 
> > John Stultz (1):
> >       clocksource: Fix abs() usage w/ 64bit values
> > 
> > Joonsoo Kim (1):
> >       mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)
> > 
> > Joseph Qi (1):
> >       ocfs2/dlm: fix deadlock when dispatch assert master
> > 
> > Julia Lawall (1):
> >       xhci-mem: Use setup_timer
> > 
> > Kapileshwar Singh (1):
> >       tools lib traceevent: Fix string handling in heterogeneous arch environments
> > 
> > Konstantin Khlebnikov (1):
> >       ovs: do not allocate memory from offline numa node
> > 
> > Kyle Evans (1):
> >       hp-wmi: limit hotkey enable
> > 
> > Linus Torvalds (1):
> >       Initialize msg/shm IPC objects before doing ipc_addid()
> > 
> > Liu.Zhao (1):
> >       USB: option: add ZTE PIDs
> > 
> > Luis Henriques (2):
> >       zram: fix possible use after free in zcomp_create()
> >       Revert "ARM: orion5x: fix legacy orion5x IRQ numbers"
> > 
> > Manfred Spraul (1):
> >       ipc/sem.c: fully initialize sem_array before making it visible
> > 
> > Marc Zyngier (2):
> >       arm64: KVM: Disable virtual timer even if the guest is not using it
> >       arm: KVM: Disable virtual timer even if the guest is not using it
> > 
> > Mathias Krause (1):
> >       hp-wmi: Add missing __init annotations to initialization code
> > 
> > Mathias Nyman (4):
> >       usb: Use the USB_SS_MULT() macro to get the burst multiplier.
> >       xhci: give command abortion one more chance before killing xhci
> >       xhci: change xhci 1.0 only restrictions to support xhci 1.1
> >       xhci: init command timeout timer earlier to avoid deleting it uninitialized
> > 
> > Matt Fleming (1):
> >       x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at runtime, instead of top-down
> > 
> > Max Filippov (1):
> >       spi: xtensa-xtfpga: fix register endianness
> > 
> > Mel Gorman (1):
> >       mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a fault
> > 
> > Michel Dänzer (1):
> >       drm/radeon: Restore LCD backlight level on resume (>= R5xx)
> > 
> > Michel Stam (1):
> >       asix: Don't reset PHY on if_up for ASIX 88772
> > 
> > Nikhil Badola (2):
> >       drivers: usb :fsl: Implement Workaround for USB Erratum A007792
> >       drivers: usb: fsl: Workaround for USB erratum-A005275
> > 
> > Pablo Neira Ayuso (1):
> >       netfilter: nft_compat: skip family comparison in case of NFPROTO_UNSPEC
> > 
> > Paolo Bonzini (1):
> >       KVM: x86: trap AMD MSRs for the TSeg base and mask
> > 
> > Paul Burton (3):
> >       MIPS: CPS: Stop dangling delay slot from has_mt.
> >       MIPS: CPS: Don't include MT code in non-MT kernels.
> >       MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT
> > 
> > Peter Chen (1):
> >       usb: chipidea: udc: using the correct stall implementation
> > 
> > Peter Seiderer (1):
> >       cifs: use server timestamp for ntlmv2 authentication
> > 
> > Prarit Bhargava (1):
> >       intel_pstate: Fix overflow in busy_scaled due to long delay
> > 
> > Pravin B Shelar (2):
> >       skbuff: Fix skb checksum flag on skb pull
> >       skbuff: Fix skb checksum partial check.
> > 
> > Richard Weinberger (1):
> >       UBI: Validate data_size
> > 
> > Robert Jarzmik (2):
> >       ASoC: pxa: pxa2xx-ac97: fix dma requestor lines
> >       ASoC: fix broken pxa SoC support
> > 
> > Roger Quadros (2):
> >       usb: xhci: Clear XHCI_STATE_DYING on start
> >       usb: xhci: Allow usb_add/remove_hcd() to be called repeatedly
> > 
> > Roland Dreier (1):
> >       fib_rules: Fix dump_rules() not to exit early
> > 
> > Russell King (1):
> >       ARM: fix Thumb2 signal handling when ARMv6 is enabled
> > 
> > Sabrina Dubroca (1):
> >       net: add length argument to skb_copy_and_csum_datagram_iovec
> > 
> > Shaohua Li (1):
> >       x86/apic: Serialize LVTT and TSC_DEADLINE writes
> > 
> > Shawn Lin (1):
> >       staging: ion: fix corruption of ion_import_dma_buf
> > 
> > Simon Guinot (1):
> >       net: mvneta: fix DMA buffer unmapping in mvneta_rx()
> > 
> > Stephen Smalley (1):
> >       x86/mm: Set NX on gap between __ex_table and rodata
> > 
> > Steve French (1):
> >       disabling oplocks/leases via module parm enable_oplocks broken for SMB3
> > 
> > Stratos Karafotis (1):
> >       cpufreq: intel_pstate: Remove unnecessary type casting in div_s64() call
> > 
> > Tan, Jui Nee (1):
> >       spi: spi-pxa2xx: Check status register to determine if SSSR_TINT is disabled
> > 
> > Thomas Hellstrom (2):
> >       drm/vmwgfx: Fix up user_dmabuf refcounting
> >       drm/vmwgfx: Fix kernel NULL pointer dereference on older hardware
> > 
> > Will Deacon (3):
> >       arm64: head.S: initialise mdcr_el2 in el2_setup
> >       arm64: compat: fix vfp save/restore across signal handlers in big-endian
> >       arm64: errata: add module build workaround for erratum #843419
> > 
> > lucien (1):
> >       sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE state
> > 
> > shengyong (1):
> >       UBI: return ENOSPC if no enough space available
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team

WARNING: multiple messages have this Message-ID (diff)
From: Luis Henriques <luis.henriques@canonical.com>
To: linux-kernel@vger.kernel.org, stable@vger.kernel.org,
	kernel-team@lists.ubuntu.com
Subject: Re: [3.16.y-ckt stable] Linux 3.16.7-ckt19 stable review
Date: Wed, 28 Oct 2015 16:51:41 +0000	[thread overview]
Message-ID: <20151028165141.GB21473@ares> (raw)
In-Reply-To: <20151026190201.GB6293@charon>

On Mon, Oct 26, 2015 at 07:02:01PM +0000, Luis Henriques wrote:
> On Mon, Oct 26, 2015 at 01:41:42PM +0000, Luis Henriques wrote:
> > This is the start of the review cycle for the Linux 3.16.7-ckt19 stable kernel.
> > 
> > This version contains 104 new patches, summarized below.  The new patches are
> > posted as replies to this message and also available in this git branch:
> >
> 
> I am adding 3 additional patches for this 3.16 stable kernel release,
> that fix CVE-2015-7872:
> 
> 911b79cde95c KEYS: Don't permit request_key() to construct a new keyring
> f05819df10d7 KEYS: Fix crash when attempt to garbage collect an uninstantiated keyring
> 94c4554ba07a KEYS: Fix race between key destruction and finding a keyring by name
>

Ok, I'm adding yet another patch for 3.16.7-ckt19:

808f80b46790 Btrfs: update fix for read corruption of compressed and shared extents

This fixes an issue that is introduced by 005efedf2c7d ("Btrfs: fix read
corruption of compressed and shared extents"), which is also queued for
this kernel release.

Cheers,
--
Lu�s

> 
> 
> > http://kernel.ubuntu.com/git/ubuntu/linux.git/log/?h=linux-3.16.y-review
> > 
> > git://kernel.ubuntu.com/ubuntu/linux.git  linux-3.16.y-review
> > 
> > The review period for version 3.16.7-ckt19 will be open for the next three days.
> > To report a problem, please reply to the relevant follow-up patch message.
> > 
> > For more information about the Linux 3.16.y-ckt extended stable kernel version,
> > see https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable .
> > 
> >  -Luis
> > 
> > --
> >  arch/arm/Kconfig                           |   1 -
> >  arch/arm/Makefile                          |   8 ++
> >  arch/arm/boot/dts/omap3-beagle.dts         |   2 +-
> >  arch/arm/boot/dts/omap5-uevm.dts           |   4 +-
> >  arch/arm/kernel/signal.c                   |  15 ++--
> >  arch/arm/kvm/interrupts_head.S             |   6 +-
> >  arch/arm/mach-orion5x/include/mach/irqs.h  |  64 +++++++--------
> >  arch/arm/mach-orion5x/irq.c                |   4 +-
> >  arch/arm64/Kconfig                         |  16 ++++
> >  arch/arm64/Makefile                        |   4 +
> >  arch/arm64/kernel/head.S                   |   5 ++
> >  arch/arm64/kernel/module.c                 |   2 +
> >  arch/arm64/kernel/signal32.c               |  47 ++++++++---
> >  arch/arm64/kvm/hyp.S                       |   5 +-
> >  arch/m68k/include/asm/linkage.h            |  30 +++++++
> >  arch/mips/kernel/cps-vec.S                 |  12 +--
> >  arch/mips/mm/dma-default.c                 |   2 +-
> >  arch/powerpc/boot/Makefile                 |   3 +
> >  arch/powerpc/mm/hugepage-hash64.c          |   3 +-
> >  arch/x86/include/uapi/asm/msr-index.h      |   1 +
> >  arch/x86/kernel/apic/apic.c                |   7 ++
> >  arch/x86/kernel/entry_64.S                 |  16 +++-
> >  arch/x86/kernel/paravirt.c                 |  16 +++-
> >  arch/x86/kernel/tsc.c                      |  17 ++--
> >  arch/x86/kvm/svm.c                         |   2 +-
> >  arch/x86/kvm/x86.c                         |   2 +
> >  arch/x86/mm/init_64.c                      |   2 +-
> >  arch/x86/platform/efi/efi.c                |  67 +++++++++++++++-
> >  drivers/block/zram/zcomp.c                 |  12 +--
> >  drivers/cpufreq/intel_pstate.c             |  10 +--
> >  drivers/dma/dw/core.c                      |   4 +-
> >  drivers/gpu/drm/i915/intel_bios.c          |  12 ++-
> >  drivers/gpu/drm/qxl/qxl_display.c          |  14 ++--
> >  drivers/gpu/drm/radeon/atombios_encoders.c |   8 +-
> >  drivers/gpu/drm/vmwgfx/vmwgfx_drv.h        |   6 +-
> >  drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c    |   6 +-
> >  drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c    |   2 +-
> >  drivers/gpu/drm/vmwgfx/vmwgfx_resource.c   |  29 +++++--
> >  drivers/gpu/drm/vmwgfx/vmwgfx_shader.c     |   2 +-
> >  drivers/gpu/drm/vmwgfx/vmwgfx_surface.c    |  12 ++-
> >  drivers/hwmon/nct6775.c                    |  16 ++--
> >  drivers/infiniband/ulp/isert/ib_isert.c    |   9 ++-
> >  drivers/mtd/ubi/io.c                       |   5 ++
> >  drivers/mtd/ubi/vtbl.c                     |   1 +
> >  drivers/mtd/ubi/wl.c                       |   1 +
> >  drivers/net/ethernet/marvell/mvneta.c      |   4 +-
> >  drivers/net/ppp/pppoe.c                    |   1 -
> >  drivers/net/usb/asix_devices.c             |  16 +---
> >  drivers/net/vxlan.c                        |  10 +--
> >  drivers/net/xen-netfront.c                 |   3 +-
> >  drivers/pci/access.c                       |  27 +------
> >  drivers/pci/quirks.c                       |  20 ++++-
> >  drivers/platform/x86/hp-wmi.c              |  35 +++++---
> >  drivers/spi/spi-pxa2xx.c                   |   4 +
> >  drivers/spi/spi-xtensa-xtfpga.c            |   4 +-
> >  drivers/spi/spi.c                          |   3 +-
> >  drivers/staging/android/ion/ion.c          |   6 +-
> >  drivers/usb/chipidea/udc.c                 |  84 +++++++++----------
> >  drivers/usb/core/config.c                  |   5 +-
> >  drivers/usb/host/ehci-fsl.c                |  13 +++
> >  drivers/usb/host/ehci-hub.c                |   7 ++
> >  drivers/usb/host/ehci.h                    |  12 +++
> >  drivers/usb/host/fsl-mph-dr-of.c           |  10 +++
> >  drivers/usb/host/xhci-mem.c                |  23 +++---
> >  drivers/usb/host/xhci-ring.c               |  13 ++-
> >  drivers/usb/host/xhci.c                    |   9 +--
> >  drivers/usb/serial/option.c                |  24 ++++++
> >  drivers/usb/serial/whiteheat.c             |  31 ++++++++
> >  fs/btrfs/extent_io.c                       |  65 +++++++++++++--
> >  fs/btrfs/inode.c                           |   3 +-
> >  fs/cifs/cifsencrypt.c                      |  53 +++++++++++-
> >  fs/cifs/ioctl.c                            |   6 ++
> >  fs/cifs/smb2ops.c                          |   8 +-
> >  fs/coredump.c                              |  38 +++++++--
> >  fs/dcache.c                                |   7 ++
> >  fs/jbd2/checkpoint.c                       |  39 +++++++--
> >  fs/jbd2/commit.c                           |   2 +-
> >  fs/jbd2/journal.c                          |  11 ++-
> >  fs/namei.c                                 |  31 +++++++-
> >  fs/ocfs2/dlm/dlmmaster.c                   |   9 ++-
> >  fs/ocfs2/dlm/dlmrecovery.c                 |   8 +-
> >  include/linux/fsl_devices.h                |   2 +
> >  include/linux/jbd2.h                       |   3 +-
> >  include/linux/skbuff.h                     |   5 +-
> >  include/net/af_unix.h                      |   6 +-
> >  include/net/sock.h                         |   8 ++
> >  ipc/msg.c                                  |  14 ++--
> >  ipc/sem.c                                  |  15 ++--
> >  ipc/shm.c                                  |  12 +--
> >  ipc/util.c                                 |   8 +-
> >  kernel/irq/proc.c                          |  19 ++++-
> >  kernel/time/clocksource.c                  |   2 +-
> >  mm/hugetlb.c                               |   8 ++
> >  mm/slab.c                                  |  13 ++-
> >  net/core/datagram.c                        |   6 +-
> >  net/core/ethtool.c                         |   2 +-
> >  net/core/fib_rules.c                       |   2 +-
> >  net/core/skbuff.c                          |   9 ++-
> >  net/ipv4/tcp_input.c                       |   2 +-
> >  net/ipv4/udp.c                             |   2 +-
> >  net/ipv6/raw.c                             |   2 +-
> >  net/ipv6/udp.c                             |   3 +-
> >  net/l2tp/l2tp_core.c                       |  11 ++-
> >  net/netfilter/nft_compat.c                 |  24 ++++--
> >  net/netlink/af_netlink.c                   |  34 +++++---
> >  net/openvswitch/flow_table.c               |   3 +-
> >  net/sctp/sm_sideeffect.c                   |   2 +-
> >  net/unix/af_unix.c                         |  16 +++-
> >  sound/arm/Kconfig                          |  15 ++--
> >  sound/soc/pxa/Kconfig                      |   2 -
> >  sound/soc/pxa/pxa2xx-ac97.c                |   4 +-
> >  tools/lib/traceevent/event-parse.c         |  23 +++++-
> >  tools/perf/util/header.c                   |   4 +-
> >  tools/perf/util/symbol-elf.c               |  35 +++-----
> >  virt/kvm/eventfd.c                         | 124 +++++++++++++++++------------
> >  virt/kvm/kvm_main.c                        |  19 ++++-
> >  116 files changed, 1164 insertions(+), 451 deletions(-)
> > 
> > Aaron Conole (2):
> >       af_unix: Convert the unix_sk macro to an inline function for type safety
> >       af_unix: return data from multiple SKBs on recv() with MSG_PEEK flag
> > 
> > Adrian Hunter (1):
> >       perf tools: Fix copying of /proc/kcore
> > 
> > Alex Williamson (2):
> >       PCI: Fix devfn for VPD access through function 0
> >       PCI: Use function 0 VPD for identical functions, regular VPD for others
> > 
> > Alexander Couzens (1):
> >       l2tp: protect tunnel->del_work by ref_count
> > 
> > Andreas Schwab (1):
> >       m68k: Define asmlinkage_protect
> > 
> > Andrey Vagin (1):
> >       net/unix: fix logic about sk_peek_offset
> > 
> > Andy Lutomirski (2):
> >       x86/paravirt: Replace the paravirt nop with a bona fide empty function
> >       x86/nmi/64: Fix a paravirt stack-clobbering bug in the NMI code
> > 
> > Andy Shevchenko (1):
> >       dmaengine: dw: properly read DWC_PARAMS register
> > 
> > Aneesh Kumar K.V (1):
> >       powerpc/mm: Recompute hash value after a failed update
> > 
> > Arad, Ronen (1):
> >       netlink: Trim skb to alloc size to avoid MSG_TRUNC
> > 
> > Ard Biesheuvel (1):
> >       ARM: 8429/1: disable GCC SRA optimization
> > 
> > Arnaldo Carvalho de Melo (1):
> >       perf header: Fixup reading of HEADER_NRCPUS feature
> > 
> > Ben Hutchings (1):
> >       genirq: Fix race in register_irq_proc()
> > 
> > Benjamin Herrenschmidt (1):
> >       powerpc/boot: Specify ABI v2 when building an LE boot wrapper
> > 
> > Carl Frederik Werner (1):
> >       ARM: dts: omap3-beagle: make i2c3, ddc and tfp410 gpio work again
> > 
> > Charles Keepax (1):
> >       asix: Do full reset during ax88772_bind
> > 
> > Chas Williams (1):
> >       net/xen-netfront: only napi_synchronize() if running
> > 
> > Dave Airlie (1):
> >       drm/qxl: only report first monitor as connected if we have no state
> > 
> > David Woodhouse (1):
> >       x86/platform: Fix Geode LX timekeeping in the generic x86 build
> > 
> > Dirk M�ller (1):
> >       Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS
> > 
> > Eric Dumazet (1):
> >       net: add pfmemalloc check in sk_add_backlog()
> > 
> > Eric W. Biederman (2):
> >       dcache: Handle escaped paths in prepend_path
> >       vfs: Test for and handle paths that are unreachable from their mnt_root
> > 
> > Fabiano Fid�ncio (1):
> >       drm/qxl: recreate the primary surface when the bo is not primary
> > 
> > Filipe Manana (1):
> >       Btrfs: fix read corruption of compressed and shared extents
> > 
> > Grazvydas Ignotas (1):
> >       ARM: dts: omap5-uevm.dts: fix i2c5 pinctrl offsets
> > 
> > Guenter Roeck (2):
> >       hwmon: (nct6775) Swap STEP_UP_TIME and STEP_DOWN_TIME registers for most chips
> >       spi: Fix documentation of spi_alloc_master()
> > 
> > Guillaume Nault (1):
> >       ppp: don't override sk->sk_state in pppoe_flush_dev()
> > 
> > James Hogan (1):
> >       MIPS: dma-default: Fix 32-bit fall back to GFP_DMA
> > 
> > Jan Kara (1):
> >       jbd2: avoid infinite loop when destroying aborted journal
> > 
> > Jani Nikula (1):
> >       drm/i915/bios: handle MIPI Sequence Block v3+ gracefully
> > 
> > Jann Horn (2):
> >       CIFS: fix type confusion in copy offload ioctl
> >       fs: if a coredump already exists, unlink and recreate with O_EXCL
> > 
> > Jason Wang (4):
> >       kvm: don't try to register to KVM_FAST_MMIO_BUS for non mmio eventfd
> >       kvm: factor out core eventfd assign/deassign logic
> >       kvm: fix double free for fast mmio eventfd
> >       kvm: fix zero length mmio searching
> > 
> > Jeff Mahoney (1):
> >       btrfs: skip waiting on ordered range for special files
> > 
> > Jenny Derzhavetz (1):
> >       iser-target: remove command with state ISTATE_REMOVE
> > 
> > Jiri Benc (1):
> >       vxlan: set needed headroom correctly
> > 
> > Joe Perches (1):
> >       ethtool: Use kcalloc instead of kmalloc for ethtool_get_strings
> > 
> > Johan Hovold (1):
> >       USB: whiteheat: fix potential null-deref at probe
> > 
> > John Stultz (1):
> >       clocksource: Fix abs() usage w/ 64bit values
> > 
> > Joonsoo Kim (1):
> >       mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)
> > 
> > Joseph Qi (1):
> >       ocfs2/dlm: fix deadlock when dispatch assert master
> > 
> > Julia Lawall (1):
> >       xhci-mem: Use setup_timer
> > 
> > Kapileshwar Singh (1):
> >       tools lib traceevent: Fix string handling in heterogeneous arch environments
> > 
> > Konstantin Khlebnikov (1):
> >       ovs: do not allocate memory from offline numa node
> > 
> > Kyle Evans (1):
> >       hp-wmi: limit hotkey enable
> > 
> > Linus Torvalds (1):
> >       Initialize msg/shm IPC objects before doing ipc_addid()
> > 
> > Liu.Zhao (1):
> >       USB: option: add ZTE PIDs
> > 
> > Luis Henriques (2):
> >       zram: fix possible use after free in zcomp_create()
> >       Revert "ARM: orion5x: fix legacy orion5x IRQ numbers"
> > 
> > Manfred Spraul (1):
> >       ipc/sem.c: fully initialize sem_array before making it visible
> > 
> > Marc Zyngier (2):
> >       arm64: KVM: Disable virtual timer even if the guest is not using it
> >       arm: KVM: Disable virtual timer even if the guest is not using it
> > 
> > Mathias Krause (1):
> >       hp-wmi: Add missing __init annotations to initialization code
> > 
> > Mathias Nyman (4):
> >       usb: Use the USB_SS_MULT() macro to get the burst multiplier.
> >       xhci: give command abortion one more chance before killing xhci
> >       xhci: change xhci 1.0 only restrictions to support xhci 1.1
> >       xhci: init command timeout timer earlier to avoid deleting it uninitialized
> > 
> > Matt Fleming (1):
> >       x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at runtime, instead of top-down
> > 
> > Max Filippov (1):
> >       spi: xtensa-xtfpga: fix register endianness
> > 
> > Mel Gorman (1):
> >       mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a fault
> > 
> > Michel D�nzer (1):
> >       drm/radeon: Restore LCD backlight level on resume (>= R5xx)
> > 
> > Michel Stam (1):
> >       asix: Don't reset PHY on if_up for ASIX 88772
> > 
> > Nikhil Badola (2):
> >       drivers: usb :fsl: Implement Workaround for USB Erratum A007792
> >       drivers: usb: fsl: Workaround for USB erratum-A005275
> > 
> > Pablo Neira Ayuso (1):
> >       netfilter: nft_compat: skip family comparison in case of NFPROTO_UNSPEC
> > 
> > Paolo Bonzini (1):
> >       KVM: x86: trap AMD MSRs for the TSeg base and mask
> > 
> > Paul Burton (3):
> >       MIPS: CPS: Stop dangling delay slot from has_mt.
> >       MIPS: CPS: Don't include MT code in non-MT kernels.
> >       MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT
> > 
> > Peter Chen (1):
> >       usb: chipidea: udc: using the correct stall implementation
> > 
> > Peter Seiderer (1):
> >       cifs: use server timestamp for ntlmv2 authentication
> > 
> > Prarit Bhargava (1):
> >       intel_pstate: Fix overflow in busy_scaled due to long delay
> > 
> > Pravin B Shelar (2):
> >       skbuff: Fix skb checksum flag on skb pull
> >       skbuff: Fix skb checksum partial check.
> > 
> > Richard Weinberger (1):
> >       UBI: Validate data_size
> > 
> > Robert Jarzmik (2):
> >       ASoC: pxa: pxa2xx-ac97: fix dma requestor lines
> >       ASoC: fix broken pxa SoC support
> > 
> > Roger Quadros (2):
> >       usb: xhci: Clear XHCI_STATE_DYING on start
> >       usb: xhci: Allow usb_add/remove_hcd() to be called repeatedly
> > 
> > Roland Dreier (1):
> >       fib_rules: Fix dump_rules() not to exit early
> > 
> > Russell King (1):
> >       ARM: fix Thumb2 signal handling when ARMv6 is enabled
> > 
> > Sabrina Dubroca (1):
> >       net: add length argument to skb_copy_and_csum_datagram_iovec
> > 
> > Shaohua Li (1):
> >       x86/apic: Serialize LVTT and TSC_DEADLINE writes
> > 
> > Shawn Lin (1):
> >       staging: ion: fix corruption of ion_import_dma_buf
> > 
> > Simon Guinot (1):
> >       net: mvneta: fix DMA buffer unmapping in mvneta_rx()
> > 
> > Stephen Smalley (1):
> >       x86/mm: Set NX on gap between __ex_table and rodata
> > 
> > Steve French (1):
> >       disabling oplocks/leases via module parm enable_oplocks broken for SMB3
> > 
> > Stratos Karafotis (1):
> >       cpufreq: intel_pstate: Remove unnecessary type casting in div_s64() call
> > 
> > Tan, Jui Nee (1):
> >       spi: spi-pxa2xx: Check status register to determine if SSSR_TINT is disabled
> > 
> > Thomas Hellstrom (2):
> >       drm/vmwgfx: Fix up user_dmabuf refcounting
> >       drm/vmwgfx: Fix kernel NULL pointer dereference on older hardware
> > 
> > Will Deacon (3):
> >       arm64: head.S: initialise mdcr_el2 in el2_setup
> >       arm64: compat: fix vfp save/restore across signal handlers in big-endian
> >       arm64: errata: add module build workaround for erratum #843419
> > 
> > lucien (1):
> >       sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE state
> > 
> > shengyong (1):
> >       UBI: return ENOSPC if no enough space available
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team

  reply	other threads:[~2015-10-28 16:51 UTC|newest]

Thread overview: 119+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-26 13:41 [3.16.y-ckt stable] Linux 3.16.7-ckt19 stable review Luis Henriques
2015-10-26 13:41 ` [PATCH 3.16.y-ckt 001/104] ARM: 8429/1: disable GCC SRA optimization Luis Henriques
2015-10-26 13:41 ` [PATCH 3.16.y-ckt 002/104] CIFS: fix type confusion in copy offload ioctl Luis Henriques
2015-10-26 13:41 ` [PATCH 3.16.y-ckt 003/104] hwmon: (nct6775) Swap STEP_UP_TIME and STEP_DOWN_TIME registers for most chips Luis Henriques
2015-10-26 13:41 ` [PATCH 3.16.y-ckt 004/104] x86/apic: Serialize LVTT and TSC_DEADLINE writes Luis Henriques
2015-10-26 13:41 ` [PATCH 3.16.y-ckt 005/104] arm64: head.S: initialise mdcr_el2 in el2_setup Luis Henriques
2015-10-26 13:41 ` [PATCH 3.16.y-ckt 006/104] kvm: don't try to register to KVM_FAST_MMIO_BUS for non mmio eventfd Luis Henriques
2015-10-26 13:41 ` [PATCH 3.16.y-ckt 007/104] kvm: factor out core eventfd assign/deassign logic Luis Henriques
2015-10-26 13:41 ` [PATCH 3.16.y-ckt 008/104] kvm: fix double free for fast mmio eventfd Luis Henriques
2015-10-26 13:41 ` [PATCH 3.16.y-ckt 009/104] kvm: fix zero length mmio searching Luis Henriques
2015-10-26 13:41 ` [PATCH 3.16.y-ckt 010/104] ARM: fix Thumb2 signal handling when ARMv6 is enabled Luis Henriques
2015-10-26 13:41 ` [PATCH 3.16.y-ckt 011/104] powerpc/boot: Specify ABI v2 when building an LE boot wrapper Luis Henriques
2015-10-26 13:41 ` [PATCH 3.16.y-ckt 012/104] powerpc/mm: Recompute hash value after a failed update Luis Henriques
2015-10-26 13:41 ` [PATCH 3.16.y-ckt 013/104] x86/platform: Fix Geode LX timekeeping in the generic x86 build Luis Henriques
2015-10-26 13:41 ` [PATCH 3.16.y-ckt 014/104] arm64: compat: fix vfp save/restore across signal handlers in big-endian Luis Henriques
2015-10-26 13:41 ` [PATCH 3.16.y-ckt 015/104] arm64: errata: add module build workaround for erratum #843419 Luis Henriques
2015-10-26 13:41 ` [PATCH 3.16.y-ckt 016/104] arm64: KVM: Disable virtual timer even if the guest is not using it Luis Henriques
2015-10-26 13:41 ` [PATCH 3.16.y-ckt 017/104] arm: " Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 018/104] hp-wmi: Add missing __init annotations to initialization code Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 019/104] hp-wmi: limit hotkey enable Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 020/104] zram: fix possible use after free in zcomp_create() Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 021/104] perf header: Fixup reading of HEADER_NRCPUS feature Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 022/104] dcache: Handle escaped paths in prepend_path Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 023/104] vfs: Test for and handle paths that are unreachable from their mnt_root Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 024/104] spi: spi-pxa2xx: Check status register to determine if SSSR_TINT is disabled Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 025/104] spi: Fix documentation of spi_alloc_master() Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 026/104] USB: option: add ZTE PIDs Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 027/104] drm/vmwgfx: Fix up user_dmabuf refcounting Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 028/104] ARM: dts: omap3-beagle: make i2c3, ddc and tfp410 gpio work again Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 029/104] Btrfs: fix read corruption of compressed and shared extents Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 030/104] btrfs: skip waiting on ordered range for special files Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 031/104] usb: chipidea: udc: using the correct stall implementation Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 032/104] net: mvneta: fix DMA buffer unmapping in mvneta_rx() Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 033/104] iser-target: remove command with state ISTATE_REMOVE Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 034/104] staging: ion: fix corruption of ion_import_dma_buf Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 035/104] KVM: x86: trap AMD MSRs for the TSeg base and mask Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 036/104] usb: Use the USB_SS_MULT() macro to get the burst multiplier Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 037/104] xhci: give command abortion one more chance before killing xhci Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 038/104] usb: xhci: Clear XHCI_STATE_DYING on start Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 039/104] usb: xhci: Allow usb_add/remove_hcd() to be called repeatedly Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 040/104] xhci: change xhci 1.0 only restrictions to support xhci 1.1 Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 041/104] xhci-mem: Use setup_timer Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 042/104] xhci: init command timeout timer earlier to avoid deleting it uninitialized Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 043/104] spi: xtensa-xtfpga: fix register endianness Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 044/104] disabling oplocks/leases via module parm enable_oplocks broken for SMB3 Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 045/104] cifs: use server timestamp for ntlmv2 authentication Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 046/104] x86/paravirt: Replace the paravirt nop with a bona fide empty function Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 047/104] x86/nmi/64: Fix a paravirt stack-clobbering bug in the NMI code Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 048/104] ASoC: pxa: pxa2xx-ac97: fix dma requestor lines Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 049/104] ocfs2/dlm: fix deadlock when dispatch assert master Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 050/104] drm/i915/bios: handle MIPI Sequence Block v3+ gracefully Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 051/104] USB: whiteheat: fix potential null-deref at probe Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 052/104] drm/qxl: only report first monitor as connected if we have no state Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 053/104] PCI: Fix devfn for VPD access through function 0 Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 054/104] PCI: Use function 0 VPD for identical functions, regular VPD for others Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 055/104] netfilter: nft_compat: skip family comparison in case of NFPROTO_UNSPEC Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 056/104] ASoC: fix broken pxa SoC support Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 057/104] ARM: dts: omap5-uevm.dts: fix i2c5 pinctrl offsets Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 058/104] vxlan: set needed headroom correctly Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 059/104] Revert "ARM: orion5x: fix legacy orion5x IRQ numbers" Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 060/104] jbd2: avoid infinite loop when destroying aborted journal Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 061/104] asix: Don't reset PHY on if_up for ASIX 88772 Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 062/104] asix: Do full reset during ax88772_bind Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 063/104] fib_rules: Fix dump_rules() not to exit early Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 064/104] net/xen-netfront: only napi_synchronize() if running Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 065/104] cpufreq: intel_pstate: Remove unnecessary type casting in div_s64() call Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 066/104] intel_pstate: Fix overflow in busy_scaled due to long delay Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 067/104] tools lib traceevent: Fix string handling in heterogeneous arch environments Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 068/104] perf tools: Fix copying of /proc/kcore Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 069/104] m68k: Define asmlinkage_protect Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 070/104] UBI: Validate data_size Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 071/104] UBI: return ENOSPC if no enough space available Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 072/104] drm/radeon: Restore LCD backlight level on resume (>= R5xx) Luis Henriques
2015-10-27  2:10   ` Michel Dänzer
2015-10-28 10:45     ` Luis Henriques
2015-10-28 10:45       ` Luis Henriques
2015-11-02  7:52       ` Michel Dänzer
2015-11-11 15:43         ` Luis Henriques
2015-11-11 15:43           ` Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 073/104] MIPS: dma-default: Fix 32-bit fall back to GFP_DMA Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 074/104] MIPS: CPS: Stop dangling delay slot from has_mt Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 075/104] MIPS: CPS: Don't include MT code in non-MT kernels Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 076/104] MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT Luis Henriques
2015-10-26 13:42 ` [PATCH 3.16.y-ckt 077/104] Initialize msg/shm IPC objects before doing ipc_addid() Luis Henriques
2015-10-26 13:43 ` [PATCH 3.16.y-ckt 078/104] drm/qxl: recreate the primary surface when the bo is not primary Luis Henriques
2015-10-26 13:43 ` [PATCH 3.16.y-ckt 079/104] genirq: Fix race in register_irq_proc() Luis Henriques
2015-10-26 13:43 ` [PATCH 3.16.y-ckt 080/104] x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at runtime, instead of top-down Luis Henriques
2015-10-26 13:43 ` [PATCH 3.16.y-ckt 081/104] Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS Luis Henriques
2015-10-26 13:43 ` [PATCH 3.16.y-ckt 082/104] mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a fault Luis Henriques
2015-10-26 13:43 ` [PATCH 3.16.y-ckt 083/104] x86/mm: Set NX on gap between __ex_table and rodata Luis Henriques
2015-10-26 13:43 ` [PATCH 3.16.y-ckt 084/104] clocksource: Fix abs() usage w/ 64bit values Luis Henriques
2015-10-26 13:43 ` [PATCH 3.16.y-ckt 085/104] dmaengine: dw: properly read DWC_PARAMS register Luis Henriques
2015-10-26 13:43 ` [PATCH 3.16.y-ckt 086/104] mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1) Luis Henriques
2015-10-26 13:43 ` [PATCH 3.16.y-ckt 087/104] drm/vmwgfx: Fix kernel NULL pointer dereference on older hardware Luis Henriques
2015-10-26 13:43 ` [PATCH 3.16.y-ckt 088/104] fs: if a coredump already exists, unlink and recreate with O_EXCL Luis Henriques
2015-10-26 13:43 ` [PATCH 3.16.y-ckt 089/104] sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE state Luis Henriques
2015-10-26 13:43 ` [PATCH 3.16.y-ckt 090/104] ipc/sem.c: fully initialize sem_array before making it visible Luis Henriques
2015-10-26 13:43 ` [PATCH 3.16.y-ckt 091/104] drivers: usb :fsl: Implement Workaround for USB Erratum A007792 Luis Henriques
2015-10-26 13:43 ` [PATCH 3.16.y-ckt 092/104] drivers: usb: fsl: Workaround for USB erratum-A005275 Luis Henriques
2015-10-26 13:43 ` [PATCH 3.16.y-ckt 093/104] l2tp: protect tunnel->del_work by ref_count Luis Henriques
2015-10-26 13:43 ` [PATCH 3.16.y-ckt 094/104] af_unix: Convert the unix_sk macro to an inline function for type safety Luis Henriques
2015-10-26 13:43 ` [PATCH 3.16.y-ckt 095/104] af_unix: return data from multiple SKBs on recv() with MSG_PEEK flag Luis Henriques
2015-10-26 13:43 ` [PATCH 3.16.y-ckt 096/104] net/unix: fix logic about sk_peek_offset Luis Henriques
2015-10-26 13:43 ` [PATCH 3.16.y-ckt 097/104] skbuff: Fix skb checksum flag on skb pull Luis Henriques
2015-10-26 13:43 ` [PATCH 3.16.y-ckt 098/104] skbuff: Fix skb checksum partial check Luis Henriques
2015-10-26 13:43 ` [PATCH 3.16.y-ckt 099/104] net: add pfmemalloc check in sk_add_backlog() Luis Henriques
2015-10-26 13:43 ` [PATCH 3.16.y-ckt 100/104] ppp: don't override sk->sk_state in pppoe_flush_dev() Luis Henriques
2015-10-26 13:43 ` [PATCH 3.16.y-ckt 101/104] ethtool: Use kcalloc instead of kmalloc for ethtool_get_strings Luis Henriques
2015-10-26 13:43 ` [PATCH 3.16.y-ckt 102/104] ovs: do not allocate memory from offline numa node Luis Henriques
2015-10-26 13:43 ` [PATCH 3.16.y-ckt 103/104] netlink: Trim skb to alloc size to avoid MSG_TRUNC Luis Henriques
2015-10-26 13:43 ` [PATCH 3.16.y-ckt 104/104] net: add length argument to skb_copy_and_csum_datagram_iovec Luis Henriques
2015-10-26 19:02 ` [3.16.y-ckt stable] Linux 3.16.7-ckt19 stable review Luis Henriques
2015-10-26 19:02   ` Luis Henriques
2015-10-28 16:51   ` Luis Henriques [this message]
2015-10-28 16:51     ` Luis Henriques
2015-10-26 19:05 ` [PATCH 3.16.y-ckt 105/107] KEYS: Fix race between key destruction and finding a keyring by name Luis Henriques
2015-10-26 19:05 ` [PATCH 3.16.y-ckt 106/107] KEYS: Fix crash when attempt to garbage collect an uninstantiated keyring Luis Henriques
2015-10-26 19:05 ` [PATCH 3.16.y-ckt 107/107] KEYS: Don't permit request_key() to construct a new keyring Luis Henriques
2015-10-28 16:52 ` [PATCH 3.16.y-ckt 108/108] Btrfs: update fix for read corruption of compressed and shared extents Luis Henriques

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20151028165141.GB21473@ares \
    --to=luis.henriques@canonical.com \
    --cc=kernel-team@lists.ubuntu.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.