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=-0.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,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 D13C2C43A1D for ; Thu, 12 Jul 2018 06:33:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7FC6A20BF2 for ; Thu, 12 Jul 2018 06:33:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=agner.ch header.i=@agner.ch header.b="IU+s2IMc" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7FC6A20BF2 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=agner.ch 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 S1732371AbeGLGlK (ORCPT ); Thu, 12 Jul 2018 02:41:10 -0400 Received: from mail.kmu-office.ch ([178.209.48.109]:55040 "EHLO mail.kmu-office.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726884AbeGLGlK (ORCPT ); Thu, 12 Jul 2018 02:41:10 -0400 Received: from webmail.kmu-office.ch (unknown [IPv6:2a02:418:6a02::a3]) by mail.kmu-office.ch (Postfix) with ESMTPSA id 7D32E5C156E; Thu, 12 Jul 2018 08:32:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=agner.ch; s=dkim; t=1531377171; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+hZ/zYmH19TkpVNkzCRKN/sNGJn4UALSQxarNByK0Ak=; b=IU+s2IMcDJea5PYaIk1hB3SGeH7a3ChvI98753h48QKMn5sinSIdsUGZseXO12PNPx8Ye2 QtVYcpBSL9XxyqFC0AcAjOW9ELnZwJBUjbyCB/N72PE6zCmnVzS4LVzccSbN6wvbz/CeB0 MaXi6Qf+SRQhQZrjS48xwl/DYpCB4TY= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Date: Thu, 12 Jul 2018 08:32:47 +0200 From: Stefan Agner To: Russell King Cc: Stephen Rothwell , Linux-Next Mailing List , Linux Kernel Mailing List , "Steven Rostedt (VMware)" Subject: Re: linux-next: Signed-off-by missing for commit in the arm-current tree In-Reply-To: <20180711215644.GA18831@flint.armlinux.org.uk> References: <20180712073803.7bfbbf1a@canb.auug.org.au> <20180711215644.GA18831@flint.armlinux.org.uk> Message-ID: <10a54594d17b6d2fa0e85ced00b4a7d5@agner.ch> X-Sender: stefan@agner.ch User-Agent: Roundcube Webmail/1.3.4 X-Spamd-Result: default: False [-0.10 / 15.00]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; TO_DN_ALL(0.00)[]; RCPT_COUNT_FIVE(0.00)[5]; MIME_GOOD(-0.10)[text/plain]; FROM_HAS_DN(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; DKIM_SIGNED(0.00)[]; RCVD_COUNT_ZERO(0.00)[0]; ASN(0.00)[asn:29691, ipnet:2a02:418::/29, country:CH]; RCVD_TLS_ALL(0.00)[]; BAYES_HAM(-0.00)[42.97%]; ARC_NA(0.00)[] Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11.07.2018 23:56, Russell King wrote: > On Thu, Jul 12, 2018 at 07:38:03AM +1000, Stephen Rothwell wrote: >> Hi Russell, >> >> Commit >> >> 6ef09e48c2bc ("ARM: 8780/1: ftrace: Only set kernel memory back to read-only after boot") >> >> is missing a Signed-off-by from its author. > > Thanks for spotting, but it's worse than that. It does have a sign-off > from its author, but the authorship wasn't preserved by Stefan Agner > (no From: line in the email body, as there was in Steven's original > post to the mailing list.) I'll fix that in the next few days. Hm, not sure how that exactly happened. I uploaded a patch file generated by git format-patch using the web interface, there was still a header: >From a55f4af25b9299f35481bc89982590941aaae612 Mon Sep 17 00:00:00 2001 From: "Steven Rostedt (VMware)" Date: Thu, 21 Jun 2018 12:47:10 -0400 Subject: [PATCH] ARM: ftrace: Only set kernel memory back to read-only after boot I probably should have added the line to the message field? Sorry about that! -- Stefan