From mboxrd@z Thu Jan 1 00:00:00 1970 From: rostedt@goodmis.org (Steven Rostedt) Date: Mon, 13 Aug 2018 20:07:45 -0400 Subject: [PATCH v8 1/6] Uprobes: Simplify uprobe_register() body In-Reply-To: <20180813085612.GE44470@linux.vnet.ibm.com> References: <20180809041856.1547-1-ravi.bangoria@linux.ibm.com> <20180809041856.1547-2-ravi.bangoria@linux.ibm.com> <20180813085612.GE44470@linux.vnet.ibm.com> Message-ID: <20180813200745.2d0d5bb3@gandalf.local.home> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, 13 Aug 2018 01:56:12 -0700 Srikar Dronamraju wrote: > * Ravi Bangoria [2018-08-09 09:48:51]: > > > Simplify uprobe_register() function body and let __uprobe_register() > > handle everything. Also move dependency functions around to fix build > > failures. > > > > One nit: > s/to fix build/failures/to avoid build failures/ I pulled in this patch with the above update to the change log. > > > > > Signed-off-by: Ravi Bangoria > > --- > > > Acked-by: Srikar Dronamraju Thanks, I added your ack and Song's Reviewed-by tags. -- Steve