diff for duplicates of <20200107203354.GD26174@ziepe.ca> diff --git a/a/1.txt b/N1/1.txt index 915593f..fb760ac 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,3 +1,5 @@ +From: Jason Gunthorpe <jgg@ziepe.ca> + On Wed, Jan 08, 2020 at 12:59:12AM +0530, madhuparnabhowmik04@gmail.com wrote: > From: Madhuparna Bhowmik <madhuparnabhowmik04@gmail.com> > @@ -21,6 +23,14 @@ On Wed, Jan 08, 2020 at 12:59:12AM +0530, madhuparnabhowmik04@gmail.com wrote: Why .dep_map? Does this compile? +Alternatively, it can be lockdep_is_held(ibp->rvp.lock). +Please refer to the macro(link below) and let me know if the usage of lock_is_held() +in the patch is correct. + +https://elixir.bootlin.com/linux/v5.5-rc2/source/include/linux/lockdep.h#L364 + +Thanks, +Madhuparna Jason _______________________________________________ Linux-kernel-mentees mailing list diff --git a/a/content_digest b/N1/content_digest index 0028ffa..58333d3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,9 @@ "ref\020200107192912.22691-1-madhuparnabhowmik04@gmail.com\0" - "From\0Jason Gunthorpe <jgg@ziepe.ca>\0" + "From\0madhuparnabhowmik04@gmail.com\0" "Subject\0Re: [Linux-kernel-mentees] [PATCH 1/3] infiniband: hw: hfi1: verbs.c: Use built-in RCU list checking\0" - "Date\0Tue, 7 Jan 2020 16:33:54 -0400\0" - "To\0madhuparnabhowmik04@gmail.com\0" + "Date\0Wed, 8 Jan 2020 13:35:07 +0530\0" + "To\0jgg@ziepe.ca" + " madhuparnabhowmik04@gmail.com\0" "Cc\0mike.marciniszyn@intel.com" paulmck@kernel.org linux-rdma@vger.kernel.org @@ -14,6 +15,8 @@ " linux-kernel-mentees@lists.linuxfoundation.org\0" "\00:1\0" "b\0" + "From: Jason Gunthorpe <jgg@ziepe.ca>\n" + "\n" "On Wed, Jan 08, 2020 at 12:59:12AM +0530, madhuparnabhowmik04@gmail.com wrote:\n" "> From: Madhuparna Bhowmik <madhuparnabhowmik04@gmail.com>\n" "> \n" @@ -37,10 +40,18 @@ "\n" "Why .dep_map? Does this compile?\n" "\n" + "Alternatively, it can be lockdep_is_held(ibp->rvp.lock).\n" + "Please refer to the macro(link below) and let me know if the usage of lock_is_held()\n" + "in the patch is correct.\n" + "\n" + "https://elixir.bootlin.com/linux/v5.5-rc2/source/include/linux/lockdep.h#L364\n" + "\n" + "Thanks,\n" + "Madhuparna\n" "Jason\n" "_______________________________________________\n" "Linux-kernel-mentees mailing list\n" "Linux-kernel-mentees@lists.linuxfoundation.org\n" https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees -91919b96161df26186d0ca3df512156d35373ffde69bfef70baff03c642ef285 +54a8ff92e9caf8df960bf981bc7aa7fdd3f5e77839efa2afcbea380040da5039
diff --git a/a/1.txt b/N2/1.txt index 915593f..9e63dfa 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,3 +1,7 @@ +From: madhuparnabhowmik04@gmail.com + +From: Jason Gunthorpe <jgg@ziepe.ca> + On Wed, Jan 08, 2020 at 12:59:12AM +0530, madhuparnabhowmik04@gmail.com wrote: > From: Madhuparna Bhowmik <madhuparnabhowmik04@gmail.com> > @@ -21,6 +25,17 @@ On Wed, Jan 08, 2020 at 12:59:12AM +0530, madhuparnabhowmik04@gmail.com wrote: Why .dep_map? Does this compile? +Yes, it compiles. + +Alternatively, it can be lockdep_is_held(ibp->rvp.lock). +Please refer to the macro(link below) and let me know if the usage of lock_is_held() +in the patch is correct. + +https://elixir.bootlin.com/linux/v5.5-rc2/source/include/linux/lockdep.h#L364 + +Thanks, +Madhuparna + Jason _______________________________________________ Linux-kernel-mentees mailing list diff --git a/a/content_digest b/N2/content_digest index 0028ffa..3a01e95 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,8 +1,9 @@ "ref\020200107192912.22691-1-madhuparnabhowmik04@gmail.com\0" - "From\0Jason Gunthorpe <jgg@ziepe.ca>\0" + "From\0madhuparnabhowmik04@gmail.com\0" "Subject\0Re: [Linux-kernel-mentees] [PATCH 1/3] infiniband: hw: hfi1: verbs.c: Use built-in RCU list checking\0" - "Date\0Tue, 7 Jan 2020 16:33:54 -0400\0" - "To\0madhuparnabhowmik04@gmail.com\0" + "Date\0Wed, 8 Jan 2020 13:38:50 +0530\0" + "To\0jgg@ziepe.ca" + " madhuparnabhowmik04@gmail.com\0" "Cc\0mike.marciniszyn@intel.com" paulmck@kernel.org linux-rdma@vger.kernel.org @@ -14,6 +15,10 @@ " linux-kernel-mentees@lists.linuxfoundation.org\0" "\00:1\0" "b\0" + "From: madhuparnabhowmik04@gmail.com\n" + "\n" + "From: Jason Gunthorpe <jgg@ziepe.ca>\n" + "\n" "On Wed, Jan 08, 2020 at 12:59:12AM +0530, madhuparnabhowmik04@gmail.com wrote:\n" "> From: Madhuparna Bhowmik <madhuparnabhowmik04@gmail.com>\n" "> \n" @@ -37,10 +42,21 @@ "\n" "Why .dep_map? Does this compile?\n" "\n" + "Yes, it compiles.\n" + "\n" + "Alternatively, it can be lockdep_is_held(ibp->rvp.lock).\n" + "Please refer to the macro(link below) and let me know if the usage of lock_is_held()\n" + "in the patch is correct.\n" + "\n" + "https://elixir.bootlin.com/linux/v5.5-rc2/source/include/linux/lockdep.h#L364\n" + "\n" + "Thanks,\n" + "Madhuparna\n" + "\n" "Jason\n" "_______________________________________________\n" "Linux-kernel-mentees mailing list\n" "Linux-kernel-mentees@lists.linuxfoundation.org\n" https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees -91919b96161df26186d0ca3df512156d35373ffde69bfef70baff03c642ef285 +7b1e44f0a293a7c81a40ecb1ea4761146788598d08095e52d05bbedb9b6e099b
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox