From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752047AbaAJILJ (ORCPT ); Fri, 10 Jan 2014 03:11:09 -0500 Received: from cpsmtpb-ews05.kpnxchange.com ([213.75.39.8]:56158 "EHLO cpsmtpb-ews05.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750793AbaAJILH (ORCPT ); Fri, 10 Jan 2014 03:11:07 -0500 Message-ID: <1389341463.4578.4.camel@x220> Subject: Re: Last depmod fails with 3.13-rc6 From: Paul Bolle To: Marcel Holtmann , Gustavo Padovan , Johan Hedberg Cc: =?ISO-8859-1?Q?S=E9bastien?= Luttringer , linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org Date: Fri, 10 Jan 2014 09:11:03 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.3 (3.10.3-1.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 10 Jan 2014 08:11:04.0217 (UTC) FILETIME=[81B53890:01CF0DDB] X-RcptDomain: vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Adding maintainers and linux-bluetooth. On Fri, 2014-01-03 at 01:33 +0100, Sébastien Luttringer wrote: > On 03/01/2014 01:11, Sébastien Luttringer wrote: > > Hello, > > > > Trying to run depmod (from kmod 16) on the 3.13-rc6, I got this error > > message: > > > > # depmod 3.13.0-rc6-seblu > > depmod: ERROR: Module 'hci_vhci' has devname (vhci) but lacks major and > > minor information. Ignoring. > > > > The message and error code seem to be on purpose[2] but they break tools > > which rely on depmod return 0 (like kernel-install). > > > > > > [1] http://git.kernel.org/cgit/utils/kernel/kmod/kmod.git/commit/?id=6506ddf > > > Forget about the return code and their consequences. I made a mistake. > > The missing informations in hci_vhci is still relevant. > > # depmod 3.13.0-rc6-seblu > depmod: ERROR: Module 'hci_vhci' has devname (vhci) but lacks major and > minor information. Ignoring. > > Regards, > Paul Bolle