From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751695AbdFGVhx (ORCPT ); Wed, 7 Jun 2017 17:37:53 -0400 Received: from mail-wm0-f42.google.com ([74.125.82.42]:35604 "EHLO mail-wm0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751585AbdFGVhv (ORCPT ); Wed, 7 Jun 2017 17:37:51 -0400 From: Rasmus Villemoes To: Matthew Wilcox Cc: linux-kernel@vger.kernel.org, Andrew Morton , Martin Schwidefsky , Matthew Wilcox Subject: Re: [PATCH 0/3] Bitmap optimisations Organization: D03 References: <20170607142924.28552-1-willy@infradead.org> X-Hashcash: 1:20:170607:linux-kernel@vger.kernel.org::qa6jt5TAn2HHC8u7:0000000000000000000000000000000000hJp X-Hashcash: 1:20:170607:schwidefsky@de.ibm.com::g07ZIPEPt6HMTy1h:0000000000000000000000000000000000000001p0q X-Hashcash: 1:20:170607:akpm@linux-foundation.org::NiKP3s2fWvwhUJYu:00000000000000000000000000000000000043xW X-Hashcash: 1:20:170607:mawilcox@microsoft.com::upXdY4iPpPq342Sr:0000000000000000000000000000000000000005VhR X-Hashcash: 1:20:170607:willy@infradead.org::NOpuzAZK+iLWNR5O:000000000000000000000000000000000000000000DLVG Date: Wed, 07 Jun 2017 23:37:48 +0200 In-Reply-To: <20170607142924.28552-1-willy@infradead.org> (Matthew Wilcox's message of "Wed, 7 Jun 2017 07:29:21 -0700") Message-ID: <877f0nbhsj.fsf@rasmusvillemoes.dk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 07 2017, Matthew Wilcox wrote: > From: Matthew Wilcox > > These three bitmap patches use more efficient specialisations when the > compiler can figure out that it's safe to do so. > With the pointer arithmetic fixed, Acked-by: Rasmus Villemoes