Re: Sashiko reviews for pahole: missing custom_remotes

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

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

Thanks

> On Jun 19, 2026, at 12:30=E2=80=AFPM, Arnaldo Carvalho de Melo <acme@kerne=
l.org> wrote:
>=20
> =EF=BB=BFHi Roman,
>=20
>    The [email protected] mailing list is being tracked:
>=20
> https://sashiko.dev/#/?list=3Dorg.kernel.vger.dwarves
>=20
>    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?
>=20
> Thanks,
>=20
> - Arnaldo
>=20
> diff --git a/Settings.toml b/Settings.toml
> index 61978b51f89a0d86..666b4e8f1b7a76f3 100644
> --- a/Settings.toml
> +++ b/Settings.toml
> @@ -5,7 +5,7 @@ url =3D "sashiko.db"
> token =3D ""
>=20
> [mailing_lists]
> -track =3D ["linux-kernel"]
> +track =3D ["linux-kernel", "dwarves"]
>=20
> [nntp]
> server =3D "nntp.lore.kernel.org"
> @@ -104,6 +104,12 @@ port =3D 8080
> repository_path =3D "third_party/linux"
>=20
> # Track custom remotes and attempt to apply patches on their branches
> +[[git.custom_remotes]]
> +name =3D "pahole"
> +url =3D "git://git.kernel.org/pub/scm/devel/pahole/pahole.git"
> +check_all_branches =3D false
> +only_branches =3D ["next", "master"]
> +
> # [[git.custom_remotes]]
> # name =3D "remote-name"
> # url =3D "git://my-custom.com/remote"