From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754586AbbIBMeL (ORCPT ); Wed, 2 Sep 2015 08:34:11 -0400 Received: from mail-yk0-f175.google.com ([209.85.160.175]:34516 "EHLO mail-yk0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754062AbbIBMeK (ORCPT ); Wed, 2 Sep 2015 08:34:10 -0400 Date: Wed, 2 Sep 2015 08:34:08 -0400 From: Tejun Heo To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] percpu changes for 4.3 Message-ID: <20150902123408.GC22326@mtj.duckdns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, Minor cleanups. Thanks. The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754: Linux 4.2-rc1 (2015-07-05 11:01:52 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git for-4.3 for you to fetch changes up to 292c24a073ee34c629966eec8b48d54b0a206667: percpu: clean up of schunk->map[] assignment in pcpu_setup_first_chunk (2015-07-21 11:31:00 -0400) ---------------------------------------------------------------- Baoquan He (1): percpu: clean up of schunk->map[] assignment in pcpu_setup_first_chunk Tejun Heo (1): percpu: update incorrect comment for this_cpu_*() operations include/linux/percpu-defs.h | 6 ++---- mm/percpu.c | 5 ++--- 2 files changed, 4 insertions(+), 7 deletions(-) -- tejun