Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1276061 > unrolled thread

Linus tree git problems self-modifying code?

Started byJeffrey Merkey <jeffmerkey@gmail.com>
First post2015-11-24 06:20 +0100
Last post2015-11-24 06:20 +0100
Articles 2 — 1 participant

Back to article view | Back to linux.kernel


Contents

  Linus tree git problems self-modifying code? Jeffrey Merkey <jeffmerkey@gmail.com> - 2015-11-24 06:20 +0100
    Re: Linus tree git problems self-modifying code? Jeffrey Merkey <jeffmerkey@gmail.com> - 2015-11-24 06:20 +0100

#1276061 — Linus tree git problems self-modifying code?

FromJeffrey Merkey <jeffmerkey@gmail.com>
Date2015-11-24 06:20 +0100
SubjectLinus tree git problems self-modifying code?
Message-ID<qyebg-3JI-1@gated-at.bofh.it>
If you checkout 4.3 the build it on i386 the following files show up
as modified and tracked after the build completes.  I can roll the
files back but isn't this broken?  This does mess up my git sync.

[root@aya linux]#
[root@aya linux]#
[root@aya linux]# git status -s
 D arch/arm/boot/dts/include/dt-bindings
 D arch/arm64/boot/dts/include/dt-bindings
 D arch/metag/boot/dts/include/dt-bindings
 D arch/mips/boot/dts/include/dt-bindings
 D arch/powerpc/boot/dts/include/dt-bindings
 T tools/testing/selftests/powerpc/copyloops/copyuser_64.S
 T tools/testing/selftests/powerpc/copyloops/copyuser_power7.S
 T tools/testing/selftests/powerpc/copyloops/memcpy_64.S
 T tools/testing/selftests/powerpc/copyloops/memcpy_power7.S
 T tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
 T tools/testing/selftests/powerpc/primitives/word-at-a-time.h
 T tools/testing/selftests/powerpc/stringloops/memcmp_64.S
 T tools/testing/selftests/powerpc/vphn/vphn.c
 T tools/testing/selftests/powerpc/vphn/vphn.h
[root@aya linux]#
[root@aya linux]#
[root@aya linux]#

Jeff
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1276064

FromJeffrey Merkey <jeffmerkey@gmail.com>
Date2015-11-24 06:20 +0100
Message-ID<qyebg-3JI-7@gated-at.bofh.it>
In reply to#1276061
Also, the 4.3 build on i386 is LOADED with wanrings about variables
being used that are not initialized.  I can post that too but the list
is pretty big.  Just build it and its obvious.

Jeff

On 11/23/15, Jeffrey Merkey <jeffmerkey@gmail.com> wrote:
> If you checkout 4.3 the build it on i386 the following files show up
> as modified and tracked after the build completes.  I can roll the
> files back but isn't this broken?  This does mess up my git sync.
>
> [root@aya linux]#
> [root@aya linux]#
> [root@aya linux]# git status -s
>  D arch/arm/boot/dts/include/dt-bindings
>  D arch/arm64/boot/dts/include/dt-bindings
>  D arch/metag/boot/dts/include/dt-bindings
>  D arch/mips/boot/dts/include/dt-bindings
>  D arch/powerpc/boot/dts/include/dt-bindings
>  T tools/testing/selftests/powerpc/copyloops/copyuser_64.S
>  T tools/testing/selftests/powerpc/copyloops/copyuser_power7.S
>  T tools/testing/selftests/powerpc/copyloops/memcpy_64.S
>  T tools/testing/selftests/powerpc/copyloops/memcpy_power7.S
>  T tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
>  T tools/testing/selftests/powerpc/primitives/word-at-a-time.h
>  T tools/testing/selftests/powerpc/stringloops/memcmp_64.S
>  T tools/testing/selftests/powerpc/vphn/vphn.c
>  T tools/testing/selftests/powerpc/vphn/vphn.h
> [root@aya linux]#
> [root@aya linux]#
> [root@aya linux]#
>
> Jeff
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web