From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755195AbcGFPDN (ORCPT ); Wed, 6 Jul 2016 11:03:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41247 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753300AbcGFPDL (ORCPT ); Wed, 6 Jul 2016 11:03:11 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: References: <146772433082.21657.14046392058484946464.stgit@warthog.procyon.org.uk> <146772435939.21657.15502992311223735001.stgit@warthog.procyon.org.uk> To: Andy Lutomirski Cc: dhowells@redhat.com, "David S. Miller" , Herbert Xu , Network Development , "linux-kernel@vger.kernel.org" , Andy Lutomirski , linux-afs@lists.infradead.org Subject: Re: [PATCH net-next 04/24] rxrpc: Avoid using stack memory in SG lists in rxkad MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <31309.1467817388.1@warthog.procyon.org.uk> Date: Wed, 06 Jul 2016 16:03:08 +0100 Message-ID: <31310.1467817388@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Wed, 06 Jul 2016 15:03:11 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Andy Lutomirski wrote: > > From: Herbert Xu > > > > rxkad uses stack memory in SG lists which would not work if stacks were > > allocated from vmalloc memory. In fact, in most cases this isn't even > > necessary as the stack memory ends up getting copied over to kmalloc > > memory. > > This version no longer applies to Linus' tree, so I'm dropping it from > my series. This version of your rxrpc patch? There haven't been any conflicting upstream changes for a month. Do you object to me carrying my version of the patch since it fits in with the changes I've been making? David