1
0
forked from pool/kernel-source

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