Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp4493623img; Tue, 26 Mar 2019 10:25:49 -0700 (PDT) X-Google-Smtp-Source: APXvYqyZqoSFNejpycagmzxJOrp0ZupHFgUY9H8vyi5KrBd3S4vUt9AgqN10k8Yo6hKPqnsuCohn X-Received: by 2002:a65:4549:: with SMTP id x9mr30842863pgr.3.1553621149032; Tue, 26 Mar 2019 10:25:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553621149; cv=none; d=google.com; s=arc-20160816; b=whKOXVkHK88BeXjHY3mR/X7FlfAzPc3f/ZhNNZz/ag4V1KKtbmIq31kKLHWei/F4AF eO7TYela8zCU6LmH3RwsUyQ2hXWlqOb4Z42wpwgh2PMvYvZ47XwH1/WSvoLKscq4s4zc DA6HRj69c3a+IP0MIae/8kWEn+mkF/qysvy4wmHVPsRIVlz4Eol7md72vnQ/Q+UPaPVw VzskHmGJmKzv+4gJmrFO2t1MgddAN2yU93J5hE6ikhg1/2cRn/nf88jWHLz+PpZaOz2Y gC3JP39O7TV+jyjCiljzYqlrJZGbTTDQBJUo+L5zpf4vLBvKAAhN8xTx7VSofl58UDpC lUsg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=qcDXF+BRkSEYPoVYiYPmKTFys+kscR2Ncs225lin2oY=; b=onAdZq9i5LSntwvE3Gq60mXxXppTzzfm9XbkStZt3hF2PMIJqCABmG/ja6ugXW48De AVeERAB/TuLmhkb+pFZDfLp8Bq6Kf5qLG5tDjsrxw/ibS49FOHhL270/Auto9+tFeoQl Nf/pqlKVDLP+/8oo4owVUyCxUDp01eYT57xQ49O4ml5bOwkcqoL0mgkJDiEpUR9bNXHB 5+b/HkycJkeLztu0LrQtIq4xkREI8LAFRs1suhI2u8SqVMW+vREeWrEDAVDieHiuKfiI b+MeSoSXXxBdQxqHnjELcu/UbIsVRtAZziprZcagbvexGd35QSoxMT6PxJLk4Ad4CDnm +FVA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j37si14009817plb.236.2019.03.26.10.25.33; Tue, 26 Mar 2019 10:25:49 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732208AbfCZRYL (ORCPT + 99 others); Tue, 26 Mar 2019 13:24:11 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:48983 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728314AbfCZRYI (ORCPT ); Tue, 26 Mar 2019 13:24:08 -0400 Received: from p5492e2fc.dip0.t-ipconnect.de ([84.146.226.252] helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1h8pnv-0002Tu-W4; Tue, 26 Mar 2019 18:24:04 +0100 Date: Tue, 26 Mar 2019 18:24:03 +0100 (CET) From: Thomas Gleixner To: Andi Kleen cc: x86@kernel.org, akpm@linux-foundation.org, linux-kernel@vger.kernel.org, Andi Kleen Subject: Re: [PATCH 08/17] x86/speculation: Fix __initconst in bugs.c In-Reply-To: <20190321220009.29334-9-andi@firstfloor.org> Message-ID: References: <20190321220009.29334-1-andi@firstfloor.org> <20190321220009.29334-9-andi@firstfloor.org> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8323329-551196898-1553621043=:1789" X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-551196898-1553621043=:1789 Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: 8BIT On Thu, 21 Mar 2019, Andi Kleen wrote: Finally found a fix in the pile of unrelated crap. Subject: x86/speculation: Fix __initconst in bugs.c So how does this fix __initconst? Again from Documentation: "The summary phrase in the email?s Subject should concisely describe the patch which that email contains. The summary phrase should not be a filename." Also instead of having the file name in the subject line, which is completely uninteresting the prefix should be 'x86/cpu/bugs:' > Fix some of the recently added const tables to use __initconst > for const data instead of __initdata which causes section attribute > conflicts. > > Signed-off-by: Andi Kleen This lacks a 'Fixes:' tag. Thanks, tglx --8323329-551196898-1553621043=:1789--