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=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no 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 04ACCC4363A for ; Mon, 26 Oct 2020 13:30:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C530722281 for ; Mon, 26 Oct 2020 13:30:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1780067AbgJZNah (ORCPT ); Mon, 26 Oct 2020 09:30:37 -0400 Received: from smtprelay0108.hostedemail.com ([216.40.44.108]:42034 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1780052AbgJZNac (ORCPT ); Mon, 26 Oct 2020 09:30:32 -0400 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay08.hostedemail.com (Postfix) with ESMTP id B3ED1182CF668; Mon, 26 Oct 2020 13:30:25 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: arch63_1d0ef5f27273 X-Filterd-Recvd-Size: 1713 Received: from XPS-9350.home (unknown [47.151.133.149]) (Authenticated sender: joe@perches.com) by omf11.hostedemail.com (Postfix) with ESMTPA; Mon, 26 Oct 2020 13:30:24 +0000 (UTC) Message-ID: <6e36c8cf2c9cdcf7e6d8fd607b52c5e3621d9925.camel@perches.com> Subject: Re: [PATCH] um: include compiler_attributes.h where used From: Joe Perches To: Johannes Berg , linux-um@lists.infradead.org Cc: linux-kernel@vger.kernel.org, Johannes Berg , Geert Uytterhoeven , Christopher Obbard Date: Mon, 26 Oct 2020 06:30:22 -0700 In-Reply-To: <20201026124702.874c23068ecc.I4c3cbf992dc2c038117a01c2cd9a4c406b89ec94@changeid> References: <20201026124702.874c23068ecc.I4c3cbf992dc2c038117a01c2cd9a4c406b89ec94@changeid> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.38.1-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2020-10-26 at 12:47 +0100, Johannes Berg wrote: > From: Johannes Berg > > Joe's commit didn't only convert uses of __section(...) to add > the quotes, but _also_ converted 'raw' uses of __attribute__(()) > for setting the section to use __section, but didn't update the > includes where necessary. Add them now. Apologies and thank you. I believed the robot had done these compilation tests. > Fixes: 33def8498fdd ("treewide: Convert macro and uses of __section(foo) to __section("foo")") > Reported-by: Geert Uytterhoeven > Cause-identified-by: Christopher Obbard > Signed-off-by: Johannes Berg