All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next: Signed-off-by missing for commits in the vfs tree
@ 2018-12-17 23:38 Stephen Rothwell
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Rothwell @ 2018-12-17 23:38 UTC (permalink / raw)
  To: Al Viro; +Cc: Linux Next Mailing List, Linux Kernel Mailing List

[-- Attachment #1: Type: text/plain, Size: 2182 bytes --]

Hi Al,

Commits

  c1cae12e6b4a ("vfs: Add a sample program for the new mount API")
  d101a34a2c79 ("vfs: syscall: Add fspick() to select a superblock for reconfiguration")
  1fcae4c630e3 ("vfs: syscall: Add fsmount() to create a mount for a superblock")
  ec4256de39c3 ("vfs: syscall: Add fsconfig() for configuring and managing a context")
  0cba0050bcbe ("vfs: Implement logging through fs_context")
  4552c960ff40 ("vfs: syscall: Add fsopen() to prepare for superblock creation")
  03ca430a2648 ("Make anon_inodes unconditional")
  96298884c8b4 ("vfs: syscall: Add move_mount(2) to move mounts around")
  6c606fff6c91 ("afs: Use fs_context to pass parameters over automount")
  10424811186f ("afs: Add fs_context support")
  8fa5366945d8 ("vfs: Add some logging to the core users of the fs_context log")
  8907f3967fbc ("vfs: Implement logging through fs_context")
  bed15a150f44 ("vfs: Provide documentation for new mount API")
  460375e70621 ("vfs: Remove kern_mount_data()")
  e88bea43b477 ("hugetlbfs: Convert to fs_context")
  d48db7fb30db ("kernfs, sysfs, cgroup, intel_rdt: Support fs_context")
  35822336b482 ("cpuset: Use fs_context")
  b97c89323b7b ("ipc: Convert mqueue fs to fs_context")
  e1f97a645981 ("proc: Add fs_context support to procfs")
  5aed868ddf7f ("procfs: Move proc_fill_super() to fs/proc/root.c")
  013c7af575e5 ("vfs: Implement a filesystem superblock creation/configuration context")
  47173883ff4d ("tomoyo: Implement security hooks for the new mount API")
  c36d02347290 ("apparmor: Implement security hooks for the new mount API")
  18ee890db905 ("vfs: Put security flags into the fs_context struct")
  18ef962eeec1 ("vfs: Add LSM hooks for the new mount API")
  1bff8b546644 ("vfs: Add configuration parser helpers")
  57fb096cd685 ("vfs: Introduce logging functions")
  23ac0033ae3c ("vfs: Introduce the basic header for the new mount API's filesystem context")
  0a8054c863b8 ("vfs: Separate changing mount flags full remount")
  e322b9267880 ("vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled")

are missing a Signed-off-by from their committer.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: linux-next: Signed-off-by missing for commits in the vfs tree
  2018-12-20 21:05 ` Al Viro
@ 2018-12-20 21:10   ` Stephen Rothwell
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Rothwell @ 2018-12-20 21:10 UTC (permalink / raw)
  To: Al Viro; +Cc: Linux Next Mailing List, Linux Kernel Mailing List, David Howells

[-- Attachment #1: Type: text/plain, Size: 483 bytes --]

Hi Al,

On Thu, 20 Dec 2018 21:05:44 +0000 Al Viro <viro@zeniv.linux.org.uk> wrote:
>
> > are missing a Signed-off-by from their committers.  
> 
> What the...  Oh, I see - that's David adding his reviewed-by and somehow
> losing my S-o-b in process...  *grumble*

Actually, if David has actually added his Reviewed-by, then he has
committed them and so he needs to add a SOB as committer.

> Will be fixed in tomorrow push.

Thanks.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: linux-next: Signed-off-by missing for commits in the vfs tree
  2018-12-20 20:45 Stephen Rothwell
@ 2018-12-20 21:05 ` Al Viro
  2018-12-20 21:10   ` Stephen Rothwell
  0 siblings, 1 reply; 6+ messages in thread
From: Al Viro @ 2018-12-20 21:05 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, David Howells

On Fri, Dec 21, 2018 at 07:45:22AM +1100, Stephen Rothwell wrote:
> Hi Al,
> 
> Commits
> 
>   e6cf4b0ddae8 ("teach vfs_get_tree() to handle subtype, switch do_new_mount() to it")
>   a5df92eef26f ("new helper: vfs_create_mount()")
>   84b9446c0cb2 ("mount_fs: suppress MAC on MS_SUBMOUNT as well as MS_KERNMOUNT")
>   6df9e604628d ("smack: rewrite smack_sb_eat_lsm_opts()")
>   a4fdf6490284 ("smack: get rid of match_token()")
>   b2130173efae ("smack: take the guts of smack_parse_opts_str() into a new helper")
>   324240b27f48 ("LSM: new method: ->sb_add_mnt_opt()")
>   8a2bfb0f835a ("selinux: rewrite selinux_sb_eat_lsm_opts()")
>   3cec2907c913 ("selinux: regularize Opt_... names a bit")
>   b0ab2db616c0 ("selinux: switch away from match_token()")
>   cbe9d96f42ba ("selinux: new helper - selinux_add_opt()")
>   2790a639b456 ("LSM: bury struct security_mnt_opts")
>   205b9b7a392a ("smack: switch to private smack_mnt_opts")
>   179a64d445e2 ("selinux: switch to private struct selinux_mnt_opts")
>   cb662518822e ("LSM: hide struct security_mnt_opts from any generic code")
>   6c63bb2d5323 ("selinux: kill selinux_sb_get_mnt_opts()")
>   e03db7f5411c ("LSM: turn sb_eat_lsm_opts() into a method")
>   dc0dadb3c3d7 ("nfs_remount(): don't leak, don't ignore LSM options quietly")
>   363540f775fb ("btrfs: sanitize security_mnt_opts use")
>   8f08fcb05ba6 ("selinux; don't open-code a loop in sb_finish_set_opts()")
>   144da0858c5e ("LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount()")
>   be917e5b8736 ("new helper: security_sb_eat_lsm_opts()")
>   580a8bcb268b ("LSM: lift extracting and parsing LSM options into the caller of ->sb_remount()")
>   cf891373b60a ("LSM: lift parsing LSM options into the caller of ->sb_kern_mount()")
>   d02fc3452738 ("smack: make smack_parse_opts_str() clean up on failure")
>   17f3b556a3e3 ("selinux: expand superblock_doinit() calls")
> 
> are missing a Signed-off-by from their committers.

What the...  Oh, I see - that's David adding his reviewed-by and somehow
losing my S-o-b in process...  *grumble*

Will be fixed in tomorrow push.

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

* linux-next: Signed-off-by missing for commits in the vfs tree
@ 2018-12-20 20:45 Stephen Rothwell
  2018-12-20 21:05 ` Al Viro
  0 siblings, 1 reply; 6+ messages in thread
From: Stephen Rothwell @ 2018-12-20 20:45 UTC (permalink / raw)
  To: Al Viro; +Cc: Linux Next Mailing List, Linux Kernel Mailing List, David Howells

[-- Attachment #1: Type: text/plain, Size: 1886 bytes --]

Hi Al,

Commits

  e6cf4b0ddae8 ("teach vfs_get_tree() to handle subtype, switch do_new_mount() to it")
  a5df92eef26f ("new helper: vfs_create_mount()")
  84b9446c0cb2 ("mount_fs: suppress MAC on MS_SUBMOUNT as well as MS_KERNMOUNT")
  6df9e604628d ("smack: rewrite smack_sb_eat_lsm_opts()")
  a4fdf6490284 ("smack: get rid of match_token()")
  b2130173efae ("smack: take the guts of smack_parse_opts_str() into a new helper")
  324240b27f48 ("LSM: new method: ->sb_add_mnt_opt()")
  8a2bfb0f835a ("selinux: rewrite selinux_sb_eat_lsm_opts()")
  3cec2907c913 ("selinux: regularize Opt_... names a bit")
  b0ab2db616c0 ("selinux: switch away from match_token()")
  cbe9d96f42ba ("selinux: new helper - selinux_add_opt()")
  2790a639b456 ("LSM: bury struct security_mnt_opts")
  205b9b7a392a ("smack: switch to private smack_mnt_opts")
  179a64d445e2 ("selinux: switch to private struct selinux_mnt_opts")
  cb662518822e ("LSM: hide struct security_mnt_opts from any generic code")
  6c63bb2d5323 ("selinux: kill selinux_sb_get_mnt_opts()")
  e03db7f5411c ("LSM: turn sb_eat_lsm_opts() into a method")
  dc0dadb3c3d7 ("nfs_remount(): don't leak, don't ignore LSM options quietly")
  363540f775fb ("btrfs: sanitize security_mnt_opts use")
  8f08fcb05ba6 ("selinux; don't open-code a loop in sb_finish_set_opts()")
  144da0858c5e ("LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount()")
  be917e5b8736 ("new helper: security_sb_eat_lsm_opts()")
  580a8bcb268b ("LSM: lift extracting and parsing LSM options into the caller of ->sb_remount()")
  cf891373b60a ("LSM: lift parsing LSM options into the caller of ->sb_kern_mount()")
  d02fc3452738 ("smack: make smack_parse_opts_str() clean up on failure")
  17f3b556a3e3 ("selinux: expand superblock_doinit() calls")

are missing a Signed-off-by from their committers.



-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* linux-next: Signed-off-by missing for commits in the vfs tree
@ 2018-07-18 13:21 Stephen Rothwell
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Rothwell @ 2018-07-18 13:21 UTC (permalink / raw)
  To: Al Viro; +Cc: Linux-Next Mailing List, Linux Kernel Mailing List, David Howells

[-- Attachment #1: Type: text/plain, Size: 258 bytes --]

Hi Al,

Commits

  a8dc7ffc48c6 ("vfs: syscall: Add open_tree(2) to reference or clone a mount")
  13d2b3d505c2 ("teach move_mount(2) to work with OPEN_TREE_CLONE")

are missing a Signed-off-by from their committer.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* linux-next: Signed-off-by missing for commits in the vfs tree
@ 2018-06-16  6:48 Stephen Rothwell
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Rothwell @ 2018-06-16  6:48 UTC (permalink / raw)
  To: Al Viro; +Cc: Linux-Next Mailing List, Linux Kernel Mailing List

[-- Attachment #1: Type: text/plain, Size: 239 bytes --]

Hi Al,

Commits

  b6cfbecafbd2 ("afs: Handle CONFIG_PROC_FS=n")
  0aac4bce4b49 ("afs: Show all of a server's addresses in /proc/fs/afs/servers")

are missing a Signed-off-by from their committer.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2018-12-20 21:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-17 23:38 linux-next: Signed-off-by missing for commits in the vfs tree Stephen Rothwell
  -- strict thread matches above, loose matches on Subject: below --
2018-12-20 20:45 Stephen Rothwell
2018-12-20 21:05 ` Al Viro
2018-12-20 21:10   ` Stephen Rothwell
2018-07-18 13:21 Stephen Rothwell
2018-06-16  6:48 Stephen Rothwell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.