Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751602AbdIUKCX (ORCPT ); Thu, 21 Sep 2017 06:02:23 -0400 Received: from mail-io0-f194.google.com ([209.85.223.194]:34743 "EHLO mail-io0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750912AbdIUKCW (ORCPT ); Thu, 21 Sep 2017 06:02:22 -0400 X-Google-Smtp-Source: AOwi7QDg2l7D3E1oFJjMcEev77YOODkvGuSpfX2v7sgqBsixWhWq0GDF29pLgRv64vbbAFCjiH9ShYH46DqiqJ/Flvo= MIME-Version: 1.0 In-Reply-To: <5ebd5e37e8f1bf2675996cf56538179b743bc95b.1505973912.git.baolin.wang@linaro.org> References: <5ebd5e37e8f1bf2675996cf56538179b743bc95b.1505973912.git.baolin.wang@linaro.org> From: Arnd Bergmann Date: Thu, 21 Sep 2017 12:02:20 +0200 X-Google-Sender-Auth: AQ0gKHbWYcj_pHmis7HNvzT_8Ow Message-ID: Subject: Re: [RFC PATCH 1/7] sound: Replace timespec with timespec64 To: Baolin Wang Cc: Jaroslav Kysela , Takashi Iwai , Liam Girdwood , Ingo Molnar , Takashi Sakamoto , SF Markus Elfring , Dan Carpenter , jeeja.kp@intel.com, Vinod Koul , dharageswari.r@intel.com, guneshwor.o.singh@intel.com, Bhumika Goyal , gudishax.kranthikumar@intel.com, Naveen M , hardik.t.shah@intel.com, Arvind Yadav , fabf@skynet.be, Mark Brown , Deepa Dinamani , alsa-devel@alsa-project.org, Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 560 Lines: 14 On Thu, Sep 21, 2017 at 8:18 AM, Baolin Wang wrote: > Since timespec is not year 2038 safe on 32bit system, and we need to > convert all timespec variables to timespec64 type for sound subsystem. > > This patch is used to do preparation for following patches, that will > convert all structures defined in uapi/sound/asound.h to use 64-bit > time_t. > > Signed-off-by: Baolin Wang Looks good to me. This could perhaps be split up further, but it seems small enough to get merged as a single patch. Arnd