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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED 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 3325EC0044C for ; Wed, 31 Oct 2018 18:32:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0530B2064C for ; Wed, 31 Oct 2018 18:32:33 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0530B2064C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730292AbeKADbm (ORCPT ); Wed, 31 Oct 2018 23:31:42 -0400 Received: from mx2.suse.de ([195.135.220.15]:45062 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1730000AbeKADbm (ORCPT ); Wed, 31 Oct 2018 23:31:42 -0400 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 5CA91B185; Wed, 31 Oct 2018 18:32:29 +0000 (UTC) Date: Wed, 31 Oct 2018 19:32:28 +0100 Message-ID: From: Takashi Iwai To: Joe Perches Cc: Takashi Iwai , Arnaldo Carvalho de Melo , Ingo Molnar , Clark Williams , linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, Arnaldo Carvalho de Melo , Jiri Olsa , Namhyung Kim , Takashi Sakamoto Subject: Re: [PATCH 17/28] tools include uapi: Update asound.h copy In-Reply-To: <97ff58b75de70d2b9dd8524f7899063d563a6a71.camel@perches.com> References: <20181031164508.4784-1-acme@kernel.org> <20181031164508.4784-18-acme@kernel.org> <97ff58b75de70d2b9dd8524f7899063d563a6a71.camel@perches.com> 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/26 (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 Wed, 31 Oct 2018 18:27:02 +0100, Joe Perches wrote: > > On Wed, 2018-10-31 at 18:00 +0100, Takashi Iwai wrote: > > On Wed, 31 Oct 2018 17:44:57 +0100, > > Arnaldo Carvalho de Melo wrote: > > > From: Arnaldo Carvalho de Melo > > > > > > To silence this perf build warning: > > > > > > Warning: Kernel ABI header at 'tools/include/uapi/sound/asound.h' differs from latest version at 'include/uapi/sound/asound.h' > > > diff -u tools/include/uapi/sound/asound.h include/uapi/sound/asound.h > > > > > > Due to this cset: > > > > > > a98401518def ("ALSA: timer: fix wrong comment to refer to 'SNDRV_TIMER_PSFLG_*'") > > > > > > Cc: Jiri Olsa > > > Cc: Namhyung Kim > > > Cc: Takashi Sakamoto > > > Cc: Takashi Iwai > > > Link: https://lkml.kernel.org/n/tip-76gsvs0w2g0x723ivqa2xua3@git.kernel.org > > > Signed-off-by: Arnaldo Carvalho de Melo > > > > Thanks for the correction. > > > > That's bad to have duped files that have to be synced manually... > > At least, some checkpatch addition would help to suggest always > > correct both places? > > How could that work in checkpatch? Didn't consider yet :) > Wouldn't a symlink be simpler? I thought of that, too, but there must be a reason not to do so... Takashi