On 06 Sep 2014 at 06:49, Arnaud Ebalard wrote:
> FWIW, you can add my:
>
> Tested-by: Arnaud Ebalard
>
> Additionally, Ezequiel, would anything prevent pushing the patch to
> stable team (nand entry in .dts was added in 3.14):
>
> Fixes: 92beaccd8b49 ("ARM: mvebu: Enable NAND controller in R
On 3/02/2013 6:31 PM, Ben Peddell wrote:
> There is an OOPS in target_fabric_port_link due to a use before
> initialization error.
>
> commit 0ff8754981261a80f4b77db2536dfea92c2d4539 (target: Add link_magic
> for fabric allow_link destination target_items) as merged in the
> lin
eck before dev is initialized in
target_fabric_port_link. This patch moves the dev->dev_link_magic
check to after dev is initialized.
Signed-off-by: Ben Peddell
---
drivers/target/target_core_fabric_configfs.c | 12 ++--
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/d
There is an OOPS in target_fabric_port_link due to a use before
initialization error.
commit 0ff8754981261a80f4b77db2536dfea92c2d4539 (target: Add link_magic
for fabric allow_link destination target_items) as merged in the
linux-3.7.y and linux-3.4.y branches relies on one of the changes that
occu
eck before dev is initialized in
target_fabric_port_link. This patch moves the dev->dev_link_magic
check to after dev is initialized.
Signed-off-by: Ben Peddell
---
drivers/target/target_core_fabric_configfs.c | 12 ++--
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/d
5 matches
Mail list logo