QUERY: How to call board specific initialization function before map_io or timer_init
On Thu, Feb 25, 2010 at 06:37:37PM +0530, viresh kumar wrote: Hello, I need to call my board specific initialization routine before timer_init or map_io is called. I tried to see that in earlier architectures and found most of architecture call machine specific init function from map_io or init_ir... 25 Feb 2010 11:24
Fix file descriptor leak on user-space processes and cleanup
Hi, Andrew! On Wed, Feb 24, 2010 at 7:01 PM, Andrew Morton <akpm(a)linux-foundation.org> wrote: On Tue, 23 Feb 2010 04:04:22 -0300 Andr__ Goddard Rosa <andre.goddard(a)gmail.com> wrote: Fix a file descriptor leak on user-space processes and perform a cleanup, reducing the code size: text � �data � � b... 25 Feb 2010 11:24
x86: pci: Prevent mmconfig memory corruption
On Thursday 25 February 2010 08:42:11 am Thomas Gleixner wrote: commit ff097ddd4 (x86/PCI: MMCONFIG: manage pci_mmcfg_region as a list, not a table) introduced a nasty memory corruption when pci_mmcfg_list is empty. Ouch, I'm really sorry about that. Thanks for fixing it. Bjorn -- To unsubscribe from ... 25 Feb 2010 12:32
tracing: return accurate value for print_graph_prologue
On Thu, 2010-02-25 at 05:18 +0100, Frederic Weisbecker wrote: On Wed, Feb 24, 2010 at 03:40:25PM +0800, Wenji Huang wrote: Return TRACE_TYPE_HANDLED instead of zero to avoid confusion. Signed-off-by: Wenji Huang <wenji.huang(a)oracle.com> --- It's not a big deal because there will always be... 25 Feb 2010 11:24
serial: Add driver for the Altera JTAG UART
> +static void altera_jtaguart_set_termios(struct uart_port *port, + struct ktermios *termios, + struct ktermios *old) +{ +} Erm no .. it may be wrong in the code you are copying but please don't further that. The requirement is that the termios handed back reflects the actual settings not the ... 15 Mar 2010 06:47
kmod-replace-call_usermodehelper_pipe-with-use-of-umh-init-function- and-resolve-limit.cleanup
On Thu, Feb 25, 2010 at 04:08:26PM +0100, Oleg Nesterov wrote: Trivial, kmod-replace-call_usermodehelper_pipe-with-use-of-umh-init-function-and-resolve-limit.patch forgot to kill the declaration of call_usermodehelper_stdinpipe() which no longer exists. Signed-off-by: Oleg Nesterov <oleg(a)redhat.com> ... 25 Feb 2010 11:24
[PATCH -mm] kmod-replace-call_usermodehelper_pipe-with-use-of-umh-init-function- and-resolve-limit.cleanup
Trivial, kmod-replace-call_usermodehelper_pipe-with-use-of-umh-init-function-and-resolve-limit.patch forgot to kill the declaration of call_usermodehelper_stdinpipe() which no longer exists. Signed-off-by: Oleg Nesterov <oleg(a)redhat.com> --- --- mm/include/linux/kmod.h~0_KILL_DECL 2010-02-25 15:57:02.000000000... 25 Feb 2010 11:24
readahead: make default readahead size a kernel parameter
On 02/23/2010 10:10 PM, Wu Fengguang wrote: From: Nikanth Karthikesan<knikanth(a)suse.de> Add new kernel parameter "readahead", which allows user to override the static VM_MAX_READAHEAD=512kb. CC: Ankit Jain<radical(a)gmail.com> CC: Dave Chinner<david(a)fromorbit.com> CC: Christian Ehrhardt<ehrhardt@l... 25 Feb 2010 10:16
[RESEND Patch] um: tell git to ignore generated files
Tell git to ignore the generated files under um, except: include/shared/kern_constants.h include/shared/user_constants.h which will be moved to include/generated. Signed-off-by: WANG Cong <xiyou.wangcong(a)gmail.com> --- diff --git a/.gitignore b/.gitignore index de6344e..efab0eb 100644 --- a/.gitigno... 25 Feb 2010 10:16
RapidIO: Add switch locking during discovery
Micha Nelissen wrote: Alexandre Bounine wrote: + /* Attempt to acquire device lock */ + rio_mport_write_config_32(port, destid, + hopcount, + RIO_HOST_DID_LOCK_CSR, + port->host_deviceid); + rio_mport_read_config_32(port, destid, hopcount, + RIO_HOST_DID... 25 Feb 2010 10:16