From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 14097 invoked from network); 30 May 2022 08:24:14 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 30 May 2022 08:24:14 -0000 Received: (qmail 32120 invoked by uid 550); 30 May 2022 08:24:12 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 32085 invoked from network); 30 May 2022 08:24:11 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1653899039; bh=ziDIAEc7g+1E4mW3as6Ps9AEfz+2BHYsygKs8QcKuy4=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=dd1oX3NlmptzEvjI4JEG5Edx65zEfnF+Mpq2UcNPvScWXKuqvMvNq4VzIaK0fEUBv tulre+TE4nQFLsxbdio20l/juEyj0pUnTORe1r8Ba/32jcwwMdSencOBOWDs9mUKMF geQVmZWH7UY5oOMgr1ZfkioFz82L3PyTalGJoT/oNGPgbnmAK1/0YYPKthHJL0mcwH FUISxMK+YQU9sZrn2s1LCHDhB8uii7wU8JeC9SpJif4QlITccZYaMleN0lVk/mPDZU VDsk8ALgoBymJj0vNb4lYePxFLyaxQawhRgDcCr/34jVi3tcZOTDlFE4FFmJVHofMt Rcf22g9l4G1Dg== X-Gm-Message-State: AOAM530C4LRYlDcQZrWmU7n1wbyv0V5G6UvDMvsnlWINxRhNIAkbCQIJ 9OaiZJId6tUGWXCgq6xHv8q92zgfLpdXTqM218I= X-Google-Smtp-Source: ABdhPJzv/FemciRjN1uYS9zyr/cVvRRBKH6md2A/ekgrEEK6qu8OC/IzKOMLVZP+1vKl3A1riaDtnOnDAsIMbwQ4ROY= X-Received: by 2002:a81:ad7:0:b0:2e6:84de:3223 with SMTP id 206-20020a810ad7000000b002e684de3223mr58350303ywk.209.1653899038059; Mon, 30 May 2022 01:23:58 -0700 (PDT) MIME-Version: 1.0 References: <875ylomq3m.wl-maz@kernel.org> In-Reply-To: <875ylomq3m.wl-maz@kernel.org> From: Arnd Bergmann Date: Mon, 30 May 2022 10:23:41 +0200 X-Gmail-Original-Message-ID: Message-ID: To: Marc Zyngier Cc: Linus Torvalds , linux-arch , Linux Kernel Mailing List , Yoshinori Sato , Palmer Dabbelt , Masahiro Yamada , Peter Zijlstra , Huacai Chen , WANG Xuerui , libc-alpha@sourceware.org, musl@lists.openwall.com, ardb@kernel.org, linux-acpi@vger.kernel.org, linux-pci@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Subject: [musl] Re: [GIT PULL] asm-generic changes for 5.19 On Sun, May 29, 2022 at 3:21 PM Marc Zyngier wrote: > > My feeling is that there is also no point in merging a port without > > the drivers as it cannot work on any hardware. On the other hand, > > the libc submissions (glibc and musl) are currently blocked while > > they are waiting for the kernel port to get merged. > > I'd tend to agree. But if on the other hand the userspace ABI is > clearly defined, I think it could make sense to go for it (if I > remember well, we merged arm64 without any support irqchip support, > and the arm64 GIC support appeared later in the game). Ok, thanks for taking another look. I think we should just merge the port without the drivers then, and you can make a decision on the irqchip drivers after you've reviewed the latest version. Arnd