From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752561Ab3J2Hyp (ORCPT ); Tue, 29 Oct 2013 03:54:45 -0400 Received: from ns1.pc-advies.be ([83.149.101.17]:39343 "EHLO spo001.leaseweb.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751485Ab3J2Hyo (ORCPT ); Tue, 29 Oct 2013 03:54:44 -0400 Date: Tue, 29 Oct 2013 08:54:42 +0100 From: Wim Van Sebroeck To: Jean Delvare Cc: linux-watchdog@vger.kernel.org, Stephen Warren , Mike Frysinger , Wan ZongShun , Ben Dooks , Kukjin Kim , Zwane Mwaikambo , Jim Cromie , Guenter Roeck , LKML Subject: Re: [PATCH] watchdog: Get rid of MODULE_ALIAS_MISCDEV statements Message-ID: <20131029075442.GH19704@spo001.leaseweb.com> References: <20131021173849.2d8be882@endymion.delvare> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131021173849.2d8be882@endymion.delvare> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jean, > I just can't find any value in MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR) > and MODULE_ALIAS_MISCDEV(TEMP_MINOR) statements. > > Either the device is enumerated and the driver already has a module > alias (e.g. PCI, USB etc.) that will get the right driver loaded > automatically. > > Or the device is not enumerated and loading its driver will lead to > more or less intrusive hardware poking. Such hardware poking should be > limited to a bare minimum, so the user should really decide which > drivers should be tried and in what order. Trying them all in > arbitrary order can't do any good. > > On top of that, loading that many drivers at once bloats the kernel > log. Also many drivers will stay loaded afterward, bloating the output > of "lsmod" and wasting memory. Some modules (cs5535_mfgpt which gets > loaded as a dependency) can't even be unloaded! > > If defining char-major-10-130 is needed then it should happen in > user-space. > > Signed-off-by: Jean Delvare > Cc: Wim Van Sebroeck > Cc: Stephen Warren > Cc: Mike Frysinger > Cc: Wan ZongShun > Cc: Ben Dooks > Cc: Kukjin Kim > Cc: Zwane Mwaikambo > Cc: Jim Cromie > Cc: Guenter Roeck This patch has been added to linux-watchdog-next. I also added the removal part for the new rt2880_wdt.c driver to it. Kind regards, Wim.