linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Make debug_obj_descr const
@ 2020-08-15  0:40 Stephen Boyd
  2020-08-15  0:40 ` [PATCH 1/2] debugobjects: Allow debug_obj_descr to be const Stephen Boyd
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Stephen Boyd @ 2020-08-15  0:40 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: linux-kernel

These patches make debug_obj_descr into a const pointer. The second
patch can be split up into many patches if desired and sent to
respective susbsytem maintainers.

Stephen Boyd (2):
  debugobjects: Allow debug_obj_descr to be const
  treewide: Make all debug_obj_descr's const

 drivers/gpu/drm/i915/i915_active.c   |  2 +-
 drivers/gpu/drm/i915/i915_sw_fence.c |  2 +-
 include/linux/debugobjects.h         | 32 ++++++++++++++--------------
 kernel/rcu/rcu.h                     |  2 +-
 kernel/rcu/update.c                  |  2 +-
 kernel/time/hrtimer.c                |  4 ++--
 kernel/time/timer.c                  |  4 ++--
 kernel/workqueue.c                   |  4 ++--
 lib/debugobjects.c                   | 30 +++++++++++++-------------
 lib/percpu_counter.c                 |  4 ++--
 10 files changed, 43 insertions(+), 43 deletions(-)


base-commit: c9c9735c46f589b9877b7fc00c89ef1b61a31e18
-- 
Sent by a computer, using git, on the internet


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

end of thread, other threads:[~2020-09-24 19:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-15  0:40 [PATCH 0/2] Make debug_obj_descr const Stephen Boyd
2020-08-15  0:40 ` [PATCH 1/2] debugobjects: Allow debug_obj_descr to be const Stephen Boyd
2020-09-24 19:58   ` [tip: core/debugobjects] " tip-bot2 for Stephen Boyd
2020-08-15  0:40 ` [PATCH 2/2] treewide: Make all debug_obj_descr's const Stephen Boyd
2020-09-24 19:58   ` [tip: core/debugobjects] treewide: Make all debug_obj_descriptors const tip-bot2 for Stephen Boyd
2020-08-19 19:52 ` [PATCH 0/2] Make debug_obj_descr const Kees Cook

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).