All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Ungerer <gerg@snapgear.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Greg Ungerer <gerg@uclinux.org>, linux-m68k@vger.kernel.org
Subject: Re: [PATCH 0/6] m68k: merge and clean up files in m68k/lib
Date: Thu, 31 Mar 2011 14:01:18 +1000	[thread overview]
Message-ID: <4D93FC8E.4000502@snapgear.com> (raw)
In-Reply-To: <AANLkTi=KoiaabjifdcB+YC1hiE9mb+CJz07Xfn588j7e@mail.gmail.com>


Hi Geert,

On 31/03/11 04:41, Geert Uytterhoeven wrote:
> On Wed, Mar 30, 2011 at 09:58, Greg Ungerer<gerg@uclinux.org>  wrote:
>> The following set of patches cleans up and merges individual files in
>> the arch/m68k/lib directory. Mostly strait forward stuff,
>>
>> I have build and run tested on ARAnyM/Atari and ColdFire (non-mmu)
>> targets.
>
> Thanks! Looks good! Haven't tested it yet, though (see below).
>
>> Not sure why git/diff mangled some of these a little. The changes to
>> patche 5, string.h, are simpler than it looks... These where generated
>> with "git format-patch -M -B" to make it easier to review the file
>> movements.
>
> Patch 1:
>
> | Applying: m68k: merge mmu and non-mmu versions of muldi3
> | error: arch/m68k/lib/muldi3.c: already exists in index
> | Patch failed at 0001 m68k: merge mmu and non-mmu versions of muldi3
> | When you have resolved this problem run "git am --resolved".
> | If you would prefer to skip this patch, instead run "git am --skip".
> | To restore the original branch and stop patching run "git am --abort".
>
> Doing "git rm arch/m68k/lib/muldi3.c&&  git commit -a" first fixes it.
>
> Patch5:
>
> | Applying: m68k: remove duplicate memcpy() implementation
> | error: arch/m68k/lib/string.c: has been deleted/renamed
> | Patch failed at 0001 m68k: remove duplicate memcpy() implementation
> | When you have resolved this problem run "git am --resolved".
> | If you would prefer to skip this patch, instead run "git am --skip".
> | To restore the original branch and stop patching run "git am --abort".
>
> Doing "git rm arch/m68k/lib/string.c&&  git commit -a" did not fix it :-(
>
> Any chance you can send a "normal" patch, or a place to pull from?

Certainly. You can pull just these patches on the m68k-lib branch at:

git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git m68k-lib

I can re-send here if anyone wants to see them as normal patches?


> Anyway, I did a thorough review, so consider it
> Acked-by: Geert Uytterhoeven<geert@linux-m68k.org>

Thanks. I have added that, and fixed the other issues.

Thanks!
Greg


> Gr{oetje,eeting}s,
>
> á á á á á á á á á á á á Geert
>
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
>
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
> á á á á á á á á á á á á á áá áá -- Linus Torvalds
> --
> To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
>
>


-- 
------------------------------------------------------------------------
Greg Ungerer  --  Principal Engineer        EMAIL:     gerg@snapgear.com
SnapGear Group, McAfee                      PHONE:       +61 7 3435 2888
8 Gardner Close                             FAX:         +61 7 3217 5323
Milton, QLD, 4064, Australia                WEB: http://www.SnapGear.com

  reply	other threads:[~2011-03-31  4:01 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-30  7:58 [PATCH 0/6] m68k: merge and clean up files in m68k/lib Greg Ungerer
2011-03-30  7:58 ` [PATCH 1/6] m68k: merge mmu and non-mmu versions of muldi3 Greg Ungerer
2011-03-30  7:58   ` [PATCH 2/6] m68k: merge mmu and non-mmu versions of lib/Makefile Greg Ungerer
2011-03-30  7:58   ` [PATCH 3/6] m68k: remove duplicate memmove() implementation Greg Ungerer
2011-03-30  7:58   ` [PATCH 4/6] m68k: remove duplicate memset() implementation Greg Ungerer
2011-03-30  7:58   ` [PATCH 5/6] m68k: remove duplicate memcpy() implementation Greg Ungerer
2011-03-30  7:58   ` [PATCH 6/6] m68k: remove no longer used arch/m68k/lib/string.c Greg Ungerer
2011-03-30 18:26     ` Geert Uytterhoeven
2011-03-31  3:58       ` Greg Ungerer
2011-03-30 18:11   ` [PATCH 1/6] m68k: merge mmu and non-mmu versions of muldi3 Geert Uytterhoeven
2011-03-31  3:57     ` Greg Ungerer
2011-03-30 18:41 ` [PATCH 0/6] m68k: merge and clean up files in m68k/lib Geert Uytterhoeven
2011-03-31  4:01   ` Greg Ungerer [this message]
2011-04-06 19:36   ` Geert Uytterhoeven
2011-04-07  3:55     ` Greg Ungerer
2011-04-07  8:22       ` Andreas Schwab
2011-04-07 11:26         ` Greg Ungerer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D93FC8E.4000502@snapgear.com \
    --to=gerg@snapgear.com \
    --cc=geert@linux-m68k.org \
    --cc=gerg@uclinux.org \
    --cc=linux-m68k@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.