On Wed, 8 Mar 2023 00:03:40 +0800 Peng Zhang <zhangpeng.00@xxxxxxxxxxxxx> wrote:The fixes made by this patch have been included in https://lore.kernel.org/lkml/20230307180247.2220303-2-Liam.Howlett@xxxxxxxxxx/, so please don't pay attention.
The assignment of mas->min and mas->max is wrong. mas->min and mas->maxPlease fully describe the user-visible effects of the flaw, especially
should represent the range of the current node. After mas_ascend()
returns, mas-min and mas->max already represent the range of the current
node, so we should delete these assignments of mas->min and mas->max.
when proposing a -stable backport.