On Sat, Feb 15, 2020 at 12:17:52PM +0900, YASUOKA Masahiko wrote:
> Hi,
>
> I have a problem that kernel core dumping always hangs around first
> 8MB. The diff attached fixes the problem.
>
> In nvme_poll():
>
> 930 while (!ISSET(state.c.flags, htole16(NVME_CQE_PHASE))) {
> 931
Hi,
I have a problem that kernel core dumping always hangs around first
8MB. The diff attached fixes the problem.
In nvme_poll():
930 while (!ISSET(state.c.flags, htole16(NVME_CQE_PHASE))) {
931 if (nvme_q_complete(sc, q) == 0)
932 delay(10);