All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] microblaze: Fix issues with freestanding
@ 2022-02-25 13:50 Michal Simek
  2022-02-25 13:50 ` [PATCH 1/1] microblaze: Use simple memmove/memcpy implementation from lib/string.c Michal Simek
  2022-02-25 13:56 ` [PATCH 0/1] microblaze: Fix issues with freestanding Michal Simek
  0 siblings, 2 replies; 3+ messages in thread
From: Michal Simek @ 2022-02-25 13:50 UTC (permalink / raw)
  To: linux-kernel, monstr, michal.simek, git; +Cc: Mahesh Bodapati, Randy Dunlap

Hi,

with GCC 10 there is issue with simple memset implementation which is
called recursively. There are couple of discussions about it and the first
two patches are trying to workaround this.
The third patch only removes simple implementations from arch code and use
generic one which is the same.

Thanks,
Michal


Michal Simek (1):
  microblaze: Use simple memmove/memcpy implementation from lib/string.c

 arch/microblaze/include/asm/string.h |  2 +-
 arch/microblaze/lib/memcpy.c         | 18 ++---------------
 arch/microblaze/lib/memmove.c        | 29 ++--------------------------
 3 files changed, 5 insertions(+), 44 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-02-25 13:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-25 13:50 [PATCH 0/1] microblaze: Fix issues with freestanding Michal Simek
2022-02-25 13:50 ` [PATCH 1/1] microblaze: Use simple memmove/memcpy implementation from lib/string.c Michal Simek
2022-02-25 13:56 ` [PATCH 0/1] microblaze: Fix issues with freestanding Michal Simek

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.