Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp3119627imu; Fri, 18 Jan 2019 05:13:48 -0800 (PST) X-Google-Smtp-Source: ALg8bN7KKfDea69Vnyu5iDUYlDBQ0Iwa00GGa1PsD6lL8BLekTk4i8IC7qIRbkL96+K34sgLD5nl X-Received: by 2002:a63:89c2:: with SMTP id v185mr16387722pgd.97.1547817228387; Fri, 18 Jan 2019 05:13:48 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547817228; cv=none; d=google.com; s=arc-20160816; b=O+C6xlNIEuiP95Rc8ezlhQW8g2eaFlzgO0vwymFGwJUt9yIzAn4Y2peTxSWv9mB5GF /AdIUDJ74T22l7PuuFxeGcMhq/O1/7JLMI0ozrJOSqQ1AoHnxbu/sh5XejxqkdHh1v9e cGOaByHc0aNOnA85JVERbEQhggU0B8Qlf1UTBgmbkH7PizH961+Fv4ra8VE19RejNGm2 5aZ2Q5IjWCg5bkNZxcwTVZc6nCGamnKx1Kdjgea6m49CKKGmC2aTNy/eTq3O/oTSSdFQ 5aUjPY91feaYwUQCiip+jRMog/wzDM+owpyGRv/vbXm2RLwSIdT8d0UKzm6yeHkVmKh4 JJeQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=VCP2C1O7evnP1I8CrGhgpUI9yD/HvpW0wYzmN/JRFkU=; b=EhgDElYnNzkzBS1pU8c7vTaoURGNNz2VPcHjSI8lLXch4suEbpwn5BMjfbBjVe9r3H f3aJWTZsty1ytXsC6qPyCRNQIF6soF4FMyScE3Mw7Uc7EpgKXMggvAZNOXbsqJDfWS+x m3BkW/Yd4GmQFIcQsdzl6Tym8DPqQW/Bmmv7kU7zV/jtf18c/4n6egGlOqu0y+F6nMf3 zeFjbfgD6VxnyzDc+/GERI+hWLI/bxaenVqI5SA8eOwLyNoqiA3POgmwdvAXgtFxZVjx eXiUV4y/XEaVwgLhnwkmcle18mZPMkeRQarpShFj3evxYXjoprTanxWv+Efjwckj/mbg SbEw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s5si4567368pfi.134.2019.01.18.05.13.29; Fri, 18 Jan 2019 05:13:48 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727517AbfARNLG (ORCPT + 99 others); Fri, 18 Jan 2019 08:11:06 -0500 Received: from charlotte.tuxdriver.com ([70.61.120.58]:38747 "EHLO smtp.tuxdriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727100AbfARNLG (ORCPT ); Fri, 18 Jan 2019 08:11:06 -0500 Received: from cpe-2606-a000-111b-405a-f7a2-17fc-4213-1a54.dyn6.twc.com ([2606:a000:111b:405a:f7a2:17fc:4213:1a54] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1gkTv8-0005IY-5o; Fri, 18 Jan 2019 08:11:00 -0500 Date: Fri, 18 Jan 2019 08:10:22 -0500 From: Neil Horman To: Marcelo Ricardo Leitner Cc: Kent Overstreet , Andrew Morton , linux-kernel@vger.kernel.org, Vlad Yasevich , linux-sctp@vger.kernel.org Subject: Re: [PATCH 6/7] sctp: Convert to genradix Message-ID: <20190118131022.GA22165@hmswarspite.think-freely.org> References: <20181217131929.11727-1-kent.overstreet@gmail.com> <20181217131929.11727-7-kent.overstreet@gmail.com> <20181217125001.8e89ac2565417d55ef7a624e@linux-foundation.org> <20181217210021.GA7144@kmo-pixel> <20190115142926.GQ23855@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190115142926.GQ23855@localhost.localdomain> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Score: -2.9 (--) X-Spam-Status: No Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 15, 2019 at 12:29:26PM -0200, Marcelo Ricardo Leitner wrote: > On Mon, Dec 17, 2018 at 04:00:21PM -0500, Kent Overstreet wrote: > > On Mon, Dec 17, 2018 at 12:50:01PM -0800, Andrew Morton wrote: > > > On Mon, 17 Dec 2018 08:19:28 -0500 Kent Overstreet wrote: > > > > > > > @@ -535,9 +470,6 @@ int sctp_send_add_streams(struct sctp_association *asoc, > > > > goto out; > > > > } > > > > > > > > - stream->incnt = incnt; > > > > - stream->outcnt = outcnt; > > > > - > > > > asoc->strreset_outstanding = !!out + !!in; > > > > > > > > > > I'm seeing a reject here for some reason. Using todays's linux-next, > > > but there are no changes against net/sctp/stream.c in -next. The > > > assignment to stream->incnt has disappeared. I did this: > > > > > > @@ -535,8 +470,6 @@ int sctp_send_add_streams(struct sctp_as > > > goto out; > > > } > > > > > > - stream->outcnt = outcnt; > > > - > > > asoc->strreset_outstanding = !!out + !!in; > > > > > > out: > > > > > > > > > We're at 4.20-rc7 and this series is rather large. I'll merge them all > > > to see what happens, but I don't think it's 4.21-rc1 material? > > > > Yeah, agreed. Thanks! > > Ping? Where did this go? > As I recall kent reposted his series convirting flex_arrays to radix trees such that it included sctp's uses. I think xin needs to repost the sctp reallocation patch to make use of those radix trees appropriately still (assuming any additional work still needs to be done) Neil > Marcelo >