Re: How to prevent a module from unloading when in used

2014-07-18 Thread Chetan Nanda
On Fri, Jul 18, 2014 at 9:47 AM, Greg KH g...@kroah.com wrote: On Fri, Jul 18, 2014 at 09:43:48AM +0530, Chetan Nanda wrote: On Wed, Jul 16, 2014 at 9:51 PM, Greg KH g...@kroah.com wrote: On Wed, Jul 16, 2014 at 08:57:38PM +0530, Chetan Nanda wrote: On

hi , question function of net_rx(struct net_device *dev)

2014-07-18 Thread lx
hi : the source code of net_rx(struct net_device *dev) is: http://lxr.oss.org.cn/source/drivers/net/ethernet/cirrus/cs89x0.c#L670 I can't understand codes about malloc buffer. ## 684 /* Malloc up new buffer. */ 685 skb =

Re: hi , question function of net_rx(struct net_device *dev)

2014-07-18 Thread Denis Kirjanov
On 7/18/14, lx lxlenovos...@gmail.com wrote: hi : the source code of net_rx(struct net_device *dev) is: http://lxr.oss.org.cn/source/drivers/net/ethernet/cirrus/cs89x0.c#L670 I can't understand codes about malloc buffer. ## 684 /* Malloc

How to automate checkpatch get_maintainers git send-email of commits range?

2014-07-18 Thread Andrey Utkin
Is there script for automated checkpatch.pl get_maintainers.pl git send-email for range of commits? I see none. Would it be welcome to submit such one to kernel tree? -- Andrey Utkin ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org

Where find Linux Kernel Development Jobs

2014-07-18 Thread Lucas Tanure
Hi, What are the best sites, lists, foruns to find Linux Kernel Jobs. No matter the country. Linkedin is still the best place ? Thanks -- Lucas Tanure +55 (19) 988176559 ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org

module_param does not work in Ubuntu 13.10 - Kernel 3.10.0-4

2014-07-18 Thread dora babu
Hi Kernelnewbies, Subject : module_param does not work in Ubuntu 13.10 - Kernel 3.10.0-4 For the thread in your mailing list, I would like to suggest the person who posted question that he is not able to pass the parameters to the module in their product. I would like them to check the 'insmod'

Re: How to automate checkpatch get_maintainers git send-email of commits range?

2014-07-18 Thread Joe Perches
On Fri, 2014-07-18 at 15:47 -0700, Joe Perches wrote: On Fri, 2014-07-18 at 18:22 -0400, Theodore Ts'o wrote: and get_maintainers.pl. I think checkpatch Umm, make that get_maintainer... is pretty good about cc'ing mostly the right folk by default.