From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751391AbdGQVIG (ORCPT ); Mon, 17 Jul 2017 17:08:06 -0400 Received: from mail-wr0-f193.google.com ([209.85.128.193]:35249 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751318AbdGQVIE (ORCPT ); Mon, 17 Jul 2017 17:08:04 -0400 Message-Id: <20170717210451.026152929@gmail.com> User-Agent: quilt/0.65 Date: Mon, 17 Jul 2017 22:04:51 +0100 From: Okash Khawaja To: Greg Kroah-Hartman , Jiri Slaby , Samuel Thibault , Alan Cox , linux-kernel@vger.kernel.org Cc: William Hubbs , Chris Brannon , Kirk Reiser , speakup@linux-speakup.org, devel@driverdev.osuosl.org Subject: [patch v2 0/3] tty contention resulting from tty_open_by_driver export In-Reply-To: <20170717123145.GE24503@kroah.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, I have reworked the previous patch set. These are the changes: 1. Patch 1 fixes tty->count mismatch reported by check_tty_count when a tty is kopened. 2. Patch 1 incorporates patch 4 in the previous patch set - it returns -ENODEV when tty is not configured. Thanks, Okash