Re: [PATCH liburing v1 2/3] zcrx: add basic support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 2/14/25 9:18 PM, David Wei wrote:
> diff --git a/src/liburing-ffi.map b/src/liburing-ffi.map
> index 83593a33826a..cedc71383547 100644
> --- a/src/liburing-ffi.map
> +++ b/src/liburing-ffi.map
> @@ -222,6 +222,7 @@ LIBURING_2.9 {
>  		io_uring_register_wait_reg;
>  		io_uring_submit_and_wait_reg;
>  		io_uring_clone_buffers_offset;
> +		io_uring_register_ifq;
>  		io_uring_register_region;
>  		io_uring_sqe_set_buf_group;
>  } LIBURING_2.8;
> diff --git a/src/liburing.map b/src/liburing.map
> index 9f7b21171218..81dd6ab9b8cc 100644
> --- a/src/liburing.map
> +++ b/src/liburing.map
> @@ -109,5 +109,6 @@ LIBURING_2.9 {
>  		io_uring_register_wait_reg;
>  		io_uring_submit_and_wait_reg;
>  		io_uring_clone_buffers_offset;
> +		io_uring_register_ifq;
>  		io_uring_register_region;
>  } LIBURING_2.8;

This isn't right - 2.9 has already been released, you can't add new
symbols to an existing release. I usually bump the version post release,
but looks like I didn't this time - corrected now, with a new empty
section for 2.10 symbols as well where these should go.

-- 
Jens Axboe




[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux