[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240513194720.456299-1-dave.hansen@linux.intel.com>
Date: Mon, 13 May 2024 12:47:20 -0700
From: Dave Hansen <dave.hansen@...ux.intel.com>
To: torvalds@...ux-foundation.org
Cc: x86@...nel.org,
linux-kernel@...r.kernel.org,
Dave Hansen <dave.hansen@...ux.intel.com>
Subject: [GIT PULL] x86/apic for 6.10
Hi Linus,
Please pull a single x86/apic change for 6.10. Coccinelle complained
about some 64-bit divisions, but the divisor was really just a 32-bit
value being stored as 'unsigned long'. Fixing the types fixes the
warning.
--
The following changes since commit 39cd87c4eb2b893354f3b850f916353f2658ae6f:
Linux 6.9-rc2 (2024-03-31 14:32:39 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_apic_for_6.10
for you to fetch changes up to 0049f04c7dfe977a0f8f6935071db3416e641837:
x86/apic: Improve data types to fix Coccinelle warnings (2024-04-03 08:32:04 -0700)
----------------------------------------------------------------
Improve data types to fix Coccinelle division warnings
----------------------------------------------------------------
Thorsten Blum (1):
x86/apic: Improve data types to fix Coccinelle warnings
arch/x86/kernel/apic/apic.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Powered by blists - more mailing lists