lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Mon, 9 Dec 2019 14:34:12 +0000
From:   Mukesh Ojha <mojha@...eaurora.org>
To:     mingo@...nel.org, peterz@...radead.org, tglx@...utronix.de,
        gregkh@...uxfoundation.org, linux-kernel@...r.kernel.org
Cc:     Mukesh Ojha <mojha@...eaurora.org>
Subject: [PATCH] irq_work: Fix comment for irq_work_run()

hotplug_cfd() does not exist anymore, update the
comment for irq_work_run() with smpcfd_dying_cpu().

Signed-off-by: Mukesh Ojha <mojha@...eaurora.org>
---
 kernel/irq_work.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/irq_work.c b/kernel/irq_work.c
index 828cc30..202a0d3 100644
--- a/kernel/irq_work.c
+++ b/kernel/irq_work.c
@@ -165,7 +165,7 @@ static void irq_work_run_list(struct llist_head *list)
 
 /*
  * hotplug calls this through:
- *  hotplug_cfd() -> flush_smp_call_function_queue()
+ *  smpcfd_dying_cpu() -> flush_smp_call_function_queue()
  */
 void irq_work_run(void)
 {
-- 
Qualcomm India Private Limited, on behalf of Qualcomm Innovation Center,
Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ