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=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 5B571C06513 for ; Thu, 4 Jul 2019 12:25:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3E920218A0 for ; Thu, 4 Jul 2019 12:25:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727830AbfGDMZF (ORCPT ); Thu, 4 Jul 2019 08:25:05 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:58915 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727723AbfGDMZE (ORCPT ); Thu, 4 Jul 2019 08:25:04 -0400 Received: from [5.158.153.52] (helo=kurt.tec.linutronix.de) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1hj0nO-00025J-Ov; Thu, 04 Jul 2019 14:25:02 +0200 From: Kurt Kanzenbach To: Stephen Hemminger Cc: netdev@vger.kernel.org, Kurt Kanzenbach Subject: [PATCH iproute2 0/1] Fix s64 argument parsing Date: Thu, 4 Jul 2019 14:24:26 +0200 Message-Id: <20190704122427.22256-1-kurt@linutronix.de> X-Mailer: git-send-email 2.11.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hi, while using the TAPRIO Qdisc on ARM32 I've noticed that the base_time parameter is incorrectly configured. The problem is the utility function get_s64() used by TAPRIO doesn't parse the value correctly. Thanks, Kurt Kurt Kanzenbach (1): utils: Fix get_s64() function lib/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.11.0