stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 4.11 00/78] 4.11.7-stable review
@ 2017-06-19 15:15 Greg Kroah-Hartman
  2017-06-19 15:15 ` [PATCH 4.11 01/78] fs: pass on flags in compat_writev Greg Kroah-Hartman
                   ` (75 more replies)
  0 siblings, 76 replies; 78+ messages in thread
From: Greg Kroah-Hartman @ 2017-06-19 15:15 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.11.7 release.
There are 78 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 Wed Jun 21 15:10:11 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.11.7-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.11.y
and the diffstat can be found below.

thanks,

greg k-h

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

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

Hugh Dickins <hughd@google.com>
    mm: larger stack guard gap, between vmas

Enric Balletbo i Serra <enric.balletbo@collabora.com>
    ARM: dts: am335x-sl50: Fix cannot claim requested pins for spi0

Enric Balletbo i Serra <enric.balletbo@collabora.com>
    ARM: dts: am335x-sl50: Fix card detect pin for mmc1

David Miller <davem@davemloft.net>
    crypto: Work around deallocated stack frame reference gcc bug on sparc.

Paul Burton <paul.burton@imgtec.com>
    MIPS: .its targets depend on vmlinux

Paul Burton <paul.burton@imgtec.com>
    MIPS: Fix bnezc/jialc return address calculation

Michael S. Tsirkin <mst@redhat.com>
    virtio_balloon: disable VIOMMU support

Thomas Gleixner <tglx@linutronix.de>
    alarmtimer: Rate limit periodic intervals

Thomas Gleixner <tglx@linutronix.de>
    alarmtimer: Prevent overflow of relative timers

Heiner Kallweit <hkallweit1@gmail.com>
    genirq: Release resources in __setup_irq() error path

Andy Lutomirski <luto@kernel.org>
    sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()

Martin Blumenstingl <martin.blumenstingl@googlemail.com>
    iio: adc: meson-saradc: fix potential crash in meson_sar_adc_clear_fifo

Alexey Khoroshilov <khoroshilov@ispras.ru>
    staging: iio: ad7152: Fix deadlock in ad7152_write_raw_samp_freq()

Jean-Baptiste Maneyrol <JManeyrol@invensense.com>
    iio: imu: inv_mpu6050: add accel lpf setting for chip >= MPU6500

Andrea Arcangeli <aarcange@redhat.com>
    userfaultfd: shmem: handle coredumping in handle_userfault()

Mark Rutland <mark.rutland@arm.com>
    mm: numa: avoid waiting on freed migrated pages

Yu Zhao <yuzhao@google.com>
    swap: cond_resched in swap_cgroup_prepare()

James Morse <james.morse@arm.com>
    mm/memory-failure.c: use compound_head() flags for huge pages

Alan Stern <stern@rowland.harvard.edu>
    USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacks

Alan Stern <stern@rowland.harvard.edu>
    USB: gadget: fix GPF in gadgetfs

Corentin Labbe <clabbe.montjoie@gmail.com>
    usb: xhci: ASMedia ASM1042A chipset need shorts TX quirk

YD Tseng <yd_tseng@asmedia.com.tw>
    usb: xhci: Fix USB 3.1 supported protocol parsing

Dan Carpenter <dan.carpenter@oracle.com>
    drivers/misc/c2port/c2port-duramar2150.c: checking for NULL instead of IS_ERR()

Philipp Zabel <p.zabel@pengutronix.de>
    coda: restore original firmware locations

Chris Brandt <chris.brandt@renesas.com>
    usb: r8a66597-hcd: decrease timeout

Chris Brandt <chris.brandt@renesas.com>
    usb: r8a66597-hcd: select a different endpoint on timeout

Johan Hovold <johan@kernel.org>
    USB: gadget: dummy_hcd: fix hub-descriptor removable fields

Arnd Bergmann <arnd@arndb.de>
    pvrusb2: reduce stack usage pvr2_eeprom_analyze()

Roger Quadros <rogerq@ti.com>
    usb: dwc3: gadget: Fix ISO transfer performance

Johan Hovold <johan@kernel.org>
    USB: usbip: fix nonconforming hub descriptor

Anton Bondarenko <anton.bondarenko.sama@gmail.com>
    usb: core: fix potential memory leak in error path during hcd creation

Johan Hovold <johan@kernel.org>
    USB: hub: fix SS max number of ports

Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
    usb: gadget: udc: renesas_usb3: lock for PN_ registers access

Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
    usb: gadget: udc: renesas_usb3: fix deadlock by spinlock

Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
    usb: gadget: udc: renesas_usb3: fix pm_runtime functions calling

Johan Hovold <johan@kernel.org>
    ALSA: usb-audio: fix Amanero Combo384 quirk on big-endian hosts

Subhransu S. Prusty <subhransu.s.prusty@intel.com>
    ALSA: hda: Add Geminilake id to SKL_PLUS

Dan Carpenter <dan.carpenter@oracle.com>
    iio: adc: ti_am335x_adc: allocating too much in probe

Matt Ranostay <matt.ranostay@konsulko.com>
    iio: proximity: as3935: recalibrate RCO after resume

Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
    iio: imu: st_lsm6dsx: do not apply ODR configuration in write_raw handler

Eva Rachel Retuya <eraretuya@gmail.com>
    staging: iio: tsl2x7x_core: Fix standard deviation calculation

Dan Carpenter <dan.carpenter@oracle.com>
    staging: bcm2835-camera: fix error handling in init

Dan Carpenter <dan.carpenter@oracle.com>
    staging: rtl8188eu: prevent an underflow in rtw_check_beacon_data()

Oliver O'Halloran <oohall@gmail.com>
    powerpc/mm: Add physical address to Linux page table dump

Linus Walleij <linus.walleij@linaro.org>
    mtd: physmap_of: really fix the physmap add-ons

Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
    phy: rcar-gen3-usb2: fix implementation for runtime PM

Tony Lindgren <tony@atomide.com>
    mfd: cpcap: Fix bad use of IRQ sense register

Tony Lindgren <tony@atomide.com>
    mfd: cpcap: Use ack_invert interrupts

Tony Lindgren <tony@atomide.com>
    mfd: cpcap: Fix interrupt to use level interrupt

Rask Ingemann Lambertsen <rask@formelder.dk>
    dt-bindings: mfd: axp20x: Add "xpowers,master-mode" property for AXP806 PMICs

Rask Ingemann Lambertsen <rask@formelder.dk>
    mfd: axp20x: Add support for dts property "xpowers,master-mode"

Tony Lindgren <tony@atomide.com>
    mfd: omap-usb-tll: Fix inverted bit use for USB TLL mode

Laura Abbott <labbott@redhat.com>
    x86/mm/32: Set the '__vmalloc_start_set' flag in initmem_init()

Geert Uytterhoeven <geert+renesas@glider.be>
    serial: sh-sci: Fix late enablement of AUTORTS

Geert Uytterhoeven <geert+renesas@glider.be>
    serial: sh-sci: Fix (AUTO)RTS in sci_init_pins()

Jan Kiszka <jan.kiszka@siemens.com>
    serial: 8250_lpss: Unconditionally set PCI master for Quark

Christophe JAILLET <christophe.jaillet@wanadoo.fr>
    serial: efm32: Fix parity management in 'efm32_uart_console_get_options()'

Eric Anholt <eric@anholt.net>
    drm/vc4: Fix OOPSes from trying to cache a partially constructed BO.

YYS <nickey.yang@rock-chips.com>
    drm/mediatek: fix mtk_hdmi_setup_vendor_specific_infoframe mistake

Emmanuel Grumbach <emmanuel.grumbach@intel.com>
    mac80211: don't send SMPS action frame in AP mode when not needed

Johannes Berg <johannes.berg@intel.com>
    mac80211: fix dropped counter in multiqueue RX

Rajkumar Manoharan <rmanohar@qti.qualcomm.com>
    mac80211: strictly check mesh address extension mode

Johannes Berg <johannes.berg@intel.com>
    mac80211: fix IBSS presp allocation size

Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
    drm/i915: Do not sync RCU during shrinking

Ville Syrjälä <ville.syrjala@linux.intel.com>
    drm/i915: Fix scaling check for 90/270 degree plane rotation

Zhenyu Wang <zhenyuw@linux.intel.com>
    drm/i915: Fix GVT-g PVINFO version compatibility check

Mario Kleiner <mario.kleiner.de@gmail.com>
    drm/amdgpu: Fix overflow of watermark calcs at > 4k resolutions.

Fabio Estevam <fabio.estevam@nxp.com>
    drm: mxsfb_crtc: Reset the eLCDIF controller

Jason A. Donenfeld <Jason@zx2c4.com>
    mac80211/wpa: use constant time memory comparison for MACs

Emmanuel Grumbach <emmanuel.grumbach@intel.com>
    mac80211: don't look at the PM bit of BAR frames

Paul Moore <paul@paul-moore.com>
    selinux: fix double free in selinux_parse_opts_str()

Hans Verkuil <hans.verkuil@cisco.com>
    cec: race fix: don't return -ENONET in cec_receive()

Christophe JAILLET <christophe.jaillet@wanadoo.fr>
    vb2: Fix an off by one error in 'vb2_plane_vaddr'

Tomasz Wilczyński <twilczynski@naver.com>
    cpufreq: conservative: Allow down_threshold to take values from 1 to 10

Arnd Bergmann <arnd@arndb.de>
    ila_xlat: add missing hash secret initialization

Marc Kleine-Budde <mkl@pengutronix.de>
    can: gs_usb: fix memory leak in gs_cmd_reset()

Nicholas Bellinger <nab@linux-iscsi.org>
    configfs: Fix race between create_link and configfs_rmdir

Christoph Hellwig <hch@lst.de>
    fs: pass on flags in compat_writev


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

Diffstat:

 Documentation/admin-guide/kernel-parameters.txt    |   7 +
 Documentation/devicetree/bindings/mfd/axp20x.txt   |   3 +
 Makefile                                           |   4 +-
 arch/arc/mm/mmap.c                                 |   2 +-
 arch/arm/boot/dts/am335x-sl50.dts                  |   8 +-
 arch/arm/mm/mmap.c                                 |   4 +-
 arch/frv/mm/elf-fdpic.c                            |   2 +-
 arch/mips/boot/Makefile                            |  10 +-
 arch/mips/kernel/branch.c                          |   4 +-
 arch/mips/mm/mmap.c                                |   2 +-
 arch/parisc/kernel/sys_parisc.c                    |  15 ++-
 arch/powerpc/mm/dump_linuxpagetables.c             |  18 ++-
 arch/powerpc/mm/hugetlbpage-radix.c                |   2 +-
 arch/powerpc/mm/mmap.c                             |   4 +-
 arch/powerpc/mm/slice.c                            |   2 +-
 arch/s390/mm/mmap.c                                |   4 +-
 arch/sh/mm/mmap.c                                  |   4 +-
 arch/sparc/kernel/sys_sparc_64.c                   |   4 +-
 arch/sparc/mm/hugetlbpage.c                        |   2 +-
 arch/tile/mm/hugetlbpage.c                         |   2 +-
 arch/x86/kernel/sys_x86_64.c                       |   4 +-
 arch/x86/mm/hugetlbpage.c                          |   2 +-
 arch/x86/mm/numa_32.c                              |   1 +
 arch/xtensa/kernel/syscall.c                       |   2 +-
 drivers/cpufreq/cpufreq_conservative.c             |   4 +-
 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c             |   7 +-
 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c             |   7 +-
 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c              |   7 +-
 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c              |   7 +-
 drivers/gpu/drm/i915/i915_gem_shrinker.c           |   5 -
 drivers/gpu/drm/i915/i915_pvinfo.h                 |   8 +-
 drivers/gpu/drm/i915/i915_vgpu.c                   |  10 +-
 drivers/gpu/drm/i915/intel_display.c               |  14 +-
 drivers/gpu/drm/mediatek/mtk_hdmi.c                |   2 +-
 drivers/gpu/drm/mxsfb/mxsfb_crtc.c                 |  42 ++++++
 drivers/gpu/drm/vc4/vc4_bo.c                       |   8 ++
 drivers/iio/adc/meson_saradc.c                     |   4 +-
 drivers/iio/adc/ti_am335x_adc.c                    |   2 +-
 drivers/iio/imu/inv_mpu6050/inv_mpu_core.c         |  39 +++++-
 drivers/iio/imu/inv_mpu6050/inv_mpu_iio.h          |   3 +
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c       |  41 +++---
 drivers/iio/proximity/as3935.c                     |   6 +-
 drivers/media/cec/cec-api.c                        |   8 +-
 drivers/media/platform/coda/coda-common.c          |  21 +--
 drivers/media/usb/pvrusb2/pvrusb2-eeprom.c         |  13 +-
 drivers/media/v4l2-core/videobuf2-core.c           |   2 +-
 drivers/mfd/axp20x.c                               |  21 +--
 drivers/mfd/motorola-cpcap.c                       |   6 +-
 drivers/mfd/omap-usb-tll.c                         |   2 +-
 drivers/misc/c2port/c2port-duramar2150.c           |   4 +-
 drivers/mtd/maps/Makefile                          |  10 +-
 .../mtd/maps/{physmap_of.c => physmap_of_core.c}   |   0
 drivers/net/can/usb/gs_usb.c                       |   2 +
 drivers/phy/phy-rcar-gen3-usb2.c                   |  31 ++++-
 drivers/staging/iio/cdc/ad7152.c                   |   6 +-
 drivers/staging/iio/light/tsl2x7x_core.c           |   2 +-
 .../media/platform/bcm2835/bcm2835-camera.c        |  14 +-
 drivers/staging/rtl8188eu/core/rtw_ap.c            |   2 +-
 drivers/tty/serial/8250/8250_lpss.c                |   3 +-
 drivers/tty/serial/efm32-uart.c                    |  11 +-
 drivers/tty/serial/sh-sci.c                        |  29 +++-
 drivers/usb/core/hcd.c                             |   1 +
 drivers/usb/core/hub.c                             |   8 +-
 drivers/usb/dwc3/gadget.c                          |  12 +-
 drivers/usb/gadget/legacy/inode.c                  |   9 +-
 drivers/usb/gadget/udc/dummy_hcd.c                 |  19 +--
 drivers/usb/gadget/udc/net2280.c                   |   9 +-
 drivers/usb/gadget/udc/renesas_usb3.c              |  43 ++++--
 drivers/usb/host/r8a66597-hcd.c                    |   6 +-
 drivers/usb/host/xhci-mem.c                        |   7 +-
 drivers/usb/host/xhci-pci.c                        |   3 +
 drivers/usb/usbip/vhci_hcd.c                       |  11 +-
 drivers/virtio/virtio_balloon.c                    |   7 +
 fs/btrfs/hash.c                                    |   5 +-
 fs/configfs/symlink.c                              |   3 +-
 fs/f2fs/f2fs.h                                     |   5 +-
 fs/hugetlbfs/inode.c                               |   2 +-
 fs/proc/task_mmu.c                                 |   4 -
 fs/read_write.c                                    |   2 +-
 fs/userfaultfd.c                                   |  29 ++--
 include/linux/mm.h                                 |  53 ++++----
 include/uapi/linux/usb/ch11.h                      |   3 +
 kernel/irq/manage.c                                |   4 +-
 kernel/sched/core.c                                |   2 +-
 kernel/time/alarmtimer.c                           |  14 +-
 lib/libcrc32c.c                                    |   6 +-
 mm/gup.c                                           |   5 -
 mm/huge_memory.c                                   |   8 +-
 mm/memory-failure.c                                |   5 +-
 mm/memory.c                                        |  38 ------
 mm/mmap.c                                          | 149 ++++++++++++---------
 mm/swap_cgroup.c                                   |   3 +
 net/ipv6/ila/ila_xlat.c                            |   1 +
 net/mac80211/cfg.c                                 |   2 +
 net/mac80211/ibss.c                                |   2 +
 net/mac80211/rx.c                                  |   9 +-
 net/mac80211/sta_info.c                            |   2 +-
 net/mac80211/wpa.c                                 |   9 +-
 net/wireless/util.c                                |  10 +-
 security/selinux/hooks.c                           |   5 +-
 sound/pci/hda/hda_intel.c                          |   4 +-
 sound/usb/quirks.c                                 |   2 +-
 102 files changed, 643 insertions(+), 393 deletions(-)

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

end of thread, other threads:[~2017-06-20  0:54 UTC | newest]

Thread overview: 78+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-19 15:15 [PATCH 4.11 00/78] 4.11.7-stable review Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 01/78] fs: pass on flags in compat_writev Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 02/78] configfs: Fix race between create_link and configfs_rmdir Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 03/78] can: gs_usb: fix memory leak in gs_cmd_reset() Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 04/78] ila_xlat: add missing hash secret initialization Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 06/78] [media] vb2: Fix an off by one error in vb2_plane_vaddr Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 07/78] [media] cec: race fix: dont return -ENONET in cec_receive() Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 08/78] selinux: fix double free in selinux_parse_opts_str() Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 09/78] mac80211: dont look at the PM bit of BAR frames Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 10/78] mac80211/wpa: use constant time memory comparison for MACs Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 11/78] drm: mxsfb_crtc: Reset the eLCDIF controller Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 12/78] drm/amdgpu: Fix overflow of watermark calcs at > 4k resolutions Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 13/78] drm/i915: Fix GVT-g PVINFO version compatibility check Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 15/78] drm/i915: Do not sync RCU during shrinking Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 16/78] mac80211: fix IBSS presp allocation size Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 17/78] mac80211: strictly check mesh address extension mode Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 18/78] mac80211: fix dropped counter in multiqueue RX Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 19/78] mac80211: dont send SMPS action frame in AP mode when not needed Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 20/78] drm/mediatek: fix mtk_hdmi_setup_vendor_specific_infoframe mistake Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 21/78] drm/vc4: Fix OOPSes from trying to cache a partially constructed BO Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 23/78] serial: 8250_lpss: Unconditionally set PCI master for Quark Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 24/78] serial: sh-sci: Fix (AUTO)RTS in sci_init_pins() Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 25/78] serial: sh-sci: Fix late enablement of AUTORTS Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 26/78] x86/mm/32: Set the __vmalloc_start_set flag in initmem_init() Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 27/78] mfd: omap-usb-tll: Fix inverted bit use for USB TLL mode Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 28/78] mfd: axp20x: Add support for dts property "xpowers,master-mode" Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 29/78] dt-bindings: mfd: axp20x: Add "xpowers,master-mode" property for AXP806 PMICs Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 30/78] mfd: cpcap: Fix interrupt to use level interrupt Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 31/78] mfd: cpcap: Use ack_invert interrupts Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 32/78] mfd: cpcap: Fix bad use of IRQ sense register Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 33/78] phy: rcar-gen3-usb2: fix implementation for runtime PM Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 34/78] mtd: physmap_of: really fix the physmap add-ons Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 35/78] powerpc/mm: Add physical address to Linux page table dump Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 36/78] staging: rtl8188eu: prevent an underflow in rtw_check_beacon_data() Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 37/78] staging: bcm2835-camera: fix error handling in init Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 38/78] staging: iio: tsl2x7x_core: Fix standard deviation calculation Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 39/78] iio: imu: st_lsm6dsx: do not apply ODR configuration in write_raw handler Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 40/78] iio: proximity: as3935: recalibrate RCO after resume Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 41/78] iio: adc: ti_am335x_adc: allocating too much in probe Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 42/78] ALSA: hda: Add Geminilake id to SKL_PLUS Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 43/78] ALSA: usb-audio: fix Amanero Combo384 quirk on big-endian hosts Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 44/78] usb: gadget: udc: renesas_usb3: fix pm_runtime functions calling Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 45/78] usb: gadget: udc: renesas_usb3: fix deadlock by spinlock Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 46/78] usb: gadget: udc: renesas_usb3: lock for PN_ registers access Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 47/78] USB: hub: fix SS max number of ports Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 48/78] usb: core: fix potential memory leak in error path during hcd creation Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 49/78] USB: usbip: fix nonconforming hub descriptor Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 50/78] usb: dwc3: gadget: Fix ISO transfer performance Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 51/78] [media] pvrusb2: reduce stack usage pvr2_eeprom_analyze() Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 52/78] USB: gadget: dummy_hcd: fix hub-descriptor removable fields Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 53/78] usb: r8a66597-hcd: select a different endpoint on timeout Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 54/78] usb: r8a66597-hcd: decrease timeout Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 55/78] [media] coda: restore original firmware locations Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 56/78] drivers/misc/c2port/c2port-duramar2150.c: checking for NULL instead of IS_ERR() Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 57/78] usb: xhci: Fix USB 3.1 supported protocol parsing Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 58/78] usb: xhci: ASMedia ASM1042A chipset need shorts TX quirk Greg Kroah-Hartman
2017-06-19 15:15 ` [PATCH 4.11 59/78] USB: gadget: fix GPF in gadgetfs Greg Kroah-Hartman
2017-06-19 15:16 ` [PATCH 4.11 60/78] USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacks Greg Kroah-Hartman
2017-06-19 15:16 ` [PATCH 4.11 61/78] mm/memory-failure.c: use compound_head() flags for huge pages Greg Kroah-Hartman
2017-06-19 15:16 ` [PATCH 4.11 62/78] swap: cond_resched in swap_cgroup_prepare() Greg Kroah-Hartman
2017-06-19 15:16 ` [PATCH 4.11 63/78] mm: numa: avoid waiting on freed migrated pages Greg Kroah-Hartman
2017-06-19 15:16 ` [PATCH 4.11 64/78] userfaultfd: shmem: handle coredumping in handle_userfault() Greg Kroah-Hartman
2017-06-19 15:16 ` [PATCH 4.11 65/78] iio: imu: inv_mpu6050: add accel lpf setting for chip >= MPU6500 Greg Kroah-Hartman
2017-06-19 15:16 ` [PATCH 4.11 66/78] staging: iio: ad7152: Fix deadlock in ad7152_write_raw_samp_freq() Greg Kroah-Hartman
2017-06-19 15:16 ` [PATCH 4.11 67/78] iio: adc: meson-saradc: fix potential crash in meson_sar_adc_clear_fifo Greg Kroah-Hartman
2017-06-19 15:16 ` [PATCH 4.11 68/78] sched/core: Idle_task_exit() shouldnt use switch_mm_irqs_off() Greg Kroah-Hartman
2017-06-19 15:16 ` [PATCH 4.11 69/78] genirq: Release resources in __setup_irq() error path Greg Kroah-Hartman
2017-06-19 15:16 ` [PATCH 4.11 70/78] alarmtimer: Prevent overflow of relative timers Greg Kroah-Hartman
2017-06-19 15:16 ` [PATCH 4.11 71/78] alarmtimer: Rate limit periodic intervals Greg Kroah-Hartman
2017-06-19 15:16 ` [PATCH 4.11 72/78] virtio_balloon: disable VIOMMU support Greg Kroah-Hartman
2017-06-19 15:16 ` [PATCH 4.11 73/78] MIPS: Fix bnezc/jialc return address calculation Greg Kroah-Hartman
2017-06-19 15:16 ` [PATCH 4.11 74/78] MIPS: .its targets depend on vmlinux Greg Kroah-Hartman
2017-06-19 15:16 ` [PATCH 4.11 75/78] crypto: Work around deallocated stack frame reference gcc bug on sparc Greg Kroah-Hartman
2017-06-19 15:16 ` [PATCH 4.11 76/78] ARM: dts: am335x-sl50: Fix card detect pin for mmc1 Greg Kroah-Hartman
2017-06-19 15:16 ` [PATCH 4.11 77/78] ARM: dts: am335x-sl50: Fix cannot claim requested pins for spi0 Greg Kroah-Hartman
2017-06-19 15:16 ` [PATCH 4.11 78/78] mm: larger stack guard gap, between vmas Greg Kroah-Hartman
2017-06-19 22:48 ` [PATCH 4.11 00/78] 4.11.7-stable review Guenter Roeck
2017-06-20  0:54   ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).