Re: [PATCH RFC 1/2] dt-bindings: soc: qcom,smsm: Allow specifying mboxes instead of qcom,ipc

2024-05-19 Thread Krzysztof Kozlowski
On 15/05/2024 17:06, Luca Weiss wrote: > Hi Rob, > > Any feedback on the below topic? Can be explained in description, like mboxes: description: Each entry corresponds to one remote processor maxItems: 5 Best regards, Krzysztof

Re: [PATCH] livepatch: introduce klp_func called interface

2024-05-19 Thread Miroslav Benes
Hi, On Mon, 20 May 2024, Wardenjohn wrote: > Livepatch module usually used to modify kernel functions. > If the patched function have bug, it may cause serious result > such as kernel crash. > > This is a kobject attribute of klp_func. Sysfs interface named > "called" is introduced to livepatch

[PATCH] rv: Update rv_en(dis)able_monitor doc to match kernel-doc

2024-05-19 Thread Yang Li
The patch updates the function documentation comment for rv_en(dis)able_monitor to adhere to the kernel-doc specification. Signed-off-by: Yang Li --- kernel/trace/rv/rv.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel/trace/rv/rv.c b/kernel/trace/rv/rv.c index 2f68e93fff0b..df0745a

Re: [PATCH] virt: acrn: Remove unusted list 'acrn_irqfd_clients'

2024-05-19 Thread Fei Li
On 2024-05-18 at 00:12:46 +, Dr. David Alan Gilbert wrote: > * li...@treblig.org (li...@treblig.org) wrote: > > From: "Dr. David Alan Gilbert" > > > > It doesn't look like this was ever used. > > > > Build tested only. > > > > Signed-off-by: Dr. David Alan Gilbert > > Ping Acked-by: Fei

[PATCH] livepatch: introduce klp_func called interface

2024-05-19 Thread Wardenjohn
Livepatch module usually used to modify kernel functions. If the patched function have bug, it may cause serious result such as kernel crash. This is a kobject attribute of klp_func. Sysfs interface named "called" is introduced to livepatch which will be set as true if the patched function is cal

Re: [PATCH] livepatch: introduce klp_func called interface

2024-05-19 Thread zhang warden
OK, I will optimize my patch’s changelog in my next patch. > On May 20, 2024, at 02:05, Markus Elfring wrote: > > I suggest to take preferred line lengths better into account > also for such a change description.

Re: [PATCHv5 bpf-next 6/8] x86/shstk: Add return uprobe support

2024-05-19 Thread Jiri Olsa
On Wed, May 15, 2024 at 05:42:03PM +0200, Oleg Nesterov wrote: > On 05/15, Edgecombe, Rick P wrote: > > > > On Wed, 2024-05-15 at 13:35 +0200, Oleg Nesterov wrote: > > > > > > > I'm ok with not using optimized uretprobe when shadow stack is detected > > > > as enabled and we go with current uretpro

Re: [PATCH] livepatch: introduce klp_func called interface

2024-05-19 Thread Markus Elfring
… > This commit introduce a read only interface of livepatch Please improve the changelog with an imperative wording. … > find out which function is successfully called. Any testing process can make > sure they > have successfully cover all the patched function that changed with the help > of

[PATCH] livepatch: introduce klp_func called interface

2024-05-19 Thread Wardenjohn
Livepatch module usually used to modify kernel functions. If the patched function have bug, it may cause serious result such as kernel crash. This commit introduce a read only interface of livepatch sysfs interface. If a livepatch function is called, this sysfs interface "called" of the patched fu