Re: [PATCH] gnumach - Restrict pci io cfg ports to one process

2018-12-05 Thread Samuel Thibault
Damien Zammit, le dim. 11 nov. 2018 13:24:00 +1100, a ecrit:
> On 11/11/18 12:51, Samuel Thibault wrote:
> > Damien Zammit, le dim. 11 nov. 2018 12:43:07 +1100, a ecrit:
> >> +#define IS_IN_PROTECTED_RANGE(from, to) \
> >> +  ( ( ( from <= PCI_CFG1_START ) && ( to >= PCI_CFG1_END ) ) || \
> > 
> > That should be from <= END && to >= BEGIN, shouldn't it?
> 
> Well, in my mind I was only thinking about whole overlaps.
> Your idea handles partial overlap too, so yes!
> 
> See attached, thanks.

Applied, thanks!

Samuel



Re: [PATCH] - hurd pci-arbiter: remove embedded pciaccess code

2018-12-05 Thread Thomas Schwinge
Hi!

On Sun, 11 Nov 2018 13:14:59 +1100, Damien Zammit  wrote:
> On 11/11/18 13:05, Samuel Thibault wrote:
> > Do you know how your copyright assignment is going, so I can commit it?
> 
> Haven't heard anything since I sent through my request.

This has yesterday been reported as completed in email with "Subject:
[gnu.org #1332514] Damien Zammit HURD MACH LIBC GRUB".

Thanks!


Grüße
 Thomas