···1+Patches for CPU Controller on Control Group v2
2+===============================================
3+4+See Tejun Heo's [explanation][1] for why these patches are currently
5+out-of-tree.
6+7+Generating the patches
8+-----------------------
9+10+In a linux checkout, with remote tc-cgroup pointing to
11+git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git, your
12+nixpkgs checkout in the same directory as your linux checkout (or
13+modify the command accordingly), and setting `ver` to the appropriate
14+version:
15+16+```shell
17+$ ver=4.7
18+$ git log --reverse --patch v$ver..remotes/tc-cgroup/cgroup-v2-cpu-v$ver > ../nixpkgs/pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/$ver.patch
19+```
20+21+[1]: https://git.kernel.org/cgit/linux/kernel/git/tj/cgroup.git/tree/Documentation/cgroup-v2-cpu.txt?h=cgroup-v2-cpu