]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
PM: EM: Add a skeleton code for netlink notification
authorChangwoo Min <changwoo@igalia.com>
Mon, 20 Oct 2025 22:09:08 +0000 (07:09 +0900)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 22 Oct 2025 19:44:37 +0000 (21:44 +0200)
commite4ed8d26c5d320d9b9a6ee013a94b7ad73b4d243
tree21c6036f7a9cdeebc21946ac1b6565a7d70cfea0
parentbd26631ccdfd11701fa29e665a7f041875ba9423
PM: EM: Add a skeleton code for netlink notification

Add a boilerplate code for netlink notification to register the new
protocol family. Also, initialize and register the netlink during booting.
The initialization is called at the postcore level, which is late enough
after the generic netlink is initialized.

Finally, update MAINTAINERS to include new files.

Signed-off-by: Changwoo Min <changwoo@igalia.com>
Reviewed-by: Lukasz Luba <lukasz.luba@arm.com>
Link: https://patch.msgid.link/20251020220914.320832-5-changwoo@igalia.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
MAINTAINERS
kernel/power/Makefile
kernel/power/em_netlink.c [new file with mode: 0644]
kernel/power/em_netlink.h [new file with mode: 0644]