lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Z3hpxfQViCi84BQ1@slm.duckdns.org>
Date: Fri, 3 Jan 2025 12:50:45 -1000
From: Tejun Heo <tj@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Andrea Righi <arighi@...dia.com>,
	Changwoo Min <changwoo@...lia.com>
Subject: [GIT PULL] sched_ext: Fixes for v6.13-rc5

The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext.git/ tags/sched_ext-for-6.13-rc5-fixes

for you to fetch changes up to ce2b93fc1dfa1c82f2576aa571731c4e5dcc8dd7:

  sched_ext: Fix dsq_local_on selftest (2024-12-24 14:09:50 -1000)

----------------------------------------------------------------
sched_ext: Fixes for v6.13-rc5

- Fix the bug where bpf_iter_scx_dsq_new() was not initializing the
  iterator's flags and could inadvertently enable e.g. reverse iteration.

- Fix the bug where scx_ops_bypass() could call irq_restore twice.

- Add Andrea and Changwoo as maintainers for better review coverage.

- selftests and tools/sched_ext build and other fixes.

----------------------------------------------------------------
Andrea Righi (1):
      MAINTAINERS: add self as reviewer for sched_ext

Changwoo Min (1):
      MAINTAINERS: add me as reviewer for sched_ext

David Vernet (1):
      scx: Fix maximal BPF selftest prog

Henry Huang (1):
      sched_ext: initialize kit->cursor.flags

Honglei Wang (1):
      sched_ext: Add __weak to fix the build errors

Ihor Solodrai (1):
      selftests/sched_ext: fix build after renames in sched_ext API

Tejun Heo (2):
      sched_ext: Fix invalid irq restore in scx_ops_bypass()
      sched_ext: Fix dsq_local_on selftest

guanjing (1):
      sched_ext: fix application of sizeof to pointer

 MAINTAINERS                                                       | 2 ++
 kernel/sched/ext.c                                                | 4 ++--
 tools/sched_ext/include/scx/common.bpf.h                          | 6 +++---
 tools/sched_ext/scx_central.c                                     | 2 +-
 tools/testing/selftests/sched_ext/ddsp_bogus_dsq_fail.bpf.c       | 2 +-
 tools/testing/selftests/sched_ext/ddsp_vtimelocal_fail.bpf.c      | 4 ++--
 tools/testing/selftests/sched_ext/dsp_local_on.bpf.c              | 7 +++++--
 tools/testing/selftests/sched_ext/dsp_local_on.c                  | 5 +++--
 tools/testing/selftests/sched_ext/enq_select_cpu_fails.bpf.c      | 2 +-
 tools/testing/selftests/sched_ext/exit.bpf.c                      | 4 ++--
 tools/testing/selftests/sched_ext/maximal.bpf.c                   | 8 +++++---
 tools/testing/selftests/sched_ext/select_cpu_dfl.bpf.c            | 2 +-
 tools/testing/selftests/sched_ext/select_cpu_dfl_nodispatch.bpf.c | 2 +-
 tools/testing/selftests/sched_ext/select_cpu_dispatch.bpf.c       | 2 +-
 .../testing/selftests/sched_ext/select_cpu_dispatch_bad_dsq.bpf.c | 2 +-
 .../testing/selftests/sched_ext/select_cpu_dispatch_dbl_dsp.bpf.c | 4 ++--
 tools/testing/selftests/sched_ext/select_cpu_vtime.bpf.c          | 8 ++++----
 17 files changed, 37 insertions(+), 29 deletions(-)

-- 
tejun

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ