diff mbox series

Include erofs in linux-modules instead of linux-modules-extra

Message ID 20240222131107.3747193-1-daan.j.demeyer@gmail.com
State New
Headers show
Series Include erofs in linux-modules instead of linux-modules-extra | expand

Commit Message

Daan De Meyer Feb. 22, 2024, 1:10 p.m. UTC
erofs is starting to see more use as a modern alternative to squashfs.
Since squashfs is already included in linux-modules, let's include erofs
in linux-modules as well so that it can be used as a filesystem in virtual
machines with just linux-virtual installed.
---
 debian.master/control.d/generic.inclusion-list | 1 +
 1 file changed, 1 insertion(+)

Comments

Roxana Nicolescu Feb. 23, 2024, 10:32 a.m. UTC | #1
On 22/02/2024 14:10, Daan De Meyer wrote:
> erofs is starting to see more use as a modern alternative to squashfs.
> Since squashfs is already included in linux-modules, let's include erofs
> in linux-modules as well so that it can be used as a filesystem in virtual
> machines with just linux-virtual installed.
> ---
>   debian.master/control.d/generic.inclusion-list | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/debian.master/control.d/generic.inclusion-list b/debian.master/control.d/generic.inclusion-list
> index 9b9bd7c35ae0..4d9c88438148 100644
> --- a/debian.master/control.d/generic.inclusion-list
> +++ b/debian.master/control.d/generic.inclusion-list
> @@ -231,6 +231,7 @@ fs/configfs/*
>   fs/dlm/dlm.ko
>   fs/ecryptfs/*
>   fs/efivarfs/*
> +fs/erofs/*
>   fs/exofs/libore.ko
>   fs/ext4/*
>   fs/fat/*
You need a buglink, a cover letter, series that you want to address.
Check this out https://wiki.ubuntu.com/Kernel/Dev/StablePatchFormat.
diff mbox series

Patch

diff --git a/debian.master/control.d/generic.inclusion-list b/debian.master/control.d/generic.inclusion-list
index 9b9bd7c35ae0..4d9c88438148 100644
--- a/debian.master/control.d/generic.inclusion-list
+++ b/debian.master/control.d/generic.inclusion-list
@@ -231,6 +231,7 @@  fs/configfs/*
 fs/dlm/dlm.ko
 fs/ecryptfs/*
 fs/efivarfs/*
+fs/erofs/*
 fs/exofs/libore.ko
 fs/ext4/*
 fs/fat/*