Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752779AbdGLRzR (ORCPT ); Wed, 12 Jul 2017 13:55:17 -0400 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:57498 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752617AbdGLRzP (ORCPT ); Wed, 12 Jul 2017 13:55:15 -0400 Date: Wed, 12 Jul 2017 18:55:06 +0100 From: Will Deacon To: Arnd Bergmann Cc: Palmer Dabbelt , Olof Johansson , Andrew Morton , albert@sifive.com, Masahiro Yamada , Michal Marek , Peter Zijlstra , Boqun Feng , Ingo Molnar , Daniel Lezcano , Thomas Gleixner , Jason Cooper , Marc Zyngier , gregkh , Jiri Slaby , David Miller , Mauro Carvalho Chehab , Stephen Rothwell , =?iso-8859-1?Q?Fr=E9d=E9ric?= Weisbecker , Al Viro , "Luis R. Rodriguez" , Doug Ledford , Bart Van Assche , sstabellini@kernel.org, Daniel Vetter , Michael Ellerman , Mark Salter , Nicolas Dichtel , James Hogan , Paul Gortmaker , Guenter Roeck , Heiko Carstens , Martin Schwidefsky , Linux Kernel Mailing List , patches@groups.riscv.org Subject: Re: RISC-V Linux Port v6 Message-ID: <20170712175505.GG15191@arm.com> References: <20170712013130.14792-1-palmer@dabbelt.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2736 Lines: 53 On Wed, Jul 12, 2017 at 09:58:01AM +0200, Arnd Bergmann wrote: > On Wed, Jul 12, 2017 at 3:31 AM, Palmer Dabbelt wrote: > > While it's only been a day since the last patch set (which might be a bit > > fast), I've generally been spinning new patch sets whenever I get through my > > inbox. For my other patch sets I've managed to get buried in a week's worth of > > email in a few hours, but for this one it appears there's been significantly > > less feedback so I've managed to get through everything. I'm hoping that's a > > good sign: either I've started to figure out what I'm doing or the code has > > gotten better -- hopefully it doesn't mean everyone else has given up :). > > I don't seem have received the last few versions, but I did get this one, > good to see the progress! > > A few general notes for the next version: > > - please always include the patch version in the subject for each > patch, as 'git format-patch -v 7' will do. > > - In the introductory mail, list the entire history since v1 if you can > reconstruct it. I'm pretty lost now keeping track of earlier versions > and what has changed compared to this one, so I'd have to start > reviewing from scratch. > > > As it's been only a day, the changes are pretty minimal: > > > > * The patch set is now based on linux-next/master, which I believe is a better > > base now that we're getting closer to upstream. > > It's not entirely clear though. Until the end of the merge window, this is fine, > as stuff in linux-next today is likely to end up in 4.13-rc1 on Sunday. > However, once -rc1 is out, you should base your patches on that to > get a bisectable patch series once it is merged. If there are conflicts > or dependencies on other trees that get scheduled for 4.14, we have > to see how to resolve them one at a time. > > > At this point I'm not really sure how to proceed: reviews have calmed down > > quite a bit over the last two weeks, but I'm not familiar with the Linux > > development process enough to know how to get closer to upstream. Is this > > ready for inclusion into another tree? If so, is linux-next the right tree to > > work off of? > > Without having looked at the current state of the patch series, I would > guess that next week is a good time to ask for inclusion *in* linux-next, > while continuing the review. My only concern about getting this into -next is that is sets expectations that this is going to land in the next merge window, but we're unable to review much of the atomics, barriers and locking code because the architecture document is being rewritten and is not yet available: https://marc.info/?i=8709419e3d964b86b025bb35a6b55440%40HQMAIL105.nvidia.com Will