Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp307428ybl; Fri, 9 Aug 2019 06:22:16 -0700 (PDT) X-Google-Smtp-Source: APXvYqxdWbMEkwl5VqL1zDaK5aKKvbJNJM4uVDlrWvJSuubZQewsDonaOc7pbQZ8PS11z0UO54Mz X-Received: by 2002:a17:902:f095:: with SMTP id go21mr19398549plb.58.1565356936208; Fri, 09 Aug 2019 06:22:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565356936; cv=none; d=google.com; s=arc-20160816; b=jpKsqKxxlAw5SQnO5KgJMUEtIFI8zUuXLb1+WKIr48tuv9WhX8eB4jUBY84jhPGvSr oYYxFOpIk2KNeZ/WBnv1Vfx8Oqi82n3NC5pDWY/IleG9wjszy1dkw3nkM3+8fzohSG3G QTRupLe3BhHxbm9jFux7O4oK45pYgzWkFYrkrszVhkI8qBJh+mx3G+XAVKfOZutCGZxY q2M3DS3k3LLOCTYtOUPnJGwa7RKUFkGX8QFwzLDspo/DlpESi7sIlVnf9NDW6sEEQ5Bh kZkQWwIGARrOQ8Zw7wBsGmdRx0DjIxwg3ePyjOae4f2aHbrwnRAt3H3DKHAyIdBt78p6 /vVQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=hy3eu7sSSSaZbHmJRSRZxijJgi1bNe+IWn/j6EesWAs=; b=nJfq/T1q2SQWjAXc4ylLbo1Pz56GL4oJAK3qC2yNFKPImgTG+n0Gh6VNzgmO8qU54V VgVbykY98p4dqoRU9sBsA0IzxHreR7xvuW8qLY2vJOkXW8jPA6FR7Z5la1C8+lx7T+rD GT7YmBhQc4hhW4xQnR6OlZIm9v8WRAF1QCdNtxZi7sA4jBAVXpbKEHCtmDdqJ9b8kbBN FSAlw9YYObfa3flOfIUd7zz7+YIGRgft7cUrtcrugW47//LjS6MqaeP1xh5HK+6NWChb lg8vSNKtsh96g52Dw1OriJ5GxOxTBvmCTnDi/sgH2J/LPgzCDq9vLil5EFxX+DTBI/cv 6W4A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 21si58074779pfo.138.2019.08.09.06.21.59; Fri, 09 Aug 2019 06:22:16 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2407000AbfHINVH (ORCPT + 99 others); Fri, 9 Aug 2019 09:21:07 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:63962 "EHLO mail3-relais-sop.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2406273AbfHINVH (ORCPT ); Fri, 9 Aug 2019 09:21:07 -0400 X-IronPort-AV: E=Sophos;i="5.64,364,1559512800"; d="scan'208";a="316018627" Received: from portablejulia.rsr.lip6.fr ([132.227.76.63]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Aug 2019 15:21:04 +0200 Date: Fri, 9 Aug 2019 15:21:03 +0200 (CEST) From: Julia Lawall X-X-Sender: julia@hadrien To: Peter Ujfalusi cc: Mark Brown , Julia Lawall , kbuild-all@01.org, Liam Girdwood , Jaroslav Kysela , Takashi Iwai , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] fix odd_ptr_err.cocci warnings In-Reply-To: <88ac4c79-5ce3-3f1a-5f6e-3928a30a1ef5@ti.com> Message-ID: References: <20190809123112.GC3963@sirena.co.uk> <88ac4c79-5ce3-3f1a-5f6e-3928a30a1ef5@ti.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 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 Fri, 9 Aug 2019, Peter Ujfalusi wrote: > > > On 09/08/2019 15.31, Mark Brown wrote: > > On Fri, Aug 09, 2019 at 12:30:46PM +0200, Julia Lawall wrote: > > > >> tree: https://github.com/omap-audio/linux-audio peter/ti-linux-4.19.y/wip > >> head: 62c9c1442c8f61ca93e62e1a9d8318be0abd9d9a > >> commit: 62c9c1442c8f61ca93e62e1a9d8318be0abd9d9a [34/34] j721e new machine driver wip > >> :::::: branch date: 20 hours ago > >> :::::: commit date: 20 hours ago > >> > >> j721e-evm.c | 4 ++-- > >> 1 file changed, 2 insertions(+), 2 deletions(-) > >> > >> --- a/sound/soc/ti/j721e-evm.c > >> +++ b/sound/soc/ti/j721e-evm.c > >> @@ -283,7 +283,7 @@ static int j721e_get_clocks(struct platf > > > > This file isn't upstream, it's only in the TI BSP. > > Yes, it is not upstream, but the fix is valid. > > Julia: is it possible to direct these notifications only to me from > https://github.com/omap-audio/linux-audio.git ? > > It mostly carries TI BSP stuff and my various for upstream branches nowdays. Please discuss it with the kbuild people. They should be able to set it up as you want. You can try lkp@intel.com julia