From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,NO_DNS_FOR_FROM, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from [192.168.12.80] (unknown [182.2.37.32]) by gnuweeb.org (Postfix) with ESMTPSA id D3D237E70A; Mon, 28 Mar 2022 04:16:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1648441013; bh=ekCfYZFyO8eGmn/73LhVUn1u4fP1kyUmzJgS+TFdONY=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=ARBJrK9/Zov7nfXjk5IwQxp8cExlcXZxgIFYI4fRmkXJn3bks45u2Q3iVfRAm4Gz/ BwiOxMbbDFOQkbFfTzPB9RMVA2IIH3B4RrdX0uNmUqwEf/k7FCkEzrRcZ0JmG7uUxL KMIMtwINctLXiJZOv53sn3g5m4/514hZ1ZkE3AAJvdabHfmR5mQfpfM2nqJjSejsk/ zTP2KEmjW05HNM2rtZFuE6dCPzX0kAno/v/qw1qx5QP2BwloxyHKFpYPb4u2nGJB3x GBBNJtMDC2N6AjmJx5D6oWxGfMx/u9PNKtpjGIM3s72MnlZKjFg/+CE2A2OVhVebVS lzrVUhFX/Dvkg== Message-ID: <55508416-5810-e4ff-8b97-ebec9f8dc8cf@gnuweeb.org> Date: Mon, 28 Mar 2022 11:16:42 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [PATCH v5 1/2] x86/delay: Fix the wrong asm constraint in `delay_loop()` Content-Language: en-US To: Borislav Petkov Cc: Thomas Gleixner , Alviro Iskandar Setiawan , Alviro Iskandar Setiawan , Dave Hansen , Greg Kroah-Hartman , "H. Peter Anvin" , Ingo Molnar , Tony Luck , Yazen Ghannam , linux-edac@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org, gwml@vger.gnuweeb.org, x86@kernel.org, David Laight , Jiri Hladky References: <20220310015306.445359-1-ammarfaizi2@gnuweeb.org> <20220310015306.445359-2-ammarfaizi2@gnuweeb.org> From: Ammar Faizi In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 3/28/22 4:38 AM, Borislav Petkov wrote: > All those Ccs in the commit message are not really needed - > get_maintainers.pl gives the correct list already. > >> Cc: stable@vger.kernel.org # v2.6.27+ > > I don't see the need for the stable Cc. Or do you have a case where > a corruption really does happen? > >> Fixes: e01b70ef3eb ("x86: fix bug in arch/i386/lib/delay.c file, delay_loop function") > > Commit sha1 (e01b70ef3eb) needs to be at least 12 chars long: > > e01b70ef3eb3 ("x86: fix bug in arch/i386/lib/delay.c file, delay_loop function") > > This is best fixed by doing: > > [core] > abbrev = 12 > > in your .git/config Will fix that in the v6. -- Ammar Faizi