Replace cos and avoid FPU trigonometry (was: tanf returns NaN for large inputs)

2022-01-10 Thread Greg Steuck
Greg Steuck writes: > This failure can be reduced to a trivial program which does change > its behavior for the worse if s_cos.S is taken out: > > #include > #include > > int main(int a, char**b) { > double y = -0.34061437849088045332; > printf("cos(%lf)=%le delta=%e\n", y, cos(y),

Re: Acer Swift1 (SF114-34, N6000, Jasper Lake): iwx (ax201), azalia and emmc are not working/detected

2022-01-10 Thread Jonathan Gray
On Mon, Jan 10, 2022 at 08:56:18PM +0100, Sven Wolf wrote: > > > On 1/10/22 02:02, Jonathan Gray wrote: > > On Sun, Jan 09, 2022 at 09:27:57PM +0100, Sven Wolf wrote: > > > Hi list, > > > > > > in October'21 I successfully installed OpenBSD on this litte fanless > > > latop. > > > There are

Re: ufm_fault in nfs_reclaim in getnewvnode

2022-01-10 Thread George Koehler
On Mon, 10 Jan 2022 18:38:18 +0100 Raimo Niskanen wrote: > I took pictures of ddb with, I hope, enough information to start with. > They are at http://erlang.org/~raimo/obsd-panic_2022-01-10/image(0).jpg > with (0) ranging from (0) through (12). image(0).jpg: | ddb{0}> show panic | *cpu0:

Re: Acer Swift1 (SF114-34, N6000, Jasper Lake): iwx (ax201), azalia and emmc are not working/detected

2022-01-10 Thread Sven Wolf
On 1/10/22 02:02, Jonathan Gray wrote: On Sun, Jan 09, 2022 at 09:27:57PM +0100, Sven Wolf wrote: Hi list, in October'21 I successfully installed OpenBSD on this litte fanless latop. There are following issues, even with -current: The soundcard (Linux dmesg: snd_hda_codec_realtek

ufm_fault in nfs_reclaim in getnewvnode

2022-01-10 Thread Raimo Niskanen
I took pictures of ddb with, I hope, enough information to start with. They are at http://erlang.org/~raimo/obsd-panic_2022-01-10/image(0).jpg with (0) ranging from (0) through (12). The system is OpenBSD 7.0 amd64 with patches 001-008. Here is the dmsg: OpenBSD 7.0 (GENERIC.MP) #3: Wed Dec 15

Re: armv7 regress fork-exec hangs machine

2022-01-10 Thread Mark Kettenis
> Date: Mon, 10 Jan 2022 14:40:50 +0100 > From: Alexander Bluhm > > On Thu, Jan 06, 2022 at 03:59:55PM +0100, Alexander Bluhm wrote: > > My armv7 regress machine hangs every day in regress/sys/kern/fork-exit. > > Maybe a show uvm provides some information. Not really. I can reproduce the

Re: armv7 regress fork-exec hangs machine

2022-01-10 Thread Alexander Bluhm
On Thu, Jan 06, 2022 at 03:59:55PM +0100, Alexander Bluhm wrote: > My armv7 regress machine hangs every day in regress/sys/kern/fork-exit. Maybe a show uvm provides some information. Stopped at db_enter: ldrbr15, [r15, r15, ror r15]! ddb> trace db_enter rlv=0xc06bd178

Re: panic: ieee80211_has_seq(wh) assertion failed

2022-01-10 Thread Paul de Weerd
Hi all, After many kernel rebuilds, data transfers, panics and a lot of back-and-forth with stsp@, and later also Christian Ehrhardt (many thanks for their patience to both of them!), we've found the following: The problem started after the commit by stsp@ that implements Rx aggregation offload