Re: [PATCHv2] hurd: Find proper ld.so on 64-bit systems

2024-01-25 Thread Daniel Kiper
On Tue, Jan 23, 2024 at 09:47:56PM +0100, Samuel Thibault wrote: > The 64bit ABI defines ld.so to be /lib/ld-x86-64.so.1 > > Signed-off-by: Samuel Thibault Reviewed-by: Daniel Kiper Daniel

Re: [PATCHv2] osdep/hurd/getroot: Fix 64bit build

2024-01-25 Thread Daniel Kiper
On Tue, Jan 23, 2024 at 09:47:36PM +0100, Samuel Thibault wrote: > file_get_fs_options takes a mach_msg_type_number_t (32 bit), not a size_t > (64 bit on 64-bit platforms). > > Signed-off-by: Samuel Thibault Reviewed-by: Daniel Kiper Daniel

Re: [PATCH] osdep/hurd/getroot: Fix 64bit build

2024-01-23 Thread Daniel Kiper
On Sun, Jan 21, 2024 at 05:22:29AM +0300, Vladimir 'phcoder' Serbinenko wrote: > LGTM > Reviewed-by: Vladimir Serbinenko Reviewed-by: Daniel Kiper Daniel

Re: [PATCH] hurd: Find proper ld.so on 64bit systems

2024-01-23 Thread Daniel Kiper
On Sat, Jan 20, 2024 at 09:11:50PM +0100, Samuel Thibault wrote: > Signed-off-by: Samuel Thibault May I ask you to repost this patch with proper commit message and added Signed-off-by? Daniel > Samuel Thibault, le sam. 20 janv. 2024 21:10:14 +0100, a ecrit: > > --- > > util/grub.d/10_hurd.in

Re: [PATCH] templates: Start pci-arbiter before acpi on Hurd

2023-07-03 Thread Daniel Kiper
On Sat, Jul 01, 2023 at 02:55:48PM +0200, Samuel Thibault wrote: > acpi actually needs to access PCI, while pci-arbiter will not be making > use of ACPI, so we need to start acpi first. > > Signed-off-by: Samuel Thibault Reviewed-by: Daniel Kiper Daniel

Re: [PATCH] templates: Add support for acpi on Hurd

2022-10-06 Thread Daniel Kiper
On Mon, Sep 26, 2022 at 09:51:32PM +0200, Samuel Thibault wrote: > This adds acpi as bootstrap module whenever it is available. This opens the > path for proper IRQ routing for fully-userland disk drivers. > > Signed-off-by: Samuel Thibault Reviewed-by: Daniel Kiper Daniel

Re: [PATCHv2] hurd: Use part: qualifier

2022-05-26 Thread Daniel Kiper
: qualifier to > switch ext2fs to it. > > grub_util_find_hurd_root_device then has to understand this syntax and > translate > it into the /dev/ entry name. > > Signed-off-by: Samuel Thibault > > --- > Difference with v2: rebase on master Thank you for rebase! Reviewed-by: Daniel Kiper Daniel

Re: [PATCH] hurd: Use part: qualifier

2022-05-25 Thread Daniel Kiper
On Tue, May 17, 2022 at 04:43:45PM +0200, Daniel Kiper wrote: > On Sat, Feb 26, 2022 at 12:51:18PM +0100, Samuel Thibault wrote: > > When using userland drivers such as rumpdisk, we'd rather make ext2fs use > > parted-based libstore partitioning support. That can be used for ke

Re: [PATCH] hurd: Use part: qualifier

2022-05-17 Thread Daniel Kiper
: qualifier to > switch ext2fs to it. > > grub_util_find_hurd_root_device then has to understand this syntax and > translate > it into the /dev/ entry name. > > Signed-off-by: Samuel Thibault Reviewed-by: Daniel Kiper Daniel

Re: [PATCHv3] hurd: Support device entries with @/dev/disk: qualifier

2022-05-17 Thread Daniel Kiper
x27;\0'; > + > + if ((*parent)[0] == '@') > + { > + /* non-bootstrap disk driver, the /dev/ entry is normally set up > with > +* the same @. */ > + char *next_path = strchr (*parent, ':'); &g

Re: [PATCHv2] hurd: Support device entries with @/dev/disk: qualifier

2022-04-27 Thread Daniel Kiper
Sorry for late reply but I am busy... On Thu, Feb 24, 2022 at 12:34:13AM +0100, Samuel Thibault wrote: > Those are used with non-bootstrap disk drivers, for which libstore has to > open /dev/disk before calling device_open on it instead of on the device > master port. Normally in that case all /d

Re: [PATCH] hurd: Add support for rumpdisk device names

2022-02-22 Thread Daniel Kiper
On Tue, Feb 22, 2022 at 12:48:45AM +0100, Samuel Thibault wrote: > On GNU/Hurd grub2 currently only looks at /dev/hd* and /dev/sd*. With > rumpdisk we now also need to look at /dev/wd* > > Signed-off-by: Samuel Thibault > > Index: grub2-2.06/util/deviceiter.c > ===

Re: [PATCH] hurd: Add support for pci-arbiter and rumpdisk

2022-02-22 Thread Daniel Kiper
t. > > I forgot: > > Signed-off-by: Samuel Thibault Reviewed-by: Daniel Kiper Daniel