add 2.6.18.1

svn path=/dists/trunk/linux-2.6/; revision=7613
This commit is contained in:
maximilian attems 2006-10-16 07:35:19 +00:00
parent 64d5d9d4c0
commit 2a8aeeed93
3 changed files with 8313 additions and 1 deletions

73
debian/changelog vendored
View File

@ -19,6 +19,77 @@ linux-2.6 (2.6.18-3) UNRELEASED; urgency=low
[ maximilian attems ]
* [mipsel] Disable CONFIG_SECURITY_SECLVL on DECstations too.
* Add stable release 2.6.18.1:
- add utsrelease.h to the dontdiff file
- V4L: copy-paste bug in videodev.c
- block layer: elv_iosched_show should get elv_list_lock
- NETFILTER: NAT: fix NOTRACK checksum handling
- bcm43xx: fix regressions in 2.6.18
- x86-64: Calgary IOMMU: Fix off by one when calculating register space
location
- ide-generic: jmicron fix
- scx200_hrt: fix precedence bug manifesting as 27x clock in 1 MHz mode
- invalidate_inode_pages2(): ignore page refcounts
- rtc driver rtc-pcf8563 century bit inversed
- fbdev: correct buffer size limit in fbmem_read_proc()
- mm: bug in set_page_dirty_buffers
- TCP: Fix and simplify microsecond rtt sampling
- MD: Fix problem where hot-added drives are not resynced.
- IPV6: Disable SG for GSO unless we have checksum
- PKT_SCHED: cls_basic: Use unsigned int when generating handle
- sata_mv: fix oops
- [SPARC64]: Kill bogus check from bootmem_init().
- IPV6: bh_lock_sock_nested on tcp_v6_rcv
- [CPUFREQ] Fix some more CPU hotplug locking.
- SPARC64: Fix serious bug in sched_clock() on sparc64
- Fix VIDIOC_ENUMSTD bug
- load_module: no BUG if module_subsys uninitialized
- i386: fix flat mode numa on a real numa system
- cpu to node relationship fixup: map cpu to node
- cpu to node relationship fixup: acpi_map_cpu2node
- backlight: fix oops in __mutex_lock_slowpath during head
/sys/class/graphics/fb0/*
- do not free non slab allocated per_cpu_pageset
- rtc: lockdep fix/workaround
- powerpc: Fix ohare IDE irq workaround on old powermacs
- sysfs: remove duplicated dput in sysfs_update_file
- powerpc: fix building gdb against asm/ptrace.h
- Remove offsetof() from user-visible <linux/stddef.h>
- Clean up exported headers on CRIS
- Fix v850 exported headers
- Don't advertise (or allow) headers_{install,check} where inappropriate.
- Remove UML header export
- Remove ARM26 header export.
- Fix H8300 exported headers.
- Fix m68knommu exported headers
- Fix exported headers for SPARC, SPARC64
- Fix 'make headers_check' on m32r
- Fix 'make headers_check' on sh64
- Fix 'make headers_check' on sh
- Fix ARM 'make headers_check'
- One line per header in Kbuild files to reduce conflicts
- sky2 network driver device ids
- sky2: tx pause bug fix
- netdrvr: lp486e: fix typo
- mv643xx_eth: fix obvious typo, which caused build breakage
- zone_reclaim: dynamic slab reclaim
- Fix longstanding load balancing bug in the scheduler
- jbd: fix commit of ordered data buffers
- ALSA: Fix initiailization of user-space controls
- USB: Allow compile in g_ether, fix typo
- IB/mthca: Fix lid used for sending traps
- S390: user readable uninitialised kernel memory (CVE-2006-5174)
- zd1211rw: ZD1211B ASIC/FWT, not jointly decoder
- V4L: pvrusb2: Limit hor res for 24xxx devices
- V4L: pvrusb2: Suppress compiler warning
- V4L: pvrusb2: improve 24XXX config option description
- V4L: pvrusb2: Solve mutex deadlock
- DVB: cx24123: fix PLL divisor setup
- V4L: Fix msp343xG handling regression
- UML: Fix UML build failure
- uml: use DEFCONFIG_LIST to avoid reading host's config
- uml: allow using again x86/x86_64 crypto code
- NET_SCHED: Fix fallout from dev->qdisc RCU change
[ Martin Michlmayr ]
* [mips] Apply some patches from linux-mips' linux-2.6.18-stable GIT tree:
@ -46,7 +117,7 @@ linux-2.6 (2.6.18-3) UNRELEASED; urgency=low
[ Kyle McMartin ]
* [hppa] Force CROSS_COMPILE=hppa64-linux-gnu- (closes: #389296)
-- dann frazier <dannf@debian.org> Fri, 13 Oct 2006 19:45:39 -0600
-- maximilian attems <maks@sternwelten.at> Mon, 16 Oct 2006 09:21:32 +0200
linux-2.6 (2.6.18-2) unstable; urgency=low

8239
debian/patches/bugfix/2.6.18.1 vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -15,3 +15,5 @@
+ features/all/drivers/cciss-support-for-gt-2TB-volumes.patch
+ bugfix/ia64/sal-flush-fix.patch
+ bugfix/sym2-dont-claim-raid-devs.patch
- bugfix/proc-fb-reading.patch
+ bugfix/2.6.18.1