Re: Linux 2.6.20.13

2007-06-09 Thread Matt Mackall
On Fri, Jun 08, 2007 at 12:00:28AM -0700, Chris Wright wrote: > We (the -stable team) are announcing the release of the 2.6.20.13 kernel. > This release has three security fixes in it: > > 54bb290b: random: fix error in entropy extraction (CVE-2007-2453 1 of 2) > f5939fcd: random: fix seeding wit

Re: Linux 2.6.20.13

2007-06-08 Thread Chris Wright
diff --git a/Makefile b/Makefile index 87f5956..a87a7d1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 20 -EXTRAVERSION = .12 +EXTRAVERSION = .13 NAME = Homicidal Dwarf Hamster # *DOCUMENTATION* diff --git a/drivers/char/random.c b/drivers/char/ran