From patchwork Wed Jan 31 15:25:41 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Reichel X-Patchwork-Id: 879124 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932075AbeAaPZs (ORCPT ); Wed, 31 Jan 2018 10:25:48 -0500 Received: from mail.kernel.org ([198.145.29.99]:50710 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752497AbeAaPZp (ORCPT ); Wed, 31 Jan 2018 10:25:45 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0D4DA20852 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=sre@kernel.org Date: Wed, 31 Jan 2018 16:25:41 +0100 From: Sebastian Reichel To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] hsi changes for hsi-4.16 Message-ID: <20180131152541.hsxsa7yay2fwswn3@earth.universe> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20171215 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1875 Lines: 54 Hi Linus, Just one simple patch this time for the HSI subsystem. The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323: Linux 4.15-rc1 (2017-11-26 16:01:47 -0800) are available in the Git repository at: ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git tags/hsi-for-4.16 for you to fetch changes up to b6dc80dbe6cdf4effd5a07bcd37f34cbf25eb07a: HSI: cmt_speech: use timespec64 instead of timespec (2017-12-01 16:31:47 +0100) ---------------------------------------------------------------- HSI changes for the v4.16 series * Y2038 fix for cmt-speech ---------------------------------------------------------------- Arnd Bergmann (1): HSI: cmt_speech: use timespec64 instead of timespec drivers/hsi/clients/cmt_speech.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)