Bug#513537: linux-image-2.6.26-1-openvz-amd64 hanging

2009-07-22 Thread Vitaliy Gusev
On Wednesday 22 July 2009 06:05:08 am Tom Rathborne wrote:
 Hi Vitaliy,
  Hello, Tom!. Does this problem still actual for you? Can you check
  attached patch? ( do not tune off CONFIG_USER_RESOURCE)
 
 This patch makes sense. I have applied it to the latest Debian Lenny
 kernel and will let you know what happens!

This patch fixes lockdep warning, so you can compile kernel with LOCKDEP_DEBUG.

 
 Thanks,
 
 Tom
 
  diff --git a/kernel/bc/net.c b/kernel/bc/net.c
  index e1ffc63..fb0fb25 100644
  --- a/kernel/bc/net.c
  +++ b/kernel/bc/net.c
  @@ -157,9 +157,9 @@ static void ub_sock_snd_wakeup(struct user_beancounter 
  *ub)
   * act the same way as ub_tcp_snd_wakeup does.
   */
  sock_hold(sk);
  -   read_lock(sk-sk_callback_lock);
  spin_unlock(ub-ub_lock);
   
  +   read_lock(sk-sk_callback_lock);
  sk-sk_write_space(sk);
  read_unlock(sk-sk_callback_lock);
   
  @@ -212,9 +212,9 @@ static void ub_tcp_snd_wakeup(struct user_beancounter 
  *ub)
   * it belongs to the callback.
   */
  sock_hold(sk);
  -   read_lock(sk-sk_callback_lock);
  spin_unlock(ub-ub_lock);
   
  +   read_lock(sk-sk_callback_lock);
  sk-sk_write_space(sk);
  read_unlock(sk-sk_callback_lock);
 



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



Bug#534379: Afatech AF9015 firmware

2009-07-22 Thread Raymond Dick
I'm not sure if this helps but the ubuntu guys have already included this
firmware in their distribution.  Linuxtv.org offer a lot of information.
http://linuxtv.org/wiki/index.php/Afatech_AF9015  Apparently Afatech want to
release a better driver rather than have poor drivers merged into the kernel
but its firmware blobs for now...

Odd, I find that it doesn't work if you enable the linux KVM (Kernel Virtual
Machine) module.  Didn't seem to matter which version of the firmware used
though but I guess thats another matter.


Bug#538000: NFS bug in stable kernel

2009-07-22 Thread Anigel
Package: linux-image-2.6.26-2-686
Version: 2.6.26-17

I just upgraded my nas-box with new disks, and took the time to
migrate the OS from Etch to Lenny.

This morning I was rebuilding and testing NFS exports. When I
completed this task, I ran exportfs -a to activate all the NFS
shares. I got a very strange error message, which seems to be related
to a kernel bug. More strange : I got this message only for the first
export. I couldn't reproduce it later...

Jul 22 12:44:19 nas kernel: [72230.403919] nfsd: last server has exited
Jul 22 12:44:19 nas kernel: [72230.403919] nfsd: unexporting all filesystems
Jul 22 12:44:20 nas kernel: [72231.548528] NFSD: Using
/var/lib/nfs/v4recovery as the NFSv4 state recovery directory
Jul 22 12:44:20 nas kernel: [72231.548597] NFSD: starting 90-second grace period
Jul 22 12:44:26 nas kernel: [72238.061697] [ cut here ]
Jul 22 12:44:26 nas kernel: [72238.061726] kernel BUG at
include/linux/module.h:386!
Jul 22 12:44:26 nas kernel: [72238.061749] invalid opcode:  [#1] SMP
Jul 22 12:44:26 nas kernel: [72238.061775] Modules linked in: xfs nfsd
lockd nfs_acl auth_rpcgss sunrpc exportfs ipv6 dm_mod loop parport_pc
parport snd_pcm snd_timer snd soundcore snd_page_alloc pcspkr psmouse
serio_raw button i2c_i801 i2c_core iTCO_wdt rng_core edac_core shpchp
pci_hotplug intel_agp agpgart evdev ext3 jbd mbcache sd_mod i2o_core
ide_cd_mod cdrom piix ide_pci_generic ide_core floppy ata_generic
dpt_i2o skge e1000 libata scsi_mod dock ehci_hcd uhci_hcd usbcore
thermal processor fan thermal_sys
Jul 22 12:44:26 nas kernel: [72238.062094]
Jul 22 12:44:26 nas kernel: [72238.062110] Pid: 3614, comm: nfsd Not
tainted (2.6.26-2-686 #1)
Jul 22 12:44:26 nas kernel: [72238.062134] EIP: 0060:[f8bc8489]
EFLAGS: 00010246 CPU: 0
Jul 22 12:44:26 nas kernel: [72238.062188] EIP is at
svc_recv+0x38f/0x64e [sunrpc]
Jul 22 12:44:26 nas kernel: [72238.062209] EAX:  EBX: f8bdbd40
ECX: f8bdbd40 EDX: 0100
Jul 22 12:44:26 nas kernel: [72238.062232] ESI: f7886400 EDI: f6b45f9c
EBP: c4014000 ESP: f6b45f8c
Jul 22 12:44:26 nas kernel: [72238.062255]  DS: 007b ES: 007b FS: 00d8
GS:  SS: 0068
Jul 22 12:44:26 nas kernel: [72238.062277] Process nfsd (pid: 3614,
ti=f6b44000 task=f7a1b980 task.ti=f6b44000)
Jul 22 12:44:26 nas kernel: [72238.062301] Stack: 000dbba0 f7a8b600
f7a13d00 f7daa840  f7a1b980 c011b6ce 00100100
Jul 22 12:44:26 nas kernel: [72238.062364]00200200 f783a8c0
f8bfaa8f  c4014000 f8be1691 feff 
Jul 22 12:44:26 nas kernel: [72238.062426]fef8 
f8be15bb    c01044f3 c4014000
Jul 22 12:44:26 nas kernel: [72238.062487] Call Trace:
Jul 22 12:44:26 nas kernel: [72238.062520]  [c011b6ce]
default_wake_function+0x0/0x8
Jul 22 12:44:26 nas kernel: [72238.062554]  [f8be1691] nfsd+0xd6/0x269 [nfsd]
Jul 22 12:44:26 nas kernel: [72238.062598]  [f8be15bb] nfsd+0x0/0x269 [nfsd]
Jul 22 12:44:26 nas kernel: [72238.062638]  [c01044f3]
kernel_thread_helper+0x7/0x10
Jul 22 12:44:26 nas kernel: [72238.062669]  ===
Jul 22 12:44:26 nas kernel: [72238.062687] Code: 01 00 00 8b 44 24 04
8b 50 04 ff 52 04 85 c0 89 c6 0f 84 25 01 00 00 8b 00 8b 58 04 85 db
74 1f 89 d8 e8 b2 49 57 c7 85 c0 75 04 0f 0b eb fe 64 a1 04 40 3b c0
c1 e0 05 ff 84 18 00 01 00 00 8b
Jul 22 12:44:26 nas kernel: [72238.062954] EIP: [f8bc8489]
svc_recv+0x38f/0x64e [sunrpc] SS:ESP 0068:f6b45f8c
Jul 22 12:44:26 nas kernel: [72238.063351] ---[ end trace 0bbcb6ca27fbf387 ]---



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



Bug#534708: closed by Bastian Blank wa...@debian.org (Re: Bug#534708: linux-source-2.6.30: 8086:27df libata driver missing in Debian kernel)

2009-07-22 Thread Michal Suchanek

On 07/01/2009 01:42 PM, Frédéric Boiteux wrote:

Le Sat, 27 Jun 2009 06:48:03 +,
ow...@bugs.debian.org (Debian Bug Tracking System) a écrit :


Differences are no bug, but usually bugfixes.

Bastian




Le Mon, 29 Jun 2009 22:17:54 +0100,
Ben Hutchingsb...@decadent.org.uk  a écrit :


libata is a library module, not a driver.  Please explain what the
actual problem is rather than pointing at changes that may or may not
be related.



  Hello,

   This problem of some PATA hardware driven by piix driver instead of
ata_piix is in Debian since a long time (see also bug # 444182) : in
the SVN web interface, I see it first 8499, 2 years ago, in Etch  :
http://svn.debian.org/wsvn/kernel/dists/trunk/linux-2.6/debian/patches/debian/drivers-ata-ata_piix-postpone-pata.patch?op=logrev=0sc=0isdir=0

But I didn't find why it have been added, which bug it fixes : does
anybody have info about this ? Is it reported at kernel.org ? Perhaps
it has been fixed since the addition of this patch ?

   Thanks for any tip,
 Fred.



I can think of one reason to exclude these PCI IDs - if the libata piix driver is used it changes 
the device name.


I recall the device name changing more than once so there was probably some time when the driver was 
built, then people complained it changes drive names and so it was disabled.


However, the right way to disable it is to not include the driver in the Debian kernel config, not 
to break it in the source so that it cannot work.


Also we have UUID support by now so this issue is moot.

It is also inconsistent with other libata based pata drivers which do not seem 
to be crippled this way.

There is one other possible issue which might have caused this patch. In the early days of libata 
there was a warning that compiling drivers for the same device from both ide and libata subsystems 
may cause trouble but this too should be resolved by now.


Either way the patch is incorrect and it breaks functionality available in the upstream kernel for 
no good reason so it should be reverted.


Thanks

Michal



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



Bug#534708: closed by Bastian Blank wa...@debian.org (Re: Bug#534708: linux-source-2.6.30: 8086:27df libata driver missing in Debian kernel)

2009-07-22 Thread Frédéric Boiteux
Le Wed, 22 Jul 2009 14:32:52 +0200,
Michal Suchanek michal.sucha...@ruk.cuni.cz a écrit :

 I can think of one reason to exclude these PCI IDs - if the libata
 piix driver is used it changes the device name.
 
 I recall the device name changing more than once so there was
 probably some time when the driver was built, then people complained
 it changes drive names and so it was disabled.
 
 However, the right way to disable it is to not include the driver in
 the Debian kernel config, not to break it in the source so that it
 cannot work.
 
 Also we have UUID support by now so this issue is moot.
 
 It is also inconsistent with other libata based pata drivers which do
 not seem to be crippled this way.
 
 There is one other possible issue which might have caused this patch.
 In the early days of libata there was a warning that compiling
 drivers for the same device from both ide and libata subsystems may
 cause trouble but this too should be resolved by now.
 
 Either way the patch is incorrect and it breaks functionality
 available in the upstream kernel for no good reason so it should be
 reverted.

Hi,

  Does the announce of Bastian about enablings pata drivers in 2.6.31
is related to this (see
http://www.mail-archive.com/debian-kernel@lists.debian.org/msg46483.html) ?
If true, It's a good suggestion to test next stable Linux kernel !

with regards,
Fred.



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



Bug#534708: closed by Bastian Blank wa...@debian.org (Re: Bug#534708: linux-source-2.6.30: 8086:27df libata driver missing in Debian kernel)

2009-07-22 Thread Michal Suchanek

On 07/22/2009 03:10 PM, Frédéric Boiteux wrote:

Le Wed, 22 Jul 2009 14:32:52 +0200,
Michal Suchanekmichal.sucha...@ruk.cuni.cz  a écrit :


I can think of one reason to exclude these PCI IDs - if the libata
piix driver is used it changes the device name.

I recall the device name changing more than once so there was
probably some time when the driver was built, then people complained
it changes drive names and so it was disabled.

However, the right way to disable it is to not include the driver in
the Debian kernel config, not to break it in the source so that it
cannot work.

Also we have UUID support by now so this issue is moot.

It is also inconsistent with other libata based pata drivers which do
not seem to be crippled this way.

There is one other possible issue which might have caused this patch.
In the early days of libata there was a warning that compiling
drivers for the same device from both ide and libata subsystems may
cause trouble but this too should be resolved by now.

Either way the patch is incorrect and it breaks functionality
available in the upstream kernel for no good reason so it should be
reverted.


 Hi,

   Does the announce of Bastian about enablings pata drivers in 2.6.31
is related to this (see
http://www.mail-archive.com/debian-kernel@lists.debian.org/msg46483.html) ?
If true, It's a good suggestion to test next stable Linux kernel !

 with regards,
 Fred.


Then you want this fixed, otherwise you will have no drivers for piix and ICH 
family of PATA chipsets.

Thanks

Michal



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



Processed: tagging 536455

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

 # Automatically generated email from bts, devscripts version 2.10.35lenny3
 tags 536455 + pending
Bug#536455: linux-source-2.6.30: Unable to set NIC hwaddress
Tags were: upstream patch
Tags added: pending


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: Re: Bug#535048: linux-image-2.6.30: intelfb: wrong geometry and colors

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

 reassign 535048 linux-2.6
Bug#535048: efifb has wrong colors
Warning: Unknown package 'linux-image-2.6.30-macmini'
Bug reassigned from package `linux-image-2.6.30-macmini' to `linux-2.6'.

 --
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: tagging 512617

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

 # Automatically generated email from bts, devscripts version 2.10.35lenny3
 tags 512617 + pending
Bug#512617: kernel repeated warnings
Tags were: patch
Tags added: pending


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



re:Bug#511703: same problem, how to fix?

2009-07-22 Thread chad brabec
I did figure this out a while back, so I am sorry I didn't report it
earlier.
for my problem anyway.

it has to do with the kernel that it's being configed.  with the soekris
boxes, i know the 4501 and 4511, you have to have it a 386 kernel and not
the 486.

the easiest way to fix it is to recompile.  for those that don't like to do
that, learn.  do-
cd /usr/src/linux
make xconfig
- go into the processor type and change it to 386
make the kernel and reboot

cheers


Bug#538081: linux-image-2.6.26-2-amd64: The fan that doesn't adapt the speed to the cpu load. The Laptop shuts down by overheating

2009-07-22 Thread Celso R.
Package: linux-image-2.6.26-2-amd64
Version: 2.6.26-17
Severity: normal



-- Package-specific info:

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=pt_PT.UTF-8, LC_CTYPE=pt_PT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages linux-image-2.6.26-2-amd64 depends on:
ii  debconf [debconf-2.0] 1.5.27 Debian configuration management sy
ii  initramfs-tools [linux-initra 0.93.3 tools for generating an initramfs
ii  module-init-tools 3.9-2  tools for managing Linux kernel mo

linux-image-2.6.26-2-amd64 recommends no packages.

Versions of packages linux-image-2.6.26-2-amd64 suggests:
ii  grub  0.97-53GRand Unified Bootloader (Legacy v
pn  linux-doc-2.6.26  none (no description available)

-- debconf information:
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.26-2-amd64/postinst/bootloader-error-2.6.26-2-amd64:
  linux-image-2.6.26-2-amd64/preinst/lilo-initrd-2.6.26-2-amd64: true
  linux-image-2.6.26-2-amd64/postinst/depmod-error-2.6.26-2-amd64: false
  linux-image-2.6.26-2-amd64/postinst/old-dir-initrd-link-2.6.26-2-amd64: true
  linux-image-2.6.26-2-amd64/postinst/create-kimage-link-2.6.26-2-amd64: true
  linux-image-2.6.26-2-amd64/preinst/initrd-2.6.26-2-amd64:
  linux-image-2.6.26-2-amd64/preinst/lilo-has-ramdisk:
  linux-image-2.6.26-2-amd64/preinst/abort-install-2.6.26-2-amd64:
  linux-image-2.6.26-2-amd64/postinst/old-initrd-link-2.6.26-2-amd64: true
  linux-image-2.6.26-2-amd64/postinst/depmod-error-initrd-2.6.26-2-amd64: false
  linux-image-2.6.26-2-amd64/postinst/bootloader-test-error-2.6.26-2-amd64:
  linux-image-2.6.26-2-amd64/preinst/overwriting-modules-2.6.26-2-amd64: true
  linux-image-2.6.26-2-amd64/postinst/kimage-is-a-directory:
  linux-image-2.6.26-2-amd64/preinst/failed-to-move-modules-2.6.26-2-amd64:
  linux-image-2.6.26-2-amd64/prerm/would-invalidate-boot-loader-2.6.26-2-amd64: 
true
  linux-image-2.6.26-2-amd64/postinst/old-system-map-link-2.6.26-2-amd64: true
  linux-image-2.6.26-2-amd64/preinst/abort-overwrite-2.6.26-2-amd64:
  linux-image-2.6.26-2-amd64/preinst/bootloader-initrd-2.6.26-2-amd64: true
  linux-image-2.6.26-2-amd64/preinst/elilo-initrd-2.6.26-2-amd64: true
  linux-image-2.6.26-2-amd64/prerm/removing-running-kernel-2.6.26-2-amd64: true



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



Bug#538081: linux-image-2.6.26-2-amd64: The fan that doesn't adapt the speed to the cpu load. The Laptop shuts down by overheating

2009-07-22 Thread celso r
I have a problem with the fan that doesn't adapt the speed to the cpu load
and is only solved (or not so noted) when I return to the kernel 2.6.26-1.
With the kernel 2.6.26-2 (in stable and testing) and the kernel 2.6.30
(backports) the laptop shutdowns when a high cpu load is needed (like
playing a game or use Virtual Box).

2009/7/23 Celso R. celsopr.dr...@gmail.com

 Package: linux-image-2.6.26-2-amd64
 Version: 2.6.26-17
 Severity: normal



 -- Package-specific info:

 -- System Information:
 Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
 Architecture: amd64 (x86_64)

 Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
 Locale: LANG=pt_PT.UTF-8, LC_CTYPE=pt_PT.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/bash

 Versions of packages linux-image-2.6.26-2-amd64 depends on:
 ii  debconf [debconf-2.0] 1.5.27 Debian configuration
 management sy
 ii  initramfs-tools [linux-initra 0.93.3 tools for generating an
 initramfs
 ii  module-init-tools 3.9-2  tools for managing Linux
 kernel mo

 linux-image-2.6.26-2-amd64 recommends no packages.

 Versions of packages linux-image-2.6.26-2-amd64 suggests:
 ii  grub  0.97-53GRand Unified Bootloader
 (Legacy v
 pn  linux-doc-2.6.26  none (no description available)

 -- debconf information:
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.26-2-amd64/postinst/bootloader-error-2.6.26-2-amd64:
  linux-image-2.6.26-2-amd64/preinst/lilo-initrd-2.6.26-2-amd64: true
  linux-image-2.6.26-2-amd64/postinst/depmod-error-2.6.26-2-amd64: false
  linux-image-2.6.26-2-amd64/postinst/old-dir-initrd-link-2.6.26-2-amd64:
 true
  linux-image-2.6.26-2-amd64/postinst/create-kimage-link-2.6.26-2-amd64:
 true
  linux-image-2.6.26-2-amd64/preinst/initrd-2.6.26-2-amd64:
  linux-image-2.6.26-2-amd64/preinst/lilo-has-ramdisk:
  linux-image-2.6.26-2-amd64/preinst/abort-install-2.6.26-2-amd64:
  linux-image-2.6.26-2-amd64/postinst/old-initrd-link-2.6.26-2-amd64: true
  linux-image-2.6.26-2-amd64/postinst/depmod-error-initrd-2.6.26-2-amd64:
 false
  linux-image-2.6.26-2-amd64/postinst/bootloader-test-error-2.6.26-2-amd64:
  linux-image-2.6.26-2-amd64/preinst/overwriting-modules-2.6.26-2-amd64:
 true
  linux-image-2.6.26-2-amd64/postinst/kimage-is-a-directory:
  linux-image-2.6.26-2-amd64/preinst/failed-to-move-modules-2.6.26-2-amd64:
  linux-image-2.6.26-2-amd64/prerm/would-invalidate-boot-loader-2.6.26-2-amd64:
 true
  linux-image-2.6.26-2-amd64/postinst/old-system-map-link-2.6.26-2-amd64:
 true
  linux-image-2.6.26-2-amd64/preinst/abort-overwrite-2.6.26-2-amd64:
  linux-image-2.6.26-2-amd64/preinst/bootloader-initrd-2.6.26-2-amd64: true
  linux-image-2.6.26-2-amd64/preinst/elilo-initrd-2.6.26-2-amd64: true
  linux-image-2.6.26-2-amd64/prerm/removing-running-kernel-2.6.26-2-amd64:
 true





Processed: tagging 536354

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

 # Automatically generated email from bts, devscripts version 2.10.35lenny3
 tags 536354 + pending
Bug#536354: linux-2.6: [s390,lenny] kernel panic during boot
Tags were: pending patch
Tags added: pending


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