Re: v3.15 kernel panic, bisecting didn't help

2014-06-09 Thread Greg Donald
On Mon, Jun 9, 2014 at 3:47 PM, wrote: > On Mon, 09 Jun 2014 15:35:20 -0500, Greg Donald said: >> I can boot v3.15.0-rc8 but not v3.15.0 (full kernel panic below). >> >> I tried bisecting, I did >> >> git bisect v3.15 v.3.15-rc8 >> >> After 7 compile and reboot cycles I don't think I was able to

Re: v3.15 kernel panic, bisecting didn't help

2014-06-09 Thread Valdis . Kletnieks
On Mon, 09 Jun 2014 15:35:20 -0500, Greg Donald said: > I can boot v3.15.0-rc8 but not v3.15.0 (full kernel panic below). > > I tried bisecting, I did > > git bisect v3.15 v.3.15-rc8 > > After 7 compile and reboot cycles I don't think I was able to find the > bad commit. Every bisection booted wit

v3.15 kernel panic, bisecting didn't help

2014-06-09 Thread Greg Donald
I can boot v3.15.0-rc8 but not v3.15.0 (full kernel panic below). I tried bisecting, I did git bisect v3.15 v.3.15-rc8 After 7 compile and reboot cycles I don't think I was able to find the bad commit. Every bisection booted with no problems. I ran "git bisect good" each time until I finally g

Re: non-static init in a basic kernel module

2014-06-09 Thread Pranay Srivastava
On Jun 9, 2014 10:15 PM, "Warren Turkal" wrote: > > Hey, > > I was writing a basic hello world module. I am using Ubuntu, so I > installed linux-headers package that corresponded to my kernel. It's > strange because all of the examples that I saw (including from modules > in the kernel itself) sho

non-static init in a basic kernel module

2014-06-09 Thread Warren Turkal
Hey, I was writing a basic hello world module. I am using Ubuntu, so I installed linux-headers package that corresponded to my kernel. It's strange because all of the examples that I saw (including from modules in the kernel itself) show things like the following for the init function: static

Re: Calling hibernate from workqueue

2014-06-09 Thread Pranay Srivastava
On Jun 9, 2014 8:47 PM, "AYAN KUMAR HALDER" wrote: > > Hi, > > I am using a arm based muticore platform. > > I intend to call hibernate from a push button interrupt. I have > initialized a workqueue for calling hibernate() and have scheduled it > in the push button interrupt service routine. I hav

Calling hibernate from workqueue

2014-06-09 Thread AYAN KUMAR HALDER
Hi, I am using a arm based muticore platform. I intend to call hibernate from a push button interrupt. I have initialized a workqueue for calling hibernate() and have scheduled it in the push button interrupt service routine. I have chosen workqueue over tasklet for the reason:- 1. Workqueue gets

Re: [kernelnewbies]a question about checkpatch.pl

2014-06-09 Thread lx
Thank you. I fix it. 于2014年6月9日 3:03:19,Joe Perches写到: > On Sun, 2014-06-08 at 11:44 -0700, anish singh wrote: >> Joe can help you with that. >> >> >> On Sun, Jun 8, 2014 at 7:29 AM, lx wrote: >> >>> hi all: >>> I used the script of checkpatch.pl, but some error messages appeared. >>> ###

Re: Booting Custom Kernel

2014-06-09 Thread Sudip Mukherjee
On Mon, Jun 9, 2014 at 4:57 PM, priyaranjan wrote: > Dipanjan, > > I hope the steps remains same even though if we have an windows OS in the > same machine. Please confirm. > > Regards. > Priyaranjan > > On Mon, Jun 9, 2014 at 9:23 AM, Dipanjan Das > wrote: > >> >> Dear Arindam, >> >> What I und

Re: Booting Custom Kernel

2014-06-09 Thread priyaranjan
Dipanjan, I hope the steps remains same even though if we have an windows OS in the same machine. Please confirm. Regards. Priyaranjan On Mon, Jun 9, 2014 at 9:23 AM, Dipanjan Das wrote: > > Dear Arindam, > > What I understand is, your system has two Ubuntu 12.04 installations side > by side.