linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] audit: update bugtracker and source URIs
@ 2018-02-02 11:39 Richard Guy Briggs
  2018-02-02 20:33 ` Paul Moore
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Guy Briggs @ 2018-02-02 11:39 UTC (permalink / raw)
  To: linux-audit, linux-kernel
  Cc: Richard Guy Briggs, Paul Moore, Steve Grubb, Eric Paris

Since the Linux Audit project has transitioned completely over to
github, update the MAINTAINERS file and the primary audit source file to
reflect that reality.

Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
---
 MAINTAINERS    | 1 -
 kernel/audit.c | 3 ++-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 845fc25..fba4875 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2479,7 +2479,6 @@ M:	Paul Moore <paul@paul-moore.com>
 M:	Eric Paris <eparis@redhat.com>
 L:	linux-audit@redhat.com (moderated for non-subscribers)
 W:	https://github.com/linux-audit
-W:	https://people.redhat.com/sgrubb/audit
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git
 S:	Supported
 F:	include/linux/audit.h
diff --git a/kernel/audit.c b/kernel/audit.c
index 227db99..06964f1 100644
--- a/kernel/audit.c
+++ b/kernel/audit.c
@@ -38,7 +38,8 @@
  *	  6) Support low-overhead kernel-based filtering to minimize the
  *	     information that must be passed to user-space.
  *
- * Example user-space utilities: http://people.redhat.com/sgrubb/audit/
+ * Audit kernel, userspace, documentation and testsuite bugtrackers and
+ * repositories: https://github.com/linux-audit
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-- 
1.8.3.1

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

* Re: [PATCH] audit: update bugtracker and source URIs
  2018-02-02 11:39 [PATCH] audit: update bugtracker and source URIs Richard Guy Briggs
@ 2018-02-02 20:33 ` Paul Moore
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Moore @ 2018-02-02 20:33 UTC (permalink / raw)
  To: Richard Guy Briggs; +Cc: linux-audit, linux-kernel

On Fri, Feb 2, 2018 at 6:39 AM, Richard Guy Briggs <rgb@redhat.com> wrote:
> Since the Linux Audit project has transitioned completely over to
> github, update the MAINTAINERS file and the primary audit source file to
> reflect that reality.
>
> Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
> ---
>  MAINTAINERS    | 1 -
>  kernel/audit.c | 3 ++-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 845fc25..fba4875 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2479,7 +2479,6 @@ M:        Paul Moore <paul@paul-moore.com>
>  M:     Eric Paris <eparis@redhat.com>
>  L:     linux-audit@redhat.com (moderated for non-subscribers)
>  W:     https://github.com/linux-audit
> -W:     https://people.redhat.com/sgrubb/audit
>  T:     git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git
>  S:     Supported
>  F:     include/linux/audit.h
> diff --git a/kernel/audit.c b/kernel/audit.c
> index 227db99..06964f1 100644
> --- a/kernel/audit.c
> +++ b/kernel/audit.c
> @@ -38,7 +38,8 @@
>   *       6) Support low-overhead kernel-based filtering to minimize the
>   *          information that must be passed to user-space.
>   *
> - * Example user-space utilities: http://people.redhat.com/sgrubb/audit/
> + * Audit kernel, userspace, documentation and testsuite bugtrackers and
> + * repositories: https://github.com/linux-audit
>   */

Since we've got another week (I don't expect the merge window to close
until *next* weekend), I'm going to be a little more nit-picky than
usual.  Let's change it from "Audit kernel, userspace, documentation
..." to "Audit userspace, documentation, tests, and bug/issue
trackers: ...".

The reason is that while we have a kernel repository there, it isn't
the official repository, it's just a mirror so that we can leverage
the issue tracking and other tools that GitHub provides.  Make sense?

-- 
paul moore
www.paul-moore.com

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

* Re: [PATCH] audit: update bugtracker and source URIs
  2018-02-03 22:44 ` Paul Moore
@ 2018-02-14 21:00   ` Paul Moore
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Moore @ 2018-02-14 21:00 UTC (permalink / raw)
  To: Richard Guy Briggs; +Cc: linux-audit, linux-kernel

On Sat, Feb 3, 2018 at 5:44 PM, Paul Moore <paul@paul-moore.com> wrote:
> On Sat, Feb 3, 2018 at 12:33 AM, Richard Guy Briggs <rgb@redhat.com> wrote:
>> Since the Linux Audit project has transitioned completely over to
>> github, update the MAINTAINERS file and the primary audit source file to
>> reflect that reality.
>>
>> Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
>> ---
>>  MAINTAINERS    | 1 -
>>  kernel/audit.c | 3 ++-
>>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> Thanks for the revision, especially considering it was a really small
> nit.  I'll queue this up for after the merge window.

Merged into audit/next.

>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 845fc25..fba4875 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -2479,7 +2479,6 @@ M:        Paul Moore <paul@paul-moore.com>
>>  M:     Eric Paris <eparis@redhat.com>
>>  L:     linux-audit@redhat.com (moderated for non-subscribers)
>>  W:     https://github.com/linux-audit
>> -W:     https://people.redhat.com/sgrubb/audit
>>  T:     git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git
>>  S:     Supported
>>  F:     include/linux/audit.h
>> diff --git a/kernel/audit.c b/kernel/audit.c
>> index 227db99..5c25449 100644
>> --- a/kernel/audit.c
>> +++ b/kernel/audit.c
>> @@ -38,7 +38,8 @@
>>   *       6) Support low-overhead kernel-based filtering to minimize the
>>   *          information that must be passed to user-space.
>>   *
>> - * Example user-space utilities: http://people.redhat.com/sgrubb/audit/
>> + * Audit userspace, documentation, tests, and bug/issue trackers:
>> + *     https://github.com/linux-audit
>>   */
>>
>>  #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
>> --
>> 1.8.3.1
>>
>> --
>> Linux-audit mailing list
>> Linux-audit@redhat.com
>> https://www.redhat.com/mailman/listinfo/linux-audit
>
>
>
> --
> paul moore
> www.paul-moore.com



-- 
paul moore
www.paul-moore.com

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

* Re: [PATCH] audit: update bugtracker and source URIs
  2018-02-03  5:33 Richard Guy Briggs
@ 2018-02-03 22:44 ` Paul Moore
  2018-02-14 21:00   ` Paul Moore
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Moore @ 2018-02-03 22:44 UTC (permalink / raw)
  To: Richard Guy Briggs; +Cc: linux-audit, linux-kernel

On Sat, Feb 3, 2018 at 12:33 AM, Richard Guy Briggs <rgb@redhat.com> wrote:
> Since the Linux Audit project has transitioned completely over to
> github, update the MAINTAINERS file and the primary audit source file to
> reflect that reality.
>
> Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
> ---
>  MAINTAINERS    | 1 -
>  kernel/audit.c | 3 ++-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Thanks for the revision, especially considering it was a really small
nit.  I'll queue this up for after the merge window.

> diff --git a/MAINTAINERS b/MAINTAINERS
> index 845fc25..fba4875 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2479,7 +2479,6 @@ M:        Paul Moore <paul@paul-moore.com>
>  M:     Eric Paris <eparis@redhat.com>
>  L:     linux-audit@redhat.com (moderated for non-subscribers)
>  W:     https://github.com/linux-audit
> -W:     https://people.redhat.com/sgrubb/audit
>  T:     git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git
>  S:     Supported
>  F:     include/linux/audit.h
> diff --git a/kernel/audit.c b/kernel/audit.c
> index 227db99..5c25449 100644
> --- a/kernel/audit.c
> +++ b/kernel/audit.c
> @@ -38,7 +38,8 @@
>   *       6) Support low-overhead kernel-based filtering to minimize the
>   *          information that must be passed to user-space.
>   *
> - * Example user-space utilities: http://people.redhat.com/sgrubb/audit/
> + * Audit userspace, documentation, tests, and bug/issue trackers:
> + *     https://github.com/linux-audit
>   */
>
>  #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
> --
> 1.8.3.1
>
> --
> Linux-audit mailing list
> Linux-audit@redhat.com
> https://www.redhat.com/mailman/listinfo/linux-audit



-- 
paul moore
www.paul-moore.com

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

* [PATCH] audit: update bugtracker and source URIs
@ 2018-02-03  5:33 Richard Guy Briggs
  2018-02-03 22:44 ` Paul Moore
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Guy Briggs @ 2018-02-03  5:33 UTC (permalink / raw)
  To: linux-audit, linux-kernel
  Cc: Richard Guy Briggs, Paul Moore, Steve Grubb, Eric Paris

Since the Linux Audit project has transitioned completely over to
github, update the MAINTAINERS file and the primary audit source file to
reflect that reality.

Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
---
 MAINTAINERS    | 1 -
 kernel/audit.c | 3 ++-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 845fc25..fba4875 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2479,7 +2479,6 @@ M:	Paul Moore <paul@paul-moore.com>
 M:	Eric Paris <eparis@redhat.com>
 L:	linux-audit@redhat.com (moderated for non-subscribers)
 W:	https://github.com/linux-audit
-W:	https://people.redhat.com/sgrubb/audit
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git
 S:	Supported
 F:	include/linux/audit.h
diff --git a/kernel/audit.c b/kernel/audit.c
index 227db99..5c25449 100644
--- a/kernel/audit.c
+++ b/kernel/audit.c
@@ -38,7 +38,8 @@
  *	  6) Support low-overhead kernel-based filtering to minimize the
  *	     information that must be passed to user-space.
  *
- * Example user-space utilities: http://people.redhat.com/sgrubb/audit/
+ * Audit userspace, documentation, tests, and bug/issue trackers:
+ * 	https://github.com/linux-audit
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-- 
1.8.3.1

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

end of thread, other threads:[~2018-02-14 21:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-02 11:39 [PATCH] audit: update bugtracker and source URIs Richard Guy Briggs
2018-02-02 20:33 ` Paul Moore
2018-02-03  5:33 Richard Guy Briggs
2018-02-03 22:44 ` Paul Moore
2018-02-14 21:00   ` Paul Moore

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).