* [PR PATCH] zfs: update to 2.3.2.
@ 2025-05-01 20:55 zdykstra
2025-05-02 7:47 ` oreo639
` (12 more replies)
0 siblings, 13 replies; 14+ messages in thread
From: zdykstra @ 2025-05-01 20:55 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 462 bytes --]
There is a new pull request by zdykstra against master on the void-packages repository
https://github.com/zdykstra/void-packages zfs-2.3.2
https://github.com/void-linux/void-packages/pull/55227
zfs: update to 2.3.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
A patch file from https://github.com/void-linux/void-packages/pull/55227.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-zfs-2.3.2-55227.patch --]
[-- Type: text/x-diff, Size: 1159 bytes --]
From 05f9980677bd31c0c1beaeed2ed89325d6ccdd58 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Thu, 1 May 2025 15:54:39 -0500
Subject: [PATCH] zfs: update to 2.3.2.
---
srcpkgs/zfs/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/zfs/template b/srcpkgs/zfs/template
index ace0239da409e6..187976ed7f3595 100644
--- a/srcpkgs/zfs/template
+++ b/srcpkgs/zfs/template
@@ -1,6 +1,6 @@
# Template file for 'zfs'
pkgname=zfs
-version=2.3.1
+version=2.3.2
revision=1
build_style=gnu-configure
configure_args="--with-config=user --with-mounthelperdir=/usr/bin
@@ -16,7 +16,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="CDDL-1.0"
homepage="https://openzfs.github.io/openzfs-docs/"
distfiles="https://github.com/openzfs/zfs/releases/download/zfs-${version}/zfs-${version}.tar.gz"
-checksum=053233799386920bdc636e22d0e19a8c2c3e642e8bd847ff87e108f8bb1f9006
+checksum=80da628a9543ec3355bf410617450e167706948ceb287541455a1b8d87b8758a
# dkms must be before initramfs-regenerate to build modules before images
triggers="dkms initramfs-regenerate"
dkms_modules="zfs ${version}"
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: zfs: update to 2.3.2.
2025-05-01 20:55 [PR PATCH] zfs: update to 2.3.2 zdykstra
@ 2025-05-02 7:47 ` oreo639
2025-05-02 7:47 ` oreo639
` (11 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: oreo639 @ 2025-05-02 7:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 255 bytes --]
New comment by oreo639 on void-packages repository
https://github.com/void-linux/void-packages/pull/55227#issuecomment-2846583940
Comment:
The error suggests a missing `sys/stat.h` include (glibc also defines `S_IFMT` in `fnctl.h`, which musl does not)
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: zfs: update to 2.3.2.
2025-05-01 20:55 [PR PATCH] zfs: update to 2.3.2 zdykstra
2025-05-02 7:47 ` oreo639
@ 2025-05-02 7:47 ` oreo639
2025-05-02 7:47 ` oreo639
` (10 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: oreo639 @ 2025-05-02 7:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 361 bytes --]
New comment by oreo639 on void-packages repository
https://github.com/void-linux/void-packages/pull/55227#issuecomment-2846583940
Comment:
The error suggests a missing `sys/stat.h` include (glibc also defines `S_IFMT` in `fnctl.h`, which musl does not)
https://github.com/openzfs/zfs/blob/13ec35ce3b52c392de4ff22bb5b2856e782b453d/tests/zfs-tests/cmd/statx.c
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: zfs: update to 2.3.2.
2025-05-01 20:55 [PR PATCH] zfs: update to 2.3.2 zdykstra
2025-05-02 7:47 ` oreo639
2025-05-02 7:47 ` oreo639
@ 2025-05-02 7:47 ` oreo639
2025-05-02 7:51 ` oreo639
` (9 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: oreo639 @ 2025-05-02 7:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 369 bytes --]
New comment by oreo639 on void-packages repository
https://github.com/void-linux/void-packages/pull/55227#issuecomment-2846583940
Comment:
The build failure suggests a missing `sys/stat.h` include (glibc also defines `S_IFMT` in `fnctl.h`, which musl does not)
https://github.com/openzfs/zfs/blob/13ec35ce3b52c392de4ff22bb5b2856e782b453d/tests/zfs-tests/cmd/statx.c
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: zfs: update to 2.3.2.
2025-05-01 20:55 [PR PATCH] zfs: update to 2.3.2 zdykstra
` (2 preceding siblings ...)
2025-05-02 7:47 ` oreo639
@ 2025-05-02 7:51 ` oreo639
2025-05-02 7:51 ` oreo639
` (8 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: oreo639 @ 2025-05-02 7:51 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 222 bytes --]
New comment by oreo639 on void-packages repository
https://github.com/void-linux/void-packages/pull/55227#issuecomment-2846590467
Comment:
Seems there is a PR for this upstream: https://github.com/openzfs/zfs/pull/17294
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: zfs: update to 2.3.2.
2025-05-01 20:55 [PR PATCH] zfs: update to 2.3.2 zdykstra
` (3 preceding siblings ...)
2025-05-02 7:51 ` oreo639
@ 2025-05-02 7:51 ` oreo639
2025-05-02 7:53 ` oreo639
` (7 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: oreo639 @ 2025-05-02 7:51 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 242 bytes --]
New comment by oreo639 on void-packages repository
https://github.com/void-linux/void-packages/pull/55227#issuecomment-2846590467
Comment:
Regarding the build failure, seems there is a PR upstream: https://github.com/openzfs/zfs/pull/17294
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: zfs: update to 2.3.2.
2025-05-01 20:55 [PR PATCH] zfs: update to 2.3.2 zdykstra
` (4 preceding siblings ...)
2025-05-02 7:51 ` oreo639
@ 2025-05-02 7:53 ` oreo639
2025-05-02 7:54 ` oreo639
` (6 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: oreo639 @ 2025-05-02 7:53 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 369 bytes --]
New comment by oreo639 on void-packages repository
https://github.com/void-linux/void-packages/pull/55227#issuecomment-2846583940
Comment:
The build failure suggests a missing `sys/stat.h` include (glibc also defines `S_IFMT` in `fnctl.h`, which musl does not)
https://github.com/openzfs/zfs/blob/13ec35ce3b52c392de4ff22bb5b2856e782b453d/tests/zfs-tests/cmd/statx.c
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: zfs: update to 2.3.2.
2025-05-01 20:55 [PR PATCH] zfs: update to 2.3.2 zdykstra
` (5 preceding siblings ...)
2025-05-02 7:53 ` oreo639
@ 2025-05-02 7:54 ` oreo639
2025-05-02 10:14 ` zdykstra
` (5 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: oreo639 @ 2025-05-02 7:54 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 248 bytes --]
New comment by oreo639 on void-packages repository
https://github.com/void-linux/void-packages/pull/55227#issuecomment-2846590467
Comment:
Regarding the build failure, seems there is an open PR upstream: https://github.com/openzfs/zfs/pull/17294
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: zfs: update to 2.3.2.
2025-05-01 20:55 [PR PATCH] zfs: update to 2.3.2 zdykstra
` (6 preceding siblings ...)
2025-05-02 7:54 ` oreo639
@ 2025-05-02 10:14 ` zdykstra
2025-05-02 12:48 ` ahesford
` (4 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: zdykstra @ 2025-05-02 10:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 147 bytes --]
New comment by zdykstra on void-packages repository
https://github.com/void-linux/void-packages/pull/55227#issuecomment-2846864241
Comment:
Yup.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: zfs: update to 2.3.2.
2025-05-01 20:55 [PR PATCH] zfs: update to 2.3.2 zdykstra
` (7 preceding siblings ...)
2025-05-02 10:14 ` zdykstra
@ 2025-05-02 12:48 ` ahesford
2025-05-02 13:59 ` [PR PATCH] [Updated] " zdykstra
` (3 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: ahesford @ 2025-05-02 12:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 215 bytes --]
New comment by ahesford on void-packages repository
https://github.com/void-linux/void-packages/pull/55227#issuecomment-2847126775
Comment:
Boots my aarch64 system with Linux 6.14. I didn't test a dwm musl build.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR PATCH] [Updated] zfs: update to 2.3.2.
2025-05-01 20:55 [PR PATCH] zfs: update to 2.3.2 zdykstra
` (8 preceding siblings ...)
2025-05-02 12:48 ` ahesford
@ 2025-05-02 13:59 ` zdykstra
2025-05-03 1:59 ` [PR REVIEW] " oreo639
` (2 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: zdykstra @ 2025-05-02 13:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 467 bytes --]
There is an updated pull request by zdykstra against master on the void-packages repository
https://github.com/zdykstra/void-packages zfs-2.3.2
https://github.com/void-linux/void-packages/pull/55227
zfs: update to 2.3.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
A patch file from https://github.com/void-linux/void-packages/pull/55227.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-zfs-2.3.2-55227.patch --]
[-- Type: text/x-diff, Size: 2034 bytes --]
From 53418e15159cacdd5b07fe1ccda29946858f436b Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Thu, 1 May 2025 15:54:39 -0500
Subject: [PATCH] zfs: update to 2.3.2.
---
.../zfs/patches/0003-patch-statx-for-musl.patch | 14 ++++++++++++++
srcpkgs/zfs/template | 4 ++--
2 files changed, 16 insertions(+), 2 deletions(-)
create mode 100644 srcpkgs/zfs/patches/0003-patch-statx-for-musl.patch
diff --git a/srcpkgs/zfs/patches/0003-patch-statx-for-musl.patch b/srcpkgs/zfs/patches/0003-patch-statx-for-musl.patch
new file mode 100644
index 00000000000000..b56d8fdd7bbdf8
--- /dev/null
+++ b/srcpkgs/zfs/patches/0003-patch-statx-for-musl.patch
@@ -0,0 +1,14 @@
+diff --git a/tests/zfs-tests/cmd/statx.c b/tests/zfs-tests/cmd/statx.c
+index 89939f6ef..1acc7e58c 100644
+--- a/tests/zfs-tests/cmd/statx.c
++++ b/tests/zfs-tests/cmd/statx.c
+@@ -109,6 +109,9 @@ _statx(int fd, const char *path, int flags, unsigned int mask, void *stx)
+ #ifndef STATX_DIOALIGN
+ #define STATX_DIOALIGN (1<<13)
+ #endif
++#ifndef S_IFMT
++#define S_IFMT 0170000
++#endif
+
+ typedef struct {
+ int64_t tv_sec;
diff --git a/srcpkgs/zfs/template b/srcpkgs/zfs/template
index ace0239da409e6..187976ed7f3595 100644
--- a/srcpkgs/zfs/template
+++ b/srcpkgs/zfs/template
@@ -1,6 +1,6 @@
# Template file for 'zfs'
pkgname=zfs
-version=2.3.1
+version=2.3.2
revision=1
build_style=gnu-configure
configure_args="--with-config=user --with-mounthelperdir=/usr/bin
@@ -16,7 +16,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="CDDL-1.0"
homepage="https://openzfs.github.io/openzfs-docs/"
distfiles="https://github.com/openzfs/zfs/releases/download/zfs-${version}/zfs-${version}.tar.gz"
-checksum=053233799386920bdc636e22d0e19a8c2c3e642e8bd847ff87e108f8bb1f9006
+checksum=80da628a9543ec3355bf410617450e167706948ceb287541455a1b8d87b8758a
# dkms must be before initramfs-regenerate to build modules before images
triggers="dkms initramfs-regenerate"
dkms_modules="zfs ${version}"
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR REVIEW] zfs: update to 2.3.2.
2025-05-01 20:55 [PR PATCH] zfs: update to 2.3.2 zdykstra
` (9 preceding siblings ...)
2025-05-02 13:59 ` [PR PATCH] [Updated] " zdykstra
@ 2025-05-03 1:59 ` oreo639
2025-05-03 2:02 ` [PR PATCH] [Closed]: " zdykstra
2025-05-03 2:04 ` [PR REVIEW] " oreo639
12 siblings, 0 replies; 14+ messages in thread
From: oreo639 @ 2025-05-03 1:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 266 bytes --]
New review comment by oreo639 on void-packages repository
https://github.com/void-linux/void-packages/pull/55227#discussion_r2072282247
Comment:
Include the patch header as well: https://github.com/openzfs/zfs/commit/8e9fcdac6f7bbc4ec92e89b8cdce1dcc404f1999.patch
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR PATCH] [Closed]: zfs: update to 2.3.2.
2025-05-01 20:55 [PR PATCH] zfs: update to 2.3.2 zdykstra
` (10 preceding siblings ...)
2025-05-03 1:59 ` [PR REVIEW] " oreo639
@ 2025-05-03 2:02 ` zdykstra
2025-05-03 2:04 ` [PR REVIEW] " oreo639
12 siblings, 0 replies; 14+ messages in thread
From: zdykstra @ 2025-05-03 2:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 307 bytes --]
There's a closed pull request on the void-packages repository
zfs: update to 2.3.2.
https://github.com/void-linux/void-packages/pull/55227
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR REVIEW] zfs: update to 2.3.2.
2025-05-01 20:55 [PR PATCH] zfs: update to 2.3.2 zdykstra
` (11 preceding siblings ...)
2025-05-03 2:02 ` [PR PATCH] [Closed]: " zdykstra
@ 2025-05-03 2:04 ` oreo639
12 siblings, 0 replies; 14+ messages in thread
From: oreo639 @ 2025-05-03 2:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 274 bytes --]
New review comment by oreo639 on void-packages repository
https://github.com/void-linux/void-packages/pull/55227#discussion_r2072282247
Comment:
Can you include the patch header as well: https://github.com/openzfs/zfs/commit/8e9fcdac6f7bbc4ec92e89b8cdce1dcc404f1999.patch
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2025-05-03 2:04 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-01 20:55 [PR PATCH] zfs: update to 2.3.2 zdykstra
2025-05-02 7:47 ` oreo639
2025-05-02 7:47 ` oreo639
2025-05-02 7:47 ` oreo639
2025-05-02 7:51 ` oreo639
2025-05-02 7:51 ` oreo639
2025-05-02 7:53 ` oreo639
2025-05-02 7:54 ` oreo639
2025-05-02 10:14 ` zdykstra
2025-05-02 12:48 ` ahesford
2025-05-02 13:59 ` [PR PATCH] [Updated] " zdykstra
2025-05-03 1:59 ` [PR REVIEW] " oreo639
2025-05-03 2:02 ` [PR PATCH] [Closed]: " zdykstra
2025-05-03 2:04 ` [PR REVIEW] " oreo639
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).