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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 55DF3CCA47E for ; Thu, 9 Jun 2022 22:06:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345377AbiFIWGT (ORCPT ); Thu, 9 Jun 2022 18:06:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47768 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345229AbiFIWGQ (ORCPT ); Thu, 9 Jun 2022 18:06:16 -0400 Received: from mail-ed1-x52d.google.com (mail-ed1-x52d.google.com [IPv6:2a00:1450:4864:20::52d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5A57D1F0A42 for ; Thu, 9 Jun 2022 15:06:15 -0700 (PDT) Received: by mail-ed1-x52d.google.com with SMTP id z7so32908063edm.13 for ; Thu, 09 Jun 2022 15:06:15 -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=6UoMg7XAdZhjLF3+TuyFXMPmzf7hGCGFPyI+PbeCZf8=; b=bg+vgE40WdCztmrYjVSM/YJF9ZXtLor8NrvacxWrs8tmReVOyatbyF3+bwL2eQ+QeM h+OM4NPlRuZy2i1/Ro6kdbLrzQGd7SZNUFH7OSOKsX6tGe3TeNeXQa/eGc0tnjd1Yy2D IwGPT6SLiwVu0vhgUhkqA+ubHnvIUAQpO7X4w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=6UoMg7XAdZhjLF3+TuyFXMPmzf7hGCGFPyI+PbeCZf8=; b=MqxLxRemfYVYOYIiOqnj3MWVOnwDDOkaj0mS/jvKe2qlQxuvSO/a3ejgRL2quGXAH5 JQbpXs/MhXVq/jL4DiEUt4q/0U4wCdNLccxdORxqXyoUeq860tjg1q2WwbZHy7oTVQ6u PAqI4Q3CdWQ3pPF9HRrByW0WrtVJO/KWtvu9xXGRgKyCAVoejKps+Qm0p2mQMHkhTZus C5uO6XSp3sgLWvcf3HKku25MLHAK+8lYU7trxM1JRxC7edIXvqPhpFbgpNzJQVJWwQrU lfeRPLROwYgumRmo78xa2uhmCZejOwazqnT9t+UzY9+7ArZ9uowKSmkypGSJWHkmiuxa 44Dw== X-Gm-Message-State: AOAM531DT2Fm3Tq/4GYNw8oLFcbmdUACaYcfu1nsFEsU+NOVY0w/A6sV BmGsn7MqKVrV4ZpwiJv+LeHYDMrFcGSnB7SFNDA= X-Google-Smtp-Source: ABdhPJwxeAaZ+DLrsgJmdk6FVTNkfmutCqT8PH8P4f7ulUo1rdUUK96Z2r22pQc4BRHXZg/5wdSGVQ== X-Received: by 2002:a05:6402:90c:b0:415:d340:4ae2 with SMTP id g12-20020a056402090c00b00415d3404ae2mr47680339edz.331.1654812373748; Thu, 09 Jun 2022 15:06:13 -0700 (PDT) Received: from mail-wm1-f46.google.com (mail-wm1-f46.google.com. [209.85.128.46]) by smtp.gmail.com with ESMTPSA id gj12-20020a170906e10c00b006fed8dfcf78sm11150206ejb.225.2022.06.09.15.06.13 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 09 Jun 2022 15:06:13 -0700 (PDT) Received: by mail-wm1-f46.google.com with SMTP id l2-20020a05600c4f0200b0039c55c50482so276082wmq.0 for ; Thu, 09 Jun 2022 15:06:13 -0700 (PDT) X-Received: by 2002:a05:600c:42c6:b0:39c:4bfd:a4a9 with SMTP id j6-20020a05600c42c600b0039c4bfda4a9mr5442248wme.8.1654812362760; Thu, 09 Jun 2022 15:06:02 -0700 (PDT) MIME-Version: 1.0 References: <40676.1654807564@warthog.procyon.org.uk> In-Reply-To: From: Linus Torvalds Date: Thu, 9 Jun 2022 15:05:46 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context To: David Howells Cc: Jeff Layton , Kees Cook , Jonathan Corbet , Eric Van Hensbergen , Latchesar Ionkov , Dominique Martinet , Christian Schoenebeck , Marc Dionne , Xiubo Li , Ilya Dryomov , Steve French , William Kucharski , "Matthew Wilcox (Oracle)" , Dave Chinner , "open list:DOCUMENTATION" , v9fs-developer@lists.sourceforge.net, linux-afs@lists.infradead.org, ceph-devel@vger.kernel.org, CIFS , samba-technical@lists.samba.org, linux-fsdevel , linux-hardening@vger.kernel.org, Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 9, 2022 at 3:04 PM Linus Torvalds wrote: > > IOW, I think you really should do something like the attached on top > of this all. Just to clarify: I did apply your patch. It's an improvement on what used to go on. I just think it wasn't as much of an improvement that it should have been, and that largely untested patch I attached is I think another step in a better direction. Linus