From patchwork Thu Aug 31 20:35:51 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcelo Henrique Cerri X-Patchwork-Id: 808404 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=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 3xjvKt6hN9z9s8P; Fri, 1 Sep 2017 06:36:34 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1dnWCR-00011a-CM; Thu, 31 Aug 2017 20:36:27 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1dnWCL-0000zn-CJ for kernel-team@lists.ubuntu.com; Thu, 31 Aug 2017 20:36:21 +0000 Received: from mail-qk0-f197.google.com ([209.85.220.197]) by youngberry.canonical.com with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1dnWCL-0004NO-0l for kernel-team@lists.ubuntu.com; Thu, 31 Aug 2017 20:36:21 +0000 Received: by mail-qk0-f197.google.com with SMTP id y68so2120676qka.2 for ; Thu, 31 Aug 2017 13:36:20 -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; bh=f7JccqbeQjdfq6a5brJ4YiGvMdk40TOancLocCZxZVc=; b=C3lYmakSClHtU4r8TDl4QnfNKARU1rRJLhbXbfnmjIzM07xmhH6iMKHH2yqgc/hZNs b4l1WaJjDvuPjg51rYIPjT418vApoU0Jpy9siavdGR1d7en7xgeXN2OQuT3zeVL/rOuV GVErIooH91NTng3bZkwVnF8r+kCTkmXz3G6Y1pGepVzgoaMWDR8yFgFLey8zE25NWKAD b+xH1mwDoQWyGXiishJ3/qfnhHK/ntHjPVAwVWAl7NnnobIHKOJd227mNMcUwJg8XsOQ HlmNSVeL3yF56cfEyjqXLXsW8+c12QOwiAuS+4Q350HaYXxNXmD7PZxiWjkeQS/nUM5I 2w2g== X-Gm-Message-State: AHYfb5gnkcnUOxPcTbwGtnOIrzI66m3c3Je0GR7bAbjtmAkAtBiNhV05 QQpXb+tvpsnnu1LOVcPNXyCWCMolY33DjoywftPFXNNzdnl2cG9eJXTPdk/w/lX8rDlkyOdqVXg e04FiesxgJuJEbqWJra1q44go5sawwRYy X-Received: by 10.55.165.21 with SMTP id o21mr5279642qke.338.1504211778503; Thu, 31 Aug 2017 13:36:18 -0700 (PDT) X-Google-Smtp-Source: ADKCNb4EryDQpDB0Eh3sJI0diAcO5Fbz1nFyx9PWe5M/q9N0STjMJqbzm6x3h6OhOm0uF+BTAIIF6Q== X-Received: by 10.55.165.21 with SMTP id o21mr5279625qke.338.1504211778276; Thu, 31 Aug 2017 13:36:18 -0700 (PDT) Received: from localhost.localdomain ([179.110.222.204]) by smtp.gmail.com with ESMTPSA id f6sm427026qtb.68.2017.08.31.13.36.16 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 31 Aug 2017 13:36:17 -0700 (PDT) From: Marcelo Henrique Cerri To: kernel-team@lists.ubuntu.com Subject: [azure][PATCH v2 00/19] linux-azure: remove unused bits Date: Thu, 31 Aug 2017 17:35:51 -0300 Message-Id: <1504211770-14121-1-git-send-email-marcelo.cerri@canonical.com> X-Mailer: git-send-email 2.7.4 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/1710261 v2: - Rebased to the latest linux-azure kernel in -proposed. - Kept memory hotplug. v1: Remove unused bits to reduce kernel size. Marcelo Henrique Cerri (19): UBUNTU: [Config] azure: Disable tty drivers UBUNTU: [Config] azure: CONFIG_WDAT_WDT=n UBUNTU: [Config] azure: CONFIG_SUSPEND=n UBUNTU: [Config] azure: CONFIG_HIBERNATION=n UBUNTU: [Config] azure: CONFIG_PINCTRL_CHERRYVIEW=n UBUNTU: [Config] azure: CONFIG_X86_INTEL_LPSS=n UBUNTU: [Config] azure: X86_AMD_PLATFORM_DEVICE=n UBUNTU: [Config] azure: CONFIG_GPIOLIB=n UBUNTU: [Config] azure: Disable support for hw specific modules UBUNTU: [Config] azure: Disable unused ATA configs UBUNTU: [Config] azure: Disable AGP UBUNTU: [Config] azure: Disable vendor specific network modules UBUNTU: [Config] azure: CONFIG_INPUT_TABLET=n UBUNTU: [Config] azure: CONFIG_REGULATOR=n UBUNTU: [Config] azure: Disable unused thermal configs UBUNTU: [Config] azure: CONFIG_SPI=n UBUNTU: [Config] azure: CONFIG_RAPIDIO=n UBUNTU: [Config] azure: Disable unused power configs UBUNTU: [Config] azure: CONFIG_WIRELESS=n debian.azure/abi/4.11.0-1008.8/amd64/azure.modules | 16 - debian.azure/config/annotations | 2 - debian.azure/config/config.common.ubuntu | 870 ++++++--------------- 3 files changed, 219 insertions(+), 669 deletions(-)