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=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, 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 CF6D7C433B4 for ; Fri, 14 May 2021 17:40:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B0B286145D for ; Fri, 14 May 2021 17:40:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235200AbhENRlW (ORCPT ); Fri, 14 May 2021 13:41:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38862 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230487AbhENRlV (ORCPT ); Fri, 14 May 2021 13:41:21 -0400 Received: from mail-ej1-x633.google.com (mail-ej1-x633.google.com [IPv6:2a00:1450:4864:20::633]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 66AD2C061574 for ; Fri, 14 May 2021 10:40:08 -0700 (PDT) Received: by mail-ej1-x633.google.com with SMTP id c20so10350351ejm.3 for ; Fri, 14 May 2021 10:40:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=3bmbAftPboaY7hu+DnMgt2b6hH50EmPqKJHrC7bAGn8=; b=OCUpNcjguSpqlmqGqLclnsNCOhgzU3pBtJ+0aWvCc2SR59QNIHWTyn2iHNnFIXoHb/ IlrJnYgxa3QKa7TD5DPjuhh0hv9dsnnG2SJC44eepw5A/YU6NsZQR/5smJrlWciM7Uz7 oY/UTgSqeb9/fYqELWpyA+6END7cpdJzA1bkA= 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=3bmbAftPboaY7hu+DnMgt2b6hH50EmPqKJHrC7bAGn8=; b=frv4yUgmF4I7hvDpWMs2LCYAugX3xqMVL7uLTszkJotVsXMWXPNes98IHl3NGKXndW 9v5uTI54VkoHYhn7sh8eLCjpIUWpOWq7OpW9M/lv4qfzs2lWrQow+Ak6vXbIUR7khrqE UIuk9K4B4BeCSi2og9ZPCjxo6SdqtOk56ywuNoblmpjNbnRgTcxm9o0hZJnvhFVyluvD U6tqKt04MLTSat0MFxgbZSLBIQvcOc3vxvCUlVR+QCDfxEQlt2JowuNFU0OC1V/50ZAJ O5UYgF1Zx2YeeQfsTy6UqOQPo+0ZM74ZaImvou678q2qdQUmEw1magY9oV5lWfKtRLVI UWFw== X-Gm-Message-State: AOAM533xQexQoPu27UUSHFgLTi4aCsc6ABZ/RkK3fuy5PqEGPHxaPQxb 1EboHuX35Ph9xNOql+bZ23u701/tt7XuZfmgr+k= X-Google-Smtp-Source: ABdhPJwT4eFxCE7Tmm5l2OFuojJqlBcXHr33l9NSmnXPXy7vAjiJzAd41Fv7mhYmZ493M1YxhsHWaQ== X-Received: by 2002:a17:906:3452:: with SMTP id d18mr4273915ejb.24.1621014006972; Fri, 14 May 2021 10:40:06 -0700 (PDT) Received: from mail-ed1-f43.google.com (mail-ed1-f43.google.com. [209.85.208.43]) by smtp.gmail.com with ESMTPSA id a22sm5097662edu.14.2021.05.14.10.40.06 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 14 May 2021 10:40:06 -0700 (PDT) Received: by mail-ed1-f43.google.com with SMTP id f1so13342809edt.4 for ; Fri, 14 May 2021 10:40:06 -0700 (PDT) X-Received: by 2002:a2e:9251:: with SMTP id v17mr38807472ljg.507.1621013573543; Fri, 14 May 2021 10:32:53 -0700 (PDT) MIME-Version: 1.0 References: <20210514100106.3404011-1-arnd@kernel.org> In-Reply-To: <20210514100106.3404011-1-arnd@kernel.org> From: Linus Torvalds Date: Fri, 14 May 2021 10:32:37 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 00/13] Unify asm/unaligned.h around struct helper To: Arnd Bergmann Cc: linux-arch , Vineet Gupta , Arnd Bergmann , Amitkumar Karwar , Benjamin Herrenschmidt , Borislav Petkov , Eric Dumazet , Florian Fainelli , Ganapathi Bhat , Geert Uytterhoeven , "H. Peter Anvin" , Ingo Molnar , Jakub Kicinski , James Morris , Jens Axboe , John Johansen , Jonas Bonn , Kalle Valo , Michael Ellerman , Paul Mackerras , Rich Felker , "Richard Russon (FlatCap)" , Russell King , "Serge E. Hallyn" , Sharvari Harisangam , Stafford Horne , Stefan Kristiansson , Thomas Gleixner , Vladimir Oltean , Xinming Hu , Yoshinori Sato , "the arch/x86 maintainers" , Linux Kernel Mailing List , Linux ARM , linux-m68k , Linux Crypto Mailing List , openrisc@lists.librecores.org, linuxppc-dev , Linux-sh list , linux-sparc , linux-ntfs-dev@lists.sourceforge.net, linux-block , linux-wireless , Netdev , LSM List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 14, 2021 at 3:02 AM Arnd Bergmann wrote: > > I've included this version in the asm-generic tree for 5.14 already, > addressing the few issues that were pointed out in the RFC. If there > are any remaining problems, I hope those can be addressed as follow-up > patches. This continues to look great to me, and now has the even simpler remaining implementation. I'd be tempted to just pull it in for 5.13, but I guess we don't actually have any _outstanding_ bug in this area (the bug was in our zlib code, required -O3 to trigger, has been fixed now, and the biggy case didn't even use "get_unaligned()"). So I guess your 5.14 timing is the right thing to do. Linus