Re: [PATCH v4.16-rc4 1/2] x86/vdso: on Intel, VDSO should handle CLOCK_MONOTONIC_RAW
From: Thomas Gleixner
Date: Mon Mar 12 2018 - 02:54:08 EST
On Mon, 12 Mar 2018, Jason Vas Dias wrote:
checkpatch.pl still reports:
total: 15 errors, 3 warnings, 165 lines checked
> +notrace static u64 vread_tsc_raw(void)
> +{
> + u64 tsc, last=gtod->raw_cycle_last;
> + if( likely( gtod->has_rdtscp ) )
> + tsc = rdtscp((void*)0);
Plus I asked more than once to split that rdtscp() stuff into a separate
patch.
You surely are free to ignore my review comments, but rest assured that I'm
free to ignore the crap you insist to send me as well.
Thanks,
tglx