Re: [GIT PULL] MIPS changes for v5.8-rc1

2020-06-03 Thread Linus Torvalds
On Wed, Jun 3, 2020 at 6:11 PM maobibo wrote: > > On architectures that manage the access bit in hardware, access bit is > set at the beginning even if there is no memory access. On MIPS system > access bit is not set at the beginning, it is set in page fault handling. I had a hard time parsing

Re: [GIT PULL] MIPS changes for v5.8-rc1

2020-06-03 Thread maobibo
On 06/04/2020 05:00 AM, Linus Torvalds wrote: > On Tue, Jun 2, 2020 at 5:55 AM Thomas Bogendoerfer > wrote: >> >> Bibo Mao (4): >> mm/memory.c: Add memory read privilege on page fault handling > > Hmm. That's a horribly named commit, but can you clarify why this > didn't just use the

Re: [GIT PULL] MIPS changes for v5.8-rc1

2020-06-03 Thread pr-tracker-bot
The pull request you sent on Tue, 2 Jun 2020 14:54:45 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux tags/mips_5.8 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/8226f11318bd03ae0dbf028f7c433071cf4927f4 Thank you! -- Deet-doot-dot, I am a bot.

Re: [GIT PULL] MIPS changes for v5.8-rc1

2020-06-03 Thread Linus Torvalds
On Tue, Jun 2, 2020 at 5:55 AM Thomas Bogendoerfer wrote: > > Bibo Mao (4): > mm/memory.c: Add memory read privilege on page fault handling Hmm. That's a horribly named commit, but can you clarify why this didn't just use the existing pte_mkyoung? These are all paths that set the dirty

[GIT PULL] MIPS changes for v5.8-rc1

2020-06-02 Thread Thomas Bogendoerfer
Hi Linus, this is the pull-requests for MIPS. A test merged between your current master (f359287765c0) and mips-next showed a conflict in arch/mips/include/asm/module.h between commit: 62d0fd591db1 ("arch: split MODULE_ARCH_VERMAGIC definitions out to ") from Linus' tree and commits: