summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2025-07-14 10:17:08 +0200
committerAndrew Morton <akpm@linux-foundation.org>2025-09-13 17:32:44 -0700
commit8f09142e4f9bacb7f3b9f41c864ef3eb2cfa27df (patch)
treecc50e908efd65eab8d83e294d3627d3de286466b /tools/perf/scripts/python/net_dropmonitor.py
parent1455b6ac210d5c094066264e7a6809c3a6a9a4d2 (diff)
downloadkernel-8f09142e4f9bacb7f3b9f41c864ef3eb2cfa27df.tar.gz
idr test suite: remove usage of the deprecated ida_simple_xx() API
Patch series "ida: Remove the ida_simple_xxx() API", v3. These are the final steps in removing the ida_simple_xxx() API. This series was last proposed in August 2024. Since then, some users of the old API have be re-introduced and then removed. A first time in drivers/misc/rpmb-core.c, added in commit 1e9046e3a154 ("rpmb: add Replay Protected Memory Block (RPMB) subsystem") (2024-08-26) and removed in commit dfc881abca42 ("rpmb: Remove usage of the deprecated ida_simple_xx() API") (2024-10-13). A second time in drivers/gpio/gpio-mpsse.c, added in commit c46a74ff05c0 ("gpio: add support for FTDI's MPSSE as GPIO") (2024-10-14) and removed in commit f57c08492866 (gpio: mpsse: Remove usage of the deprecated ida_simple_xx() API) (2024-11-22). Since then, I've not spotted any new usage. So things being stable now, it's time to end this story once and for all. This patch (of 3): ida_alloc() and ida_free() should be preferred to the deprecated ida_simple_get() and ida_simple_remove(). Note that the upper limit of ida_simple_get() is exclusive, but the one of ida_alloc_range()/ida_alloc_max() is inclusive. But because of the ranges used for the tests, there is no need to adjust them. While at it remove some useless {}. Link: https://lkml.kernel.org/r/cover.1752480043.git.christophe.jaillet@wanadoo.fr Link: https://lkml.kernel.org/r/2904fa2006e4fe58eea63aef87fa7f832c7804a1.1752480043.git.christophe.jaillet@wanadoo.fr Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Acked-by: Matthew Wilcox (Oracle) <willy@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions
46 -0600'>2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib 2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche 2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche 2018-03-14RDMA/pvrdma: Properly annotate QP statesLeon Romanovsky 2017-12-27RDMA/vmw_pvrdma: Use refcount_t instead of atomic_tBryan Tan 2017-12-27RDMA/vmw_pvrdma: Clarify QP and CQ is_kernel logicBryan Tan 2017-12-21RDMA/vmw_pvrdma: Avoid use after free due to QP/CQ/SRQ destroyBryan Tan 2017-12-21RDMA/vmw_pvrdma: Call ib_umem_release on destroy QP pathBryan Tan 2017-11-13RDMA/vmw_pvrdma: Add shared receive queue supportBryan Tan 2017-05-01IB/PVRDMA: Rename ib_ah_attr related functionsDasaratharaman Chandramouli 2017-03-24RDMA/vmw_pvrdma: Dont hardcode QP header pageAdit Ranadive 2017-03-24RDMA/vmw_pvrdma: Cleanup unused variablesAdit Ranadive 2017-01-24IB/vmw_pvrdma: Remove unused qp_typeYuval Shaia 2016-12-14IB: Add vmw_pvrdma driverAdit Ranadive