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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham 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 B906CC43381 for ; Thu, 21 Feb 2019 13:12:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 933452084D for ; Thu, 21 Feb 2019 13:12:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727610AbfBUNM3 (ORCPT ); Thu, 21 Feb 2019 08:12:29 -0500 Received: from mx2.suse.de ([195.135.220.15]:58522 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725385AbfBUNM2 (ORCPT ); Thu, 21 Feb 2019 08:12:28 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 7BEB0AEA6; Thu, 21 Feb 2019 13:12:27 +0000 (UTC) Date: Thu, 21 Feb 2019 14:12:27 +0100 Message-ID: From: Takashi Iwai To: Stephen Rothwell Cc: Linux Next Mailing List , Linux Kernel Mailing List , Jian-Hong Pan Subject: Re: linux-next: Fixes tag needs some work in the sound tree In-Reply-To: <20190222001029.03c14a16@canb.auug.org.au> References: <20190222001029.03c14a16@canb.auug.org.au> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 21 Feb 2019 14:10:29 +0100, Stephen Rothwell wrote: > > Hi Takashi, > > In commit > > de73e99af971 ("ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with ALC294") > > Fixes tag > > Fixes: 4e0511067 ("ALSA: hda/realtek: Enable audio jacks of ASUS UX533FD with ALC294") > > 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"). Fixed now, thanks. Takashi