Message ID | 20220131165456.2160675-1-catalin.marinas@arm.com (mailing list archive) |
---|---|
Headers | show |
Series | arm64: mte: add core dump support | expand |
On Mon, 31 Jan 2022 16:54:51 +0000, Catalin Marinas wrote: > This is the second version of the core dump support for MTE tags. > Changes since v1 > (https://lore.kernel.org/r/20211208121941.494956-1-catalin.marinas@arm.com): > > - Made the documentation slightly clearer on what the size of a segment. > - Added Luis' acks. > - Rebased to 5.17-rc2. > > [...] Applied to arm64 (for-next/mte), thanks! [1/5] elfcore: Replace CONFIG_{IA64, UML} checks with a new option https://git.kernel.org/arm64/c/b62a8486de3a [2/5] elf: Introduce the ARM MTE ELF segment type https://git.kernel.org/arm64/c/761b9b366cec [3/5] arm64: mte: Define the number of bytes for storing the tags in a page https://git.kernel.org/arm64/c/ab1e435ca791 [4/5] arm64: mte: Dump the MTE tags in the core file https://git.kernel.org/arm64/c/6dd8b1a0b6cb [5/5] arm64: mte: Document the core dump file format https://git.kernel.org/arm64/c/731451ab3c0c Cheers,