All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/6] update reference, kerneltrap.org no longer works
@ 2014-06-09 15:55 Pranith Kumar
  2014-06-09 15:55 ` [PATCH 2/6] remove dead link, " Pranith Kumar
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Pranith Kumar @ 2014-06-09 15:55 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] 11+ messages in thread

* [PATCH 2/6] remove dead link, kerneltrap.org no longer works
  2014-06-09 15:55 [PATCH 1/6] update reference, kerneltrap.org no longer works Pranith Kumar
@ 2014-06-09 15:55 ` Pranith Kumar
  2014-06-09 15:55 ` [PATCH 3/6] update reference, " Pranith Kumar
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 11+ messages in thread
From: Pranith Kumar @ 2014-06-09 15:55 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] 11+ messages in thread

* [PATCH 3/6] update reference, kerneltrap.org no longer works
  2014-06-09 15:55 [PATCH 1/6] update reference, kerneltrap.org no longer works Pranith Kumar
  2014-06-09 15:55 ` [PATCH 2/6] remove dead link, " Pranith Kumar
@ 2014-06-09 15:55 ` Pranith Kumar
  2014-06-09 15:55   ` Pranith Kumar
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 11+ messages in thread
From: Pranith Kumar @ 2014-06-09 15:55 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] 11+ messages in thread

* [PATCH 4/6] update reference, kerneltrap.org no longer works
  2014-06-09 15:55 [PATCH 1/6] update reference, kerneltrap.org no longer works Pranith Kumar
@ 2014-06-09 15:55   ` Pranith Kumar
  2014-06-09 15:55 ` [PATCH 3/6] update reference, " Pranith Kumar
                     ` (3 subsequent siblings)
  4 siblings, 0 replies; 11+ messages in thread
From: Pranith Kumar @ 2014-06-09 15:55 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] 11+ messages in thread

* [PATCH 4/6] update reference, kerneltrap.org no longer works
@ 2014-06-09 15:55   ` Pranith Kumar
  0 siblings, 0 replies; 11+ messages in thread
From: Pranith Kumar @ 2014-06-09 15:55 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] 11+ messages in thread

* [PATCH 5/6] update reference, kerneltrap.org no longer works
  2014-06-09 15:55 [PATCH 1/6] update reference, kerneltrap.org no longer works Pranith Kumar
                   ` (2 preceding siblings ...)
  2014-06-09 15:55   ` Pranith Kumar
@ 2014-06-09 15:55 ` Pranith Kumar
  2014-06-09 16:16   ` Alexey Klimov
  2014-06-09 15:55 ` [PATCH 6/6] remove dead link, " Pranith Kumar
  4 siblings, 1 reply; 11+ 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] 11+ messages in thread

* [PATCH 6/6] remove dead link, kerneltrap.org no longer works
  2014-06-09 15:55 [PATCH 1/6] update reference, kerneltrap.org no longer works Pranith Kumar
                   ` (3 preceding siblings ...)
  2014-06-09 15:55 ` [PATCH 5/6] " Pranith Kumar
@ 2014-06-09 15:55 ` Pranith Kumar
  4 siblings, 0 replies; 11+ messages in thread
From: Pranith Kumar @ 2014-06-09 15:55 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] 11+ 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; 11+ 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] 11+ messages in thread

* Re: [PATCH 4/6] update reference, kerneltrap.org no longer works
  2014-06-09 15:55   ` Pranith Kumar
  (?)
@ 2014-06-12 16:06   ` rkuo
  -1 siblings, 0 replies; 11+ messages in thread
From: rkuo @ 2014-06-12 16:06 UTC (permalink / raw)
  To: Pranith Kumar; +Cc: trivial, open list:QUALCOMM HEXAGON..., open list

On Mon, Jun 09, 2014 at 11:55:24AM -0400, Pranith Kumar wrote:
> 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
> 


Acked-by: Richard Kuo <rkuo@codeaurora.org>

-- 

Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation

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

* [PATCH 4/6] update reference, kerneltrap.org no longer works
  2014-06-09 15:51 [PATCH 1/6] update reference, " Pranith Kumar
@ 2014-06-09 15:51   ` Pranith Kumar
  0 siblings, 0 replies; 11+ 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] 11+ messages in thread

* [PATCH 4/6] update reference, kerneltrap.org no longer works
@ 2014-06-09 15:51   ` Pranith Kumar
  0 siblings, 0 replies; 11+ 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] 11+ messages in thread

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

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

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.