Linux 3.18.126

From: Greg KH
Date: Thu Nov 22 2018 - 03:25:04 EST


I'm announcing the release of the 3.18.126 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/alpha/include/asm/termios.h | 8 -
arch/alpha/include/uapi/asm/ioctls.h | 5
arch/alpha/include/uapi/asm/termbits.h | 17 ++
arch/mips/kernel/crash.c | 3
arch/mips/kernel/machine_kexec.c | 3
arch/powerpc/boot/crt0.S | 4
arch/powerpc/mm/tlb_nohash.c | 3
arch/sparc/kernel/perf_event.c | 26 ++-
arch/x86/boot/tools/build.c | 7
arch/x86/kernel/check.c | 15 +
arch/xtensa/kernel/head.S | 7
crypto/lrw.c | 7
drivers/block/ataflop.c | 25 +--
drivers/block/swim.c | 13 +
drivers/cdrom/cdrom.c | 2
drivers/gpu/drm/omapdrm/omap_dmm_tiler.c | 11 +
drivers/iio/adc/at91_adc.c | 6
drivers/md/bcache/btree.c | 2
drivers/md/dm-ioctl.c | 18 --
drivers/md/dm.c | 1
drivers/media/i2c/tvp5150.c | 14 +
drivers/media/pci/cx23885/altera-ci.c | 10 +
drivers/media/usb/em28xx/em28xx-cards.c | 4
drivers/media/usb/em28xx/em28xx-video.c | 8 -
drivers/misc/genwqe/card_base.h | 2
drivers/misc/genwqe/card_dev.c | 9 -
drivers/mmc/host/sdhci-pci-o2micro.c | 3
drivers/mtd/devices/Kconfig | 2
drivers/net/ethernet/qlogic/qla3xxx.c | 2
drivers/net/tun.c | 2
drivers/net/wireless/ath/ath10k/wmi.c | 6
drivers/pcmcia/ricoh.h | 35 ++++
drivers/pcmcia/yenta_socket.c | 3
drivers/scsi/esp_scsi.c | 1
drivers/scsi/esp_scsi.h | 2
drivers/scsi/lpfc/lpfc_sli.c | 7
drivers/scsi/mac_esp.c | 2
drivers/tc/tc.c | 8 -
drivers/tty/serial/kgdboc.c | 5
drivers/tty/tty_io.c | 2
drivers/tty/tty_ioctl.c | 4
drivers/uio/uio.c | 9 +
drivers/usb/chipidea/otg.h | 3
drivers/video/fbdev/aty/mach64_accel.c | 28 +--
drivers/w1/masters/omap_hdq.c | 2
fs/cifs/cifs_debug.c | 3
fs/cifs/cifs_spnego.c | 6
fs/cifs/inode.c | 10 +
fs/configfs/symlink.c | 2
fs/cramfs/inode.c | 3
fs/ext4/inline.c | 2
fs/ext4/move_extent.c | 8 -
fs/ext4/namei.c | 5
fs/ext4/resize.c | 28 ++-
fs/ext4/super.c | 16 +-
fs/ext4/xattr.c | 4
fs/fuse/dev.c | 4
fs/gfs2/ops_fstype.c | 3
fs/jbd2/checkpoint.c | 4
fs/jffs2/super.c | 4
fs/lockd/host.c | 2
fs/namespace.c | 22 ++
fs/nfs/nfs4client.c | 16 +-
fs/ocfs2/dir.c | 3
include/linux/ceph/libceph.h | 8 -
include/linux/tc.h | 1
kernel/bounds.c | 4
kernel/kprobes.c | 27 ++-
kernel/locking/lockdep.c | 4
kernel/printk/printk.c | 7
kernel/signal.c | 2
lib/debug_locks.c | 2
mm/hugetlb.c | 23 ++
net/9p/protocol.c | 5
net/ipv4/cipso_ipv4.c | 11 -
net/sunrpc/svc_xprt.c | 2
net/sunrpc/xdr.c | 5
security/integrity/ima/ima_fs.c | 6
sound/pci/ca0106/ca0106.h | 2
tools/perf/util/trace-event-info.c | 2
tools/perf/util/trace-event-read.c | 5
tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-synthetic-event-syntax.tc | 80 ++++++++++
83 files changed, 540 insertions(+), 159 deletions(-)

Al Viro (1):
gfs2_meta: ->mount() can get NULL dev_name

Alex Stanoev (1):
ALSA: ca0106: Disable IZD on SB0570 DAC to fix audio pops

Alexandre Belloni (1):
uio: ensure class is registered before devices

Amir Goldstein (1):
lockd: fix access beyond unterminated strings in prints

Andreas Kemnade (1):
w1: omap-hdq: fix missing bus unregister at removal

Arnd Bergmann (2):
kbuild: fix kernel/bounds.c 'W=1' warning
mtd: docg3: don't set conflicting BCH_CONST_PARAMS option

Ben Hutchings (1):
x86: boot: Fix EFI stub alignment

Changwei Ge (1):
ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entry

Corey Wright (1):
dm: remove duplicate dm_get_live_table() in __dm_destroy()

Daniel Axtens (1):
powerpc/nohash: fix undefined behaviour when testing page size support

David S. Miller (2):
sparc: Fix single-pcr perf event counter management.
sparc: Throttle perf events properly.

Dengcheng Zhu (1):
MIPS: kexec: Mark CPU offline before disabling local IRQ

Dominique Martinet (1):
9p: clear dangling pointers in p9stat_free

Eric Biggers (1):
ima: fix showing large 'violations' or 'runtime_measurements_count'

Eric W. Biederman (5):
signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace init
signal/GenWQE: Fix sending of SIGKILL
mount: Retest MNT_LOCKED in do_umount
mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mounts
mount: Prevent MNT_DETACH from disconnecting locked mounts

Eugen Hristev (2):
iio: adc: at91: fix acking DRDY irq on simple conversions
iio: adc: at91: fix wrong channel number in triggered buffer mode

Finn Thain (1):
scsi: esp_scsi: Track residual for PIO transfers

Frank Sorenson (1):
sunrpc: correct the computation for page_ptr when truncating

Greg Kroah-Hartman (1):
Linux 3.18.126

Guenter Roeck (1):
configfs: replace strncpy with memcpy

H. Peter Anvin (1):
termios, tty/tty_baudrate.c: fix buffer overrun

H. Peter Anvin (Intel) (1):
arch/alpha, termios: implement BOTHER, IBSHIFT and termios2

He Zhe (3):
x86/corruption-check: Fix panic in memory_corruption_check() when boot option without value is provided
printk: Fix panic caused by passing log_buf_len to command line
kgdboc: Passing ekgdboc to command line causes panic

Hou Tao (1):
jffs2: free jffs2_sb_info through jffs2_kill_sb()

Ilya Dryomov (1):
libceph: bump CEPH_MSG_MAX_DATA_LEN

James Smart (1):
scsi: lpfc: Correct soft lockup when running mds diagnostics

Jan Kara (1):
jbd2: fix use after free in jbd2_log_do_checkpoint()

Joel Stanley (1):
powerpc/boot: Ensure _zimage_start is a weak symbol

Loic Poulain (1):
usb: chipidea: Prevent unbalanced IRQ disable

Lukas Czerner (1):
ext4: initialize retries variable in ext4_da_write_inline_data_begin()

Maciej S. Szmigiero (1):
pcmcia: Implement CLKRUN protocol disabling for Ricoh bridges

Maciej W. Rozycki (1):
TC: Set DMA masks for devices

Marco Felsch (1):
media: tvp5150: fix width alignment during set_selection()

Martin Willi (1):
ath10k: schedule hardware restart if WMI command times out

Masami Hiramatsu (2):
selftests: ftrace: Add synthetic event syntax testcase
kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()

Mauro Carvalho Chehab (3):
media: em28xx: use a default format if TRY_FMT fails
media: em28xx: fix input name for Terratec AV 350
media: em28xx: make v4l2-compliance happier by starting sequence on zero

Max Filippov (1):
xtensa: fix boot parameters address translation

Mike Kravetz (1):
hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!

Miklos Szeredi (1):
fuse: fix leaked notify reply

Mikulas Patocka (2):
mach64: fix display corruption on big endian machines
mach64: fix image corruption due to reading accelerator registers

Miles Chen (1):
tty: check name length in tty_find_polling_driver()

Nathan Chancellor (1):
net: qla3xxx: Remove overflowing shift statement

Nicholas Mc Guire (1):
media: pci: cx23885: handle adding to list failure

Nicolas Pitre (1):
Cramfs: fix abad comparison when wrap-arounds occur

Omar Sandoval (2):
ataflop: fix error handling during setup
swim: fix cleanup on setup error

Ondrej Mosnacek (1):
crypto: lrw - Fix out-of bounds access on counter overflow

Sanskriti Sharma (2):
perf tools: Free temporary 'sys' string in read_event_files()
perf tools: Cleanup trace-event-info 'tdata' leak

Serhey Popovych (1):
tun: Consistently configure generic netdev params via rtnetlink

Stefan Nuernberger (1):
net/ipv4: defensive cipso option parsing

Steve French (3):
smb3: allow stats which track session and share reconnects to be reset
smb3: do not attempt cifs operation in smb3 query info error path
smb3: on kerberos mount if server doesn't specify auth type use krb5

Tang Junhui (1):
bcache: fix miss key refill->end in writeback

Theodore Ts'o (3):
ext4: fix argument checking in EXT4_IOC_MOVE_EXT
ext4: avoid possible double brelse() in add_new_gdb() on error path
ext4: fix possible leak of sbi->s_group_desc_leak in error path

Tomi Valkeinen (1):
drm/omap: fix memory barrier bug in DMM driver

Trond Myklebust (2):
NFSv4.1: Fix the r/wsize checking
nfsd: Fix an Oops in free_session()

Vasily Averin (10):
ext4: add missing brelse() update_backups()'s error path
ext4: add missing brelse() in set_flexbg_block_bitmap()'s error path
ext4: add missing brelse() add_new_gdb_meta_bg()'s error path
ext4: avoid potential extra brelse in setup_new_flex_group_blocks()
ext4: fix possible inode leak in the retry loop of ext4_resize_fs()
ext4: avoid buffer leak in ext4_orphan_add() after prior errors
ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizing
ext4: release bs.bh before re-using in ext4_xattr_block_find()
ext4: fix buffer leak in ext4_xattr_move_to_block() on error path
ext4: fix buffer leak in __ext4_read_dirblock() on error path

Waiman Long (1):
locking/lockdep: Fix debug_locks off performance problem

Wenwen Wang (1):
dm ioctl: harden copy_params()'s copy_from_user() from malicious users

Young_X (1):
cdrom: fix improper type cast, which can leat to information leak.

Yu Zhao (1):
mmc: sdhci-pci-o2micro: Add quirk for O2 Micro dev 0x8620 rev 0x01

Attachment: signature.asc
Description: PGP signature