diff for duplicates of <20100820041019.GT16505@us.ibm.com> diff --git a/a/1.txt b/N1/1.txt index dd743bf..2e754e9 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -6,10 +6,10 @@ may not be true in the case of a relocatable kernel, so use KERNELBASE This patch depends on the earlier patch which exports the necessary symbol for PHYSICAL_START in a relocatable kernel. -cc: Joachim Fenkes <fenkes-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org> -cc: Christoph Raisch <raisch-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org> -cc: Hoan-Ham Hguyen <hnguyen-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org> -Signed-off-by: Sonny Rao <sonnyrao-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org> +cc: Joachim Fenkes <fenkes@de.ibm.com> +cc: Christoph Raisch <raisch@de.ibm.com> +cc: Hoan-Ham Hguyen <hnguyen@de.ibm.com> +Signed-off-by: Sonny Rao <sonnyrao@us.ibm.com> Index: linux-2.6/drivers/infiniband/hw/ehca/ehca_mrmw.c @@ -18,7 +18,7 @@ Index: linux-2.6/drivers/infiniband/hw/ehca/ehca_mrmw.c +++ linux-2.6/drivers/infiniband/hw/ehca/ehca_mrmw.c 2010-08-19 22:53:03.451507146 -0500 @@ -171,7 +171,7 @@ } - + ret = ehca_reg_maxmr(shca, e_maxmr, - (void *)ehca_map_vaddr((void *)KERNELBASE), + (void *)ehca_map_vaddr((void *)(KERNELBASE + PHYSICAL_START)), @@ -26,7 +26,7 @@ Index: linux-2.6/drivers/infiniband/hw/ehca/ehca_mrmw.c &e_maxmr->ib.ib_mr.lkey, &e_maxmr->ib.ib_mr.rkey); @@ -1636,7 +1636,7 @@ - + /* register internal max-MR on HCA */ size_maxmr = ehca_mr_len; - iova_start = (u64 *)ehca_map_vaddr((void *)KERNELBASE); @@ -43,7 +43,3 @@ Index: linux-2.6/drivers/infiniband/hw/ehca/ehca_mrmw.c ehca_gen_dbg("this is a max-MR"); return 1; } else --- -To unsubscribe from this list: send the line "unsubscribe linux-rdma" in -the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index b23e917..c00e6dd 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,12 +1,10 @@ - "From\0Sonny Rao <sonnyrao-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>\0" + "From\0Sonny Rao <sonnyrao@us.ibm.com>\0" "Subject\0[PATCH 2/2]: Powerpc: Fix EHCA driver on relocatable kernel\0" "Date\0Thu, 19 Aug 2010 23:10:19 -0500\0" - "To\0linux-ppc-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org\0" - "Cc\0linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - rolandd-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org - fenkes-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org - raisch-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org - " hnguyen-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org\0" + "To\0linux-ppc@lists.ozlabs.org\0" + "Cc\0linux-rdma@vger.kernel.org" + fenkes@de.ibm.com + " raisch@de.ibm.com\0" "\00:1\0" "b\0" "the eHCA driver registers a MR for all of kernel memory, but makes the\n" @@ -17,10 +15,10 @@ "This patch depends on the earlier patch which exports the necessary\n" "symbol for PHYSICAL_START in a relocatable kernel.\n" "\n" - "cc: Joachim Fenkes <fenkes-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org>\n" - "cc: Christoph Raisch <raisch-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org>\n" - "cc: Hoan-Ham Hguyen <hnguyen-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org>\n" - "Signed-off-by: Sonny Rao <sonnyrao-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>\n" + "cc: Joachim Fenkes <fenkes@de.ibm.com>\n" + "cc: Christoph Raisch <raisch@de.ibm.com>\n" + "cc: Hoan-Ham Hguyen <hnguyen@de.ibm.com>\n" + "Signed-off-by: Sonny Rao <sonnyrao@us.ibm.com>\n" "\n" "\n" "Index: linux-2.6/drivers/infiniband/hw/ehca/ehca_mrmw.c\n" @@ -29,7 +27,7 @@ "+++ linux-2.6/drivers/infiniband/hw/ehca/ehca_mrmw.c\t2010-08-19 22:53:03.451507146 -0500\n" "@@ -171,7 +171,7 @@\n" " \t\t}\n" - " \n" + "\n" " \t\tret = ehca_reg_maxmr(shca, e_maxmr,\n" "-\t\t\t\t (void *)ehca_map_vaddr((void *)KERNELBASE),\n" "+\t\t\t\t (void *)ehca_map_vaddr((void *)(KERNELBASE + PHYSICAL_START)),\n" @@ -37,7 +35,7 @@ " \t\t\t\t &e_maxmr->ib.ib_mr.lkey,\n" " \t\t\t\t &e_maxmr->ib.ib_mr.rkey);\n" "@@ -1636,7 +1636,7 @@\n" - " \n" + "\n" " \t/* register internal max-MR on HCA */\n" " \tsize_maxmr = ehca_mr_len;\n" "-\tiova_start = (u64 *)ehca_map_vaddr((void *)KERNELBASE);\n" @@ -53,10 +51,6 @@ "+\t (iova_start == (void *)ehca_map_vaddr((void *)(KERNELBASE + PHYSICAL_START)))) {\n" " \t\tehca_gen_dbg(\"this is a max-MR\");\n" " \t\treturn 1;\n" - " \t} else\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-rdma\" in\n" - "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + " \t} else" -929a777bc422646502fe39456b8cb1668708b5dd974099e5277b6d4d52390d98 +a57324635f5d496b5b880c72a050cb0a26e22ebd28c17db9e4a1d0c9b1b1ee38
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.