diff options
author | Mike Pagano <mpagano@gentoo.org> | 2023-06-09 08:04:08 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2023-06-09 08:04:08 -0400 |
commit | e27c6f924be2191404e2c08b591d72c9a7c6bea0 (patch) | |
tree | 1d96fe9a70b45a2256af580667174d42824c421b | |
parent | Linux patch 6.3.7 (diff) | |
download | linux-patches-6.3-10.tar.gz linux-patches-6.3-10.tar.bz2 linux-patches-6.3-10.zip |
Remove redundant patch6.3-10
Removed:
2100_io-uring-undeprecate-epoll-ctl-support.patch
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
-rw-r--r-- | 0000_README | 4 | ||||
-rw-r--r-- | 2100_io-uring-undeprecate-epoll-ctl-support.patch | 21 |
2 files changed, 0 insertions, 25 deletions
diff --git a/0000_README b/0000_README index 5091043c..ac375662 100644 --- a/0000_README +++ b/0000_README @@ -87,10 +87,6 @@ Patch: 2000_BT-Check-key-sizes-only-if-Secure-Simple-Pairing-enabled.patch From: https://lore.kernel.org/linux-bluetooth/20190522070540.48895-1-marcel@holtmann.org/raw Desc: Bluetooth: Check key sizes only when Secure Simple Pairing is enabled. See bug #686758 -Patch: 2100_io-uring-undeprecate-epoll-ctl-support.patch -From: https://patchwork.kernel.org/project/io-uring/patch/20230506095502.13401-1-info@bnoordhuis.nl/ -Desc: io_uring: undeprecate epoll_ctl support - Patch: 2900_tmp513-Fix-build-issue-by-selecting-CONFIG_REG.patch From: https://bugs.gentoo.org/710790 Desc: tmp513 requies REGMAP_I2C to build. Select it by default in Kconfig. See bug #710790. Thanks to Phil Stracchino diff --git a/2100_io-uring-undeprecate-epoll-ctl-support.patch b/2100_io-uring-undeprecate-epoll-ctl-support.patch deleted file mode 100644 index 4c3d3904..00000000 --- a/2100_io-uring-undeprecate-epoll-ctl-support.patch +++ /dev/null @@ -1,21 +0,0 @@ -io_uring: undeprecate epoll_ctl support - ---- - io_uring/epoll.c | 4 ---- - 1 file changed, 4 deletions(-) - -diff --git a/io_uring/epoll.c b/io_uring/epoll.c -index 9aa74d2c80bc..89bff2068a19 100644 ---- a/io_uring/epoll.c -+++ b/io_uring/epoll.c -@@ -25,10 +25,6 @@ int io_epoll_ctl_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) - { - struct io_epoll *epoll = io_kiocb_to_cmd(req, struct io_epoll); - -- pr_warn_once("%s: epoll_ctl support in io_uring is deprecated and will " -- "be removed in a future Linux kernel version.\n", -- current->comm); -- - if (sqe->buf_index || sqe->splice_fd_in) - return -EINVAL; - |