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 BC270C001DF for ; Fri, 4 Aug 2023 10:47:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231685AbjHDKr0 (ORCPT ); Fri, 4 Aug 2023 06:47:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47626 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231618AbjHDKqx (ORCPT ); Fri, 4 Aug 2023 06:46:53 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D46C859DA for ; Fri, 4 Aug 2023 03:45:48 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4B57C61F9F for ; Fri, 4 Aug 2023 10:45:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4AD25C433C9; Fri, 4 Aug 2023 10:45:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1691145932; bh=XEJ6/taXKzOxz1qeJ2Fp7+Ci0QrPjH39eE9R1Dxw134=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XDZUIZExDIV1jEqFMR42JUE+BLLBnZaPKw2/rpgybwfoN4VPm7L84KMz9GeSMthsW eoIkpys5NSywPfJQar8Qav7Pl67Dh2llOtylOfaC+wS/TytFGXv9QlQOxyFJgBkWbY jqJ6c/54PNbnH2jwXhwsk3jRatIWyaWTGVIjXazI= Date: Fri, 4 Aug 2023 12:45:29 +0200 From: Greg KH To: Alex Elder Cc: stable@vger.kernel.org, kuba@kernel.org, dianders@chromium.org, elder@kernel.org Subject: Re: [PATCH] net: ipa: only reset hashed tables when supported Message-ID: <2023080420-wrongdoer-omega-d6f9@gregkh> References: <20230803200506.282159-1-elder@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230803200506.282159-1-elder@linaro.org> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Aug 03, 2023 at 03:05:06PM -0500, Alex Elder wrote: > commit e11ec2b868af2b351c6c1e2e50eb711cc5423a10 upstream. Now queued up, thanks. greg k-h