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=-0.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,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 C6699CA9EB5 for ; Mon, 4 Nov 2019 21:01:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 97EFF204FD for ; Mon, 4 Nov 2019 21:01:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=canb.auug.org.au header.i=@canb.auug.org.au header.b="psHy4bvA" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728409AbfKDVBj (ORCPT ); Mon, 4 Nov 2019 16:01:39 -0500 Received: from bilbo.ozlabs.org ([203.11.71.1]:40351 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726417AbfKDVBi (ORCPT ); Mon, 4 Nov 2019 16:01:38 -0500 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 476QFq6vnYz9sP4; Tue, 5 Nov 2019 08:01:35 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=canb.auug.org.au; s=201702; t=1572901296; bh=brx9ehP4FCaic0vmXRQ06+f8+KlGVKbOLJleBD7faYg=; h=Date:From:To:Cc:Subject:From; b=psHy4bvAIm0FYQ07rJGiqy1/GKaW7Jc7m/+Ps7bMISdZboZcqWaaZxXT5O8ItoHPo uXxJQbhfWv57ZgSCUkMEpVlTlt4BzLlMU9oh8wsvGsfDwJhp1EsGULZTk3gOx8jAmO G1PSOkhFbEH1JpAeQehlLbheSh1nW+P/e7FCei3aNQvAaOAQsCBDGJG3Rz6AovRHza a7VfWtyRpYU0QUBRdXezsOaDv/iURklYX+oKX4VYsnOaplrUS+c8uo3/umaElpD4wY QaJ7A/mjfMOMhtEn4LnQaZflB+3PkQswzGCwMHoOi9LlS6AIGyL8WpD2oqripVWdYQ 4q0VK5XAjWoEQ== Date: Tue, 5 Nov 2019 08:01:34 +1100 From: Stephen Rothwell To: David Miller , Networking Cc: Linux Next Mailing List , Linux Kernel Mailing List , Tonghao Zhang Subject: linux-next: Fixes tag needs some work in the net-next tree Message-ID: <20191105080134.33aab6a1@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/avb18f9WLh=P4yYwbKJ6AmW"; protocol="application/pgp-signature"; micalg=pgp-sha256 Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org --Sig_/avb18f9WLh=P4yYwbKJ6AmW Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, In commit 4c76bf696a60 ("net: openvswitch: don't unlock mutex when changing the use= r_features fails") Fixes tag Fixes: 95a7233c4 ("net: openvswitch: Set OvS recirc_id from tc chain inde= x") has these problem(s): - SHA1 should be at least 12 digits long Can be fixed by setting core.abbrev to 12 (or more) or (for git v2.11 or later) just making sure it is not set (or set to "auto"). --=20 Cheers, Stephen Rothwell --Sig_/avb18f9WLh=P4yYwbKJ6AmW Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAl3Aka4ACgkQAVBC80lX 0Gxh1Qf/VPbOCMjnC53qoYQ/sjCHnkCid+CZjpDd658pC5jjnnGjFsG/80tAu20F Vq9Pn1wsh0bnb6Ws1W3AP52VYsTlPmsdUqD/OySA/FgqUCGS5wj4BT1F4HFlDmGT nqiiPsoK7YJ5GwFry+GX8CgfmN4agQ6UQUIz4NQ5x1XEO0y6xPj43tM4VyjRLJHy HAWn1XAfLBhUYl0KKIZYt22eIR1KNchx4bsD473fem11wQ7Wus/9Aqf6s+3oD+oW 2IbDhTh1U8opcUDoVBtVOEYDug/YvNRUgFgdiWUG8MschX/1wCXbXGBJg6Fh/FM/ wU1vtxVibJK+HyN3nepEfuQu7uQsdA== =YSCu -----END PGP SIGNATURE----- --Sig_/avb18f9WLh=P4yYwbKJ6AmW--