Re: [PATCH 00/12] arm64: Remove unused big-endian support
Eric Biggers <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.ports.arm.kernel |
|---|---|
| Message-ID | <20260818172411.GB2249@quark> |
On Tue, Aug 11, 2026 at 05:11:47PM +0200, Arnd Bergmann wrote: > I had not expected the removal to come this soon, but I'm not > complaining about that. I assume you are planning this for 7.4, > leaving 7.3-LTS to still have the code in case someone wants to > still use it, right? It's already been BROKEN (and thus is dead code) since v6.18. Some of that dead code has already been removed. Other code never actually worked correctly on big endian in the first place and no one ever cared. Acked-by: Eric Biggers <[email protected]> - Eric