Re: [PATCH 08/14] sched: add latency tracing for -deadline tasks.

From: Oleg Nesterov
Date: Wed Nov 27 2013 - 11:24:02 EST


On 11/27, Peter Zijlstra wrote:
>
> Anyway, yes GCC seems to behave as we 'expect' it to; I just can't find
> the language spec actually guaranteeing this.

And the kernel already assumes that gcc should do this, for example

struct siginfo info = {};

in do_tkill().

(this initialization should prevent the leak of uninitialized members
to userspace).

Oleg.

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