From patchwork Tue Sep 17 14:28:32 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcelo Henrique Cerri X-Patchwork-Id: 1163411 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46Xlpp1lJJz9sPD; Wed, 18 Sep 2019 00:28:49 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1iAETB-00066M-6H; Tue, 17 Sep 2019 14:28:41 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1iAET9-000661-9G for kernel-team@lists.ubuntu.com; Tue, 17 Sep 2019 14:28:39 +0000 Received: from mail-wr1-f70.google.com ([209.85.221.70]) by youngberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1iAET9-0004qr-1g for kernel-team@lists.ubuntu.com; Tue, 17 Sep 2019 14:28:39 +0000 Received: by mail-wr1-f70.google.com with SMTP id m9so1385323wrs.13 for ; Tue, 17 Sep 2019 07:28:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=oGGfbkVIcBb7A8kTTHHF2ifcrtn9oXs/OKJiqHaQZJc=; b=LcAWHOcpIm9ki6Ub0amRvdPFcmN3HoYZEJDds+KawRJ3QdT0ofS//AdodUrHLM9gGV BcAlByWOyM4HPjh2eHyozWPJ63CK4sJE5YDO1xuX9A4DDY4kwKpZo/IwoWW0AanIsZnA sY0RalhOg+mriBst71aRiE5iJu4nQl/BXq91i8wnGw2wKujuhzngE1dHRVTCie/toORX hk2OcgbybBKs+mM0CGBZCvzsUfc0uMwCbbAxdBhiYJmdFoylIya9uhcUnLfEaTIAsWh+ dR+BRpnP2POImc/Kz5yhFMZldSDkzvd+uV1LCX2DB+bsk30KGHU6+GbFydJcMPNcXyjL YYew== X-Gm-Message-State: APjAAAXOW4Y41XTS7PeFAaSHSA6jmODYv2adQw+v8lgDmz8BZwx2SyJS N8J7+Pm7LSSjlLZLhaxwRpxYVki510cvWY+i7LML2eyo6pCfd9C0Jws2apd6JqetNAGnFlKCx40 X3CD6IJZve/ouxfvywUcBlrnG404cWCJuo9hLDdno X-Received: by 2002:a5d:4d4f:: with SMTP id a15mr3188445wru.267.1568730518392; Tue, 17 Sep 2019 07:28:38 -0700 (PDT) X-Google-Smtp-Source: APXvYqzWlFSLfl1lBZ145+/WtcqJEngRsNaZPwc89ptJ4pK4cdwAI6gllD/Tesmyg0SIobZd0Qzw5w== X-Received: by 2002:a5d:4d4f:: with SMTP id a15mr3188425wru.267.1568730518145; Tue, 17 Sep 2019 07:28:38 -0700 (PDT) Received: from localhost.localdomain (static-dcd-cqq-121001.business.bouyguestelecom.com. [212.194.121.1]) by smtp.gmail.com with ESMTPSA id r9sm3522411wra.19.2019.09.17.07.28.37 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 17 Sep 2019 07:28:37 -0700 (PDT) From: Marcelo Henrique Cerri To: kernel-team@lists.ubuntu.com Subject: [bionic:linux-kvm, disco:linux-kvm][PATCH 0/1] LP: #1841956 - ubuntu_sysdig fails on kvm kernels Date: Tue, 17 Sep 2019 11:28:32 -0300 Message-Id: <20190917142834.20266-1-marcelo.cerri@canonical.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/1841956 sysdig requires tracing support on the kernel. xenial:linux-kvm already has those config options enabled and only disco and bionic need to be updated. Marcelo Henrique Cerri (1): UBUNTU: [Config] linux-kvm: CONFIG_FTRACE=y debian.kvm/config/config.common.ubuntu | 39 +++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 4 deletions(-) Acked-by: Stefan Bader Acked-by: Sultan Alsawaf