Kernelnewbies Digest, Vol 83, Issue 20

yash omer yashomer0007 at gmail.com
Tue Oct 24 14:04:40 EDT 2017


Hello
On github
There are all the sample
Of  lddr3 for kernel 4.xx and above

Get Outlook for iOS<https://aka.ms/o0ukef>
________________________________
From: kernelnewbies-bounces at kernelnewbies.org <kernelnewbies-bounces at kernelnewbies.org> on behalf of kernelnewbies-request at kernelnewbies.org <kernelnewbies-request at kernelnewbies.org>
Sent: Tuesday, October 24, 2017 9:30:02 PM
To: kernelnewbies at kernelnewbies.org
Subject: Kernelnewbies Digest, Vol 83, Issue 20

Send Kernelnewbies mailing list submissions to
        kernelnewbies at kernelnewbies.org

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
or, via email, send a message with subject or body 'help' to
        kernelnewbies-request at kernelnewbies.org

You can reach the person managing the list at
        kernelnewbies-owner at kernelnewbies.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Kernelnewbies digest..."


Today's Topics:

   1. Re: Updating LDD3 (Daniel.)
   2. Re: Updating LDD3 (Liam Ryan)


----------------------------------------------------------------------

Message: 1
Date: Tue, 24 Oct 2017 10:49:34 -0200
From: "Daniel." <danielhilst at gmail.com>
Subject: Re: Updating LDD3
To: Ozgur <okaratas at yandex.com>
Cc: kernelnewbies <kernelnewbies at kernelnewbies.org>
Message-ID:
        <CAF3SDA4psKGR1zzx11v1jVPgDMkQVretJb5gCnBHZvEs-GT+FA at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

You're welcome!

On Oct 24, 2017 10:38 AM, "Ozgur" <okaratas at yandex.com> wrote:

>
> Hello,
>
> 24.10.2017, 15:31, "Daniel." <danielhilst at gmail.com>:
>
> Here it is https://github.com/martinezjavier/ldd3
>
> Regards
>
>
> oh, it's very good, nice.
> Thank you
>
> Ozgur
>
>
>
> On Oct 24, 2017 9:58 AM, "Ozgur" <okaratas at yandex.com> wrote:
>
> Hello Daniel,
>
> 24.10.2017, 14:50, "Daniel." <danielhilst at gmail.com>:
>
> There is a repo at github with all the samples don't?
>
>
>
> I think that no, I not seen before on github.
>
> Regards
>
> Ozgur
>
>
>
> On Oct 24, 2017 9:06 AM, "Ozgur" <okaratas at yandex.com> wrote:
>
> Hello Ryan,
>
> 24.10.2017, 13:58, "Liam Ryan" <liamryandev at gmail.com>:
> > I'm currently working through the Linux Device Drivers 3rd edition
> > (https://lwn.net/Kernel/LDD3/) and much of the code is outdated.
> >
> > Right now I'm going through chapter 3 and rewriting the scull.c sample
> > code so that it will compile with 4.14.x
> >
> > I'm wondering about the Creative Commons license on the LDD3 book. I
> believe I would be able to annotate or alter the pdf files and re-publish
> them once I respect the license, however I'm wondering if this would be
> considered bad form? I assume there's a reason somebody else has not done
> this to date?
>
> I think you can update and re-publish the example code and don't break the
> original comment lines.
> At least I think this.
>
> > Obviously as a kernel newbie I'm not best positioned to do this work but
> > I'm happy to make a start and publish to a wiki or similar in a few
> > months once I've gone through everything.
> >
> > Thanks,
> > Liam
>
> Regards
>
> Ozgur
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20171024/d24bd48d/attachment-0001.html

------------------------------

Message: 2
Date: Tue, 24 Oct 2017 14:03:59 +0100
From: Liam Ryan <liamryandev at gmail.com>
Subject: Re: Updating LDD3
To: "Daniel." <danielhilst at gmail.com>
Cc: Ozgur <okaratas at yandex.com>,        kernelnewbies
        <kernelnewbies at kernelnewbies.org>
Message-ID: <20171024130358.GA14285 at liam-mint>
Content-Type: text/plain; charset=us-ascii

On Tue, Oct 24, 2017 at 10:49:34AM -0200, Daniel. wrote:
> You're welcome!
>
> On Oct 24, 2017 10:38 AM, "Ozgur" <okaratas at yandex.com> wrote:
>
> >
> > Hello,
> >
> > 24.10.2017, 15:31, "Daniel." <danielhilst at gmail.com>:
> >
> > Here it is https://github.com/martinezjavier/ldd3

Thanks I had found this repo which is a great reference for when I get
stuck in my own attempt to update the old code, however I believe this repo is also outdated. For instance it calls aio_complete on line 405 of main.c of scullc which I found has since been removed ( or I made a huge error :) ).

Leaving that aside I'm referring to updating the book itself rather than the code as the text makes reference to the code as written in 2005.

I'll ask the question on the debian-legal list as recommended, I think
the threads diverged at some point.

Regards,
Liam

> >
> > Regards
> >
> >
> > oh, it's very good, nice.
> > Thank you
> >
> > Ozgur
> >
> >
> >
> > On Oct 24, 2017 9:58 AM, "Ozgur" <okaratas at yandex.com> wrote:
> >
> > Hello Daniel,
> >
> > 24.10.2017, 14:50, "Daniel." <danielhilst at gmail.com>:
> >
> > There is a repo at github with all the samples don't?
> >
> >
> >
> > I think that no, I not seen before on github.
> >
> > Regards
> >
> > Ozgur
> >
> >
> >
> > On Oct 24, 2017 9:06 AM, "Ozgur" <okaratas at yandex.com> wrote:
> >
> > Hello Ryan,
> >
> > 24.10.2017, 13:58, "Liam Ryan" <liamryandev at gmail.com>:
> > > I'm currently working through the Linux Device Drivers 3rd edition
> > > (https://lwn.net/Kernel/LDD3/) and much of the code is outdated.
> > >
> > > Right now I'm going through chapter 3 and rewriting the scull.c sample
> > > code so that it will compile with 4.14.x
> > >
> > > I'm wondering about the Creative Commons license on the LDD3 book. I
> > believe I would be able to annotate or alter the pdf files and re-publish
> > them once I respect the license, however I'm wondering if this would be
> > considered bad form? I assume there's a reason somebody else has not done
> > this to date?
> >
> > I think you can update and re-publish the example code and don't break the
> > original comment lines.
> > At least I think this.
> >
> > > Obviously as a kernel newbie I'm not best positioned to do this work but
> > > I'm happy to make a start and publish to a wiki or similar in a few
> > > months once I've gone through everything.
> > >
> > > Thanks,
> > > Liam
> >
> > Regards
> >
> > Ozgur
> >
> >

> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies




------------------------------

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies at kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


End of Kernelnewbies Digest, Vol 83, Issue 20
*********************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20171024/3ffd760f/attachment.html 


More information about the Kernelnewbies mailing list