Expand description of stable 3.0.1

svn path=/dists/sid/linux-2.6/; revision=17919
This commit is contained in:
Ben Hutchings 2011-08-14 19:27:49 +00:00
parent d56851b91a
commit 8c0c7deaff
1 changed files with 19 additions and 1 deletions

20
debian/changelog vendored
View File

@ -27,8 +27,26 @@ linux-2.6 (3.0.0-2) UNRELEASED; urgency=low
- ext{3,4}: Properly count journal credits for long symlinks
[ maximilian attems ]
* Add stable 3.0.1 including:
* Add stable 3.0.1, including:
- gro: Only reset frag0 when skb can be pulled
- rtc: limit frequency
- CIFS: Fix oops while mounting with prefixpath
- [SCSI] fix crash in scsi_dispatch_cmd()
- tracing: Fix bug when reading system filters on module removal
- tracing: Have "enable" file use refcounts like the "filter" file
- ext4: fix i_blocks/quota accounting when extent insertion fails
- ext4: free allocated and pre-allocated blocks when check_eofblocks_fl
fails
- ext3: Fix oops in ext3_try_to_allocate_with_rsv()
- nfsd4: remember to put RW access on stateid destruction
- nfsd4: fix file leak on open_downgrade
- NFS: Fix spurious readdir cookie loop messages
- proc: fix a race in do_io_accounting()
- ipc/sem.c: fix race with concurrent semtimedop() timeouts and IPC_RMID
- [armel,armhf,hppa] dm io: flush cpu cache with vmapped io
- dm snapshot: flush disk cache when merging
For the complete list of changes, see:
http://www.kernel.org/pub/linux/kernel/v3.0/ChangeLog-3.0.1
[ Jonathan Nieder ]
* perf: do not look at ./config for configuration (Closes: #632923)