* Linux 2.6.16.4
@ 2006-04-11 17:33 Greg KH
2006-04-11 17:33 ` Greg KH
2006-04-11 19:04 ` several messages Jan Engelhardt
0 siblings, 2 replies; 7+ messages in thread
From: Greg KH @ 2006-04-11 17:33 UTC (permalink / raw)
To: linux-kernel, stable; +Cc: torvalds
We (the -stable team) are announcing the release of the 2.6.16.4 kernel.
The diffstat and short summary of the fixes are below.
I'll also be replying to this message with a copy of the patch between
2.6.16.3 and 2.6.16.4, as it is small enough to do so.
The updated 2.6.16.y git tree can be found at:
rsync://rsync.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.16.y.git
and can be browsed at the normal kernel.org git web browser:
www.kernel.org/git/
thanks,
greg k-h
--------
Makefile | 2 +-
kernel/signal.c | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
Summary of changes from v2.6.16.3 to v2.6.16.4
==============================================
Greg Kroah-Hartman:
Linux 2.6.16.4
Oleg Nesterov:
RCU signal handling [CVE-2006-1523]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Linux 2.6.16.4
2006-04-11 17:33 Linux 2.6.16.4 Greg KH
@ 2006-04-11 17:33 ` Greg KH
2006-04-11 19:04 ` several messages Jan Engelhardt
1 sibling, 0 replies; 7+ messages in thread
From: Greg KH @ 2006-04-11 17:33 UTC (permalink / raw)
To: linux-kernel, stable, torvalds
diff --git a/Makefile b/Makefile
index 1450dfe..29efaa1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 16
-EXTRAVERSION = .3
+EXTRAVERSION = .4
NAME=Sliding Snow Leopard
# *DOCUMENTATION*
diff --git a/kernel/signal.c b/kernel/signal.c
index ea15410..bc8f80b 100644
--- a/kernel/signal.c
+++ b/kernel/signal.c
@@ -975,7 +975,6 @@ __group_complete_signal(int sig, struct
if (t == NULL)
/* restart balancing at this thread */
t = p->signal->curr_target = p;
- BUG_ON(t->tgid != p->tgid);
while (!wants_signal(sig, t)) {
t = next_thread(t);
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: several messages
2006-04-11 17:33 Linux 2.6.16.4 Greg KH
2006-04-11 17:33 ` Greg KH
@ 2006-04-11 19:04 ` Jan Engelhardt
2006-04-11 19:20 ` Boris B. Zhmurov
2006-04-11 20:30 ` Greg KH
1 sibling, 2 replies; 7+ messages in thread
From: Jan Engelhardt @ 2006-04-11 19:04 UTC (permalink / raw)
To: Greg KH; +Cc: linux-kernel, stable, torvalds
>Date: Tue, 11 Apr 2006 09:26:20 -0700
>Subject: Linux 2.6.16.3
>David Howells:
> Keys: Fix oops when adding key to non-keyring [CVE-2006-1522]
>Date: Tue, 11 Apr 2006 10:33:23 -0700
>Subject: Linux 2.6.16.4
>Oleg Nesterov:
> RCU signal handling [CVE-2006-1523]
Now admins spend another hour this day just to upgrade.
These two patches could have been queued until the end of the day. Maybe
another one turns up soon.
Jan Engelhardt
--
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: several messages
2006-04-11 19:04 ` several messages Jan Engelhardt
@ 2006-04-11 19:20 ` Boris B. Zhmurov
2006-04-11 20:30 ` Greg KH
1 sibling, 0 replies; 7+ messages in thread
From: Boris B. Zhmurov @ 2006-04-11 19:20 UTC (permalink / raw)
To: Jan Engelhardt; +Cc: Greg KH, linux-kernel, stable, torvalds
Hello, Jan Engelhardt.
On 11.04.2006 23:04 you said the following:
> Now admins spend another hour this day just to upgrade.
It's admin's job, isn't it?
> These two patches could have been queued until the end of the day. Maybe
> another one turns up soon.
> Jan Engelhardt
Hmm... Interesting. Are you blaming security officers for doing their
job? Please, don't! And many many thanks to Greg for giving us security
patches as soon as possible.
--
Boris B. Zhmurov
mailto: bb@kernelpanic.ru
"wget http://kernelpanic.ru/bb_public_key.pgp -O - | gpg --import"
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: several messages
2006-04-11 19:04 ` several messages Jan Engelhardt
2006-04-11 19:20 ` Boris B. Zhmurov
@ 2006-04-11 20:30 ` Greg KH
2006-04-11 23:46 ` Jan Engelhardt
2006-04-12 0:36 ` Nix
1 sibling, 2 replies; 7+ messages in thread
From: Greg KH @ 2006-04-11 20:30 UTC (permalink / raw)
To: Jan Engelhardt; +Cc: linux-kernel, stable, torvalds
On Tue, Apr 11, 2006 at 09:04:42PM +0200, Jan Engelhardt wrote:
>
> >Date: Tue, 11 Apr 2006 09:26:20 -0700
> >Subject: Linux 2.6.16.3
> >David Howells:
> > Keys: Fix oops when adding key to non-keyring [CVE-2006-1522]
>
> >Date: Tue, 11 Apr 2006 10:33:23 -0700
> >Subject: Linux 2.6.16.4
> >Oleg Nesterov:
> > RCU signal handling [CVE-2006-1523]
>
> Now admins spend another hour this day just to upgrade.
> These two patches could have been queued until the end of the day. Maybe
> another one turns up soon.
The first one went out last night, as it was a real issue that affected
people and I had already waited longer than I felt comfortable with, due
to travel issues I had (two different talks in two different cities in
two different days.)
The second one went out today, because it was reported today. Should I
have waited until tomorrow to see if something else came up?
thanks,
greg k-h
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: several messages
2006-04-11 20:30 ` Greg KH
@ 2006-04-11 23:46 ` Jan Engelhardt
2006-04-12 0:36 ` Nix
1 sibling, 0 replies; 7+ messages in thread
From: Jan Engelhardt @ 2006-04-11 23:46 UTC (permalink / raw)
To: Greg KH; +Cc: linux-kernel, stable, torvalds
>
>The first one went out last night, as it was a real issue that affected
>people and I had already waited longer than I felt comfortable with, due
>to travel issues I had (two different talks in two different cities in
>two different days.)
>
>The second one went out today, because it was reported today. Should I
>have waited until tomorrow to see if something else came up?
>
No of course not, I did not know the first one was already due long time.
[Sigh, pine changed the subject header and I did not notice.]
Jan Engelhardt
--
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: several messages
2006-04-11 20:30 ` Greg KH
2006-04-11 23:46 ` Jan Engelhardt
@ 2006-04-12 0:36 ` Nix
1 sibling, 0 replies; 7+ messages in thread
From: Nix @ 2006-04-12 0:36 UTC (permalink / raw)
To: Greg KH; +Cc: Jan Engelhardt, linux-kernel, stable, torvalds
On 11 Apr 2006, Greg KH whispered secretively:
> The first one went out last night, as it was a real issue that affected
> people and I had already waited longer than I felt comfortable with, due
> to travel issues I had (two different talks in two different cities in
> two different days.)
>
> The second one went out today, because it was reported today. Should I
> have waited until tomorrow to see if something else came up?
Indeed.
On top of that, they're `only' local DoSes, so many admins (i.e. those
without untrusted local users) will probably not have installed .3 yet:
and anyone with untrusted local users probably has someone whose entire
job is handling security anyway.
There's nothing wrong with rapid-fire -stables; either the issue is (in
the judgement of the ones doing the installation) critical, in which
case it should get out as fast as possible, or it isn't, in which case
the local installing admins can put it off for a day or so themselves to
see if another release comes out immediately afterwards.
--
`On a scale of 1-10, X's "brokenness rating" is 1.1, but that's only
because bringing Windows into the picture rescaled "brokenness" by
a factor of 10.' --- Peter da Silva
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2006-04-12 0:37 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-11 17:33 Linux 2.6.16.4 Greg KH
2006-04-11 17:33 ` Greg KH
2006-04-11 19:04 ` several messages Jan Engelhardt
2006-04-11 19:20 ` Boris B. Zhmurov
2006-04-11 20:30 ` Greg KH
2006-04-11 23:46 ` Jan Engelhardt
2006-04-12 0:36 ` Nix
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.