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.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 2F903C43603 for ; Tue, 17 Dec 2019 22:22:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 00EFC21582 for ; Tue, 17 Dec 2019 22:22:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726691AbfLQWWH (ORCPT ); Tue, 17 Dec 2019 17:22:07 -0500 Received: from mx2.suse.de ([195.135.220.15]:53768 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726512AbfLQWWG (ORCPT ); Tue, 17 Dec 2019 17:22:06 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 038FEB17E; Tue, 17 Dec 2019 22:22:04 +0000 (UTC) Date: Tue, 17 Dec 2019 23:22:04 +0100 Message-ID: From: Takashi Iwai To: Arnd Bergmann Cc: ALSA Development Mailing List , Takashi Iwai , Baolin Wang , y2038 Mailman List , "linux-kernel@vger.kernel.org" , Jaroslav Kysela , Mark Brown Subject: Re: [PATCH v7 0/8] Fix year 2038 issue for sound subsystem In-Reply-To: References: <20191211212025.1981822-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 Tue, 17 Dec 2019 22:15:32 +0100, Arnd Bergmann wrote: > > On Tue, Dec 17, 2019 at 11:42 AM Takashi Iwai wrote: > > On Wed, 11 Dec 2019 22:20:16 +0100, > > Arnd Bergmann wrote: > > > > > > > I hope I addressed all review comments by now, so please pull this > > > for linux-5.6. > > > > > > A git branch with the same contents is available for testing at [1]. > > > > > > Arnd > > > > I see no issue other than the timer API patch Ben pointed. > > > > Could you resubmit that patch? Or just submit the whole as v8, I > > don't mind either way. Then we'll get this done for 5.6. > > Can you take this as a pull request? That would be ideal for me, > as I can then use it as a parent for a shared branch with additional > cleanups on top (removing time_t etc) in linux-next. It also provides > a nice place to preserve the series cover letter. > > I'm sending you the pull request now, and the last modified patch, > in case you prefer the patch over a git tag. That's fine for me. Now I pulled it to a branch for 5.6 kernel. Thanks for your patient works! Takashi