linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Fwd: Documentation on IMA for Linux Kernel Documentation
       [not found] ` <60ac4c41-65b8-3c3d-7e31-1a580e728ca5@infradead.org>
@ 2023-03-22 22:04   ` Ken Goldman
  2023-03-22 22:58     ` Randy Dunlap
       [not found]   ` <a50110ca-843a-7586-ed2a-aca12702dde9@infradead.org>
  1 sibling, 1 reply; 5+ messages in thread
From: Ken Goldman @ 2023-03-22 22:04 UTC (permalink / raw)
  To: linux-doc

I'm writing documentation on IMA targeting users (not kernel 
developers).  It includes concepts, details on writing policies, the IMA 
event log format, utilities, and more.  It aggregates existing scattered 
documentation, but adds much more.  It's maybe 1/2 done.

Questions:

1. Are there people who could look at it and see if I'm on the right path?

It's a lot of work.  I'd like to know that it has some chance of acceptance.

2. What is the process for getting a block of documentation added to 
https://www.kernel.org/doc/html?



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

* Re: Documentation on IMA for Linux Kernel Documentation
       [not found]     ` <c03bf464-00c1-9121-fb2f-549ac991a658@linux.ibm.com>
@ 2023-03-22 22:58       ` Randy Dunlap
  0 siblings, 0 replies; 5+ messages in thread
From: Randy Dunlap @ 2023-03-22 22:58 UTC (permalink / raw)
  To: Ken Goldman, linux-kernel, linux-integrity,
	Linux Doc Mailing List

Hi Ken,

On 3/22/23 15:02, Ken Goldman wrote:
> On 3/13/2023 6:34 PM, Randy Dunlap wrote:
>> On 3/13/23 15:25, Randy Dunlap wrote:
>>> [add IMA list]
>>>
>>> On 3/13/23 14:43, Ken Goldman wrote:
>>>> I'm writing documentation on IMA targeting users (not kernel developers).  It includes concepts, details on writing policies, the IMA event log format, utilities, and more.  It aggregates existing scattered documentation, but adds much more.  It's maybe 1/2 done.
>>>>
>>>> Questions:
>>>>
>>>> 1. Are there people who could look at it and see if I'm on the right path?
>>>>
>>>> It's a lot of work.  I'd like to know that it has some chance of acceptance.
>>>>
>>>> 2. What is the process for getting a block of documentation added to https://www.kernel.org/doc/html?
>>>
>>> It should be added to the kernel tree in the Documentation/userspace-api/ subdirectory
>>> or Documentation/security/ subdirectory.  The kernel.org/doc/ web pages are generated
>>> from what is in the Linux kernel tree.
>> Ken, if you are not familiar with in-tree kernel documentation, you should take a look
>> at the Documentation/doc-guide/ subdirectory for some documentation on the documentation.
>>
>> Also you can ask for help with specific issues at linux-doc@vger.kernel.org
> 
> I've read the guidelines, coding in rest markdown, using sphinx to test the web pages.  I think it's right.
> 
> 1. I was hoping that someone could look at what I'm doing to see if it has a chance of acceptance.
> 
> I.e., I don't want to spend months on this only to get a quick 'nack'.
> 
> 2. I wonder what the process for submission is.

It's documented in Documentation/process/submitting-patches.rst,
but just ask if you have any questions about it.

-- 
~Randy

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

* Re: Fwd: Documentation on IMA for Linux Kernel Documentation
  2023-03-22 22:04   ` Fwd: Documentation on IMA for Linux Kernel Documentation Ken Goldman
@ 2023-03-22 22:58     ` Randy Dunlap
  2023-03-23 12:49       ` Ken Goldman
  0 siblings, 1 reply; 5+ messages in thread
From: Randy Dunlap @ 2023-03-22 22:58 UTC (permalink / raw)
  To: Ken Goldman, linux-doc



On 3/22/23 15:04, Ken Goldman wrote:
> I'm writing documentation on IMA targeting users (not kernel developers).  It includes concepts, details on writing policies, the IMA event log format, utilities, and more.  It aggregates existing scattered documentation, but adds much more.  It's maybe 1/2 done.
> 
> Questions:
> 
> 1. Are there people who could look at it and see if I'm on the right path?
> 
> It's a lot of work.  I'd like to know that it has some chance of acceptance.

Review in terms of IMA-specific content?  or in terms of ReST usage?
or in general terms to see if it is appropriate for kernel tree documentation?

I think that you should Cc: linux-integrity@vger.kernel.org for their input
as well as linux-doc@vger.kernel.org. Several of us here can look at it for
general review feedback.

> 2. What is the process for getting a block of documentation added to https://www.kernel.org/doc/html?

From last week's email:

>>> It should be added to the kernel tree in the Documentation/userspace-api/ subdirectory
>>> or Documentation/security/ subdirectory.  The kernel.org/doc/ web pages are generated
>>> from what is in the Linux kernel tree.

although if you don't think that it is appropriate for either of those subdirectories,
just explain and justify that and it might be possible to put it somewhere else.

-- 
~Randy

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

* Re: Fwd: Documentation on IMA for Linux Kernel Documentation
  2023-03-22 22:58     ` Randy Dunlap
@ 2023-03-23 12:49       ` Ken Goldman
  2023-03-23 14:24         ` Jonathan Corbet
  0 siblings, 1 reply; 5+ messages in thread
From: Ken Goldman @ 2023-03-23 12:49 UTC (permalink / raw)
  To: Randy Dunlap, linux-doc

On 3/22/2023 6:58 PM, Randy Dunlap wrote:
> On 3/22/23 15:04, Ken Goldman wrote:
>> I'm writing documentation on IMA targeting users (not kernel developers).  It includes concepts, details on writing policies, the IMA event log format, utilities, and more.  It aggregates existing scattered documentation, but adds much more.  It's maybe 1/2 done.
>>
>> Questions:
>>
>> 1. Are there people who could look at it and see if I'm on the right path?
>>
>> It's a lot of work.  I'd like to know that it has some chance of acceptance.
> Review in terms of IMA-specific content?  or in terms of ReST usage?
> or in general terms to see if it is appropriate for kernel tree documentation?
>
> I think that you should Cc: linux-integrity@vger.kernel.org for their input
> as well as linux-doc@vger.kernel.org. Several of us here can look at it for
> general review feedback.

Not the accuracy - I have IMA experts looking at that.

I want to know if it'll be accepted, and if the structure is OK.

> 2. What is the process for getting a block of documentation added to 
> https://www.kernel.org/doc/html?
>  From last week's email:
>
>>>> It should be added to the kernel tree in the Documentation/userspace-api/ subdirectory
>>>> or Documentation/security/ subdirectory.  The kernel.org/doc/ web pages are generated
>>>> from what is in the Linux kernel tree.
> although if you don't think that it is appropriate for either of those subdirectories,
> just explain and justify that and it might be possible to put it somewhere else.

"Where" comes later.  I just want to know if it'll be accepted at all.


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

* Re: Fwd: Documentation on IMA for Linux Kernel Documentation
  2023-03-23 12:49       ` Ken Goldman
@ 2023-03-23 14:24         ` Jonathan Corbet
  0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Corbet @ 2023-03-23 14:24 UTC (permalink / raw)
  To: Ken Goldman, Randy Dunlap, linux-doc

Ken Goldman <kgold@linux.ibm.com> writes:

> On 3/22/2023 6:58 PM, Randy Dunlap wrote:
>> Review in terms of IMA-specific content?  or in terms of ReST usage?
>> or in general terms to see if it is appropriate for kernel tree documentation?
>>
>> I think that you should Cc: linux-integrity@vger.kernel.org for their input
>> as well as linux-doc@vger.kernel.org. Several of us here can look at it for
>> general review feedback.
>
> Not the accuracy - I have IMA experts looking at that.

You still want to copy the integrity list for something like this; they
will have the ultimate say on whether it makes sense for inclusion into
the kernel tree.

> I want to know if it'll be accepted, and if the structure is OK.

...and that's hard to answer without seeing the work.  It's better to
just post what you have then to ask whether you should.

>> 2. What is the process for getting a block of documentation added to 
>> https://www.kernel.org/doc/html?
>>  From last week's email:
>>
>>>>> It should be added to the kernel tree in the Documentation/userspace-api/ subdirectory
>>>>> or Documentation/security/ subdirectory.  The kernel.org/doc/ web pages are generated
>>>>> from what is in the Linux kernel tree.
>> although if you don't think that it is appropriate for either of those subdirectories,
>> just explain and justify that and it might be possible to put it somewhere else.
>
> "Where" comes later.  I just want to know if it'll be accepted at all.

We're not in the habit of turning down good documentation.  Please, post
your work to the relevant lists and we'll go from there.

Thanks,

jon

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

end of thread, other threads:[~2023-03-23 14:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <7c91820d-0153-e4db-1c60-38b6f650ed20@linux.ibm.com>
     [not found] ` <60ac4c41-65b8-3c3d-7e31-1a580e728ca5@infradead.org>
2023-03-22 22:04   ` Fwd: Documentation on IMA for Linux Kernel Documentation Ken Goldman
2023-03-22 22:58     ` Randy Dunlap
2023-03-23 12:49       ` Ken Goldman
2023-03-23 14:24         ` Jonathan Corbet
     [not found]   ` <a50110ca-843a-7586-ed2a-aca12702dde9@infradead.org>
     [not found]     ` <c03bf464-00c1-9121-fb2f-549ac991a658@linux.ibm.com>
2023-03-22 22:58       ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).