Re: SunBlade 100 will not boot from HDD (6.8 and newer)

2021-11-24 Thread Otto Moerbeek
On Wed, Nov 24, 2021 at 11:29:09PM +0100, Mark Kettenis wrote: > > Date: Wed, 24 Nov 2021 14:48:29 -0700 > > From: Ted Bullock > > Hi Ted, > > Yes, I think your idea is sane and the diff looks good. But I'd like > to test it myself before I commit it and I haven't found the time to > do so yet

Re: SunBlade 100 will not boot from HDD (6.8 and newer)

2021-11-24 Thread Mark Kettenis
> Date: Wed, 24 Nov 2021 14:48:29 -0700 > From: Ted Bullock Hi Ted, Yes, I think your idea is sane and the diff looks good. But I'd like to test it myself before I commit it and I haven't found the time to do so yet. Do remind me if I haven't done so in a week or so. Thanks, Mark > On 2021-

Re: SunBlade 100 will not boot from HDD (6.8 and newer)

2021-11-24 Thread Ted Bullock
On 2021-11-20 2:49 p.m., Ted Bullock wrote: > This patch disables fchmod in the bootblock for IDE drives on sparc64 > > I can confirm that this allows my sunblade 100 to boot -current Hi folks, I'm requesting to have the patch I sent in a previous mail reviewed and committed. I also attached the

Re: panic: kernel diagnostic assertion "TAILQ_EMPTY(&kq->kq_head)" failed

2021-11-24 Thread Visa Hankala
Here is a revised fix for the panic. It prevents the error by keeping knotes attached to the fd-indexed knote list during and after the badfd conversion. This should ensure that no knotes get enqueued after kqpoll_exit() has finished kqueue_purge(). A badfd knote needs to be delivered only within