[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20150331153912.267c0b1af94b5f4964d791de@linux-foundation.org>
Date: Tue, 31 Mar 2015 15:39:12 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Joel Stanley <joel@....id.au>
Cc: linux-kernel@...r.kernel.org, linuxppc-dev@...ts.ozlabs.org,
fabf@...net.be, benh@...nel.crashing.org, mpe@...erman.id.au,
rusty@...tcorp.com.au, jk@...abs.org
Subject: Re: [PATCH 1/2] kernel/reboot.c: Add orderly_reboot for graceful
reboot
On Mon, 30 Mar 2015 12:45:32 +1030 Joel Stanley <joel@....id.au> wrote:
> The kernel has orderly_poweroff which allows the kernel to initiate a
> graceful shutdown of userspace, by running /sbin/poweroff. This adds
> orderly_reboot that will cause userspace to shut itself down by calling
> /sbin/reboot.
>
> This will be used for shutdown initiated by a system controller on
> platforms that do not use ACPI.
gee. There are a lot of callers of emergency_restart(). Why is the
BMC reboot special, and how many of the emergency_restart() callers
really be using orderly_reboot()?
We have /proc/sys/kernel/poweroff_cmd. Should we have
/proc/sys/kernel/reboot_cmd as well? If not,
kernel/reboot.c:reboot_cmd[] can be made static ;)
--
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