commit dd8f1b06a87fcb10a83dc7925d8dfe5f20301fd0

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7351
This commit is contained in:
Michal Marek 2012-09-29 06:01:29 +00:00 committed by Git OBS Bridge
parent b1529c6fc0
commit 26b10eaca1
26 changed files with 1555 additions and 15 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:83f515deca1c77097b2412d849a01f5c1582790acc678b09ca2c98595c554dc6
size 308172
oid sha256:327f7c8a5a9c3e4bfabb6d03d0f05acdf022b128408f646184f14f69e4fc7145
size 308490

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2e1de40ffc4939517f2fd07d80e99fb0b0b2b05343bd5e0624204e55eff089d4
size 81511
oid sha256:646cda67a52b5d075f35b5cb24389bf8b3a17f6e58d7bd4571d78ad2300e7997
size 82331

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:427d59b524a49dbd2e8078c8cc0211c5b8a800611938888317cf9dcab21afbc2
size 124573
oid sha256:3c59d9f06c46fb691c5e740d16c089f897c90cb99e65b989842480de2cfd8c45
size 145182

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2641bd9d08adea142f421176992f41ea1872d7c453ce74b22e88ed7f751d020b
size 2088519
oid sha256:fa5d0b0c21224b0f6dfab2c42e43e75034e465151d0949cc0beeec5ad9b73e70
size 2087097

View File

@ -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

View File

@ -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