Hi,
I prepared this series about 6 months ago, but never got around to sending it in. In mainline, we got rid of remap_pfn_range() on the io_uring side, and this just backports it to 6.1-stable as well. This eliminates issues with fragmented memory, and hence it'd be nice to have it in 6.1 stable as well.
On Sat, Mar 15, 2025 at 06:59:55AM -0600, Jens Axboe wrote:
Hi,
I prepared this series about 6 months ago, but never got around to sending it in. In mainline, we got rid of remap_pfn_range() on the io_uring side, and this just backports it to 6.1-stable as well. This eliminates issues with fragmented memory, and hence it'd be nice to have it in 6.1 stable as well.
This and the 6.6 set now queued up, thanks.
greg k-h
On 3/16/25 12:01 AM, Greg Kroah-Hartman wrote:
On Sat, Mar 15, 2025 at 06:59:55AM -0600, Jens Axboe wrote:
Hi,
I prepared this series about 6 months ago, but never got around to sending it in. In mainline, we got rid of remap_pfn_range() on the io_uring side, and this just backports it to 6.1-stable as well. This eliminates issues with fragmented memory, and hence it'd be nice to have it in 6.1 stable as well.
This and the 6.6 set now queued up, thanks.
Thanks Greg!
On 3/15/25 6:59 AM, Jens Axboe wrote:
Hi,
I prepared this series about 6 months ago, but never got around to sending it in. In mainline, we got rid of remap_pfn_range() on the io_uring side, and this just backports it to 6.1-stable as well. This eliminates issues with fragmented memory, and hence it'd be nice to have it in 6.1 stable as well.
Just in case 6.1 runs into the same missing include issue as 6.6-stable, here's a replacement patch 4 for that series as well that adds the include.
On Thu, Mar 20, 2025 at 07:04:43AM -0600, Jens Axboe wrote:
On 3/15/25 6:59 AM, Jens Axboe wrote:
Hi,
I prepared this series about 6 months ago, but never got around to sending it in. In mainline, we got rid of remap_pfn_range() on the io_uring side, and this just backports it to 6.1-stable as well. This eliminates issues with fragmented memory, and hence it'd be nice to have it in 6.1 stable as well.
Just in case 6.1 runs into the same missing include issue as 6.6-stable, here's a replacement patch 4 for that series as well that adds the include.
Now replaced, thanks!
linux-stable-mirror@lists.linaro.org