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, 20 Oct 2018 15:47:37 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     gregkh@...uxfoundation.org
CC:     akpm@...ux-foundation.org, netdev@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: [GIT] Networking


A few straggler bug fixes:

1) Fix indexing of multi-pass dumps of ipv6 addresses, from David
   Ahern.

2) Revert RCU locking change for bonding netpoll, causes worse problems
   than it solves.

3) pskb_trim_rcsum_slow() doesn't handle odd trim offsets, resulting in
   erroneous bad hw checksum triggers with CHECKSUM_COMPLETE devices.
   From Dimitris Michailidis.

Please pull, thanks a lot!

The following changes since commit 91b15613ce7fb3e724ca0d433eef8e6bf15322af:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2018-10-19 09:16:20 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 

for you to fetch changes up to 4ba4c566ba8448a05e6257e0b98a21f1a0d55315:

  net/ipv6: Fix index counter for unicast addresses in in6_dump_addrs (2018-10-20 15:43:14 -0700)

----------------------------------------------------------------
David Ahern (1):
      net/ipv6: Fix index counter for unicast addresses in in6_dump_addrs

David S. Miller (1):
      Revert "bond: take rcu lock in netpoll_send_skb_on_dev"

Dimitris Michailidis (1):
      net: fix pskb_trim_rcsum_slow() with odd trim offset

 net/core/netpoll.c  | 2 --
 net/core/skbuff.c   | 5 +++--
 net/ipv6/addrconf.c | 6 ++++--
 3 files changed, 7 insertions(+), 6 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ