Sashiko reviews for pahole: missing custom_remotes
Arnaldo Carvalho de Melo <[email protected]> Fri, 19 Jun 2026 16:30:43 -0300
| Newsgroups | dev.linux.lists.sashiko,org.kernel.vger.dwarves |
|---|---|
| Message-ID | <ajWY48GyZXw0aMDx@x1> |
Hi Roman, The [email protected] mailing list is being tracked: https://sashiko.dev/#/?list=org.kernel.vger.dwarves But all the patches for pahole are failing to apply, I think we need to have the second hunk applied, the first should be there as it is being tracked, can you please take a look and fix this? Thanks, - Arnaldo diff --git a/Settings.toml b/Settings.toml index 61978b51f89a0d86..666b4e8f1b7a76f3 100644 --- a/Settings.toml +++ b/Settings.toml @@ -5,7 +5,7 @@ url = "sashiko.db" token = "" [mailing_lists] -track = ["linux-kernel"] +track = ["linux-kernel", "dwarves"] [nntp] server = "nntp.lore.kernel.org" @@ -104,6 +104,12 @@ port = 8080 repository_path = "third_party/linux" # Track custom remotes and attempt to apply patches on their branches +[[git.custom_remotes]] +name = "pahole" +url = "git://git.kernel.org/pub/scm/devel/pahole/pahole.git" +check_all_branches = false +only_branches = ["next", "master"] + # [[git.custom_remotes]] # name = "remote-name" # url = "git://my-custom.com/remote"