Re: assembly code in the loadable kernel module

2007-05-01 Thread Valdis . Kletnieks
On Fri, 27 Apr 2007 17:06:48 EDT, "linux-os (Dick Johnson)" said: > if(strchr(buf, 'Z'-64) || strchr(buf, 'D'-64)) This probably isn't UTF-8 safe... :) > Anything after ^D or ^Z doesn't get copied to the list. Something like > this needs to be done because it's gonna get a whole lot wors

Re: assembly code in the loadable kernel module

2007-04-27 Thread Alan Cox
> These employees should be using gmail (over https) rather than > clogging thousands of people's inboxes with garbage spewed from the > legal dept. Its much more fun to write back to those people and inform them that their terms are not valid as a contract can only be entered by joint agreement a

Re: assembly code in the loadable kernel module

2007-04-27 Thread Lee Revell
On 4/27/07, Daniel Hazelton <[EMAIL PROTECTED]> wrote: Most companies require that *ANY* e-mail sent by employees while at work contain disclaimers like those. Some of them even have their mail servers *automatically* attach those footers. These employees should be using gmail (over https) rath

Re: assembly code in the loadable kernel module

2007-04-27 Thread linux-os \(Dick Johnson\)
On Fri, 27 Apr 2007, Daniel Hazelton wrote: > On Friday 27 April 2007 07:57:58 Marat Buharov wrote: >> On 4/27/07, Parav K Pandit <[EMAIL PROTECTED]> wrote: [SNIPPED all the junk] > > Most companies require that *ANY* e-mail sent by employees while at work > contain disclaimers like those. Some of

Re: assembly code in the loadable kernel module

2007-04-27 Thread Daniel Hazelton
On Friday 27 April 2007 07:57:58 Marat Buharov wrote: > On 4/27/07, Parav K Pandit <[EMAIL PROTECTED]> wrote: > > DISCLAIMER: > > This message (including attachment if any) is confidential and may be > > privileged. Before opening attachments please check them for viruses and > > defects. MindTree

Re: assembly code in the loadable kernel module

2007-04-27 Thread Robert P. J. Day
On Fri, 27 Apr 2007, Marat Buharov wrote: > On 4/27/07, Parav K Pandit <[EMAIL PROTECTED]> wrote: > > DISCLAIMER: > > This message (including attachment if any) is confidential and may be > > privileged. Before opening attachments please check them for viruses and > > defects. MindTree Consulting

Re: assembly code in the loadable kernel module

2007-04-27 Thread Marat Buharov
On 4/27/07, Parav K Pandit <[EMAIL PROTECTED]> wrote: DISCLAIMER: This message (including attachment if any) is confidential and may be privileged. Before opening attachments please check them for viruses and defects. MindTree Consulting Limited (MindTree) will not be responsible for any virus

Re: assembly code in the loadable kernel module

2007-04-27 Thread linux-os \(Dick Johnson\)
On Fri, 27 Apr 2007, Parav K Pandit wrote: > Hi, > > I have written one function in assembly for my kernel module. > Function is in module3.s file. > I have added the module3.o file in the object list in the Makefile. > But it shows compile time warning and following output. > > What do I need to

Re: assembly code in the loadable kernel module

2007-04-27 Thread Sam Ravnborg
On Fri, Apr 27, 2007 at 02:15:48PM +0530, Parav K Pandit wrote: > Hi, > > I have written one function in assembly for my kernel module. > Function is in module3.s file. In the kernel assembeler files are named .S and preprocessed. Try renaming it module3.S then it should work. Sam - To un

Re: assembly code in the loadable kernel module

2007-04-27 Thread Jan Engelhardt
On Apr 27 2007 14:15, Parav K Pandit wrote: > >I have written one function in assembly for my kernel module. >Function is in module3.s file. >I have added the module3.o file in the object list in the Makefile. >But it shows compile time warning and following output. > >What do I need to do to comp

assembly code in the loadable kernel module

2007-04-27 Thread Parav K Pandit
Hi, I have written one function in assembly for my kernel module. Function is in module3.s file. I have added the module3.o file in the object list in the Makefile. But it shows compile time warning and following output. What do I need to do to compile assembly code in my kernel module. CC [M]