[PATCH gnumach] interrupt: Mask, eoi, unmask

2023-09-30 Thread Damien Zammit
--- i386/i386at/interrupt.S | 19 --- x86_64/interrupt.S | 19 +++ 2 files changed, 31 insertions(+), 7 deletions(-) diff --git a/i386/i386at/interrupt.S b/i386/i386at/interrupt.S index 8ae6b97c..ec2fc656 100644 --- a/i386/i386at/interrupt.S +++ b/i386/i386at/

[PATCH gnumach] com/lpr: Handle masking of interrupts in the driver

2023-09-30 Thread Damien Zammit
--- i386/i386at/autoconf.c | 6 ++ i386/i386at/model_dep.c | 8 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/i386/i386at/autoconf.c b/i386/i386at/autoconf.c index ef813d92..5c69988f 100644 --- a/i386/i386at/autoconf.c +++ b/i386/i386at/autoconf.c @@ -29,6 +29,11 @@

[PATCH gnumach] kd: Handle masking of keyboard interrupt in the driver

2023-09-30 Thread Damien Zammit
--- i386/i386at/kd.h| 1 + i386/i386at/kd_event.c | 7 +++ i386/i386at/model_dep.c | 2 -- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/i386/i386at/kd.h b/i386/i386at/kd.h index 3ee707b5..5bfabce2 100644 --- a/i386/i386at/kd.h +++ b/i386/i386at/kd.h @@ -546,6 +546,7

Re: The Hurd and bcachefs

2023-09-30 Thread Samuel Thibault
jbra...@dismail.de, le sam. 30 sept. 2023 19:22:07 +, a ecrit: > September 30, 2023 12:19 PM, "Samuel Thibault" > wrote: > > >> are there videos of Samuel > >> doing your day to day maintenance tasks of maintaining the Hurd? > > > > That'd be relatively boring :) > > I suppose that it cou

Re: The Hurd and bcachefs

2023-09-30 Thread jbranso
September 30, 2023 12:19 PM, "Samuel Thibault" wrote: >> are there videos of Samuel >> doing your day to day maintenance tasks of maintaining the Hurd? > > That'd be relatively boring :) I suppose that it could be, but I have no idea what your daily tasks are, and I'm not really certain how t

Re: [PATCH 3/4 gnumach] Allow disabling of MACH_PCSAMPLE and disable by default

2023-09-30 Thread Samuel Thibault
Damien Zammit, le sam. 30 sept. 2023 06:31:04 +, a ecrit: > This fixes a page fault when the sampling occurs in MP. > Perhaps it is not MP safe yet. That would break gprof in UP. I have re-enabled it by default for UP. Samuel > --- > configfrag.ac| 2 +- > kern/pc_sample.c | 32 +++

Re: [PATCH 2/4 gnumach] ioapic: Add simple locking for non-atomic accesses

2023-09-30 Thread Samuel Thibault
applied, thanks! Damien Zammit, le sam. 30 sept. 2023 06:30:58 +, a ecrit: > --- > i386/i386at/ioapic.c | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/i386/i386at/ioapic.c b/i386/i386at/ioapic.c > index 57d18789..dcc91eff 100644 > --- a/i386/i386at/ioapic.c > +++ b/i386/i3

Re: [PATCH 1/4 gnumach] ioapic: Detect version of IOAPIC for correct EOI handling

2023-09-30 Thread Samuel Thibault
applied, thanks! Damien Zammit, le sam. 30 sept. 2023 06:30:51 +, a ecrit: > --- > i386/i386at/ioapic.c | 15 ++- > 1 file changed, 14 insertions(+), 1 deletion(-) > > diff --git a/i386/i386at/ioapic.c b/i386/i386at/ioapic.c > index 218f9a51..57d18789 100644 > --- a/i386/i386at/i