[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5bda76be-0fec-8165-20bf-5cd8e51e955a@redhat.com>
Date: Wed, 17 Jan 2018 11:03:03 +0100
From: Florian Weimer <fweimer@...hat.com>
To: Martin Schwidefsky <schwidefsky@...ibm.com>,
linux-kernel@...r.kernel.org, linux-s390@...r.kernel.org,
kvm@...r.kernel.org
Cc: Heiko Carstens <heiko.carstens@...ibm.com>,
Paolo Bonzini <pbonzini@...hat.com>,
Cornelia Huck <cohuck@...hat.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Jon Masters <jcm@...hat.com>,
Marcus Meissner <meissner@...e.de>,
Jiri Kosina <jkosina@...e.cz>
Subject: Re: [PATCH 4/6] s390: add system call to run tasks with modified
branch prediction
On 01/17/2018 10:48 AM, Martin Schwidefsky wrote:
> rc = syscall(__NR_s390_modify_bp);
> if (rc) {
> perror("s390_modify_bp");
> exit(EXIT_FAILURE);
> }
Isn't this traditionally done through personality or prctl?
This looks like something other architectures may want as well.
Thanks,
Florian
Powered by blists - more mailing lists