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
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
==
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
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
4 matches
Mail list logo