netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 00/10] sysfs related cleanups
@ 2017-08-18 20:46 Stephen Hemminger
  2017-08-18 20:46 ` [PATCH net-next 01/10] net: don't decrement kobj reference count on init failure Stephen Hemminger
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Stephen Hemminger @ 2017-08-18 20:46 UTC (permalink / raw)
  To: davem; +Cc: netdev, Stephen Hemminger

Network sysfs infrastructure changes. Mostly related to using ro_after_init
to make function tables immutable.

Stephen Hemminger (10):
  net: don't decrement kobj reference count on init failure
  net: constify netdev_class_file
  net: make net_class ro_after_init
  net: constify net_ns_type_operations
  net: make net sysfs attributes ro_after_init
  net: drop unused attribute argument from sysfs queue funcs
  net: make BQL sysfs attributes ro_after_init
  net: make queue attributes ro_after_init
  net: mark receive queue attributes ro_after_init
  net: style cleanups

 include/linux/netdevice.h |  15 ++--
 net/core/net-sysfs.c      | 222 ++++++++++++++++++++++------------------------
 2 files changed, 111 insertions(+), 126 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-08-19  1:02 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-18 20:46 [PATCH net-next 00/10] sysfs related cleanups Stephen Hemminger
2017-08-18 20:46 ` [PATCH net-next 01/10] net: don't decrement kobj reference count on init failure Stephen Hemminger
2017-08-18 20:46 ` [PATCH net-next 02/10] net: constify netdev_class_file Stephen Hemminger
2017-08-18 20:46 ` [PATCH net-next 03/10] net: make net_class ro_after_init Stephen Hemminger
2017-08-18 20:46 ` [PATCH net-next 04/10] net: constify net_ns_type_operations Stephen Hemminger
2017-08-18 20:46 ` [PATCH net-next 05/10] net: make net sysfs attributes ro_after_init Stephen Hemminger
2017-08-18 20:46 ` [PATCH net-next 06/10] net: drop unused attribute argument from sysfs queue funcs Stephen Hemminger
2017-08-18 20:46 ` [PATCH net-next 07/10] net: make BQL sysfs attributes ro_after_init Stephen Hemminger
2017-08-18 20:46 ` [PATCH net-next 08/10] net: make queue " Stephen Hemminger
2017-08-18 20:46 ` [PATCH net-next 09/10] net: mark receive " Stephen Hemminger
2017-08-18 20:46 ` [PATCH net-next 10/10] net: style cleanups Stephen Hemminger
2017-08-19  1:01 ` [PATCH net-next 00/10] sysfs related cleanups 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).