[PATCH][alpha] "pm_power_off" [drivers/char/ipmi/ipmi_poweroff.ko] undefined!

2005-03-15 Thread PaweÅ Sikora
Fix for modpost warning: "pm_power_off" [drivers/char/ipmi/ipmi_poweroff.ko] undefined! --- linux-2.6.11.3/arch/alpha/kernel/alpha_ksyms.c.orig 2005-03-13 07:44:05.0 +0100 +++ linux-2.6.11.3/arch/alpha/kernel/alpha_ksyms.c 2005-03-15 23:20:00.405832368 +0100 @@ -67,6 +67,9 @@

Re: [PATCH 2.6.11] IBM TrackPoint support

2005-03-15 Thread PaweÅ Sikora
On Monday 14 of March 2005 06:02, Stephen Evanchik wrote: > Here's the latest patch for TracKPoint devices. I have changed the > sysfs filenames to be more descriptive for commonly used attributes. I > also implemented the set_properties flag for initialization. > > It patches against 2.6.11 and

Re: [2.6.11.3] gcc4 / psmouse.h - compilation fix.

2005-03-13 Thread PaweÅ Sikora
On Sunday 13 of March 2005 17:48, Dmitry Torokhov wrote: > On Sunday 13 March 2005 08:20, PaweÅ Sikora wrote: > > Hi, > > > > Attched patch fixes gcc error: > > `drivers/input/mouse/psmouse.h:40: error: field `ps2dev' has incomplete > > type` > > Wha

[2.6.11.3] gcc4 / psmouse.h - compilation fix.

2005-03-13 Thread PaweÅ Sikora
Hi, Attched patch fixes gcc error: `drivers/input/mouse/psmouse.h:40: error: field `ps2dev' has incomplete type` Please apply. -- /* Copyright (C) 2003, SCO, Inc. This is valuable Intellectual Property. */ #define say(x) lie(x) drivers/input/mouse/psmouse.h:40:

Re: [PROPOSAL/PATCH] Remove PT_GNU_STACK support before 2.6.11

2005-02-06 Thread PaweÅ Sikora
On Sunday 06 of February 2005 13:47, you wrote: > On Sun, Feb 06, 2005 at 01:03:11PM +0100, Pawel Sikora wrote: > > On Sunday 06 of February 2005 12:36, you wrote: > > > Worse is that even when the program has trampolines and has > > > PT_GNU_STACK header with an E bit on the stack it still won't

Re: [PROPOSAL/PATCH] Remove PT_GNU_STACK support before 2.6.11

2005-02-06 Thread PaweÅ Sikora
My proposal is to recompile broken software with cflags += -Wa,--noexecstack. This works fine with e.g. 2.6.10+pax/i386. -- /* Copyright (C) 2003, SCO, Inc. This is valuable Intellectual Property. */ #define say(x) lie(x) - To unsubscribe from this list: send the line

radeonfb - oops

2005-01-29 Thread PaweÅ Sikora
Hi, I get on serial console only this: # dmesg radeonfb_pci_register BEGIN radeonfb: ref_clk=2700, ref_div=60, xclk=15500 from BIOS radeonfb: probed SDR SGRAM 65536k videoram radeon_get_moninfo: bios 4 scratch = 202 Unable to handle kernel paging request at virtual address 083d5020

[ppc] 2.6.10: undefined symbols in modules.

2005-01-26 Thread PaweÅ Sikora
Hi, During kernel build I get these link errors: (...) Building modules, stage 2. MODPOST *** Warning: "vgacon_remap_base" [drivers/video/vga16fb.ko] undefined! *** Warning: "isa_virt_to_bus" [drivers/mmc/wbsd.ko] undefined! *** Warning: "pci_get_legacy_ide_irq" [drivers/ide/pci/amd74xx.ko]