add 2.6.20.5 easter egg

once picked up by buildserver upload :)


svn path=/dists/trunk/linux-2.6/; revision=8425
This commit is contained in:
Maximilian Attems 2007-04-06 19:41:36 +00:00
parent 54cff8dab6
commit 2b77d771ef
3 changed files with 1879 additions and 1 deletions

41
debian/changelog vendored
View File

@ -192,6 +192,45 @@ linux-2.6 (2.6.20-1~experimental.1) UNRELEASED; urgency=low
- nfs: nfs_getattr() can't call nfs_sync_mapping_range() for non-regular files
- dio: invalidate clean pages before dio write
- initialise pi_lock if CONFIG_RT_MUTEXES=N
* Add stable release 2.6.20.5:
- FRA_{DST,SRC} are le16 for decnet
- CIFS: reset mode when client notices that ATTR_READONLY is no longer set
- ide: clear bmdma status in ide_intr() for ICHx controllers (revised #4)
- ide: remove clearing bmdma status from cdrom_decode_status() (rev #4)
- NET: Fix sock_attach_fd() failure in sys_accept()
- DCCP: Fix exploitable hole in DCCP socket options
- ide: revert "ide: fix drive side 80c cable check, take 2" for now
- generic_serial: fix decoding of baud rate
- IPV6: Fix ipv6 round-robin locking.
- VIDEO: Fix FFB DAC revision probing
- PPP: Fix PPP skb leak
- V4L: msp_attach must return 0 if no msp3400 was found.
- CRYPTO: api: scatterwalk_copychunks() fails to advance through scatterlist
- APPLETALK: Fix a remotely triggerable crash
- UML - fix epoll
- UML - host VDSO fix
- UML - Fix static linking
- UML - use correct register file size everywhere
- libata: sata_mv: don't touch reserved bits in EDMA config register
- libata: sata_mv: Fix 50xx irq mask
- libata bugfix: HDIO_DRIVE_TASK
- V4L: Fix SECAM handling on saa7115
- DVB: fix nxt200x rf input switching
- SPARC: Fix sparc builds with gcc-4.2.x
- V4L: saa7146: Fix allocation of clipping memory
- uml: fix unreasonably long udelay
- NET: Fix packet classidier NULL pointer OOPS
- NET_SCHED: Fix ingress qdisc locking.
- sata_nv: delay on switching between NCQ and non-NCQ commands
- dvb-core: fix several locking related problems
- ieee1394: dv1394: fix CardBus card ejection
- CIFS: Allow reset of file to ATTR_NORMAL when archive bit not set
- jmicron: make ide jmicron driver play nice with libata ones
- libata: clear TF before IDENTIFYing
- NET: Fix FIB rules compatability
- DVB: isl6421: don't reference freed memory
- V4L: radio: Fix error in Kbuild file
- i2o: block IO errors on i2o disk
[ Gordon Farquharson ]
* Disable broken config options on ARM.
@ -207,7 +246,7 @@ linux-2.6 (2.6.20-1~experimental.1) UNRELEASED; urgency=low
* Allow '.' and '+' in the target dist field of the changelog. dpkg has
supported this since 1.13.20, see #361171.
-- dann frazier <dannf@debian.org> Tue, 03 Apr 2007 15:10:04 -0600
-- maximilian attems <maks@debian.org> Fri, 6 Apr 2007 21:17:20 +0200
linux-2.6 (2.6.18.dfsg.1-10) unstable; urgency=low

1838
debian/patches/bugfix/2.6.20.5 vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -40,3 +40,4 @@
+ bugfix/2.6.20.3
+ bugfix/ia64/hardcode-arch-script-output.patch
+ bugfix/2.6.20.4
+ bugfix/2.6.20.5