Closed Flamefire closed 1 year ago
I finally have some time to go through all these :)
"Taken from Sony 47.2.A.10.107 stock kernel" refers to Sony-specific addition, when compared to the standard CAF kernel. We don't have a commit history in the copyleft kernel from Sony unfortunately, only version bumps based on diff's.
Thanks
I found this in the logs:
I traced this down to the commit 6ac29dadb4423df44844da008436a5b75fc82dbe which adds a field
bool suspended;
to the end ofstruct mmc_gpio
. That is very likely misplaced: It should likely be after the other added bool. At that place setting the bool overwrites the string at the end of the array (the zero-length array at the end of the struct is C-language variable length struct)@derfelot it says "Taken from Sony 47.2.A.10.107 stock kernel", where exactly did you get this from? I'd like to verify with the original sources.
Edit: Found the copyleft archive but no commit. The issue/bug is present there as well.