> The problem is really that SI_SIGIO is negative, but it should be positive > to make SI_FROMUSER return false on it. > > Changing it would unfortunately break binary compatibility. This patch Why ? > It'll break programs that try to send SI_SIGIO (=-5) signals from userspace, > but I think that is ok. Why not just add SI_KERNSIGINFO .. and use that ? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- [PATCH] Fix queued SIGIO Andi Kleen
- Re: [PATCH] Fix queued SIGIO Jamie Lokier
- Re: [PATCH] Fix queued SIGIO Alan Cox
- Re: [PATCH] Fix queued SIGIO Andi Kleen
- Re: [PATCH] Fix queued SIGIO Alan Cox
- Re: [PATCH] Fix queued SIGIO Andi Kleen
- Re: [PATCH] Fix queued SIGIO Robert H. de Vries
- Re: [PATCH] Fix queued SIGIO Jamie Lokier
- Re: [PATCH] Fix queued SIGIO Andi Kleen
- Re: [PATCH] Fix queued SIGIO Julian Anastasov
- Re: [PATCH] Fix queued SIGIO Andi Kleen
- Re: [PATCH] Fix queued SIGIO Julian Anastasov
- Re: [PATCH] Fix queued SIGIO Chuck Lever