WARNING in __mark_inode_dirty for 2.6.35-rc1-00324-gad84563
As reported in Bug #16122, I get the following warning when booting 2.6.25-rc1 from either Linus's mainline tree, or Linville's wireless-testing tree. The traceback is as follows: [ 16.480278] ------------[ cut here ]------------ [ 16.480288] WARNING: at fs/fs-writeback.c:1142 __mark_inode_dirty+0x103/0x170(... 4 Jun 2010 10:19
[PATCH] Minix: Clean up left over label
Remove a left over fail label. Signed-off-by: Andrew Hendry <andrew.hendry(a)gmail.com> diff --git a/fs/minix/dir.c b/fs/minix/dir.c index 9196958..1dbf921 100644 --- a/fs/minix/dir.c +++ b/fs/minix/dir.c @@ -75,10 +75,6 @@ static struct page * dir_get_page(struct inode *dir, unsigned long n) if (!IS_ERR(... 4 Jun 2010 09:12
Your Email ID has won 1,000,000.00 Pounds in the British Online Promo send your
Name  Address   Telephone   Country. -- 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/ ... 4 Jun 2010 09:12
wait_even_interruptible_timeout(), signal, spin_lock() = system hang
On Fri, Jun 4, 2010 at 6:51 AM, Jeff Layton <jlayton(a)redhat.com> wrote: On Fri, 28 May 2010 11:44:46 -0500 Shirish Pargaonkar <shirishpargaonkar(a)gmail.com> wrote: After this sequence of calls, system hangs (smp, x86 box based with .34 kernel), can ping only. I have not been able to break in with Al... 6 Jun 2010 10:30
Topcliff PHUB: Generate PacketHub driver
> +/*! + * @ingroup PHUB_PCILayerAPI + * @fn static void __exit pch_phub_pci_exit(void) + * @brief Provides the functionality of exiting the module + * */ Can we please do something about all this stuff first so the code is easier to review by those not familiar with the kernel format. I sent a bit ... 1 Jul 2010 00:12
[PATCH] vfs: remove unused MNT_STRICTATIME
From: Miklos Szeredi <mszeredi(a)suse.cz> Commit d0adde574b8487ef30f69e2d08bba769e4be513f added MNT_STRICTATIME but it isn't actually used (MS_STRICTATIME clears MNT_RELATIME and MNT_NOATIME rather than setting any mount flag). Signed-off-by: Miklos Szeredi <mszeredi(a)suse.cz> --- fs/namespace.c | 1 -... 4 Jun 2010 08:07
wait_even_interruptible_timeout(), signal, spin_lock() = system hang
On Fri, 28 May 2010 11:44:46 -0500 Shirish Pargaonkar <shirishpargaonkar(a)gmail.com> wrote: After this sequence of calls, system hangs (smp, x86 box based with .34 kernel), can ping only. I have not been able to break in with Alt Sysrq t, working on that rc = wait_event_interruptible_timeout(s... 4 Jun 2010 08:07
block: avoid unconditionally freeing previously allocated request_queue
On 2010-06-03 19:34, Mike Snitzer wrote: block: avoid unconditionally freeing previously allocated request_queue On blk_init_allocated_queue_node failure, only free the request_queue if it is wasn't previously allocated outside the block layer (e.g. blk_init_queue_node was blk_init_allocated_queue_node ... 4 Jun 2010 08:07
[PATCH 13/12] oom: dump_header() need tasklist_lock
> (off-topic) out_of_memory() calls dump_header()->dump_tasks() lockless, we need tasklist. Makes perfectly sense. Thank you! ================================================================ Commit 1b604d75(oom: dump stack and VM state when oom killer panics) added dump_header() call to three places... 4 Jun 2010 07:01
[PATCH 2/2] MAINTAINERS: add maintainer for SAMSUNG ARM ARCHITECTURES
Signed-off-by: Kukjin Kim <kgene.kim(a)samsung.com> --- MAINTAINERS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 1d41149..f4e4c61 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -896,11 +896,13 @@ S: Maintained ARM/SAMSUNG ARM ARCHITECTURES M: Be... 4 Jun 2010 07:01