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.9.133
Date: Sat, 13 Oct 2018 10:58:18 +0200 [thread overview]
Message-ID: <20181013085818.GA27727@kroah.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 5904 bytes --]
I'm announcing the release of the 4.9.133 kernel.
All users of the 4.9 kernel series must upgrade.
The updated 4.9.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.9.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
------------
Documentation/kernel-parameters.txt | 6 ---
Makefile | 2 -
arch/arc/kernel/process.c | 20 ++++++++++++
arch/powerpc/kernel/fadump.c | 23 +++++++++-----
arch/x86/crypto/crc32c-intel_glue.c | 17 ++--------
arch/x86/entry/vdso/vclock_gettime.c | 26 ++++++++--------
arch/x86/include/asm/cpufeatures.h | 1
arch/x86/include/asm/fixmap.h | 10 ++++++
arch/x86/include/asm/fpu/internal.h | 37 ----------------------
arch/x86/include/asm/fpu/types.h | 34 --------------------
arch/x86/include/asm/pgtable_64.h | 3 +
arch/x86/include/asm/trace/fpu.h | 5 ---
arch/x86/kernel/fpu/core.c | 39 ++----------------------
arch/x86/kernel/fpu/signal.c | 8 +---
arch/x86/kernel/fpu/xstate.c | 9 -----
arch/x86/kernel/head_64.S | 16 +++++++--
arch/x86/kvm/cpuid.c | 4 --
arch/x86/kvm/x86.c | 10 ------
arch/x86/mm/pgtable.c | 9 +++++
arch/x86/mm/pkeys.c | 3 -
arch/x86/xen/mmu.c | 8 +++-
drivers/base/power/main.c | 5 ++-
drivers/infiniband/core/ucma.c | 2 +
drivers/md/dm-cache-metadata.c | 4 +-
drivers/md/dm-cache-target.c | 9 ++++-
drivers/net/wireless/ath/ath10k/debug.c | 12 ++++++-
drivers/net/wireless/ath/ath10k/trace.h | 12 ++-----
drivers/net/wireless/ath/ath10k/wmi-tlv.c | 8 ++--
drivers/net/wireless/ath/ath10k/wmi.c | 2 -
drivers/net/xen-netback/hash.c | 12 ++++---
drivers/of/unittest.c | 28 +++++++++++------
drivers/pci/pci.c | 27 +++++++++++-----
drivers/tty/tty_io.c | 11 ++++--
drivers/usb/host/xhci-mtk.c | 4 +-
drivers/usb/host/xhci-pci.c | 2 +
drivers/usb/serial/usb-serial-simple.c | 3 +
drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c | 5 ++-
fs/ext4/xattr.c | 28 ++++++++++-------
fs/f2fs/checkpoint.c | 9 +++--
fs/ubifs/super.c | 3 +
include/linux/netfilter_bridge/ebtables.h | 5 +++
kernel/cgroup.c | 6 +++
mm/vmstat.c | 3 +
net/bridge/netfilter/ebt_arpreply.c | 3 +
net/mac80211/cfg.c | 2 -
tools/arch/x86/include/asm/cpufeatures.h | 1
46 files changed, 243 insertions(+), 253 deletions(-)
Andy Lutomirski (4):
x86/vdso: Fix asm constraints on vDSO syscall fallbacks
x86/vdso: Fix vDSO syscall fallback asm constraint regression
x86/fpu: Remove use_eager_fpu()
x86/fpu: Finish excising 'eagerfpu'
Carl Huang (1):
ath10k: fix use-after-free in ath10k_wmi_cmd_send_nowait
Chao Yu (1):
f2fs: fix invalid memory access
Chunfeng Yun (1):
usb: xhci-mtk: resume USB3 roothub first
Cong Wang (1):
ucma: fix a use-after-free in ucma_resolve_ip()
Daniel Drake (1):
PCI: Reprogram bridge prefetch registers on resume
Dmitry Safonov (1):
tty: Drop tty->count on tty_reopen() failure
Felix Fietkau (1):
mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keys
Feng Tang (1):
x86/mm: Expand static page table for fixmap space
Gao Feng (1):
ebtables: arpreply: Add the standard target sanity check
Greg Kroah-Hartman (2):
Revert "perf: sync up x86/.../cpufeatures.h"
Linux 4.9.133
Guenter Roeck (1):
of: unittest: Disable interrupt node tests for old world MAC systems
Jan Beulich (1):
xen-netback: fix input validation in xenvif_set_hash_mapping()
Jann Horn (1):
mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properly
Joe Thornber (1):
dm cache metadata: ignore hints array being too small during resize
Johan Hovold (1):
USB: serial: simple: add Motorola Tetra MTP6550 id
Mathias Nyman (1):
xhci: Add missing CAS workaround for Intel Sunrise Point xHCI
Michal Suchanek (1):
powerpc/fadump: Return error when fadump registration fails
Mike Snitzer (1):
dm cache: fix resize crash if user doesn't reload cache table
Prateek Sood (1):
cgroup: Fix deadlock in cpu hotplug path
Rafael J. Wysocki (1):
PM / core: Clear the direct_complete flag on errors
Richard Weinberger (1):
ubifs: Check for name being NULL while mounting
Rik van Riel (1):
x86/fpu: Remove struct fpu::counter
Theodore Ts'o (2):
ext4: add corruption check in ext4_xattr_set_entry()
ext4: always verify the magic number in xattr blocks
Tomi Valkeinen (1):
fbdev/omapfb: fix omapfb_memory_read infoleak
Vineet Gupta (1):
ARC: clone syscall to setp r25 as thread pointer
Yu Wang (1):
ath10k: fix kernel panic issue during pci probe
Zhi Chen (1):
ath10k: fix scan crash due to incorrect length calculation
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2018-10-13 8:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-13 8:58 Greg KH [this message]
2018-10-13 8:58 ` Greg KH
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=20181013085818.GA27727@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®