Package: src:linux Version: 4.3.5-1 Severity: normal Dear Maintainer,
When the sysctl option kernel.core_pattern is a pipe (for example, the default configuration on systemd-based systems), then `ulimit -c` is not respected. If the faulting process has excessive virtual memory usage (for example, if it is running under a memory debugger such as AddressSanitizer), the limit set by `ulimit -c` is not respected. Instead, the process will be launched and max out the CPU and render the system nearly unresponsive (despite the fact that I have 4 cores). This essentially makes asan unusable, since when I'm debugging, segfaults and calls to abort() are quite common. Reproducer: # first set kernel.core_pattern, e.g. by installing systemd-coredump # then start `top` in another terminal to see CPU usage export LD_PRELOAD=$(gcc -print-file-name=libasan.so):${LD_PRELOAD} dash -c 'ulimit -c 0; set -m; sleep 99 & kill -ABRT %1' -- Package-specific info: ** Version: Linux version 4.3.0-1-amd64 (debian-kernel@lists.debian.org) (gcc version 5.3.1 20160121 (Debian 5.3.1-7) ) #1 SMP Debian 4.3.5-1 (2016-02-06) ** Command line: BOOT_IMAGE=/vmlinuz-4.3.0-1-amd64 root=/dev/mapper/joyplim-root ro syscall.x32=y quiet splash ** Not tainted ** Kernel log: [335206.565353] Broke affinity for irq 16 [335206.566449] smpboot: CPU 1 is now offline [335206.578569] Broke affinity for irq 16 [335206.578609] Broke affinity for irq 32 [335206.580058] smpboot: CPU 2 is now offline [335206.591867] Broke affinity for irq 1 [335206.591875] Broke affinity for irq 9 [335206.591880] Broke affinity for irq 12 [335206.591884] Broke affinity for irq 16 [335206.591889] Broke affinity for irq 17 [335206.591916] Broke affinity for irq 30 [335206.591919] Broke affinity for irq 32 [335206.592948] smpboot: CPU 3 is now offline [335206.608241] ACPI: Low-level resume complete [335206.608356] ACPI : EC: EC started [335206.608357] PM: Restoring platform NVS memory [335206.608633] LVT offset 0 assigned for vector 0x400 [335206.608711] [Firmware Bug]: cpu 0, try to use APIC500 (LVT offset 0) for vector 0xf9, but the register is already in use for vector 0x400 on another cpu [335206.608713] [Firmware Bug]: cpu 0, failed to setup threshold interrupt for bank 4, block 0 (MSR00000413=0xc000000001000000) [335206.608715] [Firmware Bug]: cpu 0, try to use APIC500 (LVT offset 0) for vector 0xf9, but the register is already in use for vector 0x400 on another cpu [335206.608716] [Firmware Bug]: cpu 0, failed to setup threshold interrupt for bank 4, block 1 (MSRC0000408=0xc000000001000000) [335206.608815] Enabling non-boot CPUs ... [335206.628325] x86: Booting SMP configuration: [335206.628327] smpboot: Booting Node 0 Processor 1 APIC 0x11 [335206.631020] cache: parent cpu1 should not be sleeping [335206.631429] CPU1 is up [335206.648514] smpboot: Booting Node 0 Processor 2 APIC 0x12 [335206.651009] cache: parent cpu2 should not be sleeping [335206.651584] CPU2 is up [335206.668705] smpboot: Booting Node 0 Processor 3 APIC 0x13 [335206.671384] cache: parent cpu3 should not be sleeping [335206.671943] CPU3 is up [335206.672989] ACPI: Waking up from system sleep state S3 [335207.733883] ohci-pci 0000:00:12.0: System wakeup disabled by ACPI [335207.733913] ohci-pci 0000:00:13.0: System wakeup disabled by ACPI [335207.751688] ehci-pci 0000:00:12.2: System wakeup disabled by ACPI [335207.753351] xhci_hcd 0000:00:10.0: System wakeup disabled by ACPI [335207.754109] ehci-pci 0000:00:13.2: System wakeup disabled by ACPI [335207.754395] PM: noirq resume of devices complete after 20.988 msecs [335207.754895] PM: early resume of devices complete after 0.427 msecs [335207.755205] ath: phy0: ASPM enabled: 0x43 [335207.755263] r8169 0000:03:00.0: System wakeup disabled by ACPI [335207.761535] sd 0:0:0:0: [sda] Starting disk [335207.762021] [drm] PCIE GART of 1024M enabled (table at 0x00000000002E8000). [335207.762177] radeon 0000:00:01.0: WB enabled [335207.762181] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000030000c00 and cpu addr 0xffff88003557ec00 [335207.762912] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0xffffc90001035a18 [335207.782961] radeon 0000:00:01.0: fence driver on ring 6 use gpu addr 0x0000000030000c18 and cpu addr 0xffff88003557ec18 [335207.782963] radeon 0000:00:01.0: fence driver on ring 7 use gpu addr 0x0000000030000c1c and cpu addr 0xffff88003557ec1c [335207.782965] radeon 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000030000c04 and cpu addr 0xffff88003557ec04 [335207.782967] radeon 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000030000c08 and cpu addr 0xffff88003557ec08 [335207.782969] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000030000c0c and cpu addr 0xffff88003557ec0c [335207.782971] radeon 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000030000c10 and cpu addr 0xffff88003557ec10 [335207.801597] [drm] ring test on 0 succeeded in 2 usecs [335207.801604] [drm] ring test on 3 succeeded in 3 usecs [335207.801611] [drm] ring test on 4 succeeded in 4 usecs [335207.847391] [drm] ring test on 5 succeeded in 1 usecs [335207.867303] [drm] UVD initialized successfully. [335207.976634] [drm] ring test on 6 succeeded in 5 usecs [335207.976645] [drm] ring test on 7 succeeded in 3 usecs [335207.976645] [drm] VCE initialized successfully. [335207.977343] [drm] ib test on ring 0 succeeded in 0 usecs [335207.977640] r8169 0000:03:00.0 eth0: link down [335207.977882] [drm] ib test on ring 3 succeeded in 0 usecs [335207.978409] [drm] ib test on ring 4 succeeded in 0 usecs [335207.993406] usb 4-4: reset high-speed USB device number 2 using ehci-pci [335207.998824] [drm] ib test on ring 5 succeeded [335208.165685] ata4: SATA link down (SStatus 0 SControl 300) [335208.178571] rtc_cmos 00:01: System wakeup disabled by ACPI [335208.178652] i8042 kbd 00:02: System wakeup disabled by ACPI [335208.337899] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [335208.342073] ata2.00: configured for UDMA/133 [335208.518341] [drm] ib test on ring 6 succeeded [335208.518882] [drm] ib test on ring 7 succeeded [335209.170540] psmouse serio1: synaptics: queried max coordinates: x [..5696], y [..4884] [335209.211359] psmouse serio1: synaptics: queried min coordinates: x [1276..], y [1044..] [335209.398803] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [335209.402510] ata1.00: configured for UDMA/133 [335210.900284] PM: resume of devices complete after 3142.395 msecs [335210.900823] PM: Finishing wakeup. [335210.900825] Restarting tasks ... done. [335210.965358] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [335211.035456] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [335211.561491] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [335212.871415] wlan0: authenticate with 00:1d:7e:c1:b6:e2 [335212.902370] wlan0: send auth to 00:1d:7e:c1:b6:e2 (try 1/3) [335212.906057] wlan0: authenticated [335212.910004] wlan0: associate with 00:1d:7e:c1:b6:e2 (try 1/3) [335212.914830] wlan0: RX AssocResp from 00:1d:7e:c1:b6:e2 (capab=0x411 status=0 aid=4) [335212.914914] wlan0: associated [335212.914958] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [342699.933195] systemd-sysv-generator[6186]: Overwriting existing symlink /run/systemd/generator.late/console-setup.service with real service. [342699.933930] systemd-sysv-generator[6186]: Overwriting existing symlink /run/systemd/generator.late/keyboard-setup.service with real service. [342718.952061] systemd-sysv-generator[7170]: Overwriting existing symlink /run/systemd/generator.late/console-setup.service with real service. [342718.952245] systemd-sysv-generator[7170]: Overwriting existing symlink /run/systemd/generator.late/keyboard-setup.service with real service. [342729.134035] systemd-sysv-generator[7228]: Overwriting existing symlink /run/systemd/generator.late/keyboard-setup.service with real service. [342729.134183] systemd-sysv-generator[7228]: Overwriting existing symlink /run/systemd/generator.late/console-setup.service with real service. [342729.423497] systemd-sysv-generator[7270]: Overwriting existing symlink /run/systemd/generator.late/keyboard-setup.service with real service. [342729.424138] systemd-sysv-generator[7270]: Overwriting existing symlink /run/systemd/generator.late/console-setup.service with real service. [350193.291417] nr_pdflush_threads exported in /proc is scheduled for removal ** Model information sys_vendor: Hewlett-Packard product_name: HP Pavilion 15 Notebook PC product_version: 0881100000305E00000620100 chassis_vendor: Hewlett-Packard chassis_version: Chassis Version bios_vendor: Insyde bios_version: F.02 board_vendor: Hewlett-Packard board_name: 216B board_version: 30.10 ** Loaded modules: ctr ccm snd_hrtimer snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device binfmt_misc uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core v4l2_common videodev media kvm_amd kvm snd_hda_codec_realtek snd_hda_codec_generic arc4 snd_hda_intel ath9k snd_hda_codec ath9k_common hp_wmi ath9k_hw sparse_keymap snd_hda_core rtsx_pci_ms snd_hwdep memstick ath sg mac80211 joydev pcspkr serio_raw cfg80211 k10temp acpi_cpufreq snd_pcm_oss rfkill snd_mixer_oss tpm_tis tpm snd_pcm snd_timer evdev ac hp_wireless snd soundcore shpchp i2c_piix4 battery processor loop parport_pc ppdev lp parport autofs4 ext4 crc16 mbcache jbd2 algif_skcipher af_alg dm_crypt dm_mod sr_mod cdrom sd_mod crct10dif_pclmul crc32_pclmul crc32c_intel jitterentropy_rng sha256_ssse3 sha256_generic hmac rtsx_pci_sdmmc mmc_core drbg ohci_pci ansi_cprng amdkfd aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd psmouse radeon i2c_algo_bit rtsx_pci mfd_core ttm ehci_pci drm_kms_helper ohci_hcd ahci ehci_hcd libahci xhci_pci xhci_hcd libata usbcore scsi_mod usb_common r8169 mii drm thermal wmi video button ** Network interface configuration: auto lo iface lo inet loopback allow-hotplug eth0 iface eth0 inet dhcp ** Network status: *** IP interfaces and addresses: 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000 link/ether a0:48:1c:27:d2:58 brd ff:ff:ff:ff:ff:ff inet 169.254.6.246/16 brd 169.254.255.255 scope link eth0:avahi valid_lft forever preferred_lft forever 3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether a4:db:30:37:81:20 brd ff:ff:ff:ff:ff:ff inet 192.168.1.101/24 brd 192.168.1.255 scope global dynamic wlan0 valid_lft 69738sec preferred_lft 69738sec inet6 fe80::a6db:30ff:fe37:8120/64 scope link valid_lft forever preferred_lft forever *** Device statistics: Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed eth0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 wlan0: 13081791242 9389400 0 0 0 0 0 0 680620253 6090381 0 0 0 0 0 0 lo: 808286062 375732 0 0 0 0 0 0 808286062 375732 0 0 0 0 0 0 *** Protocol statistics: Ip: Forwarding: 2 9366496 total packets received 44 with invalid addresses 0 forwarded 0 incoming packets discarded 9345740 incoming packets delivered 6079530 requests sent out 64 outgoing packets dropped 101 dropped because of missing route Icmp: 294 ICMP messages received 0 input ICMP message failed. ICMP input histogram: destination unreachable: 288 echo replies: 6 296 ICMP messages sent 0 ICMP messages failed ICMP output histogram: destination unreachable: 288 echo request: 8 IcmpMsg: InType0: 6 InType3: 288 OutType3: 288 OutType8: 8 Tcp: 19855 active connections openings 194 passive connection openings 46 failed connection attempts 272 connection resets received 1 connections established 9489607 segments received 6200935 segments send out 6907 segments retransmited 174 bad segments received. 41616 resets sent InCsumErrors: 6 Udp: 182626 packets received 231 packets to unknown port received. 0 packet receive errors 207536 packets sent 0 receive buffer errors 0 send buffer errors IgnoredMulti: 6286 UdpLite: TcpExt: 4782 TCP sockets finished time wait in fast timer 88 packets rejects in established connections because of timestamp 145888 delayed acks sent 59 delayed acks further delayed because of locked socket Quick ack mode was activated 3834 times 11624 packets directly queued to recvmsg prequeue. 1448 bytes directly in process context from backlog TCPDirectCopyFromPrequeue: 4210014 7540684 packet headers predicted 2907 packets header predicted and directly queued to user 122968 acknowledgments not containing data payload received 210473 predicted acknowledgments TCPSackRecovery: 48 TCPDSACKUndo: 12 1077 congestion windows recovered without slow start after partial ack TCPSackFailures: 2 1 timeouts in loss state 58 fast retransmits 3 forward retransmits 3 retransmits in slow start TCPTimeouts: 1118 TCPLossProbes: 5694 TCPLossProbeRecovery: 419 TCPDSACKOldSent: 3688 TCPDSACKOfoSent: 50 TCPDSACKRecv: 4551 TCPDSACKOfoRecv: 6 4708 connections reset due to unexpected data 177 connections reset due to early user close 19 connections aborted due to timeout 4 times unable to send RST due to no memory TCPDSACKIgnoredOld: 2 TCPDSACKIgnoredNoUndo: 1404 TCPSackShiftFallback: 206 TCPRcvCoalesce: 1241822 TCPOFOQueue: 1022736 TCPOFOMerge: 50 TCPChallengeACK: 169 TCPSYNChallenge: 168 TCPSpuriousRtxHostQueues: 9 TCPAutoCorking: 30811 TCPFromZeroWindowAdv: 14 TCPToZeroWindowAdv: 15 TCPWantZeroWindowAdv: 64 TCPSynRetrans: 887 TCPOrigDataSent: 349273 TCPHystartDelayDetect: 21 TCPHystartDelayCwnd: 510 TCPKeepAlive: 48077 IpExt: InMcastPkts: 6730 OutMcastPkts: 3557 InBcastPkts: 6342 OutBcastPkts: 2 InOctets: 12948463762 OutOctets: 424476973 InMcastOctets: 405668 OutMcastOctets: 197003 InBcastOctets: 659904 OutBcastOctets: 108 InNoECTPkts: 9217530 InECT0Pkts: 148966 ** PCI devices: 00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Root Complex [1022:1410] Subsystem: Hewlett-Packard Company Family 15h (Models 10h-1fh) Processor Root Complex [103c:216b] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 32 00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Richland [Radeon HD 8610G] [1002:990f] (prog-if 00 [VGA controller]) Subsystem: Hewlett-Packard Company Richland [Radeon HD 8610G] [103c:216b] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 32 Region 0: Memory at e0000000 (32-bit, prefetchable) [size=256M] Region 1: I/O ports at 3000 [size=256] Region 2: Memory at f0300000 (32-bit, non-prefetchable) [size=256K] Expansion ROM at <unassigned> [disabled] Capabilities: <access denied> Kernel driver in use: radeon Kernel modules: radeon 00:01.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Trinity HDMI Audio Controller [1002:9902] Subsystem: Hewlett-Packard Company Trinity HDMI Audio Controller [103c:216b] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin B routed to IRQ 0 Region 0: Memory at f0344000 (32-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel modules: snd_hda_intel 00:04.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Root Port [1022:1414] (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 16 Bus: primary=00, secondary=02, subordinate=02, sec-latency=0 Memory behind bridge: f0200000-f02fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport Kernel modules: shpchp 00:05.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Root Port [1022:1415] (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 17 Bus: primary=00, secondary=03, subordinate=03, sec-latency=0 I/O behind bridge: 00002000-00002fff Memory behind bridge: f0100000-f01fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport Kernel modules: shpchp 00:10.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI Controller [1022:7814] (rev 09) (prog-if 30 [XHCI]) Subsystem: Hewlett-Packard Company FCH USB XHCI Controller [103c:216b] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 0 Region 0: Memory at f0348000 (64-bit, non-prefetchable) [size=8K] Capabilities: <access denied> Kernel driver in use: xhci_hcd Kernel modules: xhci_pci 00:11.0 SATA controller [0106]: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] [1022:7804] (prog-if 01 [AHCI 1.0]) Subsystem: Hewlett-Packard Company FCH SATA Controller [AHCI mode] [103c:216b] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 30 Region 0: I/O ports at 3118 [size=8] Region 1: I/O ports at 3124 [size=4] Region 2: I/O ports at 3110 [size=8] Region 3: I/O ports at 3120 [size=4] Region 4: I/O ports at 3100 [size=16] Region 5: Memory at f034e000 (32-bit, non-prefetchable) [size=2K] Capabilities: <access denied> Kernel driver in use: ahci Kernel modules: ahci 00:12.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller [1022:7807] (rev 11) (prog-if 10 [OHCI]) Subsystem: Hewlett-Packard Company FCH USB OHCI Controller [103c:216b] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 32, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 18 Region 0: Memory at f034d000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci-pci Kernel modules: ohci_pci 00:12.2 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller [1022:7808] (rev 11) (prog-if 20 [EHCI]) Subsystem: Hewlett-Packard Company FCH USB EHCI Controller [103c:216b] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 32, Cache Line Size: 64 bytes Interrupt: pin B routed to IRQ 17 Region 0: Memory at f034c000 (32-bit, non-prefetchable) [size=256] Capabilities: <access denied> Kernel driver in use: ehci-pci Kernel modules: ehci_pci 00:13.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller [1022:7807] (rev 11) (prog-if 10 [OHCI]) Subsystem: Hewlett-Packard Company FCH USB OHCI Controller [103c:216b] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 32, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 18 Region 0: Memory at f034b000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci-pci Kernel modules: ohci_pci 00:13.2 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller [1022:7808] (rev 11) (prog-if 20 [EHCI]) Subsystem: Hewlett-Packard Company FCH USB EHCI Controller [103c:216b] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 32, Cache Line Size: 64 bytes Interrupt: pin B routed to IRQ 17 Region 0: Memory at f034a000 (32-bit, non-prefetchable) [size=256] Capabilities: <access denied> Kernel driver in use: ehci-pci Kernel modules: ehci_pci 00:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller [1022:780b] (rev 16) Subsystem: Hewlett-Packard Company FCH SMBus Controller [103c:216b] Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Kernel modules: i2c_piix4 00:14.2 Audio device [0403]: Advanced Micro Devices, Inc. [AMD] FCH Azalia Controller [1022:780d] (rev 01) Subsystem: Hewlett-Packard Company FCH Azalia Controller [103c:216b] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=slow >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 32, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 16 Region 0: Memory at f0340000 (64-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: snd_hda_intel Kernel modules: snd_hda_intel 00:14.3 ISA bridge [0601]: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge [1022:780e] (rev 11) Subsystem: Hewlett-Packard Company FCH LPC Bridge [103c:216b] Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 00:14.4 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] FCH PCI Bridge [1022:780f] (rev 40) (prog-if 01 [Subtractive decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64 Bus: primary=00, secondary=04, subordinate=04, sec-latency=64 Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- 00:15.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Hudson PCI to PCI bridge (PCIE port 0) [1022:43a0] (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 16 Bus: primary=00, secondary=05, subordinate=05, sec-latency=0 Memory behind bridge: f0000000-f00fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport Kernel modules: shpchp 00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Function 0 [1022:1400] Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- 00:18.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Function 1 [1022:1401] Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- 00:18.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Function 2 [1022:1402] Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- 00:18.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Function 3 [1022:1403] Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: <access denied> Kernel driver in use: k10temp Kernel modules: k10temp 00:18.4 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Function 4 [1022:1404] Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- 00:18.5 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Function 5 [1022:1405] Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- 02:00.0 Network controller [0280]: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:0032] (rev 01) DeviceName: Atheros WLAN/BGN Atheros Marilyn AR9485 802.11bgn Subsystem: Hewlett-Packard Company AR9485/HB125 802.11bgn 1×1 Wi-Fi Adapter [103c:1838] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 16 Region 0: Memory at f0200000 (64-bit, non-prefetchable) [size=512K] Expansion ROM at f0280000 [disabled] [size=64K] Capabilities: <access denied> Kernel driver in use: ath9k Kernel modules: ath9k 03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 07) DeviceName: Realtek PCIe FE Family Controller Subsystem: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 24 Region 0: I/O ports at 2000 [size=256] Region 2: Memory at f0104000 (64-bit, prefetchable) [size=4K] Region 4: Memory at f0100000 (64-bit, prefetchable) [size=16K] Expansion ROM at f0110000 [disabled] [size=64K] Capabilities: <access denied> Kernel driver in use: r8169 Kernel modules: r8169 05:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader [10ec:5229] (rev 01) DeviceName: Realtek PCIE CardReader Subsystem: Hewlett-Packard Company RTS5229 PCI Express Card Reader [103c:216b] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 31 Region 0: Memory at f0000000 (32-bit, non-prefetchable) [size=4K] Capabilities: <access denied> Kernel driver in use: rtsx_pci Kernel modules: rtsx_pci ** USB devices: Bus 004 Device 002: ID 05c8:0361 Cheng Uei Precision Industry Co., Ltd (Foxlink) SunplusIT INC. HP Truevision HD Webcam Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (600, 'testing'), (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages linux-image-4.3.0-1-amd64 depends on: ii debconf [debconf-2.0] 1.5.58 ii initramfs-tools [linux-initramfs-tool] 0.123 ii kmod 22-1 ii linux-base 4.0 Versions of packages linux-image-4.3.0-1-amd64 recommends: ii firmware-linux-free 3.4 ii irqbalance 1.1.0-2 Versions of packages linux-image-4.3.0-1-amd64 suggests: pn debian-kernel-handbook <none> ii extlinux 3:6.03+dfsg-11 ii grub-pc 2.02~beta2-36 ii linux-doc-4.3 4.3.5-1 Versions of packages linux-image-4.3.0-1-amd64 is related to: pn firmware-atheros <none> pn firmware-bnx2 <none> pn firmware-bnx2x <none> pn firmware-brcm80211 <none> pn firmware-intelwimax <none> pn firmware-ipw2x00 <none> pn firmware-ivtv <none> pn firmware-iwlwifi <none> pn firmware-libertas <none> ii firmware-linux 20160110-1 ii firmware-linux-nonfree 20160110-1 ii firmware-misc-nonfree [firmware-ralink] 20160110-1 pn firmware-myricom <none> pn firmware-netxen <none> pn firmware-qlogic <none> pn firmware-realtek <none> pn xen-hypervisor <none> -- debconf information: linux-image-4.3.0-1-amd64/postinst/mips-initrd-4.3.0-1-amd64: linux-image-4.3.0-1-amd64/postinst/depmod-error-initrd-4.3.0-1-amd64: false linux-image-4.3.0-1-amd64/prerm/removing-running-kernel-4.3.0-1-amd64: true