xenomai.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: Florian Bezdeka <florian.bezdeka@siemens.com>, xenomai@lists.linux.dev
Subject: Re: [PATCH 00/13] Migration to ARRAY_SIZE() and further include cleanups
Date: Thu, 7 Dec 2023 10:13:04 +0100	[thread overview]
Message-ID: <340d4492-7a49-4249-ad9d-6afc143775f7@siemens.com> (raw)
In-Reply-To: <20231201-flo-array-size-v1-0-3e0abd7c68fa@siemens.com>

On 05.12.23 20:41, Florian Bezdeka wrote:
> 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,

Thanks, applied to next.

Jan

-- 
Siemens AG, Technology
Linux Expert Center


      parent reply	other threads:[~2023-12-07  9:13 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=340d4492-7a49-4249-ad9d-6afc143775f7@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=florian.bezdeka@siemens.com \
    --cc=xenomai@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 read-only IMAP folder(s) and NNTP newsgroup(s).