All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] sched_ext: Sync with scx upstream
@ 2025-07-23 12:07 Cheng-Yang Chou
  2025-07-23 12:07 ` [PATCH 01/10] sched_ext: Sync with scx upstream in tools/sched_ext/scx_central.bpf.c Cheng-Yang Chou
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Cheng-Yang Chou @ 2025-07-23 12:07 UTC (permalink / raw)
  To: sched-ext; +Cc: tj, void, arighi, changwoo, jserv, yphbchou0911

This series syncs 10 sched_ext source/header files with the latest scx
upstream via:

	./sync-to-kernel.sh /path/to/kernel/tree

The updates ensure alignment with upstream development. Build tested
with `make -j`.

Thanks.

-chengyang

---

Cheng-Yang Chou (10):
  sched_ext: Sync with scx upstream in tools/sched_ext/scx_central.bpf.c
  sched_ext: Sync with scx upstream in tools/sched_ext/scx_central.c
  sched_ext: Sync with scx upstream in tools/sched_ext/scx_flatcg.bpf.c
  sched_ext: Sync with scx upstream in tools/sched_ext/scx_flatcg.c
  sched_ext: Sync with scx upstream in tools/sched_ext/scx_qmap.bpf.c
  sched_ext: Sync with scx upstream in tools/sched_ext/scx_simple.c
  sched_ext: Sync with scx upstream in
    tools/sched_ext/include/scx/common.bpf.h
  sched_ext: Sync with scx upstream in
    tools/sched_ext/include/scx/common.h
  sched_ext: Sync with scx upstream in
    tools/sched_ext/include/scx/compat.bpf.h
  sched_ext: Sync with scx upstream in
    tools/sched_ext/include/scx/user_exit_info.h

 tools/sched_ext/include/scx/common.bpf.h     | 102 +++++++++++++++++--
 tools/sched_ext/include/scx/common.h         |   5 +-
 tools/sched_ext/include/scx/compat.bpf.h     |   5 +
 tools/sched_ext/include/scx/user_exit_info.h |  49 +--------
 tools/sched_ext/scx_central.bpf.c            |   2 +-
 tools/sched_ext/scx_central.c                |   1 +
 tools/sched_ext/scx_flatcg.bpf.c             |   2 +-
 tools/sched_ext/scx_flatcg.c                 |   2 +
 tools/sched_ext/scx_qmap.bpf.c               |  23 -----
 tools/sched_ext/scx_simple.c                 |   2 +
 10 files changed, 110 insertions(+), 83 deletions(-)

-- 
2.48.1


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

end of thread, other threads:[~2025-07-23 12:21 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-23 12:07 [PATCH 00/10] sched_ext: Sync with scx upstream Cheng-Yang Chou
2025-07-23 12:07 ` [PATCH 01/10] sched_ext: Sync with scx upstream in tools/sched_ext/scx_central.bpf.c Cheng-Yang Chou
2025-07-23 12:07 ` [PATCH 02/10] sched_ext: Sync with scx upstream in tools/sched_ext/scx_central.c Cheng-Yang Chou
2025-07-23 12:07 ` [PATCH 03/10] sched_ext: Sync with scx upstream in tools/sched_ext/scx_flatcg.bpf.c Cheng-Yang Chou
2025-07-23 12:07 ` [PATCH 04/10] sched_ext: Sync with scx upstream in tools/sched_ext/scx_flatcg.c Cheng-Yang Chou
2025-07-23 12:07 ` [PATCH 05/10] sched_ext: Sync with scx upstream in tools/sched_ext/scx_qmap.bpf.c Cheng-Yang Chou
2025-07-23 12:07 ` [PATCH 06/10] sched_ext: Sync with scx upstream in tools/sched_ext/scx_simple.c Cheng-Yang Chou
2025-07-23 12:07 ` [PATCH 07/10] sched_ext: Sync with scx upstream in tools/sched_ext/include/scx/common.bpf.h Cheng-Yang Chou
2025-07-23 12:07 ` [PATCH 08/10] sched_ext: Sync with scx upstream in tools/sched_ext/include/scx/common.h Cheng-Yang Chou
2025-07-23 12:07 ` [PATCH 09/10] sched_ext: Sync with scx upstream in tools/sched_ext/include/scx/compat.bpf.h Cheng-Yang Chou
2025-07-23 12:07 ` [PATCH 10/10] sched_ext: Sync with scx upstream in tools/sched_ext/include/scx/user_exit_info.h Cheng-Yang Chou
2025-07-23 12:12 ` [PATCH 00/10] sched_ext: Sync with scx upstream Andrea Righi
2025-07-23 12:21   ` Cheng-Yang Chou

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.