Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756482AbbHZNBd (ORCPT ); Wed, 26 Aug 2015 09:01:33 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:45229 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756420AbbHZNBb (ORCPT ); Wed, 26 Aug 2015 09:01:31 -0400 Message-ID: <55DDB89E.4000802@ti.com> Date: Wed, 26 Aug 2015 18:31:18 +0530 From: Sekhar Nori User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: Peter Hurley , Sebastian Andrzej Siewior CC: , , , , Greg Kroah-Hartman Subject: Re: [PATCH 2/3] serial: 8250_omap: check how many bytes were injected References: <1439568064-7907-1-git-send-email-bigeasy@linutronix.de> <1439568064-7907-2-git-send-email-bigeasy@linutronix.de> <55DDB4C7.5070709@hurleysoftware.com> In-Reply-To: <55DDB4C7.5070709@hurleysoftware.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 Content-Length: 964 Lines: 23 On Wednesday 26 August 2015 06:14 PM, Peter Hurley wrote: > On 08/14/2015 12:01 PM, Sebastian Andrzej Siewior wrote: >> The function tty_insert_flip_string() returns an int and as such it >> might fail. So the result is that I kindly asked to insert 48 bytes and >> the function only insterted 32. >> I have no idea what to do with the remaining 16 so I think dropping them >> is the only option. I also increase the buf_overrun counter so userpace >> has a clue that we lost bytes. > > No objection to the patch but I'm curious whether this is something you've > actually observed and under what circumstances. This was observed while doing a UART internal loopback test at 3Mbaud on TI's DRA7 EVM. Thanks, Sekhar -- 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/