From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sowmini Varadhan Subject: Re: [PATCH net-next] rds: do not call ->conn_alloc with GFP_KERNEL Date: Tue, 13 Feb 2018 12:07:47 -0500 Message-ID: <20180213170747.GL29321@oracle.com> References: <1518478238-164533-1-git-send-email-sowmini.varadhan@oracle.com> <20180213.120421.840213231623736121.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, santosh.shilimkar@oracle.com, rds-devel@oss.oracle.com To: David Miller Return-path: Received: from userp2130.oracle.com ([156.151.31.86]:60202 "EHLO userp2130.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965444AbeBMRHz (ORCPT ); Tue, 13 Feb 2018 12:07:55 -0500 Content-Disposition: inline In-Reply-To: <20180213.120421.840213231623736121.davem@davemloft.net> Sender: netdev-owner@vger.kernel.org List-ID: On (02/13/18 12:04), David Miller wrote: > > Let's not over-engineer this. For one thing, whatever allocation bits > came down from the callers, we are going to lose here. Ok, I was wondering how much of the sk_allocation we want to keep in the future, so I did this admittedly weird thing. I'll change it to the obvious and submit v3. --Sowmini