Re: Invalid module format

2018-02-23 Thread Srishti Sharma
On Sat, Feb 24, 2018 at 10:45 AM, Alex Arvelaez wrote: > > On Feb 24, 2018 12:07 AM, Srishti Sharma wrote: > > > > > > > > On Sat, Feb 24, 2018 at 4:59 AM, Tobin C. Harding wrote: > >> > >> On Thu, Feb 22, 2018 at 02:42:23AM +0530, Srishti Sharma

Re: Invalid module format

2018-02-23 Thread Srishti Sharma
On Sat, Feb 24, 2018 at 4:59 AM, Tobin C. Harding wrote: > On Thu, Feb 22, 2018 at 02:42:23AM +0530, Srishti Sharma wrote: > > Hello, > > > > While trying to load a module from the linux-next branch > > Do you mean from linux-next tree or from a branch called linu

Invalid module format

2018-02-21 Thread Srishti Sharma
Hello, While trying to load a module from the linux-next branch , I get the error that the module format is invalid, this was because the kernel I compiled was different from the kernel I was trying to load the module into, so I installed the kernel from the same source as the module, and it boote

Re: Fixing warnings

2017-06-02 Thread srishti sharma
Thank you so much for the advice :) Regards, Srishti On Sat, Jun 3, 2017 at 3:26 AM, wrote: > On Sat, 03 Jun 2017 02:59:56 +0530, srishti sharma said: >> Thanks a lot ! > > Also, large parts of the kernel have maintainers who do *not* want to > see checkpatch fixes, becau

Re: Fixing warnings

2017-06-02 Thread srishti sharma
Thanks a lot ! Regards Srishti On Sat, Jun 3, 2017 at 2:57 AM, wrote: > On Sat, 03 Jun 2017 02:47:55 +0530, srishti sharma said: >> Can we fix two warnings in a single patch ? > > Depends what the two warnings are. If they're two actual kernel warning > messages, pr

Fixing warnings

2017-06-02 Thread srishti sharma
Hey, Can we fix two warnings in a single patch ? Regards, Srishti ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: error while sending mail using git send-email

2017-02-11 Thread srishti sharma
elease signing > key) > sub 4096R/76D54749 2011-09-23 > > Regards, > > Ozgur > > 11.02.2017, 14:43, "srishti sharma" : >> Hi, >> >> I am able to send email using mail , but am unable to log into it . It >> is not giving me any errors , just says

Re: error while sending mail using git send-email

2017-02-11 Thread srishti sharma
gt; Ozgur > > 10.02.2017, 10:05, "srishti sharma" : >> The key was successfully validated using launchpad , I don't know why >> I am getting this error. I am unable to start mutt , because of this >> error . >> >> Please help >> >> Regar

Re: driver todo's

2017-02-11 Thread srishti sharma
It was because of the documentation not being proper , as per the mail sent by your bot , right ? I will fix those errors and re-send it . Thanks Regards Srishti On Sat, Feb 11, 2017 at 12:51 PM, Greg KH wrote: > On Sat, Feb 11, 2017 at 11:50:19AM +0530, srishti sharma wrote: >> Hey

Re: driver todo's

2017-02-10 Thread srishti sharma
Hey , I have posted my first patch . Will I be notified if it gets accepted ? Regards Srishti On Sat, Feb 4, 2017 at 1:50 PM, Greg KH wrote: > On Sat, Feb 04, 2017 at 04:20:53AM +0530, srishti sharma wrote: >> I got this warning for a structure to be defined as constant , I have >&

Re: error while sending mail using git send-email

2017-02-09 Thread srishti sharma
Okay , so now I am not getting these errors : gpg: no valid OpenPGP data found. gpg: decrypt_message failed: eof but I am still unable to login Mutt , It is giving me login failed . Regards On Fri, Feb 10, 2017 at 12:35 PM, srishti sharma wrote: > The key was successfully validated us

Re: error while sending mail using git send-email

2017-02-09 Thread srishti sharma
The key was successfully validated using launchpad , I don't know why I am getting this error. I am unable to start mutt , because of this error . Please help Regards Srishti On Tue, Feb 7, 2017 at 4:42 AM, srishti sharma wrote: > gpg: no valid OpenPGP data found. > gpg: decrypt_mes

Re: error while sending mail using git send-email

2017-02-06 Thread srishti sharma
gpg: no valid OpenPGP data found. gpg: decrypt_message failed: eof getting these errors after running mutt On Sun, Feb 5, 2017 at 8:26 AM, Ozgur Karatas wrote: > 05.02.2017, 05:22, "srishti sharma" : >> Thank you so much , will try this hope it works ! > > Hello, >

Re: error while sending mail using git send-email

2017-02-04 Thread srishti sharma
SMTP session failed: 550 5.7.0 https://support.google.com/a/answer/6140680#mail This is the error I am getting . On Sun, Feb 5, 2017 at 7:23 AM, srishti sharma wrote: > These are the mutt configurations > >set ssl_starttls = yes >set ssl_force_tls = yes >set imap_

Re: error while sending mail using git send-email

2017-02-04 Thread srishti sharma
These are the mutt configurations set ssl_starttls = yes set ssl_force_tls = yes set imap_user = srishtis...@gmail.com set imap_pass = 'heuristics@56' set from = srishtis...@gmail.com set realname = 'srishti sharma' set folder = imaps://imap.gmail.c

Re: error while sending mail using git send-email

2017-02-04 Thread srishti sharma
I am getting the error smtp server problem name or service not known I have tried googling it but , I haven't found anything relevant . what could be the problem . regards On Sun, Feb 5, 2017 at 6:16 AM, srishti sharma wrote: > Also mutt is not working for me . > I am getting s

Re: error while sending mail using git send-email

2017-02-04 Thread srishti sharma
Also mutt is not working for me . I am getting smtp session failed , error Regards On Sun, Feb 5, 2017 at 3:26 AM, srishti sharma wrote: > when I am using git send-email , to send the patch , I am getting the > following error > > sendmail: fatal: open /etc/postfix/main.cf: No

error while sending mail using git send-email

2017-02-04 Thread srishti sharma
when I am using git send-email , to send the patch , I am getting the following error sendmail: fatal: open /etc/postfix/main.cf: No such file or directory Died at /usr/lib/git-core/git-send-email line 1329, line 3. ___ Kernelnewbies mailing list Kerne

Re: driver todo's

2017-02-03 Thread srishti sharma
stant despite it producing a warning ? Maybe I am wrong . On Sat, Feb 4, 2017 at 4:09 AM, Greg KH wrote: > On Sat, Feb 04, 2017 at 03:36:02AM +0530, srishti sharma wrote: >> when driver has checkpatch cleanups in it's todo , does that also >> including fixing warnings , s

Staging Driver TODO's

2017-02-03 Thread srishti sharma
If the todo's mention checkpatch cleanups , does it mean the warnings also need to be fixed ? Should one try to fix them OR only the errors ? Regards ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman

driver todo's

2017-02-03 Thread srishti sharma
when driver has checkpatch cleanups in it's todo , does that also including fixing warnings , should one try to fix them ? ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: unified-diff format

2017-02-03 Thread srishti sharma
okay , Thanks for your reply On Sat, Feb 4, 2017 at 2:53 AM, Jim Davis wrote: > On Fri, Feb 3, 2017 at 2:15 PM, srishti sharma wrote: >> I ran perl scripts/checkpatch.pl -f drivers/staging/comedi/* | less >> for the file comedi_buf.o there is one error , it says >> ERROR:

Re: unified-diff format

2017-02-03 Thread srishti sharma
I ran perl scripts/checkpatch.pl -f drivers/staging/comedi/* | less for the file comedi_buf.o there is one error , it says ERROR: Does not appear to be a unified-diff format patch On Sat, Feb 4, 2017 at 2:43 AM, Jim Davis wrote: > On Fri, Feb 3, 2017 at 2:08 PM, srishti sharma wrote: >>

Re: unified-diff format

2017-02-03 Thread srishti sharma
What do I need to know to fix this error ? On Sat, Feb 4, 2017 at 2:33 AM, srishti sharma wrote: > What is unified-diff format , where can I read up on it ? I see this > after running checkpatch.pl . ___ Kernelnewbies mailing list Kerneln

unified-diff format

2017-02-03 Thread srishti sharma
What is unified-diff format , where can I read up on it ? I see this after running checkpatch.pl . ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: Which repository to clone ?

2017-02-02 Thread srishti sharma
Thanks for your reply Regards On Thu, Feb 2, 2017 at 12:42 PM, Greg KH wrote: > On Thu, Feb 02, 2017 at 03:39:18AM +0530, srishti sharma wrote: >> Hey, >> I am an absolute newbie , I tried to clone greg kroah-hartman's >> staging tree repository , somehow I was not

Re: Which repository to clone ?

2017-02-01 Thread srishti sharma
Thanks, I am running ubuntu 16.04 LTS On Thu, Feb 2, 2017 at 5:17 AM, Amit Kumar wrote: > On Thu, Feb 02, 2017 at 03:39:18AM +0530, srishti sharma wrote: >> Hey, >> I am an absolute newbie , I tried to clone greg kroah-hartman's >> staging tree repository , somehow I w

Re: Which repository to clone ?

2017-02-01 Thread srishti sharma
2017 at 5:28 AM, srishti sharma wrote: > Thanks, I am running ubuntu 16.04 LTS > > On Thu, Feb 2, 2017 at 5:17 AM, Amit Kumar wrote: >> On Thu, Feb 02, 2017 at 03:39:18AM +0530, srishti sharma wrote: >>> Hey, >>> I am an absolute newbie , I tried to clone greg kroah

Re: Which repository to clone ?

2017-02-01 Thread srishti sharma
Thanks for replying , Does the one I cloned give me 2.6 kernel version , is this not being developed now ? Also why did I need to use gcc plugin-devs ? Regards On Thu, Feb 2, 2017 at 5:06 AM, Lino Sanfilippo wrote: > Hi, > > On 01.02.2017 23:09, srishti sharma wrote: >> >

Which repository to clone ?

2017-02-01 Thread srishti sharma
Hey, I am an absolute newbie , I tried to clone greg kroah-hartman's staging tree repository , somehow I was not able to boot in the kernel I built . Also, Does this command below give me the latest kernel code ? I have tried to clone another repository using the command below git clone git://gi

Re: How do you generate the config file?

2017-01-30 Thread srishti sharma
After cloning greg kroah hartman's repository from the tutorial , I am not able to boot into any kernel by default and have to choose from advanced ubuntu options from the grub menu . In the advanced ubuntu options I see generic kernels ,and one rc3+ kernel . I think that's the one I need to boot