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 3E64A214A95 for ; Tue, 14 Jan 2025 23:15:12 +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=1736896513; cv=none; b=PmlblDlExq4H7NqWUVdAukWRYLmmBeLwb2DeCiTPG9uem4q7UtaainoXDrPrt03gL215EodufM3FtelUn8V9sD8N6/ziBbkkuQ0MpD+9bmAblu1b84qyqLeb5ma7z7oj6zv3NlzOH9BAE1w8vTZwHXJPpKQPSTnH7V4NQw8xtLY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736896513; c=relaxed/simple; bh=IMwjlnRdGVd2weXQ3bEDXNzi8cVeB3Ifw346FcwVh4k=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=NZbPPQ68BVkuSlrMLg4DLbrg2C1a7bmyNdOORgRqozT/Ih7JTlwm7JSDgfxPBpIFQg5U7G/iz5k6B4uXfQaknTVbyE1Flj2LCxDzHuYx2R/nVB+XYvpbGBSKVGE0HjyWJRgLAcwKA5r3w1+XbBa8yhwB3Br0ukgdJamA99FQJr4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=EaPNitZT; 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="EaPNitZT" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C3C6DC4CEDD; Tue, 14 Jan 2025 23:15:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1736896512; bh=IMwjlnRdGVd2weXQ3bEDXNzi8cVeB3Ifw346FcwVh4k=; h=From:To:Cc:Subject:Date:From; b=EaPNitZTr6WyMmTXdF9KYapMITgm29US5zZqdLKVbsCpGSz6bzexRhVAdKLNELi15 mQVfnYMaDb/eIkH4Ka1bSZIHtXEOiVVTrSRaj6m9AhgIDSGT8ypYVXkTjwyk2cLcmZ q8nWTmqub6Ift0WKSZy9edyhVnWBQoY16bhr96gvvPMtoxKFCixqSn3P2i2F6RaNS9 9zlU7BLL1CL2H/yCH+SveN3e/XvziPCBysFz2IfwNIz2YVsZKUFVCur0iIeE7Q6D9N Gm7P+//3iL02xq3PoBnk2Z/evnV1vSPHuNE4kXiOUwBoJbSHdMIms8MVd5FjRAoKN0 lH0NW0NaNypkA== From: Frederic Weisbecker To: Thomas Gleixner Cc: LKML , Frederic Weisbecker , anna-maria@linutronix.de Subject: [PATCH 0/4] timers/migrations fixes and updates Date: Wed, 15 Jan 2025 00:15:03 +0100 Message-ID: <20250114231507.21672-1-frederic@kernel.org> X-Mailer: git-send-email 2.46.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Here is a bunch of fixes (except the last patch) for timers migration. None of them are critical enough to not wait for the upcoming merge window. Thanks. Frederic Weisbecker (4): timers/migration: Fix another race between hotplug and idle entry/exit timers/migration: Enforce group initialization visibility to tree walkers timers/migration: Annotate accesses to ignore flag timers/migration: Simplify top level detection on group setup kernel/time/timer_migration.c | 68 ++++++++++++++++++++++++++++------- 1 file changed, 56 insertions(+), 12 deletions(-) -- 2.46.0