• R/O
  • HTTP
  • SSH
  • HTTPS

linux-2.4.36: Commit

2.4.36-stable kernel tree


Commit MetaInfo

Revision1abee0f203516e7aec56ce7f9a30a0bd172820fd (tree)
Zeit2008-10-20 06:23:03
AutorWilly Tarreau <w@1wt....>
CommiterWilly Tarreau

Log Message

Change VERSION to 2.4.36.8

- security: avoid calling a NULL function pointer in drivers/video/tvaudio.c
- doc: mention chain-compiling for really old gccs
- CVE-2008-3275 Linux kernel local filesystem DoS
- Remove suid/sgid bits on truncate() (CVE-2008-4210)
- tcp: Clear probes_out more aggressively in tcp_ack().
- x86 would not build without CONFIG_VT
- pc_keyb: fix breakage on ia64/mips/mips64
- doc: fix examples and add suggestions about depmod
- netfilter: ip6t_{hbh,dst}: Rejects not-strict mode on rule insertion

Signed-off-by: Willy Tarreau <w@1wt.eu>

Ändern Zusammenfassung

Diff

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