linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Francis Moreau <francis.moro@gmail.com>
To: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Cc: Thomas Gleixner <tglx@linutronix.de>,
	Jingoo Han <jg1.han@samsung.com>,
	"'Wei WANG'" <wei_wang@realsil.com.cn>,
	"'Samuel Ortiz'" <sameo@linux.intel.com>,
	"'Chris Ball'" <cjb@laptop.org>,
	"'Borislav Petkov'" <bp@alien8.de>,
	"'LKML'" <linux-kernel@vger.kernel.org>
Subject: Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)
Date: Sun, 01 Dec 2013 20:26:54 +0100	[thread overview]
Message-ID: <529B8D7E.10304@gmail.com> (raw)
In-Reply-To: <8367476.3aVdCMMH8P@vostro.rjw.lan>

[-- Attachment #1: Type: text/plain, Size: 243 bytes --]

On 11/30/2013 09:17 PM, Rafael J. Wysocki wrote:

[...]

> If your system survives resume (I guess it does?), can you please send
> /proc/interrupts before and after the first suspend/resume cycle?
> 

Please find both dumps attached.

Thanks

[-- Attachment #2: after.irq --]
[-- Type: text/plain, Size: 2877 bytes --]

           CPU0       CPU1       CPU2       CPU3       CPU4       CPU5       CPU6       CPU7       
  0:         18          0          0          0          0          0          0          0   IO-APIC-edge      timer
  1:        202          2          0          0          6          6          1          0   IO-APIC-edge      i8042
  9:        381         11          7          2         28        121          3          7   IO-APIC-fasteoi   acpi
 12:         17          1          0          1          2          1          0          0   IO-APIC-edge      i8042
 16:      99993          0          0          1          2          4          0          1   IO-APIC-fasteoi   ehci_hcd:usb3
 23:         50          4          0          0          6          0          0          1   IO-APIC-fasteoi   ehci_hcd:usb4
 41:      10082        499        229        182       7653        435        112        137   PCI-MSI-edge      xhci_hcd
 42:        973          1         32         65         20        126         17        102   PCI-MSI-edge      ahci
 43:         26          0          0          0          0          0          0          0   PCI-MSI-edge      mei_me
 45:         21         33          0          0          6          1          0          0   PCI-MSI-edge      i915
NMI:          0          0          0          0          0          0          0          0   Non-maskable interrupts
LOC:       2071       1279        951       1023       1177        764        638        700   Local timer interrupts
SPU:          0          0          0          0          0          0          0          0   Spurious interrupts
PMI:          0          0          0          0          0          0          0          0   Performance monitoring interrupts
IWI:         56         79         36         21         17         43         39         38   IRQ work interrupts
RTR:         12          0          0          0          0          0          0          0   APIC ICR read retries
RES:       2033       2711       2288       1925       2039       1390        916       1161   Rescheduling interrupts
CAL:        419        438        479        466        491        512        502        477   Function call interrupts
TLB:         63          2          3         11          1          7          5          0   TLB shootdowns
TRM:          0          0          0          0          0          0          0          0   Thermal event interrupts
THR:          0          0          0          0          0          0          0          0   Threshold APIC interrupts
MCE:          0          0          0          0          0          0          0          0   Machine check exceptions
MCP:          4          4          4          4          4          4          4          4   Machine check polls
ERR:          0
MIS:          0

[-- Attachment #3: before.irq --]
[-- Type: text/plain, Size: 2999 bytes --]

           CPU0       CPU1       CPU2       CPU3       CPU4       CPU5       CPU6       CPU7       
  0:         18          0          0          0          0          0          0          0   IO-APIC-edge      timer
  1:        100          2          0          0          6          6          1          0   IO-APIC-edge      i8042
  9:        179         11          7          2         26        118          3          6   IO-APIC-fasteoi   acpi
 12:          9          1          0          1          2          1          0          0   IO-APIC-edge      i8042
 16:         25          0          0          1          2          4          0          1   IO-APIC-fasteoi   ehci_hcd:usb3
 23:         30          0          0          0          6          0          0          1   IO-APIC-fasteoi   ehci_hcd:usb4
 40:          6          7          3          0          0          1          4          2   PCI-MSI-edge      rtsx_pci
 41:       7196        491        228        181       7448        425        109        137   PCI-MSI-edge      xhci_hcd
 42:        929          1         32         65         20        125         17        102   PCI-MSI-edge      ahci
 43:         15          0          0          0          0          7          2          0   PCI-MSI-edge      mei_me
 45:         14         33          0          0          5          1          0          0   PCI-MSI-edge      i915
NMI:          0          0          0          0          0          0          0          0   Non-maskable interrupts
LOC:       1331       1141        847        911       1104        673        577        642   Local timer interrupts
SPU:          0          0          0          0          0          0          0          0   Spurious interrupts
PMI:          0          0          0          0          0          0          0          0   Performance monitoring interrupts
IWI:         46         76         31         17         11         42         32         35   IRQ work interrupts
RTR:          6          0          0          0          0          0          0          0   APIC ICR read retries
RES:       1863       2342       2049       1827       1931       1329        685       1104   Rescheduling interrupts
CAL:        418        422        463        450        487        496        496        460   Function call interrupts
TLB:          2          2          3         11          1          7          5          0   TLB shootdowns
TRM:          0          0          0          0          0          0          0          0   Thermal event interrupts
THR:          0          0          0          0          0          0          0          0   Threshold APIC interrupts
MCE:          0          0          0          0          0          0          0          0   Machine check exceptions
MCP:          2          2          2          2          2          2          2          2   Machine check polls
ERR:          0
MIS:          0

  parent reply	other threads:[~2013-12-01 19:26 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-17  9:42 3.12: kernel panic when resuming from suspend to RAM (x86_64) Francis Moreau
2013-11-17 13:25 ` Borislav Petkov
2013-11-17 15:50   ` Francis Moreau
2013-11-17 16:01     ` Borislav Petkov
2013-11-17 18:02       ` Francis Moreau
2013-11-17 19:53         ` Borislav Petkov
2013-11-17 20:49           ` Francis Moreau
2013-11-17 22:06             ` Borislav Petkov
2013-11-17 22:34               ` Rafael J. Wysocki
2013-11-17 22:46                 ` Borislav Petkov
2013-11-18 12:21                   ` Francis Moreau
2013-11-18 12:20                 ` Francis Moreau
2013-11-18  0:33               ` Kevin Easton
2013-11-18  1:04                 ` Borislav Petkov
2013-11-18  2:43                   ` Kevin Easton
2013-11-18 12:19               ` Francis Moreau
2013-11-18 13:32                 ` Borislav Petkov
2013-11-19 10:01                   ` Francis Moreau
2013-11-19 10:15                     ` Borislav Petkov
2013-11-20  9:45                       ` Francis Moreau
2013-11-20 11:15                         ` Borislav Petkov
2013-11-21  8:22                           ` Francis Moreau
2013-11-21 10:12                             ` Borislav Petkov
2013-11-21 11:17                               ` Jingoo Han
2013-11-21 13:07                                 ` Francis Moreau
2013-11-22  7:43                                 ` Francis Moreau
2013-11-22  9:57                                   ` Francis Moreau
2013-11-22 12:54                                     ` Rafael J. Wysocki
2013-11-22 21:36                                       ` Francis Moreau
2013-11-22 22:08                                         ` Rafael J. Wysocki
2013-11-22 22:27                                           ` Thomas Gleixner
2013-11-24  9:39                                             ` Francis Moreau
2013-11-24 13:31                                               ` Borislav Petkov
2013-11-24 21:06                                               ` Rafael J. Wysocki
2013-11-25  7:42                                                 ` Francis Moreau
2013-11-25 10:47                                                   ` Rafael J. Wysocki
2013-11-29  8:28                                                     ` Francis Moreau
2013-11-29  9:02                                                       ` Thomas Gleixner
2013-11-30 15:07                                                         ` Francis Moreau
2013-11-30 20:17                                                           ` Rafael J. Wysocki
2013-12-01 10:11                                                             ` Francis Moreau
2013-12-01 19:26                                                             ` Francis Moreau [this message]
2013-12-02 10:49                                                           ` Thomas Gleixner
2013-12-02 11:20                                                             ` Thomas Gleixner
2013-12-03  8:14                                                               ` Francis Moreau
2013-12-09 19:33                                                                 ` Francis Moreau
2013-12-09 22:27                                                                   ` Samuel Ortiz
2013-12-09 22:17                                                                 ` Samuel Ortiz
2013-12-10  1:39                                                                   ` wwang
2013-12-10  1:56                                                                     ` micky
2013-12-10  8:29                                                                       ` Samuel Ortiz
2014-01-10  7:26                                                                         ` Francis Moreau
2014-01-10  9:16                                                                           ` micky
2014-01-10  9:52                                                                           ` Samuel Ortiz
2014-01-10 10:07                                                                             ` Francis Moreau
2013-12-10 10:50                                                                       ` Francis Moreau
2013-12-17  8:03                                                                       ` Francis Moreau
2013-12-18  4:05                                                                         ` micky
2013-12-18  8:12                                                                           ` Francis Moreau
2013-12-20  1:30                                                                             ` micky
2013-12-20  2:28                                                                               ` Jingoo Han
2013-12-10 10:49                                                                   ` Francis Moreau
2013-11-24  9:42                                           ` Francis Moreau

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=529B8D7E.10304@gmail.com \
    --to=francis.moro@gmail.com \
    --cc=bp@alien8.de \
    --cc=cjb@laptop.org \
    --cc=jg1.han@samsung.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rjw@rjwysocki.net \
    --cc=sameo@linux.intel.com \
    --cc=tglx@linutronix.de \
    --cc=wei_wang@realsil.com.cn \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).