Linux block layer
 help / color / mirror / Atom feed
* [PATCH] docs: block: fix dead http link in blk-mq.rst
@ 2026-08-19 17:46 Jenson Johnathon Reggentin
  2026-08-19 18:24 ` Haris Iqbal
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Jenson Johnathon Reggentin @ 2026-08-19 17:46 UTC (permalink / raw)
  To: corbet; +Cc: axboe, linux-doc, linux-block, Jenson Johnathon Reggentin

The current link http://kernel.dk/blk-mq.pdf leads to a 404 error page.
https://www.kernel.dk/blk-mq.pdf leads to the correct document.

Signed-off-by: Jenson Johnathon Reggentin <mail@jregg.de>
---
 Documentation/block/blk-mq.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/block/blk-mq.rst b/Documentation/block/blk-mq.rst
index fc06761b6ea9..c2af39f14d6d 100644
--- a/Documentation/block/blk-mq.rst
+++ b/Documentation/block/blk-mq.rst
@@ -139,7 +139,7 @@ completed.
 Further reading
 ---------------
 
-- `Linux Block IO: Introducing Multi-queue SSD Access on Multi-core Systems <http://kernel.dk/blk-mq.pdf>`_
+- `Linux Block IO: Introducing Multi-queue SSD Access on Multi-core Systems <https://kernel.dk/blk-mq.pdf>`_
 
 - `NOOP scheduler <https://en.wikipedia.org/wiki/Noop_scheduler>`_
 
-- 
2.54.0


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* Re: [PATCH] docs: block: fix dead http link in blk-mq.rst
  2026-08-19 17:46 [PATCH] docs: block: fix dead http link in blk-mq.rst Jenson Johnathon Reggentin
@ 2026-08-19 18:24 ` Haris Iqbal
  2026-08-19 18:25 ` Randy Dunlap
  2026-08-19 19:23 ` [PATCH v2] " Jenson Johnathon Reggentin
  2 siblings, 0 replies; 11+ messages in thread
From: Haris Iqbal @ 2026-08-19 18:24 UTC (permalink / raw)
  To: Jenson Johnathon Reggentin, corbet; +Cc: axboe, linux-doc, linux-block



On 8/19/26 19:46, Jenson Johnathon Reggentin wrote:
> The current link http://kernel.dk/blk-mq.pdf leads to a 404 error page.
> https://www.kernel.dk/blk-mq.pdf leads to the correct document.
> 
> Signed-off-by: Jenson Johnathon Reggentin <mail@jregg.de>

Looks good,

Reviewed-by: Md Haris Iqbal <haris.iqbal@linux.dev>

> ---
>   Documentation/block/blk-mq.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/block/blk-mq.rst b/Documentation/block/blk-mq.rst
> index fc06761b6ea9..c2af39f14d6d 100644
> --- a/Documentation/block/blk-mq.rst
> +++ b/Documentation/block/blk-mq.rst
> @@ -139,7 +139,7 @@ completed.
>   Further reading
>   ---------------
>   
> -- `Linux Block IO: Introducing Multi-queue SSD Access on Multi-core Systems <http://kernel.dk/blk-mq.pdf>`_
> +- `Linux Block IO: Introducing Multi-queue SSD Access on Multi-core Systems <https://kernel.dk/blk-mq.pdf>`_
>   
>   - `NOOP scheduler <https://en.wikipedia.org/wiki/Noop_scheduler>`_
>   


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] docs: block: fix dead http link in blk-mq.rst
  2026-08-19 17:46 [PATCH] docs: block: fix dead http link in blk-mq.rst Jenson Johnathon Reggentin
  2026-08-19 18:24 ` Haris Iqbal
@ 2026-08-19 18:25 ` Randy Dunlap
  2026-08-19 18:47   ` Haris Iqbal
  2026-08-19 18:47   ` Jenson Johnathon Reggentin
  2026-08-19 19:23 ` [PATCH v2] " Jenson Johnathon Reggentin
  2 siblings, 2 replies; 11+ messages in thread
From: Randy Dunlap @ 2026-08-19 18:25 UTC (permalink / raw)
  To: Jenson Johnathon Reggentin, corbet; +Cc: axboe, linux-doc, linux-block



On 8/19/26 10:46 AM, Jenson Johnathon Reggentin wrote:
> The current link http://kernel.dk/blk-mq.pdf leads to a 404 error page.
> https://www.kernel.dk/blk-mq.pdf leads to the correct document.
> 
> Signed-off-by: Jenson Johnathon Reggentin <mail@jregg.de>
> ---
>  Documentation/block/blk-mq.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/block/blk-mq.rst b/Documentation/block/blk-mq.rst
> index fc06761b6ea9..c2af39f14d6d 100644
> --- a/Documentation/block/blk-mq.rst
> +++ b/Documentation/block/blk-mq.rst
> @@ -139,7 +139,7 @@ completed.
>  Further reading
>  ---------------
>  
> -- `Linux Block IO: Introducing Multi-queue SSD Access on Multi-core Systems <http://kernel.dk/blk-mq.pdf>`_
> +- `Linux Block IO: Introducing Multi-queue SSD Access on Multi-core Systems <https://kernel.dk/blk-mq.pdf>`_
>  
>  - `NOOP scheduler <https://en.wikipedia.org/wiki/Noop_scheduler>`_
>  

I still get a 404 error message for the new link also.
As well, my browser and wget both report bad/invalid SSL certificate.


-- 
~Randy


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] docs: block: fix dead http link in blk-mq.rst
  2026-08-19 18:25 ` Randy Dunlap
@ 2026-08-19 18:47   ` Haris Iqbal
  2026-08-19 18:49     ` Randy Dunlap
  2026-08-19 18:47   ` Jenson Johnathon Reggentin
  1 sibling, 1 reply; 11+ messages in thread
From: Haris Iqbal @ 2026-08-19 18:47 UTC (permalink / raw)
  To: Randy Dunlap, Jenson Johnathon Reggentin, corbet
  Cc: axboe, linux-doc, linux-block



On 8/19/26 20:25, Randy Dunlap wrote:
> 
> 
> On 8/19/26 10:46 AM, Jenson Johnathon Reggentin wrote:
>> The current link http://kernel.dk/blk-mq.pdf leads to a 404 error page.
>> https://www.kernel.dk/blk-mq.pdf leads to the correct document.
>>
>> Signed-off-by: Jenson Johnathon Reggentin <mail@jregg.de>
>> ---
>>   Documentation/block/blk-mq.rst | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/Documentation/block/blk-mq.rst b/Documentation/block/blk-mq.rst
>> index fc06761b6ea9..c2af39f14d6d 100644
>> --- a/Documentation/block/blk-mq.rst
>> +++ b/Documentation/block/blk-mq.rst
>> @@ -139,7 +139,7 @@ completed.
>>   Further reading
>>   ---------------
>>   
>> -- `Linux Block IO: Introducing Multi-queue SSD Access on Multi-core Systems <http://kernel.dk/blk-mq.pdf>`_
>> +- `Linux Block IO: Introducing Multi-queue SSD Access on Multi-core Systems <https://kernel.dk/blk-mq.pdf>`_
>>   
>>   - `NOOP scheduler <https://en.wikipedia.org/wiki/Noop_scheduler>`_
>>   
> 
> I still get a 404 error message for the new link also.
> As well, my browser and wget both report bad/invalid SSL certificate.

Ah.
I checked the link in the comment and that works.
The one in the diff works, but with a warning about its certificate.

Maybe its because of the missing "www." prefix?

> 
> 


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] docs: block: fix dead http link in blk-mq.rst
  2026-08-19 18:25 ` Randy Dunlap
  2026-08-19 18:47   ` Haris Iqbal
@ 2026-08-19 18:47   ` Jenson Johnathon Reggentin
  1 sibling, 0 replies; 11+ messages in thread
From: Jenson Johnathon Reggentin @ 2026-08-19 18:47 UTC (permalink / raw)
  To: Randy Dunlap, corbet; +Cc: axboe, linux-doc, linux-block


On 8/19/26 20:25, Randy Dunlap wrote:
>
> On 8/19/26 10:46 AM, Jenson Johnathon Reggentin wrote:
>> The current link http://kernel.dk/blk-mq.pdf leads to a 404 error page.
>> https://www.kernel.dk/blk-mq.pdf leads to the correct document.
>>
>> Signed-off-by: Jenson Johnathon Reggentin <mail@jregg.de>
>> ---
>>   Documentation/block/blk-mq.rst | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/Documentation/block/blk-mq.rst b/Documentation/block/blk-mq.rst
>> index fc06761b6ea9..c2af39f14d6d 100644
>> --- a/Documentation/block/blk-mq.rst
>> +++ b/Documentation/block/blk-mq.rst
>> @@ -139,7 +139,7 @@ completed.
>>   Further reading
>>   ---------------
>>   
>> -- `Linux Block IO: Introducing Multi-queue SSD Access on Multi-core Systems <http://kernel.dk/blk-mq.pdf>`_
>> +- `Linux Block IO: Introducing Multi-queue SSD Access on Multi-core Systems <https://kernel.dk/blk-mq.pdf>`_
>>   
>>   - `NOOP scheduler <https://en.wikipedia.org/wiki/Noop_scheduler>`_
>>   
> I still get a 404 error message for the new link also.
> As well, my browser and wget both report bad/invalid SSL certificate.
>
Now I get a 404 on both links too.
When I made the change the https link worked though.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] docs: block: fix dead http link in blk-mq.rst
  2026-08-19 18:47   ` Haris Iqbal
@ 2026-08-19 18:49     ` Randy Dunlap
  2026-08-19 19:07       ` Jenson Johnathon Reggentin
  0 siblings, 1 reply; 11+ messages in thread
From: Randy Dunlap @ 2026-08-19 18:49 UTC (permalink / raw)
  To: Haris Iqbal, Jenson Johnathon Reggentin, corbet
  Cc: axboe, linux-doc, linux-block



On 8/19/26 11:47 AM, Haris Iqbal wrote:
> 
> 
> On 8/19/26 20:25, Randy Dunlap wrote:
>>
>>
>> On 8/19/26 10:46 AM, Jenson Johnathon Reggentin wrote:
>>> The current link http://kernel.dk/blk-mq.pdf leads to a 404 error page.
>>> https://www.kernel.dk/blk-mq.pdf leads to the correct document.
>>>
>>> Signed-off-by: Jenson Johnathon Reggentin <mail@jregg.de>
>>> ---
>>>   Documentation/block/blk-mq.rst | 2 +-
>>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/Documentation/block/blk-mq.rst b/Documentation/block/blk-mq.rst
>>> index fc06761b6ea9..c2af39f14d6d 100644
>>> --- a/Documentation/block/blk-mq.rst
>>> +++ b/Documentation/block/blk-mq.rst
>>> @@ -139,7 +139,7 @@ completed.
>>>   Further reading
>>>   ---------------
>>>   -- `Linux Block IO: Introducing Multi-queue SSD Access on Multi-core Systems <http://kernel.dk/blk-mq.pdf>`_
>>> +- `Linux Block IO: Introducing Multi-queue SSD Access on Multi-core Systems <https://kernel.dk/blk-mq.pdf>`_
>>>     - `NOOP scheduler <https://en.wikipedia.org/wiki/Noop_scheduler>`_
>>>   
>>
>> I still get a 404 error message for the new link also.
>> As well, my browser and wget both report bad/invalid SSL certificate.
> 
> Ah.
> I checked the link in the comment and that works.
> The one in the diff works, but with a warning about its certificate.
> 
> Maybe its because of the missing "www." prefix?

Yes, adding "www." works for me. Thanks.

-- 
~Randy


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] docs: block: fix dead http link in blk-mq.rst
  2026-08-19 18:49     ` Randy Dunlap
@ 2026-08-19 19:07       ` Jenson Johnathon Reggentin
  2026-08-19 19:10         ` Randy Dunlap
  2026-08-19 19:13         ` Jonathan Corbet
  0 siblings, 2 replies; 11+ messages in thread
From: Jenson Johnathon Reggentin @ 2026-08-19 19:07 UTC (permalink / raw)
  To: Randy Dunlap, Haris Iqbal, corbet; +Cc: axboe, linux-doc, linux-block


On 8/19/26 20:49, Randy Dunlap wrote:
>
> On 8/19/26 11:47 AM, Haris Iqbal wrote:
>>
>> On 8/19/26 20:25, Randy Dunlap wrote:
>>>
>>> On 8/19/26 10:46 AM, Jenson Johnathon Reggentin wrote:
>>>> The current link http://kernel.dk/blk-mq.pdf leads to a 404 error page.
>>>> https://www.kernel.dk/blk-mq.pdf leads to the correct document.
>>>>
>>>> Signed-off-by: Jenson Johnathon Reggentin <mail@jregg.de>
>>>> ---
>>>>    Documentation/block/blk-mq.rst | 2 +-
>>>>    1 file changed, 1 insertion(+), 1 deletion(-)
>>>>
>>>> diff --git a/Documentation/block/blk-mq.rst b/Documentation/block/blk-mq.rst
>>>> index fc06761b6ea9..c2af39f14d6d 100644
>>>> --- a/Documentation/block/blk-mq.rst
>>>> +++ b/Documentation/block/blk-mq.rst
>>>> @@ -139,7 +139,7 @@ completed.
>>>>    Further reading
>>>>    ---------------
>>>>    -- `Linux Block IO: Introducing Multi-queue SSD Access on Multi-core Systems <http://kernel.dk/blk-mq.pdf>`_
>>>> +- `Linux Block IO: Introducing Multi-queue SSD Access on Multi-core Systems <https://kernel.dk/blk-mq.pdf>`_
>>>>      - `NOOP scheduler <https://en.wikipedia.org/wiki/Noop_scheduler>`_
>>>>    
>>> I still get a 404 error message for the new link also.
>>> As well, my browser and wget both report bad/invalid SSL certificate.
>> Ah.
>> I checked the link in the comment and that works.
>> The one in the diff works, but with a warning about its certificate.
>>
>> Maybe its because of the missing "www." prefix?
> Yes, adding "www." works for me. Thanks.
For me too. Should I send in a correction as Patch v2?

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] docs: block: fix dead http link in blk-mq.rst
  2026-08-19 19:07       ` Jenson Johnathon Reggentin
@ 2026-08-19 19:10         ` Randy Dunlap
  2026-08-19 19:13         ` Jonathan Corbet
  1 sibling, 0 replies; 11+ messages in thread
From: Randy Dunlap @ 2026-08-19 19:10 UTC (permalink / raw)
  To: Jenson Johnathon Reggentin, Haris Iqbal, corbet
  Cc: axboe, linux-doc, linux-block



On 8/19/26 12:07 PM, Jenson Johnathon Reggentin wrote:
> 
> On 8/19/26 20:49, Randy Dunlap wrote:
>>
>> On 8/19/26 11:47 AM, Haris Iqbal wrote:
>>>
>>> On 8/19/26 20:25, Randy Dunlap wrote:
>>>>
>>>> On 8/19/26 10:46 AM, Jenson Johnathon Reggentin wrote:
>>>>> The current link http://kernel.dk/blk-mq.pdf leads to a 404 error page.
>>>>> https://www.kernel.dk/blk-mq.pdf leads to the correct document.
>>>>>
>>>>> Signed-off-by: Jenson Johnathon Reggentin <mail@jregg.de>
>>>>> ---
>>>>>    Documentation/block/blk-mq.rst | 2 +-
>>>>>    1 file changed, 1 insertion(+), 1 deletion(-)
>>>>>
>>>>> diff --git a/Documentation/block/blk-mq.rst b/Documentation/block/blk-mq.rst
>>>>> index fc06761b6ea9..c2af39f14d6d 100644
>>>>> --- a/Documentation/block/blk-mq.rst
>>>>> +++ b/Documentation/block/blk-mq.rst
>>>>> @@ -139,7 +139,7 @@ completed.
>>>>>    Further reading
>>>>>    ---------------
>>>>>    -- `Linux Block IO: Introducing Multi-queue SSD Access on Multi-core Systems <http://kernel.dk/blk-mq.pdf>`_
>>>>> +- `Linux Block IO: Introducing Multi-queue SSD Access on Multi-core Systems <https://kernel.dk/blk-mq.pdf>`_
>>>>>      - `NOOP scheduler <https://en.wikipedia.org/wiki/Noop_scheduler>`_
>>>>>    
>>>> I still get a 404 error message for the new link also.
>>>> As well, my browser and wget both report bad/invalid SSL certificate.
>>> Ah.
>>> I checked the link in the comment and that works.
>>> The one in the diff works, but with a warning about its certificate.
>>>
>>> Maybe its because of the missing "www." prefix?
>> Yes, adding "www." works for me. Thanks.
> For me too. Should I send in a correction as Patch v2?

IMO, yes.
Thanks.

-- 
~Randy


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] docs: block: fix dead http link in blk-mq.rst
  2026-08-19 19:07       ` Jenson Johnathon Reggentin
  2026-08-19 19:10         ` Randy Dunlap
@ 2026-08-19 19:13         ` Jonathan Corbet
  1 sibling, 0 replies; 11+ messages in thread
From: Jonathan Corbet @ 2026-08-19 19:13 UTC (permalink / raw)
  To: Jenson Johnathon Reggentin, Randy Dunlap, Haris Iqbal
  Cc: axboe, linux-doc, linux-block

Jenson Johnathon Reggentin <mail@jregg.de> writes:

>> Yes, adding "www." works for me. Thanks.
> For me too. Should I send in a correction as Patch v2?

Yes, please send a version that actually works.  There is no hurry; the
merge window is open, so action on it is going to be slow regardless.

Thanks,

jon

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [PATCH v2] docs: block: fix dead http link in blk-mq.rst
  2026-08-19 17:46 [PATCH] docs: block: fix dead http link in blk-mq.rst Jenson Johnathon Reggentin
  2026-08-19 18:24 ` Haris Iqbal
  2026-08-19 18:25 ` Randy Dunlap
@ 2026-08-19 19:23 ` Jenson Johnathon Reggentin
  2026-08-20  5:31   ` Randy Dunlap
  2 siblings, 1 reply; 11+ messages in thread
From: Jenson Johnathon Reggentin @ 2026-08-19 19:23 UTC (permalink / raw)
  To: corbet; +Cc: axboe, linux-doc, linux-block, Jenson Johnathon Reggentin

The current link http://kernel.dk/blk-mq.pdf leads to a 404 error page.
https://www.kernel.dk/blk-mq.pdf leads to the correct document.

v2 to add the missing www. prefix in the actual file change.

Signed-off-by: Jenson Johnathon Reggentin <mail@jregg.de>
---
 Documentation/block/blk-mq.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/block/blk-mq.rst b/Documentation/block/blk-mq.rst
index fc06761b6ea9..2798761efe0d 100644
--- a/Documentation/block/blk-mq.rst
+++ b/Documentation/block/blk-mq.rst
@@ -139,7 +139,7 @@ completed.
 Further reading
 ---------------
 
-- `Linux Block IO: Introducing Multi-queue SSD Access on Multi-core Systems <http://kernel.dk/blk-mq.pdf>`_
+- `Linux Block IO: Introducing Multi-queue SSD Access on Multi-core Systems <https://www.kernel.dk/blk-mq.pdf>`_
 
 - `NOOP scheduler <https://en.wikipedia.org/wiki/Noop_scheduler>`_
 
-- 
2.54.0


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* Re: [PATCH v2] docs: block: fix dead http link in blk-mq.rst
  2026-08-19 19:23 ` [PATCH v2] " Jenson Johnathon Reggentin
@ 2026-08-20  5:31   ` Randy Dunlap
  0 siblings, 0 replies; 11+ messages in thread
From: Randy Dunlap @ 2026-08-20  5:31 UTC (permalink / raw)
  To: Jenson Johnathon Reggentin, corbet; +Cc: axboe, linux-doc, linux-block



On 8/19/26 12:23 PM, Jenson Johnathon Reggentin wrote:
> The current link http://kernel.dk/blk-mq.pdf leads to a 404 error page.
> https://www.kernel.dk/blk-mq.pdf leads to the correct document.
> 
> v2 to add the missing www. prefix in the actual file change.

Version changes should be added after the "---" line below.

> 
> Signed-off-by: Jenson Johnathon Reggentin <mail@jregg.de>

Acked-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.

> ---
>  Documentation/block/blk-mq.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/block/blk-mq.rst b/Documentation/block/blk-mq.rst
> index fc06761b6ea9..2798761efe0d 100644
> --- a/Documentation/block/blk-mq.rst
> +++ b/Documentation/block/blk-mq.rst
> @@ -139,7 +139,7 @@ completed.
>  Further reading
>  ---------------
>  
> -- `Linux Block IO: Introducing Multi-queue SSD Access on Multi-core Systems <http://kernel.dk/blk-mq.pdf>`_
> +- `Linux Block IO: Introducing Multi-queue SSD Access on Multi-core Systems <https://www.kernel.dk/blk-mq.pdf>`_
>  
>  - `NOOP scheduler <https://en.wikipedia.org/wiki/Noop_scheduler>`_
>  

-- 
~Randy

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2026-08-20  5:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-19 17:46 [PATCH] docs: block: fix dead http link in blk-mq.rst Jenson Johnathon Reggentin
2026-08-19 18:24 ` Haris Iqbal
2026-08-19 18:25 ` Randy Dunlap
2026-08-19 18:47   ` Haris Iqbal
2026-08-19 18:49     ` Randy Dunlap
2026-08-19 19:07       ` Jenson Johnathon Reggentin
2026-08-19 19:10         ` Randy Dunlap
2026-08-19 19:13         ` Jonathan Corbet
2026-08-19 18:47   ` Jenson Johnathon Reggentin
2026-08-19 19:23 ` [PATCH v2] " Jenson Johnathon Reggentin
2026-08-20  5:31   ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox