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:	Sat, 23 Sep 2006 13:44:27 -0400 (EDT)
From:	Steven Rostedt <rostedt@...dmis.org>
To:	Ingo Molnar <mingo@...e.hu>
cc:	LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH -rt] export symbol jiffies_to_timespec


Hi Ingo,

My Atheros wireless nic driver doesn't load without this patch.

-- Steve

Signed-off-by: Steven Rostedt <rostedt@...dmis.org>

Index: linux-2.6.18-rt3/kernel/time.c
===================================================================
--- linux-2.6.18-rt3.orig/kernel/time.c	2006-09-23 13:29:31.000000000 -0400
+++ linux-2.6.18-rt3/kernel/time.c	2006-09-23 13:30:11.000000000 -0400
@@ -613,6 +613,8 @@ jiffies_to_timespec(const unsigned long
 	value->tv_sec = div_long_long_rem(nsec, NSEC_PER_SEC, &value->tv_nsec);
 }

+EXPORT_SYMBOL(jiffies_to_timespec);
+
 /* Same for "timeval"
  *
  * Well, almost.  The problem here is that the real system resolution is
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ