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 87A84333447 for ; Mon, 9 Feb 2026 07:54:28 +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=1770623668; cv=none; b=AW2fET/onTCbUbpeOzta8UXSSOsmJ5Aemb3Q77zRp/1eFRl8Rc3fbCfYINiSqzlCcL0E7D83MCm94JbZ5dtjsE9gwvJngIbpBSXDoESWosqs4/mvTPEteAXac7ILWZSlanbRSNUgrShWX5hgcX8Jmm9HHRXxGJ/GffvRu4fTNk4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770623668; c=relaxed/simple; bh=q19vA85rVG0Mbt4zotiip13yVEy7Y7hilaQmDkbr0eQ=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=dMHBr9ZPj9Q9W1aq5kvom2nqd+7WjYydSLHTffs0YYdxF8CyJpL5wA7EsHFzjRKW8BCn9o/Q8SsCji9s9ircmRH2KuMryQkYbrti+MznlC6gR/1UE55K/23azEeM7ZXT9FqWg6E3BCTYj9v+wdu5opkvXYRP62JFU0ewyZKRL2g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=aNm+RxOv; 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="aNm+RxOv" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 00C4AC116C6; Mon, 9 Feb 2026 07:54:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770623668; bh=q19vA85rVG0Mbt4zotiip13yVEy7Y7hilaQmDkbr0eQ=; h=Date:From:To:Cc:Subject:From; b=aNm+RxOv3w/K/i1b4GwDAZFNXlE2chfdQRX8WOF9NF03dwZufJxoOLU6aPnHsQOuJ zA6C9IN59A10ctd+MVmnFA8cJhkdWjjq6TEyd1c2YRVbapveH8KU5zhLL3Vmu2g06x e2WflwmcQ6M/A4GzNuOtPf8WWE2c/QeW1O0NRttbtZ88r43RC/Hx14G4tfPYC840FM J/0D8gTsZo82CzMRiLTt2kPgS2WA+UduyZHYxkwFDe//uEoF5TqCVGdM/E9z2vgZPz wU1WLf6Tf5NEj/qb1el8U2zsTIQYi15ZzkleZ4zsPTw4G/Dhr4CfpLta1ZdKm0yMhG KRKSlejdpLcqQ== Date: Mon, 9 Feb 2026 08:54:24 +0100 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, the arch/x86 maintainers , Peter Zijlstra , Andrew Morton Subject: [GIT PULL] x86/apic changes for v7.0 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 x86/apic Git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-apic-2026-02-09 for you to fetch changes up to 9bad74127f0ae8eeed2510fe381b064e08e6507e: x86 APIC code changes for v7.0: - Inline __x2apic_send_IPI_dest() (Eric Dumazet) Thanks, Ingo ------------------> Eric Dumazet (1): x86/apic: Inline __x2apic_send_IPI_dest() arch/x86/kernel/apic/local.h | 10 +++++++++- arch/x86/kernel/apic/x2apic_phys.c | 6 ------ 2 files changed, 9 insertions(+), 7 deletions(-)