From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [GIT] Networking Date: Tue, 18 Sep 2018 09:31:35 +0200 Message-ID: <20180918073135.GC4067@kroah.com> References: <20180917.200040.1595079540584326114.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: akpm@linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: David Miller Return-path: Content-Disposition: inline In-Reply-To: <20180917.200040.1595079540584326114.davem@davemloft.net> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Mon, Sep 17, 2018 at 08:00:40PM -0700, David Miller wrote: > > Various fixes, all over the place: > > 1) OOB data generation fix in bluetooth, from Matias Karhumaa. > > 2) BPF BTF boundary calculation fix, from Martin KaFai Lau. > > 3) Don't bug on excessive frags, to be compatible in situations mixing > older and newer kernels on each end. From Juergen Gross. > > 4) Scheduling in RCU fix in hv_netvsc, from Stephen Hemminger. > > 5) Zero keying information in TLS layer before freeing copies > of them, from Sabrina Dubroca. > > 6) Fix NULL deref in act_sample, from Davide Caratti. > > 7) Orphan SKB before GRO in veth to prevent crashes with XDP, > from Toshiaki Makita. > > 8) Fix use after free in ip6_xmit, from Eric Dumazet. > > 9) Fix VF mac address regression in bnxt_en, from Micahel Chan. > > 10) Fix MSG_PEEK behavior in TLS layer, from Daniel Borkmann. > > 11) Programming adjustments to r8169 which fix not being to enter deep > sleep states on some machines, from Kai-Heng Feng and Hans de > Goede. > > 12) Fix DST_NOCOUNT flag handling for ipv6 routes, from Peter > Oskolkov. > > Please pull, thanks a lot! > > The following changes since commit 7428b2e5d0b195f2a5e40f91d2b41a8503fcfe68: > > Merge tag 'drm-fixes-2018-09-12' of git://anongit.freedesktop.org/drm/drm (2018-09-12 17:36:47 -1000) > > are available in the Git repository at: > > gitolite@ra.kernel.org:/pub/scm/linux/kernel/git/davem/net.git Process question, any reason why you don't use signed tags? I noticed that you didn't use them in the past, just curious. thanks, greg k-h