Re: 2.6.11-rc2-mm2

2005-01-29 Thread Andrew Morton
Paul Blazejowski <[EMAIL PROTECTED]> wrote: > > Kernel compile errors here, i think this might be XFS related... > > fs/built-in.o(.text+0x52a93): In function `linvfs_decode_fh': > : undefined reference to `find_exported_dentry' > make: *** [.tmp_vmlinux1] Error 1 bix:/home/akpm> grep EXPORT

Re: Fwd: Patch to control VGA bus routing and active VGA device.

2005-01-29 Thread Jon Smirl
On Mon, 24 Jan 2005 20:24:59 -0800, Greg KH <[EMAIL PROTECTED]> wrote: > And yes, I agree that this needs to be done, I've been talking with a > few other people who are interested in it. I think the lock-rework code > needs to be finished before it can happen properly, so that we can do > the

Re: 2.6.11-rc2-mm2

2005-01-29 Thread Paul Blazejowski
Kernel compile errors here, i think this might be XFS related... fs/built-in.o(.text+0x52a93): In function `linvfs_decode_fh': : undefined reference to `find_exported_dentry' make: *** [.tmp_vmlinux1] Error 1 .config attached Cheers, Paul B. -- FreeBSD the Power to Serve! .config

Re: 2.6.11-rc2-mm2

2005-01-29 Thread Andrew Nelson
I got a compile error: arch/x86_64/kernel/asm-offsets.c: In function `main': arch/x86_64/kernel/asm-offsets.c:65: error: invalid application of `sizeof' to incomplete type `pbe' arch/x86_64/kernel/asm-offsets.c:66: error: dereferencing pointer to incomplete type

[PATCH, 2.6.11-rc2-RT] Proprietary ATI Radeon Drivers

2005-01-29 Thread John Gilbert
Hello all, These patches allow ATI's Radeon drivers (8.8.25) to work under the realtime-preempt 2.6.11-rc2-v0.7.37-01 Linux kernels. Be sure to configure tmpfs before using (see http://www.ati.com/support/infobase/4687.html). OpenGL works very well. Quake 3, bzflag, gltron all run solidly and

irq 10: nobody cared! (bug with IDE, Promise PDC20265 controller)

2005-01-29 Thread Rogério Brito
Dear developers, I bought myself a DVD recorder yesterday and today I tried to install it in my system. I have an Asus A7V motherboard with a VIA KT133 chipset with 2 VIA IDE controllers and 2 Promise PDC20265 controllers. Since I already had a CD recorder, I decided to keep it and I tried to

Re: [PATCH] relayfs redux, part 2

2005-01-29 Thread Tom Zanussi
Greg KH writes: > On Fri, Jan 28, 2005 at 01:38:22PM -0600, Tom Zanussi wrote: > > +extern void * alloc_rchan_buf(unsigned long size, > > +struct page ***page_array, > > +int *page_count); > > +extern void free_rchan_buf(void *buf, > > +

Re: [PATCH] relayfs redux, part 2

2005-01-29 Thread Tom Zanussi
Andi Kleen writes: > Tom Zanussi <[EMAIL PROTECTED]> writes: > > > Hi, > > > > This patch is the result of the latest round of liposuction on relayfs > > - the patch size is now 44K, down from 110K and the 200K before that. > > I'm posting it as a patch against 2.6.10 rather than -mm in

Re: [PATCH 6/8] Kconfig: cleanup input menu

2005-01-29 Thread Dmitry Torokhov
On Saturday 29 January 2005 22:22, Roman Zippel wrote: > Hi, > > On Sat, 29 Jan 2005, Dmitry Torokhov wrote: > > > Well, with the current Kconfig I can de-select INPUT and still select > > serio and serio_raw and access my AUX port via /dev/psaux. I don't know > > if anyone would really do it,

Re: [PATCH 6/8] Kconfig: cleanup input menu

2005-01-29 Thread Roman Zippel
Hi, On Sat, 29 Jan 2005, Dmitry Torokhov wrote: > Well, with the current Kconfig I can de-select INPUT and still select > serio and serio_raw and access my AUX port via /dev/psaux. I don't know > if anyone would really do it, but why not? > > Btw, what was the point of your patch? See the

Using fuse for AFS/DFS (was Re: [OpenAFS-devel] openafs / opendfs collaboration)

2005-01-29 Thread Luke Kenneth Casson Leighton
On Fri, Jan 28, 2005 at 03:45:08PM +0100, Alexander Bostr?m wrote: > fre 2005-01-21 klockan 12:22 -0500 skrev Derrick J Brashear: > > On Fri, 21 Jan 2005, Matthew Miller wrote: > > > > > On Fri, Jan 21, 2005 at 09:00:59AM -0500, Derrick J Brashear wrote: > > > >> It seems like Arla would

Re: I need a hardware wizard... I have been beating my head on the wall..

2005-01-29 Thread David Sims
Hello people, Now I _really_ need to bang my head on the wall... :( and thank all you people who responded to my cry for help... I have to admit that I have been stupid (or just a little clueless) but I have worked the puzzle!! It seems that sata_vsc works just fine My entire

Re: [PATCH 6/8] Kconfig: cleanup input menu

2005-01-29 Thread Dmitry Torokhov
On Saturday 29 January 2005 20:16, Roman Zippel wrote: > Hi, > > On Sat, 29 Jan 2005, Dmitry Torokhov wrote: > > > > That's fine, but why is it in the input menu? How do you suggest to make > > > it selectable without selecting input and without messing the menu > > > structure? > > > > Well,

[PATCH 2.6.11-rc2] I2C: lm80 driver improvement - again...

2005-01-29 Thread Shawn Starr
Description: Cleanup some cluttered macros, add error checking for fan divisor value set. Signed-off-by: Sytse Wielinga <[EMAIL PROTECTED]> Signed-off-by: Aurelien Jarno <[EMAIL PROTECTED]> Signed-off-by: Shawn Starr <[EMAIL PROTECTED]> Description: Cleanup some cluttered macros, add error

Re: kbuild: Implicit dependence on the C compiler

2005-01-29 Thread H. Peter Anvin
Sam Ravnborg wrote: make KBUILD_NOCMDDEP=1 will do what you want - at least I have it in my tree now. I could not just ignore 'gcc' - but had to ignore the full commandline. This is due to more complex commands like: rm -f file; $(LD) ... That's probably the right behaviour actually. Within the

Re: [PATCH 6/8] Kconfig: cleanup input menu

2005-01-29 Thread Roman Zippel
Hi, On Sat, 29 Jan 2005, Dmitry Torokhov wrote: > > That's fine, but why is it in the input menu? How do you suggest to make > > it selectable without selecting input and without messing the menu > > structure? > > Well, probably split input into sections, one of the options would be >

Re: 2.6.11-rc2-mm2 - "freeing b_committed_data"

2005-01-29 Thread Andrew Morton
Nathan Lynch <[EMAIL PROTECTED]> wrote: > > With both 2.6.11-rc2-mm1 and -mm2 I'm seeing this message occasionally > on a ppc64 box with ext3 filesystems: > > __journal_remove_journal_head: freeing b_committed_data Yes, that appears to be some mysterious race introduced by Alex's JBD fixes. >

Re: 2.4.29, e100 and a WOL packet causes keventd going mad

2005-01-29 Thread Marcelo Tosatti
On Fri, Jan 28, 2005 at 05:48:11PM +0100, Michael Gernoth wrote: > Hi, > > we have about 70 P4 uniprocessor machines (some with Hyperthreading > capable CPUs) running linux 2.4.29, which are woken up on the weekdays > by sending a WOL packet to them. The machines all have a E100 nic with > WOL

Re: [PATCH 2.4] lcd: fix memory leak in lcd_ioctl()

2005-01-29 Thread Marcelo Tosatti
Applied both, thanks James. On Thu, Jan 27, 2005 at 06:25:09PM -0600, James Nelson wrote: > This patch fixes a memory leak in the FLASH_Burn ioctl for the Cobalt LCD > interface driver. > > Signed-off-by: James Nelson <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line

Re: 2.6.11-rc2-mm2 - "freeing b_committed_data"

2005-01-29 Thread Nathan Lynch
Hi- With both 2.6.11-rc2-mm1 and -mm2 I'm seeing this message occasionally on a ppc64 box with ext3 filesystems: __journal_remove_journal_head: freeing b_committed_data Is this cause for concern? Nathan # # Automatically generated make config: don't edit # Linux kernel version:

Re: [PATCH 6/8] Kconfig: cleanup input menu

2005-01-29 Thread Dmitry Torokhov
On Saturday 29 January 2005 18:56, Roman Zippel wrote: > Hi, > > On Sat, 29 Jan 2005, Dmitry Torokhov wrote: > > > I can assure you that serio_raw driver _does not_ use input system - it is > > implementation of pre 2.6 /dev/psaux interface giving you access to raw AUX > > data. It was written

[PATCH] LTT config bits break config tree

2005-01-29 Thread Matt Mackall
The LTT option got dropped in the middle of the CONFIG_EMBEDDED menu without a dependency on EMBEDDED. Selecting EMBEDDED in menuconfig now causes a bunch of random embedded options to appear on the general options menu. Not really sure if this belongs here or in the debugging menus.

[PATCH] Fix SERIAL_TXX9 dependencies

2005-01-29 Thread Ralf Baechle
Ask for SERIAL_TXX9 only on those devices that actually have one. arch/mips/Kconfig |2 ++ drivers/serial/Kconfig |6 +- 2 files changed, 7 insertions(+), 1 deletion(-) Index: linux-2.6.11-rc2/drivers/serial/Kconfig

Re: [PATCH] OpenBSD Networking-related randomization port

2005-01-29 Thread Horst von Brand
Lorenzo =?ISO-8859-1?Q?Hern=E1ndez_?= =?ISO-8859-1?Q?Garc=EDa-Hierro?= <[EMAIL PROTECTED]> said: > Attached you can find a split up patch ported from grSecurity [1], as > Linus commented that he wouldn't get a whole-sale patch, I was working > on it and also studying what features of

Re: [PATCH] micro optimization in kernel/params.c; don't call to_module_kobject before we really have to.

2005-01-29 Thread Brian Gerst
Jesper Juhl wrote: In kernel/params.c::module_attr_show and kernel/params.c::module_attr_store we call to_module_kobject() and save the result in a local variable right before a conditional statement that does not depend on the call to to_module_kobject() and may cause the function to return.

Re: CONFIG_THERM_PM72 is missing from .config from recent kernels (2.6.10, 2.6.11)

2005-01-29 Thread Randy.Dunlap
Maurice Volaski wrote: CONFIG_THERM_PM72 is required for thermal management in at least Macs, most notably the PowerMac G5. Without it, the computer will run its fans at the max and is very loud. It's missing from .config in at least a few releases of recent kernels (2.6.10, 2.6.11). Does

Re: [PATCH 04/04] Add LRW

2005-01-29 Thread Matt Mackall
On Mon, Jan 24, 2005 at 12:57:50PM +0100, Fruhwirth Clemens wrote: > This is the core of my LRW patch. Added test vectors. > http://grouper.ieee.org/groups/1619/email/pdf00017.pdf Please include a URL for the standard at the top of the LRW code and next to the test vectors. I had to search around

Re: 2.4.29, e100 and a WOL packet causes keventd going mad

2005-01-29 Thread Bukie Mabayoje
Michael Gernoth wrote: > On Fri, Jan 28, 2005 at 10:53:51AM -0800, Bukie Mabayoje wrote: > > Do you know the official NIC product name e.g Pro/100B. I need to identify > > the LAN Controller. There are differences between 557 (not sure if 557 can > > do WOL), 558 and 559 how they ASSERT the

Re: [PATCH 6/8] Kconfig: cleanup input menu

2005-01-29 Thread Roman Zippel
Hi, On Sat, 29 Jan 2005, Dmitry Torokhov wrote: > I can assure you that serio_raw driver _does not_ use input system - it is > implementation of pre 2.6 /dev/psaux interface giving you access to raw AUX > data. It was written so we can still use PS/2 devices for which we don't have > proper

Re: 2.6.11-rc2-mm2

2005-01-29 Thread Sean Neakums
Sean Neakums <[EMAIL PROTECTED]> writes: > On a PowerBook (PowerBook5.4), when snd_powermac is modprobed during > the boot, I get the following. After similar messages for a few more > modules, the machine seems wedged. Brice Goglin's patch fixes this. However, when I modprobe radeonfb I get:

Re: [2.6 patch] drivers/cdrom/isp16.c: small cleanups

2005-01-29 Thread Bartlomiej Zolnierkiewicz
On Sun, 30 Jan 2005 00:46:24 +0100, Adrian Bunk <[EMAIL PROTECTED]> wrote: > On Sat, Jan 29, 2005 at 06:51:25PM +0100, Bartlomiej Zolnierkiewicz wrote: > > Hi, > > > > On Sat, 29 Jan 2005 18:11:08 +0100, Adrian Bunk <[EMAIL PROTECTED]> wrote: > > > This patch makes the needlessly global function

Re: [2.6 patch] drivers/cdrom/isp16.c: small cleanups

2005-01-29 Thread Adrian Bunk
On Sat, Jan 29, 2005 at 06:51:25PM +0100, Bartlomiej Zolnierkiewicz wrote: > Hi, > > On Sat, 29 Jan 2005 18:11:08 +0100, Adrian Bunk <[EMAIL PROTECTED]> wrote: > > This patch makes the needlessly global function isp16_init static. > > > > As a result, it turned out that both this function and

[PATCH] micro optimization in kernel/params.c; don't call to_module_kobject before we really have to.

2005-01-29 Thread Jesper Juhl
In kernel/params.c::module_attr_show and kernel/params.c::module_attr_store we call to_module_kobject() and save the result in a local variable right before a conditional statement that does not depend on the call to to_module_kobject() and may cause the function to return. If the function

Re: [PATCH 6/8] Kconfig: cleanup input menu

2005-01-29 Thread Dmitry Torokhov
On Saturday 29 January 2005 18:20, Roman Zippel wrote: > Hi, > > On Sat, 29 Jan 2005, Dmitry Torokhov wrote: > > > On Saturday 29 January 2005 17:20, Roman Zippel wrote: > > > --- linux-2.6.11.orig/drivers/input/serio/KconfigÂÂÂ2005-01-29 > > > 22:50:43.404946203 +0100 > > > +++

Re: [gentoo-ppc-dev] CONFIG_THERM_PM72 is missing from .config from recent kernels (2.6.10, 2.6.11)

2005-01-29 Thread Maurice Volaski
Hello Maurice It's missing from .config in at least a few releases of recent kernels (2.6.10, 2.6.11). Definitly not true, at least for ppc32. Note that.. 1) I looked only at official kernel source code and 2) I looked only at a few releases, not every patchset. and 3) I looked only at the

CONFIG_THERM_PM72 is missing from .config from recent kernels (2.6.10, 2.6.11)

2005-01-29 Thread Maurice Volaski
CONFIG_THERM_PM72 is required for thermal management in at least Macs, most notably the PowerMac G5. Without it, the computer will run its fans at the max and is very loud. It's missing from .config in at least a few releases of recent kernels (2.6.10, 2.6.11). Does anyone know why? --

Re: Possible bug in keyboard.c (2.6.10)

2005-01-29 Thread Dmitry Torokhov
On Saturday 29 January 2005 06:25, Vojtech Pavlik wrote: > On Sat, Jan 29, 2005 at 04:50:55AM +, Al Viro wrote: > > > > I'm very sorry about the locking, but the thing grew up in times of > > > kernel 2.0, which didn't require any locking. There are a few possible > > > > Incorrect. You

Re: Possible bug in keyboard.c (2.6.10)

2005-01-29 Thread Dmitry Torokhov
On Saturday 29 January 2005 06:12, Vojtech Pavlik wrote: > However, on 2.6, where you can have more than one keyboard, it'd be > better to use the EVIOCSKEYCODE ioctl on the event device instead of the > KDSKEYCODE ioctl on the console, as the later only changes the first > found keyboard. >

Re: [PATCH 2.6.11-rc2] I2C: lm80 driver improvement -

2005-01-29 Thread Greg KH
On Thu, Jan 27, 2005 at 11:56:46AM -0500, Shawn Starr wrote: > Description: Cleanup some cluttered macros, add error > checking for fan divisor value set. Hm, we'll get there yet. Your patch was not in a plain text form, so that I could apply it directly from the email. > Approved-by: Greg KH

Re: [patch 2.6.11-rc2-mm2] fix SERIAL_TXX9 dependencies

2005-01-29 Thread Ralf Baechle
On Sun, Jan 30, 2005 at 12:12:55AM +0100, Adrian Bunk wrote: > > Changes since 2.6.11-rc2-mm1: > >... > > +mips-txx9-serieal-driver-rewrite.patch > >... > > MIPS update > >... > > It seems the SERIAL_TXX9 dependencies are incorrect. Wrong also. Will fix in a minute. Ralf - To unsubscribe

Re: [PATCH 6/8] Kconfig: cleanup input menu

2005-01-29 Thread Roman Zippel
Hi, On Sat, 29 Jan 2005, Dmitry Torokhov wrote: > On Saturday 29 January 2005 17:20, Roman Zippel wrote: > > --- linux-2.6.11.orig/drivers/input/serio/Kconfig   2005-01-29 > > 22:50:43.404946203 +0100 > > +++ linux-2.6.11/drivers/input/serio/Kconfig2005-01-29 > > 22:56:42.549085439

Re: i8042 access timings

2005-01-29 Thread Dmitry Torokhov
On Saturday 29 January 2005 14:59, Jaco Kroon wrote: > > Compiling USB 1.1 support does the very same thing as specifying > > usb-handoff on the command like - tells the BIOS to keep its hands off > > the USB _and_ PS/2 controllers. > > I'm missing something, I have USB1.1 compiled in, then why

Re: DRI (was Re: OpenOffice crashes due to incorrect access permissions on /dev/dri/card*)

2005-01-29 Thread Dave Airlie
> > No, XAA is normally used for 2D acceleration. This is hardware > accelerated but doesn't use DRI, X does 2D accel by talking directly to > the hardware without the kernel's involvement. > well not totally true, X on radeon/r200/r300 cards needs the DRM to load the microcode for the command

[patch 2.6.11-rc2-mm2] fix SERIAL_TXX9 dependencies

2005-01-29 Thread Adrian Bunk
On Sat, Jan 29, 2005 at 01:11:34PM -0800, Andrew Morton wrote: >... > Changes since 2.6.11-rc2-mm1: >... > +mips-txx9-serieal-driver-rewrite.patch >... > MIPS update >... It seems the SERIAL_TXX9 dependencies are incorrect. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> ---

Re: 2.6.11-rc2-mm2

2005-01-29 Thread Sean Neakums
On a PowerBook (PowerBook5.4), when snd_powermac is modprobed during the boot, I get the following. After similar messages for a few more modules, the machine seems wedged. Reversed bk-driver-core.patch and rebuilt, same result. kobject_register failed for snd_page_alloc (-17) Call Trace:

Re: 2.6.11-rc2-mm2

2005-01-29 Thread Brice Goglin
Andrew Morton a écrit : ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.11-rc2/2.6.11-rc2-mm2/ Changes since 2.6.11-rc2-mm1: +fix-kallsyms-insmod-rmmod-race.patch +fix-kallsyms-insmod-rmmod-race-fix.patch +fix-kallsyms-insmod-rmmod-race-fix-fix.patch fix a modules race Hi

Re: [PATCH 6/8] Kconfig: cleanup input menu

2005-01-29 Thread Dmitry Torokhov
On Saturday 29 January 2005 17:20, Roman Zippel wrote: > --- linux-2.6.11.orig/drivers/input/serio/Kconfig   2005-01-29 > 22:50:43.404946203 +0100 > +++ linux-2.6.11/drivers/input/serio/Kconfig2005-01-29 22:56:42.549085439 > +0100 > @@ -3,6 +3,7 @@ >  # >  config SERIO > tristate

2.6.11-rc2-{mm2,bk7} does not compile with UML

2005-01-29 Thread Zoltan NAGY
Hello! Here is the error: [EMAIL PROTECTED]:~/uml/linux$ ARCH=um make vmlinux ... gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -O2 -fno-omit-frame-pointer -g -U__i386__ -Ui386 -D__arch_um__ -DSUBARCH=\"i386\" -Iarch/um/include

[PATCH 6/8] Kconfig: cleanup input menu

2005-01-29 Thread Roman Zippel
This properly indents the input menu. Move SOUND_GAMEPORT to its user, so it's easier to set it to y, even if GAMEPORT is n. Signed-off-by: Roman Zippel <[EMAIL PROTECTED]> --- drivers/input/Kconfig |3 +++ drivers/input/gameport/Kconfig | 21 +

[PATCH 5/8] Kconfig: cleanup various driver menus

2005-01-29 Thread Roman Zippel
This properly indents various driver menus. Remove PARPORT_PC_CML1. Signed-off-by: Roman Zippel <[EMAIL PROTECTED]> --- mtd/Kconfig | 18 +- parport/Kconfig | 12 +++- video/Kconfig | 29 ++--- 3 files changed, 26 insertions(+), 33

[PATCH 8/8] Kconfig: cleanup USB menu

2005-01-29 Thread Roman Zippel
This properly indents the USB menu. Signed-off-by: Roman Zippel <[EMAIL PROTECTED]> --- Kconfig | 18 ++ host/Kconfig| 18 -- storage/Kconfig |1 + 3 files changed, 19 insertions(+), 18 deletions(-) Index:

[PATCH 7/8] Kconfig: cleanup sound menu

2005-01-29 Thread Roman Zippel
This properly indents the sound menu. Signed-off-by: Roman Zippel <[EMAIL PROTECTED]> --- core/Kconfig |7 ++- oss/Kconfig |8 2 files changed, 10 insertions(+), 5 deletions(-) Index: linux-2.6.11/sound/oss/Kconfig

[PATCH 4/8] Kconfig: cleanup kernel hacking menu

2005-01-29 Thread Roman Zippel
This properly indents the kernel hacking menu. Move LOG_BUF_SHIFT into kernel hacking menu (it already depended on DEBUG_KERNEL). Add DEBUG_KERNEL dependency to EARLY_PRINTK, DEBUG_PREEMPT and FRAME_POINTER. Remove overlong dependency, which included practically every arch. Merge the two

[PATCH 3/8] Kconfig: cleanup cpufreq menu

2005-01-29 Thread Roman Zippel
This properly indents the cpufreq menu. Remove CPU_FREQ_TABLE as visible option and use select instead. Signed-off-by: Roman Zippel <[EMAIL PROTECTED]> --- arch/i386/kernel/cpu/cpufreq/Kconfig | 54 +++ drivers/cpufreq/Kconfig | 20 ++--

[PATCH 1/8] Kconfig: cleanup ACPI menu

2005-01-29 Thread Roman Zippel
This properly indents the ACPI menu. Hide ACPI_BLACKLIST_YEAR when not needed. Signed-off-by: Roman Zippel <[EMAIL PROTECTED]> --- Kconfig | 36 +--- 1 files changed, 13 insertions(+), 23 deletions(-) Index: linux-2.6.11/drivers/acpi/Kconfig

[PATCH 2/8] Kconfig: cleanup bus options menu

2005-01-29 Thread Roman Zippel
This properly indents the bus options menu. Merge the two MCA menu entries. Remove unnecessary "default n" options. Signed-off-by: Roman Zippel <[EMAIL PROTECTED]> --- arch/i386/Kconfig|8 ++-- drivers/pci/Kconfig |2 +- drivers/pci/pcie/Kconfig |2 +-

[PATCH 0/8] Kconfig: cleanup the menu structure

2005-01-29 Thread Roman Zippel
Hi, The following patches cleans up some of the worst offenders, which mess up the kconfig menu structure. The patches apply to 2.6.11-rc2-mm2 and 2.6.11-rc2-bk7, the only exception is the one below. Andrew, I leave it to you what to do with it, maybe fold it directly into kgdb-ga.patch? bye,

Re: Yenta CardBus IRQ storm disabling interrupt

2005-01-29 Thread Mike Cumings
Russell, I doubt that this issue is specifically related to the card being used. I just recalled the fact that the IRQ probing done by the yenta_socket driver code has run into the IRQ storm at boot time as well, without any cards in the slots. Another piece of info for the pile. Mike On

Re: [PATCH] OProfile: Fix oops on undetected CPU type

2005-01-29 Thread Zwane Mwaikambo
On Sat, 29 Jan 2005, John Levon wrote: > Looks like you're still on the broken bkcvs, which is missing this > patch: > > http://linus.bkbits.net:8080/linux-2.5/[EMAIL PROTECTED]|[EMAIL PROTECTED] > > which AFAICS is the correct solution to the problem. Hmm i was actually using BK and not BKCVS

Re: [PATCH] OProfile: Fix oops on undetected CPU type

2005-01-29 Thread John Levon
On Sat, Jan 29, 2005 at 09:47:42AM -0700, Zwane Mwaikambo wrote: > > Unfortunately bkcvs seems out of date so I can't even look at this > > myself. > > Yes you are right, i checked bk and there was a lot of shuffling about due > to the timer override. But it looks like we're depending on the

Re: kbuild: Implicit dependence on the C compiler

2005-01-29 Thread Sam Ravnborg
On Mon, Jan 17, 2005 at 02:03:41PM -0800, H. Peter Anvin wrote: > >There is no way to tell kbuild "ignore gcc change" > > There really needs to be one. make KBUILD_NOCMDDEP=1 will do what you want - at least I have it in my tree now. I could not just ignore 'gcc' - but had to ignore the full

2.6.11-rc2-mm2

2005-01-29 Thread Andrew Morton
ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.11-rc2/2.6.11-rc2-mm2/ Changes since 2.6.11-rc2-mm1: linus.patch bk-agpgart.patch bk-alsa.patch bk-arm.patch bk-cifs.patch bk-cpufreq.patch bk-driver-core.patch bk-drm.patch bk-drm-via.patch bk-i2c.patch

DRI (was Re: OpenOffice crashes due to incorrect access permissions on /dev/dri/card*)

2005-01-29 Thread Lee Revell
On Sat, 2005-01-29 at 15:57 -0500, Parag Warudkar wrote: > Dr. David Alan Gilbert wrote: > > >* Lee Revell ([EMAIL PROTECTED]) wrote: > > > > > >>Stupid question: what the heck does OO use DRI for? I googled and came > >>up empty. > >> > >> > > > >It does pointless 3D objects in its

Re: Yenta CardBus IRQ storm disabling interrupt

2005-01-29 Thread Mike Cumings
Hi Russell, This is a different card (NetGear WG511U) than the USB card that was discussed in the previous thread. I haven't tried a 2.4.x kernel yet, but that was on my list of things to do. :) Unfortunately, this is the only machine I've got which has CardBus so I'd have a hard time

Re: OpenOffice crashes due to incorrect access permissions on /dev/dri/card*

2005-01-29 Thread Parag Warudkar
Dr. David Alan Gilbert wrote: * Lee Revell ([EMAIL PROTECTED]) wrote: Stupid question: what the heck does OO use DRI for? I googled and came up empty. It does pointless 3D objects in its drawing package. Another stupid question :) Does it mean DRI is only used for doing 3D? How about

Re: Yenta CardBus IRQ storm disabling interrupt

2005-01-29 Thread Russell King
On Sat, Jan 29, 2005 at 12:42:17PM -0800, Mike Cumings wrote: > In my Googling, I encountered a thread on January 10th of this year entitled > "yenta_socket rapid fires interrupts" (between Dick Hollenbeck, Linus, > and others) Out of interest, is it the same cardbus card you're inserting into

Re: OpenOffice crashes due to incorrect access permissions on /dev/dri/card*

2005-01-29 Thread Lee Revell
On Sat, 2005-01-29 at 20:40 +, Dr. David Alan Gilbert wrote: > * Lee Revell ([EMAIL PROTECTED]) wrote: > > > > Stupid question: what the heck does OO use DRI for? I googled and came > > up empty. > > It does pointless 3D objects in its drawing package. > Thanks. I knew it had to be

adding process data to file descriptor structure

2005-01-29 Thread ych43
Hi, In current linux kernel, file descriptors do not include a process data. So if it is possible to add process data to file descriptor structures in Linux kernel. So a file descriptor could save a list of proc pointers or a list of PID values. If this list can be implemented, then sockets

Yenta CardBus IRQ storm disabling interrupt

2005-01-29 Thread Mike Cumings
Good day gurus, I've got an IRQ storm resulting in a useless CardBus bridge that I am having a hard time debugging. I've seen this on 2.6.9, 2.6.10, and 2.6.11-rc2 which is what I'm currently testing against. For some reason I'm getting an IRQ storm when attempting to use a TI1225 CardBus

Re: OpenOffice crashes due to incorrect access permissions on /dev/dri/card*

2005-01-29 Thread Gene Heskett
On Saturday 29 January 2005 14:25, Jon Smirl wrote: >On Sat, 29 Jan 2005 13:02:51 +, Richard Hughes <[EMAIL PROTECTED]> wrote: >> On Sat, 29 Jan 2005 12:49:16 +, Richard Hughes wrote: >> > Note, that strace glxgears gives exactly the same output, going >> > from 0 to 14 and then

Re: OpenOffice crashes due to incorrect access permissions on /dev/dri/card*

2005-01-29 Thread Dr. David Alan Gilbert
* Lee Revell ([EMAIL PROTECTED]) wrote: > > Stupid question: what the heck does OO use DRI for? I googled and came > up empty. It does pointless 3D objects in its drawing package. Dave -Open up your eyes, open up your mind, open up your code --- / Dr. David Alan Gilbert|

Re: OpenOffice crashes due to incorrect access permissions on /dev/dri/card*

2005-01-29 Thread Lee Revell
On Sat, 2005-01-29 at 14:25 -0500, Jon Smirl wrote: > > > And oowriter and glxgears work from bootup. Shall I file a bug with udev? > > Your user ID needs to belong to group DRI. > Stupid question: what the heck does OO use DRI for? I googled and came up empty. Lee - To unsubscribe from

Re: AT keyboard dead on 2.6

2005-01-29 Thread Wiktor
Do you still need atkbd.reset=1? No, i don't. i've just tried it, because when keyboard was not working, the only error report was produced by this option. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info

Re: AT keyboard dead on 2.6

2005-01-29 Thread Wiktor
Wiktor, can you try atkbd.dumbkbd=1? Here you are full dmesg (see attachment). i've been typing alphabet after kernel boot. atkbd.dumpkbd.gz Description: application/gzip

Re: AT keyboard dead on 2.6

2005-01-29 Thread Wiktor
It still looks OK. It seems to be a very ancient keyboard. Can you try with a newer one? That'd tell us whether it's the controller or the keyboard that is giving problems. What keyboard model is it? What machine? Machine info attached as a part of /dev/proc. i've tried with another AT keyboard

Re: i8042 access timings

2005-01-29 Thread Randy.Dunlap
Vojtech Pavlik wrote: On Fri, Jan 28, 2005 at 04:20:58PM +0200, Jaco Kroon wrote: Vojtech Pavlik wrote: On Thu, Jan 27, 2005 at 09:29:47PM +0100, Andries Brouwer wrote: So what _might_ happen is that we write the command, and then i8042_wait_write() thinks that there is space to write the data

Re: i8042 access timings

2005-01-29 Thread Jaco Kroon
Vojtech Pavlik wrote: What I believe is happening is that we're talking to SMM emulation of the i8042, which doesn't have a clue about these commands, while the underlying real hardware implementation does. And because of that they disagree on what should happen when the command is issued, and

Re: OpenOffice crashes due to incorrect access permissions on /dev/dri/card*

2005-01-29 Thread Trever L. Adams
For the record, this has nothing to do with my crash. Mine still crashes all the time if I try to save a new document. Trever On Sat, 2005-01-29 at 14:25 -0500, Jon Smirl wrote: > On Sat, 29 Jan 2005 13:02:51 +, Richard Hughes <[EMAIL PROTECTED]> wrote: > > On Sat, 29 Jan 2005 12:49:16

Re: [2.6 patch] mark the mcd cdrom driver as BROKEN

2005-01-29 Thread Adrian Bunk
On Sat, Jan 29, 2005 at 06:22:55PM +0100, Jean Delvare wrote: > Hi Adrian, > > > The mcd driver drives only very old hardware (some single and double > > speed CD drives that were connected either via the soundcard or a > > special ISA card), and the mcdx driver offers more functionality for >

Re: Possible bug in keyboard.c (2.6.10)

2005-01-29 Thread Vojtech Pavlik
On Sat, Jan 29, 2005 at 04:50:55AM +, Al Viro wrote: > > I'm very sorry about the locking, but the thing grew up in times of > > kernel 2.0, which didn't require any locking. There are a few possible > > Incorrect. You have blocking allocations in critical areas and they > required locking

Re: AT keyboard dead on 2.6

2005-01-29 Thread Vojtech Pavlik
On Fri, Jan 28, 2005 at 09:46:41AM -0500, Dmitry Torokhov wrote: > On Fri, 28 Jan 2005 15:31:21 +0100, Vojtech Pavlik <[EMAIL PROTECTED]> wrote: > > On Tue, Jan 25, 2005 at 08:37:34PM +0100, Wiktor wrote: > > > Hi, > > > > > > here you are gzip-ed dmesg from booting 2.6.8.1 - i've been playing > >

Re: [PATCH] document atkbd.softraw

2005-01-29 Thread Vojtech Pavlik
On Sat, Jan 29, 2005 at 12:23:15AM +0100, [EMAIL PROTECTED] wrote: > Document atkbd.softraw (and shorten a few long lines nearby). Thanks, applied. > --- a/Documentation/kernel-parameters.txt 2004-12-29 03:39:42.0 > +0100 > +++ b/Documentation/kernel-parameters.txt 2005-01-29

Re: USB HID events and Microsoft wheel mouse

2005-01-29 Thread Vojtech Pavlik
On Fri, Jan 28, 2005 at 11:02:52PM -0500, Jon Smirl wrote: > Something changed in the Linus BK kernel in the last few days so that > I get "drivers/usb/input/hid-input.c: event field not found" in dmesg > everytime I move my MS Wheel mouse. Any ideas on how to get rid of > this? > > The events

Re: Possible bug in keyboard.c (2.6.10)

2005-01-29 Thread Vojtech Pavlik
On Sat, Jan 29, 2005 at 01:11:08PM +0100, Roman Zippel wrote: > > I'm very sorry about the locking, but the thing grew up in times of > > kernel 2.0, which didn't require any locking. There are a few possible > > races with device registration/unregistration, and it's on my list to > > fix that,

Re: AT keyboard dead on 2.6

2005-01-29 Thread Vojtech Pavlik
On Fri, Jan 28, 2005 at 08:39:42PM +0100, Wiktor wrote: > Hi, IT WORKED! > > >Please try i8042.noaux=1. You say you're using a serial mouse in your > >other e-mail, so the system may not have an AUX port yet the kernel > >thinks it does. This may cause the keyboard to stop responding. > >

Re: Possible bug in keyboard.c (2.6.10)

2005-01-29 Thread Vojtech Pavlik
On Fri, Jan 28, 2005 at 10:59:39PM +0100, Andries Brouwer wrote: > On Fri, Jan 28, 2005 at 12:10:05PM +0100, Vojtech Pavlik wrote: > > > And, btw, raw mode in 2.6 is not badly broken. It works as it is > > intended to. If you want the 2.4 behavior on x86, you just need to > > specify

Re: [PATCH 0/16] New set of input patches

2005-01-29 Thread Vojtech Pavlik
On Thu, Jan 27, 2005 at 01:18:55PM -0500, Dmitry Torokhov wrote: > On Thu, 27 Jan 2005 17:36:05 +0100, Vojtech Pavlik <[EMAIL PROTECTED]> wrote: > > On Thu, Jan 27, 2005 at 05:15:18PM +0100, Vojtech Pavlik wrote: > > > > > OK. I'll go through them, and apply as appropriate. I still need to wrap >

[PATCH 0/3] - Three more input fixes for 2.6.11

2005-01-29 Thread Vojtech Pavlik
Hi! The previous set introduced one bug, mostly harmless, but pretty annoying - the hid-input driver fills the logs with the 'event field not found' message. I'm sorry for that, I just tested that the patch does what it should and didn't check the logs. The last of these three patches fixes

Re: OpenOffice crashes due to incorrect access permissions on /dev/dri/card*

2005-01-29 Thread Jon Smirl
On Sat, 29 Jan 2005 13:02:51 +, Richard Hughes <[EMAIL PROTECTED]> wrote: > On Sat, 29 Jan 2005 12:49:16 +, Richard Hughes wrote: > > Note, that strace glxgears gives exactly the same output, going from 0 to > > 14 and then seg-faulting, so it's *not just a oo problem*. > > I know it's

Re: [PATCH] Restrict procfs permissions

2005-01-29 Thread Rene Scharfe
Al Viro wrote: On Sat, Jan 29, 2005 at 03:45:42AM +0100, Rene Scharfe wrote: The patch is inspired by the /proc restriction parts of the GrSecurity patch. The main difference is the ability to configure the restrictions dynamically. You can change the umask setting by running # mount -o

[PATCH 3/3] Fix 'event field not found' message filling logs

2005-01-29 Thread Vojtech Pavlik
You can pull this changeset from: bk://kernel.bkbits.net/vojtech/for-linus === [EMAIL PROTECTED], 2005-01-29 13:09:24+01:00, [EMAIL PROTECTED] input: Ignore non-LED events in hid-input hidinput_event(). This gets rid

Re: AT keyboard dead on 2.6

2005-01-29 Thread Vojtech Pavlik
On Fri, Jan 28, 2005 at 09:22:20PM +0100, Wiktor wrote: > Hi, > > >We do test AUX port and your port appears to be perfectly functional > >from the kernel point of view - it porperly responds to AUX_LOOP > >commands, does not claim to support MUX mode and KBC properly sets > >status register when

How do I get a list of all pids on 2.6? (what's wrong with this code)

2005-01-29 Thread Jed Brazos
Hi, I'm trying to list all of the tasks and their children. (Im using a 2.6.5-7 kernel) The code below does not list all of the pids as compared to the /proc entries. Why does the following code not list all of the active pids in the system? please cc this id. ---

patch - ftdi_sio.c floods my logs with "write request of 0 bytes"

2005-01-29 Thread Elias Oltmanns
Hi there, unfortunately, I'm everything else but a developer, so please be a bit patient with me. As indicated by the subject, I got annoyed by the error message mentioned flooding my log files. Comparing ftdi_sio.c to some of the other usb->serial converter drivers, I decided to apply the

2.6.10-ac11 announcement?

2005-01-29 Thread Ralf Hildebrandt
Where is the 2.6.10-ac11 announcement? -- Ralf Hildebrandt (i.A. des IT-Zentrum) [EMAIL PROTECTED] Charite - Universitätsmedizin BerlinTel. +49 (0)30-450 570-155 Gemeinsame Einrichtung von FU- und HU-BerlinFax. +49 (0)30-450 570-962 IT-Zentrum Standort CBF

[PATCH 2/3] Document the atkbd.softraw module parameter.

2005-01-29 Thread Vojtech Pavlik
You can pull this changeset from: bk://kernel.bkbits.net/vojtech/for-linus === [EMAIL PROTECTED], 2005-01-29 12:27:56+01:00, [EMAIL PROTECTED] input: Document the atkbd.softraw module parameter. From: Andries Brouwer

Re: i8042 access timings

2005-01-29 Thread Vojtech Pavlik
On Fri, Jan 28, 2005 at 04:20:58PM +0200, Jaco Kroon wrote: > Vojtech Pavlik wrote: > >On Thu, Jan 27, 2005 at 09:29:47PM +0100, Andries Brouwer wrote: > > > > > >>>So what _might_ happen is that we write the command, and then > >>>i8042_wait_write() thinks that there is space to write the data

[PATCH 1/3] Fix MUX mode disabling.

2005-01-29 Thread Vojtech Pavlik
You can pull this changeset from: bk://kernel.bkbits.net/vojtech/for-linus === [EMAIL PROTECTED], 2005-01-28 21:11:52+01:00, [EMAIL PROTECTED] input: Fix MUX mode disabling. Signed-off-by: Vojtech Pavlik <[EMAIL

Re: AT keyboard dead on 2.6

2005-01-29 Thread Vojtech Pavlik
On Fri, Jan 28, 2005 at 08:49:03PM +0100, Wiktor wrote: > Hi, > > >Could you please try editing drivers/input/serio/i8042.c and add > >udelay(20) before and after calls to i8042_write_data() in > >i8042_kbd_write() and i8042_command(). > > of course i could, will it make kernel not detect smoked

Re: AT keyboard dead on 2.6

2005-01-29 Thread Vojtech Pavlik
On Fri, Jan 28, 2005 at 08:22:32PM +0100, Wiktor wrote: > Hi, > > >This dmesg looks like the keyboard works perfectly OK. Do new lines > >appear in dmesg when you press keys while the system is running? > > .no? no, they don't. i've new dmesg for you - it reports > timeouts while

  1   2   3   4   >