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=-10.4 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 649F5C4363A for ; Mon, 26 Oct 2020 11:53:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 288B222263 for ; Mon, 26 Oct 2020 11:53:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1771684AbgJZLxi (ORCPT ); Mon, 26 Oct 2020 07:53:38 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:58406 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1770204AbgJZLxh (ORCPT ); Mon, 26 Oct 2020 07:53:37 -0400 Received: from [IPv6:2a00:23c5:9900:2d00:fa7c:ed23:2f0a:448d] (unknown [IPv6:2a00:23c5:9900:2d00:fa7c:ed23:2f0a:448d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: obbardc) by bhuna.collabora.co.uk (Postfix) with ESMTPSA id 1BB191F44D4F; Mon, 26 Oct 2020 11:53:36 +0000 (GMT) Subject: Re: [PATCH] um: include compiler_attributes.h where used To: Johannes Berg , linux-um@lists.infradead.org Cc: Joe Perches , Geert Uytterhoeven , linux-kernel@vger.kernel.org, Johannes Berg References: <20201026124702.874c23068ecc.I4c3cbf992dc2c038117a01c2cd9a4c406b89ec94@changeid> From: Christopher Obbard Message-ID: <87590278-a3df-0af0-b94f-0eef2cc857c2@collabora.com> Date: Mon, 26 Oct 2020 11:53:34 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20201026124702.874c23068ecc.I4c3cbf992dc2c038117a01c2cd9a4c406b89ec94@changeid> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 26/10/2020 11:47, 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. > > 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 Tested-by: Christopher Obbard