Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] eppic: makedumpfile fails to recognise between global
@ 2014-04-15  5:01 Aruna Balakrishnaiah
  2014-04-17  4:00 ` Atsushi Kumagai
  0 siblings, 1 reply; 2+ messages in thread
From: Aruna Balakrishnaiah @ 2014-04-15  5:01 UTC (permalink / raw)
  To: kexec; +Cc: kumagai-atsushi

    symbol and structure of the same name

    Fix the eppic script to reflect the type

    Signed-off-by: Aruna Balakrishnaiah <aruna@linux.vnet.ibm.com>
---
 eppic_scripts/udp_sk_buf.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eppic_scripts/udp_sk_buf.c b/eppic_scripts/udp_sk_buf.c
index 0fa1325..ca8c77b 100644
--- a/eppic_scripts/udp_sk_buf.c
+++ b/eppic_scripts/udp_sk_buf.c
@@ -30,7 +30,7 @@ udp()
 	struct udp_table *table;
 	struct sock_common *off = 0;
 
-	table = &udp_table;
+	table = (struct udp_table *)&udp_table;
 
 	for (i = 0; i < table->mask; i++) {
 		struct hlist_nulls_node *pos;


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* RE: [PATCH] eppic: makedumpfile fails to recognise between global
  2014-04-15  5:01 [PATCH] eppic: makedumpfile fails to recognise between global Aruna Balakrishnaiah
@ 2014-04-17  4:00 ` Atsushi Kumagai
  0 siblings, 0 replies; 2+ messages in thread
From: Atsushi Kumagai @ 2014-04-17  4:00 UTC (permalink / raw)
  To: aruna@linux.vnet.ibm.com; +Cc: kexec@lists.infradead.org

>    symbol and structure of the same name

This must be a part of the subject :-)

>    Fix the eppic script to reflect the type
>
>    Signed-off-by: Aruna Balakrishnaiah <aruna@linux.vnet.ibm.com>

Thanks, I'll merge this patch into v1.5.6.

Atsushi Kumagai

>---
> eppic_scripts/udp_sk_buf.c |    2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/eppic_scripts/udp_sk_buf.c b/eppic_scripts/udp_sk_buf.c
>index 0fa1325..ca8c77b 100644
>--- a/eppic_scripts/udp_sk_buf.c
>+++ b/eppic_scripts/udp_sk_buf.c
>@@ -30,7 +30,7 @@ udp()
> 	struct udp_table *table;
> 	struct sock_common *off = 0;
>
>-	table = &udp_table;
>+	table = (struct udp_table *)&udp_table;
>
> 	for (i = 0; i < table->mask; i++) {
> 		struct hlist_nulls_node *pos;
>
>
>_______________________________________________
>kexec mailing list
>kexec@lists.infradead.org
>http://lists.infradead.org/mailman/listinfo/kexec

_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-17  4:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-15  5:01 [PATCH] eppic: makedumpfile fails to recognise between global Aruna Balakrishnaiah
2014-04-17  4:00 ` Atsushi Kumagai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox