public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: cjz <guagua210311@qq.com>
Cc: linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org
Subject: Re: [PATCH v4 0/3] rtl8723bs: Remove redundant atomic op and replace global io error var
Date: Sat, 10 Jan 2026 09:51:33 +0100	[thread overview]
Message-ID: <2026011016-manila-stable-91a9@gregkh> (raw)
In-Reply-To: <tencent_1726B023EBD3D2ED3BBDF506F6E01D282907@qq.com>

On Sat, Jan 10, 2026 at 03:47:39PM +0800, cjz wrote:
> This patch series optimizes the IO error counting logic of the rtl8723bs wireless
> driver by removing redundant atomic_t operations (unnecessary for non-concurrent scenarios) and replacing the global continual_io_error variable with local error counting. The series is split into logical patches (per Greg KH's review comment)
> to ensure each patch fulfills a single, clear purpose, which greatly improves
> reviewability and future maintainability.
> 
> Patch Breakdown:
> 1. 0001: Add independent rtw_check_continual_io_error function (single responsibility, includes old function cleanup)
> 2. 0002: Use local error_count in sd_read32/sd_write32 (eliminate global dependency, remove atomic ops)
> 3. 0003: Remove redundant global continual_io_error variable (clean up struct)
> 
> Changelog from v3 to v4:
> - Split the monolithic v3 patch into logical, single-purpose patches
> - Fixed all coding style errors (trailing spaces, missing assignment spaces, indentation, blank line alignment)
> - Added detailed, purpose-driven commit messages for each patch
> - Added version changelog as required by kernel documentation
> - Added this cover letter to explain the entire patch series
> - Optimized the new check function to remove redundant ternary expression (more concise kernel style)
> 
> Thank you for your time and review!
> 
> Signed-off-by: changjunzheng <guagua210311@qq.com>
> ---
> 

I only see this email, not the 1-3 patches anywhere :(

      reply	other threads:[~2026-01-10  8:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-10  7:47 [PATCH v4 0/3] rtl8723bs: Remove redundant atomic op and replace global io error var cjz
2026-01-10  8:51 ` Greg KH [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2026011016-manila-stable-91a9@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=guagua210311@qq.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox