2015-06-04 01:23:03 |
Seyeong Kim |
bug |
|
|
added bug |
2015-06-04 01:23:19 |
Seyeong Kim |
linux (Ubuntu): assignee |
|
Seyeong Kim (xtrusia) |
|
2015-06-04 01:30:08 |
Brad Figg |
linux (Ubuntu): status |
New |
Incomplete |
|
2015-06-04 01:52:36 |
Seyeong Kim |
description |
SRU Justification:
Impact: XFS quota doesn't work after rebooting becuase of crash or force reboot
Fix: Upstream development
Testcase: mkfs.xfs for your extra storage, Set the quota 2G with it.
dd if=/dev/zero of=test bs=1M count=3000, you can see that they block in 2G or not
---------------------
It's affected under 3.17
* upstream reference
https://github.com/torvalds/linux/commit/5ef828c4152726f56751c78ea844f08d2b2a4fa3 |
SRU Justification:
Impact: XFS quota doesn't work after rebooting becuase of crash or force reboot
Fix: Upstream development
Testcase: mkfs.xfs for your extra storage, Set the quota 2G with it.
dd if=/dev/zero of=test bs=1M count=3000, you can see that they block in 2G or not
---------------------
It's affected under 3.17
dmesg | grep XFS
[ 12.078623] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
[ 12.126738] XFS (dm-1): Mounting filesystem
[ 12.211779] XFS (dm-1): Starting recovery (logdev: internal)
[ 12.283051] XFS (dm-1): Ending recovery (logdev: internal)
[ 12.309146] XFS (dm-1): Failed to initialize disk quotas.
[ 12.345836] XFS (dm-0): Mounting Filesystem
[ 12.478456] XFS (dm-0): Ending clean mount
* upstream reference
https://github.com/torvalds/linux/commit/5ef828c4152726f56751c78ea844f08d2b2a4fa3 |
|
2015-06-04 05:15:39 |
Seyeong Kim |
description |
SRU Justification:
Impact: XFS quota doesn't work after rebooting becuase of crash or force reboot
Fix: Upstream development
Testcase: mkfs.xfs for your extra storage, Set the quota 2G with it.
dd if=/dev/zero of=test bs=1M count=3000, you can see that they block in 2G or not
---------------------
It's affected under 3.17
dmesg | grep XFS
[ 12.078623] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
[ 12.126738] XFS (dm-1): Mounting filesystem
[ 12.211779] XFS (dm-1): Starting recovery (logdev: internal)
[ 12.283051] XFS (dm-1): Ending recovery (logdev: internal)
[ 12.309146] XFS (dm-1): Failed to initialize disk quotas.
[ 12.345836] XFS (dm-0): Mounting Filesystem
[ 12.478456] XFS (dm-0): Ending clean mount
* upstream reference
https://github.com/torvalds/linux/commit/5ef828c4152726f56751c78ea844f08d2b2a4fa3 |
SRU Justification:
Impact: XFS quota doesn't work after rebooting becuase of crash or force reboot
you can see msg on dmesg
[ 12.309146] XFS (sdb): Failed to initialize disk quotas.
Fix: Upstream development
Testcase: mkfs.xfs for your extra storage, Set the quota 2G with it.
dd if=/dev/zero of=test bs=1M count=3000,
you can see that they have quota 2G at first.
but after force rebooting, you can see that they don't limit quota
you can make 3G on 2G quota set directory
---------------------
it's affected under 3.17 kernel
* upstream reference
refer to https://github.com/torvalds/linux/commit/5ef828c4152726f56751c78ea844f08d2b2a4fa3
* fixed directory mismatch
there was no libxfs directory on fs/xfs/, i modified upstream fs/xfs/libxfs/xfs_sb.c to proper position /fs/xfs/xfs_sb.c on ubuntu |
|
2015-06-04 06:57:02 |
Seyeong Kim |
tags |
|
trusty |
|
2015-06-04 07:19:10 |
Seyeong Kim |
description |
SRU Justification:
Impact: XFS quota doesn't work after rebooting becuase of crash or force reboot
you can see msg on dmesg
[ 12.309146] XFS (sdb): Failed to initialize disk quotas.
Fix: Upstream development
Testcase: mkfs.xfs for your extra storage, Set the quota 2G with it.
dd if=/dev/zero of=test bs=1M count=3000,
you can see that they have quota 2G at first.
but after force rebooting, you can see that they don't limit quota
you can make 3G on 2G quota set directory
---------------------
it's affected under 3.17 kernel
* upstream reference
refer to https://github.com/torvalds/linux/commit/5ef828c4152726f56751c78ea844f08d2b2a4fa3
* fixed directory mismatch
there was no libxfs directory on fs/xfs/, i modified upstream fs/xfs/libxfs/xfs_sb.c to proper position /fs/xfs/xfs_sb.c on ubuntu |
[Impact]
XFS quota doesn't work after rebooting becuase of crash or force reboot
you can see msg on dmesg
[ 12.309146] XFS (sdb): Failed to initialize disk quotas.
[Fix]
Upstream development
it's affected under 3.17 kernel
* upstream reference
refer to https://github.com/torvalds/linux/commit/5ef828c4152726f56751c78ea844f08d2b2a4fa3
* fixed directory mismatch
there was no libxfs directory on fs/xfs/, i modified upstream fs/xfs/libxfs/xfs_sb.c to proper position /fs/xfs/xfs_sb.c on ubuntu
[Testcase]
mkfs.xfs for your extra storage, Set the quota 2G with it.
dd if=/dev/zero of=test bs=1M count=3000,
you can see that they have quota 2G at first.
but after force rebooting, you can see that they don't limit quota
you can make 3G on 2G quota set directory |
|
2015-06-04 07:19:48 |
Seyeong Kim |
description |
[Impact]
XFS quota doesn't work after rebooting becuase of crash or force reboot
you can see msg on dmesg
[ 12.309146] XFS (sdb): Failed to initialize disk quotas.
[Fix]
Upstream development
it's affected under 3.17 kernel
* upstream reference
refer to https://github.com/torvalds/linux/commit/5ef828c4152726f56751c78ea844f08d2b2a4fa3
* fixed directory mismatch
there was no libxfs directory on fs/xfs/, i modified upstream fs/xfs/libxfs/xfs_sb.c to proper position /fs/xfs/xfs_sb.c on ubuntu
[Testcase]
mkfs.xfs for your extra storage, Set the quota 2G with it.
dd if=/dev/zero of=test bs=1M count=3000,
you can see that they have quota 2G at first.
but after force rebooting, you can see that they don't limit quota
you can make 3G on 2G quota set directory |
[Impact]
XFS quota doesn't work after rebooting becuase of crash or force reboot
you can see msg on dmesg
[ 12.309146] XFS (sdb): Failed to initialize disk quotas.
[Fix]
Upstream development
it's affected under 3.17 kernel
* upstream reference
refer to https://github.com/torvalds/linux/commit/5ef828c4152726f56751c78ea844f08d2b2a4fa3
* fixed directory mismatch
there was no libxfs directory on fs/xfs/, i modified upstream fs/xfs/libxfs/xfs_sb.c to proper position /fs/xfs/xfs_sb.c on ubuntu
[Testcase]
mkfs.xfs for your extra storage, Set the quota 2G with it.
dd if=/dev/zero of=test bs=1M count=3000,
you can see that they have quota 2G at first.
but after force rebooting, you can see that they don't limit quota
you can make 3G on 2G quota set directory |
|
2015-06-04 07:22:03 |
Seyeong Kim |
description |
[Impact]
XFS quota doesn't work after rebooting becuase of crash or force reboot
you can see msg on dmesg
[ 12.309146] XFS (sdb): Failed to initialize disk quotas.
[Fix]
Upstream development
it's affected under 3.17 kernel
* upstream reference
refer to https://github.com/torvalds/linux/commit/5ef828c4152726f56751c78ea844f08d2b2a4fa3
* fixed directory mismatch
there was no libxfs directory on fs/xfs/, i modified upstream fs/xfs/libxfs/xfs_sb.c to proper position /fs/xfs/xfs_sb.c on ubuntu
[Testcase]
mkfs.xfs for your extra storage, Set the quota 2G with it.
dd if=/dev/zero of=test bs=1M count=3000,
you can see that they have quota 2G at first.
but after force rebooting, you can see that they don't limit quota
you can make 3G on 2G quota set directory |
[Impact]
XFS quota doesn't work after rebooting becuase of crash or force reboot
You can see msg on dmesg
[ 12.309146] XFS (sdb): Failed to initialize disk quotas.
[Fix]
Upstream development
It's affected under 3.17 kernel
* upstream reference
Refer to https://github.com/torvalds/linux/commit/5ef828c4152726f56751c78ea844f08d2b2a4fa3
* fixed directory mismatch
There was no libxfs directory on fs/xfs/, i modified upstream fs/xfs/libxfs/xfs_sb.c to proper position /fs/xfs/xfs_sb.c on ubuntu
[Testcase]
mkfs.xfs for your extra storage, Set the quota 2G with it.
dd if=/dev/zero of=test bs=1M count=3000,
You can see that they have quota 2G at first.
but after force rebooting, you can see that they don't limit quota
You can make 3G on 2G quota set directory |
|
2015-06-04 07:27:49 |
Seyeong Kim |
description |
[Impact]
XFS quota doesn't work after rebooting becuase of crash or force reboot
You can see msg on dmesg
[ 12.309146] XFS (sdb): Failed to initialize disk quotas.
[Fix]
Upstream development
It's affected under 3.17 kernel
* upstream reference
Refer to https://github.com/torvalds/linux/commit/5ef828c4152726f56751c78ea844f08d2b2a4fa3
* fixed directory mismatch
There was no libxfs directory on fs/xfs/, i modified upstream fs/xfs/libxfs/xfs_sb.c to proper position /fs/xfs/xfs_sb.c on ubuntu
[Testcase]
mkfs.xfs for your extra storage, Set the quota 2G with it.
dd if=/dev/zero of=test bs=1M count=3000,
You can see that they have quota 2G at first.
but after force rebooting, you can see that they don't limit quota
You can make 3G on 2G quota set directory |
[Impact]
XFS quota doesn't work after rebooting because of crash or force reboot.
You can see msg on dmesg.
[ 12.309146] XFS (sdb): Failed to initialize disk quotas.
[Fix]
Upstream development
It's affected under 3.17 kernel.
* upstream reference
Refer to https://github.com/torvalds/linux/commit/5ef828c4152726f56751c78ea844f08d2b2a4fa3
* fixed directory mismatch
There was no libxfs directory on fs/xfs/, I modified upstream fs/xfs/libxfs/xfs_sb.c to proper position /fs/xfs/xfs_sb.c on ubuntu.
[Testcase]
mkfs.xfs for your extra storage, set the quota 2G with it.
dd if=/dev/zero of=test bs=1M count=3000,
You can see that they have quota 2G at first.
But after force rebooting, you can see that they don't limit quota.
You can make 3G on 2G quota set directory. |
|
2015-06-04 08:37:06 |
Seyeong Kim |
linux (Ubuntu): status |
Incomplete |
In Progress |
|
2015-06-04 08:42:20 |
Seyeong Kim |
description |
[Impact]
XFS quota doesn't work after rebooting because of crash or force reboot.
You can see msg on dmesg.
[ 12.309146] XFS (sdb): Failed to initialize disk quotas.
[Fix]
Upstream development
It's affected under 3.17 kernel.
* upstream reference
Refer to https://github.com/torvalds/linux/commit/5ef828c4152726f56751c78ea844f08d2b2a4fa3
* fixed directory mismatch
There was no libxfs directory on fs/xfs/, I modified upstream fs/xfs/libxfs/xfs_sb.c to proper position /fs/xfs/xfs_sb.c on ubuntu.
[Testcase]
mkfs.xfs for your extra storage, set the quota 2G with it.
dd if=/dev/zero of=test bs=1M count=3000,
You can see that they have quota 2G at first.
But after force rebooting, you can see that they don't limit quota.
You can make 3G on 2G quota set directory. |
[Impact]
XFS quota doesn't work after rebooting because of crash or force reboot.
You can see msg on dmesg.
[ 12.309146] XFS (sdb): Failed to initialize disk quotas.
[Fix]
Upstream development
5ef828c41527 ("xfs: avoid false quotacheck after unclean shutdown")
It's affected under 3.17 kernel.
* fixed directory mismatch
There was no libxfs directory on fs/xfs/, I modified upstream
fs/xfs/libxfs/xfs_sb.c to proper position /fs/xfs/xfs_sb.c on ubuntu.
[Testcase]
mkfs.xfs for your extra storage, set the quota 2G with it. Using the
command "dd if=/dev/zero of=test bs=1M count=3000", You can see that they
have quota 2G at first. But after force rebooting, you can see that they
don't limit quota. You can make 3G on 2G quota set directory. |
|
2015-06-04 16:32:26 |
Brad Figg |
nominated for series |
|
Ubuntu Trusty |
|
2015-06-04 16:32:26 |
Brad Figg |
bug task added |
|
linux (Ubuntu Trusty) |
|
2015-06-04 16:32:31 |
Brad Figg |
linux (Ubuntu Trusty): status |
New |
Fix Committed |
|
2015-06-24 06:01:16 |
Rasmus Borup Hansen |
bug |
|
|
added subscriber Rasmus Borup Hansen |
2015-06-24 09:45:32 |
Luis Henriques |
tags |
trusty |
trusty verification-needed-trusty |
|
2015-06-24 13:43:19 |
Seyeong Kim |
tags |
trusty verification-needed-trusty |
trusty verification-done-trusty |
|
2015-07-06 15:48:15 |
Launchpad Janitor |
linux (Ubuntu Trusty): status |
Fix Committed |
Fix Released |
|
2015-07-06 15:48:15 |
Launchpad Janitor |
cve linked |
|
2014-9710 |
|
2015-07-06 15:48:15 |
Launchpad Janitor |
cve linked |
|
2015-1420 |
|
2015-07-06 15:48:15 |
Launchpad Janitor |
cve linked |
|
2015-4001 |
|
2015-07-06 15:48:15 |
Launchpad Janitor |
cve linked |
|
2015-4002 |
|
2015-07-06 15:48:15 |
Launchpad Janitor |
cve linked |
|
2015-4003 |
|
2015-07-06 15:48:15 |
Launchpad Janitor |
cve linked |
|
2015-4167 |
|
2015-07-24 01:22:28 |
Seyeong Kim |
linux (Ubuntu Trusty): assignee |
|
Seyeong Kim (xtrusia) |
|
2015-07-24 01:22:30 |
Seyeong Kim |
linux (Ubuntu): assignee |
Seyeong Kim (xtrusia) |
|
|