NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/54486: athn driver panics on arm
The following reply was made to PR kern/54486; it has been noted by GNATS.
From: Rin Okuyama <rokuyama.rk%gmail.com@localhost>
To: "gnats-bugs%NetBSD.org@localhost" <gnats-bugs%NetBSD.org@localhost>
Cc:
Subject: Re: kern/54486: athn driver panics on arm
Date: Tue, 27 Aug 2019 02:11:09 +0900
Hmm, gnats doesn't like my alternate mail address...
Resend from my main address.
rin
-------- Forwarded Message --------
Subject: Re: kern/54486: athn driver panics on arm
Date: Tue, 27 Aug 2019 01:53:15 +0900
From: Rin Okuyama <rokuyama%meiji.ac.jp@localhost>
To: Nick Hudson <nick.hudson%gmx.co.uk@localhost>, matthew green <mrg%eterna.com.au@localhost>, Andreas Gustafsson <gson%gson.org@localhost>
CC: Christos Zoulas <christos%astron.com@localhost>, maya%NetBSD.org@localhost <maya%NetBSD.org@localhost>, gnats-bugs%netbsd.org@localhost <gnats-bugs%netbsd.org@localhost>
On 2019/08/25 16:54, Nick Hudson wrote:
> My focus is elsewhere at the moment, so feel free to apply the workaround.
I see. I will commit the workaround soon.
> Perhaps we can compile a handful of drivers with -mno-unaligned-access
> and not the whole kernel?
Well, but it is difficult to make sure which components access
DMA buffers and which do not. I prefer to forbid whole kernel to
unaligned access. The affect on performance is, anyway, negligibly
small as far as I can see; some lazy ``benchmark'' of building
lang/perl shows only 0.1% difference between kernels with and
without -mno-unaligned-access:
http://mail-index.netbsd.org/port-arm/2019/01/07/msg005371.html
If there's no objection, I will also send pull-up request for
netbsd-9 in few days.
Thanks,
rin
Home |
Main Index |
Thread Index |
Old Index