[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH for-4.21] tools/tests/domid: don't pass -E to sed
- To: Jan Beulich <jbeulich@xxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- Date: Mon, 20 Oct 2025 16:00:30 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=citrix.com; dmarc=pass action=none header.from=citrix.com; dkim=pass header.d=citrix.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=YWxbX23uEUq0kzfK3bsK6XYoDI6gIyQg6E+HUZfj9ao=; b=zQsMcDIv4FiiLrKHuuolVi/6qlEQ/70yQcEPba4Cui7GIAhsgSL/N99Av/D4v2hS1IFVee5FywQPjjXELQ88jOMZY5mFDDbpjtydeVnfig76kIibk8T+/p++ZBip40hXv/JGw+1VrXmOzDHvi9dMIDssRoGdTf0GxwXxE4L/3/JXBln+A57D/tdvQ0n/GmV6lt/g5Rm57tHwFY/mV4Nd8rSlE0iJii5fS7ycdkWBIqZ2QPEisYsCdNhFl4JvfSiB+yPT5m0c4Xssnyu2j41eqaDSCGZkzB/zN8l6X/DdRiuJJ8Xl9/dhC29i56bbtm0ekwiWGmc2sQj79YdQslb6iQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=hu4M0M61zwYfy/zxavxNnvq7BnLKfvFOPft/9QitiVpYOfEwchHTzJDcS7XFUkzokTYiqDux1egxmEGNaQK0dCVMdPZykimDgUDvwHKITRsVzL6bnA8sGxDJAZTAvCCZKMHc7eql/rgY9Hsp/6NPCSwnt/Ob0bCdOnn66wZaoXBa5ZNOXOx1yiKtukfP4nH+sFTUmt8DJT+nGIK+HHaJfx+Je1YmuRj4oiX5w9Tj4P5jxtPshhYLAWaVh4OUu16nbAG8Yee0LhHq6iOKhRn2APHNI9sNghcyRJoDY0ZyS/wRdLmoufA/LaP/OMebuwuWx0pnW6ozjZoosZQcFiQG6Q==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=citrix.com;
- Cc: Anthony PERARD <anthony.perard@xxxxxxxxxx>, Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>, Denis Mukhin <dmukhin@xxxxxxxx>
- Delivery-date: Mon, 20 Oct 2025 15:00:55 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 20/10/2025 2:40 pm, Jan Beulich wrote:
> Even the 2018 edition of The Open Group Base Specifications Issue 7 [1]
> doesn't name -E as a standard option; only Issue 8 [2] does. As we can
> easily avoid anything "extended" about the expression used, drop the -E,
> escape the parentheses, and replace the sole + by *.
>
> [1] https://pubs.opengroup.org/onlinepubs/9699919799/
> [2] https://pubs.opengroup.org/onlinepubs/9799919799/
>
> Fixes: b3d31533a047 ("tools/tests: introduce unit tests for domain ID
> allocator")
> Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
|