Skip to content

Upgrade Linux Kernel for flatcar-4593 from 6.12.96 to 6.12.98 - #4152

Open
flatcar-infra wants to merge 2 commits into
flatcar-4593from
linux-6.12.98-flatcar-4593
Open

Upgrade Linux Kernel for flatcar-4593 from 6.12.96 to 6.12.98#4152
flatcar-infra wants to merge 2 commits into
flatcar-4593from
linux-6.12.98-flatcar-4593

Conversation

@flatcar-infra

@flatcar-infra flatcar-infra commented Jul 25, 2026

Copy link
Copy Markdown

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>
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