From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7731870 for ; Wed, 26 May 2021 08:45:11 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 846AE613B5; Wed, 26 May 2021 08:45:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1622018711; bh=aZiZDYa2rf5Fxx+HribOsNGXIZH+nQIh50qzwgEDY6Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=y8PpcE9n5dsYJntRV+W0DDV2gI4ln9mDcAUwQ6JqTu3ixa0vj0Xitc2ihpOd2n+Vy +U9nS+1L6gWoiABM01FN2a79WZkFad8+3LPLbybX4XAM0U6R3DDe/J3s9L/47J8rwE sOsEuiF1zHEzxbMsxTab4emXdlw9ntNdVjCgXL4g= Date: Wed, 26 May 2021 10:45:08 +0200 From: Greg Kroah-Hartman To: Evgeny Novikov Cc: Johan Hovold , Nikolay Kyx , Dinghao Liu , Abheek Dhawan , Lee Gibson , "linux-staging@lists.linux.dev" , "linux-kernel@vger.kernel.org" , "ldv-project@linuxtesting.org" Subject: Re: [PATCH] staging: fwserial: Fix potential NULL pointer dereferences Message-ID: References: <20210521114339.8469-1-novikov@ispras.ru> <219911622016850@mail.yandex.ru> X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <219911622016850@mail.yandex.ru> On Wed, May 26, 2021 at 11:21:36AM +0300, Evgeny Novikov wrote: > Now I see that we need to restrict in specifications those values that > can be passed to the install callback of tty_operations according to > a first actual argument of tty_alloc_driver(). Thank you for pointing > this out. I do not understand what you mean here at all, sorry. What "specifications"? confused, greg k-h