[systemd-devel] [PATCH] tty-ask-password-agent: return negative errno

2014-04-03 Thread Florian Albrechtskirchinger
Return negative errno in wall_tty_block(). get_ctty_devnr() already returns a negative errno in case of failure, no need to negate it again. Reported-by: Simon --- src/tty-ask-password-agent/tty-ask-password-agent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tty-ask-

Re: [systemd-devel] [PATCH] use systemd.debug on the kernel command line, not "debug"

2014-04-03 Thread Florian Albrechtskirchinger
On 03.04.2014 15:48, Colin Guthrie wrote: > 'Twas brillig, and Florian Albrechtskirchinger at 03/04/14 11:53 did > gyre and gimble: > >> I suggest we return the 'debug' option to the kernel folk and add a new >> option 'dbg' with a string of single let

Re: [systemd-devel] [PATCH] use systemd.debug on the kernel command line, not "debug"

2014-04-03 Thread Florian Albrechtskirchinger
On 03.04.2014 00:27, Greg KH wrote: > If the kernel is started with "debug", that's for the kernel to > switch into debug mode. We should rely on a namespace for our > options, like everything else (with the exception of "quiet"). Some > people want to only debug the kernel, not systemd, and the

[systemd-devel] [PATCH] gummiboot: build-sys: don't copy .eh_frame into final exe

2014-03-29 Thread Florian Albrechtskirchinger
Apparently some firmware implementations[1] won't run executables containing an .eh_frame section, failing instead with "Error reported: Unsupported" on the shell. There's also no obvious need for it, so don't copy it. [1] e.g., the one used on the ASRock C2750D4I --- Makefile.am | 2 +- 1 file c