git remote -v
origin  
https://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-azure/+git/noble
 (fetch)
origin  
https://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-azure/+git/noble
 (push)

git pull
Already up to date.

git checkout Ubuntu-azure-nvidia-6.8.0-1033.36
Note: switching to 'Ubuntu-azure-nvidia-6.8.0-1033.36'.
...
HEAD is now at 83e8592f0b45 UBUNTU: Ubuntu-azure-nvidia-6.8.0-1033.36

git status
HEAD detached at Ubuntu-azure-nvidia-6.8.0-1033.36
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
83e8592f0b45 (HEAD, tag: Ubuntu-azure-nvidia-6.8.0-1033.36, 
origin/azure-nvidia, azure-nvidia) UBUNTU: Ubuntu-azure-nvidia-6.8.0-1033.36
d4ce249f2524 UBUNTU: [Packaging] debian.azure-nvidia/dkms-versions -- update 
from kernel-versions (main/2026.02.09)
2b49cebfe59e UBUNTU: link-to-tracker: update tracking bug

make -j16 ARCH=x86 KERNELRELEASE=6.8.0-1033.3683e8592f0b45-azure-nvidia &> 
~/kern-build.out 
echo $?
0

# the hyperv_fb module built successfully (without the patch, it would fail)
  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 -i 'error:' ~/kern-build.out
0

** Tags removed: verification-needed-noble-linux-azure-nvidia
** Tags added: verification-done-noble-linux-azure-nvidia

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

Reply via email to