aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilly Tarreau <w@1wt.eu>2008-09-07 17:55:40 +0200
committerWilly Tarreau <w@1wt.eu>2008-09-07 17:55:40 +0200
commit0d41ef5d83f6dd0ea703095ba0c6c66e9dc63aea (patch)
tree5fd02a7b2c10129e5c7edd2485f55a2967f5bde8
parent0b29139ad4a8751246c57a4b0e4045973c1ae047 (diff)
downloadlinux-2.4-0d41ef5d83f6dd0ea703095ba0c6c66e9dc63aea.tar.gz
Change VERSION to 2.4.37-rc1v2.4.37-rc1
- Fix SMP ordering hole in fcntl_setlk() (CVE-2008-1669) - add ICH9x support to ahci driver - usb: add support for ADM8515 to pegasus.h - asn1: additional sanity checking during BER decoding (CVE-2008-1673) - usb-serial: back-port of pl2303.c from 2.6.24.1 - sit: Add missing kfree_skb() on pskb_may_pull() failure (CVE-2008-2136) - sparc: Fix mmap VA span checking (CVE-2008-2137) - sctp: Make sure N * sizeof(union sctp_addr) does not overflow (CVE-2008-2826) - x86 SMP: don't report error on uniprocessor machines - 2.4.x USB and 1394 hotplug - wan: Missing capability checks in sbni_ioctl() (CVE-2008-3525) - [PPPOE]: Missing result check in __pppoe_xmit(). - Kernel patch to add rootdelay feature - udf: fix uid/gid permissions - PCI ID updates for amd74xx - ahci driver update - ext2_readdir() filp->f_pos fix (try #2) - Duplicate id in videodev.h - Fix typo in acpi_boot_init - 3c980-TX needs EXTRA_PREAMBLE - net pppoe: Check packet length on all receive paths - ide-generic: Marvell IDE 88SE6101 2.4.XX support - ip-pnp-dhcp: wait lazily when doing dhcp for diskless systems - ACPI: check a return value correctly in acpi_power_get_context() - [TCP]: Fix shrinking windows with window scaling - wireless, airo: waitbusy() won't delay - IDE: fix panic during probe with negative IRQ - ipv6: use timer pending - signal.h: use an explicit cast to silent compiler warnings - fix build error with some flavours of gcc 2.95.3 - ata_piix: add PCI ID for intel ICH8 controller - linux-2.4 CLASSIFY patch. - sctp: Do not leak memory on multiple listen() calls - sctp: Allow only 1 listening socket with SO_REUSEADDR - Do not complain about gcc 4.2 for user-space - i386: fix setCx86/getCx86 race in macros - security: insufficient range checks in certain fault handlers - intermezzo: fix uninitialized use of pointer in error path - Fix dnotify/close race (CVE-2008-1375) - ide-generic: add support for JMicron 368 - ide-generic: add support for Marvell 6145 PATA port - ata_piix: add support for ICH9 in IDE mode - doc: explain how to build a suitable gcc in Documentation/using-newer-gcc.txt - sound: fix warning due to incorrect error code checking in ad1889 - sky2: fix uninitialized "mss" variable in sky2_xmit_frame() - x86 would not build without CONFIG_VT - via-rhine: fix mii duplex detection during link monitoring - pc_keyb: fix breakage on ia64/mips/mips64 - Correct the upto value during list conntrack information - avoid semi-infinite loop when mounting bad ext2 - ext2: skip pages past number of blocks in ext2_find_entry - memory leak when socket is release()d before PPPIOCGCHAN has been called on it - 2.4: fix memory corruption from misinterpreted bad_inode_ops return values - 2.4: [SCSI] aacraid: Fix security hole - 2.4: USB: fix DoS in pwc USB video driver - 2.4: [POWERPC] CHRP: Fix possible NULL pointer dereference - old buffer overflow in moxa driver (CVE-2005-0504) Signed-off-by: Willy Tarreau <w@1wt.eu>
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9fea153fe7b869..48ce53dd8723de 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 4
-SUBLEVEL = 36
-EXTRAVERSION =
+SUBLEVEL = 37
+EXTRAVERSION = -rc1
KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)