2021-04-07 20:41:44

by Helge Deller

[permalink] [raw]
Subject: [GIT PULL] parisc architecture fixes for kernel v5.12-rc7

Hi Linus,

please pull four small parisc architecture fixes for kernel 5.12-rc7 from:

http://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-5.12-3

One link error fix found by the kernel test robot, one sparse warning fix,
remove a duplicate declaration and some spelling fixes.

Thanks,
Helge

----------------------------------------------------------------
Bhaskar Chowdhury (1):
parisc: math-emu: Few spelling fixes in the file fpu.h

Gao Xiang (1):
parisc: avoid a warning on u8 cast for cmpxchg on u8 pointers

Helge Deller (1):
parisc: parisc-agp requires SBA IOMMU driver

Wan Jiabing (1):
parisc: Remove duplicate struct task_struct declaration

arch/parisc/include/asm/cmpxchg.h | 2 +-
arch/parisc/include/asm/processor.h | 1 -
arch/parisc/math-emu/fpu.h | 32 +++-----------------------------
drivers/char/agp/Kconfig | 2 +-
4 files changed, 5 insertions(+), 32 deletions(-)


2021-04-07 21:53:36

by pr-tracker-bot

[permalink] [raw]
Subject: Re: [GIT PULL] parisc architecture fixes for kernel v5.12-rc7

The pull request you sent on Wed, 7 Apr 2021 11:09:09 +0200:

> http://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-5.12-3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/dbaa5d1c254e1b565caee9ac7b526a9b7267d4c4

Thank you!

--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

2021-04-07 22:05:04

by Helge Deller

[permalink] [raw]
Subject: Re: [GIT PULL] parisc architecture fixes for kernel v5.12-rc7

On 4/7/21 6:26 PM, Linus Torvalds wrote:
> On Wed, Apr 7, 2021 at 2:09 AM Helge Deller <[email protected]> wrote:
>>
>> http://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-5.12-3
>
> Not technically related to this pull (which I just did), but doing the
> pull did remind me that you're one of the people who don't use signed
> tags for pull requests.

Ok.

> I don't require that for kernel.org accounts, and it's not really a
> problem, but I do encourage it. So I thought I'd just mention it in
> case it would be something you'd be willing to do..

Thanks for the reminder and sure, I'll sign my next tags as well.

Helge

2021-04-07 22:41:12

by Linus Torvalds

[permalink] [raw]
Subject: Re: [GIT PULL] parisc architecture fixes for kernel v5.12-rc7

On Wed, Apr 7, 2021 at 2:09 AM Helge Deller <[email protected]> wrote:
>
> http://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-5.12-3

Not technically related to this pull (which I just did), but doing the
pull did remind me that you're one of the people who don't use signed
tags for pull requests.

I don't require that for kernel.org accounts, and it's not really a
problem, but I do encourage it. So I thought I'd just mention it in
case it would be something you'd be willing to do..

You're certainly not the only one not using signed tags, but I'm
looking through my recent merges, and _most_ of them are from signed
sources these days.

Linus