This bug is awaiting verification that the linux-gke/6.8.0-1028.32 kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed-noble-linux-gke' to 'verification-done-noble- linux-gke'. If the problem still exists, change the tag 'verification- needed-noble-linux-gke' to 'verification-failed-noble-linux-gke'.
If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you! ** Tags added: kernel-spammed-noble-linux-gke-v2 verification-needed-noble-linux-gke -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-gke in Ubuntu. https://bugs.launchpad.net/bugs/2113905 Title: Compile multi-gen LRU in kernel but keep it disabled by default Status in linux-gke package in Ubuntu: New Status in linux-gke source package in Noble: Fix Committed Bug description: SRU Justification [Impact] Google has previously requested multi-gen LRU to be disabled due to a bug (see https://bugs.launchpad.net/bugs/2084716), however, this prevents customers from opting into usage of multi-gen LRU at all. This bug requests that multi-gen LRU be built into the kernel, but be disabled by default, such that users can opt-in as needed. [Fix] Set CONFIG_LRU_GEN=y and CONFIG_LRU_GEN_ENABLED=n. [Test Plan] Google has provided the expected output: $ cat /boot/config-$(uname -r) | grep LRU CONFIG_LRU_GEN=y # CONFIG_LRU_GEN_ENABLED is not set # CONFIG_LRU_GEN_STATS is not set Based on the docs here: https://docs.kernel.org/next/admin-guide/mm/multigen_lru.html You can also check this module is available but disabled by verifying this output: $ cat /sys/kernel/mm/lru_gen/enabled 0x0000 [Where problems could occur] The only expected change in behavior is that multi-gen LRU is available for customers, but the default behavior should be identical. By having this module available, it's possible that the bug responsible for originally disabling multi-gen LRU could come up again, but it should only impact customers that opt-in. [Other] PIT: 421036236 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-gke/+bug/2113905/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp

