User Details
- User Since
- May 27 2014, 10:08 AM (626 w, 6 d)
Thu, May 21
After comment from @manu, I'm fine either way.
After comment from @manu, I'm fine either way.
Fri, May 8
Thu, May 7
Wed, May 6
Awesome, thank you :-)
Note that the 6.12-lts branch was created too. It is even more recent that the master branch right now (6.12 vs 6.12.85). It will need a port as well. If you want to work on one, feel free to submit one. Otherwise, I can prepare one.
Thank you for the patch!
Mon, May 4
Apr 30 2026
Apr 29 2026
FIx typo reported by @markj
Remove unwanted unrelated change to the sx.9 manpage
Thank you for the great suggestion! I implement it and just uploaded the patch.
Reimplement the patch, based on the suggestions from @olce.
Apr 24 2026
Apr 22 2026
Yes
Remove the "Not implemented" comment
Oh, I forgot to remove the "Not implemented" comment in <linux/gfp.h>. Update coming.
@emaste: Do you think that me copying these macros and constants from Linux could be a problem?
Fix compile error
Address comment @bz
Address comment from @bz
I copied them from Linux because they are all part of the public KPI and I don’t see how to "reimplement" them from their name (they are also not documented). I think they are trivial enough to not cause any harm.
Address comment from @bz
Address comment from @bz
- Move lkpi_kvrealloc() to src/linux_slab.c
- Replicate the behaviour of lkpi_krealloc() in lkpi_kvrealloc() instead of calling it to not request contiguous memory in case of a new allocation.
Address comment from @bz
