Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp3487860pxj; Mon, 7 Jun 2021 11:53:52 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzgQ699g32MJ8sGTTShE4XAXA72crRGmH5HSKwpB2R4mxD0axHFmJEKNtSZhspcjudt7t5Y X-Received: by 2002:a17:906:17c4:: with SMTP id u4mr19494353eje.481.1623092032645; Mon, 07 Jun 2021 11:53:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623092032; cv=none; d=google.com; s=arc-20160816; b=uOR80X8oadK5mQyHjuHIln7qMuEaxQrsk1/YOMmGX9T0hSGguqKBVbjDe2dPqJmZxJ 5PsvFSkFXLXm3YuNO1nKwyOdX5bKVyza75u0WrR7j/evIH+sG0qHMAeazEj5jprLnFJi Z4m/GOHYZVMluDDsBhEdT+feGg0WfzTCMwbhrB44SJMs0LEWYl0ImHJi1N785Vpf6AoB +n9+4v95OPNMyumJnqwV0osWeYgdCkOg2vTic2rVn3U47qliZbJu978mJ3/tG1ptB2HB JgcZaFEFO6cUGnShuKQKVdPZUCU71pVslG8hVd/35IAwOOkx5qPhSOfyNeRx2/pMPTHA +7YQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=VRLs0fhV1u6klylP/dPvsg8wu0ZDAUoKykDqrqoAuUw=; b=d728NXTomJVmNdR6h+GK3Zpcmw0PZX9z637JQ75Gwo1TM1CmE/THEplIC0pLPZYOiW tBvrseYJP+v0TtPXp5pgqJIsWPamxPvl7be+2LwKlWFRZyC9aYe2tA7sELDxR/3WYENa AoTTo9H2Yx1fmZi2lflVRHBhoCcsHoIAhHvTDHwx4re0GzvD6RGUY0r+37o4oHOQfb+w Cfr2ZLD6DLQcwShB0vTF3g+/uVoL7o/OOvGZS7Fh5lbNs1f5bN3AjEOkuYu9BG/vhZG/ 9mah5/1hLqz7Zpk/5OQfAP/gGDHK5zw33oM15InOf4EwYv1R0k+ZP4/WKviiyOkP8Fd2 kDHw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id bx11si13307540edb.203.2021.06.07.11.53.29; Mon, 07 Jun 2021 11:53:52 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231244AbhFGSwo (ORCPT + 99 others); Mon, 7 Jun 2021 14:52:44 -0400 Received: from mail.kernel.org ([198.145.29.99]:56954 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230316AbhFGSwo (ORCPT ); Mon, 7 Jun 2021 14:52:44 -0400 Received: from oasis.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (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 9987A61078; Mon, 7 Jun 2021 18:50:51 +0000 (UTC) Date: Mon, 7 Jun 2021 14:50:49 -0400 From: Steven Rostedt To: Mark-PK Tsai Cc: , , , , , , , Subject: Re: [PATCH] arm64: ftrace: don't dereference a probably invalid address Message-ID: <20210607145049.645b235f@oasis.local.home> In-Reply-To: <20210607181403.4017-1-mark-pk.tsai@mediatek.com> References: <20210607105217.772214e5@oasis.local.home> <20210607181403.4017-1-mark-pk.tsai@mediatek.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 8 Jun 2021 02:14:03 +0800 Mark-PK Tsai wrote: > Should I resend this patch as v2? > Or you will upstream this fix? I'll push it. I have some other fixes to add as well. Thanks! -- Steve