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: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 05FB51F62E for ; Wed, 16 Jan 2019 21:46:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731371AbfAPVqV (ORCPT ); Wed, 16 Jan 2019 16:46:21 -0500 Received: from wp156.webpack.hosteurope.de ([80.237.132.163]:37204 "EHLO wp156.webpack.hosteurope.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731045AbfAPVqU (ORCPT ); Wed, 16 Jan 2019 16:46:20 -0500 Received: from p5099125b.dip0.t-ipconnect.de ([80.153.18.91] helo=[192.168.100.43]); authenticated by wp156.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) id 1gjt0s-0006At-Qc; Wed, 16 Jan 2019 22:46:18 +0100 Subject: Re: [PATCH v2 1/1] Use size_t instead of 'unsigned long' for data in memory To: tboegi@web.de, git@vger.kernel.org References: <20181117151139.22994-1-tboegi@web.de> <20181120050456.16715-1-tboegi@web.de> From: Thomas Braun Message-ID: <5b9d020c-00cb-9340-b21f-f16f7fceb8cf@virtuell-zuhause.de> Date: Wed, 16 Jan 2019 22:46:13 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <20181120050456.16715-1-tboegi@web.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-bounce-key: webpack.hosteurope.de;thomas.braun@virtuell-zuhause.de;1547675180;10648ee9; X-HE-SMSGID: 1gjt0s-0006At-Qc Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Am 20.11.2018 um 06:04 schrieb tboegi@web.de: I'm interested in helping getting this forward! > What we really need for this patch to fly are this branches: > mk/use-size-t-in-zlib In pu. > tb/print-size-t-with-uintmax-format in master. > And then it is rebased on top of all cooking stuff, too many branches > to be mentioned here. > > It may be usefull to examine all "unsigned long" which are left after > this patch and turn them into (what ? unsigned int? size_t? uint32_t ?). > And once they are settled, re-do this patch with help of a coccinelle script. > I don't know. > I probably will rebase it until Junio says stop or someone else comes with > a better solution. I could not spot this series in the cooking list so what is good way forward?