# 2025-05-27 Office hours 1. Append and update outdated docs in linux/kernel :+1: ? * Update some outdated info in [/Doc/scheduler/sched-ext.rst](https://elixir.bootlin.com/linux/v6.14.6/source/Documentation/scheduler/sched-ext.rst) * Add some README file for [/tools/testing/selftests/sched_ext](https://elixir.bootlin.com/linux/v6.14.5/source/tools/testing/selftests/sched_ext) which will be like [/selftests/futex/README](https://elixir.bootlin.com/linux/v6.14.5/source/tools/testing/selftests/futex/README) 2. We found and applied `sched/sync-to-kernel.sh`, but noticed that some changes it introduced weren't made by us. Would it be appropriate for us to help submit a patch to the kernel? 3. Since we finally finished our RR/FCFS Rust scheduler, we are moving on to build a **Rust scheduler using Rust-ML**.