lkml.org 
[lkml]   [2015]   [Mar]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4/15] crypto: don't export static symbol
    Date
    From: Julia Lawall <Julia.Lawall@lip6.fr>

    The semantic patch that fixes this problem is as follows:
    (http://coccinelle.lip6.fr/)

    // <smpl>
    @r@
    type T;
    identifier f;
    @@

    static T f (...) { ... }

    @@
    identifier r.f;
    declarer name EXPORT_SYMBOL_GPL;
    @@

    -EXPORT_SYMBOL_GPL(f);
    // </smpl>

    Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>

    ---
    arch/x86/crypto/glue_helper.c | 1 -
    1 file changed, 1 deletion(-)

    diff -u -p a/arch/x86/crypto/glue_helper.c b/arch/x86/crypto/glue_helper.c
    --- a/arch/x86/crypto/glue_helper.c
    +++ b/arch/x86/crypto/glue_helper.c
    @@ -232,7 +232,6 @@ static void glue_ctr_crypt_final_128bit(

    le128_to_be128((be128 *)walk->iv, &ctrblk);
    }
    -EXPORT_SYMBOL_GPL(glue_ctr_crypt_final_128bit);

    static unsigned int __glue_ctr_crypt_128bit(const struct common_glue_ctx *gctx,
    struct blkcipher_desc *desc,


    \
     
     \ /
      Last update: 2015-03-11 18:21    [W:2.837 / U:0.604 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site