cryptodev: 1.11 -> 1.12
[NixPkgs.git] / pkgs / os-specific / linux / kernel / cpu-cgroup-v2-patches / README.md
blob6d48fde6beefc1cb9f2d4e67c850a90dcc0d123c
1 Patches for CPU Controller on Control Group v2
2 ===============================================
4 See Tejun Heo's [explanation][1] for why these patches are currently
5 out-of-tree.
7 Generating the patches
8 -----------------------
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:
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 ```
21 [1]: https://git.kernel.org/cgit/linux/kernel/git/tj/cgroup.git/tree/Documentation/cgroup-v2-cpu.txt?h=cgroup-v2-cpu