All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Doc: process: Getting rid of OProfile url enlisting
@ 2026-08-15 21:53 Bhaskar Chowdhury
  2026-08-15 22:33 ` Matthew Wilcox
  2026-08-16  8:24 ` Manuel Ebner
  0 siblings, 2 replies; 4+ messages in thread
From: Bhaskar Chowdhury @ 2026-08-15 21:53 UTC (permalink / raw)
  To: corbet, skhan, rdunlap, workflows, linux-doc, linux-kernel
  Cc: Bhaskar Chowdhury

Aren't we done with this damn tool from a kernel perspective?? Thought,the link
could be removed.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 Documentation/process/changes.rst | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Documentation/process/changes.rst b/Documentation/process/changes.rst
index 0aa232b117b5..336c07190c9b 100644
--- a/Documentation/process/changes.rst
+++ b/Documentation/process/changes.rst
@@ -556,10 +556,6 @@ Ip-route2

 - <https://www.kernel.org/pub/linux/utils/net/iproute2/>

-OProfile
---------
-
-- <https://oprofile.sf.net/download/>

 Kernel documentation
 ********************
--
2.54.0


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

* Re: [PATCH] Doc: process: Getting rid of OProfile url enlisting
  2026-08-15 21:53 [PATCH] Doc: process: Getting rid of OProfile url enlisting Bhaskar Chowdhury
@ 2026-08-15 22:33 ` Matthew Wilcox
  2026-08-16  8:24 ` Manuel Ebner
  1 sibling, 0 replies; 4+ messages in thread
From: Matthew Wilcox @ 2026-08-15 22:33 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: corbet, skhan, rdunlap, workflows, linux-doc, linux-kernel

On Sun, Aug 16, 2026 at 03:23:17AM +0530, Bhaskar Chowdhury wrote:
> Aren't we done with this damn tool from a kernel perspective?? Thought,the link
> could be removed.

Maybe you'd like to use more polite wording in this commit message.

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

* Re: [PATCH] Doc: process: Getting rid of OProfile url enlisting
  2026-08-15 21:53 [PATCH] Doc: process: Getting rid of OProfile url enlisting Bhaskar Chowdhury
  2026-08-15 22:33 ` Matthew Wilcox
@ 2026-08-16  8:24 ` Manuel Ebner
  2026-08-16 15:07   ` Randy Dunlap
  1 sibling, 1 reply; 4+ messages in thread
From: Manuel Ebner @ 2026-08-16  8:24 UTC (permalink / raw)
  To: Bhaskar Chowdhury, corbet, skhan, rdunlap, workflows, linux-doc,
	linux-kernel

On Sun, 2026-08-16 at 03:23 +0530, Bhaskar Chowdhury wrote:
> Aren't we done with this damn tool from a kernel perspective?? Thought,the link
> could be removed.

This would finalize (fix?) this commit 8e9fa2f21151 (oprofiled version
output line removed from the list)

Maybe add some reasoning (To reduce it's OS jitter or because it's a leftover link)

And if it's the way to handle translations remove:
Documentation/translations/it_IT/process/changes.rst:- <https://oprofile.sf.net/download/>
Documentation/translations/pt_BR/process/changes.rst:- <https://oprofile.sf.net/download/>

I have no clue about the technical side, that's why I'm asking:
Can this be removed aswell?
arch/sparc/kernel/nmi.c:atomic_t nmi_active = ATOMIC_INIT(0);           /* oprofile uses this */

Thanks
 Manuel

> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  Documentation/process/changes.rst | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/Documentation/process/changes.rst b/Documentation/process/changes.rst
> index 0aa232b117b5..336c07190c9b 100644
> --- a/Documentation/process/changes.rst
> +++ b/Documentation/process/changes.rst
> @@ -556,10 +556,6 @@ Ip-route2
> 
>  - <https://www.kernel.org/pub/linux/utils/net/iproute2/>
> 
> -OProfile
> ---------
> -
> -- <https://oprofile.sf.net/download/>
> 
>  Kernel documentation
>  ********************
> --
> 2.54.0
> 


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

* Re: [PATCH] Doc: process: Getting rid of OProfile url enlisting
  2026-08-16  8:24 ` Manuel Ebner
@ 2026-08-16 15:07   ` Randy Dunlap
  0 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2026-08-16 15:07 UTC (permalink / raw)
  To: Manuel Ebner, Bhaskar Chowdhury, corbet, skhan, workflows,
	linux-doc, linux-kernel



On 8/16/26 1:24 AM, Manuel Ebner wrote:
> On Sun, 2026-08-16 at 03:23 +0530, Bhaskar Chowdhury wrote:
>> Aren't we done with this damn tool from a kernel perspective?? Thought,the link
>> could be removed.
> 
> This would finalize (fix?) this commit 8e9fa2f21151 (oprofiled version
> output line removed from the list)
> 
> Maybe add some reasoning (To reduce it's OS jitter or because it's a leftover link)
> 
> And if it's the way to handle translations remove:
> Documentation/translations/it_IT/process/changes.rst:- <https://oprofile.sf.net/download/>
> Documentation/translations/pt_BR/process/changes.rst:- <https://oprofile.sf.net/download/>
> 
> I have no clue about the technical side, that's why I'm asking:
> Can this be removed aswell?
> arch/sparc/kernel/nmi.c:atomic_t nmi_active = ATOMIC_INIT(0);           /* oprofile uses this */

It looks like nmi_active is used in that source file regardless of
oprofile. I'd say No.
Other than the comment itself, which can be deleted if oprofile support
is going (gone) away.

>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>> ---
>>  Documentation/process/changes.rst | 4 ----
>>  1 file changed, 4 deletions(-)
>>
>> diff --git a/Documentation/process/changes.rst b/Documentation/process/changes.rst
>> index 0aa232b117b5..336c07190c9b 100644
>> --- a/Documentation/process/changes.rst
>> +++ b/Documentation/process/changes.rst
>> @@ -556,10 +556,6 @@ Ip-route2
>>
>>  - <https://www.kernel.org/pub/linux/utils/net/iproute2/>
>>
>> -OProfile
>> ---------
>> -
>> -- <https://oprofile.sf.net/download/>
>>
>>  Kernel documentation
>>  ********************
>> --
>> 2.54.0
>>
> 

-- 
~Randy


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

end of thread, other threads:[~2026-08-16 15:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-15 21:53 [PATCH] Doc: process: Getting rid of OProfile url enlisting Bhaskar Chowdhury
2026-08-15 22:33 ` Matthew Wilcox
2026-08-16  8:24 ` Manuel Ebner
2026-08-16 15:07   ` Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.