-
Notifications
You must be signed in to change notification settings - Fork 15
Linux 6.1.6 #214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux 6.1.6 #214
Conversation
This has now also pulled in #215. So this will also not have that vulnerability, |
Feedback: I could build it on my build machine (ubuntu 22.10 server as VM). Had to clean up a little after the first run that failed on dkms, but was just build debris still lying around, |
@jglathe awesome! Thank you! |
Install of 6.1.6 on vega just done and works nicely. Multiple displays on NVidia, sound, everything there.
To get the whole package of ./rebuild.sh installed without errors you need to upgrade pciutils and libpci to 3.9.0:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This breaks suspend on pang10 and pang11. Related/fix: https://gitlab.freedesktop.org/superm1/linux/-/commit/29c666b4184a41bb07acd24551e4cd53276340b2
921b8c1
to
d3fad8e
Compare
Thanks! Cherry-picked that fix, so that shouldn't be an issue anymore |
Unfortunately that didn't fix suspend on pang10 |
d3fad8e
to
5ee6a55
Compare
5ee6a55 should fix the pang10/11 suspend issue |
Yep, looks like that fixed pang11! 🎉 |
Looks like Guessing https://github.com/pop-os/bcmwl/ just needs an update as well? |
https://github.com/pop-os/bcmwl/tree/bcmwl-rebase fixes that for me |
Yep, that fixes it for me as well |
I have installed the staging kernel on my Maingear Vector Pro 2 which is running AMD 6900HX and the laptop keyboard is still not working. |
@13r0ck can you elaborate on the Mira/Nvidia/Plymouth issue? On the first few attempts, I struggled to see a Mira/Nvidia system progress beyond entering the decryption password on boot with this kernel, which is a worry. I've attached a log (ripped from journalctl) from the last failed attempt to boot with this Kernel PR present. I'm in the process of seeing whether I can find some way to induce a boot failure now I've had the system boot successfully. |
Previous log was after a failure to boot Old_Kern after adding this PR. This is after a failure to boot 6.1.6: |
Two back to back boot attempts, one good and one bad. They diverge at line 762 (I believe they are literally identical for the first 761 line, time excepted). |
nvidia driver balking |
At least on DevOne, things are looking good. But, Mira is still misbehaving. The fact that it doesn't fail to move from Plymouth decrypt to login every time is odd to me, and guidance on desired debugging would be helpful. |
Alright, I've got a better idea of what's going on, and I've eliminated Mesa 22.3.4 from the equation. With this kernel installed, MST breaks after suspend and resume on Dev One. So from a fresh boot, everything is working fine. After suspending and resuming with this 6.1.6 on a fresh and updated install, MST stops working when I plug the USB-C cable in. Display settings shows both monitors I have connected, but the upstream one says "No signal" and goes back to sleep, while the downstream one never even wakes up. When booting back into oldkern (6.0.12), both monitors work fine after suspending and resuming, then connecting the USB-C cable. I've replicated this on my own Dev One as well. |
Could you enable MGLRU by default? The kernel config option is CONFIG_LRU_GEN_ENABLED |
@lolcosmo good find!. Currently too much of our QA has been done already on this kernel release. But I will enable it on our 6.2 series kernel and see if it passes QA. Until the next release you could build your own kernel with that enabled git clone https://github.com/pop-os/linux
cd linux
vim debian.master/config/config.common.ubuntu # <- this is where to enable MGLRU
sudo apt build-dep linux-system76 -y
dpkg-buildpackage -us -uc -b
cd ..
sudo dpkg -i *.deb
reboot |
Sorry, but I don't think this fixes it. If anything, it seems worse now. Instead of just not activating either of the displays, now it sometimes makes the built-in display go black with only the mouse cursor shown, and act locked up (can't move the mouse cursor) until I unplug the USB-C cable. I tried to make these things happen while booted into oldkern (6.0.12) on the same install, but it just kept working as expected between reboots and suspend/resume cycles. I'll do a reinstall and try again soon, just in case it was some kind of fluke. |
https://www.phoronix.com/news/MGLRU-Reaches-mm-stable By cummunity request #214 (comment)
Closed in favor of #222 |
https://www.phoronix.com/news/MGLRU-Reaches-mm-stable By cummunity request #214 (comment)
https://www.phoronix.com/news/MGLRU-Reaches-mm-stable By cummunity request #214 (comment)
https://www.phoronix.com/news/MGLRU-Reaches-mm-stable By cummunity request #214 (comment)
https://www.phoronix.com/news/MGLRU-Reaches-mm-stable By cummunity request #214 (comment)
https://www.phoronix.com/news/MGLRU-Reaches-mm-stable By cummunity request #214 (comment)
https://www.phoronix.com/news/MGLRU-Reaches-mm-stable By cummunity request #214 (comment)
https://www.phoronix.com/news/MGLRU-Reaches-mm-stable By cummunity request #214 (comment)
https://www.phoronix.com/news/MGLRU-Reaches-mm-stable By cummunity request #214 (comment)
https://www.phoronix.com/news/MGLRU-Reaches-mm-stable By cummunity request #214 (comment)
https://www.phoronix.com/news/MGLRU-Reaches-mm-stable By cummunity request #214 (comment)
https://www.phoronix.com/news/MGLRU-Reaches-mm-stable By cummunity request #214 (comment)
https://www.phoronix.com/news/MGLRU-Reaches-mm-stable By cummunity request #214 (comment)
https://www.phoronix.com/news/MGLRU-Reaches-mm-stable By cummunity request #214 (comment)
This will be the first Pop!_OS kernel with rust in it! 🦀