Re: CVS commit: src/sys/dev/usb

2019-01-05 Thread maya
Are we building ARM with -mstrict-alignment?

re: CVS commit: src/sys/dev/usb

2019-01-05 Thread matthew green
Christos Zoulas writes: > In article <20190106003905.60969f...@cvs.netbsd.org>, > Rin Okuyama wrote: > >-=-=-=-=-=- > > > >Module Name: src > >Committed By:rin > >Date:Sun Jan 6 00:39:05 UTC 2019 > > > >Modified Files: > > src/sys/dev/usb: if_axe.c > > > >Log Message:

Re: CVS commit: src/sys/dev/usb

2019-01-05 Thread Christos Zoulas
In article <20190106003905.60969f...@cvs.netbsd.org>, Rin Okuyama wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: rin >Date: Sun Jan 6 00:39:05 UTC 2019 > >Modified Files: > src/sys/dev/usb: if_axe.c > >Log Message: >Fix kernel panic on arm reported by @furandon_pig on Tw

Re: CVS commit: src/sys/arch/x86/x86

2019-01-05 Thread Maxime Villard
Can we do something about it now? It's been more than a week, and the issue is still there. NVMM still doesn't modload, same for procfs, and GENERIC_KASLR doesn't work either. This needs to be fixed now, and we should not start adding random hacks all over the place (like the one below). Le 05/

Re: CVS commit: src/sys/kern

2019-01-05 Thread Christoph Badura
On Sat, Jan 05, 2019 at 09:39:56AM +, Michael van Elst wrote: > Modified Files: > src/sys/kern: kern_subr.c > > Log Message: > Refactor setroot, no functional change intended. I'm surprised this change to a part as critical as set_root() didn't go through tech-kern for review. Particul