Re: [tip: perf/core] perf/core: Move perf_event sysctls into kernel/events
From: Joel Granados
Date: Thu Feb 27 2025 - 06:52:56 EST
On Fri, Feb 21, 2025 at 02:06:10PM -0000, tip-bot2 for Joel Granados wrote:
> The following commit has been merged into the perf/core branch of tip:
Does this mean that it will make its way to upstream throught the tip
tree? Should I drop it from my series? Will someone pick this up?
>
> Commit-ID: 8aeacf257070469ff78a998a968a61d0cadc0de3
> Gitweb: https://git.kernel.org/tip/8aeacf257070469ff78a998a968a61d0cadc0de3
> Author: Joel Granados <joel.granados@xxxxxxxxxx>
> AuthorDate: Tue, 18 Feb 2025 10:56:21 +01:00
> Committer: Ingo Molnar <mingo@xxxxxxxxxx>
> CommitterDate: Fri, 21 Feb 2025 14:53:02 +01:00
>
> perf/core: Move perf_event sysctls into kernel/events
...
> - .maxlen = sizeof(sysctl_perf_event_max_contexts_per_stack),
> - .mode = 0644,
> - .proc_handler = perf_event_max_stack_handler,
> - .extra1 = SYSCTL_ZERO,
> - .extra2 = SYSCTL_ONE_THOUSAND,
> - },
> -#endif
> {
> .procname = "panic_on_warn",
> .data = &panic_on_warn,
--
Joel Granados