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 35EB121B192; Mon, 30 Mar 2026 05:27:08 +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=1774848430; cv=none; b=nW/DPhXnkFyYbMbQdTE+cMhliO0npYozI27LMHRBhYVrIl15aR53ualk4GGaD0safyQ5hfCU/78xMwLsb+Giqi80po4NLHA67MZcBgvCqLzWurT3xskQAWNUUWxmuqTckKplTfpwxHqrvOtLHbL5wtujI3dfKbBl3oGPBcnct7Q= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774848430; c=relaxed/simple; bh=GpPfrbO8ZObn0n6Rf8KY0Ma52KsUrpz3vk6UtR7SLOI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Idz1Vb42SDwyUY8o/bwH79jP9dN4y15EG88bt2wGCdOWxrf3RAdRFa7UhHwwwAT5pQrYVOE0D4S0J2wj4VRMBNtPBDUYgeUrqV3DSisCGU/jyzvo8Mm1ctl79VL1ktGfMSb+0ifYKG9F8B5If/4AdEi7sQWUXRg45U04ItRcHGo= 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: linux-raid@vger.kernel.org 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.