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 883433CE490 for ; Tue, 31 Mar 2026 22:19:51 +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=1774995591; cv=none; b=CaPWr5GkHBLnTtE3uPQ4DtzS2NCmDzO9p3nBzWKIhoMl+DZWDSPrC/tnLxglPswxOPneuEcjNQ946o1jgjtBsI2D2+wdPsHVQCSyvggl4NAufCunX5ahW23ltT/4nV8ofBTanQu0mIrPLE93yokiyqoX7Sv4ZMQrX261+rHPfcI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774995591; c=relaxed/simple; bh=sGOck247aHJSgdA/oNUVdDBxxgKUS/YactnNVKgtYqA=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=ahkfKfZSuvQm85lI2cts0ewY+CPoHKnXrih0AgrIF/Xo21iEgfnmui/hkKNeGF6vVttXB+uEVEI9ogKo4gfPArInIPcuRlUTt2BvrfhglJaLhQ+8iewbVRH7exlzEa23AVwfiUIjGmIQef73IflL/0JEdKS4GH80KVv0QpvEhKU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=mH7fZlLD; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="mH7fZlLD" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CB442C19423; Tue, 31 Mar 2026 22:19:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1774995591; bh=sGOck247aHJSgdA/oNUVdDBxxgKUS/YactnNVKgtYqA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=mH7fZlLDjNMDXwthSCewydhEuUQfNYl3heVGdX8iLlN+WMTlwJdEHFPf25eUk4Ttk k5Yea6MdYrNnRbqT9rR1FzCa+qN68ioLNvHKYpGWp8QNN4zupJUWLpv46GIhoMh+jN WzFNGqOUXazGXPLA3HYNSi2QhWUfUxYZOnC1WKGY= Date: Tue, 31 Mar 2026 15:19:50 -0700 From: Andrew Morton To: "Kanchana P. Sridhar" Cc: Yosry Ahmed , hannes@cmpxchg.org, nphamcs@gmail.com, chengming.zhou@linux.dev, linux-mm@kvack.org, linux-kernel@vger.kernel.org, herbert@gondor.apana.org.au, senozhatsky@chromium.org Subject: Re: [PATCH v3 0/2] zswap pool per-CPU acomp_ctx simplifications Message-Id: <20260331151950.54771bdaf8ddfac766abe3c4@linux-foundation.org> In-Reply-To: References: <20260331183351.29844-1-kanchanapsridhar2026@gmail.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 31 Mar 2026 13:58:37 -0700 "Kanchana P. Sridhar" wrote: > > > Kanchana P. Sridhar (2): > > > mm: zswap: Remove redundant checks in zswap_cpu_comp_dead(). > > > mm: zswap: Tie per-CPU acomp_ctx lifetime to the pool. > > > > Sashiko was able to apply the patches and doesn't seem to find any > > regressions: https://sashiko.dev/#/patchset/20260331183351.29844-1-kanchanapsridhar2026%40gmail.com. > > That's good to know, thanks for confirming Yosry! Thanks, both. I'm surprised that a patchset of this signficance got through AI review without comment, actually. I've confirmed that the code changes in v3 are identical to those in v2, which I removed a couple of days ago for Sashiko's benefit. v2 was added to mm.git March 16. So all good, I've re-added this series.