X not working with Radeon 9200 under 2.6.11

2005-03-05 Thread John covici
Hi. I Have a Radeon 9200c and ever since some time in the 2.6.9 series, I cannot get X to start using this card. It dies in such a way that there is no way to get the vga console out of that console and chvt from another terminal just hangs and xinit cannot be cancelled. This is the lspci for th

diff command line?

2005-03-05 Thread Gene Heskett
Greetings; What are the options normally used to generate a diff for public consumption on this list? The - stuffs is what I'm looking for. -- Cheers, Gene "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (A

[patch 03/12] kernel/sysctl.c: docbook comments update

2005-03-05 Thread domen
Add comments about ppos, which was added some months ago. Compile tested. Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> --- kj-domen/kernel/sysctl.c |7 +++ 1 files changed, 7 insertions(+) diff -puN kernel/sysctl.c~docs-kernel_sysctl kernel/sysctl.c --- kj/kernel/sysctl.c~docs-ke

[patch 3/3] drivers/char/agp/*: convert to pci_register_driver

2005-03-05 Thread domen
convert from pci_module_init to pci_register_driver Signed-off-by: Christophe Lucas <[EMAIL PROTECTED]> Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> --- kj-domen/drivers/char/agp/ali-agp.c |2 +- kj-domen/drivers/char/agp/amd-k7-agp.c|2 +- kj-domen/drivers/char/agp/amd64-

[patch 01/12] list_for_each_entry: arch-i386-mm-pageattr.c

2005-03-05 Thread domen
Make code more readable with list_for_each_entry* Compile tested. Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> Signed-off-by: Maximilian Attems <[EMAIL PROTECTED]> Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> --- kj-domen/arch/i386/mm/pageattr.c |8 ++-- 1 files changed, 2 inse

[patch 1/3] backend.c - vfree() checking cleanups

2005-03-05 Thread domen
backend.c vfree() checking cleanups. Signed-off by: James Lamanna <[EMAIL PROTECTED]> Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> --- kj-domen/drivers/char/agp/backend.c |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff -puN drivers/char/agp/backend.c~vfree-drivers_ch

[patch 2/3] generic.c - vfree() checking cleanups

2005-03-05 Thread domen
generic.c vfree() checking cleanups. Signed-off by: James Lamanna <[EMAIL PROTECTED]> Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> --- kj-domen/drivers/char/agp/generic.c |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) diff -puN drivers/char/agp/generic.c~vfree-drivers_char_ag

Re: Undefined symbols in 2.6.11-rc5-mm1

2005-03-05 Thread Kai Germaschewski
On Sat, 5 Mar 2005, Adrian Bunk wrote: > And this can break as soon as the "unused" object files contains > EXPORT_SYMBOL's. > > Is it really worth it doing it in this non-intuitive way? I don't think it non-intuitive, it's how libraries work. However, as you say, it is broken for files contai

[PATCH][2.4.30-pre2] fix undefined behaviour in cistpl.c

2005-03-05 Thread Mikael Pettersson
Compiling drivers/pcmcia/cistpl.c with gcc-4.0 generates this warning: cistpl.c: In function 'read_cis_mem': cistpl.c:143: warning: 'sys' is used uninitialized in this function Note 'is' not 'may be'. And there is indeed a control flow path in which 'sys' is updated with '+=' even though it has n

[PATCH] qtronix missing failure handling

2005-03-05 Thread Panagiotis Issaris
Hi, The Qtronix keyboard driver doesn't handle the possible failure of memory allocation. Signed-off-by: Panagiotis Issaris <[EMAIL PROTECTED]> diff -pruN linux-2.6.11-mm1/drivers/char/qtronix.c linux-2.6.11-mm1-pi/drivers/char/qtronix.c --- linux-2.6.11-mm1/drivers/char/qtronix.c 2005-03-0

[WATCHDOG] v2.6.11 patches

2005-03-05 Thread Wim Van Sebroeck
Hi Linus, please do a bk pull http://linux-watchdog.bkbits.net/linux-2.6-watchdog This will update the following files: drivers/char/watchdog/ixp2000_wdt.c |2 +- drivers/char/watchdog/ixp4xx_wdt.c |2 +- drivers/char/watchdog/pcwd_usb.c|9 + drivers/char/watch

[PATCH] ethernet-bridge: update skb->priority in case forwarded frame has VLAN-header

2005-03-05 Thread Leo Yuriev
Kernel 2.6 (2.6.11) When ethernet-bridge forward a packet and such ethernet-frame has VLAN-tag, bridge should update skb->prioriry for properly QoS handling. This small patch does this. Currently vlan_TCI-priority directly mapped to skb->priority, but this looks enough. Patch-by: Leo Yuriev <[EM

Re: [RFQ] Rules for accepting patches into the linux-releases tree

2005-03-05 Thread Adrian Bunk
On Fri, Mar 04, 2005 at 02:21:46PM -0800, Greg KH wrote: > Anything else anyone can think of? Any objections to any of these? > I based them off of Linus's original list. Are these 100% fixed rules or just guidelines you use? An example that doesn't fit: A patch of me to remove an unused funct

Re: [PATCH][MMC] Secure Digital (SD) support

2005-03-05 Thread Pierre Ossman
Russell King wrote: On Sat, Mar 05, 2005 at 01:23:16PM +0100, Pierre Ossman wrote: I can make a new patch or you can just undo that line once you've applied the current one. I'd rather not just apply this patch - there's rather a lot there to just apply on top of what's already merged. Is

Re: Undefined symbols in 2.6.11-rc5-mm1

2005-03-05 Thread Adrian Bunk
On Sat, Mar 05, 2005 at 12:09:29AM -0500, Kai Germaschewski wrote: > On Fri, 4 Mar 2005, Adrian Bunk wrote: > > > > [...] So ld looks into the lib .a archive, determines that none of > > > the symbols in that object file are needed to resolve a reference and > > > drops the entire .o file. > >

Re: Logitech MX1000 Horizontal Scrolling

2005-03-05 Thread Esben Stien
Jeremy Nickurak <[EMAIL PROTECTED]> writes: > A custom rule in /etc/udev/rules.d/00_logitech.rules: Nice. > Just like programs interpret buttons 4 and 5 as vertical scrolling, > they interpret 6 and 7 as the horizontal scrollers. GTK, mozilla, > galeon, and firefox all go by this principal Hmm,

Re: 2.6.11-rc4: Alps touchpad too slow

2005-03-05 Thread Vojtech Pavlik
On Fri, Mar 04, 2005 at 02:15:23PM -0800, Andy Isaacson wrote: > My Vaio r505te comes up with an unusably slow touchpad if I allow the > ALPS driver to drive it. It says > > > ALPS Touchpad (Glidepoint) detected > > Disabling hardware tapping > > input: AlpsPS/2 ALPS TouchPad on isa0060/serio1

Re: Logitech MX1000 Horizontal Scrolling

2005-03-05 Thread Esben Stien
Esben Stien <[EMAIL PROTECTED]> writes: >> Please try if 2.6.11-rc3 is any better. > Firefox gives me something strange, but the kernel issue is > resolved. Sorry, false report. 2.6.11-rc3 makes my tilt button show up as 2 buttons being pressed simultaneously, just like that previous report. I

Re: [PATCH][MMC] Secure Digital (SD) support

2005-03-05 Thread Russell King
On Sat, Mar 05, 2005 at 01:23:16PM +0100, Pierre Ossman wrote: > I can make a new patch or you can just undo that line once you've > applied the current one. I'd rather not just apply this patch - there's rather a lot there to just apply on top of what's already merged. Is there any chance you c

Re: [RFQ] Rules for accepting patches into the linux-releases tree

2005-03-05 Thread Ed Tomlinson
On Saturday 05 March 2005 00:08, Ian Pilcher wrote: > Greg KH wrote: > > Anything else anyone can think of? Any objections to any of these? > > I based them off of Linus's original list. > > Must already be in Linus tree (i.e. 2.6.X+1)? How about must be logicily fixed in the Linus tree - Linus

Re: [Linux-ATM-General] Kernel 2.6.10 and 2.4.29 Oops fore200e (fwd)

2005-03-05 Thread Lukasz Trabinski
On Sun, 30 Jan 2005, chas williams - CONTRACTOR wrote: Hello again good to hear. what does atmdiag say about that interface? does it have a large percentage of tx drops? After one month work without oops, we have experienced oops again. It happen when one or more VC is down (for example on atm s

Re: 2.6.11-mm1 (x86-abstract-discontigmem-setup.patch)

2005-03-05 Thread Alexey Dobriyan
> --- 25/arch/i386/mm/discontig.c~x86-abstract-discontigmem-setup > +++ 25-akpm/arch/i386/mm/discontig.c > +void memory_present(int nid, unsigned long start, unsigned long end) > +{ > + unsigned long pfn; > + > + printk(KERN_INFO "Node: %d, start_pfn: %ld, end_pfn: %ld\n", > +

Re: RFD: Kernel release numbering

2005-03-05 Thread David Weinehall
On Fri, Mar 04, 2005 at 11:32:18AM +, Ian Campbell wrote: > On Fri, 2005-03-04 at 11:16 +, Russell King wrote: > > On Fri, Mar 04, 2005 at 11:11:38AM +, Ian Campbell wrote: > > > On Fri, 2005-03-04 at 10:52 +, Russell King wrote: > > > > Unfortunately, http://l4x.org/k/ doesn't save

Re: [PATCH][MMC] Secure Digital (SD) support

2005-03-05 Thread Pierre Ossman
Russell King wrote: On Thu, Mar 03, 2005 at 01:22:56PM +0100, Pierre Ossman wrote: Here are the patches for Secure Digital support that I've been sitting on for a while. I tried to get some feedback on inclusion of this previously but since I didn't get any I'll just submit the thing. It was o

Re: Insmod error ip_nat_ftp

2005-03-05 Thread Patrick McHardy
govind raj wrote: /lib/modules/2.4.29/kernel/net/ipv4/netfilter/ip_nat_ftp.o: init_module: Device or resource busy You probably already have in already statically linked in. Check your .config. Regards Patrick - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

amd64 2.6.11 oops on modprobe

2005-03-05 Thread Andrei Mikhailovsky
I get the oops during the boot up process. This did not happen in 2.6.10/2.6.9. Here is the output from dmesg: Unable to handle kernel paging request at 880db000 RIP: {:saa7110:saa7110_write_block+127} PGD 103027 PUD 105027 PMD 3ee64067 PTE 0 Oops: [1] CPU 0 Modules linked in: adv

Re: [BK PATCH] I2C patches for 2.6.11

2005-03-05 Thread Jean Delvare
Hi Greg, > Here is a I2C update for 2.6.11. It includes a number of fixes, and > some new i2c drivers. All of these patches have been in the past few > -mm releases. I checked against my own list of patches and found that I have two more, which were posted to the sensors and kernel-janitors lis

RivaFB and GeForce FX

2005-03-05 Thread Alan Jenkins
I asked on LKML about extending the list of supported cards for the rivafb driver to include GeForce/Quadro FX boards. I suspect the lack of response was down to two factors: a) Not addressing the maintainer b) Lack of a patch Hence this email! Without this patch, the only supported FX board is

Re: [patch] nicksched for 2.6.11

2005-03-05 Thread Prakash Punnoor
Nick Piggin schrieb: > I've had a few queries about this, so by "popular" demand, I've > put my latest nicksched stuff here: > > www.kerneltrap.org/~npiggin/2.6.11-nicksched.gz > > It includes all the multiprocessor stuff that's in -mm, and also > my alternate scheduler policy. Hi, just to make s

Re: [PATCH][MMC] Secure Digital (SD) support

2005-03-05 Thread Russell King
On Thu, Mar 03, 2005 at 01:22:56PM +0100, Pierre Ossman wrote: > Here are the patches for Secure Digital support that I've been sitting > on for a while. I tried to get some feedback on inclusion of this > previously but since I didn't get any I'll just submit the thing. > It was originally diffe

Re: [patch] remove the `.' in EXTRAVERSION usage

2005-03-05 Thread Coywolf Qi Hunt
On Sat, 5 Mar 2005 13:47:08 +0200, Alexey Dobriyan <[EMAIL PROTECTED]> wrote: > On Saturday 05 March 2005 12:22, Coywolf Qi Hunt wrote: > > > Since 2.6.9, there came along the LOCALVERSION for people to add local > > version in make menuconfig which was EXTRAVERSION originally for imho. > > Now EX

Re: ohci_hcd, usb scanner and kernel 2.6.8.1 or 2.6.10 troubles

2005-03-05 Thread Barbara Post
Hello, I finally succeeded in making my USB scanner work with 2.6.8.1 and above kernels. I remind you I was able to see connection/disconnection messages, but not to use it via xsane. I found the solution on a Debian mailing-list, that worked for me : cd to /dev type : /sbin/MAKEDEV usb This comm

Insmod error ip_nat_ftp

2005-03-05 Thread govind raj
Hai all, When Iam giving command modprobe I got the error bash-2.05a# modprobe ip_nat_ftp /sbin/insmod /lib/modules/2.4.29/kernel/net/ipv4unable to load module ip_conntrack_ftp /netfilter/ip_naip_nat_ftp: error registering helper for port 21 t_ftp.o Using /lib/modules/2.4.29/kernel/net/ipv4/netfi

Re: RFD: Kernel release numbering

2005-03-05 Thread Rene Herman
John Alvord wrote: One way to handle the transition into bug-fix only would be to turn the tree over to the $stability crew at that moment. They would have the job of nursing it to stability under the given ground rules. Yes. However, the discussion is now over due to the .1 work which solves a d

Re: [patch] remove the `.' in EXTRAVERSION usage

2005-03-05 Thread Alexey Dobriyan
On Saturday 05 March 2005 12:22, Coywolf Qi Hunt wrote: > Since 2.6.9, there came along the LOCALVERSION for people to add local > version in make menuconfig which was EXTRAVERSION originally for imho. > Now EXTRAVERSION goes just as a kernel version number, it's reasonable > to remove the `.' in

Re: [RFQ] Rules for accepting patches into the linux-releases tree

2005-03-05 Thread Andries Brouwer
On Fri, Mar 04, 2005 at 02:21:46PM -0800, Greg KH wrote: > Anything else anyone can think of? Any objections to any of these? > I based them off of Linus's original list. > > thanks, > > greg k-h > > -- > > Rules on what kind of patches are accepted, and what ones are not, into > the "lin

Re: [patch] remove the `.' in EXTRAVERSION usage

2005-03-05 Thread Willy Tarreau
On Sat, Mar 05, 2005 at 06:22:45PM +0800, Coywolf Qi Hunt wrote: > Since 2.6.9, there came along the LOCALVERSION for people to add local > version in make menuconfig which was EXTRAVERSION originally for imho. > Now EXTRAVERSION goes just as a kernel version number, it's reasonable > to remove the

[patch] remove the `.' in EXTRAVERSION usage

2005-03-05 Thread Coywolf Qi Hunt
Since 2.6.9, there came along the LOCALVERSION for people to add local version in make menuconfig which was EXTRAVERSION originally for imho. Now EXTRAVERSION goes just as a kernel version number, it's reasonable to remove the `.' in its usage. Signed-off-by: Coywolf Qi Hunt <[EMAIL PROTECTED]> d

Re: RFD: Kernel release numbering

2005-03-05 Thread John Alvord
On Thu, 03 Mar 2005 14:23:37 +0100, Rene Herman <[EMAIL PROTECTED]> wrote: >Jeff Garzik wrote: > >> Rene Herman wrote: >> >>> Doing -pre and real -rc will get you more testers for -rc. Whether or >> >>> Add in the fourth level .k releases for real problematic bugs found >>> after release as yo

[no subject]

2005-03-05 Thread Raffaele Ianniello
I have a problem compiling a module that I am porting form 2.4 to 2.6 linux kernel. Compiling with this Makefile: DEBUG = y KERNELDIR = /usr/src/linix.2.6.9 SUBDIR = $(KERNELDIR)/drivers/snoop INCLUDEDIR = $(KERNELDIR)/include obj-m := snoop.o modules: $(MAKE) -C $(KERNELDIR) SUBDIR=$(SU

Re: [RFQ] Rules for accepting patches into the linux-releases tree

2005-03-05 Thread Adam Sampson
Greg KH <[EMAIL PROTECTED]> writes: > - It must fix a problem that causes a build error (but not for things >marked CONFIG_BROKEN), an oops, a hang, or a real security issue. So a trivial patch that fixed a data corruption issue wouldn't be accepted? -- Adam Sampson <[EMAIL PROTECTED]>

Re: 2.6.11-mm1 (xen-vmm-4-split-free_irq-into-teardown_irq.patch)

2005-03-05 Thread Alexey Dobriyan
> --- 25/kernel/irq/manage.c~xen-vmm-4-split-free_irq-into-teardown_irq > +++ 25-akpm/kernel/irq/manage.c > +/** > + * setup_irq - register an irqaction structure > + * @irq: Interrupt to register > + * @irqaction: The irqaction structure to be registered ^^^ > + * > + * N

Re: Linux 2.6.11.1

2005-03-05 Thread Russell King
On Fri, Mar 04, 2005 at 02:05:18PM -0800, Greg KH wrote: > On Fri, Mar 04, 2005 at 01:59:33PM -0800, Andrew Morton wrote: > > That tree has the not-for-linus raid6 fix and the not-for-linus i8042 fix. > > Then when the authors of those patches go to submit the fix to Linus, > they can revert them,

ipmi in kernel 2.6.11

2005-03-05 Thread Bene Martin
Hi Adrian, bmcsensors package (reading hardware sensors provided by intel boards via ipmi) used to work fine with 2.6.10; no longer works with 2.6.11 because of removal of the ipmi_request function (+ exported symbol). correct fix would be to use ipmi_request_settime with retries=-1 and retry_tim

Re: freezes with reiser4 in a raid1 with 2.6.11-rc5-mm1

2005-03-05 Thread Brad Campbell
Florian Engelhardt wrote: Neat trick which I only discovered in desparation last week when battling a RAID lockup on the -rc4-mm1 kernel on a remote box. I was also having hard lockup issues, but reseating all my PCI cards appear to have rectified that one. Well, there are not much PCI-Cards in th

Re: freezes with reiser4 in a raid1 with 2.6.11-rc5-mm1

2005-03-05 Thread Florian Engelhardt
Hello, On Wed, 02 Mar 2005 14:38:59 +0400 Brad Campbell <[EMAIL PROTECTED]> wrote: > Florian Engelhardt wrote: > > > > I activated the raid (/dev/md0), then mounted it, and after > > that i was starting nfs. I was able to mount the share > > on my desktop, creating direcrotys was no problem, but

Re: BIOS overwritten during resume (was: Re: Asus L5D resume on battery power)

2005-03-05 Thread Rafael J. Wysocki
Hi, On Saturday, 5 of March 2005 02:10, Nigel Cunningham wrote: > Hi. > > On Sat, 2005-03-05 at 10:41, Pavel Machek wrote: > > > non-RAM areas with PG_nosave, at least for sanity reasons (eg to be sure > > > that > > > we do not break things by dumping stuff to where we should not write to). > >

Re: [RFQ] Rules for accepting patches into the linux-releases tree

2005-03-05 Thread Valdis . Kletnieks
On Fri, 04 Mar 2005 23:08:55 CST, Ian Pilcher said: > Greg KH wrote: > > Anything else anyone can think of? Any objections to any of these? > > I based them off of Linus's original list. > > Must already be in Linus tree (i.e. 2.6.X+1)? Not workable. There's a high probability that we hit a bug

<    1   2   3