Re: Using bcachefs on the Hurd

2023-09-25 Thread Nathan Dehnel
I'll try to join as well. Has a time been chosen? What conference app will be used? Thoughts on recording the meeting for future reference?

Re: Using bcachefs on the Hurd

2023-09-25 Thread Kent Overstreet
On Mon, Sep 25, 2023 at 02:31:48PM +, jbra...@dismail.de wrote: > September 25, 2023 12:45 AM, "Kent Overstreet" > wrote: > > > On Thu, Sep 21, 2023 at 03:14:31PM +, jbra...@dismail.de wrote: > > > >> Hey Kent and Dave! > >> > >> Kent, congrats on getting bcachefs into Linux-next! That

Re: Using bcachefs on the Hurd

2023-09-25 Thread jbranso
September 25, 2023 12:45 AM, "Kent Overstreet" wrote: > On Thu, Sep 21, 2023 at 03:14:31PM +, jbra...@dismail.de wrote: > >> Hey Kent and Dave! >> >> Kent, congrats on getting bcachefs into Linux-next! That's pretty >> awesome. I think you have bcachefs working via FUSE right? Does it >> w

Re: Using bcachefs on the Hurd

2023-09-25 Thread Kent Overstreet
On Thu, Sep 21, 2023 at 03:14:31PM +, jbra...@dismail.de wrote: > Hey Kent and Dave! > > Kent, congrats on getting bcachefs into Linux-next! That's pretty > awesome. I think you have bcachefs working via FUSE right? Does it > work well on FUSE? > > Dave I am emailing you as well, because Ken

Re: [PATCH gnumach] Update the 64bit RPC ABI to be simpler (v2)

2023-09-25 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le mar. 13 juin 2023 00:01:25 -0400, a ecrit: > * Make full use of the 8 bytes available in mach_msg_type_t by moving > into the unused 4 bytes. This allows us to use 32bits for > mach_msg_type_number_t whether we use the longform or not. > * Make mach_msg_type_lo

Re: ***UNCHECKED*** [PATCH mig] Update code generation to handle the new 64 bit ABI

2023-09-25 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le mar. 16 mai 2023 23:04:18 -0400, a ecrit: > Mostly, we don't set the fields that do not exist and avoid type > mismatching (like casting unsigned short to unsigned char for > msgt_name). > > We also revamp type checking to compare mach_msg_type_t to uint64_t > ins

Re: [PATCH] percpu: active_stack with gs

2023-09-25 Thread Samuel Thibault
Applied, thanks! Damien Zammit, le lun. 25 sept. 2023 00:24:25 +, a ecrit: > --- > i386/i386/cswitch.S | 12 ++-- > i386/i386/i386asm.sym | 1 + > i386/i386/locore.S| 2 +- > i386/i386/percpu.h| 2 +- > kern/startup.c| 2 +- > kern/thread.c | 4 +--- > k

Re: [PATCH] x86_64: Change active_threads to use gs like i386

2023-09-25 Thread Samuel Thibault
Applied, thanks! Damien Zammit, le lun. 25 sept. 2023 00:24:01 +, a ecrit: > --- > x86_64/cswitch.S | 2 +- > x86_64/locore.S | 7 +++ > 2 files changed, 4 insertions(+), 5 deletions(-) > > diff --git a/x86_64/cswitch.S b/x86_64/cswitch.S > index 1f2e8e9d..29dae62c 100644 > --- a/x86_64