From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753552AbcIAXny (ORCPT ); Thu, 1 Sep 2016 19:43:54 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:40868 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751212AbcIAXnv (ORCPT ); Thu, 1 Sep 2016 19:43:51 -0400 Date: Thu, 01 Sep 2016 16:43:50 -0700 (PDT) Message-Id: <20160901.164350.188976129063571139.davem@davemloft.net> To: dhowells@redhat.com Cc: netdev@vger.kernel.org, linux-afs@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next 1/1] rxrpc: Don't expose skbs to in-kernel users [ver #2] From: David Miller In-Reply-To: <147258612700.22464.16394006856318134180.stgit@warthog.procyon.org.uk> References: <147258609952.22464.8997026814758565636.stgit@warthog.procyon.org.uk> <147258612700.22464.16394006856318134180.stgit@warthog.procyon.org.uk> X-Mailer: Mew version 6.7 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Thu, 01 Sep 2016 16:43:51 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: David Howells Date: Tue, 30 Aug 2016 20:42:14 +0100 > Don't expose skbs to in-kernel users, such as the AFS filesystem, but > instead provide a notification hook the indicates that a call needs > attention and another that indicates that there's a new call to be > collected. ... > Signed-off-by: David Howells Ok, I tried this one instead. If no warnings, I'll push it to net-next. Thanks.