From c555c310aecd8bafd4a969cb6d44605b7352693d Mon Sep 17 00:00:00 2001 From: Sultan Alsawaf Date: Wed, 19 Nov 2025 00:38:37 -0800 Subject: [PATCH] github actions: Update interdiff for fuzzy diffing fixes -Fixed relocation failure observed on [1] -Fixed spurious (and massive) added or deleted code blocks appearing in the output for rejected hunks, encountered with [1] -Fixed N value passed to --fuzzy not getting honored correctly, causing more fuzzing to occur than desired -Fixed too few context lines in the output which hurt readability; now there are more context lines in the output [1] https://github.com/ctrliq/kernel-src-tree/pull/668 --- .github/workflows/validate-kernel-commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-kernel-commits.yml b/.github/workflows/validate-kernel-commits.yml index c1ec938f3422e..a38c52777424c 100644 --- a/.github/workflows/validate-kernel-commits.yml +++ b/.github/workflows/validate-kernel-commits.yml @@ -94,7 +94,7 @@ jobs: - name: Clone and build custom patchutils run: | - git clone https://github.com/kerneltoast/patchutils.git --depth=1 --revision=170ca21ebc1c53c64f84f0daa06353e6163aab0b + git clone https://github.com/kerneltoast/patchutils.git --depth=1 --revision=01efe36a942fa82ae0fde188d68aaf2294685f7a cd patchutils ./bootstrap ./configure