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 0E6C8C433B4 for ; Fri, 14 May 2021 17:33:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EC0FC613EC for ; Fri, 14 May 2021 17:33:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235124AbhENReR (ORCPT ); Fri, 14 May 2021 13:34:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37296 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235093AbhENReR (ORCPT ); Fri, 14 May 2021 13:34:17 -0400 Received: from mail-ed1-x52e.google.com (mail-ed1-x52e.google.com [IPv6:2a00:1450:4864:20::52e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6A461C061574 for ; Fri, 14 May 2021 10:33:05 -0700 (PDT) Received: by mail-ed1-x52e.google.com with SMTP id df21so8305449edb.3 for ; Fri, 14 May 2021 10:33:05 -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=s319YTOUj+AJsPnO1jkjpDAF+GUG/XKroFZAuaWwGbisUf9NZhJWt/GcCLUIog2E9x 6H2+aF2EEOSxH/4t4X2mKx66GPucVgCpmrq+/YbXIyPocmxoWipetZb+G//hfK99X8XW 3nGtrOiS490uc4bMd/o61uEBtwXQE36GnTzKf/YoQVJKp/Hi6El6YvohkSLHGDygiB+v czrKkrqhE5mx3gIdWEwNj3Yj692SODdyqhD2uP57S8RJYquUvp3os6Fhq567ljSwO9Rj /0tdUs7gkB5U5BEbn2RTdyWag0rWZ8qSjmrAWf03Tp2ywAtQVjybR9rj9WvhDScQb7HT 0AYA== X-Gm-Message-State: AOAM530qzSE899jkfA+85bDRGA9qQqdVMtclv20KlFrqrFOI/R7l19rG TNUJWyss1nrzSFh58Ze0lBAH5nUCCv3k6M4mf70= X-Google-Smtp-Source: ABdhPJysWITZeN2172VBOc3VisXz9AipjF16Wk1y8KCX0FtM/JIBYe5C3I1ekjsMu5/Rt6KTh2rR7w== X-Received: by 2002:a05:6402:1511:: with SMTP id f17mr2782341edw.201.1621013583980; Fri, 14 May 2021 10:33:03 -0700 (PDT) Received: from mail-wr1-f47.google.com (mail-wr1-f47.google.com. [209.85.221.47]) by smtp.gmail.com with ESMTPSA id d7sm3883633ejk.55.2021.05.14.10.33.03 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 14 May 2021 10:33:03 -0700 (PDT) Received: by mail-wr1-f47.google.com with SMTP id l14so34484wrx.5 for ; Fri, 14 May 2021 10:33:03 -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-sh@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