From: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
To: linux-sgx@vger.kernel.org
Cc: Borislav Petkov <bp@alien8.de>, Andy Lutomirski <luto@kernel.org>,
Sean Christopherson <sean.j.christopherson@intel.com>
Subject: v25-rc1
Date: Mon, 13 Jan 2020 05:59:18 +0200 [thread overview]
Message-ID: <20200113035918.GA32455@linux.intel.com> (raw)
I tagged v25-rc1:
* Fix a double-free issue when SGX_IOC_ENCLAVE_ADD_PAGES
fails on executing ENCLS[EADD]. The rollback path executed
radix_tree_delete() on the same address twice when this happened.
* Return -EINTR instead of -ERESTARTSYS in SGX_IOC_ENCLAVE_ADD_PAGES when
a signal is pending.
* As requested by Borislav, move the CPUID 0x12 features to their own word
in cpufeatures.
* Sean fixed a bug from sgx_reclaimer_write() where sgx_encl_put_backing()
was called with an uninitialized pointer when sgx_encl_get_backing()
fails.
* Migrated /dev/sgx/* to misc. This is future-proof as struct miscdevice
has 'groups' for setting up sysfs attributes for the device.
* Use device_initcall instead of subsys_initcall so that misc_class is
initialized before SGX is initialized.
Before final v25, this patch set needs to reach mainline:
https://lore.kernel.org/kvm/20191221044513.21680-1-sean.j.christopherson@intel.com
In the meanwhile I'll concentrate on going through with eyeglass all
Borislav's feedback for v23 and v24.
/Jarkko
next reply other threads:[~2020-01-13 3:59 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-13 3:59 Jarkko Sakkinen [this message]
2020-01-13 8:48 ` v25-rc1 Borislav Petkov
2020-01-13 14:00 ` v25-rc1 Paolo Bonzini
2020-01-13 14:04 ` v25-rc1 Borislav Petkov
2020-01-13 15:20 ` v25-rc1 Paolo Bonzini
2020-01-13 16:07 ` v25-rc1 Borislav Petkov
2020-01-14 9:39 ` v25-rc1 Borislav Petkov
2020-01-14 10:44 ` v25-rc1 Paolo Bonzini
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=20200113035918.GA32455@linux.intel.com \
--to=jarkko.sakkinen@linux.intel.com \
--cc=bp@alien8.de \
--cc=linux-sgx@vger.kernel.org \
--cc=luto@kernel.org \
--cc=sean.j.christopherson@intel.com \
/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.