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=-3.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,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 41397C433E0 for ; Tue, 4 Aug 2020 04:07:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 38155206D4 for ; Tue, 4 Aug 2020 04:07:40 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="ZCSzz52J" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725995AbgHDEHi (ORCPT ); Tue, 4 Aug 2020 00:07:38 -0400 Received: from mail29.static.mailgun.info ([104.130.122.29]:24085 "EHLO mail29.static.mailgun.info" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725300AbgHDEHh (ORCPT ); Tue, 4 Aug 2020 00:07:37 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1596514057; h=Content-Type: MIME-Version: Message-ID: In-Reply-To: Date: References: Subject: Cc: To: From: Sender; bh=SGwja8y8+2eEY7F6f9AFgaaHNgcS4XPsfiTS3Uu5iSY=; b=ZCSzz52Jg7CbSNo16Td7zMadVH0RurV7hXT5krHXod8WriojCp6rnFJ4vpVGZ8elIofBBMN6 ms4WIeDqzQszo4HWxW6i6QMcL+fq5m8LjldYOqGeQpuXQha6lk0FSptTmwJLIWsxvwPIox/V IvcH1oYHEAXv265JH2mQmGPMcGY= X-Mailgun-Sending-Ip: 104.130.122.29 X-Mailgun-Sid: WyJiZjI2MiIsICJuZXRkZXZAdmdlci5rZXJuZWwub3JnIiwgImJlOWU0YSJd Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n07.prod.us-east-1.postgun.com with SMTP id 5f28defdbcdc2fe471c93297 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Tue, 04 Aug 2020 04:07:25 GMT Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 6D414C433C9; Tue, 4 Aug 2020 04:07:24 +0000 (UTC) Received: from x230.qca.qualcomm.com (88-114-240-156.elisa-laajakaista.fi [88.114.240.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: kvalo) by smtp.codeaurora.org (Postfix) with ESMTPSA id 0D32EC433C6; Tue, 4 Aug 2020 04:07:22 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 0D32EC433C6 Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=none smtp.mailfrom=kvalo@codeaurora.org From: Kalle Valo To: David Miller Cc: netdev@vger.kernel.org, linux-wireless@vger.kernel.org Subject: Re: pull-request: wireless-drivers-next-2020-08-02 References: <20200802190136.CB524C433CA@smtp.codeaurora.org> <20200803.161852.1328879920773355611.davem@davemloft.net> Date: Tue, 04 Aug 2020 07:07:20 +0300 In-Reply-To: <20200803.161852.1328879920773355611.davem@davemloft.net> (David Miller's message of "Mon, 03 Aug 2020 16:18:52 -0700 (PDT)") Message-ID: <87r1sncavb.fsf@codeaurora.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org David Miller writes: > From: Kalle Valo > Date: Sun, 2 Aug 2020 19:01:36 +0000 (UTC) > >> here's a pull request to net-next tree, more info below. Please let me know if >> there are any problems. > > There are many several non-trivial mt76 conflicts, can you please sort > this out and send me another pull request? Yeah, I noticed the same and I tried to explain how to fix those in the signed tag: ---------------------------------------------------------------------- This pull request causes conflicts in four files in drivers/net/wireless/mediatek/mt76/mt7615/, here is how I fixed those: * usb.c: take the hunk which uses mt7663_usb_sdio_tx_*() functions * mt7615.h: remove either one of the duplicate (and identical) enum tx_pkt_queue_idx * mt7615.h: take the hunk which has mt7615_mutex_acquire/release() functions * main.c: take the hunk which uses mt7615_mutex_acquire/release() * mac.c: take the hunk which uses is_mmio ---------------------------------------------------------------------- By following those instructions it shouldn't take more than few minutes to fix the conflicts. Or would you prefer that I fix those differently, for example by pulling net-next to wireless-drivers-next before I send the pull request? Just let me know what you prefer. -- https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches