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.110
Date: Fri, 25 May 2018 16:51:21 +0200 [thread overview]
Message-ID: <20180525145121.GA4609@kroah.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 7280 bytes --]
I'm announcing the release of the 3.18.110 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/boot/dts/imx6qdl-wandboard.dtsi | 1
arch/arm/include/asm/assembler.h | 10 ++
arch/arm/kernel/traps.c | 5 -
arch/arm/lib/getuser.S | 10 ++
arch/powerpc/kernel/setup-common.c | 11 --
arch/powerpc/platforms/powernv/opal-nvram.c | 14 ++-
arch/x86/boot/compressed/eboot.c | 6 -
arch/x86/kernel/machine_kexec_32.c | 6 +
arch/x86/kernel/machine_kexec_64.c | 4
arch/x86/xen/mmu.c | 4
drivers/net/bonding/bond_alb.c | 2
drivers/net/ethernet/broadcom/tg3.c | 9 +-
drivers/net/ethernet/mellanox/mlx4/en_ethtool.c | 16 +++
drivers/net/ethernet/mellanox/mlx4/mlx4_en.h | 7 +
drivers/net/ethernet/realtek/8139too.c | 2
drivers/net/ethernet/realtek/r8169.c | 3
drivers/net/ethernet/sun/niu.c | 5 -
drivers/net/usb/qmi_wwan.c | 13 ++
drivers/scsi/libsas/sas_scsi_host.c | 33 ++-----
drivers/scsi/sg.c | 2
drivers/usb/usbip/stub.h | 2
drivers/usb/usbip/stub_dev.c | 69 +++++++++------
drivers/usb/usbip/stub_main.c | 105 +++++++++++++++++++++---
fs/ext2/inode.c | 10 --
fs/hfsplus/super.c | 1
fs/lockd/svc.c | 2
fs/pipe.c | 3
include/linux/efi.h | 8 -
include/trace/events/xen.h | 16 ---
include/uapi/linux/nl80211.h | 2
kernel/exit.c | 4
kernel/time/tick-broadcast.c | 8 +
net/bridge/br_if.c | 4
net/compat.c | 6 -
net/dccp/ccids/ccid2.c | 14 ++-
net/dccp/timer.c | 2
net/ipv4/ip_output.c | 3
net/ipv4/ping.c | 7 +
net/ipv4/tcp.c | 2
net/ipv4/tcp_output.c | 7 +
net/ipv4/udp.c | 7 +
net/ipv6/ip6_output.c | 3
net/l2tp/l2tp_netlink.c | 2
net/llc/af_llc.c | 3
net/sched/sch_fq.c | 37 +++++---
net/sctp/associola.c | 30 ++++++
net/sctp/inqueue.c | 2
net/sctp/sm_statefuns.c | 89 +++++++++++---------
net/wireless/core.c | 3
sound/core/control_compat.c | 3
sound/usb/mixer.c | 8 +
52 files changed, 426 insertions(+), 201 deletions(-)
Al Viro (1):
ext2: fix a block leak
Alexander Potapenko (1):
scsi: sg: allocate with __GFP_ZERO in sg_build_indirect()
Alexey Khoroshilov (1):
usbip: fix error handling in stub_probe()
Andrey Ignatov (1):
ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsg
Ard Biesheuvel (1):
efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32' definition for mixed mode
Benjamin Herrenschmidt (1):
powerpc: Don't preempt_disable() in show_cpuinfo()
Bjørn Mork (1):
qmi_wwan: do not steal interfaces from class drivers
Debabrata Banerjee (1):
bonding: do not allow rlb updates to invalid mac
Dexuan Cui (1):
tick/broadcast: Use for_each_cpu() specially on UP kernels
Eric Dumazet (4):
dccp: fix tasklet usage
llc: better deal with too small mtu
net_sched: fq: take care of throttled flows before reuse
tcp: purge write queue in tcp_connect_init()
Federico Cuello (1):
ALSA: usb: mixer: volume quirk for CM102-A+/102S+
Greg Kroah-Hartman (2):
Revert "ARM: dts: imx6qdl-wandboard: Fix audio channel swap"
Linux 3.18.110
Hangbin Liu (1):
bridge: check iface upper dev when setting master via ioctl
Heiner Kallweit (1):
r8169: fix powering up RTL8168h
Ingo Molnar (1):
8139too: Use disable_irq_nosync() in rtl8139_poll_controller()
James Chapman (1):
l2tp: revert "l2tp: fix missing print session offset info"
Jason Yan (1):
scsi: libsas: defer ata device eh commands to libata
Johannes Berg (1):
cfg80211: limit wiphy names to 128 bytes
Lance Richardson (1):
net: support compat 64-bit time in {s,g}etsockopt
Masami Hiramatsu (2):
ARM: 8771/1: kprobes: Prohibit kprobes on do_undefinstr
ARM: 8772/1: kprobes: Prohibit kprobes on get_user functions
Michael Chan (1):
tg3: Fix vunmap() BUG_ON() triggered from tg3_free_consistent().
Michael Kerrisk (man-pages) (1):
pipe: cap initial pipe capacity according to pipe-max-size limit
Moshe Shemesh (1):
net/mlx4_en: Verify coalescing parameters are in range
Nicholas Piggin (1):
powerpc/powernv: Fix NVRAM sleep in invalid context when crashing
Rob Taglang (1):
net: ethernet: sun: niu set correct packet size in skb
Shuah Khan (1):
usbip: usbip_host: refine probe and disconnect debug msgs to be useful
Shuah Khan (Samsung OSG) (4):
usbip: usbip_host: delete device from busid_table after rebind
usbip: usbip_host: run rebind from exit when module is removed
usbip: usbip_host: fix NULL-ptr deref and use-after-free errors
usbip: usbip_host: fix bad unlock balance during stub_probe()
Steven Rostedt (VMware) (1):
tracing/x86/xen: Remove zero data size trace events trace_xen_mmu_flush_tlb{_all}
Tetsuo Handa (2):
hfsplus: stop workqueue when fill_super() failed
x86/kexec: Avoid double free_page() upon do_kexec_load() failure
Vasily Averin (1):
lockd: lost rollback of set_grace_period() in lockd_down_net()
Wenwen Wang (1):
ALSA: control: fix a redundant-copy issue
Willem de Bruijn (1):
net: test tailroom before appending to linear skb
Xin Long (3):
sctp: use the old asoc when making the cookie-ack chunk in dupcook_d
sctp: fix the issue that the cookie-ack with auth can't get processed
sctp: delay the authentication for the duplicated cookie-echo chunk
Yuchung Cheng (1):
tcp: ignore Fast Open on repair mode
zhongjiang (1):
kernel/exit.c: avoid undefined behaviour when calling wait4()
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2018-05-25 14:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-25 14:51 Greg KH [this message]
2018-05-25 14:51 ` Linux 3.18.110 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=20180525145121.GA4609@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