linux-ia64.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation/kernel-parameters: remove inttest parameter
@ 2012-03-21 21:25 Sebastian Andrzej Siewior
  2012-03-25 16:23 ` Randy Dunlap
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sebastian Andrzej Siewior @ 2012-03-21 21:25 UTC (permalink / raw)
  To: linux-ia64

According to grep I see no users:
| #git grep inttest
| Documentation/kernel-parameters.txt:    inttest=        [IA-64]

The parameters itself has no description what it supposed to do.
According to the history tree, it was introduced in "[PATCH] Updated
Documentation/kernel-parameters.txt" ("10414c6ddb"). By that time that
parameter had an user. It was removed later by "[PATCH] ia64: SGI SN
update" ("c6bacd5010ec") by Jesse Barnes himself.

Cc: Tony Luck <tony.luck@intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
---
 Documentation/kernel-parameters.txt |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index d99fd9c..f65de8f 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1071,8 +1071,6 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
 			no_x2apic_optout
 				BIOS x2APIC opt-out request will be ignored
 
-	inttest=	[IA-64]
-
 	iomem=		Disable strict checking of access to MMIO memory
 		strict	regions from userspace.
 		relaxed
-- 
1.7.9.1


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

* Re: [PATCH] Documentation/kernel-parameters: remove inttest parameter
  2012-03-21 21:25 [PATCH] Documentation/kernel-parameters: remove inttest parameter Sebastian Andrzej Siewior
@ 2012-03-25 16:23 ` Randy Dunlap
  2012-03-26 17:30 ` Luck, Tony
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Randy Dunlap @ 2012-03-25 16:23 UTC (permalink / raw)
  To: linux-ia64

On 03/21/2012 02:25 PM, Sebastian Andrzej Siewior wrote:

> According to grep I see no users:
> | #git grep inttest
> | Documentation/kernel-parameters.txt:    inttest=        [IA-64]
> 
> The parameters itself has no description what it supposed to do.
> According to the history tree, it was introduced in "[PATCH] Updated
> Documentation/kernel-parameters.txt" ("10414c6ddb"). By that time that
> parameter had an user. It was removed later by "[PATCH] ia64: SGI SN
> update" ("c6bacd5010ec") by Jesse Barnes himself.
> 
> Cc: Tony Luck <tony.luck@intel.com>
> Cc: Fenghua Yu <fenghua.yu@intel.com>
> Cc: Randy Dunlap <rdunlap@xenotime.net>
> Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>


Applied.  Thanks.

> ---
>  Documentation/kernel-parameters.txt |    2 --
>  1 files changed, 0 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
> index d99fd9c..f65de8f 100644
> --- a/Documentation/kernel-parameters.txt
> +++ b/Documentation/kernel-parameters.txt
> @@ -1071,8 +1071,6 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
>  			no_x2apic_optout
>  				BIOS x2APIC opt-out request will be ignored
>  
> -	inttest=	[IA-64]
> -
>  	iomem=		Disable strict checking of access to MMIO memory
>  		strict	regions from userspace.
>  		relaxed



-- 
~Randy

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

* RE: [PATCH] Documentation/kernel-parameters: remove inttest parameter
  2012-03-21 21:25 [PATCH] Documentation/kernel-parameters: remove inttest parameter Sebastian Andrzej Siewior
  2012-03-25 16:23 ` Randy Dunlap
@ 2012-03-26 17:30 ` Luck, Tony
  2012-03-26 19:28 ` [PATCH] Documentation/kernel-parameters: remove autotest and mcatest Sebastian Andrzej Siewior
  2012-03-26 19:45 ` [PATCH] Documentation/kernel-parameters: remove inttest parameter Randy Dunlap
  3 siblings, 0 replies; 5+ messages in thread
From: Luck, Tony @ 2012-03-26 17:30 UTC (permalink / raw)
  To: linux-ia64

> Applied.  Thanks.

Me too ... is upstream in this merge window

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h¸6c4782ab501e3b69e5e0b32050455f95caa681

-Tony

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

* [PATCH] Documentation/kernel-parameters: remove autotest and mcatest
  2012-03-21 21:25 [PATCH] Documentation/kernel-parameters: remove inttest parameter Sebastian Andrzej Siewior
  2012-03-25 16:23 ` Randy Dunlap
  2012-03-26 17:30 ` Luck, Tony
@ 2012-03-26 19:28 ` Sebastian Andrzej Siewior
  2012-03-26 19:45 ` [PATCH] Documentation/kernel-parameters: remove inttest parameter Randy Dunlap
  3 siblings, 0 replies; 5+ messages in thread
From: Sebastian Andrzej Siewior @ 2012-03-26 19:28 UTC (permalink / raw)
  To: linux-ia64

It has no more users, the last one is gone in "[PATCH] ia64: Kconfig
cleanup" aka ("6fd79ab50b").
mcatest is gone in commit "[PATCH] ia64: SGI SN update"
("c6bacd5010ec").

Cc: Tony Luck <tony.luck@intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
---
Nice. I have two more for you :)

 Documentation/kernel-parameters.txt |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index f65de8f..8a17faa 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -397,8 +397,6 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
 	atkbd.softrepeat= [HW]
 			Use software keyboard repeat
 
-	autotest	[IA-64]
-
 	baycom_epp=	[HW,AX25]
 			Format: <io>,<mode>
 
@@ -1410,8 +1408,6 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
 			devices can be requested on-demand with the
 			/dev/loop-control interface.
 
-	mcatest=	[IA-64]
-
 	mce		[X86-32] Machine Check Exception
 
 	mce=option	[X86-64] See Documentation/x86/x86_64/boot-options.txt
-- 
1.7.9.1

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

* Re: [PATCH] Documentation/kernel-parameters: remove inttest parameter
  2012-03-21 21:25 [PATCH] Documentation/kernel-parameters: remove inttest parameter Sebastian Andrzej Siewior
                   ` (2 preceding siblings ...)
  2012-03-26 19:28 ` [PATCH] Documentation/kernel-parameters: remove autotest and mcatest Sebastian Andrzej Siewior
@ 2012-03-26 19:45 ` Randy Dunlap
  3 siblings, 0 replies; 5+ messages in thread
From: Randy Dunlap @ 2012-03-26 19:45 UTC (permalink / raw)
  To: linux-ia64

On 03/26/2012 10:30 AM, Luck, Tony wrote:

>> Applied.  Thanks.
> 
> Me too ... is upstream in this merge window
> 
> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h¸6c4782ab501e3b69e5e0b32050455f95caa681
> 
> -Tony


OK, dropping the patch in my quilt series.

thanks,
-- 
~Randy

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

end of thread, other threads:[~2012-03-26 19:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-21 21:25 [PATCH] Documentation/kernel-parameters: remove inttest parameter Sebastian Andrzej Siewior
2012-03-25 16:23 ` Randy Dunlap
2012-03-26 17:30 ` Luck, Tony
2012-03-26 19:28 ` [PATCH] Documentation/kernel-parameters: remove autotest and mcatest Sebastian Andrzej Siewior
2012-03-26 19:45 ` [PATCH] Documentation/kernel-parameters: remove inttest parameter Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).