Linux 2.6.23.8

2007-11-16 Thread Greg Kroah-Hartman
of changes from v2.6.23.7 to v2.6.23.8 == Greg Kroah-Hartman (1): Linux 2.6.23.8 Ilpo J??rvinen (1): TCP: Make sure write_queue_from does not begin with NULL ptr (CVE-2007-5501) Roland McGrath (1): wait_task_stopped: Check p->exit_st

Re: Linux 2.6.23.8

2007-11-16 Thread Greg Kroah-Hartman
diff --git a/Makefile b/Makefile index c0feac2..435a3d7 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 23 -EXTRAVERSION = .7 +EXTRAVERSION = .8 NAME = Arr Matey! A Hairy Bilge Rat! # *DOCUMENTATION* diff --git a/kernel/exit.c b/kernel/exit.c index

Linux 2.6.23.8

2007-11-16 Thread Greg Kroah-Hartman
of changes from v2.6.23.7 to v2.6.23.8 == Greg Kroah-Hartman (1): Linux 2.6.23.8 Ilpo J??rvinen (1): TCP: Make sure write_queue_from does not begin with NULL ptr (CVE-2007-5501) Roland McGrath (1): wait_task_stopped: Check p-exit_state

Re: Linux 2.6.23.8

2007-11-16 Thread Greg Kroah-Hartman
diff --git a/Makefile b/Makefile index c0feac2..435a3d7 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 23 -EXTRAVERSION = .7 +EXTRAVERSION = .8 NAME = Arr Matey! A Hairy Bilge Rat! # *DOCUMENTATION* diff --git a/kernel/exit.c b/kernel/exit.c index