Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754074AbYLQQbm (ORCPT ); Wed, 17 Dec 2008 11:31:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751325AbYLQQbc (ORCPT ); Wed, 17 Dec 2008 11:31:32 -0500 Received: from mx2.redhat.com ([66.187.237.31]:42680 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751209AbYLQQbc (ORCPT ); Wed, 17 Dec 2008 11:31:32 -0500 Subject: Re: [RFC] globmatch() helper function From: Steven Rostedt To: Tejun Heo Cc: George Spelvin , peterz@infradead.org, andi@firstfloor.org, linux-kernel@vger.kernel.org In-Reply-To: <49492733.9000108@kernel.org> References: <20081217104247.28440.qmail@science.horizon.com> <87hc530w39.fsf@basil.nowhere.org> <1229526942.9487.75.camel@twins> <20081217160417.18507.qmail@science.horizon.com> <49492733.9000108@kernel.org> Content-Type: text/plain Organization: Red Hat Date: Wed, 17 Dec 2008 11:31:06 -0500 Message-Id: <1229531466.30177.12.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2008-12-18 at 01:22 +0900, Tejun Heo wrote: > Hello, > > George Spelvin wrote: > > Do people think that would be, on balance, better? It would be plenty > > good enough for the blacklist application. > > Just pass a depth parameter and trigger WARN_ON() and return -EINVAL > when it exceeds ten. It's a five minute change and should be enough > for kernel usages. If this is ever expected to be used by userspace, I would not include the WARN_ON. If this is a generic function, then I'll include in in ftrace as well, and that takes userspace input. The last thing I want is a DoS because of printk's to the serial console because some userspace app is constantly writing bad patterns to this file. -- Steve -- 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/