Re: Identify Beacon Frame

2015-08-28 Thread Anand Moon
capture any packet. iw dev wlan0 interface add mon0 type monitor flags none ifconfig mon0 up Now you can capture all the packets on mon0 interface. -Anand Moon ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http

How .suspend and .resume are invoked

2015-06-01 Thread Anand Moon
hi All, I would like to know how .suspend and .resume in device driver invoked where ACPI is not used. What I meant is suppose you have USB not connected then what is the state of the device driver. Is the .probe function running continuously in the background. -Anand Moon

Re: How .suspend and .resume are invoked

2015-06-01 Thread Anand Moon
Hi Bjorn, On Monday, June 1, 2015 1:54 PM, Bjørn Mork bj...@mork.no wrote: Anand Moon moon.li...@yahoo.com writes: hi All, I would like to know how .suspend and .resume in device driver invoked where ACPI is not used. https://www.kernel.org/doc/Documentation/power/devices.txt What I

Re: Kernel thread scheduling

2015-03-21 Thread Anand Moon
is not get updated by the scheduler. Below example can help clear the concept. http://lxr.free-electrons.com/source/drivers/vhost/vhost.c#L225 -Anand Moon On Saturday, March 21, 2015 4:58 AM, Jeff Haran jeff.ha...@citrix.com wrote: -Original Message- From: kernelnewbies-boun

Re: Download patch from email.

2015-02-15 Thread Anand Moon
@arm:~/study/patchwork$ ./apps/patchwork/bin/pwclient get 2079361 Saved patch to v3-1-5-ARM-dts-Add-FIMD-node-to-exynos4.patch ubuntu@arm:~/study/patchwork$ After this we can use git am command to apply the patch. This seams to easy approach to me. -Anand Moon On Sunday, February 15, 2015 3:01 PM

Re: Download patch from email.

2015-02-14 Thread Anand Moon
/presentations/255/original/patchwork.pdf -Anand Moon On Saturday, February 14, 2015 2:38 PM, Silvan Jegen m...@sillymon.ch wrote: On Sat, Feb 14, 2015 at 03:48:53AM +, Anand Moon wrote: I have configured mutt as email client. https://github.com/narkoleptik/dotfiles/blob/master/.muttrc But my

Download patch from email.

2015-02-13 Thread Anand Moon
Hi All, I have configured mutt as email client. https://github.com/narkoleptik/dotfiles/blob/master/.muttrc But my configuration don't allow me to download Linux patch's from email. Please some one could point out the configuration or suggest other email client. -Anand Moon

Re: Kernel 2.6.32.60 64bit Crash/Hung

2015-01-26 Thread Anand Moon
Hi Giridhara, http://ark.intel.com/products/64622/Intel-Xeon-Processor-E5-4650-20M-Cache-2_70-GHz-8_00-GTs-Intel-QPI Show it has only 8 core of CPU. Why are you setting the CONFIG_NR_CPUS=64. certainly it will have a issue in the kernel. -Anand Moon On Tuesday, January 27, 2015 10:27 AM

Re: New member

2015-01-25 Thread Anand Moon
Hi All, How about working on ARM development board. We get to work much close to the latest kernel and features that are build for SOC. More over we can maintain and test out changes on development boards and submit our changes to LKM. Also it fast way to contribute to the LKM. -Anand Moon

linux-tools perf for ARM boards.

2015-01-25 Thread Anand Moon
/traceevent/ LINK perf LINK libperf-gtk.so GEN python/perf.so build is successful but how to install and where to install. -Anand Moon ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo

Re: Why the Email of @yahoo.com can't subscribe majord...@vger.kernel.org ?

2015-01-06 Thread Anand Moon
Hi All, This mails from yahoo mail server are being dropped by kernel mailing list But why such a policy ? How to get this working in the future. -Anand Moon On 12/29/2014 12:49 PM, Sudip Mukherjee wrote: On Mon, Dec 29, 2014 at 11:56 AM, lx lxlenovos...@gmail.com wrote: hi all: I

Re: Why the Email of @yahoo.com can't subscribe majord...@vger.kernel.org ?

2015-01-06 Thread Anand Moon
hi Validis, Thanks you for explaing. -Anand Moon On Tuesday, January 6, 2015 11:41 PM, valdis.kletni...@vt.edu valdis.kletni...@vt.edu wrote: On Tue, 06 Jan 2015 23:25:18 +0530, Anand Moon said: This mails from yahoo mail server are being dropped by kernel mailing list But why

Re: newbies CheckpatchTips for multiline statements (Breaking function calls)

2014-12-27 Thread Anand Moon
Hi All, If we are using the correct plugin in vim. We could hardly face this situation indent of the Linux kernel code. Below link helps http://www.vim.org/scripts/script.php?script_id=4369 -Anand Moon On Wednesday, December 17, 2014 4:25 PM, Bjørn Mork bj...@mork.no wrote: Joe

Git create patch series for multipe commits.

2014-09-25 Thread Anand Moon
Hi All, Could somebody provide me steps to create patch series. How to send version's of these patches. How to resend these patches. -Anand Moon ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman

Configure git send mail for yahoo email

2014-08-04 Thread Anand Moon
moon.li...@yahoo.com git config --global sendemail.confirm auto But I get following error: Unable to initialize SMTP properly. Check config and use --smtp-debug. -Anand Moon ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http

Re: Configure git send mail for yahoo email

2014-08-04 Thread Anand Moon
Hi Valdis, Finally I got it working using following configuration git config --global sendemail.smtpserver plus.smtp.mail.yahoo.com git config --global sendemail.smtpserverport 465 git config --global sendemail.smtpencryption ssl -Anand Moon On Tuesday, August 5, 2014 12:42 AM, valdis.kletni

Re: Configure git send mail for yahoo email

2014-08-04 Thread Anand Moon
Hi Valdis, I had the same doubt with the port number. I got the above setting from below link which turn around to be wrong. http://www.beautifulwork.org/2012/05/15/send-patches-using-git-from-yahoo/ -Anand Moon On Tuesday, August 5, 2014 1:41 AM, valdis.kletni...@vt.edu valdis.kletni

Re: Confused by function names cpuidle_install_idle_handler/cpuidle_uninstall_idle_handler

2014-07-22 Thread Anand Moon
-cpuidle-stop-depending-on-pm_idle.patch -Anand Moon On Tuesday, July 22, 2014 7:28 PM, Mohammad Merajul Islam Molla meraj.eni...@gmail.com wrote: Hello, As mentioned, the code excerpt was from kernel version 3.0. In recent kernel (version 3.16.0-rc4), the code for the two mentioned functions

Re: Confused by function names cpuidle_install_idle_handler/cpuidle_uninstall_idle_handler

2014-07-22 Thread Anand Moon
Hi Meraj, Look at the condition where they are called, If they justify the meaning of the functions it's ok to keep the name as it is. Other wise if you have alternate name for these functions, just send a patch to the maintainers of the code changes. -Anand Moon On Tuesday, July 22, 2014 8

Re: Path of network packet in kernel

2014-07-15 Thread Anand Moon
  trace.dat #trace-cmd report You can also user perf command to trace the kernel functions. #sudo perf record -e probe:tcp_sendmsg #perf report perf examples can be found below. http://www.brendangregg.com/perf.html -Anand Moon On Tuesday, July 15, 2014 10:34 PM, Jeff Haran jeff.ha

linux-header files.

2014-07-12 Thread Anand Moon
Hi All, I would like to know a procedure to extract linux-headers from linux src tree. -Anand Moon ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: Eudyptula Challenge Task 01

2014-06-18 Thread Anand Moon
Hi Sanjeev, Please share the steps to configure Thunderbird so that it benefits all of us. -Anand Moon On Wednesday, June 18, 2014 4:37 PM, sanjeev sharma sanjeevsharmae...@gmail.com wrote: So Thunderbird client can work out of Box to submit Assignment   We can also attach .c .h files

Re: Eudyptula Challenge Task 01

2014-06-15 Thread Anand Moon
Hi All, You can use yahoo or gmail email ids, Only care you need to select. Yahoo --- Switch to Plain Text Gmail Rich Text This option will disable the html formatting of the mails. -Anand Moon ___ Kernelnewbies mailing list Kernelnewbies

Re: Download Linus's latest git tree

2014-05-28 Thread Anand Moon
. # Note you can do 'git reset --hard HEAD' only on the *master branch. Please share your thought on this. -Anand Moon On Tuesday, May 27, 2014 10:58 PM, valdis.kletni...@vt.edu valdis.kletni...@vt.edu wrote: On Tue, 27 May 2014 11:28:19 -0500, Victor Rodriguez said: Have you try the git

Re: Download Linus's latest git tree

2014-05-27 Thread Anand Moon
the changes in to stable branch. git merge FETCH_HEAD Please share your thoughts on this. -Anand Moon   On Tuesday, May 27, 2014 7:48 AM, valdis.kletni...@vt.edu valdis.kletni...@vt.edu wrote: On Mon, 26 May 2014 15:04:17 -0300, Lucas Tanure said: git clone --depth 1 git://git.kernel.org

Re: Download Linus's latest git tree

2014-05-27 Thread Anand Moon
Hi Validis, Thanks for this new approach. -Anand Moon On Tuesday, May 27, 2014 2:07 PM, valdis.kletni...@vt.edu valdis.kletni...@vt.edu wrote: On Tue, 27 May 2014 00:16:52 -0700, Anand Moon said: Please share your thoughts on this. I'd do it slightly differently, by keeping a master copy

linux firmware

2014-04-30 Thread Anand Moon
Hi All, What is the user of Linux firmware ? How are these firmware created for particular devices. -Anand Moon___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

linux firmware.

2014-04-30 Thread Anand Moon
Hi All, What is the user of Linux firmware ? How are these firmware created for particular devices. -Anand Moon ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: Code Style issue

2014-04-05 Thread Anand Moon
with the message on the console or in kernel logs depending on the priority. This is good coding pratice to indentify bugs. -Anand Moon On Saturday, April 5, 2014 10:52 AM, HABI S RAVI habi...@gmail.com wrote: Hi, I am trying to fix a coding issue . I get the following warning when my module is checked

uboot build for udoo board.

2014-04-05 Thread Anand Moon
Hi All, I am new to the boot loader part. Can some body help me compile the u-boot loader for udoo board. http://git.freescale.com/git/cgit.cgi/imx/uboot-imx.git/ tags rel_imx_3.10.17_1.0.0_beta Please share your thoughts on this. -Anand Moon

git fetch and git merge stable kernel

2014-04-01 Thread Anand Moon
me a method to such a operation. -Anand Moon ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: git fetch and git merge stable kernel

2014-04-01 Thread Anand Moon
Hi Greg, I have kernel version 3.05 for particular ARM board. I want to fetch and merger from 3.05 -- 3.2.xx (i.e. 3.2.55) and see if how this new kernel works on the ARM board. Can some body guide me with some steps the do such a operations. Hope this clear my questions. -Anand Moon

Re: A new way to dive into the kernel!

2014-03-16 Thread Anand Moon
Hi All, Can we send attachment to lit...@eudyptula-challenge.org or all the code need to be part of the mail. -Anand Moon   On Sunday, March 16, 2014 7:25 AM, Subhra S. Sarkar sar...@g.clemson.edu wrote: jimmy.li coder.liss at qq.com writes: I have tried thunderbird, but it always send

extract patch's from the mail.

2014-03-16 Thread Anand Moon
Hi All, Please share the method to extract patch form the mail. Generally patch have comment and diff of the files changes, so which part we need to select for the patch file. Please share your thoughts. -Anand Moon ___ Kernelnewbies mailing list

Re: simple memory malloc and free in ip_output.c

2013-12-26 Thread Anand Moon
Hi, ip_queue_xmit will get called for every packet send, so frequent allocation and free of memory can be a problem for slab allocator. If you need only 48 bytes of memory in a function you can chose to use array. -Anand Moon -BEGIN PGP MESSAGE- Version: GnuPG v1.4.14 (GNU/Linux

Re: Is `IS_ERR_VALUE` indicates that the return value is invalid?

2013-11-20 Thread Anand Moon
IS_ERR_VALUE(x) unlikely((x) = (unsigned long)-MAX_ERRNO) static inline long __must_check IS_ERR(__force const void *ptr) {       return IS_ERR_VALUE((unsigned long)ptr); } -Anand Moon On Thursday, November 7, 2013 11:24 AM, 乃宏周 naive...@gmail.com wrote: In kernel source

Re: Embedded Toolchain

2013-11-18 Thread Anand Moon
Hi Anuz, Thanks for your inputs. -Anand Moon On Monday, November 18, 2013 9:23 PM, Anuz Pratap Singh Tomar chambilketha...@gmail.com wrote: On Mon, Nov 18, 2013 at 4:52 AM, Anand Moon moon.li...@yahoo.com wrote: Hi All, During compilation of openwrt it obviously create an embedded

Embedded Toolchain

2013-11-17 Thread Anand Moon
toolchain replace the old toolchain for embedded boards of same architecture i.e. MIPS or ARM. Please share your thoughts on this. -Anand Moon ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo

Re: Introducing Myself, Looking to Learn

2013-11-13 Thread Anand Moon
. And you will become you own mentor for that driver. -Anand Moon On Monday, October 28, 2013 4:11 PM, Matthias Brugger matthias@gmail.com wrote: 2013/9/3 Robert P. J. Day rpj...@crashcourse.ca: On Tue, 3 Sep 2013, valdis.kletni...@vt.edu wrote: On Wed, 04 Sep 2013 02:05:42 +0530, Varad

Git gui tools for linux

2013-07-16 Thread Anand Moon
Hi All,     Could you suggest me good Git GUI tool in Linux to create/merge/update.   I have installed few of them like git-gui and git-cola, but I need it with some  more advance option.   -Anand Moon___ Kernelnewbies mailing list

Re: Git gui tools for linux

2013-07-16 Thread Anand Moon
Hi All,   Thanks git-eye seems good option.   -Anand Moon From: Gabriel Duarte confuso...@gmail.com To: Kernelnewbies@kernelnewbies.org Kernelnewbies@kernelnewbies.org Sent: Wednesday, July 17, 2013 12:15 AM Subject: Re: Git gui tools for linux http://git

Re: building a kernel from a mounted partition

2013-05-25 Thread Anand Moon
Hi All,   Both Ubuntu and Fedora have different GCC version. So different Kernel images will be created on both the OS.   -Anand Moon From: Andy Johnson johnson...@gmail.com To: valdis.kletni...@vt.edu Cc: kernelnewbies@kernelnewbies.org Sent: Friday, May 24

Re: Callback function from kernel module

2012-11-13 Thread Anand Moon
that you can use then in your module.     -Anand Moon   From: Jeshwanth Kumar N K Jeshu jeshkumar...@gmail.com To: SaNtosh kuLkarni santosh.yesop...@gmail.com; moon.li...@yahoo.com Cc: Bernd Petrovitsch be...@petrovitsch.priv.at; kernelnewbies@kernelnewbies.org Sent

Re: Callback function from kernel module

2012-11-05 Thread Anand Moon
Hi All, Netlink sockets provide simple solution to the problem. please refer this link. http://people.ee.ethz.ch/~arkeller/linux/multi/kernel_user_space_howto-3.html section 3.3 Netlink Sockets explain the IPC mechanism to talk to usersapce from the kernel.   -Anand Moon

Re: Tools for checking incorrect usage of locking techniques in k-space

2012-11-04 Thread Anand Moon
problem.   -Anand Moon From: Vladimir Murzin murzi...@gmail.com To: Kumar amit mehta gmate.a...@gmail.com Cc: Srivatsa Bhat bhat.sriva...@gmail.com; kernelnewbies@kernelnewbies.org Sent: Monday, November 5, 2012 11:21 AM Subject: Re: Tools for checking incorrect

Re: slacks usage,..

2012-03-09 Thread Anand Moon
);     }   I guess this is the correct example for this. Please correct me if I am wrong.   -Anand Moon From: trisha yad trisha1ma...@gmail.com To: naveen yadav yad.nav...@gmail.com Cc: Daniel Baluta daniel.bal...@gmail.com; Kernelnewbies@kernelnewbies.org Sent

Re: what is the + sigh in the modules folder name?

2012-01-24 Thread Anand Moon
string Please try to echo this KERNELVERSION during compilation of kernel. -Anand Moon From: Christopher Harvey ch...@basementcode.com To: kernelnewbies@kernelnewbies.org Sent: Tuesday, January 24, 2012 8:46 PM Subject: Re: what is the + sigh in the modules folder

Re: SIGKILL

2012-01-19 Thread Anand Moon
Hi All,   Man page of waitpid give expansion with example on how to send SIGSTOP, SIGCONT and SIGKILL/SIGTERM to a running process. If we don't implement waitpid system call we will not be able to observer the states of process when we issue a signal to running process.   -Anand Moon