From patchwork Sat May 1 17:18:35 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Kozlyuk X-Patchwork-Id: 92587 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 04FF4A0546; Sat, 1 May 2021 19:18:56 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7895B406B4; Sat, 1 May 2021 19:18:49 +0200 (CEST) Received: from mail-lf1-f47.google.com (mail-lf1-f47.google.com [209.85.167.47]) by mails.dpdk.org (Postfix) with ESMTP id 0E57B4013F for ; Sat, 1 May 2021 19:18:47 +0200 (CEST) Received: by mail-lf1-f47.google.com with SMTP id c11so1840473lfi.9 for ; Sat, 01 May 2021 10:18:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=KGxxr9kc2ulDhd/sDFth+J3axxzHKG8X0yiueDTgImg=; b=YnExw0bZLPQKtUhCmRCUXltsEMQRtOEa51B9thk3gwgOzHJ4HAAktSonSmzPLFqys6 SuI/rstD3+xlFn1elaC+TrcOwECdwI6wt1lEPtydZLYKi1DaWLtiuDF1lSvT823D0Dre iI8u/yKDfi3nnUSfjw1IHJcp1R7WPAtH8bYkFLrBuFqQaxEKxyxJJJ680n9Jib9WjEH2 B9M+OGc4BlammfKRhG85iQzH79t4WLiXsIaRhI2zw7ZSMnVgcss/JDe5EN3hIP6R6HiP CZqSnykfifEjqDLWO2WolR5MAIHfkh5ycpMkLAehx2Iw0UViIfUFL684pz9Uy4DsxVPe 28AQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=KGxxr9kc2ulDhd/sDFth+J3axxzHKG8X0yiueDTgImg=; b=qjLETxEwABvy1oGZh9rh19jM/M//EM9EwqxQ2QhvcwdR1htZzWA6BUJtU23PVJ83fy KWJ4C80MS98atB9wCw0IakAKwAEsW1MTGaGc6Ex/b9wG7Qy159ewVaRQEN93ai73+vh0 sUeNuXP3NaPlDwltYfoJQ9C7H8LH37Dtk3T5B9ol2Y98VKRM3a07bDZo3dGuSo3mq3B/ TUwkbE6Kzor/MiM2WPAQXVoSsI2dpBfVXlmLzz/HSYpGI4bvxz1sUNPgYLYsMG+iX/hd DmM6PQy9wmIe321Yhd9TYy4i7Pc4fReQnfIkFxg47CqzqCgs82GXft2Rd4Yk+2tCdlY1 DwpA== X-Gm-Message-State: AOAM532QvYLbbrHe/f1zIwa33bCc14a51d64C8HQpoR82lKRWAse4/Go kiUoPkIPxQjx94xtWSQbtUneHKG1QNsBEQ== X-Google-Smtp-Source: ABdhPJxMejGOI0wL2QKy83N9loTB5Wl63TSWmqZLo8sa9tVzNGACO5KbqR0bPTP/lid4RRQUESZjUQ== X-Received: by 2002:a05:6512:38aa:: with SMTP id o10mr7428759lft.261.1619889526510; Sat, 01 May 2021 10:18:46 -0700 (PDT) Received: from localhost.localdomain (broadband-37-110-65-23.ip.moscow.rt.ru. [37.110.65.23]) by smtp.gmail.com with ESMTPSA id i1sm616703lfe.53.2021.05.01.10.18.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 01 May 2021 10:18:46 -0700 (PDT) From: Dmitry Kozlyuk To: dev@dpdk.org Cc: Dmitry Malloy , Narcisa Ana Maria Vasile , Pallavi Kadam , Tyler Retzlaff , Nick Connolly , Dmitry Kozlyuk Date: Sat, 1 May 2021 20:18:35 +0300 Message-Id: <20210501171837.13282-2-dmitry.kozliuk@gmail.com> X-Mailer: git-send-email 2.29.3 In-Reply-To: <20210501171837.13282-1-dmitry.kozliuk@gmail.com> References: <20210501171837.13282-1-dmitry.kozliuk@gmail.com> MIME-Version: 1.0 Subject: [dpdk-dev] [kmods PATCH 1/3] windows/virt2phys: use local time for signing X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Inf2Cat utility for signing drivers considers time in UTC by default and aborts with "date in the future" error when developing in positive-offset timezones. Set "Use Local Time" flag to fix it. Signed-off-by: Dmitry Kozlyuk --- windows/virt2phys/virt2phys.vcxproj | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/virt2phys/virt2phys.vcxproj b/windows/virt2phys/virt2phys.vcxproj index c86cc9b..e5ce5fe 100644 --- a/windows/virt2phys/virt2phys.vcxproj +++ b/windows/virt2phys/virt2phys.vcxproj @@ -133,6 +133,7 @@ DbgengKernelDebugger + true DbgengKernelDebugger