> On Jan 29, 2020, at 6:49 PM, Taylor R Campbell
> <[email protected]> wrote:
>
>> Date: Thu, 30 Jan 2020 02:46:42 +0000
>> From: Taylor R Campbell <[email protected]>
>>
>> The attached patch set [...]
>
> Some day, perhaps I will not be bad at attachments. That day,
> however, has yet to come.
> <percpu_create.patch>
/* low-level api; don't use unless necessary */
void percpu_traverse_enter(void);
void percpu_traverse_exit(void);
Are there any remaining users of this outside of subr_percpu.c? If not, we
should hide these symbols. A kernel version bump is necessary regardless
because you're adding a symbol that modules will depend on.
-- thorpej