Top search
No big TTY/serial patch merge for 3.6-rc1
Hi Linus, I don't really feel comfortable sending you the tty tree at the present time to have merged for 3.6-rc1. It contains some tty changes that are still causing build problems, as Stephen has pointed out over the past week. These fixes are ...
Message posted on the July 26th, 2012 - 3:10 PM ET
[PATCH] tty: fix ldisc flush and termios setting race
From: Min Zhang <mzhang@mvista.com> A race condition can clear tty ldisc icanon bit unintentionally which could stop n_tty from processing received characters. It can occur when tty receiver buffer was full, e.g. 4096 chars received, 8250 ...
Message posted on the February 22nd, 2013 - 10:10 pm ET
[GIT PATCH] TTY rename for .37-rc1
Now that .37-rc1 is out, we wanted to rename some of the drivers/char tty core files and move them to drivers/tty/ I waited until after .37-rc1 to do this as it made it easier for everyone merging prior to this, but if you feel this should wait ...
Message posted on the November 08th, 2010 - 01:00 pm ET
[GIT PATCH] TTY/serial driver movement for .38
As mentioned before in previous TTY git pull for .38, here's the big movement of the serial drivers into the drivers/tty/ subdirectory that needed to wait until after .38-rc1 was out. It merely moves the hvc drivers to drivers/tty/hvc/ and the ...
Message posted on the January 20th, 2011 - 01:00 pm ET
Killing the tty lock
This is a first stab at it by making the lock per tty and using tty_mutex to cover the lookup for now. We ought to move to the lookup handing back ttys with a ref but thats a further step. It seems to mostly work but not quite reliably, so coul do ...
Message posted on the May 01st, 2012 - 12:40 pm ET
tty_lock held during transmit wait in close: still unresolved
Short reminder/summary: Unlike the BKL, the tty_lock mechanism that replaced it does not release the lock while sleeping. This causes the tty_lock to be held for extended periods of time when uart_close() (running with tty_lock held) tries to flush ...
Message posted on the May 25th, 2011 - 08:30 pm ET
kmemleak report on isp1763 and sierra MC8705
Hi Guys, I am debugging a reported kmemleak involving a sierra wireless MC8705 connected through isp1763 on powerpc linux-3.0.22 We are still isolating the exact trigger, but this is a pretty good one so far send "at!reset" to the modem ...
Message posted on the October 26th, 2012 - 06:10 pm ET
serial wait_unit_sent timeout type mismatch problem.
I seem to ahve run into a problem which people have been pointing out for years, but never gets fixed. In tty_driver.h, the low-level driver routine wait_untiL_set takes an "int" as a timeout value: 192 struct tty_operations { 193 int ...
Message posted on the August 21st, 2009 - 03:06 pm ET
serial wait_unit_sent timeout type mismatch problem.
I seem to ahve run into a problem which people have been pointing out for years, but never gets fixed. In tty_driver.h, the low-level driver routine wait_untiL_set takes an "int" as a timeout value: 192 struct tty_operations { 193 int ...
Message posted on the August 21st, 2009 - 03:06 pm ET
[PATCH v3.6.1] usb: serial: ftdi_sio: Add missing chars_in_buffer function
From: Jarkko Huijts <jarkko.huijts@gmail.com> The driver does not wait until the hardware buffer (for data from the PC to the UART line) is drained when tcdrain or close is called in an application. Solution: Implement a chars_in_buffer ...
Message posted on the October 10th, 2012 - 09:20 am ET
[RFC] revoke(2) and generic handling of things like remove_proc_entry()
After some digging in procfs logics for revoking further file IO after remove_proc_entry() (and figuring out what to do for debugfs - it also needs something similar), I think I've got something that has potential to become a working revoke(2) with ...
Message posted on the April 05th, 2013 - 12:30 am ET
[PATCH 0/4] dw_dmac: introduce generic DMA binding for DT
Hi Vinod, As Andy pointed out today, we don't have a good solution for the dw_dmac DT binding in linux-next yet. I have posted my series once before and then got distracted after getting feedback from Viresh, Andy and Russell. I have now updated my ...
Message posted on the February 15th, 2013 - 01:30 pm ET
[PATCH 0/7] BKL removal follow-up
Hi Linus, It seems the v4l and udf code has been worked out now and patches to kill the BKL there are finally making it upstream. As promised, here are the patches I did since the kernel summit to turn off the BKL by default. Given that -rc2 is ...
Message posted on the November 17th, 2010 - 10:30 am ET
Bug#513675: lirc: manual page beautification
This is a multi-part MIME message sent by reportbug. MIME-Version: 1.0 Package: lirc Version: 0.8.3-3 Severity: minor debian/patches/04_man_pages is missing the conversion for "--allow-simulate", I have included the full patch instead ...
Message posted on the January 31st, 2009 - 04:20 am ET
May 22nd, 2013 - 7:05 AM ET
Join now
Login

