From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935316AbdEWBZq (ORCPT ); Mon, 22 May 2017 21:25:46 -0400 Received: from bombadil.infradead.org ([65.50.211.133]:33866 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932514AbdEWBZn (ORCPT ); Mon, 22 May 2017 21:25:43 -0400 Subject: Re: RISC-V Linux Port v1 To: Olof Johansson , Palmer Dabbelt Cc: "linux-kernel@vger.kernel.org" , Arnd Bergmann , albert@sifive.com References: <20170523004107.536-1-palmer@dabbelt.com> From: Randy Dunlap Message-ID: Date: Mon, 22 May 2017 18:25:41 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/22/17 18:16, Olof Johansson wrote: > Hi Palmer, > > On Mon, May 22, 2017 at 5:41 PM, Palmer Dabbelt wrote: > >> In addition to the threaded messages, our port can be found on Git Hib >> >> https://github.com/riscv/riscv-linux/tree/riscv-for-submission-v1 >> >> [PATCH 1/7] RISC-V: Top-Level Makefile for riscv{32,64} >> [PATCH 2/7] RISC-V: arch/riscv Makefile and Kconfigs >> [PATCH 3/7] RISC-V: Device Tree Documentation >> [PATCH 4/7] RISC-V: arch/riscv/include >> [PATCH 5/7] RISC-V: arch/riscv/lib >> [PATCH 6/7] RISC-V: arch/riscv/kernel >> [PATCH 7/7] RISC-V: arch/riscv/mm > > So, one overall comment on this patchset is that it's not bisectable > (i.e. early patches add Makefile contents that refers to directories > not yet introduced). > > While it's not overly important to really split up a new architecture > introduction into small incremental patches, we generally strive to > have the tree fully buildable at any given commit. Some minor > rearranging would alleviate these problems. Neither the email patches nor the git tree have any Signed-off-by: entries AFAICT. -- ~Randy