Hello community, here is the log from the commit of package kernel-source for openSUSE:Factory checked in at 2013-02-05 15:51:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kernel-source (Old) and /work/SRC/openSUSE:Factory/.kernel-source.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kernel-source", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/kernel-source/kernel-cubox.changes 2013-02-05 12:11:53.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-cubox.changes 2013-02-05 15:51:18.000000000 +0100 @@ -1,0 +2,15 @@ +Tue Feb 5 15:21:07 CET 2013 - [email protected] + +- quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format + (bnc#802153). +- commit ecd48c7 + +------------------------------------------------------------------- +Tue Feb 5 14:35:19 CET 2013 - [email protected] + +- Update Xen patches to 3.7.6 and c/s 1222. +- xen-pciback: rate limit error messages from + xen_pcibk_enable_msi{,x}() (CVE-2013-0231 XSA-43 bnc#801178). +- commit ffecceb + +------------------------------------------------------------------- kernel-debug.changes: same change kernel-default.changes: same change kernel-desktop.changes: same change kernel-docs.changes: same change kernel-ec2.changes: same change kernel-exynos.changes: same change kernel-highbank.changes: same change kernel-imx51.changes: same change kernel-omap2plus.changes: same change kernel-pae.changes: same change kernel-s390.changes: same change kernel-source.changes: same change kernel-syms.changes: same change kernel-trace.changes: same change kernel-u8500.changes: same change kernel-vanilla.changes: same change kernel-versatile.changes: same change kernel-xen.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ kernel-debug.spec: same change kernel-default.spec: same change kernel-desktop.spec: same change kernel-docs.spec: same change kernel-ec2.spec: same change kernel-exynos.spec: same change kernel-highbank.spec: same change kernel-imx51.spec: same change kernel-omap2plus.spec: same change kernel-pae.spec: same change kernel-s390.spec: same change kernel-source.spec: same change kernel-syms.spec: same change kernel-trace.spec: same change kernel-u8500.spec: same change kernel-vanilla.spec: same change kernel-versatile.spec: same change kernel-xen.spec: same change ++++++ patches.fixes.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/patches.fixes/quota-autoload-the-quota_v2-module-for-qfmt_vfs_v1-quota-format new/patches.fixes/quota-autoload-the-quota_v2-module-for-qfmt_vfs_v1-quota-format --- old/patches.fixes/quota-autoload-the-quota_v2-module-for-qfmt_vfs_v1-quota-format 1970-01-01 01:00:00.000000000 +0100 +++ new/patches.fixes/quota-autoload-the-quota_v2-module-for-qfmt_vfs_v1-quota-format 2013-02-05 15:21:07.000000000 +0100 @@ -0,0 +1,37 @@ +From: Theodore Ts'o <[email protected]> +Date: Fri, 25 Jan 2013 04:24:56 +0000 (-0500) +Subject: quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format +Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git +Git-commit: c3ad83d9efdfe6a86efd44945a781f00c879b7b4 +Patch-mainline: Queued in subsystem maintainer repo +References: bnc#802153 + +quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format + +Otherwise, ext4 file systems with the quota featured enable will get a +very confusing "No such process" error message if the quota code is +built as a module and the quota_v2 module has not been loaded. + +Signed-off-by: "Theodore Ts'o" <[email protected]> +Reviewed-by: Carlos Maiolino <[email protected]> +Acked-by: Jan Kara <[email protected]> +Cc: [email protected] +Acked-by: Jeff Mahoney <[email protected]> +--- + + include/linux/quota.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/include/linux/quota.h b/include/linux/quota.h +index 58fdef12..d133711 100644 +--- a/include/linux/quota.h ++++ b/include/linux/quota.h +@@ -405,6 +405,7 @@ struct quota_module_name { + #define INIT_QUOTA_MODULE_NAMES {\ + {QFMT_VFS_OLD, "quota_v1"},\ + {QFMT_VFS_V0, "quota_v2"},\ ++ {QFMT_VFS_V1, "quota_v2"},\ + {0, NULL}} + + #endif /* _QUOTA_ */ + ++++++ patches.xen.tar.bz2 ++++++ ++++ 34736 lines of diff (skipped) ++++++ series.conf ++++++ --- /var/tmp/diff_new_pack.OItInw/_old 2013-02-05 15:51:26.000000000 +0100 +++ /var/tmp/diff_new_pack.OItInw/_new 2013-02-05 15:51:26.000000000 +0100 @@ -177,6 +177,7 @@ patches.suse/readahead-request-tunables.patch patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops patches.fixes/mm-Fix-assertion-mapping-nrpages-0-in-end_writeback.patch + patches.fixes/quota-autoload-the-quota_v2-module-for-qfmt_vfs_v1-quota-format ######################################################## # IPC patches @@ -661,6 +662,9 @@ patches.xen/xen3-patch-3.5 patches.xen/xen3-patch-3.6 patches.xen/xen3-patch-3.7 + patches.xen/xen3-patch-3.7.2-3 + patches.xen/xen3-patch-3.7.3-4 + patches.xen/xen3-patch-3.7.5-6 # ports of other patches patches.xen/xen3-003-acpi_initrd_override_tables.patch @@ -701,6 +705,7 @@ patches.xen/xen-netback-generalize patches.xen/xen-netback-multiple-tasklets patches.xen/xen-netback-kernel-threads + patches.xen/xen-pciback-ratelimit patches.xen/xen-cxgb3 patches.xen/xen-dcdbas patches.xen/xen-x86-panic-no-reboot ++++++ source-timestamp ++++++ --- /var/tmp/diff_new_pack.OItInw/_old 2013-02-05 15:51:26.000000000 +0100 +++ /var/tmp/diff_new_pack.OItInw/_new 2013-02-05 15:51:26.000000000 +0100 @@ -1,3 +1,3 @@ -2013-02-04 16:57:47 +0100 -GIT Revision: 8f91af5a91869644a4bd27c2b9c5e5fde5205ad2 +2013-02-05 09:21:07 -0500 +GIT Revision: ecd48c7af399ea4ae680a39bf5e7568664374469 GIT Branch: openSUSE-12.3 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
