[PATCH 1/1] perf top: Add missing initialization to zero
From: Arnaldo Carvalho de Melo <acme(a)redhat.com> The dso_short_width has to start as zero, as we're calculating the maximum short DSO name length, somehow I missed this one. Reported-by: Frédéric Weisbecker <fweisbec(a)gmail.com> Cc: Frédéric Weisbecker <fweisbec(a)gmail.com> Cc: Mike Galbraith <efault(a)gmx.de> Cc... 16 Mar 2010 18:35
gigaset: correct range checking off by one error
From: Tilman Schmidt <tilman(a)imap.cc> Date: Tue, 16 Mar 2010 18:04:01 +0100 Correct a potential array overrun due to an off by one error in the range check on the CAPI CONNECT_REQ CIPValue parameter. Found and reported by Dan Carpenter using smatch. Impact: bugfix Signed-off-by: Tilman Schmidt <ti... 16 Mar 2010 18:35
drivers/net/wimax/i2400m/fw.c fix possible double free
From: Darren Jenkins <darrenrjenkins(a)gmail.com> Date: Tue, 16 Mar 2010 22:46:28 +1100 i2400m_fw_check() can free i2400m->fw_hdrs if krealloc() fails causing a double free Add a check so we don't free the memory a second time. coverity CID: 13455 Signed-off-by: Darren Jenkins <darrenrjenkins(a)gmail... 20 Mar 2010 17:44
x86: Fix placement of FIX_OHCI1394_BASE
On Tue, Mar 16, 2010 at 7:48 AM, tip-bot for Jan Beulich <JBeulich(a)novell.com> wrote: Commit-ID: �ff30a0543e9a6cd732582063e7cae951cdb7acf2 Gitweb: � � http://git.kernel.org/tip/ff30a0543e9a6cd732582063e7cae951cdb7acf2 Author: � � Jan Beulich <JBeulich(a)novell.com> AuthorDate: Mon, 15 Mar 2010 10:11:15 +0000... 16 Mar 2010 17:24
[PATCH 3/5] usb-console: pass baud from console to the initial tty open
The usb console code has had a long standing problem of not being able to pass the baud rate from the kernel argument console=ttyUSB0,BAUD down to the initial tty open, unless you were willing to settle for 9600 baud. The solution is to directly use tty_init_termios() in usb_console_setup() as this will preserve... 16 Mar 2010 17:24
[PATCH 1/5] tty_port,usb-console: Fix usb serial console open/close regression
Commit e1108a63e10d344284011cccc06328b2cd3e5da3 ("usb_serial: Use the shutdown() operation") breaks the ability to use a usb console starting in 2.6.33. This was observed when using console=ttyUSB0,115200 as a boot argument with an FTDI device. The error is: ftdi_sio ttyUSB0: ftdi_submit_read_urb - failed subm... 16 Mar 2010 17:24
Business Proposal
Greetings to you, I am Barri Jamie Chan,Tel:+60102034596, I have a proposition for you which I know will be of great importance to you and I. Please,do reply me via this email address: jamie_chan2005(a)yahoo.com.hk Thank you. Barri Jamie Chan Attorney At Law -- To unsubscribe from this list: send the line "uns... 16 Mar 2010 17:24
[PATCH-V2] devtmpfs: support !CONFIG_TMPFS
Make devtmpfs available on (embedded) configurations without SHMEM/TMPFS, using ramfs instead. Saves ~15KB. Signed-off-by: Peter Korsgaard <jacmet(a)sunsite.dk> Acked-by: Kay Sievers <kay.sievers(a)vrfy.org> --- Changes since v1: - Added Kay's ack - Added comment about it using ramfs if CONFIG_TMPFS isn't ena... 16 Mar 2010 17:24
usb console improvements series
On Tue, Mar 09, 2010 at 12:29:05AM -0600, Jason Wessel wrote: I aggregated and ported all usb patches I have previously posted which are not mainlined into a single series aimed at providing a stable usb console. Hm, there was more discussion about this, care to resend what you want to have applied? tha... 16 Mar 2010 17:24
[PATCH 1/2] davinci: MMC: Add a function to control reset state of the controller
From: Chaithrika U S <chaithrika(a)ti.com> Add a helper function which will aid in changing the reset status of the controller. Signed-off-by: Chaithrika U S <chaithrika(a)ti.com> Acked-by: Kevin Hilman <khilman(a)deeprootsystems.com> --- I thought this series had made it into -mm for 2.6.34, but I guess not. Here... 16 Mar 2010 17:24