Re: how to include already compiled object files to kernel

2014-04-25 Thread Hohndel, Dirk
On Fri, 2014-04-25 at 16:24 +, Pallala, Ramakrishna wrote: > HI All, > > I have received few kernel library .o (object files) from third party and I > am planning to include in our kernel tree. As the library contains some > proprietary algorithms the sources are not shared. > > How can I

Re: [PATCH] INPUT: fix hidinput_connect ignoring retval from input_register_device

2007-10-29 Thread Hohndel, Dirk
On Oct 29, 2007, at 8:33 AM, Dmitry Torokhov wrote: On 10/29/07, Dirk Hohndel <[EMAIL PROTECTED]> wrote: Actually, the more I look at the code that bails when it runs out of memory, the more I wonder about that. hidinput = kzalloc(sizeof(*hidinput), GFP_KERNEL); input_dev =