[PATCH 0/2] x86/darwin: two extra fixes to placate build warnings

Roger Pau Monne posted 2 patches 1 month, 4 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20260213135614.25842-1-roger.pau@citrix.com
xen/Makefile         | 2 +-
xen/arch/x86/arch.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[PATCH 0/2] x86/darwin: two extra fixes to placate build warnings
Posted by Roger Pau Monne 1 month, 4 weeks ago
Hello,

Following two patches fix the remaining two warnings seen on the x86
Darwin build of Xen.

Thanks, Roger.

Roger Pau Monne (2):
  xen/x86: fix usage of [[:blank:]] with BSD grep
  xen: add non-executable stack note uniformly

 xen/Makefile         | 2 +-
 xen/arch/x86/arch.mk | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.51.0
Re: [PATCH 0/2] x86/darwin: two extra fixes to placate build warnings
Posted by Jan Beulich 1 month, 4 weeks ago
On 13.02.2026 14:56, Roger Pau Monne wrote:
> Hello,
> 
> Following two patches fix the remaining two warnings seen on the x86
> Darwin build of Xen.
> 
> Thanks, Roger.
> 
> Roger Pau Monne (2):
>   xen/x86: fix usage of [[:blank:]] with BSD grep
>   xen: add non-executable stack note uniformly

Acked-by: Jan Beulich <jbeulich@suse.com>