From owner-freebsd-stable@freebsd.org Sun Jan 3 14:42:27 2016 Return-Path: Delivered-To: freebsd-stable@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 4519AA60970 for ; Sun, 3 Jan 2016 14:42:27 +0000 (UTC) (envelope-from oshogbo.vx@gmail.com) Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com [IPv6:2a00:1450:400c:c09::22f]) (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 D85D51F7B for ; Sun, 3 Jan 2016 14:42:26 +0000 (UTC) (envelope-from oshogbo.vx@gmail.com) Received: by mail-wm0-x22f.google.com with SMTP id l65so138387767wmf.1 for ; Sun, 03 Jan 2016 06:42:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=bXOGkvTKt8+jF14XqGU8/N3F9BAU2WbeOha8DgYpMvM=; b=Q6MNIyPEmWNgKhzEqitssDQiPJFsW0SIkelKTJACi4rqAghkdCiJX/gZGE50ivzP7p 0yqI3HKv8wPrr61/6B4/YmyNj3xzT7yfB5d0giY9rx2TQ7z9xperjDFZ2l6IO0lR8G1X /dCdKTmpmGA6jZ0tsIvDR2Vp5Mt0cvmDVgM/Du4PzO2N9IOP2hdCHc62+Zg6wyJHfUnZ gVnAYAXV9PlkYRKwvfsorktg6Yr9KVLhX1PHXXtUdvs4g6TtFQr4AiZsO7Rh9CLEtXeK AHVLzh11yZKJXSLJViYXb7TG2dUkSp9yB34ZC8ucGvb9cy3C12ED3XhJAoAkH0Wtoi+9 rr2A== MIME-Version: 1.0 X-Received: by 10.194.185.42 with SMTP id ez10mr106565516wjc.82.1451832144839; Sun, 03 Jan 2016 06:42:24 -0800 (PST) Sender: oshogbo.vx@gmail.com Received: by 10.194.152.68 with HTTP; Sun, 3 Jan 2016 06:42:24 -0800 (PST) In-Reply-To: References: Date: Sun, 3 Jan 2016 15:42:24 +0100 X-Google-Sender-Auth: iJVKNn_i9LP5vAT9ApI_LIcS2Ag Message-ID: Subject: Re: [HEADS UP] "options ZFS" broken on stable/10; please use zfs(4) module for the time being From: Mariusz Zaborski To: NGie Cooper Cc: FreeBSD-Stable ML , Marcel Moolenaar Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 14:42:27 -0000 Hi, Did you merge the changes made in ./sys/cddl/compat/opensolaris/sys/nvpair.h and https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D201356 ? Those twos should repair the problem. Thanks for doing all the work around merging it. Cheers, Mariusz On 3 January 2016 at 05:32, NGie Cooper wrote: > Hi all, > Marcel brought to my attention that =E2=80=9Coptions ZFS=E2=80=9D= is currently > broken on stable/10 as of r292973. It builds on head however. I=E2=80=99m= trying to > determine what MFCs are missing in order to fix stable/10. I=E2=80=99ll s= end out an > update email once I figure it out and fix the issue. > I apologize for the breakage. > Thanks, > -NGie