public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] ia64: kernel: Few typos fixed in the file fsys.S
  2021-03-11  6:22 [PATCH] ia64: kernel: Few typos fixed in the file fsys.S Bhaskar Chowdhury
@ 2021-03-11  6:15 ` Randy Dunlap
  2021-03-11  6:17   ` John Paul Adrian Glaubitz
  2021-03-11  6:36   ` Bhaskar Chowdhury
  0 siblings, 2 replies; 6+ messages in thread
From: Randy Dunlap @ 2021-03-11  6:15 UTC (permalink / raw)
  To: Bhaskar Chowdhury, linux-ia64, linux-kernel

On 3/10/21 10:10 PM, Bhaskar Chowdhury wrote:
> 
> Mundane spelling fixes.
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

but no maintainer Cc:ed to pick it up...

> ---
>  arch/ia64/kernel/fsys.S | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/ia64/kernel/fsys.S b/arch/ia64/kernel/fsys.S
> index 0750a716adc7..2094f3249019 100644
> --- a/arch/ia64/kernel/fsys.S
> +++ b/arch/ia64/kernel/fsys.S
> @@ -172,7 +172,7 @@ ENTRY(fsys_gettimeofday)
>  	// r25 = itc_lastcycle value
>  	// r26 = address clocksource cycle_last
>  	// r27 = (not used)
> -	// r28 = sequence number at the beginning of critcal section
> +	// r28 = sequence number at the beginning of critical section
>  	// r29 = address of itc_jitter
>  	// r30 = time processing flags / memory address
>  	// r31 = pointer to result
> @@ -432,7 +432,7 @@ GLOBAL_ENTRY(fsys_bubble_down)
>  	 *	- r29: psr
>  	 *
>  	 * We used to clear some PSR bits here but that requires slow
> -	 * serialization.  Fortuntely, that isn't really necessary.
> +	 * serialization.  Fortunately, that isn't really necessary.
>  	 * The rationale is as follows: we used to clear bits
>  	 * ~PSR_PRESERVED_BITS in PSR.L.  Since
>  	 * PSR_PRESERVED_BITS=PSR.{UP,MFL,MFH,PK,DT,PP,SP,RT,IC}, we
> --


-- 
~Randy

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

* Re: [PATCH] ia64: kernel: Few typos fixed in the file fsys.S
  2021-03-11  6:15 ` Randy Dunlap
@ 2021-03-11  6:17   ` John Paul Adrian Glaubitz
  2021-03-11  6:21     ` Randy Dunlap
  2021-03-11  6:36   ` Bhaskar Chowdhury
  1 sibling, 1 reply; 6+ messages in thread
From: John Paul Adrian Glaubitz @ 2021-03-11  6:17 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Bhaskar Chowdhury, linux-ia64, linux-kernel, Andrew Morton

Hi!

On 3/11/21 7:15 AM, Randy Dunlap wrote:
> On 3/10/21 10:10 PM, Bhaskar Chowdhury wrote:
>>
>> Mundane spelling fixes.
>>
>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> 
> Acked-by: Randy Dunlap <rdunlap@infradead.org>
> 
> but no maintainer Cc:ed to pick it up...

I guess Andrew's tree will just work fine in this case?

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913

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

* Re: [PATCH] ia64: kernel: Few typos fixed in the file fsys.S
  2021-03-11  6:17   ` John Paul Adrian Glaubitz
@ 2021-03-11  6:21     ` Randy Dunlap
  0 siblings, 0 replies; 6+ messages in thread
From: Randy Dunlap @ 2021-03-11  6:21 UTC (permalink / raw)
  To: John Paul Adrian Glaubitz
  Cc: Bhaskar Chowdhury, linux-ia64, linux-kernel, Andrew Morton

On 3/10/21 10:17 PM, John Paul Adrian Glaubitz wrote:
> Hi!
> 
> On 3/11/21 7:15 AM, Randy Dunlap wrote:
>> On 3/10/21 10:10 PM, Bhaskar Chowdhury wrote:
>>>
>>> Mundane spelling fixes.
>>>
>>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>>
>> Acked-by: Randy Dunlap <rdunlap@infradead.org>
>>
>> but no maintainer Cc:ed to pick it up...
> 
> I guess Andrew's tree will just work fine in this case?

Sure, it could.

-- 
~Randy

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

* [PATCH] ia64: kernel: Few typos fixed in the file fsys.S
  2021-03-11  6:15 ` Randy Dunlap
@ 2021-03-11  6:22 Bhaskar Chowdhury
  2021-03-11  6:15 ` Randy Dunlap
  1 sibling, 1 reply; 6+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-11  6:22 UTC (permalink / raw)
  To: unixbhaskar, linux-ia64, linux-kernel; +Cc: rdunlap


Mundane spelling fixes.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 arch/ia64/kernel/fsys.S | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/ia64/kernel/fsys.S b/arch/ia64/kernel/fsys.S
index 0750a716adc7..2094f3249019 100644
--- a/arch/ia64/kernel/fsys.S
+++ b/arch/ia64/kernel/fsys.S
@@ -172,7 +172,7 @@ ENTRY(fsys_gettimeofday)
 	// r25 = itc_lastcycle value
 	// r26 = address clocksource cycle_last
 	// r27 = (not used)
-	// r28 = sequence number at the beginning of critcal section
+	// r28 = sequence number at the beginning of critical section
 	// r29 = address of itc_jitter
 	// r30 = time processing flags / memory address
 	// r31 = pointer to result
@@ -432,7 +432,7 @@ GLOBAL_ENTRY(fsys_bubble_down)
 	 *	- r29: psr
 	 *
 	 * We used to clear some PSR bits here but that requires slow
-	 * serialization.  Fortuntely, that isn't really necessary.
+	 * serialization.  Fortunately, that isn't really necessary.
 	 * The rationale is as follows: we used to clear bits
 	 * ~PSR_PRESERVED_BITS in PSR.L.  Since
 	 * PSR_PRESERVED_BITS=PSR.{UP,MFL,MFH,PK,DT,PP,SP,RT,IC}, we
--
2.26.2

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

* Re: [PATCH] ia64: kernel: Few typos fixed in the file fsys.S
  2021-03-11  6:36   ` Bhaskar Chowdhury
@ 2021-03-11  6:30     ` Randy Dunlap
  0 siblings, 0 replies; 6+ messages in thread
From: Randy Dunlap @ 2021-03-11  6:30 UTC (permalink / raw)
  To: linux-ia64, linux-kernel

On 3/10/21 10:24 PM, Bhaskar Chowdhury wrote:
> On 22:15 Wed 10 Mar 2021, Randy Dunlap wrote:
>> On 3/10/21 10:10 PM, Bhaskar Chowdhury wrote:
>>>
>>> Mundane spelling fixes.
>>>
>>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>>
>> Acked-by: Randy Dunlap <rdunlap@infradead.org>
>>
>> but no maintainer Cc:ed to pick it up...
>>
> I have seen "maintainer less" files and you have pointed out that too in the
> past...what do I do Randy??? Should run "git blame" to find out ,who touch the file and
> include those mail??? I don't think that would be good idea.
> 
> Bemused!! Throw some light.

Well, we know that ia64 is orphaned, so you need to find someone
to merge the patch. Andrew Morton is usually a good bet. :)

or use 'git log' <filename> to see who has been merging patches
to that file.

>>> ---
>>>  arch/ia64/kernel/fsys.S | 4 ++--
>>>  1 file changed, 2 insertions(+), 2 deletions(-)

-- 
~Randy

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

* Re: [PATCH] ia64: kernel: Few typos fixed in the file fsys.S
  2021-03-11  6:15 ` Randy Dunlap
  2021-03-11  6:17   ` John Paul Adrian Glaubitz
@ 2021-03-11  6:36   ` Bhaskar Chowdhury
  2021-03-11  6:30     ` Randy Dunlap
  1 sibling, 1 reply; 6+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-11  6:36 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: linux-ia64, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1691 bytes --]

On 22:15 Wed 10 Mar 2021, Randy Dunlap wrote:
>On 3/10/21 10:10 PM, Bhaskar Chowdhury wrote:
>>
>> Mundane spelling fixes.
>>
>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>
>Acked-by: Randy Dunlap <rdunlap@infradead.org>
>
>but no maintainer Cc:ed to pick it up...
>
I have seen "maintainer less" files and you have pointed out that too in the
past...what do I do Randy??? Should run "git blame" to find out ,who touch the file and
include those mail??? I don't think that would be good idea.

Bemused!! Throw some light.
>> ---
>>  arch/ia64/kernel/fsys.S | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/arch/ia64/kernel/fsys.S b/arch/ia64/kernel/fsys.S
>> index 0750a716adc7..2094f3249019 100644
>> --- a/arch/ia64/kernel/fsys.S
>> +++ b/arch/ia64/kernel/fsys.S
>> @@ -172,7 +172,7 @@ ENTRY(fsys_gettimeofday)
>>  	// r25 = itc_lastcycle value
>>  	// r26 = address clocksource cycle_last
>>  	// r27 = (not used)
>> -	// r28 = sequence number at the beginning of critcal section
>> +	// r28 = sequence number at the beginning of critical section
>>  	// r29 = address of itc_jitter
>>  	// r30 = time processing flags / memory address
>>  	// r31 = pointer to result
>> @@ -432,7 +432,7 @@ GLOBAL_ENTRY(fsys_bubble_down)
>>  	 *	- r29: psr
>>  	 *
>>  	 * We used to clear some PSR bits here but that requires slow
>> -	 * serialization.  Fortuntely, that isn't really necessary.
>> +	 * serialization.  Fortunately, that isn't really necessary.
>>  	 * The rationale is as follows: we used to clear bits
>>  	 * ~PSR_PRESERVED_BITS in PSR.L.  Since
>>  	 * PSR_PRESERVED_BITS==PSR.{UP,MFL,MFH,PK,DT,PP,SP,RT,IC}, we
>> --
>
>
>--
>~Randy
>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2021-03-11  6:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-11  6:22 [PATCH] ia64: kernel: Few typos fixed in the file fsys.S Bhaskar Chowdhury
2021-03-11  6:15 ` Randy Dunlap
2021-03-11  6:17   ` John Paul Adrian Glaubitz
2021-03-11  6:21     ` Randy Dunlap
2021-03-11  6:36   ` Bhaskar Chowdhury
2021-03-11  6:30     ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox