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

2021-02-21 Thread pr-tracker-bot
The pull request you sent on Fri, 19 Feb 2021 13:06:38 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_5.12 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/2671fe5e1d48fe2c14a46bdf8fd9d7b24f88c1e2 Thank you! -- Deet-doot-dot, I am a b

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

2021-02-19 Thread Thomas Bogendoerfer
Hi Linus, a test merge with v5.11 shows a conflict in .mailmap, which I resolved with diff --cc .mailmap index 7fdf87b24fe8,d942f9493a47..ade90fc9140a --- a/.mailmap +++ b/.mailmap @@@ -202,8 -200,7 +202,9 @@@ Li Yang Lukasz Luba Maciej W. Rozycki + Maciej W. Rozycki +Manivannan Sad

Re: [GIT PULL] MIPS changes for v5.11

2020-12-16 Thread pr-tracker-bot
The pull request you sent on Wed, 16 Dec 2020 12:06:34 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_5.11 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/8312f41f08edc641aa927d31fb71319694ae9c42 Thank you! -- Deet-doot-dot, I am a b

[GIT PULL] MIPS changes for v5.11

2020-12-16 Thread Thomas Bogendoerfer
The following changes since commit ac3b57adf87ad9bac7e33ca2613fae1ed62b: MIPS: Alchemy: Fix memleak in alchemy_clk_setup_cpu (2020-11-17 12:53:57 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_5.11 for you to fetch

Re: [GIT PULL] MIPS changes for v5.10

2020-10-16 Thread pr-tracker-bot
The pull request you sent on Fri, 16 Oct 2020 14:46:17 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_5.10 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/09a31a7e3723afd79022d5d3ff3634c2630c2eeb Thank you! -- Deet-doot-dot, I am a b

[GIT PULL] MIPS changes for v5.10

2020-10-16 Thread Thomas Bogendoerfer
The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5: Linux 5.9-rc1 (2020-08-16 13:04:57 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_5.10 for you to fetch changes up to cf3af0a4d3b62ab48e0b9018

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 t

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 exi

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. htt

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 bit

[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: ab

Re: [GIT PULL] MIPS changes

2019-09-24 Thread Linus Torvalds
On Tue, Sep 24, 2019 at 5:40 AM David Howells wrote: > > Linus Torvalds wrote: > > > In honesty, I actually do have one warning in my tree: > > > > samples/vfs/test-statx.c:24:15: warning: ‘struct foo’ declared > > inside parameter list > > Were there any note lines from the compiler associated

Re: [GIT PULL] MIPS changes

2019-09-24 Thread David Howells
Linus Torvalds wrote: > In honesty, I actually do have one warning in my tree: > > samples/vfs/test-statx.c:24:15: warning: ‘struct foo’ declared > inside parameter list will not be visible outside of this definition > or declaration > 24 | #define statx foo > | ^~~

Re: [GIT PULL] MIPS changes

2019-09-23 Thread Linus Torvalds
On Mon, Sep 23, 2019 at 11:07 AM Paul Burton wrote: > > Another issue is that there are currently 'expected' warnings dotted > through the tree for various defconfigs This is why I refuse to have _any_ warnings at all in my tree during the merge window. If you have expected warnings, you will ig

Re: [GIT PULL] MIPS changes

2019-09-23 Thread Paul Burton
Hi Linus, On Sun, Sep 22, 2019 at 11:35:36AM -0700, Linus Torvalds wrote: > On Sat, Sep 21, 2019 at 4:10 PM Paul Burton wrote: > > > > Here are the main MIPS changes for v5.4; please pull. > > Hmm. I pulled and because initial tests didn't show any issues, I > already pushed out. > > But some u

Re: [GIT PULL] MIPS changes

2019-09-23 Thread Florian Fainelli
On 9/22/2019 11:35 AM, Linus Torvalds wrote: > On Sat, Sep 21, 2019 at 4:10 PM Paul Burton wrote: >> >> Here are the main MIPS changes for v5.4; please pull. > > Hmm. I pulled and because initial tests didn't show any issues, I > already pushed out. > > But some unrelated further testing then

Re: [GIT PULL] MIPS changes

2019-09-22 Thread Linus Torvalds
On Sat, Sep 21, 2019 at 4:10 PM Paul Burton wrote: > > Here are the main MIPS changes for v5.4; please pull. Hmm. I pulled and because initial tests didn't show any issues, I already pushed out. But some unrelated further testing then shows that this: > Florian Fainelli (2): > firmware: b

Re: [GIT PULL] MIPS changes

2019-09-22 Thread pr-tracker-bot
The pull request you sent on Sat, 21 Sep 2019 23:10:24 +: > git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git tags/mips_5.4 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/5c6bd5de3c2e5bc8a17451e281ed2613375a7fd5 Thank you! -- Deet-doot-dot, I am a bot

[GIT PULL] MIPS changes

2019-09-21 Thread Paul Burton
Hi Linus, Here are the main MIPS changes for v5.4; please pull. My apologies that this is arriving at the end of the week; a combination of travel & discovering a MIPS32 page table handling issue later than would have been ideal delayed things. There are a number of minor merge conflicts with cu

Re: [GIT PULL] MIPS changes

2019-07-17 Thread pr-tracker-bot
The pull request you sent on Wed, 17 Jul 2019 15:25:47 +: > git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git tags/mips_5.3 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/fa121bb3fed6313b1f0af23952301e06cf6d32ed Thank you! -- Deet-doot-dot, I am a bot

Re: [GIT PULL] MIPS changes

2019-07-17 Thread Linus Torvalds
On Wed, Jul 17, 2019 at 8:25 AM Paul Burton wrote: > > Documentation/process/license-rules.rst suggests to me that the version > in the MIPS tree is correct in terms of license name ("GPL-2.0" without > the "-only" suffix) whilst the version in master is correct in terms of > comment style ("/* */

[GIT PULL] MIPS changes

2019-07-17 Thread Paul Burton
Hi Linus, Here are the main MIPS changes for v5.3, a light batch this time around but significant improvements for certain systems. Please pull. There's one minor conflict in arch/mips/include/asm/mach-ralink/pinmux.h when merging with current master. Commit 1d0ea0692ae3 ("treewide: Replace GPLv2

Re: [GIT PULL] MIPS changes for 5.2

2019-05-08 Thread pr-tracker-bot
The pull request you sent on Wed, 8 May 2019 21:04:46 +: > git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git tags/mips_5.2 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/92fab77b6b309dc219b02da4a69ad5dc76f7ec74 Thank you! -- Deet-doot-dot, I am a bot.

[GIT PULL] MIPS changes for 5.2

2019-05-08 Thread Paul Burton
Hi Linus, Here are the main MIPS changes for the 5.2 cycle. I wound up merging in the mips_fixes_5.1_1 tag that you already merged earlier in order to gain a fix for a jump label bug that would otherwise have prevented me testing some work included here. I hope that's OK - it does mean the shortl