Re: [PATCH hurd] hurd-udeb: Install rumpusbdisk

2025-06-29 Thread Damien Zammit
I wanted to move things along for usb, I didn't realise the driver is actually broken on master. I'll have another go at separating the stack. Damien Sent from Proton Mail Android Original Message On 30/6/25 8:14 am, Samuel Thibault wrote: > Hello, > > Damien Zammit, l

Re: [PATCH hurd] hurd-udeb: Install rumpusbdisk

2025-06-29 Thread Samuel Thibault
Hello, Damien Zammit, le ven. 27 juin 2025 06:41:53 +, a ecrit: > This provides support for the /dev/ud* nodes > that pass through to /dev/usbdisk, and enables > usb disk support in the installer. > > UNTESTED Please do test changes. Writing changes that look reasonable is not what would co

Re: [PATCH gnumach v4] Implement per task virtual memory limit

2025-06-29 Thread Samuel Thibault
Hello, Diego Nieto Cid, le sam. 28 juin 2025 23:31:45 +0100, a ecrit: > I was updating this patch and I've gut a doubt with what to do with the > result of vm_map_find_entry_anywhere in case of a failure to enforce the > limit. > > I end up with code like below: > > if (anywhere) { >