From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1833FC46470 for ; Tue, 7 Aug 2018 16:57:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D2DFA21884 for ; Tue, 7 Aug 2018 16:57:31 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D2DFA21884 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linutronix.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389631AbeHGTMm (ORCPT ); Tue, 7 Aug 2018 15:12:42 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:49062 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727429AbeHGTMl (ORCPT ); Tue, 7 Aug 2018 15:12:41 -0400 Received: from hsi-kbw-5-158-153-52.hsi19.kabel-badenwuerttemberg.de ([5.158.153.52] helo=nanos.tec.linutronix.de) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1fn5IL-0003NJ-Io; Tue, 07 Aug 2018 18:57:17 +0200 Date: Tue, 7 Aug 2018 18:57:14 +0200 (CEST) From: Thomas Gleixner To: Nick Desaulniers cc: hpa@zytor.com, david.laight@aculab.com, LKML , jdelvare@suse.de, Ingo Molnar , linux-tip-commits@vger.kernel.org, sedat.dilek@gmail.com Subject: Re: [tip:x86/urgent] x86/irqflags: Provide a declaration for native_save_fl In-Reply-To: Message-ID: References: <20180803170550.164688-1-ndesaulniers@google.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 7 Aug 2018, Nick Desaulniers wrote: > On Tue, Aug 7, 2018 at 12:29 AM Thomas Gleixner wrote: > > On Mon, 6 Aug 2018, Nick Desaulniers wrote: > > > also, there were tested by's reported: > > > > > > Tested-by: David Laight > > > Tested-by: Sedat Dilek > > > > Which came in after I applied it.... > > I've seen other maintainers revise commit messages before sending pull > requests along, but I guess that's problematic as anyone else who has > pulled before the revision would then have a merge conflict. In general I avoid redoing commits for that reason and others and one of the reasons why we have the Link: tag in the commit message is to be able to look up such additional information easily - assumed that the archives have not vanished from the planet. Thanks, tglx