* [PATCH] MAINTAINERS: Add selftests/x86 entry
@ 2024-06-10 5:28 Muhammad Usama Anjum
2024-07-02 10:17 ` Muhammad Usama Anjum
2024-08-28 17:18 ` Dave Hansen
0 siblings, 2 replies; 8+ messages in thread
From: Muhammad Usama Anjum @ 2024-06-10 5:28 UTC (permalink / raw)
To: skhan, Thomas Gleixner, Ingo Molnar, Borislav Petkov, Dave Hansen,
x86, linux-kernel, linux-kselftest
Cc: Muhammad Usama Anjum, kernel
There are no maintainers specified for tools/testing/selftests/x86.
Shuah has mentioned [1] that the patches should go through x86 tree or
in special cases directly to Shuah's tree after getting ack-ed from x86
maintainers. Different people have been confused when sending patches as
correct maintainers aren't found by get_maintainer.pl script. Fix
this by adding entry to MAINTAINERS file.
[1] https://lore.kernel.org/all/90dc0dfc-4c67-4ea1-b705-0585d6e2ec47@linuxfoundation.org
Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 523d84b2d6139..f3a17e5d954a3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -24378,6 +24378,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
F: Documentation/arch/x86/
F: Documentation/devicetree/bindings/x86/
F: arch/x86/
+F: tools/testing/selftests/x86
X86 ENTRY CODE
M: Andy Lutomirski <luto@kernel.org>
--
2.39.2
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: Add selftests/x86 entry
2024-06-10 5:28 [PATCH] MAINTAINERS: Add selftests/x86 entry Muhammad Usama Anjum
@ 2024-07-02 10:17 ` Muhammad Usama Anjum
2024-07-31 13:42 ` Muhammad Usama Anjum
2024-08-28 17:18 ` Dave Hansen
1 sibling, 1 reply; 8+ messages in thread
From: Muhammad Usama Anjum @ 2024-07-02 10:17 UTC (permalink / raw)
To: skhan, Thomas Gleixner, Ingo Molnar, Borislav Petkov, Dave Hansen,
x86, linux-kernel, linux-kselftest
Cc: Muhammad Usama Anjum, kernel
Kind reminder
On 6/10/24 10:28 AM, Muhammad Usama Anjum wrote:
> There are no maintainers specified for tools/testing/selftests/x86.
> Shuah has mentioned [1] that the patches should go through x86 tree or
> in special cases directly to Shuah's tree after getting ack-ed from x86
> maintainers. Different people have been confused when sending patches as
> correct maintainers aren't found by get_maintainer.pl script. Fix
> this by adding entry to MAINTAINERS file.
>
> [1] https://lore.kernel.org/all/90dc0dfc-4c67-4ea1-b705-0585d6e2ec47@linuxfoundation.org
>
> Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 523d84b2d6139..f3a17e5d954a3 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -24378,6 +24378,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
> F: Documentation/arch/x86/
> F: Documentation/devicetree/bindings/x86/
> F: arch/x86/
> +F: tools/testing/selftests/x86
>
> X86 ENTRY CODE
> M: Andy Lutomirski <luto@kernel.org>
--
BR,
Muhammad Usama Anjum
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: Add selftests/x86 entry
2024-07-02 10:17 ` Muhammad Usama Anjum
@ 2024-07-31 13:42 ` Muhammad Usama Anjum
2024-07-31 18:14 ` Shuah Khan
0 siblings, 1 reply; 8+ messages in thread
From: Muhammad Usama Anjum @ 2024-07-31 13:42 UTC (permalink / raw)
To: skhan, Thomas Gleixner, Ingo Molnar, Borislav Petkov, Dave Hansen,
x86, linux-kernel, linux-kselftest
Cc: Muhammad Usama Anjum, kernel
Kind reminder
On 7/2/24 3:17 PM, Muhammad Usama Anjum wrote:
> Kind reminder
>
> On 6/10/24 10:28 AM, Muhammad Usama Anjum wrote:
>> There are no maintainers specified for tools/testing/selftests/x86.
>> Shuah has mentioned [1] that the patches should go through x86 tree or
>> in special cases directly to Shuah's tree after getting ack-ed from x86
>> maintainers. Different people have been confused when sending patches as
>> correct maintainers aren't found by get_maintainer.pl script. Fix
>> this by adding entry to MAINTAINERS file.
>>
>> [1] https://lore.kernel.org/all/90dc0dfc-4c67-4ea1-b705-0585d6e2ec47@linuxfoundation.org
>>
>> Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
>> ---
>> MAINTAINERS | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 523d84b2d6139..f3a17e5d954a3 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -24378,6 +24378,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
>> F: Documentation/arch/x86/
>> F: Documentation/devicetree/bindings/x86/
>> F: arch/x86/
>> +F: tools/testing/selftests/x86
>>
>> X86 ENTRY CODE
>> M: Andy Lutomirski <luto@kernel.org>
>
--
BR,
Muhammad Usama Anjum
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: Add selftests/x86 entry
2024-07-31 13:42 ` Muhammad Usama Anjum
@ 2024-07-31 18:14 ` Shuah Khan
2024-07-31 21:23 ` Peter Zijlstra
0 siblings, 1 reply; 8+ messages in thread
From: Shuah Khan @ 2024-07-31 18:14 UTC (permalink / raw)
To: Muhammad Usama Anjum, Thomas Gleixner, Ingo Molnar,
Borislav Petkov, Dave Hansen, x86, linux-kernel, linux-kselftest
Cc: kernel, Shuah Khan
On 7/31/24 07:42, Muhammad Usama Anjum wrote:
> Kind reminder
>
> On 7/2/24 3:17 PM, Muhammad Usama Anjum wrote:
>> Kind reminder
Top post ???
>>
>> On 6/10/24 10:28 AM, Muhammad Usama Anjum wrote:
>>> There are no maintainers specified for tools/testing/selftests/x86.
>>> Shuah has mentioned [1] that the patches should go through x86 tree or
>>> in special cases directly to Shuah's tree after getting ack-ed from x86
>>> maintainers. Different people have been confused when sending patches as
>>> correct maintainers aren't found by get_maintainer.pl script. Fix
>>> this by adding entry to MAINTAINERS file.
>>>
>>> [1] https://lore.kernel.org/all/90dc0dfc-4c67-4ea1-b705-0585d6e2ec47@linuxfoundation.org
>>>
>>> Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
>>> ---
>>> MAINTAINERS | 1 +
>>> 1 file changed, 1 insertion(+)
>>>
Applied to linux-kselftest next for Linux 6.12-rc1.
thanks,
-- Shuah
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: Add selftests/x86 entry
2024-07-31 18:14 ` Shuah Khan
@ 2024-07-31 21:23 ` Peter Zijlstra
2024-08-01 19:27 ` Shuah Khan
0 siblings, 1 reply; 8+ messages in thread
From: Peter Zijlstra @ 2024-07-31 21:23 UTC (permalink / raw)
To: Shuah Khan
Cc: Muhammad Usama Anjum, Thomas Gleixner, Ingo Molnar,
Borislav Petkov, Dave Hansen, x86, linux-kernel, linux-kselftest,
kernel
On Wed, Jul 31, 2024 at 12:14:16PM -0600, Shuah Khan wrote:
> On 7/31/24 07:42, Muhammad Usama Anjum wrote:
> > Kind reminder
> >
> > On 7/2/24 3:17 PM, Muhammad Usama Anjum wrote:
> > > Kind reminder
>
> Top post ???
>
> > >
> > > On 6/10/24 10:28 AM, Muhammad Usama Anjum wrote:
> > > > There are no maintainers specified for tools/testing/selftests/x86.
> > > > Shuah has mentioned [1] that the patches should go through x86 tree or
> > > > in special cases directly to Shuah's tree after getting ack-ed from x86
> > > > maintainers. Different people have been confused when sending patches as
> > > > correct maintainers aren't found by get_maintainer.pl script. Fix
> > > > this by adding entry to MAINTAINERS file.
> > > >
> > > > [1] https://lore.kernel.org/all/90dc0dfc-4c67-4ea1-b705-0585d6e2ec47@linuxfoundation.org
> > > >
> > > > Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
> > > > ---
> > > > MAINTAINERS | 1 +
> > > > 1 file changed, 1 insertion(+)
> > > >
>
> Applied to linux-kselftest next for Linux 6.12-rc1.
You are applying things for the x86 entry, without an x86 ack, srsly?
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: Add selftests/x86 entry
2024-07-31 21:23 ` Peter Zijlstra
@ 2024-08-01 19:27 ` Shuah Khan
2024-08-01 19:57 ` Shuah Khan
0 siblings, 1 reply; 8+ messages in thread
From: Shuah Khan @ 2024-08-01 19:27 UTC (permalink / raw)
To: Peter Zijlstra
Cc: Muhammad Usama Anjum, Thomas Gleixner, Ingo Molnar,
Borislav Petkov, Dave Hansen, x86, linux-kernel, linux-kselftest,
kernel, Shuah Khan
On 7/31/24 15:23, Peter Zijlstra wrote:
> On Wed, Jul 31, 2024 at 12:14:16PM -0600, Shuah Khan wrote:
>> On 7/31/24 07:42, Muhammad Usama Anjum wrote:
>>> Kind reminder
>>>
>>> On 7/2/24 3:17 PM, Muhammad Usama Anjum wrote:
>>>> Kind reminder
>>
>> Top post ???
>>
>>>>
>>>> On 6/10/24 10:28 AM, Muhammad Usama Anjum wrote:
>>>>> There are no maintainers specified for tools/testing/selftests/x86.
>>>>> Shuah has mentioned [1] that the patches should go through x86 tree or
>>>>> in special cases directly to Shuah's tree after getting ack-ed from x86
>>>>> maintainers. Different people have been confused when sending patches as
>>>>> correct maintainers aren't found by get_maintainer.pl script. Fix
>>>>> this by adding entry to MAINTAINERS file.
>>>>>
>>>>> [1] https://lore.kernel.org/all/90dc0dfc-4c67-4ea1-b705-0585d6e2ec47@linuxfoundation.org
>>>>>
>>>>> Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
>>>>> ---
>>>>> MAINTAINERS | 1 +
>>>>> 1 file changed, 1 insertion(+)
>>>>>
>>
>> Applied to linux-kselftest next for Linux 6.12-rc1.
>
> You are applying things for the x86 entry, without an x86 ack, srsly?
People are having problems with s86 selftests not making it to x86 lists.
I figured it will make it easier for the x86 team.
I don't have issues dropping this patch.
thanks,
-- Shuah
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: Add selftests/x86 entry
2024-08-01 19:27 ` Shuah Khan
@ 2024-08-01 19:57 ` Shuah Khan
0 siblings, 0 replies; 8+ messages in thread
From: Shuah Khan @ 2024-08-01 19:57 UTC (permalink / raw)
To: Peter Zijlstra
Cc: Muhammad Usama Anjum, Thomas Gleixner, Ingo Molnar,
Borislav Petkov, Dave Hansen, x86, linux-kernel, linux-kselftest,
kernel, Shuah Khan
On 8/1/24 13:27, Shuah Khan wrote:
> On 7/31/24 15:23, Peter Zijlstra wrote:
>> On Wed, Jul 31, 2024 at 12:14:16PM -0600, Shuah Khan wrote:
>>> On 7/31/24 07:42, Muhammad Usama Anjum wrote:
>>>> Kind reminder
>>>>
>>>> On 7/2/24 3:17 PM, Muhammad Usama Anjum wrote:
>>>>> Kind reminder
>>>
>>> Top post ???
>>>
>>>>>
>>>>> On 6/10/24 10:28 AM, Muhammad Usama Anjum wrote:
>>>>>> There are no maintainers specified for tools/testing/selftests/x86.
>>>>>> Shuah has mentioned [1] that the patches should go through x86 tree or
>>>>>> in special cases directly to Shuah's tree after getting ack-ed from x86
>>>>>> maintainers. Different people have been confused when sending patches as
>>>>>> correct maintainers aren't found by get_maintainer.pl script. Fix
>>>>>> this by adding entry to MAINTAINERS file.
>>>>>>
>>>>>> [1] https://lore.kernel.org/all/90dc0dfc-4c67-4ea1-b705-0585d6e2ec47@linuxfoundation.org
>>>>>>
>>>>>> Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
>>>>>> ---
>>>>>> MAINTAINERS | 1 +
>>>>>> 1 file changed, 1 insertion(+)
>>>>>>
>>>
>>> Applied to linux-kselftest next for Linux 6.12-rc1.
>>
>> You are applying things for the x86 entry, without an x86 ack, srsly?
>
> People are having problems with s86 selftests not making it to x86 lists.
> I figured it will make it easier for the x86 team.
>
> I don't have issues dropping this patch.
>
Dropped from my tree
thanks,
-- Shuah
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: Add selftests/x86 entry
2024-06-10 5:28 [PATCH] MAINTAINERS: Add selftests/x86 entry Muhammad Usama Anjum
2024-07-02 10:17 ` Muhammad Usama Anjum
@ 2024-08-28 17:18 ` Dave Hansen
1 sibling, 0 replies; 8+ messages in thread
From: Dave Hansen @ 2024-08-28 17:18 UTC (permalink / raw)
To: Muhammad Usama Anjum, skhan, Thomas Gleixner, Ingo Molnar,
Borislav Petkov, Dave Hansen, x86, linux-kernel, linux-kselftest
Cc: kernel
On 6/9/24 22:28, Muhammad Usama Anjum wrote:
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 523d84b2d6139..f3a17e5d954a3 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -24378,6 +24378,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
> F: Documentation/arch/x86/
> F: Documentation/devicetree/bindings/x86/
> F: arch/x86/
> +F: tools/testing/selftests/x86
I think this makes a lot of sense. We do at least need to get cc'd on
this stuff.
Acked-by: Dave Hansen <dave.hansen@linux.intel.com>
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-08-28 17:18 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-10 5:28 [PATCH] MAINTAINERS: Add selftests/x86 entry Muhammad Usama Anjum
2024-07-02 10:17 ` Muhammad Usama Anjum
2024-07-31 13:42 ` Muhammad Usama Anjum
2024-07-31 18:14 ` Shuah Khan
2024-07-31 21:23 ` Peter Zijlstra
2024-08-01 19:27 ` Shuah Khan
2024-08-01 19:57 ` Shuah Khan
2024-08-28 17:18 ` Dave Hansen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox