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 1F235235BEE for ; Fri, 25 Jul 2025 10:55: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=1753440918; cv=none; b=V4gHomS0KSdAUL2cQstNehavQPGFY2CsxOqobTp+pKgg3bimU/BguutsGBdy90aCnFx9sI3CrgT8W1IEGR5tdhDrXUH5Z+Wp6VtpC/RI6gScxAAhcUQ3pHuIluBZ2E009iy18MFOEc5RlOCkTUbfyprRQ3tUvMMmbQ0uhzQ5hYU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753440918; c=relaxed/simple; bh=XLQsVzD7cuupoZvPuQLHGSY6DgCvx2X8Ab3dvNv+Qh0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=mmM9FyVXc7DlRcGpUUA0rJ9KHK4CeD/ChVm3tOkWKt1cBykYCCxk/B/8BQxf4eeGJxg+hsA32sVK2Y9l8KcLJlhPnutTktiD2MXedlVgnNlSFBCJPFbrdSFNpgd9ohCY1/h4/fvNkfpzk3wHMGTyh/2U0gbxyKQOzzfJ7mF9/b4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=FJUvyhrl; 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="FJUvyhrl" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6400CC4CEE7; Fri, 25 Jul 2025 10:55:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1753440916; bh=XLQsVzD7cuupoZvPuQLHGSY6DgCvx2X8Ab3dvNv+Qh0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FJUvyhrlcAScom8gUPgi6GfFzA76sXQjD1xTQhcn7GUdHXd6mU5CVRlLZqQVe2yh2 ++Jkwi4sucZP5BLV+ZVZvaDmG+4OXVMwJnIjv4uUN9g/TxuqxYPbPUGZ+MukGNpBlZ yWn7/vQFt/gWvCAzPgJKKF8ubPeumrjz/X7Wn2lHhGH6lMKmXIYD10PkQgZmobFHsH RqvjzVwUoP0byDpFK6ZvSzxViqr2DxAXgItjtB00WeQDKER9URFKK0GvWf85gP3xV/ PpuoScv5DZl9h+UNUB4i5mZBddtf4a+u5xtLUuA6kn+b7lfG/uO9H+hX0eK1n5SnGz snFImm23/Rvhg== Date: Fri, 25 Jul 2025 12:55:13 +0200 From: Frederic Weisbecker To: Gabriele Monaco Cc: linux-kernel@vger.kernel.org, Anna-Maria Behnsen , Thomas Gleixner , Waiman Long Subject: Re: [PATCH v8 7/7] timers: Exclude isolated cpus from timer migration Message-ID: References: <20250714133050.193108-9-gmonaco@redhat.com> <20250714133050.193108-16-gmonaco@redhat.com> <381cb8d6b28648dbd5772c6bc0b2f1f10c29b53d.camel@redhat.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=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <381cb8d6b28648dbd5772c6bc0b2f1f10c29b53d.camel@redhat.com> Le Fri, Jul 25, 2025 at 08:42:19AM +0200, Gabriele Monaco a écrit : > On Fri, 2025-07-25 at 01:05 +0200, Frederic Weisbecker wrote: > I assume it's cleaner if I squash it in 7/7 and add a > Co-developed-by: Frederic Weisbecker > and/or > Signed-off-by: Frederic Weisbecker > > Do you agree? I would prefer to keep the patch standalone because it's already a logical change that has its own motivation. It's also invasive and could potentially cause regression (or improvement) so we want to be able to bisect to that. Thanks! -- Frederic Weisbecker SUSE Labs