From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [GIT] Networking Date: Wed, 3 Oct 2018 16:52:30 -0700 Message-ID: <20181003235230.GA7858@kroah.com> References: <20181003.145756.2159165162231604122.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: David Miller Return-path: Content-Disposition: inline In-Reply-To: <20181003.145756.2159165162231604122.davem@davemloft.net> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Wed, Oct 03, 2018 at 02:57:56PM -0700, David Miller wrote: > > Sorry, a bunch of stuff got queued up while I was moving last week, so > this is larger than I would like this late in the game. > > Nothing super dangerous or scary though, just lots of simpler fixes: > > 1) Prefix length validation in xfrm layer, from Steffen Klassert. > > 2) TX status reporting fix in mac80211, from Andrei Otcheretianski. > > 3) Fix hangs due to TX_DROP in mac80211, from Bob Copeland. > > 4) Fix DMA error regression in b43, from Larry Finger. > > 5) Add input validation to xenvif_set_hash_mapping(), from Jan Beulich. > > 6) SMMU unmapping fix in hns driver, from Yunsheng Lin. > > 7) Bluetooh crash in unpairing on SMP, from Matias Karhumaa. > > 8) WoL handling fixes in the phy layer, from Heiner Kallweit. > > 9) Fix deadlock in bonding, from Mahesh Bandewar. > > 10) Fill ttl inherit infor in vxlan driver, from Hangbin Liu. > > 11) Fix TX timeouts during netpoll, from Michael Chan. > > 12) RXRPC layer fixes from David Howells. > > 13) Another batch of ndo_poll_controller() removals to deal with > excessive resource consumption during load. From Eric Dumazet. > > 14) Fix a specific TIPC failure secnario, from LUU Duc Canh. > > 15) Really disable clocks in r8169 during suspend so that low > power states can actually be reached. > > 16) Fix SYN backlog lockdep issue in tcp and dccp, from Eric Dumazet. > > 17) Fix RCU locking in netpoll SKB send, which shows up in bonding, > from Dave Jones. > > 18) Fix TX stalls in r8169, from Heiner Kallweit. > > 19) Fix locksup in nfp due to control message storms, from Jakub > Kicinski. > > 20) Various rmnet bug fixes from Subash Abhinov Kasiviswanathan and > Sean Tranchetti. > > 21) Fix use after free in ip_cmsg_recv_dstaddr(), from Eric Dumazet. > > Please pull, thanks a lot! > > The following changes since commit 846e8dd47c264e0b359afed28ea88e0acdee6818: > > Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi (2018-09-25 18:14:14 +0200) > > are available in the Git repository at: > > gitolite@ra.kernel.org:/pub/scm/linux/kernel/git/davem/net.git Now merged, thanks. greg k-h