Re: PATCH: 2.6.11-ac2

2005-03-09 Thread Bill Davidsen
On Wed, 9 Mar 2005, Alan Cox wrote: > > 2.6.11-ac2 > o Merge 2.6.11.2 (Greg Kroah-Hartmann) > including epoll error handling (Georgi Guninski) > | Theoretically security > o Fix a couple of pwc warnings

inode cache, dentry cache, buffer heads usage

2005-03-09 Thread Badari Pulavarty
Hi, We have a 8-way P-III, 16GB RAM running 2.6.8-1. We use this as our server to keep source code, cscopes and do the builds. This machine seems to slow down over the time. One thing we keep noticing is it keeps running out of lowmem. Most of the lowmem is used for ext3 inode cache + dentry

Re: [patch 3/5] ppc32: Compilation fixes for Ebony, Luan and Ocotea

2005-03-09 Thread Greg KH
On Fri, Mar 04, 2005 at 01:16:56PM -0800, [EMAIL PROTECTED] wrote: > > From: Matt Porter <[EMAIL PROTECTED]> > > this patch fixes the problem, that the current kernel (linux-2.6.11-rc5) > could not be compiled, when "support for early boot texts over serial port" > (CONFIG_SERIAL_TEXT_DEBUG=y)

Re: [patch 1/5] cramfs: small stat(2) fix

2005-03-09 Thread Greg KH
On Fri, Mar 04, 2005 at 01:16:54PM -0800, [EMAIL PROTECTED] wrote: > > From: Eric Lammerts <[EMAIL PROTECTED]> > > When I stat(2) a device node on a cramfs, the st_blocks field is bogus > (it's derived from the size field which in this case holds the major/minor > numbers). This makes du(1)

Re: [patch 5/5] make st seekable again

2005-03-09 Thread Greg KH
On Fri, Mar 04, 2005 at 01:16:58PM -0800, [EMAIL PROTECTED] wrote: > > From: Kai Makisara <[EMAIL PROTECTED]> > > Apparently `tar' errors out if it cannot perform lseek() against a tape. Work > around that in-kernel. > > Signed-off-by: Kai Makisara <[EMAIL PROTECTED]> > Signed-off-by: Andrew

Re: [ patch 4/7] drivers/serial/jsm: new serial device driver

2005-03-09 Thread Greg KH
On Wed, Mar 09, 2005 at 12:18:21PM -0500, Wen Xiong wrote: > Greg KH wrote: > > >On Wed, Mar 09, 2005 at 10:47:22AM -0500, Wen Xiong wrote: > > > > > >>+static ssize_t jsm_driver_debug_show(struct device_driver *ddp, char > >>*buf) > >>+{ > >>+ return snprintf(buf, PAGE_SIZE, "0x%x\n",

2.6.Stable and EXTRAVERSION

2005-03-09 Thread Justin M. Forbes
With the new stable series kernels, the .x versioning is being added to EXTRAVERSION. This has traditionally been a space for local modification. I know several distributions are using EXTRAVERSION for build numbers, platform and assorted other information to differentiate their kernel releases.

Re: [RFC] -stable, how it's going to work.

2005-03-09 Thread Marcelo Tosatti
> > - Security patches will be accepted into the -stable tree directly from > >the security kernel team, and not go through the normal review cycle. > >Contact the kernel security team for more details on this procedure. > > This also sounds like a bad rule. How come the security team

Re: [RFC] -stable, how it's going to work.

2005-03-09 Thread Greg KH
On Wed, Mar 09, 2005 at 06:00:45PM +, Alan Cox wrote: > On Mer, 2005-03-09 at 09:56, Andi Kleen wrote: > > - It must be accepted to mainline. > > Strongly disagree. What if the mainline fix is a rewrite of the core API > involved. Some times you need to put in the short term fix. What must >

Re: [PATCH] keys: Discard key spinlock and use RCU for key payload

2005-03-09 Thread David Howells
Linus Torvalds <[EMAIL PROTECTED]> wrote: > > The attached patch changes the key implementation in a number of ways: > > > > (1) It removes the spinlock from the key structure. > > > > (2) The key flags are now accessed using atomic bitops instead of > > write-locking the key spinlock

Re: [PATCH 2.6] Fix i2c messsage flags in video drivers

2005-03-09 Thread Chris Wright
* Jean Delvare ([EMAIL PROTECTED]) wrote: > Hi all, > > While working on the saa7110 driver I found a problem with the way > various video drivers (found on Zoran-based boards) prepare i2c messages > to be used by i2c_transfer. The drivers improperly copy the i2c client > flags as the message

Re: Linux 2.6.11.2

2005-03-09 Thread Greg KH
On Wed, Mar 09, 2005 at 11:03:59AM -0300, Marcelo Tosatti wrote: > > Hi Greg, > > The st/ide-tape/osst llseek changes havent been applied for what reason? > > And what about the rest of fixups which Andrew sent you? > > I suppose they didnt pass the -stable criteria. Can you share your

Re: [RFC] -stable, how it's going to work.

2005-03-09 Thread Greg KH
On Wed, Mar 09, 2005 at 10:56:33AM +0100, Andi Kleen wrote: > Greg KH <[EMAIL PROTECTED]> writes: > > > > Rules on what kind of patches are accepted, and what ones are not, into > > the "-stable" tree: > > - It must be obviously correct and tested. > > - It can not bigger than 100 lines, with

Re: [patch 1/1] x86-64: forgot asmlinkage on sys_mmap

2005-03-09 Thread Blaisorblade
On Wednesday 09 March 2005 18:24, Andi Kleen wrote: > [EMAIL PROTECTED] writes: > > CC: Andi Kleen <[EMAIL PROTECTED]> > > > > I think it should be there, please check better. > > It doesn't matter. asmlinkage is a nop on x86-64. Yes, otherwise nothing would work on x86-64 with mmap broken, but

Re: [RFC] -stable, how it's going to work.

2005-03-09 Thread Chris Wright
* Alan Cox ([EMAIL PROTECTED]) wrote: > On Mer, 2005-03-09 at 09:56, Andi Kleen wrote: > > - It must be accepted to mainline. > > Strongly disagree. What if the mainline fix is a rewrite of the core API > involved. Some times you need to put in the short term fix. What must > never happen is

Re: [RFC] -stable, how it's going to work.

2005-03-09 Thread Chris Wright
* Andi Kleen ([EMAIL PROTECTED]) wrote: > Greg KH <[EMAIL PROTECTED]> writes: > > > > Rules on what kind of patches are accepted, and what ones are not, into > > the "-stable" tree: > > - It must be obviously correct and tested. > > - It can not bigger than 100 lines, with context. > > This

PATCH: 2.6.11-ac2

2005-03-09 Thread Alan Cox
2.6.11-ac2 o Merge 2.6.11.2 (Greg Kroah-Hartmann) including epoll error handling (Georgi Guninski) | Theoretically security o Fix a couple of pwc warnings(Alan Cox) o Ressurect epca driver

Re: I/O and Memory accounting...

2005-03-09 Thread Jay Lan
I thought you planned to read from CSA pacct file? Well, while we are in discussion of whether to merge and replace BSD accounting with CSA accounting, your proposed change will provide you data on charater I/O in a BSD pacct file. I supposed you do not need to have seperate fields on

Re: [PATCH] remove dead cyrix/centaur mtrr init code

2005-03-09 Thread Alan Cox
On Mer, 2005-03-09 at 17:09, Linus Torvalds wrote: > On Wed, 9 Mar 2005, Alan Cox wrote: > > > > This patch was discussed previously and declared incorrect. > > Well, it was also declared as a "don't care" by Dave, I think, by virtue > of nobody having ever complained. And in further

Re: current linus bk, error mounting root

2005-03-09 Thread Jon Smirl
On Wed, 09 Mar 2005 12:16:44 -0500, Jeff Garzik <[EMAIL PROTECTED]> wrote: > Jon Smirl wrote: > > Something in the last 24hrs in linus bk broke my ability to mount root: > > > > Creating root device > > Mounting root filesystem > > mount: error 6 mounting ext3 > > mount: error 2 mounting none > >

Re: [PATCH] keys: Discard key spinlock and use RCU for key payload

2005-03-09 Thread Linus Torvalds
On Wed, 9 Mar 2005, David Howells wrote: > > The attached patch changes the key implementation in a number of ways: > > (1) It removes the spinlock from the key structure. > > (2) The key flags are now accessed using atomic bitops instead of > write-locking the key spinlock and using C

[PATCH] 2.6.11-mm2 "nobh" support for ext3 writeback mode

2005-03-09 Thread Badari Pulavarty
Hi Andrew, Here is the simplified version of "nobh" support patch for ext3 writeback mode. I took out all the complicated logic and fallback to creating buffers in ext3_truncate_block_page() if needed. Looks sane ? Can you include it in -mm tree ? Thanks, Badari Signed-off-by: Badari

RE: [ANNOUNCE][PATCH 2.6.11 2/3] megaraid_sas: Announcing new mod ule for LSI Logic's SAS based MegaRAID controllers

2005-03-09 Thread Arjan van de Ven
On Wed, 2005-03-09 at 12:44 -0500, Bagalkote, Sreenivas wrote: > >> > > >> >> . And since this is compile time > >> >> system-wide property, I kept it as driver global. > >> > > >> >that step I don't understand... why is it a global > >*VARIABLE* if it's > >> >compile time system-wide property...

Re: Linux 2.6.11.2

2005-03-09 Thread Marcelo Tosatti
Hi Greg, The st/ide-tape/osst llseek changes havent been applied for what reason? And what about the rest of fixups which Andrew sent you? I suppose they didnt pass the -stable criteria. Can you share your thoughts with the rest of us? On Wed, Mar 09, 2005 at 12:39:23AM -0800, Greg KH

Re: make menuconfig creates erronous config for 386

2005-03-09 Thread Marcelo Tosatti
Hi, On Wed, Mar 09, 2005 at 03:15:19PM +0100, Gustav Lidberg wrote: > Hi > > There is a bug in "make menuconfig". If one chooses 386 or 486 for cpu > type, CONFIG_X86_TSC=y is set in .config. This creates a kernel that is > unbootable on 386. Testing shows that it worked in 2.4.19, but is

WDT on PCI

2005-03-09 Thread Devel
Hi all, i have a WDT-3 PCI watchdog card. It has also a serial port interface. All work fine with serial but on PCI i can't found the driver. If i do lspci i can't found nothing about WDT so i ask: If thereisn't the driver for a PCI card i can't have information from lspci? Thank and sorry for

Re: RFD: Kernel release numbering

2005-03-09 Thread Alan Cox
On Maw, 2005-03-08 at 23:50, Lee Revell wrote: > This only works because those OS'es come bundled with a toy softsynth. > With ALSA, you either need a supported hardware wavetable synth > (emu10k1) or a real soft synth like Timidity or Fluidsynth. CS4239 has a toy synth of sorts (its more

Re: [RFC] -stable, how it's going to work.

2005-03-09 Thread Alan Cox
On Mer, 2005-03-09 at 09:56, Andi Kleen wrote: > - It must be accepted to mainline. Strongly disagree. What if the mainline fix is a rewrite of the core API involved. Some times you need to put in the short term fix. What must never happen is people accepting that fix as long term. How about

[PATCH] keys: Discard key spinlock and use RCU for key payload

2005-03-09 Thread David Howells
The attached patch changes the key implementation in a number of ways: (1) It removes the spinlock from the key structure. (2) The key flags are now accessed using atomic bitops instead of write-locking the key spinlock and using C bitwise operators. The three instantiation flags

RE: [ANNOUNCE][PATCH 2.6.11 2/3] megaraid_sas: Announcing new mod ule for LSI Logic's SAS based MegaRAID controllers

2005-03-09 Thread Bodo Eggert
Bagalkote, Sreenivas <[EMAIL PROTECTED]> wrote: >>> . And since this is compile time >>> system-wide property, I kept it as driver global. >> >>that step I don't understand... why is it a global *VARIABLE* if it's >>compile time system-wide property... >> > > I see your point! Are you saying I

RE: [ patch 6/7] drivers/serial/jsm: new serial device driver

2005-03-09 Thread Kilau, Scott
Hi Wendy, Greg, all, If IBM intends on our DPA management program to work for the JSM products, the ioctls are needed. DPA support is a requirement for all Digi drivers, so it would not be possible for me to remove them from my "dgnc" version of the driver. For the JSM driver, its up to you

RE: [ANNOUNCE][PATCH 2.6.11 2/3] megaraid_sas: Announcing new mod ule for LSI Logic's SAS based MegaRAID controllers

2005-03-09 Thread Bagalkote, Sreenivas
>> > >> >> . And since this is compile time >> >> system-wide property, I kept it as driver global. >> > >> >that step I don't understand... why is it a global >*VARIABLE* if it's >> >compile time system-wide property... >> > >> >> I see your point! Are you saying I should use

Re: [PATCH] rwsem: Make rwsems use interrupt disabling spinlocks

2005-03-09 Thread Badari Pulavarty
Your patch seems to have helped. I don't see the Oops anymore - my tests are still running (past 1 hour - it used to panic in 10 min). Thanks, Badari On Wed, 2005-03-09 at 04:12, David Howells wrote: > The attached patch makes read/write semaphores use interrupt disabling > spinlocks, thus

Re: [Linux-fbdev-devel] Re: [announce 7/7] fbsplash - documentation

2005-03-09 Thread Arnd Bergmann
On Middeweken 09 März 2005 17:54, Jon Smirl wrote: > framebuffer already has a class registered. check out /sys/class/grpahics. > > You should be able to just call request_firmware and have it download > your image whenever you need it. It doesn't have to be firmware, > request_firmware will

Re: [PATCH] Support for GEODE CPUs

2005-03-09 Thread Lennart Sorensen
On Wed, Mar 09, 2005 at 05:01:09PM +, Alan Cox wrote: [snip] > And I have each time pointed out it is wrong over time because > > a) "Geode" (Geode GX) runs -m486 code faster than -m586 > b) "Geode" as a name also includes AMD Athlon "Geode NX" processors > c) Geode GX does not need OOSTORE

Re: [ patch 6/7] drivers/serial/jsm: new serial device driver

2005-03-09 Thread Wen Xiong
Greg KH wrote: On Wed, Mar 09, 2005 at 10:50:04AM -0500, Wen Xiong wrote: +/* Ioctls needed for dpa operation */ +#define DIGI_GETDD ('d'<<8) | 248 /* get driver info */ +#define DIGI_GETBD ('d'<<8) | 249 /* get board info */ +#define DIGI_GET_NI_INFO ('d'<<8) | 250 /*

Re: [patch 1/1] x86-64: forgot asmlinkage on sys_mmap

2005-03-09 Thread Andi Kleen
[EMAIL PROTECTED] writes: > CC: Andi Kleen <[EMAIL PROTECTED]> > > I think it should be there, please check better. It doesn't matter. asmlinkage is a nop on x86-64. -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED]

Re: Average power consumption in S3?

2005-03-09 Thread Martin Josefsson
On Wed, 2005-03-09 at 15:26 +0100, Moritz Muehlenhoff wrote: > Hi, > I'm using an IBM Thinkpad X31. With stock 2.6.11 and the additional > radeontool to power-off the backlight in suspend, S3 works very well > and reliable. During S3 I've measured a power consumption of 1400 > to 1500 mWh (using

Re: current linus bk, error mounting root

2005-03-09 Thread Jeff Garzik
Jon Smirl wrote: Something in the last 24hrs in linus bk broke my ability to mount root: Creating root device Mounting root filesystem mount: error 6 mounting ext3 mount: error 2 mounting none Switching to new root Switchroot: mount failed 22 umount /initrd/dev failed: 2 If I back off a day

RE: Direct io on block device has performance regression on 2.6.x kernel

2005-03-09 Thread Chen, Kenneth W
Andrew Morton wrote on Tuesday, March 08, 2005 10:28 PM > But before doing anything else, please bench this on real hardware, > see if it is worth pursuing. Let me answer the questions in reverse order. We started with running industry standard transaction processing database benchmark on 2.6

Re: [ patch 4/7] drivers/serial/jsm: new serial device driver

2005-03-09 Thread Wen Xiong
Greg KH wrote: On Wed, Mar 09, 2005 at 10:47:22AM -0500, Wen Xiong wrote: +static ssize_t jsm_driver_debug_show(struct device_driver *ddp, char *buf) +{ + return snprintf(buf, PAGE_SIZE, "0x%x\n", jsm_debug); +} +static DRIVER_ATTR(debug, S_IRUSR, jsm_driver_debug_show, NULL); Should just

RE: [ANNOUNCE][PATCH 2.6.11 2/3] megaraid_sas: Announcing new mod ule for LSI Logic's SAS based MegaRAID controllers

2005-03-09 Thread Arjan van de Ven
On Wed, 2005-03-09 at 11:01 -0500, Bagalkote, Sreenivas wrote: > > > >> . And since this is compile time > >> system-wide property, I kept it as driver global. > > > >that step I don't understand... why is it a global *VARIABLE* if it's > >compile time system-wide property... > > > > I see your

Re: [patch 1/1] unified spinlock initialization arch/um/drivers/port_kern.c

2005-03-09 Thread Russell King
On Wed, Mar 09, 2005 at 10:42:33AM +0100, [EMAIL PROTECTED] wrote: > > From: <[EMAIL PROTECTED]> > Cc: , <[EMAIL PROTECTED]>, > <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> > > Unify the spinlock initialization as far as possible. Are you sure this is really the best option in this instance?

Re: [PATCH] remove dead cyrix/centaur mtrr init code

2005-03-09 Thread Linus Torvalds
On Wed, 9 Mar 2005, Alan Cox wrote: > > This patch was discussed previously and declared incorrect. Well, it was also declared as a "don't care" by Dave, I think, by virtue of nobody having ever complained. Linus - To unsubscribe from this list: send the line "unsubscribe

current linus bk, error mounting root

2005-03-09 Thread Jon Smirl
Something in the last 24hrs in linus bk broke my ability to mount root: Creating root device Mounting root filesystem mount: error 6 mounting ext3 mount: error 2 mounting none Switching to new root Switchroot: mount failed 22 umount /initrd/dev failed: 2 If I back off a day everything works

Re: [PATCH] Support for GEODE CPUs

2005-03-09 Thread Alan Cox
On Maw, 2005-03-08 at 17:39, Linux Kernel Mailing List wrote: > ChangeSet 1.2088, 2005/03/08 09:39:30-08:00, [EMAIL PROTECTED] > > [PATCH] Support for GEODE CPUs > This patch is also incorrect. > This patch has been on my homepage >

Re: [PATCH] VGA arbitration: draft of kernel side

2005-03-09 Thread Jesse Barnes
On Tuesday, March 8, 2005 9:58 pm, Jon Smirl wrote: > On Wed, 09 Mar 2005 16:37:13 +1100, Benjamin Herrenschmidt > > <[EMAIL PROTECTED]> wrote: > > On Tue, 2005-03-08 at 23:35 -0500, Jon Smirl wrote: > > > This is from /linux-2.5/Documentation/filesystems/sysfs-pci.txt. It > > > describes how ia64

Re: [PATCH] remove dead cyrix/centaur mtrr init code

2005-03-09 Thread Alan Cox
On Maw, 2005-03-08 at 17:40, Linux Kernel Mailing List wrote: > ChangeSet 1.2094, 2005/03/08 09:40:59-08:00, [EMAIL PROTECTED] > > [PATCH] remove dead cyrix/centaur mtrr init code This patch was discussed previously and declared incorrect. The ->init method call is missing in the base

Re: [Linux-fbdev-devel] Re: [announce 7/7] fbsplash - documentation

2005-03-09 Thread Jon Smirl
On Tue, 8 Mar 2005 23:37:29 +0100, Michal Januszewski <[EMAIL PROTECTED]> wrote: > On Tue, Mar 08, 2005 at 04:18:07AM +0100, Arnd Bergmann wrote: > > > It should probably just use its own hotplug agent instead of calling > > the helper directly. > > I've just had a look at it, and it seems

Re: Linux 2.6.11-ac1

2005-03-09 Thread Bartlomiej Zolnierkiewicz
On Wed, 09 Mar 2005 16:38:43 +, Alan Cox <[EMAIL PROTECTED]> wrote: > On Mer, 2005-03-09 at 16:26, Bartlomiej Zolnierkiewicz wrote: > > It can be merged if somebody fix it to always force controller into > > non-RAID mode and remove RAID mode support (which currently > > does nothing more

[patch 1/1] unified spinlock initialization arch/um/drivers/port_kern.c

2005-03-09 Thread blaisorblade
From: <[EMAIL PROTECTED]> Cc: , <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Unify the spinlock initialization as far as possible. Signed-off-by: Amit Gud <[EMAIL PROTECTED]> Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> Signed-off-by: Paolo 'Blaisorblade' Giarrusso <[EMAIL

[patch 1/1] x86-64: forgot asmlinkage on sys_mmap

2005-03-09 Thread blaisorblade
CC: Andi Kleen <[EMAIL PROTECTED]> I think it should be there, please check better. Signed-off-by: Paolo 'Blaisorblade' Giarrusso <[EMAIL PROTECTED]> --- linux-2.6.11-paolo/arch/x86_64/kernel/sys_x86_64.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN

Re: Linux 2.6.11-ac1

2005-03-09 Thread Alan Cox
On Mer, 2005-03-09 at 16:26, Bartlomiej Zolnierkiewicz wrote: > It can be merged if somebody fix it to always force controller into > non-RAID mode and remove RAID mode support (which currently > does nothing more besides complicating the driver and making special > commands unusable). Incorrect

Re: [PATCH] PCI: One more Asus SMBus quirk

2005-03-09 Thread Greg KH
On Wed, Mar 09, 2005 at 11:06:15AM -0500, Bill Davidsen wrote: > On Tue, 8 Mar 2005, Greg KH wrote: > > > On Tue, Mar 08, 2005 at 05:18:16PM -0500, Bill Davidsen wrote: > > > Greg KH wrote: > > > >ChangeSet 1.1998.11.27, 2005/02/25 15:48:28-08:00, [EMAIL PROTECTED] > > > > > > > >[PATCH] PCI: One

Re: [ patch 6/7] drivers/serial/jsm: new serial device driver

2005-03-09 Thread Greg KH
On Wed, Mar 09, 2005 at 10:50:04AM -0500, Wen Xiong wrote: > +/* Ioctls needed for dpa operation */ > +#define DIGI_GETDD ('d'<<8) | 248 /* get driver info */ > +#define DIGI_GETBD ('d'<<8) | 249 /* get board info */ > +#define DIGI_GET_NI_INFO ('d'<<8) | 250

Re: [ patch 4/7] drivers/serial/jsm: new serial device driver

2005-03-09 Thread Greg KH
On Wed, Mar 09, 2005 at 10:47:22AM -0500, Wen Xiong wrote: > +static ssize_t jsm_driver_debug_show(struct device_driver *ddp, char *buf) > +{ > + return snprintf(buf, PAGE_SIZE, "0x%x\n", jsm_debug); > +} > +static DRIVER_ATTR(debug, S_IRUSR, jsm_driver_debug_show, NULL); Should just be a

Re: Linux 2.6.11-ac1

2005-03-09 Thread Bartlomiej Zolnierkiewicz
On Wed, 9 Mar 2005 18:26:46 +1100, CaT <[EMAIL PROTECTED]> wrote: > On Mon, Mar 07, 2005 at 09:34:22PM +, Alan Cox wrote: > > For a couple of reasons I've not yet merged Greg's 2.6.11.1 yet but this > > diff should actually apply to either right now. > > > > 2.6.11-ac1 > > o Fix jbd race

Re: [PATCH] PCI: One more Asus SMBus quirk

2005-03-09 Thread Bill Davidsen
On Tue, 8 Mar 2005, Greg KH wrote: > On Tue, Mar 08, 2005 at 05:18:16PM -0500, Bill Davidsen wrote: > > Greg KH wrote: > > >ChangeSet 1.1998.11.27, 2005/02/25 15:48:28-08:00, [EMAIL PROTECTED] > > > > > >[PATCH] PCI: One more Asus SMBus quirk > > > > > >One more Asus laptop requiring the SMBus

Re: [ patch 4/7] drivers/serial/jsm: new serial device driver

2005-03-09 Thread Russell King
On Mon, Mar 07, 2005 at 10:44:25PM -0800, Greg KH wrote: > On Mon, Mar 07, 2005 at 05:46:51PM -0500, Wen Xiong wrote: > > +static ssize_t jsm_tty_baud_show(struct class_device *class_dev, char *buf) > > +{ > > + struct jsm_channel *ch; > > + > > + if (class_dev) { > > + ch =

Re: [ patch 4/7] drivers/serial/jsm: new serial device driver

2005-03-09 Thread Russell King
On Tue, Mar 08, 2005 at 03:47:45PM -0600, Kilau, Scott wrote: > For example, lets say a customer has a modem connected to a serial port. > > If you were to open up the port with an "stty -a" to get the current > settings and signals, you would unintentionally raise RTS and DTR. That isn't

Re: [PATCH] 2.6.10 - direct-io async short read bug

2005-03-09 Thread Badari Pulavarty
On Tue, 2005-03-08 at 17:44, Daniel McNeil wrote: > On Tue, 2005-03-08 at 11:18, Badari Pulavarty wrote: > > > Andrew, please don't apply the original patch. We shouldn't even attempt > > > to submit IO beyond the filesize. We should truncate the IO request to > > > filesize. I will send a patch

RE: [ANNOUNCE][PATCH 2.6.11 2/3] megaraid_sas: Announcing new mod ule for LSI Logic's SAS based MegaRAID controllers

2005-03-09 Thread Bagalkote, Sreenivas
> >> . And since this is compile time >> system-wide property, I kept it as driver global. > >that step I don't understand... why is it a global *VARIABLE* if it's >compile time system-wide property... > I see your point! Are you saying I should use if(sizeof(dma_addr_t)==8) instead of the

Re: [uml-devel] [PATCH] UML - Make deb-pkg build target build a Debian-style user-mode-linux package

2005-03-09 Thread Blaisorblade
On Monday 07 March 2005 19:28, Ryan Anderson wrote: > Make the deb-pkg build target understand the "um" arch and set up the > package and directory structure to match a mainline-Debian style > user-mode-linux package. > > This is primarily so that it stops matching, exactly, the naming >

Re: badness in interruptible_sleep_on_timeout FC-3 (source code and Makefile attached)

2005-03-09 Thread Arjan van de Ven
On Wed, 2005-03-09 at 20:12 +0530, Srinivas G. wrote: > > > I have developed a small module in Fedora Core 3 with 2.6.9-1.667 > kernel > version. This module uses the interruptible_sleep_on_timeout call and don't use interruptible_sleep_on_timeout() really. (and if you want to use the

Re: [PATCH][3/3] swsusp: use non-contiguous memory

2005-03-09 Thread Rafael J. Wysocki
Hi, On Tuesday, 8 of March 2005 13:00, Rafael J. Wysocki wrote: ]-- snip --[ > > > Now, akpm sent all (?) swsusp updates to Linus, so it should appear in > > > bk tree later today. If you could regenerate the patches (1/3 will no > > > longer be needed) and send them to me & l-k. I'll then

Re: Linux 2.6.11-ac1

2005-03-09 Thread Alan Cox
On Mer, 2005-03-09 at 07:26, CaT wrote: > > Carried over from 2.6.10-ac > > BTW. What's the probability of the ITE driver making it into the stock > kernel? I have given up caring about the base kernel IDE code. I've tried to get stuff submitted and failed. I've no plan to waste further time on

Re: RFD: Kernel release numbering

2005-03-09 Thread Chris Friesen
szonyi calin wrote: Let me tell you what i understood from this thread: 2.6.12 "almost stable" 2.6.13 devel (new drivers,fixes and stuff -- may be broken) 2.6.14 (based on 2.6.13) tries to became stable again 2.6.15 also devel (see above) 2.6.16 (based on 2.6.15) also tries to became stable again

Re: [announce 7/7] fbsplash - documentation

2005-03-09 Thread Arnd Bergmann
On Middeweken 09 MÃrz 2005 03:05, Michal Januszewski wrote: > On Wed, Mar 09, 2005 at 01:17:11AM +0100, Arnd Bergmann wrote: > change_console() > complete_change_console() > switch_screen() == redraw_screen() > con_switch() == fbcon_switch() > > From inside fbcon_switch(), we need to call the

Re: [ patch 6/7] drivers/serial/jsm: new serial device driver

2005-03-09 Thread Wen Xiong
Greg KH wrote: On Tue, Mar 08, 2005 at 01:42:31PM -0500, Wen Xiong wrote: The following email I got from Scott Kilau in digi: Scott Kilau wrote: The DPA program is very old, and is shared among other drivers and OS's, so changing the code to read the sysfs instead of doing ioctls

RE: [ANNOUNCE][PATCH 2.6.11 2/3] megaraid_sas: Announcing new mod ule for LSI Logic's SAS based MegaRAID controllers

2005-03-09 Thread Arjan van de Ven
> . And since this is compile time > system-wide property, I kept it as driver global. that step I don't understand... why is it a global *VARIABLE* if it's compile time system-wide property... - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH] resync ATI PCI idents into base kernel

2005-03-09 Thread Alan Cox
On Maw, 2005-03-08 at 22:33, Christoph Hellwig wrote: > > Really - so does it go to the PCI maintainer, the IDE maintainer or the > > DRI maintainer or someone else, or all of them, or in bits to different > > ones remembering there are dependancies and I don't use bitcreeper ? > > If you don't

Re: [ patch 4/7] drivers/serial/jsm: new serial device driver

2005-03-09 Thread Wen Xiong
Greg KH wrote: On Tue, Mar 08, 2005 at 01:55:33PM -0500, Wen Xiong wrote: +static ssize_t jsm_driver_boards_show(struct device_driver *ddp, char *buf) +{ + int adapter_count = 0; + adapter_count = jsm_total_boardnum(); + return snprintf(buf, PAGE_SIZE, "%d\n", adapter_count); +} +static

Re: Writing data > PAGESIZE into kernel with proc fs

2005-03-09 Thread Jan Hudec
On Wed, Mar 09, 2005 at 11:26:30 +0100, Weber Matthias wrote: > On Tue, Mar 08, 2005 at 20:05:42 +0100, Weber Matthias wrote: > >> is there any chance to signal an EOF when writing data to kernel via proc > >> fs? >> Actually if the length of data is N*PAGE_SIZE it seems not to be > >>

PPPD fails on recent 2.6.11-bk

2005-03-09 Thread Steven Cole
Last night, I did a bk pull from linux.bkbits.net/linux-2.6, built and rebooted, and the pppd (version 2.4.2) failed to start after the modem at the ISP end answered. I usually keep the kernel fairly up-to-date with bk, and I'm certain that 2.6.11-vanilla ran pppd just fine a few days earlier. I

Re: Linux 2.6.11.2

2005-03-09 Thread Greg KH
On Wed, Mar 09, 2005 at 10:28:32AM +, Marcos D. Marado Torres wrote: > On Wed, 9 Mar 2005, Dominik Karall wrote: > > which is a patch against the 2.6.11.1 release. If consensus arrives > that this patch should be against the 2.6.11 tree, it will be done that > way in the

Re: a problem with linux 2.6.11 and sa

2005-03-09 Thread George Georgalis
On Wed, Mar 09, 2005 at 01:06:11PM +, Nix wrote: >> An interesting technique that allows a program (such as a log writer) >> to run as an unprivileged user, while receiving privileged data. (taken >> almost verbatim from Gerrit Pape's socklog) >> >> #!/bin/sh >> exec > exec 2>&1 >> exec

[PATCH] Hotplug parallel ports

2005-03-09 Thread Russell King
This patch is against 2.6.11. The Mobility docking station provides a PCI-based parallel port. Since the docking station connects via Cardbus, such devices are removable. Therefore, track which parallel ports are registered to each PCI device, and remove them when the PCI device is

Re: [RFC] ext3/jbd race: releasing in-use journal_heads

2005-03-09 Thread Stephen C. Tweedie
Hi, On Wed, 2005-03-09 at 13:28, Jan Kara wrote: > Hmm. I see for example a place at jbd/commit.c, line 287 (which you > did not change in your patch) which does this and doesn't seem to be > protected against journal_unmap_buffer() (but maybe I miss something). > Not that I'd find that race

Re: [PATCH] 2.6.10 - direct-io async short read bug

2005-03-09 Thread Suparna Bhattacharya
On Tue, Mar 08, 2005 at 08:07:57PM -0800, Joel Becker wrote: > On Tue, Mar 08, 2005 at 03:54:04PM -0800, Badari Pulavarty wrote: > > > 1. return EINVAL if the DIO goes past EOF. > > > > > > 2. truncate the request to file size (which is what your patch does) > > > and if it works, it works. >

Re: [Fastboot] Re: Query: Kdump: Core Image ELF Format

2005-03-09 Thread Dipankar Sarma
On Wed, Mar 09, 2005 at 07:17:49AM -0700, Eric W. Biederman wrote: > Vivek Goyal <[EMAIL PROTECTED]> writes: > > > On Tue, 2005-03-08 at 11:00 -0700, Eric W. Biederman wrote: > > > > This also requires, setting the kernel virtual addresses while preparing > > the headers. KVA for linearly

RE: [ANNOUNCE][PATCH 2.6.11 2/3] megaraid_sas: Announcing new mod ule for LSI Logic's SAS based MegaRAID controllers

2005-03-09 Thread Bagalkote, Sreenivas
>> >> I will make this an instance parameter if the idea to reduce as many >> global variables as possible. But if the objection is because each >> adapter >> may have different value for variable, then it is indeed a global >> value. >> "is_dma64" - which is computed using the size of dma_addr_t

badness in interruptible_sleep_on_timeout FC-3 (source code and Makefile attached)

2005-03-09 Thread Srinivas G.
Dear All, I have developed a small module in Fedora Core 3 with 2.6.9-1.667 kernel version. This module uses the interruptible_sleep_on_timeout call and one proc entry in it. After inserting the module when I try to cat the /proc entry I got the following messages on the screen. invoked!

Re: about interrupt latency

2005-03-09 Thread Francesco Oppedisano
On Tue, 8 Mar 2005 12:09:58 -0700 (MST), Zwane Mwaikambo <[EMAIL PROTECTED]> wrote: > At some cpu frequency point on i386 the main cause of your interrupt > service latency will be in the interrupt controller and how long from irq > assertion to the signal being recognised, resultant vector being

Re: aio stress panic on 2.6.11-mm1

2005-03-09 Thread Suparna Bhattacharya
On Wed, Mar 09, 2005 at 12:21:01PM +0100, Andi Kleen wrote: > Arjan van de Ven <[EMAIL PROTECTED]> writes: > > > On Wed, 2005-03-09 at 16:34 +0530, Suparna Bhattacharya wrote: > >> Any sense of how costly it is to use spin_lock_irq's vs spin_lock > >> (across different architectures) ? Isn't

Re: Average power consumption in S3?

2005-03-09 Thread Matthew Garrett
Moritz Muehlenhoff <[EMAIL PROTECTED]> wrote: > I'm using an IBM Thinkpad X31. With stock 2.6.11 and the additional > radeontool to power-off the backlight in suspend, S3 works very well > and reliable. During S3 I've measured a power consumption of 1400 > to 1500 mWh (using 512 megabytes of

RE: [ANNOUNCE][PATCH 2.6.11 1/3] megaraid_sas: Announcing new mod ule for LSI Logic's SAS based MegaRAID controllers

2005-03-09 Thread Bagalkote, Sreenivas
>> > >> >> source "drivers/scsi/megaraid/Kconfig.megaraid" >> >> +source "drivers/scsi/megaraid/Kconfig.megaraid_sas" >> >> >> > >> >why a fully separate file and not add your ONE config option to >> >Kconfig.megaraid instead ?? >> > >> >> Arjan, I didn't want to needlessly couple megaraid and

badness in interruptible_sleep_on_timeout FC-3 (source code and Makefile attached)

2005-03-09 Thread Srinivas G.
Dear All, I have developed a small module in Fedora Core 3 with 2.6.9-1.667 kernel version. This module uses the interruptible_sleep_on_timeout call and one proc entry in it. After inserting the module when I try to cat the /proc entry I got the following messages on the screen. invoked!

Re: about interrupt latency

2005-03-09 Thread Francesco Oppedisano
On Tue, 8 Mar 2005 14:03:21 -0500 (EST), linux-os > You can't measure interrupt latency that way even > though you may get the "correct" answer! Why do you think the technique is not valid? > Make a simple module that uses IRQ7, the printer-port > interrupt. Inside your ISR, you toggle one of

Re: 2.6.11 low latency audio test results

2005-03-09 Thread K.R. Foley
Lee Revell wrote: OK, I have run some simple tests with JACK, Hydrogen, and 2.6.11. 2.6.11 does not seem to be much of an improvement over 2.6.10. It may in fact be slightly worse. This was what I expected, as it appears that a number of latency fixes in the VM got preempted by the 4-level page

Average power consumption in S3?

2005-03-09 Thread Moritz Muehlenhoff
Hi, I'm using an IBM Thinkpad X31. With stock 2.6.11 and the additional radeontool to power-off the backlight in suspend, S3 works very well and reliable. During S3 I've measured a power consumption of 1400 to 1500 mWh (using 512 megabytes of RAM). Is there still room for optimization? What's the

Re: [Fastboot] Re: Query: Kdump: Core Image ELF Format

2005-03-09 Thread Eric W. Biederman
Vivek Goyal <[EMAIL PROTECTED]> writes: > On Tue, 2005-03-08 at 11:00 -0700, Eric W. Biederman wrote: > That sounds good. But we loose the advantage of doing limited debugging > with gdb. Crash (or other analysis tools) will still take considerable > amount of time before before they are fully

make menuconfig creates erronous config for 386

2005-03-09 Thread Gustav Lidberg
Hi There is a bug in "make menuconfig". If one chooses 386 or 486 for cpu type, CONFIG_X86_TSC=y is set in .config. This creates a kernel that is unbootable on 386. Testing shows that it worked in 2.4.19, but is broken from 2.4.20 onwards. Someone should definetely look into this. (I'm not

Re: oom with 2.6.11

2005-03-09 Thread Christian Kujau
Mauricio Lin wrote: > Hi Christian, > > I found the 2.6.11-rc3 patch. The oom killer modification from > Arcangeli was included in 2.6.11-rc3. Right? So this is correct, so > the problem is not related to Arcangeli modification. > > Does anyone have idea? hi Mauricio, thank you for your

Re: oom with 2.6.11

2005-03-09 Thread Mauricio Lin
Hi Christian, I found the 2.6.11-rc3 patch. The oom killer modification from Arcangeli was included in 2.6.11-rc3. Right? So this is correct, so the problem is not related to Arcangeli modification. Does anyone have idea? BR, Mauricio Lin. On Wed, 9 Mar 2005 09:18:31 -0400, Mauricio Lin

Questions relating page descriptor

2005-03-09 Thread Xeon Cathrine
Hi, I have some questions regarding the page descriptors in the linux kernel with discontig memory support. According to my understanding memory for page descriptors is allocated from the bootmem allocator and that for pg_dat_t structure comes from the node_remap_start addr. So the first

Re: [RFC] ext3/jbd race: releasing in-use journal_heads

2005-03-09 Thread Jan Kara
> On Tue, 2005-03-08 at 15:12, Jan Kara wrote: > > > Isn't also the following scenario dangerous? > > > > __journal_unfile_buffer(jh); > > journal_remove_journal_head(bh); > > It depends. I think the biggest problem here is that there's really no > written rule protecting this stuff

I/O and Memory accounting...

2005-03-09 Thread Guillaume Thouvenin
Hello, In the ChangeLog-2.6.11 file I read that the enhanced I/O accounting data patch and the enhanced memory accounting data collection patch were added. It's cool but I don't see how this stuff is used because information is never dump in a file or send to an accounting application (or I

Re: OOM with 2.6.11

2005-03-09 Thread Christian Kujau
...replying to myself: it happened again! switched back to 2.6.11-rc5-bk2, details will follow. thanks, Christian. -- BOFH excuse #311: transient bus protocol violation - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More

Re: size of /proc/kcore grows?

2005-03-09 Thread Christian Kujau
Tony Luck wrote: > > Take a look at the driver (fs/proc/kcore.c) that creates this pseudo-file. will do ;) > Initially the size of the file is set from the size of your memory. > > Reading the file has the side-effect of setting up the ELF headers to make > this look like an ELF file ... in fact

Re: Adaptec 29160 + Promise Ultratrak100 TX8 problems

2005-03-09 Thread Maarten de Boer
Hello, I just connected an Ultratrak SX8000 instead of the Ultratrak100 TX8, and it seems to work without a problem... Maarten - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

<    1   2   3   4   5   6   7   8   9   10   >