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>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 28 Jul 2020 18:16:16 +0800
From:   Freddy Hsin <freddy.hsin@...iatek.com>
To:     <linux-mediatek@...ts.infradead.or>,
        <linux-arm-kernel@...ts.infradead.org>,
        "Ahmed S. Darwish" <a.darwish@...utronix.de>,
        Paul Cercueil <paul@...pouillou.net>,
        "Ben Dooks (Codethink)" <ben.dooks@...ethink.co.uk>,
        Matthias Brugger <matthias.bgg@...il.com>,
        Thomas Gleixner <tglx@...utronix.de>,
        Daniel Lezcano <daniel.lezcano@...aro.org>
CC:     Saravana Kannan <saravanak@...gle.com>,
        <linux-kernel@...r.kernel.org>, <chang-an.chen@...iatek.com>,
        Baolin Wang <baolin.wang7@...il.com>,
        <wsd_upstream@...iatek.com>, <kuohong.wang@...iatek.com>,
        <stanley.chu@...iatek.com>, Freddy Hsin <freddy.hsin@...iatek.com>
Subject: [PATCH v1 1/2] kernel: time: export sched_clock_register function

export sched_clock_register function, because the Mediatek timer
loadable module depends on this function

Signed-off-by: Freddy Hsin <freddy.hsin@...iatek.com>
---
 kernel/time/sched_clock.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/time/sched_clock.c b/kernel/time/sched_clock.c
index fa3f800..e1d5afe 100644
--- a/kernel/time/sched_clock.c
+++ b/kernel/time/sched_clock.c
@@ -239,6 +239,7 @@ static enum hrtimer_restart sched_clock_poll(struct hrtimer *hrt)
 
 	pr_debug("Registered %pS as sched_clock source\n", read);
 }
+EXPORT_SYMBOL(sched_clock_register);
 
 void __init generic_sched_clock_init(void)
 {
-- 
1.7.9.5

Powered by blists - more mailing lists