linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V4] arch: kernel: cpu: x86/resctrl:  Takes a letter away and append a colon to match below struct member
@ 2021-01-13  2:03 Bhaskar Chowdhury
       [not found] ` <f20be5e1-a2a6-14d4-5813-1fb716783bb2@embeddedor.com>
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Bhaskar Chowdhury @ 2021-01-13  2:03 UTC (permalink / raw)
  To: fenghua.yu, tglx, mingo, bp, x86, hpa, linux-kernel, gustavo
  Cc: rdunlap, reinette.chatre, Bhaskar Chowdhury

s/kernlfs/kernfs/
s/@mon_data_kn/@mon_data_kn:/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
Changes from V3: Fix the subject line typo stuc to struct and mention cpu architecture
 arch/x86/kernel/cpu/resctrl/internal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/kernel/cpu/resctrl/internal.h b/arch/x86/kernel/cpu/resctrl/internal.h
index ee71c47844cb..ef9e2c0809b8 100644
--- a/arch/x86/kernel/cpu/resctrl/internal.h
+++ b/arch/x86/kernel/cpu/resctrl/internal.h
@@ -142,7 +142,7 @@ enum rdtgrp_mode {

 /**
  * struct mongroup - store mon group's data in resctrl fs.
- * @mon_data_kn		kernlfs node for the mon_data directory
+ * @mon_data_kn:		kernfs node for the mon_data directory
  * @parent:			parent rdtgrp
  * @crdtgrp_list:		child rdtgroup node list
  * @rmid:			rmid for this rdtgroup
--
2.20.1


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

* Re: [PATCH V4] arch: kernel: cpu: x86/resctrl: Takes a letter away and append a colon to match below struct member
       [not found] ` <f20be5e1-a2a6-14d4-5813-1fb716783bb2@embeddedor.com>
@ 2021-01-13  2:48   ` Bhaskar Chowdhury
  2021-01-13  2:51     ` Randy Dunlap
       [not found]     ` <8aafe837-f4e9-1440-890b-f07d83eed30c@embeddedor.com>
  0 siblings, 2 replies; 7+ messages in thread
From: Bhaskar Chowdhury @ 2021-01-13  2:48 UTC (permalink / raw)
  To: Gustavo A. R. Silva
  Cc: fenghua.yu, tglx, mingo, bp, x86, hpa, linux-kernel, rdunlap,
	reinette.chatre

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

On 20:24 Tue 12 Jan 2021, Gustavo A. R. Silva wrote:
>
>
>On 1/12/21 20:03, Bhaskar Chowdhury wrote:
>> s/kernlfs/kernfs/
>> s/@mon_data_kn/@mon_data_kn:/
>>
>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>> ---
>> Changes from V3: Fix the subject line typo stuc to struct and mention cpu architecture
>
>...and what changed from v1 to v2 and from v2 to v3?
>

Gustavo, it seems you are not following up properly ....could you please put
little more effort for know it????

There were mails....pls scan and read ..

>Bhaskar
>--
>Gustavo

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

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

* Re: [PATCH V4] arch: kernel: cpu: x86/resctrl: Takes a letter away and append a colon to match below struct member
  2021-01-13  2:48   ` Bhaskar Chowdhury
@ 2021-01-13  2:51     ` Randy Dunlap
  2021-01-13  3:02       ` Bhaskar Chowdhury
       [not found]     ` <8aafe837-f4e9-1440-890b-f07d83eed30c@embeddedor.com>
  1 sibling, 1 reply; 7+ messages in thread
From: Randy Dunlap @ 2021-01-13  2:51 UTC (permalink / raw)
  To: Bhaskar Chowdhury, Gustavo A. R. Silva, fenghua.yu, tglx, mingo,
	bp, x86, hpa, linux-kernel, reinette.chatre

On 1/12/21 6:48 PM, Bhaskar Chowdhury wrote:
> On 20:24 Tue 12 Jan 2021, Gustavo A. R. Silva wrote:
>>
>>
>> On 1/12/21 20:03, Bhaskar Chowdhury wrote:
>>> s/kernlfs/kernfs/
>>> s/@mon_data_kn/@mon_data_kn:/
>>>
>>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>>> ---
>>> Changes from V3: Fix the subject line typo stuc to struct and mention cpu architecture
>>
>> ...and what changed from v1 to v2 and from v2 to v3?
>>
> 
> Gustavo, it seems you are not following up properly ....could you please put
> little more effort for know it????
> 
> There were mails....pls scan and read ..


All of these version change logs should be in this patch, under the "---" line.


-- 
~Randy
You can't do anything without having to do something else first.
-- Belefant's Law

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

* Re: [PATCH V4] arch: kernel: cpu: x86/resctrl: Takes a letter away and append a colon to match below struct member
  2021-01-13  2:51     ` Randy Dunlap
@ 2021-01-13  3:02       ` Bhaskar Chowdhury
  0 siblings, 0 replies; 7+ messages in thread
From: Bhaskar Chowdhury @ 2021-01-13  3:02 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Gustavo A. R. Silva, fenghua.yu, tglx, mingo, bp, x86, hpa,
	linux-kernel, reinette.chatre

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

On 18:51 Tue 12 Jan 2021, Randy Dunlap wrote:
>On 1/12/21 6:48 PM, Bhaskar Chowdhury wrote:
>> On 20:24 Tue 12 Jan 2021, Gustavo A. R. Silva wrote:
>>>
>>>
>>> On 1/12/21 20:03, Bhaskar Chowdhury wrote:
>>>> s/kernlfs/kernfs/
>>>> s/@mon_data_kn/@mon_data_kn:/
>>>>
>>>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>>>> ---
>>>> Changes from V3: Fix the subject line typo stuc to struct and mention cpu architecture
>>>
>>> ...and what changed from v1 to v2 and from v2 to v3?
>>>
>>
>> Gustavo, it seems you are not following up properly ....could you please put
>> little more effort for know it????
>>
>> There were mails....pls scan and read ..
>
>
>All of these version change logs should be in this patch, under the "---" line.
>
Point noted for future reference.Thanks.
>
>--
>~Randy
>You can't do anything without having to do something else first.
>-- Belefant's Law

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

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

* Re: [PATCH V4] arch: kernel: cpu: x86/resctrl: Takes a letter away and append a colon to match below struct member
       [not found]     ` <8aafe837-f4e9-1440-890b-f07d83eed30c@embeddedor.com>
@ 2021-01-13 10:41       ` Bhaskar Chowdhury
  0 siblings, 0 replies; 7+ messages in thread
From: Bhaskar Chowdhury @ 2021-01-13 10:41 UTC (permalink / raw)
  To: Gustavo A. R. Silva
  Cc: fenghua.yu, tglx, mingo, bp, x86, hpa, linux-kernel, rdunlap,
	reinette.chatre

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

On 00:27 Wed 13 Jan 2021, Gustavo A. R. Silva wrote:
>
>
>On 1/12/21 20:48, Bhaskar Chowdhury wrote:
>> On 20:24 Tue 12 Jan 2021, Gustavo A. R. Silva wrote:
>>>
>>>
>>> On 1/12/21 20:03, Bhaskar Chowdhury wrote:
>>>> s/kernlfs/kernfs/
>>>> s/@mon_data_kn/@mon_data_kn:/
>>>>
>>>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>>>> ---
>>>> Changes from V3: Fix the subject line typo stuc to struct and mention cpu architecture
>>>
>>> ...and what changed from v1 to v2 and from v2 to v3?
>>>
>>
>> Gustavo, it seems you are not following up properly ....could you please put
>> little more effort for know it????
>>
>> There were mails....pls scan and read ..
>
>This is my point... this is exactly what maintainers and reviewers should
>not do: to go back and read emails, trying to understand why are you sending
>a version N of your patch, because you didn't include all the previous change
>logs in the most recent version of your patch.
>

Thanks, will follow what you advice.
>--
>Gustavo

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

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

* Re: [PATCH V4] arch: kernel: cpu: x86/resctrl: Takes a letter away and append a colon to match below struct member
  2021-01-13  2:03 [PATCH V4] arch: kernel: cpu: x86/resctrl: Takes a letter away and append a colon to match below struct member Bhaskar Chowdhury
       [not found] ` <f20be5e1-a2a6-14d4-5813-1fb716783bb2@embeddedor.com>
@ 2021-01-13 17:11 ` Reinette Chatre
  2021-01-13 17:42 ` Fenghua Yu
  2 siblings, 0 replies; 7+ messages in thread
From: Reinette Chatre @ 2021-01-13 17:11 UTC (permalink / raw)
  To: Bhaskar Chowdhury, fenghua.yu, tglx, mingo, bp, x86, hpa,
	linux-kernel, gustavo
  Cc: rdunlap

Hi Bhaskar,

The prefix in the subject line should be "x86/resctrl:" only. The 
subject line could be (also taking liberty to shorten it here):
x86/resctrl: Fix typo and append a colon to match struct member

I would like to repeat my suggestion made in response to your previous 
version, especially if you are planning cleanup in many areas of the 
kernel: Use "git log" to take a look at the custom of patches in the 
area you are contributing to. While the kernel may appear to be a single 
code base there can be different customs in the various subsystems.

On 1/12/2021 6:03 PM, Bhaskar Chowdhury wrote:
> s/kernlfs/kernfs/
> s/@mon_data_kn/@mon_data_kn:/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
> Changes from V3: Fix the subject line typo stuc to struct and mention cpu architecture
>   arch/x86/kernel/cpu/resctrl/internal.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/x86/kernel/cpu/resctrl/internal.h b/arch/x86/kernel/cpu/resctrl/internal.h
> index ee71c47844cb..ef9e2c0809b8 100644
> --- a/arch/x86/kernel/cpu/resctrl/internal.h
> +++ b/arch/x86/kernel/cpu/resctrl/internal.h
> @@ -142,7 +142,7 @@ enum rdtgrp_mode {
> 
>   /**
>    * struct mongroup - store mon group's data in resctrl fs.
> - * @mon_data_kn		kernlfs node for the mon_data directory
> + * @mon_data_kn:		kernfs node for the mon_data directory
>    * @parent:			parent rdtgrp
>    * @crdtgrp_list:		child rdtgroup node list
>    * @rmid:			rmid for this rdtgroup
> --
> 2.20.1
> 

Reinette

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

* Re: [PATCH V4] arch: kernel: cpu: x86/resctrl:  Takes a letter away and append a colon to match below struct member
  2021-01-13  2:03 [PATCH V4] arch: kernel: cpu: x86/resctrl: Takes a letter away and append a colon to match below struct member Bhaskar Chowdhury
       [not found] ` <f20be5e1-a2a6-14d4-5813-1fb716783bb2@embeddedor.com>
  2021-01-13 17:11 ` Reinette Chatre
@ 2021-01-13 17:42 ` Fenghua Yu
  2 siblings, 0 replies; 7+ messages in thread
From: Fenghua Yu @ 2021-01-13 17:42 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: tglx, mingo, bp, x86, hpa, linux-kernel, gustavo, rdunlap,
	reinette.chatre

On Wed, Jan 13, 2021 at 07:33:33AM +0530, Bhaskar Chowdhury wrote:
> s/kernlfs/kernfs/
> s/@mon_data_kn/@mon_data_kn:/

May change the message to describe the problems like:

Fix typo "kernlfs" and add missing ":" to match with other comments.

> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
> Changes from V3: Fix the subject line typo stuc to struct and mention cpu architecture
> 

Please read Documentation/process/submitting-patches.rst.
It talks about the subject, description of problem, changelog, etc
for submitting a patch.

Thanks.

-Fenghua

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

end of thread, other threads:[~2021-01-13 17:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-13  2:03 [PATCH V4] arch: kernel: cpu: x86/resctrl: Takes a letter away and append a colon to match below struct member Bhaskar Chowdhury
     [not found] ` <f20be5e1-a2a6-14d4-5813-1fb716783bb2@embeddedor.com>
2021-01-13  2:48   ` Bhaskar Chowdhury
2021-01-13  2:51     ` Randy Dunlap
2021-01-13  3:02       ` Bhaskar Chowdhury
     [not found]     ` <8aafe837-f4e9-1440-890b-f07d83eed30c@embeddedor.com>
2021-01-13 10:41       ` Bhaskar Chowdhury
2021-01-13 17:11 ` Reinette Chatre
2021-01-13 17:42 ` Fenghua Yu

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).