diff options
| author | David Marchand <[email protected]> | 2022-07-09 10:43:09 +0200 |
|---|---|---|
| committer | David Marchand <[email protected]> | 2022-07-21 12:13:48 +0200 |
| commit | 72206323a5dd3182b13f61b25a64abdddfee595c (patch) | |
| tree | 663b7129aee1deee1fc9faeb991aec844c9e6905 /drivers/gpu | |
| parent | 4fceceed5b5e9fbf04acffd66239c79d81e79260 (diff) | |
version: 22.11-rc0
Start a new release cycle with empty release notes.
The ABI version becomes 23.0.
The map files are updated to the new ABI major number (23).
The ABI exceptions are dropped and CI ABI checks are disabled because
compatibility is not preserved.
Special handling of removed drivers is also dropped in check-abi.sh and
a note has been added in libabigail.abignore as a reminder.
Signed-off-by: David Marchand <[email protected]>
Acked-by: Thomas Monjalon <[email protected]>
Diffstat (limited to 'drivers/gpu')
| -rw-r--r-- | drivers/gpu/cuda/version.map | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/cuda/version.map b/drivers/gpu/cuda/version.map index c2e0723b4c..78c3585d7c 100644 --- a/drivers/gpu/cuda/version.map +++ b/drivers/gpu/cuda/version.map @@ -1,3 +1,3 @@ -DPDK_22 { +DPDK_23 { local: *; }; |
