From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751813AbdF1PDJ (ORCPT ); Wed, 28 Jun 2017 11:03:09 -0400 Received: from s3.sipsolutions.net ([5.9.151.49]:59728 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751511AbdF1PDB (ORCPT ); Wed, 28 Jun 2017 11:03:01 -0400 Message-ID: <1498662178.12531.6.camel@sipsolutions.net> Subject: Re: [PATCH] mac80211_hwsim: use dyndbg for debug messages From: Johannes Berg To: Lubomir Rintel Cc: Kalle Valo , linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org Date: Wed, 28 Jun 2017 17:02:58 +0200 In-Reply-To: <20170628131726.15528-1-lkundrak@v3.sk> References: <20170628131726.15528-1-lkundrak@v3.sk> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2017-06-28 at 15:17 +0200, Lubomir Rintel wrote: > The mac80211_hwsim doesn't offer a way to disable the debugging > output. > Unfortunately, it's pretty chatty, dumping a  lot of stuff into the > message buffer. Why is this a problem? It's pretty much a testing tool only, and much of the point is to have message about it's internal state? johannes