All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] arch/microblaze patches for 5.13-rc1
@ 2021-04-29  7:52 Michal Simek
  2021-04-29 18:40 ` Linus Torvalds
  2021-04-29 18:50 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: Michal Simek @ 2021-04-29  7:52 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] arch/microblaze patches for 5.13-rc1
  2021-04-29  7:52 [GIT PULL] arch/microblaze patches for 5.13-rc1 Michal Simek
@ 2021-04-29 18:40 ` Linus Torvalds
  2021-04-30  6:33   ` Michal Simek
  2021-04-29 18:50 ` pr-tracker-bot
  1 sibling, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2021-04-29 18:40 UTC (permalink / raw)
  To: Michal Simek; +Cc: Linux Kernel Mailing List

On Thu, Apr 29, 2021 at 12:52 AM Michal Simek <monstr@monstr.eu> 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] arch/microblaze patches for 5.13-rc1
  2021-04-29  7:52 [GIT PULL] arch/microblaze patches for 5.13-rc1 Michal Simek
  2021-04-29 18:40 ` Linus Torvalds
@ 2021-04-29 18:50 ` pr-tracker-bot
  1 sibling, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-04-29 18:50 UTC (permalink / raw)
  To: Michal Simek; +Cc: Linus Torvalds, Linux Kernel Mailing List

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] arch/microblaze patches for 5.13-rc1
  2021-04-29 18:40 ` Linus Torvalds
@ 2021-04-30  6:33   ` Michal Simek
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Simek @ 2021-04-30  6:33 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List



On 4/29/21 8:40 PM, Linus Torvalds wrote:
> On Thu, Apr 29, 2021 at 12:52 AM Michal Simek <monstr@monstr.eu> 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: 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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-04-30  6:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-29  7:52 [GIT PULL] arch/microblaze patches for 5.13-rc1 Michal Simek
2021-04-29 18:40 ` Linus Torvalds
2021-04-30  6:33   ` Michal Simek
2021-04-29 18:50 ` pr-tracker-bot

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.