linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Fix checkpointing - minors
@ 2024-01-18 10:28 Mateusz Kusiak
  2024-01-18 10:28 ` [PATCH v2 1/3] Define sysfs max buffer size Mateusz Kusiak
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Mateusz Kusiak @ 2024-01-18 10:28 UTC (permalink / raw)
  To: linux-raid; +Cc: jes, mariusz.tkaczyk

This is the first half of splitted patchset "Fix checkpointing" as
asked. It contains minor changes that should be safe to merge prior to
release.

Fixed minor things in "Replace "none" with macro":
- Replaced hardcoded "null" size to "sizeof(STR_COMMON_NONE) - 1"
  in str_is_none().
- Removed is_none() on optarg as it checked only first four chars,
  bad for user input.

I included "Add understanding output section in man" in second patchset
to preserve history (adding it here, prior to release might seem
random).

Mateusz Kusiak (3):
  Define sysfs max buffer size
  Replace "none" with macro
  super-intel: Remove inaccessible code

 Assemble.c    |  3 +--
 Build.c       |  4 ++--
 Create.c      |  2 +-
 Grow.c        | 51 +++++++++++++++++++++++++--------------------------
 Incremental.c |  4 ++--
 Manage.c      | 10 +++++-----
 Monitor.c     |  6 +++---
 config.c      |  2 +-
 managemon.c   |  6 +++---
 maps.c        |  4 ++--
 mdadm.c       |  7 +++----
 mdadm.h       | 18 ++++++++++++++++++
 monitor.c     | 24 ++++++++++++------------
 msg.c         |  4 ++--
 super-intel.c | 35 +++++++++--------------------------
 sysfs.c       | 12 ++++++------
 util.c        |  2 +-
 17 files changed, 96 insertions(+), 98 deletions(-)

-- 
2.35.3


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

end of thread, other threads:[~2024-01-24 15:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-18 10:28 [PATCH v2 0/3] Fix checkpointing - minors Mateusz Kusiak
2024-01-18 10:28 ` [PATCH v2 1/3] Define sysfs max buffer size Mateusz Kusiak
2024-01-18 10:28 ` [PATCH v2 2/3] Replace "none" with macro Mateusz Kusiak
2024-01-18 10:28 ` [PATCH v2 3/3] super-intel: Remove inaccessible code Mateusz Kusiak
2024-01-24 15:19 ` [PATCH v2 0/3] Fix checkpointing - minors Mariusz Tkaczyk

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