Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752927AbdCPTss (ORCPT ); Thu, 16 Mar 2017 15:48:48 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:36522 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752250AbdCPTsq (ORCPT ); Thu, 16 Mar 2017 15:48:46 -0400 Date: Thu, 16 Mar 2017 12:48:45 -0700 From: Andrew Morton To: Joakim Tjernlund Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH 2/2] x86: Match bitops prototypes Message-Id: <20170316124845.cbae5dd504ac56143f266822@linux-foundation.org> In-Reply-To: <20170316190709.20364-2-joakim.tjernlund@infinera.com> References: <20170316190709.20364-1-joakim.tjernlund@infinera.com> <20170316190709.20364-2-joakim.tjernlund@infinera.com> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 383 Lines: 11 On Thu, 16 Mar 2017 20:07:09 +0100 Joakim Tjernlund wrote: > Adjust bitops function prototypes in asm-generic/bitops/le.h > to match the generic ones in arch/x86/include/asm/le.h > That is, replace void* with unsigned long* > > Cc: # v4.9+ Again, no reason is provided. Also, please cc the x86 maintainers on x86 patches.