netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] net: Constify struct genl_small_ops
@ 2020-10-04 23:44 Rikard Falkeborn
  2020-10-04 23:44 ` [PATCH net-next v2 1/2] mptcp: Constify mptcp_pm_ops Rikard Falkeborn
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Rikard Falkeborn @ 2020-10-04 23:44 UTC (permalink / raw)
  To: David S. Miller, Jakub Kicinski
  Cc: netdev, linux-kernel, Rikard Falkeborn, Mat Martineau,
	Matthieu Baerts, mptcp, Pravin B Shelar, dev

Make a couple of static struct genl_small_ops const to allow the compiler
to put them in read-only memory. Patches are independent.

v2: Rebase on net-next, genl_ops -> genl_small_ops

Rikard Falkeborn (2):
  mptcp: Constify mptcp_pm_ops
  net: openvswitch: Constify static struct genl_small_ops

 net/mptcp/pm_netlink.c      | 2 +-
 net/openvswitch/conntrack.c | 2 +-
 net/openvswitch/meter.c     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.28.0


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

end of thread, other threads:[~2020-10-05  4:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-04 23:44 [PATCH net-next v2 0/2] net: Constify struct genl_small_ops Rikard Falkeborn
2020-10-04 23:44 ` [PATCH net-next v2 1/2] mptcp: Constify mptcp_pm_ops Rikard Falkeborn
2020-10-04 23:44 ` [PATCH net-next v2 2/2] net: openvswitch: Constify static struct genl_small_ops Rikard Falkeborn
2020-10-05  4:15 ` [PATCH net-next v2 0/2] net: Constify " David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).