From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757903Ab3K0WZ0 (ORCPT ); Wed, 27 Nov 2013 17:25:26 -0500 Received: from terminus.zytor.com ([198.137.202.10]:53279 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753959Ab3K0WZY (ORCPT ); Wed, 27 Nov 2013 17:25:24 -0500 User-Agent: K-9 Mail for Android In-Reply-To: <20131127222104.GA748@pd.tnic> References: <1385426236-14960-1-git-send-email-andi@firstfloor.org> <5294F10C.8060901@amacapital.net> <52964EC7.9000504@zytor.com> <52966C0A.7070201@zytor.com> <20131127222104.GA748@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] Add a text_poke syscall v2 From: "H. Peter Anvin" Date: Wed, 27 Nov 2013 14:24:37 -0800 To: Borislav Petkov CC: Linus Torvalds , Andy Lutomirski , Andi Kleen , Linux Kernel Mailing List , Ingo Molnar , Andi Kleen , Thomas Gleixner Message-ID: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Correct. Borislav Petkov wrote: >On Wed, Nov 27, 2013 at 02:02:50PM -0800, H. Peter Anvin wrote: >> For the record, this is the entire patch necessary to do the >> sync_cores() system call -- and no potential interactions with >security >> frameworks or whatnot, simply because no security-sensitive >operations >> are performed of any kind. >> >> Comments/opinions appreciated. > >And we do this in the kernel not because userspace can't execute >sync_core() aka CPUID but because for userspace it is hard to IPI all >cores easily? -- Sent from my mobile phone. Please pardon brevity and lack of formatting.