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.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URG_BIZ,URIBL_BLOCKED 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 AA6A1C5CFC0 for ; Mon, 18 Jun 2018 15:56:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5FB9820864 for ; Mon, 18 Jun 2018 15:56:19 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5FB9820864 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 S934394AbeFRP4R (ORCPT ); Mon, 18 Jun 2018 11:56:17 -0400 Received: from mx2.suse.de ([195.135.220.15]:51498 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932860AbeFRP4Q (ORCPT ); Mon, 18 Jun 2018 11:56:16 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext-too.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 64C3CABC6; Mon, 18 Jun 2018 15:56:15 +0000 (UTC) Date: Mon, 18 Jun 2018 17:56:13 +0200 Message-ID: From: Takashi Iwai To: Arnd Bergmann Cc: Jaroslav Kysela , alsa-devel@alsa-project.org, y2038 Mailman List , "Maciej S. Szmigiero" , Takashi Sakamoto , Linux Kernel Mailing List Subject: Re: [PATCH 1/2] ALSA: use ktime_get_raw_ts64() instead of getrawmonotonic64() In-Reply-To: References: <20180618154108.2227779-1-arnd@arndb.de> 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 Mon, 18 Jun 2018 17:52:43 +0200, Arnd Bergmann wrote: > > On Mon, Jun 18, 2018 at 5:45 PM, Takashi Iwai wrote: > > On Mon, 18 Jun 2018 17:41:00 +0200, > > Arnd Bergmann wrote: > >> > >> The API got renamed for consistency and the old name will > >> be removed once the last users are gone. > >> > >> Signed-off-by: Arnd Bergmann > > > > These two fixes can be postponed for 4.19, or urgently needed for > > 4.18? I suppose the former, but just to be sure. > > Not urgent at all. I also noticed (slightly too late) that the first one doesn't > even apply, > I had written it on top of my tree that contained the previously discussed > API conversion, which Baolin and I still need to follow up on. I'll fold > the first patch into that series, please apply just the seconds patch > for 4.19 for now. Alright, thanks. Takashi