lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200815004027.2046113-1-swboyd@chromium.org>
Date:   Fri, 14 Aug 2020 17:40:25 -0700
From:   Stephen Boyd <swboyd@...omium.org>
To:     Thomas Gleixner <tglx@...utronix.de>
Cc:     linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] Make debug_obj_descr const

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ