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 9253FECAAD1 for ; Fri, 26 Aug 2022 01:22:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244176AbiHZBWF (ORCPT ); Thu, 25 Aug 2022 21:22:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42298 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230076AbiHZBWD (ORCPT ); Thu, 25 Aug 2022 21:22:03 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8DF4DC6E81 for ; Thu, 25 Aug 2022 18:22:02 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 126DF61DB3 for ; Fri, 26 Aug 2022 01:22:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A7830C433D7; Fri, 26 Aug 2022 01:22:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1661476921; bh=X6uBm8cdAjf6BlnhxWoaPZYGrX0WKZp7pDNUM4Gdhmo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=O4vo9QQ22v4AnKV7wJfEg4Wppen690nS3tVz+UOjV+9fLfH9+eufqd38FqP5oQyZa kNpXZA9nLu8ZNz7dMvEwMlJ1Vn6SCXRLxZZ9ekwlW91CIIF/m55zHufOHJIn+5KGoY dIdk4vKzB1w4NoI17Gh2iQ8yAYO2CHswczXrai7I= Date: Thu, 25 Aug 2022 18:21:59 -0700 From: Andrew Morton To: Mike Kravetz Cc: Naresh Kamboju , linux-mm , open list , regressions@lists.linux.dev, Nathan Chancellor , clang-built-linux , Muchun Song , Andrea Arcangeli , "Aneesh Kumar K.V" , Axel Rasmussen , David Hildenbrand , Davidlohr Bueso , James Houghton , "Kirill A. Shutemov" , Miaohe Lin , Michal Hocko , Mina Almasry , Naoya Horiguchi , Pasha Tatashin , Peter Xu , Prakash Sangappa Subject: Re: [next] x86: fs/hugetlbfs/inode.c:673:16: error: variable 'm_index' is uninitialized when used here [-Werror,-Wuninitialized] Message-Id: <20220825182159.5caf669b4564dd694a1373ce@linux-foundation.org> In-Reply-To: References: X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 25 Aug 2022 09:56:15 -0700 Mike Kravetz wrote: > Andrew, how would you like to address in your tree? The following patch > can be applied on top of the original (next commit fcc0d3d00d74 "hugetlb: > handle truncate racing with page faults"). Or, I could squash and > resend the original, or resend the entire series. This little fixlet is great, thanks.