On Fri, Mar 01, 2019 at 10:40:52AM +0100, Geert Uytterhoeven wrote: > Since the removal of FS_RECLAIM annotations, lockdep states contain four > characters, not six. > > Fixes: e5684bbfc3f03480 ("Documentation/locking/lockdep: Update info about states") > Fixes: d92a8cfcb37ecd13 ("locking/lockdep: Rework FS_RECLAIM annotation") > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- > v2: > - Fix silly before/after inversion in patch description. > --- > Documentation/RCU/lockdep-splat.txt | 6 +++--- > Documentation/locking/lockdep-design.txt | 4 ++-- > 2 files changed, 5 insertions(+), 5 deletions(-) Looks sensible to me: Acked-by: Will Deacon <will.deacon@xxxxxxx> Will