lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <YzMRM0jwh+fauIWz@hoboy.vegasvil.org> Date: Tue, 27 Sep 2022 08:05:23 -0700 From: Richard Cochran <richardcochran@...il.com> To: Bo Liu <liubo03@...pur.com> Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH] ptp: Remove usage of the deprecated ida_simple_xxx API On Tue, Sep 27, 2022 at 08:01:28AM -0700, Richard Cochran wrote: > On Sun, Sep 25, 2022 at 09:27:44PM -0400, Bo Liu wrote: > > Use ida_alloc_xxx()/ida_free() instead of > > ida_simple_get()/ida_simple_remove(). > > The latter is deprecated and more verbose. > > I can't say that I am excited about this. It seems like a way to > create a regression. I don't see any need to change. After all, > there are many "deprecated" interfaces in use. /git/linux$ git grep ida_simple_get | wc -l 119 ~/git/linux$ git grep ida_simple_remove | wc -l 169 Please go take care of the other 100+ users of this API first, then come bother me again. Thanks, Richard
Powered by blists - more mailing lists