Prev: [08/24] ext4: Use tag dirty lookup during mpage_da_submit_io
Next: acquire_console_mutex: WARNING: at 2.6.33.4-rt20/kernel/mutex-debug.c:65 mutex_remove_waiter+0xe8/0x11c()
From: Greg KH on 24 May 2010 18:50 This is the start of the stable review cycle for the 2.6.27.47 release. There are 24 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let us know. If anyone is a maintainer of the proper subsystem, and wants to add a Signed-off-by: line to the patch, please respond with it. Responses should be made by Wed May 26, 22:00:00 UTC 2010 Anything received after that time might be too late. The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v2.6/stable-review/patch-2.6.27.47-rc1.gz and the diffstat can be found below. thanks, greg k-h Makefile | 2 +- arch/x86/kernel/process.c | 6 +- drivers/acpi/processor_idle.c | 13 +- drivers/ata/libata-eh.c | 6 +- drivers/char/tty_io.c | 2 + drivers/i2c/i2c-core.c | 24 ++- drivers/scsi/megaraid/megaraid_sas.c | 18 ++- drivers/usb/core/inode.c | 4 +- fs/ext4/balloc.c | 88 ++++++++-- fs/ext4/ext4.h | 13 ++ fs/ext4/ext4_sb.h | 1 + fs/ext4/inode.c | 314 ++++++++++++++++++++++++---------- fs/ext4/mballoc.c | 39 +++-- fs/ext4/super.c | 8 +- fs/nfs/client.c | 2 + fs/nfs/dir.c | 2 + fs/nfsd/nfs4xdr.c | 8 +- include/linux/percpu_counter.h | 12 +- include/linux/writeback.h | 10 +- kernel/time/clockevents.c | 16 +- kernel/time/tick-broadcast.c | 7 +- kernel/trace/trace.c | 2 +- lib/percpu_counter.c | 8 +- mm/page-writeback.c | 16 +- net/sunrpc/svc_xprt.c | 25 ++- sound/pci/mixart/mixart.c | 24 ++- 26 files changed, 467 insertions(+), 203 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |