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 E474430F815 for ; Thu, 26 Mar 2026 09:18:29 +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=1774516710; cv=none; b=kskl0zPWPn94goPtpwy7LBHddCXoqUde9HpYUUAEOA7hUmNv7hXRAH9MQEFcVzVbXRg/ZUkTw3ixhLKfI6CUWSNiaDPYtZV3EHgmvHrbrLmzx2cdzlIQGcSjRtdXZdByGx3kS57bXGFHTWfp5hdyhNzbPPiZ4+ZavJxYTAd26A4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774516710; c=relaxed/simple; bh=/bCzqTTRsxypcnV6uFRndogSJYo9EXu8deYZEOzzRE8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=WPaBHIqvmfPyrgwqu8iv5lkFwc74Dt0vZ3UH8S0fBWnyEdtbCOLLm9O1fu5nzk/nkOOs/0tscmu+l7EBLwBjM6M3TD2wTrhfZnSINlYShdYmZZL+B3sB0Ur6V2ZjW1oh6y6KY7FVG4m2NEF40NO9AFqdwo4FQJLrB5qndU9OfX8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nInQ7EEo; 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="nInQ7EEo" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DEBECC116C6; Thu, 26 Mar 2026 09:18:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774516709; bh=/bCzqTTRsxypcnV6uFRndogSJYo9EXu8deYZEOzzRE8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nInQ7EEofumA+5b/diIf+9MN/nNqLVykcabEDbj3vaX76/0q+EY+rmtMmg89ch+oM IWvB8HR3Gc2nwqvpMfs4W01nwBrRREQ+PImHogdIruFMlC+GtpuaT2eJ8dD4ePc2FN j2MZgTcWdIbnW6Y/JTOd9KX9OJvWLy4Jt5MR4v0yGB6qwLcYlWWKpw4oSqaFLSNy0w Kq332mRxa27usVlk6+Efa/ylcu4QwjX0T3qsHEeNgqwfajNPv5jSZ/3ei5fI7w7aMV VfdUymBgM5/DJiZ2JQ8h0f2chGy14eYhZ98VgmsaYrPj4/zv1QOuwfawGIJ7RiPby7 lbFKJQaSpTdGQ== Date: Thu, 26 Mar 2026 11:18:23 +0200 From: Mike Rapoport To: oskar@gerlicz.space Cc: Pasha Tatashin , Baoquan He , Pratyush Yadav , Andrew Morton , linux-kernel@vger.kernel.org, kexec@lists.infradead.org, linux-mm@kvack.org Subject: Re: [PATCH v4 0/5] liveupdate: tighten handover cleanup and session lifetime Message-ID: References: <20260324212730.65290-1-oskar@gerlicz.space> <7628da0465cd09bfc16bf9353f37045c@gerlicz.space> 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=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <7628da0465cd09bfc16bf9353f37045c@gerlicz.space> Hi Oskar, On Thu, Mar 26, 2026 at 07:47:03AM +0100, oskar@gerlicz.space wrote: > On 2026-03-25 14:38, Pasha Tatashin wrote: > > On Tue, Mar 24, 2026 at 5:29 PM Oskar Gerlicz Kowalczuk > > Hi Pasha, thank you for the detailed feedback and for sharing your patches. > I understand that my previous version was overcomplicated. I will rework the > series to follow your approach and keep the changes minimal. I plan to send > an updated version later today. When you are resending please make sure to avoid deep threading of the replies so that all patch emails would be In-Reply-To to the cover letter. > Thanks, > Oskar Gerlicz-Kowalczuk > -- Sincerely yours, Mike.