From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754360AbbGIVqP (ORCPT ); Thu, 9 Jul 2015 17:46:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60331 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752792AbbGIVqG (ORCPT ); Thu, 9 Jul 2015 17:46:06 -0400 Date: Thu, 9 Jul 2015 23:44:31 +0200 From: Oleg Nesterov To: Ingo Molnar , Srikar Dronamraju Cc: Andy Lutomirski , "Kirill A. Shutemov" , linux-kernel@vger.kernel.org Subject: uprobes: minor fixes + name the xol vma Message-ID: <20150709214431.GA14997@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, The bugs are theoretical, but still should be fixed imo. And it would be nice to name the special vma installed by uprobes. As a side effect this vma will be core-dump'ed, I think this is good. This doesn't depend on the pending longjmp fixes. Oleg. kernel/events/uprobes.c | 43 +++++++++++++++++++++++++++---------------- 1 files changed, 27 insertions(+), 16 deletions(-)