]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'sched-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 25 Oct 2020 18:25:16 +0000 (11:25 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 25 Oct 2020 18:25:16 +0000 (11:25 -0700)
commit1592d027a1a4583ac229ffbfdd89e56fdf3bfa74
tree10dd30426e0e24886163c592d2e5bc7b473eb8ad
parent3a394352d54d167f7de65f23330ccc6c24ea0185
parent99124678f2d55b9d2bdd713395cef05dfd2d7b15
Merge tag 'sched-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull scheduler fixes from Thomas Gleixner:
 "Two scheduler fixes:

   - A trivial build fix for sched_feat() to compile correctly with
     CONFIG_JUMP_LABEL=n

   - Replace a zero lenght array with a flexible array"

* tag 'sched-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  sched/features: Fix !CONFIG_JUMP_LABEL case
  sched: Replace zero-length array with flexible-array