All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@linux.intel.com>
To: Intel Graphics Development <intel-gfx@lists.freedesktop.org>
Cc: root <daniel.vetter@ffwll.ch>
Subject: Re: [PATCH] meh, failure to git add
Date: Fri, 26 Oct 2012 21:14:36 +0300	[thread overview]
Message-ID: <873911t81f.fsf@intel.com> (raw)
In-Reply-To: <1351241510-5258-1-git-send-email-daniel.vetter@ffwll.ch>


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@ffwll.ch> wrote:
> From: root <daniel.vetter@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@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2012-10-26 18:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-26  8:51 [PATCH] meh, failure to git add Daniel Vetter
2012-10-26 18:14 ` Jani Nikula [this message]
2012-10-26 18:23   ` Daniel Vetter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=873911t81f.fsf@intel.com \
    --to=jani.nikula@linux.intel.com \
    --cc=daniel.vetter@ffwll.ch \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.