Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751990AbdLBArS (ORCPT ); Fri, 1 Dec 2017 19:47:18 -0500 Received: from mail-io0-f182.google.com ([209.85.223.182]:42445 "EHLO mail-io0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751699AbdLBArR (ORCPT ); Fri, 1 Dec 2017 19:47:17 -0500 X-Google-Smtp-Source: AGs4zMZbMznKzeWvjjEyz7Wvh1r6AWHXjCRr6tS5j+XLsfbC2uQ8d4t/gipLbeyjnB9IxR+E1Xh+4B2c3/K/wGc1KkI= MIME-Version: 1.0 In-Reply-To: References: From: Linus Torvalds Date: Fri, 1 Dec 2017 19:47:16 -0500 X-Google-Sender-Auth: BF2dqDwynqvJYyXXh0h8DUVr7V8 Message-ID: Subject: Re: [GIT PULL] RISC-V Cleanups and ABI Fixes for 4.15-rc2 To: Palmer Dabbelt Cc: Linux Kernel Mailing List , patches@groups.riscv.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1159 Lines: 25 On Fri, Dec 1, 2017 at 4:39 PM, Palmer Dabbelt wrote: > > I've been maintaining the various cleanup patch sets I have as their own > branches, which I then merged together and signed. Each merge commit > has a short summary of the changes, and each branch is based on your > latest tag (4.15-rc1, in this case). If this isn't the right way to do > this then feel free to suggest something else, but it seems sane to me. The individual branches with merges look fine. What I don't really like is how very recent they are. Many of the commits were done today, and thus clearly were never through the 0-day robot etc. I don't actually think the 0day robot does RISC-V at all, at least not yet, so in this case it probably doesn't really matter, but in general I _hate_ seeing pull requests that come in on a Friday afternoon where a lot of the commits clearly happened that same day. It's simply a sign of things likely having been rushed, which in turn often leads to issues down the line. So the structure of the history looks ok, but I hope that "very recently made" is a one-time thing rather than a pattern. Ok? Linus