I successfully verified kernel build for linux-nvidia- tegra/6.8.0-1017.17:
git remote -v origin https://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-nvidia-tegra/+git/noble (fetch) origin https://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-nvidia-tegra/+git/noble (push) git pull Already up to date. git checkout Ubuntu-nvidia-tegra-6.8.0-1017.17 Note: switching to 'Ubuntu-nvidia-tegra-6.8.0-1017.17'. ... HEAD is now at 0c4440a1b5e1 UBUNTU: Ubuntu-nvidia-tegra-6.8.0-1017.17 git status HEAD detached at Ubuntu-nvidia-tegra-6.8.0-1017.17 nothing to commit, working tree clean # build the kernel following the customer-provided procedure: cat ~/x86_64.config > .config make olddefconfig git log -n 3 --oneline 0c4440a1b5e1 (HEAD, tag: Ubuntu-nvidia-tegra-6.8.0-1017.17) UBUNTU: Ubuntu-nvidia-tegra-6.8.0-1017.17 6c27715b32ec UBUNTU: link-to-tracker: update tracking bug dfd8e419c2ef UBUNTU: Start new release make -j16 ARCH=x86 KERNELRELEASE=6.8.0-1017.170c4440a1b5e1-nvidia-tegra &> ~/kern-build.out echo $? 0 # the hyperv_fb module built successfully (without the patch it would fail) grep 'fbdev/hyperv_fb' ~/kern-build.out CC [M] drivers/video/fbdev/hyperv_fb.o CC [M] drivers/video/fbdev/hyperv_fb.mod.o LD [M] drivers/video/fbdev/hyperv_fb.ko # no errors in the output: grep -c 'error:' ~/kern-build.out 0 ** Tags removed: verification-needed-noble-linux-nvidia-tegra ** Tags added: verification-done-noble-linux-nvidia-tegra -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2127971 Title: Ubuntu x86_64 6.8 kernels won't build if CONFIG_FB_HYPERV config option is enabled To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2127971/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
