Bug in current -git tree causing dbus and gnome to chew up cpu time

2007-02-13 Thread Greg KH
Hi, I've used 'git bisect' to track down a change in the latest git tree that is causing dbus-daemon to sit and spin at the time GNOME launches, preventing nautlius from ever running. The bad commit is: commit eb3dfb0cb1f4a44e2d0553f89514ce9f2a9fcaf1 Author: Andreas Gruenbacher <[EMAIL

[PATCH] EHCI: turn off remote wakeup during shutdown

2007-02-13 Thread Alan Stern
This patch (as850b) disables remote wakeup (and everything else!) on all EHCI ports when the shutdown() method is called. If remote wakeup is left active then some systems will reboot instead of powering off. This fixes Bugzilla #7828. Signed-off-by: Alan Stern <[EMAIL PROTECTED]> --- I'm

RE: Intel 82559 NIC corrupted EEPROM

2007-02-13 Thread Brandeburg, Jesse
John wrote: > Jesse Brandeburg wrote: >> What would you like to do? At this stage I would like e100 to work >> better than it is, but I'm not sure what to do next. > > Hello everyone, > > I'm resurrecting this thread because it appears we'll need to support > these motherboards for several

Re: [PATCH v2] kernel-doc: include struct short description in title output

2007-02-13 Thread Johannes Berg
On Tue, 2007-02-13 at 11:35 -0800, Randy Dunlap wrote: > > Yup, that fixes it for structs. I guess I forgot to mention this earlier > > because I didn't notice it until now... the same bug exists for > > functions as well. > > updated patch. Thanks. Thanks, works great. > --- > > From: Randy

Re: somebody dropped a (warning) bomb

2007-02-13 Thread Pekka Enberg
On 2/13/07, Sergei Organov <[EMAIL PROTECTED]> wrote: With almost any warning out there one makes more or less efforts to suppress the warning where it gives false positives, isn't it? Yes, as long it's the _compiler_ that's doing the effort. You shouldn't need to annotate the source just to

Re: /proc/sys/net/ipv[46]/conf/ issue unsolved

2007-02-13 Thread Vlad Yasevich
Neil Horman wrote: On Tue, Feb 13, 2007 at 03:29:04PM +0200, Hasso Tepper wrote: There is long standing issue in kernel which makes using /etc/sysctl.conf useless for boottime configuration of specific interface properties and breaks probably any software relying on unconditional existence of

[PATCH v2] kernel-doc: include struct short description in title output

2007-02-13 Thread Randy Dunlap
> Yup, that fixes it for structs. I guess I forgot to mention this earlier > because I didn't notice it until now... the same bug exists for > functions as well. updated patch. Thanks. --- From: Randy Dunlap <[EMAIL PROTECTED]> Output of a function or struct in html mode needs to include the

[PATCH] fb: SM501 framebuffer driver

2007-02-13 Thread Ben Dooks
Framebuffer support for the Silicon Motion SM501 multi-function chip. This driver provides a pair of framebuffer interfaces for the CRT and LCD panel interfaces, and some basic acceleration for the cursor. The patch has been updated slightly from the previous version to including being able to

Re: NAK new drivers without proper power management?

2007-02-13 Thread Rafael J. Wysocki
On Tuesday, 13 February 2007 10:42, Tilman Schmidt wrote: > Rafael J. Wysocki schrieb: > > I think we can introduce a "pm_safe" flag that will indicate if the driver > > handles suspend/resume correctly. If we do it, we can flag all of the > > drivers > > currently in the tree as "pm_safe"

Re: somebody dropped a (warning) bomb

2007-02-13 Thread Linus Torvalds
On Tue, 13 Feb 2007, Sergei Organov wrote: > > > > "I want a char of indeterminate sign"! > > I'm afraid I don't follow. Do we have a way to say "I want an int of > indeterminate sign" in C? The same way there doesn't seem to be a way > to say "I want a char of indeterminate sign". You're

Re: [PATCH] kernel-doc: include struct short description in title output

2007-02-13 Thread Johannes Berg
On Tue, 2007-02-13 at 11:10 -0800, Randy Dunlap wrote: > From: Randy Dunlap <[EMAIL PROTECTED]> > > Output of a struct in html mode needs to include the short description > from the struct name line in the output title line. Yup, that fixes it for structs. I guess I forgot to mention this

[PATCH] kernel-doc: include struct short description in title output

2007-02-13 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Output of a struct in html mode needs to include the short description from the struct name line in the output title line. Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- scripts/kernel-doc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---

Re: [patch 00/11] ANNOUNCE: "Syslets", generic asynchronous system call support

2007-02-13 Thread Evgeniy Polyakov
> I have not received first mail with announcement yet, so I will place > my thoughts here if you do not mind. An issue with sys_async_wait(): is is possible that events_left will be setup too late so that all events are already ready and thus sys_async_wait() can wait forever (or until next

Re: somebody dropped a (warning) bomb

2007-02-13 Thread Sergei Organov
"Pekka Enberg" <[EMAIL PROTECTED]> writes: > On 2/13/07, Sergei Organov <[EMAIL PROTECTED]> wrote: >> May I suggest another definition for a warning being entirely sucks? >> "The warning is entirely sucks if and only if it never has true >> positives." In all other cases it's only more or less

Re: [patch 00/11] ANNOUNCE: "Syslets", generic asynchronous system call support

2007-02-13 Thread Evgeniy Polyakov
On Tue, Feb 13, 2007 at 05:56:42PM +0100, Ingo Molnar ([EMAIL PROTECTED]) wrote: > > * Benjamin LaHaise <[EMAIL PROTECTED]> wrote: > > > > > Open issues: > > > > > > Let me add some more > > > > Also: FPU state (especially important with the FPU and SSE memory copy > > variants), segment

Re: SATA-performance: Linux vs. FreeBSD

2007-02-13 Thread Jeff Carr
On 02/12/07 08:37, Martin A. Fink wrote: > :~> strace -c -T -o trace.out dd if=/dev/zero of=test.txt bs=10MB count=200 > > 200+0 Datensätze ein > 200+0 Datensätze aus > 20 bytes (2,0 GB) copied, 52,8632 seconds, 37,8 MB/s You might want to check the raw write & read speed to the device

Re: [PATCH] mfd: SM501 core driver (#3)

2007-02-13 Thread Ben Dooks
On Tue, Feb 13, 2007 at 06:55:42PM +, Ben Dooks wrote: > A new release of the SM501 core mfd driver. > > This driver provides the core functionality of the > SM501, which is a multi-function chip including > two framebuffers, video acceleration, USB, and > many other peripheral blocks. > >

Re: /proc/sys/net/ipv[46]/conf/ issue unsolved

2007-02-13 Thread Neil Horman
On Tue, Feb 13, 2007 at 03:29:04PM +0200, Hasso Tepper wrote: > There is long standing issue in kernel which makes using /etc/sysctl.conf > useless for boottime configuration of specific interface properties and > breaks probably any software relying on unconditional existence of the > conf trees

Re: SATA Drive No Longer Recognized In New 2.6.20 Kernel

2007-02-13 Thread Joseph Cosby
Thanks for the helpful replies. It appears that I was mistaken and that my hard drive is detected when the new ATA config option is enabled. Joseph _ Turn searches into helpful donations. Make your search count.

[PATCH] mfd: SM501 core driver (#3)

2007-02-13 Thread Ben Dooks
A new release of the SM501 core mfd driver. This driver provides the core functionality of the SM501, which is a multi-function chip including two framebuffers, video acceleration, USB, and many other peripheral blocks. The driver exports a number of entries for the peripheral drivers to use.

Re: [RFC] [PATCH] more support for memory-less-node.

2007-02-13 Thread Bob Picco
Andi Kleen wrote: [Tue Feb 13 2007, 01:18:45PM EST] > > > I wasn't suggesting having NULL pointers for pgdats, if that's what you > > mean. > > That is what started the original thread at least. Can happen on some > ia64 platforms. I don't believe there is a NULL pgdat. The code for

2.6.20 new perfmon code base + libpfm + pfmon

2007-02-13 Thread Stephane Eranian
Hello, I have released another version of the perfmon new code base package. This version of the kernel patch is relative to 2.6.20. This new kernel patch includes the following new features and bug fixes: - first cut at supporting Oprofile on i386 and x86-64 architectures -

Re: [RFC] [PATCH] more support for memory-less-node.

2007-02-13 Thread Christoph Lameter
On Tue, 13 Feb 2007, Martin J. Bligh wrote: > What's wrong with just setting the existing counters like > node_spanned_pages / node_present_pages to zero? Will this fix the breakage that Kame-san saw? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: [ANNOUNCE] d80211 based driver for Intel PRO/Wireless 3945ABG

2007-02-13 Thread Johannes Berg
On Tue, 2007-02-13 at 18:13 +, Pavel Machek wrote: > Yes... is there merged .git tree somewhere? I downloaded iwl git tree, > but it did not contain d80211 stack. I'm now downloading wireless-dev > git tree... I would expect Intel to post patches some time soon to get into wireless-dev.

Re: /proc/sys/net/ipv[46]/conf/ issue unsolved

2007-02-13 Thread Vlad Yasevich
Stephen Hemminger wrote: On Tue, 13 Feb 2007 15:29:04 +0200 Hasso Tepper <[EMAIL PROTECTED]> wrote: There is long standing issue in kernel which makes using /etc/sysctl.conf useless for boottime configuration of specific interface properties and breaks probably any software relying on

Re: [ANNOUNCE] d80211 based driver for Intel PRO/Wireless 3945ABG

2007-02-13 Thread Pavel Machek
Hi! > Please hold all questions until I am done with this > email. Thank you. > > We are pleased to announce the availability of a new > driver for the Intel PRO/Wireless 3945ABG Network > Connection adapter. This new driver uses the new d80211 > subsystem previously only available as part

Re: NAK new drivers without proper power management?

2007-02-13 Thread Pavel Machek
Hi! > > I think your experience is rather different than that of Joe Average > > User who doesn't frequent kernel lists, and also I think you'll find > > that for a lot of Linux laptop users that don't use supend, the reason > > is that it doesn't work reliably, quite often due to driver

Re: CPU load

2007-02-13 Thread Pavel Machek
Hi! > The kernel looks at what is using cpu _only_ during the > timer > interrupt. Which means if your HZ is 1000 it looks at > what is running > at precisely the moment those 1000 timer ticks occur. It > is > theoretically possible using this measurement system to > use >99% cpu > and record

Re: [RFC] [PATCH] more support for memory-less-node.

2007-02-13 Thread Martin J. Bligh
Andi Kleen wrote: I wasn't suggesting having NULL pointers for pgdats, if that's what you mean. That is what started the original thread at least. Can happen on some ia64 platforms. OK, that does seem kind of ugly. Just nodes with no memory in them, the pgdat would still be there. pgdat =

Re: somebody dropped a (warning) bomb

2007-02-13 Thread Pekka Enberg
On 2/13/07, Sergei Organov <[EMAIL PROTECTED]> wrote: May I suggest another definition for a warning being entirely sucks? "The warning is entirely sucks if and only if it never has true positives." In all other cases it's only more or less sucks, IMHO. You're totally missing the point. False

Re: 2.6.20-rc6 libata PATA ATAPI CDROM is not working

2007-02-13 Thread Tejun Heo
Hello, Joel. Joel Soete wrote: A small update: your patch also works against 2.6.20 Glad to hear that. but seems that open the door to numerous other pb: 1/ pb to burn cd: # md5sum cd060213.iso 6a1248783a21722816b972aa9bae9d5e cd060213.iso # ll cd060213.iso -rwxr-xr-x 1 root root 3213312

Re: [PATCH] pxafb: Add option to enable/disable the cursor

2007-02-13 Thread James Simmons
> On Tue, Feb 13, 2007 at 05:48:29PM +, Russell King wrote: > > > > Maybe this should be a generic option? Or maybe issue ESC [ 25 l > > to disable the cursor if you're wanting to turn it off from userspace. > > This is useful if you have a full screen boot logo. How I can issue > ESC [ 25

Re: 2.6.20-rc6 libata PATA ATAPI CDROM is not working

2007-02-13 Thread Alan
> Could you send me output of "hdparm --Istdout /dev/sdc" command? Ditto - if this is one of the odd few quantums that need compile time hacks in the old IDE its also one we need to do runtime handling for in *both*. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: [RFC] [PATCH] more support for memory-less-node.

2007-02-13 Thread Andi Kleen
> I wasn't suggesting having NULL pointers for pgdats, if that's what you > mean. That is what started the original thread at least. Can happen on some ia64 platforms. > Just nodes with no memory in them, the pgdat would still be there. > pgdat = struct node, except everything's badly named.

Re: [RFC] [PATCH] more support for memory-less-node.

2007-02-13 Thread Martin J. Bligh
Christoph Lameter wrote: On Tue, 13 Feb 2007, Andi Kleen wrote: Adding NULL tests all over mm for this would seem like a clear case of this to me. Maybe there is an alternative. We are free to number the nodes right? How about requiring the low node number to have memory and the high ones

Re: [RFC] [PATCH] more support for memory-less-node.

2007-02-13 Thread Martin J. Bligh
Andi Kleen wrote: Your description of the node is correct, it's an arbitrary container of one or more resources. Not only is this definition flexible, it's also very useful, for memory hotplug, odd types of NUMA boxes, etc. I must disagree here. Special cases are always dangerous especially if

Re: 2.6.20-rc6 libata PATA ATAPI CDROM is not working

2007-02-13 Thread Bartlomiej Zolnierkiewicz
Hi, On Tuesday 13 February 2007 18:35, Joel Soete wrote: > scsi3 : ata_piix > ata1.00: ATA-4, max UDMA/66, 29336832 sectors: LBA > ata1.00: ata1: dev 0 multi count 16 > ata1.00: configured for UDMA/33 <...> > scsi 3:0:0:0: Direct-Access     ATA      QUANTUM FIREBALL A03. PQ: 0 ANSI: 5 IDE

Re: somebody dropped a (warning) bomb

2007-02-13 Thread Sergei Organov
Linus Torvalds <[EMAIL PROTECTED]> writes: > On Mon, 12 Feb 2007, Sergei Organov wrote: >> >> Why strlen() should be allowed to be called with an incompatible pointer >> type? My point is that gcc should issue *different warning*, -- the same >> warning it issues here: > > I agree that "strlen()"

Re: [PATCH] pxafb: Add option to enable/disable the cursor

2007-02-13 Thread Rodolfo Giometti
On Tue, Feb 13, 2007 at 05:48:29PM +, Russell King wrote: > > Maybe this should be a generic option? Or maybe issue ESC [ 25 l > to disable the cursor if you're wanting to turn it off from userspace. This is useful if you have a full screen boot logo. How I can issue ESC [ 25 l at boot

Re: [RFC] [PATCH] more support for memory-less-node.

2007-02-13 Thread Christoph Lameter
On Tue, 13 Feb 2007, Andi Kleen wrote: > Adding NULL tests all over mm for this would seem like a clear case > of this to me. Maybe there is an alternative. We are free to number the nodes right? How about requiring the low node number to have memory and the high ones do not? F.e. have a

Re: [PATCH 12/22] elevate write count files are open()ed

2007-02-13 Thread Andrew Morton
> On Tue, 13 Feb 2007 08:58:16 -0800 Dave Hansen <[EMAIL PROTECTED]> wrote: > > yipes. A new mount-wide spin_lock/unlock for each for-writing open() and > > close(). > > Can we have a microbenchmark on this please? > > Yeah, I'll schedule some dbench time on a NUMA machine. dbench doesn't do

Re: [RFC] [PATCH] more support for memory-less-node.

2007-02-13 Thread Andi Kleen
> Your description of the node is correct, it's an arbitrary container of > one or more resources. Not only is this definition flexible, it's also > very useful, for memory hotplug, odd types of NUMA boxes, etc. I must disagree here. Special cases are always dangerous especially if they are hard

Re: [PATCH] pxafb: Add option to enable/disable the cursor

2007-02-13 Thread Russell King
On Tue, Feb 13, 2007 at 06:38:05PM +0100, Rodolfo Giometti wrote: > Add cursor enable/disable, very useful if you wish a full screen boot > logo. Maybe this should be a generic option? Or maybe issue ESC [ 25 l to disable the cursor if you're wanting to turn it off from userspace. -- Russell

[PATCH] pxafb: Add option to enable/disable the cursor

2007-02-13 Thread Rodolfo Giometti
Add cursor enable/disable, very useful if you wish a full screen boot logo. Cursor can be disabled from kernel command line: video=pxafb:nocursor or from sysfs interface: echo 1 > /sys/module/pxafb/parameters/nocursor Signed-off-by: Rodolfo Giometti <[EMAIL

Re: [PATCH] fix atl1 braino

2007-02-13 Thread Chuck Ebbert
Al Viro wrote: > Spot the bug... > > Signed-off-by: Al Viro <[EMAIL PROTECTED]> > --- > > diff --git a/drivers/net/atl1/atl1_hw.c b/drivers/net/atl1/atl1_hw.c > index 08b2d78..e28707a 100644 > --- a/drivers/net/atl1/atl1_hw.c > +++ b/drivers/net/atl1/atl1_hw.c > @@ -357,7 +357,7 @@ void

Re: 2.6.20-rc6 libata PATA ATAPI CDROM is not working

2007-02-13 Thread Joel Soete
Hello Tejun, A small update: your patch also works against 2.6.20 but seems that open the door to numerous other pb: 1/ pb to burn cd: # md5sum cd060213.iso 6a1248783a21722816b972aa9bae9d5e cd060213.iso # ll cd060213.iso -rwxr-xr-x 1 root root 3213312 Feb 13 2006 cd060213.iso # dd

Re: [PATCH 1/2] Re: [autofs] Bad race condition in the new autofs protocol somewhere

2007-02-13 Thread Ian Kent
On Tue, 2007-02-13 at 16:54 +0100, Olivier Galibert wrote: > On Tue, Feb 13, 2007 at 09:07:27AM -0500, Chuck Ebbert wrote: > > Olivier Galibert wrote: > > > On Tue, Feb 13, 2007 at 09:52:39AM +0900, Ian Kent wrote: > > >> Indeed. > > >> Which kernel can you use? > > >> I believe that 2200 had

Re: [PATCH 1/2] Re: [autofs] Bad race condition in the new autofs protocol somewhere

2007-02-13 Thread Ian Kent
On Tue, 2007-02-13 at 09:07 -0500, Chuck Ebbert wrote: > Olivier Galibert wrote: > > On Tue, Feb 13, 2007 at 09:52:39AM +0900, Ian Kent wrote: > >> Indeed. > >> Which kernel can you use? > >> I believe that 2200 had another problem so can you use an fc5 kernel > >> later than that? > > > > I've

Re: [RFC] [PATCH] more support for memory-less-node.

2007-02-13 Thread Christoph Lameter
On Tue, 13 Feb 2007, KAMEZAWA Hiroyuki wrote: > NOD_DATA(nid) is always valid pointer if a node is online. > NODE_DATA(nid)->present_pages can be 0 even if a node is online, > I call this as memory-less-node. Yes but the pgdat will have no valid zone in it. That is new. - To unsubscribe from

Re: [RFC] [PATCH] more support for memory-less-node.

2007-02-13 Thread Christoph Lameter
On Tue, 13 Feb 2007, Andi Kleen wrote: > The trouble with this is that you'll need to harden large parts > of code against these. Especially a NULL pgdat is something quite > dangerous. You could make it a dummy empty pgdat, but just assigning it > nearby seems easier. Plus there is the issue

Re: [PATCH] fix atl1 braino

2007-02-13 Thread Chris Snook
Al Viro wrote: Spot the bug... Signed-off-by: Al Viro <[EMAIL PROTECTED]> --- diff --git a/drivers/net/atl1/atl1_hw.c b/drivers/net/atl1/atl1_hw.c index 08b2d78..e28707a 100644 --- a/drivers/net/atl1/atl1_hw.c +++ b/drivers/net/atl1/atl1_hw.c @@ -357,7 +357,7 @@ void atl1_hash_set(struct

Re: Small problem with kernel 2.6.20 and make menuconfig

2007-02-13 Thread Randy Dunlap
On Tue, 13 Feb 2007 09:17:51 + Dominic Newton wrote: > Just a small issue with the latest kernel 2.6.20. When compiling make > menuconfig our ncurses library is not being detected. I currently use > 2.6.15 with no problem and comparing the 2 I found a script ( >

Re: [patch 4/9] Remove the TSC synchronization on SMP machines

2007-02-13 Thread Andi Kleen
On Tuesday 13 February 2007 18:09, Christoph Lameter wrote: > On Tue, 13 Feb 2007, Arjan van de Ven wrote: > > > no quite the opposite. gettimeofday() currently is NOT monotonic > > unfortunately. With this patchseries it actually has a better chance of > > becoming that... > > It is monotonic

Re: [PATCH x86 for review III] [1/29] i386: avoid gcc extension

2007-02-13 Thread Andi Kleen
On Tuesday 13 February 2007 17:10, Randy Dunlap wrote: > On Tue, 13 Feb 2007 16:11:14 +0100 Arnd Bergmann wrote: > > > On Monday 12 February 2007 17:51, Andi Kleen wrote: > > > setcc() in math-emu is written as a gcc extension statement expression > > > macro that returns a value.  However, it's

Re: SATA-performance: Linux vs. FreeBSD

2007-02-13 Thread Jeff Garzik
On Tue, Feb 13, 2007 at 11:25:27AM +, Alan wrote: > > So where is the difference between SATA-I and SATA-II ? > > All physical side if they are on the same controller when you do the > tests. Mostly latency, SATA-II is a highly confusing marketing term. It is /not/ a technical term. In

Re: [RFC] [PATCH] more support for memory-less-node.

2007-02-13 Thread Martin J. Bligh
KAMEZAWA Hiroyuki wrote: In my last posintg, mempolicy-fix-for-memory-less-node patch, there was a discussion 'what do you consider definition of "node" as...? I found there is no consensus. But I want to go ahead. Before posing patch again, I'd like to discuss more. -Kame In my

Re: [patch 4/9] Remove the TSC synchronization on SMP machines

2007-02-13 Thread Christoph Lameter
On Tue, 13 Feb 2007, Arjan van de Ven wrote: > no quite the opposite. gettimeofday() currently is NOT monotonic > unfortunately. With this patchseries it actually has a better chance of > becoming that... It is monotonic on IA64 at least and we have found that subtle application bugs occur if

Re: [patch 00/11] ANNOUNCE: "Syslets", generic asynchronous system call support

2007-02-13 Thread Ingo Molnar
* Linus Torvalds <[EMAIL PROTECTED]> wrote: > Ie, we could just add to "do_fork()" (which is where all of the > vfork/clone/fork cases end up) a simple case like > > err = wait_async_context(); > if (err) > return err; > > or > > if (in_async_context()) >

Re: /proc/sys/net/ipv[46]/conf/ issue unsolved

2007-02-13 Thread Stephen Hemminger
On Tue, 13 Feb 2007 15:29:04 +0200 Hasso Tepper <[EMAIL PROTECTED]> wrote: > There is long standing issue in kernel which makes using /etc/sysctl.conf > useless for boottime configuration of specific interface properties and > breaks probably any software relying on unconditional existence of the

Re: [patch 00/11] ANNOUNCE: "Syslets", generic asynchronous system call support

2007-02-13 Thread Ingo Molnar
* Benjamin LaHaise <[EMAIL PROTECTED]> wrote: > > > Open issues: > > > > Let me add some more > > Also: FPU state (especially important with the FPU and SSE memory copy > variants), segment register bases on x86-64, interaction with > set_fs()... agreed - i'll fix this. But i can see no big

Re: [PATCH 12/22] elevate write count files are open()ed

2007-02-13 Thread Dave Hansen
On Mon, 2007-02-12 at 21:11 -0800, Andrew Morton wrote: > On Fri, 09 Feb 2007 14:53:37 -0800 Dave Hansen <[EMAIL PROTECTED]> wrote: > > > diff -puN > > fs/file_table.c~14-24-tricky-elevate-write-count-files-are-open-ed > > fs/file_table.c > > ---

Re: [ANNOUNCE] d80211 based driver for Intel PRO/Wireless 3945ABG

2007-02-13 Thread Ismail Dönmez
On Tuesday 13 February 2007 17:10:24 Jeff Chua wrote: > On 2/13/07, Ismail Dönmez <[EMAIL PROTECTED]> wrote: > > Tried this is on a patched 2.6.20 kernel with ipw3945 device and it > > always puts the card in 802.11a mode instead of 802.11bg mode. > > > > Ideas? > > Before running "iwconfig wlan0

Re: [patch 00/11] ANNOUNCE: "Syslets", generic asynchronous system call support

2007-02-13 Thread Ingo Molnar
* Andi Kleen <[EMAIL PROTECTED]> wrote: > > sys_exec and other security boundaries must be synchronous > > only and not allow async "spill over" (consider setuid async binary > > patching) > > He probably would need some generalization of Andrea's seccomp work. > Perhaps using bitmaps?

Re: current git crashes on bootup with pci_iounmap()

2007-02-13 Thread Kay Sievers
On Tue, 2007-02-13 at 17:04 +0100, Marcel Holtmann wrote: > > kernel BUG at lib/iomap.c:254! > > invalid opcode: [#1] > > ... > > > > The screen picture is here: > > http://vrfy.org/pci_iounmap.jpg > > > > It's a Thinkpad T43p. > > > > 2.6.20 was working fine. > > > > Commenting out: >

[PATCH] x86_64, i386: Add command line length to boot protocol

2007-02-13 Thread Bernhard Walle
[Difference to previous attempt: cmdline_size is now without terminating zero, requested by H. Peter Anvin.] Because the command line is increased to 2048 characters after 2.6.20-rc6-mm1, it's not possible for boot loaders and userspace tools to determine the length of the command line the kernel

Re: [patch 00/11] ANNOUNCE: "Syslets", generic asynchronous system call support

2007-02-13 Thread Ingo Molnar
* Alan <[EMAIL PROTECTED]> wrote: > > A syslet is executed opportunistically: i.e. the syslet subsystem > > assumes that the syslet will not block, and it will switch to a > > cachemiss kernel thread from the scheduler. This means that even a > > How is scheduler fairness maintained ? and

Re: Coding style RFC: convert "for (i=0;i

2007-02-13 Thread Randy Dunlap
On Tue, 13 Feb 2007 09:37:38 +0200 Muli Ben-Yehuda wrote: > On Mon, Feb 12, 2007 at 03:47:50PM -0800, Joe Perches wrote: > > > Now that most of the sizeof(array)/sizeof(array[0]) conversions have > > been done (there are about 800 done and about another 130 left), > > perhaps it could be useful

Re: [patch 00/11] ANNOUNCE: "Syslets", generic asynchronous system call support

2007-02-13 Thread Linus Torvalds
On Tue, 13 Feb 2007, Andi Kleen wrote: > > sys_exec and other security boundaries must be synchronous only > > and not allow async "spill over" (consider setuid async binary patching) > > He probably would need some generalization of Andrea's seccomp work. > Perhaps using bitmaps? For

Re: [patch 00/11] ANNOUNCE: "Syslets", generic asynchronous system call support

2007-02-13 Thread bert hubert
On Tue, Feb 13, 2007 at 09:58:48AM -0500, Benjamin LaHaise wrote: > not present is mandatory). I have looked into exactly this approach, and > it's only cheaper if the code is incomplete. Linux's native threads are > pretty damned good. Cheaper in time or in memory? Iow, would you be able to

Re: [PATCH] Add PCI device ID for IT8152 RISC-to-PCI chip

2007-02-13 Thread Russell King
On Tue, Feb 13, 2007 at 10:47:28AM -0500, Lennart Sorensen wrote: > On Tue, Feb 13, 2007 at 03:30:29PM +, Russell King wrote: > > On Tue, Feb 13, 2007 at 10:16:33AM -0500, Lennart Sorensen wrote: > > > There doesn't seem to be very many > > > arm systems with PCI, so it's hard to tell. > > >

Re: Sata_via problems in a Vintage2-AE1

2007-02-13 Thread Jean Delvare
Le Mardi 13 Février 2007 17:11, Leopold Palomo-Avellaneda a écrit : > A Dimarts 13 Febrer 2007 12:20, Jean Delvare va escriure: > (...) > > > > *If* the VT8251 needs the VIA IRQ quirk, then the attached patch may > > > > help. Leopold, can you give it a try? > > > > > > Well, making your patch to

Re: [PATCH x86 for review III] [1/29] i386: avoid gcc extension

2007-02-13 Thread Randy Dunlap
On Tue, 13 Feb 2007 16:11:14 +0100 Arnd Bergmann wrote: > On Monday 12 February 2007 17:51, Andi Kleen wrote: > > setcc() in math-emu is written as a gcc extension statement expression > > macro that returns a value.  However, it's not used that way and it's not > > needed like that, so just make

Re: Sata_via problems in a Vintage2-AE1

2007-02-13 Thread Leopold Palomo-Avellaneda
A Dimarts 13 Febrer 2007 12:20, Jean Delvare va escriure: > Hi Leopold, > > Le Lundi 12 Février 2007 17:23, Leopold Palomo-Avellaneda a écrit : > > A Dilluns 12 Febrer 2007 10:11, Jean Delvare va escriure: > > > Did you report the problem to Asus? They should fix it. Maybe this new > > > BIOS

Re: [patch 3/3, resend] kbuild: correctly skip tilded backups in localversion files

2007-02-13 Thread Roman Zippel
Hi, On Tue, 13 Feb 2007, Linus Torvalds wrote: > > I know it maybe another my "change it all" proposition, but i can't find > > nothing against `GNU $(wildcard ..)' and `unnecessarily complex "find"'. > > It's the regexp in both cases. $(wildcard ) doesn't do regexp's (only the > normal path

Re: [PATCH v4] Fix rmmod/read/write races in /proc entries

2007-02-13 Thread Alexey Dobriyan
On Mon, Feb 12, 2007 at 10:35:52PM -0800, Andrew Morton wrote: > On Sun, 11 Feb 2007 23:23:30 +0300 Alexey Dobriyan <[EMAIL PROTECTED]> wrote: > > > [PATCH v4] Fix rmmod/read/write races in /proc entries > > This: > > static ssize_t > proc_file_write(struct file *file, const char __user

Re: Pull UBI tree

2007-02-13 Thread Christoph Hellwig
On Tue, Feb 13, 2007 at 05:34:12PM +0200, Artem Bityutskiy wrote: > Hello Linus, > > The UBI tree has been in -mm for a few releases now and we would like to > to see it in the mainline. Please send out a current version for review instead. Last time I looked at it lots of things looked quite

Re: NAK new drivers without proper power management?

2007-02-13 Thread Christoph Hellwig
On Tue, Feb 13, 2007 at 10:55:18AM -0500, Mark Lord wrote: > LKML is much more receptive to drivers that follow > the "release early, release often" mantra. Exactly. > Which means we really have to be more accomodating of > drivers that start out simple, and then gain all of the > non-essential

Re: libsata doesn't like bus without master

2007-02-13 Thread Mark Lord
Robert Hancock wrote: Having a single drive on the channel configured as slave is not really a legal configuration. Sure it is. Not ideal, but "legal" in every respect, and suprisingly common "in the wild" since the early 1990s. (I believe the ATA standards say that it's something that a

Re: current git crashes on bootup with pci_iounmap()

2007-02-13 Thread Marcel Holtmann
Hi Kay, > kernel BUG at lib/iomap.c:254! > invalid opcode: [#1] > ... > > The screen picture is here: > http://vrfy.org/pci_iounmap.jpg > > It's a Thinkpad T43p. > > 2.6.20 was working fine. > > Commenting out: > IO_COND(addr, /* nothing */, iounmap(addr)); > in: > lib/iomap.c:254

Re: [PATCH 1/2] Re: [autofs] Bad race condition in the new autofs protocol somewhere

2007-02-13 Thread Chuck Ebbert
Olivier Galibert wrote: >> If you get the patches into -stable they will end up in Fedora >> kernels automatically. 2288 (based on 2.6.19) is in testing now... > > Don't they require autofs5 to be of any use though? That's not going > to be in fc until it's out of beta I guess. I didn't realize

Pull UBI tree

2007-02-13 Thread Artem Bityutskiy
Hello Linus, The UBI tree has been in -mm for a few releases now and we would like to to see it in the mainline. We have several groups using the code now and it has proved to be fairly stable thus far. We've also got some feedback from people outside the community. In short, UBI is kind of LVM

Re: NAK new drivers without proper power management?

2007-02-13 Thread Mark Lord
Nigel Cunningham wrote: On Sun, 2007-02-11 at 01:27 +0100, Rafael J. Wysocki wrote: Plus: - What if I'm planning to implement the power managemet, but not just right now? Why not right now? LKML is much more receptive to drivers that follow the "release early, release often" mantra. Which

Re: [PATCH 1/2] Re: [autofs] Bad race condition in the new autofs protocol somewhere

2007-02-13 Thread Olivier Galibert
On Tue, Feb 13, 2007 at 09:07:27AM -0500, Chuck Ebbert wrote: > Olivier Galibert wrote: > > On Tue, Feb 13, 2007 at 09:52:39AM +0900, Ian Kent wrote: > >> Indeed. > >> Which kernel can you use? > >> I believe that 2200 had another problem so can you use an fc5 kernel > >> later than that? > > > >

Re: [patch 3/3, resend] kbuild: correctly skip tilded backups in localversion files

2007-02-13 Thread Linus Torvalds
On Tue, 13 Feb 2007, Oleg Verych wrote: > > I mean, all by-hand modifications must be in the $(srctree) (let's get > this term), $(objtree) is output *only*. No. Especially for things like localversion, the object tree (if it is different) is very much where you'd put that marker. You might

Re: [PATCH] Add PCI device ID for IT8152 RISC-to-PCI chip

2007-02-13 Thread Lennart Sorensen
On Tue, Feb 13, 2007 at 03:30:29PM +, Russell King wrote: > On Tue, Feb 13, 2007 at 10:16:33AM -0500, Lennart Sorensen wrote: > > There doesn't seem to be very many > > arm systems with PCI, so it's hard to tell. > > NetWinder, EBSA285 (which the NetWinder is a derivative of), the N2100, >

Re: [patch 00/11] ANNOUNCE: "Syslets", generic asynchronous system call support

2007-02-13 Thread Dmitry Torokhov
On 2/13/07, Alan <[EMAIL PROTECTED]> wrote: > A syslet is executed opportunistically: i.e. the syslet subsystem > assumes that the syslet will not block, and it will switch to a > cachemiss kernel thread from the scheduler. This means that even a How is scheduler fairness maintained ? and what

Re: [PATCH debugfs: implement symbolic links

2007-02-13 Thread Cornelia Huck
On Tue, 13 Feb 2007 12:13:54 +0100, Peter Oberparleiter <[EMAIL PROTECTED]> wrote: Not especially related to this patch (which just does the same as the other debugfs functions), but: > + * If debugfs is not enabled in the kernel, the value -%ENODEV will be > + * returned. It is not wise to

Re: somebody dropped a (warning) bomb

2007-02-13 Thread Dick Streefland
Jan Engelhardt <[EMAIL PROTECTED]> wrote: | Further, giving again answer to the question whether they generate signed or | unsigned comparisons: Have you ever seen a computer which addresses memory with | negative numbers? Since the answer is most likely no, signed comparisons would | not make

Re: [patch 00/11] ANNOUNCE: "Syslets", generic asynchronous system call support

2007-02-13 Thread Andi Kleen
Alan <[EMAIL PROTECTED]> writes: Funny, it sounds like batch() on stereoids @) Ok with an async context it becomes somewhat more interesting. > sys_setuid/gid/etc need to be synchronous only and not occur > while other async syscalls are running in parallel to meet current kernel >

current git crashes on bootup with pci_iounmap()

2007-02-13 Thread Kay Sievers
kernel BUG at lib/iomap.c:254! invalid opcode: [#1] ... The screen picture is here: http://vrfy.org/pci_iounmap.jpg It's a Thinkpad T43p. 2.6.20 was working fine. Commenting out: IO_COND(addr, /* nothing */, iounmap(addr)); in: lib/iomap.c:254 makes at least booting up possible.

Re: [PATCH] Add PCI device ID for IT8152 RISC-to-PCI chip

2007-02-13 Thread Russell King
On Tue, Feb 13, 2007 at 10:16:33AM -0500, Lennart Sorensen wrote: > There doesn't seem to be very many > arm systems with PCI, so it's hard to tell. NetWinder, EBSA285 (which the NetWinder is a derivative of), the N2100, etc are PCI based and are all well proven in the field. However, I have

Re: pcim_enable_device BUGs for libata devices in 2.6.20-git6

2007-02-13 Thread Tejun Heo
Hello, Pavel. Pavel Machek wrote: 1. Don't restore power state and re-enable PCI device on resume from freeze just as we don't do the opposite when freezing. 2. Unconditionally disable and power down PCI device on suspend whether it's freeze or not. #2 would be simpler but I'm a bit

Re: utrace regressions (was: -mm merge plans for 2.6.21)

2007-02-13 Thread Alexey Dobriyan
On Mon, Feb 12, 2007 at 01:36:34PM -0800, Roland McGrath wrote: > > We're aware of two regressions compared to mainline if ptrace is utrace: > > Thanks very much for bringing these to my attention. > > > 1) zero holes for PTRACE_PEEKUSR vanished. > > I've fixed this in the current patches.

Re: NAK new drivers without proper power management?

2007-02-13 Thread Brad Campbell
Willy Tarreau wrote: Probably that you got the wrong laptop. If you buy an ultra-thin with highly proprietary hardware, it may be hard. But if you choose in profesionnal ranges, there is rarely any problem. I have a compaq nc8000 on which everything works fine, and it boots in about 20 seconds.

Re: libata FUA revisited

2007-02-13 Thread Tejun Heo
Hello, Robert. Robert Hancock wrote: [--snip--] On the NCQ side, I think it's pretty safe to assume that all controllers will handle it. Obviously I've verified it with sata_nv (at least that it doesn't blow up obviously), and the other two NCQ drivers we have, ahci and sata_sil24 just feed

Re: [PATCH] Add PCI device ID for IT8152 RISC-to-PCI chip

2007-02-13 Thread Lennart Sorensen
On Tue, Feb 13, 2007 at 09:45:54AM -0500, Raphael Assenat wrote: > Really? I have no idea if it's possible to get a reliable PCI bus or > not with this chip. Right now, we only use it for it's built-in OHCI > USB host controller and UART. You're making me hope I never have to > use it for

Re: [PATCH x86 for review III] [1/29] i386: avoid gcc extension

2007-02-13 Thread Arnd Bergmann
On Monday 12 February 2007 17:51, Andi Kleen wrote: > setcc() in math-emu is written as a gcc extension statement expression > macro that returns a value.  However, it's not used that way and it's not > needed like that, so just make it a do-while non-extension macro so that we > don't use an

Re: [ANNOUNCE] d80211 based driver for Intel PRO/Wireless 3945ABG

2007-02-13 Thread Jeff Chua
On 2/13/07, Ismail Dönmez <[EMAIL PROTECTED]> wrote: Tried this is on a patched 2.6.20 kernel with ipw3945 device and it always puts the card in 802.11a mode instead of 802.11bg mode. Ideas? Before running "iwconfig wlan0 channel 8", the card is set to 802.11a mode. iwconfig shows rate at

Re: [patch 00/11] ANNOUNCE: "Syslets", generic asynchronous system call support

2007-02-13 Thread Arjan van de Ven
On Tue, 2007-02-13 at 09:58 -0500, Benjamin LaHaise wrote: > On Tue, Feb 13, 2007 at 03:00:19PM +, Alan wrote: > > > Open issues: > > > > Let me add some more > > Also: FPU state (especially important with the FPU and SSE memory copy > variants) are these preserved over explicit system

Re: [patch 00/11] ANNOUNCE: "Syslets", generic asynchronous system call support

2007-02-13 Thread Benjamin LaHaise
On Tue, Feb 13, 2007 at 03:00:19PM +, Alan wrote: > > Open issues: > > Let me add some more Also: FPU state (especially important with the FPU and SSE memory copy variants), segment register bases on x86-64, interaction with set_fs()... There is no easy way of getting around the full

<    1   2   3   4   5   6   7   8   9   >