Messages in this thread |  | | | Date | Fri, 14 Jul 2006 08:33:46 +0200 | | From | andrea@cpushare ... | | Subject | Re: [PATCH] TIF_NOTSC and SECCOMP prctl |
On Thu, Jul 13, 2006 at 11:27:27PM -0700, Andrew Morton wrote: > Using a bit <= 15 will cause kernel to take the work_notifysig path > "pending work-to-be-done flags are in LSW". I'm not sure what happens if > there's such a flag set but nothing is set up to handle it. I guess it > stays set and processes never get out of the kernel again.
Ah ok, thanks.
> Perhaps TIF_SECCOMP should be >= 16 too - the special-case in > _TIF_ALLWORK_MASK looks odd.
It's checked with testw so it must be < 16. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |