From owner-svn-src-head@freebsd.org Mon Nov 20 22:30:08 2017 Return-Path: Delivered-To: svn-src-head@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 CA866DF743B; Mon, 20 Nov 2017 22:30:08 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-lf0-x232.google.com (mail-lf0-x232.google.com [IPv6:2a00:1450:4010:c07::232]) (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 4E36B70612; Mon, 20 Nov 2017 22:30:08 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-lf0-x232.google.com with SMTP id i14so11895497lfc.1; Mon, 20 Nov 2017 14:30:08 -0800 (PST) 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=HeT7p5XXdOVxxxfpKmYI80cUQflUFOJTur5AhArZTMY=; b=OQ+wG8lQwEr0KbKAzFavcrABpKtwxEZu8mW+utjRGMwWbMNVdIvSW6lCVVpMInTzkl jD91iE7w7YF4pIW+59mG12sPV+hI+lNBrMoOcJ4vbLcEuKLSBxgW+QIvfDxXzdfI890b Mro8ATyLxM48cUPML8jpkHKRYKIggeyVwIKKGbBxGiPI6nSh8H/Djf5mDXvxzCUq3O5C rye58ABEfxdmpaQkOtLsJ3mckJB1Y99J6mjiH8vOxJbZnSfGSj31eVRUxy3N5dAeWbI9 m02bdUt6axIUQvDoPOZykltOUjyPxdNmwDUlv4XeKrCiOTOVZE57H2odyLZPZ6pWQ8S3 S3UA== 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=HeT7p5XXdOVxxxfpKmYI80cUQflUFOJTur5AhArZTMY=; b=uOks5x2+qZi7lBagv7b027rBQyLjqkqG54I2aXS6Jqc1FVHOD7aJF6qcLZiYVZSlRl JFLzLi7zA1QSJGrlA9ulc/RSsW8vpd199cAsbmRclJuGY+3JpbpjvfJKbXbM4rqjp442 vKQnqx2E8vlb1afOb4U/Hzjb6MNItDoI6EN1tXYRr/WT7qypv5w8fyhNuoR4xvitFQ89 rB5uGywL59JquJUhW+xp0yt6uZS9zkI1jNKI1Ge68aCAr6YE5TcEK+BlN6lnHG8t6VSo duQO3uU+AClK/giUxmlkGbjUZtG2pECc53KVYEjbvEln3JebRF+dGWXGaSZxMIOQgDpH Mk9g== X-Gm-Message-State: AJaThX4+P58ebLf5HhNVYLam0xdziIxEcNcNPZOOl/dBvS/1Je+OFrOk YRkS0wIUn0wIVZbU5IgycmF9cFdsLWYlp2gM1SE= X-Google-Smtp-Source: AGs4zMZScp+5XvlZqJkQt5FPphqysEPiwjxYgQHq/Wsahx1PqmINqfaHlZcwgc3171QCexU/8oYmNrAcMmqwstp4FC0= X-Received: by 10.46.8.2 with SMTP id 2mr4218745lji.99.1511217006037; Mon, 20 Nov 2017 14:30:06 -0800 (PST) MIME-Version: 1.0 Sender: asomers@gmail.com Received: by 10.179.76.19 with HTTP; Mon, 20 Nov 2017 14:30:05 -0800 (PST) In-Reply-To: <201608190430.u7J4UTqU025924@repo.freebsd.org> References: <201608190430.u7J4UTqU025924@repo.freebsd.org> From: Alan Somers Date: Mon, 20 Nov 2017 15:30:05 -0700 X-Google-Sender-Auth: 3YaCtO5AL4uurGIzgV6ATtpiAOk Message-ID: Subject: Re: svn commit: r304443 - head/sys/cam To: Warner Losh 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-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Nov 2017 22:30:08 -0000 Can we MFC this now? Perhaps in tandem with 326034 ? On Thu, Aug 18, 2016 at 10:30 PM, Warner Losh wrote: > Author: imp > Date: Fri Aug 19 04:30:29 2016 > New Revision: 304443 > URL: https://svnweb.freebsd.org/changeset/base/304443 > > Log: > Improve the pattern matching so that internal *'s work, as well as > [set] notation. This fixes pattern matching for recently added drives > that would set the NCQ Trim being broken incorrectly. > > PR: 210686 > Tested-by: Tomoaki AOKI > MFC After: 3 days > > Modified: > head/sys/cam/cam.c