XPost: linux.debian.bugs.dist
From: carnil@debian.org
Hi,
On Mon, Sep 08, 2025 at 08:43:07PM +0000, attilio giuseppe carolillo wrote:
>
> ________________________________
> Da: attilio giuseppe carolillo
> Inviato: luned€ 8 settembre 2025 20:58
> A: Salvatore Bonaccorso
> Oggetto: R: R: Bug#1110703:
>
> Hi,
>
> It is not simple, as root i launched, in the src foder of the kernel:
>
> ~/linux-6.16.3/debian/bin/test-patches ../home/attila/0001-pl
tform-x86-asus-wmi-Fix-racy-registrations.patch
>
> The output with error is:
[...]
Oh well we have a broken test-patches script (after we dropped the RT
featureset). Please change the following before starting building:
diff --git a/debian/bin/test-patches b/debian/bin/test-patches
index a395ca59f508..0a325617d632 100755
--- a/debian/bin/test-patches
+++ b/debian/bin/test-patches
@@ -106,7 +106,7 @@ mkdir $patchdir/test
# Prepare a new directory for the config; override ABI name, featuresets,
flavours
rm -rf debian/config.local
mkdir debian/config.local debian/config.local/"$arch"
-for other_fs in none rt; do
+for other_fs in none; do
if [ "$other_fs" != "$featureset" ]; then
cat >debian/config.local/defines.toml < |