John Baldwin

Results 84 comments of John Baldwin

I care less about this now than when I first added this as my use case for MIPS has largely moved on to RISC-V. RISC-V also has separate MACHINE_ARCHes for...

So from `stval` it is a cause of 1 (length violation) and register index of 12 (c12 / ca2).

I think the reason is that you can't seal a sentry cap with `CSeal` but instead need to use `CSealEntry` as the `otype` for a sentry exceeds `cap_max_otype`.

I've rebased this after merging up through July 30th (which is just after the last update to this PR). Now it is only a mismerge fix and the non-upstream commit...

Hmm, so how do I force this to run the kyua test suite?

@arichardson do we still want the ZFS_TESTS knob?

We don't have this yet (#1115 is the issue to add this). Given that lib32 isn't supported for aarch64 upstream yet, we can kind of punt on this for now.

I would not name this as a variant of DONTNEED. DONTNEED doesn't discard data in dirty pages (those pages are still flushed to backing store if you have a MAP_SHARED...

Actually, there is a workaround for this, it just means using a non-normal mbuf cluster. sendfile uses m_ext mbufs with an explicit external buffer with a custom free function that...

> I submitted a patch upstream (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262691), and would be grateful if anyone can review it. Note that code review is generally done at https://reviews.freebsd.org (bugzilla does not permit inline...