Re: [Patch v2] doc/RCU/listRCU: refine example code for eliminating stale data

2025-02-19 Thread Alan Huang
On Feb 18, 2025, at 08:50, Wei Yang wrote: > > This patch adjust the example code with following two purpose: > > * reduce the confusion on not releasing e->lock > * emphasize e is valid and not stale with e->lock held > > Signed-off-by: Wei Yang > CC

Re: [PATCH] doc/RCU/listRCU: fix an example code snippets

2025-02-17 Thread Alan Huang
On Feb 17, 2025, at 15:41, Wei Yang wrote: > > On Mon, Feb 17, 2025 at 10:22:53AM +0800, Alan Huang wrote: >> On Feb 17, 2025, at 10:12, Boqun Feng wrote: >>> >>> Hi Wei, >>> >>> The change loosk good to me, thanks! >>> >>> I

Re: [PATCH] doc/RCU/listRCU: fix an example code snippets

2025-02-16 Thread Alan Huang
On Feb 17, 2025, at 10:12, Boqun Feng wrote: > > Hi Wei, > > The change loosk good to me, thanks! > > I queued the patch for futher reviews and tests with some changes in the > commit log (for title formating and a bit more explanation), please see > below. > > Regards, > Boqun > > On Wed, Ja