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:   Sat,  4 May 2019 12:24:45 +0200
From:   Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:     linux-kernel@...r.kernel.org
Cc:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
        linux@...ck-us.net, shuah@...nel.org, patches@...nelci.org,
        ben.hutchings@...ethink.co.uk, lkft-triage@...ts.linaro.org,
        stable@...r.kernel.org
Subject: [PATCH 5.0 00/32] 5.0.13-stable review

This is the start of the stable review cycle for the 5.0.13 release.
There are 32 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Mon 06 May 2019 10:24:23 AM UTC.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
	https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.0.13-rc1.gz
or in the git tree and branch at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.0.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@...uxfoundation.org>
    Linux 5.0.13-rc1

Rafael J. Wysocki <rafael.j.wysocki@...el.com>
    ath10k: Drop WARN_ON()s that always trigger during system resume

Greg Kroah-Hartman <gregkh@...uxfoundation.org>
    iwlwifi: mvm: properly check debugfs dentry before using it

Greg Kroah-Hartman <gregkh@...uxfoundation.org>
    ALSA: line6: use dynamic buffers

Jim Mattson <jmattson@...gle.com>
    KVM: nVMX: Fix size checks in vmx_set_nested_state

Sean Christopherson <sean.j.christopherson@...el.com>
    KVM: x86: Whitelist port 0x7e for pre-incrementing %rip

Jakub Kicinski <jakub.kicinski@...ronome.com>
    net/tls: fix copy to fragments in reencrypt

Jakub Kicinski <jakub.kicinski@...ronome.com>
    net/tls: don't copy negative amounts of data in reencrypt

Michael Chan <michael.chan@...adcom.com>
    bnxt_en: Fix uninitialized variable usage in bnxt_rx_pkt().

Michael Chan <michael.chan@...adcom.com>
    bnxt_en: Fix statistics context reservation logic.

Michael Chan <michael.chan@...adcom.com>
    bnxt_en: Pass correct extended TX port statistics size to firmware.

Michael Chan <michael.chan@...adcom.com>
    bnxt_en: Fix possible crash in bnxt_hwrm_ring_free() under error conditions.

Vasundhara Volam <vasundhara-v.volam@...adcom.com>
    bnxt_en: Free short FW command HWRM memory in error path in bnxt_init_one()

Michael Chan <michael.chan@...adcom.com>
    bnxt_en: Improve multicast address setup logic.

Eric Dumazet <edumazet@...gle.com>
    udp: fix GRO packet of death

Paolo Abeni <pabeni@...hat.com>
    udp: fix GRO reception in case of length mismatch

Eric Dumazet <edumazet@...gle.com>
    tcp: add sanity tests in tcp_add_backlog()

David Ahern <dsahern@...il.com>
    selftests: fib_rule_tests: Fix icmp proto with ipv6

Willem de Bruijn <willemb@...gle.com>
    packet: in recvmsg msg_name return at least sizeof sockaddr_ll

Willem de Bruijn <willemb@...gle.com>
    packet: validate msg_namelen in send directly

Hangbin Liu <liuhangbin@...il.com>
    selftests: fib_rule_tests: print the result and return 1 if any tests failed

Xin Long <lucien.xin@...il.com>
    sctp: avoid running the sctp state machine recursively

David Howells <dhowells@...hat.com>
    rxrpc: Fix net namespace cleanup

Jakub Kicinski <jakub.kicinski@...ronome.com>
    net/tls: avoid NULL pointer deref on nskb->sk in fallback

Andrew Lunn <andrew@...n.ch>
    net: phy: marvell: Fix buffer overrun with stats counters

Dan Carpenter <dan.carpenter@...cle.com>
    net: dsa: bcm_sf2: fix buffer overflow doing set_rxnfc

Eric Dumazet <edumazet@...gle.com>
    l2tp: use rcu_dereference_sk_user_data() in l2tp_udp_encap_recv()

Eric Dumazet <edumazet@...gle.com>
    l2ip: fix possible use-after-free

Willem de Bruijn <willemb@...gle.com>
    ipv6: invert flowlabel sharing check in process and user mode

Eric Dumazet <edumazet@...gle.com>
    ipv6/flowlabel: wait rcu grace period before put_pid()

Eric Dumazet <edumazet@...gle.com>
    ipv6: fix races in ip6_dst_destroy()

Martin KaFai Lau <kafai@...com>
    ipv6: A few fixes on dereferencing rt->from

Shmulik Ladkani <shmulik@...anetworks.com>
    ipv4: ip_do_fragment: Preserve skb_iif during fragmentation


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

Diffstat:

 Makefile                                           |  4 +-
 arch/x86/include/uapi/asm/kvm.h                    |  1 +
 arch/x86/kvm/vmx/nested.c                          |  4 +-
 arch/x86/kvm/x86.c                                 | 21 +++++++-
 drivers/net/dsa/bcm_sf2_cfp.c                      |  6 +++
 drivers/net/ethernet/broadcom/bnxt/bnxt.c          | 53 +++++++++++--------
 drivers/net/phy/marvell.c                          |  6 ++-
 drivers/net/wireless/ath/ath10k/mac.c              |  4 +-
 .../net/wireless/intel/iwlwifi/mvm/debugfs-vif.c   |  5 ++
 include/net/sctp/command.h                         |  1 -
 net/ipv4/ip_output.c                               |  1 +
 net/ipv4/tcp_ipv4.c                                | 13 ++++-
 net/ipv4/udp_offload.c                             | 16 ++++--
 net/ipv6/ip6_fib.c                                 |  4 +-
 net/ipv6/ip6_flowlabel.c                           | 22 +++++---
 net/ipv6/route.c                                   | 47 ++++++++---------
 net/l2tp/l2tp_core.c                               | 10 ++--
 net/packet/af_packet.c                             | 37 ++++++++-----
 net/rxrpc/call_object.c                            | 32 ++++++------
 net/sctp/sm_sideeffect.c                           | 29 -----------
 net/sctp/sm_statefuns.c                            | 35 ++++++++++---
 net/tls/tls_device.c                               | 39 ++++++++++----
 net/tls/tls_device_fallback.c                      |  3 +-
 sound/usb/line6/driver.c                           | 60 +++++++++++++---------
 sound/usb/line6/podhd.c                            | 21 ++++----
 sound/usb/line6/toneport.c                         | 24 ++++++---
 tools/testing/selftests/net/fib_rule_tests.sh      | 10 +++-
 27 files changed, 309 insertions(+), 199 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ