aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hutchings <benh@debian.org>2011-08-14 19:27:49 +0000
committerBen Hutchings <benh@debian.org>2011-08-14 19:27:49 +0000
commit8c0c7deaff774152a341605f1517560c9da5ccfc (patch)
tree8bfd29c5bc62bffc37673eb69df024048bb26b10
parentd56851b91a22cbc85eec29327b6dd5c5cef393ec (diff)
downloadkernel_replicant_linux-8c0c7deaff774152a341605f1517560c9da5ccfc.tar.gz
kernel_replicant_linux-8c0c7deaff774152a341605f1517560c9da5ccfc.tar.bz2
kernel_replicant_linux-8c0c7deaff774152a341605f1517560c9da5ccfc.zip
Expand description of stable 3.0.1
svn path=/dists/sid/linux-2.6/; revision=17919
-rw-r--r--debian/changelog20
1 files changed, 19 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 8dd8279fc28a..7c96016a683e 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)