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 X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CD2AAC433DF for ; Mon, 18 May 2020 13:52:37 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 9CB5220709 for ; Mon, 18 May 2020 13:52:37 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Tjdu+hWV"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="TAlJYXMM" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9CB5220709 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=2bIaXnQgxrBeKVObLy32BaAHA3sSgbo2fybr9xaWHVk=; b=Tjdu+hWVLrDgAD 3AT9V3n0idMrF5MtzAUGp5dqFahPQbV7LCSWw/VntUfHQ+4EQeW95w2eZguATp6zMtswrcs+mbM7B N6eQKZ/8pVAmZQ4Rz0qn2Lah3aQ+WLKICvvABtvsdMr93vxE8MMPqcIwYW/K5LiHdNjWC7nQ5SysT v2R3Cans4BvCAq6ZAJ+H0oiMa9vl3MpiOtf4MSldYLbjifNbSvbmfM56YsUnSwfs/VPLt+taaH8/S KwyiPdBegDzF9BTDfXKDovNPNtwPtSCVafqanb8Ybwn76LiyssfhWYN9cIrVGHHFSvG+Wk0JUFDrj MMXspAC//AJ3bXe9X9qA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jagC5-0005Ng-6Q; Mon, 18 May 2020 13:52:37 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jagC2-0005Mv-AY for linux-arm-kernel@lists.infradead.org; Mon, 18 May 2020 13:52:35 +0000 Received: from willie-the-truck (236.31.169.217.in-addr.arpa [217.169.31.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 359B620674; Mon, 18 May 2020 13:52:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589809953; bh=FoiYOz4QyATjVtvdKit+fH6+X62jW8zsWpf3orvuR0o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=TAlJYXMMZPIGoj5i+W8MUJP0XoNSSMUHGxPeM8QWX0jg1p1dZCt0MNfdW6ku7MAv8 y8r2GTZLOg48MhSu4Bag6l3x0GlK+TU0MFOj71N8O7J9FvkIYcM0H8NjXqv5qf2Tlp uctkHwR5+RSeZrcCawxBQYukK+AmCsmSqTaLFkhE= Date: Mon, 18 May 2020 14:52:29 +0100 From: Will Deacon To: Sami Tolvanen Subject: Re: [PATCH 0/6] Clean up Shadow Call Stack patches for 5.8 Message-ID: <20200518135228.GI32394@willie-the-truck> References: <20200515172756.27185-1-will@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200518_065234_382888_74CF98EA X-CRM114-Status: GOOD ( 13.03 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Kees Cook , Jann Horn , Peter Zijlstra , Catalin Marinas , LKML , Mark Rutland , kernel-team@android.com, Ard Biesheuvel , linux-arm-kernel Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, May 15, 2020 at 01:42:40PM -0700, Sami Tolvanen wrote: > On Fri, May 15, 2020 at 10:28 AM Will Deacon wrote: > > Will Deacon (6): > > arm64: scs: Store absolute SCS stack pointer value in thread_info > > scs: Move accounting into alloc/free functions > > arm64: scs: Use 'scs_sp' register alias for x18 > > scs: Move scs_overflow_check() out of architecture code > > scs: Remove references to asm/scs.h from core code > > scs: Move DEFINE_SCS macro into core code > > > > arch/Kconfig | 4 +-- > > arch/arm64/include/asm/scs.h | 29 ++++------------ > > arch/arm64/include/asm/thread_info.h | 4 +-- > > arch/arm64/kernel/asm-offsets.c | 2 +- > > arch/arm64/kernel/entry.S | 10 +++--- > > arch/arm64/kernel/head.S | 2 +- > > arch/arm64/kernel/process.c | 2 -- > > arch/arm64/kernel/scs.c | 6 +--- > > include/linux/scs.h | 16 +++++---- > > kernel/sched/core.c | 3 ++ > > kernel/scs.c | 52 +++++++++++++--------------- > > 11 files changed, 55 insertions(+), 75 deletions(-) > > > > -- > > 2.26.2.761.g0e0b3e54be-goog > > Thanks, Will. I tested these on my SCS tree and didn't run into any > issues. Looks good to me. Cheers, Sami. Can I add your 'Tested-by' to the patches, please? Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel