User Details
- User Since
- Jun 2 2014, 4:20 PM (636 w, 3 d)
Today
The num namespaces changes should be separate
Yesterday
I have some suggestions
Wed, Aug 12
I asked as a question to learn the latest. I'm cool with what's there or c11 usage
Tue, Aug 11
Fri, Aug 7
Not sure you need to set the taskqueue to NULL, but it won't hurt.
Do you have any way to provoke the race that lead to this commit?
Mon, Aug 3
Sun, Aug 2
fix issues that devin highlighted
This looks good. I had intended to commit this when submitted, but it fall off my radar.
I did have one question: when validating the power states, you compare against 32 instead of the number of power states in the card. It seems like you should do the latter, is there any reason, other than the max possible power state, that you did this? I suppose the drive will reject bad states when the set feature is sent, but maybe it's better to validate where I flagged.
Wed, Jul 29
devin's review
Thanks for the the pre-existing typos too. Technically out of scope, but I'll fold them in.
I'm good with the text and mfc plan.
Tue, Jul 28
Fix AI overly verbose comment I missed in prior passes.
Mon, Jul 27
This looks fine as is. I usually tweak .Dd dates when I notice :) But this one should be fixed.
Generally i like it. One question to consider.
Sat, Jul 25
So this is OK. A better thing would be to just drop the CAM lock. That should be safe. However, it's going to be super rare we can't allocate here. Can you commit this as is, but file a bug and assign it to me. The bug should be 'investigate dropping CAM lock for AC_GETDEV_CHANGED in nda' and I'll not forget about it that way.
If you have a time for the refactor I requested, that would be idea.
If not, this is OK enough as it is with the ns == 0 check, since that's not a valid namespace.
Fri, Jul 24
Wed, Jul 22
all the other build system things, like for MK_FOO are lower case only. I worry this would cause confusion...
So you can't allocate pages for code read only... you've got to write to them sometime and there's no interface to change the mapping.
This should be fine.
Mon, Jul 20
seems good, but didn't pedantically check all the options.
Apart from the comment I don't understand, this is good, I think.
Sure, if it works and we're on a good path to removing Giant (or if it's already gone, I've not looked).
Fri, Jul 17
Wed, Jul 15
Jul 14 2026
Jul 13 2026
Jul 12 2026
how is this related to the pkgbaseify that was linked off a foundation blog?
The code looks clean, but I don't know if it's correct.