All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dennis Zhou <dennis@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Tejun Heo <tj@kernel.org>, Christoph Lameter <cl@linux.com>,
	linux-mm@kvack.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] percpu fix for v5.10-rc4
Date: Sat, 14 Nov 2020 21:36:24 +0000	[thread overview]
Message-ID: <20201114213624.GA1126012@google.com> (raw)

Hi Linus,

A fix for a Wshadow warning in asm-generic percpu macros came in and
then I tacked on the removal of flexible array initializers in the
percpu allocator which was discussed in the 5.9 pull request.

Thanks,
Dennis

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu.git for-5.10-fixes

for you to fetch changes up to 61cf93d3e14a29288e4d5522aecb6e58268eec62:

  percpu: convert flexible array initializers to use struct_size() (2020-10-30 23:02:28 +0000)

----------------------------------------------------------------
Arnd Bergmann (1):
      asm-generic: percpu: avoid Wshadow warning

Dennis Zhou (1):
      percpu: convert flexible array initializers to use struct_size()

 include/asm-generic/percpu.h | 18 +++++++++---------
 mm/percpu.c                  |  8 ++++----
 2 files changed, 13 insertions(+), 13 deletions(-)

             reply	other threads:[~2020-11-14 21:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-14 21:36 Dennis Zhou [this message]
2020-11-15 18:00 ` [GIT PULL] percpu fix for v5.10-rc4 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201114213624.GA1126012@google.com \
    --to=dennis@kernel.org \
    --cc=cl@linux.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=tj@kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.