======================================
| xx__-> echo $?
| 0
| xx__-> [  939.399398][ T9876] Mirror/redirect action on
| [  988.478029][    C3] irq 4: nobody cared (try booting with the "irqpoll" option)
[  988.478731][    C3] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014
[  988.479086][    C3] Call Trace:
[  988.479207][    C3]  <IRQ>
[ 988.479377][ C3] dump_stack_lvl (lib/dump_stack.c:117) 
[ 988.479544][ C3] __report_bad_irq (kernel/irq/spurious.c:214) 
[ 988.479707][ C3] note_interrupt (kernel/irq/spurious.c:423) 
[ 988.479871][ C3] handle_irq_event (kernel/irq/handle.c:198 kernel/irq/handle.c:210) 
[ 988.480029][ C3] handle_edge_irq (kernel/irq/chip.c:833) 
[ 988.480197][ C3] __common_interrupt (./include/linux/irqdesc.h:173 arch/x86/kernel/irq.c:247 arch/x86/kernel/irq.c:259 arch/x86/kernel/irq.c:285) 
[ 988.480373][ C3] common_interrupt (arch/x86/kernel/irq.c:278 (discriminator 14)) 
[  988.480532][    C3]  </IRQ>
[  988.480617][    C3]  <TASK>
[ 988.480700][ C3] asm_common_interrupt (./arch/x86/include/asm/idtentry.h:693) 
[ 988.480854][ C3] RIP: 0010:_raw_spin_unlock_irqrestore (./include/linux/spinlock_api_smp.h:152 kernel/locking/spinlock.c:194) 
[ 988.481060][ C3] Code: 10 e8 c1 9d 92 fd 48 89 ef e8 39 0e 93 fd 81 e3 00 02 00 00 75 1d 9c 58 f6 c4 02 75 29 48 85 db 74 01 fb 65 ff 0d 85 fd c6 70 <74> 0e 5b 5d c3 cc cc cc cc e8 7f 7f b6 fd eb dc 0f 1f 44 00 00 5b
All code
========
   0:	10 e8                	adc    %ch,%al
   2:	c1 9d 92 fd 48 89 ef 	rcrl   $0xef,-0x76b7026e(%rbp)
   9:	e8 39 0e 93 fd       	call   0xfffffffffd930e47
   e:	81 e3 00 02 00 00    	and    $0x200,%ebx
  14:	75 1d                	jne    0x33
  16:	9c                   	pushf
  17:	58                   	pop    %rax
  18:	f6 c4 02             	test   $0x2,%ah
  1b:	75 29                	jne    0x46
  1d:	48 85 db             	test   %rbx,%rbx
  20:	74 01                	je     0x23
  22:	fb                   	sti
  23:	65 ff 0d 85 fd c6 70 	decl   %gs:0x70c6fd85(%rip)        # 0x70c6fdaf
  2a:*	74 0e                	je     0x3a		<-- trapping instruction
  2c:	5b                   	pop    %rbx
  2d:	5d                   	pop    %rbp
  2e:	c3                   	ret
  2f:	cc                   	int3
  30:	cc                   	int3
  31:	cc                   	int3
  32:	cc                   	int3
  33:	e8 7f 7f b6 fd       	call   0xfffffffffdb67fb7
  38:	eb dc                	jmp    0x16
  3a:	0f 1f 44 00 00       	nopl   0x0(%rax,%rax,1)
  3f:	5b                   	pop    %rbx

Code starting with the faulting instruction
===========================================
   0:	74 0e                	je     0x10
   2:	5b                   	pop    %rbx
   3:	5d                   	pop    %rbp
   4:	c3                   	ret
   5:	cc                   	int3
   6:	cc                   	int3
   7:	cc                   	int3
   8:	cc                   	int3
   9:	e8 7f 7f b6 fd       	call   0xfffffffffdb67f8d
   e:	eb dc                	jmp    0xffffffffffffffec
  10:	0f 1f 44 00 00       	nopl   0x0(%rax,%rax,1)
  15:	5b                   	pop    %rbx
[  988.481592][    C3] RSP: 0018:ffffc90004a6fac0 EFLAGS: 00000286
[  988.481795][    C3] RAX: 0000000000000002 RBX: 0000000000000200 RCX: 1ffffffff24b031a
[  988.482022][    C3] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffffffff8f3cca91
[  988.482255][    C3] RBP: ffffffff92e43060 R08: 0000000000000001 R09: fffffbfff24ab4a8
[  988.482487][    C3] R10: ffffffff9255a547 R11: 0000000000000000 R12: 0000000000000001
[  988.482715][    C3] R13: 0000000000000286 R14: ffffffff92e43060 R15: ffff888005623800
[ 988.482956][ C3] ? _raw_spin_unlock_irqrestore (./include/linux/spinlock_api_smp.h:151 kernel/locking/spinlock.c:194) 
[ 988.483157][ C3] uart_write (drivers/tty/serial/serial_core.c:74 drivers/tty/serial/serial_core.c:634) 
[ 988.483290][ C3] process_output_block (drivers/tty/n_tty.c:574) 
[ 988.483448][ C3] ? lockdep_hardirqs_on_prepare (kernel/locking/lockdep.c:4300 kernel/locking/lockdep.c:4359) 
[ 988.483649][ C3] n_tty_write (drivers/tty/n_tty.c:2380) 
[ 988.483814][ C3] ? __pfx_n_tty_write (drivers/tty/n_tty.c:2350) 
[ 988.483970][ C3] ? trace_lock_acquire (./include/trace/events/lock.h:24 (discriminator 52)) 
[ 988.484142][ C3] ? __pfx_woken_wake_function (kernel/sched/wait.c:439) 
[ 988.484299][ C3] ? iterate_tty_write (drivers/tty/tty_io.c:954 drivers/tty/tty_io.c:973) 
[ 988.484461][ C3] ? lock_acquire (kernel/locking/lockdep.c:5727) 
[ 988.484621][ C3] ? iterate_tty_write (drivers/tty/tty_io.c:954 drivers/tty/tty_io.c:973) 
[ 988.484779][ C3] iterate_tty_write (drivers/tty/tty_io.c:1021) 
[ 988.484939][ C3] ? tty_ldisc_ref_wait (drivers/tty/tty_ldisc.c:244) 
[ 988.485102][ C3] file_tty_write.constprop.0 (drivers/tty/tty_io.c:1096) 
[ 988.485259][ C3] vfs_write (fs/read_write.c:497 fs/read_write.c:590) 
[ 988.485378][ C3] ? do_raw_spin_lock (./arch/x86/include/asm/atomic.h:107 ./include/linux/atomic/atomic-arch-fallback.h:2170 ./include/linux/atomic/atomic-instrumented.h:1302 ./include/asm-generic/qspinlock.h:111 kernel/locking/spinlock_debug.c:116) 
[ 988.485558][ C3] ? __pfx_vfs_write (fs/read_write.c:571) 
[ 988.485720][ C3] ? lockdep_hardirqs_on_prepare (kernel/locking/lockdep.c:4292 kernel/locking/lockdep.c:4359) 
[ 988.485928][ C3] ? __fget_light (./include/linux/atomic/atomic-arch-fallback.h:479 ./include/linux/atomic/atomic-instrumented.h:50 fs/file.c:1145) 
[ 988.486094][ C3] ksys_write (fs/read_write.c:643) 
[ 988.486212][ C3] ? __pfx_ksys_write (fs/read_write.c:633) 
[ 988.486365][ C3] ? __local_bh_enable (kernel/softirq.c:343) 
[ 988.486532][ C3] ? handle_softirqs (./arch/x86/include/asm/preempt.h:26 kernel/softirq.c:401 kernel/softirq.c:582) 
[ 988.486692][ C3] do_syscall_64 (arch/x86/entry/common.c:52 arch/x86/entry/common.c:83) 
[ 988.486856][ C3] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130) 
[  988.487053][    C3] RIP: 0033:0x7f86e93ff957
[ 988.487218][ C3] Code: 0b 00 f7 d8 64 89 02 48 c7 c0 ff ff ff ff eb b7 0f 1f 00 f3 0f 1e fa 64 8b 04 25 18 00 00 00 85 c0 75 10 b8 01 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 51 c3 48 83 ec 28 48 89 54 24 18 48 89 74 24
All code
========
   0:	0b 00                	or     (%rax),%eax
   2:	f7 d8                	neg    %eax
   4:	64 89 02             	mov    %eax,%fs:(%rdx)
   7:	48 c7 c0 ff ff ff ff 	mov    $0xffffffffffffffff,%rax
   e:	eb b7                	jmp    0xffffffffffffffc7
  10:	0f 1f 00             	nopl   (%rax)
  13:	f3 0f 1e fa          	endbr64
  17:	64 8b 04 25 18 00 00 	mov    %fs:0x18,%eax
  1e:	00 
  1f:	85 c0                	test   %eax,%eax
  21:	75 10                	jne    0x33
  23:	b8 01 00 00 00       	mov    $0x1,%eax
  28:	0f 05                	syscall
  2a:*	48 3d 00 f0 ff ff    	cmp    $0xfffffffffffff000,%rax		<-- trapping instruction
  30:	77 51                	ja     0x83
  32:	c3                   	ret
  33:	48 83 ec 28          	sub    $0x28,%rsp
  37:	48 89 54 24 18       	mov    %rdx,0x18(%rsp)
  3c:	48                   	rex.W
  3d:	89                   	.byte 0x89
  3e:	74 24                	je     0x64

Code starting with the faulting instruction
===========================================
   0:	48 3d 00 f0 ff ff    	cmp    $0xfffffffffffff000,%rax
   6:	77 51                	ja     0x59
   8:	c3                   	ret
   9:	48 83 ec 28          	sub    $0x28,%rsp
   d:	48 89 54 24 18       	mov    %rdx,0x18(%rsp)
  12:	48                   	rex.W
  13:	89                   	.byte 0x89
  14:	74 24                	je     0x3a
[  988.487785][    C3] RSP: 002b:00007ffce0816d88 EFLAGS: 00000246 ORIG_RAX: 0000000000000001
[  988.488021][    C3] RAX: ffffffffffffffda RBX: 0000556cd63121d0 RCX: 00007f86e93ff957
[  988.488244][    C3] RDX: 0000000000000001 RSI: 0000556cd63121d0 RDI: 0000000000000001
[  988.488485][    C3] RBP: 0000000000000001 R08: 0000000000000000 R09: 0000000000002000
[  988.488732][    C3] R10: 0000000000000001 R11: 0000000000000246 R12: 0000556cd62fe5c0


Finger prints:
__report_bad_irq:note_interrupt:handle_irq_event:handle_edge_irq:__common_interrupt