diff mbox series

[v20,20/20] MAINTAINERS: ipe: add ipe maintainer information

Message ID 1722665314-21156-21-git-send-email-wufan@linux.microsoft.com (mailing list archive)
State New
Headers show
Series Integrity Policy Enforcement LSM (IPE) | expand

Commit Message

Fan Wu Aug. 3, 2024, 6:08 a.m. UTC
Update MAINTAINERS to include ipe maintainer information.

Signed-off-by: Fan Wu <wufan@linux.microsoft.com>

--
v1-v16:
  + Not present

v17:
  + Introduced

v18:
  + No changes

v19:
  + No changes

v20:
  + No changes
---
 MAINTAINERS | 10 ++++++++++
 1 file changed, 10 insertions(+)

Comments

Paul Menzel Aug. 3, 2024, 8:14 a.m. UTC | #1
Dear Fan,


Thank you very much for your patch. Two nits, should you sent another 
interation: A more specific summary would avoid people having to look at 
the message body or diff, and `git log --oneline` would be enough.

MAINTAINERS: Add IPE entry with M: Fan Wu

MAINTAINERS: Add IPE entry with Fan Wu as maintainer

Am 03.08.24 um 08:08 schrieb Fan Wu:
> Update MAINTAINERS to include ipe maintainer information.

I’d at least mention Integrity Policy Enforcement. As you not only 
include the maintainer information but add a new entry, I’d leave the 
body out, or mention that a new entry is added.

> Signed-off-by: Fan Wu <wufan@linux.microsoft.com>
> 
> --
> v1-v16:
>    + Not present
> 
> v17:
>    + Introduced
> 
> v18:
>    + No changes
> 
> v19:
>    + No changes
> 
> v20:
>    + No changes
> ---
>   MAINTAINERS | 10 ++++++++++
>   1 file changed, 10 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8766f3e5e87e..4cdf2d5a2058 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11118,6 +11118,16 @@ T:	git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
>   F:	security/integrity/
>   F:	security/integrity/ima/
>   
> +INTEGRITY POLICY ENFORCEMENT (IPE)
> +M:	Fan Wu <wufan@linux.microsoft.com>
> +L:	linux-security-module@vger.kernel.org
> +S:	Supported
> +T:	git https://github.com/microsoft/ipe.git
> +F:	Documentation/admin-guide/LSM/ipe.rst
> +F:	Documentation/security/ipe.rst
> +F:	scripts/ipe/
> +F:	security/ipe/
> +
>   INTEL 810/815 FRAMEBUFFER DRIVER
>   M:	Antonino Daplas <adaplas@gmail.com>
>   L:	linux-fbdev@vger.kernel.org


Kind regards,

Paul
Paul Moore Aug. 6, 2024, 8:54 p.m. UTC | #2
On Sat, Aug 3, 2024 at 4:15 AM Paul Menzel <pmenzel@molgen.mpg.de> wrote:
>
> Dear Fan,
>
>
> Thank you very much for your patch. Two nits, should you sent another
> interation: A more specific summary would avoid people having to look at
> the message body or diff, and `git log --oneline` would be enough.
>
> MAINTAINERS: Add IPE entry with M: Fan Wu
>
> MAINTAINERS: Add IPE entry with Fan Wu as maintainer
>
> Am 03.08.24 um 08:08 schrieb Fan Wu:
> > Update MAINTAINERS to include ipe maintainer information.
>
> I’d at least mention Integrity Policy Enforcement. As you not only
> include the maintainer information but add a new entry, I’d leave the
> body out, or mention that a new entry is added.
>
> > Signed-off-by: Fan Wu <wufan@linux.microsoft.com>

Working under the current assumption that a new revision is not
needed, I can fix this up during the merge.  Fan, other-Paul, are you
both okay with the following:

  "MAINTAINERS: add IPE entry with Fan Wu as maintainer

   Add a MAINTAINERS entry for the Integrity Policy Enforcement (IPE) LSM."

> > --
> > v1-v16:
> >    + Not present
> >
> > v17:
> >    + Introduced
> >
> > v18:
> >    + No changes
> >
> > v19:
> >    + No changes
> >
> > v20:
> >    + No changes
> > ---
> >   MAINTAINERS | 10 ++++++++++
> >   1 file changed, 10 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 8766f3e5e87e..4cdf2d5a2058 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -11118,6 +11118,16 @@ T:   git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
> >   F:  security/integrity/
> >   F:  security/integrity/ima/
> >
> > +INTEGRITY POLICY ENFORCEMENT (IPE)
> > +M:   Fan Wu <wufan@linux.microsoft.com>
> > +L:   linux-security-module@vger.kernel.org
> > +S:   Supported
> > +T:   git https://github.com/microsoft/ipe.git
> > +F:   Documentation/admin-guide/LSM/ipe.rst
> > +F:   Documentation/security/ipe.rst
> > +F:   scripts/ipe/
> > +F:   security/ipe/
> > +
> >   INTEL 810/815 FRAMEBUFFER DRIVER
> >   M:  Antonino Daplas <adaplas@gmail.com>
> >   L:  linux-fbdev@vger.kernel.org
>
> Kind regards,
>
> Paul
Paul Menzel Aug. 7, 2024, 4:48 a.m. UTC | #3
Dear Paul,


Am 06.08.24 um 22:54 schrieb Paul Moore:
> On Sat, Aug 3, 2024 at 4:15 AM Paul Menzel wrote:

>> Thank you very much for your patch. Two nits, should you sent another
>> interation: A more specific summary would avoid people having to look at
>> the message body or diff, and `git log --oneline` would be enough.
>>
>> MAINTAINERS: Add IPE entry with M: Fan Wu
>>
>> MAINTAINERS: Add IPE entry with Fan Wu as maintainer
>>
>> Am 03.08.24 um 08:08 schrieb Fan Wu:
>>> Update MAINTAINERS to include ipe maintainer information.
>>
>> I’d at least mention Integrity Policy Enforcement. As you not only
>> include the maintainer information but add a new entry, I’d leave the
>> body out, or mention that a new entry is added.
>>
>>> Signed-off-by: Fan Wu <wufan@linux.microsoft.com>
> 
> Working under the current assumption that a new revision is not
> needed, I can fix this up during the merge.  Fan, other-Paul, are you
> both okay with the following:
> 
>    "MAINTAINERS: add IPE entry with Fan Wu as maintainer
> 
>     Add a MAINTAINERS entry for the Integrity Policy Enforcement (IPE) LSM."

Thank you. That is fine by me.


Kind regards,

Paul


>>> --
>>> v1-v16:
>>>     + Not present
>>>
>>> v17:
>>>     + Introduced
>>>
>>> v18:
>>>     + No changes
>>>
>>> v19:
>>>     + No changes
>>>
>>> v20:
>>>     + No changes
>>> ---
>>>    MAINTAINERS | 10 ++++++++++
>>>    1 file changed, 10 insertions(+)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index 8766f3e5e87e..4cdf2d5a2058 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -11118,6 +11118,16 @@ T:   git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
>>>    F:  security/integrity/
>>>    F:  security/integrity/ima/
>>>
>>> +INTEGRITY POLICY ENFORCEMENT (IPE)
>>> +M:   Fan Wu <wufan@linux.microsoft.com>
>>> +L:   linux-security-module@vger.kernel.org
>>> +S:   Supported
>>> +T:   git https://github.com/microsoft/ipe.git
>>> +F:   Documentation/admin-guide/LSM/ipe.rst
>>> +F:   Documentation/security/ipe.rst
>>> +F:   scripts/ipe/
>>> +F:   security/ipe/
>>> +
>>>    INTEL 810/815 FRAMEBUFFER DRIVER
>>>    M:  Antonino Daplas <adaplas@gmail.com>
>>>    L:  linux-fbdev@vger.kernel.org
Fan Wu Aug. 7, 2024, 6:01 p.m. UTC | #4
On 8/6/2024 9:48 PM, Paul Menzel wrote:
> Dear Paul,
> 
> 
> Am 06.08.24 um 22:54 schrieb Paul Moore:
>> On Sat, Aug 3, 2024 at 4:15 AM Paul Menzel wrote:
> 
>>> Thank you very much for your patch. Two nits, should you sent another
>>> interation: A more specific summary would avoid people having to look at
>>> the message body or diff, and `git log --oneline` would be enough.
>>>
>>> MAINTAINERS: Add IPE entry with M: Fan Wu
>>>
>>> MAINTAINERS: Add IPE entry with Fan Wu as maintainer
>>>
>>> Am 03.08.24 um 08:08 schrieb Fan Wu:
>>>> Update MAINTAINERS to include ipe maintainer information.
>>>
>>> I’d at least mention Integrity Policy Enforcement. As you not only
>>> include the maintainer information but add a new entry, I’d leave the
>>> body out, or mention that a new entry is added.
>>>
>>>> Signed-off-by: Fan Wu <wufan@linux.microsoft.com>
>>
>> Working under the current assumption that a new revision is not
>> needed, I can fix this up during the merge.  Fan, other-Paul, are you
>> both okay with the following:
>>
>>    "MAINTAINERS: add IPE entry with Fan Wu as maintainer
>>
>>     Add a MAINTAINERS entry for the Integrity Policy Enforcement (IPE) 
>> LSM."
> 
> Thank you. That is fine by me.
> 
> 
> Kind regards,
> 
> Paul
> 
> 

Hi Paul and Paul,

Thank you both for your feedback and coordination on this. I'm good with 
the proposed changes and appreciate your efforts.

-Fan
Paul Moore Aug. 7, 2024, 7:42 p.m. UTC | #5
On Wed, Aug 7, 2024 at 2:01 PM Fan Wu <wufan@linux.microsoft.com> wrote:
> On 8/6/2024 9:48 PM, Paul Menzel wrote:
> > Dear Paul,
> >
> > Am 06.08.24 um 22:54 schrieb Paul Moore:
> >> On Sat, Aug 3, 2024 at 4:15 AM Paul Menzel wrote:
> >
> >>> Thank you very much for your patch. Two nits, should you sent another
> >>> interation: A more specific summary would avoid people having to look at
> >>> the message body or diff, and `git log --oneline` would be enough.
> >>>
> >>> MAINTAINERS: Add IPE entry with M: Fan Wu
> >>>
> >>> MAINTAINERS: Add IPE entry with Fan Wu as maintainer
> >>>
> >>> Am 03.08.24 um 08:08 schrieb Fan Wu:
> >>>> Update MAINTAINERS to include ipe maintainer information.
> >>>
> >>> I’d at least mention Integrity Policy Enforcement. As you not only
> >>> include the maintainer information but add a new entry, I’d leave the
> >>> body out, or mention that a new entry is added.
> >>>
> >>>> Signed-off-by: Fan Wu <wufan@linux.microsoft.com>
> >>
> >> Working under the current assumption that a new revision is not
> >> needed, I can fix this up during the merge.  Fan, other-Paul, are you
> >> both okay with the following:
> >>
> >>    "MAINTAINERS: add IPE entry with Fan Wu as maintainer
> >>
> >>     Add a MAINTAINERS entry for the Integrity Policy Enforcement (IPE)
> >> LSM."
> >
> > Thank you. That is fine by me.
> >
> > Kind regards,
> > Paul
>
> Hi Paul and Paul,
>
> Thank you both for your feedback and coordination on this. I'm good with
> the proposed changes and appreciate your efforts.

Updated as shown above, thanks all.
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 8766f3e5e87e..4cdf2d5a2058 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11118,6 +11118,16 @@  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
 F:	security/integrity/
 F:	security/integrity/ima/
 
+INTEGRITY POLICY ENFORCEMENT (IPE)
+M:	Fan Wu <wufan@linux.microsoft.com>
+L:	linux-security-module@vger.kernel.org
+S:	Supported
+T:	git https://github.com/microsoft/ipe.git
+F:	Documentation/admin-guide/LSM/ipe.rst
+F:	Documentation/security/ipe.rst
+F:	scripts/ipe/
+F:	security/ipe/
+
 INTEL 810/815 FRAMEBUFFER DRIVER
 M:	Antonino Daplas <adaplas@gmail.com>
 L:	linux-fbdev@vger.kernel.org