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 C2F78C433F5 for ; Tue, 15 Feb 2022 23:21:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=1Gpus7FQ8vWKfVttjtafEtq96VxJNkr0dlhXlBRc6Lo=; b=Bl0ds2QtFNf0dc sLYWuvu8bwC0A2Y09CcmVqBiRQs5lKmdAaJzyvlFqaYnfHois8Gt2ksA24rWu/fziA5jH+z547nzS XICy6pUSGOnrKxPrRoI3CCYUGldSn4eKrmUvc49D79iUMqPw0MBms178V0NtfoCqB9e+g4mcn8iJU CoweuOL4mRxaDveVWVoP5O0CGWqMyM4/QXMfmghkZE+vD4m+vJqUW4qcEFykevX+nw2iv/KyGsNjB p2wMyWjR4i4ZySIH4nbwwAByS+Dx/I4fEdEpp3Cn6ssH7y2ZsmpF7TkFIktCOK63dPsebG4G00Myt Zt9ll6J9s4DrU2H4Zm9w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nK76m-004scn-Hv; Tue, 15 Feb 2022 23:19:44 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nK75x-004sLO-Fr for linux-arm-kernel@lists.infradead.org; Tue, 15 Feb 2022 23:18:55 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 15D676152A; Tue, 15 Feb 2022 23:18:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9A4E1C340F0; Tue, 15 Feb 2022 23:18:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644967132; bh=zkMuUaEDFzPtYWML2uGejtfmpUUvdoXR+CoMaaOwU/o=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=WuYrzYya9SvcNGFOhcqUpqFpptGmtn74SgbKd5Pd6JA5L6HVdyy2sAUlNagGD32G7 f3IaIYPSQXmn9DQcqkwRDmQZWjmIODOG8520Y/HbBtI5WDzd1oIAIBfZZ2lMcqLVam ISeCo1k6GjbRY3o0THu9gOTOkgUWLKIc6sq7yVuh8Q6IRLCDxOUVXS7MxKyCgXSdIV qdJMq5Wuf5gF/pslCXB/ISvSepdZFPHC+6nExPi3/GLeNVF3xChSZBde3mWKxYCPq4 dQB7MFg1Tt1R8aZqGepW6wmgteb89Cl9JOqOqZQPw3BqPYwK3rVIYNFmBIW04TcVD9 BNpFpFR35zBXw== From: Will Deacon To: linux-arm-kernel@lists.infradead.org, Catalin Marinas Cc: kernel-team@android.com, Will Deacon , John Baldwin , Luis Machado , "Eric W. Biederman" , Andrew Morton , Arnd Bergmann , Szabolcs Nagy Subject: Re: [PATCH v2 0/5] arm64: mte: add core dump support Date: Tue, 15 Feb 2022 23:18:27 +0000 Message-Id: <164494114453.1781876.8108322124445147886.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220131165456.2160675-1-catalin.marinas@arm.com> References: <20220131165456.2160675-1-catalin.marinas@arm.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220215_151853_608514_C3BF76CC X-CRM114-Status: GOOD ( 12.80 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel