NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: kern/51514: ptrace(2) fails for 32-bit process on 64-bit kernel



The following reply was made to PR kern/51514; it has been noted by GNATS.

From: matthew green <mrg%eterna.com.au@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: kern-bug-people%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
    netbsd-bugs%netbsd.org@localhost
Subject: re: kern/51514: ptrace(2) fails for 32-bit process on 64-bit kernel
Date: Thu, 29 Sep 2016 03:49:24 +1000

 FWIW, you shouldn't ever have to extract things into /emul/netbsd32
 anymore.  if you find issues that require it, please file PRs about
 them.  eg, binaries should work in any location.
 
 the problem with your patch is that invades the main kernel with 
 comaptibility code that currently mostly works as a module.  it 
 really would be best to do this in compat/netbsd32 sources.
 
 thanks.
 
 
 .mrg.
 


Home | Main Index | Thread Index | Old Index