From e10bab8d2eeb1b05a0c86da9b5ad42bd6f6cf163 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Sun, 25 Aug 2019 17:25:48 +0200 Subject: [PATCH] Reference assigned CVE id for CVE-2019-15538 Gbp-Dch: Ignore --- debian/changelog | 1 + .../xfs-fix-missing-ILOCK-unlock-when-xfs_setattr_nonsiz.patch | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index fb60af07c..49a91c4e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ linux (4.19.67-2) UNRELEASED; urgency=medium * dm: disable DISCARD if the underlying storage no longer supports it (Closes: #934331) * xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOT + (CVE-2019-15538) [ Ben Hutchings ] * KVM: Ignore ABI changes diff --git a/debian/patches/bugfix/all/xfs-fix-missing-ILOCK-unlock-when-xfs_setattr_nonsiz.patch b/debian/patches/bugfix/all/xfs-fix-missing-ILOCK-unlock-when-xfs_setattr_nonsiz.patch index cb995d56c..fda85abee 100644 --- a/debian/patches/bugfix/all/xfs-fix-missing-ILOCK-unlock-when-xfs_setattr_nonsiz.patch +++ b/debian/patches/bugfix/all/xfs-fix-missing-ILOCK-unlock-when-xfs_setattr_nonsiz.patch @@ -2,6 +2,7 @@ From: "Darrick J. Wong" Date: Thu, 22 Aug 2019 20:55:28 -0700 Subject: xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOT Origin: https://git.kernel.org/linus/1fb254aa983bf190cfd685d40c64a480a9bafaee +Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2019-15538 Benjamin Moody reported to Debian that XFS partially wedges when a chgrp fails on account of being out of disk quota. I ran his reproducer