Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp577572ybi; Fri, 24 May 2019 08:11:31 -0700 (PDT) X-Google-Smtp-Source: APXvYqzpnmDSCZTEnbF2LFs4gg8TKZbATyvKdiDk6pADt1Mls4YKIyEQgZ7zl/AYftkeHmGGjJmv X-Received: by 2002:a65:44c8:: with SMTP id g8mr107005190pgs.443.1558710691728; Fri, 24 May 2019 08:11:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558710691; cv=none; d=google.com; s=arc-20160816; b=DBNyKbbmV8dL0nN+KWHlqj58odaDl0ZC/0J24Jc1v92QoJGSCUXwwt2Voxafl05hvG REzU1SZWftybcbjL3ehb7C5uje/FQc6x5SD5OsuOT9quMbF/quKwKo1L54Nfh9zGkLhV VUTRznZsfkA/+Ux/EvOCqZCXN32oCQ/i3lQ2aNoN9EAHxXh9EBx7An4AY7bzVcL+MxyM 2mBKu63uSufsfIYOHnBqB5z0F3TRzNulelKnuaklb6NrbGHnQ39A0M+SpNRKLTWDX33T 1cxEhOcr86S5J+/BwMvu6noiYeYdEjZLUc6XWIeL6fVW8QY1wi5S+PAdpE7pZ9RdTDNb NjsQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=FbLRvrCCpqsTDjXriyW6WTEkHObJB5uhaVGDsnvhIPQ=; b=mmkrQ/SPuS5fWNHLTe40HF/6stg4yF7SEMTBhykVtacJWLMC0X3TzE0FwBlzRk8LNw 6hQ99+dixHDxeC5og4Y0gBqUyIe4EQcxqFO1tzBORX5T7u0wyLLRyl0TOUPICyynNxkD 5CcC0wzR7JpxC5L7UU6GdUxAbMLL5zXhu+5VCMpKg1zNXKxzNLUwLJYCMuJI5QCfxmx2 i2EK9vGw342jbvhvdlIssF7lR16eytZaOKZNCwhKlvoDqMbSPHTjVFCSQ9b3H1Yz/L8U XTHEhme2Lbs067s7fR0kCyvsfeMOa515bkCa6PlYXXR2rjMz/3oWA9xVU19+RrYMF2Fl YruA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d19si4701459pfr.70.2019.05.24.08.11.13; Fri, 24 May 2019 08:11:31 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389428AbfEXPJn (ORCPT + 99 others); Fri, 24 May 2019 11:09:43 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:45290 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389115AbfEXPJm (ORCPT ); Fri, 24 May 2019 11:09:42 -0400 Received: from localhost (unknown [IPv6:2a01:e0a:2c:6930:5cf4:84a1:2763:fe0d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: bbrezillon) by bhuna.collabora.co.uk (Postfix) with ESMTPSA id 1DDE7261176; Fri, 24 May 2019 16:09:41 +0100 (BST) Date: Fri, 24 May 2019 17:09:37 +0200 From: Boris Brezillon To: Rasmus Villemoes Cc: linux-kernel@vger.kernel.org, George Spelvin , Andy Shevchenko , Andrew Morton , Andrey Abramov , kernel@collabora.com Subject: Re: [PATCH] lib/sort: Add the sort_r() variant Message-ID: <20190524170937.7ecf7fe1@collabora.com> In-Reply-To: References: <20190522112550.31814-1-boris.brezillon@collabora.com> Organization: Collabora X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Rasmus, On Thu, 23 May 2019 22:04:35 +0200 Rasmus Villemoes wrote: > On 22/05/2019 13.25, Boris Brezillon wrote: > > Some users might need extra context to compare 2 elements. This patch > > adds the sort_r() which is similar to the qsort_r() variant of qsort(). > > > > Signed-off-by: Boris Brezillon > > --- > > Hello, > > > > A few more details about this patch. > > > > Even though I post it as a standalone patch, I do intend to use it in > > a real driver (v4l2 driver), just didn't want to have it burried in a > > huge patch series. > > > > Note that sort() and sort_r() are now implemented as wrappers around > > do_sort() so that most of the code can be shared. I initially went for > > a solution that implemented sort() as a wrapper around sort_r() (which > > basically contained the do_sort() logic without the cmp_func arg) > > but realized this was adding one extra indirect call (the compare func > > wrapper), which I know are being chased. > > Hm, I don't like the "pass one or the other, but not both". Yes, the > direct way to implement sort() in terms of sort_r would be > > cmp_wrapper(void *a, void *b, void *priv) > { return ((cmp_func_t)priv)(a, b); } > > void sort(...) { sort_r(...., cmp_wrapper, cmp_func); } > > but it's easy enough to get rid of that extra indirect call similar to > how the swap functions are done: pass a sentinel value, and use a single > (highly predictable) branch to check whether we have an old-style cmp > function. > > [Are there actually any architectures where passing a third argument to > a function just expecting two would not Just Work? I.e., could one > simply cast a new-style comparison function to an old-style and pass > NULL as priv? Well, we'd better not go down that road.] > > So I propose this somewhat simpler (at least in terms of diffstat) > patch, which also fits nicely with some optimizations I plan on doing to > eliminate "trivial" comparison functions (those that just do a single > integer comparison of some field inside the structs). Works for me. If you plan to send changes on top (or before) would you mind making this patch part of the series so that we don't have to deal with merge conflicts. Thanks, Boris