All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/6] update reference, kerneltrap.org no longer works
@ 2014-06-09 15:51 Pranith Kumar
  2014-06-09 15:51 ` [PATCH 2/6] remove dead link, " Pranith Kumar
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Pranith Kumar @ 2014-06-09 15:51 UTC (permalink / raw)
  To: trivial, Dipankar Sarma, Paul E. McKenney, open list:READ-COPY UPDATE...

kerneltrap.org no longer works, update to a working reference

Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
---
 Documentation/RCU/RTFP.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/RCU/RTFP.txt b/Documentation/RCU/RTFP.txt
index 2f0fcb2..f29bcbc 100644
--- a/Documentation/RCU/RTFP.txt
+++ b/Documentation/RCU/RTFP.txt
@@ -2451,8 +2451,8 @@ lot of {Linux} into your technology!!!"
 ,month="February"
 ,year="2010"
 ,note="Available:
-\url{http://kerneltrap.com/mailarchive/linux-netdev/2010/2/26/6270589}
-[Viewed March 20, 2011]"
+\url{http://thread.gmane.org/gmane.linux.network/153338}
+[Viewed June 9, 2014]"
 ,annotation={
 	Use a pair of list_head structures to support RCU-protected
 	resizable hash tables.
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 2/6] remove dead link, kerneltrap.org no longer works
  2014-06-09 15:51 [PATCH 1/6] update reference, kerneltrap.org no longer works Pranith Kumar
@ 2014-06-09 15:51 ` Pranith Kumar
  2014-06-09 15:51 ` [PATCH 3/6] update reference, " Pranith Kumar
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 10+ messages in thread
From: Pranith Kumar @ 2014-06-09 15:51 UTC (permalink / raw)
  To: trivial, GitAuthor: Pranith Kumar, open list

kerneltrap.org no longer works, remove the dead reference

Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
---
 Documentation/SubmittingDrivers | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Documentation/SubmittingDrivers b/Documentation/SubmittingDrivers
index 36d16bb..31d3726 100644
--- a/Documentation/SubmittingDrivers
+++ b/Documentation/SubmittingDrivers
@@ -146,10 +146,6 @@ LWN.net:
 	Porting drivers from prior kernels to 2.6:
 		http://lwn.net/Articles/driver-porting/
 
-KernelTrap:
-	Occasional Linux kernel articles and developer interviews
-	http://kerneltrap.org/
-
 KernelNewbies:
 	Documentation and assistance for new kernel programmers
 	http://kernelnewbies.org/
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 3/6] update reference, kerneltrap.org no longer works
  2014-06-09 15:51 [PATCH 1/6] update reference, kerneltrap.org no longer works Pranith Kumar
  2014-06-09 15:51 ` [PATCH 2/6] remove dead link, " Pranith Kumar
@ 2014-06-09 15:51 ` Pranith Kumar
  2014-06-09 15:51   ` Pranith Kumar
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 10+ messages in thread
From: Pranith Kumar @ 2014-06-09 15:51 UTC (permalink / raw)
  To: trivial, GitAuthor: Pranith Kumar, open list

kerneltrap.org no longer works, update to a working reference

Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
---
 Documentation/security/LSM.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/security/LSM.txt b/Documentation/security/LSM.txt
index c335a76..3db7e67 100644
--- a/Documentation/security/LSM.txt
+++ b/Documentation/security/LSM.txt
@@ -22,7 +22,7 @@ system, building their checks on top of the defined capability hooks.
 For more details on capabilities, see capabilities(7) in the Linux
 man-pages project.
 
-Based on http://kerneltrap.org/Linux/Documenting_Security_Module_Intent,
+Based on https://lkml.org/lkml/2007/10/26/215,
 a new LSM is accepted into the kernel when its intent (a description of
 what it tries to protect against and in what cases one would expect to
 use it) has been appropriately documented in Documentation/security/.
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 4/6] update reference, kerneltrap.org no longer works
  2014-06-09 15:51 [PATCH 1/6] update reference, kerneltrap.org no longer works Pranith Kumar
@ 2014-06-09 15:51   ` Pranith Kumar
  2014-06-09 15:51 ` [PATCH 3/6] update reference, " Pranith Kumar
                     ` (4 subsequent siblings)
  5 siblings, 0 replies; 10+ messages in thread
From: Pranith Kumar @ 2014-06-09 15:51 UTC (permalink / raw)
  To: trivial, Richard Kuo, GitAuthor: Pranith Kumar,
	open list:QUALCOMM HEXAGON...,
	open list

kerneltrap.org no longer works, update to a working reference

Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
---
 arch/hexagon/include/asm/cache.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/hexagon/include/asm/cache.h b/arch/hexagon/include/asm/cache.h
index f4ca594..2635117 100644
--- a/arch/hexagon/include/asm/cache.h
+++ b/arch/hexagon/include/asm/cache.h
@@ -28,7 +28,7 @@
 #define __cacheline_aligned	__aligned(L1_CACHE_BYTES)
 #define ____cacheline_aligned	__aligned(L1_CACHE_BYTES)
 
-/* See http://kerneltrap.org/node/15100  */
+/* See http://lwn.net/Articles/262554/ */
 #define __read_mostly
 
 #endif
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 4/6] update reference, kerneltrap.org no longer works
@ 2014-06-09 15:51   ` Pranith Kumar
  0 siblings, 0 replies; 10+ messages in thread
From: Pranith Kumar @ 2014-06-09 15:51 UTC (permalink / raw)
  To: trivial, Richard Kuo, GitAuthor: Pranith Kumar,
	open list:QUALCOMM HEXAGON...,
	open list

kerneltrap.org no longer works, update to a working reference

Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
---
 arch/hexagon/include/asm/cache.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/hexagon/include/asm/cache.h b/arch/hexagon/include/asm/cache.h
index f4ca594..2635117 100644
--- a/arch/hexagon/include/asm/cache.h
+++ b/arch/hexagon/include/asm/cache.h
@@ -28,7 +28,7 @@
 #define __cacheline_aligned	__aligned(L1_CACHE_BYTES)
 #define ____cacheline_aligned	__aligned(L1_CACHE_BYTES)
 
-/* See http://kerneltrap.org/node/15100  */
+/* See http://lwn.net/Articles/262554/ */
 #define __read_mostly
 
 #endif
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 5/6] update reference, kerneltrap.org no longer works
  2014-06-09 15:51 [PATCH 1/6] update reference, kerneltrap.org no longer works Pranith Kumar
                   ` (2 preceding siblings ...)
  2014-06-09 15:51   ` Pranith Kumar
@ 2014-06-09 15:51 ` Pranith Kumar
  2014-06-09 15:51 ` [PATCH 6/6] remove dead link, " Pranith Kumar
  2014-06-09 16:08 ` [PATCH 1/6] update reference, " Paul E. McKenney
  5 siblings, 0 replies; 10+ messages in thread
From: Pranith Kumar @ 2014-06-09 15:51 UTC (permalink / raw)
  To: trivial, Alexey Klimov, Mauro Carvalho Chehab,
	open list:MR800 AVERMEDIA U...,
	open list

kerneltrap.org no longer works, update to a working reference

Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
---
 drivers/media/radio/radio-mr800.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/radio/radio-mr800.c b/drivers/media/radio/radio-mr800.c
index a360227..f476071 100644
--- a/drivers/media/radio/radio-mr800.c
+++ b/drivers/media/radio/radio-mr800.c
@@ -32,7 +32,7 @@
  * achievements (specifications given).
  * Also, Faidon Liambotis <paravoid@debian.org> wrote nice driver for this radio
  * in 2007. He allowed to use his driver to improve current mr800 radio driver.
- * http://kerneltrap.org/mailarchive/linux-usb-devel/2007/10/11/342492
+ * http://www.spinics.net/lists/linux-usb-devel/msg10109.html
  *
  * Version 0.01:	First working version.
  * 			It's required to blacklist AverMedia USB Radio
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 6/6] remove dead link, kerneltrap.org no longer works
  2014-06-09 15:51 [PATCH 1/6] update reference, kerneltrap.org no longer works Pranith Kumar
                   ` (3 preceding siblings ...)
  2014-06-09 15:51 ` [PATCH 5/6] " Pranith Kumar
@ 2014-06-09 15:51 ` Pranith Kumar
  2014-06-09 16:08 ` [PATCH 1/6] update reference, " Paul E. McKenney
  5 siblings, 0 replies; 10+ messages in thread
From: Pranith Kumar @ 2014-06-09 15:51 UTC (permalink / raw)
  To: trivial, Harry Wei, moderated list:CHINESE DOCUMENTA..., open list

kerneltrap.org no longer works, remove dead reference

Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
---
 Documentation/zh_CN/SubmittingDrivers | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Documentation/zh_CN/SubmittingDrivers b/Documentation/zh_CN/SubmittingDrivers
index 5889f8d..d313f5d 100644
--- a/Documentation/zh_CN/SubmittingDrivers
+++ b/Documentation/zh_CN/SubmittingDrivers
@@ -150,10 +150,6 @@ LWN.net:
 	将旧版内核的驱动程序移植到 2.6 版:
 		http://lwn.net/Articles/driver-porting/
 
-KernelTrap:
-	Linux 内核的最新动态以及开发者访谈
-	http://kerneltrap.org/
-
 内核新手(KernelNewbies):
 	为新的内核开发者提供文档和帮助
 	http://kernelnewbies.org/
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH 1/6] update reference, kerneltrap.org no longer works
  2014-06-09 15:51 [PATCH 1/6] update reference, kerneltrap.org no longer works Pranith Kumar
                   ` (4 preceding siblings ...)
  2014-06-09 15:51 ` [PATCH 6/6] remove dead link, " Pranith Kumar
@ 2014-06-09 16:08 ` Paul E. McKenney
  5 siblings, 0 replies; 10+ messages in thread
From: Paul E. McKenney @ 2014-06-09 16:08 UTC (permalink / raw)
  To: Pranith Kumar; +Cc: trivial, Dipankar Sarma, open list:READ-COPY UPDATE...

On Mon, Jun 09, 2014 at 11:51:23AM -0400, Pranith Kumar wrote:
> kerneltrap.org no longer works, update to a working reference
> 
> Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>

Queued for 3.17, thank you!

FYI, I updated the commit message to read as follows:

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

documentation: Update reference, kerneltrap.org no longer works

The kerneltrap.org site no longer works, so this commit updates it to 
a working reference, namely gmane.

Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>

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

I added the "documentation:" tag (as opposed to "rcu:" for core RCU code
or "rcutorture:" for RCU stress-test code) and capitalized the first word
of the subject line, and made a complete sentence out of the commit log.
No worries if you would rather not do this, but just FYI.

							Thanx, Paul

> ---
>  Documentation/RCU/RTFP.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/RCU/RTFP.txt b/Documentation/RCU/RTFP.txt
> index 2f0fcb2..f29bcbc 100644
> --- a/Documentation/RCU/RTFP.txt
> +++ b/Documentation/RCU/RTFP.txt
> @@ -2451,8 +2451,8 @@ lot of {Linux} into your technology!!!"
>  ,month="February"
>  ,year="2010"
>  ,note="Available:
> -\url{http://kerneltrap.com/mailarchive/linux-netdev/2010/2/26/6270589}
> -[Viewed March 20, 2011]"
> +\url{http://thread.gmane.org/gmane.linux.network/153338}
> +[Viewed June 9, 2014]"
>  ,annotation={
>  	Use a pair of list_head structures to support RCU-protected
>  	resizable hash tables.
> -- 
> 1.9.1
> 


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 5/6] update reference, kerneltrap.org no longer works
  2014-06-09 15:55 ` [PATCH 5/6] " Pranith Kumar
@ 2014-06-09 16:16   ` Alexey Klimov
  0 siblings, 0 replies; 10+ messages in thread
From: Alexey Klimov @ 2014-06-09 16:16 UTC (permalink / raw)
  To: Pranith Kumar
  Cc: trivial, Mauro Carvalho Chehab, open list:MR800 AVERMEDIA U...,
	open list

On Mon, Jun 9, 2014 at 7:55 PM, Pranith Kumar <bobby.prani@gmail.com> wrote:
> kerneltrap.org no longer works, update to a working reference
>
> Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>


Acked-by: Alexey Klimov <klimov.linux@gmail.com>


Thanks!

-- 
Best regards, Klimov Alexey

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH 5/6] update reference, kerneltrap.org no longer works
  2014-06-09 15:55 Pranith Kumar
@ 2014-06-09 15:55 ` Pranith Kumar
  2014-06-09 16:16   ` Alexey Klimov
  0 siblings, 1 reply; 10+ messages in thread
From: Pranith Kumar @ 2014-06-09 15:55 UTC (permalink / raw)
  To: trivial, Alexey Klimov, Mauro Carvalho Chehab,
	open list:MR800 AVERMEDIA U...,
	open list

kerneltrap.org no longer works, update to a working reference

Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
---
 drivers/media/radio/radio-mr800.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/radio/radio-mr800.c b/drivers/media/radio/radio-mr800.c
index a360227..f476071 100644
--- a/drivers/media/radio/radio-mr800.c
+++ b/drivers/media/radio/radio-mr800.c
@@ -32,7 +32,7 @@
  * achievements (specifications given).
  * Also, Faidon Liambotis <paravoid@debian.org> wrote nice driver for this radio
  * in 2007. He allowed to use his driver to improve current mr800 radio driver.
- * http://kerneltrap.org/mailarchive/linux-usb-devel/2007/10/11/342492
+ * http://www.spinics.net/lists/linux-usb-devel/msg10109.html
  *
  * Version 0.01:	First working version.
  * 			It's required to blacklist AverMedia USB Radio
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-06-09 16:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-09 15:51 [PATCH 1/6] update reference, kerneltrap.org no longer works Pranith Kumar
2014-06-09 15:51 ` [PATCH 2/6] remove dead link, " Pranith Kumar
2014-06-09 15:51 ` [PATCH 3/6] update reference, " Pranith Kumar
2014-06-09 15:51 ` [PATCH 4/6] " Pranith Kumar
2014-06-09 15:51   ` Pranith Kumar
2014-06-09 15:51 ` [PATCH 5/6] " Pranith Kumar
2014-06-09 15:51 ` [PATCH 6/6] remove dead link, " Pranith Kumar
2014-06-09 16:08 ` [PATCH 1/6] update reference, " Paul E. McKenney
2014-06-09 15:55 Pranith Kumar
2014-06-09 15:55 ` [PATCH 5/6] " Pranith Kumar
2014-06-09 16:16   ` Alexey Klimov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.