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,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 D1094C47404 for ; Fri, 11 Oct 2019 07:50:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B46F820679 for ; Fri, 11 Oct 2019 07:50:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727184AbfJKHuB (ORCPT ); Fri, 11 Oct 2019 03:50:01 -0400 Received: from mail-ot1-f68.google.com ([209.85.210.68]:36760 "EHLO mail-ot1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726829AbfJKHuA (ORCPT ); Fri, 11 Oct 2019 03:50:00 -0400 Received: by mail-ot1-f68.google.com with SMTP id 67so7199318oto.3; Fri, 11 Oct 2019 00:49:58 -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=9x3/cDB6PwQR0s+Phj11ZK3bUY2nRE9yOnXorXSrffA=; b=Ll2lCJMdFu/joamcvFefwNkKU0iuaDD/PWg2CSIXA9BieBZC9RAmuBjl/xFcVVCBPV m73Ik23xKj/NFcQtwlTfmaLF4rpmsmXwkXkR3eHay5BoXSvSA6A9n8m8DU5O7O/4k3yJ fJmAz4H33ZjW/dxtjC+vZXXv9XwEZo1unNX+MnGcqhdNquhQBOWFQf+CJnbRFuLZu2h3 UnJ0fsoAaq5cvem1g+Hod6xy3lkfce6r6CrV7fWvOE5BDhx1csvIT5rua0U9rKZdyaiD mNAih3eYqwvTp5ze58QXZy3Me+cgDi8VS9SNGsA6B8H2zM44/Xv1lzOo48+hTpYzulH/ pkbA== X-Gm-Message-State: APjAAAXpMmjKRDzcTb8xL3bLGxoIYUdyRvvw4YYVevm3dED93S02CPNq ELcLqss5xP3ewI8am4zfpQKYBk269uNxmKsp07Q= X-Google-Smtp-Source: APXvYqzJCUSr68IdNnXRm+PcuWp7xfU4DRvosjpGQ70mELArtPXAo+zUfEKqQC0cweLEsachiHT5ajqOtTTMdIKhbv4= X-Received: by 2002:a05:6830:1685:: with SMTP id k5mr11303222otr.250.1570780198260; Fri, 11 Oct 2019 00:49:58 -0700 (PDT) MIME-Version: 1.0 References: <20191011000609.29728-1-keescook@chromium.org> <20191011000609.29728-13-keescook@chromium.org> In-Reply-To: <20191011000609.29728-13-keescook@chromium.org> From: Geert Uytterhoeven Date: Fri, 11 Oct 2019 09:49:47 +0200 Message-ID: Subject: Re: [PATCH v2 12/29] vmlinux.lds.h: Replace RO_DATA_SECTION with RO_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: > Finish renaming RO_DATA_SECTION to RO_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 +- 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