* scripts/coccicheck: Update for a comment?
@ 2016-10-07 5:47 SF Markus Elfring
2016-10-07 5:50 ` Julia Lawall
0 siblings, 1 reply; 13+ messages in thread
From: SF Markus Elfring @ 2016-10-07 5:47 UTC (permalink / raw)
To: Coccinelle, Gilles Muller, Jonathan Corbet, Julia Lawall,
Luis R. Rodriguez, Michal Marek, Nicolas Palix
Cc: LKML, kernel-janitors
Hello,
Information from a commit like "docs: sphinxify coccinelle.txt and add it
to dev-tools" caught also my software development attention.
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/Documentation/coccinelle.txt?id=4b9033a33494ec9154d63e706e9e47f7eb3fd59e
Did an other information from a comment become outdated in the script "coccicheck"
because of such changes for the documentation format?
https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/tree/scripts/coccicheck?id=c802e87fbe2d4dd58982d01b3c39bc5a781223aa#n4
Regards,
Markus
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: scripts/coccicheck: Update for a comment?
2016-10-07 5:47 scripts/coccicheck: Update for a comment? SF Markus Elfring
@ 2016-10-07 5:50 ` Julia Lawall
2016-10-07 6:00 ` SF Markus Elfring
2016-10-07 12:22 ` docs: Fixing "sphinxify coccinelle.txt"? SF Markus Elfring
0 siblings, 2 replies; 13+ messages in thread
From: Julia Lawall @ 2016-10-07 5:50 UTC (permalink / raw)
To: SF Markus Elfring
Cc: Coccinelle, Gilles Muller, Jonathan Corbet, Julia Lawall,
Luis R. Rodriguez, Michal Marek, Nicolas Palix, LKML,
kernel-janitors
On Fri, 7 Oct 2016, SF Markus Elfring wrote:
> Hello,
>
> Information from a commit like "docs: sphinxify coccinelle.txt and add it
> to dev-tools" caught also my software development attention.
> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/Documentation/coccinelle.txt?id=4b9033a33494ec9154d63e706e9e47f7eb3fd59e
>
> Did an other information from a comment become outdated in the script "coccicheck"
> because of such changes for the documentation format?
> https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/tree/scripts/coccicheck?id=c802e87fbe2d4dd58982d01b3c39bc5a781223aa#n4
How about submitting a patch to fix the problem?
julia
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: scripts/coccicheck: Update for a comment?
2016-10-07 5:50 ` Julia Lawall
@ 2016-10-07 6:00 ` SF Markus Elfring
2016-10-07 6:06 ` Julia Lawall
2016-10-07 12:22 ` docs: Fixing "sphinxify coccinelle.txt"? SF Markus Elfring
1 sibling, 1 reply; 13+ messages in thread
From: SF Markus Elfring @ 2016-10-07 6:00 UTC (permalink / raw)
To: Julia Lawall
Cc: Coccinelle, Gilles Muller, Jonathan Corbet, Luis R. Rodriguez,
Michal Marek, Nicolas Palix, LKML, kernel-janitors
>> https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/tree/scripts/coccicheck?id=c802e87fbe2d4dd58982d01b3c39bc5a781223aa#n4
>
> How about submitting a patch to fix the problem?
I would appreciate to become a bit more sure about the current storage location
which should be referenced in this file.
Regards,
Markus
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: scripts/coccicheck: Update for a comment?
2016-10-07 6:00 ` SF Markus Elfring
@ 2016-10-07 6:06 ` Julia Lawall
2016-10-07 6:23 ` SF Markus Elfring
0 siblings, 1 reply; 13+ messages in thread
From: Julia Lawall @ 2016-10-07 6:06 UTC (permalink / raw)
To: SF Markus Elfring
Cc: Julia Lawall, Coccinelle, Gilles Muller, Jonathan Corbet,
Luis R. Rodriguez, Michal Marek, Nicolas Palix, LKML,
kernel-janitors
On Fri, 7 Oct 2016, SF Markus Elfring wrote:
> >> https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/tree/scripts/coccicheck?id=c802e87fbe2d4dd58982d01b3c39bc5a781223aa#n4
> >
> > How about submitting a patch to fix the problem?
>
> I would appreciate to become a bit more sure about the current storage location
> which should be referenced in this file.
In the Documentation directory find . -name "*cocci*"
gives
./dev-tools/coccinelle.rst
I think you could have done that yourself.
julia
>
> Regards,
> Markus
> --
> To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: scripts/coccicheck: Update for a comment?
2016-10-07 6:06 ` Julia Lawall
@ 2016-10-07 6:23 ` SF Markus Elfring
2016-10-07 6:27 ` Julia Lawall
0 siblings, 1 reply; 13+ messages in thread
From: SF Markus Elfring @ 2016-10-07 6:23 UTC (permalink / raw)
To: Julia Lawall
Cc: Coccinelle, Gilles Muller, Jonathan Corbet, Luis R. Rodriguez,
Michal Marek, Nicolas Palix, LKML, kernel-janitors
>>>> https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/tree/scripts/coccicheck?id=c802e87fbe2d4dd58982d01b3c39bc5a781223aa#n4
>>>
>>> How about submitting a patch to fix the problem?
>>
>> I would appreciate to become a bit more sure about the current storage location
>> which should be referenced in this file.
>
> In the Documentation directory find . -name "*cocci*"
>
> gives
>
> ./dev-tools/coccinelle.rst
>
> I think you could have done that yourself.
Does the usage of the format "reStructuredText" trigger further considerations
like the following?
* Does your feedback suggest that the path from this source file should be put
in related places?
* Would it make sense to store such a file name in a special variable?
* When would you refer to generated file formats (like PDF) for this use case?
Regards,
Markus
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: scripts/coccicheck: Update for a comment?
2016-10-07 6:23 ` SF Markus Elfring
@ 2016-10-07 6:27 ` Julia Lawall
2016-10-07 7:19 ` SF Markus Elfring
2016-10-07 14:16 ` [PATCH] scripts/coccicheck: Update reference for the corresponding documentation SF Markus Elfring
0 siblings, 2 replies; 13+ messages in thread
From: Julia Lawall @ 2016-10-07 6:27 UTC (permalink / raw)
To: SF Markus Elfring
Cc: Julia Lawall, Coccinelle, Gilles Muller, Jonathan Corbet,
Luis R. Rodriguez, Michal Marek, Nicolas Palix, LKML,
kernel-janitors
On Fri, 7 Oct 2016, SF Markus Elfring wrote:
> >>>> https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/tree/scripts/coccicheck?id=c802e87fbe2d4dd58982d01b3c39bc5a781223aa#n4
> >>>
> >>> How about submitting a patch to fix the problem?
> >>
> >> I would appreciate to become a bit more sure about the current storage location
> >> which should be referenced in this file.
> >
> > In the Documentation directory find . -name "*cocci*"
> >
> > gives
> >
> > ./dev-tools/coccinelle.rst
> >
> > I think you could have done that yourself.
>
> Does the usage of the format "reStructuredText" trigger further considerations
> like the following?
>
> * Does your feedback suggest that the path from this source file should be put
> in related places?
>
> * Would it make sense to store such a file name in a special variable?
>
> * When would you refer to generated file formats (like PDF) for this use case?
Either you send the patch, or I will send the patch, when I have time,
with no credit to you. I'm not an expert on all of the future plans for
the documentation, The only think I know is where the file is now, and
that the file is perfectly readable in its rst format, and thus it seems
quite all right to reference it. If the situation change in the future,
we can have another patch in the future.
julia
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: scripts/coccicheck: Update for a comment?
2016-10-07 6:27 ` Julia Lawall
@ 2016-10-07 7:19 ` SF Markus Elfring
2016-10-07 13:20 ` SF Markus Elfring
2016-10-07 14:16 ` [PATCH] scripts/coccicheck: Update reference for the corresponding documentation SF Markus Elfring
1 sibling, 1 reply; 13+ messages in thread
From: SF Markus Elfring @ 2016-10-07 7:19 UTC (permalink / raw)
To: Julia Lawall
Cc: Coccinelle, Gilles Muller, Jonathan Corbet, Luis R. Rodriguez,
Michal Marek, Nicolas Palix, LKML, kernel-janitors
> Either you send the patch, or I will send the patch, when I have time,
> with no credit to you.
I am curious when "the time" will be appropriate.
> I'm not an expert on all of the future plans for the documentation,
I assumed that you know a bit more about the corresponding software evolution
than me.
> The only think I know is where the file is now, and that the file
> is perfectly readable in its rst format, and thus it seems
> quite all right to reference it.
I can agree to such an information in principle.
> If the situation change in the future, we can have another patch
> in the future.
I would appreciate another clarification:
Do I overlook any commit for the discussed source file anyhow?
https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/log/dev-tools/coccinelle.rst
Regards,
Markus
^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH] scripts/coccicheck: Update reference for the corresponding documentation
2016-10-07 6:27 ` Julia Lawall
2016-10-07 7:19 ` SF Markus Elfring
@ 2016-10-07 14:16 ` SF Markus Elfring
2016-10-07 18:30 ` Julia Lawall
1 sibling, 1 reply; 13+ messages in thread
From: SF Markus Elfring @ 2016-10-07 14:16 UTC (permalink / raw)
To: Coccinelle, Gilles Muller, Jonathan Corbet, Julia Lawall
Cc: Luis R. Rodriguez, Michal Marek, Nicolas Palix, LKML,
kernel-janitors, linux-doc
From: Markus Elfring <elfring@users.sourceforge.net>
Date: Fri, 7 Oct 2016 16:06:15 +0200
Use the current name (in a comment at the beginning of this script) for
the file which was converted to the documentation format "reStructuredText"
in August 2016.
Fixes: 4b9033a33494ec9154d63e706e9e47f7eb3fd59e ("docs: sphinxify coccinelle.txt and add it to dev-tools")
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
---
scripts/coccicheck | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/coccicheck b/scripts/coccicheck
index c92c1528..ec487b8 100755
--- a/scripts/coccicheck
+++ b/scripts/coccicheck
@@ -1,7 +1,7 @@
#!/bin/bash
# Linux kernel coccicheck
#
-# Read Documentation/coccinelle.txt
+# Read Documentation/dev-tools/coccinelle.rst
#
# This script requires at least spatch
# version 1.0.0-rc11.
--
2.10.1
^ permalink raw reply related [flat|nested] 13+ messages in thread* Re: [PATCH] scripts/coccicheck: Update reference for the corresponding documentation
2016-10-07 14:16 ` [PATCH] scripts/coccicheck: Update reference for the corresponding documentation SF Markus Elfring
@ 2016-10-07 18:30 ` Julia Lawall
2016-10-11 7:52 ` Michal Marek
0 siblings, 1 reply; 13+ messages in thread
From: Julia Lawall @ 2016-10-07 18:30 UTC (permalink / raw)
To: SF Markus Elfring
Cc: Coccinelle, Gilles Muller, Jonathan Corbet, Julia Lawall,
Luis R. Rodriguez, Michal Marek, Nicolas Palix, LKML,
kernel-janitors, linux-doc
On Fri, 7 Oct 2016, SF Markus Elfring wrote:
> From: Markus Elfring <elfring@users.sourceforge.net>
> Date: Fri, 7 Oct 2016 16:06:15 +0200
>
> Use the current name (in a comment at the beginning of this script) for
> the file which was converted to the documentation format "reStructuredText"
> in August 2016.
>
> Fixes: 4b9033a33494ec9154d63e706e9e47f7eb3fd59e ("docs: sphinxify coccinelle.txt and add it to dev-tools")
> Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
> ---
> scripts/coccicheck | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/coccicheck b/scripts/coccicheck
> index c92c1528..ec487b8 100755
> --- a/scripts/coccicheck
> +++ b/scripts/coccicheck
> @@ -1,7 +1,7 @@
> #!/bin/bash
> # Linux kernel coccicheck
> #
> -# Read Documentation/coccinelle.txt
> +# Read Documentation/dev-tools/coccinelle.rst
> #
> # This script requires at least spatch
> # version 1.0.0-rc11.
> --
> 2.10.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: [PATCH] scripts/coccicheck: Update reference for the corresponding documentation
2016-10-07 18:30 ` Julia Lawall
@ 2016-10-11 7:52 ` Michal Marek
0 siblings, 0 replies; 13+ messages in thread
From: Michal Marek @ 2016-10-11 7:52 UTC (permalink / raw)
To: Julia Lawall
Cc: SF Markus Elfring, Coccinelle, Gilles Muller, Jonathan Corbet,
Luis R. Rodriguez, Nicolas Palix, LKML, kernel-janitors,
linux-doc
On Fri, Oct 07, 2016 at 08:30:48PM +0200, Julia Lawall wrote:
>
>
> On Fri, 7 Oct 2016, SF Markus Elfring wrote:
>
> > From: Markus Elfring <elfring@users.sourceforge.net>
> > Date: Fri, 7 Oct 2016 16:06:15 +0200
> >
> > Use the current name (in a comment at the beginning of this script) for
> > the file which was converted to the documentation format "reStructuredText"
> > in August 2016.
> >
> > Fixes: 4b9033a33494ec9154d63e706e9e47f7eb3fd59e ("docs: sphinxify coccinelle.txt and add it to dev-tools")
> > Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
>
> Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Applied to kbuild.git#misc, thanks.
Michal
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: docs: Fixing "sphinxify coccinelle.txt"?
2016-10-07 5:50 ` Julia Lawall
2016-10-07 6:00 ` SF Markus Elfring
@ 2016-10-07 12:22 ` SF Markus Elfring
2016-10-07 13:08 ` SF Markus Elfring
1 sibling, 1 reply; 13+ messages in thread
From: SF Markus Elfring @ 2016-10-07 12:22 UTC (permalink / raw)
To: Julia Lawall, Jonathan Corbet
Cc: Coccinelle, Gilles Muller, Luis R. Rodriguez, Michal Marek,
Nicolas Palix, LKML, kernel-janitors, linux-doc
>> Information from a commit like "docs: sphinxify coccinelle.txt and add it
>> to dev-tools" caught also my software development attention.
>> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/Documentation/coccinelle.txt?id=4b9033a33494ec9154d63e706e9e47f7eb3fd59e
>>
>> Did an other information from a comment become outdated in the script "coccicheck"
>> because of such changes for the documentation format?
>> https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/tree/scripts/coccicheck?id=c802e87fbe2d4dd58982d01b3c39bc5a781223aa#n4
>
> How about submitting a patch to fix the problem?
Is the published commit (from 2016-08-08 / 2016-08-18) generally questionable
as I see it by the interface "cgit" at the moment?
* Does this one contain only the deletion of the file "Documentation/coccinelle.txt"?
* How should the result from the mentioned action "add it to dev-tools"
look like finally?
* How could the acknowledgements happen for a software transformation
which seems to be incomplete there?
I find another data display also interesting and more promising.
https://patchwork.kernel.org/patch/9269973/
* Should this patch about the desired file format conversion become available
also by the other known interfaces?
* Would it have been nicer to include a corresponding update for the file
"scripts/coccicheck" there, too?
* Do we need to clarify the distribution of the correct version any further?
Regards,
Markus
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: docs: Fixing "sphinxify coccinelle.txt"?
2016-10-07 12:22 ` docs: Fixing "sphinxify coccinelle.txt"? SF Markus Elfring
@ 2016-10-07 13:08 ` SF Markus Elfring
0 siblings, 0 replies; 13+ messages in thread
From: SF Markus Elfring @ 2016-10-07 13:08 UTC (permalink / raw)
To: Julia Lawall, Jonathan Corbet
Cc: Coccinelle, Gilles Muller, Luis R. Rodriguez, Michal Marek,
Nicolas Palix, LKML, kernel-janitors, linux-doc
>>> Information from a commit like "docs: sphinxify coccinelle.txt and add it
>>> to dev-tools" caught also my software development attention.
>>> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/Documentation/coccinelle.txt?id=4b9033a33494ec9154d63e706e9e47f7eb3fd59e
>>>
>>> Did an other information from a comment become outdated in the script "coccicheck"
>>> because of such changes for the documentation format?
>>> https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/tree/scripts/coccicheck?id=c802e87fbe2d4dd58982d01b3c39bc5a781223aa#n4
>>
>> How about submitting a patch to fix the problem?
>
> Is the published commit (from 2016-08-08 / 2016-08-18) generally questionable
> as I see it by the interface "cgit" at the moment?
>
> * Does this one contain only the deletion of the file "Documentation/coccinelle.txt"?
It seems that I got an inappropriate impression from this kind of
data display alone.
The display for the changed file name contains only the desired addition.
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/Documentation/dev-tools/coccinelle.rst?id=4b9033a33494ec9154d63e706e9e47f7eb3fd59e
> I find another data display also interesting and more promising.
> https://patchwork.kernel.org/patch/9269973/
>
> * Should this patch about the desired file format conversion become available
> also by the other known interfaces?
The interface "cgit v0.12" does not indicate the involved "renaming" (similarity index 56%)
so far which can be better seen in the downloadable patch file.
Regards,
Markus
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2016-10-11 7:52 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-07 5:47 scripts/coccicheck: Update for a comment? SF Markus Elfring
2016-10-07 5:50 ` Julia Lawall
2016-10-07 6:00 ` SF Markus Elfring
2016-10-07 6:06 ` Julia Lawall
2016-10-07 6:23 ` SF Markus Elfring
2016-10-07 6:27 ` Julia Lawall
2016-10-07 7:19 ` SF Markus Elfring
2016-10-07 13:20 ` SF Markus Elfring
2016-10-07 14:16 ` [PATCH] scripts/coccicheck: Update reference for the corresponding documentation SF Markus Elfring
2016-10-07 18:30 ` Julia Lawall
2016-10-11 7:52 ` Michal Marek
2016-10-07 12:22 ` docs: Fixing "sphinxify coccinelle.txt"? SF Markus Elfring
2016-10-07 13:08 ` SF Markus Elfring
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox