Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754723AbdL2DId (ORCPT ); Thu, 28 Dec 2017 22:08:33 -0500 Received: from mail-ot0-f194.google.com ([74.125.82.194]:34852 "EHLO mail-ot0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752196AbdL2DIb (ORCPT ); Thu, 28 Dec 2017 22:08:31 -0500 X-Google-Smtp-Source: ACJfBovrgPPokA2XqaS5JfEorq+x3kDXFSdaQdcDbVRwl9pDIB2x4tNvfElxSD5ocm7ybarD8ziw5lSsRq4i+Kma4R8= MIME-Version: 1.0 In-Reply-To: <1514516474-15811-1-git-send-email-nick.desaulniers@gmail.com> References: <1514516474-15811-1-git-send-email-nick.desaulniers@gmail.com> From: Nick Desaulniers Date: Thu, 28 Dec 2017 22:08:29 -0500 Message-ID: Subject: Re: [PATCH] posix-timers: prevent UB from shifting negative signed value To: Thomas Gleixner Cc: Nick Desaulniers , Shuah Khan , Deepa Dinamani , Ingo Molnar , Al Viro , Frederic Weisbecker , Dimitri Sivanich , Linux Kernel Mailing List , linux-kselftest@vger.kernel.org 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: 76 Lines: 1 sorry, fd_to_clockid() should probably return a clockid_t, let me fix that.