lkml.org 
[lkml]   [2018]   [Nov]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectLinux 4.14.84
I'm announcing the release of the 4.14.84 kernel.

All users of the 4.14 kernel series must upgrade.

The updated 4.14.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.14.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/admin-guide/kernel-parameters.txt | 6 -
Documentation/x86/x86_64/mm.txt | 10 +
Makefile | 2
arch/arm64/include/asm/percpu.h | 3
arch/arm64/kernel/probes/kprobes.c | 27 +++--
arch/mips/configs/cavium_octeon_defconfig | 1
arch/s390/kernel/perf_cpum_cf.c | 2
arch/s390/kernel/vdso32/Makefile | 6 -
arch/s390/kernel/vdso64/Makefile | 6 -
arch/s390/numa/numa.c | 1
arch/um/os-Linux/skas/process.c | 5
arch/x86/include/asm/page_64_types.h | 12 +-
arch/x86/include/asm/pgtable_64_types.h | 7 -
arch/x86/kernel/early_printk.c | 29 +++--
arch/x86/kernel/ldt.c | 49 ++++++---
arch/x86/xen/mmu_pv.c | 6 -
drivers/acpi/acpi_platform.c | 1
drivers/acpi/acpi_watchdog.c | 72 ++++++++-----
drivers/block/zram/zram_drv.c | 26 +---
drivers/clk/clk-fixed-factor.c | 1
drivers/clk/clk-fixed-rate.c | 1
drivers/clk/samsung/clk-exynos5420.c | 1
drivers/gpu/drm/drm_edid.c | 3
drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 9 -
drivers/gpu/drm/exynos/exynos_drm_crtc.c | 11 --
drivers/gpu/drm/exynos/exynos_drm_drv.h | 1
drivers/hid/uhid.c | 12 ++
drivers/hwmon/ibmpowernv.c | 7 -
drivers/media/v4l2-core/v4l2-event.c | 43 ++++----
drivers/misc/atmel-ssc.c | 2
drivers/misc/sgi-gru/grukdump.c | 4
drivers/net/ethernet/intel/i40e/i40e_main.c | 2
drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c | 4
drivers/net/ethernet/qlogic/qed/qed_sp.h | 3
drivers/net/ethernet/qlogic/qed/qed_sp_commands.c | 16 ++-
drivers/net/ethernet/qlogic/qed/qed_spq.c | 69 ++++++------
drivers/net/ethernet/stmicro/stmmac/common.h | 3
drivers/net/ethernet/stmicro/stmmac/descs_com.h | 2
drivers/net/ethernet/stmicro/stmmac/enh_desc.c | 2
drivers/net/ethernet/stmicro/stmmac/ring_mode.c | 2
drivers/platform/x86/acerhdf.c | 1
drivers/platform/x86/intel_telemetry_debugfs.c | 8 +
drivers/s390/net/qeth_l3_main.c | 8 -
drivers/uio/uio.c | 7 -
drivers/usb/class/cdc-acm.c | 3
drivers/usb/core/quirks.c | 8 +
drivers/usb/misc/appledisplay.c | 1
fs/cifs/cifsfs.c | 7 -
fs/cifs/smb2ops.c | 11 +-
fs/exofs/super.c | 5
fs/hfs/brec.c | 4
fs/hfsplus/brec.c | 4
fs/reiserfs/xattr.c | 7 +
include/linux/netfilter/ipset/ip_set.h | 2
include/linux/netfilter/ipset/ip_set_comment.h | 4
kernel/sched/core.c | 5
lib/raid6/test/Makefile | 4
net/ceph/messenger.c | 12 +-
net/netfilter/ipset/ip_set_core.c | 23 ++--
net/netfilter/ipset/ip_set_hash_netportnet.c | 8 -
net/netfilter/ipset/ip_set_list_set.c | 17 ++-
net/netfilter/xt_IDLETIMER.c | 20 +++
net/sunrpc/xdr.c | 2
security/apparmor/lib.c | 6 -
tools/perf/jvmti/jvmti_agent.c | 49 +++++++--
tools/perf/tests/code-reading.c | 1
tools/perf/util/env.c | 32 ++++++
tools/perf/util/env.h | 4
tools/perf/util/machine.c | 117 +++++++++++++++++++++-
tools/perf/util/machine.h | 6 +
tools/perf/util/symbol-elf.c | 12 ++
tools/perf/util/symbol.c | 12 +-
72 files changed, 624 insertions(+), 255 deletions(-)

Aaro Koskinen (1):
MIPS: OCTEON: cavium_octeon_defconfig: re-enable OCTEON USB driver

Adrian Hunter (5):
perf machine: Add machine__is() to identify machine arch
perf tools: Fix kernel_start for PTI on x86
perf machine: Add nr_cpus_avail()
perf machine: Workaround missing maps for x86 PTI entry trampolines
perf test code-reading: Fix perf_env setup for PTI entry trampolines

Alan Tull (1):
clk: fixed-rate: fix of_node_get-put imbalance

Anders Roxell (1):
arm64: kprobe: make page to RO mode when allocate it

Chengguang Xu (1):
fs/exofs: fix potential memory leak in mount option parsing

Colin Ian King (1):
cifs: don't dereference smb_file_target before null check

Dan Carpenter (1):
uio: Fix an Oops on load

David Miller (1):
perf symbols: Set PLT entry/header sizes properly on Sparc

Denis Bolotin (2):
qed: Fix memory/entry leak in qed_init_sp_request()
qed: Fix blocking/unlimited SPQ entries leak

Emmanuel Pescosta (1):
usb: quirks: Add delay-init quirk for Corsair K70 LUX RGB

Eric Biggers (1):
HID: uhid: forbid UHID_CREATE under KERNEL_DS or elevated privileges

Eric Westbrook (1):
netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,net

Ernesto A. Fernández (2):
hfs: prevent btree data loss on root split
hfsplus: prevent btree data loss on root split

Feng Tang (1):
x86/earlyprintk: Add a force option for pciserial device

Geert Uytterhoeven (1):
hwmon: (ibmpowernv) Remove bogus __init annotations

Greg Kroah-Hartman (1):
Linux 4.14.84

Gustavo A. R. Silva (1):
drivers/misc/sgi-gru: fix Spectre v1 vulnerability

Gustavo Romero (1):
perf tools: Fix undefined symbol scnprintf in libperf-jvmti.so

Hans de Goede (1):
ACPI / platform: Add SMB0001 HID to forbidden_id_list

Ilya Dryomov (1):
libceph: fall back to sendmsg for slab pages

Inki Dae (1):
Revert "drm/exynos/decon5433: implement frame counter"

Jacob Keller (1):
i40e: restore NETIF_F_GSO_IPXIP[46] to netdev features

Jann Horn (1):
reiserfs: propagate errors from fill_with_dentries() properly

Jeremy Linton (1):
lib/raid6: Fix arm64 test build

Jozsef Kadlecsik (1):
netfilter: ipset: Correct rcu_dereference() call in ip_set_put_comment()

Julian Wiedmann (1):
s390/qeth: fix HiperSockets sniffer

Justin M. Forbes (1):
s390/mm: Fix ERROR: "__node_distance" undefined!

Kai-Heng Feng (1):
USB: quirks: Add no-lpm quirk for Raydium touchscreens

Kirill A. Shutemov (2):
x86/mm: Move LDT remap out of KASLR region on 5-level paging
x86/ldt: Unmap PTEs for the slot before freeing LDT pages

Lee, Shawn C (1):
drm/edid: Add 6 bpc quirk for BOE panel.

Maarten Jacobs (1):
usb: cdc-acm: add entry for Hiro (Conexant) modem

Marek Szyprowski (1):
clk: samsung: exynos5420: Enable PERIS clocks for suspend

Mattias Jacobsson (1):
USB: misc: appledisplay: add 20" Apple Cinema Display

Mika Westerberg (1):
ACPI / watchdog: Prefer iTCO_wdt always when WDAT table uses RTC SRAM

Minchan Kim (1):
zram: close udev startup race condition as default groups

Nathan Chancellor (2):
arm64: percpu: Initialize ret in the default case
misc: atmel-ssc: Fix section annotation on atmel_ssc_get_driver_data

Paul Gortmaker (1):
platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307

Radoslaw Tyl (1):
ixgbe: fix MAC anti-spoofing filter after VFLR

Rajneesh Bhardwaj (1):
platform/x86: intel_telemetry: report debugfs failure

Ricardo Ribalda Delgado (1):
clk: fixed-factor: fix of_node_get-put imbalance

Richard Weinberger (1):
um: Give start_idle_thread() a return code

Ronnie Sahlberg (1):
cifs: fix return value for cifs_listxattr

Sagiv Ozeri (1):
qed: Fix potential memory corruption

Sakari Ailus (1):
media: v4l: event: Add subscription to list before calling "add" operation

Stefano Brivio (1):
netfilter: ipset: list:set: Decrease refcount synchronously on deletion and replace

Taehee Yoo (1):
netfilter: xt_IDLETIMER: add sysfs filename checking routine

Thomas Richter (1):
s390/perf: Change CPUM_CF return code in event init function

Thor Thayer (1):
net: stmmac: Fix RX packet size > 8191

Valentin Schneider (1):
sched/core: Take the hotplug lock in sched_init_smp()

Vasily Gorbik (1):
s390/vdso: add missing FORCE to build targets

YueHaibing (1):
SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()

Zubin Mithra (1):
apparmor: Fix uninitialized value in aa_split_fqname

[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2018-11-27 20:19    [W:0.073 / U:0.036 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site