Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1361099 > unrolled thread
| Started by | Luis de Bethencourt <luisbg@osg.samsung.com> |
|---|---|
| First post | 2016-03-19 14:00 +0100 |
| Last post | 2016-03-31 08:50 +0200 |
| Articles | 10 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH 1/5] Documentation: add Linux Kernel Development book Luis de Bethencourt <luisbg@osg.samsung.com> - 2016-03-19 14:00 +0100
[PATCH 2/5] Documentation: update URL for Michael K. Johnson's articles Luis de Bethencourt <luisbg@osg.samsung.com> - 2016-03-19 14:00 +0100
Re: [PATCH 2/5] Documentation: update URL for Michael K. Johnson's articles Luis de Bethencourt <luisbg@osg.samsung.com> - 2016-03-19 14:10 +0100
Re: [PATCH 2/5] Documentation: update URL for Michael K. Johnson's articles Jonathan Corbet <corbet@lwn.net> - 2016-03-31 09:00 +0200
[PATCH 5/5] Documentation: update URL for Porting Linux 2.0 Drivers to 2.2 Luis de Bethencourt <luisbg@osg.samsung.com> - 2016-03-19 14:00 +0100
Re: [PATCH 5/5] Documentation: update URL for Porting Linux 2.0 Drivers to 2.2 Jonathan Corbet <corbet@lwn.net> - 2016-03-31 09:00 +0200
Re: [PATCH 5/5] Documentation: update URL for Porting Linux 2.0 Drivers to 2.2 Luis de Bethencourt <luisbg@osg.samsung.com> - 2016-03-31 13:00 +0200
[PATCH 4/5] Documentation: update URLs for Richard Gooch's articles Luis de Bethencourt <luisbg@osg.samsung.com> - 2016-03-19 14:00 +0100
Re: [PATCH 4/5] Documentation: update URLs for Richard Gooch's articles Jonathan Corbet <corbet@lwn.net> - 2016-03-31 09:00 +0200
Re: [PATCH 1/5] Documentation: add Linux Kernel Development book Jonathan Corbet <corbet@lwn.net> - 2016-03-31 08:50 +0200
| From | Luis de Bethencourt <luisbg@osg.samsung.com> |
|---|---|
| Date | 2016-03-19 14:00 +0100 |
| Subject | [PATCH 1/5] Documentation: add Linux Kernel Development book |
| Message-ID | <reoE2-8p2-3@gated-at.bofh.it> |
The Linux Kernel Development book by Robert Love has been recommended to me
by multiple kernel hackers. Worth having in the list of books in
kernel-docs.txt for newbies looking for good learning resources.
Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
---
Hi,
I really enjoyed this book and I think it deserves being listed in the
kernel-docs.txt list.
Thanks,
Luis
Documentation/kernel-docs.txt | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/Documentation/kernel-docs.txt b/Documentation/kernel-docs.txt
index fe217c1..b250360 100644
--- a/Documentation/kernel-docs.txt
+++ b/Documentation/kernel-docs.txt
@@ -609,6 +609,13 @@
Pages: 432.
ISBN: 0-201-63338-8
+ * Title: "Linux Kernel Development, 3rd Edition"
+ Author: Robert Love
+ Publisher: Addison-Wesley.
+ Date: July, 2010
+ Pages: 440
+ ISBN: 978-0672329463
+
MISCELLANEOUS:
* Name: linux/Documentation
--
2.5.1
[toc] | [next] | [standalone]
| From | Luis de Bethencourt <luisbg@osg.samsung.com> |
|---|---|
| Date | 2016-03-19 14:00 +0100 |
| Subject | [PATCH 2/5] Documentation: update URL for Michael K. Johnson's articles |
| Message-ID | <reoE2-8p2-9@gated-at.bofh.it> |
| In reply to | #1361099 |
The URL for "Writing Linux Device Drivers" hasn't been available in some
time. Updating it to the URL of Michael K. Johnson's "Linux Kernel Hackers'
Guide"
Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
---
Documentation/kernel-docs.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/kernel-docs.txt b/Documentation/kernel-docs.txt
index b250360..9a1b0d3 100644
--- a/Documentation/kernel-docs.txt
+++ b/Documentation/kernel-docs.txt
@@ -196,7 +196,7 @@
* Title: "Writing Linux Device Drivers"
Author: Michael K. Johnson.
- URL: http://users.evitech.fi/~tk/rtos/writing_linux_device_d.html
+ URL: http://www.tldp.org/LDP/khg/HyperNews/get/khg.html
Keywords: files, VFS, file operations, kernel interface, character
vs block devices, I/O access, hardware interrupts, DMA, access to
user memory, memory allocation, timers.
--
2.5.1
[toc] | [prev] | [next] | [standalone]
| From | Luis de Bethencourt <luisbg@osg.samsung.com> |
|---|---|
| Date | 2016-03-19 14:10 +0100 |
| Subject | Re: [PATCH 2/5] Documentation: update URL for Michael K. Johnson's articles |
| Message-ID | <reoNI-gf-7@gated-at.bofh.it> |
| In reply to | #1361100 |
On 19/03/16 12:51, Luis de Bethencourt wrote: > The URL for "Writing Linux Device Drivers" hasn't been available in some > time. Updating it to the URL of Michael K. Johnson's "Linux Kernel Hackers' > Guide" > > Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com> > --- > Documentation/kernel-docs.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/kernel-docs.txt b/Documentation/kernel-docs.txt > index b250360..9a1b0d3 100644 > --- a/Documentation/kernel-docs.txt > +++ b/Documentation/kernel-docs.txt > @@ -196,7 +196,7 @@ > > * Title: "Writing Linux Device Drivers" > Author: Michael K. Johnson. > - URL: http://users.evitech.fi/~tk/rtos/writing_linux_device_d.html > + URL: http://www.tldp.org/LDP/khg/HyperNews/get/khg.html > Keywords: files, VFS, file operations, kernel interface, character > vs block devices, I/O access, hardware interrupts, DMA, access to > user memory, memory allocation, timers. > Hi, I separated the docs URL updates into individual commits so they can easily be cherry-picked. I am happy to squash them all into one if you think it is better. Thanks :) Luis
[toc] | [prev] | [next] | [standalone]
| From | Jonathan Corbet <corbet@lwn.net> |
|---|---|
| Date | 2016-03-31 09:00 +0200 |
| Subject | Re: [PATCH 2/5] Documentation: update URL for Michael K. Johnson's articles |
| Message-ID | <riEKe-Xu-9@gated-at.bofh.it> |
| In reply to | #1361100 |
On Sat, 19 Mar 2016 12:51:21 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> wrote: > The URL for "Writing Linux Device Drivers" hasn't been available in some > time. Updating it to the URL of Michael K. Johnson's "Linux Kernel Hackers' > Guide" But that's a different work, I don't think it makes sense to just substitute in the URL. It would be better, I think, to turn this into an entry for the KHG if we really want that. Thanks, jon
[toc] | [prev] | [next] | [standalone]
| From | Luis de Bethencourt <luisbg@osg.samsung.com> |
|---|---|
| Date | 2016-03-19 14:00 +0100 |
| Subject | [PATCH 5/5] Documentation: update URL for Porting Linux 2.0 Drivers to 2.2 |
| Message-ID | <reoE3-8p2-17@gated-at.bofh.it> |
| In reply to | #1361099 |
The URL format of Linux Magazine articles has changed. Updating the URL
of the "Porting Linux 2.0 Drivers to Linux 2.2" article by Alan Cox.
Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
---
Documentation/kernel-docs.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/kernel-docs.txt b/Documentation/kernel-docs.txt
index 04f6d73..bfca1ed 100644
--- a/Documentation/kernel-docs.txt
+++ b/Documentation/kernel-docs.txt
@@ -376,7 +376,7 @@
* Title: "Porting Linux 2.0 Drivers To Linux 2.2: Changes and New
Features "
Author: Alan Cox.
- URL: http://www.linux-mag.com/1999-05/gear_01.html
+ URL: http://www.linux-mag.com/id/216/
Keywords: ports, porting.
Description: Article from Linux Magazine on porting from 2.0 to
2.2 kernels.
--
2.5.1
[toc] | [prev] | [next] | [standalone]
| From | Jonathan Corbet <corbet@lwn.net> |
|---|---|
| Date | 2016-03-31 09:00 +0200 |
| Subject | Re: [PATCH 5/5] Documentation: update URL for Porting Linux 2.0 Drivers to 2.2 |
| Message-ID | <riEKf-Xu-31@gated-at.bofh.it> |
| In reply to | #1361102 |
On Sat, 19 Mar 2016 12:51:24 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> wrote: > - URL: http://www.linux-mag.com/1999-05/gear_01.html > + URL: http://www.linux-mag.com/id/216/ So this URL doesn't appear to work for me..? Thanks, jon
[toc] | [prev] | [next] | [standalone]
| From | Luis de Bethencourt <luisbg@osg.samsung.com> |
|---|---|
| Date | 2016-03-31 13:00 +0200 |
| Subject | Re: [PATCH 5/5] Documentation: update URL for Porting Linux 2.0 Drivers to 2.2 |
| Message-ID | <riIuv-3Hf-19@gated-at.bofh.it> |
| In reply to | #1367885 |
On 31/03/16 07:52, Jonathan Corbet wrote: > On Sat, 19 Mar 2016 12:51:24 +0000 > Luis de Bethencourt <luisbg@osg.samsung.com> wrote: > >> - URL: http://www.linux-mag.com/1999-05/gear_01.html >> + URL: http://www.linux-mag.com/id/216/ > > So this URL doesn't appear to work for me..? > > Thanks, > > jon > I tried here and it works, but maybe it is flacky and it isn't permanently available. Dropping the patch if that is the case. Thanks for looking at it Jon :) Luis
[toc] | [prev] | [next] | [standalone]
| From | Luis de Bethencourt <luisbg@osg.samsung.com> |
|---|---|
| Date | 2016-03-19 14:00 +0100 |
| Subject | [PATCH 4/5] Documentation: update URLs for Richard Gooch's articles |
| Message-ID | <reoE2-8p2-15@gated-at.bofh.it> |
| In reply to | #1361099 |
Current URL for "Kernel API changes from 2.0 to 2.2" hasn't been available
for some time, updating. The second article about changes from 2.2 to 2.4
is missing a URL, adding it.
Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
---
Documentation/kernel-docs.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/kernel-docs.txt b/Documentation/kernel-docs.txt
index 488bda7..04f6d73 100644
--- a/Documentation/kernel-docs.txt
+++ b/Documentation/kernel-docs.txt
@@ -266,14 +266,14 @@
* Title: "Kernel API changes from 2.0 to 2.2"
Author: Richard Gooch.
- URL:
- http://www.linuxhq.com/guides/LKMPG/node28.html
+ URL: http://www.safe-mbox.com/~rgooch/linux/docs/porting-to-2.2.html
Keywords: 2.2, changes.
Description: Kernel functions/structures/variables which changed
from 2.0.x to 2.2.x.
* Title: "Kernel API changes from 2.2 to 2.4"
Author: Richard Gooch.
+ URL: http://www.safe-mbox.com/~rgooch/linux/docs/porting-to-2.4.html
Keywords: 2.4, changes.
Description: Kernel functions/structures/variables which changed
from 2.2.x to 2.4.x.
--
2.5.1
[toc] | [prev] | [next] | [standalone]
| From | Jonathan Corbet <corbet@lwn.net> |
|---|---|
| Date | 2016-03-31 09:00 +0200 |
| Subject | Re: [PATCH 4/5] Documentation: update URLs for Richard Gooch's articles |
| Message-ID | <riEKf-Xu-37@gated-at.bofh.it> |
| In reply to | #1361103 |
On Sat, 19 Mar 2016 12:51:23 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> wrote: > Current URL for "Kernel API changes from 2.0 to 2.2" hasn't been available > for some time, updating. The second article about changes from 2.2 to 2.4 > is missing a URL, adding it. Applied to the docs tree, thanks. jon
[toc] | [prev] | [next] | [standalone]
| From | Jonathan Corbet <corbet@lwn.net> |
|---|---|
| Date | 2016-03-31 08:50 +0200 |
| Message-ID | <riEAy-T6-13@gated-at.bofh.it> |
| In reply to | #1361099 |
On Sat, 19 Mar 2016 12:51:20 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> wrote: > The Linux Kernel Development book by Robert Love has been recommended to me > by multiple kernel hackers. Worth having in the list of books in > kernel-docs.txt for newbies looking for good learning resources. Applied to the docs tree, thanks. jon
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web