Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] linux6.10: Enable dm-vdo compression/deduplication module.
@ 2024-11-10  1:13 klardotsh
  2025-02-08  1:56 ` github-actions
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: klardotsh @ 2024-11-10  1:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1886 bytes --]

There is a new pull request by klardotsh against master on the void-packages repository

https://github.com/klardotsh/void-packages klardotsh/vdo-6.10
https://github.com/void-linux/void-packages/pull/52977

linux6.10: Enable dm-vdo compression/deduplication module.
> For context on what VDO is, see [the userspace utilities repo README](https://github.com/dm-vdo/vdo) or [this Red Hat blog post](https://www.redhat.com/de/blog/look-vdo-new-linux-compression-layer).

This is part 2 stemming from #52976, backporting the change to the 6.10 kernel.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

"Tested" in the sense of:

- I built locally for x86_64 and aarch64 (glibc)
- Kconfig appears to have applied cleanly during that build

Doing further testing of this requires [userspace utilities](https://github.com/dm-vdo/vdo) I have yet to package (but hopefully intend to later today/this weekend)

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/52977.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-klardotsh/vdo-6.10-52977.patch --]
[-- Type: text/x-diff, Size: 2216 bytes --]

From 485c3351575dedd4a527ee6dc02dda8a8343105a Mon Sep 17 00:00:00 2001
From: Josh Klar <josh@klar.sh>
Date: Sat, 9 Nov 2024 17:10:23 -0800
Subject: [PATCH] linux6.10: Enable dm-vdo compression/deduplication module.

---
 srcpkgs/linux6.10/files/arm64-dotconfig  | 2 +-
 srcpkgs/linux6.10/files/i386-dotconfig   | 1 +
 srcpkgs/linux6.10/files/x86_64-dotconfig | 2 +-
 srcpkgs/linux6.10/template               | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/linux6.10/files/arm64-dotconfig b/srcpkgs/linux6.10/files/arm64-dotconfig
index e736c437679293..49ad53063595c3 100644
--- a/srcpkgs/linux6.10/files/arm64-dotconfig
+++ b/srcpkgs/linux6.10/files/arm64-dotconfig
@@ -3205,7 +3205,7 @@ CONFIG_DM_LOG_WRITES=m
 CONFIG_DM_INTEGRITY=m
 CONFIG_DM_ZONED=m
 CONFIG_DM_AUDIT=y
-# CONFIG_DM_VDO is not set
+CONFIG_DM_VDO=m
 CONFIG_TARGET_CORE=m
 CONFIG_TCM_IBLOCK=m
 CONFIG_TCM_FILEIO=m
diff --git a/srcpkgs/linux6.10/files/i386-dotconfig b/srcpkgs/linux6.10/files/i386-dotconfig
index 4c11cfa95fd323..936715e240aba1 100644
--- a/srcpkgs/linux6.10/files/i386-dotconfig
+++ b/srcpkgs/linux6.10/files/i386-dotconfig
@@ -2838,6 +2838,7 @@ CONFIG_DM_VERITY=m
 CONFIG_DM_SWITCH=m
 CONFIG_DM_LOG_WRITES=m
 # CONFIG_DM_INTEGRITY is not set
+CONFIG_DM_VDO=m
 # CONFIG_DM_ZONED is not set
 CONFIG_DM_AUDIT=y
 CONFIG_TARGET_CORE=m
diff --git a/srcpkgs/linux6.10/files/x86_64-dotconfig b/srcpkgs/linux6.10/files/x86_64-dotconfig
index f12353f8690dea..d9f3e92ae0f3a8 100644
--- a/srcpkgs/linux6.10/files/x86_64-dotconfig
+++ b/srcpkgs/linux6.10/files/x86_64-dotconfig
@@ -3018,7 +3018,7 @@ CONFIG_DM_LOG_WRITES=m
 CONFIG_DM_INTEGRITY=m
 CONFIG_DM_ZONED=m
 CONFIG_DM_AUDIT=y
-# CONFIG_DM_VDO is not set
+CONFIG_DM_VDO=m
 CONFIG_TARGET_CORE=m
 CONFIG_TCM_IBLOCK=m
 CONFIG_TCM_FILEIO=m
diff --git a/srcpkgs/linux6.10/template b/srcpkgs/linux6.10/template
index 49b36fe2ab5aa1..f5575785620b08 100644
--- a/srcpkgs/linux6.10/template
+++ b/srcpkgs/linux6.10/template
@@ -1,7 +1,7 @@
 # Template file for 'linux6.10'
 pkgname=linux6.10
 version=6.10.14
-revision=2
+revision=3
 short_desc="Linux kernel and modules (${version%.*} series)"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="GPL-2.0-only"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: linux6.10: Enable dm-vdo compression/deduplication module.
  2024-11-10  1:13 [PR PATCH] linux6.10: Enable dm-vdo compression/deduplication module klardotsh
@ 2025-02-08  1:56 ` github-actions
  2025-02-12  0:25 ` [PR PATCH] [Closed]: " klardotsh
  2025-02-12  0:25 ` klardotsh
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2025-02-08  1:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/52977#issuecomment-2644423971

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Closed]: linux6.10: Enable dm-vdo compression/deduplication module.
  2024-11-10  1:13 [PR PATCH] linux6.10: Enable dm-vdo compression/deduplication module klardotsh
  2025-02-08  1:56 ` github-actions
@ 2025-02-12  0:25 ` klardotsh
  2025-02-12  0:25 ` klardotsh
  2 siblings, 0 replies; 4+ messages in thread
From: klardotsh @ 2025-02-12  0:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1720 bytes --]

There's a closed pull request on the void-packages repository

linux6.10: Enable dm-vdo compression/deduplication module.
https://github.com/void-linux/void-packages/pull/52977

Description:
> For context on what VDO is, see [the userspace utilities repo README](https://github.com/dm-vdo/vdo) or [this Red Hat blog post](https://www.redhat.com/de/blog/look-vdo-new-linux-compression-layer).

This is part 2 stemming from #52976, backporting the change to the 6.10 kernel.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

"Tested" in the sense of:

- I built locally for x86_64 and aarch64 (glibc)
- Kconfig appears to have applied cleanly during that build

Doing further testing of this requires [userspace utilities](https://github.com/dm-vdo/vdo) I have yet to package (but hopefully intend to later today/this weekend)

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: linux6.10: Enable dm-vdo compression/deduplication module.
  2024-11-10  1:13 [PR PATCH] linux6.10: Enable dm-vdo compression/deduplication module klardotsh
  2025-02-08  1:56 ` github-actions
  2025-02-12  0:25 ` [PR PATCH] [Closed]: " klardotsh
@ 2025-02-12  0:25 ` klardotsh
  2 siblings, 0 replies; 4+ messages in thread
From: klardotsh @ 2025-02-12  0:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 346 bytes --]

New comment by klardotsh on void-packages repository

https://github.com/void-linux/void-packages/pull/52977#issuecomment-2652356890

Comment:
This got no traction or reviews, and I wound up back on ZFS anyway rather than trying to fight an all `dm-*` stack, so closing. Anyone is free to revive this work if they're interested in it, of course!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-02-12  0:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-10  1:13 [PR PATCH] linux6.10: Enable dm-vdo compression/deduplication module klardotsh
2025-02-08  1:56 ` github-actions
2025-02-12  0:25 ` [PR PATCH] [Closed]: " klardotsh
2025-02-12  0:25 ` klardotsh

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).