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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DAD98CD4F4A for ; Mon, 18 May 2026 21:12:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:Mime-Version:References:In-Reply-To:Message-Id:Subject:Cc:To: From:Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=k9EMRiVmcXp445Bzm1MuxQc3uKBg58qEu2HWzDpPm/8=; b=RbHv8fJNWkyJDD5o3fzGzseHXv NkTOW2Rjbsas9ai5L73tBvA6JlBNl8RiIbrowbgFpm0EjOeWtNU5Kh3cg/mf3AZ56SmCu9xm8k0bC rC21aw1i18ceicKS9iR4Gny7aX9hooFKR+ncMwUkuT5nCJKGOo7WmMCcQHrQJ8dNOBOP0xOux2nCL hHag0DJELXjaodWJaPiVg4zFam9D8GRcpwm9aPN+H0PH/PwFsk3UfSN7nrZytmko662S7XTzjmyPq /F9Vbhcf+iMLnQo+p+rt9iCsLDqW2nU5pUdRTk3p+UH3PCBD4lasrxXJKdL09zEYL/3tntTB5JKKz OfGsuGow==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wP5G0-0000000GxeY-1NJS; Mon, 18 May 2026 21:12:12 +0000 Received: from tor.source.kernel.org ([172.105.4.254]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wP5Fy-0000000GxeE-1BLf; Mon, 18 May 2026 21:12:10 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id E5705600CB; Mon, 18 May 2026 21:12:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5FC18C2BCB7; Mon, 18 May 2026 21:12:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1779138727; bh=6CbWyBWe6ek+skQD7ezBR5R72rf11+dnwrag4D/122Q=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=dmdzNWjTjK3Cc3C2V+DkRdbwT+d12xy/ZdRJ5bQRPDa4Caa5RS6kZ9MZ1ALFQP/+U kc1KEx+sN56byuYGjJ5PbU1JGucdCZy76CwlbeuJ+r1GAPZ0VTw7F7ixRcBQbkK4OE ese4fN8XpUeBQ1LjLfsivknyFMJ0f8eUvHc2/mMw= Date: Mon, 18 May 2026 14:12:05 -0700 From: Andrew Morton To: Christoph Hellwig Cc: Catalin Marinas , Will Deacon , Ard Biesheuvel , Huacai Chen , WANG Xuerui , Madhavan Srinivasan , Michael Ellerman , Nicholas Piggin , "Christophe Leroy (CS GROUP)" , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , Heiko Carstens , Vasily Gorbik , Alexander Gordeev , Christian Borntraeger , Sven Schnelle , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , x86@kernel.org, "H. Peter Anvin" , Herbert Xu , Dan Williams , Chris Mason , David Sterba , Arnd Bergmann , Song Liu , Yu Kuai , Li Nan , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, loongarch@lists.linux.dev, linuxppc-dev@lists.ozlabs.org, linux-riscv@lists.infradead.org, linux-s390@vger.kernel.org, linux-crypto@vger.kernel.org, linux-btrfs@vger.kernel.org, linux-arch@vger.kernel.org, linux-raid@vger.kernel.org Subject: Re: cleanup the RAID6 P/Q library v3 Message-Id: <20260518141205.c100f76eec5f58e78bbbf7af@linux-foundation.org> In-Reply-To: <20260518051804.462141-1-hch@lst.de> References: <20260518051804.462141-1-hch@lst.de> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, 18 May 2026 07:17:43 +0200 Christoph Hellwig wrote: > this series cleans up the RAID6 P/Q library to match the recent updates > to the RAID 5 XOR library and other CRC/crypto libraries. This includes > providing properly documented external interfaces, hiding the internals, > using static_call instead of indirect calls and turning the user space > test suite into an in-kernel kunit test which is also extended to > improve coverage. Cool, I'll add this to mm.git's mm-nonmm-unstable branch for some linux-next testing. AI review found quite a lot to talk about: https://sashiko.dev/#/patchset/20260518051804.462141-1-hch@lst.de