canonical / real-time-ubuntu-docs

Real-time Ubuntu documentation
https://documentation.ubuntu.com/real-time
0 stars 1 forks source link

Reference official docs for `kthread_cpus`, `sched_rt_runtime`, and `timer_migration` boot parameters #19

Open MonicaisHer opened 4 months ago

MonicaisHer commented 4 months ago

There are three boot parameters, kthread_cpus, sched_rt_runtime, and timer_migration, in "docs/reference/kernel-boot-parameters.rst" that currently lack hyperlinks to their official documentations. Official documentation needs to be added for these three parameters when it becomes available. Here are the details for each one:

kthread_cpus

The official documentation for the kthread_cpus boot parameter currently does not exist, and it might become available once the PREEMPT_RT patch is upstreamed.

Once this documentation is available, it could be added as a hyperlink for kthread_cpus to the "docs/reference/kernel-boot-parameters.rst".

Reference documentation: [PATCH] affine kernel threads to specified cpumask.

sched_rt_runtime

The official documentation for the sched_rt_runtime boot parameter currently does not exist.

timer_migration

The official documentation for the timer_migration boot parameter currently does not exist.