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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C7ECAC46467 for ; Sat, 14 Jan 2023 13:47:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230010AbjANNrV (ORCPT ); Sat, 14 Jan 2023 08:47:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49958 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229646AbjANNqp (ORCPT ); Sat, 14 Jan 2023 08:46:45 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C724D3A9B; Sat, 14 Jan 2023 05:46:43 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 7060DB808CD; Sat, 14 Jan 2023 13:46:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6713BC433EF; Sat, 14 Jan 2023 13:46:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1673704001; bh=uBcrKz57WGqNdhpKMGqIMKlBdqZrPQ0w7Sb911aM5u8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nEQRwL2uXx4hT4CEXENbukF4Bt56TBCyg/j7EBj7vcnpIbZMio/urexP9S4+pYifX uydupyZxIZ7lrm4mfH0OW4eywana3e3MfwG3XyYSC/2ZYMeTSeW4W0C0w0RouYGzy2 039SBaIj2qGUkiyHOfr+XNORsfaIuAcHJoklSuQ4= Date: Sat, 14 Jan 2023 14:46:37 +0100 From: Greg Kroah-Hartman To: Nikita Zhandarovich Cc: stable@vger.kernel.org, Felix Fietkau , Lorenzo Bianconi , Ryder Lee , Kalle Valo , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, Alexey Khoroshilov , lvc-project@linuxtesting.org Subject: Re: [PATCH 5.10 0/1] mt76: move mt76_init_tx_queue in common code Message-ID: References: <20230113150445.39286-1-n.zhandarovich@fintech.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230113150445.39286-1-n.zhandarovich@fintech.ru> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 13, 2023 at 07:04:45AM -0800, Nikita Zhandarovich wrote: > My apologies, I should've have explained my reasoning better. Reasoning for what? Sorry, I have no context here, please properly quote emails so that we have a hint as to what is going on. Remember, some of us get 1000+ a day that we need to process somehow... thanks, greg k-h