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 6FBA1C43219 for ; Fri, 25 Nov 2022 13:26:12 +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=jodLZ83RlwK/HFlbLLvbpzf8zUrf++TsWIUMTerIW/Y=; b=umO79nDmnyhkdL u1iJPaCoihI/Lkha72rzmo51v1x+rWckOfpFLXRd1F0OqIqEzWQszZ5F+VmQt5e1TrRJy4ybWM9EZ q1ixjGdN+x69bRUUMs2RRlFKH9DdbNEFncsLrR5IBBmIwEXzTOBfbtAui9ULD0qt2U48DViUholx3 Eb70bCwcuCosxBdH49Qnai6+fkUoOkoPqKmH/WO9iS2ITQB3hBu+Z4uyioPpWjAcYahOwHll5hR1b 5dEv4FKYZj0ZDO0N4LrAwIQB4Z5LU4oa+x+nM7PuV+q58cCR1BvKDd2govDoMAjyMf7HNXrSbv0XX B0e0Jip0Jza8gKoz6HDw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oyYhg-00GfPr-Bk; Fri, 25 Nov 2022 13:25:16 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oyYhQ-00GfIx-7G for linux-arm-kernel@lists.infradead.org; Fri, 25 Nov 2022 13:25:01 +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 ams.source.kernel.org (Postfix) with ESMTPS id A0113B82957; Fri, 25 Nov 2022 13:24:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DDA05C433D7; Fri, 25 Nov 2022 13:24:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1669382697; bh=FDSijDqfdeiR6q4mFOhtQCBJm5V6jQPDoMwyplnFrhw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=nyWXO6ks4u9VrD0GYw2JfueM0QnY7CDciJKz1TRRfYIyJxA7elak2WS5pdSh7W5iL ZhTau4puAaE+A4vsz4WJ+tmhRW2ia9DSAX1SnjWnc6RbELei8CVl1B1j4LHUkgrVsd qJ110aBy72LOUs0RhsYonXsa83Y3z5BRiK+ugdeEpCjNZsNTGGec+N8jQLMS/XtOUW gBB/wAYo+S0zA2tfG9eB6oPYluztk7tCwXWpPUUn0j6REMeHCsuvnQQ4YlnEAALb2X N3LnxEVNFCLoOU+85RydXSP/Pg8rUwG4MC7T2mkUbOHsXnB2YcEWGxFlycDYSIJZYX TQwRu0wksw/xg== From: Will Deacon To: Catalin Marinas , Mark Brown Cc: kernel-team@android.com, Will Deacon , Mark Rutland , linux-arm-kernel@lists.infradead.org, Ard Biesheuvel Subject: Re: [PATCH v1 0/2] arm64/asm: Remove DAIF save/restore macros Date: Fri, 25 Nov 2022 13:24:48 +0000 Message-Id: <166937867352.3466680.5703198369325169817.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20221123180209.634650-1-broonie@kernel.org> References: <20221123180209.634650-1-broonie@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221125_052500_446702_78A18F9D X-CRM114-Status: GOOD ( 11.48 ) 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 Wed, 23 Nov 2022 18:02:07 +0000, Mark Brown wrote: > As part of an effort to improve the maintainability of the code for > manipulating DAIF let's reduce the number of places where it is > implemented by lifting the masking done during TTBR1 replacement for > KPTI up into C code and removing the assembler macros it was using. > > Due to a textual collision with the removal of enable_da this is based > on for-next/trivial in the arm64 tree. > > [...] Applied to arm64 (for-next/trivial), thanks! [1/2] arm64/kpti: Move DAIF masking to C code https://git.kernel.org/arm64/c/a8bf2fc43fc6 [2/2] arm64/asm: Remove unused assembler DAIF save/restore macros https://git.kernel.org/arm64/c/d503d01e5016 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