public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: dontdiff: remove 'utf8data.h'
@ 2024-08-08  8:57 Guo Xuenan
  2024-08-08 13:17 ` Jonathan Corbet
  0 siblings, 1 reply; 3+ messages in thread
From: Guo Xuenan @ 2024-08-08  8:57 UTC (permalink / raw)
  To: corbet, linux-doc; +Cc: linux-kernel, guoxuenan, guoxuenan, jack.qiu, ganjie5

From: ganjie <ganjie5@huawei.com>

Commit 2b3d04787012 ("unicode: Add utf8-data module") changed the
database file from 'utf8data.h' to 'utf8data.c' to build separate
module, but it seems forgot to update Documentation/dontdiff. Remove
'utf8data.h' and add 'utf8data.c'.

Signed-off-by: ganjie <ganjie5@huawei.com>
---
 Documentation/dontdiff | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/dontdiff b/Documentation/dontdiff
index 3c399f132e2d..94b3492dc301 100644
--- a/Documentation/dontdiff
+++ b/Documentation/dontdiff
@@ -262,7 +262,7 @@ vsyscall_32.lds
 wanxlfw.inc
 uImage
 unifdef
-utf8data.h
+utf8data.c
 wakeup.bin
 wakeup.elf
 wakeup.lds
-- 
2.34.3


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

* Re: [PATCH] Documentation: dontdiff: remove 'utf8data.h'
  2024-08-08  8:57 [PATCH] Documentation: dontdiff: remove 'utf8data.h' Guo Xuenan
@ 2024-08-08 13:17 ` Jonathan Corbet
  2024-08-10  8:46   ` Guo Xuenan
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Corbet @ 2024-08-08 13:17 UTC (permalink / raw)
  To: Guo Xuenan, linux-doc
  Cc: linux-kernel, guoxuenan, guoxuenan, jack.qiu, ganjie5

Guo Xuenan <guoxuenan@huawei.com> writes:

> From: ganjie <ganjie5@huawei.com>
>
> Commit 2b3d04787012 ("unicode: Add utf8-data module") changed the
> database file from 'utf8data.h' to 'utf8data.c' to build separate
> module, but it seems forgot to update Documentation/dontdiff. Remove
> 'utf8data.h' and add 'utf8data.c'.
>
> Signed-off-by: ganjie <ganjie5@huawei.com>
> ---
>  Documentation/dontdiff | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/dontdiff b/Documentation/dontdiff
> index 3c399f132e2d..94b3492dc301 100644
> --- a/Documentation/dontdiff
> +++ b/Documentation/dontdiff
> @@ -262,7 +262,7 @@ vsyscall_32.lds
>  wanxlfw.inc
>  uImage
>  unifdef
> -utf8data.h
> +utf8data.c
>  wakeup.bin
>  wakeup.elf
>  wakeup.lds

I'll apply this, but does anybody actually use the dontdiff file
anymore?  I think it's old and, if being used, actively harmful; for
example, it masks changes to "parse.c", an instance of which was added
to git in January.

Is there a reason to not just remove this file?

Thanks,

jon

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

* Re: [PATCH] Documentation: dontdiff: remove 'utf8data.h'
  2024-08-08 13:17 ` Jonathan Corbet
@ 2024-08-10  8:46   ` Guo Xuenan
  0 siblings, 0 replies; 3+ messages in thread
From: Guo Xuenan @ 2024-08-10  8:46 UTC (permalink / raw)
  To: Jonathan Corbet, linux-doc; +Cc: linux-kernel, guoxuenan, jack.qiu, ganjie5

Hi Jon,
On 2024/8/8 21:17, Jonathan Corbet wrote:
> Guo Xuenan <guoxuenan@huawei.com> writes:
>
>> From: ganjie <ganjie5@huawei.com>
>>
>> Commit 2b3d04787012 ("unicode: Add utf8-data module") changed the
>> database file from 'utf8data.h' to 'utf8data.c' to build separate
>> module, but it seems forgot to update Documentation/dontdiff. Remove
>> 'utf8data.h' and add 'utf8data.c'.
>>
>> Signed-off-by: ganjie <ganjie5@huawei.com>
>> ---
>>   Documentation/dontdiff | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/Documentation/dontdiff b/Documentation/dontdiff
>> index 3c399f132e2d..94b3492dc301 100644
>> --- a/Documentation/dontdiff
>> +++ b/Documentation/dontdiff
>> @@ -262,7 +262,7 @@ vsyscall_32.lds
>>   wanxlfw.inc
>>   uImage
>>   unifdef
>> -utf8data.h
>> +utf8data.c
>>   wakeup.bin
>>   wakeup.elf
>>   wakeup.lds
> I'll apply this, but does anybody actually use the dontdiff file
> anymore?  I think it's old and, if being used, actively harmful; for
> example, it masks changes to "parse.c", an instance of which was added
> to git in January.
>
> Is there a reason to not just remove this file?
Completely agree,It seems fs/unicode module missing to update `dontdiff`
I've actually never used it, seems that developers likely using .gitignore.
eg. 98f2345773f("unicode: fix .gitignore for generated utfdata file")

Thanks
Xuenan
> Thanks,
>
> jon

-- 
Guo Xuenan [OS Kernel Lab]
-----------------------------
Email: guoxuenan@huawei.com


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

end of thread, other threads:[~2024-08-10  8:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-08  8:57 [PATCH] Documentation: dontdiff: remove 'utf8data.h' Guo Xuenan
2024-08-08 13:17 ` Jonathan Corbet
2024-08-10  8:46   ` Guo Xuenan

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