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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS 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 C9744C47404 for ; Fri, 11 Oct 2019 07:49:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A523721D7A for ; Fri, 11 Oct 2019 07:49:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726642AbfJKHtY (ORCPT ); Fri, 11 Oct 2019 03:49:24 -0400 Received: from mail-ot1-f68.google.com ([209.85.210.68]:37328 "EHLO mail-ot1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726461AbfJKHtY (ORCPT ); Fri, 11 Oct 2019 03:49:24 -0400 Received: by mail-ot1-f68.google.com with SMTP id k32so7200763otc.4; Fri, 11 Oct 2019 00:49:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=cXN+zRgmCQohqXmd61dtsclsBrxaUdjkWuLDpZ7x1eg=; b=COmSH8lMqsRhwcQgjIf7DYyIQ79i5Yi+/aTG24ZMJbHeKBXN+3XJwwxEMVaXlb4xca TkUjssp5ibE/4JMUg+zuGFj3fTAY6qCwFaiYRJfCuwX5lYXmFDu0BmKA5fMxGyYcPQww 1nuiRubEW9rZP/SPdhLZLH9CmK1ZSEwZBVrfr9YIZOUGvJiLgZwVxHvV8F3pqoA72klJ 45vLOKvfoIXCe6mGJ6FegixxHXmdvuz8lPQjq3voEpIlZqZA9IuMVp7ApTuYPaTtYiz1 3Q0sWEZKjPXralVQDmAtHTSbDTbEv6M5Ct1p+7pHG43P2Bw7PTJ/5dpZsmMdtbEwTf9Q o6Hw== X-Gm-Message-State: APjAAAVEc/ykruojrpubaWu+vVplF2xXo2Kgt9pcoDFti2kTkhTrTWz4 X+Mpdipjy4awokU4qAn4qMeomw1qs9JERiF2XhY= X-Google-Smtp-Source: APXvYqwqVxfC2cNUYKhwcqXPFeJg2d1bFBSsmVLGAXW7oEd6d1E5TBDxF8h/vtJ2zwm35tbMgZpLEGXynIDHXf1hv80= X-Received: by 2002:a05:6830:1544:: with SMTP id l4mr3638195otp.297.1570780163122; Fri, 11 Oct 2019 00:49:23 -0700 (PDT) MIME-Version: 1.0 References: <20191011000609.29728-1-keescook@chromium.org> <20191011000609.29728-14-keescook@chromium.org> In-Reply-To: <20191011000609.29728-14-keescook@chromium.org> From: Geert Uytterhoeven Date: Fri, 11 Oct 2019 09:49:12 +0200 Message-ID: Subject: Re: [PATCH v2 13/29] vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA To: Kees Cook Cc: Borislav Petkov , Rick Edgecombe , Dave Hansen , Andy Lutomirski , Arnd Bergmann , Michael Ellerman , Heiko Carstens , Will Deacon , Linux-Arch , Linux ARM , linuxppc-dev , alpha , "linux-ia64@vger.kernel.org" , linux-s390 , linux-c6x-dev@linux-c6x.org, Yoshinori Sato , Michal Simek , Parisc List , linux-xtensa@linux-xtensa.org, "the arch/x86 maintainers" , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Sender: linux-parisc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-parisc@vger.kernel.org On Fri, Oct 11, 2019 at 2:07 AM Kees Cook wrote: > Rename RW_DATA_SECTION to RW_DATA. (Calling this a "section" is a lie, > since it's multiple sections and section flags cannot be applied to > the macro.) > > Signed-off-by: Kees Cook > arch/m68k/kernel/vmlinux-nommu.lds | 2 +- > arch/m68k/kernel/vmlinux-std.lds | 2 +- > arch/m68k/kernel/vmlinux-sun3.lds | 2 +- For m68k: Acked-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds