This bug is awaiting verification that the linux-riscv/6.11.0-12.13.1 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-oracular-linux-riscv' to 'verification-done- oracular-linux-riscv'. If the problem still exists, change the tag 'verification-needed-oracular-linux-riscv' to 'verification-failed- oracular-linux-riscv'.
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-oracular-linux-riscv-v2 verification-needed-oracular-linux-riscv -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2083845 Title: Setting I/O scheduler to 'none' causes error in oracular Status in linux package in Ubuntu: Fix Released Status in linux-gcp package in Ubuntu: Fix Released Bug description: [Impact] With Oracular linux-gcp kernel version 6.11.0-1002.2, running the google-guest-agent causes an error. The guest-agent sets the I/O scheduler to 'none', causing errors such as below: ``` 2024-10-07T09:24:03.262548+00:00 oracular-old-gga-test google_guest_agent[1125]: panic: invalid return from write: got 256 from a write of 4 ``` With strace, we can also see that the return value of write is unexpected: [pid 3127] write(7, "none", 4) = 256 This is breaking provision of GCP cloud images, so bump it to Critical. [Fix] Fix commit is e3accac1a976e65491a9b9fba82ce8ddbd3d2389 ("block: Fix elv_iosched_local_module handling of "none" scheduler"). [How to test] Apply the fix, rebuild the kernel and try to change scheduler in sysfs, e.g.: # echo "none" > /sys/devices/virtual/block/loop1/queue/scheduler # echo $? 0 [Regression potential] Upstream clean cherry-pick, already part of v6.11.2. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2083845/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp