All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Bottomley <James.Bottomley@HansenPartnership.com>
To: Aleksa Sarai <cyphar@cyphar.com>
Cc: linux-fsdevel@vger.kernel.org,
	David Howells <dhowells@redhat.com>,
	Christian Brauner <christian@brauner.io>,
	Al Viro <viro@ZenIV.linux.org.uk>,
	Miklos Szeredi <miklos@szeredi.hu>
Subject: Re: [PATCH v3 3/6] configfd: syscall: wire up configfd syscalls
Date: Sat, 15 Feb 2020 22:00:26 -0500	[thread overview]
Message-ID: <1581822026.3847.7.camel@HansenPartnership.com> (raw)
In-Reply-To: <20200216021615.letuocbf4jvqk6nj@yavin>

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

On Sun, 2020-02-16 at 13:16 +1100, Aleksa Sarai wrote:
> On 2020-02-15, James Bottomley <James.Bottomley@HansenPartnership.com
> > wrote:
> > diff --git a/arch/x86/entry/syscalls/syscall_32.tbl
> > b/arch/x86/entry/syscalls/syscall_32.tbl
> > index c17cb77eb150..fc5101e9e6c4 100644
> > --- a/arch/x86/entry/syscalls/syscall_32.tbl
> > +++ b/arch/x86/entry/syscalls/syscall_32.tbl
> > @@ -442,3 +442,5 @@
> >  435	i386	clone3			sys_clone3	
> > 		__ia32_sys_clone3
> >  437	i386	openat2			sys_openat2	
> > 		__ia32_sys_openat2
> >  438	i386	pidfd_getfd		sys_pidfd_getfd	
> > 		__ia32_sys_pidfd_getfd
> > +436	i386	configfd_open		sys_configfd_o
> > pen		__ia32_sys_configfd_open
> > +437	i386	configfd_action		sys_configfd
> > _action		__ia32_sys_configfd_action
> 
> Did you mean:
> 
> +439	i386	configfd_open		sys_configfd_ope
> n		__ia32_sys_configfd_open
> +440	i386	configfd_action		sys_configfd_a
> ction		__ia32_sys_configfd_action

Yes, I obviously screwed up the rebase on that one.

James

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

  reply	other threads:[~2020-02-16  3:00 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-15 15:36 [PATCH v3 0/6] introduce configfd as generalisation of fsconfig James Bottomley
2020-02-15 15:36 ` [PATCH v3 1/6] logger: add a limited buffer logging facility James Bottomley
2020-02-15 15:36 ` [PATCH v3 2/6] configfd: add generic file descriptor based configuration parser James Bottomley
2020-02-15 15:36 ` [PATCH v3 3/6] configfd: syscall: wire up configfd syscalls James Bottomley
2020-02-16  2:16   ` Aleksa Sarai
2020-02-16  3:00     ` James Bottomley [this message]
2020-02-15 15:36 ` [PATCH v3 4/6] fs: implement fsconfig via configfd James Bottomley
2020-02-15 15:36 ` [PATCH v3 5/6] fs: expose internal interfaces open_detached_copy and do_reconfigure_mount James Bottomley
2020-02-15 15:36 ` [PATCH v3 6/6] fs: bind: add configfs type for bind mounts James Bottomley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1581822026.3847.7.camel@HansenPartnership.com \
    --to=james.bottomley@hansenpartnership.com \
    --cc=christian@brauner.io \
    --cc=cyphar@cyphar.com \
    --cc=dhowells@redhat.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=miklos@szeredi.hu \
    --cc=viro@ZenIV.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.