diff --git a/config.tar.bz2 b/config.tar.bz2 index 457712cd..db90414e 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:83f515deca1c77097b2412d849a01f5c1582790acc678b09ca2c98595c554dc6 -size 308172 +oid sha256:327f7c8a5a9c3e4bfabb6d03d0f05acdf022b128408f646184f14f69e4fc7145 +size 308490 diff --git a/kernel-cubox.changes b/kernel-cubox.changes index f248ecf3..8aded8c6 100644 --- a/kernel-cubox.changes +++ b/kernel-cubox.changes @@ -1,3 +1,79 @@ +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-debug.changes b/kernel-debug.changes index f248ecf3..8aded8c6 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,79 @@ +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-default.changes b/kernel-default.changes index f248ecf3..8aded8c6 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,79 @@ +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-desktop.changes b/kernel-desktop.changes index f248ecf3..8aded8c6 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,79 @@ +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-docs.changes b/kernel-docs.changes index f248ecf3..8aded8c6 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,79 @@ +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-ec2.changes b/kernel-ec2.changes index f248ecf3..8aded8c6 100644 --- a/kernel-ec2.changes +++ b/kernel-ec2.changes @@ -1,3 +1,79 @@ +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-exynos.changes b/kernel-exynos.changes index f248ecf3..8aded8c6 100644 --- a/kernel-exynos.changes +++ b/kernel-exynos.changes @@ -1,3 +1,79 @@ +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-highbank.changes b/kernel-highbank.changes index f248ecf3..8aded8c6 100644 --- a/kernel-highbank.changes +++ b/kernel-highbank.changes @@ -1,3 +1,79 @@ +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-imx51.changes b/kernel-imx51.changes index f248ecf3..8aded8c6 100644 --- a/kernel-imx51.changes +++ b/kernel-imx51.changes @@ -1,3 +1,79 @@ +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-omap2plus.changes b/kernel-omap2plus.changes index f248ecf3..8aded8c6 100644 --- a/kernel-omap2plus.changes +++ b/kernel-omap2plus.changes @@ -1,3 +1,79 @@ +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-pae.changes b/kernel-pae.changes index f248ecf3..8aded8c6 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,79 @@ +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-ppc64.changes b/kernel-ppc64.changes index f248ecf3..8aded8c6 100644 --- a/kernel-ppc64.changes +++ b/kernel-ppc64.changes @@ -1,3 +1,79 @@ +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-s390.changes b/kernel-s390.changes index f248ecf3..8aded8c6 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -1,3 +1,79 @@ +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-source.changes b/kernel-source.changes index f248ecf3..8aded8c6 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,79 @@ +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-syms.changes b/kernel-syms.changes index f248ecf3..8aded8c6 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,79 @@ +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-tegra.changes b/kernel-tegra.changes index f248ecf3..8aded8c6 100644 --- a/kernel-tegra.changes +++ b/kernel-tegra.changes @@ -1,3 +1,79 @@ +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-trace.changes b/kernel-trace.changes index f248ecf3..8aded8c6 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,79 @@ +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-u8500.changes b/kernel-u8500.changes index f248ecf3..8aded8c6 100644 --- a/kernel-u8500.changes +++ b/kernel-u8500.changes @@ -1,3 +1,79 @@ +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index f248ecf3..8aded8c6 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,79 @@ +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-xen.changes b/kernel-xen.changes index f248ecf3..8aded8c6 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,79 @@ +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/patches.arch.tar.bz2 b/patches.arch.tar.bz2 index d45607f9..f0c2217d 100644 --- a/patches.arch.tar.bz2 +++ b/patches.arch.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2e1de40ffc4939517f2fd07d80e99fb0b0b2b05343bd5e0624204e55eff089d4 -size 81511 +oid sha256:646cda67a52b5d075f35b5cb24389bf8b3a17f6e58d7bd4571d78ad2300e7997 +size 82331 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index acc2513a..26bd2140 100644 --- a/patches.suse.tar.bz2 +++ b/patches.suse.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:427d59b524a49dbd2e8078c8cc0211c5b8a800611938888317cf9dcab21afbc2 -size 124573 +oid sha256:3c59d9f06c46fb691c5e740d16c089f897c90cb99e65b989842480de2cfd8c45 +size 145182 diff --git a/patches.xen.tar.bz2 b/patches.xen.tar.bz2 index 068d3db9..59eef061 100644 --- a/patches.xen.tar.bz2 +++ b/patches.xen.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2641bd9d08adea142f421176992f41ea1872d7c453ce74b22e88ed7f751d020b -size 2088519 +oid sha256:fa5d0b0c21224b0f6dfab2c42e43e75034e465151d0949cc0beeec5ad9b73e70 +size 2087097 diff --git a/series.conf b/series.conf index 23fda604..e959a453 100644 --- a/series.conf +++ b/series.conf @@ -197,10 +197,13 @@ # Queued for 2.6.36 -> just revert after some time patches.fixes/acpi_ec_sys_access_user_space_with_get_user.patch -# Needs comparison with f7b004a17c9183f023796dea0d70284684ec000d -+trenn patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch -+trenn patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch -+trenn patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch + patches.arch/lib_earlycpio.patch + patches.arch/x86_introduce_reserve_mem_area.patch + patches.arch/acpi_override_2_2.patch + patches.arch/acpi_physical_override.patch + patches.arch/acpi_override_introduce_taint_func.patch + patches.arch/acpi_override_documentation + patches.arch/acpi_fix_custom_method_acc.patch ######################################################## # CPUFREQ @@ -304,6 +307,24 @@ ######################################################## patches.fixes/hfs-avoid-crash-in-hfs_bnode_create + ######################################################## + # Overlayfs + ######################################################## + + patches.suse/ovl01-vfs-add-i_op-dentry_open.patch + patches.suse/ovl02-vfs-export-do_splice_direct-to-modules.patch + patches.suse/ovl03-vfs-introduce-clone_private_mount.patch + patches.suse/ovl04-overlay-filesystem.patch + patches.suse/ovl05-overlayfs-add-statfs-support.patch + patches.suse/ovl06-overlayfs-implement-show_options.patch + patches.suse/ovl07-overlay-overlay-filesystem-documentation.patch + patches.suse/ovl08-fs-limit-filesystem-stacking-depth.patch + patches.suse/ovl09-overlayfs-fix-possible-leak-in-ovl_new_inode.patch + patches.suse/ovl10-overlayfs-create-new-inode-in-ovl_link.patch + patches.suse/ovl11-vfs-export-__inode_permission-to-modules.patch + patches.suse/ovl12-ovl-switch-to-__inode_permission.patch + patches.suse/ovl13-overlayfs-copy-up-i_uid-i_gid-from-the-underlying-in.patch + ######################################################## # Swap-over-NFS ######################################################## @@ -594,7 +615,6 @@ patches.xen/xen3-patch-3.6-rc4 # ports of other patches - patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch patches.xen/xen3-stack-unwind patches.xen/xen3-x86_64-unwind-annotations diff --git a/source-timestamp b/source-timestamp index 40122fa5..d3ced953 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2012-09-26 17:03:03 +0200 -GIT Revision: 916ff1e0f6aa88ae214451e1b299502f7e8e1621 +2012-09-28 17:29:39 +0200 +GIT Revision: dd8f1b06a87fcb10a83dc7925d8dfe5f20301fd0 GIT Branch: master