• R/O
  • HTTP
  • SSH
  • HTTPS

linux-2.4.36: Commit

2.4.36-stable kernel tree


Commit MetaInfo

Revision94701ea2b34aeec16823fa3dae9cd9e38f637648 (tree)
Zeit2006-12-05 22:48:17
AutorWilly Tarreau <w@1wt....>
CommiterWilly Tarreau

Log Message

Change VERSION to 2.4.34-rc1

- smbfs : don't ignore uid/gid/mode mount opts w/ unix extensions (CVE-2006-5871)
- i2c cleanup : several cleanups
- fix for transient error in usb printer driver
- task stte leak in pegasus usb driver
- Masking bug in 6pack driver
- x86 microcode: dont check the size
- rio: typo in bitwise AND expression.
- flashpoint: use '!' instead of '~' with EE_SYNC_MASK
- jfs: incorrect use of "&&" instead of "&"
- arm: incorrect use of "&&" instead of "&"
- e100: incorrect use of "&&" instead of "&"
- ps2esdi: typo may cause premature timeout
- fbcon: incorrect use of "&&" instead of "&"

Ändern Zusammenfassung

Diff

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