From mboxrd@z Thu Jan 1 00:00:00 1970 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 45034C43334 for ; Wed, 29 Jun 2022 14:51:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230219AbiF2Ovp (ORCPT ); Wed, 29 Jun 2022 10:51:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57308 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229862AbiF2Ovp (ORCPT ); Wed, 29 Jun 2022 10:51:45 -0400 Received: from gnuweeb.org (gnuweeb.org [51.81.211.47]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8F9371EAC8 for ; Wed, 29 Jun 2022 07:51:44 -0700 (PDT) Received: from [192.168.88.254] (unknown [180.245.197.13]) by gnuweeb.org (Postfix) with ESMTPSA id 3F9857ED9F; Wed, 29 Jun 2022 14:51:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1656514303; bh=q1ru1wPcdak7il0C8fJ2Nvxqk3ws5D6OyZASEuuxUhs=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=S4tpXErdBemT++onSA/wnBgCVVz2uSyD6XFjfcpgPWpXVZmQ0CYR8tFdEy9IJ5fMS nqqw9WHr0t/w2TTR7g6VGTH+YFDPKhgTlDono6So+AwnVJeGGWR2rtF0E6ya3vDcft 2/pmjMtkXVJbqqMqTr9hQz699s4uUzboLbUgfRjhnOKhyEOdvhKHgISxyUSZxgAGGp jUYPFnNpwVuEnZk93+dB3NA0LWMbRwedknleOimsPIWB/w34ZNtKd0Z3BeIKcUUrqx qePfqm9Rq4vCPmNAVYs9Jx7hTis5VVBjYPZEgzapebV33Uyi57Klg5bE9Ti0fYRWYI nZu7pk10A9pIg== Message-ID: <4487fb84-9144-4d48-7b0f-28dfe2ad4ccc@gnuweeb.org> Date: Wed, 29 Jun 2022 21:51:36 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Subject: Re: [PATCH liburing v1 5/9] arch/arm64: Rename aarch64 directory to arm64 Content-Language: en-US To: Jens Axboe Cc: Alviro Iskandar Setiawan , Fernanda Ma'rouf , Pavel Begunkov , Hao Xu , io-uring Mailing List , GNU/Weeb Mailing List References: <20220629002028.1232579-1-ammar.faizi@intel.com> <20220629002028.1232579-6-ammar.faizi@intel.com> From: Ammar Faizi In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org On 6/29/22 9:48 PM, Jens Axboe wrote: > On 6/28/22 6:27 PM, Ammar Faizi wrote: >> From: Ammar Faizi >> >> In the Linux kernel tree, we use `arm64` instead of `aarch64` to name >> the directory that saves this arch specific code. Follow this naming >> in liburing too. > > I don't feel too strongly about this, though I do think the linux > kernel is wrong in this regard and liburing is doing it right :-) OK, will drop this in v2. -- Ammar Faizi