Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755017AbbK0TLL (ORCPT ); Fri, 27 Nov 2015 14:11:11 -0500 Received: from mail-ig0-f172.google.com ([209.85.213.172]:38869 "EHLO mail-ig0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751484AbbK0TLI (ORCPT ); Fri, 27 Nov 2015 14:11:08 -0500 From: Peter Hurley To: Greg Kroah-Hartman Cc: Jiri Slaby , linux-kernel@vger.kernel.org, Peter Hurley Subject: [PATCH v2 0/3] n_tty_read() helper cleanups Date: Fri, 27 Nov 2015 14:11:01 -0500 Message-Id: <1448651464-4103-1-git-send-email-peter@hurleysoftware.com> X-Mailer: git-send-email 2.6.3 In-Reply-To: <1446993310-7681-1-git-send-email-peter@hurleysoftware.com> References: <1446993310-7681-1-git-send-email-peter@hurleysoftware.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 864 Lines: 28 Hi Greg, This series rebases a couple of already-sent patches on top of the EOF push bug fix, "n_tty: Fix poll() after buffer-limited eof push read", and adds a third to reduce branching (which hopefully clarifies the copy algorithm some). I will also resend the "Rework tty audit" series, which requires this series. Regards, Peter Hurley (3): n_tty: Uninline tty_copy_to_user() n_tty: Clarify copy_from_read_buf() n_tty: Reduce branching in canon_copy_from_read_buf() drivers/tty/n_tty.c | 48 +++++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 23 deletions(-) -- 2.6.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/