Updated ext4 patches for 2.6.18-rc6
Hello, Just give you all an update about the latest ext4 patches before I leave for vacation: The latest ext4 patches (clone ext4 + 48bit ext4) is against 2.6.18-rc6, as usual, could be found at: http://ext2.sourceforge.net/ext4/patches/latest/ Haven't done series testing yet, but fsx test runs fine a few ho... 8 Sep 2006 14:47
watchdog: add support for w83697hg chip
Samuel Tardieu wrote: Winbond W83697HG watchdog timer Looks good, thanks. I've got a W83697H*F* here on a VIA motherboard, which is the same from a watchdog point of view. It is on port 0x2e though. Is 0x4e a good default? Is W83697HG a good name? Note I've CC'd Wim Van Sebroeck who is the watchdog tree... 14 Sep 2006 03:38
bogofilter ate 3/5
There was a 3/5 but the bogofilter decided it was spam. It made it into the linux-aio archive: http://marc.theaimsgroup.com/?l=linux-aio&m=115750084710650&w=2 What should I have done to avoid the spam regexes and what should I do now that I have a patch that makes them angry? - z - To unsubscribe from... 8 Sep 2006 18:31
(none)
aaazzzaaazzzaaazzzaaazzzaaazzz - 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/ ... 5 Sep 2006 23:50
FRV: do_gettimeofday() should no longer use tickadj
On Tue, 2006-09-05 at 16:35 +0100, David Howells wrote: Stop do_gettimeofday() on FRV from using tickadj, and model it after ARM instead. This patch also provides a placeholder macro for getting hardware timer data to be filled in when such is available. From this patch it looks like the FRV arch co... 11 Sep 2006 07:21
PATA drivers queued for 2.6.19
I just pulled the "pata-drivers" branch of libata-dev.git into the "upstream" branch, which means that Alan's libata PATA driver collection is now queued for 2.6.19. Testing-wise, these PATA drivers have been Andrew Morton's -mm tree for many months. Community-wise, no one posted objections to the PATA dr... 22 Sep 2006 06:27
kernel BUGs when removing largish files with the SLOB allocator
Hi all, I'm working on the nommu blackfin uclinux(2.6.16) platform and get a kernel BUG! at mm/nommu.c:124 when removing largish file with the SLOB allocator. root:~> df -k Filesystem 1k-blocks Used Available Use% Mounted on /dev/mtdblock3 3008 1264 1744 42% / root:~> cp... 13 Sep 2006 16:00
2.6.18-rc5-mm1
I need the following patch to make it build. __NR_execve is undeclared. --- a/arch/i386/kernel/sys_i386.c~ 2006-09-01 11:48:45.000000000 +0200 +++ b/arch/i386/kernel/sys_i386.c 2006-09-01 11:48:45.000000000 +0200 @@ -22,6 +22,7 @@ #include <asm/uaccess.h> #include <asm/ipc.h> +#include <asm/... 10 Sep 2006 12:58
Help in kernel error
Hi, I got the following messages just before my server freeze. The server is now served as Oracle database server. It is also using external storage connected by SCSI. It runs Red Hat EL AS 4.0. And it has 4GB RAM. Any help on this problems would be greatly appreciated. TIA Dapid Candra -------- ... 1 Sep 2006 00:35
SDIO card support in Linux
Hi, This is regarding the discussion going on in the list about the support of SDIO cards in Linux. I read some discussion happening to support SDIO cards using the existing Linux MMC core but I could not figure out what would be the direction the community to support the SDIO cards. I have done some work usi... 15 Sep 2006 00:34