Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp2524454pxj; Sun, 6 Jun 2021 05:14:43 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxFzNGLjLuXaZJrqVJQeYhfDCTOvI0cEO03MixOBdt0cJyfjnD58PDkRXAUiIVPX33/FlUW X-Received: by 2002:a17:906:17d8:: with SMTP id u24mr13710735eje.106.1622981682875; Sun, 06 Jun 2021 05:14:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1622981682; cv=none; d=google.com; s=arc-20160816; b=PojpuGEVWZPKFAPy/Ckq/P5+BQDbhSvR7WSTY6yORwx4EtQ2xHl5f7zwd8xt6wNInK jEKEvNGIAVt8xF9sIYyo26cnItsGkZuyHDu3soazhXDMqd2YdjPGM8eXOwXFZjMjwXXx MddPcuuhmoHoM+NFkUwEZ1jZ+Gf6htHh49g2Iq2rw3wDCtAqjUG4Mtqyr71Xd5TUolWZ sOjCzCTUs5pPt6d42AoPYpXYmnH23LwIPzP4+HtGizF3SmxKxfBIm+C8GIAWo6LzhKXK FvUWTKdm+p9EvdFZcZ4otVkabtq0eANmGdNALFraOJgXF55LME0L3DWjhc7IJJ0ftSNr mvhA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version:date :message-id:subject:references:in-reply-to:cc:to:from; bh=PLNRTPeHb5LorsuECQdpAezbypWvikc/ANRKlgH1230=; b=k62VQItdCuVqW/9dIG74tUkxD8GC8IKSgL2vcnIlSlDgbTcmFPtjqZlVDHO286OTMx GljJncnimxEkUinNlxctiR+AX/Q/qimrj/D1Dtl3AjL4YAFq9sLSYYh1cofA083l6PSu 3yaNFdrSe5JZN+jEaR0upPBiK1yRdn4s6geGUaOt3OJ+5oolf7Bccszh6ZelTILMCrqB N1aMjZC0LMajJIUZKza+i+32boezng2RguK0fYU6tuil1QEIODmoy7vK6g2/8kbLjkEk o7o6D6HDyd9RtlbCbZxhuRVb+qsdNdnk4eyCYDVMhn1C0yNXiMERkSc5FebWxQxnvAkA hS6A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id kd26si9855131ejc.672.2021.06.06.05.14.19; Sun, 06 Jun 2021 05:14:42 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230297AbhFFMOJ (ORCPT + 99 others); Sun, 6 Jun 2021 08:14:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48812 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230209AbhFFMN6 (ORCPT ); Sun, 6 Jun 2021 08:13:58 -0400 Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CB2D6C061767 for ; Sun, 6 Jun 2021 05:12:08 -0700 (PDT) Received: by ozlabs.org (Postfix, from userid 1034) id 4Fyb3B0qBZz9sWH; Sun, 6 Jun 2021 22:12:05 +1000 (AEST) From: Michael Ellerman To: Benjamin Herrenschmidt , Michael Ellerman , Christophe Leroy , Paul Mackerras Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org In-Reply-To: <2541e4e415505b27db8ccbb8977035c20e408ef4.1620405461.git.christophe.leroy@csgroup.eu> References: <2541e4e415505b27db8ccbb8977035c20e408ef4.1620405461.git.christophe.leroy@csgroup.eu> Subject: Re: [PATCH] powerpc/8xx: Update mpc885_ads_defconfig to improve CI Message-Id: <162298131541.2353459.4370077652152199678.b4-ty@ellerman.id.au> Date: Sun, 06 Jun 2021 22:08:35 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 7 May 2021 16:37:53 +0000 (UTC), Christophe Leroy wrote: > mpc885_ads_defconfig is used by several CI robots. > > A few functionnalities are specific to 8xx and are not covered > by other default configuration, so improve build test coverage > by adding them to mpc885_ads_defconfig. > > 8xx is the only platform supporting 16k page size in addition > to 4k page size. Considering that 4k page size is widely tested > by other configurations, lets make 16k pages the selection for > 8xx, as it has demonstrated in the past to be a weakness. > > [...] Applied to powerpc/next. [1/1] powerpc/8xx: Update mpc885_ads_defconfig to improve CI https://git.kernel.org/powerpc/c/9a1762a4a4ff3cc096c605212165f59481e84503 cheers