Re: GFS, what's remainingh

2005-09-05 Thread Dmitry Torokhov
On Tuesday 06 September 2005 01:48, Daniel Phillips wrote: > On Tuesday 06 September 2005 01:05, Dmitry Torokhov wrote: > > do you think it is a bit premature to dismiss something even without > > ever seeing the code? > > You told me you are using a dlm for a single-node application, is there >

Re: EXT3-fs error (device hda8): ext3_free_blocks: Freeing blocksnot in datazone

2005-09-05 Thread Riccardo Castellani
I run memtest86 and It gives errors. I removed the installed 256 MB RAM of 512 MB and now PC works. thanks - Original Message - From: "Stephen C. Tweedie" <[EMAIL PROTECTED]> To: "Riccardo Castellani" <[EMAIL PROTECTED]> Cc: "Stephen Tweedie" <[EMAIL PROTECTED]>; "linux-kernel" Sen

Re: the difference between irq save and the irq disable ?

2005-09-05 Thread Tushar Adeshara
On 9/5/05, mandy london <[EMAIL PROTECTED]> wrote: > in my mind, irq save only store the conditions of that time , and the > following code can access the shared region and change it ,so modify > irq states . > > while , disable irq keeps the states of interrupt unchangable . > > but , I have

Re: GFS, what's remainingh

2005-09-05 Thread Daniel Phillips
On Tuesday 06 September 2005 01:05, Dmitry Torokhov wrote: > do you think it is a bit premature to dismiss something even without > ever seeing the code? You told me you are using a dlm for a single-node application, is there anything more I need to know? Regards, Daniel - To unsubscribe from t

Re: [PATCH] Allow for arch-specific IOREMAP_MAX_ORDER

2005-09-05 Thread Deepak Saxena
On Aug 28 2005, at 18:39, Russell King was caught saying: > On Wed, Aug 24, 2005 at 03:12:02PM -0700, Deepak Saxena wrote: > > Version 6 of the ARM architecture introduces the concept of 16MB pages > > (supersections) and 36-bit (40-bit actually, but nobody uses this) > > physical addresses. 36-bit

Re: RFC: i386: kill !4KSTACKS

2005-09-05 Thread Denis Vlasenko
On Tuesday 06 September 2005 07:37, Andi Kleen wrote: > Running with tight stack is just a fundamentally fragile configuration > and will come back to bite you later. Even with 8k we regularly > had overflows reported and with 4k it will be much worse. I think one of the reasons is: "No matter ho

Re: netif_rx for ATM

2005-09-05 Thread Mehul Vora
hi, For submitting an sk_buff to upper layer you have to use atm_vcc structure, provided by kernel. This has one "push" entry point where you can pass your skbuff structure. go through drivers/atm/zatm.c. Mehul. --- manomugdha biswas <[EMAIL PROTECTED]> wrote: > > > Hi, > I am writing a n

Re: [PATCH] custom PM support for 8250

2005-09-05 Thread Vitaly Wool
Russell, what I'd suggest is to separate the changes that allow to provide PM callbacks and generic changes in the interface/structures as the latter will result in changing a lot of code that uses 8250 serial driver, otherwise that code will stop working. Namely, is it posible to have the fir

Re: Immediate general protection errors on Tyan board

2005-09-05 Thread Sander
Parag Warudkar wrote (ao): > Bob Richmond wrote: > >Immediately upon boot on this system, most userland programs will > >segfault, including mount. This causes the system to come up in a > >bizarre state with the root filesystem mounted read-only, and nothing > >runs without segfault. There have

Re: [Perfctr-devel] new perfmon2 kernel patch available

2005-09-05 Thread David Gibson
On Mon, Aug 08, 2005 at 02:02:31PM -0700, Stephane Eranian wrote: > Hello, > > I have released a new version of the perfmon2 kernel patch > along with a new version of the libpfm user library. > > The kernel patch is relative to 2.6.13-rc4-mm1. You need to > apply Andrew Morton's -mm1 to rc4. >

Re: GFS, what's remaining

2005-09-05 Thread Daniel Phillips
On Monday 05 September 2005 19:37, Joel Becker wrote: > OCFS2, the new filesystem, is fully general purpose. It > supports all the usual stuff, is quite fast... So I have heard, but isn't it time to quantify that? How do you think you would stack up here: http://www.caspur.it/Files/2005/01

Re: DVD+-R[W] regression in 2.6.12/13

2005-09-05 Thread Oliver Tennert
On Monday, 5. September 2005 18:27, Mark Lord wrote: > Oh, you *should* be able to get the results you > are looking for (hdparm -I) by trying it this way: > > hdparm --Istdin > Cheers Oh yes, you are right! It works. But what is the reason behind this new behaviour? Best regards Oliver -

Re: nfs4 client bug

2005-09-05 Thread Andreas Sundstrom
[J. Bruce Fields] > On Sun, Sep 04, 2005 at 01:51:08PM -0700, Bret Towe wrote: > > On 9/4/05, Bret Towe <[EMAIL PROTECTED]> wrote: > > > On 9/4/05, Francois Romieu <[EMAIL PROTECTED]> wrote: > > > > Bret Towe <[EMAIL PROTECTED]> : > > > > [...] > > > > > after moving some files on the server to a n

Re: GFS, what's remainingh

2005-09-05 Thread Dmitry Torokhov
On Monday 05 September 2005 23:58, Daniel Phillips wrote: > On Tuesday 06 September 2005 00:07, Dmitry Torokhov wrote: > > On Monday 05 September 2005 23:02, Daniel Phillips wrote: > > > By the way, you said "alpha server" not "alpha servers", was that just a > > > slip? Because if you don't have a

Re: GFS, what's remainingh

2005-09-05 Thread Daniel Phillips
On Tuesday 06 September 2005 00:07, Dmitry Torokhov wrote: > On Monday 05 September 2005 23:02, Daniel Phillips wrote: > > By the way, you said "alpha server" not "alpha servers", was that just a > > slip? Because if you don't have a cluster then why are you using a dlm? > > No, it is not a slip. T

Re: [PATCH 1/2] pci: Block config access during BIST (resend)

2005-09-05 Thread Grant Grundler
On Mon, Sep 05, 2005 at 01:31:20PM -0500, Brian King wrote: > That should work also. Here is an updated patch. ... The code looks good...but it got me thinking. ... > +void pci_block_user_cfg_access(struct pci_dev *dev) > +{ > + pci_save_state(dev); > + dev->block_ucfg_access = 1; > +

Re: [discuss] [2.6 patch] include/asm-x86_64 "extern inline" -> "static inline"

2005-09-05 Thread H. Peter Anvin
Followup to: <[EMAIL PROTECTED]> By author:Adrian Bunk <[EMAIL PROTECTED]> In newsgroup: linux.dev.kernel > > On Mon, Sep 05, 2005 at 02:47:40PM -0400, Jakub Jelinek wrote: > > On Mon, Sep 05, 2005 at 08:00:05PM +0200, Adrian Bunk wrote: > > > It isn't the same, but "static inline" is the corr

Re: RFC: i386: kill !4KSTACKS

2005-09-05 Thread Andi Kleen
Alan Cox <[EMAIL PROTECTED]> writes: > On Sul, 2005-09-04 at 07:51 -0700, Alex Davis wrote: > > I'm not asking you to debug crashes. I'm simply requesting that the > > kernel stack size situation remain as it is: with 8K as the default > > and 4K configurable. > > How about the relevant question

Re: 2.6, devfs, SMP, SATA

2005-09-05 Thread Howard Chu
Pekka Enberg wrote: On 9/5/05, Howard Chu <[EMAIL PROTECTED]> wrote: So, any guesses why with otherwise identical config options, a kernel with SMP enabled doesn't boot up with all of the device nodes that it should? (Both drives are on the same controller. I haven't checked to see if any oth

Re: [PATCH 23/24] V4L: Include saa6588 compiler option and files / Fixes comments on tuner.h

2005-09-05 Thread Nish Aravamudan
On 9/5/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Can this: +static void saa6588_work(void *data) +{ + struct saa6588 *s = (struct saa6588 *)data; + + saa6588_i2c_poll(s); + mod_timer(&s->timer, jiffies + HZ / 50);/* 20 msec */ +} + be: mod_timer(&s->timer, jif

netif_rx for ATM

2005-09-05 Thread manomugdha biswas
Hi, I am writing a new driver module for ATM. I want to send a packet to protocol stack using netif_rx(). For ethernet i am using netif_rx() in the following way. I have dev pointer. skbuff->dev = device; skbuff->protocol = eth_type_trans(skbuff, device); netif_rx(skbuff);

Re: GFS, what's remainingh

2005-09-05 Thread Dmitry Torokhov
On Monday 05 September 2005 23:02, Daniel Phillips wrote: > > By the way, you said "alpha server" not "alpha servers", was that just a > slip? > Because if you don't have a cluster then why are you using a dlm? > No, it is not a slip. The application is running on just one node, so we do not r

Re: GFS, what's remaining

2005-09-05 Thread Daniel Phillips
On Monday 05 September 2005 22:03, Dmitry Torokhov wrote: > On Monday 05 September 2005 19:57, Daniel Phillips wrote: > > On Monday 05 September 2005 12:18, Dmitry Torokhov wrote: > > > On Monday 05 September 2005 10:49, Daniel Phillips wrote: > > > > On Monday 05 September 2005 10:14, Lars Marowsk

[PATCH] i386: single node SPARSEMEM fix

2005-09-05 Thread Magnus Damm
This patch for 2.6.13-git5 fixes single node sparsemem support. In the case when multiple nodes are used, setup_memory() in arch/i386/mm/discontig.c calls get_memcfg_numa() which calls memory_present(). The single node case with setup_memory() in arch/i386/kernel/setup.c does not call memory_presen

Re: nfs4 client bug

2005-09-05 Thread Bret Towe
On 9/5/05, Jesper Juhl <[EMAIL PROTECTED]> wrote: > On 9/5/05, Bret Towe <[EMAIL PROTECTED]> wrote: > > On 9/4/05, J. Bruce Fields <[EMAIL PROTECTED]> wrote: > > > On Sun, Sep 04, 2005 at 08:08:22PM -0700, Bret Towe wrote: > > > > On 9/4/05, J. Bruce Fields <[EMAIL PROTECTED]> wrote: > > > > > Do y

Re: linux-2.6.13-mm1 fails to build

2005-09-05 Thread Alexander E. Patrakov
Alan Cox wrote: On Llu, 2005-09-05 at 14:17 +0600, Alexander E. Patrakov wrote: Hello, I tried to build linux-2.6.13-mm1 with the attached configuration, and it failed with: drivers/usb/serial/whiteheat.c: In function `rx_data_softint': drivers/usb/serial/whiteheat.c:1433: error: structu

Re: [PATCH] missed s/u32/pm_message_t/ in arch/ppc/syslib/ocp.c

2005-09-05 Thread Eugene Surovegin
On Tue, Sep 06, 2005 at 03:27:33AM +0100, [EMAIL PROTECTED] wrote: > On Mon, Sep 05, 2005 at 07:15:35PM -0700, Eugene Surovegin wrote: > > > Identical fix is already in -mm > > Then it really should go upstream; obvious fixes like that are not > something that needs filtration... Well, it's not

Re: [PATCH] missed s/u32/pm_message_t/ in arch/ppc/syslib/ocp.c

2005-09-05 Thread viro
On Mon, Sep 05, 2005 at 07:15:35PM -0700, Eugene Surovegin wrote: > Identical fix is already in -mm Then it really should go upstream; obvious fixes like that are not something that needs filtration... - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a mes

Re: [PATCH] Kconfig fix (GEN_RTC dependencies)

2005-09-05 Thread viro
On Mon, Sep 05, 2005 at 06:51:41PM -0700, David S. Miller wrote: > Admittedly, the whole RTC situation is quite a mess I have to > agree. > > To make the problem worse, we have two sets of RTC ioctls > which userland makes use of on Sparc. The older ones which > the SBUS RTC driver exported and s

Re: [PATCH] missed s/u32/pm_message_t/ in arch/ppc/syslib/ocp.c

2005-09-05 Thread Eugene Surovegin
On Tue, Sep 06, 2005 at 01:44:23AM +0100, [EMAIL PROTECTED] wrote: > Signed-off-by: Al Viro <[EMAIL PROTECTED]> > > diff -urN RC13-git5-mga/arch/ppc/syslib/ocp.c > RC13-git5-ppc44x-pm/arch/ppc/syslib/ocp.c > --- RC13-git5-mga/arch/ppc/syslib/ocp.c 2005-08-28 23:09:40.0 > -0400

Re: Brand-new notebook useless with Linux...

2005-09-05 Thread Cal Peake
On Mon, 5 Sep 2005, Mathieu wrote: > the bioses released by phoenix seem a little broken. try a 2.6.13 > kernel with the option ec_burst=1. I agree with the broken phoenix part but be careful playing with ec_burst. When it was set to default pre-2.6.13-rc6 it caused my laptop to overheat and tr

[Patch] Peformance improvement of serial console via virtual serial port

2005-09-05 Thread Taku Izumi
Greetings. This patch improves peformance of serial console by using FIFO. I think original serial driver is not effective, but transfer rate of real serial port is low, so this problem has not been exposed. However, because transfer rate of virtual serial port (ex. Serial Over Ethernet) is highe

Re: SPI redux ... driver model support

2005-09-05 Thread David Brownell
> > @@ -193,6 +193,34 @@ > > > > #ifdef CONFIG_OMAP_OSK_MISTRAL > > > > +#include > > + > > +struct ads7864_info { /* FIXME put in standard header */ > > + u16 pen_irq, busy; /* GPIO lines */ > > + u16 x_ohms, y_ohms; > > +}; > > + > > +static struct ads7

Re: GFS, what's remaining

2005-09-05 Thread Dmitry Torokhov
On Monday 05 September 2005 19:57, Daniel Phillips wrote: > On Monday 05 September 2005 12:18, Dmitry Torokhov wrote: > > On Monday 05 September 2005 10:49, Daniel Phillips wrote: > > > On Monday 05 September 2005 10:14, Lars Marowsky-Bree wrote: > > > > On 2005-09-03T01:57:31, Daniel Phillips <[EM

Re: kernel BUG at net/ipv4/tcp.c:775! with 2.6.13-git5

2005-09-05 Thread David S. Miller
From: "Colin Harrison" <[EMAIL PROTECTED]> Date: Mon, 5 Sep 2005 16:43:44 +0100 > I'm getting the following BUG report with 2.6.13-git5:- Should be fixed by this patch. And please use netdev@vger.kernel.org for networking kernel stuff, thanks. diff-tree fb5f5e6e0cebd574be737334671d1aa8f170d5f3

Re: [PATCH] Kconfig fix (GEN_RTC dependencies)

2005-09-05 Thread David S. Miller
From: [EMAIL PROTECTED] Date: Tue, 6 Sep 2005 01:56:45 +0100 > Yet another architecture not coverd by GEN_RTC - sparc64 never > picked it until now and it doesn't have asm/rtc.h to go with it, so > it wouldn't compile anyway (or have these ioctls in the user-visible > headers, for that matte

Re: [GIT PATCHES] kbuild updates

2005-09-05 Thread Matt Mackall
On Mon, Sep 05, 2005 at 10:32:04PM +0100, Alistair John Strachan wrote: > On Monday 05 September 2005 21:13, Sam Ravnborg wrote: > > On Mon, Sep 05, 2005 at 08:35:14PM +0100, Alistair John Strachan wrote: > > > On Monday 05 September 2005 18:41, Sam Ravnborg wrote: > > > > Hi Linus. > > > > > > > >

[RFC][MEGAPATCH] Change __ASSEMBLY__ to __ASSEMBLER__ (defined by GCC from 2.95 to current CVS)

2005-09-05 Thread Kyle Moffett
On Sep 5, 2005, at 19:28:07, Kyle Moffett wrote: With all of that mess out of the way, I'll work on getting a few initial RFC patches out the door, and then we can revisit this discussion once there is something tangible to talk about. Ugh. Step one for my cleanup is to rename __ASSEMBLY__

Re: [GIT PATCHES] kbuild updates

2005-09-05 Thread Sam Ravnborg
> > > How is this different from the preempt module vermagic? > > > > > > ~$ modinfo agpgart | grep vermagic > > > vermagic: 2.6.13 preempt gcc-4.0 > > > > My bad. Adding PREEMT to UTS_VERSION makes it visible in uname -a. > > > > I see. I can understand adding an extraversion for SMP and ex

Re: who sets boot_params[].screen_info.orig_video_isVGA?

2005-09-05 Thread Antonino A. Daplas
[EMAIL PROTECTED] wrote: > Thanks for the reply, Matthew. > > On Mon, 5 Sep 2005, Matthew Garrett wrote: > >> [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >>> I am trying to get intelfb running on a system with a 855GM onboard >>> chip, >>> and the driver exits at intelfbdrv.c::intelfb_pci_regist

Bit Truncation in drivers/pci/probe.c on amd64

2005-09-05 Thread Gabriel A. Devenyi
In the current git repository, on my amd64 machine I get the following warning on compile drivers/pci/probe.c: In function `pci_read_bases': drivers/pci/probe.c:166: warning: large integer implicitly truncated to unsigned type drivers/pci/probe.c:216: warning: large integer implicitly truncated t

legacy megaraid driver bug in mm-series

2005-09-05 Thread Jack Byer
My AMI megaraid card no longer works with recent mm-series kernels. The bug appears on mm- kernels newer than 2.6.12-rc6-mm1; mainline kernels are not affected. The driver will load and detect both devices on the card (sda and sdb). It will scan each device and read the partition table successfull

[PATCH] iomem annotations (sound/arm/aaci)

2005-09-05 Thread viro
Signed-off-by: Al Viro <[EMAIL PROTECTED]> diff -urN RC13-git5-sunsu/sound/arm/aaci.c RC13-git5-aaci/sound/arm/aaci.c --- RC13-git5-sunsu/sound/arm/aaci.c2005-08-28 23:09:50.0 -0400 +++ RC13-git5-aaci/sound/arm/aaci.c 2005-09-05 16:41:09.0 -0400 @@ -821,7 +821,7 @@ s

Re: [PATCH 2.6.13] lockless pagecache 2/7

2005-09-05 Thread Nick Piggin
Alan Cox wrote: On Sul, 2005-09-04 at 11:01 +1000, Nick Piggin wrote: I would be surprised if it was a big loss... but I'm assuming a locked cmpxchg isn't outlandishly expensive. Basically: read_lock_irqsave(cacheline1); atomic_inc_return(cacheline2); read_unlock_irqrestore(cacheline1);

[PATCH] lost chunk of "uml: build cleanups"

2005-09-05 Thread viro
A piece of the UML stubs patch got lost - it has Killed STUBS_CFLAGS - it's not needed and the only remaining use had been gratitious - it only polluted CFLAGS in description and does remove it in arch/um/Makefile-x86_64, but forgets to do the same in i386 counterpart. Lost chunk follows:

[PATCH] Kconfig fix (GEN_RTC dependencies)

2005-09-05 Thread viro
Yet another architecture not coverd by GEN_RTC - sparc64 never picked it until now and it doesn't have asm/rtc.h to go with it, so it wouldn't compile anyway (or have these ioctls in the user-visible headers, for that matter). FWIW, I'm very tempted to introduce ARCH_HAS_GEN_RTC an

Re: GFS, what's remaining

2005-09-05 Thread Daniel Phillips
On Monday 05 September 2005 12:18, Dmitry Torokhov wrote: > On Monday 05 September 2005 10:49, Daniel Phillips wrote: > > On Monday 05 September 2005 10:14, Lars Marowsky-Bree wrote: > > > On 2005-09-03T01:57:31, Daniel Phillips <[EMAIL PROTECTED]> wrote: > > > > The only current users of dlms are

[PATCH] Kconfig fix (BLK_DEV_FD dependencies)

2005-09-05 Thread viro
Sanitized and fixed floppy dependencies: split the messy dependencies for BLK_DEV_FD by introducing a new symbol (ARCH_MAY_HAVE_PC_FDC), making BLK_DEV_FD depend on that one and taking declarations of ARCH_MAY_HAVE_PC_FDC to arch/*/Kconfig. While we are at it, fixed several obvious cases when BLK_

[PATCH] sunsu compile fixes

2005-09-05 Thread viro
sunsu had been broken by ->stop_tx/->start_tx API changes. Signed-off-by: Al Viro <[EMAIL PROTECTED]> diff -urN RC13-git5-sata_qstor/drivers/serial/sunsu.c RC13-git5-sunsu/drivers/serial/sunsu.c --- RC13-git5-sata_qstor/drivers/serial/sunsu.c 2005-09-05 07:05:15.0 -0400 +++ RC13-git

[PATCH] missed s/u32/pm_message_t/ in arch/ppc/syslib/ocp.c

2005-09-05 Thread viro
Signed-off-by: Al Viro <[EMAIL PROTECTED]> diff -urN RC13-git5-mga/arch/ppc/syslib/ocp.c RC13-git5-ppc44x-pm/arch/ppc/syslib/ocp.c --- RC13-git5-mga/arch/ppc/syslib/ocp.c 2005-08-28 23:09:40.0 -0400 +++ RC13-git5-ppc44x-pm/arch/ppc/syslib/ocp.c 2005-09-05 16:41:17.0 -0400 @

Re: [PATCH] Change behaviour of psmouse-base.c under error conditions.

2005-09-05 Thread Dmitry Torokhov
On Monday 05 September 2005 16:55, Vojtech Pavlik wrote: > On Mon, Sep 05, 2005 at 04:12:13PM -0500, Dmitry Torokhov wrote: > > On Monday 05 September 2005 15:58, Bryan O'Donoghue wrote: > > > > > > However, the KVM in question invariably ends up sending a packet like this > > > > > > packet= 0x0

[PATCH] Small rearrangement of PCI probing code

2005-09-05 Thread Paul Mackerras
This patch makes some small rearrangements of the PCI probing code in order to make it possible for arch code to set up the PCI tree without needing to duplicate code from the PCI layer unnecessarily. PPC64 will use this to set up the PCI tree from the Open Firmware device tree, which we need to do

Re: GFS, what's remaining

2005-09-05 Thread Joel Becker
On Mon, Sep 05, 2005 at 10:24:03PM +0200, Bernd Eckenfels wrote: > The whole point of the orcacle cluster filesystem as it was described in old > papers was about pfiles, control files and software, because you can easyly > use direct block access (with ASM) for tablespaces. OCFS, the orig

Re: [Linux-cluster] Re: GFS, what's remaining

2005-09-05 Thread Joel Becker
On Sun, Sep 04, 2005 at 09:37:15AM +0100, Alan Cox wrote: > I am curious why a lock manager uses open to implement its locking > semantics rather than using the locking API (POSIX locks etc) however. Because it is simple (how do you fcntl(2) from a shell fd?), has no ranges (what do you do

[GIT PATCH] Driver core patches for 2.6.13

2005-09-05 Thread Greg KH
Here are some patches for the driver core for 2.6.13. They have all been in the -mm tree for a while and fix a few bugs, and add proper sysfs support for the floppy driver. Please pull from: rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6.git/ or if master.kernel.org h

[PATCH 11/24] V4L: adds the adapter number and i2c address to printk msgs.

2005-09-05 Thread mchehab
. - adds the adapter number + i2c address to printk msgs. - Some CodingStyle cleanups. Signed-off-by: Hans Verkuil <[EMAIL PROTECTED]> Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> linux/drivers/media/video/tvaudio.c | 200 + linux/drivers/media/video/tveeprom.c | 552 +

Re: [RFC] Splitting out kernel<=>userspace ABI headers

2005-09-05 Thread Kyle Moffett
On Sep 5, 2005, at 12:35:42, H. Peter Anvin wrote: Followup to: <[EMAIL PROTECTED]> By author:Kyle Moffett <[EMAIL PROTECTED]> In newsgroup: linux.dev.kernel Didn't you mean "#define stat __kabi_stat64"? Also, I can see that would pose other issues as well say my app does "struct stat sta

Re: [discuss] [2.6 patch] include/asm-x86_64 "extern inline" -> "static inline"

2005-09-05 Thread Andi Kleen
On Friday 02 September 2005 22:31, Adrian Bunk wrote: > "extern inline" doesn't make much sense. > > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Thanks applied (with a better description) -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a messag

[Bug 4962] Re: kernel status, 5 Sep 2005

2005-09-05 Thread Johannes Stezenbach
On Mon, Sep 05, 2005 Andrew Morton wrote: > [Bug 4962] b2c2-flexcop module freezes > http://bugzilla.kernel.org/show_bug.cgi?id=4962 "freeze" means the hardware stops generating interrupts. Reason unknown, but a partial workaround was already merged into 2.6.13. Please read my comments in bu

Re: KLive: Linux Kernel Live Usage Monitor

2005-09-05 Thread Andrea Arcangeli
On Tue, Sep 06, 2005 at 12:05:07AM +0200, Marc Giger wrote: > Hi Andrea > > Two little details: > > The following line does not print what you expect on > alpha's: > > MHZ = int(re.search(r' (\d+)\.?\d?', > os.popen("grep -i mhz /proc/cpuinfo | head -n > 1").read()).group(1))

Re: [Linux-cluster] Re: GFS, what's remaining

2005-09-05 Thread Andrew Morton
Alan Cox <[EMAIL PROTECTED]> wrote: > > On Llu, 2005-09-05 at 12:53 -0700, Andrew Morton wrote: > > > - How are they ref counted > > > - What are the cleanup semantics > > > - How do I pass a lock between processes (AF_UNIX sockets wont work now) > > > - How do I poll on a lock coming free.

Re: RFC: i386: kill !4KSTACKS

2005-09-05 Thread Kyle Moffett
On Sep 5, 2005, at 18:32:32, Thorild Selen wrote: Adrian Bunk <[EMAIL PROTECTED]> writes: Please name situations where 8K stacks may be preferred that do not involve binary-only modules. How about NFS-exporting a filesystem on LVM atop md? I believe it has been mentioned before in discussions

Re: [Linux-cluster] Re: GFS, what's remaining

2005-09-05 Thread Alan Cox
On Llu, 2005-09-05 at 12:53 -0700, Andrew Morton wrote: > > - How are they ref counted > > - What are the cleanup semantics > > - How do I pass a lock between processes (AF_UNIX sockets wont work now) > > - How do I poll on a lock coming free. > > - What are the semantics of lock ownership >

Re: [Bug 5078] Re: kernel status, 5 Sep 2005

2005-09-05 Thread Francois Romieu
Nick Warne <[EMAIL PROTECTED]> : [...] > This one looks _so_ familiar to me personally - exactly the same problems I > had: > > http://marc.theaimsgroup.com/?l=linux-kernel&m=112458400611745&w=2 Hmmm... I had not envisioned a lost event but it could turn into something interesting. Thanks for th

Re: [PATCH] Change behaviour of psmouse-base.c under error conditions.

2005-09-05 Thread Bryan O'Donoghue
Vojtech Pavlik wrote: >>Not all mice folow the protocol unfortunately. PLease try instead the >>patch below Yes Dmitry, that does as advertised. Bryan - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: RFC: i386: kill !4KSTACKS

2005-09-05 Thread Thorild Selen
Adrian Bunk <[EMAIL PROTECTED]> writes: > Please name situations where 8K stacks may be preferred that do not > involve binary-only modules. How about NFS-exporting a filesystem on LVM atop md? I believe it has been mentioned before in discussions that 8k stacks are strongly recommended in this

Re: KLive: Linux Kernel Live Usage Monitor

2005-09-05 Thread Marc Giger
Hi Andrea Two little details: The following line does not print what you expect on alpha's: MHZ = int(re.search(r' (\d+)\.?\d?', os.popen("grep -i mhz /proc/cpuinfo | head -n 1").read()).group(1)) My /proc/cpuinfo: cpu : Alpha cpu model : E

386 demand paged pure executable

2005-09-05 Thread Nanakos Chrysostomos
Hi all, how can i produce from a working RH 7.3 env a 386 - demand paged pure executable from a C file??? My gcc version is 2.95 , if that matters Thanks in advance. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More

Re: [PATCH] Change behaviour of psmouse-base.c under error conditions.

2005-09-05 Thread Vojtech Pavlik
On Mon, Sep 05, 2005 at 04:12:13PM -0500, Dmitry Torokhov wrote: > On Monday 05 September 2005 15:58, Bryan O'Donoghue wrote: > > > > However, the KVM in question invariably ends up sending a packet like this > > > > packet= 0x0 0xff 0x2 0x8 > > > > Which is completely invalid for PS/2 and IMPS/

Re: [PATCH 2.6.13] libata: use common pci remove in ahci

2005-09-05 Thread Jeff Garzik
Brett Russ wrote: Jeff, This looked prime to cut since ahci_remove_one() was a functionally identical to ata_pci_remove_one() except for the interrupt disable (have_msi) bits, which fit nicely into ahci_host_stop(). However, 1) Will it work? 2) Isn't it wrong for the IRQ disable at the chip t

[PATCH 07/24] V4L: correct LG NTSC TALN mini tuner takeover

2005-09-05 Thread mchehab
. - correct LG NTSC TALN mini tuner takeover as far we can empirically determine for now. Signed-off-by: Hermann Pitton <[EMAIL PROTECTED]> Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> linux/drivers/media/video/tuner-simple.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-

[PATCH 23/24] V4L: Include saa6588 compiler option and files / Fixes comments on tuner.h

2005-09-05 Thread mchehab
. - Include saa6588 compiler option and files. - Fix comment on tuner.h - linux/utsname.h replaced by linux/version.h to compile on vanilla 2.6.13 linux/drivers/media/video/Kconfig| 12 linux/drivers/media/video/Makefile |2 linux/drivers/media/

[PATCH 05/24] V4L: Changes the prefix of msp34xx and error while reading chip version

2005-09-05 Thread mchehab
. - Changes the prefix to 'msp34xx' instead of 'msp3400'. - Changes the message 'error while reading chip version' to a debug printk at msp3400.c Signed-off-by: Hans Verkuil <[EMAIL PROTECTED]> Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> linux/drivers/media/video/msp3400.c |6

Re: kernel status, 5 Sep 2005 (empty patches and fixed bugs)

2005-09-05 Thread Andrew Morton
Russell King <[EMAIL PROTECTED]> wrote: > > On Mon, Sep 05, 2005 at 01:55:46PM -0700, Andrew Morton wrote: > > Status of subsystem trees > > - > > > > (size in bytes) > > 96 git-arm.patch > > 100git-arm-smp.patch >

[PATCH 15/24] V4L: Change LG TDVS H062F from NTSC to ATSC.

2005-09-05 Thread mchehab
. - Change LG TDVS H062F from NTSC to ATSC. Signed-off-by: Michael Krufky <[EMAIL PROTECTED]> linux/drivers/media/video/tuner-simple.c |2 +- linux/drivers/media/video/tveeprom.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff -u /tmp/dst.485 linux/drivers/media/video/t

[GIT PATCH] I2C patches for 2.6.13

2005-09-05 Thread Greg KH
Here are a bunch of I2C and HWMON patches that have been in the -mm tree for a while. There is a bunch of hwmon and i2c driver split up changes, and some i2c api reworks to reduce the size of the structures, and the size of the kernel code (which accounts for all of the small changes to all of the

[PATCH 06/24] V4L: Syncs tveeprom tuners list with the list from ivtv

2005-09-05 Thread mchehab
. - Syncs tveeprom tuners list with the list from ivtv. - Fixes the incorrect reporting of the radio presence. Signed-off-by: Hans Verkuil <[EMAIL PROTECTED]> Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> linux/drivers/media/video/tveeprom.c | 12 ++-- 1 files changed, 10 in

[PATCH 12/24] V4L: Allows clearer message prefixes containing the i2c for tveeprom_hauppauge_analog

2005-09-05 Thread mchehab
. - tveeprom_hauppauge_analog has an extra i2c_client * argument. This allows for clearer message prefixes containing the i2c adapter number and address. This is conform the prefix used for the tuner messages. - debugging is improved: debug=1 will dump the full contents of the eeprom and al

[PATCH 08/24] V4L: Add saa713x card #65 Kworld V-Stream Studio TV Terminator

2005-09-05 Thread mchehab
. - Add saa713x card #65 Kworld V-Stream Studio TV Terminator Signed-off-by: James R Webb <[EMAIL PROTECTED]> Signed-off-by: Peter Missel <[EMAIL PROTECTED]> Signed-off-by: Nickolay V. Shmyrev <[EMAIL PROTECTED]> Signed-off-by: Michael Krufky <[EMAIL PROTECTED]> linux/Documentation/video4linux/C

[PATCH 01/24] V4L: Common part Updates and tuner additions

2005-09-05 Thread mchehab
. - Remove $Id CVS logs for V4L files - Included newer cards. - Added a new NEC protocol for ir based on pulse distance. - Enable ATSC support for DViCO FusionHDTV5 Gold. - Added tuner LG NTSC (TALN mini series). - Fixed tea5767 autodetection. - Resolve more tuner types. - Commented debug function

[PATCH 19/24] V4L: correct the amux for composite and s-video inputs on the Sabrent SBT-TVFM card.

2005-09-05 Thread mchehab
. - correct the amux for composite and s-video inputs on the Sabrent SBT-TVFM card. Signed-off-by: Michael Rodriquez-Torrent <[EMAIL PROTECTED]> Signed-off-by: Michael Krufky <[EMAIL PROTECTED]> linux/drivers/media/video/saa7134/saa7134-cards.c |4 ++-- 1 files changed, 2 insertions(+), 2 d

[PATCH 20/24] V4L: print warning if pal= or secam= argument is unrecognized

2005-09-05 Thread mchehab
. - print warning if pal= or secam= argument is unrecognized Signed-off-by: Philip Rowlands <[EMAIL PROTECTED]> Signed-off-by: Michael Krufky <[EMAIL PROTECTED]> linux/drivers/media/video/tda9887.c| 13 + linux/drivers/media/video/tuner-core.c | 12 2 files chang

[PATCH 17/24] V4L: The Microtune 4049FM5 uses an IF frequency of 33.3 MHz for FM radio.

2005-09-05 Thread mchehab
. - The Microtune 4049FM5 uses an IF frequency of 33.3 MHz for FM radio. Signed-off-by: Hans Verkuil <[EMAIL PROTECTED]> linux/drivers/media/video/bttv-cards.c |4 ++-- linux/drivers/media/video/cx88/cx88-video.c |2 +- linux/drivers/media/video/tuner-simple.c|4 3 file

[PATCH 18/24] V4L: #include no longer needed.

2005-09-05 Thread mchehab
. - #include no longer needed. Signed-off-by: Michael Krufky <[EMAIL PROTECTED]> linux/drivers/media/video/saa7134/saa7134-dvb.c |1 - 1 files changed, 1 deletion(-) diff -u /tmp/dst.800 linux/drivers/media/video/saa7134/saa7134-dvb.c --- /tmp/dst.8002005-09-05 11:43:09.0 -

[PATCH 04/24] V4L: SAA7134 updates and board additions

2005-09-05 Thread mchehab
. - Remove $Id CVS logs for V4L files - linux/version.h replaced by linux/utsname.h - Add new Digimatrix card and LG TAPC Mini tuner for it Signed-off-by: Hermann Pitton <[EMAIL PROTECTED]> Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> Documentation/video4linux/CARDLIST.saa7134|

Re: [Bug 5078] Re: kernel status, 5 Sep 2005

2005-09-05 Thread Nick Warne
Francois Romieu wrote: > [...] >> [Bugme-new] [Bug 5137] New: r8169 - network dies. >> http://bugzilla.kernel.org/show_bug.cgi?id=5137 > > It's cooking. This one looks _so_ familiar to me personally - exactly the same problems I had: http://marc.theaimsgroup.com/?l=linux-kernel&m=1124584006117

[PATCH 24/24] V4L: Removed kernel version dependency from tea575x-tuner.h

2005-09-05 Thread mchehab
. - Removed kernel version dependency from tea575x-tuner.h linux-v4l/include/sound/tea575x-tuner.h |2 -- 1 files changed, 2 deletions(-) --- linux-2.6.13/include/sound/tea575x-tuner.h 2005-08-28 20:41:01.0 -0300 +++ linux/include/sound/tea575x-tuner.h 2005-09-05 15:44:56.

[PATCH 10/24] V4L: cx88-dvb incorrectly reporting fixed and Removed bad PCI ID for Sabrent

2005-09-05 Thread mchehab
. - cx88-dvb has been incorrectly reporting the card name instead of frontend name - Removes a bad PCI subsystem ID for saa713x Sabrent card - Renames DVICO --> DViCO for bttv. - #include no longer needed. Signed-off-by: Michael Krufky <[EMAIL PROTECTED]> linux/Documentation/video4linux/CARDLIS

Re: [GIT PATCHES] kbuild updates

2005-09-05 Thread Alistair John Strachan
On Monday 05 September 2005 21:13, Sam Ravnborg wrote: > On Mon, Sep 05, 2005 at 08:35:14PM +0100, Alistair John Strachan wrote: > > On Monday 05 September 2005 18:41, Sam Ravnborg wrote: > > > Hi Linus. > > > > > > kbuild updates as accumulated over the last few months. > > > All patches has been

#4998 - Re: kernel status, 5 Sep 2005

2005-09-05 Thread Diego Calleja
El Mon, 5 Sep 2005 13:55:46 -0700, Andrew Morton <[EMAIL PROTECTED]> escribió: > Tracking 144 bugs. I haven't culled these yet - some may be fixed. [...] > [Bugme-new] [Bug 4998] New: "init 0" broken between 2.6.12 and > http://bugzilla.kernel.org/show_bug.cgi?id=4998 Fixed in 2.6.13.r

[PATCH 09/24] V4L: Add saa713x card #66: Yuan TUN-900 (saa7135)

2005-09-05 Thread mchehab
. - Add saa713x card #66: Yuan TUN-900 (saa7135) Signed-off-by: De Greef Sebastien <[EMAIL PROTECTED]> Signed-off-by: Michael Krufky <[EMAIL PROTECTED]> linux/Documentation/video4linux/CARDLIST.saa7134 |1 linux/drivers/media/video/saa7134/saa7134-cards.c | 41 ++ linux/drive

[PATCH 22/24] V4L: Makes the input event device for IR matchable by udev rules.

2005-09-05 Thread mchehab
. - Makes the input event device created by the V4L drivers for the infrared remote matchable by udev rules. Signed-off-by: Rudo Thomas <[EMAIL PROTECTED]> Signed-off-by: Michael Fair <[EMAIL PROTECTED]> Signed-off-by: Michael Krufky <[EMAIL PROTECTED]> Signed-off-by: Mauro Carvalho Chehab <[EMA

[PATCH 16/24] V4L: Some error treatment implemented at resume functions.

2005-09-05 Thread mchehab
. - Some error treatment implemented at resume functions. Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> linux/drivers/media/video/bttv-driver.c | 18 -- linux/drivers/media/video/cx88/cx88-mpeg.c | 20 +--- linux/drivers/media/video/cx88/cx88-v

[PATCH 13/24] V4L: Normalize whitespace and comments in tuner lists

2005-09-05 Thread mchehab
. - normalize whitespace and comments in tuner lists Signed-off-by: Philip Rowlands <[EMAIL PROTECTED]> Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> linux/drivers/media/video/tuner-simple.c | 43 ++--- linux/include/media/tuner.h | 178 +++ 2 files

[PATCH 21/24] V4L: added some missing parameter descriptions at msp3400.c

2005-09-05 Thread mchehab
. - added some missing parameter descriptions at msp3400.c Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> linux/drivers/media/video/msp3400.c |4 1 files changed, 4 insertions(+) diff -u /tmp/dst.1110 linux/drivers/media/video/msp3400.c --- /tmp/dst.1110 2005-09-05 11:4

[PATCH 14/24] V4L: tveeprom patch was not complete. Completing it.

2005-09-05 Thread mchehab
. - tveeprom patch was not complete. Completing it. Signed-off-by: Hans Verkuil <[EMAIL PROTECTED]> Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> linux/drivers/media/video/bttv-cards.c |2 +- linux/drivers/media/video/cx88/cx88-cards.c |2 +- linux/include/media/tveeprom.

[PATCHSET] 2.6.13-git5-bird2

2005-09-05 Thread viro
With several more patches (mostly - sparse regression fixing); same place, ftp.linux.org.uk/pub/people/viro/{patch-2.6.13-git5-bird2.bz,patchset} Added: * O4-dm9000 missed s/u32/pm_message_t/ (dm9000) * S20-wdt __user annotations (booke_wdt.c) * S2

[Bug 5078] Re: kernel status, 5 Sep 2005

2005-09-05 Thread Francois Romieu
Andrew Morton <[EMAIL PROTECTED]> : [...] > [Bugme-new] [Bug 5078] New: r8169: eth0: PHY reset until link up > http://bugzilla.kernel.org/show_bug.cgi?id=5078 Not a bug. I closed it. [...] > [Bugme-new] [Bug 5137] New: r8169 - network dies. > http://bugzilla.kernel.org/show_bug.cgi?id

Re: [PATCH] Change behaviour of psmouse-base.c under error conditions.

2005-09-05 Thread Dmitry Torokhov
On Monday 05 September 2005 15:58, Bryan O'Donoghue wrote: > > However, the KVM in question invariably ends up sending a packet like this > > packet= 0x0 0xff 0x2 0x8 > > Which is completely invalid for PS/2 and IMPS/2, the specification of > PS/2 defines bit 4 in byte 0 as always being 1. > >

Re: kernel status, 5 Sep 2005 (empty patches and fixed bugs)

2005-09-05 Thread Russell King
On Mon, Sep 05, 2005 at 01:55:46PM -0700, Andrew Morton wrote: > Status of subsystem trees > - > > (size in bytes) > 96 git-arm.patch > 100git-arm-smp.patch I know there's some outstanding in git-arm (I've just sent Linus

  1   2   3   >