
On Mon, Apr 8, 2019 at 7:06 PM Tom Rini trini@konsulko.com wrote:
On Mon, Apr 08, 2019 at 07:03:29PM +0530, Jagan Teki wrote:
On Mon, Apr 8, 2019 at 6:40 PM Paul Kocialkowski paul.kocialkowski@bootlin.com wrote:
Hi,
Le lundi 08 avril 2019 à 18:23 +0530, Jagan Teki a écrit :
Hi Paul,
On Mon, Apr 8, 2019 at 6:00 PM Paul Kocialkowski paul.kocialkowski@bootlin.com wrote:
Hi,
On Thu, 2019-04-04 at 05:51 -0300, Pablo Sebastián Greco wrote:
A few days ago I tried to boot my Bananapi_M2_Ultra with 2019.04rc, I found that it wasn't booting, 2019.01 was working ok. Bisecting indicated that the problem was after http://git.denx.de/?p=u-boot.git;a=commitdiff;h=a7cca5793774ee139b75a704d6ef...
I think the patch should be reverted ASAP since it obviously breaks some supported configs. Sadly, the offending commit doesn't say anything about the test coverage for the change and what the status is after it. There is probably a reason why it was enabled for sun4i only before and there must have been a motivation for doing this on all sunxi platforms, but then again, the commit message says nothing about those underlying reasons.
I believe we should be more strict on patch review and not let any change bringing such a major change get applied with a commit message that provides no context about why the change is okay and how it was tested.
Appropriate your concern.
If you please list what all boards are not working with this effect, please write back. we will defiantly look into it. All these changes were merged in MW which is 2.5 months back, commenting in final stage like this is not the professional way.
I really do not think this is a sane approach to follow. You can't make a change like this, with no context whatsoever in the commit message, which ends up breaking other people's setups and wait for others to debug subsequent issues it introduces that you don't encounter.
Sorry but your commit should never have been merged. Sure, I wasn't there to review it either, but the code review process definitely did not go as planned here.
Which commit message your referring to? are you referring this patch[1] commit message. let me point what exactly is the issue?
[1] http://git.denx.de/?p=u-boot.git;a=commit;h=a7cca5793774ee139b75a704d6efaa4d...
Yes, that message right there does not say what boards nor SoCs you tested the conversion on, and is not a great commit message for such a large scale change.
Let me explains what I though when I prepare the patch.
This patch is the last patch of the series, that means all the preceding patches are supporting DM_MMC on respective or missing SoC's and boards[2]. as a final patch I enable DM_MMC for Allwinner globally.
commit message: " arm: sunxi: Enable DM_MMC
Enable DM_MMC for all Allwinner SoCs, this will eventually enable BLK. "
the commit head says it enable DM_MMC all the SoC's in Allwinner globally. Since the series is part of DM_MMC migration and previous commits has enough information of what boards its's been tested. Do we need to mentioned all the tested board information in this commit message?
[2] http://git.denx.de/?p=u-boot.git;a=log;h=a7cca5793774ee139b75a704d6efaa4d29f...