From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from sipsolutions.net (s3.sipsolutions.net [168.119.38.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DC1F6332917; Wed, 8 Jul 2026 09:45:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=168.119.38.16 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783503912; cv=none; b=IxzrfJjB7C5qQ66jaUGJLehlSzSIF7exQ5WY0D2w2kMRySJr1F3f9oenvvRnQ5CaHBb+T3PJyexAsLJC0ZSUlozY1MEYFodAAMsiKN7Eul4xGuJjUDmCUya4pQtmw/KOM+gxbZv2hVB4qqpNUuzSjQHJpiwa0dsdPPNt2OnF9Vc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783503912; c=relaxed/simple; bh=fWsg+VRZP+IygMe6ufylZ2Cx4gOG+ZDTVRFd55uzSho=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=Qo3gRMu+E9fHb6p4tPVTAqXYuYglLfcjbP5+wU/pJ5QMtVsrcWkvKlfd31JEy6sHR9laNzPjkWnNLSw0bTcJzmqA45ppNk1J3GgQ5aPVVQpuZFVHJhgLJr4JUp9ytDW4DXuW95FlXv+qYt1w4oH7DXz8y74K9ydjb3V2h5JLJHg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=permerror header.from=sipsolutions.net; spf=none smtp.mailfrom=sipsolutions.net; dkim=pass (2048-bit key) header.d=sipsolutions.net header.i=@sipsolutions.net header.b=p/JDTa+p; arc=none smtp.client-ip=168.119.38.16 Authentication-Results: smtp.subspace.kernel.org; dmarc=permerror header.from=sipsolutions.net Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=sipsolutions.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sipsolutions.net header.i=@sipsolutions.net header.b="p/JDTa+p" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sipsolutions.net; s=mail; h=MIME-Version:Content-Transfer-Encoding: Content-Type:References:In-Reply-To:Date:Cc:To:From:Subject:Message-ID:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-To: Resent-Cc:Resent-Message-ID; bh=fWsg+VRZP+IygMe6ufylZ2Cx4gOG+ZDTVRFd55uzSho=; t=1783503910; x=1784713510; b=p/JDTa+pQJl10MciO6lRfdHEwYB0/Zhlm7xSqhnAhM9wfhF phfN7FR/rBxo6BD66rGTlxrQtEqioZcOu0/kzEGoP7u4XlIDm63XS7GrzWr9660010Rr1M5NZxT7B U6nVAal2E31vTogphA9s7GO6tgiaLJzjyrhYY6Wg4nxWTXv+bOGUnJcDMco68PKicSvOPGTO3JECA toLizaaUnym6neqvuOnYwBEli55Q706TUAKEhbnAQamRKukB22sh4OQ8DLbwip4ymIxkY6n+gFJyb ntz7OyAbTATF7Aw9BnvtGCoe4owVt9AVM6rNgpnVg4PINXuKWG1roXo2Yd0Xc4EQ==; Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_X25519__ECDSA_SECP256R1_SHA256__AES_256_GCM:256) (Exim 4.98.2) (envelope-from ) id 1whOHC-00000004WiW-0pqx; Wed, 08 Jul 2026 11:09:06 +0200 Message-ID: <867a09c9bc173902bf2deb9094a008c5cd33bc92.camel@sipsolutions.net> Subject: Re: [PATCH 0/4] drivers/net: replace __get_free_pages() with kmalloc() From: Johannes Berg To: Paolo Abeni Cc: Brian Norris , Francesco Dolcini , Jakub Kicinski , b43-dev@lists.infradead.org, libertas-dev@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, "Mike Rapoport (Microsoft)" Date: Wed, 08 Jul 2026 11:09:05 +0200 In-Reply-To: <3832c190-b5b7-49a2-902d-7f75598b0789@redhat.com> References: <20260701-b4-drivers-wireless-v1-0-60264cdf2efe@kernel.org> <3832c190-b5b7-49a2-902d-7f75598b0789@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.58.3 (3.58.3-1.fc43) Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-malware-bazaar: not-scanned On Wed, 2026-07-08 at 10:55 +0200, Paolo Abeni wrote: >=20 > @Johannes: just an head-up, I assume this series will go via your tree > (despite the slightly misleading subj) I assumed the same and already have it in wireless-next (with fixed up subjects to add wifi: prefixes). johannes