From owner-freebsd-current@freebsd.org Mon Sep 18 17:16:22 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36D17E1FB84 for ; Mon, 18 Sep 2017 17:16:22 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-yw0-f179.google.com (mail-yw0-f179.google.com [209.85.161.179]) (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 EFF9F72347 for ; Mon, 18 Sep 2017 17:16:21 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-yw0-f179.google.com with SMTP id v72so824333ywa.3 for ; Mon, 18 Sep 2017 10:16:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=8DhFa4KbIAaENh+6jPxhaspB2VibgUfyfAVrt91rOQU=; b=mWnR+ucmSt9NF6DeFFXsOCb4ZgttaGI/43fw19O8pRe9ZaB+rrLyvsnWuThNwWP6AL kV5b2JwsyFUHw9DMlNtj8gY2lX/ax1zUJvaf4bHmay/uMCnXMilHQ1WpoA7tkzSgUdy2 Nae0E1a3NpOlB3tqyeCueFpPbI1dk9GtBNknjooy115eRSZap3J65b3YrIO+cDhu3d1M ZPO6f1AljYWAzrilK5HYxfadG8r2aIG3OcA7rDB/cPt/D1JYHRidU9fa4UGKLVIh5txC JWTQP1tuv3PZa4cmKZbpUSXqWaXRRj/93fgdKzXQIEoTijqCSrzcftAya1CIDSTOtKur FJjA== X-Gm-Message-State: AHPjjUhBnklHoAyVSfwaaYTJwTJXqCJWnXBqrochmCIl3BAsE9G9EeWw T2r2pxHqHbdNgFE3rj4= X-Received: by 10.37.232.18 with SMTP id k18mr5485143ybd.304.1505754974663; Mon, 18 Sep 2017 10:16:14 -0700 (PDT) Received: from mail-io0-f171.google.com (mail-io0-f171.google.com. [209.85.223.171]) by smtp.gmail.com with ESMTPSA id b6sm3138766ywd.3.2017.09.18.10.16.14 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 18 Sep 2017 10:16:14 -0700 (PDT) Received: by mail-io0-f171.google.com with SMTP id n69so3854024ioi.5 for ; Mon, 18 Sep 2017 10:16:13 -0700 (PDT) X-Google-Smtp-Source: AOwi7QAmayDlXYLS/d4bmGpTYAYQT8gIPDGAdzzXf20zmJtoAooCkawgZBUp7tiTu5/+AT7FfwyGCDH9GMBkFIhPedY= X-Received: by 10.107.97.5 with SMTP id v5mr20295844iob.174.1505754973644; Mon, 18 Sep 2017 10:16:13 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.2.81.131 with HTTP; Mon, 18 Sep 2017 10:16:13 -0700 (PDT) In-Reply-To: <1912719.8THT5byUfT@asus.theweb.org.ua> References: <201709172340.v8HNeGuP016998@repo.freebsd.org> <1912719.8THT5byUfT@asus.theweb.org.ua> From: Conrad Meyer Date: Mon, 18 Sep 2017 10:16:13 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: r323694 amd64 - crash in linsysfs: Was: svn commit: r323692 - in head/sys/compat: linsysfs linux To: "Oleg V. Nauman" Cc: freebsd-current Current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 18 Sep 2017 17:16:22 -0000 Please try r323710. I believe you're running into the issue Hans noticed here: https://lists.freebsd.org/pipermail/svn-src-all/2017-September/151324.html . It should be addressed in r323710. Sorry, Conrad