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:	Mon, 31 Aug 2015 09:35:20 +0930
From:	Rusty Russell <rusty@...tcorp.com.au>
To:	Juergen Gross <jgross@...e.com>, linux-kernel@...r.kernel.org,
	jeremy@...p.org, chrisw@...s-sol.org, akataria@...are.com,
	virtualization@...ts.linux-foundation.org
Cc:	<x86@...nel.org>
Subject: Re: [PATCH] x86/paravirt: remove unused operation

Juergen Gross <jgross@...e.com> writes:
> Ping?

Acked-by: Rusty Russell <rusty@...tcorp.com.au>

Cheers,
Rusty.

> On 08/06/2015 01:55 PM, Juergen Gross wrote:
>> Remove the paravirt operation "get_tsc_khz" as it is used nowhere.
>>
>> Signed-off-by: Juergen Gross <jgross@...e.com>
>> ---
>>   arch/x86/include/asm/paravirt_types.h | 1 -
>>   1 file changed, 1 deletion(-)
>>
>> diff --git a/arch/x86/include/asm/paravirt_types.h b/arch/x86/include/asm/paravirt_types.h
>> index a6b8f9f..5a18a66 100644
>> --- a/arch/x86/include/asm/paravirt_types.h
>> +++ b/arch/x86/include/asm/paravirt_types.h
>> @@ -97,7 +97,6 @@ struct pv_lazy_ops {
>>   struct pv_time_ops {
>>   	unsigned long long (*sched_clock)(void);
>>   	unsigned long long (*steal_clock)(int cpu);
>> -	unsigned long (*get_tsc_khz)(void);
>>   };
>>
>>   struct pv_cpu_ops {
>>
--
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