From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751425AbdKUPkb (ORCPT ); Tue, 21 Nov 2017 10:40:31 -0500 Received: from mailout.easymail.ca ([64.68.200.34]:55527 "EHLO mailout.easymail.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751067AbdKUPka (ORCPT ); Tue, 21 Nov 2017 10:40:30 -0500 Reply-To: shuah@kernel.org Subject: Re: selftests: Completion of error handling To: SF Markus Elfring , linux-kselftest@vger.kernel.org Cc: LKML , kernel-janitors@vger.kernel.org, Shuah Khan , Shuah Khan References: <988e4be0-4784-d9b7-879b-06ed405ae293@users.sourceforge.net> From: Shuah Khan Message-ID: <26965dfd-74e8-cf6f-7f55-56310834189d@kernel.org> Date: Tue, 21 Nov 2017 08:40:17 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <988e4be0-4784-d9b7-879b-06ed405ae293@users.sourceforge.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/21/2017 07:04 AM, SF Markus Elfring wrote: > Hello, > > Static source code analysis points out that the checking of return values from > some function calls is incomplete also in this software area. > How would you like to fix remaining open issues there? > Without understanding the details on which failures, it would be hard for me comment on how to handle them. thanks, --- Shuah