mbox series

[RESEND,0/3] Remove usage of the deprecated ida_simple_xx() API

Message ID cover.1717855701.git.christophe.jaillet@wanadoo.fr
Headers show
Series Remove usage of the deprecated ida_simple_xx() API | expand

Message

Christophe JAILLET June 8, 2024, 2:34 p.m. UTC
The small serie removes the *last* usages of the deprecated
ida_simple_xx() API.

The 3 patches have received either a R-b or A-b tag but never reached
-next in the last 2 months.

So, I've added the tags and I'm now adding Andrew Morton in To:, in
order to help in the merge process.


2 other patches related to this API are still pending somewhere and are
not reposted here.

[1] is related to tools/testing/ and will be re-sent as part of the
final removal, as suggested by Matthew.
It is A-b, but the name of the function used in the test should be
updated as well (s/ida_simple_get_remove_test/ida_alloc_remove_test)

[2] is a tiny clean-up of a comment. I'll resend it to the corresponding
maintainer (Srinivas Kandagatla) later, but won't fight for it.


Obviously, you can also pick up one or both of these patches as well :)

CJ

[1]: https://lore.kernel.org/all/81f44a41b7ccceb26a802af473f931799445821a.1705683269.git.christophe.jaillet@wanadoo.fr/
[2]: https://lore.kernel.org/all/032b8035bd1f2dcc13ffc781c8348d9fbdf9e3b2.1713606957.git.christophe.jaillet@wanadoo.fr/

Christophe JAILLET (3):
  fsi: occ: Remove usage of the deprecated ida_simple_xx() API
  most: Remove usage of the deprecated ida_simple_xx() API
  proc: Remove usage of the deprecated ida_simple_xx() API

 drivers/fsi/fsi-occ.c    | 17 ++++++++---------
 drivers/most/core.c      | 10 +++++-----
 drivers/most/most_cdev.c |  6 +++---
 fs/proc/generic.c        |  6 +++---
 4 files changed, 19 insertions(+), 20 deletions(-)