Linux 2.6.16.3
We (the -stable team) are announcing the release of the 2.6.16.3
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.2 and 2.6.16.3, 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 c
Makefile | | | 2 +- |
security/keys/key.c | | | 4 ++++ |
security/keys/keyring.c | | | 1 + |
3 files changed, 6 insertions(+), 1 deletion(-)
Summary of changes from v2.6.16.2 to v2.6.16.3
David Howells:
Keys: Fix oops when adding key
to non-keyring [CVE-2006-1522]
Greg Kroah-Hartman:
Linux 2.6.16.3
Linux 2.6.16.4
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]