Re: svn commit: r364435 - head/usr.sbin/kldxref

2020-10-31 Thread Matteo Riondato
> On Aug 20, 2020, at 2:50 PM, Dimitry Andric wrote: > > Author: dim > Date: Thu Aug 20 18:50:46 2020 > New Revision: 364435 > URL: https://svnweb.freebsd.org/changeset/base/364435 > > Log: > Bump kldxref's MAXSEGS to 16, to stop complaints about the kernel > supposedly having too many segmen

Re: svn commit: r364435 - head/usr.sbin/kldxref

2020-08-20 Thread Brandon Bergren
> Note that we may still do some tweaking of our kernel linker scripts, to > lower the number of segments, although the exact benefit is not entirely > clear. > No real benefit, except for when using loading via sources other than loader(8). If any platforms other than powerpc64 need this,