Received: by 2002:a05:6358:d09b:b0:dc:cd0c:909e with SMTP id jc27csp3340108rwb; Wed, 30 Nov 2022 19:43:14 -0800 (PST) X-Google-Smtp-Source: AA0mqf5ZKPQpS0cpn2o423Qx526OpoS3KxNkG+MIXp0DlIgjPEZl0Jlz7qOEecI+5wdE40YMtufW X-Received: by 2002:a05:6402:3642:b0:459:53dc:adc9 with SMTP id em2-20020a056402364200b0045953dcadc9mr467066edb.166.1669866194130; Wed, 30 Nov 2022 19:43:14 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1669866194; cv=none; d=google.com; s=arc-20160816; b=FLgmxIGriPCZjqVHdvIuuaY8LDtcWY0XyvTTdHe5vwFyszeDgyTFKLfC9SEI6w109V 0GsAA57wp3nt9snaCj1jP50LsWITDJ4vaQxsMdLq27noiZ9aDOnLS5Isv/QReNtlIJyI qcdoa8QYjvoe5QQXNSJ7T8L2vR+RFwZ1pC9Noi+ilVknN2E6zxFZTC8+wCysAHKJ+D63 KTQM7gJHHBiKLCccPtYOjK1whyjuqzWqD+wZfQ70tB/FHDHiYdXXTD80txwfAu5oZ4zi DfNVKDaT47Q21Eo6G/VOmtmNHo61Tg2h/qDp+6ofApA5WiUGlC4gVFn2kECgzjK0V2cy pPRw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:in-reply-to:from :references:cc:to:subject:user-agent:mime-version:date:message-id; bh=ZPDol90qATHbMswDMvXTj6QL2SgxkHz+5R/tbfk8wv0=; b=eYmsmYLeWCDoDXt3wupN3t6HZwvxdLVo8yyLPxkP6E0j7BsiW7qtUMpvbsj9gVua3e jg5ussoujBLF029jrKaz4AtJIX5WTmBojavnI6YZAeoYN4svyM9DOPgPT/HnU+o/8ajn HQod9hULjeIxM9iut16+AsFNubHelTv3DW1wlNUYcPQhM0+XZj9cyvjB9Q+MDB0ENg+D o5wY+hd9MJmA54xYsvepCbwh0zgogkgWMW8ZFGA5i3rGAQHZ/FUnGecJqMJFjgvxsTPl lJGBTWmqcY/T5Csi/H6+C5Kw0ueLv4zmP9EI4vjcoZKEIekpZCDRygUCm8Vx3OCTHCr4 44NQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=QUARANTINE sp=QUARANTINE dis=NONE) header.from=huawei.com Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id a26-20020aa7d75a000000b00469d667117csi2809770eds.167.2022.11.30.19.42.53; Wed, 30 Nov 2022 19:43:14 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=QUARANTINE sp=QUARANTINE dis=NONE) header.from=huawei.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229828AbiLABhk (ORCPT + 82 others); Wed, 30 Nov 2022 20:37:40 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43342 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229790AbiLABhh (ORCPT ); Wed, 30 Nov 2022 20:37:37 -0500 Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2D0891089; Wed, 30 Nov 2022 17:37:34 -0800 (PST) Received: from canpemm500010.china.huawei.com (unknown [172.30.72.56]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4NMz9h6lbGzqSfh; Thu, 1 Dec 2022 09:33:28 +0800 (CST) Received: from [10.174.179.191] (10.174.179.191) by canpemm500010.china.huawei.com (7.192.105.118) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Thu, 1 Dec 2022 09:37:31 +0800 Message-ID: Date: Thu, 1 Dec 2022 09:37:31 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.2.0 Subject: Re: [PATCH v4 2/2] RDMA/srp: Fix error return code in srp_parse_options() To: Bart Van Assche , , , CC: , , , , References: <1669687459-14180-1-git-send-email-wangyufen@huawei.com> <1669687459-14180-2-git-send-email-wangyufen@huawei.com> <65604aae-b722-4caf-3373-d0f1e4492faa@huawei.com> <1d27a774-cf83-6e36-4fa1-c0635ebfd79e@acm.org> From: wangyufen In-Reply-To: <1d27a774-cf83-6e36-4fa1-c0635ebfd79e@acm.org> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.174.179.191] X-ClientProxiedBy: dggems705-chm.china.huawei.com (10.3.19.182) To canpemm500010.china.huawei.com (7.192.105.118) X-CFilter-Loop: Reflected X-Spam-Status: No, score=-4.5 required=5.0 tests=BAYES_00,NICE_REPLY_A, RCVD_IN_DNSWL_MED,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 在 2022/12/1 2:00, Bart Van Assche 写道: > On 11/29/22 19:31, wangyufen wrote: >> I'm so sorry for the poor patch description. Is the following >> description OK? >> >> In the previous iteration of the while loop, "ret" may have been >> assigned a value of 0, so the error return code -EINVAL may have been >> incorrectly set to 0. >> Also, investigate each case separately as Andy suggessted. If the help >> function match_int() fails, the error code is returned, which is >> different from the warning information printed before. If the parsing >> result token is incorrect, "-EINVAL" is returned and the original >> warning information is printed. > > Please reply below instead of above. See also > https://en.wikipedia.org/wiki/Posting_style. > Thanks, that's helpful. > Regarding your question: not logging an error message if user input is > rejected is unfriendly to the user. I think it's better to keep the > behavior of reporting an error if a match* function fails instead of > reporting in the patch description that the behavior has changed. > > Thanks, > > Bart. > >