[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <b32ef683-e09c-522b-ffa7-ea09628e81db@kernel.org>
Date: Fri, 2 Sep 2022 12:47:01 +0200
From: Jiri Slaby <jirislaby@...nel.org>
To: Johan Hovold <johan@...nel.org>, Jakub Kicinski <kuba@...nel.org>,
Tony Nguyen <anthony.l.nguyen@...el.com>
Cc: davem@...emloft.net, pabeni@...hat.com, edumazet@...gle.com,
Michal Michalik <michal.michalik@...el.com>,
netdev@...r.kernel.org, richardcochran@...il.com,
Gurucharan <gurucharanx.g@...el.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: Re: [PATCH net 3/3] ice: Add set_termios tty operations handle to
GNSS
On 02. 09. 22, 9:42, Jiri Slaby wrote:
> On 01. 09. 22, 8:44, Johan Hovold wrote:
>> Looks like this was merged in 5.18 with 43113ff73453 ("ice: add TTY for
>> GNSS module for E810T device") without any input from people familiar
>> with tty either.
>
> FWIW doesn't it crash in ice_gnss_tty_write() on parallel tty opens due to:
> tty->driver_data = NULL;
> in ice_gnss_tty_open()?
Oh, the driver checks for tty->driver_data in every operation (gee). So
at least that crash is mitigated. The userspace will "only" receive
EFAULT from time to time.
> There are many "interesting" constructs in the driver...
The checks belong among this "interesting" constructs too.
> thanks,--
js
suse labs
Powered by blists - more mailing lists