Re: [PATCH] kernel: trace: preemptirq_delay_test: add MODULE_DESCRIPTION()

2024-05-18 Thread Google
lay_exit) > +MODULE_DESCRIPTION("Preempt / IRQ disable delay thread to test latency > tracers"); > MODULE_LICENSE("GPL v2"); > > --- > base-commit: 674143feb6a8c02d899e64e2ba0f992896afd532 > change-id: 20240518-md-preemptirq_delay_test-552cd20e7b0b > -- Masami Hiramatsu (Google)

[PATCH] kernel: trace: preemptirq_delay_test: add MODULE_DESCRIPTION()

2024-05-18 Thread Jeff Johnson
) +MODULE_DESCRIPTION("Preempt / IRQ disable delay thread to test latency tracers"); MODULE_LICENSE("GPL v2"); --- base-commit: 674143feb6a8c02d899e64e2ba0f992896afd532 change-id: 20240518-md-preemptirq_delay_test-552cd20e7b0b

Re: [PATCH v3 2/2] remoteproc: k3-r5: Do not allow core1 to power up before core0 via sysfs

2024-05-18 Thread Christophe JAILLET
Le 30/04/2024 à 12:53, Beleswar Padhi a écrit : PSC controller has a limitation that it can only power-up the second core when the first core is in ON state. Power-state for core0 should be equal to or higher than core1. Therefore, prevent core1 from powering up before core0 during the start

[PATCH v1 2/2] virt: pvmemcontrol: add Yuanchu and Pasha as maintainers

2024-05-18 Thread Yuanchu Xie
The pvmemcontrol driver lives under drivers/virt/pvmemcontrol. We specify maintainers for the driver. Signed-off-by: Yuanchu Xie --- MAINTAINERS | 7 +++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 3fdc3b09c171..fd77ce0c1328 100644 --- a/MAINTAINERS +++

[PATCH v1 1/2] virt: pvmemcontrol: control guest physical memory properties

2024-05-18 Thread Yuanchu Xie
Pvmemcontrol provides a way for the guest to control its physical memory properties, and enables optimizations and security features. For example, the guest can provide information to the host where parts of a hugepage may be unbacked, or sensitive data may not be swapped out, etc. Pvmemcontrol