devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kumari Pallavi <kumari.pallavi@oss.qualcomm.com>
To: Jingyi Wang <jingyi.wang@oss.qualcomm.com>,
	Alexey Klimov <alexey.klimov@linaro.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konradybcio@kernel.org>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, aiqun.yu@oss.qualcomm.com,
	tingwei.zhang@oss.qualcomm.com, trilok.soni@oss.qualcomm.com,
	yijie.yang@oss.qualcomm.com
Subject: Re: [PATCH 07/20] arm64: dts: qcom: kaanapali: Add remoteprocs for Kaanapali SoC
Date: Tue, 4 Nov 2025 15:31:21 +0530	[thread overview]
Message-ID: <d20b8fac-9676-41e8-a32d-006af74f4c44@oss.qualcomm.com> (raw)
In-Reply-To: <bace46c5-e912-4003-812b-c654673be43e@oss.qualcomm.com>



On 11/4/2025 2:29 PM, Jingyi Wang wrote:
> 
> 
> On 10/1/2025 1:24 AM, Alexey Klimov wrote:
>> On Thu Sep 25, 2025 at 1:17 AM BST, Jingyi Wang wrote:
>>> Add remoteproc PAS loader for ADSP, CDSP, MPSS and SoCCP with
>>> its SMP2P and fastrpc nodes.
>>>
>>> Written with help from Kumari Pallavi(added fastrpc).
>>
>> Co-developed-by tag then maybe?
>>
>> Also I don't see this name in email addresses.
>>
> 
> Hi Alexey,
> 
> We got review comments to merge dt changes in one patch, we are still discussing on
> how to organize next version, I think we can add the Co-developed-by tag if remoteproc
> is sent as a single patch in next version, "Written with" description will be used
> to avoid SOB chain too long.
> 
> Thanks,
> Jingyi
> 
>>> Signed-off-by: Jingyi Wang <jingyi.wang@oss.qualcomm.com>
>>> ---
>>>   arch/arm64/boot/dts/qcom/kaanapali.dtsi | 484 ++++++++++++++++++++++++++++++++
>>>   1 file changed, 484 insertions(+)
>>>
>>> diff --git a/arch/arm64/boot/dts/qcom/kaanapali.dtsi b/arch/arm64/boot/dts/qcom/kaanapali.dtsi
>>> index 08ab267bf9a7..c3b38fd851c5 100644
>>> --- a/arch/arm64/boot/dts/qcom/kaanapali.dtsi
>>> +++ b/arch/arm64/boot/dts/qcom/kaanapali.dtsi
>>> @@ -438,6 +438,121 @@ rmtfs_mem: rmtfs@d7c00000 {
>>>   		};
>>>   	};
>>
>> [...]
>>
>>> +		remoteproc_adsp: remoteproc@6800000 {
>>> +			compatible = "qcom,kaanapali-adsp-pas", "qcom,sm8550-adsp-pas";
>>> +			reg = <0x0 0x06800000 0x0 0x10000>;
>>> +
>>> +			interrupts-extended = <&pdc 6 IRQ_TYPE_EDGE_RISING>,
>>> +					      <&smp2p_adsp_in 0 IRQ_TYPE_EDGE_RISING>,
>>> +					      <&smp2p_adsp_in 1 IRQ_TYPE_EDGE_RISING>,
>>> +					      <&smp2p_adsp_in 2 IRQ_TYPE_EDGE_RISING>,
>>> +					      <&smp2p_adsp_in 3 IRQ_TYPE_EDGE_RISING>,
>>> +					      <&smp2p_adsp_in 7 IRQ_TYPE_EDGE_RISING>;
>>> +			interrupt-names = "wdog",
>>> +					  "fatal",
>>> +					  "ready",
>>> +					  "handover",
>>> +					  "stop-ack",
>>> +					  "shutdown-ack";
>>> +
>>> +			clocks = <&rpmhcc RPMH_CXO_CLK>;
>>> +			clock-names = "xo";
>>> +
>>> +			interconnects = <&lpass_lpicx_noc MASTER_LPASS_PROC QCOM_ICC_TAG_ALWAYS
>>> +					 &mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>;
>>> +
>>> +			power-domains = <&rpmhpd RPMHPD_LCX>,
>>> +					<&rpmhpd RPMHPD_LMX>;
>>> +			power-domain-names = "lcx",
>>> +					     "lmx";
>>> +
>>> +			memory-region = <&adspslpi_mem>, <&q6_adsp_dtb_mem>;
>>> +
>>> +			qcom,qmp = <&aoss_qmp>;
>>> +
>>> +			qcom,smem-states = <&smp2p_adsp_out 0>;
>>> +			qcom,smem-state-names = "stop";
>>> +
>>> +			status = "disabled";
>>> +
>>> +			remoteproc_adsp_glink: glink-edge {
>>> +				interrupts-extended = <&ipcc IPCC_MPROC_LPASS
>>> +							     IPCC_MPROC_SIGNAL_GLINK_QMP
>>> +							     IRQ_TYPE_EDGE_RISING>;
>>> +
>>> +				mboxes = <&ipcc IPCC_MPROC_LPASS
>>> +						IPCC_MPROC_SIGNAL_GLINK_QMP>;
>>> +
>>> +				qcom,remote-pid = <2>;
>>> +
>>> +				label = "lpass";
>>> +
>>> +				fastrpc {
>>> +					compatible = "qcom,fastrpc";
>>> +					qcom,glink-channels = "fastrpcglink-apps-dsp";
>>> +					label = "adsp";
>>> +					#address-cells = <1>;
>>> +					#size-cells = <0>;
>>> +
>>> +					compute-cb@3 {
>>> +						compatible = "qcom,fastrpc-compute-cb";
>>> +						reg = <3>;
>>> +
>>> +						iommus = <&apps_smmu 0x1003 0x80>,
>>> +							 <&apps_smmu 0x1043 0x20>;
>>> +						dma-coherent;
>>> +					};
>>> +
>>> +					compute-cb@4 {
>>> +						compatible = "qcom,fastrpc-compute-cb";
>>> +						reg = <4>;
>>> +
>>> +						iommus = <&apps_smmu 0x1004 0x80>,
>>> +							 <&apps_smmu 0x1044 0x20>;
>>> +						dma-coherent;
>>> +					};
>>> +
>>> +					compute-cb@5 {
>>> +						compatible = "qcom,fastrpc-compute-cb";
>>> +						reg = <5>;
>>> +
>>> +						iommus = <&apps_smmu 0x1005 0x80>,
>>> +							 <&apps_smmu 0x1045 0x20>;
>>> +						dma-coherent;
>>> +					};
>>> +
>>> +					compute-cb@6 {
>>> +						compatible = "qcom,fastrpc-compute-cb";
>>> +						reg = <6>;
>>> +
>>> +						iommus = <&apps_smmu 0x1006 0x80>,
>>> +							 <&apps_smmu 0x1046 0x20>;
>>> +						dma-coherent;
>>> +					};
>>> +
>>> +					compute-cb@7 {
>>> +						compatible = "qcom,fastrpc-compute-cb";
>>> +						reg = <7>;
>>> +
>>> +						iommus = <&apps_smmu 0x1007 0x40>,
>>> +							 <&apps_smmu 0x1067 0x0>,
>>> +							 <&apps_smmu 0x1087 0x0>;
>>> +						dma-coherent;
>>> +					};
>>> +				};
>>> +			};
>>> +		};
>>
>> Fastrpc nodes here. Was this tested? If yes, then how?
>> Or was it just copied from somewhere from downstream?
>>
>> The same questions basically go for cdsp fastrpc too.
>>
> 
> +Kumari, could you please comment on this?
> 

I verified the CDSP and ADSP nodes by running the tests available at 
https://github.com/qualcomm/fastrpc/tree/development/test. Upon 
successful execution, the message "All tests completed successfully" is 
displayed.

>>
>> [..]
>>
>>> +				label = "cdsp";
>>> +
>>> +				fastrpc {
>>> +					compatible = "qcom,fastrpc";
>>> +					qcom,glink-channels = "fastrpcglink-apps-dsp";
>>> +					label = "cdsp";
>>> +					#address-cells = <1>;
>>> +					#size-cells = <0>;
>>> +
>>> +					compute-cb@1 {
>>> +						compatible = "qcom,fastrpc-compute-cb";
>>> +						reg = <1>;
>>> +						iommus = <&apps_smmu 0x19c1 0x0>,
>>> +							 <&apps_smmu 0x1961 0x0>,
>>> +							 <&apps_smmu 0x0c21 0x0>,
>>> +							 <&apps_smmu 0x0c01 0x40>;
>>> +						dma-coherent;
>>> +					};
>>> +
>>> +					compute-cb@2 {
>>> +						compatible = "qcom,fastrpc-compute-cb";
>>> +						reg = <2>;
>>> +						iommus = <&apps_smmu 0x1962 0x0>,
>>> +							 <&apps_smmu 0x0c02 0x20>,
>>> +							 <&apps_smmu 0x0c42 0x0>,
>>> +							 <&apps_smmu 0x19c2 0x0>;
>>> +						dma-coherent;
>>> +					};
>>> +
>>> +					compute-cb@3 {
>>> +						compatible = "qcom,fastrpc-compute-cb";
>>> +						reg = <3>;
>>> +						iommus = <&apps_smmu 0x1963 0x0>,
>>> +							 <&apps_smmu 0x0c23 0x0>,
>>> +							 <&apps_smmu 0x0c03 0x40>,
>>> +							 <&apps_smmu 0x19c3 0x0>;
>>> +						dma-coherent;
>>> +					};
>>> +
>>> +					compute-cb@4 {
>>> +						compatible = "qcom,fastrpc-compute-cb";
>>> +						reg = <4>;
>>> +						iommus = <&apps_smmu 0x1964 0x0>,
>>> +							 <&apps_smmu 0x0c44 0x0>,
>>> +							 <&apps_smmu 0x0c04 0x20>,
>>> +							 <&apps_smmu 0x19c4 0x0>;
>>> +						dma-coherent;
>>> +					};
>>> +
>>> +					compute-cb@5 {
>>> +						compatible = "qcom,fastrpc-compute-cb";
>>> +						reg = <5>;
>>> +						iommus = <&apps_smmu 0x1965 0x0>,
>>> +							 <&apps_smmu 0x0c45 0x0>,
>>> +							 <&apps_smmu 0x0c05 0x20>,
>>> +							 <&apps_smmu 0x19c5 0x0>;
>>> +						dma-coherent;
>>> +					};
>>> +
>>> +					compute-cb@6 {
>>> +						compatible = "qcom,fastrpc-compute-cb";
>>> +						reg = <6>;
>>> +						iommus = <&apps_smmu 0x1966 0x0>,
>>> +							 <&apps_smmu 0x0c06 0x20>,
>>> +							 <&apps_smmu 0x0c46 0x0>,
>>> +							 <&apps_smmu 0x19c6 0x0>;
>>> +						dma-coherent;
>>> +					};
>>> +
>>> +					compute-cb@7 {
>>> +						compatible = "qcom,fastrpc-compute-cb";
>>> +						reg = <7>;
>>> +						iommus = <&apps_smmu 0x1967 0x0>,
>>> +							 <&apps_smmu 0x0c27 0x0>,
>>> +							 <&apps_smmu 0x0c07 0x40>,
>>> +							 <&apps_smmu 0x19c7 0x0>;
>>> +						dma-coherent;
>>> +					};
>>> +
>>> +					compute-cb@8 {
>>> +						compatible = "qcom,fastrpc-compute-cb";
>>> +						reg = <8>;
>>> +						iommus = <&apps_smmu 0x1968 0x0>,
>>> +							 <&apps_smmu 0x0c08 0x20>,
>>> +							 <&apps_smmu 0x0c48 0x0>,
>>> +							 <&apps_smmu 0x19c8 0x0>;
>>> +						dma-coherent;
>>> +					};
>>> +
>>> +					/* note: secure cb9 in downstream */
>>> +
>>> +					compute-cb@12 {
>>> +						compatible = "qcom,fastrpc-compute-cb";
>>> +						reg = <12>;
>>> +						iommus = <&apps_smmu 0x196c 0x0>,
>>> +							 <&apps_smmu 0x0c2c 0x00>,
>>> +							 <&apps_smmu 0x0c0c 0x40>,
>>> +							 <&apps_smmu 0x19cc 0x0>;
>>> +						dma-coherent;
>>> +					};
>>> +
>>> +					compute-cb@13 {
>>> +						compatible = "qcom,fastrpc-compute-cb";
>>> +						reg = <13>;
>>> +						iommus = <&apps_smmu 0x196d 0x0>,
>>> +							 <&apps_smmu 0x0c0d 0x40>,
>>> +							 <&apps_smmu 0x0c2e 0x0>,
>>> +							 <&apps_smmu 0x0c2d 0x0>,
>>> +							 <&apps_smmu 0x19cd 0x0>;
>>> +						dma-coherent;
>>> +					};
>>> +				};
>>> +			};
>>> +		};
>>> +
>>
>> Best regards,
>> Alexey
>>
> 

Thanks,
Pallavi


  reply	other threads:[~2025-11-04 10:01 UTC|newest]

Thread overview: 135+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-25  0:17 [PATCH 00/20] arm64: dts: qcom: Introduce Kaanapali platform device tree Jingyi Wang
2025-09-25  0:17 ` [PATCH 01/20] dt-bindings: arm: qcom: Document Kaanapali SoC and its reference boards Jingyi Wang
2025-10-06  9:54   ` Krzysztof Kozlowski
2025-10-06 10:24     ` Krzysztof Kozlowski
2025-10-14  5:13       ` Jingyi Wang
2025-09-25  0:17 ` [PATCH 02/20] arm64: dts: qcom: Introduce Kaanapali SoC Jingyi Wang
2025-09-25  3:22   ` Dmitry Baryshkov
2025-10-14 16:43     ` Taniya Das
2025-10-14 11:46   ` Akhil P Oommen
2025-11-04  9:04     ` Jingyi Wang
2025-11-04 12:54       ` Konrad Dybcio
2025-11-05  7:30         ` Jingyi Wang
2025-11-05 10:13           ` Konrad Dybcio
2025-11-20  6:53   ` Komal Bajaj
2025-11-20  7:22     ` Jingyi Wang
2025-09-25  0:17 ` [PATCH 03/20] arm64: dts: qcom: kaanapali: Add base MTP board Jingyi Wang
2025-09-25  3:18   ` Dmitry Baryshkov
2025-09-25  7:17     ` Aiqun(Maria) Yu
2025-09-25  9:44   ` Konrad Dybcio
2025-09-25  0:17 ` [PATCH 04/20] arm64: dts: qcom: kaanapali: Add support for PCIe0 on Kaanapali Jingyi Wang
2025-09-25 10:56   ` Konrad Dybcio
2025-10-06 14:23   ` Krzysztof Kozlowski
2025-10-07  1:24     ` Dmitry Baryshkov
2025-10-07  1:46       ` Krzysztof Kozlowski
2025-10-08 19:04         ` Dmitry Baryshkov
2025-09-25  0:17 ` [PATCH 05/20] arm64: dts: qcom: kaanapali: Add SDC2 nodes for Kaanapali soc Jingyi Wang
2025-09-25  0:17 ` [PATCH 06/20] arm64: dts: qcom: kaanapali: Add USB support for Kaanapali SoC Jingyi Wang
2025-09-25  1:50   ` Krzysztof Kozłowski
2025-09-25  7:39     ` Aiqun(Maria) Yu
2025-09-25  8:24       ` Krzysztof Kozłowski
2025-09-25  8:32       ` Krzysztof Kozlowski
2025-09-25  9:01         ` Krzysztof Kozlowski
2025-09-25 16:49           ` Dmitry Baryshkov
2025-09-25 18:26       ` Trilok Soni
2025-09-26 13:04         ` Konrad Dybcio
2025-09-25 13:57     ` Bjorn Andersson
2025-09-25 14:12       ` Krzysztof Kozlowski
2025-09-25 21:31       ` Rob Herring
2025-09-26 13:21         ` Konrad Dybcio
2025-09-26 14:47           ` Rob Herring
2025-09-29  6:06             ` Aiqun(Maria) Yu
2025-09-29  7:19               ` Dmitry Baryshkov
2025-09-25  3:20   ` Dmitry Baryshkov
2025-09-25  7:49     ` Aiqun(Maria) Yu
2025-09-25  9:46       ` Konrad Dybcio
2025-09-25  0:17 ` [PATCH 07/20] arm64: dts: qcom: kaanapali: Add remoteprocs " Jingyi Wang
2025-09-30 17:24   ` Alexey Klimov
2025-11-04  8:59     ` Jingyi Wang
2025-11-04 10:01       ` Kumari Pallavi [this message]
2025-11-04 13:25         ` Alexey Klimov
2025-09-25  0:17 ` [PATCH 08/20] arm64: dts: qcom: Add PMK8850 pmic dtsi Jingyi Wang
2025-09-25 12:20   ` Konrad Dybcio
2025-09-25  0:17 ` [PATCH 09/20] arm64: dts: qcom: Add PMH0101 " Jingyi Wang
2025-09-25 12:20   ` Konrad Dybcio
2025-10-09 13:47     ` Jishnu Prakash
2025-09-25  0:17 ` [PATCH 10/20] arm64: dts: qcom: Add PMH0104 " Jingyi Wang
2025-09-25  7:59   ` Krzysztof Kozlowski
2025-09-25 12:21     ` Konrad Dybcio
2025-09-29  6:51       ` Aiqun(Maria) Yu
2025-09-25  0:17 ` [PATCH 11/20] arm64: dts: qcom: Add PMH0110 " Jingyi Wang
2025-09-25  0:17 ` [PATCH 12/20] arm64: dts: qcom: kaanapali: Add misc features Jingyi Wang
2025-09-25  0:17 ` [PATCH 13/20] arm64: dts: qcom: kaanapali: Add QUPv3 configuration for serial engines Jingyi Wang
2025-09-25 12:28   ` Konrad Dybcio
2025-09-25 13:19     ` Krzysztof Kozlowski
2025-09-29  3:05       ` Jingyi Wang
2025-09-29  5:42     ` Jingyi Wang
2025-09-29  6:41     ` Aiqun(Maria) Yu
2025-09-29 13:11       ` Konstantin Ryabitsev
2025-09-30  2:14         ` Aiqun(Maria) Yu
2025-09-25  0:17 ` [PATCH 14/20] arm64: dts: qcom: kaanapali-mtp: Enable more features Jingyi Wang
2025-09-25  2:09   ` Dmitry Baryshkov
2025-09-25  9:48     ` Konrad Dybcio
2025-09-26  9:11     ` Ronak Raheja
2025-09-26 11:44       ` Konrad Dybcio
2025-09-26 13:46       ` Dmitry Baryshkov
2025-09-29  3:24     ` Jingyi Wang
2025-09-25  8:03   ` Eugen Hristev
2025-10-09 13:54     ` Jishnu Prakash
2025-10-09 14:58       ` Eugen Hristev
2025-10-09 16:28         ` Dmitry Baryshkov
2025-10-10 10:54           ` Jishnu Prakash
2025-10-10 14:02             ` Eugen Hristev
2025-10-13 16:21               ` Kamal Wadhwa
2025-09-25  0:17 ` [PATCH 15/20] arm64: dts: qcom: kaanapali-mtp: Enable modem Jingyi Wang
2025-09-25  2:10   ` Dmitry Baryshkov
2025-09-29  3:28     ` Jingyi Wang
2025-09-25 14:06   ` Bjorn Andersson
2025-09-29  3:29     ` Jingyi Wang
2025-09-25  0:17 ` [PATCH 16/20] arm64: dts: qcom: kaanapali: Add QRD board Jingyi Wang
2025-09-25  2:15   ` Dmitry Baryshkov
2025-09-29  3:29     ` Jingyi Wang
2025-09-25  0:17 ` [PATCH 17/20] arm64: dts: qcom: kaanapali: Add support for audio Jingyi Wang
2025-09-25 12:30   ` Konrad Dybcio
2025-09-25  0:17 ` [PATCH 18/20] arm64: dts: qcom: kaanapali-mtp: Add audio support (WSA8845, WCD9395, DMIC) Jingyi Wang
2025-09-25 12:30   ` Konrad Dybcio
2025-09-25 13:26   ` Krzysztof Kozlowski
2025-09-30 12:06     ` Prasad Kumpatla
2025-10-06  8:48       ` Krzysztof Kozlowski
2025-10-08 10:20         ` Konrad Dybcio
2025-10-08 10:51           ` Krzysztof Kozlowski
2025-10-08 11:30             ` Konrad Dybcio
2025-10-08 23:50               ` Krzysztof Kozlowski
2025-10-27  9:39                 ` Konrad Dybcio
2025-09-25  0:17 ` [PATCH 19/20] arm64: dts: qcom: kaanapali: Add support for camss Jingyi Wang
2025-09-25  0:17 ` [PATCH 20/20] arm64: dts: qcom: kaanapali: Add iris video node Jingyi Wang
2025-10-07  2:17   ` Krzysztof Kozlowski
2025-10-08  8:30   ` Konrad Dybcio
2025-09-25 14:12 ` [PATCH 00/20] arm64: dts: qcom: Introduce Kaanapali platform device tree Rob Herring (Arm)
2025-09-25 16:51   ` Dmitry Baryshkov
2025-09-30 17:48 ` Alexey Klimov
2025-10-03  9:09   ` Prasad Kumpatla
2025-10-03 16:35     ` Alexey Klimov
2025-10-14  6:09       ` Jingyi Wang
2025-12-02 18:21 ` Pavel Machek
2025-12-02 18:33   ` Konrad Dybcio
2025-12-02 20:56     ` Pavel Machek
2025-12-03 10:34       ` Konrad Dybcio
2025-12-03 16:17         ` Pavel Machek
2025-12-03 17:31   ` Krzysztof Kozlowski
2025-12-03 18:10     ` Pavel Machek
2025-12-03 18:40       ` Krzysztof Kozlowski
2025-12-03 18:41         ` Krzysztof Kozlowski
2025-12-04  9:09           ` Pavel Machek
2025-12-04 10:41             ` Krzysztof Kozlowski
2025-12-04 11:42               ` Pavel Machek
2025-12-04 12:10                 ` Krzysztof Kozlowski
2025-12-04 12:26                   ` Pavel Machek
2025-12-04  9:14         ` Pavel Machek
2025-12-04 10:42           ` Krzysztof Kozlowski
2025-12-04 11:44             ` Pavel Machek
2025-12-04 12:07               ` Krzysztof Kozlowski
2025-12-04  2:41   ` Jingyi Wang
2025-12-04  8:56     ` Pavel Machek
2025-12-04  9:01       ` Krzysztof Kozlowski
2025-12-04  9:06         ` Pavel Machek

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=d20b8fac-9676-41e8-a32d-006af74f4c44@oss.qualcomm.com \
    --to=kumari.pallavi@oss.qualcomm.com \
    --cc=aiqun.yu@oss.qualcomm.com \
    --cc=alexey.klimov@linaro.org \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=jingyi.wang@oss.qualcomm.com \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=tingwei.zhang@oss.qualcomm.com \
    --cc=trilok.soni@oss.qualcomm.com \
    --cc=yijie.yang@oss.qualcomm.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).