From patchwork Wed Apr 10 17:09:23 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Seth Forshee X-Patchwork-Id: 1083511 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 44fVy841Gbz9s8m; Thu, 11 Apr 2019 03:09:36 +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 1hEGj5-0004BB-By; Wed, 10 Apr 2019 17:09:31 +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 1hEGj3-0004AQ-5i for kernel-team@lists.ubuntu.com; Wed, 10 Apr 2019 17:09:29 +0000 Received: from mail-yb1-f200.google.com ([209.85.219.200]) by youngberry.canonical.com with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1hEGj2-00060i-SD for kernel-team@lists.ubuntu.com; Wed, 10 Apr 2019 17:09:28 +0000 Received: by mail-yb1-f200.google.com with SMTP id 204so2225519ybf.5 for ; Wed, 10 Apr 2019 10:09:28 -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:in-reply-to :references:mime-version:content-transfer-encoding; bh=ssuZaJ6Mle14jVDQJajrF545jlDDCSECs1OI5QTF1do=; b=QjS3j+sfalXfH+bBCKMyIW2zpHzuutOcJJ/9mvpo5jAU4Vgw9+vlBa5pL4XKLOU+5O J0rTbbmdrQlTTAsy9bpdsIaCZOC9W0EXPArLcB/sG4I3P3554hgJJX8m/FYVptS4FhS7 NTQzc48dKv0/42gbhUVxdGu/flGwgPHyfzXvMG1MdWzhza0unjkC90z+UEoJX1dGcUeC MQRIvG1W3h7c8wc1N4IZfsgKJtJ8GdHmGExYOfPtf90zBssnQR4l3QXfrYwqbTarcZoJ b0b/TiY4DZ9vsKjKXnIlewiow0GqehkPhUk7jE+6ctc9Vcpvt4sJDlhOw6YWNvMK7lvS oFVQ== X-Gm-Message-State: APjAAAU1o78KusRsW45n/9QFZ8Pid8kEUZcS+ZfhmIIYz+1Lhnrw9VX6 tfpO9zqmlepDRMu+8uNwlvP8u0Kq+PB2R5jy0n3fGI7DZp4KB6iSMCprpBnI0OfCQCV2GT0/kPa 5foGZWCYTXwgL3PrWEalJVzvA7jIDj8kIo8IptdfGPQ== X-Received: by 2002:a25:5984:: with SMTP id n126mr37356382ybb.131.1554916167730; Wed, 10 Apr 2019 10:09:27 -0700 (PDT) X-Google-Smtp-Source: APXvYqxXy5zl4+ZWJvUFyRkATpE/YwkehVZt+u+kEEO0LYzkHVYNllFAQZPKuBN61SawRUdsEER9Xw== X-Received: by 2002:a25:5984:: with SMTP id n126mr37356354ybb.131.1554916167473; Wed, 10 Apr 2019 10:09:27 -0700 (PDT) Received: from localhost ([2605:a601:ac2:fb20:3d51:1338:4e8e:1eab]) by smtp.gmail.com with ESMTPSA id y126sm15617134ywy.106.2019.04.10.10.09.26 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 10 Apr 2019 10:09:26 -0700 (PDT) From: Seth Forshee To: kernel-team@lists.ubuntu.com Subject: [PATCH 1/1][SRU][Disco] UBUNTU: [Packaging] add bpfilter to linux-modules Date: Wed, 10 Apr 2019 12:09:23 -0500 Message-Id: <20190410170923.13034-2-seth.forshee@canonical.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190410170923.13034-1-seth.forshee@canonical.com> References: <20190410170923.13034-1-seth.forshee@canonical.com> 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 bpfilter is needed for iptables. Include it in linux-modules so that iptables will work with linux-virtual. Signed-off-by: Seth Forshee Acked-by: Colin Ian King Acked-by: Thadeu Lima de Souza Cascardo --- debian.master/control.d/generic.inclusion-list | 1 + 1 file changed, 1 insertion(+) diff --git a/debian.master/control.d/generic.inclusion-list b/debian.master/control.d/generic.inclusion-list index 02796200ff2c..3797f760226a 100644 --- a/debian.master/control.d/generic.inclusion-list +++ b/debian.master/control.d/generic.inclusion-list @@ -213,6 +213,7 @@ net/9p/* net/appletalk/* net/atm/* net/ax25/* +net/bpfilter/bpfilter.ko net/bridge/* net/can/* net/ceph/libceph.ko