Hi,
Return error number instead of call panic().
comment, ok?
--
ASOU Masato
diff --git a/sys/dev/pv/xenstore.c b/sys/dev/pv/xenstore.c
index 1e4f15d30eb..dc89ba0fa6d 100644
--- a/sys/dev/pv/xenstore.c
+++ b/sys/dev/pv/xenstore.c
@@ -118,6 +118,7 @@ struct xs_msg {
struct xs_msghdr
Here's the diff I've been using for the last bulk build on riscv64. It
resulted in a single kernel crash:
cpu1: pool_do_get: pted free list modified: page 0xffc22cc0a000; item addr
0xffc22cc0a6d0; offset 0x0=0xa06137b98e6f6767 != 0xa06137b98ed06767
and 5 userland clang crashes. Ye
> Date: Fri, 28 Oct 2022 11:40:24 -0500
> From: Scott Cheloha
>
> Hi,
>
> This patch adds a machine-indepent clock interrupt scheduler to the
> kernel. It is called clockintr(9). The code is featureful enough to
> emulate most of what the machine-dependent clock interrupt code is
> doing acros
On Wed, Oct 26, 2022 at 05:37:33PM +, Klemens Nanni wrote:
> There is no point in waiting when only printing would-be commands.
Updated diff:
- do not wait for DAD completion in dry-mode
- now that we have a proper true/false IP6KERNEL
- with feedback from claudio@ to move DAD completion to wa
On Mon, Oct 31 2022, Miguel Landaeta wrote:
> Hi,
>
> I just installed 7.2 successfully on a HiFive Unmatched box and the
> onboard cad(4) device is working as expected. I think installation
> notes should be updated.
Correct, I have only ever used cad(4) on my Unmatched, with no problem
seen sin
Matthew Martin writes:
> On Wed, Oct 12, 2022 at 09:20:06AM -0400, Dave Voutila wrote:
>>
>> 1 week bump for the below. If you use this feature or currently hacking
>> on it, speak up by end of week. I'm sharpening my axes.
>
> Are the axes sharp?
>
Thanks for the ping. Committed now.
-dv
Hi,
I just installed 7.2 successfully on a HiFive Unmatched box and the
onboard cad(4) device is working as expected. I think installation
notes should be updated.
Cheers,
diff --git a/distrib/notes/riscv64/prep b/distrib/notes/riscv64/prep
index c5443f8587f..ae63bc6cab7 100644
--- a/distrib/no
On Sun, Oct 16, 2022 at 05:22:57AM +, Klemens Nanni wrote:
> On Sat, Oct 08, 2022 at 07:25:26PM +, Klemens Nanni wrote:
> > If /usr is mounted read-only, kernel relinking fails silently without
> > any log trace.
> >
> > # ksh /usr/libexec/reorder_kernel
> > /usr/libexec/reorder_ke
On Mon, Oct 31, 2022 at 07:45:29AM +, Miod Vallat wrote:
> > +.if (${COMPILER_VERSION:L} != "clang" && ! exists(/usr/local/bin/eg++))
> > +regress:
> > + @echo 'Run "pkg_add g++" to run unittests on GCC architectures'
> > + @echo SKIPPED
>
> Or the C++ test could be downgraded to C++98 so
> +.if (${COMPILER_VERSION:L} != "clang" && ! exists(/usr/local/bin/eg++))
> +regress:
> + @echo 'Run "pkg_add g++" to run unittests on GCC architectures'
> + @echo SKIPPED
Or the C++ test could be downgraded to C++98 so that it may be used on
all supported platforms:
Index: utils_unittes
10 matches
Mail list logo