Re: updating kernel AND modules

2023-11-05 Thread Benny Siegert
> The NetBSD guide does not talk about kernel modules at all in the > updating section > (https://www.netbsd.org/docs/guide/en/chap-kernel.html, > http://netbsd.org/docs/guide/en/chap-updating.html) > > What is the current best-practice method for that? I do upgrades using sysupgrade. „sysupgrade

Re: updating kernel AND modules

2023-11-04 Thread Greg Troxel
Thomas Klausner writes: > The NetBSD guide does not talk about kernel modules at all in the > updating section > (https://www.netbsd.org/docs/guide/en/chap-kernel.html, > http://netbsd.org/docs/guide/en/chap-updating.html) > > What is the current best-practice method for that? My update method i

Re: updating kernel AND modules

2023-11-04 Thread B Harder
> On Nov 4, 2023, at 17:30, Thomas Klausner wrote: > > Hi! > > I'm used to just running fully-compiled kernel without kernel modules > to speak of, so I just to 'build.sh kernel=GENERIC' and copy the > resulting kernel to /netbsd manually. > > However, e.g. dtrace is a kernel module, so if

updating kernel AND modules

2023-11-04 Thread Thomas Klausner
Hi! I'm used to just running fully-compiled kernel without kernel modules to speak of, so I just to 'build.sh kernel=GENERIC' and copy the resulting kernel to /netbsd manually. However, e.g. dtrace is a kernel module, so if I'm interested in bugfixes for that, the kernel module needs to be update