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=-5.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS 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 88197C352A3 for ; Mon, 10 Feb 2020 11:16:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6690620838 for ; Mon, 10 Feb 2020 11:16:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727490AbgBJLQ3 (ORCPT ); Mon, 10 Feb 2020 06:16:29 -0500 Received: from mail-ot1-f68.google.com ([209.85.210.68]:40156 "EHLO mail-ot1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726961AbgBJLQ3 (ORCPT ); Mon, 10 Feb 2020 06:16:29 -0500 Received: by mail-ot1-f68.google.com with SMTP id i6so5913613otr.7 for ; Mon, 10 Feb 2020 03:16:28 -0800 (PST) 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=HdAxilYe8KD8dugXEEGfXakClyulMrqBVKReUZpkgWE=; b=TmfKAyNk1XaeH7IQIhlzN+I+M4pmyZvR8YKADVRSwgkotAJ5lBp6a2TWtNfK8MnHM2 EnoZiNCjoRxKjITiCkczfi+xJkzHSIp/nc3C6NLCl1zbZfiQ2IpSqdMMBJ0SjHU6LJi9 wL4o3iCklUJpnVX/Sa8OoIELNOOf4aBlrIcQ+5YCY3qCpshjGKuj8776vgQYbsHGeQbI 3NWdc2txE5mcDBsxZZLt20rgacJwB92ooNiC7L74jaHfcjhb+SZKG6X4KWHVWuGJVDQk hON6XhbQzH5L/MTNreZuHOPdHAPCO7Xn8AG1wdFApbrc5uuLAA+PO5rgRBPE5KsyF8xs j+YQ== X-Gm-Message-State: APjAAAU2Vz+D4PNCUeWImQtxfNdO48QMJevvEPMk67OYGpE88YeaC/gM vTRTGktCsApRKMacKaGkrtce/qhHmLI1wzC5pWcQKUV0 X-Google-Smtp-Source: APXvYqyetNy63oYOZHinAU/sOLwqx25PceWQ0RFStuq+WBFOFX1G0Sio06WE6u8OAavcpqcd0PvLoQPsNTZVNJH+F28= X-Received: by 2002:a9d:dc1:: with SMTP id 59mr678554ots.250.1581333388498; Mon, 10 Feb 2020 03:16:28 -0800 (PST) MIME-Version: 1.0 References: <20200131124531.623136425@infradead.org> In-Reply-To: <20200131124531.623136425@infradead.org> From: Geert Uytterhoeven Date: Mon, 10 Feb 2020 12:16:17 +0100 Message-ID: Subject: Re: [PATCH -v2 00/10] Rewrite Motorola MMU page-table layout To: Peter Zijlstra , Will Deacon Cc: linux-m68k , Linux Kernel Mailing List , Michael Schmitz , Greg Ungerer Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Peter, Will, On Fri, Jan 31, 2020 at 1:56 PM Peter Zijlstra wrote: > In order to faciliate Will's READ_ONCE() patches: > > https://lkml.kernel.org/r/20200123153341.19947-1-will@kernel.org > > we need to fix m68k/motorola to not have a giant pmd_t. These patches do so and > are tested using ARAnyM/68040. > > Michael tested the previous version on his Atari Falcon/68030. > > Build tested for sun3/coldfire. > > Please consider! Thanks, applied and queued for v5.7, using an immutable branch named pgtable-layout-rewrite. https://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git/log/?h=pgtable-layout-rewrite 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