Re: Sashiko reviews for pahole: missing custom_remotes

Roman Gushchin <[email protected]> Mon, 22 Jun 2026 12:18:10 -0700
Newsgroups org.kernel.vger.dwarves,dev.linux.lists.sashiko
Message-ID <[email protected]>
Hi Arnaldo,

Sashiko is not really officially supporting a non-kernel code yet. It might work occasionally,
but I can’t guarantee anything and results might be pathetic.
We might explore adding support for more project going forward, but we’re not there yet.

Thanks

> On Jun 19, 2026, at 12:30 PM, Arnaldo Carvalho de Melo <[email protected]> wrote:
> 
> 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"