diff options
author | Willy Tarreau <w@1wt.eu> | 2007-12-17 00:16:04 +0100 |
---|---|---|
committer | Willy Tarreau <w@1wt.eu> | 2007-12-17 00:16:04 +0100 |
commit | ca3a3697ca497feb5b0d2a59ae673f375a584ac1 (patch) | |
tree | df5ef049c43f269d582f1e2baa30e10a685b413e | |
parent | c6f1178a1038c76470380745c45031a2ddc84786 (diff) |
Change VERSION to 2.4.35.5v2.4.35.5stable/2.4.35.y/master
- 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
- fix build of ia32entry.S on x86_64
- vfs: coredumping fix
- isdn: avoid copying overly-long strings
- isdn: fix isdn_ioctl memory overrun vulnerability
- prevent SIGCONT from waking up a PTRACED process (CVE-2007-4774)
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 4 SUBLEVEL = 35 -EXTRAVERSION = .4 +EXTRAVERSION = .5 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) |