Accepting request 137635 from Kernel:HEAD
- Update Xen patches to 3.6-final and c/s 1197. - Update Xen config files. - commit 338be2c - Hyper-V KVP IP injection (fate#31441) - hyperv: Add comments for the extended buffer after RNDIS message. - Drivers: hv: Cleanup the guest ID computation. - Drivers: hv: vmbus: Use the standard format string to format GUIDs. - Drivers: hv: Add KVP definitions for IP address injection. - Drivers: hv: kvp: Cleanup error handling in KVP. - Drivers: hv: Explicitly size elements of protocol structures. - Drivers: hv: kvp: Support the new IP injection messages. - Tools: hv: Prepare to expand kvp_get_ip_address() functionality. - Tools: hv: Further refactor kvp_get_ip_address(). - Tools: hv: Gather address family information. - Tools: hv: Gather subnet information. - Tools: hv: Represent the ipv6 mask using CIDR notation. - Tools: hv: Gather ipv[4,6] gateway information. - hv: fail the probing immediately when we are not in hyperv platform. - hv: vmbus_drv: detect hyperv through x86_hyper. - Tools: hv: Get rid of some unused variables. - Tools: hv: Correctly type string variables. - Tools: hv: Add an example script to retrieve DNS entries. - Tools: hv: Gather DNS information. - Drivers: hv: kvp: Copy the address family information. - Tools: hv: Add an example script to retrieve dhcp state. - Tools: hv: Gather DHCP information. - Tools: hv: Add an example script to configure an interface. OBS-URL: https://build.opensuse.org/request/show/137635 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=179
This commit is contained in:
commit
a4822af35b
@ -1,5 +1,5 @@
|
||||
# The version of the main tarball to use
|
||||
SRCVERSION=3.6-rc7
|
||||
SRCVERSION=3.6
|
||||
# variant of the kernel-source package, either empty or "-rt"
|
||||
VARIANT=
|
||||
# buildservice projects to build the kernel against
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:83f515deca1c77097b2412d849a01f5c1582790acc678b09ca2c98595c554dc6
|
||||
size 308172
|
||||
oid sha256:d07e2230b4d3d4cf5616fa59017f58dbfb0c8a0446221092a152199e3418d197
|
||||
size 308204
|
||||
|
@ -1,3 +1,180 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.6-final and c/s 1197.
|
||||
- Update Xen config files.
|
||||
- commit 338be2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Hyper-V KVP IP injection (fate#31441)
|
||||
- hyperv: Add comments for the extended buffer after RNDIS message.
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- Drivers: hv: vmbus: Use the standard format string to format
|
||||
GUIDs.
|
||||
- Drivers: hv: Add KVP definitions for IP address injection.
|
||||
- Drivers: hv: kvp: Cleanup error handling in KVP.
|
||||
- Drivers: hv: Explicitly size elements of protocol structures.
|
||||
- Drivers: hv: kvp: Support the new IP injection messages.
|
||||
- Tools: hv: Prepare to expand kvp_get_ip_address() functionality.
|
||||
- Tools: hv: Further refactor kvp_get_ip_address().
|
||||
- Tools: hv: Gather address family information.
|
||||
- Tools: hv: Gather subnet information.
|
||||
- Tools: hv: Represent the ipv6 mask using CIDR notation.
|
||||
- Tools: hv: Gather ipv[4,6] gateway information.
|
||||
- hv: fail the probing immediately when we are not in hyperv
|
||||
platform.
|
||||
- hv: vmbus_drv: detect hyperv through x86_hyper.
|
||||
- Tools: hv: Get rid of some unused variables.
|
||||
- Tools: hv: Correctly type string variables.
|
||||
- Tools: hv: Add an example script to retrieve DNS entries.
|
||||
- Tools: hv: Gather DNS information.
|
||||
- Drivers: hv: kvp: Copy the address family information.
|
||||
- Tools: hv: Add an example script to retrieve dhcp state.
|
||||
- Tools: hv: Gather DHCP information.
|
||||
- Tools: hv: Add an example script to configure an interface.
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO.
|
||||
- Tools: hv: Rename the function kvp_get_ip_address().
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO.
|
||||
- tools/hv: Fix file handle leak.
|
||||
- tools/hv: Fix exit() error code.
|
||||
- tools/hv: Check for read/write errors.
|
||||
- tools/hv: Parse /etc/os-release.
|
||||
- hyperv: Fix the max_xfer_size in RNDIS initialization.
|
||||
- hyperv: Fix the missing return value in
|
||||
rndis_filter_set_packet_filter().
|
||||
- hyperv: Fix page buffer handling in rndis_filter_send_request().
|
||||
- hyperv: Remove extra allocated space for recv_pkt_list elements.
|
||||
- hyperv: Report actual status in receive completion packet.
|
||||
- hyperv: Add buffer for extended info after the RNDIS response
|
||||
message.
|
||||
- Delete
|
||||
patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch.
|
||||
- commit 08d283b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: Disable broken config options
|
||||
- commit 8d7f8ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: disable VFIO
|
||||
- commit 80abd68
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.6-final.
|
||||
- commit 6066894
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/u5800: Fix build of ux500 driver
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 0ea37a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/tegra: Remove optional parts to fix build
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit d729a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM: enable zcache support
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 17b147b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/cubox: set cachefilesd to module
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit c1fb243
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6-rc7
|
||||
%define patchversion 3.6.0-rc7
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-cubox
|
||||
Summary: Kernel for SolidRun Cubox
|
||||
Version: 3.6.rc7
|
||||
Version: 3.6.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,180 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.6-final and c/s 1197.
|
||||
- Update Xen config files.
|
||||
- commit 338be2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Hyper-V KVP IP injection (fate#31441)
|
||||
- hyperv: Add comments for the extended buffer after RNDIS message.
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- Drivers: hv: vmbus: Use the standard format string to format
|
||||
GUIDs.
|
||||
- Drivers: hv: Add KVP definitions for IP address injection.
|
||||
- Drivers: hv: kvp: Cleanup error handling in KVP.
|
||||
- Drivers: hv: Explicitly size elements of protocol structures.
|
||||
- Drivers: hv: kvp: Support the new IP injection messages.
|
||||
- Tools: hv: Prepare to expand kvp_get_ip_address() functionality.
|
||||
- Tools: hv: Further refactor kvp_get_ip_address().
|
||||
- Tools: hv: Gather address family information.
|
||||
- Tools: hv: Gather subnet information.
|
||||
- Tools: hv: Represent the ipv6 mask using CIDR notation.
|
||||
- Tools: hv: Gather ipv[4,6] gateway information.
|
||||
- hv: fail the probing immediately when we are not in hyperv
|
||||
platform.
|
||||
- hv: vmbus_drv: detect hyperv through x86_hyper.
|
||||
- Tools: hv: Get rid of some unused variables.
|
||||
- Tools: hv: Correctly type string variables.
|
||||
- Tools: hv: Add an example script to retrieve DNS entries.
|
||||
- Tools: hv: Gather DNS information.
|
||||
- Drivers: hv: kvp: Copy the address family information.
|
||||
- Tools: hv: Add an example script to retrieve dhcp state.
|
||||
- Tools: hv: Gather DHCP information.
|
||||
- Tools: hv: Add an example script to configure an interface.
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO.
|
||||
- Tools: hv: Rename the function kvp_get_ip_address().
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO.
|
||||
- tools/hv: Fix file handle leak.
|
||||
- tools/hv: Fix exit() error code.
|
||||
- tools/hv: Check for read/write errors.
|
||||
- tools/hv: Parse /etc/os-release.
|
||||
- hyperv: Fix the max_xfer_size in RNDIS initialization.
|
||||
- hyperv: Fix the missing return value in
|
||||
rndis_filter_set_packet_filter().
|
||||
- hyperv: Fix page buffer handling in rndis_filter_send_request().
|
||||
- hyperv: Remove extra allocated space for recv_pkt_list elements.
|
||||
- hyperv: Report actual status in receive completion packet.
|
||||
- hyperv: Add buffer for extended info after the RNDIS response
|
||||
message.
|
||||
- Delete
|
||||
patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch.
|
||||
- commit 08d283b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: Disable broken config options
|
||||
- commit 8d7f8ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: disable VFIO
|
||||
- commit 80abd68
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.6-final.
|
||||
- commit 6066894
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/u5800: Fix build of ux500 driver
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 0ea37a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/tegra: Remove optional parts to fix build
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit d729a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM: enable zcache support
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 17b147b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/cubox: set cachefilesd to module
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit c1fb243
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6-rc7
|
||||
%define patchversion 3.6.0-rc7
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 3.6.rc7
|
||||
Version: 3.6.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -139,7 +139,7 @@ Provides: kernel-kdump
|
||||
Obsoletes: kernel-kdump
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,180 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.6-final and c/s 1197.
|
||||
- Update Xen config files.
|
||||
- commit 338be2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Hyper-V KVP IP injection (fate#31441)
|
||||
- hyperv: Add comments for the extended buffer after RNDIS message.
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- Drivers: hv: vmbus: Use the standard format string to format
|
||||
GUIDs.
|
||||
- Drivers: hv: Add KVP definitions for IP address injection.
|
||||
- Drivers: hv: kvp: Cleanup error handling in KVP.
|
||||
- Drivers: hv: Explicitly size elements of protocol structures.
|
||||
- Drivers: hv: kvp: Support the new IP injection messages.
|
||||
- Tools: hv: Prepare to expand kvp_get_ip_address() functionality.
|
||||
- Tools: hv: Further refactor kvp_get_ip_address().
|
||||
- Tools: hv: Gather address family information.
|
||||
- Tools: hv: Gather subnet information.
|
||||
- Tools: hv: Represent the ipv6 mask using CIDR notation.
|
||||
- Tools: hv: Gather ipv[4,6] gateway information.
|
||||
- hv: fail the probing immediately when we are not in hyperv
|
||||
platform.
|
||||
- hv: vmbus_drv: detect hyperv through x86_hyper.
|
||||
- Tools: hv: Get rid of some unused variables.
|
||||
- Tools: hv: Correctly type string variables.
|
||||
- Tools: hv: Add an example script to retrieve DNS entries.
|
||||
- Tools: hv: Gather DNS information.
|
||||
- Drivers: hv: kvp: Copy the address family information.
|
||||
- Tools: hv: Add an example script to retrieve dhcp state.
|
||||
- Tools: hv: Gather DHCP information.
|
||||
- Tools: hv: Add an example script to configure an interface.
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO.
|
||||
- Tools: hv: Rename the function kvp_get_ip_address().
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO.
|
||||
- tools/hv: Fix file handle leak.
|
||||
- tools/hv: Fix exit() error code.
|
||||
- tools/hv: Check for read/write errors.
|
||||
- tools/hv: Parse /etc/os-release.
|
||||
- hyperv: Fix the max_xfer_size in RNDIS initialization.
|
||||
- hyperv: Fix the missing return value in
|
||||
rndis_filter_set_packet_filter().
|
||||
- hyperv: Fix page buffer handling in rndis_filter_send_request().
|
||||
- hyperv: Remove extra allocated space for recv_pkt_list elements.
|
||||
- hyperv: Report actual status in receive completion packet.
|
||||
- hyperv: Add buffer for extended info after the RNDIS response
|
||||
message.
|
||||
- Delete
|
||||
patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch.
|
||||
- commit 08d283b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: Disable broken config options
|
||||
- commit 8d7f8ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: disable VFIO
|
||||
- commit 80abd68
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.6-final.
|
||||
- commit 6066894
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/u5800: Fix build of ux500 driver
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 0ea37a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/tegra: Remove optional parts to fix build
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit d729a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM: enable zcache support
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 17b147b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/cubox: set cachefilesd to module
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit c1fb243
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6-rc7
|
||||
%define patchversion 3.6.0-rc7
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.6.rc7
|
||||
Version: 3.6.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -155,7 +155,7 @@ Provides: smp kernel-smp
|
||||
Obsoletes: smp kernel-smp
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,180 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.6-final and c/s 1197.
|
||||
- Update Xen config files.
|
||||
- commit 338be2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Hyper-V KVP IP injection (fate#31441)
|
||||
- hyperv: Add comments for the extended buffer after RNDIS message.
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- Drivers: hv: vmbus: Use the standard format string to format
|
||||
GUIDs.
|
||||
- Drivers: hv: Add KVP definitions for IP address injection.
|
||||
- Drivers: hv: kvp: Cleanup error handling in KVP.
|
||||
- Drivers: hv: Explicitly size elements of protocol structures.
|
||||
- Drivers: hv: kvp: Support the new IP injection messages.
|
||||
- Tools: hv: Prepare to expand kvp_get_ip_address() functionality.
|
||||
- Tools: hv: Further refactor kvp_get_ip_address().
|
||||
- Tools: hv: Gather address family information.
|
||||
- Tools: hv: Gather subnet information.
|
||||
- Tools: hv: Represent the ipv6 mask using CIDR notation.
|
||||
- Tools: hv: Gather ipv[4,6] gateway information.
|
||||
- hv: fail the probing immediately when we are not in hyperv
|
||||
platform.
|
||||
- hv: vmbus_drv: detect hyperv through x86_hyper.
|
||||
- Tools: hv: Get rid of some unused variables.
|
||||
- Tools: hv: Correctly type string variables.
|
||||
- Tools: hv: Add an example script to retrieve DNS entries.
|
||||
- Tools: hv: Gather DNS information.
|
||||
- Drivers: hv: kvp: Copy the address family information.
|
||||
- Tools: hv: Add an example script to retrieve dhcp state.
|
||||
- Tools: hv: Gather DHCP information.
|
||||
- Tools: hv: Add an example script to configure an interface.
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO.
|
||||
- Tools: hv: Rename the function kvp_get_ip_address().
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO.
|
||||
- tools/hv: Fix file handle leak.
|
||||
- tools/hv: Fix exit() error code.
|
||||
- tools/hv: Check for read/write errors.
|
||||
- tools/hv: Parse /etc/os-release.
|
||||
- hyperv: Fix the max_xfer_size in RNDIS initialization.
|
||||
- hyperv: Fix the missing return value in
|
||||
rndis_filter_set_packet_filter().
|
||||
- hyperv: Fix page buffer handling in rndis_filter_send_request().
|
||||
- hyperv: Remove extra allocated space for recv_pkt_list elements.
|
||||
- hyperv: Report actual status in receive completion packet.
|
||||
- hyperv: Add buffer for extended info after the RNDIS response
|
||||
message.
|
||||
- Delete
|
||||
patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch.
|
||||
- commit 08d283b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: Disable broken config options
|
||||
- commit 8d7f8ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: disable VFIO
|
||||
- commit 80abd68
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.6-final.
|
||||
- commit 6066894
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/u5800: Fix build of ux500 driver
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 0ea37a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/tegra: Remove optional parts to fix build
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit d729a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM: enable zcache support
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 17b147b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/cubox: set cachefilesd to module
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit c1fb243
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6-rc7
|
||||
%define patchversion 3.6.0-rc7
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
Version: 3.6.rc7
|
||||
Version: 3.6.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,180 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.6-final and c/s 1197.
|
||||
- Update Xen config files.
|
||||
- commit 338be2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Hyper-V KVP IP injection (fate#31441)
|
||||
- hyperv: Add comments for the extended buffer after RNDIS message.
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- Drivers: hv: vmbus: Use the standard format string to format
|
||||
GUIDs.
|
||||
- Drivers: hv: Add KVP definitions for IP address injection.
|
||||
- Drivers: hv: kvp: Cleanup error handling in KVP.
|
||||
- Drivers: hv: Explicitly size elements of protocol structures.
|
||||
- Drivers: hv: kvp: Support the new IP injection messages.
|
||||
- Tools: hv: Prepare to expand kvp_get_ip_address() functionality.
|
||||
- Tools: hv: Further refactor kvp_get_ip_address().
|
||||
- Tools: hv: Gather address family information.
|
||||
- Tools: hv: Gather subnet information.
|
||||
- Tools: hv: Represent the ipv6 mask using CIDR notation.
|
||||
- Tools: hv: Gather ipv[4,6] gateway information.
|
||||
- hv: fail the probing immediately when we are not in hyperv
|
||||
platform.
|
||||
- hv: vmbus_drv: detect hyperv through x86_hyper.
|
||||
- Tools: hv: Get rid of some unused variables.
|
||||
- Tools: hv: Correctly type string variables.
|
||||
- Tools: hv: Add an example script to retrieve DNS entries.
|
||||
- Tools: hv: Gather DNS information.
|
||||
- Drivers: hv: kvp: Copy the address family information.
|
||||
- Tools: hv: Add an example script to retrieve dhcp state.
|
||||
- Tools: hv: Gather DHCP information.
|
||||
- Tools: hv: Add an example script to configure an interface.
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO.
|
||||
- Tools: hv: Rename the function kvp_get_ip_address().
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO.
|
||||
- tools/hv: Fix file handle leak.
|
||||
- tools/hv: Fix exit() error code.
|
||||
- tools/hv: Check for read/write errors.
|
||||
- tools/hv: Parse /etc/os-release.
|
||||
- hyperv: Fix the max_xfer_size in RNDIS initialization.
|
||||
- hyperv: Fix the missing return value in
|
||||
rndis_filter_set_packet_filter().
|
||||
- hyperv: Fix page buffer handling in rndis_filter_send_request().
|
||||
- hyperv: Remove extra allocated space for recv_pkt_list elements.
|
||||
- hyperv: Report actual status in receive completion packet.
|
||||
- hyperv: Add buffer for extended info after the RNDIS response
|
||||
message.
|
||||
- Delete
|
||||
patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch.
|
||||
- commit 08d283b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: Disable broken config options
|
||||
- commit 8d7f8ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: disable VFIO
|
||||
- commit 80abd68
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.6-final.
|
||||
- commit 6066894
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/u5800: Fix build of ux500 driver
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 0ea37a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/tegra: Remove optional parts to fix build
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit d729a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM: enable zcache support
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 17b147b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/cubox: set cachefilesd to module
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit c1fb243
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define patchversion 3.6.0-rc7
|
||||
%define patchversion 3.6.0
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
Version: 3.6.rc7
|
||||
Version: 3.6.0
|
||||
Release: 0
|
||||
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
|
||||
BuildRequires: kernel-source%variant
|
||||
|
@ -1,3 +1,180 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.6-final and c/s 1197.
|
||||
- Update Xen config files.
|
||||
- commit 338be2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Hyper-V KVP IP injection (fate#31441)
|
||||
- hyperv: Add comments for the extended buffer after RNDIS message.
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- Drivers: hv: vmbus: Use the standard format string to format
|
||||
GUIDs.
|
||||
- Drivers: hv: Add KVP definitions for IP address injection.
|
||||
- Drivers: hv: kvp: Cleanup error handling in KVP.
|
||||
- Drivers: hv: Explicitly size elements of protocol structures.
|
||||
- Drivers: hv: kvp: Support the new IP injection messages.
|
||||
- Tools: hv: Prepare to expand kvp_get_ip_address() functionality.
|
||||
- Tools: hv: Further refactor kvp_get_ip_address().
|
||||
- Tools: hv: Gather address family information.
|
||||
- Tools: hv: Gather subnet information.
|
||||
- Tools: hv: Represent the ipv6 mask using CIDR notation.
|
||||
- Tools: hv: Gather ipv[4,6] gateway information.
|
||||
- hv: fail the probing immediately when we are not in hyperv
|
||||
platform.
|
||||
- hv: vmbus_drv: detect hyperv through x86_hyper.
|
||||
- Tools: hv: Get rid of some unused variables.
|
||||
- Tools: hv: Correctly type string variables.
|
||||
- Tools: hv: Add an example script to retrieve DNS entries.
|
||||
- Tools: hv: Gather DNS information.
|
||||
- Drivers: hv: kvp: Copy the address family information.
|
||||
- Tools: hv: Add an example script to retrieve dhcp state.
|
||||
- Tools: hv: Gather DHCP information.
|
||||
- Tools: hv: Add an example script to configure an interface.
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO.
|
||||
- Tools: hv: Rename the function kvp_get_ip_address().
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO.
|
||||
- tools/hv: Fix file handle leak.
|
||||
- tools/hv: Fix exit() error code.
|
||||
- tools/hv: Check for read/write errors.
|
||||
- tools/hv: Parse /etc/os-release.
|
||||
- hyperv: Fix the max_xfer_size in RNDIS initialization.
|
||||
- hyperv: Fix the missing return value in
|
||||
rndis_filter_set_packet_filter().
|
||||
- hyperv: Fix page buffer handling in rndis_filter_send_request().
|
||||
- hyperv: Remove extra allocated space for recv_pkt_list elements.
|
||||
- hyperv: Report actual status in receive completion packet.
|
||||
- hyperv: Add buffer for extended info after the RNDIS response
|
||||
message.
|
||||
- Delete
|
||||
patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch.
|
||||
- commit 08d283b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: Disable broken config options
|
||||
- commit 8d7f8ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: disable VFIO
|
||||
- commit 80abd68
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.6-final.
|
||||
- commit 6066894
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/u5800: Fix build of ux500 driver
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 0ea37a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/tegra: Remove optional parts to fix build
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit d729a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM: enable zcache support
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 17b147b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/cubox: set cachefilesd to module
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit c1fb243
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6-rc7
|
||||
%define patchversion 3.6.0-rc7
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-ec2
|
||||
Summary: The Amazon EC2 Xen Kernel
|
||||
Version: 3.6.rc7
|
||||
Version: 3.6.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,180 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.6-final and c/s 1197.
|
||||
- Update Xen config files.
|
||||
- commit 338be2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Hyper-V KVP IP injection (fate#31441)
|
||||
- hyperv: Add comments for the extended buffer after RNDIS message.
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- Drivers: hv: vmbus: Use the standard format string to format
|
||||
GUIDs.
|
||||
- Drivers: hv: Add KVP definitions for IP address injection.
|
||||
- Drivers: hv: kvp: Cleanup error handling in KVP.
|
||||
- Drivers: hv: Explicitly size elements of protocol structures.
|
||||
- Drivers: hv: kvp: Support the new IP injection messages.
|
||||
- Tools: hv: Prepare to expand kvp_get_ip_address() functionality.
|
||||
- Tools: hv: Further refactor kvp_get_ip_address().
|
||||
- Tools: hv: Gather address family information.
|
||||
- Tools: hv: Gather subnet information.
|
||||
- Tools: hv: Represent the ipv6 mask using CIDR notation.
|
||||
- Tools: hv: Gather ipv[4,6] gateway information.
|
||||
- hv: fail the probing immediately when we are not in hyperv
|
||||
platform.
|
||||
- hv: vmbus_drv: detect hyperv through x86_hyper.
|
||||
- Tools: hv: Get rid of some unused variables.
|
||||
- Tools: hv: Correctly type string variables.
|
||||
- Tools: hv: Add an example script to retrieve DNS entries.
|
||||
- Tools: hv: Gather DNS information.
|
||||
- Drivers: hv: kvp: Copy the address family information.
|
||||
- Tools: hv: Add an example script to retrieve dhcp state.
|
||||
- Tools: hv: Gather DHCP information.
|
||||
- Tools: hv: Add an example script to configure an interface.
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO.
|
||||
- Tools: hv: Rename the function kvp_get_ip_address().
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO.
|
||||
- tools/hv: Fix file handle leak.
|
||||
- tools/hv: Fix exit() error code.
|
||||
- tools/hv: Check for read/write errors.
|
||||
- tools/hv: Parse /etc/os-release.
|
||||
- hyperv: Fix the max_xfer_size in RNDIS initialization.
|
||||
- hyperv: Fix the missing return value in
|
||||
rndis_filter_set_packet_filter().
|
||||
- hyperv: Fix page buffer handling in rndis_filter_send_request().
|
||||
- hyperv: Remove extra allocated space for recv_pkt_list elements.
|
||||
- hyperv: Report actual status in receive completion packet.
|
||||
- hyperv: Add buffer for extended info after the RNDIS response
|
||||
message.
|
||||
- Delete
|
||||
patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch.
|
||||
- commit 08d283b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: Disable broken config options
|
||||
- commit 8d7f8ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: disable VFIO
|
||||
- commit 80abd68
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.6-final.
|
||||
- commit 6066894
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/u5800: Fix build of ux500 driver
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 0ea37a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/tegra: Remove optional parts to fix build
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit d729a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM: enable zcache support
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 17b147b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/cubox: set cachefilesd to module
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit c1fb243
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6-rc7
|
||||
%define patchversion 3.6.0-rc7
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-exynos
|
||||
Summary: Kernel for Samsung's Exynos SoC
|
||||
Version: 3.6.rc7
|
||||
Version: 3.6.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,180 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.6-final and c/s 1197.
|
||||
- Update Xen config files.
|
||||
- commit 338be2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Hyper-V KVP IP injection (fate#31441)
|
||||
- hyperv: Add comments for the extended buffer after RNDIS message.
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- Drivers: hv: vmbus: Use the standard format string to format
|
||||
GUIDs.
|
||||
- Drivers: hv: Add KVP definitions for IP address injection.
|
||||
- Drivers: hv: kvp: Cleanup error handling in KVP.
|
||||
- Drivers: hv: Explicitly size elements of protocol structures.
|
||||
- Drivers: hv: kvp: Support the new IP injection messages.
|
||||
- Tools: hv: Prepare to expand kvp_get_ip_address() functionality.
|
||||
- Tools: hv: Further refactor kvp_get_ip_address().
|
||||
- Tools: hv: Gather address family information.
|
||||
- Tools: hv: Gather subnet information.
|
||||
- Tools: hv: Represent the ipv6 mask using CIDR notation.
|
||||
- Tools: hv: Gather ipv[4,6] gateway information.
|
||||
- hv: fail the probing immediately when we are not in hyperv
|
||||
platform.
|
||||
- hv: vmbus_drv: detect hyperv through x86_hyper.
|
||||
- Tools: hv: Get rid of some unused variables.
|
||||
- Tools: hv: Correctly type string variables.
|
||||
- Tools: hv: Add an example script to retrieve DNS entries.
|
||||
- Tools: hv: Gather DNS information.
|
||||
- Drivers: hv: kvp: Copy the address family information.
|
||||
- Tools: hv: Add an example script to retrieve dhcp state.
|
||||
- Tools: hv: Gather DHCP information.
|
||||
- Tools: hv: Add an example script to configure an interface.
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO.
|
||||
- Tools: hv: Rename the function kvp_get_ip_address().
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO.
|
||||
- tools/hv: Fix file handle leak.
|
||||
- tools/hv: Fix exit() error code.
|
||||
- tools/hv: Check for read/write errors.
|
||||
- tools/hv: Parse /etc/os-release.
|
||||
- hyperv: Fix the max_xfer_size in RNDIS initialization.
|
||||
- hyperv: Fix the missing return value in
|
||||
rndis_filter_set_packet_filter().
|
||||
- hyperv: Fix page buffer handling in rndis_filter_send_request().
|
||||
- hyperv: Remove extra allocated space for recv_pkt_list elements.
|
||||
- hyperv: Report actual status in receive completion packet.
|
||||
- hyperv: Add buffer for extended info after the RNDIS response
|
||||
message.
|
||||
- Delete
|
||||
patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch.
|
||||
- commit 08d283b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: Disable broken config options
|
||||
- commit 8d7f8ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: disable VFIO
|
||||
- commit 80abd68
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.6-final.
|
||||
- commit 6066894
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/u5800: Fix build of ux500 driver
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 0ea37a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/tegra: Remove optional parts to fix build
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit d729a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM: enable zcache support
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 17b147b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/cubox: set cachefilesd to module
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit c1fb243
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6-rc7
|
||||
%define patchversion 3.6.0-rc7
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-highbank
|
||||
Summary: Kernel for Calxeda Highbank SoC
|
||||
Version: 3.6.rc7
|
||||
Version: 3.6.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,180 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.6-final and c/s 1197.
|
||||
- Update Xen config files.
|
||||
- commit 338be2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Hyper-V KVP IP injection (fate#31441)
|
||||
- hyperv: Add comments for the extended buffer after RNDIS message.
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- Drivers: hv: vmbus: Use the standard format string to format
|
||||
GUIDs.
|
||||
- Drivers: hv: Add KVP definitions for IP address injection.
|
||||
- Drivers: hv: kvp: Cleanup error handling in KVP.
|
||||
- Drivers: hv: Explicitly size elements of protocol structures.
|
||||
- Drivers: hv: kvp: Support the new IP injection messages.
|
||||
- Tools: hv: Prepare to expand kvp_get_ip_address() functionality.
|
||||
- Tools: hv: Further refactor kvp_get_ip_address().
|
||||
- Tools: hv: Gather address family information.
|
||||
- Tools: hv: Gather subnet information.
|
||||
- Tools: hv: Represent the ipv6 mask using CIDR notation.
|
||||
- Tools: hv: Gather ipv[4,6] gateway information.
|
||||
- hv: fail the probing immediately when we are not in hyperv
|
||||
platform.
|
||||
- hv: vmbus_drv: detect hyperv through x86_hyper.
|
||||
- Tools: hv: Get rid of some unused variables.
|
||||
- Tools: hv: Correctly type string variables.
|
||||
- Tools: hv: Add an example script to retrieve DNS entries.
|
||||
- Tools: hv: Gather DNS information.
|
||||
- Drivers: hv: kvp: Copy the address family information.
|
||||
- Tools: hv: Add an example script to retrieve dhcp state.
|
||||
- Tools: hv: Gather DHCP information.
|
||||
- Tools: hv: Add an example script to configure an interface.
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO.
|
||||
- Tools: hv: Rename the function kvp_get_ip_address().
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO.
|
||||
- tools/hv: Fix file handle leak.
|
||||
- tools/hv: Fix exit() error code.
|
||||
- tools/hv: Check for read/write errors.
|
||||
- tools/hv: Parse /etc/os-release.
|
||||
- hyperv: Fix the max_xfer_size in RNDIS initialization.
|
||||
- hyperv: Fix the missing return value in
|
||||
rndis_filter_set_packet_filter().
|
||||
- hyperv: Fix page buffer handling in rndis_filter_send_request().
|
||||
- hyperv: Remove extra allocated space for recv_pkt_list elements.
|
||||
- hyperv: Report actual status in receive completion packet.
|
||||
- hyperv: Add buffer for extended info after the RNDIS response
|
||||
message.
|
||||
- Delete
|
||||
patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch.
|
||||
- commit 08d283b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: Disable broken config options
|
||||
- commit 8d7f8ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: disable VFIO
|
||||
- commit 80abd68
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.6-final.
|
||||
- commit 6066894
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/u5800: Fix build of ux500 driver
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 0ea37a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/tegra: Remove optional parts to fix build
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit d729a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM: enable zcache support
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 17b147b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/cubox: set cachefilesd to module
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit c1fb243
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6-rc7
|
||||
%define patchversion 3.6.0-rc7
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-imx51
|
||||
Summary: Kernel for Freescale's iMX SoC
|
||||
Version: 3.6.rc7
|
||||
Version: 3.6.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,180 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.6-final and c/s 1197.
|
||||
- Update Xen config files.
|
||||
- commit 338be2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Hyper-V KVP IP injection (fate#31441)
|
||||
- hyperv: Add comments for the extended buffer after RNDIS message.
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- Drivers: hv: vmbus: Use the standard format string to format
|
||||
GUIDs.
|
||||
- Drivers: hv: Add KVP definitions for IP address injection.
|
||||
- Drivers: hv: kvp: Cleanup error handling in KVP.
|
||||
- Drivers: hv: Explicitly size elements of protocol structures.
|
||||
- Drivers: hv: kvp: Support the new IP injection messages.
|
||||
- Tools: hv: Prepare to expand kvp_get_ip_address() functionality.
|
||||
- Tools: hv: Further refactor kvp_get_ip_address().
|
||||
- Tools: hv: Gather address family information.
|
||||
- Tools: hv: Gather subnet information.
|
||||
- Tools: hv: Represent the ipv6 mask using CIDR notation.
|
||||
- Tools: hv: Gather ipv[4,6] gateway information.
|
||||
- hv: fail the probing immediately when we are not in hyperv
|
||||
platform.
|
||||
- hv: vmbus_drv: detect hyperv through x86_hyper.
|
||||
- Tools: hv: Get rid of some unused variables.
|
||||
- Tools: hv: Correctly type string variables.
|
||||
- Tools: hv: Add an example script to retrieve DNS entries.
|
||||
- Tools: hv: Gather DNS information.
|
||||
- Drivers: hv: kvp: Copy the address family information.
|
||||
- Tools: hv: Add an example script to retrieve dhcp state.
|
||||
- Tools: hv: Gather DHCP information.
|
||||
- Tools: hv: Add an example script to configure an interface.
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO.
|
||||
- Tools: hv: Rename the function kvp_get_ip_address().
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO.
|
||||
- tools/hv: Fix file handle leak.
|
||||
- tools/hv: Fix exit() error code.
|
||||
- tools/hv: Check for read/write errors.
|
||||
- tools/hv: Parse /etc/os-release.
|
||||
- hyperv: Fix the max_xfer_size in RNDIS initialization.
|
||||
- hyperv: Fix the missing return value in
|
||||
rndis_filter_set_packet_filter().
|
||||
- hyperv: Fix page buffer handling in rndis_filter_send_request().
|
||||
- hyperv: Remove extra allocated space for recv_pkt_list elements.
|
||||
- hyperv: Report actual status in receive completion packet.
|
||||
- hyperv: Add buffer for extended info after the RNDIS response
|
||||
message.
|
||||
- Delete
|
||||
patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch.
|
||||
- commit 08d283b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: Disable broken config options
|
||||
- commit 8d7f8ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: disable VFIO
|
||||
- commit 80abd68
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.6-final.
|
||||
- commit 6066894
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/u5800: Fix build of ux500 driver
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 0ea37a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/tegra: Remove optional parts to fix build
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit d729a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM: enable zcache support
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 17b147b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/cubox: set cachefilesd to module
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit c1fb243
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6-rc7
|
||||
%define patchversion 3.6.0-rc7
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-omap2plus
|
||||
Summary: Kernel for Texas instrument's OMAP SoC
|
||||
Version: 3.6.rc7
|
||||
Version: 3.6.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,180 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.6-final and c/s 1197.
|
||||
- Update Xen config files.
|
||||
- commit 338be2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Hyper-V KVP IP injection (fate#31441)
|
||||
- hyperv: Add comments for the extended buffer after RNDIS message.
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- Drivers: hv: vmbus: Use the standard format string to format
|
||||
GUIDs.
|
||||
- Drivers: hv: Add KVP definitions for IP address injection.
|
||||
- Drivers: hv: kvp: Cleanup error handling in KVP.
|
||||
- Drivers: hv: Explicitly size elements of protocol structures.
|
||||
- Drivers: hv: kvp: Support the new IP injection messages.
|
||||
- Tools: hv: Prepare to expand kvp_get_ip_address() functionality.
|
||||
- Tools: hv: Further refactor kvp_get_ip_address().
|
||||
- Tools: hv: Gather address family information.
|
||||
- Tools: hv: Gather subnet information.
|
||||
- Tools: hv: Represent the ipv6 mask using CIDR notation.
|
||||
- Tools: hv: Gather ipv[4,6] gateway information.
|
||||
- hv: fail the probing immediately when we are not in hyperv
|
||||
platform.
|
||||
- hv: vmbus_drv: detect hyperv through x86_hyper.
|
||||
- Tools: hv: Get rid of some unused variables.
|
||||
- Tools: hv: Correctly type string variables.
|
||||
- Tools: hv: Add an example script to retrieve DNS entries.
|
||||
- Tools: hv: Gather DNS information.
|
||||
- Drivers: hv: kvp: Copy the address family information.
|
||||
- Tools: hv: Add an example script to retrieve dhcp state.
|
||||
- Tools: hv: Gather DHCP information.
|
||||
- Tools: hv: Add an example script to configure an interface.
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO.
|
||||
- Tools: hv: Rename the function kvp_get_ip_address().
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO.
|
||||
- tools/hv: Fix file handle leak.
|
||||
- tools/hv: Fix exit() error code.
|
||||
- tools/hv: Check for read/write errors.
|
||||
- tools/hv: Parse /etc/os-release.
|
||||
- hyperv: Fix the max_xfer_size in RNDIS initialization.
|
||||
- hyperv: Fix the missing return value in
|
||||
rndis_filter_set_packet_filter().
|
||||
- hyperv: Fix page buffer handling in rndis_filter_send_request().
|
||||
- hyperv: Remove extra allocated space for recv_pkt_list elements.
|
||||
- hyperv: Report actual status in receive completion packet.
|
||||
- hyperv: Add buffer for extended info after the RNDIS response
|
||||
message.
|
||||
- Delete
|
||||
patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch.
|
||||
- commit 08d283b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: Disable broken config options
|
||||
- commit 8d7f8ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: disable VFIO
|
||||
- commit 80abd68
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.6-final.
|
||||
- commit 6066894
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/u5800: Fix build of ux500 driver
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 0ea37a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/tegra: Remove optional parts to fix build
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit d729a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM: enable zcache support
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 17b147b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/cubox: set cachefilesd to module
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit c1fb243
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6-rc7
|
||||
%define patchversion 3.6.0-rc7
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 3.6.rc7
|
||||
Version: 3.6.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -139,7 +139,7 @@ Provides: kernel-bigsmp
|
||||
Obsoletes: kernel-bigsmp
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,180 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.6-final and c/s 1197.
|
||||
- Update Xen config files.
|
||||
- commit 338be2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Hyper-V KVP IP injection (fate#31441)
|
||||
- hyperv: Add comments for the extended buffer after RNDIS message.
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- Drivers: hv: vmbus: Use the standard format string to format
|
||||
GUIDs.
|
||||
- Drivers: hv: Add KVP definitions for IP address injection.
|
||||
- Drivers: hv: kvp: Cleanup error handling in KVP.
|
||||
- Drivers: hv: Explicitly size elements of protocol structures.
|
||||
- Drivers: hv: kvp: Support the new IP injection messages.
|
||||
- Tools: hv: Prepare to expand kvp_get_ip_address() functionality.
|
||||
- Tools: hv: Further refactor kvp_get_ip_address().
|
||||
- Tools: hv: Gather address family information.
|
||||
- Tools: hv: Gather subnet information.
|
||||
- Tools: hv: Represent the ipv6 mask using CIDR notation.
|
||||
- Tools: hv: Gather ipv[4,6] gateway information.
|
||||
- hv: fail the probing immediately when we are not in hyperv
|
||||
platform.
|
||||
- hv: vmbus_drv: detect hyperv through x86_hyper.
|
||||
- Tools: hv: Get rid of some unused variables.
|
||||
- Tools: hv: Correctly type string variables.
|
||||
- Tools: hv: Add an example script to retrieve DNS entries.
|
||||
- Tools: hv: Gather DNS information.
|
||||
- Drivers: hv: kvp: Copy the address family information.
|
||||
- Tools: hv: Add an example script to retrieve dhcp state.
|
||||
- Tools: hv: Gather DHCP information.
|
||||
- Tools: hv: Add an example script to configure an interface.
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO.
|
||||
- Tools: hv: Rename the function kvp_get_ip_address().
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO.
|
||||
- tools/hv: Fix file handle leak.
|
||||
- tools/hv: Fix exit() error code.
|
||||
- tools/hv: Check for read/write errors.
|
||||
- tools/hv: Parse /etc/os-release.
|
||||
- hyperv: Fix the max_xfer_size in RNDIS initialization.
|
||||
- hyperv: Fix the missing return value in
|
||||
rndis_filter_set_packet_filter().
|
||||
- hyperv: Fix page buffer handling in rndis_filter_send_request().
|
||||
- hyperv: Remove extra allocated space for recv_pkt_list elements.
|
||||
- hyperv: Report actual status in receive completion packet.
|
||||
- hyperv: Add buffer for extended info after the RNDIS response
|
||||
message.
|
||||
- Delete
|
||||
patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch.
|
||||
- commit 08d283b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: Disable broken config options
|
||||
- commit 8d7f8ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: disable VFIO
|
||||
- commit 80abd68
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.6-final.
|
||||
- commit 6066894
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/u5800: Fix build of ux500 driver
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 0ea37a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/tegra: Remove optional parts to fix build
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit d729a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM: enable zcache support
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 17b147b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/cubox: set cachefilesd to module
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit c1fb243
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6-rc7
|
||||
%define patchversion 3.6.0-rc7
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-ppc64
|
||||
Summary: Kernel for ppc64 Systems
|
||||
Version: 3.6.rc7
|
||||
Version: 3.6.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -143,7 +143,7 @@ Provides: kernel-kdump
|
||||
Obsoletes: kernel-kdump
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,180 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.6-final and c/s 1197.
|
||||
- Update Xen config files.
|
||||
- commit 338be2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Hyper-V KVP IP injection (fate#31441)
|
||||
- hyperv: Add comments for the extended buffer after RNDIS message.
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- Drivers: hv: vmbus: Use the standard format string to format
|
||||
GUIDs.
|
||||
- Drivers: hv: Add KVP definitions for IP address injection.
|
||||
- Drivers: hv: kvp: Cleanup error handling in KVP.
|
||||
- Drivers: hv: Explicitly size elements of protocol structures.
|
||||
- Drivers: hv: kvp: Support the new IP injection messages.
|
||||
- Tools: hv: Prepare to expand kvp_get_ip_address() functionality.
|
||||
- Tools: hv: Further refactor kvp_get_ip_address().
|
||||
- Tools: hv: Gather address family information.
|
||||
- Tools: hv: Gather subnet information.
|
||||
- Tools: hv: Represent the ipv6 mask using CIDR notation.
|
||||
- Tools: hv: Gather ipv[4,6] gateway information.
|
||||
- hv: fail the probing immediately when we are not in hyperv
|
||||
platform.
|
||||
- hv: vmbus_drv: detect hyperv through x86_hyper.
|
||||
- Tools: hv: Get rid of some unused variables.
|
||||
- Tools: hv: Correctly type string variables.
|
||||
- Tools: hv: Add an example script to retrieve DNS entries.
|
||||
- Tools: hv: Gather DNS information.
|
||||
- Drivers: hv: kvp: Copy the address family information.
|
||||
- Tools: hv: Add an example script to retrieve dhcp state.
|
||||
- Tools: hv: Gather DHCP information.
|
||||
- Tools: hv: Add an example script to configure an interface.
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO.
|
||||
- Tools: hv: Rename the function kvp_get_ip_address().
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO.
|
||||
- tools/hv: Fix file handle leak.
|
||||
- tools/hv: Fix exit() error code.
|
||||
- tools/hv: Check for read/write errors.
|
||||
- tools/hv: Parse /etc/os-release.
|
||||
- hyperv: Fix the max_xfer_size in RNDIS initialization.
|
||||
- hyperv: Fix the missing return value in
|
||||
rndis_filter_set_packet_filter().
|
||||
- hyperv: Fix page buffer handling in rndis_filter_send_request().
|
||||
- hyperv: Remove extra allocated space for recv_pkt_list elements.
|
||||
- hyperv: Report actual status in receive completion packet.
|
||||
- hyperv: Add buffer for extended info after the RNDIS response
|
||||
message.
|
||||
- Delete
|
||||
patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch.
|
||||
- commit 08d283b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: Disable broken config options
|
||||
- commit 8d7f8ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: disable VFIO
|
||||
- commit 80abd68
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.6-final.
|
||||
- commit 6066894
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/u5800: Fix build of ux500 driver
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 0ea37a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/tegra: Remove optional parts to fix build
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit d729a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM: enable zcache support
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 17b147b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/cubox: set cachefilesd to module
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit c1fb243
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6-rc7
|
||||
%define patchversion 3.6.0-rc7
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-s390
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.6.rc7
|
||||
Version: 3.6.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -139,7 +139,7 @@ Provides: kernel-32bit
|
||||
Obsoletes: kernel-32bit
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,180 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.6-final and c/s 1197.
|
||||
- Update Xen config files.
|
||||
- commit 338be2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Hyper-V KVP IP injection (fate#31441)
|
||||
- hyperv: Add comments for the extended buffer after RNDIS message.
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- Drivers: hv: vmbus: Use the standard format string to format
|
||||
GUIDs.
|
||||
- Drivers: hv: Add KVP definitions for IP address injection.
|
||||
- Drivers: hv: kvp: Cleanup error handling in KVP.
|
||||
- Drivers: hv: Explicitly size elements of protocol structures.
|
||||
- Drivers: hv: kvp: Support the new IP injection messages.
|
||||
- Tools: hv: Prepare to expand kvp_get_ip_address() functionality.
|
||||
- Tools: hv: Further refactor kvp_get_ip_address().
|
||||
- Tools: hv: Gather address family information.
|
||||
- Tools: hv: Gather subnet information.
|
||||
- Tools: hv: Represent the ipv6 mask using CIDR notation.
|
||||
- Tools: hv: Gather ipv[4,6] gateway information.
|
||||
- hv: fail the probing immediately when we are not in hyperv
|
||||
platform.
|
||||
- hv: vmbus_drv: detect hyperv through x86_hyper.
|
||||
- Tools: hv: Get rid of some unused variables.
|
||||
- Tools: hv: Correctly type string variables.
|
||||
- Tools: hv: Add an example script to retrieve DNS entries.
|
||||
- Tools: hv: Gather DNS information.
|
||||
- Drivers: hv: kvp: Copy the address family information.
|
||||
- Tools: hv: Add an example script to retrieve dhcp state.
|
||||
- Tools: hv: Gather DHCP information.
|
||||
- Tools: hv: Add an example script to configure an interface.
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO.
|
||||
- Tools: hv: Rename the function kvp_get_ip_address().
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO.
|
||||
- tools/hv: Fix file handle leak.
|
||||
- tools/hv: Fix exit() error code.
|
||||
- tools/hv: Check for read/write errors.
|
||||
- tools/hv: Parse /etc/os-release.
|
||||
- hyperv: Fix the max_xfer_size in RNDIS initialization.
|
||||
- hyperv: Fix the missing return value in
|
||||
rndis_filter_set_packet_filter().
|
||||
- hyperv: Fix page buffer handling in rndis_filter_send_request().
|
||||
- hyperv: Remove extra allocated space for recv_pkt_list elements.
|
||||
- hyperv: Report actual status in receive completion packet.
|
||||
- hyperv: Add buffer for extended info after the RNDIS response
|
||||
message.
|
||||
- Delete
|
||||
patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch.
|
||||
- commit 08d283b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: Disable broken config options
|
||||
- commit 8d7f8ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: disable VFIO
|
||||
- commit 80abd68
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.6-final.
|
||||
- commit 6066894
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/u5800: Fix build of ux500 driver
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 0ea37a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/tegra: Remove optional parts to fix build
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit d729a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM: enable zcache support
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 17b147b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/cubox: set cachefilesd to module
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit c1fb243
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
# norootforbuild
|
||||
# icecream 0
|
||||
|
||||
%define srcversion 3.6-rc7
|
||||
%define patchversion 3.6.0-rc7
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 3.6.rc7
|
||||
Version: 3.6.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
@ -41,7 +41,7 @@ Requires(post): coreutils sed
|
||||
Provides: multiversion(kernel)
|
||||
Provides: linux
|
||||
Provides: %name = %version-%source_rel
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,180 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.6-final and c/s 1197.
|
||||
- Update Xen config files.
|
||||
- commit 338be2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Hyper-V KVP IP injection (fate#31441)
|
||||
- hyperv: Add comments for the extended buffer after RNDIS message.
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- Drivers: hv: vmbus: Use the standard format string to format
|
||||
GUIDs.
|
||||
- Drivers: hv: Add KVP definitions for IP address injection.
|
||||
- Drivers: hv: kvp: Cleanup error handling in KVP.
|
||||
- Drivers: hv: Explicitly size elements of protocol structures.
|
||||
- Drivers: hv: kvp: Support the new IP injection messages.
|
||||
- Tools: hv: Prepare to expand kvp_get_ip_address() functionality.
|
||||
- Tools: hv: Further refactor kvp_get_ip_address().
|
||||
- Tools: hv: Gather address family information.
|
||||
- Tools: hv: Gather subnet information.
|
||||
- Tools: hv: Represent the ipv6 mask using CIDR notation.
|
||||
- Tools: hv: Gather ipv[4,6] gateway information.
|
||||
- hv: fail the probing immediately when we are not in hyperv
|
||||
platform.
|
||||
- hv: vmbus_drv: detect hyperv through x86_hyper.
|
||||
- Tools: hv: Get rid of some unused variables.
|
||||
- Tools: hv: Correctly type string variables.
|
||||
- Tools: hv: Add an example script to retrieve DNS entries.
|
||||
- Tools: hv: Gather DNS information.
|
||||
- Drivers: hv: kvp: Copy the address family information.
|
||||
- Tools: hv: Add an example script to retrieve dhcp state.
|
||||
- Tools: hv: Gather DHCP information.
|
||||
- Tools: hv: Add an example script to configure an interface.
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO.
|
||||
- Tools: hv: Rename the function kvp_get_ip_address().
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO.
|
||||
- tools/hv: Fix file handle leak.
|
||||
- tools/hv: Fix exit() error code.
|
||||
- tools/hv: Check for read/write errors.
|
||||
- tools/hv: Parse /etc/os-release.
|
||||
- hyperv: Fix the max_xfer_size in RNDIS initialization.
|
||||
- hyperv: Fix the missing return value in
|
||||
rndis_filter_set_packet_filter().
|
||||
- hyperv: Fix page buffer handling in rndis_filter_send_request().
|
||||
- hyperv: Remove extra allocated space for recv_pkt_list elements.
|
||||
- hyperv: Report actual status in receive completion packet.
|
||||
- hyperv: Add buffer for extended info after the RNDIS response
|
||||
message.
|
||||
- Delete
|
||||
patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch.
|
||||
- commit 08d283b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: Disable broken config options
|
||||
- commit 8d7f8ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: disable VFIO
|
||||
- commit 80abd68
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.6-final.
|
||||
- commit 6066894
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/u5800: Fix build of ux500 driver
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 0ea37a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/tegra: Remove optional parts to fix build
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit d729a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM: enable zcache support
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 17b147b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/cubox: set cachefilesd to module
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit c1fb243
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 3.6.rc7
|
||||
Version: 3.6.0
|
||||
%if %using_buildservice
|
||||
Release: 0
|
||||
%else
|
||||
|
@ -1,3 +1,180 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.6-final and c/s 1197.
|
||||
- Update Xen config files.
|
||||
- commit 338be2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Hyper-V KVP IP injection (fate#31441)
|
||||
- hyperv: Add comments for the extended buffer after RNDIS message.
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- Drivers: hv: vmbus: Use the standard format string to format
|
||||
GUIDs.
|
||||
- Drivers: hv: Add KVP definitions for IP address injection.
|
||||
- Drivers: hv: kvp: Cleanup error handling in KVP.
|
||||
- Drivers: hv: Explicitly size elements of protocol structures.
|
||||
- Drivers: hv: kvp: Support the new IP injection messages.
|
||||
- Tools: hv: Prepare to expand kvp_get_ip_address() functionality.
|
||||
- Tools: hv: Further refactor kvp_get_ip_address().
|
||||
- Tools: hv: Gather address family information.
|
||||
- Tools: hv: Gather subnet information.
|
||||
- Tools: hv: Represent the ipv6 mask using CIDR notation.
|
||||
- Tools: hv: Gather ipv[4,6] gateway information.
|
||||
- hv: fail the probing immediately when we are not in hyperv
|
||||
platform.
|
||||
- hv: vmbus_drv: detect hyperv through x86_hyper.
|
||||
- Tools: hv: Get rid of some unused variables.
|
||||
- Tools: hv: Correctly type string variables.
|
||||
- Tools: hv: Add an example script to retrieve DNS entries.
|
||||
- Tools: hv: Gather DNS information.
|
||||
- Drivers: hv: kvp: Copy the address family information.
|
||||
- Tools: hv: Add an example script to retrieve dhcp state.
|
||||
- Tools: hv: Gather DHCP information.
|
||||
- Tools: hv: Add an example script to configure an interface.
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO.
|
||||
- Tools: hv: Rename the function kvp_get_ip_address().
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO.
|
||||
- tools/hv: Fix file handle leak.
|
||||
- tools/hv: Fix exit() error code.
|
||||
- tools/hv: Check for read/write errors.
|
||||
- tools/hv: Parse /etc/os-release.
|
||||
- hyperv: Fix the max_xfer_size in RNDIS initialization.
|
||||
- hyperv: Fix the missing return value in
|
||||
rndis_filter_set_packet_filter().
|
||||
- hyperv: Fix page buffer handling in rndis_filter_send_request().
|
||||
- hyperv: Remove extra allocated space for recv_pkt_list elements.
|
||||
- hyperv: Report actual status in receive completion packet.
|
||||
- hyperv: Add buffer for extended info after the RNDIS response
|
||||
message.
|
||||
- Delete
|
||||
patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch.
|
||||
- commit 08d283b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: Disable broken config options
|
||||
- commit 8d7f8ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: disable VFIO
|
||||
- commit 80abd68
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.6-final.
|
||||
- commit 6066894
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/u5800: Fix build of ux500 driver
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 0ea37a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/tegra: Remove optional parts to fix build
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit d729a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM: enable zcache support
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 17b147b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/cubox: set cachefilesd to module
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit c1fb243
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6-rc7
|
||||
%define patchversion 3.6.0-rc7
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-tegra
|
||||
Summary: Kernel for Nvidia's Tegra SoC
|
||||
Version: 3.6.rc7
|
||||
Version: 3.6.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,180 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.6-final and c/s 1197.
|
||||
- Update Xen config files.
|
||||
- commit 338be2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Hyper-V KVP IP injection (fate#31441)
|
||||
- hyperv: Add comments for the extended buffer after RNDIS message.
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- Drivers: hv: vmbus: Use the standard format string to format
|
||||
GUIDs.
|
||||
- Drivers: hv: Add KVP definitions for IP address injection.
|
||||
- Drivers: hv: kvp: Cleanup error handling in KVP.
|
||||
- Drivers: hv: Explicitly size elements of protocol structures.
|
||||
- Drivers: hv: kvp: Support the new IP injection messages.
|
||||
- Tools: hv: Prepare to expand kvp_get_ip_address() functionality.
|
||||
- Tools: hv: Further refactor kvp_get_ip_address().
|
||||
- Tools: hv: Gather address family information.
|
||||
- Tools: hv: Gather subnet information.
|
||||
- Tools: hv: Represent the ipv6 mask using CIDR notation.
|
||||
- Tools: hv: Gather ipv[4,6] gateway information.
|
||||
- hv: fail the probing immediately when we are not in hyperv
|
||||
platform.
|
||||
- hv: vmbus_drv: detect hyperv through x86_hyper.
|
||||
- Tools: hv: Get rid of some unused variables.
|
||||
- Tools: hv: Correctly type string variables.
|
||||
- Tools: hv: Add an example script to retrieve DNS entries.
|
||||
- Tools: hv: Gather DNS information.
|
||||
- Drivers: hv: kvp: Copy the address family information.
|
||||
- Tools: hv: Add an example script to retrieve dhcp state.
|
||||
- Tools: hv: Gather DHCP information.
|
||||
- Tools: hv: Add an example script to configure an interface.
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO.
|
||||
- Tools: hv: Rename the function kvp_get_ip_address().
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO.
|
||||
- tools/hv: Fix file handle leak.
|
||||
- tools/hv: Fix exit() error code.
|
||||
- tools/hv: Check for read/write errors.
|
||||
- tools/hv: Parse /etc/os-release.
|
||||
- hyperv: Fix the max_xfer_size in RNDIS initialization.
|
||||
- hyperv: Fix the missing return value in
|
||||
rndis_filter_set_packet_filter().
|
||||
- hyperv: Fix page buffer handling in rndis_filter_send_request().
|
||||
- hyperv: Remove extra allocated space for recv_pkt_list elements.
|
||||
- hyperv: Report actual status in receive completion packet.
|
||||
- hyperv: Add buffer for extended info after the RNDIS response
|
||||
message.
|
||||
- Delete
|
||||
patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch.
|
||||
- commit 08d283b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: Disable broken config options
|
||||
- commit 8d7f8ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: disable VFIO
|
||||
- commit 80abd68
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.6-final.
|
||||
- commit 6066894
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/u5800: Fix build of ux500 driver
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 0ea37a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/tegra: Remove optional parts to fix build
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit d729a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM: enable zcache support
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 17b147b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/cubox: set cachefilesd to module
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit c1fb243
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6-rc7
|
||||
%define patchversion 3.6.0-rc7
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-trace
|
||||
Summary: The Standard Kernel with Tracing Features
|
||||
Version: 3.6.rc7
|
||||
Version: 3.6.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -147,7 +147,7 @@ Provides: kernel-64bit
|
||||
Obsoletes: kernel-64bit
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,180 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.6-final and c/s 1197.
|
||||
- Update Xen config files.
|
||||
- commit 338be2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Hyper-V KVP IP injection (fate#31441)
|
||||
- hyperv: Add comments for the extended buffer after RNDIS message.
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- Drivers: hv: vmbus: Use the standard format string to format
|
||||
GUIDs.
|
||||
- Drivers: hv: Add KVP definitions for IP address injection.
|
||||
- Drivers: hv: kvp: Cleanup error handling in KVP.
|
||||
- Drivers: hv: Explicitly size elements of protocol structures.
|
||||
- Drivers: hv: kvp: Support the new IP injection messages.
|
||||
- Tools: hv: Prepare to expand kvp_get_ip_address() functionality.
|
||||
- Tools: hv: Further refactor kvp_get_ip_address().
|
||||
- Tools: hv: Gather address family information.
|
||||
- Tools: hv: Gather subnet information.
|
||||
- Tools: hv: Represent the ipv6 mask using CIDR notation.
|
||||
- Tools: hv: Gather ipv[4,6] gateway information.
|
||||
- hv: fail the probing immediately when we are not in hyperv
|
||||
platform.
|
||||
- hv: vmbus_drv: detect hyperv through x86_hyper.
|
||||
- Tools: hv: Get rid of some unused variables.
|
||||
- Tools: hv: Correctly type string variables.
|
||||
- Tools: hv: Add an example script to retrieve DNS entries.
|
||||
- Tools: hv: Gather DNS information.
|
||||
- Drivers: hv: kvp: Copy the address family information.
|
||||
- Tools: hv: Add an example script to retrieve dhcp state.
|
||||
- Tools: hv: Gather DHCP information.
|
||||
- Tools: hv: Add an example script to configure an interface.
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO.
|
||||
- Tools: hv: Rename the function kvp_get_ip_address().
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO.
|
||||
- tools/hv: Fix file handle leak.
|
||||
- tools/hv: Fix exit() error code.
|
||||
- tools/hv: Check for read/write errors.
|
||||
- tools/hv: Parse /etc/os-release.
|
||||
- hyperv: Fix the max_xfer_size in RNDIS initialization.
|
||||
- hyperv: Fix the missing return value in
|
||||
rndis_filter_set_packet_filter().
|
||||
- hyperv: Fix page buffer handling in rndis_filter_send_request().
|
||||
- hyperv: Remove extra allocated space for recv_pkt_list elements.
|
||||
- hyperv: Report actual status in receive completion packet.
|
||||
- hyperv: Add buffer for extended info after the RNDIS response
|
||||
message.
|
||||
- Delete
|
||||
patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch.
|
||||
- commit 08d283b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: Disable broken config options
|
||||
- commit 8d7f8ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: disable VFIO
|
||||
- commit 80abd68
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.6-final.
|
||||
- commit 6066894
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/u5800: Fix build of ux500 driver
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 0ea37a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/tegra: Remove optional parts to fix build
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit d729a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM: enable zcache support
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 17b147b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/cubox: set cachefilesd to module
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit c1fb243
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6-rc7
|
||||
%define patchversion 3.6.0-rc7
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-u8500
|
||||
Summary: Kernel for ST-Ericsson's Nova SoC
|
||||
Version: 3.6.rc7
|
||||
Version: 3.6.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,180 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.6-final and c/s 1197.
|
||||
- Update Xen config files.
|
||||
- commit 338be2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Hyper-V KVP IP injection (fate#31441)
|
||||
- hyperv: Add comments for the extended buffer after RNDIS message.
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- Drivers: hv: vmbus: Use the standard format string to format
|
||||
GUIDs.
|
||||
- Drivers: hv: Add KVP definitions for IP address injection.
|
||||
- Drivers: hv: kvp: Cleanup error handling in KVP.
|
||||
- Drivers: hv: Explicitly size elements of protocol structures.
|
||||
- Drivers: hv: kvp: Support the new IP injection messages.
|
||||
- Tools: hv: Prepare to expand kvp_get_ip_address() functionality.
|
||||
- Tools: hv: Further refactor kvp_get_ip_address().
|
||||
- Tools: hv: Gather address family information.
|
||||
- Tools: hv: Gather subnet information.
|
||||
- Tools: hv: Represent the ipv6 mask using CIDR notation.
|
||||
- Tools: hv: Gather ipv[4,6] gateway information.
|
||||
- hv: fail the probing immediately when we are not in hyperv
|
||||
platform.
|
||||
- hv: vmbus_drv: detect hyperv through x86_hyper.
|
||||
- Tools: hv: Get rid of some unused variables.
|
||||
- Tools: hv: Correctly type string variables.
|
||||
- Tools: hv: Add an example script to retrieve DNS entries.
|
||||
- Tools: hv: Gather DNS information.
|
||||
- Drivers: hv: kvp: Copy the address family information.
|
||||
- Tools: hv: Add an example script to retrieve dhcp state.
|
||||
- Tools: hv: Gather DHCP information.
|
||||
- Tools: hv: Add an example script to configure an interface.
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO.
|
||||
- Tools: hv: Rename the function kvp_get_ip_address().
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO.
|
||||
- tools/hv: Fix file handle leak.
|
||||
- tools/hv: Fix exit() error code.
|
||||
- tools/hv: Check for read/write errors.
|
||||
- tools/hv: Parse /etc/os-release.
|
||||
- hyperv: Fix the max_xfer_size in RNDIS initialization.
|
||||
- hyperv: Fix the missing return value in
|
||||
rndis_filter_set_packet_filter().
|
||||
- hyperv: Fix page buffer handling in rndis_filter_send_request().
|
||||
- hyperv: Remove extra allocated space for recv_pkt_list elements.
|
||||
- hyperv: Report actual status in receive completion packet.
|
||||
- hyperv: Add buffer for extended info after the RNDIS response
|
||||
message.
|
||||
- Delete
|
||||
patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch.
|
||||
- commit 08d283b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: Disable broken config options
|
||||
- commit 8d7f8ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: disable VFIO
|
||||
- commit 80abd68
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.6-final.
|
||||
- commit 6066894
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/u5800: Fix build of ux500 driver
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 0ea37a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/tegra: Remove optional parts to fix build
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit d729a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM: enable zcache support
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 17b147b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/cubox: set cachefilesd to module
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit c1fb243
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6-rc7
|
||||
%define patchversion 3.6.0-rc7
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
Version: 3.6.rc7
|
||||
Version: 3.6.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -143,7 +143,7 @@ Provides: kernel-64bit
|
||||
Obsoletes: kernel-64bit
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,180 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.6-final and c/s 1197.
|
||||
- Update Xen config files.
|
||||
- commit 338be2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Hyper-V KVP IP injection (fate#31441)
|
||||
- hyperv: Add comments for the extended buffer after RNDIS message.
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- Drivers: hv: vmbus: Use the standard format string to format
|
||||
GUIDs.
|
||||
- Drivers: hv: Add KVP definitions for IP address injection.
|
||||
- Drivers: hv: kvp: Cleanup error handling in KVP.
|
||||
- Drivers: hv: Explicitly size elements of protocol structures.
|
||||
- Drivers: hv: kvp: Support the new IP injection messages.
|
||||
- Tools: hv: Prepare to expand kvp_get_ip_address() functionality.
|
||||
- Tools: hv: Further refactor kvp_get_ip_address().
|
||||
- Tools: hv: Gather address family information.
|
||||
- Tools: hv: Gather subnet information.
|
||||
- Tools: hv: Represent the ipv6 mask using CIDR notation.
|
||||
- Tools: hv: Gather ipv[4,6] gateway information.
|
||||
- hv: fail the probing immediately when we are not in hyperv
|
||||
platform.
|
||||
- hv: vmbus_drv: detect hyperv through x86_hyper.
|
||||
- Tools: hv: Get rid of some unused variables.
|
||||
- Tools: hv: Correctly type string variables.
|
||||
- Tools: hv: Add an example script to retrieve DNS entries.
|
||||
- Tools: hv: Gather DNS information.
|
||||
- Drivers: hv: kvp: Copy the address family information.
|
||||
- Tools: hv: Add an example script to retrieve dhcp state.
|
||||
- Tools: hv: Gather DHCP information.
|
||||
- Tools: hv: Add an example script to configure an interface.
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO.
|
||||
- Tools: hv: Rename the function kvp_get_ip_address().
|
||||
- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO.
|
||||
- tools/hv: Fix file handle leak.
|
||||
- tools/hv: Fix exit() error code.
|
||||
- tools/hv: Check for read/write errors.
|
||||
- tools/hv: Parse /etc/os-release.
|
||||
- hyperv: Fix the max_xfer_size in RNDIS initialization.
|
||||
- hyperv: Fix the missing return value in
|
||||
rndis_filter_set_packet_filter().
|
||||
- hyperv: Fix page buffer handling in rndis_filter_send_request().
|
||||
- hyperv: Remove extra allocated space for recv_pkt_list elements.
|
||||
- hyperv: Report actual status in receive completion packet.
|
||||
- hyperv: Add buffer for extended info after the RNDIS response
|
||||
message.
|
||||
- Delete
|
||||
patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch.
|
||||
- commit 08d283b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: Disable broken config options
|
||||
- commit 8d7f8ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de
|
||||
|
||||
- ARM: Update config files: Exynos: disable VFIO
|
||||
- commit 80abd68
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.6-final.
|
||||
- commit 6066894
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/u5800: Fix build of ux500 driver
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 0ea37a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/tegra: Remove optional parts to fix build
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit d729a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM: enable zcache support
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit 17b147b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
|
||||
|
||||
- ARM/cubox: set cachefilesd to module
|
||||
Acked-by: Jeff Mahoney <jeffm@suse.com>
|
||||
- commit c1fb243
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6-rc7
|
||||
%define patchversion 3.6.0-rc7
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-xen
|
||||
Summary: The Xen Kernel
|
||||
Version: 3.6.rc7
|
||||
Version: 3.6.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:48613ee5295ea01e6d3776c47df2c832b1fc39334eeaed5b9ecf8c92673f7186
|
||||
size 82310754
|
3
linux-3.6.tar.bz2
Normal file
3
linux-3.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88ae0a20fd39ecae79db0ce8f9397922fae33c8b06a54ed2c883c861126c9771
|
||||
size 82296001
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e1de40ffc4939517f2fd07d80e99fb0b0b2b05343bd5e0624204e55eff089d4
|
||||
size 81511
|
||||
oid sha256:67356543780e4c24056d28fb7356f14bb80cc38e6a73c113c0d3ebacd1e119c4
|
||||
size 82557
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:427d59b524a49dbd2e8078c8cc0211c5b8a800611938888317cf9dcab21afbc2
|
||||
size 124573
|
||||
oid sha256:4dd8865f37e5f8305b8b46fdc4fe3d1326dfd59f3b0c9c3132cadc424d7c4b29
|
||||
size 167386
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2641bd9d08adea142f421176992f41ea1872d7c453ce74b22e88ed7f751d020b
|
||||
size 2088519
|
||||
oid sha256:380f586a74e481f5d38d00e8481afaaa56ec48f865088283f3a76f1d57ce05ca
|
||||
size 2094728
|
||||
|
72
series.conf
72
series.conf
@ -152,6 +152,7 @@
|
||||
# ARM
|
||||
########################################################
|
||||
patches.arch/cubox-configuration.patch
|
||||
patches.arch/arm-fix-build-ux500-module.diff
|
||||
|
||||
########################################################
|
||||
# S/390
|
||||
@ -197,10 +198,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
|
||||
@ -219,7 +223,42 @@
|
||||
########################################################
|
||||
# Suse specific stuff
|
||||
########################################################
|
||||
patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch
|
||||
patches.suse/msft-hv-0368-hyperv-Add-comments-for-the-extended-buffer-after-RN.patch
|
||||
patches.suse/msft-hv-0369-Drivers-hv-Cleanup-the-guest-ID-computation.patch
|
||||
patches.suse/msft-hv-0370-Drivers-hv-vmbus-Use-the-standard-format-string-to-f.patch
|
||||
patches.suse/msft-hv-0371-Drivers-hv-Add-KVP-definitions-for-IP-address-inject.patch
|
||||
patches.suse/msft-hv-0372-Drivers-hv-kvp-Cleanup-error-handling-in-KVP.patch
|
||||
patches.suse/msft-hv-0373-Drivers-hv-Explicitly-size-elements-of-protocol-stru.patch
|
||||
patches.suse/msft-hv-0374-Drivers-hv-kvp-Support-the-new-IP-injection-messages.patch
|
||||
patches.suse/msft-hv-0375-Tools-hv-Prepare-to-expand-kvp_get_ip_address-functi.patch
|
||||
patches.suse/msft-hv-0376-Tools-hv-Further-refactor-kvp_get_ip_address.patch
|
||||
patches.suse/msft-hv-0377-Tools-hv-Gather-address-family-information.patch
|
||||
patches.suse/msft-hv-0378-Tools-hv-Gather-subnet-information.patch
|
||||
patches.suse/msft-hv-0379-Tools-hv-Represent-the-ipv6-mask-using-CIDR-notation.patch
|
||||
patches.suse/msft-hv-0380-Tools-hv-Gather-ipv-4-6-gateway-information.patch
|
||||
patches.suse/msft-hv-0381-hv-fail-the-probing-immediately-when-we-are-not-in-h.patch
|
||||
patches.suse/msft-hv-0382-hv-vmbus_drv-detect-hyperv-through-x86_hyper.patch
|
||||
patches.suse/msft-hv-0383-Tools-hv-Get-rid-of-some-unused-variables.patch
|
||||
patches.suse/msft-hv-0384-Tools-hv-Correctly-type-string-variables.patch
|
||||
patches.suse/msft-hv-0385-Tools-hv-Add-an-example-script-to-retrieve-DNS-entri.patch
|
||||
patches.suse/msft-hv-0386-Tools-hv-Gather-DNS-information.patch
|
||||
patches.suse/msft-hv-0387-Drivers-hv-kvp-Copy-the-address-family-information.patch
|
||||
patches.suse/msft-hv-0388-Tools-hv-Add-an-example-script-to-retrieve-dhcp-stat.patch
|
||||
patches.suse/msft-hv-0389-Tools-hv-Gather-DHCP-information.patch
|
||||
patches.suse/msft-hv-0390-Tools-hv-Add-an-example-script-to-configure-an-inter.patch
|
||||
patches.suse/msft-hv-0391-Tools-hv-Implement-the-KVP-verb-KVP_OP_SET_IP_INFO.patch
|
||||
patches.suse/msft-hv-0392-Tools-hv-Rename-the-function-kvp_get_ip_address.patch
|
||||
patches.suse/msft-hv-0393-Tools-hv-Implement-the-KVP-verb-KVP_OP_GET_IP_INFO.patch
|
||||
patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch
|
||||
patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch
|
||||
patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch
|
||||
patches.suse/msft-hv-0397-tools-hv-Parse-etc-os-release.patch
|
||||
patches.suse/msft-hv-0398-hyperv-Fix-the-max_xfer_size-in-RNDIS-initialization.patch
|
||||
patches.suse/msft-hv-0399-hyperv-Fix-the-missing-return-value-in-rndis_filter_.patch
|
||||
patches.suse/msft-hv-0400-hyperv-Fix-page-buffer-handling-in-rndis_filter_send.patch
|
||||
patches.suse/msft-hv-0401-hyperv-Remove-extra-allocated-space-for-recv_pkt_lis.patch
|
||||
patches.suse/msft-hv-0402-hyperv-Report-actual-status-in-receive-completion-pa.patch
|
||||
patches.suse/msft-hv-0403-hyperv-Add-buffer-for-extended-info-after-the-RNDIS-.patch
|
||||
patches.suse/suse-hv-identify-virtual-pc-in-ata_piix.patch
|
||||
patches.fixes/hv-storvsc-reset-wait.patch
|
||||
|
||||
@ -304,6 +343,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
|
||||
########################################################
|
||||
@ -591,15 +648,14 @@
|
||||
patches.xen/xen3-patch-3.3
|
||||
patches.xen/xen3-patch-3.4
|
||||
patches.xen/xen3-patch-3.5
|
||||
patches.xen/xen3-patch-3.6-rc4
|
||||
patches.xen/xen3-patch-3.6
|
||||
|
||||
# ports of other patches
|
||||
patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch
|
||||
patches.xen/xen3-acpi_override_2_2.patch
|
||||
patches.xen/xen3-stack-unwind
|
||||
patches.xen/xen3-x86_64-unwind-annotations
|
||||
|
||||
# bugfixes and enhancements
|
||||
patches.xen/xen-kconfig-compat
|
||||
patches.xen/xen-sys-suspend
|
||||
patches.xen/xen-ipi-per-cpu-irq
|
||||
patches.xen/xen-virq-per-cpu-irq
|
||||
|
@ -1,3 +1,3 @@
|
||||
2012-09-25 22:30:44 +0200
|
||||
GIT Revision: 91c0ddca6c72736e6e59e0e8e565309fc2abdb1f
|
||||
2012-10-04 15:44:56 +0200
|
||||
GIT Revision: 338be2caaad5a616f8f9e9c1108abb60cfa8b9b0
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user