public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] microblaze: Fix issues with freestanding
@ 2022-02-25 13:55 Michal Simek
  2022-02-25 13:55 ` [PATCH v2 1/3] microblaze: Use simple memset implementation from lib/string.c Michal Simek
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Michal Simek @ 2022-02-25 13:55 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

I sent only 1 patch in v1 that's why sending v2 with all 3.


Changes in v2:
- missing patch in v1
- missing patch in v1

Michal Simek (3):
  microblaze: Use simple memset implementation from lib/string.c
  microblaze: Do loop unrolling for optimized memset implementation
  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 ++----------------------
 arch/microblaze/lib/memset.c         | 33 ++++++++++++----------------
 4 files changed, 20 insertions(+), 62 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-04-21  8:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-25 13:55 [PATCH v2 0/3] microblaze: Fix issues with freestanding Michal Simek
2022-02-25 13:55 ` [PATCH v2 1/3] microblaze: Use simple memset implementation from lib/string.c Michal Simek
2022-02-25 13:55 ` [PATCH v2 2/3] microblaze: Do loop unrolling for optimized memset implementation Michal Simek
2022-02-25 21:50   ` David Laight
2022-02-28  6:38     ` Michal Simek
2022-02-25 13:55 ` [PATCH v2 3/3] microblaze: Use simple memmove/memcpy implementation from lib/string.c Michal Simek
2022-04-21  8:56 ` [PATCH v2 0/3] microblaze: Fix issues with freestanding Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox