[PING] [PATCH v4 0/3] rtl8723bs: Remove redundant atomic op and replace global io error var

cjz posted 3 patches 4 weeks, 1 day ago
Only 0 patches received!
There is a newer version of this series
[PING] [PATCH v4 0/3] rtl8723bs: Remove redundant atomic op and replace global io error var
Posted by cjz 4 weeks, 1 day ago
Hi Greg and maintainers,

This is a gentle ping for the v4 patch series sent on December 22nd. The key changes of this series are:
1. Remove redundant atomic_t operations on continual_io_error (no concurrency scenario, atomic ops are unnecessary);
2. Replace the global continual_io_error variable with local error_count in SDIO functions;
3. Clean up unused old functions related to io error counting.

I would appreciate it if you could spare some time to review this patch series when convenient.

Thanks,
changjunzheng
Signed-off-by: changjunzheng <guagua210311@qq.com>
Re: [PING] [PATCH v4 0/3] rtl8723bs: Remove redundant atomic op and replace global io error var
Posted by Greg KH 4 weeks, 1 day ago
On Sat, Jan 10, 2026 at 10:30:39AM +0800, cjz wrote:
> Hi Greg and maintainers,
> 
> This is a gentle ping for the v4 patch series sent on December 22nd. The key changes of this series are:
> 1. Remove redundant atomic_t operations on continual_io_error (no concurrency scenario, atomic ops are unnecessary);
> 2. Replace the global continual_io_error variable with local error_count in SDIO functions;
> 3. Clean up unused old functions related to io error counting.
> 
> I would appreciate it if you could spare some time to review this patch series when convenient.

Do you have a link to the patch series on lore.kernel.org?  I don't see
it in my queue.

thanks,

greg k-h