[Kernel-packages] [Bug 2103991] Re: Can't build a corresponding linux-tools package for my self-build kernel

2025-03-25 Thread megastallman
Anyway, instead of properly debianizing v6.12, I've decided to movee to v6.11-hwe, that is already available in Ubuntu: == sudo apt-get build-dep linux-hwe-6.11 apt source linux-hwe-6.11 cd linux-hwe-6.11-6.11.0 fakeroot debian/rules clean ... applied my patch here... ... debian/rules build fa

[Kernel-packages] [Bug 2103991] Re: Can't build a corresponding linux-tools package for my self-build kernel

2025-03-25 Thread megastallman
Thanks You-Sheng Yang! I've managed to build linux-tools for v6.8 as you've pointed out. Can you also help me build it from upstream git? git clone https://github.com/torvalds/linux cd linux git checkout v6.12 fakeroot debian/rules clean /usr/bin/fakeroot: 175: debian/rules: not found ==

[Kernel-packages] [Bug 2103991] [NEW] Can't build a corresponding linux-tools package for my self-build kernel

2025-03-24 Thread megastallman
Public bug reported: Running Ubuntu 24.04, I've built my own kernel from 6.8 sources as: = apt source linux cd linux-6.8.0 make mrproper cp /boot/config-$(uname -r) ./.config make oldconfig scripts/config --disable SYSTEM_TRUSTED_KEYS scripts/config --disable SYSTEM

[Kernel-packages] [Bug 2103802] [NEW] NFS-over-TCP fix needs backported from master

2025-03-21 Thread megastallman
Public bug reported: This bug has been introduced by an Oracle engineer, Chuck Lever, in "net/sunrpc/svcsock.c" as a series of optimizations in commit 2b877fc53e975bdc5614c0a7d64047cfdbae3894 , on 2023-07-19. It breaks NFS-RPC over TCP calls on clients under high load. In our case it is a bunch