From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F1C01C4363A for ; Fri, 30 Oct 2020 12:22:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7A76422245 for ; Fri, 30 Oct 2020 12:22:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604060523; bh=m9aAan61vlcDdnDbhusjQF3ETzB6r62fgrZG5iISkk0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=hvvFGUrubWJeOWS6u23GVxzqKVxUIjJqF6J205T72kk5vgyy9hsqJCFeI9adwdeWY dCvq9rfeQ3dRmy2Y44wDAboxS72cFoNdkYokTazi5jTDW2WqoxzRCaEwv7BfSw/FgM 19klnqF44niGKQ0d77BxlC/pO/m6qaYrLm3OJRdM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726559AbgJ3MWC (ORCPT ); Fri, 30 Oct 2020 08:22:02 -0400 Received: from mail.kernel.org ([198.145.29.99]:48912 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726362AbgJ3MVo (ORCPT ); Fri, 30 Oct 2020 08:21:44 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D106620724; Fri, 30 Oct 2020 12:21:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604060503; bh=m9aAan61vlcDdnDbhusjQF3ETzB6r62fgrZG5iISkk0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eh163Oq7SIjoYigOds291SjeR9/hCHRwWPukPxKGESfboY3skrDbDkOZLf9jt8Uwd DE212MqmBOEGPSA+x5xg8/FbBL0jFdWVOLJB8k397peV3VBmv7yn6EyeWtTccGwN4B jWDbxVd+/l0VdTFZCQR+hIN53y7xpXRVfK8xDyxE= Date: Fri, 30 Oct 2020 13:22:31 +0100 From: gregkh To: Arnd Bergmann Cc: Jakub Kicinski , driverdevel , Networking , Johannes Berg , Linux Kernel Mailing List , Inaky Perez-Gonzalez Subject: Re: [GIT PULL, staging, net-next] wimax: move to staging Message-ID: <20201030122231.GA2522837@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 29, 2020 at 10:06:14PM +0100, Arnd Bergmann wrote: > The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec: > > Linux 5.10-rc1 (2020-10-25 15:14:11 -0700) > > are available in the Git repository at: > > git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground.git > tags/wimax-staging Line wrapping makes this hard :( Anyway, pulled into the staging-next branch now, so it's fine if this also gets pulled into the networking branch/tree as well, and then all should be fine. thanks, greg k-h