lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 12 Sep 2010 12:31:30 +0200
From:	Andreas Mohr <andi@...as.de>
To:	Louis-David Mitterrand <vindex+lists-linux-kernel@...rtia.org>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: ksoftirqd/n permanently eating 60% of a CPU

Hi,

Since there hasn't been a reply in a week, let me try to provide at
least a semi-useless one ;)

Such high use probably means that something in the kernel keeps retriggering some
tasklet(?) since it thinks that something hasn't been done yet
(i.e., the tasklet that got triggered didn't manage to satisfy the success
criteria of its owner),
or it means that something "legitimately" uses obscene amounts of
softirqd activity (perhaps some debug infrastructure such as memory tracing
or logging or some such).

Thus:
1. boot with "single" or "init=/bin/bash" kernel commandline and check
   whether the activity still happens
2. if not: boot normally, then remove kernel modules via rmmod one at a
   time, and try shutting down various daemons, to try to find out which
component exactly messes it up

And perhaps running powertop would provide some clues as to the origin
of this CPU hog, despite being a wakeup-specific tracer.

HTH,

Andreas Mohr
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ