Bug#651215: Kernel fails to boot on NSLU2

2011-12-14 Thread Jochen Friedrich

Hi Arnaud,


I've uploaded a 3.1.5-1 with a patch which should fix the boot failure
at http://www.rtp-net.org/misc/deb/. Can you please test it ?


Yes, this fixed the problem.

nslu2:~# uname -a
Linux nslu2 3.1.0-1-ixp4xx #1 Tue Dec 13 05:00:03 CET 2011 armv5tel GNU/Linux
nslu2:~#

Thanks,
Jochen



--
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/4ee8895c.4070...@scram.de



Processed: Re: Kernel fails to boot on NSLU2

2011-12-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 651215 src:linux-2.6 3.1.0-1
Bug #651215 [linux-image-3.1.0-1-ixp4xx] Kernel fails to boot on NSLU2
Bug reassigned from package 'linux-image-3.1.0-1-ixp4xx' to 'src:linux-2.6'.
Bug #651215 [src:linux-2.6] Kernel fails to boot on NSLU2
The source linux-2.6 and version  do not appear to match any binary packages
Bug Marked as found in versions linux-2.6/3.1.0-1.
 found 651215 linux-2.6/3.1.0-4
Bug #651215 [src:linux-2.6] Kernel fails to boot on NSLU2
The source linux-2.6 and version 3.1.0-4 do not appear to match any binary 
packages
Bug Marked as found in versions linux-2.6/3.1.0-4.
 severity 651215 important
Bug #651215 [src:linux-2.6] Kernel fails to boot on NSLU2
Severity set to 'important' from 'normal'

 tags 651215 + upstream fixed-upstream pending
Bug #651215 [src:linux-2.6] Kernel fails to boot on NSLU2
Added tag(s) upstream and fixed-upstream.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
651215: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651215
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.132386377614807.transcr...@bugs.debian.org



Bug#652014: Linux 3.2: Enable Hyper-V kernel modules

2011-12-14 Thread Mathieu Simon
Hi (forwarding to the bugtracker this time)

 There is no need to wait for drivers to leave staging, in general.
Great. In this case please consider enabling the following modules too:

Have both left staging-next, not made into 3.2:
Microsoft Hyper-V virtual network driver
Microsoft Hyper-V virtual mouse driver

Still in staging also in staging-next:
Microsoft Hyper-V virtual storage driver

 I think there was some problem with them earlier that meant we didn't
 enable them (possibly limitations on building as modules?).  Also, MS
 abandoned them for a while.  But it seems that they are being properly
 maintained now.
True, there were quite unstable at least until 2.6.38. I wouldn't
favour to enable them on earlier kernels (especially the storave driver)
(This is based on my experience driver-related crashes using
self-built mainline kernel)

 Currently they are not unloadable, if that is a problem, I know there is
 a patch floating in the upstream.

 Do you have a reference for that?  (Commit hash, message ID, URL...)
The patch seems not to be integrated yet anywhere, but the discussion mentions
the patch here

http://www.spinics.net/lists/linux-driver-devel/msg21785.html

Thanks for your positive answer.

- Mathieu



--
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/CANCJCZbO20zR=8HPGCCP3KoKSxO=vq-jqvj74c-z0quqtrg...@mail.gmail.com



Re: [RFC] modpost: add option to allow external modules to avoid taint

2011-12-14 Thread Ben Hutchings
On Wed, 2011-12-14 at 11:20 -0500, John W. Linville wrote:
 In some cases, it might be desirable to package a module from an
 external source tree alongside the base kernel.  In those cases, it
 might also be desirable to not have those modules tainting the kernel.
 
 This patch provides a mechanism for an external module build to declare
 itself as an integrated build.  Such a module is then treated the same
 as an intree module.
 
 Signed-off-by: John W. Linville linvi...@tuxdriver.com
 ---
 Any thoughts on this?  I'm thinking of adding this to Fedora kernels,
 where I have been working to integrate the compat-wireless package as
 part of the base kernel RPM.
[...]

If you're integrating it then why can't you *really* build it in-tree?

Ben.

-- 
Ben Hutchings
Computers are not intelligent.  They only think they are.


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


Bug#651532: System crashes (kernel oops) when loading ATI firmware

2011-12-14 Thread Camaleón
El 2011-12-13 a las 13:52 -0600, Jonathan Nieder escribió:

 Excellent.  The next step is indeed to report this upstream.

(...)

 And please let us know the bug number so we can track it.

Done:

https://bugs.freedesktop.org/show_bug.cgi?id=43835

-- 
Camaleón 



-- 
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/20111214170954.ga8...@stt008.linux.site



[RFC] modpost: add option to allow external modules to avoid taint

2011-12-14 Thread John W. Linville
In some cases, it might be desirable to package a module from an
external source tree alongside the base kernel.  In those cases, it
might also be desirable to not have those modules tainting the kernel.

This patch provides a mechanism for an external module build to declare
itself as an integrated build.  Such a module is then treated the same
as an intree module.

Signed-off-by: John W. Linville linvi...@tuxdriver.com
---
Any thoughts on this?  I'm thinking of adding this to Fedora kernels,
where I have been working to integrate the compat-wireless package as
part of the base kernel RPM.

 scripts/Makefile.modpost |1 +
 scripts/mod/modpost.c|   10 --
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/scripts/Makefile.modpost b/scripts/Makefile.modpost
index 08dce14..160c6fb 100644
--- a/scripts/Makefile.modpost
+++ b/scripts/Makefile.modpost
@@ -81,6 +81,7 @@ modpost = scripts/mod/modpost\
  $(if $(KBUILD_EXTMOD),-o $(modulesymfile))  \
  $(if $(CONFIG_DEBUG_SECTION_MISMATCH),,-S)  \
  $(if $(KBUILD_EXTMOD)$(KBUILD_MODPOST_WARN),-w) \
+ $(if $(INTEGRATED_BUILD),-B) \
  $(if $(cross_build),-c)
 
 quiet_cmd_modpost = MODPOST $(words $(filter-out vmlinux FORCE, $^)) modules
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
index 2bd594e..5d077f9 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
@@ -43,6 +43,9 @@ static int warn_unresolved = 0;
 static int sec_mismatch_count = 0;
 static int sec_mismatch_verbose = 1;
 
+/* Is this a module being built as part of an integrated package? */
+static int integrated_build = 0;
+
 enum export {
export_plain,  export_unused, export_gpl,
export_unused_gpl, export_gpl_future, export_unknown
@@ -1851,7 +1854,7 @@ static void add_header(struct buffer *b, struct module 
*mod)
 
 static void add_intree_flag(struct buffer *b, int is_intree)
 {
-   if (is_intree)
+   if (is_intree || integrated_build)
buf_printf(b, \nMODULE_INFO(intree, \Y\);\n);
 }
 
@@ -2101,7 +2104,7 @@ int main(int argc, char **argv)
struct ext_sym_list *extsym_iter;
struct ext_sym_list *extsym_start = NULL;
 
-   while ((opt = getopt(argc, argv, i:I:e:cmsSo:awM:K:)) != -1) {
+   while ((opt = getopt(argc, argv, i:I:e:cmsSo:awM:K:B)) != -1) {
switch (opt) {
case 'i':
kernel_read = optarg;
@@ -2139,6 +2142,9 @@ int main(int argc, char **argv)
case 'w':
warn_unresolved = 1;
break;
+   case 'B':
+   integrated_build = 1;
+   break;
default:
exit(1);
}
-- 
1.7.4.4


-- 
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/1323879603-2961-1-git-send-email-linvi...@tuxdriver.com



Bug#644948: nfs-common: Wrong uid/gid with latest version using NFSv4

2011-12-14 Thread Anders Boström
 JH == Jamie Heilman ja...@audible.transient.net writes:

 JH Anders Boström wrote:
   SW == Stephan Windmüller wi...@white-hawk.de writes:
  
 SW On 23.10.2011 13:49, Jamie Heilman wrote:
   Chances are you all have your nfsidmap Domain mismatched between
   client and server; check your user.* syslog logs on the client for
   messages like: nfsidmap: nss_getpwnam: name 'foo@bar' does not map
   into domain 'baz'

Sorry for the late respons... I've got time to test this again, and it
is indeed a domain-problem. However, I don't get any nfsidmap-messages
in the client syslog, but I do in the server. If I reconfigure my
client idmapd.conf to 'Domain = localdomain' it works as expected. If
I use the default idmapd.conf from nfs-common 1:1.2.5-2+b1 it does not
work.

The server is in this case using the default idmapd.conf from
nfs-common 1:1.2.2-4. And doing any change on the server regarding the
domain-configuration will break a lot of clients, all running NFSv4
using Debian stable, Ubuntu etc. Soo it is a no-go.

Also I don't understand how I'm supposed to configure this. I have
another client in another domain. It is supposed to mount NFS
from it's own domain *and* from our server. If 'Domain = localdomain'
is configured in all places, it works, but I how is this
supposed to be configured???

/ Anders



--
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/20111214.181402.1411745299162602482.and...@netinsight.net



Re: [RFC] modpost: add option to allow external modules to avoid taint

2011-12-14 Thread John W. Linville
On Wed, Dec 14, 2011 at 04:52:00PM +, Ben Hutchings wrote:
 On Wed, 2011-12-14 at 11:20 -0500, John W. Linville wrote:
  In some cases, it might be desirable to package a module from an
  external source tree alongside the base kernel.  In those cases, it
  might also be desirable to not have those modules tainting the kernel.
  
  This patch provides a mechanism for an external module build to declare
  itself as an integrated build.  Such a module is then treated the same
  as an intree module.
  
  Signed-off-by: John W. Linville linvi...@tuxdriver.com
  ---
  Any thoughts on this?  I'm thinking of adding this to Fedora kernels,
  where I have been working to integrate the compat-wireless package as
  part of the base kernel RPM.
 [...]
 
 If you're integrating it then why can't you *really* build it in-tree?

Well, of course, I could.  But it would be a _huge_ waste of my time
doing so.  The compat-wireless package is already sitting there,
complete with all the necessary backporting infrastructure.  It's all
fat and juicy, waiting to be used.  Wasting time replicating that
just doesn't make any sense to my mind.

John
-- 
John W. LinvilleSomeday the world will need a hero, and you
linvi...@tuxdriver.com  might be all we have.  Be ready.


-- 
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/20111214173922.ga2...@tuxdriver.com



Processed: Re: System crashes (kernel oops) when loading ATI firmware

2011-12-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forwarded 651532 https://bugs.freedesktop.org/show_bug.cgi?id=43835
Bug #651532 [src:linux-2.6] System crashes (kernel oops) when loading ATI 
firmware
Set Bug forwarded-to-address to 
'https://bugs.freedesktop.org/show_bug.cgi?id=43835'.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
651532: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651532
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.13238866114562.transcr...@bugs.debian.org



Processed: Re: System crashes (kernel oops) when loading ATI firmware

2011-12-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 651532 linux-2.6/3.2~rc4-1~experimental.1
Bug #651532 [src:linux-2.6] System crashes (kernel oops) when loading ATI 
firmware
Bug Marked as found in versions linux-2.6/3.2~rc4-1~experimental.1.
 severity 651532 important
Bug #651532 [src:linux-2.6] System crashes (kernel oops) when loading ATI 
firmware
Severity set to 'important' from 'normal'


End of message, stopping processing here.

Please contact me if you need assistance.
-- 
651532: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651532
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.13238867534856.transcr...@bugs.debian.org



Bug#644948: nfs-common: Wrong uid/gid with latest version using NFSv4

2011-12-14 Thread Jamie Heilman
Anders Boström wrote:
 Sorry for the late respons... I've got time to test this again, and it
 is indeed a domain-problem. However, I don't get any nfsidmap-messages
 in the client syslog, but I do in the server. If I reconfigure my
 client idmapd.conf to 'Domain = localdomain' it works as expected. If
 I use the default idmapd.conf from nfs-common 1:1.2.5-2+b1 it does not
 work.
 
 The server is in this case using the default idmapd.conf from
 nfs-common 1:1.2.2-4. And doing any change on the server regarding the
 domain-configuration will break a lot of clients, all running NFSv4
 using Debian stable, Ubuntu etc. Soo it is a no-go.

 Also I don't understand how I'm supposed to configure this. I have
 another client in another domain. It is supposed to mount NFS
 from it's own domain *and* from our server. If 'Domain = localdomain'
 is configured in all places, it works, but I how is this
 supposed to be configured???

No, unfortunately, Domain = localdomain was just bad default that got
shipped.  Your server and its working clients are currently relying on
what is essentially a misconfiguration.  Domain should be set to your
NFSv4 Domain Name.  See RFC3530 section 5.8, or RFC5661 section 5.9.
Multi-domain NFSv4 is still in draft:
http://tools.ietf.org/html/draft-adamson-nfsv4-multi-domain-access-04 


-- 
Jamie Heilman http://audible.transient.net/~jamie/
...thats the metaphorical equivalent of flopping your wedding tackle
 into a lion's mouth and flicking his lovespuds with a wet towel, pure
 insanity...   -Rimmer



-- 
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/20111214181642.ga21...@cucamonga.audible.transient.net



Bug#652119: linux-image-2.6.32-5-amd64: Bad pagetable 000f

2011-12-14 Thread Matthew Wakeling
Package: linux-2.6
Version: 2.6.32-38
Severity: normal

Running the par2 program causes a bad pagetable fault which has killed the 
process and killed the machine on two different occasions. The machine is 
completely stable running other programs.

The problem occurs when running par2 to generate 13.5GB of recovery data for 
50GB of data in eleven equal size files, a task that should take about 10 hours 
on my system. The task seems to cause a crash after about two hours.

I understand that it is possible that the problem is in the hardware, but it 
seems unlikely given how stable the machine is otherwise.

Relevant parts of /var/log/messages are:

Dec 14 16:09:46 mergle kernel: [3176209.061603] PGD 57069067 PUD 374b0067 PMD 
67b9f067 PTE ffaca00076ac0067
Dec 14 16:09:46 mergle kernel: [3176209.061616] CPU 0 
Dec 14 16:09:46 mergle kernel: [3176209.061619] Modules linked in: isofs rfcomm 
nls_utf8 nls_cp437 vfat fat tcp_diag inet_diag fuse sco bridge stp bnep l2cap 
crc16 bluetooth rfkill binfmt_misc act_police sch_ingress cls_u32 sch_sfq 
sch_cbq ipt_REJECT xt_tcpudp xt_state ipt_MASQUERADE iptable_nat nf_nat 
nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 iptable_filter ip_tables x_tables 
cpufreq_userspace cpufreq_stats cpufreq_powersave cpufreq_conservative nfsd 
exportfs nfs lockd fscache nfs_acl auth_rpcgss sunrpc hwmon_vid eeprom psmouse 
ide_generic ide_gd_mod ide_cd_mod ide_core snd_emu10k1_synth snd_emux_synth 
snd_seq_virmidi snd_seq_midi_emul snd_emu10k1 snd_intel8x0 snd_pcm_oss 
snd_ac97_codec ac97_bus snd_util_mem snd_mixer_oss snd_hwdep snd_pcm 
snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq i2c_ali15x3 emu10k1_gp 
snd_timer snd_seq_device i2c_ali1535 i2c_ali1563 gameport snd i2c_core shpchp 
k8temp soundcore snd_page_alloc pci_hotplug edac_core edac_mce_amd parport_pc 
parp
 ort evdev pcspkr button processor ex
Dec 14 16:09:46 mergle kernel: 3 jbd mbcache raid1 md_mod sg sr_mod cdrom 
sd_mod crc_t10dif usbhid ata_generic hid usb_storage pata_ali ohci_hcd fan 
8139too sata_uli 8139cp libata floppy mii thermal thermal_sys ne2k_pci 8390 
ehci_hcd scsi_mod usbcore nls_base [last unloaded: scsi_wait_scan]
Dec 14 16:09:46 mergle kernel: [3176209.061716] Pid: 8900, comm: par2 Not 
tainted 2.6.32-5-amd64 #1  
Dec 14 16:09:46 mergle kernel: [3176209.061718] RIP: 0033:[7f7abfda9868]  
[7f7abfda9868] 0x7f7abfda9868
Dec 14 16:09:46 mergle kernel: [3176209.061728] RSP: 002b:7fffdceb9428  
EFLAGS: 00010203
Dec 14 16:09:46 mergle kernel: [3176209.061730] RAX: 7f7aa0780010 RBX: 
0018 RCX: 001a65d9
Dec 14 16:09:46 mergle kernel: [3176209.061733] RDX:  RSI: 
 RDI: 7f7ab2850f90
Dec 14 16:09:46 mergle kernel: [3176209.061735] RBP: 0134b8d0 R08: 
1f37fce0 R09: 0008
Dec 14 16:09:46 mergle kernel: [3176209.061738] R10:  R11: 
7f7abfda9710 R12: 7fffdceb94d0
Dec 14 16:09:46 mergle kernel: [3176209.061741] R13: 0008 R14: 
0018 R15: 7fffdceb94c0
Dec 14 16:09:46 mergle kernel: [3176209.061744] FS:  7f7ac0a27720() 
GS:88000180() knlGS:
Dec 14 16:09:46 mergle kernel: [3176209.061746] CS:  0010 DS:  ES:  
CR0: 8005003b
Dec 14 16:09:46 mergle kernel: [3176209.061749] CR2: 7f7ab2851000 CR3: 
2dac7000 CR4: 06f0
Dec 14 16:09:46 mergle kernel: [3176209.061752] DR0:  DR1: 
 DR2: 
Dec 14 16:09:46 mergle kernel: [3176209.061754] DR3:  DR6: 
0ff0 DR7: 0400
Dec 14 16:09:46 mergle kernel: [3176209.061757] Process par2 (pid: 8900, 
threadinfo 880067b9c000, task 880037ab3170)
Dec 14 16:09:46 mergle kernel: [3176209.061759] 
Dec 14 16:09:46 mergle kernel: [3176209.061765]  RSP 7fffdceb9428
Dec 14 16:09:46 mergle kernel: [3176209.061768] ---[ end trace 6813b63f9aac1faf 
]---

Thanks,

Matthew


-- Package-specific info:
** Version:
Linux version 2.6.32-5-amd64 (Debian 2.6.32-38) (b...@decadent.org.uk) (gcc 
version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Mon Oct 3 03:59:20 UTC 2011

** Command line:
BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-amd64 
root=UUID=12269971-1ece-414d-9a32-b0615fd1048c ro console=tty0 quiet

** Not tainted

** Kernel log:
[7.088781] input: Sleep Button as 
/devices/LNXSYSTM:00/LNXSLPBN:00/input/input5
[7.088785] ACPI: Sleep Button [SLPF]
[7.787807] input: PC Speaker as /devices/platform/pcspkr/input/input6
[7.797483] usb-storage: device scan complete
[7.797972] scsi 4:0:0:0: Direct-Access Sony PRS-300  1000 
PQ: 0 ANSI: 2
[7.798453] scsi 4:0:0:1: Direct-Access Sony PRS-300 Launcher 1000 
PQ: 0 ANSI: 2
[7.800274] sd 4:0:0:0: Attached scsi generic sg4 type 0
[7.800939] sd 4:0:0:1: Attached scsi generic sg5 type 0
[7.810858] sd 4:0:0:0: [sdd] 908544 512-byte logical blocks: (465 MB/443 
MiB)
[7.832276] parport_pc 00:09: reported by Plug 

Re: Bug#652014: Linux 3.2: Enable Hyper-V kernel modules

2011-12-14 Thread Moritz Mühlenhoff
Ben Hutchings b...@decadent.org.uk schrieb:

 Could this be taken as an opportunity to enable them in the default
 kernel image in experimental (i386, amd64) allowing testing with Debian?=
=20
 Currently they are not unloadable, if that is a problem, I know there is=
=20
 a patch floating in the upstream.

 Do you have a reference for that?  (Commit hash, message ID, URL...)

http://permalink.gmane.org/gmane.linux.kernel/1227920 

Cheers,
Moritz


-- 
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/slrnjeiecf.3vd@inutil.org



Processed: Re: SATA devices get reset without real hardware failure

2011-12-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 625922 3.1.1-1
Bug #625922 [linux-2.6] SATA devices get reset without real hardware failure
There is no source info for the package 'linux-2.6' at version '3.1.1-1' with 
architecture ''
Unable to make a source version for version '3.1.1-1'
Bug Marked as found in versions 3.1.1-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
625922: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625922
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.132391119124733.transcr...@bugs.debian.org



Re: Bug#652015: pu: package iotop/0.4-2

2011-12-14 Thread Paul Wise
On Wed, 2011-12-14 at 19:25 +, Adam D. Barratt wrote:

 Please go ahead; thanks.

Uploaded.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#625922: SATA devices get reset without real hardware failure

2011-12-14 Thread Ben Hutchings
Summary of the bug so far:

Messages #5, #63 from Natalia Portillo clau...@claunia.com:

package version: Ubuntu 2.6.38-8.?? (Debian did not use version 2.6.38-8)
 Debian 2.6.32-38 (all squeeze kernels up to two weeks away)
 (Gentoo 2.6.32 does not have the problem)
drive(s): Seagate ST2000DL003-9VT166
controller(s): Intel ICH9 (AHCI mode) (and JMicron JMB36?)
kernel log:
[255352.928063] ata4.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[255352.928071] ata4.00: failed command: FLUSH CACHE EXT
[255352.928080] ata4.00: cmd ea/00:00:00:00:00/00:00:00:00:00/a0 tag 0
[255352.928082]  res 40/00:01:09:4f:c2/00:00:00:00:00/00 Emask 0x4 
(timeout)
[255352.928087] ata4.00: status: { DRDY }
[255352.928096] ata4: hard resetting link
[255362.932028] ata4: softreset failed (1st FIS failed)
[255362.932036] ata4: hard resetting link
[255372.932018] ata4: softreset failed (1st FIS failed)
[255372.932026] ata4: hard resetting link
[255407.932029] ata4: softreset failed (1st FIS failed)
[255407.932038] ata4: limiting SATA link speed to 1.5 Gbps
[255407.932042] ata4: hard resetting link
[255413.120028] ata4: softreset failed (device not ready)
[255413.120035] ata4: reset failed, giving up
[255413.120040] ata4.00: disabled
[255413.120060] ata4: EH complete

Messages #18, #33 from Paul Faure p...@faure.ca:

package version: Ubuntu 2.6.38-8.42
drive(s): Seagate ST2000DL003, ST2000DL003-9VT1
  (but no problem with ST32000644NS)
controller(s): Intel ICH9 (legacy mode)
kernel log:
[247972.000120] ata3.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[247972.000132] ata3.00: failed command: FLUSH CACHE EXT
[247972.000146] ata3.00: cmd ea/00:00:00:00:00/00:00:00:00:00/a0 tag 0
[247972.000148]  res 40/00:01:00:4f:c2/00:00:00:00:00/00 Emask 0x4 
(timeout)
[247972.000155] ata3.00: status: { DRDY }
[247972.000169] ata3: hard resetting link
[247977.550053] ata3: link is slow to respond, please be patient (ready=0)
[247982.050113] ata3: SRST failed (errno=-16)
[247982.050138] ata3: hard resetting link
[247987.600068] ata3: link is slow to respond, please be patient (ready=0)
[247992.100087] ata3: SRST failed (errno=-16)
[247992.100109] ata3: hard resetting link
[247997.650040] ata3: link is slow to respond, please be patient (ready=0)
[248027.110050] ata3: SRST failed (errno=-16)
[248027.110066] ata3: limiting SATA link speed to 1.5 Gbps
[248027.110075] ata3: hard resetting link
[248032.120042] ata3: SRST failed (errno=-16)
[248032.120053] ata3: reset failed, giving up
[248032.120060] ata3.00: disabled
[248032.120069] ata3.00: device reported invalid CHS sector 0
[248032.120094] ata3: EH complete

Message #23 from Christian Robottom Reis k...@canonical.com:

package version: Ubuntu 2.6.35-28
drive(s): Seagate ST2000DL003-9VT166
controller(s): ?
kernel log: not provided

Messages #38, #43 from Juhani Karlsson juhani.karls...@lrdlnx.iki.fi:

Seems to be a different problem.

Message #48 from Javier Ortega Conde (Malkavian) malkavian...@gmail.com:

A bunch of different problems.

Message #70 from Alessio Treglia ales...@debian.org:

package version: Debian 3.1.1-1
drive(s): TOSHIBA MK5055GSXN
controller(s): ? (AHCI)
kernel log:
[ 6838.837215] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen 
[ 6838.837222] ata2.00: failed command: FLUSH CACHE EXT
[ 6838.837230] ata2.00: cmd ea/00:00:00:00:00/00:00:00:00:00/a0 tag 0
[ 6838.837231]  res 40/00:00:00:4f:c2/00:00:00:00:00/00 Emask 0x4 
(timeout)
[ 6838.837241] ata2.00: status: { DRDY }
[ 6838.837254] ata2: hard resetting link
[ 6844.199464] ata2: link is slow to respond, please be patient (ready=0)
[ 6848.846062] ata2: COMRESET failed (errno=-16)
[ 6848.846075] ata2: hard resetting link
[ 6854.208316] ata2: link is slow to respond, please be patient (ready=0)
[ 6858.854933] ata2: COMRESET failed (errno=-16)
[ 6858.854943] ata2: hard resetting link
[ 6864.213249] ata2: link is slow to respond, please be patient (ready=0)
[ 6875.073958] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 6875.117586] ata2.00: configured for UDMA/100
[ 6875.117598] ata2.00: retrying FLUSH 0xea Emask 0x4
[ 6875.129847] ata2.00: device eported invalid CHS sector 0
[ 6875.129864] ata2: EH complete

-- 
Ben Hutchings
Computers are not intelligent.  They only think they are.


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


[Fwd: Xen performance kernel patches backported to 3.2 for Precise]

2011-12-14 Thread Ben Hutchings
We should consider applying these if we go with 3.2 for wheezy.  (Or
even if we don't.)

Ben.

 Forwarded Message 
From: Mike McClurg mike.mccl...@citrix.com
To: Ubuntu Kernel Team kernel-t...@lists.ubuntu.com
Cc: Tim Gardner t...@canonical.com, #XenOrg xen...@citrix.com, Robbie 
Williamson robbie.william...@canonical.com, Konrad Rzeszutek Wilk 
konrad.w...@oracle.com
Subject: Xen performance kernel patches backported to 3.2 for Precise
Date: Wed, 30 Nov 2011 11:38:22 +

Hello Kernel Team,

I have just created bug report #898112 [1]. This bug is related to a
kernel issue which negatively affects Xen performance on Ubuntu 11.04
and later. This issue is caused by the kernel incorrectly reporting the
cpufreq capabilities of the CPU to Xen, which prevents the hypervisor
from setting the CPU to the maximum frequency scaling.

A blog post describing the bug in detail can be found here [2]. The
patch series, which has been backported to 3.2 (and I believe 3.0 as
well) can be found here [3].

I ask the kernel team to consider including the 3.2 backport of this
branch in the Precise kernel, and possibly the Oneiric kernel as well,
if this is possible. Please feel free to contact me or Konrad (the patch
author) with any questions. Thanks,

Mike


[1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/898112
[2] http://blog.xen.org/index.php/2011/11/29/baremetal-vs-xen-vs-kvm-redux/
[3]
http://git.kernel.org/?p=linux/kernel/git/konrad/xen.git;a=shortlog;h=refs/heads/devel/acpi-cpufreq.v4

-- 
kernel-team mailing list
kernel-t...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team


-- 
Ben Hutchings
Computers are not intelligent.  They only think they are.


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


Bug#650119: linux-image-3.1.0-1-amd64: fails to boot on HP DL380 g4

2011-12-14 Thread Ben Hutchings
[Please reply-to-all.]

On Sun, 2011-11-27 at 18:44 -0700, Peter Verschoor wrote:
 Ben:
 
 Now comes the head-scratching part.  When I modify the grub boot
 command line to send output to my laptop through the serial port it
 boots correctly!

Serial logging will change the timing of the boot sequence.

 [0.00] Command line: BOOT_IMAGE=/boot/vmlinuz-3.1.0-1-amd64
 root=UUID=155d483d-563c-4c25-b9f2-bf0b61e14041 ro console=ttyS0,9600
 console=tty0
 and the cciss IRQ gets rerouted to 19.
 
 The output appears on both my laptop and the main console screen.  I
 can capture the output on the laptop and the kernel captures it
 in /var/log.
 
 If I boot it with this command line it will lock up every time.
 
 Command line: BOOT_IMAGE=/boot/vmlinuz-3.1.0-1-amd64
 root=UUID=155d483d-563c-4c25-b9f2-bf0b61e14041 ro 
 
 The attached file CAPTURE.TXT was created on an old IBM laptop running
 Win2k using Hyperterm and sneaker-netted to the Proliant using a USB
 stick.  That means that at least the front USB port is working.

But not one of the other USB ports, it seems:

[...]
 [   10.834493] cciss :04:03.0: PCI IRQ 51 - rerouted to legacy IRQ 19
 [   10.834515] cciss :04:03.0: PCI INT A - GSI 19 (level, low) - IRQ 19
 [   10.892092] cciss :04:03.0: cciss0: 0x46 at PCI :04:03.0 IRQ 19 
 using DAC
[...]
 [   13.381713] uhci_hcd :00:1d.1: PCI INT B - GSI 19 (level, low) - IRQ 
 19
 [   13.467200] uhci_hcd :00:1d.1: UHCI Host Controller
 [   13.529832] uhci_hcd :00:1d.1: new USB bus registered, assigned bus 
 number 3
 [   13.618540] uhci_hcd :00:1d.1: request interrupt 19 failed
[...]

Now, because both of these devices are using legacy PCI interrupts, they
should be able to share IRQ 19.  But the cciss driver was changed in
Linux 2.6.36 so that it refuses to share an IRQ.  Mike, why was that?

[Mike, the bug log is at http://bugs.debian.org/650119.]

Ben.

-- 
Ben Hutchings
Computers are not intelligent.  They only think they are.


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


Processed: tagging 650119, bug 650119 is forwarded to iss_storage...@hp.com

2011-12-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 650119 + upstream
Bug #650119 [linux-2.6] linux-image-3.1.0-1-amd64: fails to boot on HP DL380 g4
Ignoring request to alter tags of bug #650119 to the same tags previously set
 forwarded 650119 iss_storage...@hp.com
Bug #650119 [linux-2.6] linux-image-3.1.0-1-amd64: fails to boot on HP DL380 g4
Set Bug forwarded-to-address to 'iss_storage...@hp.com'.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
650119: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650119
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.13239306628929.transcr...@bugs.debian.org