Re: System crash after "No irq handler for vector" linux 2.6.19

2007-02-02 Thread Eric W. Biederman
Luigi, Unless you have a completely different cause I believe the patches I just posted will fix the issue. If you can test and confirm this that would be great. Eric - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More maj

Re: System crash after "No irq handler for vector" linux 2.6.19

2007-02-02 Thread Eric W. Biederman
"Luigi Genoni" <[EMAIL PROTECTED]> writes: > the message appeared just once, but no crash. > anyway the load average was really abnormal. Good. You tested it and it worked! High load average is interesting, because it has similar causes as the "No irq handler for vector", but technically they ar

Re: System crash after "No irq handler for vector" linux 2.6.19

2007-02-02 Thread Eric W. Biederman
"Luigi Genoni" <[EMAIL PROTECTED]> writes: > I tested the patch, but I could not really stress the HW. > anyway no crash, but load average is somehow abnormal, higher than it should > be. Thanks. Did you get any nasty messages about "No irq handler for vector?" If not then you never even hit th

Re: System crash after "No irq handler for vector" linux 2.6.19

2007-02-01 Thread Chris Rankin
> Ok. I've finally figured out what is going on. The code is race free but the > programmer was an > idiot. Hi, Could this IRQ problem account for this bug as well, please? Or is yours strictly a 2.6.19.x issue? http://bugzilla.kernel.org/show_bug.cgi?id=7847 I have a dual P4 Xeon box (HT ena

Re: System crash after "No irq handler for vector" linux 2.6.19

2007-01-31 Thread Eric W. Biederman
"Luigi Genoni" <[EMAIL PROTECTED]> writes: > OK, > willing to test any patch. Ok. I've finally figured out what is going on. The code is race free but the programmer was an idiot. In the local apic there are two relevant registers. ISR (in service register) describing all of the interrupts that

Re: System crash after "No irq handler for vector" linux 2.6.19

2007-01-31 Thread Eric W. Biederman
"Luigi Genoni" <[EMAIL PROTECTED]> writes: > OK, > willing to test any patch. Sure. After I get things working on this end I will copy you, on any fixes so you can confirm they work for you. I am still root causing this but I have found a small fix that should keep the system from going down wh

Re: System crash after "No irq handler for vector" linux 2.6.19

2007-01-31 Thread Eric W. Biederman
<[EMAIL PROTECTED]> writes: > I have in interesting update, at less I suppose I have. It was, at least as another data point. > I do not know very well what happens with irq stuff migrating shared irq, but > I > suppose this has something to do with this crash. The fact the irq was shared shou

Re: System crash after "No irq handler for vector" linux 2.6.19

2007-01-23 Thread Eric W. Biederman
"Luigi Genoni" <[EMAIL PROTECTED]> writes: > reproduced. > it took more or less one hour to reproduce it. I could reproduce it olny > running also irqbalance 0.55 and commenting out the sleep 1. The message in > syslog is the same and then, after a few seconds I think, KABOM! system crash > an

Re: System crash after "No irq handler for vector" linux 2.6.19

2007-01-23 Thread l . genoni
setled up. If you had an oops it may have meant the above message was a secondary symptom. Groan. If it stayed up long enough to give an OOPS then there is a chance the above message appearing only once had nothing to do with the actual crash. How long had the system been up? > As I said si

Re: System crash after "No irq handler for vector" linux 2.6.19

2007-01-22 Thread Eric W. Biederman
sole setled up. If you had an oops it may have meant the above message was a secondary symptom. Groan. If it stayed up long enough to give an OOPS then there is a chance the above message appearing only once had nothing to do with the actual crash. How long had the system been up? > As I sai

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-19 Thread Sunil Naidu
On 1/19/07, Len Brown <[EMAIL PROTECTED]> wrote: On Wednesday 17 January 2007 05:34, you wrote: > On 1/17/07, Matheus Izvekov <[EMAIL PROTECTED]> wrote: > > I just tried the firmwarekit, and here are the results, attached. > > TYVM, thats a very useful tool. > > I do suspect ACPI issues on my new

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-19 Thread Matheus Izvekov
On 1/19/07, Matheus Izvekov <[EMAIL PROTECTED]> wrote: On 1/19/07, Len Brown <[EMAIL PROTECTED]> wrote: > I guess I'm losing my mind, because when I read this code, > there are only two ways out of the while(retry) loop. > Either return with success, or retry is 0. > So how the heck is retry prin

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-19 Thread Matheus Izvekov
On 1/19/07, Len Brown <[EMAIL PROTECTED]> wrote: I guess I'm losing my mind, because when I read this code, there are only two ways out of the while(retry) loop. Either return with success, or retry is 0. So how the heck is retry printed as 142?! did you notice any delay between the last two lin

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-19 Thread Len Brown
On Wednesday 17 January 2007 16:10, Matheus Izvekov wrote: > On 1/17/07, Len Brown <[EMAIL PROTECTED]> wrote: > > The code that enables ACPI mode hasn't really changed since before 2.6.12 -- > > unless udelay() has changed beneath us... > > So if you are going to test an old version of Linux, you s

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-17 Thread Matheus Izvekov
On 1/17/07, Len Brown <[EMAIL PROTECTED]> wrote: The code that enables ACPI mode hasn't really changed since before 2.6.12 -- unless udelay() has changed beneath us... So if you are going to test an old version of Linux, you should start before then. Perhaps you can try this debug patch on top

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-17 Thread Matheus Izvekov
On 1/17/07, Sunil Naidu <[EMAIL PROTECTED]> wrote: On 1/17/07, Matheus Izvekov <[EMAIL PROTECTED]> wrote: > I just tried the firmwarekit, and here are the results, attached. > TYVM, thats a very useful tool. I do suspect ACPI issues on my new DG965WH MOBO:- http://www.intel.com/products/motherb

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-17 Thread Sunil Naidu
On 1/17/07, Matheus Izvekov <[EMAIL PROTECTED]> wrote: I just tried the firmwarekit, and here are the results, attached. TYVM, thats a very useful tool. I do suspect ACPI issues on my new DG965WH MOBO:- http://www.intel.com/products/motherboard/DG965WH/index.htm Tried with Linux-2.6.19.2. Any

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-17 Thread Len Brown
The code that enables ACPI mode hasn't really changed since before 2.6.12 -- unless udelay() has changed beneath us... So if you are going to test an old version of Linux, you should start before then. Perhaps you can try this debug patch on top of 2.6.19 and send along the dmesg? (also, please

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-16 Thread Matheus Izvekov
I just tried the firmwarekit, and here are the results, attached. TYVM, thats a very useful tool. apicedge (experimental) APIC Edge/Level check 4 This test checks if legacy interrupts are edge and PCI interrupts are level Non-Legacy interrupt 0 is incorrectly level triggered 4 in

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-16 Thread Matheus Izvekov
On 1/17/07, Luming Yu <[EMAIL PROTECTED]> wrote: On 1/17/07, Matheus Izvekov <[EMAIL PROTECTED]> wrote: > It used to support power button events, dont know what else. Is there > anything I can do to check how good the acpi support is? Did you check BIOS setting? Is there any ACPI related menuite

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-16 Thread Luming Yu
On 1/17/07, Matheus Izvekov <[EMAIL PROTECTED]> wrote: On 1/17/07, Arjan van de Ven <[EMAIL PROTECTED]> wrote: > On Wed, 2007-01-17 at 02:01 -0200, Matheus Izvekov wrote: > > Just tried linux for the first time on this old machine, and i got > > this problem. dmesg below: > > > did this machine E

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-16 Thread Matheus Izvekov
On 1/17/07, Arjan van de Ven <[EMAIL PROTECTED]> wrote: On Wed, 2007-01-17 at 02:01 -0200, Matheus Izvekov wrote: > Just tried linux for the first time on this old machine, and i got > this problem. dmesg below: did this machine EVER support acpi ? It used to support power button events, do

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-16 Thread Arjan van de Ven
On Wed, 2007-01-17 at 02:01 -0200, Matheus Izvekov wrote: > Just tried linux for the first time on this old machine, and i got > this problem. dmesg below: did this machine EVER support acpi ? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [

BUG: linux 2.6.19 unable to enable acpi

2007-01-16 Thread Matheus Izvekov
Just tried linux for the first time on this old machine, and i got this problem. dmesg below: Linux version 2.6.19 ([EMAIL PROTECTED]) (gcc version 4.1.1 (Gentoo 4.1.1-r3)) #10 PREEMPT Sun Dec 10 17:35:24 BRST 2006 BIOS-provided physical RAM map: BIOS-e820: - 0009fc00 (us

Re: Linux 2.6.19

2006-12-11 Thread Dominik Brodowski
Hi, On Mon, Dec 11, 2006 at 03:47:58PM +0100, Romano Giannetti wrote: > On Wed, 2006-11-29 at 14:21 -0800, Linus Torvalds wrote: > > > You could send me and the kernel mailing list a note about it anyway, of > > course. (And perhaps pictures, if your dachshund is involved. Not that > > we'd be

Re: Linux 2.6.19

2006-12-11 Thread Romano Giannetti
On Wed, 2006-11-29 at 14:21 -0800, Linus Torvalds wrote: > You could send me and the kernel mailing list a note about it anyway, of > course. (And perhaps pictures, if your dachshund is involved. Not that > we'd be interested, of course. No. Just so that we'd know to avoid it next > time). Hi

Re: linux-2.6.19-g200d018e build #180 failed

2006-12-09 Thread Jiri Slaby
Toralf Förster wrote: > Hello, > > the build with the attached .config failed, make ends with: > ... > CC lib/rwsem.o > CC lib/semaphore-sleepers.o > CC lib/sha1.o > CC lib/string.o > CC lib/vsprintf.o > AR lib/lib.a > LD arch/i386/lib/built-in.o >

linux-2.6.19-g200d018e build #180 failed

2006-12-09 Thread Toralf Förster
Hello, the build with the attached .config failed, make ends with: ... CC lib/rwsem.o CC lib/semaphore-sleepers.o CC lib/sha1.o CC lib/string.o CC lib/vsprintf.o AR lib/lib.a LD arch/i386/lib/built-in.o CC arch/i386/lib/bitops.o AS ar

100000 interrupts problem Re: linux 2.6.19 still crashing

2006-12-04 Thread Sergio Monteiro Basto
On Mon, 2006-12-04 at 08:35 +0100, Andreas Jellinghaus wrote: > or I can send you the kernel patch as file and the xen hypervisor: > -rw-r--r-- 1 root root 244694 2006-04-19 12:14 /boot/xen-3.0.2-2.gz > -rw-r--r-- 1 root root 604942 2006-04-19 12:14 > /usr/src/kernel-patches/diffs/xen/linux-2.6.

Re: linux 2.6.19 still crashing

2006-12-03 Thread Andreas Jellinghaus
Sergio Monteiro Basto wrote: Hi, 1st you should put this information on http://bugzilla.kernel.org/ ok, thanks. your bug kept me the attention because on bad interrupts you have : 21: 10 IO-APIC-fasteoi ohci1394 Exactly oops on 10 interrupts, I had seen this before . I have

Re: linux 2.6.19 still crashing

2006-12-03 Thread Sergio Monteiro Basto
Hi, 1st you should put this information on http://bugzilla.kernel.org/ (choose enter a new bug, may choose Category ACPI with component config-interrupts ) for better organization, instead make your own bug documentation. The documentation is very good you should attach the same information on bu

Re: Bad PCI function mask in atiixp driver (was: Re: Linux 2.6.19)

2006-12-03 Thread Bernard Pidoux
On Sat, 2 Dec 2006 23:06:57 -0500 Chuck Ebbert wrote: > >> In-Reply-To: <[EMAIL PROTECTED]> >> >> On Sat, 02 Dec 2006 20:54:38 +0100, Matthijs wrote: >> >> > make modules gives me these warnings in modpost and then errors out: >> > WARNING: Can't handle masks in drivers/ide/pci/atiixp:05 >> >>

Re: Bad PCI function mask in atiixp driver (was: Re: Linux 2.6.19)

2006-12-02 Thread Randy Dunlap
On Sat, 2 Dec 2006 23:06:57 -0500 Chuck Ebbert wrote: > In-Reply-To: <[EMAIL PROTECTED]> > > On Sat, 02 Dec 2006 20:54:38 +0100, Matthijs wrote: > > > make modules gives me these warnings in modpost and then errors out: > > WARNING: Can't handle masks in drivers/ide/pci/atiixp:05 > > Messag

Bad PCI function mask in atiixp driver (was: Re: Linux 2.6.19)

2006-12-02 Thread Chuck Ebbert
In-Reply-To: <[EMAIL PROTECTED]> On Sat, 02 Dec 2006 20:54:38 +0100, Matthijs wrote: > make modules gives me these warnings in modpost and then errors out: > WARNING: Can't handle masks in drivers/ide/pci/atiixp:05 Message is from scripts/file2alias.c::do_pci_entry(): if ((baseclass

Re: Linux 2.6.19

2006-12-02 Thread Matthijs
ion kit > > Kristoffer Ericson (1): > [ARM] 3941/1: [Jornada7xx] - Addition to MAINTAINERS > > Kyle McMartin (1): > [PATCH] Fix incorrent type of flags in > > Lachlan McIlroy (1): > [XFS] Fix uninitialized br_state and br_startoff in > &g

linux 2.6.19 still crashing

2006-12-02 Thread Andreas Jellinghaus
my msi s270 laptop. but all vanilla kernel I ever tried do that, also the debian and ubuntu kernel are instable too. But: xen 3.0.2 plus xen'ified linux 2.6.16.31 are rock solid. any idea what the issue could be? I'm running 64bit kernel, 64bit userland (plus some 32bit apps), and the cpu is a tur

Re: Linux 2.6.19

2006-12-02 Thread Malte Schröder
On Thursday 30 November 2006 21:30, Malte Schröder wrote: > I also encountered this bug (wasn't there in -rc6). The patch also fixes it > for me. Ok, I have to make a correction here: It doesn't crash anymore but now ipv6 doesn't work at all. To be more precise, I see adresses on the network int

Re: [Bug 7505] Linux-2.6.19 fails to boot on AMD64 machine

2006-12-02 Thread Stefano Takekawa
> Il giorno gio, 30/11/2006 alle 14.46 -0700, Eric W. Biederman ha > scritto: > [EMAIL PROTECTED] writes: > > > http://bugzilla.kernel.org/show_bug.cgi?id=7505 > > > one. I think this was a better bisection and I got this > > > Bisecting: 1 revisions left to test after this > > [d71374dafbba7ec3

Re: [Devel] Re: Linux 2.6.19 VServer 2.1.x

2006-12-01 Thread Dmitry Mishin
On Friday 01 December 2006 22:32, Herbert Poetzl wrote: > On Fri, Dec 01, 2006 at 01:33:03PM +0300, Kirill Korotaev wrote: > > OpenVZ has been using them for more than a month already ;-) > > great for you, here some details: > > - 2.6.19 was released 29th Nov 2006 > - OpenVZ page shows 2.6.9-023

Re: Linux 2.6.19 VServer 2.1.x

2006-12-01 Thread Herbert Poetzl
On Fri, Dec 01, 2006 at 01:33:03PM +0300, Kirill Korotaev wrote: > OpenVZ has been using them for more than a month already ;-) great for you, here some details: - 2.6.19 was released 29th Nov 2006 - OpenVZ page shows 2.6.9-023, 2.6.16 and the 2.6.18 development - Linux-VServer has followe

[PATCH]: linux-2.6.19-uc0 (MMU-less updates)

2006-12-01 Thread Greg Ungerer
Hi All, An update of the uClinux (MMU-less) code against 2.6.19. I have quite a few things outstanding here to push up. http://www.uclinux.org/pub/uClinux/uClinux-2.6.x/linux-2.6.19-uc0.patch.gz Change log: . m68knommu Kconfig cleanupsGreg Ungerer . m68knommu printk

Re: Linux 2.6.19 VServer 2.1.x

2006-12-01 Thread Cedric Le Goater
Great ! I'm dreaming that the next patchsets will not require as much debate. nah, stop dreaming Cedric :) Thanks to Andrew and Linus who made it happen. C. Kirill Korotaev wrote: > OpenVZ has been using them for more than a month already ;-) > > Kirill > >> Ladies and Gentlemen! >> >> here

Re: Linux 2.6.19 VServer 2.1.x

2006-12-01 Thread Kirill Korotaev
OpenVZ has been using them for more than a month already ;-) Kirill > Ladies and Gentlemen! > > here is the first Linux-VServer version (testing) > with support for the *spaces (uts, ipc and vfs) > introduced in 2.6.19 ... > > http://vserver.13thfloor.at/Experimental/patch-2.6.19-vs2.1.x-t1.dif

Re: [Bug 7505] Linux-2.6.19 fails to boot on AMD64 machine

2006-11-30 Thread Andrew Morton
On Thu, 30 Nov 2006 14:46:48 -0700 [EMAIL PROTECTED] (Eric W. Biederman) wrote: > Let's try and discussing this someplace where people are watching. Bugzilla > seems to be a horrible medium for tracking down bugs. You can certainly do that, but please cc [EMAIL PROTECTED] as well, so bugzilla re

Linux 2.6.19 VServer 2.1.x

2006-11-30 Thread Herbert Poetzl
Ladies and Gentlemen! here is the first Linux-VServer version (testing) with support for the *spaces (uts, ipc and vfs) introduced in 2.6.19 ... http://vserver.13thfloor.at/Experimental/patch-2.6.19-vs2.1.x-t1.diff it might not be as perfect as the kernel itself *G* but it does work fine here,

Re: Linux 2.6.19

2006-11-30 Thread Herbert Xu
On Thu, Nov 30, 2006 at 11:32:59PM +0100, Udo A. Steinberg wrote: > > I didn't and that turned out to be the culprit. With CONFIG_CRYPTO_CBC enabled > everything works fine. Thanks, Herbert! > > Shouldn't cryptoloop automatically select CONFIG_CRYPTO_CBC if it depends on > it? Yes I'll make it

Re: Linux 2.6.19

2006-11-30 Thread Udo A. Steinberg
On Fri, 01 Dec 2006 08:15:12 +1100 Herbert Xu (HX) wrote: HX> Udo A. Steinberg <[EMAIL PROTECTED]> wrote: HX> > HX> > Ok, so 2.6.18 used to get along fine with cryptoloop and 2.6.19 refuses to HX> > cooperate. An strace of "losetup -e aes /dev/loop0 /dev/hda7" without all HX> > the terminal inter

Re: [Bug 7505] Linux-2.6.19 fails to boot on AMD64 machine

2006-11-30 Thread Eric W. Biederman
[EMAIL PROTECTED] writes: > http://bugzilla.kernel.org/show_bug.cgi?id=7505 > one. I think this was a better bisection and I got this > Bisecting: 1 revisions left to test after this > [d71374dafbba7ec3f67371d3b7e9f6310a588808] PCI: fix race with pci_walk_bus and > pci_destroy_dev > d71374dafbba

Re: Linux 2.6.19

2006-11-30 Thread Herbert Xu
Udo A. Steinberg <[EMAIL PROTECTED]> wrote: > > Ok, so 2.6.18 used to get along fine with cryptoloop and 2.6.19 refuses to > cooperate. An strace of "losetup -e aes /dev/loop0 /dev/hda7" without all the > terminal interaction shows: Did you enable CONFIG_CRYPTO_CBC? Cheers, -- Visit Openswan at

Re: Linux 2.6.19

2006-11-30 Thread Jindrich Makovicka
Needed the VIA PATA patch to be able to boot: http://lkml.org/lkml/2006/6/18/165 Also, atakbd.c produced lots of "Spurious ACK" messages on kernel panic when I misspecified the root fs, which made the real problem a little more difficult to find. -- Jindrich Makovicka - To unsubscribe from thi

Re: Linux 2.6.19

2006-11-29 Thread Greg Norris
On Wed, Nov 29, 2006 at 05:08:15PM -0800, Randy Dunlap wrote: > On Wed, 29 Nov 2006 18:56:31 -0600 Greg Norris wrote: > > On a similar vein, it'd be nice if http://www.kernel.org/kdist/version.html > > would break the entries into separate lines. > > I prefer to use > http://www.kernel.org/kdist/

Re: Linux 2.6.19

2006-11-29 Thread Phil Oester
Getting an oops on boot here, caused by commit e81c73596704793e73e6dbb478f41686f15a4b34 titled "[NET]: Fix MAX_HEADER setting". Reverting that patch fixes things up for me. Dave? Phil Bringing up interface eth0: skb_over_panic: text:c02af809 len:56 put:16 head:d7e213c0 data:d7e213d0 tail:d7

Re: Linux 2.6.19

2006-11-29 Thread Randy Dunlap
On Wed, 29 Nov 2006 18:56:31 -0600 Greg Norris wrote: > On Wed, Nov 29, 2006 at 03:11:11PM -0800, Randy Dunlap wrote: > > What would it take to have the kernel.org web page and finger banner > > give the correct version information? (yessir, not your problem) > > On a similar vein, it'd be nice

Re: Linux 2.6.19

2006-11-29 Thread Greg Norris
On Wed, Nov 29, 2006 at 03:11:11PM -0800, Randy Dunlap wrote: > What would it take to have the kernel.org web page and finger banner > give the correct version information? (yessir, not your problem) On a similar vein, it'd be nice if http://www.kernel.org/kdist/version.html would break the entr

Re: Linux 2.6.19

2006-11-29 Thread Udo A. Steinberg
On Wed, 29 Nov 2006 14:21:21 -0800 (PST) Linus Torvalds (LT) wrote: LT> So go get it. It's one of those rare "perfect" kernels. So if it doesn't LT> happen to compile with your config (or it does compile, but then does LT> unspeakable acts of perversion with your pet dachshund), you can rest eas

Re: Linux 2.6.19

2006-11-29 Thread Linus Torvalds
On Wed, 29 Nov 2006, Randy Dunlap wrote: > On Wed, 29 Nov 2006 23:21:12 + Alan wrote: > > > On Wed, 29 Nov 2006 15:11:11 -0800 > > Randy Dunlap <[EMAIL PROTECTED]> wrote: > > > > > What would it take to have the kernel.org web page and finger banner > > > give the correct version informati

Re: Linux 2.6.19

2006-11-29 Thread Randy Dunlap
On Wed, 29 Nov 2006 21:25:14 -0200 Geraldo Netto wrote: > uhm, you may try it :P > > http://kernel.org/pub/linux/kernel/v2.6/ > http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.19.tar.bz2 Yep. but that's not the point. > Geraldo > > On 29/11/06, Randy Dunlap

Re: Linux 2.6.19

2006-11-29 Thread Geraldo Netto
uhm, you may try: changelog, ..., ... http://kernel.org/pub/linux/kernel/v2.6/ and http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.19.tar.bz2 for direct access Geraldo On 29/11/06, Randy Dunlap <[EMAIL PROTECTED]> wrote: On Wed, 29 Nov 2006 23:21:12 + Alan wrote: > On We

Re: Linux 2.6.19

2006-11-29 Thread Geraldo Netto
uhm, you may try it :P http://kernel.org/pub/linux/kernel/v2.6/ http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.19.tar.bz2 Geraldo On 29/11/06, Randy Dunlap <[EMAIL PROTECTED]> wrote: On Wed, 29 Nov 2006 23:21:12 + Alan wrote: > On Wed, 29 Nov 2006 15:11:11 -0800 > Randy Du

Re: Linux 2.6.19

2006-11-29 Thread Alan
On Wed, 29 Nov 2006 15:11:11 -0800 Randy Dunlap <[EMAIL PROTECTED]> wrote: > What would it take to have the kernel.org web page and finger banner > give the correct version information? Patience 8) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a messag

Re: Linux 2.6.19

2006-11-29 Thread Randy Dunlap
On Wed, 29 Nov 2006 23:21:12 + Alan wrote: > On Wed, 29 Nov 2006 15:11:11 -0800 > Randy Dunlap <[EMAIL PROTECTED]> wrote: > > > What would it take to have the kernel.org web page and finger banner > > give the correct version information? > > Patience 8) OK. How many days? --- ~Randy -

Re: Linux 2.6.19

2006-11-29 Thread Randy Dunlap
On Wed, 29 Nov 2006 14:21:21 -0800 (PST) Linus Torvalds wrote: > > There it finally is (or rather - I'm currently uploading the tar-file and > patches, and the mirrors are hopefully busily pushing out the git tree > that is already updated). > > There's not a lot to be said about the changes s

Re: Linux 2.6.19

2006-11-29 Thread Romano Giannetti
On Wed, 2006-11-29 at 14:21 -0800, Linus Torvalds wrote: > You could send me and the kernel mailing list a note about it anyway, of > course. (And perhaps pictures, if your dachshund is involved. Not that > we'd be interested, of course. No. Just so that we'd know to avoid it next > time). :-)

Linux 2.6.19

2006-11-29 Thread Linus Torvalds
ot; Add "pure_initcall" for static variable initialization Don't call "note_interrupt()" with irq descriptor lock held [AGP] Fix intel 965 AGP memory mapping function [AGP] Allocate AGP pages with GFP_DMA32 by default Revert "[PATCH]

Re: linux-2.6.19-rc6-ge030f829 build #131 failed

2006-11-18 Thread Francois Romieu
Toralf F??rster <[EMAIL PROTECTED]> : [...] > WARNING: "hdlc_close" [drivers/net/wan/dscc4.ko] undefined! > WARNING: "hdlc_open" [drivers/net/wan/dscc4.ko] undefined! > WARNING: "alloc_hdlcdev" [drivers/net/wan/dscc4.ko] undefined! > WARNING: "unregister_hdlc_device" [drivers/net/wan/dscc4.ko] unde

Linux-2.6.19-rc6 compile time warnings

2006-11-18 Thread Sasa Ostrouska
Hi to all, I'm just sending this mail to advise that I get many warnings during compilation of the kernel. If somebody wants to check it here is the logs. Maybe can be of some help. If you need additional info please cc me as I'm not on the list. config file http://linux.redos.si/kernel/config

Re: Linux 2.6.19-rc6 - NFSD working again

2006-11-17 Thread Christian Kujau
.html [2] http://www.citi.umich.edu/projects/nfsv4/linux/kernel-patches/2.6.19-rc3-2/linux-2.6.19-rc3-CITI_NFS4_ALL-2.diff -- BOFH excuse #106: The electrician didn't know what the yellow cable was so he yanked the ethernet out. - To unsubscribe from this list: send the line "unsub

Re: Problem booting linux 2.6.19-rc5, 2.6.19-rc5-git6, 2.6.19-rc5-mm2 with md raid 1 over lvm root

2006-11-15 Thread Nicolas Mailhot
> [Please CC me on answers as I'm not an LKML subscriber] So "Say 'y' not 'm' to SCSI disk support." as Tejun Heo suggests works. isn't it kind'of a regression though ? Distro 2.6.18.1 kernel works with modular disk support. Also why does it want to load both ata_generic and pata_amd ? Shouldn't