Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750710AbWBEUZf (ORCPT ); Sun, 5 Feb 2006 15:25:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750718AbWBEUZf (ORCPT ); Sun, 5 Feb 2006 15:25:35 -0500 Received: from smtp1-g19.free.fr ([212.27.42.27]:15844 "EHLO smtp1-g19.free.fr") by vger.kernel.org with ESMTP id S1750710AbWBEUZf (ORCPT ); Sun, 5 Feb 2006 15:25:35 -0500 Message-ID: <43E65F51.7040103@yahoo.fr> Date: Sun, 05 Feb 2006 21:25:53 +0100 From: Guillaume Chazarain User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: linux-kernel@vger.kernel.org Subject: Hyphen in module names Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 766 Lines: 26 Hi, The fact that '-' is replaced by '_' in module names seems to be a feature not a bug. So, what was the rationale for this? A drawback is that it becomes not trivial to map module names to filenames as this does not work: for FILE in $(cut -d' ' -f1 < /proc/modules); do ls /lib/modules/MY_NEW_KERNEL/kernel/**/$FILE.ko done If it is some kind of user-friendliness, then why not make the module name matching case insensitive ? :-p Sorry for the ranting tone, but I am quite confused. Thanks. -- Guillaume - 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/