From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: "José Luis Salvador Rufo" <salvador.joseluis@gmail.com>
Cc: Alexander Mukhin <alexander.i.mukhin@gmail.com>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH v2 1/2] package/zfs: replace wip patch by upstream patch
Date: Wed, 7 Aug 2024 12:06:19 +0200 [thread overview]
Message-ID: <20240807120619.66304f2e@windsurf> (raw)
In-Reply-To: <20240807051411.299665-3-salvador.joseluis@gmail.com>
Hello José,
Thanks for this v2. However, please always resend the complete series
when you're sending a new iteration, not individual patches. Otherwise
it's really a mess for us maintainers to understand which patches
should be applied.
Another request below.
On Wed, 7 Aug 2024 07:14:13 +0200
José Luis Salvador Rufo <salvador.joseluis@gmail.com> wrote:
> Signed-off-by: José Luis Salvador Rufo <salvador.joseluis@gmail.com>
> ---
> Changes v1 -> v2:
> - Removed ZFS_AUTORECONF (suggested by Baruch Siach)
>
> ...ll-fix-for-SEEK_DATA-SEEK_HOLE-tests.patch | 69 ++++++++
> ...s-ignore-if-SEEK_DATA-is-not-defined.patch | 162 ------------------
> package/zfs/zfs.mk | 3 -
> 3 files changed, 69 insertions(+), 165 deletions(-)
> create mode 100644 package/zfs/0001-ZTS-small-fix-for-SEEK_DATA-SEEK_HOLE-tests.patch
> delete mode 100644 package/zfs/0001-tests-cp_files-ignore-if-SEEK_DATA-is-not-defined.patch
>
> diff --git a/package/zfs/0001-ZTS-small-fix-for-SEEK_DATA-SEEK_HOLE-tests.patch b/package/zfs/0001-ZTS-small-fix-for-SEEK_DATA-SEEK_HOLE-tests.patch
> new file mode 100644
> index 0000000000..9a7a139a9e
> --- /dev/null
> +++ b/package/zfs/0001-ZTS-small-fix-for-SEEK_DATA-SEEK_HOLE-tests.patch
> @@ -0,0 +1,69 @@
> +From 2ccefd4aff98cf355c7d13b3f92bb4d390dfa522 Mon Sep 17 00:00:00 2001
> +From: Tino Reichardt <milky-zfs@mcmilk.de>
> +Date: Sun, 4 Aug 2024 11:58:13 +0200
> +Subject: [PATCH] ZTS: small fix for SEEK_DATA/SEEK_HOLE tests
> +
> +Some libc's like uClibc lag the proper definition of SEEK_DATA
> +and SEEK_HOLE. Since we have only two files in ZTS which use
> +these definitons, let's define them by hand:
> +
> +```
> +#ifndef SEEK_DATA
> +#define SEEK_DATA 3
> +#endif
> +#ifndef SEEK_HOLE
> +#define SEEK_HOLE 4
> +#endif
> +```
> +
> +There should be no failures, because:
> +- FreeBSD has support for SEEK_DATA/SEEK_HOLE since FreeBSD 8
> +- Linux has it since Linux 3.1
> +- the libc will submit the parameters unchanged to the kernel
> +
> +Signed-off-by: Tino Reichardt <milky-zfs@mcmilk.de>
> +Upstream: https://github.com/openzfs/zfs/pull/16413
We need you to add your Signed-off-by here.
Could you send a v3 with this (and both patches!) ?
Thanks a lot!
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-08-07 10:06 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-07 1:34 [Buildroot] [PATCH 1/2] package/zfs: replace wip patch by upstream patch José Luis Salvador Rufo
2024-08-07 1:34 ` [Buildroot] [PATCH 2/2] package/zfs: bump version to 2.2.5 José Luis Salvador Rufo
2024-08-07 4:26 ` [Buildroot] [PATCH 1/2] package/zfs: replace wip patch by upstream patch Baruch Siach via buildroot
2024-08-07 4:54 ` José Luis Salvador Rufo
2024-08-07 5:14 ` [Buildroot] [PATCH v2 " José Luis Salvador Rufo
2024-08-07 10:06 ` Thomas Petazzoni via buildroot [this message]
2024-08-08 16:06 ` [Buildroot] [PATCH v3 " José Luis Salvador Rufo
2024-08-08 19:56 ` Thomas Petazzoni via buildroot
2024-09-03 20:38 ` Peter Korsgaard
2024-08-08 16:06 ` [Buildroot] [PATCH v3 2/2] package/zfs: bump version to 2.2.5 José Luis Salvador Rufo
2024-08-08 19:56 ` Thomas Petazzoni via buildroot
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=20240807120619.66304f2e@windsurf \
--to=buildroot@buildroot.org \
--cc=alexander.i.mukhin@gmail.com \
--cc=salvador.joseluis@gmail.com \
--cc=thomas.petazzoni@bootlin.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox