linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Linux 4.14.151
@ 2019-10-29  9:19 Greg KH
  2019-10-29  9:19 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2019-10-29  9:19 UTC (permalink / raw)
  To: linux-kernel, Andrew Morton, torvalds, stable; +Cc: lwn, Jiri Slaby

[-- Attachment #1: Type: text/plain, Size: 16345 bytes --]

I'm announcing the release of the 4.14.151 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:
	https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

------------

 Documentation/admin-guide/kernel-parameters.txt         |   16 
 Documentation/arm64/cpu-feature-registers.txt           |   26 
 Makefile                                                |    2 
 arch/arm/boot/dts/am4372.dtsi                           |    2 
 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c |    3 
 arch/arm/xen/efi.c                                      |    2 
 arch/arm64/Kconfig                                      |    1 
 arch/arm64/include/asm/cpucaps.h                        |    6 
 arch/arm64/include/asm/cpufeature.h                     |  250 +++++++
 arch/arm64/include/asm/cputype.h                        |   43 +
 arch/arm64/include/asm/kvm_asm.h                        |    2 
 arch/arm64/include/asm/kvm_host.h                       |   11 
 arch/arm64/include/asm/processor.h                      |   22 
 arch/arm64/include/asm/ptrace.h                         |   58 +
 arch/arm64/include/asm/sysreg.h                         |   95 ++
 arch/arm64/include/asm/virt.h                           |    6 
 arch/arm64/include/uapi/asm/hwcap.h                     |   12 
 arch/arm64/include/uapi/asm/ptrace.h                    |    1 
 arch/arm64/kernel/bpi.S                                 |   19 
 arch/arm64/kernel/cpu_errata.c                          |  495 +++++++++------
 arch/arm64/kernel/cpufeature.c                          |  517 +++++++++++-----
 arch/arm64/kernel/cpuinfo.c                             |   12 
 arch/arm64/kernel/fpsimd.c                              |    1 
 arch/arm64/kernel/head.S                                |   13 
 arch/arm64/kernel/process.c                             |   31 
 arch/arm64/kernel/ptrace.c                              |   13 
 arch/arm64/kernel/smp.c                                 |   44 -
 arch/arm64/kernel/ssbd.c                                |   22 
 arch/arm64/kernel/traps.c                               |    4 
 arch/arm64/kvm/hyp/entry.S                              |   12 
 arch/arm64/kvm/hyp/switch.c                             |   10 
 arch/arm64/kvm/hyp/sysreg-sr.c                          |   11 
 arch/arm64/mm/fault.c                                   |    3 
 arch/arm64/mm/proc.S                                    |   24 
 arch/mips/boot/dts/qca/ar9331.dtsi                      |    2 
 arch/mips/loongson64/common/serial.c                    |    2 
 arch/mips/mm/tlbex.c                                    |   23 
 arch/parisc/mm/ioremap.c                                |   12 
 arch/x86/include/asm/kvm_host.h                         |    4 
 arch/x86/kernel/head64.c                                |   22 
 arch/x86/kvm/lapic.c                                    |   12 
 arch/x86/kvm/lapic.h                                    |   14 
 arch/x86/kvm/svm.c                                      |   18 
 arch/x86/kvm/vmx.c                                      |   79 +-
 arch/x86/kvm/x86.c                                      |   32 
 arch/x86/xen/efi.c                                      |    2 
 arch/xtensa/kernel/xtensa_ksyms.c                       |    7 
 drivers/base/core.c                                     |    3 
 drivers/base/memory.c                                   |    3 
 drivers/block/loop.c                                    |    1 
 drivers/cpufreq/cpufreq.c                               |   10 
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c                 |   35 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c                 |   35 -
 drivers/gpu/drm/drm_edid.c                              |    3 
 drivers/gpu/drm/radeon/radeon_drv.c                     |    8 
 drivers/infiniband/hw/cxgb4/mem.c                       |   28 
 drivers/input/misc/da9063_onkey.c                       |    5 
 drivers/input/rmi4/rmi_driver.c                         |    6 
 drivers/md/raid0.c                                      |    2 
 drivers/memstick/host/jmb38x_ms.c                       |    2 
 drivers/net/dsa/qca8k.c                                 |    4 
 drivers/net/ethernet/broadcom/genet/bcmgenet.h          |    1 
 drivers/net/ethernet/broadcom/genet/bcmmii.c            |   11 
 drivers/net/ethernet/hisilicon/hns_mdio.c               |    6 
 drivers/net/ethernet/i825xx/lasi_82596.c                |    4 
 drivers/net/ethernet/i825xx/lib82596.c                  |    4 
 drivers/net/ethernet/i825xx/sni_82596.c                 |    4 
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c       |   12 
 drivers/net/ieee802154/ca8210.c                         |    2 
 drivers/net/usb/r8152.c                                 |    3 
 drivers/net/xen-netback/interface.c                     |    1 
 drivers/pci/pci.c                                       |   24 
 drivers/pinctrl/mvebu/pinctrl-armada-37xx.c             |   26 
 drivers/s390/scsi/zfcp_fsf.c                            |   16 
 drivers/scsi/ch.c                                       |    1 
 drivers/scsi/megaraid.c                                 |    4 
 drivers/scsi/qla2xxx/qla_target.c                       |    4 
 drivers/scsi/scsi_error.c                               |    3 
 drivers/scsi/scsi_sysfs.c                               |   11 
 drivers/scsi/sd.c                                       |    3 
 drivers/scsi/ufs/ufshcd.c                               |    3 
 drivers/staging/wlan-ng/cfg80211.c                      |    6 
 drivers/usb/class/usblp.c                               |    4 
 drivers/usb/gadget/udc/lpc32xx_udc.c                    |    6 
 drivers/usb/misc/ldusb.c                                |   20 
 drivers/usb/misc/legousbtower.c                         |    5 
 drivers/usb/serial/ti_usb_3410_5052.c                   |   10 
 fs/btrfs/extent-tree.c                                  |    1 
 fs/cifs/smb1ops.c                                       |    3 
 fs/ocfs2/journal.c                                      |    3 
 fs/ocfs2/localalloc.c                                   |    3 
 fs/proc/page.c                                          |   28 
 include/scsi/scsi_eh.h                                  |    1 
 mm/hugetlb.c                                            |    5 
 mm/page_owner.c                                         |    5 
 mm/shmem.c                                              |   18 
 mm/slub.c                                               |   13 
 net/ipv4/route.c                                        |    9 
 net/mac80211/debugfs_netdev.c                           |   11 
 net/mac80211/mlme.c                                     |    5 
 net/sched/act_api.c                                     |   13 
 net/sctp/socket.c                                       |    4 
 net/wireless/nl80211.c                                  |    3 
 net/wireless/wext-sme.c                                 |    8 
 scripts/namespace.pl                                    |   13 
 sound/pci/hda/patch_realtek.c                           |    3 
 sound/soc/sh/rcar/core.c                                |    1 
 107 files changed, 1700 insertions(+), 807 deletions(-)

Alessio Balsini (1):
      loop: Add LOOP_SET_DIRECT_IO to compat ioctl

Alex Deucher (1):
      Revert "drm/radeon: Fix EEH during kexec"

Bart Van Assche (1):
      scsi: ch: Make it possible to open a ch device multiple times again

Biao Huang (1):
      net: stmmac: disable/enable ptp_ref_clk in suspend/resume flow

Christophe JAILLET (2):
      mips: Loongson: Fix the link time qualifier of 'serial_exit()'
      memstick: jmb38x_ms: Fix an error handling path in 'jmb38x_ms_probe()'

Colin Ian King (1):
      staging: wlan-ng: fix exit return when sme->key_idx >= NUM_WEPKEYS

Damien Le Moal (1):
      scsi: core: save/restore command resid for error handling

Dave Martin (1):
      arm64: capabilities: Update prototype for enable call back

David Hildenbrand (3):
      drivers/base/memory.c: don't access uninitialized memmaps in soft_offline_page_store()
      fs/proc/page.c: don't access uninitialized memmaps in fs/proc/page.c
      hugetlbfs: don't access uninitialized memmaps in pfn_range_valid_gigantic()

Dongjiu Geng (1):
      arm64: v8.4: Support for new floating point multiplication instructions

Eric Dumazet (1):
      net: avoid potential infinite loop in tc_ctl_action()

Evan Green (1):
      Input: synaptics-rmi4 - avoid processing unknown IRQs

Florian Fainelli (2):
      net: bcmgenet: Fix RGMII_MODE_EN value for GENET v1/2/3
      net: bcmgenet: Set phydev->dev_flags only for internal PHYs

Greg KH (1):
      RDMA/cxgb4: Do not dma memory off of the stack

Greg Kroah-Hartman (1):
      Linux 4.14.151

Gustavo A. R. Silva (1):
      usb: udc: lpc32xx: fix bad bit shift operation

Hans de Goede (1):
      drm/amdgpu: Bail earlier when amdgpu.cik_/si_support is not set to 1

Helge Deller (1):
      parisc: Fix vmap memory leak in ioremap()/iounmap()

Jacob Keller (1):
      namespace: fix namespace.pl script to support relative paths

James Morse (1):
      arm64: sysreg: Move to use definitions for all the SCTLR bits

Jeremy Linton (6):
      arm64: add sysfs vulnerability show for meltdown
      arm64: Always enable ssb vulnerability detection
      arm64: Provide a command line to disable spectre_v2 mitigation
      arm64: Always enable spectre-v2 vulnerability detection
      arm64: add sysfs vulnerability show for spectre-v2
      arm64: add sysfs vulnerability show for speculative store bypass

Jim Mattson (2):
      kvm: vmx: Introduce lapic_mode enumeration
      kvm: vmx: Basic APIC virtualization controls have three settings

Johan Hovold (5):
      USB: legousbtower: fix memleak on disconnect
      USB: serial: ti_usb_3410_5052: fix port-close races
      USB: ldusb: fix memleak on disconnect
      USB: usblp: fix use-after-free on disconnect
      USB: ldusb: fix read info leaks

Josh Poimboeuf (1):
      arm64/speculation: Support 'mitigations=' cmdline option

Juergen Gross (1):
      xen/netback: fix error path of xenvif_connect_data()

Junaid Shahid (1):
      kvm: apic: Flush TLB after APIC mode/address change if VPIDs are in use

Junya Monden (1):
      ASoC: rsnd: Reinitialize bit clock inversion flag for every format setting

Kai-Heng Feng (2):
      r8152: Set macpassthru in reset_resume callback
      drm/edid: Add 6 bpc quirk for SDC panel in Lenovo G50

Kailang Yang (1):
      ALSA: hda/realtek - Add support for ALC711

Marc Zyngier (4):
      arm64: Get rid of __smccc_workaround_1_hvc_*
      arm64: Advertise mitigation of Spectre-v2, or lack thereof
      arm64: Force SSBS on context switch
      arm64: Use firmware to detect CPUs that are not affected by Spectre-v2

Marco Felsch (1):
      Input: da9063 - fix capability and drop KEY_SLEEP

Mark Rutland (5):
      arm64: move SCTLR_EL{1,2} assertions to <asm/sysreg.h>
      arm64: add PSR_AA32_* definitions
      arm64: Introduce sysreg_clear_set()
      arm64: don't zero DIT on signal return
      arm64: fix SSBS sanitization

Matthew Wilcox (Oracle) (1):
      memfd: Fix locking when tagging pins

Max Filippov (1):
      xtensa: drop EXPORT_SYMBOL for outs*/ins*

Mian Yousaf Kaukab (2):
      arm64: Add sysfs vulnerability show for spectre-v1
      arm64: enable generic CPU vulnerabilites support

Miaoqing Pan (2):
      nl80211: fix null pointer dereference
      mac80211: fix txq null pointer dereference

Michal Vokáč (1):
      net: dsa: qca8k: Use up to 7 ports for all operations

Navid Emamdoost (1):
      ieee802154: ca8210: prevent memory leak

Oleksij Rempel (1):
      MIPS: dts: ar9331: fix interrupt-controller size

Oliver Neukum (1):
      scsi: sd: Ignore a failure to sync cache due to lack of authorization

Patrick Williams (2):
      pinctrl: armada-37xx: fix control of pins 32 and up
      pinctrl: armada-37xx: swap polarity on LED group

Paul Burton (1):
      MIPS: tlbex: Fix build_restore_pagemask KScratch restore

Peter Ujfalusi (1):
      ARM: dts: am4372: Set memory bandwidth limit for DISPC

Qian Cai (2):
      mm/slub: fix a deadlock in show_slab_objects()
      mm/page_owner: don't access uninitialized memmaps when reading /proc/pagetypeinfo

Qu Wenruo (1):
      btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group()

Quinn Tran (1):
      scsi: qla2xxx: Fix unbound sleep in fcport delete path.

Rafael J. Wysocki (2):
      cpufreq: Avoid cpufreq_suspend() deadlock on system shutdown
      PCI: PM: Fix pci_power_up()

Roberto Bergantinos Corpas (1):
      CIFS: avoid using MID 0xFFFF

Ross Lagerwall (1):
      xen/efi: Set nonblocking callbacks

Shanker Donthineni (1):
      arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardening

Song Liu (1):
      md/raid0: fix warning message for parameter default_layout

Stanley Chu (1):
      scsi: ufs: skip shutdown if hba is not powered

Stefano Brivio (1):
      ipv4: Return -ENETUNREACH if we can't create route but saddr is valid

Steffen Maier (1):
      scsi: zfcp: fix reaction on bit error threshold notification

Steve Wahl (1):
      x86/boot/64: Make level2_kernel_pgt pages invalid outside kernel area

Suzuki K Poulose (22):
      arm64: Expose support for optional ARMv8-A features
      arm64: Fix the feature type for ID register fields
      arm64: Documentation: cpu-feature-registers: Remove RES0 fields
      arm64: Expose Arm v8.4 features
      arm64: capabilities: Move errata work around check on boot CPU
      arm64: capabilities: Move errata processing code
      arm64: capabilities: Prepare for fine grained capabilities
      arm64: capabilities: Add flags to handle the conflicts on late CPU
      arm64: capabilities: Unify the verification
      arm64: capabilities: Filter the entries based on a given mask
      arm64: capabilities: Prepare for grouping features and errata work arounds
      arm64: capabilities: Split the processing of errata work arounds
      arm64: capabilities: Allow features based on local CPU scope
      arm64: capabilities: Group handling of features and errata workarounds
      arm64: capabilities: Introduce weak features based on local CPU
      arm64: capabilities: Restrict KPTI detection to boot-time CPUs
      arm64: capabilities: Add support for features enabled early
      arm64: capabilities: Change scope of VHE to Boot CPU feature
      arm64: capabilities: Clean up midr range helpers
      arm64: Add helpers for checking CPU MIDR against a range
      arm64: Add MIDR encoding for Arm Cortex-A55 and Cortex-A35
      arm64: capabilities: Add support for checks based on a list of MIDRs

Thomas Bogendoerfer (1):
      net: i82596: fix dma_alloc_attr for sni_82596

Tony Lindgren (1):
      ARM: OMAP2+: Fix missing reset done flag for am3 and am43

Wanpeng Li (1):
      KVM: X86: introduce invalidate_gpa argument to tlb flush

Will Deacon (6):
      arm64: cpufeature: Detect SSBS and advertise to userspace
      arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3
      KVM: arm64: Set SCTLR_EL2.DSSBS if SSBD is forcefully disabled and !vhe
      arm64: ssbs: Don't treat CPUs with SSBS as unaffected by SSB
      cfg80211: wext: avoid copying malformed SSIDs
      mac80211: Reject malformed SSID elements

Xiang Chen (1):
      scsi: megaraid: disable device when probe failed after enabled device

Xin Long (1):
      sctp: change sctp_prot .no_autobind with true

Yi Li (1):
      ocfs2: fix panic due to ocfs2_wq is null

Yizhuo (1):
      net: hisilicon: Fix usage of uninitialized variable in function mdio_sc_cfg_reg_write()

Yufen Yu (1):
      scsi: core: try to get module before removing device


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-29  9:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-29  9:19 Linux 4.14.151 Greg KH
2019-10-29  9:19 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).