The patch titled Subject: powerpc/sequoia: fix NAND partitions not to overlap has been added to the -mm tree. Its filename is powerpc-sequoia-fix-nand-partitions-not-to-overlap.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/powerpc-sequoia-fix-nand-partitions-not-to-overlap.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/powerpc-sequoia-fix-nand-partitions-not-to-overlap.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Pavel Machek <pavel@xxxxxxx> Subject: powerpc/sequoia: fix NAND partitions not to overlap Fix overlapping NAND partitions. Two partitions at same place are bad news... Link: http://lkml.kernel.org/r/20170402100535.GA18340@amd Signed-off-by: Pavel Machek <pavel@xxxxxx> Cc: Stefan Roese <sr@xxxxxxx> Cc: Josh Boyer <jwboyer@xxxxxxxxxxxxxxxxxx> Cc: Rob Herring <robh+dt@xxxxxxxxxx> Cc: Mark Rutland <mark.rutland@xxxxxxx> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Cc: Paul Mackerras <paulus@xxxxxxxxx> Cc: Michael Ellerman <mpe@xxxxxxxxxxxxxx> Cc: <stable@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/powerpc/boot/dts/sequoia.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/powerpc/boot/dts/sequoia.dts~powerpc-sequoia-fix-nand-partitions-not-to-overlap arch/powerpc/boot/dts/sequoia.dts --- a/arch/powerpc/boot/dts/sequoia.dts~powerpc-sequoia-fix-nand-partitions-not-to-overlap +++ a/arch/powerpc/boot/dts/sequoia.dts @@ -229,7 +229,7 @@ }; partition@84000 { label = "user"; - reg = <0x00000000 0x01f7c000>; + reg = <0x00084000 0x01f7c000>; }; }; }; _ Patches currently in -mm which might be from pavel@xxxxxxx are powerpc-sequoia-fix-nand-partitions-not-to-overlap.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html