Re: first patch

2015-12-27 Thread Jerry Snitselaar
On Wed Dec 23 15, maoma king wrote: > Dear > I have sent my first patch (https://lkml.org/lkml/2015/11/18/239) to > linux-next tree.But I never received anything about it.So I sent it > again. You say "Doesn't apply to my tree :(".but it can be apply to > least linux-next branch . > I make n new

Re: working with linux-next ... must tags be fetched separately?

2015-07-01 Thread Jerry Snitselaar
On Sun Jun 28 15, Robert P. J. Day wrote: On Sun, 28 Jun 2015, Harsh Jain wrote: Hi, git fetch --tags linux-next Will only fetch the tags not changed files content/data. To fetch file changes git fetch linux-next Is required. On 28 June 2015 14:59:15 GMT+05:30,

Re: signing kernel modules on RHEL 7

2015-05-22 Thread Jerry Snitselaar
On Wed May 20 15, Chakradhar thota wrote: Hello Everyone, I have compiled kernel module on RHEL7 but when I insert the module, I got following warning module verification failed: signature and/or required key missing - tainting kernel. I tried signing the module on custom kernel and

Re: Fwd: Eudyptula challenge submissions (patch versus proof)

2015-02-03 Thread Jerry Snitselaar
On 2015-02-02 13:03 MST, Tolga Ceylan tolga.cey...@gmail.com wrote: I think due to my e-mail below, I was removed from the challenge. Or maybe it was due to the way I submitted the task; separate e-mail for proof and another kernel patch e-mail... I'm not sure if this is due to some script

Re: Skb Documentation?

2014-08-14 Thread Jerry Snitselaar
On Thu Aug 14 14, leo kirotawa wrote: git grep is your friend. :) [1]http://www.linuxjournal.com/article/1312 That and learn to use cscope and/or ctags Jerry ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org

Re: [PATCH] staging: Check for Null return of allocated skb in fw_download_code

2014-08-13 Thread Jerry Snitselaar
On Wed Aug 13 14, Max Filippov wrote: On Wed, Aug 13, 2014 at 10:03 PM, Nick Krause xerofo...@gmail.com wrote: I did test my patch by doing a kernel build and I get this error, drivers/staging/rtl8192e/rtl8192e/r8192E_firmware.c:66:4: error: implicit declaration of function

Re: [PATCHv3] staging: Check for Null allocated skb in fw_download_code

2014-08-12 Thread Jerry Snitselaar
On Tue Aug 12 14, valdis.kletni...@vt.edu wrote: On Tue, 12 Aug 2014 16:19:40 -0400, Nick Krause said: On Tue, Aug 12, 2014 at 4:18 PM, Nicholas Krause xerofo...@gmail.com wrote: I am fixing the bug entry , https://bugzilla.kernel.org/show_bug.cgi?id=60461. This entry states that