Killing Giant for 13

Ian Lepore ian at freebsd.org
Tue Nov 26 22:59:04 UTC 2019


On Tue, 2019-11-26 at 15:23 -0700, Warner Losh wrote:
> And then there's all the interrupt handlers that aren't marked MPSAFE...
> how to grep for that? I think I may invent a NEEDS_GIANT sort of thing in
> preference to MPSAFE.

I'll bet this gets all or most of them...

grep -R -l 'bus_setup_intr(' * | xargs grep -L MPSAFE

-- Ian



More information about the freebsd-arch mailing list