All of lore.kernel.org
 help / color / mirror / Atom feed
From: SeongJae Park <sj@kernel.org>
To: akpm@linux-foundation.org
Cc: andreyknvl@google.com, linux-mm@kvack.org,
	linux-kernel@vger.kernel.org, SeongJae Park <sj@kernel.org>
Subject: [PATCH for-mm 0/3] Trivial fixes for build failures
Date: Thu, 31 Mar 2022 08:49:36 +0000	[thread overview]
Message-ID: <20220331084939.26749-1-sj@kernel.org> (raw)

This commit fixes trivial build failures of -mm queue, which is also
available at
https://github.com/hnaz/linux-mm/tree/v5.17-mmots-2022-03-30-13-04.

SeongJae Park (3):
  arch/arm64/Kconfig: Fix a typo
  arch/arm64/kernel/irq: Include missed header file
  arch/arm64: Set HAVE_SHADOW_STACKTRACE depends on SHADOW_CALL_STACK

 arch/arm64/Kconfig             | 4 ++--
 arch/arm64/kernel/irq.c        | 1 +
 arch/arm64/kernel/stacktrace.c | 4 ++++
 3 files changed, 7 insertions(+), 2 deletions(-)

-- 
2.17.1



             reply	other threads:[~2022-03-31  8:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-31  8:49 SeongJae Park [this message]
2022-03-31  8:49 ` [PATCH for-mm 1/3] arch/arm64/Kconfig: Fix a typo SeongJae Park
2022-03-31  8:49 ` [PATCH for-mm 2/3] arch/arm64/kernel/irq: Include missed header file SeongJae Park
2022-03-31  8:49 ` [PATCH for-mm 3/3] arch/arm64: Set HAVE_SHADOW_STACKTRACE depends on SHADOW_CALL_STACK SeongJae Park

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=20220331084939.26749-1-sj@kernel.org \
    --to=sj@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=andreyknvl@google.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.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.