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-next>] [day] [month] [year] [list]
Date:	Sun, 5 Aug 2007 17:28:45 +0200
From:	Jörg Hoffmann <jh2000@...t24.eu>
To:	<linux-kernel@...r.kernel.org>
Subject: [Patch] panic.c

Hello everybody,
(This is the first time i send in a patch, so correct me if I’m doing
something wrong)
This patch causes the cpu to stop instead of using an endless loop (I’m
not sure if this works with the watchdog so please take a review).
The idea behind this is to keep the power usage on panic’d machines
(without auto-reboot) low. Another point is in an Virtual Machine
environment the process of the VM is using 100% of the host-cpu. This
would stuck other programs or VMs. This patch brings the VM to stop and
keeps the cpu usage below 1%.
 
I have tested the patch in an VM, the only change is mdelay(); to
cpu_idle(); it doesn’t need more libs and should have no special
depencies to consider.
The panic-blink doesn’t work further so it might be removed if there is
no better way.
 
Maybe someone has an better idea for this ‘problem’
 
Greetings
Jörg Hoffmann
 

Download attachment "panic.c.diff" of type "application/octet-stream" (249 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ