From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johan Hovold Subject: [PATCH 0/4] serial: fix tty-kref leaks Date: Tue, 10 Sep 2013 12:50:47 +0200 Message-ID: <1378810251-28499-1-git-send-email-jhovold@gmail.com> Return-path: Received: from mail-la0-f51.google.com ([209.85.215.51]:43732 "EHLO mail-la0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751011Ab3IJKvE (ORCPT ); Tue, 10 Sep 2013 06:51:04 -0400 Sender: linux-serial-owner@vger.kernel.org List-Id: linux-serial@vger.kernel.org To: Greg Kroah-Hartman Cc: Jiri Slaby , Stephen Warren , linux-serial@vger.kernel.org, linux-tegra@vger.kernel.org, Johan Hovold These patches fix a few tty-kref leaks in the tegra and pch_uart drivers. Note that the tegra patch is completely untested, whereas the pch_uart ones are compile-tested only. Thanks, Johan Johan Hovold (4): serial: tegra: fix tty-kref leak serial: pch_uart: fix tty-kref leak in rx-error path serial: pch_uart: fix tty-kref leak in dma-rx path serial: pch_uart: remove unnecessary tty_port_tty_get drivers/tty/serial/pch_uart.c | 13 +++---------- drivers/tty/serial/serial-tegra.c | 4 +++- 2 files changed, 6 insertions(+), 11 deletions(-) -- 1.8.3.2