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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 04C1EC32793 for ; Wed, 18 Jan 2023 12:36:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230431AbjARMgq (ORCPT ); Wed, 18 Jan 2023 07:36:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36156 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231131AbjARMfE (ORCPT ); Wed, 18 Jan 2023 07:35:04 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1DFDC530EA; Wed, 18 Jan 2023 03:59:12 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id A3261B81C66; Wed, 18 Jan 2023 11:59:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C9AB4C433F1; Wed, 18 Jan 2023 11:59:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674043149; bh=DXryLGgtuhYqmo2Hh7zk5xP7fKXA7sTKzjQ4V0b/sEY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hxq9MXqMK71ExRqFp6K4J3xnnU+5Z9Tz7MorYKaxNTCi1+hpR5ie4SQCXMK/EwzCC tpTYTz7XrNQ3dLuiIphS1vMln/Kr3Q0wj2umuHDlryrH8+dMAG4vsterIkguS3y6zy 50In057kS4fA1wbDigxCjXB4nwWryCiKGBWnBLp1FYrQTl3KwKNHSFoSTdo1mU5VWC MoTCei8cba6gn+dDT4RGBgAc1DRlmSYy3I8iXyaYxenCLBn6NGA2BH98JR3OJc/rIM pMae84gXEc0o15hLHB4qF2DihHbvSvudFwyH9wUevpn4XKsCgEuuOgXJ++ZSsdRL6u FCeOUHxwoQWaw== Date: Wed, 18 Jan 2023 17:28:01 +0530 From: Vinod Koul To: "Shawn.Shao" Cc: Eugeniy.Paltsev@synopsys.com, dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org, xiaowu.ding@jaguarmicro.com Subject: Re: [PATCH] Add exception protection processing for vd in axi_chan_handle_err function Message-ID: References: <20230112055802.1764-1-shawn.shao@jaguarmicro.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230112055802.1764-1-shawn.shao@jaguarmicro.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12-01-23, 13:58, Shawn.Shao wrote: > Since there is no protection for vd, a kernel panic will be > triggered here in exceptional cases. Applied, thanks -- ~Vinod