-
Notifications
You must be signed in to change notification settings - Fork 60
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
package/linux-mainline: Bump to 6.2 #657
Conversation
I just ran this on
actually Other than that all seems to be in order. |
Weird. I don't see those. dmesg | grep g_ether
[ 3.610858] UDC core: g_ether: couldn't find an available UDC
[ 4.899438] g_ether gadget.0: Ethernet Gadget, version: Memorial Day 2008
[ 4.906347] g_ether gadget.0: g_ether ready After a reboot do you still see the battery warning sign? |
I do but the message buffer is not spammed by them and ethernet over usb works:
Here are some pictures of the warning signs: |
Signed-off-by: Alistair Francis <alistair@alistair23.me>
61fb3e2
to
606a1a9
Compare
Ok! Pushed an update to go all the way to the 6.2 kernel. I double checked and in Xochitl 2.9.0.210 I don't see any warning signs for the battery. Let me know if you still see anything, although I think that's a Xochitl bug as we are now using the upstream driver for the power management |
Signed-off-by: Alistair Francis <alistair@alistair23.me>
606a1a9
to
779e99e
Compare
I just gave this another spin. I still get the weird error symbol in 2.15.1.1189 but other than that it works as intended. |
I think this should be merged then. We can work on the warning symbol in the future |
Ping! |
1 similar comment
Ping! |
I'd be happy to merge it if one of the maintainers with a rM2 is okay with that. @raisjn @matteodelabre @LinusCDE ? |
Anyone? |
Another ping |
Ping! |
I've asked the question a number of times on discord and had no reply about it, other than @LinusCDE saying he didn't think he was the right person to answer. |
@LinusCDE I think it would be fine for you to approve this at this point. |
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.
Will rubber stamp, but have not done testing on custom kernels yet. If some unknown issue crops up, i can probably find the time to look into it.
To clarify, I'm not looking for a rubber stamp. I'm looking for an explicit statement that you are comfortable or not with the battery warning when running this on 2.15. |
Was initially not sure, because it involves battery seemingly. I doubt that the kernel would need to do any crucial control for it, but on the rM 2 it's usually hard to say what they did in the name of making stuff sleeker and more responsive. In this case I doubt it's an issue though. Looking at the dmesg log, the problem doesn't seem to be battery but actually the UDC, which according to this documenation should mean USB Device Controller. At first I thought this should not matter to the reMarkable anyway. But in one way I would: The ethernet interface. Can someone confirm that the Ethernet functionality still works normally? If not I should have probably not approved it. Otherwise I think it should be fine. |
@Etn40ff since you are the one who can replicate, can you take a look? |
I do not have my recovery gear with me at the moment; I will not be able to test this again before mid September. |
I use the Ethernet interface fairly often. I'm pretty sure it works fine with the 6.2 kernel |
Then there should be no issue merging this i guess. 👍 |
Alright, good enough for me, I guess. Merging. |
* package/linux-mainline: Bump to 6.1 Signed-off-by: Alistair Francis <alistair@alistair23.me> * package/linux-mainline: Bump to 6.2 Signed-off-by: Alistair Francis <alistair@alistair23.me> --------- Signed-off-by: Alistair Francis <alistair@alistair23.me> Co-authored-by: Nathaniel van Diepen <Eeems@users.noreply.github.com>
### New Packages - `reterm` - 0230628.1927-1 (#703) - `sill` - 0.1.1-alpha (#719) - `changescrn` - 1.0.0-1 (#571) ### Updated Packages - `yaft` - 0.0.8-2 (#715 #716) - Update to 0.0.8 - Depend on `terminfo` - Add patch to start bash as a login shell - `toltec-base` - 1.2-2 (#715) - Adds `/opt/etc/profile` to `/etc/profile.d` so that it automatically loads the environment variables provided by the entware source - `linux-mainline` - 6.2.0-1 (#657) ### Tooling - Update build process to use Python 3.10 (#684) - Added issue templates to the repository (#711)
Bump the mainline based kernel to the
6.16.2 release.Besides the mainline changes from 6.0 to 6.2, this includes a refactoring of the
rohm,bd71815
code to use the mainline driver instead of the reMarkable version. It has also dropped a Koreader related hack from the kernel, see koreader/koreader#10012.This is the
6.16.2 mainline kernel and1812 rM2 specific patches on top.