From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [GIT PULL] percpu fix for v4.10-rc6 Date: Wed, 01 Feb 2017 07:56:51 +0000 Message-ID: <17591.1485935811@warthog.procyon.org.uk> References: <20170131165537.GC23970@htj.duckdns.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Received: from mx1.redhat.com ([209.132.183.28]:49984 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751080AbdBAH45 (ORCPT ); Wed, 1 Feb 2017 02:56:57 -0500 In-Reply-To: Content-ID: <17590.1485935811.1@warthog.procyon.org.uk> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Linus Torvalds Cc: dhowells@redhat.com, Tejun Heo , "linux-arch@vger.kernel.org" , Linux Kernel Mailing List , dougmill@linux.vnet.ibm.com Linus Torvalds wrote: > The fact is, atomic_long_inc_not_zero() shouldn't be returning > anything with high bits.. Ummm... Why's that the case? If atomic_long_t can never exceed UINT_MAX, then why does it exist at all? David