mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
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 4.14.138
Date: Fri, 9 Aug 2019 19:32:13 +0200	[thread overview]
Message-ID: <20190809173213.GA18653@kroah.com> (raw)

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

I'm announcing the release of the 4.14.138 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

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

 Makefile                                              |    2 
 arch/arm/boot/dts/logicpd-som-lv.dtsi                 |   16 ++
 arch/arm/boot/dts/logicpd-torpedo-som.dtsi            |   16 ++
 arch/arm64/include/asm/cpufeature.h                   |    7 -
 arch/arm64/kernel/cpufeature.c                        |    8 +
 drivers/atm/iphase.c                                  |    8 +
 drivers/hid/hid-ids.h                                 |    1 
 drivers/hid/usbhid/hid-quirks.c                       |    1 
 drivers/hid/wacom_wac.c                               |   12 +-
 drivers/infiniband/core/addr.c                        |   15 +-
 drivers/infiniband/core/sa_query.c                    |   10 -
 drivers/infiniband/hw/ocrdma/ocrdma_ah.c              |    5 
 drivers/infiniband/hw/ocrdma/ocrdma_hw.c              |    5 
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c       |    2 
 drivers/net/ethernet/marvell/mvpp2.c                  |   41 ++----
 drivers/net/ethernet/mellanox/mlx5/core/dev.c         |    2 
 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c       |    4 
 drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c |    5 
 drivers/net/phy/phylink.c                             |    2 
 drivers/net/ppp/pppoe.c                               |    3 
 drivers/net/ppp/pppox.c                               |   13 ++
 drivers/net/ppp/pptp.c                                |    3 
 drivers/net/tun.c                                     |    1 
 drivers/nfc/nfcmrvl/main.c                            |    4 
 drivers/nfc/nfcmrvl/uart.c                            |    4 
 drivers/nfc/nfcmrvl/usb.c                             |    1 
 drivers/scsi/fcoe/fcoe_ctlr.c                         |   51 +++-----
 drivers/scsi/libfc/fc_rport.c                         |    5 
 drivers/spi/spi-bcm2835.c                             |    3 
 fs/compat_ioctl.c                                     |    3 
 include/linux/cgroup-defs.h                           |    1 
 include/linux/cgroup.h                                |    4 
 include/linux/if_pppox.h                              |    3 
 include/linux/mlx5/fs.h                               |    1 
 include/net/tcp.h                                     |   17 ++
 include/scsi/libfcoe.h                                |    1 
 kernel/cgroup/cgroup.c                                |  106 ++++++++++++------
 kernel/exit.c                                         |    2 
 net/bridge/br_multicast.c                             |    3 
 net/bridge/br_vlan.c                                  |    5 
 net/core/dev.c                                        |    2 
 net/ipv4/tcp_output.c                                 |   11 +
 net/ipv6/ip6_tunnel.c                                 |    6 -
 net/l2tp/l2tp_ppp.c                                   |    3 
 net/sched/act_ife.c                                   |    3 
 net/sched/sch_codel.c                                 |    6 -
 net/tipc/netlink_compat.c                             |   11 +
 tools/objtool/check.c                                 |    2 
 48 files changed, 292 insertions(+), 148 deletions(-)

Aaron Armstrong Skomra (1):
      HID: wacom: fix bit shift for Cintiq Companion 2

Adam Ford (2):
      ARM: dts: Add pinmuxing for i2c2 and i2c3 for LogicPD SOM-LV
      ARM: dts: Add pinmuxing for i2c2 and i2c3 for LogicPD torpedo

Alexis Bauvin (1):
      tun: mark small packets as owned by the tap sock

Ariel Levkovich (1):
      net/mlx5e: Prevent encap flow counter update async to user query

Arnd Bergmann (1):
      compat_ioctl: pppoe: fix PPPOEIOCSFWD handling

Cong Wang (1):
      ife: error out when nla attributes are empty

Eric Dumazet (1):
      tcp: be more careful in tcp_fragment()

Greg Kroah-Hartman (2):
      IB: directly cast the sockaddr union to aockaddr
      Linux 4.14.138

Gustavo A. R. Silva (1):
      atm: iphase: Fix Spectre v1 vulnerability

Haishuang Yan (1):
      ip6_tunnel: fix possible use-after-free on xmit

Hannes Reinecke (1):
      scsi: fcoe: Embed fc_rport_priv in fcoe_rport structure

Jason Gunthorpe (1):
      RDMA: Directly cast the sockaddr union to sockaddr

Jia-Ju Bai (1):
      net: sched: Fix a possible null-pointer dereference in dequeue_func()

Jiri Pirko (1):
      net: fix ifindex collision during namespace removal

Johan Hovold (1):
      NFC: nfcmrvl: fix gpio-handling regression

Josh Poimboeuf (2):
      objtool: Add machine_real_restart() to the noreturn list
      objtool: Add rewind_stack_do_exit() to the noreturn list

Lukas Wunner (1):
      spi: bcm2835: Fix 3-wire mode if DMA is enabled

Mark Zhang (1):
      net/mlx5: Use reversed order when unregister devices

Matteo Croce (1):
      mvpp2: refactor MTU change code

Nikolay Aleksandrov (2):
      net: bridge: delete local fdb on device init failure
      net: bridge: mcast: don't delete permanent entries when fast leave is enabled

René van Dorst (1):
      net: phylink: Fix flow control for fixed-link

Sebastian Parschauer (1):
      HID: Add quirk for HP X1200 PIXART OEM mouse

Sudarsana Reddy Kalluru (1):
      bnx2x: Disable multi-cos feature.

Taras Kondratiuk (1):
      tipc: compat: allow tipc commands without arguments

Tejun Heo (5):
      cgroup: Call cgroup_release() before __exit_signal()
      cgroup: Implement css_task_iter_skip()
      cgroup: Include dying leaders with live threads in PROCS iterations
      cgroup: css_task_iter_skip()'d iterators must be advanced before accessed
      cgroup: Fix css_task_iter_advance_css_set() cset skip condition

Will Deacon (1):
      arm64: cpufeature: Fix feature comparison for CTR_EL0.{CWG,ERG}


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

             reply	other threads:[~2019-08-09 17:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-09 17:32 Greg KH [this message]
2019-08-09 17:32 ` 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=20190809173213.GA18653@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

all inboxes | Powered by JetHome®