Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp3829037ybb; Mon, 23 Mar 2020 08:26:05 -0700 (PDT) X-Google-Smtp-Source: ADFU+vuoxoNMzt9t2N1vpWFPocnjbV1q9QywfkdL+jHNcnXjRLFRQxZ0mf7f6ebMVxhOfBT62/GZ X-Received: by 2002:a9d:7402:: with SMTP id n2mr1548185otk.262.1584977165804; Mon, 23 Mar 2020 08:26:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1584977165; cv=none; d=google.com; s=arc-20160816; b=VvQGagi7wcpYOX/y+aCAakR/tvXGyRHlPtOFzC1M+kQzy6mHSB1VKpIGs49EsMp770 NkyihYIekb722xySUUwbt9IbvJrChT70iXbwdGvAg7kBLWYVMZPmWoBIEtfy9LmDr4Ej jwyYeu6O5NC12JxU9Y9AM3ry2YxNZE9wH1cA3Lx0cgpGx+pP4QFksBkiXFQIRL6m/uDd n1zquUbAkR3I0DWkQW3wWeqlmTH99vM1mH+8yVTBuZlYDpJq2HkZlDpIP4B+mQD7y/8x F5JyhaVizb+TURgaQ1RcEKGKUpM63PGaOJV9jlJSVDx5j4Sj3ZMffovpjns+JD/+0pYQ yhqw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=WxD+O6V0USXEi4IlzA3lo45Dy6QWz2x5cYwP9Z7A/Fk=; b=J0mhNCtnhI0NInRyRVzeqJ5jQTbhltoyyaCxd4DfHgv2WTzApPw7+WoP3pCks5Qd0w kPuxIEoflskYP9LullpxHJCBPTBZi26BVtox9NfPi4xaqmaeofNBoeSHn+cNyShe7YJy IfmiAnOFgA5hOfG8zDtp434PXvCYnXULWAUI3zPUKwK479ACxxXpyo0Xmr7z6jUnmboa rKlOi0XSCQp/WHM97u7WbvtXMWLIWkVgdluesUbRDyTMI9NhYXQbTEilYsTfTLGhVyWB t4bmoq/ItllD9oV8f8knYP2GECpkXLqqhBQzaIQrJkWaff8lu//gw/Nwa69B4jRz/mml 6cWA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u9si8314376oib.109.2020.03.23.08.25.53; Mon, 23 Mar 2020 08:26:05 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727132AbgCWPZs (ORCPT + 99 others); Mon, 23 Mar 2020 11:25:48 -0400 Received: from s3.sipsolutions.net ([144.76.43.62]:49284 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727053AbgCWPZs (ORCPT ); Mon, 23 Mar 2020 11:25:48 -0400 Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.93) (envelope-from ) id 1jGOxW-002WVN-UW; Mon, 23 Mar 2020 16:25:47 +0100 From: Johannes Berg To: linux-wireless@vger.kernel.org Cc: me@bobcopeland.com Subject: [PATCH 0/7] more wmediumd updates Date: Mon, 23 Mar 2020 16:25:35 +0100 Message-Id: <20200323152542.68696-1-johannes@sipsolutions.net> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Some of these fix my previous patches, but I also have a patch for some code I just posted here: https://lore.kernel.org/r/20200323162358.b397b1a1acef.Ice0536e34e5d96c51f97c374ea8af9551347c7e8@changeid to make it possible to use random-scan and other stuff, adding each MAC address from hwsim into the wmediumd "MAC". Also sanitizer support (helped catch the use-after-free) and a small fix for not treating management frames as noack, not sure why that was ever done? johannes