From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-5.5 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 77EDE1F953 for ; Sat, 30 Oct 2021 15:16:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231969AbhJ3PTE (ORCPT ); Sat, 30 Oct 2021 11:19:04 -0400 Received: from smtp.hosts.co.uk ([85.233.160.19]:11386 "EHLO smtp.hosts.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229993AbhJ3PTD (ORCPT ); Sat, 30 Oct 2021 11:19:03 -0400 Received: from host-84-13-154-214.opaltelecom.net ([84.13.154.214] helo=[192.168.1.37]) by smtp.hosts.co.uk with esmtpa (Exim) (envelope-from ) id 1mgq5v-0006Jj-Bg; Sat, 30 Oct 2021 16:16:31 +0100 Message-ID: Date: Sat, 30 Oct 2021 16:16:31 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.2.1 Subject: Re: [PATCH v3 0/8] Allow clean/smudge filters to handle huge files in the LLP64 data model Content-Language: en-GB To: Johannes Schindelin , Junio C Hamano Cc: Johannes Schindelin via GitGitGadget , git@vger.kernel.org, Carlo Arenas , "brian m. carlson" References: From: Philip Oakley In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On 29/10/2021 22:12, Johannes Schindelin wrote: > I am not aware of any other popular platform using the LLP64 data model, > therefore I do not even think that these patches have to be fast-tracked > into Git v2.34.0, next cycle would be good enough. Unless you are aware of > other such platforms that do not rely on the Git for Windows fork, but on > Git built from your repository? I was under the impression that the original Raspberry Pi also used the LLP64 model, or similar, and that had started of Torsten (tboegi) on the extensive early work on this. I was just looking at the zlib parts following the Git Merge. Torsten was compiling for Rasbian (gcc (Raspbian 6.3.0-18+rpi1+deb9u1) 6.3.0 20170516) Philip