From patchwork Thu Feb 22 13:10:55 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daan De Meyer X-Patchwork-Id: 1902847 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.ubuntu.com (client-ip=185.125.189.65; helo=lists.ubuntu.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=patchwork.ozlabs.org) Received: from lists.ubuntu.com (lists.ubuntu.com [185.125.189.65]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4Tgdkc1GcTz23hY for ; Fri, 23 Feb 2024 03:24:07 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=lists.ubuntu.com) by lists.ubuntu.com with esmtp (Exim 4.86_2) (envelope-from ) id 1rdBrX-000442-7K; Thu, 22 Feb 2024 16:23:55 +0000 Received: from mail-ej1-f43.google.com ([209.85.218.43]) by lists.ubuntu.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1rd8rG-0003B0-5t for kernel-team@lists.ubuntu.com; Thu, 22 Feb 2024 13:11:26 +0000 Received: by mail-ej1-f43.google.com with SMTP id a640c23a62f3a-a36126ee41eso1034652766b.2 for ; Thu, 22 Feb 2024 05:11:26 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1708607485; x=1709212285; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=J/uNxOjd11sQiqKIZu0dx71MWbVeYNkPCqbqeKpxZQg=; b=si9kiV0cLhGFxZZNboNiKQuWvBaZT2TAqBGcgu2gRiq3uiuRdZrUcbrX/zTqLeGJD0 UAPWZ6NLijJdxoQcu4Q3hLNKKExwq+xGZQ0RFtdarrFnyFZb0mzCKELNcFerBa4KHH1x 89gq5rRMn/W+I+B1PfacYVlPEZR9pe5Ty/jtfhJmE4j5UmcYuLSo1OTHlywuy5ZvyoKT FVAETq1hG6dbZpQDhuLz9Wts9vrh6IOZRGoD1Z20QtkLfACTVyupN3lxp8HOV4IX/uWC EaFYNuK2BFDweYBlR++GRhKDxurAsQrOWCKiWSr/g6fArjnmCOo2/GMzM35s3N5ZRGRY XLCA== X-Gm-Message-State: AOJu0YxXG3ytN/Pyq9u9thZZDvHVObkKdjq3E6Z4/1Xp8/pOYFT2sPw0 FSyYF6VDLEkPv5GpLi5/zkM4ZkNjrIXWh6vWbUVNpLwyZ1529gMwfWkJH2jw X-Google-Smtp-Source: AGHT+IG7uFFV5aiTGbhsc9NqS8/yz/8JvHrO53qklKyyeCJMdpSCkDrNywpqpOALE9zAWZK4vRfxWg== X-Received: by 2002:a17:906:f343:b0:a3d:643f:1cd4 with SMTP id hg3-20020a170906f34300b00a3d643f1cd4mr14768907ejb.48.1708607484765; Thu, 22 Feb 2024 05:11:24 -0800 (PST) Received: from localhost.localdomain ([2a02:a03f:864b:8201:e534:34f4:1c34:8de7]) by smtp.googlemail.com with ESMTPSA id mp16-20020a1709071b1000b00a3ce8093f6esm6027258ejc.179.2024.02.22.05.11.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 22 Feb 2024 05:11:24 -0800 (PST) From: Daan De Meyer To: kernel-team@lists.ubuntu.com Subject: [PATCH] Include erofs in linux-modules instead of linux-modules-extra Date: Thu, 22 Feb 2024 14:10:55 +0100 Message-ID: <20240222131107.3747193-1-daan.j.demeyer@gmail.com> X-Mailer: git-send-email 2.43.2 MIME-Version: 1.0 Received-SPF: pass client-ip=209.85.218.43; envelope-from=daan.j.demeyer@gmail.com; helo=mail-ej1-f43.google.com X-Mailman-Approved-At: Thu, 22 Feb 2024 16:23:52 +0000 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Daan De Meyer Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" 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/*