From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 03DBD143880 for ; Tue, 8 Oct 2024 06:04:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728367465; cv=none; b=g7iNCr8P25EQkr1uTfYyILGRcJ4Aj2ttXdVvQxP1z4JWZbMU2iZMPTwls5mo4vl+9Ge0YJmkqbP8CFwOuD79zMMGpWJunuspzT8KaMw1UcktCUTW6fZHBLSvYaVwEsOay/m0EilQXm98VRKkpuJJF45VfviibYUtnu9UzUZTdLw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728367465; c=relaxed/simple; bh=WPICulLpm9uNUrOGHbZTdQkgSmjTEhlwc0/z8xmBcsM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Z6jmJ7KSbcvChUaqyKXlzoMc8LYXgIHU69MJkHfLCuBQV7H3RdhK4C7q2bONEJ5wSH/78ENQl2n05hl6+2tJlK/qseJ+DV7SgEzINXRmieYGGRg3UjwtejvIc6Umcu+qEkdG7rzr1n9vI4eW1xP8RJycVpX90fUDe0aO0wHE0pI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=dnnJNVGv; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="dnnJNVGv" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AB71FC4CECC; Tue, 8 Oct 2024 06:04:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1728367464; bh=WPICulLpm9uNUrOGHbZTdQkgSmjTEhlwc0/z8xmBcsM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dnnJNVGvg8xtr3pBBO7N7KXSkv4mrrUsOvtq+H+iYfJ+H1oLQAk3OUPClCWJAIzhk 88fwTA/dVsk9HrtwSUTOax6JwhvL+ugXR3dbQVWDeS/XgM3fDDxK/Q6Hmp8x28ZT1A 7SNX45JMDTxNZXhOTSB3UMndK0gDgMTeP5gaRSHmPaWEST15fWRQqLwXmsff9vyitr Oe0JHTmZp/It8bcM8QM7vb1/ZBcY90w+YTG7wIpqaNPkzsujDeb4Lr4wy1lqk421aC wohfI2TvZs25DsOqilv1OEO/5busr/8Hg4pdfWni/7T7aJf9l0LmZfOpITT7/cy/to KYIgGsZVHtMSQ== Date: Tue, 8 Oct 2024 02:04:23 -0400 From: Sasha Levin To: Yosry Ahmed Cc: stable@vger.kernel.org, Arnd Bergmann , Chris Down , Nhat Pham , Johannes Weiner , Vitaly Wool , Christoph Hellwig , "Aneesh Kumar K.V" , Christophe Leroy , Huacai Chen , Miaohe Lin , Michael Ellerman , "Naveen N. Rao" , Nicholas Piggin , Sergey Senozhatsky , WANG Xuerui , Andrew Morton Subject: Re: [PATCH 6.11.y] mm: z3fold: deprecate CONFIG_Z3FOLD Message-ID: References: <2024100707-delta-trance-5682@gregkh> <20241007192116.2529593-1-yosryahmed@google.com> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20241007192116.2529593-1-yosryahmed@google.com> On Mon, Oct 07, 2024 at 07:21:16PM +0000, Yosry Ahmed wrote: >The z3fold compressed pages allocator is rarely used, most users use >zsmalloc. The only disadvantage of zsmalloc in comparison is the >dependency on MMU, and zbud is a more common option for !MMU as it was the >default zswap allocator for a long time. Queued up, thanks! -- Thanks, Sasha