All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] Migration to ARRAY_SIZE() and further include cleanups
@ 2023-12-05 12:41 Florian Bezdeka
  2023-12-05 12:41 ` [PATCH 01/13] testsuite: Migrate to ARRAY_SIZE() Florian Bezdeka
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Florian Bezdeka @ 2023-12-05 12:41 UTC (permalink / raw)
  To: jan.kiszka, xenomai; +Cc: Florian Bezdeka

Hi all,

Warning, this is high altitute work ;-). I had some time on my flight back
from New Zealand, so review carefully.

Everything is compile tested and passed our internal CI already - as
usual.

I'm trying to address some comments / further cleanups mentioned by Jan
during the last testsuite cleanup series.

Best regards,
Florian

Signed-off-by: Florian Bezdeka <florian.bezdeka@siemens.com>
---
Florian Bezdeka (13):
      testsuite: Migrate to ARRAY_SIZE()
      demo: Migrate to ARRAY_SIZE()
      lib: Migrate to ARRAY_SIZE()
      kernel/drivers: Mirate to ARRAY_SIZE()
      demo: Cleanup includes
      lib/alchemy: Cleanup includes
      lib/analogy: Cleanup includes
      lib/boilerplate: Cleanup includes
      lib/copperplate: Cleanup includes
      lib/psos: Cleanup includes
      lib/smokey: Cleanup includes
      lib/trank: Cleanup includes
      lib/vxworks: Cleanup includes

 demo/alchemy/altency.c                                   |  2 +-
 demo/alchemy/cobalt/cross-link.c                         |  3 +--
 demo/posix/cobalt/bufp-label.c                           |  5 ++++-
 demo/posix/cobalt/bufp-readwrite.c                       |  5 ++++-
 demo/posix/cobalt/can-rtt.c                              |  2 --
 demo/posix/cobalt/eth_p_all.c                            |  2 --
 demo/posix/cobalt/gpiopwm.c                              |  3 ---
 demo/posix/cobalt/iddp-label.c                           |  5 ++++-
 demo/posix/cobalt/iddp-sendrecv.c                        |  5 ++++-
 demo/posix/cobalt/xddp-echo.c                            |  5 ++++-
 demo/posix/cobalt/xddp-label.c                           |  5 ++++-
 demo/posix/cobalt/xddp-stream.c                          |  5 ++++-
 demo/posix/cyclictest/cyclictest.c                       |  6 +++---
 include/smokey/smokey.h                                  |  2 +-
 kernel/drivers/analogy/national_instruments/mio_common.c |  6 ++----
 kernel/drivers/analogy/national_instruments/ni_670x.c    |  2 +-
 kernel/drivers/analogy/national_instruments/ni_stc.h     |  4 ++--
 kernel/drivers/analogy/national_instruments/pcimio.c     |  2 +-
 .../net/drivers/experimental/e1000/e1000_80003es2lan.c   |  3 +--
 .../drivers/net/drivers/experimental/e1000/e1000_82541.c |  3 +--
 .../drivers/net/drivers/experimental/e1000/e1000_phy.c   |  6 ++----
 kernel/drivers/net/drivers/igb/e1000_phy.c               |  6 ++----
 lib/alchemy/alarm.c                                      |  2 +-
 lib/alchemy/buffer.c                                     |  2 +-
 lib/alchemy/cond.c                                       |  2 +-
 lib/alchemy/event.c                                      |  2 +-
 lib/alchemy/heap.c                                       |  1 -
 lib/alchemy/init.c                                       |  3 +--
 lib/alchemy/internal.c                                   |  2 --
 lib/alchemy/mutex.c                                      |  2 +-
 lib/alchemy/pipe.c                                       |  3 ++-
 lib/alchemy/queue.c                                      |  2 +-
 lib/alchemy/sem.c                                        |  1 -
 lib/alchemy/task.c                                       |  2 +-
 lib/analogy/calibration.c                                |  2 +-
 lib/analogy/descriptor.c                                 |  1 -
 lib/analogy/math.c                                       |  1 -
 lib/analogy/range.c                                      |  1 -
 lib/boilerplate/ancillaries.c                            |  8 +++-----
 lib/boilerplate/avl.c                                    |  1 +
 lib/boilerplate/debug.c                                  |  7 ++-----
 lib/boilerplate/hash.c                                   |  2 +-
 lib/boilerplate/heapmem.c                                |  5 ++---
 lib/boilerplate/iniparser/dictionary.c                   |  1 -
 lib/boilerplate/init/bootstrap.c                         |  1 +
 lib/boilerplate/setup.c                                  |  7 +++----
 lib/boilerplate/time.c                                   |  1 +
 lib/boilerplate/version.c                                |  1 +
 lib/cobalt/mutex.c                                       |  2 +-
 lib/cobalt/sigshadow.c                                   |  2 +-
 lib/copperplate/clockobj.c                               |  4 ----
 lib/copperplate/cluster.c                                |  3 ---
 lib/copperplate/eventobj.c                               |  2 --
 lib/copperplate/heapobj-heapmem.c                        |  7 +++++--
 lib/copperplate/init.c                                   |  4 +---
 lib/copperplate/internal.c                               |  4 ++--
 lib/copperplate/syncobj.c                                |  2 --
 lib/copperplate/threadobj.c                              |  1 +
 lib/copperplate/traceobj.c                               |  1 +
 lib/psos/init.c                                          |  8 ++------
 lib/psos/pt.c                                            |  5 +----
 lib/psos/queue.c                                         |  7 +------
 lib/psos/rn.c                                            |  5 +----
 lib/psos/sem.c                                           |  4 +---
 lib/psos/task.c                                          |  5 +----
 lib/psos/tm.c                                            |  3 ---
 lib/smokey/helpers.c                                     |  1 +
 lib/smokey/init.c                                        |  8 +++-----
 lib/trank/init.c                                         |  1 +
 lib/trank/internal.c                                     |  4 ++--
 lib/vxworks/errnoLib.c                                   |  1 +
 lib/vxworks/init.c                                       |  3 ++-
 lib/vxworks/kernLib.c                                    |  1 +
 lib/vxworks/memPartLib.c                                 |  1 +
 lib/vxworks/msgQLib.c                                    |  1 +
 lib/vxworks/rngLib.c                                     |  1 +
 lib/vxworks/semLib.c                                     |  1 +
 lib/vxworks/sysLib.c                                     |  4 ++--
 lib/vxworks/taskHookLib.c                                |  2 ++
 lib/vxworks/taskInfo.c                                   |  1 +
 lib/vxworks/taskLib.c                                    |  6 ------
 lib/vxworks/tickLib.c                                    |  6 +-----
 lib/vxworks/wdLib.c                                      |  1 +
 testsuite/smokey/alchemytests/mq-1.c                     |  3 ++-
 testsuite/smokey/alchemytests/mq-2.c                     |  3 ++-
 testsuite/smokey/net_common/server.c                     |  8 ++++----
 testsuite/smokey/net_common/setup.c                      |  2 +-
 testsuite/smokey/posix-select/posix-select.c             |  4 ++--
 testsuite/smokey/vxworkstests/msgQ-1.c                   |  3 ++-
 testsuite/smokey/vxworkstests/msgQ-2.c                   |  3 ++-
 testsuite/switchtest/switchtest.c                        | 16 ++++++++--------
 91 files changed, 136 insertions(+), 168 deletions(-)
---
base-commit: ed69c34214f9fcf57b459e701ed4f65f6753bb8c
change-id: 20231201-flo-array-size-f30df8dd25e9

Best regards,
-- 
Florian Bezdeka <florian.bezdeka@siemens.com>


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

end of thread, other threads:[~2023-12-07  9:13 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-05 12:41 [PATCH 00/13] Migration to ARRAY_SIZE() and further include cleanups Florian Bezdeka
2023-12-05 12:41 ` [PATCH 01/13] testsuite: Migrate to ARRAY_SIZE() Florian Bezdeka
2023-12-05 12:41 ` [PATCH 02/13] demo: " Florian Bezdeka
2023-12-05 12:41 ` [PATCH 03/13] lib: " Florian Bezdeka
2023-12-05 12:41 ` [PATCH 04/13] kernel/drivers: Mirate " Florian Bezdeka
2023-12-05 12:41 ` [PATCH 05/13] demo: Cleanup includes Florian Bezdeka
2023-12-05 12:41 ` [PATCH 06/13] lib/alchemy: " Florian Bezdeka
2023-12-05 12:41 ` [PATCH 07/13] lib/analogy: " Florian Bezdeka
2023-12-05 12:41 ` [PATCH 08/13] lib/boilerplate: " Florian Bezdeka
2023-12-05 12:41 ` [PATCH 09/13] lib/copperplate: " Florian Bezdeka
2023-12-05 12:41 ` [PATCH 10/13] lib/psos: " Florian Bezdeka
2023-12-05 12:41 ` [PATCH 11/13] lib/smokey: " Florian Bezdeka
2023-12-05 12:41 ` [PATCH 12/13] lib/trank: " Florian Bezdeka
2023-12-05 12:41 ` [PATCH 13/13] lib/vxworks: " Florian Bezdeka
2023-12-07  2:37 ` [PATCH 00/13] Migration to ARRAY_SIZE() and further include cleanups Jan Kiszka
2023-12-07  9:13 ` Jan Kiszka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.