[PATCH v5 0/2] x86/resctrl: Fix min_cbm_bits for AMD and code cleanup

Babu Moger posted 2 patches 3 years, 6 months ago
arch/x86/kernel/cpu/resctrl/core.c        | 10 ++--------
arch/x86/kernel/cpu/resctrl/ctrlmondata.c |  3 +--
include/linux/resctrl.h                   |  6 +++---
3 files changed, 6 insertions(+), 13 deletions(-)
[PATCH v5 0/2] x86/resctrl: Fix min_cbm_bits for AMD and code cleanup
Posted by Babu Moger 3 years, 6 months ago
This series adds a bug fix for AMD and a minor code cleanup.

---
v5:
  This is bug. So, submitting these patches as a separate series from the old v4 series.
  This was a comment from James Morse. 

v4
https://lore.kernel.org/lkml/166257348081.1043018.11227924488792315932.stgit@bmoger-ubuntu/

Babu Moger (2):
      x86/resctrl: Fix min_cbm_bits for AMD
      x86/resctrl: Remove arch_has_empty_bitmaps


 arch/x86/kernel/cpu/resctrl/core.c        | 10 ++--------
 arch/x86/kernel/cpu/resctrl/ctrlmondata.c |  3 +--
 include/linux/resctrl.h                   |  6 +++---
 3 files changed, 6 insertions(+), 13 deletions(-)

--
Re: [PATCH v5 0/2] x86/resctrl: Fix min_cbm_bits for AMD and code cleanup
Posted by Reinette Chatre 3 years, 5 months ago
Hi X86 Maintainers,

Could you please consider this fix and cleanup for inclusion?

Thank you very much

Reinette

On 9/27/2022 1:16 PM, Babu Moger wrote:
> This series adds a bug fix for AMD and a minor code cleanup.
> 
> ---
> v5:
>   This is bug. So, submitting these patches as a separate series from the old v4 series.
>   This was a comment from James Morse. 
> 
> v4
> https://lore.kernel.org/lkml/166257348081.1043018.11227924488792315932.stgit@bmoger-ubuntu/
> 
> Babu Moger (2):
>       x86/resctrl: Fix min_cbm_bits for AMD
>       x86/resctrl: Remove arch_has_empty_bitmaps
> 
> 
>  arch/x86/kernel/cpu/resctrl/core.c        | 10 ++--------
>  arch/x86/kernel/cpu/resctrl/ctrlmondata.c |  3 +--
>  include/linux/resctrl.h                   |  6 +++---
>  3 files changed, 6 insertions(+), 13 deletions(-)
> 
> --
> 
>
Re: [PATCH v5 0/2] x86/resctrl: Fix min_cbm_bits for AMD and code cleanup
Posted by Borislav Petkov 3 years, 5 months ago
On Tue, Oct 18, 2022 at 09:26:41AM -0700, Reinette Chatre wrote:
> Hi X86 Maintainers,
> 
> Could you please consider this fix and cleanup for inclusion?

Sure.

From the looks of it, the first one needs to go to stable, right?

-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette
Re: [PATCH v5 0/2] x86/resctrl: Fix min_cbm_bits for AMD and code cleanup
Posted by Reinette Chatre 3 years, 5 months ago
Hi Boris,

On 10/18/2022 9:35 AM, Borislav Petkov wrote:
> On Tue, Oct 18, 2022 at 09:26:41AM -0700, Reinette Chatre wrote:
>> Hi X86 Maintainers,
>>
>> Could you please consider this fix and cleanup for inclusion?
> 
> Sure.

Thank you very much.

> 
> From the looks of it, the first one needs to go to stable, right?

Correct. Apologies for missing the "Cc: stable@vger.kernel.org" in
that one.

Reinette
Re: [PATCH v5 0/2] x86/resctrl: Fix min_cbm_bits for AMD and code cleanup
Posted by Borislav Petkov 3 years, 5 months ago
On Tue, Oct 18, 2022 at 09:43:15AM -0700, Reinette Chatre wrote:
> Correct. Apologies for missing the "Cc: stable@vger.kernel.org" in
> that one.

Nothing to apologize, all good.

Lemme take care of them.

Thx.

-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette
Re: [PATCH v5 0/2] x86/resctrl: Fix min_cbm_bits for AMD and code cleanup
Posted by Moger, Babu 3 years, 5 months ago
On 10/18/22 11:47, Borislav Petkov wrote:
> On Tue, Oct 18, 2022 at 09:43:15AM -0700, Reinette Chatre wrote:
>> Correct. Apologies for missing the "Cc: stable@vger.kernel.org" in
>> that one.
> Nothing to apologize, all good.
>
> Lemme take care of them.
>
Thank you Reinette, Boris.