Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755501AbXKELfq (ORCPT ); Mon, 5 Nov 2007 06:35:46 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752881AbXKELfg (ORCPT ); Mon, 5 Nov 2007 06:35:36 -0500 Received: from mtagate7.de.ibm.com ([195.212.29.156]:26451 "EHLO mtagate7.de.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750786AbXKELff (ORCPT ); Mon, 5 Nov 2007 06:35:35 -0500 From: Swen Schillig To: Heiko Carstens Subject: Re: [PATCH] zfcp: add some internal zfcp adapter statistics Date: Mon, 5 Nov 2007 12:35:32 +0100 User-Agent: KMail/1.9.5 Cc: James Bottomley , Christof Schmitt , linux-scsi@vger.kernel.org, Linux on 390 Port , linux-kernel References: <200710311133.52090.swen@vnet.ibm.com> <20071103091722.GA7807@osiris.boeblingen.de.ibm.com> <20071103094058.GA25134@osiris.boeblingen.de.ibm.com> In-Reply-To: <20071103094058.GA25134@osiris.boeblingen.de.ibm.com> Organization: IBM MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711051235.32482.swen@vnet.ibm.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1120 Lines: 24 On Saturday 03 November 2007 10:40, Heiko Carstens wrote: > > > + if (!(adapter->adapter_features & FSF_FEATURE_MEASUREMENT_DATA)) { > > > + ZFCP_LOG_NORMAL("error: Enhanced measurement feature not " > > > + "supported"); > > > + return -EOPNOTSUPP; > > > + } > > Btw. any user can flood the console with these messages if the adapter > doesn't support the feature. That can be considered a denial of service > attack. Please just return -EOPNOTSUPP and don't print anything on the > console. > I can see your point but I think you're a bit too extreme in your assessment on a simple console message (with almost no processing behind it). If someone really wants to "flood" the console with messages they go other and possibly easier ways to achieve the same thing, how about "logger" ! But since it seems to bother you a lot, I will remove the message. Cheers Swen - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/