Re: [Linux-fbdev-devel] Re: 2.6.12-rc3 compile failure in tgafb.c, tgafb not working anymore

2005-04-22 Thread Geert Uytterhoeven
On Fri, 22 Apr 2005, Linus Torvalds wrote: > On Fri, 22 Apr 2005, Maciej W. Rozycki wrote: > > JFTR, a few of the TURBOchannel variations of the TGA are supported for > > MIPS, but regrettably the necessary code hasn't been ported from 2.4 to > > 2.6 yet. > > Ok, so that would have increased th

Re: [RFC PATCH] Dynamic sched domains aka Isolated cpusets (v0.2)

2005-04-22 Thread Paul Jackson
> Is the above code equivalant to what the comment states: > > if (is_cpu_isolated(trial) <= is_cpu_exclusive(trial)) > return -EINVAL; I think I got that backwards. How about: /* An isolated cpuset has to be exclusive */ if (!(is_cpu_isolated(trial) <= is_cp

Re: [patch 10/12] s390: remove ioctl32 from dasdcmb.

2005-04-22 Thread Christoph Hellwig
On Fri, Apr 22, 2005 at 05:02:38PM +0200, Martin Schwidefsky wrote: > +#if defined(CONFIG_DASD_CMB) || defined(CONFIG_DASD_CMB_MODULE) > +COMPATIBLE_IOCTL(BIODASDCMFENABLE) > +COMPATIBLE_IOCTL(BIODASDCMFDISABLE) > +COMPATIBLE_IOCTL(BIODASDREADALLCMB) > +#endif I don't think that there should be if

Re: [PATCH] Clean-up and bug fix for tdfxfb framebuffer size detection

2005-04-22 Thread Richard Drummond
Hi Chris On Friday 22 April 2005 03:48 am, Chris Ross wrote: > I /do/ have the hardware, so I am very glad to see someone working on > support for the Voodoo 5. I am glad somebody is interested. ;-) > Are there any specific tests you would like me > to perform and send you the results from? It

Re: [PATCH][RFC][0/4] InfiniBand userspace verbs implementation

2005-04-22 Thread Timur Tabi
Arjan van de Ven wrote: On Mon, 2005-04-18 at 11:09 -0500, Timur Tabi wrote: Roland Dreier wrote: Troy> How is memory pinning handled? (I haven't had time to read Troy> all the code, so please excuse my ignorance of something Troy> obvious). The userspace library calls mlock() and then the

Re: [PATCH linux-2.6.12-rc2-mm3] smc91c92_cs: Reduce stack usage in smc91c92_event()

2005-04-22 Thread Jörn Engel
On Fri, 22 April 2005 11:22:51 +0300, Denis Vlasenko wrote: > > I do it this way: > > int f() > { > - tuple_t tuple; > - cisparse_t parse; > - u_char buf[255]; > + struct { > + tuple_t tuple; > + cisparse_t parse; > + u_char buf[255]; > + }

[-mm patch] fs/fscache/: cleanups

2005-04-22 Thread Adrian Bunk
This patch contains the following cleanups: - make needlessly global code static - main.c: remove the unused global variable fscache_debug Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- fs/fscache/cookie.c | 19 +++ fs/fscache/fscache-int.h | 11 --- fs/fsca

[2.6 patch] fs/: make some code static

2005-04-22 Thread Adrian Bunk
This patch makes some needlessly global code static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- fs/bad_inode.c |2 +- fs/buffer.c |2 +- fs/char_dev.c |2 +- fs/dcache.c |2 +- fs/eventpoll.c |2 +- fs/exec.c

[RFC: 2.6 patch] fs/super.c: unexport user_get_super

2005-04-22 Thread Adrian Bunk
I didn't find any modular usage in the kernel. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- linux-2.6.12-rc2-mm3-full/fs/super.c.old2005-04-23 02:45:59.0 +0200 +++ linux-2.6.12-rc2-mm3-full/fs/super.c2005-04-23 02:46:07.0 +0200 @@ -467,8 +467,6 @@ retur

2.6.12-rc3 won't boot from aic7899

2005-04-22 Thread K.R. Foley
I am having a problem getting my Dell Precision 620 with dual PIII 933's and 512 Mb memory to boot 2.6.12-rc3. The problem seems to be the aic7899. The aic7899 driver is compiled into the kernel along with the rest of scsi. I have had to compile in the scsi for every version of 2.6.12-x, but th

Re: [Fastboot] Re: Kdump Testing

2005-04-22 Thread Vivek Goyal
Quoting "Eric W. Biederman" <[EMAIL PROTECTED]>: > Nagesh Sharyathi <[EMAIL PROTECTED]> writes: > > > Here is the console boot log, before the machine jumps to BIOS > > after hang during panic kerenl boot > > Ok thanks. So this is manually triggered with SysRq > and the kexec part works but th

Re: [RFC PATCH] Dynamic sched domains aka Isolated cpusets (v0.2)

2005-04-22 Thread Paul Jackson
Dinakar's patch contains: + /* Make the change */ + par->cpus_allowed = t.cpus_allowed; + par->isolated_map = t.isolated_map; Doesn't the above make changes to the parent cpus_allowed without calling validate_change()? Couldn't we do nasty things like empty that cpus_allowed, le

Re: Linux 2.6.12-rc3: various swsusp problems

2005-04-22 Thread Dmitry Torokhov
On 4/22/05, Stefan Seyfried <[EMAIL PROTECTED]> wrote: > --- linux/kernel/power/swsusp.c~2005-04-22 17:07:56.0 +0200 > +++ linux/kernel/power/swsusp.c 2005-04-22 17:09:22.0 +0200 > @@ -1239,7 +1239,7 @@ static int check_sig(void) > */ >error =

[PATCH] X86_64: fix hpet for systems that don't support legacy replacement (v. A3)

2005-04-22 Thread john stultz
Andrew, All, Currently the x86-64 HPET code assumes the entire HPET implementation from the spec is present. This breaks on boxes that do not implement the optional legacy timer replacement functionality portion of the spec. This patch fixes this issue, allowing x86-64 systems that cannot

Re: [PATCH] Increase number of e820 entries hard limit from 32 to 128

2005-04-22 Thread Venkatesh Pallipadi
On Fri, Apr 22, 2005 at 06:51:59PM -0700, Linus Torvalds wrote: > On Fri, 22 Apr 2005, Venkatesh Pallipadi wrote: > > The specifications that talk about E820 map doesn't have an upper limit > > on the number of E820 entries. But, today's kernel has a hard limit of 32. > > With increase in memory si

Re: [2.6 patch] drivers/usb/media/pwc/: make code static

2005-04-22 Thread Greg KH
On Mon, Apr 18, 2005 at 11:47:38PM +0200, Adrian Bunk wrote: > This patch lacked a small bit. > > Updated patch below. > > cu > Adrian > > > <-- snip --> > > > This patch makes needlessly global code static. Applied, thanks. greg k-h - To unsubscribe from this list: send the line "unsub

[2.6 patch] fs/jbd/: possible cleanups

2005-04-22 Thread Adrian Bunk
This patch contains the following possible cleanups: - make needlessly global functions static - #if 0 the following unused global functions: - journal.c: __journal_internal_check - journal.c: journal_ack_err - remove the following write-only global variable: - journal.c: current_journal - re

Re: [patch] updated inotify for 2.6.12-rc3.

2005-04-22 Thread John McCutchan
On Fri, 2005-04-22 at 09:56 +0100, Al Viro wrote: > > +static int inotify_ignore(struct inotify_device *dev, s32 wd) > > +{ > > + struct inotify_watch *watch; > > + struct inode *inode; > > + > > + down(&dev->sem); > > + watch = idr_find(&dev->idr, wd); > > + if (unlikely(!watch)) { > > +

Re: Linux 2.6.12-rc3:microtek.c:338: error: for each function it appears in.

2005-04-22 Thread Bob Gill
Thank you. On Fri, 2005-04-22 at 08:20 +0200, Oliver Neukum wrote: > Am Freitag, > 22. April 2005 03:20 schrieb Bob Gill: > > OK. I downloaded, patched and started the build. Basically everything > > stops when I get a "microtek.c:338: error: `FAILURE' undeclared" error > > Known problem. Fix i

Re: 2.6.12-rc3 compile failure in tgafb.c, tgafb not working anymore

2005-04-22 Thread Linus Torvalds
On Fri, 22 Apr 2005, Tomi Lapinlampi wrote: > > Although the tgafb driver compiles with the above patch, it shows > similar behaviour as before: The kernel loads, the monitor comes alive > but the screen stays completely blank. > The last kernel that worked was 2.6.8.1. I've tested with 2.6.{9,1

Re: fix ultrastor.c compile error

2005-04-22 Thread K.R. Foley
Linus Torvalds wrote: On Fri, 22 Apr 2005, K.R. Foley wrote: This simple patch fixes a compile error in the ultrastor driver. Patch was originally submitted by Barry K. Nathan as referenced here: http://marc.theaimsgroup.com/?l=linux-kernel&m=111391774018717&w=2 I just regenerated it against your

[2.6 patch] fs/nfsd/: possible cleanups

2005-04-22 Thread Adrian Bunk
This patch contains the following possible cleanups: - make needlessly global code static - remove the following unused global function: - nfs4state.c: set_no_grace Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- fs/nfsd/nfs4acl.c |4 +- fs/nfsd/nfs4callback.c |7 +--

[2.6 patch] fs/nls/nls_base.c: make a variable static

2005-04-22 Thread Adrian Bunk
This patch makes a needlessly global variable static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- linux-2.6.12-rc2-mm3-full/fs/nls/nls_base.c.old 2005-04-21 00:10:59.0 +0200 +++ linux-2.6.12-rc2-mm3-full/fs/nls/nls_base.c 2005-04-21 00:11:09.0 +0200 @@ -243,7 +243,7 @

Debugging patch was Re: x86-64 bad pmds in 2.6.11.6 II

2005-04-22 Thread Andi Kleen
Can people who can reproduce the x86-64 2.6.11 pmd bad problem please apply the following patch and see (a) if it can be still reprocuded with it and send the output generated. Also a strace of the program that showed it (pid and name of it should be dumped) would be useful if not too big. Afte

[-mm patch] fs/isofs/rock.c: make a function static

2005-04-22 Thread Adrian Bunk
This patch makes a needlesly global function static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- linux-2.6.12-rc2-mm3-full/fs/isofs/rock.c.old 2005-04-20 23:19:47.0 +0200 +++ linux-2.6.12-rc2-mm3-full/fs/isofs/rock.c 2005-04-20 23:19:56.0 +0200 @@ -84,7 +84,7 @@

Re: Linux 2.6.12-rc3: various swsusp problems

2005-04-22 Thread Stefan Seyfried
Pavel Machek wrote: >> 1. Is it necessary to print the following message during regular boot? >>swsusp: Suspend partition has wrong signature? > Hmm, feel free to provide a patch. (I need something to try git on :-). Attached (sorry, Thunderbird...). One may argue over KERN_ERR, but i don't m

Re: [patch] updated inotify for 2.6.12-rc3.

2005-04-22 Thread Al Viro
On Fri, Apr 22, 2005 at 11:04:33AM -0400, John McCutchan wrote: > On Fri, 2005-04-22 at 09:56 +0100, Al Viro wrote: > > So what happens if > > * something is holding inotify_sem right now > > * ten threads call that on the same watch > > * all of them get to down(&inode->inotify_sem); a

[patch 3/12] s390: fix memory holes and cleanup setup_arch.

2005-04-22 Thread Martin Schwidefsky
[patch 3/12] s390: fix memory holes and cleanup setup_arch. From: Heiko Carstens <[EMAIL PROTECTED]> The memory setup didn't take care of memory holes and this makes the memory management think there would be more memory available than there is in reality. That causes the OOM killer to kill proce

[RFC][PATCH] Reduce ext3 allocate-with-reservation lock latencies

2005-04-22 Thread Mingming Cao
Andrew, Stephen, Currently in ext3 block reservation code, the global filesystem reservation tree lock (rsv_block) is hold during the process of searching for a space to make a new reservation window, including while scaning the block bitmap to verify if the available window has a free block. Hold

Re: Linux 2.6.12-rc3

2005-04-22 Thread Pavel Machek
Hi! > > Nice, so I now have my own -git tree, with two changes in it... > > > > Is there way to say "git diff -r origin:" but dump it patch-by-patch > > with some usable headers? > > > > [Looking at git export] > > Either Linus' demo git-export (NOT the same as git export!), or git > patch. In

Re: nVidia stuff again

2005-04-22 Thread Arjan van de Ven
> werewolf:/lib/modules/2.6.11-jam14/kernel/drivers/video# ll > -rw-rw-r-- 1 root root 4402072 Apr 14 23:18 nvidia.ko > werewolf:/usr/X11R6/lib# ll /usr/X11R6/lib/*7174* > -rwxr-xr-x 1 root root 485260 Apr 11 01:12 /usr/X11R6/lib/libGL.so.1.0.7174* > -rwxr-xr-x 1 root root 7626156 Apr 11 01:12

Re: [patch] Real-Time Preemption, -RT-2.6.12-rc3-V0.7.46-01

2005-04-22 Thread Ingo Molnar
* Daniel Walker <[EMAIL PROTECTED]> wrote: > What command line did you use ? > > ./test --samples 1 --hertz 128 --tasks 0 i used: ./test --tasks 10 file.hist Ingo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECT

Re: 2.6 kernel, 2.4 kernel, keyboard input handling

2005-04-22 Thread Dmitry Torokhov
Hi, On Friday 22 April 2005 17:33, Graham Seale wrote: > > The loss of keyboard function is independent of the environment, whether > using GUI applications (various) or command line only. > > The response of the 2.4 kernel is much more able to re-establish > keyboard polling sync. Generally,

[no subject]

2005-04-22 Thread oexrcoltj
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: fix ultrastor.c compile error

2005-04-22 Thread Linus Torvalds
On Fri, 22 Apr 2005, K.R. Foley wrote: > > This simple patch fixes a compile error in the ultrastor driver. Patch > was originally submitted by Barry K. Nathan as referenced here: > http://marc.theaimsgroup.com/?l=linux-kernel&m=111391774018717&w=2 > I just regenerated it against your current gi

Re: [patch] updated inotify for 2.6.12-rc3.

2005-04-22 Thread Robert Love
On Fri, 2005-04-22 at 22:13 +0100, Al Viro wrote: > Or it would, if remove_watch() had been called only once. In the scenario > above that will not be true. Thanks. Robert Love Double check that we don't race. Signed-off-by: Robert Love <[EMAIL PROTECTED]> fs/inotify.c |9 +

Re: [patch] Real-Time Preemption, -RT-2.6.12-rc3-V0.7.46-01

2005-04-22 Thread Ingo Molnar
* Ingo Molnar <[EMAIL PROTECTED]> wrote: > > * Daniel Walker <[EMAIL PROTECTED]> wrote: > > > What command line did you use ? > > > > ./test --samples 1 --hertz 128 --tasks 0 > > i used: > > ./test --tasks 10 file.hist but first i did: chrt -f 98 -p `pidof 'IRQ 8'` Ingo - To

Kernel lockup when swapping out to swap partition in 250G extended partition

2005-04-22 Thread Charles Mydlak
Hi, I'm running the 2.6.11.7 kernel (and others) and all of them have a problem with locking up when they try to swap out memory, to a swap partition, that is located in an extended partition which is 200G in size. The same problem does not occur when the swap partition is a primary partition on

[patch 5/12] s390: cmm guest sender id.

2005-04-22 Thread Martin Schwidefsky
[patch 5/12] s390: cmm guest sender id. From: Martin Schwidefsky <[EMAIL PROTECTED]> An arbitrary guest must not be allowed to trigger cmm actions. Only one specific guest namely the one that serves as the resource monitor may send cmm messages. Add a parameter that allows to specify the guest th

Irix NFS Server Problems - Ever Resolved?

2005-04-22 Thread Eric Harvieux
Hi, I have recently run into problems with 2.6 NFS clients accessing Irix servers. After extensive searching, I found the problem referred to on the kernel mailing list, in this thread: http://kerneltrap.org/mailarchive/1/message/19372/thread I could not find any other discussion of this issue a

Re: [patch] Real-Time Preemption, -RT-2.6.12-rc3-V0.7.46-01

2005-04-22 Thread Ingo Molnar
* Daniel Walker <[EMAIL PROTECTED]> wrote: > Is this the PriorityInversionTest (pi_test.tgz) or was there another one? yes, it's pi_test.tgz. Ingo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info

Question: ioctl functions

2005-04-22 Thread Benoit Boissinot
It looks like (i havent checked all the tree) that every function that is registered as ioctl (or read_ioctl or fb_ioctl or ...) have an argument "unsigned long arg", then each function is using it like this: void __user *argp = (void __user *)arg; I am wondering why the argument isn't from type

yr

2005-04-22 Thread mobile phones
sefrttry - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [patch] Real-Time Preemption, -RT-2.6.12-rc3-V0.7.46-01

2005-04-22 Thread Daniel Walker
t On Fri, 22 Apr 2005, Inaky Perez-Gonzalez wrote: > > Ingo Molnar <[EMAIL PROTECTED]> writes: > > >> this includes fixes from Daniel Walker, which could fix the plist > >> related slowdown bugs: > > > there are still some problems remaining: i just ran Esben Nielsen's > > priority-inheritan

[patch 4/12] s390: default storage key.

2005-04-22 Thread Martin Schwidefsky
[patch 4/12] s390: default storage key. From: Peter Oberparleiter <[EMAIL PROTECTED]> Provide an easy way to define a non-zero storage key at compile time. This is useful for debugging purposes. Signed-off-by: Martin Schwidefsky <[EMAIL PROTECTED]> diffstat: arch/s390/kernel/s390_ksyms.c |

[RFC] non-resident page management

2005-04-22 Thread Rik van Riel
Basic infrastructure to track non-resident pages. This code is needed to support advanced page replacement algorithms like CLOCK-Pro or CART. Note that this code could use an actual hash function. Links to the actual replacement algorithms can be found on: http://wiki.linux-mm.org/wiki/AdvancedP

Qlogic ISP1020 detection failure in 2.6.12-rc3

2005-04-22 Thread Tomi Lapinlampi
Hi, The detection of Qlogic ISP1020 fails in 2.6.12-rc3. Details below. Any advice or patches out there? - Tomi Details: The system is an Alphastation 600 5/266 running Debian/Sarge. In 2.6.11.2 the ISP1020 is detected like this (and it works with the old driver): scsi0 : QLogic ISP1020 SCSI

Re: [patch] Real-Time Preemption, -RT-2.6.12-rc3-V0.7.46-01

2005-04-22 Thread Daniel Walker
Is this the PriorityInversionTest (pi_test.tgz) or was there another one? Daniel On Fri, 22 Apr 2005, Ingo Molnar wrote: > > > this includes fixes from Daniel Walker, which could fix the plist > > related slowdown bugs: > > there are still some problems remaining: i just ran Esben Nielsen

RE: [openib-general] Re: [PATCH][RFC][0/4] InfiniBand userspace verbsimplementation

2005-04-22 Thread Bodo Eggert
On Fri, 22 Apr 2005, Fab Tillier wrote: > > From: Bodo Eggert <[EMAIL PROTECTED]> > > Sent: Friday, April 22, 2005 6:10 AM > > You can't even set a time limit, the driver may have allocated all DMA > > memory to queued transfers, and some media needs to get plugged in by > > the lazy robot. As soo

Re: [Lse-tech] Re: [RFC PATCH] Dynamic sched domains aka Isolated cpusets

2005-04-22 Thread Paul Jackson
Dinakar wrote: > Ok, Let me begin at the beginning and attempt to define what I am > doing here The statement of requirements and approach help. Thank-you. And the comments in the code patch are much easier for me to understand. Thanks. Let me step back and consider where we are here. I've n

[2.6 patch] fs/jffs2/: make some functions static

2005-04-22 Thread Adrian Bunk
This patch makes some needlessly global functions static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- fs/jffs2/compr_rubin.c | 18 -- fs/jffs2/compr_zlib.c | 12 2 files changed, 20 insertions(+), 10 deletions(-) --- linux-2.6.12-rc2-mm3-full/fs/jffs2/c

Re: [patch] Real-Time Preemption, -RT-2.6.12-rc3-V0.7.46-01

2005-04-22 Thread Inaky Perez-Gonzalez
> Ingo Molnar <[EMAIL PROTECTED]> writes: >> this includes fixes from Daniel Walker, which could fix the plist >> related slowdown bugs: > there are still some problems remaining: i just ran Esben Nielsen's > priority-inheritance validation testsuite, and the plist code gives > a worst-case l

[2.6 patch] fs/nfs/: make some functions static

2005-04-22 Thread Adrian Bunk
This patch makes some needlessly global functions static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- fs/nfs/idmap.c |4 ++-- fs/nfs/inode.c |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) --- linux-2.6.12-rc2-mm3-full/fs/nfs/idmap.c.old2005-04-20 23:55:03.000

2.6.11.7 crash related possibly to the it87 module

2005-04-22 Thread Kim Holviala
The CPU, mobo and memory were less than three days old so I'm not sure if they're at fault. The it87 sensors module did something weird after which all memory was consumed and the kernel started killing processes. The keyboard I plugged in wouldn't do anything, so it was power button time. I don't

[patch 2/12] s390: idle timer setup.

2005-04-22 Thread Martin Schwidefsky
[patch 2/12] s390: idle timer setup. From: Martin Schwidefsky <[EMAIL PROTECTED]> Fix overflow in calculation of the new tod value in stop_hz_timer and fix wrong virtual timer list idle time in case the virtual timer is already expired in stop_cpu_timer. Signed-off-by: Martin Schwidefsky <[EMAIL

[patch 11/12] s390: remove ioctl32 from crypto driver.

2005-04-22 Thread Martin Schwidefsky
[patch 11/12] s390: remove ioctl32 from crypto driver. From: Cornelia Huck <[EMAIL PROTECTED]> The ioctl32_conversion routines will be deprecated: Remove them from the crypto driver. Signed-off-by: Martin Schwidefsky <[EMAIL PROTECTED]> diffstat: drivers/s390/crypto/z90main.c | 140 ++

Re: 2.6.12-rc3 compile failure in tgafb.c, tgafb not working anymore

2005-04-22 Thread Maciej W. Rozycki
On Fri, 22 Apr 2005, Linus Torvalds wrote: > Most people don't have tga hardware. I don't think even most alpha users > have it, and I think it's unheard of outside of alpha. So I'm afraid that > there's not a lot of people around who can debug it without having a very > clear starting point..

[2.6 patch] fs/ncpfs/: remove unused #ifdef USE_OLD_SLOW_DIRECTORY_LISTING code

2005-04-22 Thread Adrian Bunk
This patch removes some unused #ifdef USE_OLD_SLOW_DIRECTORY_LISTING code. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- fs/ncpfs/dir.c | 13 fs/ncpfs/ncplib_kernel.c | 40 --- fs/ncpfs/ncplib_kernel.h |3 -- 3 files chang

[RFC: 2.6 patch] ext2: make ext2_count_free a static inline

2005-04-22 Thread Adrian Bunk
ext2_count_free is a small function that is only used #ifdef EXT2FS_DEBUG. We could offer the function itself only #ifdef EXT2FS_DEBUG, but what about this patch to change ot to a static inline? Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- fs/ext2/Makefile |2 +- fs/ext2/bitmap.c |

Re: [patch] Real-Time Preemption, -RT-2.6.12-rc3-V0.7.46-01

2005-04-22 Thread Daniel Walker
Oops, I missed that you tested a non-plist kernel .. Maybe there are some lingering problems in current stuff.. Daniel On Fri, 22 Apr 2005, Inaky Perez-Gonzalez wrote: > With 2.6.12-rc3-V0.7.46-02 I get: > > ... > 2 maximum cycle time: 0.003ms > 3 maximum cycle time: 1.706ms > 4 maximum cyc

[patch 8/12] s390: enable write barriers in the dasd driver.

2005-04-22 Thread Martin Schwidefsky
[patch 8/12] s390: enable write barriers in the dasd driver. From: Stefan Weinhuber <[EMAIL PROTECTED]> The DASD device driver never reorders the I/O requests and relies on the hardware to write all data to nonvolatile storage before signaling a successful write. Hence, the only thing we have to

Re: [2.6 patch] drivers/usb/net/zd1201.c: make some code static

2005-04-22 Thread Greg KH
On Mon, Apr 18, 2005 at 04:12:28AM +0200, Adrian Bunk wrote: > This patch makes some needlessly global code static. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Applied, thanks. greg k-h - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [

Re: ide-cd? Can burn DVDs, just not read them...

2005-04-22 Thread Randy Gardner
Gah! *kicks self* that dmesg output was from when the drive wasn't plugged in. Yes, it is found and shows up when it's plugged in. I'll go grab the drive from my relative's windoze box and attach a correct dmesg output when she gets back this evening. Sorry 'bout that, --Randy Randy Gardner

Re: enforcing DB immutability

2005-04-22 Thread Bill Davidsen
[EMAIL PROTECTED] wrote: [A discussion on the git list about how to provide a hardlinked file that *cannot* me modified by an editor, but must be replaced by a new copy.] [EMAIL PROTECTED] wrote all of: perhaps having a new 'immutable hardlink' feature in the Linux VFS would help? I.e. a hardlink

Re: [patch] Real-Time Preemption, -RT-2.6.12-rc3-V0.7.46-01

2005-04-22 Thread Daniel Walker
What command line did you use ? ./test --samples 1 --hertz 128 --tasks 0 Daniel On Fri, 22 Apr 2005, Ingo Molnar wrote: > > * Daniel Walker <[EMAIL PROTECTED]> wrote: > > > Is this the PriorityInversionTest (pi_test.tgz) or was there another one? > > yes, it's pi_test.tgz. > >

Re: [TG3]: Add msi test

2005-04-22 Thread David S. Miller
On Fri, 22 Apr 2005 09:54:12 +0200 Arjan van de Ven <[EMAIL PROTECTED]> wrote: > While the technicals of this change are ok, this still concerns me. Are > all MSI drivers now supposed to check if the bios/mobo actually support > MSI like this? That sounds sort of wrong! It's a temporary situatio

[2.6 patch] fs/jffs/: cleanups

2005-04-22 Thread Adrian Bunk
This patch contains the following cleanups: - make needlessly global functions static - provide some debugging helper functions only for appropriate values of CONFIG_JFFS_FS_VERBOSE Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- fs/jffs/intrep.c | 114 ++-

NFS oops with 2.6.12-rc2-mm3

2005-04-22 Thread Christian Kujau
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hello, upon unmounting some NFSv3 shares, the following oops happened and i could not remount any nfs shares after this: lockd: cannot unmonitor 192.168.10.10 Unable to handle kernel NULL pointer dereference at virtual address printing eip:

[patch 1/12] s390: regenerate defconfig.

2005-04-22 Thread Martin Schwidefsky
[patch 1/12] s390: regenerate defconfig. From: Martin Schwidefsky <[EMAIL PROTECTED]> Regenerate the default configuration for s390. Signed-off-by: Martin Schwidefsky <[EMAIL PROTECTED]> diffstat: arch/s390/defconfig | 19 ++- 1 files changed, 14 insertions(+), 5 deletions(-)

Re: [2.6 patch] drivers/usb/media/sn9c102_core.c: make 2 functions static

2005-04-22 Thread Greg KH
On Mon, Apr 18, 2005 at 04:08:48AM +0200, Adrian Bunk wrote: > This patch makes two needlessly global functions static. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Applied, thanks. greg k-h - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a messag

PATCH adding pluto2 to dvb-kernel CVS insmod

2005-04-22 Thread Michal Semler
hi, here is patch adding pluto2 to insmod.sh in dvb-kernel Michal --- build-2.6/insmod.sh 2005-04-22 19:22:00.0 +0200 +++ build-2.6/insmod.sh 2005-04-22 19:21:35.0 +0200 @@ -74,6 +74,9 @@ insmod ./dvb-usb-a800.ko insmod ./dvb-usb-nova-t-usb2.ko insmod ./dvb-usb-umt-010.ko + #

[patch 7/12] s390: dasd readonly attribute.

2005-04-22 Thread Martin Schwidefsky
[patch 7/12] s390: dasd readonly attribute. From: Horst Hummel <[EMAIL PROTECTED]> The independent read-only flags in devmap, dasd_device and gendisk are not kept in sync. Use one bit per feature in the dasd driver and keep that bit in sync with the gendisk bit. Signed-off-by: Martin Schwidefsky

2.6 kernel, 2.4 kernel, keyboard input handling

2005-04-22 Thread Graham Seale
Hello kernel developers Please forgive this format, which cannot conform to your standard bug reporting system because of its hardware sensitive nature. It cannot allow a developer exact replication of the problem circumstance. I do not have close knowledge nor expertise with source codes and sc

Re: i830 lockup

2005-04-22 Thread Chris Wedgwood
On Fri, Apr 22, 2005 at 05:39:02PM +0530, Harish K Harshan wrote: > But the system works pretty fine when other applications are > running. so either the driver is poking something that is causing problems or maybe the card when operating makes the system unstabel > Oncei load the driver, the sy

RE: [openib-general] Re: [PATCH][RFC][0/4] InfiniBand userspace verbsimplementation

2005-04-22 Thread Fab Tillier
> From: Bodo Eggert <[EMAIL PROTECTED]> > Sent: Friday, April 22, 2005 6:10 AM > > All userspace hardware drivers with DMA will require pinned pages (and > some of them will require continuous memory). Since this memory may be > scheduled to be accessed by DMA, reclaiming those pages may (aka. wil

CHEAP MOBILE PHONES FOR SALE

2005-04-22 Thread mobile phones
Dear Customer, We have all brands of Mobile Phones for sell at cheap and affordable prices, they ranges from Nokia/Samsung/LG/Sony Ericsson/Motorola/Alcatel/Panasonic With Bluetooth, all Brands and Models of Nextel Phones, we want you to get back to us with your quote so that we can begin a g

Re: [patch] fix race in __block_prepare_write (again)

2005-04-22 Thread Nikita Danilov
Anton Altaparmakov writes: [...] > > mm/filemap.c::file_buffered_write(): > > - It calls fault_in_pages_readable() which is completely bogus if > @nr_segs > 1. It needs to be replaced by a to be written > "fault_in_pages_readable_iovec()". Which will be only marginally less bogus, becau

Re: [patch] fix race in __block_prepare_write (again)

2005-04-22 Thread Anton Altaparmakov
On Fri, 2005-04-22 at 19:10 +0400, Nikita Danilov wrote: > Anton Altaparmakov writes: > > mm/filemap.c::file_buffered_write(): > > > > - It calls fault_in_pages_readable() which is completely bogus if > > @nr_segs > 1. It needs to be replaced by a to be written > > "fault_in_pages_readable_i

[patch 12/12] s390: cio documentation.

2005-04-22 Thread Martin Schwidefsky
[patch 12/12] s390: cio documentation. From: Cornelia Huck <[EMAIL PROTECTED]> Synchronize documentation with current interface. Signed-off-by: Martin Schwidefsky <[EMAIL PROTECTED]> diffstat: Documentation/s390/cds.txt | 45 + 1 files changed, 41

Re: Mercurial v0.1 - a minimal scalable distributed SCM

2005-04-22 Thread Bill Davidsen
Matt Mackall wrote: http://selenic.com/mercurial/ April 19, 2005 I've spent the past couple weeks working on a completely new proof-of-concept SCM. The goals: - to initially be as simple (and thereby hackable) as possible - to be as scalable as possible - to be memory, disk, and bandwidth effici

[patch 10/12] s390: remove ioctl32 from dasdcmb.

2005-04-22 Thread Martin Schwidefsky
[patch 10/12] s390: remove ioctl32 from dasdcmb. From: Cornelia Huck <[EMAIL PROTECTED]> The ioctl32_conversion routines will be deprecated: Remove them from dasd_cmb and handle the three cmb ioctls like all other dasd ioctls. Signed-off-by: Martin Schwidefsky <[EMAIL PROTECTED]> diffstat: arc

[patch 6/12] s390: allow longer debug feature names.

2005-04-22 Thread Martin Schwidefsky
[patch 6/12] s390: allow longer debug feature names. From: Michael Holzheu <[EMAIL PROTECTED]> The current limitation of 16 characters of the debug feature names turned out to be insufficient. Increase it to 64 characters. Signed-off-by: Martin Schwidefsky <[EMAIL PROTECTED]> diffstat: include

Re: Linux 2.6.12-rc3

2005-04-22 Thread Roman Zippel
Al Viro wrote: > thread_info, part 1: Patches look fine. Some of the helper stuff could be moved to asm-generic, but that can still be done later. The headers really need some serious cleanup in this area, the dependencies are damned fragile. I8 still have a completely untested patch to con

Re: 2.6.12-rc3 compile failure in tgafb.c, tgafb not working anymore

2005-04-22 Thread Tomi Lapinlampi
On Fri, Apr 22, 2005 at 02:20:30PM +0300, Tomi Lapinlampi wrote: > > Actually, I was able to get a clean compile with the patch from > http://marc.theaimsgroup.com/?l=linux-alpha&m=111392038121433&w=2 Hi again, Although the tgafb driver compiles with the above patch, it shows similar behaviour a

Re: [RFC PATCH] Dynamic sched domains aka Isolated cpusets (v0.2)

2005-04-22 Thread Paul Jackson
A few code details (still working on more substantive reply): + /* An isolated cpuset has to be exclusive */ + if ((is_cpu_isolated(trial) && !is_cpu_exclusive(cur)) + || (!is_cpu_exclusive(trial) && is_cpu_isolated(cur))) + return -EINVAL; Is the above code eq

Re: Irix NFS Server Problems - Ever Resolved?

2005-04-22 Thread Trond Myklebust
fr den 22.04.2005 Klokka 09:54 (-0500) skreiv Eric Harvieux: > Hi, > > I have recently run into problems with 2.6 NFS clients accessing Irix > servers. After extensive searching, I found the problem referred to on > the kernel mailing list, in this thread: > > http://kerneltrap.org/mailarchive/

Re: 2.6.12-rc3 compile failure in tgafb.c, tgafb not working anymore

2005-04-22 Thread Linus Torvalds
On Fri, 22 Apr 2005, Maciej W. Rozycki wrote: > > JFTR, a few of the TURBOchannel variations of the TGA are supported for > MIPS, but regrettably the necessary code hasn't been ported from 2.4 to > 2.6 yet. Ok, so that would have increased the testing base by, what? One person or two? I thi

Re: [PATCH] Increase number of e820 entries hard limit from 32 to 128

2005-04-22 Thread Linus Torvalds
On Fri, 22 Apr 2005, Venkatesh Pallipadi wrote: > > The specifications that talk about E820 map doesn't have an upper limit > on the number of E820 entries. But, today's kernel has a hard limit of 32. > With increase in memory size, we are seeing the number of E820 entries > reaching close to 32

Re: [PATCH] Increase number of e820 entries hard limit from 32 to 128

2005-04-22 Thread jmerkey
This is a very good idea. Jeff Venkatesh Pallipadi wrote: The specifications that talk about E820 map doesn't have an upper limit on the number of E820 entries. But, today's kernel has a hard limit of 32. With increase in memory size, we are seeing the number of E820 entries reaching close to 32. P

Re: [2.6 patch] correct the DEBUG_BUGVERBOSE question dependency

2005-04-22 Thread Adrian Bunk
On Sat, Apr 23, 2005 at 03:05:17AM +0200, Roman Zippel wrote: > Hi, > > On Sat, 23 Apr 2005, Adrian Bunk wrote: > > > Currently, DEBUG_BUGVERBOSE, is automatically set to "y" if > > DEBUG_KERNEL=n and EMBEDDED=y which doesn't make much sense. > > > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED

[PATCH] Increase number of e820 entries hard limit from 32 to 128

2005-04-22 Thread Venkatesh Pallipadi
The specifications that talk about E820 map doesn't have an upper limit on the number of E820 entries. But, today's kernel has a hard limit of 32. With increase in memory size, we are seeing the number of E820 entries reaching close to 32. Patch below bumps the number upto 128. Patch does it fo

Re: [2.6 patch] correct the DEBUG_BUGVERBOSE question dependency

2005-04-22 Thread Roman Zippel
Hi, On Sat, 23 Apr 2005, Adrian Bunk wrote: > Currently, DEBUG_BUGVERBOSE, is automatically set to "y" if > DEBUG_KERNEL=n and EMBEDDED=y which doesn't make much sense. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > > --- linux-2.6.12-rc2-mm3-full/lib/Kconfig.debug.old 2005-04-22 > 03

[2.6 patch] correct the DEBUG_BUGVERBOSE question dependency

2005-04-22 Thread Adrian Bunk
Currently, DEBUG_BUGVERBOSE, is automatically set to "y" if DEBUG_KERNEL=n and EMBEDDED=y which doesn't make much sense. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- linux-2.6.12-rc2-mm3-full/lib/Kconfig.debug.old 2005-04-22 03:03:27.0 +0200 +++ linux-2.6.12-rc2-mm3-full/lib/K

Re: Linux 2.6.12-rc3

2005-04-22 Thread Linus Torvalds
On Sat, 23 Apr 2005, Pavel Machek wrote: > > Unfortunately first merge will make it practically unusable :-(. No, quite the reverse. If I merge from you, and you use my commit ID as the "base" point, it will work again. But yes, if you actually send the result as _patches_ to me, then the c

Re: ide-cd? Can burn DVDs, just not read them...

2005-04-22 Thread Jesper Juhl
On Fri, 22 Apr 2005, Randy Gardner wrote: > I just bought a shiny new 16x dvd burner (box says IOMagic IDVD16DD, drive > says Magicspin 1016IM), and can burn dvds perfectly... just not read them. [...] > Apr 21 19:19:27 localhost kernel: hdf: command error: status=0x51 { > DriveReady SeekComplet

Re: nVidia stuff again

2005-04-22 Thread J.A. Magallon
On 04.21, Manu Abraham wrote: > Lennart Sorensen wrote: > > On Thu, Apr 21, 2005 at 08:15:02AM -0400, Doug Ledford wrote: > > > >>Ha! That's the whole damn point Dave. Use your head. Just because ATI > >>is getting more complex with their GPU does *not* mean nVidia is. Go > >>back to my origi

fix ultrastor.c compile error

2005-04-22 Thread K.R. Foley
This simple patch fixes a compile error in the ultrastor driver. Patch was originally submitted by Barry K. Nathan as referenced here: http://marc.theaimsgroup.com/?l=linux-kernel&m=111391774018717&w=2 I just regenerated it against your current git tree. Please apply. -- kr Signed-off-by: K.R.

Re: Crash when unmounting NFS/TCP with -f

2005-04-22 Thread Trond Myklebust
fr den 22.04.2005 Klokka 14:32 (+0200) skreiv Brice Goglin: > Hi Trond, > > I'm using NFS (v2) over TCP (in a SSH tunnel). > Each time the SSH dies before a umount NFS, I have to umount -f > and I get a crash (only sysrq works). > Actually, the crash occurs a few seconds after umount -f. > > It s

Re: [openib-general] Re: [PATCH][RFC][0/4] InfiniBand userspace verbs implementation

2005-04-22 Thread Bodo Eggert <[EMAIL PROTECTED]>
Andy Isaacson <[EMAIL PROTECTED]> wrote: > On Wed, Apr 20, 2005 at 10:07:45PM -0500, Timur Tabi wrote: >> I don't know if VM_REGISTERED is a good idea or not, but it should be >> absolutely impossible for the kernel to reclaim "registered" (aka pinned) >> memory, no matter what. For RDMA services

Re: [Fastboot] Re: Kdump Testing

2005-04-22 Thread Eric W. Biederman
Nagesh Sharyathi <[EMAIL PROTECTED]> writes: > Here is the console boot log, before the machine jumps to BIOS > after hang during panic kerenl boot Ok thanks. So this is manually triggered with SysRq and the kexec part works but the recover kernel simply fails to boot. It looks like that hunk

  1   2   >