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 77BD0290F for ; Tue, 29 Jul 2025 07:01:11 +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=1753772471; cv=none; b=ECnZk/8ZWVhGASNGOBRdIYABJUh5nLbDUSRa8drAzvPsNkHlkdd3c4EUDntmnRXXDTV45YKFV+CUzr3ukBa+v9EnFj+SRHBEEiAx54z2xSF3lb+E4jikmUQYW36nSV8eKhmcAR9moQBIqm7YEFOY6Cs4+rvhpMvn2Sf0i0B5iCg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753772471; c=relaxed/simple; bh=3tBTHRalWy/QO8wxn1gZNiMb5JUUhOUpuNqt8uMFEBk=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=daNX++xhJVQFv7+ItwVihFEZWpLCPAp5EuJB7lT0jSbzQemc2/BN47ECRux6tjm7LUycBiLqHgtp5J8rb/DmZR0D6uSJI4VpVM1tbbmEwj6wlbW3F0FMSw+e5Y1Gvj/32t8/HOkMebp1NP68Xv3Kd8oxrdhMFzYpqyIpAI836Yc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=RedLhj72; 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="RedLhj72" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 16E8DC4CEEF; Tue, 29 Jul 2025 07:01:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1753772471; bh=3tBTHRalWy/QO8wxn1gZNiMb5JUUhOUpuNqt8uMFEBk=; h=Date:From:To:Cc:Subject:From; b=RedLhj725kgdZ7cYaQmmAZp2ov428YNTXkrZ6G/0rl605w2lGyMVlPsROi4ODADyp kKxV4uTWcyYU/ylcQd2vM31lPVPgxealiW2EXIxs3SoHcKBbNWF9zhEozhbK1IGuL7 RqcFfDcYY8961toiT0W+e+12IFpTO0Qp/dp4CQX5L8s/rMHqjt+yqtxhKlWir+WyRD n3C6NE+LayZ+mD7UuqSuO1XTYDGefh5zirBe7ok9dXPbZwnsjcu4oEYB9sGTKB1JI6 NTUqDYazqVN7SW+PtmBDNawZN6TXCsyeKvrBywlGTc6gX35Icafo9VLTRH88wIBLol M0U3vNZf3zDYg== Date: Tue, 29 Jul 2025 09:01:07 +0200 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, the arch/x86 maintainers Subject: [GIT PULL] x86/cleanups for v6.17 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/cleanups Git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-cleanups-2025-07-29 # HEAD: 7f2b41ac3f29f682cde113f1d0b4b43d261902fe x86/apic: Move apic_update_irq_cfg() call to apic_update_vector() Miscellaneous x86 cleanups. Thanks, Ingo ------------------> Neeraj Upadhyay (1): x86/apic: Move apic_update_irq_cfg() call to apic_update_vector() Nikolay Borisov (1): x86/mm: Remove duplicated __PAGE_KERNEL(_EXEC) definitions arch/x86/include/asm/pgtable_types.h | 3 --- arch/x86/kernel/apic/vector.c | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-)