Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp515263pxf; Thu, 8 Apr 2021 07:42:50 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwxDYjuQANw7KJQFp7fylPwu6EOTFadJh6SVzxsp6k1PLSvW1T1Um+An37rQExXJ6f+UEmy X-Received: by 2002:a63:b52:: with SMTP id a18mr8449926pgl.276.1617892969899; Thu, 08 Apr 2021 07:42:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1617892969; cv=none; d=google.com; s=arc-20160816; b=ztxPllJCVyrIgN4muCak4hkFEFq2+V9XF5tT6HpdG17JTBkd0nvLTcOgL15HdMyi8B ISRUFlowQMC8vBtg+mGNnh8qEPFjfmCYTV9+M/WHC54SI1ipuZ7DDnBWt8BZcDE5t3Sb gUz3mgfICEYdr9DM/AKGyMkHbztCPeO2lYelni7AbuNrfwuQfPe9u92DGKX+VOZBPkr8 asGDc5V/3dE6js5TBhtDMElSjQZe/JlKjTTpPrb4L95OSygbLBwFH6a3inmQLU9Lsv9s dcwJ4igMJ38eNhHtQRwcVNvyGWDFGmc5Qr0zbOwe9CxMOMiQbg/7sB1TW87bG5v5sYQW buIg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:date:cc:to:from:subject :message-id; bh=cRp+fh1EYpteIVaE4zU02+omjVngtGOTfYzWI/9dU6g=; b=vktnlyA3OBwCcntqRKF21uqV371+K6VNaTWiynsa5qEqPolJc/PzK8ecxBy+7mMYlE qqjLX4Re9SgXdDmNPlLZsmdg5I4a3ygQjJV9ocMAGatMlehE5bcmqhYwdo9uvUWS+9Ue IHPtf10giOVhPUfZs8aNUGQ79Bws4DVVQtocmPFMjPpqlh0eRoNYn788zQjLGBOjeWq2 z5NqQ6NbpDh2aobpmct5HWAclRbcUZWW3US4+vqSq5adYt1YOlDPbpSx/m9lYuSKLrj9 G3mXCLJhyynWgOokA1bTaWtz4f0ICQ4eCzKAC+8yMPNlxuo0FGKi/fpzjH+H7rmaXEKV gHpA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id j13si27960364pgs.434.2021.04.08.07.42.31; Thu, 08 Apr 2021 07:42:49 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231775AbhDHOm2 (ORCPT + 99 others); Thu, 8 Apr 2021 10:42:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54996 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231480AbhDHOmZ (ORCPT ); Thu, 8 Apr 2021 10:42:25 -0400 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 88992C061760; Thu, 8 Apr 2021 07:42:14 -0700 (PDT) Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94) (envelope-from ) id 1lUVrI-0092ie-51; Thu, 08 Apr 2021 16:42:12 +0200 Message-ID: Subject: Re: pull-request: mac80211 2021-04-08 From: Johannes Berg To: netdev@vger.kernel.org Cc: linux-wireless@vger.kernel.org Date: Thu, 08 Apr 2021 16:42:10 +0200 In-Reply-To: <20210408125344.50279-1-johannes@sipsolutions.net> (sfid-20210408_145352_855056_807E3D7B) References: <20210408125344.50279-1-johannes@sipsolutions.net> (sfid-20210408_145352_855056_807E3D7B) Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.38.4 (3.38.4-1.fc33) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-malware-bazaar: not-scanned Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Thu, 2021-04-08 at 14:53 +0200, Johannes Berg wrote: > Hi, > > Yes, I'm late with this, sorry about that. I've mostly restricted this > to the most necessary fixes, though the virt_wifi one isn't but since > that's not used a lot, it's harmless and included since it's obvious. > > The only thing that's bigger is the rfkill thing, but that's just since > it adds a new version of the struct for userspace to use, since the > change to the existing struct caused various breakage all around. Wait, let me withdraw that - I have another syzbot fix coming. johannes