From: Catalin Marinas <catalin.marinas@arm.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Will Deacon <will@kernel.org>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: [GIT PULL] arm64 fixes for 6.7-rc6
Date: Fri, 15 Dec 2023 23:47:20 +0000 [thread overview]
Message-ID: <ZXzliF7K4P32ZSYk@arm.com> (raw)
Hi Linus,
Please pull the arm64 fixes below. Thanks.
The following changes since commit f5259997f3e8d6edfcc2daf5b2c0b34f074d7bc0:
arm64: Avoid enabling KPTI unnecessarily (2023-11-30 19:07:33 +0000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
for you to fetch changes up to 3c0696076aad60a2f04c019761921954579e1b0e:
arm64: mm: Always make sw-dirty PTEs hw-dirty in pte_modify (2023-12-12 16:25:26 +0000)
----------------------------------------------------------------
arm64 fixes:
- Arm CMN perf: fix the DTC allocation failure path which can end up
erroneously clearing live counters
- arm64/mm: fix hugetlb handling of the dirty page state leading to a
continuous fault loop in user on hardware without dirty bit management
(DBM). That's caused by the dirty+writeable information not being
properly preserved across a series of mprotect(PROT_NONE),
mprotect(PROT_READ|PROT_WRITE)
----------------------------------------------------------------
James Houghton (1):
arm64: mm: Always make sw-dirty PTEs hw-dirty in pte_modify
Robin Murphy (1):
perf/arm-cmn: Fail DTC counter allocation correctly
arch/arm64/include/asm/pgtable.h | 6 ++++++
drivers/perf/arm-cmn.c | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
--
Catalin
_______________________________________________
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: Catalin Marinas <catalin.marinas@arm.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Will Deacon <will@kernel.org>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: [GIT PULL] arm64 fixes for 6.7-rc6
Date: Fri, 15 Dec 2023 23:47:20 +0000 [thread overview]
Message-ID: <ZXzliF7K4P32ZSYk@arm.com> (raw)
Hi Linus,
Please pull the arm64 fixes below. Thanks.
The following changes since commit f5259997f3e8d6edfcc2daf5b2c0b34f074d7bc0:
arm64: Avoid enabling KPTI unnecessarily (2023-11-30 19:07:33 +0000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
for you to fetch changes up to 3c0696076aad60a2f04c019761921954579e1b0e:
arm64: mm: Always make sw-dirty PTEs hw-dirty in pte_modify (2023-12-12 16:25:26 +0000)
----------------------------------------------------------------
arm64 fixes:
- Arm CMN perf: fix the DTC allocation failure path which can end up
erroneously clearing live counters
- arm64/mm: fix hugetlb handling of the dirty page state leading to a
continuous fault loop in user on hardware without dirty bit management
(DBM). That's caused by the dirty+writeable information not being
properly preserved across a series of mprotect(PROT_NONE),
mprotect(PROT_READ|PROT_WRITE)
----------------------------------------------------------------
James Houghton (1):
arm64: mm: Always make sw-dirty PTEs hw-dirty in pte_modify
Robin Murphy (1):
perf/arm-cmn: Fail DTC counter allocation correctly
arch/arm64/include/asm/pgtable.h | 6 ++++++
drivers/perf/arm-cmn.c | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
--
Catalin
next reply other threads:[~2023-12-15 23:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-15 23:47 Catalin Marinas [this message]
2023-12-15 23:47 ` [GIT PULL] arm64 fixes for 6.7-rc6 Catalin Marinas
2023-12-16 4:07 ` pr-tracker-bot
2023-12-16 4:07 ` 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=ZXzliF7K4P32ZSYk@arm.com \
--to=catalin.marinas@arm.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=will@kernel.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.