OSDN Git Service

Change VERSION to 2.4.36-rc1
authorWilly Tarreau <w@1wt.eu>
Sun, 16 Dec 2007 23:16:40 +0000 (00:16 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 16 Dec 2007 23:16:40 +0000 (00:16 +0100)
    - net/ipv4/arp.c: Fix arp reply when sender ip 0
    - fix arch/i386/config.in to be able to boot on 386
    - usb: Move linux-usb-devel
    - GCC >= 4.2 miscompiles the kernel
    - prevent do_brk() from allocating below mmap_min_addr
    - fix build of ia32entry.S on x86_64
    - vfs: coredumping fix
    - isdn: avoid copying overly-long strings
    - prevent SIGCONT from waking up a PTRACED process (CVE-2007-4774)
    - isdn: fix isdn_ioctl memory overrun vulnerability

Makefile

index d9303f1..9796cf8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 4
 SUBLEVEL = 36
-EXTRAVERSION = -pre2
+EXTRAVERSION = -rc1
 
 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)