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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 B7079C5B57D for ; Tue, 2 Jul 2019 04:09:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8BEE321479 for ; Tue, 2 Jul 2019 04:09:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562040580; bh=QHIKQYd0C1vDCIQWiTD/imqiXd5i87wp/Cn6DiqKHsQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=KG5FHU6PHLqzNkvOJOLEbBonOPbOL8yw8+oUZ6z8b0vYLSEKy4UBYGSRTrZkT0lba r4I5dRqD7YAiPy/xU6uV7W1kVgQI5JpxNlqS9xJr74qEuaSsPvyyT/1RUW+/pcuF5b V7IevxIyCNRne7GP+4hTa7/LpMNX2ZX0V5fSJ7G0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725846AbfGBEJe (ORCPT ); Tue, 2 Jul 2019 00:09:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:60360 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725648AbfGBEJd (ORCPT ); Tue, 2 Jul 2019 00:09:33 -0400 Received: from localhost (unknown [37.142.3.125]) (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 1F91F21479; Tue, 2 Jul 2019 04:09:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562040572; bh=QHIKQYd0C1vDCIQWiTD/imqiXd5i87wp/Cn6DiqKHsQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jmU7CB9r0vkCCK+CQFBkbfh2n1inubA0uIQiTnPKL4/pDFHEuOe0BpXEunNcBV1RR SlwE9ZIAaLZX6f7oKMkKSlVrbbNonA8Eho8FU7fWbxFJRw7v43JwmO2qSl/RUhbu3x ByeLZBValp11EBI0QCESzQMOvGCH99TZ+l9sH1pc= Date: Tue, 2 Jul 2019 07:09:24 +0300 From: Leon Romanovsky To: Stephen Rothwell , Saeed Mahameed Cc: Linux Next Mailing List , Linux Kernel Mailing List Subject: Re: linux-next: Fixes tag needs some work in the mlx5-next tree Message-ID: <20190702040924.GP4727@mtr-leonro.mtl.com> References: <20190702100533.206ea0df@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190702100533.206ea0df@canb.auug.org.au> User-Agent: Mutt/1.12.0 (2019-05-25) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 02, 2019 at 10:05:33AM +1000, Stephen Rothwell wrote: > Hi all, > > In commit > > 16fff98a7e82 ("net/mlx5: E-Switch, Reg/unreg function changed event at correct stage") > > Fixes tag > > Fixes: 61fc880839e6 ("net/mlx5: E-Switch, Handle representors creation in handler context") > > has these problem(s): > > - Target SHA1 does not exist > > Did you mean > > Fixes: ac35dcd6e4bd ("net/mlx5: E-Switch, Handle representors creation in handler context") Right, unfortunately this commit was already merged. Thanks > > -- > Cheers, > Stephen Rothwell