* Linux 2.6.30.3
@ 2009-07-24 22:29 Greg KH
2009-07-24 22:29 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2009-07-24 22:29 UTC (permalink / raw)
To: linux-kernel, Andrew Morton, torvalds, stable; +Cc: lwn
I'm announcing the release of the 2.6.30.3 kernel. It fixes a boot
problem that people reported in the 2.6.30.2 release. If you don't have
this problem, don't worry about upgrading.
I'll also be replying to this message with a copy of the patch between
2.6.30.2 and 2.6.30.3
The updated 2.6.30.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.30.y.git
and can be browsed at the normal kernel.org git web browser:
http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.30.y.git;a=summary
thanks,
greg k-h
------------
Makefile | 2 +-
drivers/video/fbmon.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
Greg Kroah-Hartman (1):
Linux 2.6.30.3
Linus Torvalds (1):
fbmon: work around compiler bug in gcc-4.2.4
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: Linux 2.6.30.3
2009-07-24 22:29 Linux 2.6.30.3 Greg KH
@ 2009-07-24 22:29 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2009-07-24 22:29 UTC (permalink / raw)
To: linux-kernel, Andrew Morton, torvalds, stable, lwn
diff --git a/Makefile b/Makefile
index ab8cda6..5c9795d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 30
-EXTRAVERSION = .2
+EXTRAVERSION = .3
NAME = Man-Eating Seals of Antiquity
# *DOCUMENTATION*
diff --git a/drivers/video/fbmon.c b/drivers/video/fbmon.c
index 5c1a2c0..9ae9cd3 100644
--- a/drivers/video/fbmon.c
+++ b/drivers/video/fbmon.c
@@ -256,8 +256,8 @@ static void fix_edid(unsigned char *edid, int fix)
static int edid_checksum(unsigned char *edid)
{
- unsigned char i, csum = 0, all_null = 0;
- int err = 0, fix = check_edid(edid);
+ unsigned char csum = 0, all_null = 0;
+ int i, err = 0, fix = check_edid(edid);
if (fix)
fix_edid(edid, fix);
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-07-24 22:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-24 22:29 Linux 2.6.30.3 Greg KH
2009-07-24 22:29 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox