User Details
- User Since
- May 27 2014, 10:08 AM (633 w, 6 d)
Wed, Jul 15
Indeed, I kind of remembered something similar but a quick search didn’t return this review. Thank you!
Tue, Jul 14
Address comment from @emaste by uncommenting the include of <linux/plist.h> and adding it as a dummy header.
Sun, Jul 12
Sat, Jul 11
Thu, Jul 9
This patch looks good to me. I just noted one comment which is unclear to me.
Wed, Jul 8
Fix typo, reported by @emaste
Wed, Jun 24
Jun 20 2026
Jun 15 2026
Thanks for the explanation!
I agree with @bz about adding printed TODO when called. I’m still accepting this patch because it should be part of another review probably.
Jun 14 2026
What are the use cases for this macro?
Instead of this hack around <linux/radix-tree.h> and <linux/xarray.h>, I implemented the following solution in drm-kmod:
https://github.com/freebsd/drm-kmod/pull/477
This patch is required for the update of DRM drivers to Linux 6.13.
for_each_if() already exists in the DRM drivers. It was moved to <linux/util_macros.h> in Linux 6.15 (https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b2108fc82a0acda34388bff3e3ee3544013b1623). Therefore it will need to be wrapped with:
