From patchwork Fri Oct 26 08:51:50 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Vetter X-Patchwork-Id: 1650651 Return-Path: X-Original-To: patchwork-intel-gfx@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by patchwork2.kernel.org (Postfix) with ESMTP id 9747DDF2F6 for ; Fri, 26 Oct 2012 09:46:56 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 529AAA0BCF for ; Fri, 26 Oct 2012 02:46:56 -0700 (PDT) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by gabe.freedesktop.org (Postfix) with ESMTP id 9FE1CA0AFD for ; Fri, 26 Oct 2012 01:51:57 -0700 (PDT) Received: by mail-wi0-f171.google.com with SMTP id hj13so155202wib.12 for ; Fri, 26 Oct 2012 01:51:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=from:to:cc:subject:date:message-id:x-mailer; bh=HS2vrsuCdeKU5b9V4G35TVn8gb6+LiQM1WYDO7McUsc=; b=ApwBBLZf8kKrzwBViKFnpb0YacyDda8sV9T0IPfSqrcdzV31pXUAhZBYwe2ycQTOHB YUSqb4qmmo+SBfY6FLCIy49CUSf9thxC1O7LV/weUxTFJoCjwBaRDLrLEC1YyuQXJzse e5ZVARoMWHXLT0jmlzy4fGSLK1tmC56VXyC/E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state; bh=HS2vrsuCdeKU5b9V4G35TVn8gb6+LiQM1WYDO7McUsc=; b=ABgx1FjTeRI4kabpVq5oeC2nA2UoDiJMv/rLkbyOXxnTHopNx9oacre4OSkv9pgTxR erwZGccDiqlXwQyhVGaDreFyQrh693jwzkUEJwIiiexO8OfmmxjaEVoYyhWSrh3K2Nxj wk0nAM0FuUTyBReoTttE4NclsVmGj8Azhq8GD+WTYFPTS/5gwbVKycXDxnwP6Lf9MbQQ stiHrqC77Y4HUkJcOKx0OyTpXlR2eaSi2J/I4v9+/UcFa79tUMCLrW9EBugpkKBJuxbR Zy/R56BsPY8Op7+1+epATBryrfX8OkdCRIDkw5ZvFBc583LuGvdRPH8qc19gjmCZ0vat 7gOQ== Received: by 10.180.86.65 with SMTP id n1mr3654716wiz.0.1351241516340; Fri, 26 Oct 2012 01:51:56 -0700 (PDT) Received: from bremse.ffwll.local (178-83-130-250.dynamic.hispeed.ch. [178.83.130.250]) by mx.google.com with ESMTPS id cn6sm1951607wib.9.2012.10.26.01.51.55 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 26 Oct 2012 01:51:55 -0700 (PDT) From: Daniel Vetter To: Intel Graphics Development Date: Fri, 26 Oct 2012 10:51:50 +0200 Message-Id: <1351241510-5258-1-git-send-email-daniel.vetter@ffwll.ch> X-Mailer: git-send-email 1.7.11.4 X-Gm-Message-State: ALoCoQmitbWo7oMl0CiVoFwQUycZRrJTM3XMzQCTUT4rlFpHyfeuuKN4/CPldu8kP1oHKJbPUHr0 Cc: root Subject: [Intel-gfx] [PATCH] meh, failure to git add X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: intel-gfx-bounces+patchwork-intel-gfx=patchwork.kernel.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+patchwork-intel-gfx=patchwork.kernel.org@lists.freedesktop.org From: root --- 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 +#include +#include + +int main() +{ + klogctl(8, NULL, 8); +}