On Fri, 16 Sep 2022, Robert Elz wrote:
Date: Fri, 16 Sep 2022 11:10:30 +0900
From: Kengo NAKAHARA <k-nakahara%iij.ad.jp@localhost>
Message-ID: <90c3c46e-6668-9644-70c3-0eab2cf1c04f%iij.ad.jp@localhost>
| Hmm, I will test kernel module building before commit.
Sorry, I wasn't clear - I build everything (modules included) - I just
never actually load any modules, so I haven't tested them (my kernels have
the MODULAR option disabled). I cannot imagine an issue, as internally
everything just uses __NetBSD_Version__ as a 32 bit (ordered) blob - the
breakdown into 9.99.100 type strings is just for us humans (and pkgsrc).
Not entirely true.
The human-oriented version is used as part of the path to modules
directory. Need to make sure that the modules set is properly
populated, and that module loads find them in the directory.