]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-5.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 15 Nov 2020 16:57:19 +0000 (08:57 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 15 Nov 2020 16:57:19 +0000 (08:57 -0800)
commit6c6f4e74b00116ccb8fb0addd9c1b47ca5c0389c
tree60b9621b2ef2b86dfba01360851103e2ee49d6f8
parentebbfe50bb9015765f147bbd116f2cf073add1f8a
parentcc20b43f8551daa2960f0480adb0ba18c261d16b
Merge branch 'for-5.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu

Pull percpu fix and cleanup from Dennis Zhou:
 "A fix for a Wshadow warning in the asm-generic percpu macros came in
  and then I tacked on the removal of flexible array initializers in the
  percpu allocator"

* 'for-5.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu:
  percpu: convert flexible array initializers to use struct_size()
  asm-generic: percpu: avoid Wshadow warning