From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Linux 4.8.11
Date: Sat, 26 Nov 2016 17:12:35 +0100 [thread overview]
Message-ID: <20161126161235.GA6928@kroah.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 10290 bytes --]
I'm announcing the release of the 4.8.11 kernel.
All users of the 4.8 kernel series must upgrade.
The updated 4.8.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.8.y
and can be browsed at the normal kernel.org git web browser:
http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary
thanks,
greg k-h
------------
Makefile | 8 -
arch/arm/boot/dts/imx53-qsb.dts | 14 +-
arch/arm64/include/asm/perf_event.h | 10 +
arch/arm64/kernel/perf_event.c | 10 -
arch/arm64/kvm/sys_regs.c | 10 +
arch/powerpc/kernel/setup_64.c | 20 ++-
arch/x86/kernel/cpu/amd.c | 6 -
arch/x86/kvm/x86.c | 16 ++
arch/x86/purgatory/Makefile | 1
drivers/base/power/main.c | 8 -
drivers/clk/imx/clk-pllv3.c | 8 +
drivers/clk/mmp/clk-of-mmp2.c | 2
drivers/clk/mmp/clk-of-pxa168.c | 2
drivers/clk/mmp/clk-of-pxa910.c | 4
drivers/crypto/caam/caamalg.c | 9 +
drivers/gpio/gpio-pca953x.c | 3
drivers/gpio/gpiolib.c | 7 -
drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1
drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c | 2
drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c | 20 +++
drivers/gpu/drm/i915/intel_bios.c | 30 +++--
drivers/gpu/drm/i915/intel_dp.c | 10 -
drivers/gpu/drm/i915/intel_vbt_defs.h | 3
drivers/i2c/Kconfig | 1
drivers/i2c/muxes/Kconfig | 1
drivers/i2c/muxes/i2c-mux-pca954x.c | 4
drivers/infiniband/core/cm.c | 126 +++++++++++++++++++---
drivers/infiniband/core/umem.c | 2
drivers/infiniband/core/uverbs_main.c | 7 -
drivers/infiniband/hw/hfi1/rc.c | 2
drivers/infiniband/hw/hfi1/user_sdma.c | 2
drivers/infiniband/hw/mlx4/ah.c | 5
drivers/infiniband/hw/mlx4/cq.c | 5
drivers/infiniband/hw/mlx5/cq.c | 3
drivers/infiniband/hw/mlx5/main.c | 11 +
drivers/infiniband/hw/mlx5/qp.c | 12 +-
drivers/infiniband/sw/rdmavt/dma.c | 3
drivers/infiniband/sw/rxe/rxe_net.c | 8 -
drivers/infiniband/sw/rxe/rxe_qp.c | 2
drivers/infiniband/sw/rxe/rxe_queue.c | 9 +
drivers/infiniband/sw/rxe/rxe_queue.h | 2
drivers/infiniband/sw/rxe/rxe_req.c | 21 ++-
drivers/mfd/intel-lpss.c | 3
drivers/mfd/mfd-core.c | 2
drivers/mfd/stmpe.c | 2
drivers/net/virtio_net.c | 30 +++--
drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 44 +++++--
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 3
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | 1
drivers/net/wireless/intel/iwlwifi/mvm/ops.c | 1
drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c | 3
drivers/net/wireless/intel/iwlwifi/mvm/scan.c | 33 ++++-
drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 79 ++++++++-----
drivers/net/wireless/intel/iwlwifi/pcie/tx.c | 8 +
drivers/rtc/rtc-omap.c | 6 -
drivers/uwb/lc-rc.c | 16 ++
drivers/uwb/pal.c | 2
fs/ext4/ext4.h | 1
fs/ext4/super.c | 17 ++
fs/fuse/file.c | 6 +
include/linux/sunrpc/svc_xprt.h | 1
kernel/irq/manage.c | 4
kernel/power/suspend_test.c | 4
kernel/trace/Makefile | 4
kernel/trace/ftrace.c | 24 ++++
mm/Makefile | 3
net/can/bcm.c | 32 ++++-
net/netfilter/nft_dynset.c | 6 -
net/sunrpc/svc_xprt.c | 11 -
net/sunrpc/svcsock.c | 21 +++
net/sunrpc/xprtrdma/svc_rdma_transport.c | 6 +
scripts/gcc-x86_64-has-stack-protector.sh | 2
sound/pci/hda/patch_realtek.c | 2
sound/pci/hda/thinkpad_helper.c | 3
sound/usb/card.c | 3
tools/perf/util/hist.c | 12 +-
virt/kvm/arm/pmu.c | 8 -
77 files changed, 595 insertions(+), 238 deletions(-)
Alex Hemme (1):
i2c: i2c-mux-pca954x: fix deselect enabling for device-tree
Alexei Starovoitov (1):
ftrace: Ignore FTRACE_FL_DISABLED while walking dyn_ftrace records
Anders K. Pedersen (1):
netfilter: nft_dynset: fix element timeout for HZ != 1000
Azhar Shaikh (1):
mfd: intel-lpss: Do not put device in reset state on suspend
Benjamin Herrenschmidt (1):
powerpc/64: Fix setting of AIL in hypervisor mode
Borislav Petkov (1):
kbuild: Steal gcc's pie from the very beginning
Brian Norris (1):
PM / sleep: don't suspend parent when async child suspend_{noirq, late} fails
Daniel Jurgens (2):
IB/mlx4: Check gid_index return value
IB/mlx5: Use cache line size to select CQE stride
Dennis Dalessandro (2):
IB/rdmavt: rdmavt can handle non aligned page maps
IB/hfi1: Remove incorrect IS_ERR check
Eli Cohen (2):
IB/mlx5: Fix fatal error dispatching
IB/mlx5: Fix NULL pointer dereference on debug print
Emil Lundmark (1):
clk: imx: fix integer overflow in AV PLL round rate
Fabio Estevam (1):
ARM: dts: imx53-qsb: Fix regulator constraints
Greg Kroah-Hartman (1):
Linux 4.8.11
Hui Wang (1):
ALSA: hda - add a new condition to check if it is thinkpad
Ignacio Alvarado (1):
KVM: Disable irq while unregistering user notifier
Ira Weiny (1):
IB/hfi1: Fix rnr_timer addition
Johan Hovold (3):
mfd: core: Fix device reference leak in mfd_clone_cell
uwb: fix device reference leaks
PM / sleep: fix device reference leak in test_suspend
Johannes Berg (1):
iwlwifi: pcie: mark command queue lock with separate lockdep class
Linus Torvalds (1):
Disable the __builtin_return_address() warning globally after all
Linus Walleij (3):
mfd: stmpe: Fix RESET regression on STMPE2401
gpio: do not double-check direction on sleeping chips
i2c: mux: fix up dependencies
Lokesh Vutla (1):
rtc: omap: Fix selecting external osc
Luca Coelho (3):
iwlwifi: pcie: fix SPLC structure parsing
iwlwifi: mvm: fix netdetect starting/stopping for unified images
iwlwifi: mvm: fix d3_test with unified D0/D3 images
Majd Dibbiny (1):
IB/mlx5: Fix memory leak in query device
Maor Gottlieb (1):
IB/mlx5: Validate requested RQT size
Mario Kleiner (1):
drm/amdgpu: Attach exclusive fence to prime exported bo's. (v5)
Mark Bloch (2):
IB/core: Avoid unsigned int overflow in sg_alloc_table
IB/cm: Mark stale CM id's whenever the mad agent was unregistered
Matan Barak (1):
IB/mlx4: Fix create CQ error flow
Michael S. Tsirkin (1):
virtio-net: drop legacy features in virtio 1 mode
Miklos Szeredi (1):
fuse: fix fuse_write_end() if zero bytes were copied
Namhyung Kim (1):
perf hists: Fix column length on --hierarchy
Oliver Hartkopp (1):
can: bcm: fix warning in bcm_connect/proc_register
Paolo Bonzini (1):
KVM: x86: fix missed SRCU usage in kvm_lapic_set_vapic_addr
Phil Reid (2):
gpio: pca953x: Move memcpy into mutex lock for set multiple
gpio: pca953x: Fix corruption of other gpios in set_multiple.
Sara Sharon (1):
iwlwifi: mvm: wake the wait queue when the RX sync counter is zero
Scott Mayhew (1):
sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transports
Sebastian Andrzej Siewior (3):
kbuild: add -fno-PIE
scripts/has-stack-protector: add -fno-PIE
x86/kexec: add -fno-PIE
Steven Rostedt (Red Hat) (1):
ftrace: Add more checks for FTRACE_FL_DISABLED in processing ip records
Sven Ebenfeld (1):
crypto: caam - do not register AES-XTS mode on LP units
Takashi Iwai (2):
ALSA: usb-audio: Fix use-after-free of usb_device at disconnect
ALSA: hda - Fix mic regression by ASRock mobo fixup
Tariq Toukan (1):
IB/uverbs: Fix leak of XRC target QPs
Theodore Ts'o (1):
ext4: sanity check the block and cluster size at mount time
Thomas Gleixner (1):
genirq: Use irq type from irqdata instead of irqdesc
Ville Syrjälä (2):
drm/i915: Refresh that status of MST capable connectors in ->detect()
drm/i915: Assume non-DP++ port if dvo_port is HDMI and there's no AUX ch specified in the VBT
Wei Huang (2):
arm64: KVM: pmu: Fix AArch32 cycle counter access
KVM: arm64: Fix the issues when guest PMCCFILTR is configured
Wei Yongjun (3):
clk: mmp: pxa910: fix return value check in pxa910_clk_init()
clk: mmp: pxa168: fix return value check in pxa168_clk_init()
clk: mmp: mmp2: fix return value check in mmp2_clk_init()
Yazen Ghannam (1):
x86/cpu/AMD: Fix cpu_llc_id for AMD Fam17h systems
Yonatan Cohen (4):
IB/rxe: Update qp state for user query
IB/rxe: Fix kernel panic in UDP tunnel with GRO and RX checksum
IB/rxe: Fix handling of erroneous WR
IB/rxe: Clear queue buffer when modifying QP to reset
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]
next reply other threads:[~2016-11-26 16:13 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-26 16:12 Greg KH [this message]
2016-11-26 16:12 ` Linux 4.8.11 Greg KH
2016-11-26 23:35 ` Adam Borowski
2016-11-27 9:14 ` Borislav Petkov
2016-11-27 11:06 ` Sven Joachim
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=20161126161235.GA6928@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=jslaby@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=lwn@lwn.net \
--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.