netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Jacob Keller <jacob.e.keller@intel.com>
Cc: akpm@linux-foundation.org, olteanv@gmail.com,
	davem@davemloft.net, netdev@vger.kernel.org,
	vladimir.oltean@nxp.com, przemyslaw.kitszel@intel.com
Subject: Re: [PATCH net-next v2 00/10] packing: various improvements and KUnit tests
Date: Thu, 03 Oct 2024 23:10:32 +0000	[thread overview]
Message-ID: <172799703201.2022430.15712045546993450620.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20241002-packing-kunit-tests-and-split-pack-unpack-v2-0-8373e551eae3@intel.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 02 Oct 2024 14:51:49 -0700 you wrote:
> This series contains a handful of improvements and fixes for the packing
> library, including the addition of KUnit tests.
> 
> There are two major changes which might be considered bug fixes:
> 
> 1) The library is updated to handle arbitrary buffer lengths, fixing
>    undefined behavior when operating on buffers which are not a multiple of
>    4 bytes.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,01/10] lib: packing: refuse operating on bit indices which exceed size of buffer
    https://git.kernel.org/netdev/net-next/c/8b3e26677bc6
  - [net-next,v2,02/10] lib: packing: adjust definitions and implementation for arbitrary buffer lengths
    (no matching commit)
  - [net-next,v2,03/10] lib: packing: remove kernel-doc from header file
    https://git.kernel.org/netdev/net-next/c/816ad8f1e498
  - [net-next,v2,04/10] lib: packing: add pack() and unpack() wrappers over packing()
    https://git.kernel.org/netdev/net-next/c/7263f64e16d9
  - [net-next,v2,05/10] lib: packing: duplicate pack() and unpack() implementations
    https://git.kernel.org/netdev/net-next/c/28aec9ca29f0
  - [net-next,v2,06/10] lib: packing: add KUnit tests adapted from selftests
    (no matching commit)
  - [net-next,v2,07/10] lib: packing: add additional KUnit tests
    https://git.kernel.org/netdev/net-next/c/fcd6dd91d0e8
  - [net-next,v2,08/10] lib: packing: fix QUIRK_MSB_ON_THE_RIGHT behavior
    https://git.kernel.org/netdev/net-next/c/e7fdf5dddce5
  - [net-next,v2,09/10] lib: packing: use BITS_PER_BYTE instead of 8
    https://git.kernel.org/netdev/net-next/c/fb02c7c8a577
  - [net-next,v2,10/10] lib: packing: use GENMASK() for box_mask
    https://git.kernel.org/netdev/net-next/c/46e784e94b82

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2024-10-03 23:10 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-02 21:51 [PATCH net-next v2 00/10] packing: various improvements and KUnit tests Jacob Keller
2024-10-02 21:51 ` [PATCH net-next v2 01/10] lib: packing: refuse operating on bit indices which exceed size of buffer Jacob Keller
2024-10-03 15:02   ` Vladimir Oltean
2024-10-02 21:51 ` [PATCH net-next v2 02/10] lib: packing: adjust definitions and implementation for arbitrary buffer lengths Jacob Keller
2024-10-03 15:05   ` Vladimir Oltean
2024-10-02 21:51 ` [PATCH net-next v2 03/10] lib: packing: remove kernel-doc from header file Jacob Keller
2024-10-03 15:05   ` Vladimir Oltean
2024-10-02 21:51 ` [PATCH net-next v2 04/10] lib: packing: add pack() and unpack() wrappers over packing() Jacob Keller
2024-10-03 15:13   ` Vladimir Oltean
2024-10-02 21:51 ` [PATCH net-next v2 05/10] lib: packing: duplicate pack() and unpack() implementations Jacob Keller
2024-10-03 15:11   ` Vladimir Oltean
2024-10-02 21:51 ` [PATCH net-next v2 06/10] lib: packing: add KUnit tests adapted from selftests Jacob Keller
2024-10-03 15:18   ` Vladimir Oltean
2024-10-02 21:51 ` [PATCH net-next v2 07/10] lib: packing: add additional KUnit tests Jacob Keller
2024-10-03 15:21   ` Vladimir Oltean
2024-10-02 21:51 ` [PATCH net-next v2 08/10] lib: packing: fix QUIRK_MSB_ON_THE_RIGHT behavior Jacob Keller
2024-10-03 15:22   ` Vladimir Oltean
2024-10-02 21:51 ` [PATCH net-next v2 09/10] lib: packing: use BITS_PER_BYTE instead of 8 Jacob Keller
2024-10-03 15:23   ` Vladimir Oltean
2024-10-02 21:51 ` [PATCH net-next v2 10/10] lib: packing: use GENMASK() for box_mask Jacob Keller
2024-10-03 23:10 ` patchwork-bot+netdevbpf [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=172799703201.2022430.15712045546993450620.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=davem@davemloft.net \
    --cc=jacob.e.keller@intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=olteanv@gmail.com \
    --cc=przemyslaw.kitszel@intel.com \
    --cc=vladimir.oltean@nxp.com \
    /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 NNTP newsgroup(s).