commit | a50cf15906d4d0ad1d6bb32e9eeeb282899a8180 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Sun Nov 15 08:57:19 2020 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sun Nov 15 08:57:19 2020 -0800 |
tree | 60b9621b2ef2b86dfba01360851103e2ee49d6f8 | |
parent | e28c0d7c92c89016c12a677616668957351e7542 [diff] | |
parent | 61cf93d3e14a29288e4d5522aecb6e58268eec62 [diff] |
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