All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Potapenko <glider@google.com>
To: glider@google.com, catalin.marinas@arm.com, will@kernel.org,
	 pcc@google.com, andreyknvl@gmail.com
Cc: linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,  eugenis@google.com,
	yury.norov@gmail.com
Subject: [PATCH 5/5] fixup mteswap
Date: Tue, 11 Jul 2023 16:33:37 +0200	[thread overview]
Message-ID: <20230711143337.3086664-11-glider@google.com> (raw)
In-Reply-To: <20230711143337.3086664-1-glider@google.com>

---
 arch/arm64/mm/mteswap.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/mm/mteswap.c b/arch/arm64/mm/mteswap.c
index 7e8ee43e0d389..e072c1209fbb6 100644
--- a/arch/arm64/mm/mteswap.c
+++ b/arch/arm64/mm/mteswap.c
@@ -30,7 +30,6 @@ int mte_save_tags(struct page *page)
 		return 0;
 
 	tag_storage = _mte_alloc_and_save_tags(page);
-	pr_err("HERE: %s:%d\n", __FILE__, __LINE__); // TODO
 	if (!tag_storage)
 		return -ENOMEM;
 
-- 
2.41.0.255.g8b1d071c50-goog


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Alexander Potapenko <glider@google.com>
To: glider@google.com, catalin.marinas@arm.com, will@kernel.org,
	pcc@google.com, andreyknvl@gmail.com
Cc: linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, eugenis@google.com,
	yury.norov@gmail.com
Subject: [PATCH 5/5] fixup mteswap
Date: Tue, 11 Jul 2023 16:33:37 +0200	[thread overview]
Message-ID: <20230711143337.3086664-11-glider@google.com> (raw)
In-Reply-To: <20230711143337.3086664-1-glider@google.com>

---
 arch/arm64/mm/mteswap.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/mm/mteswap.c b/arch/arm64/mm/mteswap.c
index 7e8ee43e0d389..e072c1209fbb6 100644
--- a/arch/arm64/mm/mteswap.c
+++ b/arch/arm64/mm/mteswap.c
@@ -30,7 +30,6 @@ int mte_save_tags(struct page *page)
 		return 0;
 
 	tag_storage = _mte_alloc_and_save_tags(page);
-	pr_err("HERE: %s:%d\n", __FILE__, __LINE__); // TODO
 	if (!tag_storage)
 		return -ENOMEM;
 
-- 
2.41.0.255.g8b1d071c50-goog


  parent reply	other threads:[~2023-07-11 14:34 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-11 14:33 [PATCH 0/5] Implement MTE tag compression for swapped pages Alexander Potapenko
2023-07-11 14:33 ` Alexander Potapenko
2023-07-11 14:33 ` [PATCH 1/5] linux/bitqueue.h: add a KUnit test for bitqueue.h Alexander Potapenko
2023-07-11 14:33   ` Alexander Potapenko
2023-07-11 14:33 ` [PATCH 1/5] linux/bitqueue.h: add the bit queue implementation Alexander Potapenko
2023-07-11 14:33   ` Alexander Potapenko
2023-07-11 14:33 ` [PATCH 2/5] arm64: mte: implement CONFIG_ARM64_MTE_COMP Alexander Potapenko
2023-07-11 14:33   ` Alexander Potapenko
2023-07-11 14:33 ` [PATCH 2/5] linux/bitqueue.h: add a KUnit test for bitqueue.h Alexander Potapenko
2023-07-11 14:33   ` Alexander Potapenko
2023-07-11 14:33 ` [PATCH 3/5] arm64: mte: add a test for MTE tags compression Alexander Potapenko
2023-07-11 14:33   ` Alexander Potapenko
2023-07-11 14:33 ` [PATCH 3/5] arm64: mte: implement CONFIG_ARM64_MTE_COMP Alexander Potapenko
2023-07-11 14:33   ` Alexander Potapenko
2023-07-11 14:33 ` [PATCH 4/5] arm64: mte: add a test for MTE tags compression Alexander Potapenko
2023-07-11 14:33   ` Alexander Potapenko
2023-07-11 14:33 ` [PATCH 4/5] arm64: mte: add compression support to mteswap.c Alexander Potapenko
2023-07-11 14:33   ` Alexander Potapenko
2023-07-11 14:33 ` [PATCH 5/5] " Alexander Potapenko
2023-07-11 14:33   ` Alexander Potapenko
2023-07-11 14:33 ` Alexander Potapenko [this message]
2023-07-11 14:33   ` [PATCH 5/5] fixup mteswap Alexander Potapenko
2023-07-11 14:37 ` [PATCH 0/5] Implement MTE tag compression for swapped pages Alexander Potapenko
2023-07-11 14:37   ` Alexander Potapenko

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=20230711143337.3086664-11-glider@google.com \
    --to=glider@google.com \
    --cc=andreyknvl@gmail.com \
    --cc=catalin.marinas@arm.com \
    --cc=eugenis@google.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pcc@google.com \
    --cc=will@kernel.org \
    --cc=yury.norov@gmail.com \
    /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.