Re: [PATCH 1/2] ras: fix an off-by-one error in __find_elem()

From: Cong Wang
Date: Tue Apr 16 2019 - 22:37:57 EST


On Tue, Apr 16, 2019 at 7:31 PM Cong Wang <xiyou.wangcong@xxxxxxxxx> wrote:
> Yes it is, I have a stacktrace in production which clearly shows
> del_elem.isra.1+0x34/0x40, unlike the one I triggered via fake
> PFN's. I can show you if you want, it is on 4.14, so very unlikely
> it is interesting to anyone here.

Correct myself:

The one triggered via fake PFN's also shows
del_elem.constprop.1+0x39/0x40.

Sorry for the mistake, I kinda read into another crash...