Re: [PATCH] i386 intel read fault fix

2025-06-26 Thread Samuel Thibault
Milos Nikic, le mar. 24 juin 2025 18:48:45 -0700, a ecrit: > Created a new patch. (don't know if that is the right way to respond).  Yes it is, applied, thanks! > On Tue, Jun 24, 2025 at 6:05 AM Samuel Thibault <[1]samuel.thiba...@gnu.org> > wrote: > > Hello, > > Milos Nikic, le lun. 23

Re: [PATCH] i386 intel read fault fix

2025-06-24 Thread Milos Nikic
Thank you. Created a new patch. (don't know if that is the right way to respond). On Tue, Jun 24, 2025 at 6:05 AM Samuel Thibault wrote: > Hello, > > Milos Nikic, le lun. 23 juin 2025 21:17:32 -0700, a ecrit: > > include the missing header, fix the warning. > > Better include it the usual way,

[PATCH] i386 intel read fault fix

2025-06-24 Thread Milos Nikic
include the missing header, fix the warning. --- i386/intel/read_fault.c | 1 + 1 file changed, 1 insertion(+) diff --git a/i386/intel/read_fault.c b/i386/intel/read_fault.c index 8ff64bbe..4a14e75d 100644 --- a/i386/intel/read_fault.c +++ b/i386/intel/read_fault.c @@ -30,6 +30,7 @@ #include #

Re: [PATCH] i386 intel read fault fix

2025-06-24 Thread Samuel Thibault
Hello, Milos Nikic, le lun. 23 juin 2025 21:17:32 -0700, a ecrit: > include the missing header, fix the warning. Better include it the usual way, as , and outside the #if > --- > i386/intel/read_fault.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/i386/intel/read_fault.c b/i386/int

[PATCH] i386 intel read fault fix

2025-06-23 Thread Milos Nikic
include the missing header, fix the warning. --- i386/intel/read_fault.c | 1 + 1 file changed, 1 insertion(+) diff --git a/i386/intel/read_fault.c b/i386/intel/read_fault.c index 8ff64bbe..c91d4e4d 100644 --- a/i386/intel/read_fault.c +++ b/i386/intel/read_fault.c @@ -34,6 +34,7 @@ #include