From owner-freebsd-current@freebsd.org Thu May 5 05:14:39 2016 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 F1B17B2D90A for ; Thu, 5 May 2016 05:14:39 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x230.google.com (mail-ig0-x230.google.com [IPv6:2607:f8b0:4001:c05::230]) (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 BD48314C1 for ; Thu, 5 May 2016 05:14:39 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-ig0-x230.google.com with SMTP id u10so6113688igr.1 for ; Wed, 04 May 2016 22:14:39 -0700 (PDT) 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; bh=U4bsH+qCiqp3FJPu/nKTNBf1Zjk9WABKFaCPNzXJkbQ=; b=S0tj5nvrFtHlSfh4vECIQWXi6/2G9k6mdc8bHT60f7766VIYqZ5JtdoDgiuQ36e6Ig 8vYWjPpo6LOMW8PBw8l73a7/Bzoienq08I3uFuZMVWlqrsr7QsXEnA/AID2PFHi6rbJ0 4PrmDELQG2QaRn1YtLLz8FNVFIwatJ9SA9r0QPMkWr4NbrfFzaBuAHreXVnQSC2fPT8z m0eGzrVQ3nNhwTv2W2gOoyc/q03ahqMaRvfUWC3jryehASGkco5jIh1OtZvZ9ZKtH79/ 4cjQJVgmsbDOWtSElnBRgDVBPNOB5BveQzYIlFX6WTV5ESFnoxWq5pHs4GN9o9eCfcIQ bW8g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc; bh=U4bsH+qCiqp3FJPu/nKTNBf1Zjk9WABKFaCPNzXJkbQ=; b=jdQXAu7RFC4+B2PV81ruRGBZDwPkRzq9x+EJi0yY1D4qOk2ZucMyIijtYBvRySk1XL 0rZMAnOY5heaC9Bn7uD1mWfQkq/guXA7z+EH4QWPpgMFgx1mVX4dGKAwgSWhdvqxlAHZ QAKteG8AcBFqhHssqcKlgQSRK6QRj4e75s5WRJIzPop2bmWPL+Lb+NSk6f9vEnfXUanL s1ecP+TgCGLITOraMexGcPHHvAA4DnWQU4gjTPHEjddNIwLjJ/JjrPJw1aKQ9YShC4cX Pu+v3EuO6R2x8bgwfeNOl6u10GfD3hOiimGk8OEKjJEbomJ8/v2PEi161JFr5XEneM3k 6eDA== X-Gm-Message-State: AOPr4FX4jG42txBsL2d+NGHvVucEhCj++foqFkahpXj46Ieqwv0n3qXgY5NHyKTnUsimAj5bOuoQDvs/NYbFLg== MIME-Version: 1.0 X-Received: by 10.50.187.133 with SMTP id fs5mr1404378igc.61.1462425279169; Wed, 04 May 2016 22:14:39 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.113.3 with HTTP; Wed, 4 May 2016 22:14:39 -0700 (PDT) In-Reply-To: <73DAC842-52F6-41C3-9EA6-F423534520B6@gmail.com> References: <20160505005600.GA14936@troutmask.apl.washington.edu> <73DAC842-52F6-41C3-9EA6-F423534520B6@gmail.com> Date: Wed, 4 May 2016 22:14:39 -0700 X-Google-Sender-Auth: BDuXTngCv8YSBjKDSxe-ZHuoE9I Message-ID: Subject: Re: please test your commits From: Adrian Chadd To: "Ngie Cooper (yaneurabeya)" Cc: kargl@uw.edu, FreeBSD Current Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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: Thu, 05 May 2016 05:14:40 -0000 sorry, big pointyhat here. I only did a kernel test. I'll have to figure out a cleaner way to fix this. (this is all so we don't have collisions with the linux "struct device" for linuxkpi updates, fwiw.) -a On 4 May 2016 at 18:53, Ngie Cooper (yaneurabeya) wrote: > >> On May 4, 2016, at 17:56, Steve Kargl wrote: >> >> % make -j7 buildworld |& tee sgk.log >> >> --- lib/libkvm__L --- >> In file included from /usr/src/lib/libkvm/kvm_pcpu.c:43: >> /usr/obj/usr/src/tmp/usr/include/sys/pcpu.h:163:2: error: unknown type name 'device_t' >> device_t pc_device; >> ^ > > Adrian CCed.