From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753805AbdAZK2H (ORCPT ); Thu, 26 Jan 2017 05:28:07 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:35144 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753070AbdAZK2E (ORCPT ); Thu, 26 Jan 2017 05:28:04 -0500 Date: Thu, 26 Jan 2017 11:28:00 +0100 From: Ingo Molnar To: linux-kernel@vger.kernel.org Cc: Andrew Morton , Andy Lutomirski , Borislav Petkov , Dave Hansen , Fenghua Yu , "H . Peter Anvin" , Linus Torvalds , Oleg Nesterov , Peter Zijlstra , Rik van Riel , Thomas Gleixner , Yu-cheng Yu Subject: Re: [PATCH 00/14] x86/fpu: Clean up ptrace copying functions Message-ID: <20170126102800.GA16293@gmail.com> References: <1485426179-13681-1-git-send-email-mingo@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1485426179-13681-1-git-send-email-mingo@kernel.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Ingo Molnar wrote: > This series deobfuscates the ptrace/regset handling functions of the x86 FPU > code. As a side effect it (should ...) fix the bug Rik reported in: Note that this series can also be fetched via Git from: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.x86/fpu ... which is a WIP branch subject to rebase. Thanks, Ingo