On 2024/9/17 15:49, Greg Kroah-Hartman wrote:
On Tue, Sep 17, 2024 at 03:28:18PM +0800, Zijun Hu wrote:
From: Zijun Hu quic_zijuhu@quicinc.com
Remove macro list_for_each_reverse due to below reasons:
- it is same as list_for_each_prev.
- it is not used by current kernel tree.
Fixes: 8bf0cdfac7f8 ("<linux/list.h>: Introduce the list_for_each_reverse() method")
Why is this a "Fix:"?
thank you for code review. Will remove fix tag for next revision and manually loop author of fixes tag commit.
Cc: stable@vger.kernel.org
will remove Cc tag for next revision as well. (^^)
Why is this for stable? What does this fix? Just removing code that no one uses doesn't need to be backported, it's just dead, delete it.
thanks,
greg k-h