All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 4.10 00/81] 4.10.9-stable review
@ 2017-04-06  8:37 Greg Kroah-Hartman
  2017-04-06  8:37 ` [PATCH 4.10 01/81] libceph: force GFP_NOIO for socket allocations Greg Kroah-Hartman
                   ` (75 more replies)
  0 siblings, 76 replies; 80+ messages in thread
From: Greg Kroah-Hartman @ 2017-04-06  8:37 UTC (permalink / raw)
  To: linux-kernel
  Cc: Greg Kroah-Hartman, torvalds, akpm, linux, shuahkh, patches,
	ben.hutchings, stable

This is the start of the stable review cycle for the 4.10.9 release.
There are 81 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Sat Apr  8 08:36:05 UTC 2017.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
	kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.10.9-rc1.gz
or in the git tree and branch at:
  git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.10.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Linux 4.10.9-rc1

Zhi Wang <zhi.a.wang@intel.com>
    drm/i915: A hotfix for making aliasing PPGTT work for GVT-g

Zhi Wang <zhi.a.wang@intel.com>
    drm/i915: Let execlist_update_context() cover !FULL_PPGTT mode.

Zhi Wang <zhi.a.wang@intel.com>
    drm/i915: Move the release of PT page to the upper caller

Keith Busch <keith.busch@intel.com>
    nvme/pci: Disable on removal when disconnected

Keith Busch <keith.busch@intel.com>
    nvme/core: Fix race kicking freed request_queue

Jason A. Donenfeld <Jason@zx2c4.com>
    padata: avoid race in reordering

NeilBrown <neilb@suse.com>
    blk: Ensure users for current->bio_list can see the full list.

NeilBrown <neilb@suse.com>
    blk: improve order of bio handling in generic_make_request()

Felix Fietkau <nbd@nbd.name>
    MIPS: Lantiq: Fix cascaded IRQ setup

Jon Mason <jon.mason@broadcom.com>
    ARM: dts: BCM5301X: Correct GIC_PPI interrupt flags

Daniel Vetter <daniel.vetter@ffwll.ch>
    drm/armada: Fix compile fail

Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
    mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()

Johannes Weiner <hannes@cmpxchg.org>
    mm: workingset: fix premature shadow node shrinking with cgroups

Johannes Weiner <hannes@cmpxchg.org>
    mm: rmap: fix huge file mmap accounting in the memcg stats

Kees Cook <keescook@chromium.org>
    lib/syscall: Clear return values when no stack

Tony Luck <tony.luck@intel.com>
    x86/mce: Fix copy/paste error in exception table entries

Baoquan He <bhe@redhat.com>
    x86/mm/KASLR: Exclude EFI region from KASLR VA space randomization

Alex Williamson <alex.williamson@redhat.com>
    drm/i915/kvmgt: Hold struct kvm reference

Lucas Stach <l.stach@pengutronix.de>
    drm/etnaviv: (re-)protect fence allocation with GPU mutex

Eric Anholt <eric@anholt.net>
    drm/vc4: Allocate the right amount of space for boot-time CRTC state.

Michel Dänzer <michel.daenzer@amd.com>
    drm/radeon: Override fpfn for all VRAM placements in radeon_evict_flags

David Hildenbrand <david@redhat.com>
    KVM: kvm_io_bus_unregister_dev() should never fail

Peter Xu <peterx@redhat.com>
    KVM: x86: clear bus pointer when destroyed

Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
    serial: mxs-auart: Fix baudrate calculation

Alan Stern <stern@rowland.harvard.edu>
    USB: fix linked-list corruption in rh_call_control()

Mathias Nyman <mathias.nyman@linux.intel.com>
    xhci: Set URB actual length for stopped control transfers

Nicolas Ferre <nicolas.ferre@microchip.com>
    tty/serial: atmel: fix TX path in atmel_console_write()

Richard Genoud <richard.genoud@gmail.com>
    tty/serial: atmel: fix race condition (TX+DMA)

Joerg Roedel <jroedel@suse.de>
    ACPI: Do not create a platform_device for IOAPIC/IOxAPIC

Josh Poimboeuf <jpoimboe@redhat.com>
    ACPI: Fix incompatibility with mcount-based function graph tracing

Helge Deller <deller@gmx.de>
    parisc: Fix access fault handling in pa_memcpy()

Helge Deller <deller@gmx.de>
    parisc: Avoid stalled CPU warnings after system shutdown

Helge Deller <deller@gmx.de>
    parisc: Clean up fixup routines for get_user()/put_user()

Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
    dt-bindings: rng: clocks property on omap_rng not always mandatory

Kinglong Mee <kinglongmee@gmail.com>
    nfsd: map the ENOKEY to nfserr_perm for avoiding warning

Olga Kornievskaia <kolga@netapp.com>
    NFSv4.1 fix infinite loop on IO BAD_STATEID error

Alexey Brodkin <abrodkin@synopsys.com>
    ARCv2: SLC: Make sure busy bit is set properly on SLC flushing

Eric Biggers <ebiggers@google.com>
    crypto: xts,lrw - fix out-of-bounds write after kmalloc failure

Gary R Hook <gary.hook@amd.com>
    crypto: ccp - Make some CCP DMA channels private

Ludovic Desroches <ludovic.desroches@microchip.com>
    mmc: sdhci-of-at91: fix MMC_DDR_52 timing selection

Hans de Goede <hdegoede@redhat.com>
    mmc: sdhci: Disable runtime pm when the sdio_irq is enabled

Aaron Armstrong Skomra <skomra@gmail.com>
    HID: wacom: Don't add ghost interface as shared data

Bard Liao <bardliao@realtek.com>
    ASoC: rt5665: fix getting wrong work handler container

Takashi Sakamoto <takashi.sakamoto@miraclelinux.com>
    ASoC: Intel: Skylake: fix invalid memory access due to wrong reference of pointer

Songjun Wu <songjun.wu@microchip.com>
    ASoC: atmel-classd: fix audio clock rate

Hui Wang <hui.wang@canonical.com>
    ALSA: hda - fix a problem for lineout on a Dell AIO machine

Takashi Iwai <tiwai@suse.de>
    ALSA: seq: Fix race during FIFO resize

Tomasz Nowicki <tn@semihalf.com>
    PCI: thunder-pem: Use Cavium assigned hardware ID for ThunderX host controller

Bjorn Helgaas <bhelgaas@google.com>
    PCI: iproc: Save host bridge window resource in struct iproc_pcie

Bart Van Assche <bart.vanassche@sandisk.com>
    scsi: scsi_dh_alua: Ensure that alua_activate() calls the completion function

Bart Van Assche <bart.vanassche@sandisk.com>
    scsi: scsi_dh_alua: Check scsi_device_get() return value

John Garry <john.garry@huawei.com>
    scsi: libsas: fix ata xfer length

peter chang <dpf@google.com>
    scsi: sg: check length passed to SG_NEXT_CMD_LEN

Christoph Hellwig <hch@lst.de>
    xfs: try any AG when allocating the first btree block when reflinking

Brian Foster <bfoster@redhat.com>
    xfs: use iomap new flag for newly allocated delalloc blocks

Chandan Rajendra <chandan@linux.vnet.ibm.com>
    xfs: Use xfs_icluster_size_fsb() to calculate inode alignment mask

Christoph Hellwig <hch@lst.de>
    xfs: fix and streamline error handling in xfs_end_io

Christoph Hellwig <hch@lst.de>
    xfs: only reclaim unwritten COW extents periodically

Christoph Hellwig <hch@lst.de>
    xfs: tune down agno asserts in the bmap code

Chandan Rajendra <chandan@linux.vnet.ibm.com>
    xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignment

Brian Foster <bfoster@redhat.com>
    xfs: don't reserve blocks for right shift transactions

Darrick J. Wong <darrick.wong@oracle.com>
    xfs: fix uninitialized variable in _reflink_convert_cow

Brian Foster <bfoster@redhat.com>
    xfs: split indlen reservations fairly when under reserved

Brian Foster <bfoster@redhat.com>
    xfs: handle indlen shortage on delalloc extent merge

Christoph Hellwig <hch@lst.de>
    xfs: don't fail xfs_extent_busy allocation

Bill O'Donnell <billodo@redhat.com>
    xfs: correct null checks and error processing in xfs_initialize_perag

Christoph Hellwig <hch@lst.de>
    xfs: update ctime and mtime on clone destinatation inodes

Christoph Hellwig <hch@lst.de>
    xfs: reject all unaligned direct writes to reflinked files

Hou Tao <houtao1@huawei.com>
    xfs: reset b_first_retry_time when clear the retry status of xfs_buf_t

Darrick J. Wong <darrick.wong@oracle.com>
    xfs: mark speculative prealloc CoW fork extents unwritten

Darrick J. Wong <darrick.wong@oracle.com>
    xfs: allow unwritten extents in the CoW fork

Darrick J. Wong <darrick.wong@oracle.com>
    xfs: verify free block header fields

Darrick J. Wong <darrick.wong@oracle.com>
    xfs: check for obviously bad level values in the bmbt root

Darrick J. Wong <darrick.wong@oracle.com>
    xfs: filter out obviously bad btree pointers

Darrick J. Wong <darrick.wong@oracle.com>
    xfs: fail _dir_open when readahead fails

Darrick J. Wong <darrick.wong@oracle.com>
    xfs: fix toctou race when locking an inode to access the data map

Brian Foster <bfoster@redhat.com>
    xfs: fix eofblocks race with file extending async dio writes

Brian Foster <bfoster@redhat.com>
    xfs: sync eofblocks scans under iolock are livelock prone

Brian Foster <bfoster@redhat.com>
    xfs: pull up iolock from xfs_free_eofblocks()

Ladi Prosek <lprosek@redhat.com>
    KVM: nVMX: fix nested EPT detection

Ilya Dryomov <idryomov@gmail.com>
    libceph: force GFP_NOIO for socket allocations


-------------

Diffstat:

 Documentation/devicetree/bindings/rng/omap_rng.txt |   3 +-
 Makefile                                           |   4 +-
 arch/arc/mm/cache.c                                |   3 +
 arch/arm/boot/dts/bcm5301x.dtsi                    |   4 +-
 arch/mips/lantiq/irq.c                             |  38 +-
 arch/parisc/include/asm/uaccess.h                  |  59 +--
 arch/parisc/kernel/parisc_ksyms.c                  |  10 -
 arch/parisc/kernel/process.c                       |   2 +
 arch/parisc/lib/Makefile                           |   2 +-
 arch/parisc/lib/fixup.S                            |  98 -----
 arch/parisc/lib/lusercopy.S                        | 318 ++++++++++++++
 arch/parisc/lib/memcpy.c                           | 461 +--------------------
 arch/parisc/mm/fault.c                             |  17 +
 arch/x86/kvm/vmx.c                                 |   4 +-
 arch/x86/lib/memcpy_64.S                           |   2 +-
 arch/x86/mm/kaslr.c                                |   4 +-
 block/bio.c                                        |  12 +-
 block/blk-core.c                                   |  39 +-
 crypto/lrw.c                                       |   7 +-
 crypto/xts.c                                       |   7 +-
 drivers/acpi/Makefile                              |   1 -
 drivers/acpi/acpi_platform.c                       |   8 +-
 drivers/crypto/ccp/ccp-dev-v5.c                    |   1 +
 drivers/crypto/ccp/ccp-dev.h                       |   5 +
 drivers/crypto/ccp/ccp-dmaengine.c                 |  41 ++
 drivers/gpu/drm/armada/Makefile                    |   2 +
 drivers/gpu/drm/etnaviv/etnaviv_gpu.c              |   4 +-
 drivers/gpu/drm/i915/gvt/kvmgt.c                   |   2 +
 drivers/gpu/drm/i915/i915_gem_gtt.c                |  21 +-
 drivers/gpu/drm/i915/intel_lrc.c                   |   3 +-
 drivers/gpu/drm/radeon/radeon_ttm.c                |   4 +-
 drivers/gpu/drm/vc4/vc4_crtc.c                     |  13 +-
 drivers/hid/wacom_sys.c                            |  16 +-
 drivers/md/dm.c                                    |  29 +-
 drivers/md/raid10.c                                |   3 +-
 drivers/mmc/host/sdhci-of-at91.c                   |  11 +-
 drivers/mmc/host/sdhci.c                           |   6 +
 drivers/nvme/host/core.c                           |   6 +-
 drivers/nvme/host/pci.c                            |   4 +-
 drivers/pci/host/pci-thunder-pem.c                 |   2 +-
 drivers/pci/host/pcie-iproc-bcma.c                 |  24 +-
 drivers/pci/host/pcie-iproc-platform.c             |  19 +-
 drivers/pci/host/pcie-iproc.h                      |   1 +
 drivers/scsi/device_handler/scsi_dh_alua.c         |  38 +-
 drivers/scsi/libsas/sas_ata.c                      |   2 +-
 drivers/scsi/sg.c                                  |   2 +
 drivers/tty/serial/atmel_serial.c                  |   8 +
 drivers/tty/serial/mxs-auart.c                     |   2 +-
 drivers/usb/core/hcd.c                             |   7 +-
 drivers/usb/host/xhci-ring.c                       |   3 +
 fs/nfs/nfs4proc.c                                  |   9 +-
 fs/nfsd/nfsproc.c                                  |   1 +
 fs/xfs/libxfs/xfs_bmap.c                           | 211 ++++++----
 fs/xfs/libxfs/xfs_bmap_btree.c                     |   6 +-
 fs/xfs/libxfs/xfs_btree.c                          |   3 +-
 fs/xfs/libxfs/xfs_btree.h                          |   2 +-
 fs/xfs/libxfs/xfs_da_btree.c                       |   6 +-
 fs/xfs/libxfs/xfs_da_btree.h                       |   2 +-
 fs/xfs/libxfs/xfs_dir2_node.c                      |  51 ++-
 fs/xfs/libxfs/xfs_ialloc.c                         |   3 +-
 fs/xfs/libxfs/xfs_inode_fork.c                     |   9 +-
 fs/xfs/xfs_aops.c                                  |  65 +--
 fs/xfs/xfs_bmap_util.c                             |  62 ++-
 fs/xfs/xfs_bmap_util.h                             |   3 +-
 fs/xfs/xfs_buf_item.c                              |   1 +
 fs/xfs/xfs_extent_busy.c                           |  13 +-
 fs/xfs/xfs_file.c                                  |  26 +-
 fs/xfs/xfs_icache.c                                |  61 +--
 fs/xfs/xfs_icache.h                                |   2 -
 fs/xfs/xfs_inode.c                                 |  53 +--
 fs/xfs/xfs_iomap.c                                 |  30 +-
 fs/xfs/xfs_mount.c                                 |  27 +-
 fs/xfs/xfs_reflink.c                               | 151 ++++++-
 fs/xfs/xfs_reflink.h                               |   6 +-
 fs/xfs/xfs_super.c                                 |   2 +-
 fs/xfs/xfs_trace.h                                 |  10 +-
 include/linux/kvm_host.h                           |   4 +-
 include/linux/memcontrol.h                         |   6 +
 kernel/padata.c                                    |   5 +-
 lib/syscall.c                                      |   1 +
 mm/hugetlb.c                                       |   6 +-
 mm/rmap.c                                          |   4 +-
 mm/workingset.c                                    |   2 +-
 net/ceph/messenger.c                               |   6 +
 sound/core/seq/seq_fifo.c                          |   4 +
 sound/pci/hda/patch_realtek.c                      |  12 +-
 sound/soc/atmel/atmel-classd.c                     |   2 +-
 sound/soc/codecs/rt5665.c                          |   2 +-
 sound/soc/intel/skylake/skl-topology.c             |   2 +-
 virt/kvm/eventfd.c                                 |   3 +-
 virt/kvm/kvm_main.c                                |  42 +-
 91 files changed, 1230 insertions(+), 1068 deletions(-)

^ permalink raw reply	[flat|nested] 80+ messages in thread

end of thread, other threads:[~2017-04-07  8:08 UTC | newest]

Thread overview: 80+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-06  8:37 [PATCH 4.10 00/81] 4.10.9-stable review Greg Kroah-Hartman
2017-04-06  8:37 ` [PATCH 4.10 01/81] libceph: force GFP_NOIO for socket allocations Greg Kroah-Hartman
2017-04-06  8:37 ` [PATCH 4.10 02/81] KVM: nVMX: fix nested EPT detection Greg Kroah-Hartman
2017-04-06  8:37 ` [PATCH 4.10 03/81] xfs: pull up iolock from xfs_free_eofblocks() Greg Kroah-Hartman
2017-04-06  8:37 ` [PATCH 4.10 04/81] xfs: sync eofblocks scans under iolock are livelock prone Greg Kroah-Hartman
2017-04-06  8:37 ` [PATCH 4.10 05/81] xfs: fix eofblocks race with file extending async dio writes Greg Kroah-Hartman
2017-04-06  8:37 ` [PATCH 4.10 06/81] xfs: fix toctou race when locking an inode to access the data map Greg Kroah-Hartman
2017-04-06  8:37 ` [PATCH 4.10 07/81] xfs: fail _dir_open when readahead fails Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 08/81] xfs: filter out obviously bad btree pointers Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 09/81] xfs: check for obviously bad level values in the bmbt root Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 10/81] xfs: verify free block header fields Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 11/81] xfs: allow unwritten extents in the CoW fork Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 12/81] xfs: mark speculative prealloc CoW fork extents unwritten Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 13/81] xfs: reset b_first_retry_time when clear the retry status of xfs_buf_t Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 14/81] xfs: reject all unaligned direct writes to reflinked files Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 15/81] xfs: update ctime and mtime on clone destinatation inodes Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 16/81] xfs: correct null checks and error processing in xfs_initialize_perag Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 17/81] xfs: dont fail xfs_extent_busy allocation Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 18/81] xfs: handle indlen shortage on delalloc extent merge Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 19/81] xfs: split indlen reservations fairly when under reserved Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 20/81] xfs: fix uninitialized variable in _reflink_convert_cow Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 21/81] xfs: dont reserve blocks for right shift transactions Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 22/81] xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignment Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 23/81] xfs: tune down agno asserts in the bmap code Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 24/81] xfs: only reclaim unwritten COW extents periodically Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 25/81] xfs: fix and streamline error handling in xfs_end_io Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 26/81] xfs: Use xfs_icluster_size_fsb() to calculate inode alignment mask Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 27/81] xfs: use iomap new flag for newly allocated delalloc blocks Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 28/81] xfs: try any AG when allocating the first btree block when reflinking Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 29/81] scsi: sg: check length passed to SG_NEXT_CMD_LEN Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 30/81] scsi: libsas: fix ata xfer length Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 31/81] scsi: scsi_dh_alua: Check scsi_device_get() return value Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 32/81] scsi: scsi_dh_alua: Ensure that alua_activate() calls the completion function Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 34/81] PCI: thunder-pem: Use Cavium assigned hardware ID for ThunderX host controller Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 35/81] ALSA: seq: Fix race during FIFO resize Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 36/81] ALSA: hda - fix a problem for lineout on a Dell AIO machine Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 37/81] ASoC: atmel-classd: fix audio clock rate Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 38/81] ASoC: Intel: Skylake: fix invalid memory access due to wrong reference of pointer Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 39/81] ASoC: rt5665: fix getting wrong work handler container Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 40/81] HID: wacom: Dont add ghost interface as shared data Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 41/81] mmc: sdhci: Disable runtime pm when the sdio_irq is enabled Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 42/81] mmc: sdhci-of-at91: fix MMC_DDR_52 timing selection Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 43/81] crypto: ccp - Make some CCP DMA channels private Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 44/81] crypto: xts,lrw - fix out-of-bounds write after kmalloc failure Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 45/81] ARCv2: SLC: Make sure busy bit is set properly on SLC flushing Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 46/81] NFSv4.1 fix infinite loop on IO BAD_STATEID error Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 47/81] nfsd: map the ENOKEY to nfserr_perm for avoiding warning Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 48/81] dt-bindings: rng: clocks property on omap_rng not always mandatory Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 49/81] parisc: Clean up fixup routines for get_user()/put_user() Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 50/81] parisc: Avoid stalled CPU warnings after system shutdown Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 51/81] parisc: Fix access fault handling in pa_memcpy() Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 52/81] ACPI: Fix incompatibility with mcount-based function graph tracing Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 53/81] ACPI: Do not create a platform_device for IOAPIC/IOxAPIC Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 54/81] tty/serial: atmel: fix race condition (TX+DMA) Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 55/81] tty/serial: atmel: fix TX path in atmel_console_write() Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 56/81] xhci: Set URB actual length for stopped control transfers Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 57/81] USB: fix linked-list corruption in rh_call_control() Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 60/81] KVM: kvm_io_bus_unregister_dev() should never fail Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 62/81] drm/vc4: Allocate the right amount of space for boot-time CRTC state Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 63/81] drm/etnaviv: (re-)protect fence allocation with GPU mutex Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 64/81] drm/i915/kvmgt: Hold struct kvm reference Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 65/81] x86/mm/KASLR: Exclude EFI region from KASLR VA space randomization Greg Kroah-Hartman
2017-04-06  8:38   ` Greg Kroah-Hartman
2017-04-06  8:38 ` [PATCH 4.10 66/81] x86/mce: Fix copy/paste error in exception table entries Greg Kroah-Hartman
2017-04-06  8:39 ` [PATCH 4.10 68/81] mm: rmap: fix huge file mmap accounting in the memcg stats Greg Kroah-Hartman
2017-04-06  8:39 ` [PATCH 4.10 69/81] mm: workingset: fix premature shadow node shrinking with cgroups Greg Kroah-Hartman
2017-04-06  8:39 ` [PATCH 4.10 70/81] mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd() Greg Kroah-Hartman
2017-04-06  8:39 ` [PATCH 4.10 71/81] drm/armada: Fix compile fail Greg Kroah-Hartman
2017-04-06  8:39 ` [PATCH 4.10 73/81] MIPS: Lantiq: Fix cascaded IRQ setup Greg Kroah-Hartman
2017-04-06  8:39 ` [PATCH 4.10 74/81] blk: improve order of bio handling in generic_make_request() Greg Kroah-Hartman
2017-04-06  8:39 ` [PATCH 4.10 75/81] blk: Ensure users for current->bio_list can see the full list Greg Kroah-Hartman
2017-04-06  8:39 ` [PATCH 4.10 76/81] padata: avoid race in reordering Greg Kroah-Hartman
2017-04-06  8:39 ` [PATCH 4.10 77/81] nvme/core: Fix race kicking freed request_queue Greg Kroah-Hartman
2017-04-06  8:39 ` [PATCH 4.10 78/81] nvme/pci: Disable on removal when disconnected Greg Kroah-Hartman
2017-04-06  8:39 ` [PATCH 4.10 80/81] drm/i915: Let execlist_update_context() cover !FULL_PPGTT mode Greg Kroah-Hartman
2017-04-06  8:39 ` [PATCH 4.10 81/81] drm/i915: A hotfix for making aliasing PPGTT work for GVT-g Greg Kroah-Hartman
2017-04-06 17:54 ` [PATCH 4.10 00/81] 4.10.9-stable review Shuah Khan
2017-04-06 18:01   ` Greg Kroah-Hartman
2017-04-06 21:53 ` Guenter Roeck
2017-04-07  8:07   ` Greg Kroah-Hartman

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.