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 X-Spam-Level: X-Spam-Status: No, score=-6.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BCBFFC2B9F7 for ; Wed, 26 May 2021 08:45:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A04C7613B5 for ; Wed, 26 May 2021 08:45:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233137AbhEZIr3 (ORCPT ); Wed, 26 May 2021 04:47:29 -0400 Received: from mail.kernel.org ([198.145.29.99]:59940 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232537AbhEZIqn (ORCPT ); Wed, 26 May 2021 04:46:43 -0400 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <219911622016850@mail.yandex.ru> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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