Re: [PATCH] kernel: cpu: resctrl: Minor typo fix in the file pseudo_lock.c

2021-03-17 Thread Bhaskar Chowdhury
On 13:31 Wed 17 Mar 2021, Reinette Chatre wrote: Hi Bhaskar, On 3/17/2021 12:33 PM, Bhaskar Chowdhury wrote: On 10:54 Wed 17 Mar 2021, Reinette Chatre wrote: Thank you very much for catching this typo. My feedback [1] to a previous patch from you applies here also. The prefix should be "x86/r

Re: [PATCH] kernel: cpu: resctrl: Minor typo fix in the file pseudo_lock.c

2021-03-17 Thread Reinette Chatre
Hi Bhaskar, On 3/17/2021 12:33 PM, Bhaskar Chowdhury wrote: On 10:54 Wed 17 Mar 2021, Reinette Chatre wrote: Thank you very much for catching this typo. My feedback [1] to a previous patch from you applies here also. The prefix should be "x86/resctrl:" for contributions to this area. Thanks

Re: [PATCH] kernel: cpu: resctrl: Minor typo fix in the file pseudo_lock.c

2021-03-17 Thread Bhaskar Chowdhury
On 10:54 Wed 17 Mar 2021, Reinette Chatre wrote: Hi Bhaskar, Thank you very much for catching this typo. My feedback [1] to a previous patch from you applies here also. The prefix should be "x86/resctrl:" for contributions to this area. Thanks for the heads up! Do you want another revision of

Re: [PATCH] kernel: cpu: resctrl: Minor typo fix in the file pseudo_lock.c

2021-03-17 Thread Bhaskar Chowdhury
On 11:01 Wed 17 Mar 2021, Randy Dunlap wrote: On 3/17/21 10:54 AM, Reinette Chatre wrote: Hi Bhaskar, Thank you very much for catching this typo. My feedback [1] to a previous patch from you applies here also. The prefix should be "x86/resctrl:" for contributions to this area. Bhaskar, P

Re: [PATCH] kernel: cpu: resctrl: Minor typo fix in the file pseudo_lock.c

2021-03-17 Thread Randy Dunlap
On 3/17/21 10:54 AM, Reinette Chatre wrote: > Hi Bhaskar, > > Thank you very much for catching this typo. > > My feedback [1] to a previous patch from you applies here also. The prefix > should be "x86/resctrl:" for contributions to this area. Bhaskar, Pretty much all of your patches need to ha

Re: [PATCH] kernel: cpu: resctrl: Minor typo fix in the file pseudo_lock.c

2021-03-17 Thread Reinette Chatre
Hi Bhaskar, Thank you very much for catching this typo. My feedback [1] to a previous patch from you applies here also. The prefix should be "x86/resctrl:" for contributions to this area. [1] https://lore.kernel.org/lkml/7e3a5c13-db5c-7399-2b80-f1284786e...@intel.com/ On 3/17/2021 1:40 AM,

[PATCH] kernel: cpu: resctrl: Minor typo fix in the file pseudo_lock.c

2021-03-17 Thread Bhaskar Chowdhury
s/derefence/dereference/ Signed-off-by: Bhaskar Chowdhury --- arch/x86/kernel/cpu/resctrl/pseudo_lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/cpu/resctrl/pseudo_lock.c b/arch/x86/kernel/cpu/resctrl/pseudo_lock.c index e916646adc69..43990a882b36 10