Re: Linux 2.6.8-rc1

From: Matthias Andree
Date: Mon Jul 12 2004 - 04:28:57 EST


On Sun, 11 Jul 2004, Linus Torvalds wrote:

> Ok, there's been a long time between "public" releases, although the
> automated BK snapshots have obviously been keeping people up-to-date.
> Sorry about that, I blame mainly moving boxes and stuff around...

...

> Alexander Viro:
...
> o sparse: rt_sigsuspend/sigaltstack sanitized

I consider this harmful right now, full log:

ChangeSet@xxxxxx, 2004-06-18 13:35:31-07:00, viro@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
[PATCH] sparse: rt_sigsuspend/sigaltstack sanitized

rt_sigsuspend() and sigaltstack() prototype changed; instead of
playing games with casts of argument address to struct pt_regs * and
digging through it, we declare them as

int <fn>(struct pt_regs regs)

instead.

This ChangeSet causes Java to get killed right away, to see this, just
type "Java". Excluding this ChangeSet (ID
viro@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx[torvalds]|ChangeSet|20040618203531|62233)
fixes the problem for me.

Thanks to Go Taniguchi for isolating the change set.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/