Desperate request for help on #517449

2009-05-23 Thread Hai Zaar
Good day, Debian kernel team!

There is a performance-killer bug in current lenny kernel -
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517449.

Its strange, but several months passed and its not has been fixed yet.
Its very frustrating having hi-end quad-core machine starting to crawl
in the middle of the work day.

I would like to know if there are any plans to fix that bug for
official Lenny kernel.

Thank you,
-- 
Zaar


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Proposed changes to linux-2.6

2009-05-23 Thread Bastian Blank
Hi folks

Some of this changes affects D-I.

On Wed, May 20, 2009 at 05:32:48PM +0200, Bastian Blank wrote:
> I intend to do the following changes to linux-2.6:
> * Remove i386/486.
> * Change i386/686(-bigmem) to include generic optimizations, should work
>   on all x86 then. Maybe rename them somehow later.
> * Make ipv6 support built-in for several arches.

Bastian

-- 
Many Myths are based on truth
-- Spock, "The Way to Eden",  stardate 5832.3


signature.asc
Description: Digital signature


Bug#529697: linux-image-2.6.26-2-686: Crystal 4237b audio card not working and causing kernel freeze during boot

2009-05-23 Thread STEPHEN POWELL
> perhaps this means the severity should be lowered

I can't speak to that.  I'm not a member of the Debian kernel team.  I'm just 
an ordinary
end user who happened to notice a reference to the same kind of sound chip that 
I have
and thought I might be able to help.

The problem, as I see it, is two-fold.  First, there is apparently a bug in the 
snd-cs4232
driver that causes a kernel oops.  That bug has apparently been fixed in 
2.6.27.  But in your
situation (and mine), that driver shouldn't have been loaded in the first 
place.  There
is another problem that requires a design change to fix, and I don't know how 
it's going
to be addressed.  The idea behind the hot plug system is that kernel modules 
would be given
aliases corresponding to the device ids that they are to be drivers for.  These 
device ids
can be listed by lspnp (in the pnputils package), lspci, lspcmcia, etc.  If the 
hot plug
system finds a kernel module with an alias which matches a device id that it 
has been able
to detect, it loads that kernel module.  That works most of the time.

Unfortunately, Crystal Semiconductor used the same device id, CSC, for too 
many
dissimilar devices.  There are therefore three different drivers that have this 
alias:
snd-cs4232, snd-cs4236, and snd-wavefront.  In any given situation, only one of 
them should
be loaded.  The question is, which one?  It is currently the design of the hot 
plug system
to load all drivers that have an alias matching the device id.  That means it 
tries to load
all three of them.  Either some additional smarts must be added to the hot plug 
system to
figure out which one is the right driver in this situation and load only that 
one, or else
the drivers themselves need to be smarter, so that they won't touch a sound 
chip that
another driver should be used for.  And that's not a bug: that's a design 
change.  In the
meantime, the work-around is to blacklist the drivers that you don't want.  
This is not
too bad when you're INSTALLING Linux, provided that you understand what's going 
on and how
to work around it.  A smarter installer could solve that problem.  But how 
would Debian Live
systems, which must figure out everything on the fly, know which driver to 
load?  The kernel
people need to take a look at this.  In a perfect world, it would be nice if 
Linux knew how
to configure ISA PnP devices on older IBM ThinkPads too, such as the 600.  It 
is apparently
done in some kind of non-standard way.  But I'm not holding my breath.

Anyway, I believe that you can get full functionality out of your CS4237B sound 
chip, even
under the standard Lenny kernel, if you read my web site carefully.  It won't 
happen
automatically.  But with the right configuration steps, it can be done.



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: reassign 526581 to linux-libc-dev, forcibly merging 523121 526581

2009-05-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 526581 linux-libc-dev
Bug#526581: xgalaga: FTBFS: conflicting types for 'fd_set'
Bug reassigned from package `xgalaga' to `linux-libc-dev'.

> forcemerge 523121 526581
Bug#523121: error: conflicting types for 'fd_set'
Bug#526581: xgalaga: FTBFS: conflicting types for 'fd_set'
Forcibly Merged 523121 526581.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: bug 530125 is forwarded to http://lkml.org/lkml/2009/5/23/83

2009-05-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 530125 http://lkml.org/lkml/2009/5/23/83
Bug#530125: linux-kbuild-2.6.29: bashism in /bin/sh script
Noted your statement that Bug has been forwarded to 
http://lkml.org/lkml/2009/5/23/83.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Toss of a coin decides Spanish mkayor

2009-05-23 Thread Fuhrmeister
<>

Bug#521944: Problem still exists after dist-upgrade

2009-05-23 Thread wiekaltheut
I've made a dist-upgrade, but the problem still exists.
-- 
Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate + Telefonanschluss 
für nur 17,95 Euro/mtl.!* http://portal.gmx.net/de/go/dsl02



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Proposed changes to linux-2.6

2009-05-23 Thread Otavio Salvador
Hello Bastian,

On Sat, May 23, 2009 at 11:41 AM, Bastian Blank  wrote:
> Hi folks
>
> Some of this changes affects D-I.
>
> On Wed, May 20, 2009 at 05:32:48PM +0200, Bastian Blank wrote:
>> I intend to do the following changes to linux-2.6:
>> * Remove i386/486.
>> * Change i386/686(-bigmem) to include generic optimizations, should work
>>   on all x86 then. Maybe rename them somehow later.
>> * Make ipv6 support built-in for several arches.

The i486 flavour is our default for the installer; what would be the
new default kernel?

-- 
Otavio Salvador  O.S. Systems
E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Proposed changes to linux-2.6

2009-05-23 Thread Bastian Blank
On Sat, May 23, 2009 at 04:41:16PM +0200, Bastian Blank wrote:
> On Wed, May 20, 2009 at 05:32:48PM +0200, Bastian Blank wrote:
> > I intend to do the following changes to linux-2.6:
> > * Change i386/686(-bigmem) to include generic optimizations, should work
> >   on all x86 then. Maybe rename them somehow later.

I checked it again, this is incorrect. A generic optimized kernel with a
686 setting will not work on older cpus.

Bastian

-- 
Vulcans believe peace should not depend on force.
-- Amanda, "Journey to Babel", stardate 3842.3


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#530303: lm-sensors: Conflict with kernel ACPI temperatures causes shutdown

2009-05-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 530303 linux-2.6
Bug#530303: lm-sensors: Conflict with kernel ACPI temperatures causes shutdown
Bug reassigned from package `lm-sensors' to `linux-2.6'.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org