From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752054AbcAZTC7 (ORCPT ); Tue, 26 Jan 2016 14:02:59 -0500 Received: from mail-pa0-f51.google.com ([209.85.220.51]:36686 "EHLO mail-pa0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752011AbcAZTC4 (ORCPT ); Tue, 26 Jan 2016 14:02:56 -0500 Subject: Re: tty: BUG: KASAN: out-of-bounds in tty_ioctl To: Sasha Levin , Greg Kroah-Hartman References: <56A7BF42.3000905@oracle.com> <56A7C13E.6040405@hurleysoftware.com> <56A7C1DF.8020303@oracle.com> Cc: Jiri Slaby , One Thousand Gnomes , LKML , syzkaller From: Peter Hurley Message-ID: <56A7C2DE.8000106@hurleysoftware.com> Date: Tue, 26 Jan 2016 11:02:54 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <56A7C1DF.8020303@oracle.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/26/2016 10:58 AM, Sasha Levin wrote: > On 01/26/2016 01:55 PM, Peter Hurley wrote: >> Hi Sasha, >> >> Fix for this is in Greg's inbox. > > Thanks Peter! Could you give me the patch name please? I tried seeing > if it was already reported but didn't see anything related. No worries. [PATCH v3 06/19] tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)