Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2019 17:11:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 237470] [ppc][pseries] panic: Error evicting page: -7
Message-ID:  <bug-237470-227-7z0uAMaQ01@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-237470-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-237470-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237470

--- Comment #2 from commit-hook@freebsd.org ---
A commit references this bug:

Author: luporl
Date: Tue Apr 23 17:11:45 UTC 2019
New revision: 346600
URL: https://svnweb.freebsd.org/changeset/base/346600

Log:
  [PPC64] Fix wrong KASSERT in mphyp_pte_insert()

  As mphyp_pte_unset() can also remove PTE entries, and as this can
  happen in parallel with PTEs evicted by mphyp_pte_insert(), there
  is a (rare) chance the PTE being evicted gets removed before
  mphyp_pte_insert() is able to do so. Thus, the KASSERT should
  check wether the result is H_SUCCESS or H_NOT_FOUND, to avoid
  panics if the situation described above occurs.

  More details about this issue can be found in PR 237470.

  PR:           237470
  Reviewed by:  jhibbits
  Differential Revision:        https://reviews.freebsd.org/D20012

Changes:
  head/sys/powerpc/pseries/mmu_phyp.c

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237470-227-7z0uAMaQ01>