All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel.vetter@ffwll.ch>
To: Intel Graphics Development <intel-gfx@lists.freedesktop.org>
Cc: root <daniel.vetter@ffwll.ch>
Subject: [PATCH] meh, failure to git add
Date: Fri, 26 Oct 2012 10:51:50 +0200	[thread overview]
Message-ID: <1351241510-5258-1-git-send-email-daniel.vetter@ffwll.ch> (raw)

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

             reply	other threads:[~2012-10-26  8:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-26  8:51 Daniel Vetter [this message]
2012-10-26 18:14 ` [PATCH] meh, failure to git add Jani Nikula
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=1351241510-5258-1-git-send-email-daniel.vetter@ffwll.ch \
    --to=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.