Re: [PATCH 00/18] drivers: Remove oprofile and dcookies

From: Robert Richter
Date: Thu Jan 14 2021 - 16:51:28 EST


On 14.01.21 17:04:24, Viresh Kumar wrote:
> Hello,
>
> The "oprofile" user-space tools don't use the kernel OPROFILE support
> any more, and haven't in a long time. User-space has been converted to
> the perf interfaces.
>
> Remove oprofile and dcookies (whose only user is oprofile) support from
> the kernel.
>
> This was suggested here [1] earlier.
>
> This is build/boot tested by kernel test robot (Intel) and Linaro's
> Tuxmake[2] for a lot of architectures and no failures were reported.
>
> --
> Viresh
>
> [1] https://lore.kernel.org/lkml/CAHk-=whw9t3ZtV8iA2SJWYQS1VOJuS14P_qhj3v5-9PCBmGQww@xxxxxxxxxxxxxx/
> [2] https://lwn.net/Articles/841624/
>
> Viresh Kumar (18):
> arch: alpha: Remove CONFIG_OPROFILE support
> arch: arm: Remove CONFIG_OPROFILE support
> arch: arc: Remove CONFIG_OPROFILE support
> arch: hexagon: Don't select HAVE_OPROFILE
> arch: ia64: Remove CONFIG_OPROFILE support
> arch: ia64: Remove rest of perfmon support
> arch: microblaze: Remove CONFIG_OPROFILE support
> arch: mips: Remove CONFIG_OPROFILE support
> arch: parisc: Remove CONFIG_OPROFILE support
> arch: powerpc: Stop building and using oprofile
> arch: powerpc: Remove oprofile
> arch: s390: Remove CONFIG_OPROFILE support
> arch: sh: Remove CONFIG_OPROFILE support
> arch: sparc: Remove CONFIG_OPROFILE support
> arch: x86: Remove CONFIG_OPROFILE support
> arch: xtensa: Remove CONFIG_OPROFILE support
> drivers: Remove CONFIG_OPROFILE support
> fs: Remove dcookies support

After oprofile userland moved to version 1.x, the kernel support for
it isn't needed anymore. The switch was back in 2014 when oprofile
started using the perf syscall:

https://sourceforge.net/p/oprofile/oprofile/ci/ba9edea2bdfe2c9475749fc83105632bd916b96c

Since then I haven't received any significant patches to implement new
features or add support for newer platforms in the kernel. There
haven't been bug reports sent or questions asked on the mailing list
for quite a while, which indicates there are no or less users. Users
(if any) should switch to oprofile 1.x or the perf tool. No need to
carry kernel support any longer with us.

So time to get rid of it. For the whole series:

Acked-by: Robert Richter <rric@xxxxxxxxxx>