All of lore.kernel.org
 help / color / mirror / Atom feed
From: Viresh Kumar <viresh.kumar@linaro.org>
To: linux-kernel@vger.kernel.org
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
	Robert Richter <rric@kernel.org>,
	Vincent Guittot <vincent.guittot@linaro.org>,
	Arnd Bergmann <arnd@kernel.org>,
	oprofile-list@lists.sf.net, William Cohen <wcohen@redhat.com>,
	Alexander Viro <viro@zeniv.linux.org.uk>,
	anmar.oueja@linaro.org
Subject: Re: [PATCH 00/18] drivers: Remove oprofile and dcookies
Date: Fri, 15 Jan 2021 09:57:53 +0530	[thread overview]
Message-ID: <20210115042753.ozc7tih64vgvh2zm@vireshk-i7> (raw)
In-Reply-To: <cover.1610622251.git.viresh.kumar@linaro.org>

+LKML (Not sure why the cover-letter didn't go to LKML but everything else).

On 14-01-21, 17:04, 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@mail.gmail.com/
> [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
> 
>  Documentation/RCU/NMI-RCU.rst                 |    3 +-
>  .../admin-guide/kernel-parameters.txt         |   14 -
>  Documentation/kbuild/makefiles.rst            |    1 -
>  Documentation/process/magic-number.rst        |    1 -
>  .../it_IT/process/magic-number.rst            |    1 -
>  .../zh_CN/process/magic-number.rst            |    1 -
>  MAINTAINERS                                   |   11 -
>  arch/Kconfig                                  |   32 -
>  arch/alpha/Kconfig                            |    1 -
>  arch/alpha/Makefile                           |    1 -
>  arch/alpha/oprofile/Makefile                  |   20 -
>  arch/alpha/oprofile/common.c                  |  189 --
>  arch/alpha/oprofile/op_impl.h                 |   55 -
>  arch/alpha/oprofile/op_model_ev4.c            |  114 --
>  arch/alpha/oprofile/op_model_ev5.c            |  209 --
>  arch/alpha/oprofile/op_model_ev6.c            |  101 -
>  arch/alpha/oprofile/op_model_ev67.c           |  261 ---
>  arch/arc/Kconfig                              |    1 -
>  arch/arc/Makefile                             |    2 -
>  arch/arc/oprofile/Makefile                    |   10 -
>  arch/arc/oprofile/common.c                    |   23 -
>  arch/arm/Kconfig                              |    1 -
>  arch/arm/Makefile                             |    2 -
>  arch/arm/configs/bcm2835_defconfig            |    1 -
>  arch/arm/configs/cns3420vb_defconfig          |    1 -
>  arch/arm/configs/corgi_defconfig              |    1 -
>  arch/arm/configs/imx_v4_v5_defconfig          |    1 -
>  arch/arm/configs/keystone_defconfig           |    1 -
>  arch/arm/configs/multi_v5_defconfig           |    1 -
>  arch/arm/configs/mv78xx0_defconfig            |    1 -
>  arch/arm/configs/mvebu_v5_defconfig           |    1 -
>  arch/arm/configs/omap1_defconfig              |    1 -
>  arch/arm/configs/omap2plus_defconfig          |    1 -
>  arch/arm/configs/orion5x_defconfig            |    1 -
>  arch/arm/configs/pxa_defconfig                |    1 -
>  arch/arm/configs/qcom_defconfig               |    1 -
>  arch/arm/configs/socfpga_defconfig            |    1 -
>  arch/arm/configs/spitz_defconfig              |    1 -
>  arch/arm/configs/vexpress_defconfig           |    1 -
>  arch/arm/oprofile/Makefile                    |   14 -
>  arch/arm/oprofile/common.c                    |  132 --
>  arch/hexagon/Kconfig                          |    1 -
>  arch/ia64/Kconfig                             |    1 -
>  arch/ia64/Makefile                            |    1 -
>  arch/ia64/configs/bigsur_defconfig            |    1 -
>  arch/ia64/include/asm/hw_irq.h                |    1 -
>  arch/ia64/include/asm/perfmon.h               |  111 --
>  arch/ia64/include/uapi/asm/perfmon.h          |  178 --
>  .../include/uapi/asm/perfmon_default_smpl.h   |   84 -
>  arch/ia64/kernel/palinfo.c                    |   41 -
>  arch/ia64/kernel/perfmon_default_smpl.c       |  297 ---
>  arch/ia64/kernel/perfmon_generic.h            |   46 -
>  arch/ia64/kernel/perfmon_itanium.h            |    2 +-
>  arch/ia64/kernel/perfmon_mckinley.h           |  188 --
>  arch/ia64/kernel/perfmon_montecito.h          |  270 ---
>  arch/ia64/oprofile/Makefile                   |   10 -
>  arch/ia64/oprofile/backtrace.c                |  131 --
>  arch/ia64/oprofile/init.c                     |   28 -
>  arch/microblaze/Kconfig                       |    1 -
>  arch/microblaze/Makefile                      |    2 -
>  arch/microblaze/oprofile/Makefile             |   14 -
>  .../microblaze/oprofile/microblaze_oprofile.c |   22 -
>  arch/mips/Kconfig                             |    3 +-
>  arch/mips/Makefile                            |    1 -
>  arch/mips/configs/fuloong2e_defconfig         |    1 -
>  arch/mips/configs/ip32_defconfig              |    1 -
>  arch/mips/configs/lemote2f_defconfig          |    1 -
>  arch/mips/configs/mtx1_defconfig              |    1 -
>  arch/mips/configs/rs90_defconfig              |    1 -
>  .../include/asm/mach-loongson2ef/loongson.h   |    9 -
>  arch/mips/loongson2ef/fuloong-2e/irq.c        |    2 +-
>  arch/mips/loongson2ef/lemote-2f/irq.c         |    1 -
>  arch/mips/oprofile/Makefile                   |   18 -
>  arch/mips/oprofile/backtrace.c                |  177 --
>  arch/mips/oprofile/common.c                   |  147 --
>  arch/mips/oprofile/op_impl.h                  |   41 -
>  arch/mips/oprofile/op_model_loongson2.c       |  161 --
>  arch/mips/oprofile/op_model_loongson3.c       |  213 --
>  arch/mips/oprofile/op_model_mipsxx.c          |  479 -----
>  arch/parisc/Kconfig                           |    1 -
>  arch/parisc/Makefile                          |    2 -
>  arch/parisc/oprofile/Makefile                 |   10 -
>  arch/parisc/oprofile/init.c                   |   23 -
>  arch/powerpc/Kconfig                          |    1 -
>  arch/powerpc/Makefile                         |    2 -
>  arch/powerpc/configs/44x/akebono_defconfig    |    1 -
>  arch/powerpc/configs/44x/currituck_defconfig  |    1 -
>  arch/powerpc/configs/44x/fsp2_defconfig       |    1 -
>  arch/powerpc/configs/44x/iss476-smp_defconfig |    1 -
>  arch/powerpc/configs/cell_defconfig           |    1 -
>  arch/powerpc/configs/g5_defconfig             |    1 -
>  arch/powerpc/configs/maple_defconfig          |    1 -
>  arch/powerpc/configs/pasemi_defconfig         |    1 -
>  arch/powerpc/configs/pmac32_defconfig         |    1 -
>  arch/powerpc/configs/powernv_defconfig        |    1 -
>  arch/powerpc/configs/ppc64_defconfig          |    1 -
>  arch/powerpc/configs/ppc64e_defconfig         |    1 -
>  arch/powerpc/configs/ppc6xx_defconfig         |    1 -
>  arch/powerpc/configs/ps3_defconfig            |    1 -
>  arch/powerpc/configs/pseries_defconfig        |    1 -
>  arch/powerpc/include/asm/cputable.h           |   20 -
>  arch/powerpc/include/asm/oprofile_impl.h      |  135 --
>  arch/powerpc/include/asm/spu.h                |   33 -
>  arch/powerpc/kernel/cputable.c                |   67 -
>  arch/powerpc/kernel/dt_cpu_ftrs.c             |    2 -
>  arch/powerpc/oprofile/Makefile                |   19 -
>  arch/powerpc/oprofile/backtrace.c             |  120 --
>  arch/powerpc/oprofile/cell/pr_util.h          |  110 --
>  arch/powerpc/oprofile/cell/spu_profiler.c     |  248 ---
>  arch/powerpc/oprofile/cell/spu_task_sync.c    |  657 -------
>  arch/powerpc/oprofile/cell/vma_map.c          |  279 ---
>  arch/powerpc/oprofile/common.c                |  243 ---
>  arch/powerpc/oprofile/op_model_7450.c         |  207 --
>  arch/powerpc/oprofile/op_model_cell.c         | 1709 -----------------
>  arch/powerpc/oprofile/op_model_fsl_emb.c      |  380 ----
>  arch/powerpc/oprofile/op_model_pa6t.c         |  227 ---
>  arch/powerpc/oprofile/op_model_power4.c       |  438 -----
>  arch/powerpc/platforms/cell/Kconfig           |    5 -
>  arch/powerpc/platforms/cell/spu_notify.c      |   55 -
>  arch/powerpc/platforms/cell/spufs/run.c       |    4 +-
>  arch/powerpc/platforms/cell/spufs/sched.c     |    5 -
>  arch/powerpc/platforms/cell/spufs/spufs.h     |    1 -
>  arch/s390/Kconfig                             |    1 -
>  arch/s390/Makefile                            |    3 -
>  arch/s390/configs/debug_defconfig             |    1 -
>  arch/s390/configs/defconfig                   |    1 -
>  arch/s390/oprofile/Makefile                   |   10 -
>  arch/s390/oprofile/init.c                     |   37 -
>  arch/sh/Kconfig                               |    1 -
>  arch/sh/Makefile                              |    1 -
>  arch/sh/configs/espt_defconfig                |    1 -
>  arch/sh/configs/migor_defconfig               |    1 -
>  arch/sh/configs/r7780mp_defconfig             |    1 -
>  arch/sh/configs/r7785rp_defconfig             |    1 -
>  arch/sh/configs/rsk7201_defconfig             |    1 -
>  arch/sh/configs/rsk7203_defconfig             |    1 -
>  arch/sh/configs/rts7751r2d1_defconfig         |    1 -
>  arch/sh/configs/rts7751r2dplus_defconfig      |    1 -
>  arch/sh/configs/sdk7786_defconfig             |    1 -
>  arch/sh/configs/se7206_defconfig              |    1 -
>  arch/sh/configs/sh03_defconfig                |    1 -
>  arch/sh/configs/sh7724_generic_defconfig      |    1 -
>  arch/sh/configs/sh7763rdp_defconfig           |    1 -
>  arch/sh/configs/sh7770_generic_defconfig      |    1 -
>  arch/sh/configs/shx3_defconfig                |    1 -
>  arch/sh/oprofile/Makefile                     |   16 -
>  arch/sh/oprofile/backtrace.c                  |   80 -
>  arch/sh/oprofile/common.c                     |   64 -
>  arch/sparc/Kconfig                            |    1 -
>  arch/sparc/Makefile                           |    1 -
>  arch/sparc/configs/sparc64_defconfig          |    1 -
>  arch/sparc/oprofile/Makefile                  |   10 -
>  arch/sparc/oprofile/init.c                    |   87 -
>  arch/x86/Kconfig                              |    1 -
>  arch/x86/Makefile                             |    3 -
>  arch/x86/include/asm/nmi.h                    |    1 -
>  arch/x86/kernel/cpu/perfctr-watchdog.c        |   11 +-
>  arch/x86/oprofile/Makefile                    |   12 -
>  arch/x86/oprofile/backtrace.c                 |  127 --
>  arch/x86/oprofile/init.c                      |   38 -
>  arch/x86/oprofile/nmi_int.c                   |  780 --------
>  arch/x86/oprofile/op_counter.h                |   30 -
>  arch/x86/oprofile/op_model_amd.c              |  542 ------
>  arch/x86/oprofile/op_model_p4.c               |  723 -------
>  arch/x86/oprofile/op_model_ppro.c             |  245 ---
>  arch/x86/oprofile/op_x86_model.h              |   90 -
>  arch/xtensa/Kconfig                           |    1 -
>  arch/xtensa/Makefile                          |    1 -
>  arch/xtensa/configs/audio_kc705_defconfig     |    1 -
>  arch/xtensa/configs/generic_kc705_defconfig   |    1 -
>  arch/xtensa/configs/smp_lx200_defconfig       |    1 -
>  arch/xtensa/configs/xip_kc705_defconfig       |    1 -
>  arch/xtensa/kernel/stacktrace.c               |    2 +-
>  arch/xtensa/oprofile/Makefile                 |   10 -
>  arch/xtensa/oprofile/backtrace.c              |   27 -
>  arch/xtensa/oprofile/init.c                   |   26 -
>  drivers/oprofile/buffer_sync.c                |  591 ------
>  drivers/oprofile/buffer_sync.h                |   22 -
>  drivers/oprofile/cpu_buffer.c                 |  465 -----
>  drivers/oprofile/cpu_buffer.h                 |  121 --
>  drivers/oprofile/event_buffer.c               |  209 --
>  drivers/oprofile/event_buffer.h               |   40 -
>  drivers/oprofile/nmi_timer_int.c              |  157 --
>  drivers/oprofile/oprof.c                      |  286 ---
>  drivers/oprofile/oprof.h                      |   50 -
>  drivers/oprofile/oprofile_files.c             |  201 --
>  drivers/oprofile/oprofile_perf.c              |  328 ----
>  drivers/oprofile/oprofile_stats.c             |   84 -
>  drivers/oprofile/oprofile_stats.h             |   33 -
>  drivers/oprofile/oprofilefs.c                 |  300 ---
>  drivers/oprofile/timer_int.c                  |  122 --
>  fs/Makefile                                   |    1 -
>  fs/dcookies.c                                 |  356 ----
>  include/linux/dcookies.h                      |   69 -
>  include/linux/oprofile.h                      |  209 --
>  init/Kconfig                                  |    2 +-
>  kernel/sys.c                                  |    1 -
>  usr/include/Makefile                          |    2 -
>  198 files changed, 8 insertions(+), 15566 deletions(-)
>  delete mode 100644 arch/alpha/oprofile/Makefile
>  delete mode 100644 arch/alpha/oprofile/common.c
>  delete mode 100644 arch/alpha/oprofile/op_impl.h
>  delete mode 100644 arch/alpha/oprofile/op_model_ev4.c
>  delete mode 100644 arch/alpha/oprofile/op_model_ev5.c
>  delete mode 100644 arch/alpha/oprofile/op_model_ev6.c
>  delete mode 100644 arch/alpha/oprofile/op_model_ev67.c
>  delete mode 100644 arch/arc/oprofile/Makefile
>  delete mode 100644 arch/arc/oprofile/common.c
>  delete mode 100644 arch/arm/oprofile/Makefile
>  delete mode 100644 arch/arm/oprofile/common.c
>  delete mode 100644 arch/ia64/include/asm/perfmon.h
>  delete mode 100644 arch/ia64/include/uapi/asm/perfmon.h
>  delete mode 100644 arch/ia64/include/uapi/asm/perfmon_default_smpl.h
>  delete mode 100644 arch/ia64/kernel/perfmon_default_smpl.c
>  delete mode 100644 arch/ia64/kernel/perfmon_generic.h
>  delete mode 100644 arch/ia64/kernel/perfmon_mckinley.h
>  delete mode 100644 arch/ia64/kernel/perfmon_montecito.h
>  delete mode 100644 arch/ia64/oprofile/Makefile
>  delete mode 100644 arch/ia64/oprofile/backtrace.c
>  delete mode 100644 arch/ia64/oprofile/init.c
>  delete mode 100644 arch/microblaze/oprofile/Makefile
>  delete mode 100644 arch/microblaze/oprofile/microblaze_oprofile.c
>  delete mode 100644 arch/mips/oprofile/Makefile
>  delete mode 100644 arch/mips/oprofile/backtrace.c
>  delete mode 100644 arch/mips/oprofile/common.c
>  delete mode 100644 arch/mips/oprofile/op_impl.h
>  delete mode 100644 arch/mips/oprofile/op_model_loongson2.c
>  delete mode 100644 arch/mips/oprofile/op_model_loongson3.c
>  delete mode 100644 arch/mips/oprofile/op_model_mipsxx.c
>  delete mode 100644 arch/parisc/oprofile/Makefile
>  delete mode 100644 arch/parisc/oprofile/init.c
>  delete mode 100644 arch/powerpc/include/asm/oprofile_impl.h
>  delete mode 100644 arch/powerpc/oprofile/Makefile
>  delete mode 100644 arch/powerpc/oprofile/backtrace.c
>  delete mode 100644 arch/powerpc/oprofile/cell/pr_util.h
>  delete mode 100644 arch/powerpc/oprofile/cell/spu_profiler.c
>  delete mode 100644 arch/powerpc/oprofile/cell/spu_task_sync.c
>  delete mode 100644 arch/powerpc/oprofile/cell/vma_map.c
>  delete mode 100644 arch/powerpc/oprofile/common.c
>  delete mode 100644 arch/powerpc/oprofile/op_model_7450.c
>  delete mode 100644 arch/powerpc/oprofile/op_model_cell.c
>  delete mode 100644 arch/powerpc/oprofile/op_model_fsl_emb.c
>  delete mode 100644 arch/powerpc/oprofile/op_model_pa6t.c
>  delete mode 100644 arch/powerpc/oprofile/op_model_power4.c
>  delete mode 100644 arch/powerpc/platforms/cell/spu_notify.c
>  delete mode 100644 arch/s390/oprofile/Makefile
>  delete mode 100644 arch/s390/oprofile/init.c
>  delete mode 100644 arch/sh/oprofile/Makefile
>  delete mode 100644 arch/sh/oprofile/backtrace.c
>  delete mode 100644 arch/sh/oprofile/common.c
>  delete mode 100644 arch/sparc/oprofile/Makefile
>  delete mode 100644 arch/sparc/oprofile/init.c
>  delete mode 100644 arch/x86/oprofile/Makefile
>  delete mode 100644 arch/x86/oprofile/backtrace.c
>  delete mode 100644 arch/x86/oprofile/init.c
>  delete mode 100644 arch/x86/oprofile/nmi_int.c
>  delete mode 100644 arch/x86/oprofile/op_counter.h
>  delete mode 100644 arch/x86/oprofile/op_model_amd.c
>  delete mode 100644 arch/x86/oprofile/op_model_p4.c
>  delete mode 100644 arch/x86/oprofile/op_model_ppro.c
>  delete mode 100644 arch/x86/oprofile/op_x86_model.h
>  delete mode 100644 arch/xtensa/oprofile/Makefile
>  delete mode 100644 arch/xtensa/oprofile/backtrace.c
>  delete mode 100644 arch/xtensa/oprofile/init.c
>  delete mode 100644 drivers/oprofile/buffer_sync.c
>  delete mode 100644 drivers/oprofile/buffer_sync.h
>  delete mode 100644 drivers/oprofile/cpu_buffer.c
>  delete mode 100644 drivers/oprofile/cpu_buffer.h
>  delete mode 100644 drivers/oprofile/event_buffer.c
>  delete mode 100644 drivers/oprofile/event_buffer.h
>  delete mode 100644 drivers/oprofile/nmi_timer_int.c
>  delete mode 100644 drivers/oprofile/oprof.c
>  delete mode 100644 drivers/oprofile/oprof.h
>  delete mode 100644 drivers/oprofile/oprofile_files.c
>  delete mode 100644 drivers/oprofile/oprofile_perf.c
>  delete mode 100644 drivers/oprofile/oprofile_stats.c
>  delete mode 100644 drivers/oprofile/oprofile_stats.h
>  delete mode 100644 drivers/oprofile/oprofilefs.c
>  delete mode 100644 drivers/oprofile/timer_int.c
>  delete mode 100644 fs/dcookies.c
>  delete mode 100644 include/linux/dcookies.h
>  delete mode 100644 include/linux/oprofile.h
> 
> 
> base-commit: 7c53f6b671f4aba70ff15e1b05148b10d58c2837
> -- 
> 2.25.0.rc1.19.g042ed3e048af
> 

-- 
viresh

  parent reply	other threads:[~2021-01-15  4:28 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-14 11:34 [PATCH 00/18] drivers: Remove oprofile and dcookies Viresh Kumar
2021-01-14 11:35 ` [PATCH 01/18] arch: alpha: Remove CONFIG_OPROFILE support Viresh Kumar
2021-01-14 11:35 ` [PATCH 02/18] arch: arm: " Viresh Kumar
2021-01-14 11:35   ` Viresh Kumar
2021-01-14 11:35 ` [PATCH 03/18] arch: arc: " Viresh Kumar
2021-01-14 11:35   ` Viresh Kumar
2021-01-14 17:51   ` Vineet Gupta
2021-01-14 17:51     ` Vineet Gupta
2021-01-15  3:34     ` Viresh Kumar
2021-01-15  3:34       ` Viresh Kumar
2021-01-14 11:35 ` [PATCH 04/18] arch: hexagon: Don't select HAVE_OPROFILE Viresh Kumar
2021-01-15 15:30   ` Brian Cain
2021-01-15 15:30     ` Brian Cain
2021-01-14 11:35 ` [PATCH 05/18] arch: ia64: Remove CONFIG_OPROFILE support Viresh Kumar
2021-01-14 11:47   ` Viresh Kumar
2021-01-14 11:35 ` [PATCH 06/18] arch: ia64: Remove rest of perfmon support Viresh Kumar
2021-01-14 11:47   ` Viresh Kumar
2021-01-14 11:35 ` [PATCH 07/18] arch: microblaze: Remove CONFIG_OPROFILE support Viresh Kumar
2021-01-14 12:12   ` Michal Simek
2021-01-14 11:35 ` [PATCH 08/18] arch: mips: " Viresh Kumar
2021-01-14 11:35 ` [PATCH 09/18] arch: parisc: " Viresh Kumar
2021-01-14 11:35 ` [PATCH 10/18] arch: powerpc: Stop building and using oprofile Viresh Kumar
2021-01-14 11:35   ` Viresh Kumar
2021-01-15  4:13   ` Viresh Kumar
2021-01-15  4:13     ` Viresh Kumar
2021-01-15 21:54   ` kernel test robot
2021-01-18  4:47   ` Viresh Kumar
2021-01-18  4:47     ` Viresh Kumar
2021-01-14 11:35 ` [PATCH 11/18] arch: powerpc: Remove oprofile Viresh Kumar
2021-01-14 11:35   ` Viresh Kumar
2021-01-14 11:35 ` [PATCH 12/18] arch: s390: Remove CONFIG_OPROFILE support Viresh Kumar
2021-01-15 10:35   ` Heiko Carstens
2021-01-14 11:35 ` [PATCH 13/18] arch: sh: " Viresh Kumar
2021-01-14 11:35 ` [PATCH 14/18] arch: sparc: " Viresh Kumar
2021-01-14 11:47   ` Viresh Kumar
2021-01-14 11:35 ` [PATCH 15/18] arch: x86: " Viresh Kumar
2021-01-14 11:35 ` [PATCH 16/18] arch: xtensa: " Viresh Kumar
2021-01-14 20:37   ` Max Filippov
2021-01-14 11:35 ` [PATCH 17/18] drivers: " Viresh Kumar
2021-01-14 15:06   ` Paul E. McKenney
2021-01-15 17:10   ` Federico Vaga
2021-01-14 11:35 ` [PATCH 18/18] fs: Remove dcookies support Viresh Kumar
2021-01-14 21:50 ` [PATCH 00/18] drivers: Remove oprofile and dcookies Robert Richter
2021-01-15 15:44   ` William Cohen
2021-01-15  4:27 ` Viresh Kumar [this message]
     [not found] ` <CAHk-=whaPiPCM6erqqe5Q-Ugn7u-jY6w7iA-kEBBc8aB40sBoA@mail.gmail.com>
2021-01-18  6:57   ` Viresh Kumar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210115042753.ozc7tih64vgvh2zm@vireshk-i7 \
    --to=viresh.kumar@linaro.org \
    --cc=anmar.oueja@linaro.org \
    --cc=arnd@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=oprofile-list@lists.sf.net \
    --cc=rric@kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=vincent.guittot@linaro.org \
    --cc=viro@zeniv.linux.org.uk \
    --cc=wcohen@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.