Re: [PATCH] checkpatch: allow tags between co-developed-by and their sign-off

2023-10-30 Thread Przemek Kitszel
On 10/29/23 10:35, Krzysztof Kozlowski wrote: On 24/10/2023 11:15, Przemek Kitszel wrote: On 10/23/23 16:02, Sean Christopherson wrote: +Mateusz On Mon, Oct 23, 2023, Przemek Kitszel wrote: Additional tags between Co-developed-by and corresponding Signed-off-by could include Reviewed-by tags

Re: [RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug

2023-10-30 Thread Miguel Luis
Hi Russell, > On 24 Oct 2023, at 15:15, Russell King (Oracle) wrote: > > Hi, > > I'm posting James' patch set updated with most of the review comments > from his RFC v2 series back in September. Individual patches have a > changelog attached at the bottom of the commit message. Those which > I

Re: [RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug

2023-10-30 Thread Russell King (Oracle)
On Mon, Oct 30, 2023 at 04:41:19PM +, Miguel Luis wrote: > Hi Russell, > > Tested on QEMU, based on Salil's RFC v2 [1], running with KVM. > - boot > - hotplug up to 'maxcpus' > - hotunplug down to the number of boot cpus > - hotplug vcpus and migrate with vcpus offline > - hotplug vcpus and mi

Update objtrace usage in Documentation/trace/events.rst

2023-10-30 Thread renhai_lenovo
Documentation: trace/objtrace: Move the line entering the trace directory to the first step, so that the commands in the first step can be executed smoothly. Signed-off-by: Renhai diff --git a/Documentation/trace/events.rst b/Documentation/trace/events.rst index 52ac8ca8ab64..d5fadf7966de 10

Re: Update objtrace usage in Documentation/trace/events.rst

2023-10-30 Thread Jeff Xie
Hi renhai, On Tue, Oct 31, 2023 at 10:46 AM renhai_lenovo wrote: > > Documentation: trace/objtrace: Move the line entering the trace > directory to the first step, so that the commands in the first step > can be executed smoothly. > > Signed-off-by: Renhai > > diff --git a/Documentation/trac