I successfully verified kernel build for linux-bluefield/6.8.0-1016.20:

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

git pull
Already up to date.

git checkout Ubuntu-bluefield-6.8.0-1016.20
Note: switching to 'Ubuntu-bluefield-6.8.0-1016.20'.
...
HEAD is now at 2ea88f20ac0c UBUNTU: Ubuntu-bluefield-6.8.0-1016.20

git status
HEAD detached at Ubuntu-bluefield-6.8.0-1016.20
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
2ea88f20ac0c (HEAD, tag: Ubuntu-bluefield-6.8.0-1016.20, origin/master-next, 
master-next) UBUNTU: Ubuntu-bluefield-6.8.0-1016.20
d4d5543cec65 UBUNTU: link-to-tracker: update tracking bug
8ed8ca395245 UBUNTU [Config] : Update configs from 6.8.0-100.100

make -j16 ARCH=x86 KERNELRELEASE=6.8.0-1016.20.2ea88f20ac-bluefield &> 
~/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-bluefield
** Tags added: verification-done-noble-linux-bluefield

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