Re: [PATCH 6/6] remoteproc: qcom_q6v5_pas: Add SoCCP node on Kaanapali

2025-09-28 Thread Jingyi Wang
On 9/25/2025 7:42 PM, Konrad Dybcio wrote: > On 9/25/25 1:37 AM, Jingyi Wang wrote: >> The SoC Control Processor (SoCCP) is small RISC-V MCU that controls >> USB Type-C, battery charging and various other functions on Qualcomm SoCs. >> It provides a solution for control-plane processing, reducin

Re: [PATCH 1/6] dt-bindings: remoteproc: qcom,sm8550-pas: Add Kaanapali ADSP

2025-09-28 Thread Jingyi Wang
On 9/25/2025 10:19 AM, Dmitry Baryshkov wrote: > On Wed, Sep 24, 2025 at 04:37:22PM -0700, Jingyi Wang wrote: >> Document compatible for Qualcomm Kaanapali SoC ADSP PAS which looks fully >> compatible with SM8750, which can fallback to SM8550 except for one more >> interrupt ("shutdown-ack"). >>

Re: [PATCH] vhost-vdpa: Set s.num in GET_VRING_GROUP

2025-09-28 Thread Eugenio Perez Martin
On Sat, Sep 27, 2025 at 2:32 PM Michael S. Tsirkin wrote: > > On Sat, Sep 27, 2025 at 03:25:34PM +0300, Dan Carpenter wrote: > > The group is supposed to be copied to the user, but it wasn't assigned > > until after the copy_to_user(). Move the "s.num = group;" earlier. > > > > Fixes: ffc3634b669

Re: [PATCH bpf-next v2 1/3] bpf: Add overwrite mode for bpf ring buffer

2025-09-28 Thread Xu Kuohai
On 9/29/2025 10:22 AM, Xu Kuohai wrote: On 9/20/2025 6:10 AM, Andrii Nakryiko wrote: On Fri, Sep 5, 2025 at 8:13 AM Xu Kuohai wrote: From: Xu Kuohai When the bpf ring buffer is full, new events can not be recorded util typo: until ACK [...] oops, I wasn’t done with my reply and hit

Re: Error during building on next-20250926 - kunit.py run --alltests run

2025-09-28 Thread Shuah Khan
On 9/28/25 15:11, Shuah Khan wrote: Hi Thomas and David, I am seeing the following error during "kunit.py run --alltests run" next-20250926. $ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=16 ERROR:root:/usr/bin/ld: drivers/net/wireless/intel/iwlwifi/tests/devinfo.o: in fu

Re: [PATCH v2 2/4] remoteproc: imx_rproc: Populate devices under "rpmsg" subnode

2025-09-28 Thread Peng Fan
Hi Shenwei, Most of the patch looks good to me. Only a few minor comments inline. On Mon, Sep 22, 2025 at 03:04:11PM -0500, Shenwei Wang wrote: >Register the RPMsg channel driver and populate remote devices defined >under the "rpmsg" subnode upon receiving their notification messages. > > > #inc