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=-4.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 B90BFC433E1 for ; Fri, 31 Jul 2020 05:08:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A1E6121744 for ; Fri, 31 Jul 2020 05:08:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730163AbgGaFIn (ORCPT ); Fri, 31 Jul 2020 01:08:43 -0400 Received: from mail.adapt-ip.com ([173.164.178.19]:56170 "EHLO web.adapt-ip.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726435AbgGaFIn (ORCPT ); Fri, 31 Jul 2020 01:08:43 -0400 X-Greylist: delayed 566 seconds by postgrey-1.27 at vger.kernel.org; Fri, 31 Jul 2020 01:08:42 EDT Received: from localhost (localhost [127.0.0.1]) by web.adapt-ip.com (Postfix) with ESMTP id E37204E7D77; Fri, 31 Jul 2020 04:59:15 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at web.adapt-ip.com Received: from web.adapt-ip.com ([127.0.0.1]) by localhost (web.adapt-ip.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id bAK_w9LxqUUj; Fri, 31 Jul 2020 04:59:13 +0000 (UTC) Received: from mail.ibsgaard.io (c-73-202-5-52.hsd1.ca.comcast.net [73.202.5.52]) (Authenticated sender: thomas@adapt-ip.com) by web.adapt-ip.com (Postfix) with ESMTPSA id 262DF4E7C36; Fri, 31 Jul 2020 04:59:12 +0000 (UTC) MIME-Version: 1.0 Date: Thu, 30 Jul 2020 21:59:12 -0700 From: Thomas Pedersen To: Stephen Rothwell Cc: Johannes Berg , Wireless , Linux Next Mailing List , Linux Kernel Mailing List Subject: Re: linux-next: build warnings after merge of the mac80211-next tree In-Reply-To: <20200731132830.75d7a905@canb.auug.org.au> References: <20200731132830.75d7a905@canb.auug.org.au> User-Agent: Roundcube Webmail/1.4.7 Message-ID: <451863e31438ded0dc46b84b968a1d2c@adapt-ip.com> X-Sender: thomas@adapt-ip.com Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020-07-30 20:28, Stephen Rothwell wrote: > Hi all, > > After merging the mac80211-next tree, today's linux-next build (x86_64 > allmodconfig) produced these warnings: Thanks Stephen. I'll send a fix against mac80211-next to linux-wireless. -- thomas