From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay.hostedemail.com (smtprelay0011.hostedemail.com [216.40.44.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E58E572621 for ; Sun, 22 Feb 2026 17:51:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=216.40.44.11 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771782663; cv=none; b=PzMxDbT/EII254fGR/rpF9036Fy9f7wQrtsMvA0K43S3QEfbKplGw43qYKtX4Sn+LVCA7ITDa/zNGN6P07+ht6TYTnpRvUYvOEbwMvRR7uNDZ6xXTQEKcyPIODnzAUc4KMIgOwa0dwBepLmBRCtLtol8iZAE0dz11Mrl2kQYwVw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771782663; c=relaxed/simple; bh=9TLakkcSJRG+I+wqK0f97VoQpA6H/Q1ztJT7i//1r0o=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=rmo+71LyakcyVzmdH1NhAerEOnRFjspH/wNd0vvvlWikMu7H1nLZhkrIIm+X8BRHcmp8o1aN1GPp8E2rCJPTGry1cGlv708ya0iH5wFCwKG8iRgYk0hyyMhOfstK+uJz/139rWby5M7Y2EF8qAGO8QKTeyDE83EWMtUPLvwv8YY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=perches.com; spf=pass smtp.mailfrom=perches.com; arc=none smtp.client-ip=216.40.44.11 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=perches.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=perches.com Received: from omf10.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay09.hostedemail.com (Postfix) with ESMTP id EE66E8C2A5; Sun, 22 Feb 2026 17:26:01 +0000 (UTC) Received: from [HIDDEN] (Authenticated sender: joe@perches.com) by omf10.hostedemail.com (Postfix) with ESMTPA id 2860230; Sun, 22 Feb 2026 17:26:00 +0000 (UTC) Message-ID: <9104d822a070ec38776c276eb62b16db7591963f.camel@perches.com> Subject: Re: Bug: get_maintainer: Bad divisor in main::vcs_assign: 0 From: Joe Perches To: Askar Safin Cc: nroycea+kernel@gmail.com, linux-kernel@vger.kernel.org Date: Sun, 22 Feb 2026 09:25:59 -0800 In-Reply-To: <20260222161826.2858606-1-safinaskar@gmail.com> References: <20260222161826.2858606-1-safinaskar@gmail.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.58.3 (3.58.3-1.fc43) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Stat-Signature: kqxinpnn6tzuu67p4iexzz7zwrk8gsut X-Rspamd-Server: rspamout04 X-Rspamd-Queue-Id: 2860230 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Session-ID: U2FsdGVkX18bbpPLpr1wg0ry0pB1hKBYhuJzkD8XpZk= X-HE-Tag: 1771781160-638153 X-HE-Meta: U2FsdGVkX1+CRSERdz82NRkz16A33D2zBUYv9uV8tAsVVekAEMl9fUPgxFdtNWsMvuY/e1XaiPAh2FPWVFaw5Y4UUIp/W6+R/Bjy5IwGgT7LaOeuuWo1PTXAqRXeuwwvLkOdnrMBpv7IkcECXcPetE+sTeB2YM1dWSVutM50iYkULVcon6x9F2toTuSPBsY9kPH/eRC1mvfjcyDbPg49VLsk4CIffoz/qU7GoWkdEAlBaeM+DmU8xs6Ak5EL/I5Od2vrhf/mVhr0mLYw6OLUUXAPzAKSA1BpYsUQ2xV1v6A9/oMeNdjmWA7GyAflp40ggzMfn6y76sKlTJXJywM2RS/VnqF/qNkO On Sun, 2026-02-22 at 19:18 +0300, Askar Safin wrote: > ``` > Hi. I found a bug in get_maintainer.pl: it sometimes shows message > "Bad divisor in main::vcs_assign: 0". Here are exact steps to > reproduce: It's not really a bug, it's a specific message in get_maintainer that you don't have depth in your git repository. If you want to avoid the message, use --nogit --nogit-fallback