{"id":804783,"url":"http://patchwork.ozlabs.org/api/patches/804783/?format=json","web_url":"http://patchwork.ozlabs.org/project/linuxppc-dev/patch/1503466686-10932-30-git-send-email-mpe@ellerman.id.au/","project":{"id":2,"url":"http://patchwork.ozlabs.org/api/projects/2/?format=json","name":"Linux PPC development","link_name":"linuxppc-dev","list_id":"linuxppc-dev.lists.ozlabs.org","list_email":"linuxppc-dev@lists.ozlabs.org","web_url":"https://github.com/linuxppc/wiki/wiki","scm_url":"https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git","webscm_url":"https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git/","list_archive_url":"https://lore.kernel.org/linuxppc-dev/","list_archive_url_format":"https://lore.kernel.org/linuxppc-dev/{}/","commit_url_format":"https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git/commit/?id={}"},"msgid":"<1503466686-10932-30-git-send-email-mpe@ellerman.id.au>","list_archive_url":"https://lore.kernel.org/linuxppc-dev/1503466686-10932-30-git-send-email-mpe@ellerman.id.au/","date":"2017-08-23T05:37:49","name":"[29/46] powerpc/configs: Drop no longer needed CONFIG_LIBCRC32C","commit_ref":"641f656db0b641c4f01a6284f359679dbe57a314","pull_url":null,"state":"accepted","archived":false,"hash":"e44c02a0c258162f0cd69dadcb392bfd8d42b392","submitter":{"id":46580,"url":"http://patchwork.ozlabs.org/api/people/46580/?format=json","name":"Michael Ellerman","email":"mpe@ellerman.id.au"},"delegate":null,"mbox":"http://patchwork.ozlabs.org/project/linuxppc-dev/patch/1503466686-10932-30-git-send-email-mpe@ellerman.id.au/mbox/","series":[],"comments":"http://patchwork.ozlabs.org/api/patches/804783/comments/","check":"pending","checks":"http://patchwork.ozlabs.org/api/patches/804783/checks/","tags":{},"related":[],"headers":{"Return-Path":"<linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org>","X-Original-To":["patchwork-incoming@ozlabs.org","linuxppc-dev@lists.ozlabs.org"],"Delivered-To":["patchwork-incoming@ozlabs.org","linuxppc-dev@lists.ozlabs.org","linuxppc-dev@ozlabs.org"],"Received":["from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3])\n\t(using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits))\n\t(No client certificate requested)\n\tby ozlabs.org (Postfix) with ESMTPS id 3xccjm15wqz9sCZ\n\tfor <patchwork-incoming@ozlabs.org>;\n\tWed, 23 Aug 2017 16:20:28 +1000 (AEST)","from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3])\n\tby lists.ozlabs.org (Postfix) with ESMTP id 3xccjl66R3zDsM9\n\tfor <patchwork-incoming@ozlabs.org>;\n\tWed, 23 Aug 2017 16:20:27 +1000 (AEST)","from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2])\n\t(using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits))\n\t(No client certificate requested)\n\tby lists.ozlabs.org (Postfix) with ESMTPS id 3xcbnH6JHgzDqTs\n\tfor <linuxppc-dev@lists.ozlabs.org>;\n\tWed, 23 Aug 2017 15:38:27 +1000 (AEST)","by ozlabs.org (Postfix)\n\tid 3xcbnH2c61z9t2v; Wed, 23 Aug 2017 15:38:27 +1000 (AEST)","by ozlabs.org (Postfix, from userid 1034)\n\tid 3xcbnG70LMz9t30; Wed, 23 Aug 2017 15:38:26 +1000 (AEST)"],"From":"Michael Ellerman <mpe@ellerman.id.au>","To":"linuxppc-dev@ozlabs.org","Subject":"[PATCH 29/46] powerpc/configs: Drop no longer needed\n\tCONFIG_LIBCRC32C","Date":"Wed, 23 Aug 2017 15:37:49 +1000","Message-Id":"<1503466686-10932-30-git-send-email-mpe@ellerman.id.au>","X-Mailer":"git-send-email 2.7.4","In-Reply-To":"<1503466686-10932-1-git-send-email-mpe@ellerman.id.au>","References":"<1503466686-10932-1-git-send-email-mpe@ellerman.id.au>","X-BeenThere":"linuxppc-dev@lists.ozlabs.org","X-Mailman-Version":"2.1.23","Precedence":"list","List-Id":"Linux on PowerPC Developers Mail List\n\t<linuxppc-dev.lists.ozlabs.org>","List-Unsubscribe":"<https://lists.ozlabs.org/options/linuxppc-dev>,\n\t<mailto:linuxppc-dev-request@lists.ozlabs.org?subject=unsubscribe>","List-Archive":"<http://lists.ozlabs.org/pipermail/linuxppc-dev/>","List-Post":"<mailto:linuxppc-dev@lists.ozlabs.org>","List-Help":"<mailto:linuxppc-dev-request@lists.ozlabs.org?subject=help>","List-Subscribe":"<https://lists.ozlabs.org/listinfo/linuxppc-dev>,\n\t<mailto:linuxppc-dev-request@lists.ozlabs.org?subject=subscribe>","Errors-To":"linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org","Sender":"\"Linuxppc-dev\"\n\t<linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org>"},"content":"Since commit 300ae149468f (\"netfilter: select LIBCRC32C together with\nSCTP conntrack\") we no longer need to set CONFIG_LIBCRC32C in our\ndefconfigs.\n\nSigned-off-by: Michael Ellerman <mpe@ellerman.id.au>\n---\n arch/powerpc/configs/pmac32_defconfig | 1 -\n 1 file changed, 1 deletion(-)","diff":"diff --git a/arch/powerpc/configs/pmac32_defconfig b/arch/powerpc/configs/pmac32_defconfig\nindex ed0a0bb6a271..441139e744d3 100644\n--- a/arch/powerpc/configs/pmac32_defconfig\n+++ b/arch/powerpc/configs/pmac32_defconfig\n@@ -300,7 +300,6 @@ CONFIG_NFSD_V4=y\n CONFIG_NLS_CODEPAGE_437=m\n CONFIG_NLS_ISO8859_1=m\n CONFIG_CRC_T10DIF=y\n-CONFIG_LIBCRC32C=m\n CONFIG_MAGIC_SYSRQ=y\n CONFIG_DEBUG_KERNEL=y\n CONFIG_DETECT_HUNG_TASK=y\n","prefixes":["29/46"]}