Kdump not working on latest kernels (4.13.0-rc6) ?

2017-08-21 Thread Ritesh Harjani
Hello, I tried to check the kdump utility on the latest kernel (4.13-rc6) on ubuntu. But I could not get it working. Is this functionality broken ? $ kdump-config show DUMP_MODE:kdump USE_KDUMP:1 KDUMP_SYSCTL: kernel.panic_on_oops=1 KDUMP_COREDIR:/var/crash crashkernel

Re: IRC channel for linux-block layer and linux-mmc discussion

2016-05-27 Thread Ritesh Harjani
at 04:53:02PM +0530, Ritesh Harjani wrote: >> Guys, >> Can someone please tell IRC channel & server for discussion on >> linux-block layer and linux-mmc discussion? > > What's wrong with the mailing lists for those portions of the kernel > instead? _

IRC channel for linux-block layer and linux-mmc discussion

2016-05-24 Thread Ritesh Harjani
Guys, Can someone please tell IRC channel & server for discussion on linux-block layer and linux-mmc discussion? Regards Ritesh ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: How the follow Starts in Android-Kernel

2013-02-05 Thread Ritesh Harjani
Hi all, Here is a very good link on *Booting ARM Linux SMP on MPCore* explained with little code. http://www.linux-arm.org/LinuxBootLoader/SMPBoot Regards Ritesh On Wed, Feb 6, 2013 at 10:20 AM, Ranganath T.M ranganatht...@gmail.comwrote: Hi Peter, Thanks for your information, And can

Detect list corruption at early stage to avoid BUG hitting?

2013-01-03 Thread Ritesh Harjani
Hi Everyone, Many times we see the following warning, which causes some kernel Bug to hit. I googled for any solution to detect list corruption so as to avoid the bug hit, but couldnt find any. Do you guys have any info ?? Does kernel provide any generic solution to do this? *Warning: list_del

Re: how does this command(at+cfun=1,1) works?

2012-12-17 Thread Ritesh Harjani
Hi Yann, On Mon, Dec 17, 2012 at 3:12 PM, Yann Droneaud ydrone...@opteya.com wrote: Le lundi 17 décembre 2012 à 12:41 +0530, Ritesh Harjani a écrit : Hi Everyone, When this command (at+cfun=1,1) is executed on phone, it does a reboot. I want to know which and how this command calls

how does this command(at+cfun=1,1) works?

2012-12-16 Thread Ritesh Harjani
Hi Everyone, When this command (at+cfun=1,1) is executed on phone, it does a reboot. I want to know which and how this command calls the kernel level functions. I googled this, but seems like all the data explains only about AT command and not as to how this reboot process is done. Coz what I

Re: map bss to addr zero

2012-09-01 Thread Ritesh Harjani
On Mon, Aug 27, 2012 at 2:01 AM, Srinivas Ramanan srinivas.rama...@gmail.com wrote: Hi all, This is an interview question. What is the implication of mapping BSS to the Virtual Memory Segment 0? I was not able to find the answer from web. So posting here. thanks, srinivas

Difference between kernel 3.0.15 and kernel 3.4

2012-08-31 Thread Ritesh Harjani
Where i can find all the differences between the kernel version 3.0.15 and 3.4. Ritesh ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: Difference between kernel 3.0.15 and kernel 3.4

2012-08-31 Thread Ritesh Harjani
Hey just an update, kernel 3.0.15 of Android-ICS and 3.4 of Android-JB. Sorry if i am wrong anywhere.. I am new to this :). Thank you Ritesh On Fri, Aug 31, 2012 at 4:33 PM, Ritesh Harjani ritesh.harj...@gmail.comwrote: Where i can find all the differences between the kernel version 3.0.15

Re: Setting up development environment using QEMU.

2012-06-08 Thread Ritesh Harjani
Hello guys, As I have recently came to know about QEMU which is a quick emulator and support emulation of ARM architecture. I wanted to boot linux onto QEMU, by setting up various nodes and devices from scratch. I want everything to be hand coded or atleast should have an idea of the (what my