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=-9.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT autolearn=ham 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 61AF9C433E0 for ; Mon, 18 May 2020 23:06:43 +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 160272067D for ; Mon, 18 May 2020 23:06:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="aXUKVTBS"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="AWpoxrgP" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 160272067D 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:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=cLYAJrxrOfUQZJAQBOUqxExAD359XBTOv6xOfgtxFMg=; b=aXUKVTBSaWCU3P slnWly72YLTDxrhrhFLjB6ukRdkyq5lnqQqwkt85eWLw4J1YUU8rcE8cXq0bsg3Mifw6CKSsIfb3g ebXZC4AZjLGtxSzLVA6vBuiDCsg6LaBc+iXVTJZhxJ38+RHslfQAETtm/0nLvj0Pd8o2B/at7n1Ve 4bFcg41YBOiBRijfDCNcIi6vHUvWuTBksRIes2BCrdWS899IOk+8xms/m0VaeK16zVwM55ZfbebP7 HXS2R9bUs7hf4i4ag5fNFTiruSoRTK3Fs8icXrIdZuhW7oKK4TLtBZvg2HlI+cF4iDwwmDcP+ef6J w9wzp1asSYfwRhLb/ppQ==; 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 1jaoqI-00047E-MU; Mon, 18 May 2020 23:06:42 +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 1jaooD-00005E-H7 for linux-arm-kernel@lists.infradead.org; Mon, 18 May 2020 23:04:37 +0000 Received: from localhost.localdomain (236.31.169.217.in-addr.arpa [217.169.31.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4E8B8207ED; Mon, 18 May 2020 23:04:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589843072; bh=lrFNLpW8KhYy18+5zt78mNnTXnB06Ha6B7EMQ8Ew1kM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=AWpoxrgPDf7dHjixCPxuo1Su1pauZNr02N4tTNozX2hUN/540HjmaC0K1kG3jKhaB 9Ox9BcHZdgsvrPOlZvZOvy2c6CqmdwH5J+gUZpdzTbcTjfT3omagoaIg20l8Iye4eI KHJ9xy5WlX37vdnwk31MsMLcKJHaZuqphRw62ENQ= From: Will Deacon To: catalin.marinas@arm.com, 0x7f454c46@gmail.com, hewenliang4@huawei.com, lorenzo.pieralisi@arm.com, Dave.Martin@arm.com, hushiyuan@huawei.com, tglx@linutronix.de, mark.rutland@arm.com, james.morse@arm.com, linux-kernel@vger.kernel.org, Yunfeng Ye , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2] arm64: stacktrace: Factor out some common code into on_stack() Date: Tue, 19 May 2020 00:04:10 +0100 Message-Id: <158982146278.388.8558956941501712685.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <07b3b0e6-3f58-4fed-07ea-7d17b7508948@huawei.com> References: <07b3b0e6-3f58-4fed-07ea-7d17b7508948@huawei.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200518_160433_622726_6C011A02 X-CRM114-Status: UNSURE ( 7.58 ) X-CRM114-Notice: Please train this message. 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: Will Deacon 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, 8 May 2020 11:15:45 +0800, Yunfeng Ye wrote: > There are some common codes for stack checking, so factors it out into > the function on_stack(). > > No functional change. Applied to arm64 (for-next/misc), thanks! [1/1] arm64: stacktrace: Factor out some common code into on_stack() https://git.kernel.org/arm64/c/bd4298c72b56 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