All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/15] don't export static symbol
@ 2015-03-11 16:56 ` Julia Lawall
  0 siblings, 0 replies; 65+ messages in thread
From: Julia Lawall @ 2015-03-11 16:56 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: kernel-janitors, linux-edac, linux-scsi, linux-wireless,
	linux-crypto, linuxppc-dev, linux-kernel, linux-nfs, netdev,
	linux-rdma, linux-media, alsa-devel, linux-wpan, target-devel

These patches remove EXPORT_SYMBOL or EXPORT_SYMBOL_GPL declarations on
static functions.

This was done using the following semantic patch:
(http://coccinelle.lip6.fr/)

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

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

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

-EXPORT_SYMBOL(f);

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

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


^ permalink raw reply	[flat|nested] 65+ messages in thread

end of thread, other threads:[~2015-03-20 18:43 UTC | newest]

Thread overview: 65+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-11 16:56 [PATCH 0/15] don't export static symbol Julia Lawall
2015-03-11 16:56 ` Julia Lawall
2015-03-11 16:56 ` Julia Lawall
2015-03-11 16:56 ` Julia Lawall
2015-03-11 16:56 ` [PATCH 1/15] NFSv4.1: " Julia Lawall
2015-03-11 16:56   ` Julia Lawall
2015-03-12 15:59   ` Trond Myklebust
2015-03-12 15:59     ` Trond Myklebust
2015-03-11 16:56 ` [PATCH 2/15] powerpc: " Julia Lawall
2015-03-11 16:56   ` Julia Lawall
2015-03-11 16:56   ` Julia Lawall
2015-03-11 16:56 ` [PATCH 3/15] net/mlx5_core: " Julia Lawall
2015-03-11 16:56   ` Julia Lawall
2015-03-12  4:04   ` David Miller
2015-03-12  4:04     ` David Miller
2015-03-11 16:56 ` [PATCH 4/15] crypto: " Julia Lawall
2015-03-11 16:56   ` Julia Lawall
2015-03-13 10:38   ` Herbert Xu
2015-03-13 10:38     ` Herbert Xu
2015-03-11 16:56 ` [PATCH 5/15] clockevents: " Julia Lawall
2015-03-11 16:56   ` Julia Lawall
2015-03-11 16:56 ` [PATCH 6/15] torture: " Julia Lawall
2015-03-11 16:56   ` Julia Lawall
2015-03-11 16:56 ` [PATCH 7/15] media: pci: cx23885: " Julia Lawall
2015-03-11 16:56   ` Julia Lawall
2015-03-11 16:56 ` [PATCH 8/15] libertas_tf: if_usb.c: " Julia Lawall
2015-03-11 16:56   ` Julia Lawall
2015-03-13 14:18   ` [8/15] " Kalle Valo
2015-03-13 14:18     ` Kalle Valo
2015-03-11 16:56 ` [PATCH 9/15] clk: " Julia Lawall
2015-03-11 16:56   ` Julia Lawall
2015-03-12  6:03   ` Stephen Boyd
2015-03-12  6:03     ` Stephen Boyd
2015-03-11 16:56 ` [PATCH 10/15] scsi: " Julia Lawall
2015-03-11 16:56   ` Julia Lawall
2015-03-11 16:56 ` [PATCH 11/15] ASoC: ab8500-codec: " Julia Lawall
2015-03-11 16:56   ` Julia Lawall
2015-03-11 16:56   ` Julia Lawall
2015-03-11 18:29   ` Mark Brown
2015-03-11 16:56 ` [PATCH 12/15] i82443bxgx_edac: " Julia Lawall
2015-03-11 16:56   ` Julia Lawall
2015-03-11 19:48   ` Borislav Petkov
2015-03-11 19:48     ` Borislav Petkov
2015-03-11 16:56 ` [PATCH 13/15] ieee802154: " Julia Lawall
2015-03-11 16:56   ` Julia Lawall
2015-03-11 18:17   ` Alexander Aring
2015-03-11 18:17     ` Alexander Aring
2015-03-14 16:13   ` Marcel Holtmann
2015-03-14 16:13     ` Marcel Holtmann
2015-03-11 16:56 ` [PATCH 14/15] ARM: cns3xxx: " Julia Lawall
2015-03-11 16:56   ` Julia Lawall
2015-03-11 16:56   ` Julia Lawall
2015-03-11 21:09   ` Arnd Bergmann
2015-03-11 21:09     ` Arnd Bergmann
2015-03-11 21:09     ` Arnd Bergmann
2015-03-13  5:59     ` Krzysztof Hałasa
2015-03-13  5:59       ` Krzysztof Hałasa
2015-03-13  5:59       ` Krzysztof Hałasa
2015-03-13 10:04       ` Arnd Bergmann
2015-03-13 10:04         ` Arnd Bergmann
2015-03-13 10:04         ` Arnd Bergmann
2015-03-11 16:56 ` [PATCH 15/15] iscsi-target: " Julia Lawall
2015-03-11 16:56   ` Julia Lawall
2015-03-20 18:42   ` Nicholas A. Bellinger
2015-03-20 18:42     ` Nicholas A. Bellinger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.