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:   Sun, 28 Jul 2019 08:56:56 +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.62

I'm announcing the release of the 4.19.62 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 
 arch/mips/jz4740/board-qi_lb60.c                      |   16 +-
 arch/x86/kvm/vmx.c                                    |   10 +
 drivers/dma-buf/dma-buf.c                             |    1 
 drivers/dma-buf/reservation.c                         |    4 
 drivers/gpio/gpio-davinci.c                           |    5 
 drivers/net/caif/caif_hsi.c                           |    2 
 drivers/net/dsa/mv88e6xxx/chip.c                      |    2 
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c       |    3 
 drivers/net/ethernet/broadcom/genet/bcmgenet.c        |   57 +++----
 drivers/net/ethernet/marvell/sky2.c                   |    7 
 drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c |    9 +
 drivers/net/ethernet/realtek/r8169.c                  |  137 ++++++++++++++++++
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c     |   29 ++-
 drivers/net/hyperv/netvsc_drv.c                       |    1 
 drivers/net/macsec.c                                  |    6 
 drivers/net/phy/sfp.c                                 |    2 
 drivers/net/vrf.c                                     |   58 ++++---
 fs/ext4/dir.c                                         |   19 +-
 fs/ext4/ext4_jbd2.h                                   |   12 -
 fs/ext4/file.c                                        |    4 
 fs/ext4/inode.c                                       |   24 ++-
 fs/ext4/ioctl.c                                       |   46 +++++-
 fs/ext4/move_extent.c                                 |    3 
 fs/ext4/namei.c                                       |   45 ++++-
 fs/jbd2/commit.c                                      |   23 ++-
 fs/jbd2/journal.c                                     |    4 
 fs/jbd2/transaction.c                                 |   49 +++---
 include/linux/fs.h                                    |    2 
 include/linux/jbd2.h                                  |   22 ++
 include/linux/perf_event.h                            |    5 
 include/net/dst.h                                     |    5 
 include/net/tcp.h                                     |    8 -
 include/net/tls.h                                     |    1 
 kernel/events/core.c                                  |   83 ++++++++--
 mm/filemap.c                                          |   22 ++
 mm/vmscan.c                                           |    6 
 net/bridge/br_input.c                                 |    8 -
 net/bridge/br_multicast.c                             |   32 ++--
 net/bridge/br_stp_bpdu.c                              |    3 
 net/core/filter.c                                     |    2 
 net/core/neighbour.c                                  |    2 
 net/ipv4/devinet.c                                    |    8 +
 net/ipv4/igmp.c                                       |    8 -
 net/ipv4/tcp.c                                        |    6 
 net/ipv4/tcp_cong.c                                   |    6 
 net/ipv4/tcp_output.c                                 |   13 +
 net/ipv6/ip6_fib.c                                    |   18 ++
 net/ipv6/route.c                                      |    2 
 net/netfilter/nf_queue.c                              |    6 
 net/netrom/af_netrom.c                                |    4 
 net/nfc/nci/data.c                                    |    2 
 net/openvswitch/actions.c                             |    6 
 net/rxrpc/af_rxrpc.c                                  |    4 
 net/sched/cls_api.c                                   |    3 
 net/sched/sch_fq_codel.c                              |    2 
 net/sched/sch_sfq.c                                   |    2 
 net/sctp/socket.c                                     |   20 --
 net/sctp/stream.c                                     |    9 +
 net/tls/tls_device.c                                  |    2 
 net/tls/tls_main.c                                    |    2 
 61 files changed, 670 insertions(+), 234 deletions(-)

Alexander Shishkin (1):
      perf/core: Fix exclusive events' grouping

Andreas Steinmetz (2):
      macsec: fix use-after-free of skb during RX
      macsec: fix checksumming after decryption

Andrew Lunn (1):
      net: phy: sfp: hwmon: Fix scaling of RX power

Aya Levin (1):
      net/mlx5e: IPoIB, Add error path in mlx5_rdma_setup_rn

Baruch Siach (1):
      net: dsa: mv88e6xxx: wait after reset deactivation

Brian King (1):
      bnx2x: Prevent load reordering in tx completion processing

Chris Wilson (1):
      dma-buf: Discard old fence_excl on retrying get_fences_rcu for realloc

Christoph Paasch (1):
      tcp: Reset bytes_acked and bytes_received when disconnecting

Cong Wang (3):
      netrom: fix a memory leak in nr_rx_frame()
      netrom: hold sock when setting skb->destructor
      net_sched: unset TCQ_F_CAN_BYPASS when adding filters

Darrick J. Wong (1):
      ext4: don't allow any modifications to an immutable file

David Ahern (1):
      ipv6: rt6_check should return NULL if 'from' is NULL

David Howells (1):
      rxrpc: Fix send on a connected, but unbound socket

Eric Dumazet (3):
      igmp: fix memory leak in igmpv3_del_delrec()
      tcp: be more careful in tcp_fragment()
      tcp: fix tcp_set_congestion_control() use from bpf hook

Florian Westphal (1):
      net: make skb_dst_force return true when dst is refcounted

Greg Kroah-Hartman (1):
      Linux 4.19.62

Haiyang Zhang (1):
      hv_netvsc: Fix extra rcu_read_unlock in netvsc_recv_callback()

Heiner Kallweit (1):
      r8169: fix issue with confused RX unit after PHY power-down on RTL8411b

Ido Schimmel (1):
      ipv6: Unlink sibling route in case of failure

Jakub Kicinski (1):
      net/tls: make sure offload also gets the keys wiped

Jan Kiszka (1):
      KVM: nVMX: Clear pending KVM_REQ_GET_VMCS12_PAGES when leaving nested

John Hurley (1):
      net: openvswitch: fix csum updates for MPLS actions

Jose Abreu (1):
      net: stmmac: Re-work the queue selection for TSO packets

Justin Chen (1):
      net: bcmgenet: use promisc for unsupported filters

Jérôme Glisse (1):
      dma-buf: balance refcount inbalance

Keerthy (1):
      gpio: davinci: silence error prints in case of EPROBE_DEFER

Kuo-Hsin Yang (1):
      mm: vmscan: scan anonymous pages on file refaults

Lorenzo Bianconi (1):
      net: neigh: fix multiple neigh timer scheduling

Marcelo Ricardo Leitner (1):
      sctp: fix error handling on stream scheduler initialization

Matteo Croce (1):
      ipv4: don't set IPv6 only flags to IPv4 addresses

Nikolay Aleksandrov (4):
      net: bridge: mcast: fix stale nsrcs pointer in igmp3/mld2 report handling
      net: bridge: mcast: fix stale ipv6 hdr pointer when handling v6 query
      net: bridge: don't cache ether dest pointer on input
      net: bridge: stp: don't cache eth dest pointer before skb pull

Paolo Bonzini (1):
      KVM: nVMX: do not use dangling shadow VMCS after guest reset

Paul Cercueil (1):
      MIPS: lb60: Fix pin mappings

Peter Kosyh (1):
      vrf: make sure skb->data contains ip header to make routing

Peter Zijlstra (1):
      perf/core: Fix race between close() and fork()

Ross Zwisler (3):
      mm: add filemap_fdatawait_range_keep_errors()
      jbd2: introduce jbd2_inode dirty range scoping
      ext4: use jbd2_inode dirty range scoping

Taehee Yoo (1):
      caif-hsi: fix possible deadlock in cfhsi_exit_module()

Takashi Iwai (1):
      sky2: Disable MSI on ASUS P6T

Theodore Ts'o (2):
      ext4: enforce the immutable flag on open files
      ext4: allow directory holes

Vlad Buslov (1):
      net: sched: verify that q!=NULL before setting q->flags

Xin Long (1):
      sctp: not bind the socket in sctp_connect

Yang Wei (1):
      nfc: fix potential illegal memory access


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