From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D12D11EFFB7 for ; Mon, 30 Mar 2026 05:27:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774848429; cv=none; b=eOnyDmO/HYUxhGM/FR2ybv5UKsN8QtQeR6HVsukz3MEgWg5Pu5eftcKd2kaDFciuUdy/3Hxq92jilHnGNgXL+KcWYFXpX4t9tAaGzjiykotyOyUDCozu8RpdPHp5SrdCxYaq1uXNEiKfOeYh/FB012z37CmaqyPfa/z0TrtJWuo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774848429; c=relaxed/simple; bh=GpPfrbO8ZObn0n6Rf8KY0Ma52KsUrpz3vk6UtR7SLOI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=MjuYgrDp2tF54oOqaUPXmbq0WWtE0tNdX01cYfuZijZc9VjTpD7kTFuy+bVHC84GGDdgTX0EWX0K2oAziF18hGfACc6dlm+yj+okgPqi59JBvpfMB6GHsVDM7nlrQB97w9p3iP6amzQ6U08uNPXfOtgPeraipg4vIpEHAjdXopY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id 6E3C268B05; Mon, 30 Mar 2026 07:26:55 +0200 (CEST) Date: Mon, 30 Mar 2026 07:26:55 +0200 From: Christoph Hellwig To: Eric Biggers Cc: Christoph Hellwig , Andrew Morton , Richard Henderson , Matt Turner , Magnus Lindholm , Russell King , 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 , "David S. Miller" , Andreas Larsson , Richard Weinberger , Anton Ivanov , Johannes Berg , 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 , Theodore Ts'o , "Jason A. Donenfeld" , linux-alpha@vger.kernel.org, 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, sparclinux@vger.kernel.org, linux-um@lists.infradead.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 RAID5 XOR library v4 Message-ID: <20260330052655.GA4592@lst.de> References: <20260327061704.3707577-1-hch@lst.de> <20260329213119.GA2106@quark> Precedence: bulk X-Mailing-List: loongarch@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260329213119.GA2106@quark> User-Agent: Mutt/1.5.17 (2007-11-01) On Sun, Mar 29, 2026 at 02:31:19PM -0700, Eric Biggers wrote: > But yes, as Andrew mentioned there are two "xor: add a better public > API" patches. They should be folded together. Yes. This is the ages old git bug of creating duplicate commits when a rebase has conflicts biting again, sorry.