Re: [PATCH v4] trace/kprobe: Display the actual notrace function when rejecting a probe

2023-12-16 Thread Google
On Thu, 14 Dec 2023 10:47:02 +0530 Naveen N Rao wrote: > Trying to probe update_sd_lb_stats() using perf results in the below > message in the kernel log: > trace_kprobe: Could not probe notrace function _text > > This is because 'perf probe' specifies the kprobe location as an offset > fr

[PATCH V3] remoteproc: virtio: Fix wdg cannot recovery remote processor

2023-12-16 Thread joakim . zhang
From: Joakim Zhang Recovery remote processor failed when wdg irq received: [0.842574] remoteproc remoteproc0: crash detected in cix-dsp-rproc: type watchdog [0.842750] remoteproc remoteproc0: handling crash #1 in cix-dsp-rproc [0.842824] remoteproc remoteproc0: recovering cix-dsp-rpr

RE: [PATCH V2] remoteproc: virtio: Fix wdg cannot recovery remote processor

2023-12-16 Thread Joakim Zhang
Hello Arnaud, > -Original Message- > From: Arnaud POULIQUEN > Sent: Saturday, December 16, 2023 12:56 AM > To: Joakim Zhang ; anders...@kernel.org; > mathieu.poir...@linaro.org > Cc: linux-remotep...@vger.kernel.org; linux-kernel@vger.kernel.org; cix- > kernel-upstream > Subject: Re: [

Re: [PATCH] MAINTAINERS: Remove Ohad Ben-Cohen from hwspinlock subsystem

2023-12-16 Thread Bagas Sanjaya
On Sat, Dec 16, 2023 at 08:59:50PM +0200, Ohad Ben Cohen wrote: > Hi Bagas, > > On Sat, Dec 16, 2023 at 1:10 PM Bagas Sanjaya wrote: > > --- a/CREDITS > > +++ b/CREDITS > > @@ -323,6 +323,7 @@ N: Ohad Ben Cohen > > E: o...@wizery.com > > D: Remote Processor (remoteproc) subsystem > > D: Remote

Re: [PATCH] MAINTAINERS: Remove Ohad Ben-Cohen from hwspinlock subsystem

2023-12-16 Thread Ohad Ben Cohen
Hi Bagas, On Sat, Dec 16, 2023 at 1:10 PM Bagas Sanjaya wrote: > --- a/CREDITS > +++ b/CREDITS > @@ -323,6 +323,7 @@ N: Ohad Ben Cohen > E: o...@wizery.com > D: Remote Processor (remoteproc) subsystem > D: Remote Processor Messaging (rpmsg) subsystem > +D: Hardware spinlock (hwspinlock) subsys

[PATCH] x86/sgx: fix kernel-doc comment misuse

2023-12-16 Thread Randy Dunlap
Don't use "/**" for a non-kernel-doc comment. This prevents a warning from scripts/kernel-doc: main.c:740: warning: expecting prototype for A section metric is concatenated in a way that @low bits 12(). Prototype was for sgx_calc_section_metric() instead Signed-off-by: Randy Dunlap Cc: Jarkko

[PATCH] MAINTAINERS: Remove Ohad Ben-Cohen from hwspinlock subsystem

2023-12-16 Thread Bagas Sanjaya
Commit 62c46d55688894 ("MAINTAINERS: Removing Ohad from remoteproc/rpmsg maintenance") removes his MAINTAINERS entry in regards to remoteproc subsystem due to his inactivity (the last commit with his Signed-off-by is 99c429cb4e628e ("remoteproc/wkup_m3: Use MODULE_DEVICE_TABLE to export alias") whi

Re: [PATCH vhost v2 4/8] vdpa/mlx5: Mark vq addrs for modification in hw vq

2023-12-16 Thread Dragos Tatulea
On Fri, 2023-12-15 at 18:56 +0100, Eugenio Perez Martin wrote: > On Fri, Dec 15, 2023 at 3:13 PM Dragos Tatulea wrote: > > > > On Fri, 2023-12-15 at 12:35 +, Dragos Tatulea wrote: > > > On Thu, 2023-12-14 at 19:30 +0100, Eugenio Perez Martin wrote: > > > > On Thu, Dec 14, 2023 at 4:51 PM Drag