[GIT,PULL] x86/sgx for 6.5

Message ID 20230627144554.GJZJr2Iltg+EaduWjo@fat_crate.local
State New
Headers
Series [GIT,PULL] x86/sgx for 6.5 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_sgx_for_v6.5

Message

Borislav Petkov June 27, 2023, 2:45 p.m. UTC
  Hi Linus,

please pull a single SGX fix for 6.5.

Thx.

---

The following changes since commit 858fd168a95c5b9669aac8db6c14a9aeab446375:

  Linux 6.4-rc6 (2023-06-11 14:35:30 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_sgx_for_v6.5

for you to fetch changes up to 1e327963cfab0e02eeeb0331178d6c353c959cd6:

  x86/sgx: Avoid using iterator after loop in sgx_mmu_notifier_release() (2023-06-13 16:21:01 +0200)

----------------------------------------------------------------
- A fix to avoid using a list iterator variable after the loop it is
  used in

----------------------------------------------------------------
Jakob Koschel (1):
      x86/sgx: Avoid using iterator after loop in sgx_mmu_notifier_release()

 arch/x86/kernel/cpu/sgx/encl.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
  

Comments

pr-tracker-bot@kernel.org June 27, 2023, 8:52 p.m. UTC | #1
The pull request you sent on Tue, 27 Jun 2023 16:45:54 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_sgx_for_v6.5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e8f75c0270d930ef675fee22d74d1a3250e96962

Thank you!