2021-04-29 07:55:30

by Michal Simek

[permalink] [raw]
Subject: [GIT PULL] arch/microblaze patches for 5.13-rc1

Hi Linus,

please pull these patches to your tree. There is no new feature added
but it just about cleaning up some code and moving to generic syscall
solution used by other architectures.

Thanks,
Michal


The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8:

Linux 5.12-rc1 (2021-02-28 16:05:19 -0800)

are available in the Git repository at:

git://git.monstr.eu/linux-2.6-microblaze.git tags/microblaze-v5.13

for you to fetch changes up to 47de4477a8e6bfd202640567ce4bf17cc1de60be:

microblaze: add 'fallthrough' to memcpy/memset/memmove (2021-04-22
09:34:05 +0200)

----------------------------------------------------------------
Microblaze patches for 5.13-rc1

- Switch to generic syscall scripts
- Some small fixes

----------------------------------------------------------------
Bhaskar Chowdhury (1):
microblaze: Fix a typo

David Hildenbrand (1):
microblaze: tag highmem_setup() with __meminit

Masahiro Yamada (2):
microblaze: syscalls: switch to generic syscalltbl.sh
microblaze: syscalls: switch to generic syscallhdr.sh

Randy Dunlap (1):
microblaze: add 'fallthrough' to memcpy/memset/memmove

arch/microblaze/kernel/syscall_table.S | 3 +--
arch/microblaze/kernel/syscalls/Makefile | 14 ++++----------
arch/microblaze/kernel/syscalls/syscallhdr.sh | 36
------------------------------------
arch/microblaze/kernel/syscalls/syscalltbl.sh | 32
--------------------------------
arch/microblaze/lib/memcpy.c | 4 ++++
arch/microblaze/lib/memmove.c | 5 +++++
arch/microblaze/lib/memset.c | 2 ++
arch/microblaze/lib/uaccess_old.S | 2 +-
arch/microblaze/mm/init.c | 2 +-
9 files changed, 18 insertions(+), 82 deletions(-)
delete mode 100644 arch/microblaze/kernel/syscalls/syscallhdr.sh
delete mode 100644 arch/microblaze/kernel/syscalls/syscalltbl.sh

--
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: http://www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs


2021-04-29 18:41:25

by Linus Torvalds

[permalink] [raw]
Subject: Re: [GIT PULL] arch/microblaze patches for 5.13-rc1

On Thu, Apr 29, 2021 at 12:52 AM Michal Simek <[email protected]> wrote:
>
> please pull these patches to your tree. There is no new feature added
> but it just about cleaning up some code and moving to generic syscall
> solution used by other architectures.

Hmm. This ended up being based on the v5.12-rc1-dontuse tag.

I guess it doesn't matter all that much, but it would have been good
to try to avoid that.

Linus

2021-04-29 18:51:58

by pr-tracker-bot

[permalink] [raw]
Subject: Re: [GIT PULL] arch/microblaze patches for 5.13-rc1

The pull request you sent on Thu, 29 Apr 2021 09:52:28 +0200:

> git://git.monstr.eu/linux-2.6-microblaze.git tags/microblaze-v5.13

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

Thank you!

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

2021-04-30 06:35:02

by Michal Simek

[permalink] [raw]
Subject: Re: [GIT PULL] arch/microblaze patches for 5.13-rc1



On 4/29/21 8:40 PM, Linus Torvalds wrote:
> On Thu, Apr 29, 2021 at 12:52 AM Michal Simek <[email protected]> wrote:
>>
>> please pull these patches to your tree. There is no new feature added
>> but it just about cleaning up some code and moving to generic syscall
>> solution used by other architectures.
>
> Hmm. This ended up being based on the v5.12-rc1-dontuse tag.
>
> I guess it doesn't matter all that much, but it would have been good
> to try to avoid that.

Ah. My bad. I didn't realize that it shouldn't be really used.

Thanks,
Michal

--
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: http://www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs