* linux-next: build warnings after merge of the gfs2 tree
@ 2024-05-29 4:24 Stephen Rothwell
2024-05-29 13:40 ` Andreas Gruenbacher
0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2024-05-29 4:24 UTC (permalink / raw)
To: Steven Whitehouse, Bob Peterson
Cc: Andreas Gruenbacher, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 2234 bytes --]
Hi all,
After merging the gfs2 tree, today's linux-next build (htmldocs) produced
these warnings:
Documentation/filesystems/gfs2-glocks.rst:64: ERROR: Malformed table.
Text in column margin in table line 7.
============= =============================================================
Field Purpose
============= =============================================================
go_sync Called before remote state change (e.g. to sync dirty data)
go_xmote_bh Called after remote state change (e.g. to refill cache)
go_inval Called if remote state change requires invalidating the cache
go_instantiate Called when a glock has been acquired
go_held Called every time a glock holder is acquired
go_dump Called to print content of object for debugfs file, or on
error to dump glock to the log.
go_callback Called if the DLM sends a callback to drop this lock
go_unlocked Called when a glock is unlocked (dlm_unlock())
go_type The type of the glock, ``LM_TYPE_*``
go_flags GLOF_ASPACE is set, if the glock has an address space
associated with it
============= =============================================================
Documentation/filesystems/gfs2-glocks.rst:96: ERROR: Malformed table.
Text in column margin in table line 7.
============= ====================== =============================
Operation GLF_LOCK bit lock held gl_lockref.lock spinlock held
============= ====================== =============================
go_sync Yes No
go_xmote_bh Yes No
go_inval Yes No
go_instantiate No No
go_held No No
go_dump Sometimes Yes
go_callback Sometimes (N/A) Yes
go_unlocked Yes No
============= ====================== =============================
Introduced by commit
ded323aef6d5 ("gfs2: Update glocks documentation")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: build warnings after merge of the gfs2 tree
2024-05-29 4:24 linux-next: build warnings after merge of the gfs2 tree Stephen Rothwell
@ 2024-05-29 13:40 ` Andreas Gruenbacher
2024-05-31 0:00 ` Stephen Rothwell
0 siblings, 1 reply; 5+ messages in thread
From: Andreas Gruenbacher @ 2024-05-29 13:40 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Steven Whitehouse, Linux Kernel Mailing List,
Linux Next Mailing List
On Wed, May 29, 2024 at 6:34 AM Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> Hi all,
>
> After merging the gfs2 tree, today's linux-next build (htmldocs) produced
> these warnings:
>
> Documentation/filesystems/gfs2-glocks.rst:64: ERROR: Malformed table.
Fixed, thanks.
Could you please remove Bob Peterson <rpeterso@redhat.com> from the
recipients of these notifications as that address no longer exists?
Thanks,
Andreas
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: build warnings after merge of the gfs2 tree
2024-05-29 13:40 ` Andreas Gruenbacher
@ 2024-05-31 0:00 ` Stephen Rothwell
2024-06-10 12:53 ` Andreas Gruenbacher
0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2024-05-31 0:00 UTC (permalink / raw)
To: Andreas Gruenbacher
Cc: Steven Whitehouse, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 389 bytes --]
Hi Andreas,
On Wed, 29 May 2024 15:40:13 +0200 Andreas Gruenbacher <agruenba@redhat.com> wrote:
>
> Could you please remove Bob Peterson <rpeterso@redhat.com> from the
> recipients of these notifications as that address no longer exists?
Done. Who should actually be the contacts for this tree, I currently
have only Steven Whitehouse listed.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: build warnings after merge of the gfs2 tree
2024-05-31 0:00 ` Stephen Rothwell
@ 2024-06-10 12:53 ` Andreas Gruenbacher
2024-06-10 22:12 ` Stephen Rothwell
0 siblings, 1 reply; 5+ messages in thread
From: Andreas Gruenbacher @ 2024-06-10 12:53 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Steven Whitehouse, Linux Kernel Mailing List,
Linux Next Mailing List
On Fri, May 31, 2024 at 2:00 AM Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> Hi Andreas,
>
> On Wed, 29 May 2024 15:40:13 +0200 Andreas Gruenbacher <agruenba@redhat.com> wrote:
> >
> > Could you please remove Bob Peterson <rpeterso@redhat.com> from the
> > recipients of these notifications as that address no longer exists?
>
> Done. Who should actually be the contacts for this tree, I currently
> have only Steven Whitehouse listed.
Could you please add me, as I'm the maintainer. Steven almost isn't
active in the development of gfs2 at all anymore, but still very much
on the management side, so it probably makes sense to keep him in the
list as well.
Thanks,
Andreas
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: build warnings after merge of the gfs2 tree
2024-06-10 12:53 ` Andreas Gruenbacher
@ 2024-06-10 22:12 ` Stephen Rothwell
0 siblings, 0 replies; 5+ messages in thread
From: Stephen Rothwell @ 2024-06-10 22:12 UTC (permalink / raw)
To: Andreas Gruenbacher
Cc: Stephen Rothwell, Steven Whitehouse, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 591 bytes --]
Hi Andreas,
On Mon, 10 Jun 2024 14:53:28 +0200 Andreas Gruenbacher <agruenba@redhat.com> wrote:
>
> On Fri, May 31, 2024 at 2:00 AM Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >
> > Done. Who should actually be the contacts for this tree, I currently
> > have only Steven Whitehouse listed.
>
> Could you please add me, as I'm the maintainer. Steven almost isn't
> active in the development of gfs2 at all anymore, but still very much
> on the management side, so it probably makes sense to keep him in the
> list as well.
Done.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-06-10 22:21 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-29 4:24 linux-next: build warnings after merge of the gfs2 tree Stephen Rothwell
2024-05-29 13:40 ` Andreas Gruenbacher
2024-05-31 0:00 ` Stephen Rothwell
2024-06-10 12:53 ` Andreas Gruenbacher
2024-06-10 22:12 ` Stephen Rothwell
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).