Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 12 Jun 2020 00:22:16 +0200
From: Adam Zabrocki <pi3@....com.pl>
To: lkrg-users@...ts.openwall.com
Subject: Re: RE: ISRA optimized functions

Forgot to paste:

> It is normal that such optimizations are applied, e.g.:
> 
> $ uname -r
> 5.7.0-g3
> $ cat /proc/kallsyms |grep constprop|wc -l
> 919

$ cat /proc/kallsyms |grep lookup_fast|head -1
0000000000000000 t lookup_fast
$

and here:

> $ uname -r
> 4.18.0-80.11.2.el8_0.centos.plus.x86_64
> $ cat /proc/kallsyms |grep constprop|wc -l
> 325

$ cat /proc/kallsyms |grep lookup_fast|head -1
0000000000000000 t lookup_fast
$


-- 
pi3 (pi3ki31ny) - pi3 (at) itsec pl
http://pi3.com.pl

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.