From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 B37C530C164 for ; Tue, 23 Jun 2026 17:09:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782234551; cv=none; b=WsfeALncF+3WGimgw9n79dKXvOi7Qjvam/2XezltXkR26KmpDHiPwKcUmWtaEb11oxx4W3uIb8s4AHAwjmICbnl3YlVigWugbSUFYw49RH6ByQBSJxdnMiyII3GcZ9T83TT7yIHcH3fjAtuM54jjFwL4hGeu7WmQgpYZC8TsNmo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782234551; c=relaxed/simple; bh=isBUrG+Pq0XU4afITe1uzUq4qttAPaqkxToNpL9nrFo=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=fpFcNVDvwpAWD9DSLRIbcq0pgevgYV8IFcrBp/9LfUamI9lbN/+Qe7ritelNVU3m4BJ11/byb8AuODluhp3L+eFrXieQQ1uGu4twtrHc5IqqFlGthuhdSkdG69sdXaBA/UPZCP3TSoQFXsUEsZwe0/2oMl06LxJBat8SgKOuPyk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=f2v+I7Uu; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="f2v+I7Uu" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1785C1F000E9; Tue, 23 Jun 2026 17:09:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782234550; bh=YpPs/boIB6I/ZRq89J1AqAJvbHrG3wQZ2u5N1fowfUY=; h=Date:From:To:Cc:Subject; b=f2v+I7UuA5n0yNrf45mN2AUK6CGHpttxVq6SMgdQVL/PlJbLV8HdnC6ObyHkjcNwb gx94BOj9NI7Qi7xYHVaUvMcfOSKoKnlaK7wqNqX/MvxENAcCAF/BGUxlWpH6IlbsUr p3me73AQk9xL1dDc4Xha080p2ann09f7zu/90gWeHcNJdYkHtWOR7TInJ4KOlq3Rcb sc1Zk8B0ZyFys3QhLVwfbMrb+AIHAP9iLDhPnOPtXjQtIPKbM+UGwNX+epzyFHaciW S7H1Uf/+1v5ZnPdQsFQfWgcyqpwhpxI4jDEvOqp4bIwqJ43W382YUTECQIfD91Gxm0 DdXTGrdFyowlg== Date: Tue, 23 Jun 2026 19:09:06 +0200 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Thomas Gleixner , Peter Zijlstra Subject: [GIT PULL] CPU hotplug fixes Message-ID: 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 Linus, Please pull the latest smp/urgent Git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git smp-urgent-2026-06-23 for you to fetch changes up to 86f436567f2516a0083b210bedc933544826a2c3: Misc CPU hotplug fixes: - Fix CPU hotplug error handling rollback bug (Bradley Morgan) - Fix possible output OOB write bug in the sysfs hotplug states printing code (Bradley Morgan) Thanks, Ingo ------------------> Bradley Morgan (2): cpu: hotplug: Preserve per instance callback errors cpu: hotplug: Bound hotplug states sysfs output kernel/cpu.c | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-)