[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <aJo02GwCco0ToB9B@slm.duckdns.org>
Date: Mon, 11 Aug 2025 08:22:16 -1000
From: Tejun Heo <tj@...nel.org>
To: Andrea Righi <arighi@...dia.com>
Cc: David Vernet <void@...ifault.com>, Changwoo Min <changwoo@...lia.com>,
linux-kernel@...r.kernel.org,
Cheng-Yang Chou <yphbchou0911@...il.com>
Subject: Re: [PATCH] tools/sched_ext: Receive updates from SCX repo
On Mon, Aug 04, 2025 at 01:04:49PM +0200, Andrea Righi wrote:
> Receive tools/sched_ext updates form https://github.com/sched-ext/scx to
> sync userspace bits:
>
> - basic BPF arena allocator abstractions,
>
> - additional process flags definitions,
>
> - fixed is_migration_disabled() helper,
>
> - separate out user_exit_info BPF and user space code.
>
> This also fixes the following warning when building the selftests:
>
> tools/sched_ext/include/scx/common.bpf.h:550:9: warning: 'likely' macro redefined [-Wmacro-redefined]
> 550 | #define likely(x) __builtin_expect(!!(x), 1)
> | ^
>
> Co-developed-by: Cheng-Yang Chou <yphbchou0911@...il.com>
> Signed-off-by: Andrea Righi <arighi@...dia.com>
Applied to sched_ext/for-6.18.
Thanks.
--
tejun
Powered by blists - more mailing lists