Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751729AbdLLEPd (ORCPT ); Mon, 11 Dec 2017 23:15:33 -0500 Received: from szxga06-in.huawei.com ([45.249.212.32]:59629 "EHLO huawei.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751123AbdLLEPc (ORCPT ); Mon, 11 Dec 2017 23:15:32 -0500 Subject: Re: [RESEND PATCH V2] arm64: fault: avoid send SIGBUS two times To: Xie XiuQi , , , , , , , , References: <20171211160536.11600-1-gengdongjiu@huawei.com> <316b5416-1268-1e9b-ae07-aa6cd31db8a8@huawei.com> From: gengdongjiu Message-ID: Date: Tue, 12 Dec 2017 12:15:02 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <316b5416-1268-1e9b-ae07-aa6cd31db8a8@huawei.com> Content-Type: text/plain; charset="windows-1252" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.142.68.147] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 317 Lines: 14 On 2017/12/12 11:31, Xie XiuQi wrote: >> + return 0; > It looks good to me. do_sea() has done all necessary action for SEA, so it should always return 0, > no matter ghes_notify_sea() return true or false. yes, it is. > > Reviewed-by: Xie XiuQi Thanks XiuQi's review and comments. > >> }