From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 25 Apr 2013 18:41:00 +0200 From: Andi Kleen To: Peter Zijlstra Cc: Andi Kleen , mingo@kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org, eranian@google.com, Andi Kleen Subject: Re: [PATCH 1/2] Fix perf LBR filtering Message-ID: <20130425164100.GC16732@two.firstfloor.org> References: <1366844694-2770-1-git-send-email-andi@firstfloor.org> <20130425162535.GA5828@dyad.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130425162535.GA5828@dyad.programming.kicks-ass.net> Sender: linux-kernel-owner@vger.kernel.org List-ID: > So why not do the same as we do for userspace? Copy MAX_INSN_SIZE bytes > and trap -EFAULT. Read the whole description, then you'll know why that is insecure. -Andi