Re: [PATCH v4 3.0-rc2-tip 2/22] 2: uprobes: Breakground pagereplacement.

From: Peter Zijlstra
Date: Thu Jun 09 2011 - 19:00:34 EST


On Tue, 2011-06-07 at 18:28 +0530, Srikar Dronamraju wrote:
> +static void print_insert_fail(struct task_struct *tsk,
> + unsigned long vaddr, const char *why)
> +{
> + pr_warn_once("Can't place breakpoint at pid %d vaddr" " %#lx: %s\n",
> + tsk->pid, vaddr, why);
> +}

Why would we ever want to print this instead of simply failing the
operation and returning an error code to userspace?

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/