git: DragonFly_RELEASE_5_6 kernel - Move trap_is_smap() test outside of DDB condition

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Jun 21 18:07:30 PDT 2019


commit abd682fae0aeb45ccdbd802790d8123f7c0a2fac
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Jun 21 17:47:31 2019 -0700

    kernel - Move trap_is_smap() test outside of DDB condition
    
    * The trap_is_smap() test, and generally the code handling improper
      user mode accesses from kernel mode, must be placed outside the
      DDB conditional.

Summary of changes:
 sys/platform/pc64/x86_64/trap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/abd682fae0aeb45ccdbd802790d8123f7c0a2fac


-- 
DragonFly BSD source repository



More information about the Commits mailing list