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 E76C130BB8D for ; Sun, 17 May 2026 20:11:37 +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=1779048698; cv=none; b=J7zLjvgvJNLQNJvf8ceeNJWprNafAIeWQlKPGyBSDsxZxbJm7j6zIwaYObwCSY3St3Zv1pvugii9Gcl1RCJwzjolnS8JJ6UdTK8CvR+eTzD4KUEeg2f22s3JeGkI69zj3x9bVe7gpgIlIQbYk6Wa929ECnEmwkw1Gmr3cAyxNxA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779048698; c=relaxed/simple; bh=J7UWFR8Lw04rQ0KXrjPka/YoUuTSeQmOf8Vq4MVZi6o=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Snz0FjNn9McSAmPd4OOWg8Qblnx2NixejayDXmHp6ryNoSB309f5UxWEM6opmP/OmYd5j5eO7LEv0KT+/GQTxuwHcKepCE67HtiMmWvDI0tiAZE+UtsizV16iK2gXr3Wi01yUm0XcJ4Ev5W9F/tMKJ23mmP90COo1nCDYibRhXM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=JwJdwHyz; 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="JwJdwHyz" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7AAAEC2BCB0; Sun, 17 May 2026 20:11:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1779048697; bh=J7UWFR8Lw04rQ0KXrjPka/YoUuTSeQmOf8Vq4MVZi6o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JwJdwHyzh65xmd+kSigD1b0J5+Zi8x3jyblnk+Dm3vMzUgk86GjRnb6V7V1RYnqy0 pFOAwGtw09NYL4xtqncijUQBXD/RVCwh1UwfL8XiCmBj+bi/vKc+jv7xcOs79w+iFH JWcifhP0zKsBhYgYk2EsixawKeF8FdIX7OnY48VU8DjG1O+567xtwRAX5rnkHlbiYH 4iYpvpXnSo8c4rZz83UCkxaTNYUwnNFqeZP0XugwBFXeL4lweB+EHjQoj2trqsbgxe cyXJGLBVKYEjRjSnTF2THdI5otmHNGhxI1anmriqYjVGC9QzO6L/RiGQJnqh/UWFK9 51BOIbfTWVXNg== Date: Sun, 17 May 2026 23:11:28 +0300 From: Mike Rapoport To: Pasha Tatashin Cc: kees@kernel.org, sourabhjain@linux.ibm.com, jbouron@amazon.com, akpm@linux-foundation.org, bhe@redhat.com, linux-kernel@vger.kernel.org, dan.carpenter@linaro.org, rafael.j.wysocki@intel.com, piliu@redhat.com, kexec@lists.infradead.org, pratyush@kernel.org, skhawaja@google.com, graf@amazon.com, mario.limonciello@amd.com Subject: Re: [PATCH v3 0/5] liveupdate: serialization safety and race fixes Message-ID: References: <20260515003722.938123-1-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: On Sun, May 17, 2026 at 07:01:27PM +0000, Pasha Tatashin wrote: > On 05-17 20:43, Mike Rapoport wrote: > > > Among other things sashiko noted a TOCTOU issue and then found it's fixed > > by a later patch, maybe move the TOCTOU fix earlier in the series? > > Sure, will move it earlier, while I think, as long as it is fixed in > ther series it does not matter where it is :-) Less sashiko comments to read ;-) > Pasha -- Sincerely yours, Mike.