User Details
- User Since
- Mar 12 2014, 1:00 AM (637 w, 6 d)
Yesterday
Same as D57387.
- increment more counters
- add a branch annotation
in this case
Is it possible to add a regression test?
Sat, May 30
Fri, May 29
Ping? I've converted the locking here as requested.
Ping? I'd like to commit this if there are no objections. The bug it fixes is real, and this patch or something like it is required no matter how other if_lagg lifecycle issues are handled.
Thu, May 28
Wed, May 27
Tue, May 26
Shall we update the kill test in tests/sys/capsicum/capmode.cc to verify sigqueue too?
Sorry, never mind, I missed that dcb_bound is set implicitly via the union.
My comments are just nits, I think the change is fine.
Mon, May 25
When all handles referencing a vnode are closed, VOP_INACTIVE (implemented by p9fs_inactive()) should be closed. Isn't that the right place to clunk the file? From what I can see, that's currently happening in p9fs_reclaim() which is too late as you say.
Actually this one doesn't matter too much since sysmouse_bufpoll isn't dynamically allocated.
I cannot apply the patch, it fails in pdfork.2. (I already applied the pdopenpid() patch.) Could you please rebase? Or, if your branch is already public, could you please include a pointer to it in the review description so that it's easier for me to fetch? That makes it easier for me to e.g., write syzkaller descriptions for new syscalls.
- Rework validition to avoid multiplication.
- Fall back to the extended signature table if the processor flags don't match.
I don't really understand--if we were to remove TIOCSTI, wouldn't that be done by removing the runtime implementation, rather than hiding the TIOCSTI symbol like this?
I don't really see the point. I'd just keep the option, having it silently do nothing, and remove the documentation.