From patchwork Mon May 23 19:46:54 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Gardner X-Patchwork-Id: 625390 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 3rD8Fd0bKTz9t8k; Tue, 24 May 2016 05:47:17 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=canonical-com.20150623.gappssmtp.com header.i=@canonical-com.20150623.gappssmtp.com header.b=gSjROEXb; dkim-atps=neutral Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1b4voj-0005rL-7O; Mon, 23 May 2016 19:47:09 +0000 Received: from mail-io0-f172.google.com ([209.85.223.172]) by huckleberry.canonical.com with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.76) (envelope-from ) id 1b4voe-0005pG-1k for kernel-team@lists.ubuntu.com; Mon, 23 May 2016 19:47:04 +0000 Received: by mail-io0-f172.google.com with SMTP id 190so200321762iow.1 for ; Mon, 23 May 2016 12:47:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id; bh=nmlGwg27CmYlq2fXXJ1ZlN0HGBOQJHyPqvyXpCz1r4g=; b=gSjROEXb6IhyDZg8emsOIYv5LCQXnZlKEttpzKpI6YcrPqzoMyqmXwuSb1QqKN3TaQ OFF8YXJnvs59eDz/N+sLLE6bWEbzRe0IsXHZF4ssua7tARgR2sPvYK6RZ9aMYAkMU5M9 KVjfq81NmSLSfVwi5dIizog9U7znDlQZakSHG6j4UZ7jgp4Txzb5/8sSTCRDZtlxSvrz 1UAbEJSVbXCA2KI3ikJiFRurbVduU0W5MORp2S1Os/r5+KhQaeEWsUXfHP2vW05w5gzi XJCj3GYSsgR3tSoInkZ+rGzz7GyGJYveJUIoGeqj/iA8M3tnORrqgWf5dLlbPX+MyyLO V1nQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id; bh=nmlGwg27CmYlq2fXXJ1ZlN0HGBOQJHyPqvyXpCz1r4g=; b=b0QTPJDBFxLGiOLBQpLiPL71GAJ2d8ox6eDgQvmJk9k1kADWyhBOpvfVua3uWM9qr0 Iv50xne11D0do4sTvIvjJ+eMyotECblZaClNK/YVVBFild0vobTnsT0l4Do6qYkiM90u iCxYtzk5WgMgm9wY7mx0hsan6lNWNS7vUr/bkHXw4MTCfqURRFOfRS/S514NXbXO9Huc O4wCxaitTQi3WtFKgzi+C/8LnRk1xoBZnQZBIFAO7rgOAyUjxF/r7uITCcQirCTRTybT m4JGysvNG7yRvQ7lA0I3STGe9YI8dmeRI4vwIZ3TErzWDkiJIPAJRSl94PKHMqG62VG7 vFTw== X-Gm-Message-State: AOPr4FWPTV0AYDaCDLZWykfGJ5aWgLlFyvflZVO+8QzCnjwrMupWCb5m63tJ+g2n+1373rdo X-Received: by 10.107.160.76 with SMTP id j73mr13282915ioe.66.1464032822816; Mon, 23 May 2016 12:47:02 -0700 (PDT) Received: from localhost.localdomain (host-174-45-44-32.hln-mt.client.bresnan.net. [174.45.44.32]) by smtp.gmail.com with ESMTPSA id 198sm4246119itk.5.2016.05.23.12.47.01 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 23 May 2016 12:47:02 -0700 (PDT) From: Tim Gardner To: kernel-team@lists.ubuntu.com Subject: [PATCH Xenial SRU] UBUNTU: [Config] Remove arc4 from nic-modules Date: Mon, 23 May 2016 13:46:54 -0600 Message-Id: <1464032814-23423-1-git-send-email-tim.gardner@canonical.com> X-Mailer: git-send-email 1.9.1 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: kernel-team-bounces@lists.ubuntu.com BugLink: http://bugs.launchpad.net/bugs/1582991 It seems a little odd to have a crypto module in with the NICS, even if it is a dependent module. Signed-off-by: Tim Gardner --- debian.master/d-i/modules/nic-modules | 1 - 1 file changed, 1 deletion(-) diff --git a/debian.master/d-i/modules/nic-modules b/debian.master/d-i/modules/nic-modules index bd6e37a..681ce7c 100644 --- a/debian.master/d-i/modules/nic-modules +++ b/debian.master/d-i/modules/nic-modules @@ -19,7 +19,6 @@ airport ? alx ? amd8111e ? aquantia ? -arc4 ? arcnet ? arc-rawmode ? arc-rimi ?