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 A08BE3DCDA6 for ; Wed, 15 Apr 2026 15:30:16 +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=1776267016; cv=none; b=WBZ2/xeYyj5iiL+Sj1CaAFQHhlLizLtVUdwlnPIt/PJUIoaTniir/HE7RytFNLPfUNaObWdJI02WCHYbSDMDmrRFGS0z3ZuD66RCVcNnKQR9IHm9J/8WqHqgPMieUduDuiI3elELwcNlo+IzF7pTIAYnLiKp9+1ChQdyRn0w2P8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776267016; c=relaxed/simple; bh=61GJtuhGF2ApcQH3dcfOxAooOZkKNJHUOcToNmosODw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=d3boVIuqRxuCdcGXdcEaBfqyyrCHLk7cHH6IzqlWc6XRYQs+p6xba9xgKNy5yZft+xEyvhOLTwamScmGhp4aK3RfRGKEqPjVd31IXLsD6jCc3VtO2DXV0iE+FB3nZ4+sfZRMUGyuaRe32+pb1+xZIrgjHatgmhQOUcenALjgXOY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=P0DH5yRU; 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="P0DH5yRU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 89079C19424; Wed, 15 Apr 2026 15:30:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776267016; bh=61GJtuhGF2ApcQH3dcfOxAooOZkKNJHUOcToNmosODw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=P0DH5yRUuzX0vMq1N8iGKcI2U1Wt5DWDYu5FsEFX9pAiPeN1dDJmvMrWtFYS0eXoo snTFb/TMP0LOF0+1PgEPdRTHPpJ8OfbmiG8Uu908ZbDYh/qec414fLtD4ns8PxsCh4 SacNYWXWSnk8Vk+FLqw4lZ5tb6jNp4jtNfSRIUvvIkGD1Fg5ZgkRb5IATLRK2Kxje0 1bBXWQzoFzAAo4DriaCNVUtIuKQNuOUoo80+Uj9Omtsx+W44QujW/RGCP1WaQGayjS Qmenj5ex7Vc/BH/GMvIHhHaTMf3CGI3PgJzLuZh5kC7e298RS6KTQShPoH2fLf6sgu PL2MGqEq0It0w== Date: Wed, 15 Apr 2026 18:30:11 +0300 From: Mike Rapoport To: Pasha Tatashin Cc: akpm@linux-foundation.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, dmatlack@google.com, pratyush@kernel.org, skhawaja@google.com Subject: Re: [PATCH v4 06/11] liveupdate: Remove luo_session_quiesce() Message-ID: References: <20260413185127.128180-1-pasha.tatashin@soleen.com> <20260413185127.128180-7-pasha.tatashin@soleen.com> 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-Disposition: inline In-Reply-To: <20260413185127.128180-7-pasha.tatashin@soleen.com> On Mon, Apr 13, 2026 at 06:51:22PM +0000, Pasha Tatashin wrote: > Now that FLB module references are handled dynamically during active > sessions, we can safely remove the luo_session_quiesce() and > luo_session_resume() mechanism. > > Signed-off-by: Pasha Tatashin > Reviewed-by: Pratyush Yadav (Google) > --- > kernel/liveupdate/luo_file.c | 21 +----------- > kernel/liveupdate/luo_flb.c | 59 ++++++-------------------------- > kernel/liveupdate/luo_internal.h | 2 -- > kernel/liveupdate/luo_session.c | 43 ----------------------- > 4 files changed, 11 insertions(+), 114 deletions(-) I like it :) Acked-by: Mike Rapoport (Microsoft) -- Sincerely yours, Mike.