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 A0D8FCA0FF3 for ; Tue, 5 Sep 2023 16:41:42 +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:Subject:Cc: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=Eon6Fw90txmAOK6LMkG1FF1VVgW76MAk00+kqEjHsoc=; b=QhE04O4FORl1rk N/4ftUuiC10ivTm0yITeLGfK2G8WJSBZXVXGKVw46eJoaGMGQEj12dkVKgcu6ACvSRklFiYX5Mdsm F7Fcf7GT6Fnj//svy/iHESrb5/Y40MnYnVrUD2JiUHQFK3/+AxQ1r1sW+wzqXXwxqV+PvHgItAqjP kZLAFd+rtOQ3vArK6uRwOTjEASDpg7aFBbB6Vj991mHMBe3kxEJqb5/YcPOUvxCeD99kxAdCy7UAj goVrfGGowVLTmxmLehGKfZRAq8eTT1LODhqIuVkXpmUtZur+IrX2hmT2XhhaeYEciBB+4+6ssj6YU Ecn95Y32pNESR4mkKcwA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qdZ7B-006NyA-0b; Tue, 05 Sep 2023 16:41:21 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qdZ78-006Nxl-0l; Tue, 05 Sep 2023 16:41:19 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 5D0A3B81110; Tue, 5 Sep 2023 16:41:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C81B1C433C7; Tue, 5 Sep 2023 16:41:13 +0000 (UTC) Date: Tue, 5 Sep 2023 12:41:32 -0400 From: Steven Rostedt To: Tze-nan Wu Cc: , , , , , AngeloGioacchino Del Regno , , , , Subject: Re: [PATCH] ring-buffer: Do not read at &event->array[0] if it across the page Message-ID: <20230905124132.672be4c0@gandalf.local.home> In-Reply-To: <20230905142319.32582-1-Tze-nan.Wu@mediatek.com> References: <20230905142319.32582-1-Tze-nan.Wu@mediatek.com> X-Mailer: Claws Mail 3.19.1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230905_094118_427428_DB46B2E7 X-CRM114-Status: GOOD ( 10.82 ) 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 Tue, 5 Sep 2023 22:23:15 +0800 Tze-nan Wu wrote: > resend again due to forget cc stable@vger.kernel.org You don't need to Cc' stable. I'll add the Cc if I feel it is the right patch for the solution. -- Steve _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel