Maintainer workflows discussions
 help / color / mirror / Atom feed
* Re: [PATCH] kselftest docs: remove reference to obsolete/archived wiki
       [not found] <865def83-a07e-4eba-b795-7da66e0e2d69@linuxfoundation.org>
@ 2026-06-18  8:41 ` Brett Sheffield
  2026-06-18 17:02   ` Shuah Khan
  0 siblings, 1 reply; 3+ messages in thread
From: Brett Sheffield @ 2026-06-18  8:41 UTC (permalink / raw)
  To: Rafael Passos, shuah, corbet
  Cc: linux-kselftest, workflows, linux-doc, linux-kernel

>On 6/17/26 19:03, Shuah Khan wrote:
>> On 6/17/26 17:57, Rafael Passos wrote:
>>> This link in the docs point to a wiki that is no longer active.
>>>
>>> The wiki was moved to archive.kernel.org, and there is a warning:
>>> "OBSOLETE CONTENT This wiki has been archived and the content is
>>> no longer updated."
>>>
>>> Signed-off-by: Rafael Passos <rafael@rcpassos.me>
>>> ---
>>>
>>>   Documentation/dev-tools/kselftest.rst | 5 -----
>>>   1 file changed, 5 deletions(-)
>>>
>>> diff --git a/Documentation/dev-tools/kselftest.rst b/Documentation/dev-tools/kselftest.rst
>>> index d7bfe320338c..64c0ec7428a2 100644
>>> --- a/Documentation/dev-tools/kselftest.rst
>>> +++ b/Documentation/dev-tools/kselftest.rst
>>> @@ -15,11 +15,6 @@ able to run that test on an older kernel. Hence, it is important to keep
>>>   code that can still test an older kernel and make sure it skips the test
>>>   gracefully on newer releases.
>>> -You can find additional information on Kselftest framework, how to
>>> -write new tests using the framework on Kselftest wiki:
>>> -
>>> -https://kselftest.wiki.kernel.org/
>>> -
>>>   On some systems, hot-plug tests could hang forever waiting for cpu and
>>>   memory to be ready to be offlined. A special hot-plug target is created
>>>   to run the full range of hot-plug tests. In default mode, hot-plug tests run
>>
>>
>> Looks good to me.
>>
>> Reviewed-by: Shuah Khan <skhan@linuxfoundation.org>
>
>Jon,
>
>I can take this through kselftest tree as I usually do.
>
>thanks,
>-- Shuah

Hi Shuah, Jon et al,

I've been trying to get the same change merged since August 2025:

https://lore.kernel.org/linux-doc/20250824075007.13901-2-bacs@librecast.net/

resent in January:

https://lore.kernel.org/linux-doc/20260115172817.7120-1-bacs@librecast.net/

It's great that this trivial fix is finally getting merged, but can someone
explain why this patch was accepted in preference to the one I sent in August?




Brett Sheffield (he/him)

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

* Re: [PATCH] kselftest docs: remove reference to obsolete/archived wiki
  2026-06-18  8:41 ` [PATCH] kselftest docs: remove reference to obsolete/archived wiki Brett Sheffield
@ 2026-06-18 17:02   ` Shuah Khan
  2026-06-18 18:14     ` Brett Sheffield
  0 siblings, 1 reply; 3+ messages in thread
From: Shuah Khan @ 2026-06-18 17:02 UTC (permalink / raw)
  To: Brett Sheffield, Rafael Passos, shuah, corbet
  Cc: linux-kselftest, workflows, linux-doc, linux-kernel, Shuah Khan

On 6/18/26 02:41, Brett Sheffield wrote:
>> On 6/17/26 19:03, Shuah Khan wrote:
>>> On 6/17/26 17:57, Rafael Passos wrote:
>>>> This link in the docs point to a wiki that is no longer active.
>>>>
>>>> The wiki was moved to archive.kernel.org, and there is a warning:
>>>> "OBSOLETE CONTENT This wiki has been archived and the content is
>>>> no longer updated."
>>>>
>>>> Signed-off-by: Rafael Passos <rafael@rcpassos.me>
>>>> ---
>>>>
>>>>    Documentation/dev-tools/kselftest.rst | 5 -----
>>>>    1 file changed, 5 deletions(-)
>>>>
>>>> diff --git a/Documentation/dev-tools/kselftest.rst b/Documentation/dev-tools/kselftest.rst
>>>> index d7bfe320338c..64c0ec7428a2 100644
>>>> --- a/Documentation/dev-tools/kselftest.rst
>>>> +++ b/Documentation/dev-tools/kselftest.rst
>>>> @@ -15,11 +15,6 @@ able to run that test on an older kernel. Hence, it is important to keep
>>>>    code that can still test an older kernel and make sure it skips the test
>>>>    gracefully on newer releases.
>>>> -You can find additional information on Kselftest framework, how to
>>>> -write new tests using the framework on Kselftest wiki:
>>>> -
>>>> -https://kselftest.wiki.kernel.org/
>>>> -
>>>>    On some systems, hot-plug tests could hang forever waiting for cpu and
>>>>    memory to be ready to be offlined. A special hot-plug target is created
>>>>    to run the full range of hot-plug tests. In default mode, hot-plug tests run
>>>
>>>
>>> Looks good to me.
>>>
>>> Reviewed-by: Shuah Khan <skhan@linuxfoundation.org>
>>
>> Jon,
>>
>> I can take this through kselftest tree as I usually do.
>>
>> thanks,
>> -- Shuah
> 
> Hi Shuah, Jon et al,
> 
> I've been trying to get the same change merged since August 2025:
> 
> https://lore.kernel.org/linux-doc/20250824075007.13901-2-bacs@librecast.net/
> 
> resent in January:
> 
> https://lore.kernel.org/linux-doc/20260115172817.7120-1-bacs@librecast.net/
> 
> It's great that this trivial fix is finally getting merged, but can someone
> explain why this patch was accepted in preference to the one I sent in August?
> 

Brett,

My apologies  for not taking your patch earlier. Considering the effort
you put in with a re-sending the patch and following up here, it is
only fair for me to take yours instead. Hope it will apply cleanly on
top of kselftest-next

Rafael, I am going to take Brett;s patch instead of yours.

Apologies to both of you for the mix up.

thanks,
-- Shuah



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

* Re: [PATCH] kselftest docs: remove reference to obsolete/archived wiki
  2026-06-18 17:02   ` Shuah Khan
@ 2026-06-18 18:14     ` Brett Sheffield
  0 siblings, 0 replies; 3+ messages in thread
From: Brett Sheffield @ 2026-06-18 18:14 UTC (permalink / raw)
  To: Shuah Khan
  Cc: Rafael Passos, shuah, corbet, linux-kselftest, workflows,
	linux-doc, linux-kernel

On 2026-06-18 11:02, Shuah Khan wrote:
> My apologies  for not taking your patch earlier. Considering the effort
> you put in with a re-sending the patch and following up here, it is
> only fair for me to take yours instead. Hope it will apply cleanly on
> top of kselftest-next
> 
> Rafael, I am going to take Brett;s patch instead of yours.
> 
> Apologies to both of you for the mix up.

Thanks Shuah & no worries.


-- 
Brett Sheffield (he/him)

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

end of thread, other threads:[~2026-06-18 18:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <865def83-a07e-4eba-b795-7da66e0e2d69@linuxfoundation.org>
2026-06-18  8:41 ` [PATCH] kselftest docs: remove reference to obsolete/archived wiki Brett Sheffield
2026-06-18 17:02   ` Shuah Khan
2026-06-18 18:14     ` Brett Sheffield

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