Dell R7615 kernel protection fault

2023-09-09 Thread Hrvoje Popovski
Hi all, I've installed latest snapshot with uefi on Dell R7615 with AMD EPYC 9554P, with some NVMe disks on BOSS-N1 adapter and with Samsung NVMe disks directly connected to backplane and installation was fast and without any problems. But after that machine panics with this message https://kosjen

clockintr: replace CL_RNDSTAT with global variable "statclock_is_randomized"

2023-09-09 Thread Scott Cheloha
I'm going to break the big statclock() patch on tech@ into smaller chunks that are easier to review. The goal here is to move control of statclock() out of the clock interrupt subsystem and transform it into a client of that subsystem. I think we can do this in four parts. Part 3 is the most com

Re: [OpenSMTPD] Setting personal mailserver

2023-09-09 Thread Steffen Nurpmeso
Sagar Acharya wrote in : |Thanks Peter, your comments were very helpful and I made some progress | |I have currently hosted server at 587. I have also set | |_submission._tcp.humaaraartha.in. SRV | |records which point to 587. However, I think such a thing is not impleme\ |nted by default

[OpenSMTPD] Setting personal mailserver

2023-09-09 Thread Sagar Acharya
Thanks Peter, your comments were very helpful and I made some progress I have currently hosted server at 587. I have also set _submission._tcp.humaaraartha.in. SRV records which point to 587. However, I think such a thing is not implemented by default to be detected by mailservers, perhaps, SMT

SK-Hynix NVMe PE8000

2023-09-09 Thread Hrvoje Popovski
Hi all, in attachment you can find diff to add SK-Hynix NVMe to pcidevs before diff Sep 9 08:44:28 alt-vpn1 /bsd: nvme0 at pci13 dev 0 function 0 vendor "SK hynix", unknown product 0x2839 rev 0x21: msix, NVMe 1.3 Sep 9 08:44:28 alt-vpn1 /bsd: nvme0: Dell DC NVMe PE8010 RI U.2 960GB, firmware 1

Re: Correct TP-LINK bluetooth ID

2023-09-09 Thread Jonathan Gray
On Sat, Sep 09, 2023 at 03:37:49PM +0800, Kevin Lo wrote: > On Sat, Sep 09, 2023 at 03:16:08PM +0800, Kevin Lo wrote: > > > > On Sep 7 Douglas Silva reported this bug: > > > > https://marc.info/?l=openbsd-bugs&m=169407574511323&w=2 > > > > The product id of the tp-link ub500 is 0x0604 which uses

Re: Correct TP-LINK bluetooth ID

2023-09-09 Thread Kevin Lo
On Sat, Sep 09, 2023 at 03:16:08PM +0800, Kevin Lo wrote: > > On Sep 7 Douglas Silva reported this bug: > > https://marc.info/?l=openbsd-bugs&m=169407574511323&w=2 > > The product id of the tp-link ub500 is 0x0604 which uses the RTL8761BUV chip. > The diff below corrects TP-LINK bluetooth ID. >

Correct TP-LINK bluetooth ID

2023-09-09 Thread Kevin Lo
On Sep 7 Douglas Silva reported this bug: https://marc.info/?l=openbsd-bugs&m=169407574511323&w=2 The product id of the tp-link ub500 is 0x0604 which uses the RTL8761BUV chip. The diff below corrects TP-LINK bluetooth ID. ok? Index: sys/dev/usb/usbdevs ===