Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2055AC6FD1C for ; Fri, 10 Mar 2023 08:11:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230449AbjCJIK6 (ORCPT ); Fri, 10 Mar 2023 03:10:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55200 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230197AbjCJIKe (ORCPT ); Fri, 10 Mar 2023 03:10:34 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0AD3B61AB4; Fri, 10 Mar 2023 00:09:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=mpITJ4Nl7x5vVIbFIcOw20XFdkPGouMW+7WyYlYEXIE=; b=iY+rchdoXBw/mcd+sv6Tdc/2vw l0y0tl65oL4OhOozZ02UQMIORVSI5OYsywa1qZm8dsB4MD7alS6B7zWn5n5IL4u487/aMaRIZbEKh bF9aQdEDZ93NOMpDixImOcQXI/1ONc5wQrNL0vEMIPqD1zV/4B5qlh0uJtEHcN8vNgVtjkocsKsAr tlYkKAwCP+16zo9Ps5VXsZA8EYa12jFiaiT/zaUdX5t8I+dmJ+17el+RWjfzyHlbUG86O5lAV7Vdi iX9q3xQVgYfuDIDXt3orN7EgVlqaTVCxEORtkNsXOw+jsAK+aNMA+ee7yFChty90+R23nOeVnXfq6 z687JK2Q==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1paXot-00DYSu-HZ; Fri, 10 Mar 2023 08:09:43 +0000 Date: Fri, 10 Mar 2023 00:09:43 -0800 From: Christoph Hellwig To: John Moon Cc: Masahiro Yamada , Nathan Chancellor , Nick Desaulniers , Nicolas Schier , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, Greg Kroah-Hartman , Randy Dunlap , Arnd Bergmann , Bjorn Andersson , Todd Kjos , Matthias Maennich , Giuliano Procida , kernel-team@android.com, libabigail@sourceware.org, Jordan Crouse , Trilok Soni , Satya Durga Srinivasu Prabhala , Elliot Berman Subject: Re: [PATCH v2 0/2] Validating UAPI backwards compatibility Message-ID: References: <20230301075402.4578-1-quic_johmoo@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230301075402.4578-1-quic_johmoo@quicinc.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 28, 2023 at 11:54:00PM -0800, John Moon wrote: > Our goal is to add tooling for vendor driver developers because the > upstream model of expert maintainer code review can be difficult to > replicate in-house. Tools may help developers catch simple UAPI > incompatibilities that could be easily overlooked by in-house review. Why would this matter in any way for the kernel? If you tool is useful for in-kernel usage it should be added to the tree and documented as such, but ouf of tree crap simply does not matter.