Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754590AbbBQCmD (ORCPT ); Mon, 16 Feb 2015 21:42:03 -0500 Received: from mail.anarazel.de ([217.115.131.40]:53196 "EHLO mail.anarazel.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753146AbbBQClz (ORCPT ); Mon, 16 Feb 2015 21:41:55 -0500 X-Greylist: delayed 590 seconds by postgrey-1.27 at vger.kernel.org; Mon, 16 Feb 2015 21:41:55 EST Date: Tue, 17 Feb 2015 03:31:57 +0100 From: Andres Freund To: Oleg Nesterov Cc: Andrew Morton , Alexander Viro , Evan Teran , Jan Kratochvil , Pedro Alves , Roland McGrath , linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] ptrace/x86: fix the TIF_FORCED_TF logic in handle_signal() Message-ID: <20150217023157.GA2953@awork2.anarazel.de> References: <20141103201256.GA5213@redhat.com> <20141103201317.GA5221@redhat.com> <20141127232126.GA25773@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141127232126.GA25773@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 870 Lines: 24 Hi, Could this patch please be picked up? I very regularly hit the problems caused due to this in gdb (just single step out of a system call that returns due to EINTR to reproduce and then single step some more...). I've first spent an embarassing amount of time trying to figure out what's wrong, to then find a closed bugzilla entry from 2010, to then find this thread... I've verified that applying the fix ontop 1fa185ebcbc fixes the issue for me. So feel free to add a Tested-By. I, by far, don't understand the code well enough for an actual review though, sorry. Anything else I can do? Greetings, Andres Freund -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/