All of lore.kernel.org
 help / color / mirror / Atom feed
From: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
To: Kamil Konieczny <kamil.konieczny@linux.intel.com>,
	igt-dev@lists.freedesktop.org
Cc: Bernd Kuhls <bernd@kuhls.net>
Subject: Re: [PATCH i-g-t v1 1/3] lib/igt_sriov_device: fix musl libc build
Date: Mon, 18 Mar 2024 12:59:44 +0200	[thread overview]
Message-ID: <d29af901-2fe3-48a6-9f61-0ce3963a7c10@gmail.com> (raw)
In-Reply-To: <20240315131901.28144-2-kamil.konieczny@linux.intel.com>

For series

Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>

On 15.3.2024 15.18, Kamil Konieczny wrote:
> On musl build the PATH_MAX define is missing, fixed this with
> including limits.h
> 
> Link: https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues/138
> Cc: Bernd Kuhls <bernd@kuhls.net>
> Signed-off-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> ---
>   lib/igt_sriov_device.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/lib/igt_sriov_device.c b/lib/igt_sriov_device.c
> index f425a5ecf..a0ef05d5c 100644
> --- a/lib/igt_sriov_device.c
> +++ b/lib/igt_sriov_device.c
> @@ -5,6 +5,7 @@
>   
>   #include <dirent.h>
>   #include <errno.h>
> +#include <limits.h>
>   #include <pciaccess.h>
>   
>   #include "drmtest.h"


  reply	other threads:[~2024-03-18 10:59 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-15 13:18 [PATCH i-g-t v1 0/3] more musl libc fixes for PATH_MAX Kamil Konieczny
2024-03-15 13:18 ` [PATCH i-g-t v1 1/3] lib/igt_sriov_device: fix musl libc build Kamil Konieczny
2024-03-18 10:59   ` Juha-Pekka Heikkila [this message]
2024-03-18 13:38   ` Mauro Carvalho Chehab
2024-03-15 13:19 ` [PATCH i-g-t v1 2/3] lib/igt_kmod: fix musl builds Kamil Konieczny
2024-03-18 13:38   ` Mauro Carvalho Chehab
2024-03-15 13:19 ` [PATCH i-g-t v1 3/3] tests/intel/xe_debugfs: fix musl build Kamil Konieczny
2024-03-18 13:39   ` Mauro Carvalho Chehab
2024-03-15 14:59 ` ✓ Fi.CI.BAT: success for more musl libc fixes for PATH_MAX Patchwork
2024-03-15 15:06 ` ✓ CI.xeBAT: " Patchwork
2024-03-16 17:46 ` ✗ Fi.CI.IGT: failure " Patchwork
2024-03-18 11:24   ` Kamil Konieczny
2024-03-21  4:30     ` Illipilli, TejasreeX
2024-03-20 17:24 ` ✓ Fi.CI.IGT: success " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d29af901-2fe3-48a6-9f61-0ce3963a7c10@gmail.com \
    --to=juhapekka.heikkila@gmail.com \
    --cc=bernd@kuhls.net \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=kamil.konieczny@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.