• R/O
  • HTTP
  • SSH
  • HTTPS

linux-2.4.36: Commit

2.4.36-stable kernel tree


Commit MetaInfo

Revisionb191af7b426632e82a91b8ceb35baa10ed34f4e4 (tree)
Time2007-11-18 04:27:03
AuthorWilly Tarreau <w@1wt....>
CommiterWilly Tarreau

Log Message

Change VERSION to 2.4.36-pre2

- x86_64: Make sure to validate all 64bits of ptrace information
- fix missing MODULE_LICENSE in some drivers
- fix unresolved symbols on alpha
- corrupted cramfs filesystems cause kernel oops (CVE-2006-5823)
- Bridge STP timer fixes
- sym53c8xx_2 SMP deadlock on driver load
- ATM: avoid kernel panic upon access to /proc/net/atm/arp
- PPP: fix crash using usb-serial on high speed devices
- [OpenPROM]: Fix signedness bug in openprom char driver
- [OpenPROM]: Fix user-access checking bugs in openpromfs
- [OpenPROM] Prevent overflow of sprintf buffer
- [OpenPROM] Prevent unsigned roll-overs in
- IDE: enable support for JMicron 20363
- IDE: enable PATA UDMA support for ICH7

Change Summary

Incremental Difference

--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
11 VERSION = 2
22 PATCHLEVEL = 4
33 SUBLEVEL = 36
4-EXTRAVERSION = -pre1
4+EXTRAVERSION = -pre2
55
66 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
77
Show on old repository browser