From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-177.mta1.migadu.com (out-177.mta1.migadu.com [95.215.58.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 81E6E283FE6 for ; Mon, 22 Jun 2026 19:18:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.177 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782155907; cv=none; b=e3UG5qVtY3hL2e70oexILPd67UW/iDsgnPd8iB7amsfYxI89A8mzh6SQrIv2+Y5qi67NcRkLmSb92K9aUcCjx8vHg3Eqm7vq21JfSpRkaWQLEtKjrN7Kn6QhUqQ9Nf8whlpzwHiIdDetNL3AZFej2eSzYkiGAoxKJxBaJ+gmMOc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782155907; c=relaxed/simple; bh=QgsrGsw0tZ/j+IZn0h6YHP6qQ8IjufSFPGfGAXynawI=; h=Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Cc: Message-Id:References:To; b=fOnuvzRvlhOVP54zStHR7GUria8qw2CaYMi6CcgIHc9gXsDC1hL83zeMctJNYC3Zk00MgBdvlH5DlGhPx0X4S/cVcwZMkcAklRCcncWOZnydH+xVWD6V+EIqA5hYezTiPeKl8CGY0BBOjqaMaB55BIcAS+bvF/Ys+j5UezYZFhw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=L7M1eC/t; arc=none smtp.client-ip=95.215.58.177 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="L7M1eC/t" Content-Type: text/plain; charset=utf-8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1782155903; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=gPNPMT9TSJEhy6qZReod/8w0NCSasDc9ygJVdzBjhcA=; b=L7M1eC/tQhsfkogbAfWbxHh4n6i7io1qusLL9I7Ds6F72VisiEwJtvxSDFLwm4wJGGwjhG cFY800yincQMboiqo4kf2/e01lYpBMlpJ1+xb+pYnakYWWk+/oDKJy0FMVaJJVv8kf+H1S KjhkVegjek4iJtWt0cdUZWKRulZgMb4= Content-Transfer-Encoding: quoted-printable Precedence: bulk X-Mailing-List: sashiko@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 (1.0) Subject: Re: Sashiko reviews for pahole: missing custom_remotes X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Roman Gushchin In-Reply-To: Date: Mon, 22 Jun 2026 12:18:10 -0700 Cc: Alan Maguire , sashiko@lists.linux.dev, dwarves@vger.kernel.org Message-Id: <02DBCD93-1189-4EFE-875D-25B22EF1657A@linux.dev> References: To: Arnaldo Carvalho de Melo X-Migadu-Flow: FLOW_OUT 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 wrote: >=20 > =EF=BB=BFHi Roman, >=20 > The dwarves@vger.kernel.org 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"