Bug#660425: [squeeze domU] alignment check trap on high network load

2012-03-05 Thread Jonathan Nieder
Hi,

Radu Spineanu wrote:

 Since a couple of days ago on high loads a domU is constantly 
 rebooting itself after a kernel panic.

Sorry to have missed this before.  What are the xen and dom0 versions?
How reproducible is this?  (100%? 50%?)  Can you say a little more
about the nature of the load?  Does dmesg or xm dmesg from the
dom0 say anything interesting when this happens?  Is the backtrace
always the same?  Which CPU?  (A copy of /proc/cpuinfo would be
interesting.)  Any other relevant observations?

 [ 58.806593] alignment check:  [#1] SMP
 [ 58.806610] last sysfs file: /sys/module/x_tables/initstate
[...]
 [ 58.806673] RIP: e030:[81270c0b] [81270c0b] 
 eth_type_trans+0x3d/0xae
[...]
 [ 58.807061] Code: 87 d8 00 00 00 2b 87 d0 00 00 00 be 0e 00 00 00 89 87 c4 
 00 00 00 e8 68 48 fe ff 8b 8b c4 00 00 00 48 03 8b d0 00 00 00 f6 01 01 48 
 8b 11 74 20 48 33 95 40 02 00 00 8a 43 7d 48 c1 e2 10 75 08

This trace is of net/ethernet/eth.c, after eth = eth_hdr(skb);:

  10: 89 87 c4 00 00 00   mov%eax,0xc4(%rdi)
  16: e8 68 48 fe ff  callq  0xfffe4883
  1b: 8b 8b c4 00 00 00   mov0xc4(%rbx),%ecx
  21: 48 03 8b d0 00 00 00add0xd0(%rbx),%rcx
  28: f6 01 01testb  $0x1,(%rcx)
  2b:*  48 8b 11mov(%rcx),%rdx -- trapping 
instruction
  2e: 74 20   je 0x50

The if is

if (unlikely(is_multicast_ether_addr(eth-h_dest))) {

Linux loads the six bytes of eth-h_dest and two (irrelevant) bytes of
the next field because it will be comparing to another address soon.

The address of *eth (in %rcx) is as well aligned as we could hope
(16-bit aligned).

 [ 58.806690] RSP: e02b:8801cd07f988 EFLAGS: 00050246
 [ 58.806695] RAX: 8801fb29ecfc RBX: 8801fbb44ce8 RCX: 8801fb29ecee

The guest is not supposed to be able to set EFLAGS.AC, so this feels
like a silicon or supervisor bug.

Compare:

 http://thread.gmane.org/gmane.comp.emulators.xen.devel/100514
 https://bugzilla.kernel.org/show_bug.cgi?id=25182
 http://thread.gmane.org/gmane.comp.emulators.xen.devel/80223

Hope that helps,
Jonathan



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120305080301.GA3765@burratino



Bug#656899: bug in md

2012-03-05 Thread Jan Korbel

Hello.

Yesterday frozen one of us 6.0.4 server with soft raid.

Packages:

mdadm 3.1.4-1+8efb9d1+squeeze1
linux-image-2.6.32-5-686 2.6.32-41

Log:

Mar  4 00:57:01 xxfw kernel: [810540.404471] md: data-check of RAID 
array md0
Mar  4 00:57:01 xxfw kernel: [810540.404477] md: minimum _guaranteed_ 
speed: 1000 KB/sec/disk.
Mar  4 00:57:01 xxfw kernel: [810540.404481] md: using maximum available 
idle IO bandwidth (but not more than 20 KB/sec) for data-check.
Mar  4 00:57:01 xxfw kernel: [810540.404488] md: using 128k window, over 
a total of 1951744 blocks.

Mar  4 00:57:58 xxfw kernel: [810597.523705] md: md0: data-check done.
Mar  4 01:00:02 xxfw kernel: [810720.628033] kthreadd  D cf2a42a0 
  0 2  0 0x
Mar  4 01:00:02 xxfw kernel: [810720.628042]  ce828440 0046 ce82b300 
cf2a42a0 0246 c141d100 c141d100 c14186ac
Mar  4 01:00:02 xxfw kernel: [810720.628055]  ce8285fc c1808100  
a8ea713c 0002e12e cf2a42ac cf2a42a8 
Mar  4 01:00:02 xxfw kernel: [810720.628066]  0001 ce8285fc 0c12d5b8 
0292  0003 ce831aec ce9ce9d8

Mar  4 01:00:02 xxfw kernel: [810720.628078] Call Trace:
Mar  4 01:00:02 xxfw kernel: [810720.628119]  [d0340a26] ? 
md_write_start+0x12d/0x140 [md_mod]
Mar  4 01:00:02 xxfw kernel: [810720.628133]  [c1044342] ? 
autoremove_wake_function+0x0/0x2d
Mar  4 01:00:02 xxfw kernel: [810720.628144]  [d0364d9d] ? 
make_request+0x27/0x6dd [raid1]
Mar  4 01:00:02 xxfw kernel: [810720.628154]  [c106f881] ? 
__rcu_process_callbacks+0x164/0x227
Mar  4 01:00:02 xxfw kernel: [810720.628161]  [c106f881] ? 
__rcu_process_callbacks+0x164/0x227
Mar  4 01:00:02 xxfw kernel: [810720.628169]  [c10aeb9c] ? 
kmem_cache_free+0x78/0xaf
Mar  4 01:00:02 xxfw kernel: [810720.628175]  [c106f881] ? 
__rcu_process_callbacks+0x164/0x227
Mar  4 01:00:02 xxfw kernel: [810720.628182]  [c106f789] ? 
__rcu_process_callbacks+0x6c/0x227
Mar  4 01:00:02 xxfw kernel: [810720.628194]  [d03422f0] ? 
md_make_request+0xa4/0xd8 [md_mod]
Mar  4 01:00:02 xxfw kernel: [810720.628201]  [c106f977] ? 
rcu_process_callbacks+0x33/0x39
Mar  4 01:00:02 xxfw kernel: [810720.628211]  [c1035b6d] ? 
__do_softirq+0x115/0x156
Mar  4 01:00:02 xxfw kernel: [810720.628219]  [c1128d19] ? 
generic_make_request+0x266/0x2b4
Mar  4 01:00:02 xxfw kernel: [810720.628228]  [c108982a] ? 
mempool_alloc+0x3b/0xdd
Mar  4 01:00:02 xxfw kernel: [810720.628235]  [c1128e23] ? 
submit_bio+0xbc/0xd6
Mar  4 01:00:02 xxfw kernel: [810720.628244]  [c108cc21] ? 
test_set_page_writeback+0xc7/0xd0
Mar  4 01:00:02 xxfw kernel: [810720.628250]  [c10a5680] ? 
swap_writepage+0x82/0x89
Mar  4 01:00:02 xxfw kernel: [810720.628258]  [c10900d1] ? 
shrink_page_list+0x32d/0x585
Mar  4 01:00:02 xxfw kernel: [810720.628264]  [c108f2aa] ? 
isolate_pages_global+0x159/0x1bc
Mar  4 01:00:02 xxfw kernel: [810720.628270]  [c10906b7] ? 
shrink_list+0x38e/0x61b
Mar  4 01:00:02 xxfw kernel: [810720.628291]  [d00bb6b5] ? 
scsi_next_command+0x25/0x2f [scsi_mod]
Mar  4 01:00:02 xxfw kernel: [810720.628301]  [c112cdaf] ? 
blk_done_softirq+0x53/0x5f
Mar  4 01:00:02 xxfw kernel: [810720.628307]  [c1090b69] ? 
shrink_zone+0x225/0x2c8
Mar  4 01:00:02 xxfw kernel: [810720.628315]  [c109170b] ? 
try_to_free_pages+0x1f6/0x31a
Mar  4 01:00:02 xxfw kernel: [810720.628321]  [c108f151] ? 
isolate_pages_global+0x0/0x1bc
Mar  4 01:00:02 xxfw kernel: [810720.628327]  [c108c81c] ? 
__alloc_pages_nodemask+0x302/0x4d9
Mar  4 01:00:02 xxfw kernel: [810720.628334]  [c108c9ff] ? 
__get_free_pages+0xc/0x17
Mar  4 01:00:02 xxfw kernel: [810720.628342]  [c102f31c] ? 
copy_process+0xb7/0xf28
Mar  4 01:00:02 xxfw kernel: [810720.628352]  [c1025134] ? 
update_curr+0x106/0x1b3
Mar  4 01:00:02 xxfw kernel: [810720.628358]  [c10302c7] ? 
do_fork+0x13a/0x2bc
Mar  4 01:00:02 xxfw kernel: [810720.628364]  [c102b8d6] ? 
finish_task_switch+0x34/0x95
Mar  4 01:00:02 xxfw kernel: [810720.628372]  [c1001e39] ? 
kernel_thread+0x85/0x8d
Mar  4 01:00:02 xxfw kernel: [810720.628379]  [c10440af] ? 
kthread+0x0/0x66
Mar  4 01:00:02 xxfw kernel: [810720.628384]  [c10440af] ? 
kthread+0x0/0x66
Mar  4 01:00:02 xxfw kernel: [810720.628390]  [c1003d40] ? 
kernel_thread_helper+0x0/0x10
Mar  4 01:00:02 xxfw kernel: [810720.628396]  [c1044080] ? 
kthreadd+0x8c/0xbb
Mar  4 01:00:02 xxfw kernel: [810720.628401]  [c1043ff4] ? 
kthreadd+0x0/0xbb
Mar  4 01:00:02 xxfw kernel: [810720.628407]  [c1003d47] ? 
kernel_thread_helper+0x7/0x10
Mar  4 01:00:02 xxfw kernel: [810720.628422] bdi-default   D c141d100 
  013  2 0x
Mar  4 01:00:02 xxfw kernel: [810720.628430]  ce82b300 0046 c141d100 
c141d100 c1808100 c141d100 c141d100 
Mar  4 01:00:02 xxfw kernel: [810720.628441]  ce82b4bc c1808100  
34259b7b 0002e12f 0002e12f 342595fa c1808138
Mar  4 01:00:02 xxfw kernel: [810720.628453]  0e5b ce82b4bc 021e93a2 
010c 0002  c1808138 ce82846c


There are many of these inside boot log:

Mar  5 09:06:42 xxfw kernel: [4.478620] md: raid1 personality 

Bug#657098: [regression] bttv dvb_bt8xx bt878 hang on boot unless post: drm

2012-03-05 Thread Jonathan Nieder
Hi again.

Jonathan Nieder wrote:
 Harry G. Coin wrote:

 After installing the above mentioned three from sid, details below,
 it didn't hang  (which maybe meant it worked, or maybe not, could be
 the kernel change just changed the timing that wee little bit...).

 Excellent.  I wonder if this was fixed by some patch in the area of
 v2.6.35-rc2~7^2 (module: fix bne2 gave up waiting for init of module
 libcrc32c, 2010-06-05).  If you have a chance to try
 2.6.34-1~experimental.2 and 2.6.35~rc4-1~experimental.1 from
 http://snapshot.debian.org to check that, that would be very useful.

Just curious: did the fix stick?  Did you get a chance to try any
older versions to narrow down the range to search for the fix?

I'm curious mostly because it would allow us to fix this in squeeze.
If it would be more convenient to have a patch against squeeze to test
instead[*], let me know and I'll see what I can find.

Thanks,
Jonathan

[*] instructions for testing patched kernels are at
http://kernel-handbook.alioth.debian.org/ch-common-tasks.html#s-common-official



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120305085728.GA14222@burratino



Bug#656237: gspca-based webcam ( 0ac8:305b , gspca_zc3xx driver) kills usb in kernels 3+

2012-03-05 Thread Jonathan Nieder
tags 656237 + moreinfo
quit

Hi,

Jonathan Nieder wrote:
 Kertesz Laszlo wrote:

 The program that accessed the webcam could not be stopped with its own menu
 options and eventually froze  (kill -9 made it a zombie).
 Additionally the camera does not unregister (the /dev/video0 device is
 there) if plugged out and all usb hotplugging ceases to work

Thanks again for finding and reporting it.

 Reproducible?

 Please attach full dmesg output from booting.

Ping.  Are you interested in pursuing a fix for this?  (If not, that's
fine, but please do let us know so we can tell whether to keep
tracking it.)

 Does the attached patch help?

Curious,
Jonathan



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120305090456.GA14254@burratino



Processed: Re: gspca-based webcam ( 0ac8:305b , gspca_zc3xx driver) kills usb in kernels 3+

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

 tags 656237 + moreinfo
Bug #656237 [src:linux-2.6] linux-image-686-pae: gspca-based webcam ( 0ac8:305b 
, gspca_zc3xx driver) kills usb in kernels 3+
Added tag(s) moreinfo.
 quit
Stopping processing here.

Please contact me if you need assistance.
-- 
656237: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656237
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.133093838211927.transcr...@bugs.debian.org



Bug#656015: [2.6.39 - 3.0 regression] Monitor EDID not recognized by Linux kernel 3.x on AMD A6 CPU

2012-03-05 Thread Jonathan Nieder
tags 656015 + moreinfo
quit

Jonathan Nieder wrote:
 Grigor Gatchev wrote:

 After upgrading kernel from 2.6.39 to 3.0.0, monitor gets switched off
 during kernel boot. Otherwise all is OK (I can ssh in, etc).

 The following lines are found in the syslog:

 [drm] Radeon display connector HDMI-A-1: No monitor connected or invalid EDID
 [drm] Radeon display connector VGA-1: No monitor connected or invalid EDID

 The bug persists also in kernels 3.1.0, 3.1.0-1 and 3.2.0-rc7.
 Kernels up to 2.6.39 incl. work fine.
[...]
 Please report this upstream at http://bugs.freedesktop.org/, product DRI,
 component DRM/Radeon, and let us know the bug number so we can track
 it.  Be sure to attach full dmesg output from booting an affected
 kernel, and Xorg.0.log if applicable.

Thanks again for a clear report.  Did you get a chance to report it
upstream?

Sincerely,
Jonathan



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120305090827.GA14283@burratino



Processed: Re: [2.6.39 - 3.0 regression] Monitor EDID not recognized by Linux kernel 3.x on AMD A6 CPU

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

 tags 656015 + moreinfo
Bug #656015 [linux-2.6] base: Monitor EDID not recognized by Linux kernel 3.x 
on AMD A6 CPU
Added tag(s) moreinfo.
 quit
Stopping processing here.

Please contact me if you need assistance.
-- 
656015: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656015
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.133093862313724.transcr...@bugs.debian.org



Bug#656899: marked as done (mdadm: sending ioctl 1261 to a partition warnings in kernel log with kernel 3.2)

2012-03-05 Thread Debian Bug Tracking System
Your message dated Mon, 5 Mar 2012 10:38:45 +0100
with message-id 20120305093845.ga31...@fishbowl.rw.madduck.net
and subject line Re: Bug#656899: bug in md
has caused the Debian Bug report #656899,
regarding mdadm: sending ioctl 1261 to a partition warnings in kernel log with 
kernel 3.2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
656899: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656899
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: mdadm
Version: 3.2.3-2
Severity: normal

Dear Maintainer,

After upgrading my system to the latest sid packages I'm seeing the following 
errors
in the kernel log:

[4.334881] mdadm: sending ioctl 800c0910 to a partition!
[4.334886] mdadm: sending ioctl 800c0910 to a partition!
[4.334899] mdadm: sending ioctl 1261 to a partition!
[4.334903] mdadm: sending ioctl 1261 to a partition!
[4.335072] mdadm: sending ioctl 1261 to a partition!
[4.335076] mdadm: sending ioctl 1261 to a partition!
[4.356749] mdadm: sending ioctl 1261 to a partition!
[4.356753] mdadm: sending ioctl 1261 to a partition!
[4.371002] mdadm: sending ioctl 1261 to a partition!
[4.371007] mdadm: sending ioctl 1261 to a partition!

[  362.584197] scsi_verify_blk_ioctl: 184 callbacks suppressed
[  362.584202] mdadm: sending ioctl 1261 to a partition!
[  362.584206] mdadm: sending ioctl 1261 to a partition!
[  363.761256] mdadm: sending ioctl 1261 to a partition!
[  363.761261] mdadm: sending ioctl 1261 to a partition!
[  363.840027] mdadm: sending ioctl 1261 to a partition!
[  363.840030] mdadm: sending ioctl 1261 to a partition!
[  363.911620] mdadm: sending ioctl 1261 to a partition!
[  363.911623] mdadm: sending ioctl 1261 to a partition!
[  363.989988] mdadm: sending ioctl 1261 to a partition!
[  363.989994] mdadm: sending ioctl 1261 to a partition!
[  368.892432] scsi_verify_blk_ioctl: 12 callbacks suppressed
[  368.892438] mdadm: sending ioctl 1261 to a partition!
[  368.892442] mdadm: sending ioctl 1261 to a partition!

The upgrade included updates for mdadm and the linux kernel.

The updates installed linux kernel 3.2, which I assume is triggering this.
Recently there was a security issue with ioctls sent to partitions being
forwarded to the whole disk. I assume the 3.2 kernel has a fix for this and
this is causing the messages.

So far the systems seems to work correctly.

Regards,

Rik


-- Package-specific info:
--- mdadm.conf
DEVICE partitions
CREATE owner=root group=disk mode=0660 auto=yes
HOMEHOST system
MAILADDR root
ARRAY /dev/md0 UUID=b6ddc988:92dcc593:bfe78010:bc810f04
ARRAY /dev/md1 UUID=c614722b:a51ac2d5:bfe78010:bc810f04
ARRAY /dev/md2 UUID=f2991683:1ef2c973:852484a6:e390a598

--- /etc/default/mdadm
INITRDSTART='all'
AUTOSTART=true
AUTOCHECK=true
START_DAEMON=true
DAEMON_OPTIONS=--syslog
VERBOSE=false

--- /proc/mdstat:
Personalities : [raid0] [raid1] 
md2 : active raid0 sda4[0] sdb4[1]
  275273600 blocks 64k chunks
  
md1 : active raid1 sda3[0] sdb3[1]
  629145536 blocks [2/2] [UU]
  
md0 : active raid1 sda2[0] sdb2[1]
  255936 blocks [2/2] [UU]
  
unused devices: none

--- /proc/partitions:
major minor  #blocks  name

   80  976762584 sda
   81  209715200 sda1
   82 256000 sda2
   83  629145600 sda3
   84  137636887 sda4
   8   16  976762584 sdb
   8   17  209715200 sdb1
   8   18 256000 sdb2
   8   19  629145600 sdb3
   8   20  137636887 sdb4
  1101048575 sr0
   90 255936 md0
   91  629145536 md1
   92  275273600 md2
 2530   20971520 dm-0
 2531  275271680 dm-1
 2532  599781376 dm-2
 25338388608 dm-3

--- LVM physical volumes:
  PV VGFmt  Attr PSize   PFree
  /dev/md1   vg_saturn lvm2 a--  600.00g0 
  /dev/md2   vg_stripe lvm2 a--  262.52g0 
--- mount output
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs 
(rw,relatime,size=4090688k,nr_inodes=1022672,mode=755)
devpts on /dev/pts type devpts 
(rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=819540k,mode=755)
/dev/mapper/vg_saturn-root on / type ext4 
(rw,relatime,errors=remount-ro,user_xattr,acl,barrier=1,data=ordered)
tmpfs on /run/shm type tmpfs (rw,nosuid,nodev,relatime,size=1639080k)
/dev/md0 on /boot type ext4 (rw,relatime,user_xattr,acl,barrier=1,data=ordered)
/dev/mapper/vg_saturn-home on /home type ext4 

Processed: Re: mdadm: sending ioctl 1261 to a partition warnings in kernel log with kernel 3.2

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

 reopen 656899
Bug #656899 {Done: martin f krafft madd...@debian.org} [src:linux-2.6] mdadm: 
sending ioctl 1261 to a partition warnings in kernel log with kernel 3.2
 quit
Stopping processing here.

Please contact me if you need assistance.
-- 
656899: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656899
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13309414263336.transcr...@bugs.debian.org



Bug#656899: mdadm: sending ioctl 1261 to a partition warnings in kernel log with kernel 3.2

2012-03-05 Thread Jonathan Nieder
reopen 656899
quit

Hi,

martin f krafft wrote:
 also sprach Jan Korbel deb...@teptin.net [2012.03.05.0935 +0100]:

 Yesterday frozen one of us 6.0.4 server with soft raid.
[...]
 This could have any number of reasons

Rik's original report is describing symptoms with known cause (mdadm
needs adjusting to send its ioctls to the entire block device, and the
kernel needs to be more tolerant of known cases of partition abuse in
userspace as they are discovered), so reopening.

Jan, if you want to pursue a fix to the freeze you found (as opposed
to the sending ioctl num to a partition! warnings), please file a
new bug.

Thanks and sorry for the fuss,
Jonathan



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120305095643.GA15431@burratino



Bug#635770: marked as done (TX watchdog warning for sis900)

2012-03-05 Thread Debian Bug Tracking System
Your message dated Mon, 5 Mar 2012 04:05:51 -0600
with message-id 20120305100551.GA15586@burratino
and subject line Re: TX watchdog warning for sis900
has caused the Debian Bug report #635770,
regarding TX watchdog warning for sis900
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
635770: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635770
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: linux-2.6
Version: 3.0.0-1
Severity: important
Tags: experimental

hi,

so at random times, the driver will just oops with (below), and then the
network just conks out, unable to do anything. when i remove it (modprobe -r) 
after bringing
it down, and back up, it's extremely slow (see below kernel oops message).

 start
[ cut here ]
WARNING: at 
/build/buildd-linux-2.6_3.0.0-1-i386-ML66CU/linux-2.6-3.0.0/debian/build/source_i386_none/net
/sched/sch_generic.c:255 dev_watchdog+0xb1/0x104()
Hardware name: System Name
NETDEV WATCHDOG: eth0 (sis900): transmit queue 0 timed out
Modules linked in: microcode fuse rpcsec_gss_krb5 nfsd nfs lockd fscache 
auth_rpcgss nfs_acl sunrpc nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter 
ip6_tables nf_conntrack_ipv4 nf_defrag_ipv4 xt_state nf_conntrack 
iptable_filter ip_tables x_tables fan thermal radeonfb radeon ttm 
drm_kms_helper power_supply asb100 hwmon_vid snd_cmipci gameport snd_usb_audio 
snd_pcm_oss snd_usbmidi_lib snd_mixer_oss snd_pcm snd_page_alloc snd_opl3_lib 
snd_hwdep snd_mpu401_uart snd_seq_midi snd_rawmidi gspca_zc3xx gspca_main 
snd_seq_midi_event evdev snd_seq videodev media snd_timer snd_seq_device snd 
serio_raw soundcore i2c_sis96x parport_pc parport shpchp pci_hotplug button 
processor via_rhine loop i2c_dev i2c_algo_bit nls_ascii nls_iso8859_1 nls_utf8 
vgastate fb_ddc drm i2c_core thermal_sys usb_storage dm_snapshot dm_mirror 
dm_region_hash dm_log dm_mod ext4 jbd2 crc16 ext3 jbd mbcache usbhid hid sg 
sr_mod sd_mod cdrom crc_t10dif ata_generic pata_sis libata floppy ohci_hcd 
ehci_hcd scsi_mod us
 bcore sis900 mii [last unloaded: scsi_wait_scan]
Pid: 1759, comm: ifconfig Not tainted 3.0.0-1-686-pae #1
Call Trace:
[c10360c1] ? warn_slowpath_common+0x6a/0x7d
[c1223d50] ? dev_watchdog+0xb1/0x104
[c103613a] ? warn_slowpath_fmt+0x28/0x2c
[c1223d50] ? dev_watchdog+0xb1/0x104
[c103ae67] ? local_bh_enable+0x2/0x2
[c10409f7] ? run_timer_softirq+0x166/0x209
[c1223c9f] ? netif_tx_unlock+0x3a/0x3a
[c103ae67] ? local_bh_enable+0x2/0x2
[c103aefb] ? __do_softirq+0x94/0x130
[c103ae67] ? local_bh_enable+0x2/0x2
IRQ  [c103b0f1] ? irq_exit+0x32/0x80
[c101b163] ? smp_apic_timer_interrupt+0x5b/0x65
[c12ae489] ? apic_timer_interrupt+0x31/0x38
[c11893e1] ? cfb_imageblit+0x199/0x478
[c1184ea9] ? bit_putcs+0x2f0/0x359
[c1184ba7] ? bit_cursor+0x3d3/0x3e5
[c1180621] ? fbcon_putcs+0x98/0xa3
[c1184bb9] ? bit_cursor+0x3e5/0x3e5
[c1182c33] ? fbcon_redraw.clone.11+0xb9/0x144
[c1180e3a] ? fbcon_prepare_logo+0x6f/0x2cd
[c1183295] ? fbcon_scroll+0x5d7/0xad7
[c11cc9eb] ? scrup+0x5c/0xcb
[c11ccb45] ? lf+0x23/0x54
[c11cfc13] ? do_con_write+0x848/0x1ca8
[c1181e0f] ? fbcon_cursor+0xdf/0xf4
[c11d10a9] ? con_write+0x9/0x17
[c11c1e8b] ? do_output_char+0x85/0x187
[c11c1fb6] ? process_output+0x29/0x3b
[c11c2415] ? n_tty_write+0x21e/0x2cf
[c102ff4d] ? try_to_wake_up+0x154/0x154
[c11bf9a8] ? tty_write+0x15e/0x1db
[c11c21f7] ? process_echoes+0x22f/0x22f
[c11bfa25] ? tty_write+0x1db/0x1db
[c10ca124] ? vfs_write+0x81/0xd6
[c10ca2e8] ? sys_write+0x3c/0x60
[c12b221f] ? sysenter_do_call+0x12/0x28
---[ end trace 37d80e4bb9cb6f60 ]---
eth0: Transmit timeout, status 0004 

 end

ping -c5 www.google.com
PING www.l.google.com (74.125.226.84) 56(84) bytes of data.
64 bytes from 74.125.226.84: icmp_req=1 ttl=57 time=27.0 ms
64 bytes from 74.125.226.84: icmp_req=2 ttl=57 time=26.6 ms
64 bytes from 74.125.226.84: icmp_req=3 ttl=57 time=26.4 ms
64 bytes from 74.125.226.84: icmp_req=4 ttl=57 time=26.1 ms
64 bytes from 74.125.226.84: icmp_req=5 ttl=57 time=26.3 ms

--- www.l.google.com ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 20174ms
rtt min/avg/max/mdev = 26.137/26.501/27.012/0.350 ms

note the time it took: 20 seconds. usually it's around 4-5 seconds.

i set it important because it forces me to reboot the machine, putting
a dent in my workflow ;).

thank you,
simon

-- Package-specific info:
** Version:
Linux version 3.0.0-1-686-pae (Debian 3.0.0-1) (b...@decadent.org.uk) (gcc 
version 4.5.3 (Debian 4.5.3-3) ) #1 SMP Sun Jul 24 14:27:32 UTC 2011

** Command line:

Processed: blank

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

 package linux-2.6
Limiting to bugs with field 'package' containing at least one of 'linux-2.6'
Limit currently set to 'package':'linux-2.6'

 unarchive 602273
Bug #602273 {Done: Ben Hutchings b...@decadent.org.uk} [linux-2.6] 
linux-image-2.6.32-5-686-bigmem: domU hangs during dom0 reboot, recovers when 
dom0 uptime caught up
Bug #603802 {Done: Ben Hutchings b...@decadent.org.uk} [linux-2.6] 
linux-image-2.6.32-5-xen-amd64: DomU not really resumed (hangs) after restore 
from disk after Dom0 restart
Unarchived Bug 602273
Unarchived Bug 603802
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
602273: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602273
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.133094224510810.transcr...@bugs.debian.org



Bug#662611: linux-image-3.2.0-1-amd64: Pulseaudio doesn't communicate correctly with alsa on the new kernel

2012-03-05 Thread Nico Antweiler

Package: linux-2.6
Version: 3.2.7-1
Severity: important

Dear Maintainer,

with the new kernel Pulseaudio volume changes weirdly connect multiple
ALSA channels together.
Under 50% I get no sound because the Master channel is kept at zero.
Also the Surround, Center, and LFE channels are getting changed, so that
sometimes the Master channel is at 100%, but the other channels are at
zero.


-- Package-specific info:
#part type=text/plain disposition=attachment description=Bug script
output
** Version:
Linux version 3.2.0-1-amd64 (Debian 3.2.7-1)
(debian-kernel@lists.debian.org) (gcc version 4.6.2 (Debian 4.6.2-16) )
#1 SMP Tue Feb 28 15:35:32 UTC 2012

** Command line:
BOOT_IMAGE=/vmlinuz-3.2.0-1-amd64 root=/dev/mapper/debianlvm-root ro

** Tainted: PO (4097)
 * Proprietary module has been loaded.
 * Out-of-tree module has been loaded.

** Kernel log:
[1.992571] device-mapper: uevent: version 1.0.3
[1.992723] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19)
initialised: dm-de...@redhat.com
[8.639064] Intel AES-NI instructions are not detected.
[8.999707] fstype: sending ioctl 540f to a partition!
[9.117617] PM: Starting manual resume from disk
[9.119875] PM: Hibernation image partition 254:1 present
[9.119876] PM: Looking for hibernation image.
[9.120114] PM: Image not found (code -22)
[9.120116] PM: Hibernation image not present or could not be loaded.
[9.166651] EXT4-fs (dm-2): mounted filesystem with ordered data
mode. Opts: (null)
[   10.718323] udevd[349]: starting version 175
[   11.625192] input: Power Button as
/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
[   11.627425] ACPI: Power Button [PWRB]
[   11.629703] input: Power Button as
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[   11.632078] ACPI: Power Button [PWRF]
[   11.634332] input: PC Speaker as /devices/platform/pcspkr/input/input4
[   11.717376] intel_rng: FWH not detected
[   11.828250] parport_pc 00:06: reported by Plug and Play ACPI
[   11.830545] parport0: PC-style at 0x378 (0x778), irq 7
[PCSPP,TRISTATE,EPP]
[   11.858820] iTCO_vendor_support: vendor-support=0
[   12.007764] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[   12.010037] iTCO_wdt: Found a ICH7 or ICH7R TCO device (Version=2,
TCOBASE=0x0860)
[   12.012277] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   12.13] leds_ss4200: no LED devices found
[   12.729613] nvidia: module license 'NVIDIA' taints kernel.
[   12.731782] Disabling lock debugging due to kernel taint
[   12.889925] nvidia :01:00.0: PCI INT A - GSI 16 (level, low) -
IRQ 16
[   12.892391] nvidia :01:00.0: setting latency timer to 64
[   12.892396] vgaarb: device changed decodes:
PCI::01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[   12.894789] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  295.20
Mon Feb  6 21:07:30 PST 2012
[   13.099104] snd_hda_intel :00:1b.0: PCI INT A - GSI 21 (level,
low) - IRQ 21
[   13.101331] snd_hda_intel :00:1b.0: irq 43 for MSI/MSI-X
[   13.101351] snd_hda_intel :00:1b.0: setting latency timer to 64
[   13.180062] hda_codec: ALC887-VD: BIOS auto-probing.
[   13.187805] input: HDA Intel Headphone as
/devices/pci:00/:00:1b.0/sound/card0/input5
[   13.193175] snd_hda_intel :01:00.1: PCI INT B - GSI 17 (level,
low) - IRQ 17
[   13.195395] hda_intel: Disabling MSI
[   13.197678] snd_hda_intel :01:00.1: setting latency timer to 64
[   13.624011] HDMI status: Codec=0 Pin=4 Presence_Detect=0 ELD_Valid=0
[   13.656009] HDMI status: Codec=0 Pin=5 Presence_Detect=0 ELD_Valid=0
[   13.672115] input: HDA NVidia HDMI/DP,pcm=7 as
/devices/pci:00/:00:01.0/:01:00.1/sound/card1/input6
[   13.674441] input: HDA NVidia HDMI/DP,pcm=3 as
/devices/pci:00/:00:01.0/:01:00.1/sound/card1/input7
[   14.369577] EXT4-fs (dm-2): re-mounted. Opts: (null)
[   14.600818] EXT4-fs (dm-2): re-mounted. Opts:
errors=remount-ro,user_xattr
[   14.804788] loop: module loaded
[   14.846663] w83627ehf: Found W83627DHG-P chip at 0x290
[   14.848690] ACPI: resource w83627ehf [io  0x0295-0x0296] conflicts
with ACPI region HWRE [io 0x290-0x299]
[   14.850733] ACPI: If an ACPI driver is available for this device, you
should use it instead of the native driver
[   14.895233] sd 2:0:0:0: Attached scsi generic sg0 type 0
[   14.897455] sr 2:0:1:0: Attached scsi generic sg1 type 5
[   15.486048] Adding 5173244k swap on /dev/mapper/debianlvm-swap.
Priority:-1 extents:1 across:5173244k
[   15.691458] kjournald starting.  Commit interval 5 seconds
[   15.691591] EXT3-fs (sda3): using internal journal
[   15.691595] EXT3-fs (sda3): mounted filesystem with ordered data mode
[   16.616861] RPC: Registered named UNIX socket transport module.
[   16.618884] RPC: Registered udp transport module.
[   16.620930] RPC: Registered tcp transport module.
[   16.622934] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   16.699628] FS-Cache: Loaded
[   16.735835] FS-Cache: Netfs 'nfs' registered for caching
[  

Bug#656899: mdadm: sending ioctl 1261 to a partition warnings in kernel log with kernel 3.2

2012-03-05 Thread martin f krafft
also sprach Jonathan Nieder jrnie...@gmail.com [2012.03.05.1056 +0100]:
 Rik's original report…

Oh, sorry, the mail looked like a new report to me. Thanks for
watching!

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
president thieu says he'll quit if he doesn't get more than 50% of
 the vote. in a democracy, that's not called quitting.
-- the washington post


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Bug#662611: Pulseaudio doesn't communicate correctly with alsa on the new kernel

2012-03-05 Thread Jonathan Nieder
reassign 662611 pulseaudio
quit

Hi Nico,

Nico Antweiler wrote:

 with the new kernel Pulseaudio volume changes weirdly connect multiple
 ALSA channels together.
 Under 50% I get no sound because the Master channel is kept at zero.
 Also the Surround, Center, and LFE channels are getting changed, so that
 sometimes the Master channel is at 100%, but the other channels are at
 zero.

Currently phrased as a pulseaudio bug.  Once it is possible to describe
how to reproduce this without using pulseaudio, I'd be happy to take a
look, though.

Sorry for the trouble,
Jonathan

[...]
 [   12.729613] nvidia: module license 'NVIDIA' taints kernel.
[...]
 [   13.180062] hda_codec: ALC887-VD: BIOS auto-probing.
 [   13.187805] input: HDA Intel Headphone as 
 /devices/pci:00/:00:1b.0/sound/card0/input5
[...]
 [   13.624011] HDMI status: Codec=0 Pin=4 Presence_Detect=0 ELD_Valid=0
 [   13.656009] HDMI status: Codec=0 Pin=5 Presence_Detect=0 ELD_Valid=0
 [   13.672115] input: HDA NVidia HDMI/DP,pcm=7 as 
 /devices/pci:00/:00:01.0/:01:00.1/sound/card1/input6
 [   13.674441] input: HDA NVidia HDMI/DP,pcm=3 as 
 /devices/pci:00/:00:01.0/:01:00.1/sound/card1/input7
[...]
 bios_vendor: American Megatrends Inc.
 bios_version: 0902
 board_vendor: ASUSTeK Computer INC.
 board_name: P5G41T-M LX
 board_version: Rev X.0x

 ** Loaded modules:
 pci_stub
 vboxpci(O)
[...]
 01:00.1 Audio device [0403]: nVidia Corporation HDMI Audio stub [10de:0e08] 
 (rev a1)
   Subsystem: Micro-Star International Co., Ltd. Device [1462:2630]
[...]
 ii  kmod6-1



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120305103315.GB15624@burratino



Processed: Re: Pulseaudio doesn't communicate correctly with alsa on the new kernel

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

 reassign 662611 pulseaudio
Bug #662611 [linux-2.6] linux-image-3.2.0-1-amd64: Pulseaudio doesn't 
communicate correctly with alsa on the new kernel
Bug reassigned from package 'linux-2.6' to 'pulseaudio'.
Bug No longer marked as found in versions 3.2.7-1.
 quit
Stopping processing here.

Please contact me if you need assistance.
-- 
662611: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662611
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.133094364420730.transcr...@bugs.debian.org



Bug#662612: initramfs-tools: could not open /var/tmp/mkinitramfs_lbieCP/lib/modules/3.2.0-1-amd64/modules.builtin

2012-03-05 Thread Christoph Anton Mitterer
Package: initramfs-tools
Version: 0.100
Severity: normal


Hi.

Since today's updates I get this:
update-initramfs: Generating /boot/initrd.img-3.2.0-1-amd64
W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
W: mdadm: no arrays defined in configuration file.
WARNING: could not open 
/var/tmp/mkinitramfs_lbieCP/lib/modules/3.2.0-1-amd64/modules.builtin: No such 
file or directory

But the only potentially related packages would be:
linux-libc-dev (doubt that)
ntfs-3g


Any ideas?

Chris.

-- Package-specific info:
-- initramfs sizes
-- /proc/cmdline
BOOT_IMAGE=/vmlinuz-3.2.7-heisenberg root=/dev/mapper/root ro

-- /proc/filesystems
ext4
fuseblk

-- /etc/initramfs-tools/modules
usb-storage
uhci_hcd
ehci_hcd
ext4

-- /etc/kernel-img.conf
#warn_reboot = yes
#silent_modules = no
#ignore_depmod_err = no

#clobber_modules = no

#relink_src_link = yes
#relink_build_link = yes
#force_build_link = no


#preinst_hook = 
#postinst_hook = 
#prerm_hook = 
#postrm_hook = 

#src_postinst_hook = 
#header_postinst_hook = 

-- /etc/initramfs-tools/initramfs.conf
MODULES=dep
BUSYBOX=y
KEYMAP=n
COMPRESS=xz
BOOT=local
DEVICE=
NFSROOT=auto

-- /etc/initramfs-tools/update-initramfs.conf
update_initramfs=yes
backup_initramfs=no

-- /proc/mdstat
Personalities : [linear] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10] 
unused devices: none

-- /sys/block
dm-0
dm-1
dm-2
loop0
loop1
loop2
loop3
loop4
loop5
loop6
loop7
nbd0
nbd1
nbd10
nbd11
nbd12
nbd13
nbd14
nbd15
nbd2
nbd3
nbd4
nbd5
nbd6
nbd7
nbd8
nbd9
sda
sr0

-- mkinitramfs hooks
/etc/initramfs-tools/hooks/:
cryptopenpgp
firmware

/usr/share/initramfs-tools/hooks:
btrfs
busybox
cryptgnupg
cryptkeyctl
cryptopenct
cryptopensc
cryptpassdev
cryptroot
dmsetup
fuse
keymap
klibc
kmod
lvm2
mdadm
ntfs_3g
thermal
udev
v86d


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

Kernel: Linux 3.2.7-heisenberg (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_DE.UTF-8, LC_CTYPE=en_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages initramfs-tools depends on:
ii  cpio   2.11-7
ii  findutils  4.4.2-4
ii  klibc-utils2.0~rc3-1
ii  module-init-tools  6-1
ii  udev   175-3.1

Versions of packages initramfs-tools recommends:
ii  busybox  1:1.19.3-5

Versions of packages initramfs-tools suggests:
ii  bash-completion  1:1.99-3

-- Configuration Files:
/etc/initramfs-tools/initramfs.conf changed:
MODULES=dep
BUSYBOX=y
KEYMAP=n
COMPRESS=xz
BOOT=local
DEVICE=
NFSROOT=auto


-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120305103850.30215.63569.report...@heisenberg.scientia.net



Bug#602273: linux-image-2.6.32-5-686-bigmem: domU hangs during dom0 reboot, recovers when dom0 uptime caught up

2012-03-05 Thread Timo Juhani Lindfors
Hi,

I seem to have hit the same bug again with 2.6.32-38 domU (amd64). After
I rebooted dom0 to 2.6.32-41 I see that the jiffies value of the domU
does not increase but cpu_time in xm list -l output does. Value of
last_value seems to increase (now around 1804512135271).

I looked at linux-source-2.6.32 2.6.32-38 and I see that it contains a
call to pvclock_resume in xen_timer_resume so the patch should still be
there. Is this a new bug that just has the same symptoms?

  KERNEL: /usr/lib/debug/boot/vmlinux-2.6.32-5-amd64
DUMPFILE: /local/xen/lindi1/core
CPUS: 6
DATE: Mon Mar  5 10:02:26 2012
  UPTIME: 54 days, 21:35:49
LOAD AVERAGE: 0.04, 0.01, 0.00
   TASKS: 307
NODENAME: lindi1
 RELEASE: 2.6.32-5-amd64
 VERSION: #1 SMP Mon Oct 3 03:59:20 UTC 2011
 MACHINE: x86_64  (3210 Mhz)
  MEMORY: 2 GB
   PANIC: 
 PID: 0
 COMMAND: swapper
TASK: 814611f0  (1 of 6)  [THREAD_INFO: 8142c000]
 CPU: 0
   STATE: TASK_RUNNING (ACTIVE)
 WARNING: panic task not found


crash disassemble xen_timer_resume
Dump of assembler code for function xen_timer_resume:
0x8100de32 xen_timer_resume+0:push   %rbx
0x8100de33 xen_timer_resume+1:callq  0x8102cd7e 
pvclock_resume
   
^^
...

crash disassemble pvclock_resume
Dump of assembler code for function pvclock_resume:
0x8102cd7e pvclock_resume+0:  movq   $0x0,0x5a42cf(%rip)# 
0x815d1058
0x8102cd89 pvclock_resume+11: retq

crash x/x 0x815d1058
0x815d1058: 0x01a4254e0867

crash p/x last_value
$17 = {
  counter = 0x1a4254e0867
}



crash ps | grep -v IN
   PIDPPID  CPU   TASKST  %MEM VSZRSS  COMM
 0  0   0  814611f0  RU   0.0   0  0  [swapper]
 0  0   1  88007ff50e20  RU   0.0   0  0  [swapper]
 0  0   2  88007ff51530  RU   0.0   0  0  [swapper]
 0  0   3  88007ff51c40  RU   0.0   0  0  [swapper]
 0  0   4  88007ff52350  RU   0.0   0  0  [swapper]
 0  0   5  88007ff52a60  RU   0.0   0  0  [swapper]
 21  2   0  88007ffab170  UN   0.0   0  0  [events/0]
 26  2   5  88007ffad4c0  UN   0.0   0  0  [events/5]
 32  2   5  88007f418000  UN   0.0   0  0  [xenwatch]
crash bt 0 21 26 32
PID: 0  TASK: 814611f0  CPU: 0   COMMAND: swapper
 #0 [8142df70] xen_safe_halt at 8100dcbf
 #1 [8142df78] xen_idle at 8100be63
 #2 [8142df90] cpu_idle at 8100fe97

PID: 0  TASK: 88007ff50e20  CPU: 1   COMMAND: swapper
 #0 [88007ff5de50] schedule at 812fb2a7
 #1 [88007ff5de68] xen_force_evtchn_callback at 8100dc41
 #2 [88007ff5de70] check_events at 8100e252
 #3 [88007ff5dec8] tick_nohz_stop_sched_tick at 81070d4e
 #4 [88007ff5df28] cpu_idle at 8100fe97

PID: 0  TASK: 88007ff51530  CPU: 2   COMMAND: swapper
 #0 [88007ff5fe50] schedule at 812fb2a7
 #1 [88007ff5fe68] xen_force_evtchn_callback at 8100dc41
 #2 [88007ff5fe70] check_events at 8100e252
 #3 [88007ff5fec8] tick_nohz_stop_sched_tick at 81070d4e
 #4 [88007ff5ff28] cpu_idle at 8100fe97

PID: 0  TASK: 88007ff51c40  CPU: 3   COMMAND: swapper
 #0 [88007ff69e50] schedule at 812fb2a7
 #1 [88007ff69e68] xen_force_evtchn_callback at 8100dc41
 #2 [88007ff69e70] check_events at 8100e252
 #3 [88007ff69ec8] tick_nohz_stop_sched_tick at 81070d4e
 #4 [88007ff69f28] cpu_idle at 8100fe97

PID: 0  TASK: 88007ff52350  CPU: 4   COMMAND: swapper
 #0 [88007ff6be50] schedule at 812fb2a7
 #1 [88007ff6be68] xen_force_evtchn_callback at 8100dc41
 #2 [88007ff6be70] check_events at 8100e252
 #3 [88007ff6bec8] tick_nohz_stop_sched_tick at 81070d4e
 #4 [88007ff6bf28] cpu_idle at 8100fe97

PID: 0  TASK: 88007ff52a60  CPU: 5   COMMAND: swapper
 #0 [88007ff6de50] schedule at 812fb2a7
 #1 [88007ff6de68] xen_force_evtchn_callback at 8100dc41
 #2 [88007ff6de70] check_events at 8100e252
 #3 [88007ff6dec8] tick_nohz_stop_sched_tick at 81070d4e
 #4 [88007ff6df28] cpu_idle at 8100fe97

PID: 21 TASK: 88007ffab170  CPU: 0   COMMAND: events/0
 #0 [88007ffc3b90] schedule at 812fb2a7
 #1 [88007ffc3c68] schedule_timeout at 812fb6dd
 #2 [88007ffc3ce8] wait_for_common at 812fb594
 #3 [88007ffc3d78] synchronize_sched at 8106307b
 #4 [88007ffc3db8] dev_deactivate at 81262d5f
 #5 [88007ffc3de8] __linkwatch_run_queue at 8125a8ea
 #6 [88007ffc3e28] 

Bug#662612: initramfs-tools: could not open /var/tmp/mkinitramfs_lbieCP/lib/modules/3.2.0-1-amd64/modules.builtin

2012-03-05 Thread Michael Prokop
* Christoph Anton Mitterer [Mon Mar 05, 2012 at 11:38:50AM +0100]:

 Since today's updates I get this:
 update-initramfs: Generating /boot/initrd.img-3.2.0-1-amd64
 W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
 W: mdadm: no arrays defined in configuration file.
 WARNING: could not open 
 /var/tmp/mkinitramfs_lbieCP/lib/modules/3.2.0-1-amd64/modules.builtin: No 
 such file or directory

 But the only potentially related packages would be:
 linux-libc-dev (doubt that)
 ntfs-3g

Duplicated of #659866, patch is sitting in bwh/mit branch.

regards,
-mika-


signature.asc
Description: Digital signature


Processed: forcibly merging 659866 662612

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

 forcemerge 659866 662612
Bug#659866: Errors regarding builtin modules when updating initramfs
Bug#662612: initramfs-tools: could not open 
/var/tmp/mkinitramfs_lbieCP/lib/modules/3.2.0-1-amd64/modules.builtin
Forcibly Merged 659866 662612.


End of message, stopping processing here.

Please contact me if you need assistance.
-- 
662612: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662612
659866: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659866
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.133094686910986.transcr...@bugs.debian.org



Bug#659752: initramfs-tools: patch for copy_exec - quote ${src} and add pattern for nonoptimized libraries on multiarch

2012-03-05 Thread Michal Suchanek
hello

Excerpts from maximilian attems's message of Sat Mar 03 21:09:05 +0100 2012:
 hello,

 belows patch does not apply to current git,
 probably mangled by mail client, did you use git repo?
  
  --- a/hook-functions2011-08-04 15:50:12.0 +0200
  +++ b/hook-functions2012-02-13 16:00:41.0 +0100
  @@ -126,7 +126,7 @@
   cp -pL ${src} ${DESTDIR}/${target}
   
   # Copy the dependant libraries
  -for x in $(ldd ${src} 2/dev/null | sed -e '
  +for x in $(ldd ${src} 2/dev/null | sed -e '
   /\//!d;
   /linux-gate/d;
   /=/ {s/.*=[[:blank:]]*\([^[:blank:]]*\).*/\1/};
 looks good.
  @@ -136,6 +136,7 @@
   # We assume that all HWCAP libraries will be in tls,
   # sse2, vfp or neon.
   nonoptlib=$(echo ${x} | sed -e 
  's#/lib/\(tls\|i686\|sse2\|neon\|vfp\).*/\(lib.*\)#/lib/\2#')
  +nonoptlib=$(echo ${nonoptlib} | sed -e 
  's#-linux-gnu/\(tls\|i686\|sse2\|neon\|vfp\).*/\(lib.*\)#-linux-gnu/\2#')
 this looks wrong,
 untested codechange of ${x} to ${nonoptlib}

This is tested codechange.

Since the value is first filtered from x to nonoptlib next pattern
filters nonoptlib to nonoptlib again.

It could be done with one sed invocation but then the line would be very
long and the changeset way more obscure.

   
   if [ -e ${nonoptlib} ]; then
   x=${nonoptlib}
  
 
 care to resent?
 
 In principle first I was unsure to just use the multi-arch path,
 but as we depend on a new klibc from testing..
 
This was only a heuristic from the very start, and this patch is an
update to the heuristic which makes it work with multiarch.

The second hunk does not apply because there is a new pattern which
also matches subdirectories so this should handle multiarch now without
this second part.

Attaching updated patch.

Thanks

Michal


quote-src.patch
Description: Binary data


Processed: tagging 662573

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

 tags 662573 + pending
Bug #662573 [src:linux-2.6] Changes from longterm 2.6.32.58
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
662573: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662573
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13309549101841.transcr...@bugs.debian.org



Bug#660111: [alsa-devel] multiple, non-physically accesible, HDMI devices listed for Intel IbexPeak ALC269VB

2012-03-05 Thread Takashi Iwai
At Sun, 04 Mar 2012 03:43:20 +0100,
David Henningsson wrote:
 
  Let me also push for the hda-jack-retask [2] application, which is an
  easy-to-use GUI for creating these types of firmware files. I advertised it
  here a while ago [3] but it seems to have gone unnoticed.
 
  This sounds like a good tool for making this happen. I will submit a
  Request For Package in Debian... but this can take time. Would you
  consider packaging it there? then it would easily flow into Ubuntu.
 
 Certainly, if there is interest from the Debian side to have it.
 
 I would also not mind if it became a part of upstream ALSA, I think it 
 would make a nice addition to the hda-analyzer, hda-verb etc tool set.

It could be indeed helpful to merge it to alsa-tools package.  Feel
free to submit the patches or a git pull request.

hda-analyzer is currently in alsa.git, not in alsa-tools.git, by some
reason.  I guess it'd be no big problem to move it to alsa-tools if
Jaroslav doesn't mind.

hda-verb can be certainly to be merged to alsa-tools.  I'll add it
later.

OTOH, hda-emu doesn't fit to alsa-tools.  It's a no program to be
provided in a pre-compiled form such as a distro package.


thanks,

Takashi



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/s5h7gyz6rjc.wl%ti...@suse.de



Re: Bug#662664: [libkmod2] Numerous, possibly spurious error message on update-initramfs

2012-03-05 Thread Marco d'Itri
reassign 662664 initramfs-tools
thanks

On Mar 05, David Baron d_ba...@012.net.il wrote:

 these:libkmod: ERROR ../libkmod/libkmod-config.c:713 conf_files_filter_out: 
 Directories inside directories are not supported: /etc/modprobe.d/arch.conf
Yes. Don't do this.
Looks like you have some stale files there.

 Followed by:
 WARNING: could not open /var/tmp/mkinitramfs_ke5VE9/lib/modules/3.2.0-1-
 rt-686-pae/modules.builtin: No such file or directory
 
 The modules.builtin files do exist in the /lib/modules/`uname -r`/ folders.
This one looks like a bug in update-initramfs.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Processed: reassign 662664 to initramfs-tools

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

 reassign 662664 initramfs-tools
Bug #662664 [update-initramfs] [libkmod2] Numerous, possibly spurious error 
message on update-initramfs
Warning: Unknown package 'update-initramfs'
Bug reassigned from package 'update-initramfs' to 'initramfs-tools'.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
662664: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662664
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13309645327120.transcr...@bugs.debian.org



Bug#662664: [libkmod2] Numerous, possibly spurious error message on update-initramfs

2012-03-05 Thread David Baron
On Monday 05 March 2012 18:19:54 Marco d'Itri wrote:
 reassign 662664 update-initramfs
 thanks
 
 On Mar 05, David Baron d_ba...@012.net.il wrote:
  these:libkmod: ERROR ../libkmod/libkmod-config.c:713
  conf_files_filter_out: Directories inside directories are not supported:
  /etc/modprobe.d/arch.conf
 
 Yes. Don't do this.
 Looks like you have some stale files there.
~$ ls -l /etc/modprobe.d/arch.conf
total 32
-rw-r--r-- 1 root root 220 Sep 30  2003 alpha
-rw-r--r-- 1 root root   0 Oct  5  2003 generic
-rw-r--r-- 1 root root 164 Sep 30  2003 ia64
-rw-r--r-- 1 root root 309 Aug 18  2003 m68k.mac
-rw-r--r-- 1 root root 164 Sep 30  2003 mips.dpkg-bak
-rw-r--r-- 1 root root 252 Sep 30  2003 parisc.dpkg-bak
-rw-r--r-- 1 root root 556 Aug 18  2003 s390.dpkg-bak
-rw-r--r-- 1 root root  81 Oct  5  2003 sparc64
-rw-r--r-- 1 root root  81 Sep 30  2003 sparc.dpkg-bak

None of these are directories but they are older than them thar hills.

This is the contents of the alpha but they all look similar to this:

alias block-major-2 floppy

alias char-major-4 8250
alias char-major-5 8250
alias char-major-6 lp
alias char-major-10-130 wdt
alias char-major-10-131 wdt
alias char-major-14 soundcore

alias parport_lowlevel parport_pc



 
  Followed by:
  WARNING: could not open /var/tmp/mkinitramfs_ke5VE9/lib/modules/3.2.0-1-
  rt-686-pae/modules.builtin: No such file or directory
  
  The modules.builtin files do exist in the /lib/modules/`uname -r`/
  folders.
 
 This one looks like a bug in update-initramfs.

Please reassign to there.

One good news: Using dep does work again. My bug conderning that was closed 
because of alleged cause by my original knoppix installation. None of his 
packages are still in use.



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201203051840.02768.d_ba...@012.net.il



Processed: [bts-link] source package linux-2.6

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

 #
 # bts-link upstream status pull for source package linux-2.6
 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
 #
 user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
 # remote status report for #619034 (http://bugs.debian.org/619034)
 # Bug title: Boot problem due to PCI core, x86 mm or ACPI/BIOS
 #  * http://bugzilla.kernel.org/show_bug.cgi?id=42619
 #  * remote status changed: NEW - RESOLVED
 #  * remote resolution changed: (?) - CODE-FIX
 #  * closed upstream
 tags 619034 + fixed-upstream
Bug #619034 [linux-2.6] Boot problem due to PCI core, x86 mm or ACPI/BIOS
Added tag(s) fixed-upstream.
 usertags 619034 - status-NEW
Bug#619034: Boot problem due to PCI core, x86 mm or ACPI/BIOS
Usertags were: status-NEW.
Usertags are now: .
 usertags 619034 + status-RESOLVED resolution-CODE-FIX
Bug#619034: Boot problem due to PCI core, x86 mm or ACPI/BIOS
There were no usertags set.
Usertags are now: resolution-CODE-FIX status-RESOLVED.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
619034: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619034
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.133096560813351.transcr...@bugs.debian.org



Processed: forcibly merging 659866 662664

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

 forcemerge 659866 662664
Bug#659866: Errors regarding builtin modules when updating initramfs
Bug#662664: [libkmod2] Numerous, possibly spurious error message on 
update-initramfs
Bug#662612: initramfs-tools: could not open 
/var/tmp/mkinitramfs_lbieCP/lib/modules/3.2.0-1-amd64/modules.builtin
Forcibly Merged 659866 662612 662664.


End of message, stopping processing here.

Please contact me if you need assistance.
-- 
662664: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662664
662612: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662612
659866: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659866
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.133096615117672.transcr...@bugs.debian.org



[bts-link] source package linux-2.6

2012-03-05 Thread bts-link-upstream
#
# bts-link upstream status pull for source package linux-2.6
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #619034 (http://bugs.debian.org/619034)
# Bug title: Boot problem due to PCI core, x86 mm or ACPI/BIOS
#  * http://bugzilla.kernel.org/show_bug.cgi?id=42619
#  * remote status changed: NEW - RESOLVED
#  * remote resolution changed: (?) - CODE-FIX
#  * closed upstream
tags 619034 + fixed-upstream
usertags 619034 - status-NEW
usertags 619034 + status-RESOLVED resolution-CODE-FIX

thanks


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120305164008.31147.82461.btsl...@busoni.debian.org



[bts-link] source package src:linux-2.6

2012-03-05 Thread bts-link-upstream
#
# bts-link upstream status pull for source package src:linux-2.6
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #660994 (http://bugs.debian.org/660994)
# Bug title: linux-image-3.2.0-1-amd64: Mute with Pulseaudio ignored on a 
Thinkpad T500 after upgrading
#  * http://bugzilla.kernel.org/show_bug.cgi?id=42825
#  * remote status changed: (?) - NEW
usertags 660994 + status-NEW

thanks


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120305164007.31147.23892.btsl...@busoni.debian.org



Bug#656899: mdadm: sending ioctl 1261 to a partition warnings, in kernel log with kernel 3.2

2012-03-05 Thread Krzysztof Młynarski
Same here, after upgrading from Lenny (stable) to Squeeze (stable):

# uname -a
Linux ibmersun 2.6.32-5-686 #1 SMP Mon Jan 16 16:04:25 UTC 2012 i686
GNU/Linux
===
[...]
[3.058027] scsi2 : ioc0: LSISAS1068 B0, FwRev=000a3100h, Ports=1,
MaxQ=366, IRQ=128
[3.099000] mptsas: ioc0: attaching sata device: fw_channel 0, fw_id
0, phy 0, sas_addr 0x1221
[3.102218] scsi 2:0:0:0: Direct-Access ATA  ST3250620NS
 3BKH PQ: 0 ANSI: 5
[3.104047] scsi 2:0:0:0: Attached scsi generic sg1 type 0
[3.105686] mptsas: ioc0: attaching sata device: fw_channel 0, fw_id
2, phy 2, sas_addr 0x12210200
[3.108859] scsi 2:0:1:0: Direct-Access ATA  ST3250620NS
 3BKH PQ: 0 ANSI: 5
[3.110685] scsi 2:0:1:0: Attached scsi generic sg2 type 0
[3.118941] sd 2:0:0:0: [sda] 488281250 512-byte logical blocks: (250
GB/232 GiB)
[3.119191] sd 2:0:1:0: [sdb] 488281250 512-byte logical blocks: (250
GB/232 GiB)
[3.166811] sd 2:0:1:0: [sdb] Write Protect is off
[3.166814] sd 2:0:1:0: [sdb] Mode Sense: 73 00 00 08
[3.169391] sd 2:0:1:0: [sdb] Write cache: enabled, read cache:
enabled, doesn't support DPO or FUA
[3.169744] sd 2:0:0:0: [sda] Write Protect is off
[3.169747] sd 2:0:0:0: [sda] Mode Sense: 73 00 00 08
[3.172658] sd 2:0:0:0: [sda] Write cache: enabled, read cache:
enabled, doesn't support DPO or FUA
[3.211041]  sdb:
[3.213967]  sda: sdb1 sdb2 sdb3
[3.227179]  sda1 sda2 sda3
[3.338736] sd 2:0:1:0: [sdb] Attached SCSI disk
[3.347212] sd 2:0:0:0: [sda] Attached SCSI disk
[3.665106] md: raid1 personality registered for level 1
[3.668324] mdadm: sending ioctl 800c0910 to a partition!
[3.668326] mdadm: sending ioctl 800c0910 to a partition!
[3.668330] mdadm: sending ioctl 1261 to a partition!
[3.668331] mdadm: sending ioctl 1261 to a partition!
[3.668498] mdadm: sending ioctl 1261 to a partition!
[3.668501] mdadm: sending ioctl 1261 to a partition!
[3.668668] mdadm: sending ioctl 1261 to a partition!
[3.668670] mdadm: sending ioctl 1261 to a partition!
[3.670240] mdadm: sending ioctl 1261 to a partition!
[3.670242] mdadm: sending ioctl 1261 to a partition!
[3.671193] mdadm: sending ioctl 1261 to a partition!
[3.671195] mdadm: sending ioctl 1261 to a partition!
[3.671330] mdadm: sending ioctl 1261 to a partition!
[3.671333] mdadm: sending ioctl 1261 to a partition!
[3.671644] mdadm: sending ioctl 800c0910 to a partition!
[3.671646] mdadm: sending ioctl 800c0910 to a partition!
[3.671663] mdadm: sending ioctl 800c0910 to a partition!
[3.671665] mdadm: sending ioctl 800c0910 to a partition!
[3.671670] mdadm: sending ioctl 1261 to a partition!
[3.671671] mdadm: sending ioctl 1261 to a partition!
[3.671789] mdadm: sending ioctl 1261 to a partition!
[3.671791] mdadm: sending ioctl 1261 to a partition!
[3.671928] mdadm: sending ioctl 1261 to a partition!
[3.671930] mdadm: sending ioctl 1261 to a partition!
[3.672293] mdadm: sending ioctl 1261 to a partition!
[3.672295] mdadm: sending ioctl 1261 to a partition!
[3.672492] mdadm: sending ioctl 1261 to a partition!
[3.672494] mdadm: sending ioctl 1261 to a partition!
[3.680140] mdadm: sending ioctl 1261 to a partition!
[3.680143] mdadm: sending ioctl 1261 to a partition!
[3.681772] md: md0 stopped.
[3.681869] mdadm: sending ioctl 1261 to a partition!
[3.681871] mdadm: sending ioctl 1261 to a partition!
[3.682085] mdadm: sending ioctl 1261 to a partition!
[3.682086] mdadm: sending ioctl 1261 to a partition!
[3.682322] mdadm: sending ioctl 1261 to a partition!
[3.682323] mdadm: sending ioctl 1261 to a partition!
[3.682659] md: bindsdb2
[3.682771] md: bindsda2
[3.683932] raid1: raid set md0 active with 2 out of 2 mirrors
[3.683947] md0: detected capacity change from 0 to 246611968
[3.685265]  md0: unknown partition table
[3.686945] mdadm: sending ioctl 1261 to a partition!
[3.686947] mdadm: sending ioctl 1261 to a partition!
[3.700249] mdadm: sending ioctl 1261 to a partition!
[3.700252] mdadm: sending ioctl 1261 to a partition!
[3.708262] mdadm: sending ioctl 1261 to a partition!
[3.708265] mdadm: sending ioctl 1261 to a partition!
[3.708412] mdadm: sending ioctl 1261 to a partition!
[3.708415] mdadm: sending ioctl 1261 to a partition!
[3.708632] mdadm: sending ioctl 1261 to a partition!
[3.708635] mdadm: sending ioctl 1261 to a partition!
[3.708862] mdadm: sending ioctl 800c0910 to a partition!
[3.708865] mdadm: sending ioctl 800c0910 to a partition!
[3.708881] mdadm: sending ioctl 800c0910 to a partition!
[3.708883] mdadm: sending ioctl 800c0910 to a partition!
[3.70] mdadm: sending ioctl 1261 to a partition!
[3.708890] mdadm: sending ioctl 1261 to a partition!
[3.709054] mdadm: sending ioctl 1261 to a 

Re: Planning for final lenny point release (5.0.10)

2012-03-05 Thread dann frazier
On Sat, Mar 03, 2012 at 12:29:58PM +, Adam D. Barratt wrote:
 On 29.02.2012 17:20, dann frazier wrote:
 On Wed, Feb 29, 2012 at 01:20:32PM +, Adam D. Barratt wrote:
 Feel free to go ahead with the kernel upload, so we can get it
 chucked at the buildds.
 [...]
 Ack.
 
 Unfortunately, the powerpc build died:
 
 CC [M]  arch/powerpc/oprofile/op_model_power4.o
 arch/powerpc/oprofile/op_model_power4.c: In function 'pmc_overflow':
 arch/powerpc/oprofile/op_model_power4.c:273: error: 'PV_POWER7'
 undeclared (first use in this function)
 arch/powerpc/oprofile/op_model_power4.c:273: error: (Each undeclared
 identifier is reported only once
 arch/powerpc/oprofile/op_model_power4.c:273: error: for each
 function it appears in.)
 make[4]: *** [arch/powerpc/oprofile/op_model_power4.o] Error 1
 
 This appears to be a consequence of the patch for CVE-2011- 4347 
 (URL:http://anonscm.debian.org/viewvc/kernel/dists/lenny-security/linux-2.6/debian/patches/bugfix/powerpc/oprofile-handle-events-that-raise-an-exception-without-overflowing.patch?view=markuppathrev=18552).

I reuploaded w/o that patch - that fix was POWER7 specific, and it
looks like POWER7 support wasn't supported in the lenny timeframe
anyway.


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120305013106.ga8...@dannf.org



Bug#661335: [3.1 - 3.2.4 regression] ASUS P8H67-M EVO: No HDMI sound on HDAintel

2012-03-05 Thread Eric Lavarde - Debian Bugs
Hi,

Jonathan Nieder said:
 I'll attach also the output of alsa-info.sh as recommended in Bug
 #657302

 Did you get a chance to try this?

Erh, yes: the output was already attached to the original submission. The
future mode was meant as after I've left this editor :-)

Eric



--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/54624.15.203.137.73.1330971989.squir...@my.bawue.net



Re: Planning for final lenny point release (5.0.10)

2012-03-05 Thread Lennart Sorensen
On Sun, Mar 04, 2012 at 06:31:06PM -0700, dann frazier wrote:
 I reuploaded w/o that patch - that fix was POWER7 specific, and it
 looks like POWER7 support wasn't supported in the lenny timeframe
 anyway.

POWER7 only really got added to the installer in 6.0.4 (not even 6.0)
so, seems perfectly safe to assume that for 5.0.10.

-- 
Len Sorensen


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120305180943.gd14...@caffeine.csclub.uwaterloo.ca



Bug#661335: [3.1 - 3.2.4 regression] ASUS P8H67-M EVO: No HDMI sound on HDAintel

2012-03-05 Thread Jonathan Nieder
Eric Lavarde wrote:

 Erh, yes: the output was already attached to the original submission.

Oh, my bad.  Sorry for the noise.

Full dmesg output from booting would also be interesting.

I don't see any obvious major difference between the two sets of
controls (good), so I guess I have no better advice than to test
3.3-rc6 once it appears in http://incoming.debian.org/.  If it
reproduces the problem, please report this upstream at
bugzilla.kernel.org, product Drivers, component Sound (ALSA), and let
us know the bug number so we can track it.

Thanks,
Jonathan



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120305190825.GA32619@burratino



Bug#657497: nfs-common: additional info

2012-03-05 Thread Luc Castermans
Package: nfs-common
Version: 1:1.2.5-4
Followup-For: Bug #657497

Dear Maintainer,

I tried below /etc/fstab

emael:/home /home   nfs rw,exec 0   0

so basically I removed the user option. Now mount with exec is ok.


-- Package-specific info:
-- rpcinfo --
   program vers proto   port
104   tcp111  portmapper
103   tcp111  portmapper
102   tcp111  portmapper
104   udp111  portmapper
103   udp111  portmapper
102   udp111  portmapper
1000241   udp  34955  status
1000241   tcp  33251  status
1000211   udp  49880  nlockmgr
1000213   udp  49880  nlockmgr
1000214   udp  49880  nlockmgr
1000211   tcp  50013  nlockmgr
1000213   tcp  50013  nlockmgr
1000214   tcp  50013  nlockmgr
-- /etc/default/nfs-common --
NEED_STATD=
STATDOPTS=
NEED_IDMAPD=
NEED_GSSD=
-- /etc/idmapd.conf --
[General]
Verbosity = 0
Pipefs-Directory = /var/lib/nfs/rpc_pipefs
[Mapping]
Nobody-User = nobody
Nobody-Group = nogroup
-- /etc/fstab --
# original emael:/home  /home   nfs rw,user,exec,auto   0   0
emael:/home /home   nfs rw,exec 0   0
-- /proc/mounts --
rpc_pipefs /var/lib/nfs/rpc_pipefs rpc_pipefs rw,relatime 0 0
emael:/home/ /home nfs 
rw,relatime,vers=3,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.55.1,mountvers=3,mountport=39475,mountproto=udp,local_lock=none,addr=192.168.55.1
 0 0

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

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

Versions of packages nfs-common depends on:
ii  adduser 3.113+nmu1
ii  initscripts 2.88dsf-22
ii  libc6   2.13-26
ii  libcap2 1:2.22-1
ii  libcomerr2  1.42-1
ii  libdevmapper1.02.1  2:1.02.67-2
ii  libevent-2.0-5  2.0.17-stable-1
ii  libgssapi-krb5-21.10+dfsg~beta1-2
ii  libgssglue1 0.3-4
ii  libk5crypto31.10+dfsg~beta1-2
ii  libkeyutils11.5.2-2
ii  libkrb5-3   1.10+dfsg~beta1-2
ii  libmount1   2.20.1-1.2
ii  libnfsidmap20.25-1
ii  libtirpc1   0.2.2-5
ii  libwrap07.6.q-23
ii  lsb-base3.2-28.1
ii  rpcbind 0.2.0-7
ii  ucf 3.0025+nmu2

Versions of packages nfs-common recommends:
ii  python  2.7.2-10

nfs-common suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120305185815.11581.78803.report...@canne.castermans.org



Bug#661830: [3.1 - 3.2.7 regression] ALC269: plugging in headphones does not mute main speaker

2012-03-05 Thread Pavel Yakunin


It ends up disabled.

On 2012-03-05 05:16, Jonathan Nieder wrote:

Pavel Yakunin wrote:


Now works great with the git kernel, thanks!


Thanks for the quick feedback.

One more test: if you run alsactl init as root, does the auto-mute
mode control end up enabled or disabled?




--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4f551208.1050...@gmail.com



Bug#659571: marked as done ([INTL:pl] Polish debconf translation)

2012-03-05 Thread Debian Bug Tracking System
Your message dated Mon, 05 Mar 2012 19:35:01 +
with message-id e1s4dgt-0004gj...@franck.debian.org
and subject line Bug#659571: fixed in linux-latest 44
has caused the Debian Bug report #659571,
regarding [INTL:pl] Polish debconf translation
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
659571: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659571
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: linux-latest
Severity: wishlist
Tags: l10n patch

Hi!

Please add attached Polish debconf translation.

Thanks,
--
Michał Kułach

pl.po
Description: Binary data
---End Message---
---BeginMessage---
Source: linux-latest
Source-Version: 44

We believe that the bug you reported is fixed in the latest version of
linux-latest, which is due to be installed in the Debian FTP archive:

linux-doc-2.6_3.2+44_all.deb
  to main/l/linux-latest/linux-doc-2.6_3.2+44_all.deb
linux-doc_3.2+44_all.deb
  to main/l/linux-latest/linux-doc_3.2+44_all.deb
linux-headers-2.6-486_3.2+44_i386.deb
  to main/l/linux-latest/linux-headers-2.6-486_3.2+44_i386.deb
linux-headers-2.6-686-pae_3.2+44_i386.deb
  to main/l/linux-latest/linux-headers-2.6-686-pae_3.2+44_i386.deb
linux-headers-2.6-amd64_3.2+44_i386.deb
  to main/l/linux-latest/linux-headers-2.6-amd64_3.2+44_i386.deb
linux-headers-486_3.2+44_i386.deb
  to main/l/linux-latest/linux-headers-486_3.2+44_i386.deb
linux-headers-686-pae_3.2+44_i386.deb
  to main/l/linux-latest/linux-headers-686-pae_3.2+44_i386.deb
linux-headers-amd64_3.2+44_i386.deb
  to main/l/linux-latest/linux-headers-amd64_3.2+44_i386.deb
linux-headers-rt-686-pae_3.2+44_i386.deb
  to main/l/linux-latest/linux-headers-rt-686-pae_3.2+44_i386.deb
linux-image-2.6-486_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-2.6-486_3.2+44_i386.deb
linux-image-2.6-686-bigmem_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-2.6-686-bigmem_3.2+44_i386.deb
linux-image-2.6-686-pae_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-2.6-686-pae_3.2+44_i386.deb
linux-image-2.6-686_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-2.6-686_3.2+44_i386.deb
linux-image-2.6-amd64_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-2.6-amd64_3.2+44_i386.deb
linux-image-486_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-486_3.2+44_i386.deb
linux-image-686-bigmem_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-686-bigmem_3.2+44_i386.deb
linux-image-686-pae_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-686-pae_3.2+44_i386.deb
linux-image-686_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-686_3.2+44_i386.deb
linux-image-amd64_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-amd64_3.2+44_i386.deb
linux-image-rt-686-pae_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-rt-686-pae_3.2+44_i386.deb
linux-latest_44.dsc
  to main/l/linux-latest/linux-latest_44.dsc
linux-latest_44.tar.gz
  to main/l/linux-latest/linux-latest_44.tar.gz
linux-source-2.6_3.2+44_all.deb
  to main/l/linux-latest/linux-source-2.6_3.2+44_all.deb
linux-source_3.2+44_all.deb
  to main/l/linux-latest/linux-source_3.2+44_all.deb
linux-tools-2.6_3.2+44_all.deb
  to main/l/linux-latest/linux-tools-2.6_3.2+44_all.deb
linux-tools_3.2+44_all.deb
  to main/l/linux-latest/linux-tools_3.2+44_all.deb
xen-linux-system-2.6-xen-686_3.2+44_i386.deb
  to main/l/linux-latest/xen-linux-system-2.6-xen-686_3.2+44_i386.deb
xen-linux-system-686-pae_3.2+44_i386.deb
  to main/l/linux-latest/xen-linux-system-686-pae_3.2+44_i386.deb
xen-linux-system-amd64_3.2+44_i386.deb
  to main/l/linux-latest/xen-linux-system-amd64_3.2+44_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 659...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ben Hutchings b...@decadent.org.uk (supplier of updated linux-latest package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 05 Mar 2012 00:01:57 +
Source: linux-latest
Binary: linux-source linux-doc linux-tools linux-image-alpha-generic 
linux-headers-alpha-generic linux-image-alpha-smp linux-headers-alpha-smp 
linux-image-alpha-legacy linux-headers-alpha-legacy linux-image-amd64 
linux-headers-amd64 xen-linux-system-amd64 linux-image-rt-amd64 
linux-headers-rt-amd64 

Bug#660119: marked as done ([INTL:tr] Turkish debconf template translation for linux-latest)

2012-03-05 Thread Debian Bug Tracking System
Your message dated Mon, 05 Mar 2012 19:35:01 +
with message-id e1s4dgt-0004gp...@franck.debian.org
and subject line Bug#660119: fixed in linux-latest 44
has caused the Debian Bug report #660119,
regarding [INTL:tr] Turkish debconf template translation for linux-latest
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
660119: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=660119
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: linux-latest
 Severity: wishlist
 Tags: l10n patch

 Please find the attached Turkish translation of linux-latest debconf 
template.


 Best regards
# debconf templates for linux-latest; translation into LANGUAGE.
# Copyright YEAR TRANSLATION COPYRIGHT HOLDER
# This file is distributed under the same license as the linux-latest
# package.
# Mert Dirik mertdi...@gmail.com, 2012.
#
msgid 
msgstr 
Project-Id-Version: linux-latest-2.6 VERSION\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2011-07-24 16:15+0200\n
PO-Revision-Date: 2012-02-12 00:21+0200\n
Last-Translator: Mert Dirik mertdi...@gmail.com\n
Language-Team: Debian L10n Turkish debian-l10n-turk...@lists.debian.org\n
Language: \n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: error
#. Description
#: ../linux-image-686.templates:1001
msgid This system requires a different kernel configuration
msgstr Bu sistem farklı bir çekirdek yapılandırması gerektiriyor

#. Type: error
#. Description
#: ../linux-image-686.templates:1001
msgid Debian's '686' kernel configuration has been replaced by the '686-pae' 
configuration, which uses PAE (Physical Address Extension).  However, the CPU 
in this system does not support PAE.
msgstr Debian'ın '686-pae' çekirdek yapılandırması, '686' çekirdek 
yapılandırmasının yerine geçmiştir. Yeni yapılandırma PAE (Fiziksel 
Adres Uzantısı) kullanır; fakat bu sistemdeki işlemci PAE desteklemiyor.

#. Type: error
#. Description
#: ../linux-image-686.templates:1001
msgid You should install linux-image-486 and remove linux-image-686 and/or 
linux-image-2.6-686 if they are currently installed.
msgstr linux-image-486 paketini kurmalı ve eğer yüklü ise linux-image-686 
ve/veya linux-image-2.6-686 paketini kaldırmalısınız.

---End Message---
---BeginMessage---
Source: linux-latest
Source-Version: 44

We believe that the bug you reported is fixed in the latest version of
linux-latest, which is due to be installed in the Debian FTP archive:

linux-doc-2.6_3.2+44_all.deb
  to main/l/linux-latest/linux-doc-2.6_3.2+44_all.deb
linux-doc_3.2+44_all.deb
  to main/l/linux-latest/linux-doc_3.2+44_all.deb
linux-headers-2.6-486_3.2+44_i386.deb
  to main/l/linux-latest/linux-headers-2.6-486_3.2+44_i386.deb
linux-headers-2.6-686-pae_3.2+44_i386.deb
  to main/l/linux-latest/linux-headers-2.6-686-pae_3.2+44_i386.deb
linux-headers-2.6-amd64_3.2+44_i386.deb
  to main/l/linux-latest/linux-headers-2.6-amd64_3.2+44_i386.deb
linux-headers-486_3.2+44_i386.deb
  to main/l/linux-latest/linux-headers-486_3.2+44_i386.deb
linux-headers-686-pae_3.2+44_i386.deb
  to main/l/linux-latest/linux-headers-686-pae_3.2+44_i386.deb
linux-headers-amd64_3.2+44_i386.deb
  to main/l/linux-latest/linux-headers-amd64_3.2+44_i386.deb
linux-headers-rt-686-pae_3.2+44_i386.deb
  to main/l/linux-latest/linux-headers-rt-686-pae_3.2+44_i386.deb
linux-image-2.6-486_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-2.6-486_3.2+44_i386.deb
linux-image-2.6-686-bigmem_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-2.6-686-bigmem_3.2+44_i386.deb
linux-image-2.6-686-pae_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-2.6-686-pae_3.2+44_i386.deb
linux-image-2.6-686_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-2.6-686_3.2+44_i386.deb
linux-image-2.6-amd64_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-2.6-amd64_3.2+44_i386.deb
linux-image-486_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-486_3.2+44_i386.deb
linux-image-686-bigmem_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-686-bigmem_3.2+44_i386.deb
linux-image-686-pae_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-686-pae_3.2+44_i386.deb
linux-image-686_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-686_3.2+44_i386.deb
linux-image-amd64_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-amd64_3.2+44_i386.deb
linux-image-rt-686-pae_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-rt-686-pae_3.2+44_i386.deb
linux-latest_44.dsc
  to main/l/linux-latest/linux-latest_44.dsc
linux-latest_44.tar.gz
  to main/l/linux-latest/linux-latest_44.tar.gz

Bug#661830: [3.1 - 3.2.7 regression] ALC269: plugging in headphones does not mute main speaker

2012-03-05 Thread Jonathan Nieder
severity 661830 normal
tags 661830 + upstream
forwarded 661830 http://thread.gmane.org/gmane.linux.alsa.devel/95449
quit

Pavel Yakunin wrote:
 On 2012-03-05 05:16, Jonathan Nieder wrote:

 One more test: if you run alsactl init as root, does the auto-mute
 mode control end up enabled or disabled?
[...]
 It ends up disabled.

Thanks.  Let's take this upstream.



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120305194234.GB527@burratino



Processed: Re: [3.1 - 3.2.7 regression] ALC269: plugging in headphones does not mute main speaker

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

 severity 661830 normal
Bug #661830 [linux-2.6] linux-image-3.2.0-1-amd64: snd_hda_intel ALC269 
regression
Ignoring request to change severity of Bug 661830 to the same value.
 tags 661830 + upstream
Bug #661830 [linux-2.6] linux-image-3.2.0-1-amd64: snd_hda_intel ALC269 
regression
Added tag(s) upstream.
 forwarded 661830 http://thread.gmane.org/gmane.linux.alsa.devel/95449
Bug #661830 [linux-2.6] linux-image-3.2.0-1-amd64: snd_hda_intel ALC269 
regression
Set Bug forwarded-to-address to 
'http://thread.gmane.org/gmane.linux.alsa.devel/95449'.
 quit
Stopping processing here.

Please contact me if you need assistance.
-- 
661830: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661830
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.133097656422348.transcr...@bugs.debian.org



linux-2.6_3.3~rc6-1~experimental.1_multi.changes ACCEPTED into experimental

2012-03-05 Thread Debian FTP Masters



Accepted:
linux-2.6_3.3~rc6-1~experimental.1.diff.gz
  to main/l/linux-2.6/linux-2.6_3.3~rc6-1~experimental.1.diff.gz
linux-2.6_3.3~rc6-1~experimental.1.dsc
  to main/l/linux-2.6/linux-2.6_3.3~rc6-1~experimental.1.dsc
linux-2.6_3.3~rc6.orig.tar.gz
  to main/l/linux-2.6/linux-2.6_3.3~rc6.orig.tar.gz
linux-doc-3.3_3.3~rc6-1~experimental.1_all.deb
  to main/l/linux-2.6/linux-doc-3.3_3.3~rc6-1~experimental.1_all.deb
linux-manual-3.3_3.3~rc6-1~experimental.1_all.deb
  to main/l/linux-2.6/linux-manual-3.3_3.3~rc6-1~experimental.1_all.deb
linux-patch-debian-3.3_3.3~rc6-1~experimental.1_all.deb
  to main/l/linux-2.6/linux-patch-debian-3.3_3.3~rc6-1~experimental.1_all.deb
linux-source-3.3_3.3~rc6-1~experimental.1_all.deb
  to main/l/linux-2.6/linux-source-3.3_3.3~rc6-1~experimental.1_all.deb
linux-support-3.3.0-rc6_3.3~rc6-1~experimental.1_all.deb
  to main/l/linux-2.6/linux-support-3.3.0-rc6_3.3~rc6-1~experimental.1_all.deb


Changes:
linux-2.6 (3.3~rc6-1~experimental.1) experimental; urgency=low
 .
  * New upstream release candidate
 .
  [ Ben Hutchings ]
  * aufs: Update to aufs3.x-rcN-20120123
  * rt: Disable until it is updated for Linux 3.3 or later


Override entries for your package:
linux-2.6_3.3~rc6-1~experimental.1.dsc - source devel
linux-doc-3.3_3.3~rc6-1~experimental.1_all.deb - optional doc
linux-manual-3.3_3.3~rc6-1~experimental.1_all.deb - optional doc
linux-patch-debian-3.3_3.3~rc6-1~experimental.1_all.deb - optional kernel
linux-source-3.3_3.3~rc6-1~experimental.1_all.deb - optional kernel
linux-support-3.3.0-rc6_3.3~rc6-1~experimental.1_all.deb - optional devel

Announcing to debian-experimental-chan...@lists.debian.org
Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1s4dfw-0004a4...@franck.debian.org



linux-latest_44_i386.changes ACCEPTED into unstable

2012-03-05 Thread Debian FTP Masters



Accepted:
linux-doc-2.6_3.2+44_all.deb
  to main/l/linux-latest/linux-doc-2.6_3.2+44_all.deb
linux-doc_3.2+44_all.deb
  to main/l/linux-latest/linux-doc_3.2+44_all.deb
linux-headers-2.6-486_3.2+44_i386.deb
  to main/l/linux-latest/linux-headers-2.6-486_3.2+44_i386.deb
linux-headers-2.6-686-pae_3.2+44_i386.deb
  to main/l/linux-latest/linux-headers-2.6-686-pae_3.2+44_i386.deb
linux-headers-2.6-amd64_3.2+44_i386.deb
  to main/l/linux-latest/linux-headers-2.6-amd64_3.2+44_i386.deb
linux-headers-486_3.2+44_i386.deb
  to main/l/linux-latest/linux-headers-486_3.2+44_i386.deb
linux-headers-686-pae_3.2+44_i386.deb
  to main/l/linux-latest/linux-headers-686-pae_3.2+44_i386.deb
linux-headers-amd64_3.2+44_i386.deb
  to main/l/linux-latest/linux-headers-amd64_3.2+44_i386.deb
linux-headers-rt-686-pae_3.2+44_i386.deb
  to main/l/linux-latest/linux-headers-rt-686-pae_3.2+44_i386.deb
linux-image-2.6-486_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-2.6-486_3.2+44_i386.deb
linux-image-2.6-686-bigmem_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-2.6-686-bigmem_3.2+44_i386.deb
linux-image-2.6-686-pae_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-2.6-686-pae_3.2+44_i386.deb
linux-image-2.6-686_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-2.6-686_3.2+44_i386.deb
linux-image-2.6-amd64_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-2.6-amd64_3.2+44_i386.deb
linux-image-486_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-486_3.2+44_i386.deb
linux-image-686-bigmem_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-686-bigmem_3.2+44_i386.deb
linux-image-686-pae_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-686-pae_3.2+44_i386.deb
linux-image-686_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-686_3.2+44_i386.deb
linux-image-amd64_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-amd64_3.2+44_i386.deb
linux-image-rt-686-pae_3.2+44_i386.deb
  to main/l/linux-latest/linux-image-rt-686-pae_3.2+44_i386.deb
linux-latest_44.dsc
  to main/l/linux-latest/linux-latest_44.dsc
linux-latest_44.tar.gz
  to main/l/linux-latest/linux-latest_44.tar.gz
linux-source-2.6_3.2+44_all.deb
  to main/l/linux-latest/linux-source-2.6_3.2+44_all.deb
linux-source_3.2+44_all.deb
  to main/l/linux-latest/linux-source_3.2+44_all.deb
linux-tools-2.6_3.2+44_all.deb
  to main/l/linux-latest/linux-tools-2.6_3.2+44_all.deb
linux-tools_3.2+44_all.deb
  to main/l/linux-latest/linux-tools_3.2+44_all.deb
xen-linux-system-2.6-xen-686_3.2+44_i386.deb
  to main/l/linux-latest/xen-linux-system-2.6-xen-686_3.2+44_i386.deb
xen-linux-system-686-pae_3.2+44_i386.deb
  to main/l/linux-latest/xen-linux-system-686-pae_3.2+44_i386.deb
xen-linux-system-amd64_3.2+44_i386.deb
  to main/l/linux-latest/xen-linux-system-amd64_3.2+44_i386.deb


Changes:
linux-latest (44) unstable; urgency=high
 .
  [ Ben Hutchings ]
  * Update debconf template translations:
- Add Polish (Michał Kułach) (Closes: #659571)
- Add Turkish (Mert Dirik) (Closes: #660119)
  * Update standards-version to 3.9.3:
- Do not move packages to the 'metapackages' section, as that will
  cause APT not to auto-remove their dependencies
  * Move transitional packages to the section 'oldlibs', so that APT
will treat the replacement packages as manually installed
  * Update to 3.2.0-2
  * Stop generating linux-{headers,image}-2.6-flavour transitional
packages for flavours added since Linux 3.0


Override entries for your package:
linux-doc-2.6_3.2+44_all.deb - optional kernel
linux-doc_3.2+44_all.deb - optional kernel
linux-headers-2.6-486_3.2+44_i386.deb - optional kernel
linux-headers-2.6-686-pae_3.2+44_i386.deb - optional kernel
linux-headers-2.6-amd64_3.2+44_i386.deb - optional kernel
linux-headers-486_3.2+44_i386.deb - optional kernel
linux-headers-686-pae_3.2+44_i386.deb - optional kernel
linux-headers-amd64_3.2+44_i386.deb - optional kernel
linux-headers-rt-686-pae_3.2+44_i386.deb - optional kernel
linux-image-2.6-486_3.2+44_i386.deb - optional kernel
linux-image-2.6-686-bigmem_3.2+44_i386.deb - optional kernel
linux-image-2.6-686-pae_3.2+44_i386.deb - optional kernel
linux-image-2.6-686_3.2+44_i386.deb - optional kernel
linux-image-2.6-amd64_3.2+44_i386.deb - optional kernel
linux-image-486_3.2+44_i386.deb - optional kernel
linux-image-686-bigmem_3.2+44_i386.deb - optional kernel
linux-image-686-pae_3.2+44_i386.deb - optional kernel
linux-image-686_3.2+44_i386.deb - optional kernel
linux-image-amd64_3.2+44_i386.deb - optional kernel
linux-image-rt-686-pae_3.2+44_i386.deb - optional kernel
linux-latest_44.dsc - source kernel
linux-source-2.6_3.2+44_all.deb - optional kernel
linux-source_3.2+44_all.deb - optional kernel
linux-tools-2.6_3.2+44_all.deb - optional kernel
linux-tools_3.2+44_all.deb - optional kernel
xen-linux-system-2.6-xen-686_3.2+44_i386.deb - optional kernel
xen-linux-system-686-pae_3.2+44_i386.deb - optional kernel
xen-linux-system-amd64_3.2+44_i386.deb - optional kernel

Announcing to debian-devel-chan...@lists.debian.org

linux-latest override disparity

2012-03-05 Thread Debian FTP Masters
There are disparities between your recently accepted upload and the
override file for the following file(s):

linux-doc-2.6_3.2+44_all.deb: package says section is oldlibs, override says 
kernel.
linux-headers-2.6-486_3.2+44_i386.deb: package says section is oldlibs, 
override says kernel.
linux-headers-2.6-686-pae_3.2+44_i386.deb: package says section is oldlibs, 
override says kernel.
linux-headers-2.6-amd64_3.2+44_i386.deb: package says section is oldlibs, 
override says kernel.
linux-image-2.6-486_3.2+44_i386.deb: package says section is oldlibs, override 
says kernel.
linux-image-2.6-686-bigmem_3.2+44_i386.deb: package says section is oldlibs, 
override says kernel.
linux-image-2.6-686-pae_3.2+44_i386.deb: package says section is oldlibs, 
override says kernel.
linux-image-2.6-686_3.2+44_i386.deb: package says section is oldlibs, override 
says kernel.
linux-image-2.6-amd64_3.2+44_i386.deb: package says section is oldlibs, 
override says kernel.
linux-image-686-bigmem_3.2+44_i386.deb: package says section is oldlibs, 
override says kernel.
linux-image-686_3.2+44_i386.deb: package says section is oldlibs, override says 
kernel.
linux-source-2.6_3.2+44_all.deb: package says section is oldlibs, override says 
kernel.
linux-tools-2.6_3.2+44_all.deb: package says section is oldlibs, override says 
kernel.
xen-linux-system-2.6-xen-686_3.2+44_i386.deb: package says section is oldlibs, 
override says kernel.


Please note that a list of new sections were recently added to the
archive: cli-mono, database, debug, fonts, gnu-r, gnustep, haskell,
httpd, java, kernel, lisp, localization, ocaml, php, ruby, vcs, video,
xfce, zope.  At this time a script was used to reclassify packages into
these sections.  If this is the case, please only reply to this email if
the new section is inappropriate, otherwise please update your package
at the next upload.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please file a bug against ftp.debian.org and
explain why. Please INCLUDE the list of packages as seen above, or we
won't be able to deal with your request due to missing information.

Please make sure that the subject of the bug you file follows the
following format:

Subject: override: BINARY1:section/priority, [...], BINARYX:section/priority

Include the justification for the change in the body of the mail please.


[NB: this is an automatically generated mail; if you already filed a bug
and have not received a response yet, please ignore this mail.  Your bug
needs to be processed by a human and will be in due course, but until
then the installer will send these automated mails; sorry.]

--
Debian distribution maintenance software

(This message was generated automatically; if you believe that there
is a problem with it please contact the archive administrators by
mailing ftpmas...@debian.org)


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1s4dgi-0004jx...@franck.debian.org



Bug#662573: Changes from longterm 2.6.32.58

2012-03-05 Thread Ben Hutchings
On Mon, 2012-03-05 at 06:11 +, Ben Hutchings wrote:
[...]
 - autofs: work around unhappy compat problem on x86-64
 - Fix autofs compile without CONFIG_COMPAT
 - compat: fix compile breakage on s390
 
 Fixes compatibility of amd64 kernel with i386 userland for autofs
 protocol version 5.
[...]

Unfortunately these are reported to result in a build failure for ia64
and s390.  Further changes will be required.

Ben.

-- 
Ben Hutchings
Quantity is no substitute for quality, but it's the only one we've got.


signature.asc
Description: This is a digitally signed message part