From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
torvalds@linux-foundation.org, akpm@linux-foundation.org,
linux@roeck-us.net, shuah.kh@samsung.com, patches@kernelci.org,
ben.hutchings@codethink.co.uk, stable@vger.kernel.org
Subject: [PATCH 4.8 00/96] 4.8.17-stable review
Date: Fri, 6 Jan 2017 22:42:48 +0100 [thread overview]
Message-ID: <20170106214227.601120243@linuxfoundation.org> (raw)
------------------------------------
NOTE: This is the LAST 4.8-stable kernel to be released. After this, it
should be end-of-life. Please move to the 4.9-stable tree at this point
in time.
------------------------------------
This is the start of the stable review cycle for the 4.8.17 release.
There are 96 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 Sun Jan 8 21:42:10 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.8.17-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.8.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 4.8.17-rc1
Paulo Zanoni <paulo.r.zanoni@intel.com>
drm/i915: skip the first 4k of stolen memory on everything >= gen8
Ville Syrjälä <ville.syrjala@linux.intel.com>
drm/i915: Initialize dev_priv->atomic_cdclk_freq at init time
Ville Syrjälä <ville.syrjala@linux.intel.com>
drm/i915: Fix cdclk vs. dev_cdclk mess when not recomputing things
Hans de Goede <hdegoede@redhat.com>
drm/i915/dsi: Do not clear DPOUNIT_CLOCK_GATE_DISABLE from vlv_init_display_clock_gating
Hans de Goede <hdegoede@redhat.com>
drm/i915/dsi: Fix chv_exec_gpio disabling the GPIOs it is setting
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
net: mvpp2: fix dma unmapping of TX buffers for fragments
Al Viro <viro@zeniv.linux.org.uk>
sg_write()/bsg_write() is not fit to be called under KERNEL_DS
Ben Hutchings <ben.hutchings@codethink.co.uk>
kconfig/nconf: Fix hang when editing symbol with a long prompt
Andy Grover <agrover@redhat.com>
target/user: Fix use-after-free of tcmu_cmds if they are expired
Dan Williams <dan.j.williams@intel.com>
libnvdimm, pfn: fix align attribute
Geoff Levand <geoff@infradead.org>
powerpc/ps3: Fix system hang with GCC 5 builds
Nicholas Piggin <npiggin@gmail.com>
powerpc/64e: Convert cmpi to cmpwi in head_64.S
NeilBrown <neilb@suse.com>
SUNRPC: fix refcounting problems with auth_gss messages.
Trond Myklebust <trond.myklebust@primarydata.com>
pNFS: Fix a deadlock between read resends and layoutreturn
Trond Myklebust <trond.myklebust@primarydata.com>
pNFS: Clear NFS_LAYOUT_RETURN_REQUESTED when invalidating the layout stateid
Trond Myklebust <trond.myklebust@primarydata.com>
pNFS: Don't clear the layout stateid if a layout return is outstanding
Trond Myklebust <trond.myklebust@primarydata.com>
pNFS: On error, do not send LAYOUTGET until the LAYOUTRETURN has completed
Al Viro <viro@zeniv.linux.org.uk>
nfs_write_end(): fix handling of short copies
Ilya Dryomov <idryomov@gmail.com>
libceph: verify authorize reply on connect
Alan Stern <stern@rowland.harvard.edu>
PCI: Check for PME in targeted sleep state
Shiraz Saleem <shiraz.saleem@intel.com>
i40iw: Use correct src address in memcpy to rdma stats counters
Jingkui Wang <jkwang@google.com>
Input: drv260x - fix input device's parent assignment
Laurent Pinchart <laurent.pinchart@ideasonboard.com>
v4l: tvp5150: Add missing break in set control handler
Andrey Utkin <andrey.utkin@corp.bluecherry.net>
media: solo6x10: fix lockup by avoiding delayed register write
Marek Szyprowski <m.szyprowski@samsung.com>
s5p-mfc: fix failure path of s5p_mfc_alloc_memdev()
Antti Palosaari <crope@iki.fi>
mn88473: fix chip id check on probe
Antti Palosaari <crope@iki.fi>
mn88472: fix chip id check on probe
Bart Van Assche <bart.vanassche@sandisk.com>
IB/cma: Fix a race condition in iboe_addr_get_sgid()
Bart Van Assche <bart.vanassche@sandisk.com>
IB/rxe: Fix a memory leak in rxe_qp_cleanup()
Bart Van Assche <bart.vanassche@sandisk.com>
IB/multicast: Check ib_find_pkey() return value
Bart Van Assche <bart.vanassche@sandisk.com>
IPoIB: Avoid reading an uninitialized member variable
Bart Van Assche <bart.vanassche@sandisk.com>
IB/mad: Fix an array index check
Steven Rostedt (Red Hat) <rostedt@goodmis.org>
fgraph: Handle a case where a tracer ignores set_graph_notrace
Marcos Paulo de Souza <marcos.souza.org@gmail.com>
platform/x86: asus-nb-wmi.c: Add X45U quirk
Steven Rostedt (Red Hat) <rostedt@goodmis.org>
ftrace/x86_32: Set ftrace_stub to weak to prevent gcc from using short jumps to it
Michael S. Tsirkin <mst@redhat.com>
vsock/virtio: fix src/dst cid format
Jan Kara <jack@suse.cz>
fsnotify: Fix possible use-after-free in inode iteration on umount
Jim Mattson <jmattson@google.com>
kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF)
Paul Mackerras <paulus@ozlabs.org>
KVM: PPC: Book3S HV: Don't lose hardware R/C bit updates in H_PROTECT
Paul Mackerras <paulus@ozlabs.org>
KVM: PPC: Book3S HV: Save/restore XER in checkpointed register state
Kevin Barnett <kevin.barnett@microsemi.com>
scsi: aacraid: remove wildcard for series 9 controllers
Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
md/raid5: limit request size according to implementation limits
Josh Cartwright <joshc@ni.com>
sc16is7xx: Drop bogus use of IRQF_ONESHOT
Marc Zyngier <marc.zyngier@arm.com>
arm64: KVM: pmu: Reset PMSELR_EL0.SEL to a sane value before entering the guest
Heiko Carstens <heiko.carstens@de.ibm.com>
s390/kexec: use node 0 when re-adding crash kernel memory
Gerald Schaefer <gerald.schaefer@de.ibm.com>
s390/vmlogrdr: fix IUCV buffer allocation
Yves-Alexis Perez <corsac@corsac.net>
firmware: fix usermode helper fallback loading
Vineet Gupta <vgupta@synopsys.com>
ARC: mm: arc700: Don't assume 2 colours for aliasing VIPT dcache
Wei Fang <fangwei1@huawei.com>
scsi: avoid a permanent stop of the scsi device's request queue
Steffen Maier <maier@linux.vnet.ibm.com>
scsi: zfcp: fix rport unblock race with LUN recovery
Steffen Maier <maier@linux.vnet.ibm.com>
scsi: zfcp: do not trace pure benign residual HBA responses at default level
Benjamin Block <bblock@linux.vnet.ibm.com>
scsi: zfcp: fix use-after-"free" in FC ingress path after TMF
Varun Prakash <varun@chelsio.com>
iscsi-target: Return error if unable to add network portal
Kashyap Desai <kashyap.desai@broadcom.com>
scsi: megaraid_sas: Do not set MPI2_TYPE_CUDA for JBOD FP path for FW which does not support JBOD sequence map
Kashyap Desai <kashyap.desai@broadcom.com>
scsi: megaraid_sas: For SRIOV enabled firmware, ensure VF driver waits for 30secs before reset
Johan Hovold <johan@kernel.org>
stm class: Fix device leak in open error path
Maciej S. Szmigiero <mail@maciej.szmigiero.name>
vt: fix Scroll Lock LED trigger name
Rabin Vincent <rabinv@axis.com>
block: protect iterate_bdevs() against concurrent close
Tomas Winkler <tomas.winkler@intel.com>
mei: me: add lewisburg device ids
Alexander Usyskin <alexander.usyskin@intel.com>
mei: request async autosuspend at the end of enumeration
Russell Currey <ruscur@russell.cc>
drivers/gpu/drm/ast: Fix infinite loop if read fails
Rex Zhu <Rex.Zhu@amd.com>
drm/amdgpu: fix init save/restore list in gfx_v8.0
Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
drm/gma500: Add compat ioctl
Alex Deucher <alexander.deucher@amd.com>
drm/radeon/si: load the proper firmware on 0x87 oland boards
Alex Deucher <alexander.deucher@amd.com>
drm/radeon: add additional pci revision to dpm workaround
Michel Dänzer <michel.daenzer@amd.com>
drm/radeon: Hide the HW cursor while it's out of bounds
Michel Dänzer <michel.daenzer@amd.com>
drm/radeon: Also call cursor_move_locked when the cursor size changes
Ben Skeggs <bskeggs@redhat.com>
drm/nouveau/fifo/gf100-: protect channel preempt with subdev mutex
Ben Skeggs <bskeggs@redhat.com>
drm/nouveau/i2c/gk110b,gm10x: use the correct implementation
Ben Skeggs <bskeggs@redhat.com>
drm/nouveau/ttm: wait for bo fence to signal before unmapping vmas
Ben Skeggs <bskeggs@redhat.com>
drm/nouveau/ltc: protect clearing of comptags with mutex
Ben Skeggs <bskeggs@redhat.com>
drm/nouveau/bios: require checksum to match for fast acpi shadow method
Ben Skeggs <bskeggs@redhat.com>
drm/nouveau/kms: lvds panel strap moved again on maxwell
Alexandre Courbot <acourbot@nvidia.com>
drm/nouveau/gr: fallback to legacy paths during firmware lookup
Arindam Nath <arindam.nath@amd.com>
drm/amd/amdgpu: enable GUI idle INT after enabling CGCG
Hans de Goede <hdegoede@redhat.com>
ACPI / video: Add force_native quirk for HP Pavilion dv6
Hans de Goede <hdegoede@redhat.com>
ACPI / video: Add force_native quirk for Dell XPS 17 L702X
Ian Abbott <abbotti@mev.co.uk>
staging: comedi: ni_mio_common: fix E series ni_ai_insn_read() data
Ian Abbott <abbotti@mev.co.uk>
staging: comedi: ni_mio_common: fix M Series ni_ai_insn_read() data mask
Vitaly Kuznetsov <vkuznets@redhat.com>
hv: acquire vmbus_connection.channel_mutex in vmbus_free_channels()
Dmitry Shachnev <mitya57@debian.org>
docs: sphinx-extensions: make rstFlatTable work with docutils 0.13
Krzysztof Kozlowski <krzk@kernel.org>
thermal: hwmon: Properly report critical temperature in sysfs
Boris Brezillon <boris.brezillon@free-electrons.com>
clk: bcm2835: Avoid overwriting the div info when disabling a pll_div clk
Alexandre Courbot <acourbot@nvidia.com>
arm64: tegra: Add VDD_GPU regulator to Jetson TX1
Lars-Peter Clausen <lars@metafoo.de>
gpio: chardev: Return error for seek operations
Thomas Gleixner <tglx@linutronix.de>
timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversion
Linus Walleij <linus.walleij@linaro.org>
regulator: stw481x-vmmc: fix ages old enable error
Adrian Hunter <adrian.hunter@intel.com>
mmc: sdhci: Fix recovery from tuning timeout
Vittorio Gambaletta (VittGam) <linux-wireless@vittgam.net>
ath9k: Really fix LED polarity for some Mini PCI AR9220 MB92 cards.
Matthias Schiffer <mschiffer@universe-factory.net>
ath9k: fix ath9k_hw_gpio_get() to return 0 or 1 on success
Johannes Berg <johannes.berg@intel.com>
cfg80211/mac80211: fix BSS leaks when abandoning assoc attempts
Jes Sorensen <Jes.Sorensen@redhat.com>
rtl8xxxu: Work around issue with 8192eu and 8723bu devices not reconnecting
Thomas Gleixner <tglx@linutronix.de>
perf/x86/intel/cstate: Prevent hotplug callback leak
Andi Kleen <ak@linux.intel.com>
perf/x86: Fix exclusion of BTS and LBR for Goldmont
Larry Finger <Larry.Finger@lwfinger.net>
rtlwifi: Fix enter/exit power_save
Larry Finger <Larry.Finger@lwfinger.net>
ssb: Fix error routine when fallback SPROM fails
-------------
Diffstat:
Documentation/sphinx/rstFlatTable.py | 5 ++
Documentation/virtual/kvm/api.txt | 1 +
Makefile | 4 +-
arch/arc/include/asm/cacheflush.h | 6 +-
arch/arc/mm/cache.c | 13 ++--
arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi | 18 ++++++
arch/arm64/kvm/hyp/switch.c | 8 ++-
arch/powerpc/boot/ps3-head.S | 5 --
arch/powerpc/boot/ps3.c | 8 +--
arch/powerpc/include/asm/kvm_host.h | 1 +
arch/powerpc/include/uapi/asm/kvm.h | 1 +
arch/powerpc/kernel/asm-offsets.c | 1 +
arch/powerpc/kernel/head_64.S | 8 +--
arch/powerpc/kvm/book3s_hv.c | 6 ++
arch/powerpc/kvm/book3s_hv_rm_mmu.c | 2 +
arch/powerpc/kvm/book3s_hv_rmhandlers.S | 4 ++
arch/s390/kernel/setup.c | 2 +-
arch/x86/entry/entry_32.S | 4 +-
arch/x86/events/core.c | 8 ++-
arch/x86/events/intel/cstate.c | 14 ++---
arch/x86/events/perf_event.h | 2 +-
arch/x86/kvm/vmx.c | 11 ++--
block/bsg.c | 3 +
drivers/acpi/video_detect.c | 20 +++++++
drivers/base/firmware_class.c | 7 ++-
drivers/clk/bcm/clk-bcm2835.c | 4 +-
drivers/gpio/gpiolib.c | 5 +-
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 26 ++++----
drivers/gpu/drm/ast/ast_main.c | 7 ++-
drivers/gpu/drm/gma500/psb_drv.c | 3 +
drivers/gpu/drm/i915/i915_gem_stolen.c | 5 +-
drivers/gpu/drm/i915/intel_display.c | 9 ++-
drivers/gpu/drm/i915/intel_dsi_panel_vbt.c | 3 +-
drivers/gpu/drm/i915/intel_runtime_pm.c | 13 +++-
drivers/gpu/drm/nouveau/nouveau_bios.c | 3 +
drivers/gpu/drm/nouveau/nouveau_bo.c | 1 +
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c | 6 +-
.../gpu/drm/nouveau/nvkm/engine/fifo/gpfifogf100.c | 9 ++-
.../gpu/drm/nouveau/nvkm/engine/fifo/gpfifogk104.c | 8 ++-
drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c | 50 ++++++++++++++--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/priv.h | 1 +
drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 7 ++-
.../gpu/drm/nouveau/nvkm/subdev/bios/shadowacpi.c | 1 +
drivers/gpu/drm/nouveau/nvkm/subdev/ltc/base.c | 2 +
drivers/gpu/drm/radeon/radeon_cursor.c | 69 +++++++++++++++-------
drivers/gpu/drm/radeon/radeon_mode.h | 1 +
drivers/gpu/drm/radeon/si.c | 1 +
drivers/gpu/drm/radeon/si_dpm.c | 1 +
drivers/hv/channel_mgmt.c | 2 +
drivers/hwtracing/stm/core.c | 8 ++-
drivers/infiniband/core/mad.c | 2 +-
drivers/infiniband/core/multicast.c | 7 ++-
drivers/infiniband/hw/i40iw/i40iw_verbs.c | 2 +-
drivers/infiniband/sw/rxe/rxe_qp.c | 1 +
drivers/infiniband/ulp/ipoib/ipoib_multicast.c | 7 ++-
drivers/input/misc/drv260x.c | 1 -
drivers/md/raid5.c | 9 +++
drivers/media/dvb-frontends/mn88472.c | 24 ++++----
drivers/media/dvb-frontends/mn88473.c | 24 ++++----
drivers/media/i2c/tvp5150.c | 1 +
drivers/media/pci/solo6x10/solo6x10.h | 3 +
drivers/media/platform/s5p-mfc/s5p_mfc.c | 1 +
drivers/misc/mei/client.c | 2 +-
drivers/misc/mei/hw-me-regs.h | 2 +
drivers/misc/mei/pci-me.c | 1 +
drivers/mmc/host/sdhci.c | 20 +++++++
drivers/net/ethernet/marvell/mvpp2.c | 59 +++++++++---------
drivers/net/wireless/ath/ath9k/hw.c | 2 +-
drivers/net/wireless/ath/ath9k/pci.c | 7 ++-
.../net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c | 8 +++
drivers/net/wireless/realtek/rtlwifi/base.c | 8 +--
drivers/net/wireless/realtek/rtlwifi/core.c | 9 +--
drivers/net/wireless/realtek/rtlwifi/pci.c | 14 ++---
drivers/net/wireless/realtek/rtlwifi/ps.c | 36 ++++++++---
drivers/nvdimm/pfn_devs.c | 2 +-
drivers/pci/pci.c | 4 ++
drivers/platform/x86/asus-nb-wmi.c | 9 +++
drivers/regulator/stw481x-vmmc.c | 3 +-
drivers/s390/char/vmlogrdr.c | 2 +-
drivers/s390/scsi/zfcp_dbf.c | 17 +++++-
drivers/s390/scsi/zfcp_dbf.h | 41 ++++++++++++-
drivers/s390/scsi/zfcp_erp.c | 61 ++++++++++++++++++-
drivers/s390/scsi/zfcp_ext.h | 4 +-
drivers/s390/scsi/zfcp_fsf.h | 3 +-
drivers/s390/scsi/zfcp_reqlist.h | 30 +++++++++-
drivers/s390/scsi/zfcp_scsi.c | 61 +++++++++++++++++--
drivers/scsi/aacraid/linit.c | 2 -
drivers/scsi/megaraid/megaraid_sas_fusion.c | 9 +--
drivers/scsi/scsi_sysfs.c | 4 --
drivers/scsi/sg.c | 3 +
drivers/ssb/pci.c | 1 +
drivers/staging/comedi/drivers/ni_mio_common.c | 7 +--
drivers/target/iscsi/iscsi_target_configfs.c | 4 +-
drivers/target/target_core_user.c | 2 -
drivers/thermal/thermal_hwmon.c | 2 +-
drivers/tty/serial/sc16is7xx.c | 2 +-
drivers/tty/vt/keyboard.c | 2 +-
fs/block_dev.c | 7 ++-
fs/nfs/file.c | 2 +-
fs/nfs/flexfilelayout/flexfilelayout.c | 4 ++
fs/nfs/pnfs.c | 31 ++++++----
fs/nfs/pnfs.h | 1 +
fs/notify/inode_mark.c | 45 +++-----------
include/net/cfg80211.h | 11 ++++
include/rdma/ib_addr.h | 6 +-
kernel/time/timekeeping.c | 4 +-
kernel/trace/trace_functions_graph.c | 17 +++++-
net/ceph/messenger.c | 13 ++++
net/mac80211/mlme.c | 21 ++++---
net/sunrpc/auth_gss/auth_gss.c | 7 ++-
net/vmw_vsock/virtio_transport_common.c | 14 ++---
net/wireless/core.h | 1 +
net/wireless/mlme.c | 12 ++++
net/wireless/sme.c | 14 +++++
scripts/kconfig/nconf.gui.c | 15 +++--
115 files changed, 841 insertions(+), 316 deletions(-)
next reply other threads:[~2017-01-06 23:03 UTC|newest]
Thread overview: 100+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20170106215010epcas3p298f6cd3d6c81baf1e1e724741444d929@epcas3p2.samsung.com>
2017-01-06 21:42 ` Greg Kroah-Hartman [this message]
2017-01-06 21:42 ` [PATCH 4.8 01/96] ssb: Fix error routine when fallback SPROM fails Greg Kroah-Hartman
2017-01-06 21:42 ` [PATCH 4.8 02/96] rtlwifi: Fix enter/exit power_save Greg Kroah-Hartman
2017-01-06 21:42 ` [PATCH 4.8 03/96] perf/x86: Fix exclusion of BTS and LBR for Goldmont Greg Kroah-Hartman
2017-01-06 21:42 ` [PATCH 4.8 04/96] perf/x86/intel/cstate: Prevent hotplug callback leak Greg Kroah-Hartman
2017-01-06 21:42 ` [PATCH 4.8 05/96] rtl8xxxu: Work around issue with 8192eu and 8723bu devices not reconnecting Greg Kroah-Hartman
2017-01-06 21:42 ` [PATCH 4.8 06/96] cfg80211/mac80211: fix BSS leaks when abandoning assoc attempts Greg Kroah-Hartman
2017-01-06 21:42 ` [PATCH 4.8 07/96] ath9k: fix ath9k_hw_gpio_get() to return 0 or 1 on success Greg Kroah-Hartman
2017-01-06 21:42 ` [PATCH 4.8 08/96] ath9k: Really fix LED polarity for some Mini PCI AR9220 MB92 cards Greg Kroah-Hartman
2017-01-06 21:42 ` [PATCH 4.8 09/96] mmc: sdhci: Fix recovery from tuning timeout Greg Kroah-Hartman
2017-01-06 21:42 ` [PATCH 4.8 10/96] regulator: stw481x-vmmc: fix ages old enable error Greg Kroah-Hartman
2017-01-06 21:42 ` [PATCH 4.8 11/96] timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversion Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 12/96] gpio: chardev: Return error for seek operations Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 13/96] arm64: tegra: Add VDD_GPU regulator to Jetson TX1 Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 14/96] clk: bcm2835: Avoid overwriting the div info when disabling a pll_div clk Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 15/96] thermal: hwmon: Properly report critical temperature in sysfs Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 16/96] docs: sphinx-extensions: make rstFlatTable work with docutils 0.13 Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 17/96] hv: acquire vmbus_connection.channel_mutex in vmbus_free_channels() Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 18/96] staging: comedi: ni_mio_common: fix M Series ni_ai_insn_read() data mask Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 19/96] staging: comedi: ni_mio_common: fix E series ni_ai_insn_read() data Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 20/96] ACPI / video: Add force_native quirk for Dell XPS 17 L702X Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 21/96] ACPI / video: Add force_native quirk for HP Pavilion dv6 Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 22/96] drm/amd/amdgpu: enable GUI idle INT after enabling CGCG Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 23/96] drm/nouveau/gr: fallback to legacy paths during firmware lookup Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 24/96] drm/nouveau/kms: lvds panel strap moved again on maxwell Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 25/96] drm/nouveau/bios: require checksum to match for fast acpi shadow method Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 26/96] drm/nouveau/ltc: protect clearing of comptags with mutex Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 27/96] drm/nouveau/ttm: wait for bo fence to signal before unmapping vmas Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 28/96] drm/nouveau/i2c/gk110b,gm10x: use the correct implementation Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 29/96] drm/nouveau/fifo/gf100-: protect channel preempt with subdev mutex Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 32/96] drm/radeon: add additional pci revision to dpm workaround Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 33/96] drm/radeon/si: load the proper firmware on 0x87 oland boards Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 34/96] drm/gma500: Add compat ioctl Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 35/96] drm/amdgpu: fix init save/restore list in gfx_v8.0 Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 36/96] drivers/gpu/drm/ast: Fix infinite loop if read fails Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 37/96] mei: request async autosuspend at the end of enumeration Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 38/96] mei: me: add lewisburg device ids Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 39/96] block: protect iterate_bdevs() against concurrent close Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 40/96] vt: fix Scroll Lock LED trigger name Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 41/96] stm class: Fix device leak in open error path Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 42/96] scsi: megaraid_sas: For SRIOV enabled firmware, ensure VF driver waits for 30secs before reset Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 43/96] scsi: megaraid_sas: Do not set MPI2_TYPE_CUDA for JBOD FP path for FW which does not support JBOD sequence map Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 44/96] iscsi-target: Return error if unable to add network portal Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 45/96] scsi: zfcp: fix use-after-"free" in FC ingress path after TMF Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 46/96] scsi: zfcp: do not trace pure benign residual HBA responses at default level Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 47/96] scsi: zfcp: fix rport unblock race with LUN recovery Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 48/96] scsi: avoid a permanent stop of the scsi devices request queue Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 49/96] ARC: mm: arc700: Dont assume 2 colours for aliasing VIPT dcache Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 50/96] firmware: fix usermode helper fallback loading Greg Kroah-Hartman
2017-01-06 21:54 ` Yves-Alexis Perez
2017-01-13 10:58 ` Greg Kroah-Hartman
2017-01-13 10:58 ` Greg Kroah-Hartman
2017-03-24 20:01 ` Ben Gamari
2017-03-30 4:06 ` Luis R. Rodriguez
2017-03-30 4:06 ` Luis R. Rodriguez
2017-01-06 21:43 ` [PATCH 4.8 51/96] s390/vmlogrdr: fix IUCV buffer allocation Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 52/96] s390/kexec: use node 0 when re-adding crash kernel memory Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 53/96] arm64: KVM: pmu: Reset PMSELR_EL0.SEL to a sane value before entering the guest Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 54/96] sc16is7xx: Drop bogus use of IRQF_ONESHOT Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 55/96] md/raid5: limit request size according to implementation limits Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 56/96] scsi: aacraid: remove wildcard for series 9 controllers Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 57/96] KVM: PPC: Book3S HV: Save/restore XER in checkpointed register state Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 58/96] KVM: PPC: Book3S HV: Dont lose hardware R/C bit updates in H_PROTECT Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 59/96] kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF) Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 60/96] fsnotify: Fix possible use-after-free in inode iteration on umount Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 61/96] vsock/virtio: fix src/dst cid format Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 62/96] ftrace/x86_32: Set ftrace_stub to weak to prevent gcc from using short jumps to it Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 63/96] platform/x86: asus-nb-wmi.c: Add X45U quirk Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 64/96] fgraph: Handle a case where a tracer ignores set_graph_notrace Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 65/96] IB/mad: Fix an array index check Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 66/96] IPoIB: Avoid reading an uninitialized member variable Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 67/96] IB/multicast: Check ib_find_pkey() return value Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 68/96] IB/rxe: Fix a memory leak in rxe_qp_cleanup() Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 69/96] IB/cma: Fix a race condition in iboe_addr_get_sgid() Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 70/96] [media] mn88472: fix chip id check on probe Greg Kroah-Hartman
2017-01-06 21:43 ` [PATCH 4.8 71/96] [media] mn88473: " Greg Kroah-Hartman
2017-01-06 21:44 ` [PATCH 4.8 72/96] [media] s5p-mfc: fix failure path of s5p_mfc_alloc_memdev() Greg Kroah-Hartman
2017-01-06 21:44 ` [PATCH 4.8 73/96] [media] media: solo6x10: fix lockup by avoiding delayed register write Greg Kroah-Hartman
2017-01-06 21:44 ` [PATCH 4.8 74/96] [media] v4l: tvp5150: Add missing break in set control handler Greg Kroah-Hartman
2017-01-06 21:44 ` [PATCH 4.8 75/96] Input: drv260x - fix input devices parent assignment Greg Kroah-Hartman
2017-01-06 21:44 ` [PATCH 4.8 76/96] i40iw: Use correct src address in memcpy to rdma stats counters Greg Kroah-Hartman
2017-01-06 21:44 ` [PATCH 4.8 77/96] PCI: Check for PME in targeted sleep state Greg Kroah-Hartman
2017-01-06 21:44 ` [PATCH 4.8 78/96] libceph: verify authorize reply on connect Greg Kroah-Hartman
2017-01-06 21:44 ` [PATCH 4.8 79/96] nfs_write_end(): fix handling of short copies Greg Kroah-Hartman
2017-01-06 21:44 ` [PATCH 4.8 80/96] pNFS: On error, do not send LAYOUTGET until the LAYOUTRETURN has completed Greg Kroah-Hartman
2017-01-06 21:44 ` [PATCH 4.8 81/96] pNFS: Dont clear the layout stateid if a layout return is outstanding Greg Kroah-Hartman
2017-01-06 21:44 ` [PATCH 4.8 82/96] pNFS: Clear NFS_LAYOUT_RETURN_REQUESTED when invalidating the layout stateid Greg Kroah-Hartman
2017-01-06 21:44 ` [PATCH 4.8 83/96] pNFS: Fix a deadlock between read resends and layoutreturn Greg Kroah-Hartman
2017-01-06 21:44 ` [PATCH 4.8 84/96] SUNRPC: fix refcounting problems with auth_gss messages Greg Kroah-Hartman
2017-01-06 21:44 ` [PATCH 4.8 85/96] powerpc/64e: Convert cmpi to cmpwi in head_64.S Greg Kroah-Hartman
2017-01-06 21:44 ` Greg Kroah-Hartman
2017-01-06 21:44 ` [PATCH 4.8 86/96] powerpc/ps3: Fix system hang with GCC 5 builds Greg Kroah-Hartman
2017-01-06 21:44 ` [PATCH 4.8 87/96] libnvdimm, pfn: fix align attribute Greg Kroah-Hartman
2017-01-06 21:44 ` [PATCH 4.8 88/96] target/user: Fix use-after-free of tcmu_cmds if they are expired Greg Kroah-Hartman
2017-01-06 21:44 ` [PATCH 4.8 89/96] kconfig/nconf: Fix hang when editing symbol with a long prompt Greg Kroah-Hartman
2017-01-06 21:44 ` [PATCH 4.8 90/96] sg_write()/bsg_write() is not fit to be called under KERNEL_DS Greg Kroah-Hartman
2017-01-06 21:44 ` [PATCH 4.8 91/96] net: mvpp2: fix dma unmapping of TX buffers for fragments Greg Kroah-Hartman
2017-01-06 21:44 ` [PATCH 4.8 96/96] drm/i915: skip the first 4k of stolen memory on everything >= gen8 Greg Kroah-Hartman
2017-01-07 2:04 ` [PATCH 4.8 00/96] 4.8.17-stable review Shuah Khan
2017-01-07 15:53 ` Guenter Roeck
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=20170106214227.601120243@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=ben.hutchings@codethink.co.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=patches@kernelci.org \
--cc=shuah.kh@samsung.com \
--cc=stable@vger.kernel.org \
--cc=torvalds@linux-foundation.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.