Re: [PATCH v3 1/2] x86/lib/copy_user_64.S: cleanup __copy_user_nocache()

From: Ingo Molnar
Date: Wed Feb 17 2016 - 03:02:45 EST



* Toshi Kani <toshi.kani@xxxxxxx> wrote:

> Add comments to __copy_user_nocache() to clarify its procedures
> and alignment requirement.
>
> Also change numeric branch target labels to named labels. The
> labels begin with ".L" and prefix "cun" (Copy User Nocache) to
> keep them local and unique to the function.

So the .L labels are local, i.e. they are not emitted into the symbol table.

I.e. no need to name them globally!

I've done a s/Lcun_/L_/ over the patch.

Thanks,

Ingo