From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out30-100.freemail.mail.aliyun.com (out30-100.freemail.mail.aliyun.com [115.124.30.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9FDAF13C3F2; Tue, 21 Oct 2025 01:51:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.100 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761011471; cv=none; b=DcqYuE4Z4mA4HB2BbKNkTb+gY87pm0Wi9phO2OmANZNnEoPF0ycDFz5bY7qh+Qq6IZ0rxNZ82gcfT5RkL1iHp2WaviqNdef9NTnJBC5DtoKqocd1aEa38yOdjwTFTs5i+M/xKIsO+Xdb0gpC/Ez/SPfXDS5KfivFHubenasHBPA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761011471; c=relaxed/simple; bh=+9HZJH0JIQ+sa1cUOL4Asj0JAEfRDWZSuWK0R/TQZn4=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=IGxMpPolCJT5AoFKbhONVpTHB7YU0dP165SnH1ga4PBZtZ0zOihNl0Okw73LqEhvlnPV97HoPI+0yMJZFp6Ac1hBYj3DZqKaXlvo1hulD3y5qQNl3n6AsuH1yI32pi59OMp/1W2Vz8LrCwS0B425hWv0Gu64isSnEswM19WKv7w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com; spf=pass smtp.mailfrom=linux.alibaba.com; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b=sWW7hbsV; arc=none smtp.client-ip=115.124.30.100 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b="sWW7hbsV" DKIM-Signature:v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1761011462; h=Message-ID:Date:MIME-Version:Subject:To:From:Content-Type; bh=dQI2txfhmzidT6hivp5HraunrbQHNklIU7+0FiUu5rM=; b=sWW7hbsVwMJ9KiC3lpFPKeYG3b0evoyeXH5p0AGUWpt+Crm0hzCSUlGS9h2Xv6r1vfsGuYCs4i2916wuIUYSkiPtm0BhPMB3ijDahIh0YaEgB911/xkoIqmrNICsrOOL6Kf1UJ9bzs0Q7XsH0g1otDLbQ9QDi9/K7tI7iU0lJm0= Received: from 30.246.161.241(mailfrom:xueshuai@linux.alibaba.com fp:SMTPD_---0Wqh4OWF_1761011459 cluster:ay36) by smtp.aliyun-inc.com; Tue, 21 Oct 2025 09:51:00 +0800 Message-ID: Date: Tue, 21 Oct 2025 09:50:54 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v12 1/3] PCI: trace: Add a generic RAS tracepoint for hotplug event To: Steven Rostedt Cc: lukas@wunner.de, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, linux-edac@vger.kernel.org, linux-trace-kernel@vger.kernel.org, helgaas@kernel.org, ilpo.jarvinen@linux.intel.com, mattc@purestorage.com, Jonathan.Cameron@huawei.com, bhelgaas@google.com, tony.luck@intel.com, bp@alien8.de, mhiramat@kernel.org, mathieu.desnoyers@efficios.com, oleg@redhat.com, naveen@kernel.org, davem@davemloft.net, anil.s.keshavamurthy@intel.com, mark.rutland@arm.com, peterz@infradead.org, tianruidong@linux.alibaba.com References: <20251014123159.57764-1-xueshuai@linux.alibaba.com> <20251014123159.57764-2-xueshuai@linux.alibaba.com> <20251014114029.4c59bb1a@gandalf.local.home> <20251015103757.3d6f6cf7@gandalf.local.home> <82098b0d-d460-4657-9db6-3721dcc9a162@linux.alibaba.com> <20251020113058.0d245002@gandalf.local.home> From: Shuai Xue In-Reply-To: <20251020113058.0d245002@gandalf.local.home> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 在 2025/10/20 23:30, Steven Rostedt 写道: > On Mon, 20 Oct 2025 09:32:59 +0800 > Shuai Xue wrote: > >> Got it, will add a comment. >> >> If you don't have any other concerns with this patch, would you mind >> adding your Reviewed-by tag? > > Reviewed-by: Steven Rostedt (Google) # for trace event > > -- Steve Thanks. Shuai