Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Revert "linux6.8: disable CONFIG_BLK_DEV_WRITE_MOUNTED"
@ 2024-05-12  1:25 classabbyamp
  2024-05-12  1:40 ` [PR PATCH] [Updated] " classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: classabbyamp @ 2024-05-12  1:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages revert-write-mounted
https://github.com/void-linux/void-packages/pull/50284

Revert "linux6.8: disable CONFIG_BLK_DEV_WRITE_MOUNTED"
It seems there's too many issues caused by this, both with fsck at boot and mounting block device-backed FUSE filesystems (like ntfs-3g) on shared drives.

Maybe we can try it again later.

This reverts commit 11f466ae786b53697bc1aa0fcc5e5cfecf24b360.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-revert-write-mounted-50284.patch --]
[-- Type: text/x-diff, Size: 2701 bytes --]

From 021ba718b4a2997bb5b7cc2d96627a4cace022db Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Sat, 11 May 2024 21:20:52 -0400
Subject: [PATCH] Revert "linux6.8: disable CONFIG_BLK_DEV_WRITE_MOUNTED"

It seems there's too many issues caused by this, both with fsck at boot
and mounting block device-backed FUSE filesystems (like ntfs-3g) on
shared drives.

Maybe we can try it again later.

This reverts commit 11f466ae786b53697bc1aa0fcc5e5cfecf24b360.
---
 srcpkgs/linux6.8/files/arm64-dotconfig  | 2 +-
 srcpkgs/linux6.8/files/i386-dotconfig   | 2 +-
 srcpkgs/linux6.8/files/x86_64-dotconfig | 2 +-
 srcpkgs/linux6.8/template               | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/linux6.8/files/arm64-dotconfig b/srcpkgs/linux6.8/files/arm64-dotconfig
index ada0e5a9e51201..c83b61e5fcbe2f 100644
--- a/srcpkgs/linux6.8/files/arm64-dotconfig
+++ b/srcpkgs/linux6.8/files/arm64-dotconfig
@@ -927,7 +927,7 @@ CONFIG_BLK_ICQ=y
 CONFIG_BLK_DEV_BSGLIB=y
 CONFIG_BLK_DEV_INTEGRITY=y
 CONFIG_BLK_DEV_INTEGRITY_T10=y
-# CONFIG_BLK_DEV_WRITE_MOUNTED is not set
+CONFIG_BLK_DEV_WRITE_MOUNTED=y
 CONFIG_BLK_DEV_ZONED=y
 CONFIG_BLK_DEV_THROTTLING=y
 # CONFIG_BLK_DEV_THROTTLING_LOW is not set
diff --git a/srcpkgs/linux6.8/files/i386-dotconfig b/srcpkgs/linux6.8/files/i386-dotconfig
index 7fa444abe00aef..fae1c872472b8a 100644
--- a/srcpkgs/linux6.8/files/i386-dotconfig
+++ b/srcpkgs/linux6.8/files/i386-dotconfig
@@ -893,7 +893,7 @@ CONFIG_BLK_ICQ=y
 CONFIG_BLK_DEV_BSGLIB=y
 CONFIG_BLK_DEV_INTEGRITY=y
 CONFIG_BLK_DEV_INTEGRITY_T10=y
-# CONFIG_BLK_DEV_WRITE_MOUNTED is not set
+CONFIG_BLK_DEV_WRITE_MOUNTED=y
 CONFIG_BLK_DEV_ZONED=y
 CONFIG_BLK_DEV_THROTTLING=y
 # CONFIG_BLK_DEV_THROTTLING_LOW is not set
diff --git a/srcpkgs/linux6.8/files/x86_64-dotconfig b/srcpkgs/linux6.8/files/x86_64-dotconfig
index 50a17a067b8421..cf0bdb32ac9254 100644
--- a/srcpkgs/linux6.8/files/x86_64-dotconfig
+++ b/srcpkgs/linux6.8/files/x86_64-dotconfig
@@ -970,7 +970,7 @@ CONFIG_BLK_ICQ=y
 CONFIG_BLK_DEV_BSGLIB=y
 CONFIG_BLK_DEV_INTEGRITY=y
 CONFIG_BLK_DEV_INTEGRITY_T10=y
-# CONFIG_BLK_DEV_WRITE_MOUNTED is not set
+CONFIG_BLK_DEV_WRITE_MOUNTED=y
 CONFIG_BLK_DEV_ZONED=y
 CONFIG_BLK_DEV_THROTTLING=y
 # CONFIG_BLK_DEV_THROTTLING_LOW is not set
diff --git a/srcpkgs/linux6.8/template b/srcpkgs/linux6.8/template
index 6c1328da295d7c..7ee5d17b608095 100644
--- a/srcpkgs/linux6.8/template
+++ b/srcpkgs/linux6.8/template
@@ -1,7 +1,7 @@
 # Template file for 'linux6.8'
 pkgname=linux6.8
 version=6.8.9
-revision=1
+revision=2
 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: [PR PATCH] [Updated] Revert "linux6.8: disable CONFIG_BLK_DEV_WRITE_MOUNTED"
  2024-05-12  1:25 [PR PATCH] Revert "linux6.8: disable CONFIG_BLK_DEV_WRITE_MOUNTED" classabbyamp
@ 2024-05-12  1:40 ` classabbyamp
  2024-05-12  1:41 ` classabbyamp
  2024-05-13  5:47 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-05-12  1:40 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages revert-write-mounted
https://github.com/void-linux/void-packages/pull/50284

Revert "linux6.8: disable CONFIG_BLK_DEV_WRITE_MOUNTED"
It seems there's too many issues caused by this, both with fsck at boot and mounting block device-backed FUSE filesystems (like ntfs-3g) on shared drives.

Maybe we can try it again later.

This reverts commit 11f466ae786b53697bc1aa0fcc5e5cfecf24b360.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-revert-write-mounted-50284.patch --]
[-- Type: text/x-diff, Size: 4982 bytes --]

From 021ba718b4a2997bb5b7cc2d96627a4cace022db Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Sat, 11 May 2024 21:20:52 -0400
Subject: [PATCH 1/2] Revert "linux6.8: disable CONFIG_BLK_DEV_WRITE_MOUNTED"

It seems there's too many issues caused by this, both with fsck at boot
and mounting block device-backed FUSE filesystems (like ntfs-3g) on
shared drives.

Maybe we can try it again later.

This reverts commit 11f466ae786b53697bc1aa0fcc5e5cfecf24b360.
---
 srcpkgs/linux6.8/files/arm64-dotconfig  | 2 +-
 srcpkgs/linux6.8/files/i386-dotconfig   | 2 +-
 srcpkgs/linux6.8/files/x86_64-dotconfig | 2 +-
 srcpkgs/linux6.8/template               | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/linux6.8/files/arm64-dotconfig b/srcpkgs/linux6.8/files/arm64-dotconfig
index ada0e5a9e51201..c83b61e5fcbe2f 100644
--- a/srcpkgs/linux6.8/files/arm64-dotconfig
+++ b/srcpkgs/linux6.8/files/arm64-dotconfig
@@ -927,7 +927,7 @@ CONFIG_BLK_ICQ=y
 CONFIG_BLK_DEV_BSGLIB=y
 CONFIG_BLK_DEV_INTEGRITY=y
 CONFIG_BLK_DEV_INTEGRITY_T10=y
-# CONFIG_BLK_DEV_WRITE_MOUNTED is not set
+CONFIG_BLK_DEV_WRITE_MOUNTED=y
 CONFIG_BLK_DEV_ZONED=y
 CONFIG_BLK_DEV_THROTTLING=y
 # CONFIG_BLK_DEV_THROTTLING_LOW is not set
diff --git a/srcpkgs/linux6.8/files/i386-dotconfig b/srcpkgs/linux6.8/files/i386-dotconfig
index 7fa444abe00aef..fae1c872472b8a 100644
--- a/srcpkgs/linux6.8/files/i386-dotconfig
+++ b/srcpkgs/linux6.8/files/i386-dotconfig
@@ -893,7 +893,7 @@ CONFIG_BLK_ICQ=y
 CONFIG_BLK_DEV_BSGLIB=y
 CONFIG_BLK_DEV_INTEGRITY=y
 CONFIG_BLK_DEV_INTEGRITY_T10=y
-# CONFIG_BLK_DEV_WRITE_MOUNTED is not set
+CONFIG_BLK_DEV_WRITE_MOUNTED=y
 CONFIG_BLK_DEV_ZONED=y
 CONFIG_BLK_DEV_THROTTLING=y
 # CONFIG_BLK_DEV_THROTTLING_LOW is not set
diff --git a/srcpkgs/linux6.8/files/x86_64-dotconfig b/srcpkgs/linux6.8/files/x86_64-dotconfig
index 50a17a067b8421..cf0bdb32ac9254 100644
--- a/srcpkgs/linux6.8/files/x86_64-dotconfig
+++ b/srcpkgs/linux6.8/files/x86_64-dotconfig
@@ -970,7 +970,7 @@ CONFIG_BLK_ICQ=y
 CONFIG_BLK_DEV_BSGLIB=y
 CONFIG_BLK_DEV_INTEGRITY=y
 CONFIG_BLK_DEV_INTEGRITY_T10=y
-# CONFIG_BLK_DEV_WRITE_MOUNTED is not set
+CONFIG_BLK_DEV_WRITE_MOUNTED=y
 CONFIG_BLK_DEV_ZONED=y
 CONFIG_BLK_DEV_THROTTLING=y
 # CONFIG_BLK_DEV_THROTTLING_LOW is not set
diff --git a/srcpkgs/linux6.8/template b/srcpkgs/linux6.8/template
index 6c1328da295d7c..7ee5d17b608095 100644
--- a/srcpkgs/linux6.8/template
+++ b/srcpkgs/linux6.8/template
@@ -1,7 +1,7 @@
 # Template file for 'linux6.8'
 pkgname=linux6.8
 version=6.8.9
-revision=1
+revision=2
 short_desc="Linux kernel and modules (${version%.*} series)"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="GPL-2.0-only"

From 727d963171e1fcfba020c8d8e09630064b693737 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Sat, 11 May 2024 21:39:39 -0400
Subject: [PATCH 2/2] Revert "runit-void: fix issue with fsck on mounted
 partitions"

This reverts commit 92a5a8405304a336a9d3e72d45c576d19a72da43.
This reverts commit 5b8e9b7443da0ed73437ff64e48be2f80f4b90f4.
---
 .../patches/blkdev-write-mounted.patch        | 27 -------------------
 srcpkgs/runit-void/template                   |  2 +-
 2 files changed, 1 insertion(+), 28 deletions(-)
 delete mode 100644 srcpkgs/runit-void/patches/blkdev-write-mounted.patch

diff --git a/srcpkgs/runit-void/patches/blkdev-write-mounted.patch b/srcpkgs/runit-void/patches/blkdev-write-mounted.patch
deleted file mode 100644
index 89fd44a33c3111..00000000000000
--- a/srcpkgs/runit-void/patches/blkdev-write-mounted.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 8abcbe9b4cf7eb49f6e1aacf2ee3a45dae4360ba Mon Sep 17 00:00:00 2001
-From: classabbyamp <void@placeviolette.net>
-Date: Sat, 4 May 2024 15:50:38 -0400
-Subject: [PATCH] core-services/03-filesystems.sh: ignore fsck result of 8
-
-exit code of 8 indicates "operational error", which can happen if
-CONFIG_BLK_DEV_WRITE_MOUNTED is disabled on linux>=6.8, so ignore it
-
-see also: void-linux/void-packages#50124
----
- core-services/03-filesystems.sh | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/core-services/03-filesystems.sh b/core-services/03-filesystems.sh
-index bb7eac0..546927c 100644
---- a/core-services/03-filesystems.sh
-+++ b/core-services/03-filesystems.sh
-@@ -68,7 +68,8 @@ done
- if [ -z "$FASTBOOT" ]; then
-     msg "Checking filesystems:"
-     fsck -A -T -a -t noopts=_netdev $FORCEFSCK
--    if [ $? -gt 1 ]; then
-+    ret="$?"
-+    if [ "$ret" -gt 1 ] && [ "$ret" -ne 8 ]; then
-         emergency_shell
-     fi
- fi
diff --git a/srcpkgs/runit-void/template b/srcpkgs/runit-void/template
index 9994f3235fb72c..1858738a88180f 100644
--- a/srcpkgs/runit-void/template
+++ b/srcpkgs/runit-void/template
@@ -1,7 +1,7 @@
 # Template file for 'runit-void'
 pkgname=runit-void
 version=20231124
-revision=3
+revision=4
 build_style=gnu-makefile
 short_desc="Void Linux runit scripts"
 maintainer="Enno Boland <gottox@voidlinux.org>"

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

* Re: [PR PATCH] [Updated] Revert "linux6.8: disable CONFIG_BLK_DEV_WRITE_MOUNTED"
  2024-05-12  1:25 [PR PATCH] Revert "linux6.8: disable CONFIG_BLK_DEV_WRITE_MOUNTED" classabbyamp
  2024-05-12  1:40 ` [PR PATCH] [Updated] " classabbyamp
@ 2024-05-12  1:41 ` classabbyamp
  2024-05-13  5:47 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-05-12  1:41 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages revert-write-mounted
https://github.com/void-linux/void-packages/pull/50284

Revert "linux6.8: disable CONFIG_BLK_DEV_WRITE_MOUNTED"
It seems there's too many issues caused by this, both with fsck at boot and mounting block device-backed FUSE filesystems (like ntfs-3g) on shared drives.

Maybe we can try it again later.

This reverts commit 11f466ae786b53697bc1aa0fcc5e5cfecf24b360.

also revert runit-void change for this change.

[ci skip]

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-revert-write-mounted-50284.patch --]
[-- Type: text/x-diff, Size: 4982 bytes --]

From 1ce125b8fed814c62acbf8c1faf64c6d68b69265 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Sat, 11 May 2024 21:20:52 -0400
Subject: [PATCH 1/2] Revert "linux6.8: disable CONFIG_BLK_DEV_WRITE_MOUNTED"

It seems there's too many issues caused by this, both with fsck at boot
and mounting block device-backed FUSE filesystems (like ntfs-3g) on
shared drives.

Maybe we can try it again later.

This reverts commit 11f466ae786b53697bc1aa0fcc5e5cfecf24b360.
---
 srcpkgs/linux6.8/files/arm64-dotconfig  | 2 +-
 srcpkgs/linux6.8/files/i386-dotconfig   | 2 +-
 srcpkgs/linux6.8/files/x86_64-dotconfig | 2 +-
 srcpkgs/linux6.8/template               | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/linux6.8/files/arm64-dotconfig b/srcpkgs/linux6.8/files/arm64-dotconfig
index ada0e5a9e51201..c83b61e5fcbe2f 100644
--- a/srcpkgs/linux6.8/files/arm64-dotconfig
+++ b/srcpkgs/linux6.8/files/arm64-dotconfig
@@ -927,7 +927,7 @@ CONFIG_BLK_ICQ=y
 CONFIG_BLK_DEV_BSGLIB=y
 CONFIG_BLK_DEV_INTEGRITY=y
 CONFIG_BLK_DEV_INTEGRITY_T10=y
-# CONFIG_BLK_DEV_WRITE_MOUNTED is not set
+CONFIG_BLK_DEV_WRITE_MOUNTED=y
 CONFIG_BLK_DEV_ZONED=y
 CONFIG_BLK_DEV_THROTTLING=y
 # CONFIG_BLK_DEV_THROTTLING_LOW is not set
diff --git a/srcpkgs/linux6.8/files/i386-dotconfig b/srcpkgs/linux6.8/files/i386-dotconfig
index 7fa444abe00aef..fae1c872472b8a 100644
--- a/srcpkgs/linux6.8/files/i386-dotconfig
+++ b/srcpkgs/linux6.8/files/i386-dotconfig
@@ -893,7 +893,7 @@ CONFIG_BLK_ICQ=y
 CONFIG_BLK_DEV_BSGLIB=y
 CONFIG_BLK_DEV_INTEGRITY=y
 CONFIG_BLK_DEV_INTEGRITY_T10=y
-# CONFIG_BLK_DEV_WRITE_MOUNTED is not set
+CONFIG_BLK_DEV_WRITE_MOUNTED=y
 CONFIG_BLK_DEV_ZONED=y
 CONFIG_BLK_DEV_THROTTLING=y
 # CONFIG_BLK_DEV_THROTTLING_LOW is not set
diff --git a/srcpkgs/linux6.8/files/x86_64-dotconfig b/srcpkgs/linux6.8/files/x86_64-dotconfig
index 50a17a067b8421..cf0bdb32ac9254 100644
--- a/srcpkgs/linux6.8/files/x86_64-dotconfig
+++ b/srcpkgs/linux6.8/files/x86_64-dotconfig
@@ -970,7 +970,7 @@ CONFIG_BLK_ICQ=y
 CONFIG_BLK_DEV_BSGLIB=y
 CONFIG_BLK_DEV_INTEGRITY=y
 CONFIG_BLK_DEV_INTEGRITY_T10=y
-# CONFIG_BLK_DEV_WRITE_MOUNTED is not set
+CONFIG_BLK_DEV_WRITE_MOUNTED=y
 CONFIG_BLK_DEV_ZONED=y
 CONFIG_BLK_DEV_THROTTLING=y
 # CONFIG_BLK_DEV_THROTTLING_LOW is not set
diff --git a/srcpkgs/linux6.8/template b/srcpkgs/linux6.8/template
index 6c1328da295d7c..7ee5d17b608095 100644
--- a/srcpkgs/linux6.8/template
+++ b/srcpkgs/linux6.8/template
@@ -1,7 +1,7 @@
 # Template file for 'linux6.8'
 pkgname=linux6.8
 version=6.8.9
-revision=1
+revision=2
 short_desc="Linux kernel and modules (${version%.*} series)"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="GPL-2.0-only"

From 80d3b1c9a5e3c18c6d1d81840f2f20101fe6b8c0 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Sat, 11 May 2024 21:39:39 -0400
Subject: [PATCH 2/2] Revert "runit-void: fix issue with fsck on mounted
 partitions"

This reverts commit 92a5a8405304a336a9d3e72d45c576d19a72da43.
This reverts commit 5b8e9b7443da0ed73437ff64e48be2f80f4b90f4.
---
 .../patches/blkdev-write-mounted.patch        | 27 -------------------
 srcpkgs/runit-void/template                   |  2 +-
 2 files changed, 1 insertion(+), 28 deletions(-)
 delete mode 100644 srcpkgs/runit-void/patches/blkdev-write-mounted.patch

diff --git a/srcpkgs/runit-void/patches/blkdev-write-mounted.patch b/srcpkgs/runit-void/patches/blkdev-write-mounted.patch
deleted file mode 100644
index 89fd44a33c3111..00000000000000
--- a/srcpkgs/runit-void/patches/blkdev-write-mounted.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 8abcbe9b4cf7eb49f6e1aacf2ee3a45dae4360ba Mon Sep 17 00:00:00 2001
-From: classabbyamp <void@placeviolette.net>
-Date: Sat, 4 May 2024 15:50:38 -0400
-Subject: [PATCH] core-services/03-filesystems.sh: ignore fsck result of 8
-
-exit code of 8 indicates "operational error", which can happen if
-CONFIG_BLK_DEV_WRITE_MOUNTED is disabled on linux>=6.8, so ignore it
-
-see also: void-linux/void-packages#50124
----
- core-services/03-filesystems.sh | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/core-services/03-filesystems.sh b/core-services/03-filesystems.sh
-index bb7eac0..546927c 100644
---- a/core-services/03-filesystems.sh
-+++ b/core-services/03-filesystems.sh
-@@ -68,7 +68,8 @@ done
- if [ -z "$FASTBOOT" ]; then
-     msg "Checking filesystems:"
-     fsck -A -T -a -t noopts=_netdev $FORCEFSCK
--    if [ $? -gt 1 ]; then
-+    ret="$?"
-+    if [ "$ret" -gt 1 ] && [ "$ret" -ne 8 ]; then
-         emergency_shell
-     fi
- fi
diff --git a/srcpkgs/runit-void/template b/srcpkgs/runit-void/template
index 9994f3235fb72c..1858738a88180f 100644
--- a/srcpkgs/runit-void/template
+++ b/srcpkgs/runit-void/template
@@ -1,7 +1,7 @@
 # Template file for 'runit-void'
 pkgname=runit-void
 version=20231124
-revision=3
+revision=4
 build_style=gnu-makefile
 short_desc="Void Linux runit scripts"
 maintainer="Enno Boland <gottox@voidlinux.org>"

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

* Re: [PR PATCH] [Merged]: Revert "linux6.8: disable CONFIG_BLK_DEV_WRITE_MOUNTED"
  2024-05-12  1:25 [PR PATCH] Revert "linux6.8: disable CONFIG_BLK_DEV_WRITE_MOUNTED" classabbyamp
  2024-05-12  1:40 ` [PR PATCH] [Updated] " classabbyamp
  2024-05-12  1:41 ` classabbyamp
@ 2024-05-13  5:47 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-05-13  5:47 UTC (permalink / raw)
  To: ml

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

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

Revert "linux6.8: disable CONFIG_BLK_DEV_WRITE_MOUNTED"
https://github.com/void-linux/void-packages/pull/50284

Description:
It seems there's too many issues caused by this, both with fsck at boot and mounting block device-backed FUSE filesystems (like ntfs-3g) on shared drives.

Maybe we can try it again later.

This reverts commit 11f466ae786b53697bc1aa0fcc5e5cfecf24b360.

also revert runit-void change for this change.

[ci skip]

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

end of thread, other threads:[~2024-05-13  5:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-12  1:25 [PR PATCH] Revert "linux6.8: disable CONFIG_BLK_DEV_WRITE_MOUNTED" classabbyamp
2024-05-12  1:40 ` [PR PATCH] [Updated] " classabbyamp
2024-05-12  1:41 ` classabbyamp
2024-05-13  5:47 ` [PR PATCH] [Merged]: " classabbyamp

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