[Intel-gfx] [PATCH] meh, failure to git add

Jani Nikula jani.nikula at linux.intel.com
Fri Oct 26 20:14:36 CEST 2012


I'm missing some context here... but why not just run 'sysctl
kernel.printk=8' wherever this is needed?

BR,
Jani.


On Fri, 26 Oct 2012, Daniel Vetter <daniel.vetter at ffwll.ch> wrote:
> From: root <daniel.vetter at ffwll.ch>
>
> ---
>  bin/set_debug_dmesg.c | 8 ++++++++
>  1 file changed, 8 insertions(+)
>  create mode 100644 bin/set_debug_dmesg.c
>
> diff --git a/bin/set_debug_dmesg.c b/bin/set_debug_dmesg.c
> new file mode 100644
> index 0000000..d61394a
> --- /dev/null
> +++ b/bin/set_debug_dmesg.c
> @@ -0,0 +1,8 @@
> +#include <stdio.h>
> +#include <sys/syslog.h>
> +#include <sys/klog.h>
> +
> +int main()
> +{
> +	klogctl(8, NULL, 8);
> +}
> -- 
> 1.7.11.4
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx



More information about the Intel-gfx mailing list