From patchwork Wed Apr 10 17:09:22 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Seth Forshee X-Patchwork-Id: 1083510 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 44fVy634tzz9sB3; Thu, 11 Apr 2019 03:09:34 +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 1hEGj3-0004AS-6l; Wed, 10 Apr 2019 17:09:29 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1hEGj1-0004AK-Dw for kernel-team@lists.ubuntu.com; Wed, 10 Apr 2019 17:09:27 +0000 Received: from mail-yw1-f69.google.com ([209.85.161.69]) by youngberry.canonical.com with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1hEGj1-00060f-3y for kernel-team@lists.ubuntu.com; Wed, 10 Apr 2019 17:09:27 +0000 Received: by mail-yw1-f69.google.com with SMTP id 68so2315355ywb.20 for ; Wed, 10 Apr 2019 10:09:27 -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=6vVWoF8ksgX7SuAXkP/f3DK9l4dra5IGrONgvBXe2Ek=; b=O2Q0iBHn04EsqNY3nLObFaq3x60+AW7xCXfzRvm8YhDgv2d4yPz19N5egoXQzW8LC8 iwFgyxJQXPndaplw3kKYQKzZC8MAQ5Uq1y90BN8dPynwt5yk/B0ikmUepd5Dpf3QM30p /bYjyMo4lpXotOOg8oy5t0GTaY0OYZxdSIM2SYcDkW9xWGnPBGX/1/s8ZtDqqlT5E5LY KwdLTy6ewYtIRnlMdAfrRl48o6p41oZTjW9v0lj+5V287DiwsdHBmKSiVBPFD9U6G6sy tDUEaeywXFj7OT3c82xX26fi5MW6++huqa/ZRPRgMF6Z5SOlDPuMtswl7VRlSE/BHhtA fsyw== X-Gm-Message-State: APjAAAW9V12A8mTe8f78tHOWnVv+ZJBZ1CauCx5zwL76GRjtetZiui/X xgVGihtCj3j2/jTrSamuyeDchxlI9jkagfzVemQ6nT0oE+cc3XDn3oak/Rp14Mdy2n0z7hswV4A u/2k1Se+GJk1HSH4fDsJDhS0q0Ev/VU4ULS68+DONng== X-Received: by 2002:a25:32d1:: with SMTP id y200mr23107278yby.343.1554916165940; Wed, 10 Apr 2019 10:09:25 -0700 (PDT) X-Google-Smtp-Source: APXvYqwddHbJWW7Jawy3zje9OKSZ62LY4lj/VV6+0ZMdI6Z2/+RoGZPbaG2gHuH+8eF9sJ6FH2MsgA== X-Received: by 2002:a25:32d1:: with SMTP id y200mr23107245yby.343.1554916165637; Wed, 10 Apr 2019 10:09:25 -0700 (PDT) Received: from localhost ([2605:a601:ac2:fb20:3d51:1338:4e8e:1eab]) by smtp.gmail.com with ESMTPSA id 78sm14614643ywr.65.2019.04.10.10.09.24 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 10 Apr 2019 10:09:24 -0700 (PDT) From: Seth Forshee To: kernel-team@lists.ubuntu.com Subject: [PATCH 0/1][SRU][Disco] Fix iptables in disco with linux-virtual Date: Wed, 10 Apr 2019 12:09:22 -0500 Message-Id: <20190410170923.13034-1-seth.forshee@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/1823862 SRU Justification Impact: iptables does not work in disco with linux-virtual. Fix: Add bpfilter to the generic inclusion list. Regression Potential: There are no code changes and thus minimal potential for regressions. Test Case: Verify that bpffilter.ko is shipped in linux-modues instead of linux-module-extra and that iptables commands work in disco with the linux-virtual kernel installed. Note that I've checked other places, it seems I fixed the same bug in Cosmic but it must not have been applied to unstable at the time, and thus is missing in disco. Derivitives which need bpfilter in the inclusion list already have it. Thanks, Seth --- Seth Forshee (1): UBUNTU: [Packaging] add bpfilter to linux-modules debian.master/control.d/generic.inclusion-list | 1 + 1 file changed, 1 insertion(+)