Re: [U-Boot] [PATCH 1/7] mmc: atmel_sdhci: fix uninitialized pointer deref on probe

2019-08-09 Thread Peng Fan
> Subject: [PATCH 1/7] mmc: atmel_sdhci: fix uninitialized pointer deref on > probe > > Commit 3d296365e4e8 ("mmc: sdhci: Add support for > sdhci-caps-mask") sdhci_setup_cfg() expects a valid sdhci_host mmc field. > > Fixes: 3d296365e4e8 ("mmc: sdhci: Add support for sdhci-caps-mask") > Cc: Faiz

Re: [U-Boot] [PATCH 1/7] mmc: atmel_sdhci: fix uninitialized pointer deref on probe

2019-08-08 Thread Peng Fan
> > >> Subject: Re: [U-Boot] [PATCH 1/7] mmc: atmel_sdhci: fix uninitialized > >> pointer deref on probe > >> > >> > >> > >> On 07.08.2019 13:04, Peng Fan wrote: > >> > >>> > >>>> Subjec

Re: [U-Boot] [PATCH 1/7] mmc: atmel_sdhci: fix uninitialized pointer deref on probe

2019-08-08 Thread Eugen.Hristev
On 08.08.2019 04:47, Peng Fan wrote: >> Subject: Re: [U-Boot] [PATCH 1/7] mmc: atmel_sdhci: fix uninitialized pointer >> deref on probe >> >> >> >> On 07.08.2019 13:04, Peng Fan wrote: >> >>> >>>> Subject: Re: [U-Boot] [PATCH 1/7]

Re: [U-Boot] [PATCH 1/7] mmc: atmel_sdhci: fix uninitialized pointer deref on probe

2019-08-07 Thread Peng Fan
> Subject: Re: [U-Boot] [PATCH 1/7] mmc: atmel_sdhci: fix uninitialized pointer > deref on probe > > > > On 07.08.2019 13:04, Peng Fan wrote: > > > > >> Subject: Re: [U-Boot] [PATCH 1/7] mmc: atmel_sdhci: fix uninitialized > >> pointer dere

Re: [U-Boot] [PATCH 1/7] mmc: atmel_sdhci: fix uninitialized pointer deref on probe

2019-08-07 Thread Eugen.Hristev
On 07.08.2019 13:04, Peng Fan wrote: > >> Subject: Re: [U-Boot] [PATCH 1/7] mmc: atmel_sdhci: fix uninitialized pointer >> deref on probe >> >> Tested-by: Eugen Hristev >> >> This has to go as soon as possible into the tree. >> The at91 boards

Re: [U-Boot] [PATCH 1/7] mmc: atmel_sdhci: fix uninitialized pointer deref on probe

2019-08-07 Thread Peng Fan
> Subject: Re: [U-Boot] [PATCH 1/7] mmc: atmel_sdhci: fix uninitialized pointer > deref on probe > > Tested-by: Eugen Hristev > > This has to go as soon as possible into the tree. > The at91 boards do not boot without this. The commit checking for > sdhci-caps

Re: [U-Boot] [PATCH 1/7] mmc: atmel_sdhci: fix uninitialized pointer deref on probe

2019-08-07 Thread Eugen.Hristev
Tested-by: Eugen Hristev This has to go as soon as possible into the tree. The at91 boards do not boot without this. The commit checking for sdhci-caps-mask introduces a crash at this point. I can take it through atmel tree if needed. Thanks, Eugen On 06.08.2019 05:47, Peng Fan wrote: > >

[U-Boot] [PATCH 1/7] mmc: atmel_sdhci: fix uninitialized pointer deref on probe

2019-08-05 Thread Peng Fan
Commit 3d296365e4e8 ("mmc: sdhci: Add support for sdhci-caps-mask") sdhci_setup_cfg() expects a valid sdhci_host mmc field. Fixes: 3d296365e4e8 ("mmc: sdhci: Add support for sdhci-caps-mask") Cc: Faiz Abbas Cc: Wenyou Yang Signed-off-by: Peng Fan --- drivers/mmc/atmel_sdhci.c | 4 ++-- 1 file