tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: [PATCH] percpu_create -- associate ctors and dtors




> On Jan 29, 2020, at 6:49 PM, Taylor R Campbell <campbell+netbsd-tech-kern%mumble.net@localhost> wrote:
> 
>> Date: Thu, 30 Jan 2020 02:46:42 +0000
>> From: Taylor R Campbell <campbell+netbsd-tech-kern%mumble.net@localhost>
>> 
>> 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



Home | Main Index | Thread Index | Old Index