[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1243523971-12681-1-git-send-email-joerg.roedel@amd.com>
Date: Thu, 28 May 2009 17:19:27 +0200
From: Joerg Roedel <joerg.roedel@....com>
To: iommu@...ts.linux-foundation.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/4] dma-debug: driver filter
Hi,
this small patchset adds a new feature to dma-api debugging: a driver
filter. A driver developer can write the name of his driver to
dma-api/driver_filter and the kernel will then only print errors
produced by this driver. This is useful if other drivers in the system
also have bugs. In this case the driver developer can limit the bug
output to messages interesting for him.
Joerg
diffstat:
Documentation/DMA-API.txt | 11 +++
lib/dma-debug.c | 157 ++++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 167 insertions(+), 1 deletions(-)
shortlog:
Joerg Roedel (4):
dma-debug: add variables and checks for driver filter
dma-debug: add debugfs file for driver filter
dma-debug: add dma_debug_driver kernel command line
dma-debug: add documentation for the driver filter
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists