From owner-svn-src-stable-11@freebsd.org Thu Mar 8 11:51:08 2018 Return-Path: Delivered-To: svn-src-stable-11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32776F27819 for ; Thu, 8 Mar 2018 11:51:08 +0000 (UTC) (envelope-from oliver.pinter@balabit.com) Received: from mail-io0-x244.google.com (mail-io0-x244.google.com [IPv6:2607:f8b0:4001:c06::244]) (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 8432376298 for ; Thu, 8 Mar 2018 11:51:07 +0000 (UTC) (envelope-from oliver.pinter@balabit.com) Received: by mail-io0-x244.google.com with SMTP id q24so6759144ioh.8 for ; Thu, 08 Mar 2018 03:51:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=balabit-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=X+K0gebLFf7h9/1vaVJXB/XwwOUt2B7hoYl9zjgYwOQ=; b=sF37X4pBGw8/ioXBvldUdqgIG1qnDBoWuG128BLNsqAHsj9IwrMojkec7Ft+7R3S0c EzZEhmVvrvR3tdIdyTBGd1LdU8WIVIfYEKn8Pt2nVKjA8xFNlpbpOphUDwyTHlM5//K0 PDMmo3D9znrbyUyeyYhFNvDc/UxEO4U3yF8ta+eLH+hoItmq14a9U2yFFP6r8YZRbN9V 9skAUQZ/QmGK8n6fv4tWxEUX682pc3skCb7KwiP3uo90lGuaTokDCR20uQgRgJbuRmVV fwnNkcrPlq5NhdAIie3TfH/h6L6EJTOa2+KBlxAzmvRIjfeY6uHlkYG8DGEkK3yJvDwr kbPQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=X+K0gebLFf7h9/1vaVJXB/XwwOUt2B7hoYl9zjgYwOQ=; b=lkMdr0DKGMFUE5pyV+e5iE99KomtD5mte8bztPKMURsKpXX4Ko1EDoFaGoBR6uWghK 5vV+1d3A4ugKUO6Iw7JV588GnghtlChTBdtt74iXrteTzZSgj7Q5a6U6fcsyzx1GJt8u ZUlSlqsGFVaC5pXCfCvL9ZqxRF2wsMzE6S+uoX10gn/nR784e766nshIue8/eBXUVQ8o HmuJ6J5Cz107Y3ZwA+DhOAyC7qwPLMSMSr6iFhDQZH7FA+EjAqxDoRB0FOJE7Ogg/dwA VIOA1eidcpHV7Sq8f7IwsdpIlRMNIrrGenBZwdmBbm7O69GoJUwlz/TGQeg6zbwCUIOA S/Vw== X-Gm-Message-State: AElRT7EWvbxdCertZFYOd9IrL7nIEC9OCeXmF6Mil+baWTWcUPR3udNo bJxQLeH3dgOUmOh7+6hGfs4nxxRiXxIN7Yu0vO48Yw== X-Google-Smtp-Source: AG47ELs/XX1VWE5bvw2GapoKZvZR6CQoH1Omgw1x9afhKw2hV6VUKnAUyO2TfnoFCrBwRNai7Nh8umjmAIrLFrW7+uo= X-Received: by 10.107.203.4 with SMTP id b4mr32155932iog.105.1520509866693; Thu, 08 Mar 2018 03:51:06 -0800 (PST) MIME-Version: 1.0 Received: by 10.192.225.141 with HTTP; Thu, 8 Mar 2018 03:51:06 -0800 (PST) In-Reply-To: <201803072318.w27NIrI6056501@pdx.rh.CN85.dnsmgr.net> References: <201803072318.w27NIrI6056501@pdx.rh.CN85.dnsmgr.net> From: =?UTF-8?B?UGludMOpciwgT2xpdsOpcg==?= Date: Thu, 8 Mar 2018 12:51:06 +0100 Message-ID: Subject: Re: svn commit: r330451 - in stable/11/sys: dev/iwm dev/otus dev/usb/wlan net80211 To: rgrimes@freebsd.org Cc: Eitan Adler , svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers , svn-src-stable-11@freebsd.org, John Baldwin Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: svn-src-stable-11@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for only the 11-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Mar 2018 11:51:08 -0000 On Thu, Mar 8, 2018 at 12:18 AM, Rodney W. Grimes < freebsd@pdx.rh.cn85.dnsmgr.net> wrote: > > On 7 March 2018 at 09:37, John Baldwin wrote: > > > On Tuesday, March 06, 2018 06:46:37 PM Eitan Adler wrote: > > >> On 6 March 2018 at 08:26, John Baldwin wrote: > > >> > On Monday, March 05, 2018 07:13:59 PM Eitan Adler wrote: > > >> >> On 5 March 2018 at 10:08, John Baldwin wrote: > > >> >> > On Monday, March 05, 2018 07:54:58 AM Eitan Adler wrote: > > >> >> >> Author: eadler > > >> >> >> Date: Mon Mar 5 07:54:57 2018 > > >> >> >> New Revision: 330451 > > >> >> >> URL: https://svnweb.freebsd.org/changeset/base/330451 > > >> >> >> > > >> >> >> Log: > > >> >> >> MFC r306837: > > >> >> >> > > >> >> >> [net80211] extend the ieee80211_rx_stats struct to include > more information. > > >> >> > > > >> >> > Have you thought about the KBI implications of this change and > some of the > > >> >> > other changes you've merged? > > >> >> > > >> >> I do have a copy of the modules from 11.1 and have loaded them at > > >> >> various points in time after merging. That said, I am not perfect. > > >> >> Unfortunately, my -STABLE box did not have fully functioning > drivers > > >> >> before these changes so its difficult to test anything beyond > "loads > > >> >> and does not panic.". I havn't done so today yet, but that will > happen > > >> >> soon. > > >> >> > > >> >> Ensuring these things work through code inspection is certainly > > >> >> possible and I've skipped over several changes as a result. > > >> > > > >> > Loading a module doesn't alone doesn't actually test for breakage. > > >> > > >> I'm aware. In this case I should likely just revert this change since > > >> its a pretty blatant break. > > > > > > I suspect many of these changes for iwm, etc. are all intertwined so > I'm not > > > sure if you can leave out individual ones. > > > > Possibly. I do have iwm working on my laptop though. I also know of > > one open PR assigned to me w.r.t. a model I don't own. I'll be > > addressing it some time this week. > > I believe I also have a tester of stable/11 iwm patches avaliable, > he has an 8265? > At weekend I will test them. > > -- > Rod Grimes > rgrimes@freebsd.org > _______________________________________________ > svn-src-stable-11@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-src-stable-11 > To unsubscribe, send any mail to "svn-src-stable-11- > unsubscribe@freebsd.org" >