From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754457AbbGIW1E (ORCPT ); Thu, 9 Jul 2015 18:27:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46638 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754208AbbGIW04 (ORCPT ); Thu, 9 Jul 2015 18:26:56 -0400 Date: Fri, 10 Jul 2015 00:25:22 +0200 From: Oleg Nesterov To: Ingo Molnar , Srikar Dronamraju Cc: Andy Lutomirski , "Kirill A. Shutemov" , linux-kernel@vger.kernel.org Subject: [PATCH v2 0/3] uprobes: minor fixes + name the xol vma Message-ID: <20150709222522.GA16932@redhat.com> References: <20150709214431.GA14997@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150709214431.GA14997@redhat.com> 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 On 07/09, Oleg Nesterov wrote: > > 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. v2: 1/3 - initialize pages[1] (thanks Andy!) 2/3 - update the changelog Oleg. kernel/events/uprobes.c | 44 ++++++++++++++++++++++++++++---------------- 1 files changed, 28 insertions(+), 16 deletions(-)