Re: VIA Padlock on AMD64

2020-07-21 Thread Andrius V
On Sun, Jul 19, 2020 at 6:00 PM Taylor R Campbell wrote: > > I guess we could do that. It's not really that useful -- the only > application it's good for is in-kernel IPsec. OpenSSL should already > be able to take advantage of the CPU support in userland -- no kernel > driver needed. > > (I al

Re: nss_winbind Segmentation fault - (was: Re: Samba DC provisioning fails with ACL-enabled NetBSD-current)

2020-07-21 Thread Christos Zoulas
groupc must be NULL. You probably want to install the debug sets so that you can also see how libc is calling nsdispatch. christos > On Jul 20, 2020, at 7:24 PM, Matthias Petermann wrote: > > ) signature.asc Description: Message signed with OpenPGP

Re: nss_winbind Segmentation fault -

2020-07-21 Thread Matthias Petermann
Hello Christos, Thank you for your tip - I have come a little further. Am I correctly interpreting the debugger output that the memory address of the integer pointer from groupc points to empty/unallocated memory? - test1

Re: x86 in-kernel fpu bug

2020-07-21 Thread Patrick Welche
On Mon, Jul 20, 2020 at 04:49:14PM +, Taylor R Campbell wrote: > > Date: Mon, 20 Jul 2020 11:04:21 +0100 > > From: Patrick Welche > > > > After a -current/amd64 update, a sudden outbreak of floating point > > exceptions: > > > > /usr/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/tree-ssa-o

Re: nss_winbind Segmentation fault -

2020-07-21 Thread Christos Zoulas
In article , Matthias Petermann wrote: >Hello Christos, > >Thank you for your tip - I have come a little further. Am I correctly >interpreting the debugger output that the memory address of the integer >pointer from groupc points to empty/unallocated memory? Yes, but the issue is that there is

Re: nss_winbind Segmentation fault -

2020-07-21 Thread Matthias Petermann
Hello Christos, Am 21.07.2020 um 16:40 schrieb Christos Zoulas: In article , Matthias Petermann wrote: Hello Christos, Thank you for your tip - I have come a little further. Am I correctly interpreting the debugger output that the memory address of the integer pointer from groupc points to e

Re: VIA Padlock on AMD64

2020-07-21 Thread Andrius V
On Tue, Jul 21, 2020 at 12:31 AM Taylor R Campbell wrote: > > > Date: Tue, 21 Jul 2020 00:16:16 +0300 > > From: Andrius V > > > > After a bit more investigation, yes, it is kassert (kernel diagnostic > > assertion "viadrm_pci_ids[i].subvendor == PCI_ANY_ID" ), doesn't > > matter amd64/i386. > > P

Re: x86 in-kernel fpu bug

2020-07-21 Thread Kengo NAKAHARA
Hi, On 2020/07/21 1:49, Taylor R Campbell wrote: Date: Mon, 20 Jul 2020 11:04:21 +0100 From: Patrick Welche After a -current/amd64 update, a sudden outbreak of floating point exceptions: /usr/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/tree-ssa-operands.c:1348:1: internal compiler error: F

Re: VIA Padlock on AMD64

2020-07-21 Thread Taylor R Campbell
> Date: Wed, 22 Jul 2020 03:17:21 +0300 > From: Andrius V > > Not sure how useful to work on this though. Linux doesn't seem to have > newer graphics IDs in VIA DRM driver too (possibly abandoned over new > effort?). Currently Xorg server starts on VX900, but screen complains > with "Input signal

Re: nss_winbind Segmentation fault -

2020-07-21 Thread Christos Zoulas
I am having trouble building pkgsrc. Can you try: https://www.netbsd.org/~christos/samba4.diff christos > On Jul 21, 2020, at 11:45 AM, Matthias Petermann wrote: > > Hello Christos, > > Am 21.07.2020 um 16:40 schrieb Christos Zoulas: >> In artic

daily CVS update output

2020-07-21 Thread NetBSD source update
Updating src tree: P src/external/apache2/mDNSResponder/dist/mDNSPosix/PosixDaemon.c P src/external/apache2/mDNSResponder/dist/mDNSPosix/mDNSPosix.c P src/external/apache2/mDNSResponder/dist/mDNSShared/PlatformCommon.c P src/external/bsd/wpa/dist/src/drivers/driver_bsd.c P src/external/bsd/wpa/di

Re: nss_winbind Segmentation fault -

2020-07-21 Thread Matthias Petermann
Hello Christos, Am 21.07.2020 um 17:49 schrieb Christos Zoulas: I am having trouble building pkgsrc. Can you try: https://www.netbsd.org/~christos/samba4.diff christos Thank you very much - I applied the patch tonight and can confirm that the group query now works: test10# id Administra

Re: nss_winbind Segmentation fault -

2020-07-21 Thread Matthias Petermann
Am 22.07.2020 um 05:26 schrieb Matthias Petermann: Hello Christos, Am 21.07.2020 um 17:49 schrieb Christos Zoulas: I am having trouble building pkgsrc. Can you try: https://www.netbsd.org/~christos/samba4.diff christos Thank you very much - I applied the patch tonight and can confirm that