Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 79CECC6FD1C for ; Sun, 12 Mar 2023 16:38:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230437AbjCLQie (ORCPT ); Sun, 12 Mar 2023 12:38:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48598 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229822AbjCLQia (ORCPT ); Sun, 12 Mar 2023 12:38:30 -0400 Received: from fanzine2.igalia.com (fanzine2.igalia.com [213.97.179.56]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1A252211C2; Sun, 12 Mar 2023 09:38:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From: References:Cc:To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=DHqoww1vv8j4XTfx9Ao30Lqqi1EinOaI0Onfdai/x/E=; b=pV6xtOEsP0m+6S+c87wpBas8Jw uffNRVAoUu+VAUs4eTvjI3HqBP/RAyA4PixCZy/tXiBr8TbHLNLhoTU905UKff8G+4OOWDEO/ffI2 tq1JT+fIrFAcb5SDpo2buJ5T/Yp22E4bf7rPjc13ocgFIc5Gvnq2dyjRPmuLzNtHlK9DY2oqZC/yU WP2A9IDlBEhcSHGxoEsTRvYWOiVSwmB83oMV8JwjjZ2e8Kl/9MCTyuVYgsSUHU+qzKzyjmO4RdxES GSYWPfIoKH0AkvtRdOKxfaFPR7jk03fSnPEp4htnJ8uW18j4NyBC4wvDdzlR4avePyPwWjTtsJEF8 +pRz/UfQ==; Received: from [152.254.169.34] (helo=[192.168.1.60]) by fanzine2.igalia.com with esmtpsa (Cipher TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_128_GCM:128) (Exim) id 1pbOiB-0065qO-Sx; Sun, 12 Mar 2023 17:38:20 +0100 Message-ID: Date: Sun, 12 Mar 2023 13:38:12 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: About the .scmversion removal (commit f6e09b07cc12) Content-Language: en-US To: Masahiro Yamada Cc: linux-kbuild@vger.kernel.org, nathan@kernel.org, rasmus.villemoes@prevas.dk, Nick Desaulniers , nicolas@fjasle.eu, linux-kernel , "Guilherme G. Piccoli" References: <68be269c-1b51-e0e2-0c2b-34235983889a@igalia.com> From: "Guilherme G. Piccoli" In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/03/2023 05:15, Masahiro Yamada wrote: > [...] > Try this: > > make all -j128 KERNELRELEASE="6.3.0-rc1-gpiccoli" > Worked like a charm! Thanks a lot for the help =) Cheers, Guilherme