All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Re: [PATCH v3] ide: Check for null pointer after calling devm_ioremap
@ 2022-01-08  3:55 Jiasheng Jiang
  2022-01-09  8:53 ` Damien Le Moal
  0 siblings, 1 reply; 4+ messages in thread
From: Jiasheng Jiang @ 2022-01-08  3:55 UTC (permalink / raw)
  To: damien.lemoal, David.Laight, davem, gregkh, stable
  Cc: linux-ide, linux-kernel, Jiasheng Jiang

On Sat, Jan 08, 2022 at 10:53:42PM +0800, Damien Le Moal wrote:
>> Cc: stable@vger.kernel.org#5.10
>
> Please keep the space before the #
>
> Cc: stable@vger.kernel.org #5.10

Actually, I added the space before, but the when I use the tool
'scripts/checkpatch.pl' to check my format, it told me a warning
that it should not have space.

The warning is as follow:
WARNING: email address 'stable@vger.kernel.org #5.10' might be
better as 'stable@vger.kernel.org#5.10'

So I have no idea what is correct.
Is the tool outdated?
If so, I will correct my cc and please update the tool.

> As commented before, what exactly was corrected ? That is what needs to be
> mentioned here. In any case, I fail to see what code change you added between v2
> and v3. The code changes are identical in the 2 versions.

Thanks, I will make the changelog more clear.
In fact, in the v2 I was careless to write '!!alt_base'.
So I removed the redundant '!' in v3.

Please tell me the right cc format, and then I will submit a new v3,
without the problems above.

Sincerely thanks,
Jiang


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

* Re: [PATCH v3] ide: Check for null pointer after calling devm_ioremap
  2022-01-08  3:55 Re: [PATCH v3] ide: Check for null pointer after calling devm_ioremap Jiasheng Jiang
@ 2022-01-09  8:53 ` Damien Le Moal
  0 siblings, 0 replies; 4+ messages in thread
From: Damien Le Moal @ 2022-01-09  8:53 UTC (permalink / raw)
  To: Jiasheng Jiang, David.Laight, davem, gregkh, stable
  Cc: linux-ide, linux-kernel

On 2022/01/08 12:55, Jiasheng Jiang wrote:
> On Sat, Jan 08, 2022 at 10:53:42PM +0800, Damien Le Moal wrote:
>>> Cc: stable@vger.kernel.org#5.10
>>
>> Please keep the space before the #
>>
>> Cc: stable@vger.kernel.org #5.10
> 
> Actually, I added the space before, but the when I use the tool
> 'scripts/checkpatch.pl' to check my format, it told me a warning
> that it should not have space.
> 
> The warning is as follow:
> WARNING: email address 'stable@vger.kernel.org #5.10' might be
> better as 'stable@vger.kernel.org#5.10'
> 
> So I have no idea what is correct.
> Is the tool outdated?
> If so, I will correct my cc and please update the tool.
> 
>> As commented before, what exactly was corrected ? That is what needs to be
>> mentioned here. In any case, I fail to see what code change you added between v2
>> and v3. The code changes are identical in the 2 versions.
> 
> Thanks, I will make the changelog more clear.
> In fact, in the v2 I was careless to write '!!alt_base'.
> So I removed the redundant '!' in v3.
> 
> Please tell me the right cc format, and then I will submit a new v3,
> without the problems above.

Cc: stable@vger.kernel.org # 5.10

Should work.

> 
> Sincerely thanks,
> Jiang
> 


-- 
Damien Le Moal
Western Digital Research

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

* Re: Re: [PATCH v3] ide: Check for null pointer after calling devm_ioremap
@ 2022-01-11  3:08 Jiasheng Jiang
  0 siblings, 0 replies; 4+ messages in thread
From: Jiasheng Jiang @ 2022-01-11  3:08 UTC (permalink / raw)
  To: Naohiro.Aota
  Cc: damien.lemoal, David.Laight, davem, gregkh, stable, linux-ide,
	linux-kernel, Jiasheng Jiang

On Tue, Jan 11, 2022 at 10:23:29PM +0800, Naohiro Aota wrote:
> The checkpatch.pl in 5.10.90 fails to parse the line as shown
> above. That is fixed in commit fccaebf00e60 ("checkpatch: improve
> email parsing") in the current tree.

Thanks, I have sent a new v3 with the correct cc.

Sincerely thanks,
Jiang


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

* Re: Re: [PATCH v3] ide: Check for null pointer after calling devm_ioremap
@ 2022-01-09 14:01 Jiasheng Jiang
  0 siblings, 0 replies; 4+ messages in thread
From: Jiasheng Jiang @ 2022-01-09 14:01 UTC (permalink / raw)
  To: damien.lemoal, David.Laight, davem, gregkh, stable
  Cc: linux-ide, linux-kernel, Jiasheng Jiang

On Sun, Jan 09, 2022 at 04:53:39PM +0800, Damien Le Moal wrote:
>>>> Cc: stable@vger.kernel.org#5.10
>>>
>>> Please keep the space before the #
>>>
>>> Cc: stable@vger.kernel.org #5.10
>> 
>> Actually, I added the space before, but the when I use the tool
>> 'scripts/checkpatch.pl' to check my format, it told me a warning
>> that it should not have space.
>> 
>> The warning is as follow:
>> WARNING: email address 'stable@vger.kernel.org #5.10' might be
>> better as 'stable@vger.kernel.org#5.10'
>
> Cc: stable@vger.kernel.org # 5.10
>
> Should work.

I used 'scripts/checkpatch.pl' to check it, giving me the warning again.

The warning is as follow:
WARNING: email address 'stable@vger.kernel.org # 5.10' might be better as
'stable@vger.kernel.org# 5.10'

And if I use the 'stable@vger.kernel.org# 5.10', warning too.

The warning is as follow:
WARNING: email address 'stable@vger.kernel.org# 5.10' might be better as
'stable@vger.kernel.org#5.10' 

It seems that the only non-warning format is 'stable@vger.kernel.org#5.10'.

Sincerely thanks,
Jiang


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

end of thread, other threads:[~2022-01-11  3:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-08  3:55 Re: [PATCH v3] ide: Check for null pointer after calling devm_ioremap Jiasheng Jiang
2022-01-09  8:53 ` Damien Le Moal
2022-01-09 14:01 Jiasheng Jiang
2022-01-11  3:08 Jiasheng Jiang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.