Re: VisionFive 2

2023-09-02 Thread Robert Palm
Thanks for commenting. Maybe this is useful RISC-V Star64 JH7110: Power Up the Display Controller with U-Boot Bootloader: https://lupyuen.codeberg.page/articles/display3.html Am 2. Sept. 2023, 23:24, um 23:24, Mark Kettenis schrieb: >> From: Robert Palm >> Date: Sat, 02 Sep 2023 18:34:14 +02

syslogd retry dns lookup

2023-09-02 Thread Alexander Bluhm
Hi, When DNS lookup for remote loghost in @ line in syslog.conf does not work at startup, retry in intervals. Please test if you use the feature. ok? bluhm Index: syslogd.c === RCS file: /data/mirror/openbsd/cvs/src/usr.sbin/syslo

rpki-client: shuffle the order in which Manifest entries are processed

2023-09-02 Thread Job Snijders
At the moment work items are enqueued in the order the CA intended them to appear on a Manifest. However, I don't see any benefit to letting third parties decide the order in which things are processed. Instead, let's randomize: ordering has no meaning anyway, and the number of concurrent repositor

Re: VisionFive 2

2023-09-02 Thread Mark Kettenis
> From: Robert Palm > Date: Sat, 02 Sep 2023 18:34:14 +0200 > > Hi Mark, > > as you presumably already know, it seems there exists a first > version for hdmi support: > https://patchwork.kernel.org/project/linux-riscv/cover/20230801101030.2040-1-keith.z...@starfivetech.com/ > > Does this mean a

make install in firmware ports doesn't mark @option firmware

2023-09-02 Thread Andrew Hewus Fresh
While testing some other stuff, job@ noticed that fw_update(8) kept reinstalling the bwfm firmware. After some research it turns out that fw_update ignores installed packages that aren't marked "@option firmware" and it does that too hard. I'll likely commit the below patch to at least warn folks

Re: VisionFive 2

2023-09-02 Thread Robert Palm
Hi Mark, as you presumably already know, it seems there exists a first version for hdmi support: https://patchwork.kernel.org/project/linux-riscv/cover/20230801101030.2040-1-keith.z...@starfivetech.com/ Does this mean a new driver for the vf2 like rkdwhdmi would be "needed" to support hdmi in O

Re: vmd/vmm: remove an ioctl from the vcpu hotpath, go brrr

2023-09-02 Thread Stefan Sperling
On Sat, Sep 02, 2023 at 12:59:51PM +0200, Peter Hessler wrote: > I just upgraded to -current and didn't have this patch in for a little > bit, and woof that was super noticable. Still works for my big VM host. > > OK No issues here either with just one VM running for testing some software, so mo

Re: vmd/vmm: remove an ioctl from the vcpu hotpath, go brrr

2023-09-02 Thread Peter Hessler
I just upgraded to -current and didn't have this patch in for a little bit, and woof that was super noticable. Still works for my big VM host. OK On 2023 Sep 01 (Fri) at 15:50:31 -0400 (-0400), Dave Voutila wrote: :Now that my i8259 fix is in, it's safe to expand the testing pool for :this diff