Re: [PATCH] bus: invoke TAILQ_REMOVE when bus cleanup

2025-06-09 Thread Thomas Monjalon
20/02/2025 11:31, Morten Brørup: > > From: Chengwen Feng [mailto:fengcheng...@huawei.com] > > Sent: Thursday, 20 February 2025 09.09 > > > > Although eal_bus_cleanup() is not invoked for multiple times, this is a > > good programming habit to remove the device object from list when > > cleanup bus

RE: [PATCH] bus: invoke TAILQ_REMOVE when bus cleanup

2025-02-20 Thread Morten Brørup
> From: Chengwen Feng [mailto:fengcheng...@huawei.com] > Sent: Thursday, 20 February 2025 09.09 > > Although eal_bus_cleanup() is not invoked for multiple times, this is a > good programming habit to remove the device object from list when > cleanup bus. > > Fixes: 1cab1a40ea9b ("bus: cleanup dev

[PATCH] bus: invoke TAILQ_REMOVE when bus cleanup

2025-02-20 Thread Chengwen Feng
Although eal_bus_cleanup() is not invoked for multiple times, this is a good programming habit to remove the device object from list when cleanup bus. Fixes: 1cab1a40ea9b ("bus: cleanup devices on shutdown") Fixes: 62b906cf06ba ("bus/uacce: introduce UACCE bus") Fixes: 65780eada9d9 ("bus/vmbus: su