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 3.18.85
Date: Thu, 30 Nov 2017 08:56:58 +0000 [thread overview]
Message-ID: <20171130085658.GA1715@kroah.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 10587 bytes --]
I'm announcing the release of the 3.18.85 kernel.
All users of the 3.18 kernel series must upgrade.
The updated 3.18.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.18.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 | 2 -
arch/arm/mm/dump.c | 4 +-
arch/mips/bcm47xx/leds.c | 2 -
arch/mips/kernel/ptrace.c | 17 ++++++++++++
arch/parisc/kernel/syscall.S | 6 ++--
arch/powerpc/kernel/signal.c | 2 -
arch/s390/include/asm/asm-prototypes.h | 8 +++++
arch/s390/kernel/dis.c | 4 +-
arch/x86/kvm/svm.c | 7 +++++
arch/x86/kvm/vmx.c | 2 +
arch/x86/lib/x86-opcode-map.txt | 2 -
drivers/clk/ti/clk-dra7-atl.c | 3 +-
drivers/gpu/drm/armada/Makefile | 2 +
drivers/infiniband/ulp/srpt/ib_srpt.c | 9 ++----
drivers/md/bcache/alloc.c | 3 +-
drivers/md/dm-bufio.c | 15 ++++------
drivers/md/dm.c | 12 +++++---
drivers/media/rc/ir-lirc-codec.c | 9 ++++--
drivers/media/usb/as102/as102_fw.c | 28 ++++++++++++--------
drivers/media/v4l2-core/v4l2-ctrls.c | 16 ++++++++---
drivers/mtd/nand/nand_base.c | 9 ++++--
drivers/net/ethernet/3com/typhoon.c | 25 ++++++++++-------
drivers/net/ethernet/intel/e1000e/mac.c | 11 +++++--
drivers/net/ethernet/intel/e1000e/netdev.c | 4 +-
drivers/net/ethernet/intel/e1000e/phy.c | 7 ++---
drivers/net/ethernet/intel/fm10k/fm10k_main.c | 2 -
drivers/net/ethernet/intel/i40e/i40e_main.c | 2 -
drivers/net/ethernet/intel/i40e/i40e_txrx.c | 2 -
drivers/net/ethernet/intel/i40evf/i40e_txrx.c | 2 -
drivers/net/ethernet/intel/igb/igb_main.c | 2 -
drivers/net/ethernet/intel/igbvf/netdev.c | 2 -
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 -
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 2 -
drivers/net/usb/cdc_ether.c | 9 +++++-
drivers/pci/probe.c | 15 +++++++++-
drivers/staging/iio/cdc/ad7150.c | 2 -
drivers/staging/iio/trigger/iio-trig-periodic-rtc.c | 6 ++--
drivers/target/iscsi/iscsi_target.c | 8 +++--
drivers/usb/class/cdc-acm.c | 2 -
drivers/usb/class/cdc-wdm.c | 2 +
drivers/xen/xenbus/xenbus_dev_frontend.c | 2 -
fs/9p/vfs_inode.c | 3 ++
fs/9p/vfs_inode_dotl.c | 3 ++
fs/autofs4/waitq.c | 15 ++++++++++
fs/btrfs/uuid-tree.c | 4 --
fs/ecryptfs/messaging.c | 7 ++---
fs/ext4/extents.c | 6 ++--
fs/isofs/isofs.h | 2 -
fs/isofs/rock.h | 2 -
fs/isofs/util.c | 2 -
fs/nfs/nfs4proc.c | 18 +++++-------
fs/nfs/super.c | 2 -
fs/nfsd/nfs4state.c | 25 +++++++++++++++++
fs/nilfs2/segment.c | 6 ++--
kernel/sched/core.c | 3 --
kernel/time/timekeeping.c | 13 +++++++--
lib/mpi/mpi-pow.c | 2 +
net/9p/client.c | 3 --
net/9p/trans_virtio.c | 13 ++++-----
net/ipv6/route.c | 6 +++-
net/mac80211/ieee80211_i.h | 1
net/mac80211/mesh.c | 3 --
net/mac80211/mesh_plink.c | 14 +++++-----
net/mac80211/mesh_sync.c | 11 -------
net/netfilter/nf_tables_api.c | 2 -
net/netfilter/nft_queue.c | 2 -
net/nfc/core.c | 2 -
net/rds/send.c | 11 +++++++
sound/core/timer_compat.c | 12 ++++----
sound/pci/hda/hda_intel.c | 3 ++
sound/pci/hda/patch_realtek.c | 2 -
sound/soc/codecs/wm_adsp.c | 25 +++++++++++++++++
sound/usb/clock.c | 9 ++++--
sound/usb/mixer.c | 15 ++++++++++
74 files changed, 349 insertions(+), 169 deletions(-)
Andreas Rohner (1):
nilfs2: fix race condition that causes file system corruption
Andrew Elble (1):
nfsd: deal with revoked delegations appropriately
Arnd Bergmann (1):
isofs: fix timestamps beyond 2027
Bart Van Assche (1):
IB/srpt: Do not accept invalid initiator port names
Ben Hutchings (1):
iio: iio-trig-periodic-rtc: Free trigger resource correctly
Benjamin Poirier (3):
e1000e: Fix error path in link detection
e1000e: Fix return value test
e1000e: Separate signaling for link check/link up
Bjorn Helgaas (1):
PCI: Apply _HPX settings only to relevant devices
Brent Taylor (1):
mtd: nand: Fix writing mtdoops to nand flash.
Brian King (7):
i40e: Use smp_rmb rather than read_barrier_depends
igb: Use smp_rmb rather than read_barrier_depends
igbvf: Use smp_rmb rather than read_barrier_depends
ixgbevf: Use smp_rmb rather than read_barrier_depends
i40evf: Use smp_rmb rather than read_barrier_depends
fm10k: Use smp_rmb rather than read_barrier_depends
ixgbe: Fix skb list corruption on Power systems
Chuck Lever (1):
nfs: Fix ugly referral attributes
Coly Li (1):
bcache: check ca->alloc_thread initialized before wake up it
Dan Carpenter (1):
eCryptfs: use after free in ecryptfs_release_messaging()
Daniel Vetter (1):
drm/armada: Fix compile fail
Eric Biggers (2):
lib/mpi: call cond_resched() from mpi_powm() loop
dm bufio: fix integer overflow when limiting maximum cache size
Florian Westphal (1):
netfilter: nf_tables: fix oob access
Gabriele Mazzotta (1):
ALSA: hda - Apply ALC269_FIXUP_NO_SHUTUP on HDA_FIXUP_ACT_PROBE
Greg Kroah-Hartman (1):
Linux 3.18.85
Heiko Carstens (1):
s390/kbuild: enable modversions for symbols exported from asm
Hou Tao (1):
dm: fix race between dm_get_from_kobject() and __dm_destroy()
Johan Hovold (2):
clk: ti: dra7-atl-clock: fix child-node lookups
NFC: fix device-allocation error return
John David Anglin (1):
parisc: Fix validity check of pointer size argument in new CAS implementation
Joshua Watt (1):
NFS: Fix typo in nomigration mount option
Juergen Gross (1):
xen: xenbus driver must not accept invalid transaction ids
Ladi Prosek (1):
KVM: nVMX: set IDTR and GDTR limits when loading L1 host state
Maciej W. Rozycki (1):
MIPS: Fix an n32 core file generation regset support regression
Masami Hiramatsu (1):
x86/decoder: Add new TEST instruction pattern
Masashi Honma (2):
mac80211: Remove invalid flag operations in mesh TSF synchronization
mac80211: Suppress NEW_PEER_CANDIDATE event if no room
Michele Baldessari (1):
media: Don't do DMA on stack for firmware upload in the AS102 driver
Mirko Parthey (1):
MIPS: BCM47XX: Fix LED inversion for WRT54GSv1
Naveen N. Rao (1):
powerpc/signal: Properly handle return value from uprobe_deny_signal()
NeilBrown (1):
autofs: don't fail mount for transient error
Nicholas Bellinger (1):
iscsi-target: Fix non-immediate TMR reference leak
Oliver Neukum (1):
USB: fix buffer overflows with parsing CDC headers
Pablo Neira Ayuso (1):
netfilter: nft_queue: use raw_smp_processor_id()
Pan Bian (2):
staging: iio: cdc: fix improper return value
btrfs: return the actual error value from from btrfs_uuid_tree_iterate
Paolo Bonzini (1):
KVM: SVM: obey guest PAT
Paul E. McKenney (1):
sched: Make resched_cpu() unconditional
Peter Ujfalusi (1):
clk: ti: dra7-atl-clock: Fix of_node reference counting
Philip Derrin (1):
ARM: 8721/1: mm: dump: check hardware RO bit for LPAE
Ricardo Ribalda Delgado (1):
media: v4l2-ctrl: Fix flags field on Control events
Richard Fitzgerald (1):
ASoC: wm_adsp: Don't overrun firmware file buffer when reading region data
Santosh Shilimkar (1):
RDS: RDMA: return appropriate error on rdma map failures
Sean Young (1):
media: rc: check for integer overflow
Takashi Iwai (4):
ALSA: usb-audio: Add sanity checks to FE parser
ALSA: usb-audio: Fix potential out-of-bound access at parsing SU
ALSA: usb-audio: Add sanity checks in v2 clock parsers
ALSA: timer: Remove kernel warning at compat ioctl error paths
Theodore Ts'o (1):
ext4: fix interaction between i_size, fallocate, and delalloc after a crash
Thomas Preisner (2):
net: 3com: typhoon: typhoon_init_one: make return values more specific
net: 3com: typhoon: typhoon_init_one: fix incorrect return values
Tuomas Tynkkynen (2):
fs/9p: Compare qid.path in v9fs_test_inode
net/9p: Switch to wait_event_killable()
Vasily Gorbik (1):
s390/disassembler: increase show_code buffer size
Vijendar Mukunda (1):
ALSA: hda: Add Raven PCI ID
WANG Cong (1):
ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTER
Wang YanQing (1):
time: Always make sure wall_to_monotonic isn't positive
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2017-11-30 8:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-30 8:56 Greg KH [this message]
2017-11-30 8:57 ` Linux 3.18.85 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=20171130085658.GA1715@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.