Re: modload & xen and -current 9.99.60

2020-05-11 Thread Frank Kardel
A short summary from my private discussion with Manuel: - the tripping point in my setup was around 44096 Kb - type="pvh" works in large memory constellations - Thus is issue seems to exist primarily in DOMU kernels So it is similar, but not the same. In my scenario modloads fail

Re: modload & xen and -current 9.99.60

2020-05-11 Thread Stephen Borrill
On Fri, 8 May 2020, Manuel Bouyer wrote: On Fri, May 08, 2020 at 02:55:10PM +0200, Frank Kardel wrote: I checked to same kernel in an instance with memory=2048 and it just works. Using todays kernel also works woth memory=2048. Using memory=65536 for the xen instance gives a surprising

Re: modload & xen and -current 9.99.60

2020-05-08 Thread Manuel Bouyer
On Fri, May 08, 2020 at 02:55:10PM +0200, Frank Kardel wrote: > I checked to same kernel in an instance with memory=2048 and it just works. > > Using todays kernel also works woth memory=2048. > > Using memory=65536 for the xen instance gives a surprising familiar > > TEST-A# modload bpfjit > [

Re: modload & xen and -current 9.99.60

2020-05-08 Thread Frank Kardel
I checked to same kernel in an instance with memory=2048 and it just works. Using todays kernel also works woth memory=2048. Using memory=65536 for the xen instance gives a surprising familiar TEST-A# modload bpfjit [ 97.4727034] kobj_load, 444: [%M/bpfjit/bpfjit.kmod]: linker error: out of

Re: modload & xen and -current 9.99.60

2020-05-07 Thread Frank Kardel
Will test again with a newer kernel. I forgot to mention the that DOMU is configured with memory=40. I will also test with a lower memory value. Frank On 05/07/20 22:52, Manuel Bouyer wrote: On Thu, May 07, 2020 at 09:50:18PM +0200, Frank Kardel wrote: see here: Alpine: 21:45 ~ [8]

Re: modload & xen and -current 9.99.60

2020-05-07 Thread Manuel Bouyer
On Thu, May 07, 2020 at 09:50:18PM +0200, Frank Kardel wrote: > see here: > > Alpine: 21:45 ~ [8] sysctl kern.module.path > kern.module.path = /stand/amd64-xen/9.99.60/modules looks good > Alpine: 21:46 ~ [9] ll /stand/amd64-xen/9.99.60/modules/bpfjit/bpfjit.kmod > -r--r--r-- 1 root wheel

Re: modload & xen and -current 9.99.60

2020-05-07 Thread Frank Kardel
see here: Alpine: 21:45 ~ [8] sysctl kern.module.path kern.module.path = /stand/amd64-xen/9.99.60/modules Alpine: 21:46 ~ [9] ll /stand/amd64-xen/9.99.60/modules/bpfjit/bpfjit.kmod -r--r--r-- 1 root wheel 34328 May 5 16:58 /stand/amd64-xen/9.99.60/modules/bpfjit/bpfjit.kmod Alpine: 21:46 ~

Re: modload & xen and -current 9.99.60

2020-05-07 Thread Manuel Bouyer
On Thu, May 07, 2020 at 07:45:48AM +0200, Frank Kardel wrote: > Hi, > > Running 9.99.60 XEN3_DOMU shows > > [ 67264.313173] kobj_load, 444: [%M/bpfjit/bpfjit.kmod]: linker error: out > of memory > [ 67292.894143] kobj_load, 428: [%M/scsiverbose/scsiverbose.kmod]: linker > error: out of memory >

modload & xen and -current 9.99.60

2020-05-06 Thread Frank Kardel
Hi, Running 9.99.60 XEN3_DOMU shows [ 67264.313173] kobj_load, 444: [%M/bpfjit/bpfjit.kmod]: linker error: out of memory [ 67292.894143] kobj_load, 428: [%M/scsiverbose/scsiverbose.kmod]: linker error: out of memory and modload fails with the OOM error. Is this an expected behavior or a