User Details
- User Since
- Oct 23 2024, 6:07 PM (54 w, 1 d)
Sun, Nov 2
Thu, Oct 30
Wed, Oct 29
Tue, Oct 14
Sat, Oct 11
On Sat Oct 11, 2025 at 2:26 AM +0300, Steve Kargl wrote:
I do not have a phabricator account. That method to
review patches came after I stopped committing.I did look at your patch, and do believe that it
is the correct fix. If you compare to remainderf(),
you'll see that the float version considers the
entire significand. I also checked remainderl().
It calls remquol() and it's implementation is
much different than the float and double versions.
Fri, Oct 10
Will do. I tried to add him to the review before uploading the patch but couldn't find an account.
Oct 1 2025
Sep 30 2025
Allocate fifo before locking priv->mtx
malloc priv->events with the correct size
Sep 29 2025
Sep 25 2025
I don't have the hardware to test this, but cross referencing the documentation, it looks good to me.
Bump
Userspace GPIO interrupts are currently broken because of this. (after D51932)
I believe that we do need to implement the resource allocation functions too (for cross-tree consumers), just not on the GPIO controller.
Sep 24 2025
No problem :)
Sep 23 2025
Sep 21 2025
Sep 20 2025
Sep 18 2025
LGTM, just one nit.
Sep 17 2025
No worries.
Sep 15 2025
I got toolchain errors when running the script for amd64, but I verified that it does actually build with MK_LOADER_BIOS_TEXTONLY=no on amd64.
Bumping
This seems important, should make it to 15.0
Sep 14 2025
Sep 10 2025
Sep 9 2025
Return actual errno values in other code paths.
The BIOS loader uses -Wall, but I'm not sure about the rest.
Ah, I don't mind. :)