lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 9 Aug 2019 19:33:00 +0200
From:   Greg KH <gregkh@...uxfoundation.org>
To:     linux-kernel@...r.kernel.org,
        Andrew Morton <akpm@...ux-foundation.org>,
        torvalds@...ux-foundation.org, stable@...r.kernel.org
Cc:     lwn@....net, Jiri Slaby <jslaby@...e.cz>
Subject: Linux 4.19.66

I'm announcing the release of the 4.19.66 kernel.

All users of the 4.19 kernel series must upgrade.

The updated 4.19.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.19.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 
 drivers/atm/iphase.c                                  |    8 +
 drivers/base/base.h                                   |    4 
 drivers/base/core.c                                   |   22 +++
 drivers/base/dd.c                                     |   22 +--
 drivers/hid/hid-ids.h                                 |    1 
 drivers/hid/hid-quirks.c                              |    1 
 drivers/hid/wacom_wac.c                               |   12 +-
 drivers/i2c/i2c-core-base.c                           |    2 
 drivers/infiniband/core/sa_query.c                    |    9 -
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c       |    3 
 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c       |   46 ++-----
 drivers/net/ethernet/mellanox/mlx5/core/dev.c         |    2 
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c     |    5 
 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c       |    4 
 drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c |    5 
 drivers/net/ethernet/mellanox/mlxsw/spectrum.c        |    2 
 drivers/net/ethernet/mscc/ocelot.c                    |    1 
 drivers/net/ethernet/qualcomm/rmnet/rmnet_map.h       |    2 
 drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c  |   13 +-
 drivers/net/ethernet/realtek/r8169.c                  |    9 +
 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/nvdimm/bus.c                                  |   98 ++++++++++++----
 drivers/nvdimm/region.c                               |   22 +--
 drivers/nvdimm/region_devs.c                          |    4 
 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/device.h                                |    1 
 include/linux/if_pppox.h                              |    3 
 include/linux/mlx5/fs.h                               |    1 
 include/linux/mlx5/mlx5_ifc.h                         |    7 +
 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/ipip.c                                       |    3 
 net/ipv6/ip6_gre.c                                    |    3 
 net/ipv6/ip6_tunnel.c                                 |    6 -
 net/l2tp/l2tp_ppp.c                                   |    3 
 net/sched/act_bpf.c                                   |    9 -
 net/sched/act_connmark.c                              |    9 -
 net/sched/act_csum.c                                  |    9 -
 net/sched/act_gact.c                                  |    8 -
 net/sched/act_ife.c                                   |   13 +-
 net/sched/act_mirred.c                                |   13 +-
 net/sched/act_nat.c                                   |    9 -
 net/sched/act_pedit.c                                 |   10 +
 net/sched/act_police.c                                |    8 -
 net/sched/act_sample.c                                |   10 -
 net/sched/act_simple.c                                |   10 +
 net/sched/act_skbedit.c                               |   11 +
 net/sched/act_skbmod.c                                |   11 +
 net/sched/act_tunnel_key.c                            |    8 -
 net/sched/act_vlan.c                                  |   25 +++-
 net/sched/sch_codel.c                                 |    6 -
 net/smc/af_smc.c                                      |    8 +
 net/tipc/netlink_compat.c                             |   11 +
 70 files changed, 470 insertions(+), 261 deletions(-)

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

Alexander Duyck (1):
      driver core: Establish order of operations for device_add and device_del via bitflag

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

Claudiu Manoil (1):
      ocelot: Cancel delayed work before wq destruction

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

Dan Williams (5):
      drivers/base: Introduce kill_device()
      libnvdimm/bus: Prevent duplicate device_unregister() calls
      libnvdimm/region: Register badblocks before namespaces
      libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrant
      libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlock

Dmytro Linkin (1):
      net: sched: use temporary variable for actions indexes

Edward Srouji (1):
      net/mlx5: Fix modify_cq_in alignment

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

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

Haishuang Yan (3):
      ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6
      ip6_tunnel: fix possible use-after-free on xmit
      ipip: validate header length in ipip_tunnel_xmit

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

Heiner Kallweit (1):
      r8169: don't use MSI before RTL8168d

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

Jiri Pirko (2):
      mlxsw: spectrum: Fix error path in mlxsw_sp_module_init()
      net: fix ifindex collision during namespace removal

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

Linus Torvalds (1):
      gcc-9: don't warn about uninitialized variable

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 (2):
      mvpp2: fix panic on module removal
      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

Qian Cai (1):
      net/mlx5e: always initialize frag->last_in_page

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

Roman Mashak (1):
      net sched: update vlan action for batched events operations

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

Subash Abhinov Kasiviswanathan (1):
      net: qualcomm: rmnet: Fix incorrect UL checksum offload logic

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

Ursula Braun (1):
      net/smc: do not schedule tx_work in SMC_CLOSED state


Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ