All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ralf Mardorf <ralf.mardorf@alice-dsl.net>
To: linux-rt users <linux-rt-users@vger.kernel.org>
Subject: Re: [ANNOUNCE] 3.18.9-rt5
Date: Wed, 18 Mar 2015 10:08:17 +0100	[thread overview]
Message-ID: <20150318100817.73a5e32a@archlinux> (raw)
In-Reply-To: <20150316210146.GG28130@linutronix.de>

Hi,

if the powernow-k8 module is loaded my Athlon BE-2350 dual-core machine
hangs at startup. After building the kernel with
"CONFIG_X86_POWERNOW_K8 is not set" startup finishes.

For older linux-rt versions I could unbind 2 USB ports sharing an IRQ
with my sound card, by one and the same script, now it doesn't work
anymore.

The status of rtirq reports one IRQ with a "cryptic" name.
I'm still using rtirq 20130402, not the current version 20150216, but the
version of rtirq seems not to be the culprit.

[1] rtirq status for 3.18.9-rt5
[2] rtirq status for an older kernel

Regards,
Ralf


[1]

[rocketmouse@archlinux ~]$ grep 0000 /usr/local/sbin/tuning
echo -n "0000:00:13.2" > /sys/bus/pci/drivers/ohci_hcd/unbind
echo -n "0000:00:13.4" > /sys/bus/pci/drivers/ohci_hcd/unbind

[rocketmouse@archlinux ~]$ sudo tuning
[sudo] password for rocketmouse: 
/usr/local/sbin/tuning: line 28: /sys/bus/pci/drivers/ohci_hcd/unbind: No such file or directory
/usr/local/sbin/tuning: line 29: /sys/bus/pci/drivers/ohci_hcd/unbind: No such file or directory

########################################################################

# service rtirq status           

  PID CLS RTPRIO  NI PRI %CPU STAT COMMAND	
   46 FF      90   - 130  0.0 S    irq/8-rtc0	
  224 FF      85   - 125  0.0 S    irq/18-snd_hdsp	
  220 FF      80   - 120  0.0 S    irq/20-snd_ice1	
  221 FF      79   - 119  0.0 S    irq/21-snd_ice1	
   78 FF      75   - 115  0.0 S    irq/1-i8042	
   35 FF      50   -  90  0.0 S    irq/9-acpi	
   64 FF      50   -  90  0.0 S    irq/26-radeon	
   84 FF      50   -  90  0.0 S    irq/14-pata_ati	
   85 FF      50   -  90  0.0 S    irq/15-pata_ati	
   92 FF      50   -  90  0.0 S    irq/22-0000:00:	
  102 FF      50   -  90  0.0 S    irq/19-ehci_hcd	
  106 FF      50   -  90  0.0 S    irq/16-ohci_hcd	
  107 FF      50   -  90  0.0 S    irq/17-ohci_hcd	
  109 FF      50   -  90  0.0 S    irq/18-ohci_hcd	
  110 FF      50   -  90  0.0 S    irq/17-ohci_hcd	
  112 FF      50   -  90  0.0 S    irq/18-ohci_hcd	
  205 FF      50   -  90  0.0 S    irq/7-parport0	
  399 FF      50   -  90  0.0 S    irq/27-enp3s0	
    3 FF       1   -  41  0.2 S    ksoftirqd/0	
   19 FF       1   -  41  0.2 S    ksoftirqd/1	

# grep 18: /proc/interrupts
 18:          0          2   IO-APIC  18-fasteoi   ohci_hcd:usb4, ohci_hcd:usb6, snd_hdspm

Tue Mar 17 23:46:10 CET 2015 - 3.18.9-rt5-2-rt - Arch Linux \r (\l)





[2]

[rocketmouse@archlinux ~]$ sudo tuning
[sudo] password for rocketmouse: 

########################################################################

# service rtirq status           

  PID CLS RTPRIO  NI PRI %CPU STAT COMMAND	
   43 FF      90   - 130  0.0 S    irq/8-rtc0	
  197 FF      85   - 125  0.0 S    irq/18-snd_hdsp	
  198 FF      80   - 120  0.0 S    irq/20-snd_ice1	
  199 FF      79   - 119  0.0 S    irq/21-snd_ice1	
   41 FF      75   - 115  0.0 S    irq/1-i8042	
   30 FF      50   -  90  0.0 S    irq/9-acpi	
   61 FF      50   -  90  0.0 S    irq/42-radeon	
   78 FF      50   -  90  0.5 S    irq/22-ahci	
   87 FF      50   -  90  0.0 S    irq/14-pata_ati	
   89 FF      50   -  90  0.0 S    irq/15-pata_ati	
   94 FF      50   -  90  0.0 S    irq/19-ehci_hcd	
   98 FF      50   -  90  0.0 S    irq/16-ohci_hcd	
   99 FF      50   -  90  0.1 S    irq/17-ohci_hcd	
  101 FF      50   -  90  0.0 S    irq/17-ohci_hcd	
  188 FF      50   -  90  0.0 S    irq/7-parport0	
  366 FF      50   -  90  0.0 S    irq/43-enp3s0	
    3 FF       1   -  41  0.5 S    ksoftirqd/0	
   19 FF       1   -  41  0.5 S    ksoftirqd/1	

# grep 18: /proc/interrupts
 18:          0          4   IO-APIC-fasteoi   snd_hdspm

Tue Mar 17 23:59:35 CET 2015 - 3.10.61-rt65-1-rt-lts - Arch Linux \r (\l)

  reply	other threads:[~2015-03-18  9:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-16 21:01 [ANNOUNCE] 3.18.9-rt5 Sebastian Andrzej Siewior
2015-03-16 21:01 ` Sebastian Andrzej Siewior
2015-03-18  9:08 ` Ralf Mardorf [this message]
2015-03-18  9:56   ` Joakim Hernberg
2015-03-24  8:42 ` Mike Galbraith

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150318100817.73a5e32a@archlinux \
    --to=ralf.mardorf@alice-dsl.net \
    --cc=linux-rt-users@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.