2014-06-09 15:55:30

by Pranith Kumar

[permalink] [raw]
Subject: [PATCH 1/6] update reference, kerneltrap.org no longer works

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

Signed-off-by: Pranith Kumar <[email protected]>
---
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


2014-06-09 15:55:51

by Pranith Kumar

[permalink] [raw]
Subject: [PATCH 2/6] remove dead link, kerneltrap.org no longer works

kerneltrap.org no longer works, remove the dead reference

Signed-off-by: Pranith Kumar <[email protected]>
---
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

2014-06-09 15:55:54

by Pranith Kumar

[permalink] [raw]
Subject: [PATCH 3/6] update reference, kerneltrap.org no longer works

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

Signed-off-by: Pranith Kumar <[email protected]>
---
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

2014-06-09 15:56:02

by Pranith Kumar

[permalink] [raw]
Subject: [PATCH 4/6] update reference, kerneltrap.org no longer works

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

Signed-off-by: Pranith Kumar <[email protected]>
---
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

2014-06-09 15:56:06

by Pranith Kumar

[permalink] [raw]
Subject: [PATCH 5/6] update reference, kerneltrap.org no longer works

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

Signed-off-by: Pranith Kumar <[email protected]>
---
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 <[email protected]> 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

2014-06-09 15:56:36

by Pranith Kumar

[permalink] [raw]
Subject: [PATCH 6/6] remove dead link, kerneltrap.org no longer works

kerneltrap.org no longer works, remove dead reference

Signed-off-by: Pranith Kumar <[email protected]>
---
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

2014-06-09 16:16:22

by Alexey Klimov

[permalink] [raw]
Subject: Re: [PATCH 5/6] update reference, kerneltrap.org no longer works

On Mon, Jun 9, 2014 at 7:55 PM, Pranith Kumar <[email protected]> wrote:
> kerneltrap.org no longer works, update to a working reference
>
> Signed-off-by: Pranith Kumar <[email protected]>


Acked-by: Alexey Klimov <[email protected]>


Thanks!

--
Best regards, Klimov Alexey

2014-06-12 16:06:22

by Richard Kuo

[permalink] [raw]
Subject: Re: [PATCH 4/6] update reference, kerneltrap.org no longer works

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 <[email protected]>
> ---
> 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 <[email protected]>

--

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