Re: 2.6.12-rc1-mm1: Kernel BUG at pci:389

2005-03-21 Thread Greg KH
On Mon, Mar 21, 2005 at 06:27:33PM -0800, Andrew Morton wrote: > OK, well unless someone has objections I'll just send all these > > swsusp-add-missing-refrigerator-calls.patch > suspend-to-ram-update-videotxt-with-more-systems.patch > pm-remove-obsolete-pm_-from-vtc.patch >

Voodoo 3 2000 framebuffer problem

2005-03-21 Thread DervishD
Hi all :) Linux Kernel 2.4.29, in a do-it-yourself linux box, equipped with an AGP Voodoo 3 2000 card, tdfx framebuffer support. I boot in vga mode 0x0f05, with parameter 'video=tdfx:[EMAIL PROTECTED]' and I get (correctly) 100x37 character grid. All of that is correct. What is not

Re: Short sleep precision

2005-03-21 Thread Jan Engelhardt
Hello, >> > You can spin on the gettimeofday() result in userspace. >> How can I use it? > Something like: > > gettimeofday(,0); > add_usecs(, time_to_sleep); > do { > gettimeofday(,0); > } while (time_before(, ); That's looks like a lot of CPU consumption, which I would like to avoid

Re: mouse with 2.6.10+

2005-03-21 Thread Vojtech Pavlik
On Mon, Mar 21, 2005 at 05:24:11PM -0800, Andrew Morton wrote: > > Any chance the order of module loading changed between the two versions? > > I see you have 'psmouse' as a module. If i8042 (and psmouse) are loaded > > after uhci-hcd (or ohci-hcd), the problem will disappear, too. > > > > > So

Re: 2.6.11-rc4: Alps touchpad too slow

2005-03-21 Thread Vojtech Pavlik
On Mon, Mar 21, 2005 at 10:25:14PM -0800, Andrew Morton wrote: > > With cvsbk rev 423b66b6oJOGN68OhmSrBFxxLOtIEA (rsynced Monday, it claims > > to be "2.6.12-rc1"), the situation is much improved. The AlpsPS/2 > > driver recognizes the trackpad, tracking speed is back to normal, and > > tapping

Re: [PATCH 1/4] Lifebook: dmi on x86 only

2005-03-21 Thread Dmitry Torokhov
On Tuesday 22 March 2005 02:29, Dave Jones wrote: > On Tue, Mar 22, 2005 at 02:14:55AM -0500, Dmitry Torokhov wrote: > > === > > > > Input: lifebook - DMI facility is only available on i386, do not > >attempt to compile

Re: Fusion-MPT much faster as module

2005-03-21 Thread Janne Pikkarainen
Hello everyone, On Mon, 2005-03-21 at 15:27 -0800, Andrew Morton wrote: > > On a four CPU Opteron compiling the Fusion-MPT as module gives much better > > performance when compiling it in, here some bonnie++ results: > > > > Version 1.03 --Sequential Output-- --Sequential Input-

Re: [PATCH 1/4] Lifebook: dmi on x86 only

2005-03-21 Thread Dave Jones
On Tue, Mar 22, 2005 at 02:14:55AM -0500, Dmitry Torokhov wrote: > === > > Input: lifebook - DMI facility is only available on i386, do not >attempt to compile on anything else. Why would you want to build a driver for

Re: [patch] Real-Time Preemption, -RT-2.6.12-rc1-V0.7.41-01

2005-03-21 Thread Ingo Molnar
* Paul E. McKenney <[EMAIL PROTECTED]> wrote: > > it includes the latest round of RCU fixes - but doesnt solve the SMP > > bootup crash. > > Hello, Ingo, > > Does the following help with the SMP problem? This fix and the > earlier one make my old patch survive a few rounds of kernbench on a >

Re: [PATCH][2/2] SquashFS

2005-03-21 Thread Stefan Smietanowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > what do you need e.g. reiserfs 4 for? or jfs? or xfs? does not ext2/3 > the journalling job also? Ext2 does not do journaling. Ext3 does. >> Perhaps squashfs is good enough improvement over cramfs... But I'd >> like those 4Gb limits to go away. >>

[PATCH 4/4] psmouse: dynamic protocol switching via sysfs

2005-03-21 Thread Dmitry Torokhov
=== Input: psmouse - export protocol as a sysfs per-device attribute. Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]> drivers/input/mouse/psmouse-base.c | 291 ++---

[PATCH 3/4] Lifebook: rearrange init code

2005-03-21 Thread Dmitry Torokhov
=== Input: lifebook - adjust initialization routines to be in line with the rest of protocols in preparation to dynamic protocol switching. Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]> lifebook.c | 46

[PATCH 2/4] Lifebook: various cleanups

2005-03-21 Thread Dmitry Torokhov
=== Input: lifebook - various cleanups: - do not try to set rate and resolution in init method, let psmouse core do it for us. This also removes special quirks from the core; - do not disable mouse

Re: [rfc/rft] Fujitsu B-Series Lifebook PS/2 TouchScreen driver

2005-03-21 Thread Dmitry Torokhov
On Monday 21 March 2005 10:31, Kenan Esau wrote: > Am Montag, den 21.03.2005, 09:52 -0500 schrieb Dmitry Torokhov: > > > > There are couple of things that I an concerned with: > > > > 1. I don't like that it overrides meaning of max_proto parameter to be > > exactly the protocol specified. > >

[PATCH 1/4] Lifebook: dmi on x86 only

2005-03-21 Thread Dmitry Torokhov
=== Input: lifebook - DMI facility is only available on i386, do not attempt to compile on anything else. Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]> lifebook.c | 16 +++- 1 files changed, 11

Re: [PATCH] Support for GEODE CPUs

2005-03-21 Thread Andrew Morton
Kianusch Sayah Karadji <[EMAIL PROTECTED]> wrote: > > On Mon, 21 Mar 2005, Andrew Morton wrote: > > >> Either revert it or make it Geode GX and correct the options set. I've > >> no problem with a Geode option that sets the right options 8) > > > > Two weeks, no patch. It looks like we'll

Re: [patch 1/2] fork_connector: add a fork connector

2005-03-21 Thread Guillaume Thouvenin
On Mon, 2005-03-21 at 12:52 -0800, Ram wrote: > If a bunch of applications are listening for fork events, > your patch allows any application to turn off the > fork event notification? Is this the right behavior? Yes it is. The main management is done by application so, if

Re: [PATCH][2/2] SquashFS

2005-03-21 Thread Mws
Pavel Machek wrote: -snip- So we are replacing severely-limited cramfs with also-limited squashfs... I think that's rather unfair, Squashfs is significantly better than cramfs. The main aim of Squashfs has been to achieve the best Yes, it *is* rather unfair. Sorry about that. But

Re: [PATCH][2/2] SquashFS

2005-03-21 Thread Pavel Machek
Hi! > Well, probably Phillip can answer this better than me, but the main > differences that affect end users (and that is why we are using > SquashFS right now) are: > CRAMFS SquashFS > > Max File Size 16Mb

Re: Problem with w6692 & kernel >=2.6.10

2005-03-21 Thread Karsten Keil
On Mon, Mar 21, 2005 at 02:28:23PM -0800, Andrew Morton wrote: > Marko Rebrina <[EMAIL PROTECTED]> wrote: > > > > I have problem with w6692 (mISDN-2005-02-25) & kernel >=2.6.10 (with > > 2.6.9 is OK!) > > There haven't been any changes in the w6692 driver for ages, so I'd be > suspecting PCI

Re: 2.6.11 (stable and -rc) ACPI breaks USB

2005-03-21 Thread Grzegorz Kulewski
On Mon, 21 Mar 2005, Andrew Morton wrote: Grzegorz Kulewski <[EMAIL PROTECTED]> wrote: Hi, I just installed 2.6.11 and I was hit by the same bug (or feature?) I found in -rcs. Basically my USB will work only if acpi=off was passed to the kernel. It looks like without acpi=off it will assign IRQ 10

Re: 2.6.12-rc1-mm1

2005-03-21 Thread Arjan van de Ven
On Mon, 2005-03-21 at 16:42 -0800, Jesse Barnes wrote: > On Monday, March 21, 2005 12:25 pm, Adrian Bunk wrote: > > On Mon, Mar 21, 2005 at 09:15:53AM -0800, Jesse Barnes wrote: > > > On Monday, March 21, 2005 2:51 am, Andrew Morton wrote: > > > >

RE: [PATCH 1/5] freepgt: free_pgtables use vma list

2005-03-21 Thread Luck, Tony
Builds clean and boots on ia64. I haven't tried any hugetlb operations on it though. -Tony - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the

Re: 2.6.11-rc4: Alps touchpad too slow

2005-03-21 Thread Andrew Morton
Andy Isaacson <[EMAIL PROTECTED]> wrote: > > My Vaio r505te comes up with an unusably slow touchpad if I allow the > ALPS driver to drive it. It says > > > ALPS Touchpad (Glidepoint) detected > > Disabling hardware tapping > > input: AlpsPS/2 ALPS TouchPad on isa0060/serio1 > > and then the

Re: [PATCH] reduce inlined x86 memcpy by 2 bytes

2005-03-21 Thread Denis Vlasenko
On Sunday 20 March 2005 15:17, Adrian Bunk wrote: > Hi Denis, > > what do your benchmarks say about replacing the whole assembler code > with a > > #define __memcpy __builtin_memcpy It generates call to out-of-line memcpy() if count is non-constant. # cat t.c extern char *a, *b; extern int

Re: [PATCH][2/2] SquashFS

2005-03-21 Thread Pavel Machek
Hi! [I'm not sure if I should further feed the trolls.] > >Yes, it *is* rather unfair. Sorry about that. But having 2 different > >limited compressed filesystems in kernel does not seem good to me. > what do you need e.g. reiserfs 4 for? or jfs? or xfs? does not ext2/3 > the journalling job

[DVB patch 40/48] dibusb: HanfTek UMT-010 fixes

2005-03-21 Thread Johannes Stezenbach
HanfTek UMT-010: adapted the pll-programming, the usb-ids and the firmware name to the new firmware (thanks to Sunny Liu from HanfTek) (Patrick Boettcher) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> dvb-dibusb-core.c |8 dvb-dibusb-fe-i2c.c | 49

Re: [PATCH 1/5] freepgt: free_pgtables use vma list

2005-03-21 Thread Nick Piggin
Hugh Dickins wrote: On Mon, 21 Mar 2005, David S. Miller wrote: On Tue, 22 Mar 2005 15:14:54 +1100 Nick Piggin <[EMAIL PROTECTED]> wrote: Question, Dave: flush_tlb_pgtables after Hugh's patch is also possibly not being called with enough range to cover all page tables that have been freed. Good

[DVB patch 26/48] av7110: error handling during attach

2005-03-21 Thread Johannes Stezenbach
Janitoring - error handling during attach o av7110_arm_sync(): small helper to factor out some code; o av7110_attach() does not check the status code returned by all the functions is uses; o balance the error path in av7110_attach and have it easy to check. Please check it; o if everything is

[DVB patch 30/48] OREN or51211, or51132_qam and or51132_vsb firmware download info

2005-03-21 Thread Johannes Stezenbach
o add OREN or51211, or51132_qam and or51132_vsb firmware o correct some links Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> contributors.txt |3 +++ get_dvb_firmware | 50 +- readme.txt |7 --- 3 files changed, 52

Re: kernel bug: futex_wait hang

2005-03-21 Thread Jakub Jelinek
On Tue, Mar 22, 2005 at 12:30:53AM -0500, Lee Revell wrote: > On Mon, 2005-03-21 at 21:08 -0800, Andrew Morton wrote: > > Jamie Lokier <[EMAIL PROTECTED]> wrote: > > > > > > The most recent messages under "Futex queue_me/get_user ordering", > > > with a patch from Jakub Jelinek will fix this

Re: 2.6.11-rc4: Alps touchpad too slow

2005-03-21 Thread Andrew Morton
Andy Isaacson <[EMAIL PROTECTED]> wrote: > > On Mon, Mar 21, 2005 at 02:44:12PM -0800, Andrew Morton wrote: > > Andy Isaacson <[EMAIL PROTECTED]> wrote: > > > My Vaio r505te comes up with an unusably slow touchpad if I allow the > > > ALPS driver to drive it. It says > > > > > > > ALPS Touchpad

[DVB patch 21/48] refactor sw pid filter to drop redundant code

2005-03-21 Thread Johannes Stezenbach
o added index field to struct dvb_demux_feed for having a unique feed id, which can be used for hardware pid filter tables o dibusb: adding the index to struct dvb_demux_feed makes dibusb-pid-filtering redundant o ttusb-budget: struct channel removed in favour of dvbdmxfeed->index (Patrick

[DVB patch 19/48] support KWorld/ADSTech Instant DVB-T USB2.0

2005-03-21 Thread Johannes Stezenbach
o added support for KWorld/ADSTech Instant DVB-T USB2.0 (DiB3000M-B) o added deactivation option of the pid parser for the DiB3000M-B (since there are USB2.0 devices and which now have the ability to deliver the complete Transport Stream) (Patrick Boettcher) Signed-off-by: Johannes Stezenbach

[DVB patch 32/48] dibusb: pll fix

2005-03-21 Thread Johannes Stezenbach
o fixed pll frequency calculation for channels > 700 MHz. (Patrick Boettcher) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> dvb-dibusb-fe-i2c.c | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) Index:

Re: 2.6.11-rc4: Alps touchpad too slow

2005-03-21 Thread Andy Isaacson
On Mon, Mar 21, 2005 at 02:44:12PM -0800, Andrew Morton wrote: > Andy Isaacson <[EMAIL PROTECTED]> wrote: > > My Vaio r505te comes up with an unusably slow touchpad if I allow the > > ALPS driver to drive it. It says > > > > > ALPS Touchpad (Glidepoint) detected > > > Disabling hardware

scheduler(kernel 2.6) + hyperthreaded related questions?

2005-03-21 Thread Arun Srinivas
I went through the sched.c for kernel 2.6 and saw that it supports hyperthreading.I would be glad if someone could answer this question(if am not wrong a HT processor has 2 architectural states and one execution unit...i.e., two pipeline streams) 1)when there are 2 processes a parent and

Re: [PATCH RFC]: DEBUG for PCI IO & MEM allocation

2005-03-21 Thread Andrew Morton
Prarit Bhargava <[EMAIL PROTECTED]> wrote: > > >Shouldn't this also be printing the ->name of the new resource? > > > >A lot of the statements which you're adding will look screwy in an 80-col > >xterm. Please wrap 'em. > > > -- new patch with Andrew's comments fixed. OK, but I've

task_struct change Documentation

2005-03-21 Thread cubanito musical
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] 2.6.12-rc1, ./drivers/base/platform.c

2005-03-21 Thread Dmitry Torokhov
On Tuesday 22 March 2005 00:32, All Linux wrote: > The latest prepatch, 2.6.12-rc1, introduced the following change. > > --- a/drivers/base/platform.c 2005-03-17 17:35:04 -08:00 > +++ b/drivers/base/platform.c 2005-03-17 17:35:04 -08:00 > @@ -131,7 +131,7 @@ > pdev->dev.bus =

Re: [PATCH 1/5] freepgt: free_pgtables use vma list

2005-03-21 Thread Hugh Dickins
On Mon, 21 Mar 2005, David S. Miller wrote: > On Tue, 22 Mar 2005 15:14:54 +1100 > Nick Piggin <[EMAIL PROTECTED]> wrote: > > > Question, Dave: flush_tlb_pgtables after Hugh's patch is also > > possibly not being called with enough range to cover all page > > tables that have been freed. Good

[DVB patch 27/48] corrected links to firmware files

2005-03-21 Thread Johannes Stezenbach
corrected links to firmware files (reported by Stefan Frings) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> README.dibusb| 19 +-- get_dvb_firmware |2 +- 2 files changed, 14 insertions(+), 7 deletions(-) Index:

[DVB patch 37/48] clear up confusion between ids and adapters

2005-03-21 Thread Johannes Stezenbach
clear up confusion between ids and adapters (Kenneth Aafloy) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> dvbdev.c |9 + 1 files changed, 5 insertions(+), 4 deletions(-) Index: linux-2.6.12-rc1-mm1/drivers/media/dvb/dvb-core/dvbdev.c

[DVB patch 44/48] sparse warnings on one-bit bitfields

2005-03-21 Thread Johannes Stezenbach
Remove some sparse warnings on one-bit bitfields. Signed-off-by: Peter Hagervall <[EMAIL PROTECTED]> Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> dvb_ca_en50221.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index:

Re: [PATCH] Fix compile warning in drivers/pnp/resource.c with !CONFIG_PCI

2005-03-21 Thread Andrew Morton
Mika Kukkonen <[EMAIL PROTECTED]> wrote: > > > With !CONFIG_PCI I get following warning: > >CC drivers/pnp/resource.o > drivers/pnp/resource.c:24: warning: `pnp_skip_pci_scan' defined but not used > > Two ways to fix this, first one would be to simply #ifdef the > variable. But the

[DVB patch 24/48] av7110: fix Oops when av7110_ir_init() failed

2005-03-21 Thread Johannes Stezenbach
o don't call av7110_ir_init() if driver initialization failed already due to previous errors (resulted in Oops in out-of-memory conditions) (me) o don't do av7110_ir_exit if init was not done (Kenneth Aafloy) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> av7110.c| 15

Re: [PATCH 6/5] timers: enable irqs in __mod_timer()

2005-03-21 Thread Andrew Morton
Oleg Nesterov <[EMAIL PROTECTED]> wrote: > > If the timer is currently running on another CPU, __mod_timer() > spins with interrupts disabled and timer->lock held. I think it > is better to spin_unlock_irqrestore(>lock) in __mod_timer's > retry path. > > This patch is unneccessary long. It is

Re: Real-Time Preemption and RCU

2005-03-21 Thread Paul E. McKenney
On Mon, Mar 21, 2005 at 12:23:22AM +0100, Esben Nielsen wrote: > On Sun, 20 Mar 2005, Paul E. McKenney wrote: > > > On Sun, Mar 20, 2005 at 02:29:17PM +0100, Esben Nielsen wrote: > > > On Fri, 18 Mar 2005, Ingo Molnar wrote: > > > > > > > [...] > > > > > > I think it can be deterministic (on

Re: [PATCH 1/5] freepgt: free_pgtables use vma list

2005-03-21 Thread Hugh Dickins
On Mon, 21 Mar 2005, David S. Miller wrote: > > flush_tlb_pgtables() on sparc64 has a BUG() check which > is basically: > > BUG((long)start > (long)end); > > This catches two cases of bogus arguments: > > 1) start --> end straddles sparc64 address space hole That's an interesting

Re: [PATCH 1/5] freepgt: free_pgtables use vma list

2005-03-21 Thread Hugh Dickins
Many thanks for the testing. On Mon, 21 Mar 2005, David S. Miller wrote: > > This adjustment of addr relative to floor is very > strange, it can advance "addr" (and thus "start") > past the end of the VMA we are unmapping. Not strange, it's just trying to skip a pointless iteration. > In fact,

Re: [patch] Real-Time Preemption, -RT-2.6.12-rc1-V0.7.41-01

2005-03-21 Thread Paul E. McKenney
On Mon, Mar 21, 2005 at 10:06:22AM +0100, Ingo Molnar wrote: > > * Ingo Molnar <[EMAIL PROTECTED]> wrote: > > > > > * Ingo Molnar <[EMAIL PROTECTED]> wrote: > > > > > got this early-bootup crash on an SMP box: > > > > the same kernel image boots fine on an UP box, so it's an SMP bug. > > > >

Re: [PATCH][2/2] SquashFS

2005-03-21 Thread Paul Jackson
It is not so much selling, in my view, as putting in context. If one can simply explain to others what is before them, so that they can quickly understand its purposes, scope, architecture, limitations, alternatives, and such, then others can quickly evaluate what it is, and whether such seems

Re: [PATCH][2/2] SquashFS

2005-03-21 Thread Willy Tarreau
Hi Pavel, On Mon, Mar 21, 2005 at 08:00:44PM +0100, Pavel Machek wrote: > Perhaps squashfs is good enough improvement over cramfs... But I'd > like those 4Gb limits to go away. Well, squashfs is an *excellent* filesystem with very high compression ratios and high speed on slow I/O devices

Re: [patch] Real-Time Preemption, -RT-2.6.12-rc1-V0.7.41-01

2005-03-21 Thread Paul E. McKenney
On Tue, Mar 22, 2005 at 12:10:14AM +0100, Magnus Naeslund(t) wrote: > Ingo Molnar wrote: > > > >i've uploaded my current tree (-V0.7.41-01) to: > > > > http://redhat.com/~mingo/realtime-preempt/ > > > >it includes the latest round of RCU fixes - but doesnt solve the SMP > >bootup crash. > > > >

Re: [PATCH][2/2] SquashFS

2005-03-21 Thread Stefan Smietanowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. > I have agreed to drop V1.0 support, and yes (as explained in another > emauil), breaking the 4GB limit does involve on-disk format change. I've only also been reading this thread with half an eye but : Would it be possible (in some logical

[PATCH] 2.6.12-rc1, ./drivers/base/platform.c

2005-03-21 Thread All Linux
The latest prepatch, 2.6.12-rc1, introduced the following change. --- a/drivers/base/platform.c 2005-03-17 17:35:04 -08:00 +++ b/drivers/base/platform.c 2005-03-17 17:35:04 -08:00 @@ -131,7 +131,7 @@ pdev->dev.bus = _bus_type; if (pdev->id != -1) -

Re: [SATA] sata-via : bug?

2005-03-21 Thread Jayant Roplekar
Any modes in the bios for the SATA ports? Maybe it is in a mode not supported by linux. I know the ICH5 only wanted to work for me in native (enhanced?) mode, not compatible (emulating PATA) mode. Maybe via does something similar. I am puzzles by the UDMA/133 message which makes no sense for

Re: [PATCH 1/5] freepgt: free_pgtables use vma list

2005-03-21 Thread David S. Miller
On Tue, 22 Mar 2005 15:14:54 +1100 Nick Piggin <[EMAIL PROTECTED]> wrote: > Question, Dave: flush_tlb_pgtables after Hugh's patch is also > possibly not being called with enough range to cover all page > tables that have been freed. > > For example, you may have a single page (start,end) address

Re: kernel bug: futex_wait hang

2005-03-21 Thread Lee Revell
On Mon, 2005-03-21 at 21:08 -0800, Andrew Morton wrote: > Jamie Lokier <[EMAIL PROTECTED]> wrote: > > > > The most recent messages under "Futex queue_me/get_user ordering", > > with a patch from Jakub Jelinek will fix this problem by changing the > > kernel. Yes, you should apply Jakub's most

[DVB patch 10/48] dibusb: support Hauppauge WinTV NOVA-T USB2

2005-03-21 Thread Johannes Stezenbach
o added support for Hauppauge WinTV NOVA-T USB2 (clone of MOD3000P by DiBcom) (Patrick Boettcher) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> Documentation/dvb/README.dibusb|8 ++-- drivers/media/dvb/dibusb/dvb-dibusb-core.c | 28 +++- 2

[DVB patch 23/48] ttusb-budget: s/usb_unlink_urb/usb_kill_urb/

2005-03-21 Thread Johannes Stezenbach
patch by Colin Western: s/usb_unlink_urb/usb_kill_urb/ Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> dvb-ttusb-budget.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.12-rc1-mm1/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c

[DVB patch 33/48] tda10021: fix continuity errors

2005-03-21 Thread Johannes Stezenbach
Fix Continuity Errors with tda10021 (slickhenry, Robert Schlabbach) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> tda10021.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.12-rc1-mm1/drivers/media/dvb/frontends/tda10021.c

Re: [PATCH][2/2] SquashFS

2005-03-21 Thread Phillip Lougher
Pavel Machek wrote: And people merging xfs/reiserfs4/etc did address problems pointed out in their code. Where did I say I wasn't addressing the problems pointed out in the code. All the issues I can fix I am addressing. Pavel -

Re: 2.6.11-mm2 + Radeon crash

2005-03-21 Thread Christian Henz
On Mon, 21 Mar 2005 15:43:32 -0800, Andrew Morton <[EMAIL PROTECTED]> wrote: > Christian Henz <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I wanted to try 2.6.11-mm2 for the low latency/realtime lsm stuff and > > I've run into a severe > > problem. > > Christian, some fixes have bene made in

Re: kernel bug: futex_wait hang

2005-03-21 Thread Andrew Morton
Jamie Lokier <[EMAIL PROTECTED]> wrote: > > Andrew Morton wrote: > > iirc we ended up deciding that the futex problems around that time were due > > to userspace problems (a version of libc). But then, there's no discussion > > around Seto's patch and it didn't get applied. So I don't know what

Re: [PATCH][2/2] SquashFS

2005-03-21 Thread Phillip Lougher
Pavel Machek wrote: Hi! Perhaps squashfs is good enough improvement over cramfs... But I'd like those 4Gb limits to go away. So would I. But it is a totally groundless reason to refuse kernel submission because of that, Squashfs users are quite happily using it with such a "terrible"

Re: kernel bug: futex_wait hang

2005-03-21 Thread Lee Revell
On Tue, 2005-03-22 at 04:48 +, Jamie Lokier wrote: > I argued for fixing Glibc on the grounds that the changed kernel > behaviour, or more exactly having Glibc depend on it, loses a certain > semantic property useful for unusual operations on multiple futexes at > the same time. But I appear

Re: 2.6.12-rc1-mm1: Kernel BUG at pci:389

2005-03-21 Thread Len Brown
Will this do it for the moment? If so, lets use it until Pavel's flag-day is over -- when we'll send an updated patch. thanks, -Len = drivers/pci/pci-acpi.c 1.4 vs edited = --- 1.4/drivers/pci/pci-acpi.c 2005-03-03 04:28:23 -05:00 +++ edited/drivers/pci/pci-acpi.c 2005-03-21

[DVB patch 15/48] dibusb: increased the number of urbs for usb1.1 devices

2005-03-21 Thread Johannes Stezenbach
increased the number of urbs for usb1.1 devices (Patrick Boettcher) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> dvb-dibusb-core.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) Index: linux-2.6.12-rc1-mm1/drivers/media/dvb/dibusb/dvb-dibusb-core.c

[DVB patch 17/48] l64781: email address fix

2005-03-21 Thread Johannes Stezenbach
fix marko kohtala's mail address Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> l64781.c |5 ++--- l64781.h |5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) Index: linux-2.6.12-rc1-mm1/drivers/media/dvb/frontends/l64781.c

[DVB patch 09/48] dibusb readme update

2005-03-21 Thread Johannes Stezenbach
dibusb readme update (Patrick Boettcher) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> README.dibusb | 57 + 1 files changed, 25 insertions(+), 32 deletions(-) Index: linux-2.6.12-rc1-mm1/Documentation/dvb/README.dibusb

Re: [PATCH 1/5] freepgt: free_pgtables use vma list

2005-03-21 Thread Nick Piggin
On Mon, 2005-03-21 at 15:02 -0800, David S. Miller wrote: > Anyways, there's the full analysis, what do you make > of this Hugh? :-) Impressive, and my name isn't even Hugh. Question, Dave: flush_tlb_pgtables after Hugh's patch is also possibly not being called with enough range to cover all

2.6.1[01] freeze on x86_64

2005-03-21 Thread Sean Russell
Hello, One liner: I'm getting mysterious (to me), almost random hard freezes of the kernel running 2.6.10 and 2.6.11. Kernel version: Linux version 2.6.11-gentoo-r3 ([EMAIL PROTECTED]) (gcc version 3.4.2 (Gentoo Linux 3.4.2-r2, ssp-3.4.1-1, pie-8.7.6.5)) Mark Nipper posted a message on March 5

Re: kernel bug: futex_wait hang

2005-03-21 Thread Lee Revell
On Mon, 2005-03-21 at 20:20 -0800, Andrew Morton wrote: > Lee Revell <[EMAIL PROTECTED]> wrote: > > > > Paul Davis and Chris Morgan have been chasing down a problem with > > xmms_jack and it really looks like this bug, thought to have been fixed > > in 2.6.10, is the culprit. > > > >

Re: [PATCH] driver model/scsi: synchronize pm calls with probe/remove

2005-03-21 Thread Tejun Heo
Hi, Dmitry. Dmitry Torokhov wrote: On Mon, 21 Mar 2005 18:18:46 +0900, Tejun Heo <[EMAIL PROTECTED]> wrote: Hello, Dmitry, Mochel and James. I've been looking at sd code and found seemingly bogus 'if (!sdkp)' tests with /* this can happen */ comment. I've digged changelog and found out that this

Re: current linus bk, error mounting root

2005-03-21 Thread Greg KH
On Mon, Mar 21, 2005 at 07:53:15PM -0500, Jon Smirl wrote: > Here is fedora's initrd nash script from my system. I modified it with > the sleep lines. > > It already is creating the /dev node with 'mkrootdev /dev/root' > I don't think udev is even running yet. Something else is causing this. > >

Re: current linus bk, error mounting root

2005-03-21 Thread Greg KH
On Mon, Mar 21, 2005 at 08:14:29PM -0500, Kyle Moffett wrote: > On Mar 21, 2005, at 19:19, Andrew Morton wrote: > >Jon Smirl <[EMAIL PROTECTED]> wrote: > >>Jens is right that this is a user space issue, but how many people are > >>going to find this out the hard way when their root drives stop >

Re: kernel bug: futex_wait hang

2005-03-21 Thread Jamie Lokier
Andrew Morton wrote: > iirc we ended up deciding that the futex problems around that time were due > to userspace problems (a version of libc). But then, there's no discussion > around Seto's patch and it didn't get applied. So I don't know what > happened to that work - it's all a bit

Re: kernel bug: futex_wait hang

2005-03-21 Thread Jamie Lokier
Lee Revell wrote: > > iirc we ended up deciding that the futex problems around that time were due > > to userspace problems (a version of libc). But then, there's no discussion > > around Seto's patch and it didn't get applied. So I don't know what > > happened to that work - it's all a bit

Re: 2.6.12-rc1-mm1

2005-03-21 Thread Stas Sergeev
Hi, Oleg Nesterov wrote: x86: fix ESP corruption CPU bug (take 2) I think that Stas tries to steal 1024 bytes from kernel's memory ... I think so too, sorry. I simply copied that from the cpu_gdt_table definition, and here's the mistake :( Probably this: --- $ nm -g vmlinux |grep cpu_gdt_table

Re: [PATCH][2/2] SquashFS

2005-03-21 Thread Phillip Lougher
Andrew Morton wrote: Josh Boyer <[EMAIL PROTECTED]> wrote: This is a useful, stable, and _maintained_ filesystem and I'm a bit surprised that there is this much resistance to it's inclusion. Although I've only been following things with half an eye, I don't think there's a lot of resistance.

Re: ALSA bugs in list [was Re: 2.6.12-rc1-mm1]

2005-03-21 Thread Lee Revell
On Mon, 2005-03-21 at 20:10 -0800, Andrew Morton wrote: > Lee Revell <[EMAIL PROTECTED]> wrote: > > > > On Mon, 2005-03-21 at 12:41 -0800, Andrew Morton wrote: > > > From: [EMAIL PROTECTED] > > > Subject: [Bug 4282] ALSA driver in Linux 2.6.11 causes a kernel panic > > when loading the EMU10K1

Re: current linus bk, error mounting root

2005-03-21 Thread Greg KH
On Mon, Mar 21, 2005 at 07:57:04PM -0500, Jon Smirl wrote: > On Mon, 21 Mar 2005 16:49:36 -0800, Greg KH <[EMAIL PROTECTED]> wrote: > > Jon, what distro are you using? > > Up2date Fedore Core 3 Ok, sounds like a distro issue, try filing a bug in their bugzilla :) thanks, greg k-h - To

Re: ALSA bugs in list [was Re: 2.6.12-rc1-mm1]

2005-03-21 Thread Lee Revell
On Mon, 2005-03-21 at 20:23 -0800, Andrew Morton wrote: > Lee Revell <[EMAIL PROTECTED]> wrote: > > I'm not aware of a mechanism for getting critical fixes like this in > > ASAP. The last few have been shepherded through manually by various > > people. Looks like we need a better system. > > >

Re: clone() and pthread_create() segment fault in 2.4.29

2005-03-21 Thread Valdis . Kletnieks
On Mon, 21 Mar 2005 20:07:21 +0100, Arjan van de Ven said: > On Mon, Mar 21, 2005 at 11:54:10AM -0700, jmerkey wrote: > > which 2.4 kernels will work properly on RH ES release 3, Taroon Update 4. > > Only kernels with NPTL in, which for 2.4 limits you to the RH supplied one. Well, strictly

Re: [patch 1/2] fork_connector: add a fork connector

2005-03-21 Thread Evgeniy Polyakov
On Mon, 2005-03-21 at 12:52 -0800, Ram wrote: > On Mon, 2005-03-21 at 04:48, Guillaume Thouvenin wrote: > > ChangeLog: > > > > - Remove the global cn_fork_lock and replace it by a per CPU > > counter. > > - The processor ID has been added in the data part of the message. > > Thus

RE: Distinguish real vs. virtual CPUs?

2005-03-21 Thread Pallipadi, Venkatesh
>This is 2xXeonHT, is, 4 cpus on 2 packages: > >cat /proc/cpuinfo: > >processor : 0 >... >physical id: 0 >siblings : 2 >core id: 0 >cpu cores : 1 > >processor : 1 >... >physical id: 0 >siblings : 2 >core id: 0 >cpu cores :

Re: kernel bug: futex_wait hang

2005-03-21 Thread Andrew Morton
Lee Revell <[EMAIL PROTECTED]> wrote: > > Paul Davis and Chris Morgan have been chasing down a problem with > xmms_jack and it really looks like this bug, thought to have been fixed > in 2.6.10, is the culprit. > > http://www.uwsg.iu.edu/hypermail/linux/kernel/0409.0/2044.html > > (for more info

Re: OSS Audio borked between 2.6.6 and 2.6.10

2005-03-21 Thread Greg Stark
Andrew Morton <[EMAIL PROTECTED]> writes: > Greg Stark <[EMAIL PROTECTED]> wrote: > > > > Andrew Morton <[EMAIL PROTECTED]> writes: > > > > > Herbert tells me that this might be fixed in 2.6.11. Did you try that? > > > > Nope. I'll try that. > > Did it work? Oops, sorry I didn't get back.

[PATCH 2.6.11.2 1/1] PCI Allow OutOfRange PIRQ table address

2005-03-21 Thread jayalk
Hi Greg, PCI folk, I updated this to remove unnecessary variable initialization, make check_routing be inline only and not __init, switch to strtoul, and formatting fixes as per Randy Dunlap's recommendations. I updated this to change pirq_table_addr to a long, and to add a warning msg if the

Re: ALSA bugs in list [was Re: 2.6.12-rc1-mm1]

2005-03-21 Thread Andrew Morton
Lee Revell <[EMAIL PROTECTED]> wrote: > > On Mon, 2005-03-21 at 20:10 -0800, Andrew Morton wrote: > > Lee Revell <[EMAIL PROTECTED]> wrote: > > > > > > On Mon, 2005-03-21 at 12:41 -0800, Andrew Morton wrote: > > > > From: [EMAIL PROTECTED] > > > > Subject: [Bug 4282] ALSA driver in Linux 2.6.11

Re: ALSA bugs in list [was Re: 2.6.12-rc1-mm1]

2005-03-21 Thread Andrew Morton
Lee Revell <[EMAIL PROTECTED]> wrote: > > On Mon, 2005-03-21 at 12:41 -0800, Andrew Morton wrote: > > From: [EMAIL PROTECTED] > > Subject: [Bug 4282] ALSA driver in Linux 2.6.11 causes a kernel panic when > loading the EMU10K1 driver > > > > This one is a real mystery. No one can reproduce

unable to handle paging request in worker_thread on apm resume

2005-03-21 Thread J. Bruce Fields
I got the following after an apm resume on a thinkpad X31, with 2.6.12-rc1 plus some (hopefully unrelated) NFS patches. Any ideas? --Bruce Fields Mar 21 18:22:44 puzzle apmd[1815]: Suspending now Mar 21 22:37:36 puzzle kernel: PCI: Setting latency timer of device :00:1d.0 to 64 Mar 21

[DVB patch 07/48] skystar2: update email address

2005-03-21 Thread Johannes Stezenbach
Updated email address. Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> skystar2.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) Index: linux-2.6.12-rc1-mm1/drivers/media/dvb/b2c2/skystar2.c === ---

[DVB patch 13/48] dib3000: corrected device naming

2005-03-21 Thread Johannes Stezenbach
corrected device naming (Patrick Boettcher) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> Kconfig |4 ++-- dib3000-common.c |2 +- dib3000-common.h |8 dib3000.h|2 +- dib3000mb.c |6 +++--- dib3000mc.c | 10 +-

[DVB patch 11/48] nxt2002: QAM64/256 support

2005-03-21 Thread Johannes Stezenbach
patch by Taylor Jacob: Add QAM64/256 Support Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> Kconfig |1 + nxt2002.c | 43 +-- 2 files changed, 42 insertions(+), 2 deletions(-) Index:

[DVB patch 06/48] support Activy Budget card

2005-03-21 Thread Johannes Stezenbach
support Activy Budget with ALPS BSRU6 tuner submitted by Andreas 'randy' Weinberger. Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> budget.c | 16 1 files changed, 12 insertions(+), 4 deletions(-) Index: linux-2.6.12-rc1-mm1/drivers/media/dvb/ttpci/budget.c

[DVB patch 03/48] dibusb: misc. fixes

2005-03-21 Thread Johannes Stezenbach
o worked around hw_sleep handling for usb1.1 devices o fixed oops when no frontend was attached (because of usb1.1 timeouts in my debugging sessions) (Patrick Boettcher) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> dvb-dibusb-fe-i2c.c |4 ++ dvb-dibusb-usb.c| 70

[DVB patch 38/48] dibusb: remove useless ifdef

2005-03-21 Thread Johannes Stezenbach
removed useless ifdef: dvb_register_adapter always takes 3 parameters in this tree (Andreas Oberritter) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> dvb-dibusb-dvb.c |6 +- 1 files changed, 1 insertion(+), 5 deletions(-) Index:

Re: [CHECKER] ext3 bug in ftruncate() with O_SYNC?

2005-03-21 Thread Andrew Morton
Ben Pfaff <[EMAIL PROTECTED]> wrote: > > Hi. We're doing some checking on Linux file systems and found > what appears to be a bug in the Linux 2.6.11 implementation of > ext3: when ftruncate shrinks a file, using a file descriptor > opened with O_SYNC, the file size is not updated synchronously.

  1   2   3   4   5   6   7   8   9   >