From owner-svn-src-all@freebsd.org Mon Jun 12 20:24:58 2017 Return-Path: Delivered-To: svn-src-all@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 96B8BC7738F; Mon, 12 Jun 2017 20:24:58 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it0-x22d.google.com (mail-it0-x22d.google.com [IPv6:2607:f8b0:4001:c0b::22d]) (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 5E4C37D582; Mon, 12 Jun 2017 20:24:58 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it0-x22d.google.com with SMTP id l6so17987657iti.1; Mon, 12 Jun 2017 13:24:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=3bBnFYE38v4iYUauZym0AvNMX+umItaoTOkSCRN5UnI=; b=PfvfcxnYid2HPYFObgxrcQxMIl7qnV3viCWPpUzVAjyjoW0d4nPDfr6VWkTO/ndDbR TCT9rb2fGOPx7jcoD30QhgyFuwlLNjMQMGjeI1nU5E3NOaZBpbVcTwT+HSx4YBG5PS4k Oqrqsj0hc8JkaC3gIPu620nbmbj0cx1rtmhIO/ecY3OOru9IjrbQJzibcArPxx+eLlUb Mo9SXqCm9lrYmIuCFVO+U79ahLV20BHVD7+9apRYlKTOzXwwttSI8HViNMSihb3Hwqll s0QKlS1jTiN1XbZj1XkSeH77FRYFS+NqS/lekjmLFDXv06WEhdyxHD106i7LJ/1DwFwe +ynA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=3bBnFYE38v4iYUauZym0AvNMX+umItaoTOkSCRN5UnI=; b=k+q/nvCiJ7JaXVkLxqPQzV0Ri0xvDeGT9cFlaCJHi4aPJqe4b9AI5rqLBsb1kaElFv NDWPDGD3BPaxV0c5lojt8rf/q90HdrU7xKP+pjG4/058qUn0X3SaFHy6nGRIxJX9xAtp ONaV+lI41kmp32CgiSZuz+xh8NIxPR/Vn4X0GDYIQHHnGyuBdY76A5rbpHeZ0fM3O+RI ns/ftBDJEBH4z5jimhm6slWBOzsZXfiWGqniJhJa/IYhBX6gsnx2jeZYbSe0B7aN+0dB T0+7FsMARJpnrP3AkG5pzLHKGWLkO3Y7vsmtRQ1sJ0zA7bgTUV8C5mcus5Lnjx7sIL5f 17Sg== X-Gm-Message-State: AKS2vOxw67p2KVze92g3yUymAHWOaCQ0Tyeg9FbS2UlqfWZrZdxh2wmU /zVH2Dt+xIRdJC6P/ZICVVVfjC35M+ts X-Received: by 10.36.161.67 with SMTP id n3mr11029610iti.7.1497299097734; Mon, 12 Jun 2017 13:24:57 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.10.86 with HTTP; Mon, 12 Jun 2017 13:24:37 -0700 (PDT) In-Reply-To: <201706121722.v5CHMNNo000648@repo.freebsd.org> References: <201706121722.v5CHMNNo000648@repo.freebsd.org> From: Ed Maste Date: Mon, 12 Jun 2017 16:24:37 -0400 X-Google-Sender-Auth: Tr2kqxDafy5n9I_ZeQH9dA7TuA4 Message-ID: Subject: Re: svn commit: r319859 - head To: Ian Lepore Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2017 20:24:58 -0000 On 12 June 2017 at 13:22, Ian Lepore wrote: > > [*] Not all arches have a generic kernel (but they probably should for > test-building purposes, even if it can't boot on any real hardware). Or build GENERIC* + LINT*?