All of lore.kernel.org
 help / color / mirror / Atom feed
From: Roman Gushchin <roman.gushchin@linux.dev>
To: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: Alan Maguire <alan.maguire@oracle.com>,
	sashiko@lists.linux.dev, dwarves@vger.kernel.org
Subject: Re: Sashiko reviews for pahole: missing custom_remotes
Date: Mon, 22 Jun 2026 12:18:10 -0700	[thread overview]
Message-ID: <02DBCD93-1189-4EFE-875D-25B22EF1657A@linux.dev> (raw)
In-Reply-To: <ajWY48GyZXw0aMDx@x1>

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 <acme@kernel.org> wrote:
> 
> Hi Roman,
> 
>    The dwarves@vger.kernel.org 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"

  reply	other threads:[~2026-06-22 19:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-19 19:30 Sashiko reviews for pahole: missing custom_remotes Arnaldo Carvalho de Melo
2026-06-22 19:18 ` Roman Gushchin [this message]
2026-06-22 20:16   ` Arnaldo Carvalho de Melo
2026-06-22 20:30     ` Arnaldo Carvalho de Melo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=02DBCD93-1189-4EFE-875D-25B22EF1657A@linux.dev \
    --to=roman.gushchin@linux.dev \
    --cc=acme@kernel.org \
    --cc=alan.maguire@oracle.com \
    --cc=dwarves@vger.kernel.org \
    --cc=sashiko@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.