From owner-freebsd-current@FreeBSD.ORG Fri Mar 20 05:00:27 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 818E9C87; Fri, 20 Mar 2015 05:00:27 +0000 (UTC) Received: from mail-we0-x229.google.com (mail-we0-x229.google.com [IPv6:2a00:1450:400c:c03::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 124A5F17; Fri, 20 Mar 2015 05:00:27 +0000 (UTC) Received: by wetk59 with SMTP id k59so73450180wet.3; Thu, 19 Mar 2015 22:00:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:cc:content-type; bh=NRIZZ0vEbKaUHva6djanc4C9oXVlY+wI2P8uOXMnAsQ=; b=djwS+jeg2OOsIbmNTx2x5uUrMinuxwFsV3QfDYoQQWAKszmgrcUedyb/Qn1aV8AsAT UG0XdS8b4JPElnDSKkoujzutsmi33kOyTzfiAE6i7v4BPtMsLUXklcmJQyDjM7tpN/kJ t5UsfcpTYUF41rZRxIUwdbK7rv5d8JT2cWBkZ6f3uqZhzDqSPPT2XF2gzMOTa8vOVLiv ZAe44RTMxNQ/kb9OMUptaPtyxjVBsPBuntpH5dil+1TdDy/pYMB2j8RP41zF4bhn+90Q Zcv0t2+vqu47pOq1gMNWxtCog9FJFxNaD0JkyRL9j3Kw8XTMszPuOdwyoTP3z7ZQpt6p fPhw== X-Received: by 10.194.60.173 with SMTP id i13mr155074615wjr.124.1426827625121; Thu, 19 Mar 2015 22:00:25 -0700 (PDT) MIME-Version: 1.0 Sender: fedor.indutny@gmail.com Received: by 10.27.9.208 with HTTP; Thu, 19 Mar 2015 22:00:04 -0700 (PDT) From: Fedor Indutny Date: Thu, 19 Mar 2015 22:00:04 -0700 X-Google-Sender-Auth: flvQcAMapIYWSzT5ik5r_ojPgM8 Message-ID: Subject: SA_SIGINFO | SA_RESETHAND fix backport To: freebsd-current@freebsd.org X-Mailman-Approved-At: Fri, 20 Mar 2015 11:27:26 +0000 Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: Mark Johnston X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Mar 2015 05:00:27 -0000 Hello people! While trying to fix node.js/io.js issue with signal handling on FreeBSD 10.1, I have found that the problem was due to a kernel bug. Luckily that bug is fixed in: https://github.com/freebsd/freebsd/commit/4501dadd00cece6d06392c42e5fc6af07731e451 But it looks like the fix wasn't backported to 10.x . Do you think it might be possible to do it? I'd really appreciate this. Thank you, Fedor.