public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND 0/3] Remove usage of the deprecated ida_simple_xx() API
@ 2024-06-08 14:34 Christophe JAILLET
  2024-06-08 14:34 ` [PATCH RESEND 1/3] fsi: occ: " Christophe JAILLET
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Christophe JAILLET @ 2024-06-08 14:34 UTC (permalink / raw)
  To: jk, joel, alistair, eajames, parthiban.veerasooran,
	christian.gromm, willy, akpm
  Cc: linux-fsi, linux-fsdevel, linux-kernel, kernel-janitors,
	Christophe JAILLET

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(-)

-- 
2.45.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-06-12 12:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-08 14:34 [PATCH RESEND 0/3] Remove usage of the deprecated ida_simple_xx() API Christophe JAILLET
2024-06-08 14:34 ` [PATCH RESEND 1/3] fsi: occ: " Christophe JAILLET
2024-06-08 14:34 ` [PATCH RESEND 2/3] most: " Christophe JAILLET
2024-06-08 14:34 ` [PATCH RESEND 3/3] proc: " Christophe JAILLET
2024-06-12 12:29   ` (subset) " Christian Brauner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox