From 8c0c7deaff774152a341605f1517560c9da5ccfc Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 14 Aug 2011 19:27:49 +0000 Subject: [PATCH] Expand description of stable 3.0.1 svn path=/dists/sid/linux-2.6/; revision=17919 --- debian/changelog | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8dd8279fc..7c96016a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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)