From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0E3F1C43441 for ; Mon, 12 Nov 2018 20:15:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B8616224E0 for ; Mon, 12 Nov 2018 20:15:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="B6zkJWtl" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B8616224E0 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730271AbeKMGKX (ORCPT ); Tue, 13 Nov 2018 01:10:23 -0500 Received: from merlin.infradead.org ([205.233.59.134]:48928 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725861AbeKMGKW (ORCPT ); Tue, 13 Nov 2018 01:10:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To:Subject:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=hpMwYXKPi2k2kndV9SPZvFH4cZLQ4AgmoRzDv/06R40=; b=B6zkJWtlujzMC4VKfcezPAfF1X lSgU3RQPEU0Qyr74WXcoT8bpOI5lHdms/0Ro44VWmz+jsaXJDKfKecoxVzyF68cVAHaWRkTcSenlc tbZPpsbB8lSQUwxtOpvE8yeFUaId/q8xYNAKmMyllhH0lzqKFmAHDstER+uM4wkSH5w1obBRKWhK+ iQU039wPXGGe8V7CGKALrQ2ReFDKBawUfWiiEiHMJe5e/EcqP5Gdng3YCJ3TTVlj0Ln7CBbGuMrN5 WSi7kNPg4LxqHkq/fDBlKZNQ/UJrMAOp704/dLbRKLZR88Sq1nev13yPQ0HcSi2JjJuyfianhToUR x+90nPzw==; Received: from 50-233-148-155-static.hfc.comcastbusiness.net ([50.233.148.155] helo=[10.18.6.178]) by merlin.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1gMIcM-0003y7-SG; Mon, 12 Nov 2018 20:15:31 +0000 Subject: Re: [PATCH] Documentation: fix spelling mistake, EACCESS -> EACCES To: Michael Ellerman , Jeremy Kerr , Jonathan Corbet , Colin King Cc: David Airlie , Maarten Lankhorst , Maxime Ripard , Sean Paul , linuxppc-dev@lists.ozlabs.org, linux-doc@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org References: <20181026172549.3628-1-colin.king@canonical.com> <20181107153104.71eddf4d@lwn.net> <87bm6ua1xp.fsf@concordia.ellerman.id.au> From: Geoff Levand Message-ID: <84e64a8b-765b-e89d-7427-5fd3a660575f@infradead.org> Date: Mon, 12 Nov 2018 12:15:27 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <87bm6ua1xp.fsf@concordia.ellerman.id.au> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Everyone, On 11/12/2018 04:57 AM, Michael Ellerman wrote: > But maybe Geoff has a better feel for how many people (other than him) > are still running upstream on PS3s. There are still PS3 users out there. They are hobbyists who generally don't post to Linux kernel mailing lists. I usually get one or two mail or IRC inquiries every month, many asking how to get a recent kernel running. I try keep my dev repo at k.org up to the latest -rc release and tested on the retail PS3. For more info see: https://git.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-linux.git https://www.kernel.org/pub/linux/kernel/people/geoff/cell/README -Geoff