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 D5EBBC54E94 for ; Wed, 25 Jan 2023 16:02:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235696AbjAYQCA (ORCPT ); Wed, 25 Jan 2023 11:02:00 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41538 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235341AbjAYQB6 (ORCPT ); Wed, 25 Jan 2023 11:01:58 -0500 Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A88BD4B1AF for ; Wed, 25 Jan 2023 08:01:57 -0800 (PST) Received: from cwcc.thunk.org (pool-173-48-120-46.bstnma.fios.verizon.net [173.48.120.46]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 30PG1VZq013098 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 25 Jan 2023 11:01:32 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mit.edu; s=outgoing; t=1674662494; bh=7i8Vosf+jmkQ2rs9+yjxKCISD5twzSZjSXYA8Et3h3k=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=fV54YbA43J0TN1E9FOgxvkQYzPiox+eFM6rwoW8GAyuQ3HZQ8iRfDe5tL2jFajEpl Ka9M50T/1GmHBmg5dWQ1bvF5v0XH0VXKQztUEc7UBD9kxRYSnu3toI6OW1LyFSUWiT 7KN4bZc3rpykGKNri7WU302rpumz8p8x8gI9jC0KPzckNBpdGqc2Er7EYEhSuHZBRS vHh8SFtAMWngjpFOFlROP2vkr3iGZijM667tsTVJRZdRcfw5fhY04zpM5g8vHb0QzH ia7i3oK1l0lMZensd6fSF+c4FoWAQkA+0JwFRcn/abwK74X4XhmNAvlgTT5ZlV8Bco /0V+7E65CFbMw== Received: by cwcc.thunk.org (Postfix, from userid 15806) id BD1D015C469B; Wed, 25 Jan 2023 11:01:31 -0500 (EST) Date: Wed, 25 Jan 2023 11:01:31 -0500 From: "Theodore Ts'o" To: Linus Torvalds Cc: Sasha Levin , linux-kernel@vger.kernel.org, stable@vger.kernel.org, kernel test robot , Eric Biggers , Andreas Dilger , Jason Donenfeld , Masahiro Yamada , adilger.kernel@dilger.ca, linux-ext4@vger.kernel.org Subject: Re: [PATCH AUTOSEL 6.1 35/35] ext4: deal with legacy signed xattr name hash values Message-ID: References: <20230124134131.637036-1-sashal@kernel.org> <20230124134131.637036-35-sashal@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 24, 2023 at 09:23:56AM -0800, Linus Torvalds wrote: > On Tue, Jan 24, 2023 at 8:50 AM Linus Torvalds > wrote: > > > > This patch does not work correctly without '-funsigned-char', and I > > don't think that has been back-ported to stable kernels. > > > > That said, the patch *almost* works. > > So I'm not convinced this should be back-ported at all, but it's > certainly true that going back and forth between the two cases would > be problematic. Yeah, I wouldn't backport this patch, since it also requires changes to e2fsprogs that will take a while to propagate to stable distributions. - Ted