Skip to content

Upgrade Linux Kernel for flatcar-4722 from 6.12.96 to 6.12.98 - #4155

Merged
dongsupark merged 2 commits into
flatcar-4722from
linux-6.12.98-flatcar-4722
Aug 3, 2026
Merged

Upgrade Linux Kernel for flatcar-4722 from 6.12.96 to 6.12.98#4155
dongsupark merged 2 commits into
flatcar-4722from
linux-6.12.98-flatcar-4722

Conversation

@flatcar-infra

Copy link
Copy Markdown

Subject says it all.

Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
Starting from Kernel 6.12.97, prototype of pci_resize_resource()
has changed [1], so it started to take 4 args instead of 3.
To deal with both cases of 3 and 4 args, define a new config check in
conftest.sh to check if the Kernel header has which variant of
pci_resize_resource(), and define a variable NV_PCI_RESIZE_RESOURCE_HAS_EXCLUDE_BARS_ARG
if that has 4 args. Use that later from the caller in nvidia/nv-pci.c.

[1] https://lore.kernel.org/all/20251113162628.5946-7-ilpo.jarvinen@linux.intel.com/

Signed-off-by: Dongsu Park <dongsu@dpark.io>
@dongsupark
dongsupark merged commit 10c3aa0 into flatcar-4722 Aug 3, 2026
1 of 5 checks passed
@dongsupark
dongsupark deleted the linux-6.12.98-flatcar-4722 branch August 3, 2026 08:16
@dongsupark dongsupark removed the on-hold label Aug 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants