From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: Re: [PATCH] x86,seccomp,prctl: Remove PR_TSC_SIGSEGV and seccomp TSC filtering Date: Fri, 3 Oct 2014 22:15:37 +0200 Message-ID: <20141003201537.GN10583@worktop.programming.kicks-ass.net> References: <20141003174141.GR2342@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Andy Lutomirski Cc: Andrea Arcangeli , Paul Mackerras , Arnaldo Carvalho de Melo , X86 ML , "linux-kernel@vger.kernel.org" , Ingo Molnar , Kees Cook , Erik Bosman , "H. Peter Anvin" , Linux API , Michael Kerrisk-manpages List-Id: linux-api@vger.kernel.org On Fri, Oct 03, 2014 at 10:59:15AM -0700, Andy Lutomirski wrote: > RDPMC is controlled by CR4.PCE, whereas RDTSC is controlled by > CR4.TSD, This is my understanding too, they're separate things.