Accepting request 81090 from Kernel:HEAD
- Update to 3.1-rc5 from https://github.com/torvalds/linux.git. - commit 8a211c9 - Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/ (fate#311487). - commit 94054c9 - ata_piix: ignore disks in a hyper-v guest. - Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces. - Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c. - Staging: hv: vmbus: Fix checkpatch warnings. - Staging: hv: util: kvp: Fix the reported OSVersion string. - Staging: hv: util: kvp: Cleanup kvp_get_domain_name(). - Staging: hv: Fix macros, tab errors and warning in drivers/staging/hv/hv_mouse.c. - Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get rid of the PCI signature. - Staging: hv: Replace struct hv_guid with the uuid type already defined in Linux. - Staging: hv: vmbus: Introduce vmbus ID space in struct hv_driver. - Staging: hv: blkvsc: Use the newly introduced vmbus ID in the blockvsc driver. - Staging: hv: storvsc: Use the newly introduced vmbus ID in storvsc driver. - Staging: hv: netvsc: Use the newly introduced vmbus ID in netvsc driver. - Staging: hv: mousevsc: Use the newly introduced vmbus ID in mouse driver. - Staging: hv: util: Make hv_utils a vmbus device driver. OBS-URL: https://build.opensuse.org/request/show/81090 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=148
This commit is contained in:
commit
c73f3e0a44
10
config.conf
10
config.conf
@ -12,8 +12,8 @@
|
||||
+i386 i386/desktop
|
||||
+i386 i386/pae
|
||||
+i386 -syms i386/debug
|
||||
+i386 i386/xen
|
||||
+i386 -syms i386/ec2
|
||||
#+i386 i386/xen
|
||||
#+i386 -syms i386/ec2
|
||||
+i386 i386/vanilla
|
||||
+i386 -syms i386/trace
|
||||
|
||||
@ -24,8 +24,8 @@
|
||||
|
||||
+x86_64 x86_64/default
|
||||
+x86_64 x86_64/desktop
|
||||
+x86_64 x86_64/xen
|
||||
+x86_64 -syms x86_64/ec2
|
||||
#+x86_64 x86_64/xen
|
||||
#+x86_64 -syms x86_64/ec2
|
||||
+x86_64 -syms x86_64/debug
|
||||
+x86_64 x86_64/vanilla
|
||||
+x86_64 -syms x86_64/trace
|
||||
@ -36,7 +36,7 @@
|
||||
# G5 PS3 pSeries
|
||||
+ppc ppc/ppc64
|
||||
# PS3 bootloader
|
||||
+ppc -syms ppc/ps3
|
||||
#+ppc -syms ppc/ps3
|
||||
# maybe the kernels above were patched to death?
|
||||
+ppc ppc/vanilla
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# The version of the main tarball to use
|
||||
SRCVERSION=3.0
|
||||
SRCVERSION=3.1-rc5
|
||||
# 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:c7b141c8d7d523adbeebbb7926eba85c50699eb5a709202ade53e2a6015ae70c
|
||||
size 230725
|
||||
oid sha256:69b3427c534a6488fb34f8b7e395eeba2dd23965994ae311c630725c2a2216da
|
||||
size 215909
|
||||
|
@ -1,3 +1,275 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update to 3.1-rc5 from https://github.com/torvalds/linux.git.
|
||||
- commit 8a211c9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 2 18:29:33 CEST 2011 - ohering@suse.de
|
||||
|
||||
- Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/
|
||||
(fate#311487).
|
||||
- commit 94054c9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
|
||||
|
||||
- ata_piix: ignore disks in a hyper-v guest.
|
||||
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
|
||||
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
|
||||
- Staging: hv: vmbus: Fix checkpatch warnings.
|
||||
- Staging: hv: util: kvp: Fix the reported OSVersion string.
|
||||
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
|
||||
- Staging: hv: Fix macros, tab errors and warning in
|
||||
drivers/staging/hv/hv_mouse.c.
|
||||
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
|
||||
rid of the PCI signature.
|
||||
- Staging: hv: Replace struct hv_guid with the uuid type already
|
||||
defined in Linux.
|
||||
- Staging: hv: vmbus: Introduce vmbus ID space in struct
|
||||
hv_driver.
|
||||
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
|
||||
blockvsc driver.
|
||||
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
|
||||
storvsc driver.
|
||||
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
|
||||
netvsc driver.
|
||||
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
|
||||
mouse driver.
|
||||
- Staging: hv: util: Make hv_utils a vmbus device driver.
|
||||
- Staging: hv: create VMBUS_DEVICE macro and use it.
|
||||
- Staging: hv: vmbus: Cleanup vmbus_match().
|
||||
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
|
||||
- Staging: hv: vmbus: Support the notion of id tables in
|
||||
vmbus_match().
|
||||
- Staging: hv: vmbus: Get rid of an unnecessary include line
|
||||
in vmbus_drv.c.
|
||||
- Staging: hv: storvsc: Get rid of the DMI signature.
|
||||
- Staging: hv: netvsc: Get rid of the PCI signature.
|
||||
- Staging: hv: netvsc: Get rid of the DMI signature in
|
||||
netvsc_drv.c.
|
||||
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
|
||||
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
|
||||
- Staging: hv: fix up driver registering mess.
|
||||
- Staging: hv: vmbus: Get rid of some unnecessary comments.
|
||||
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
|
||||
- Staging: hv: vmbus: Cleanup error handling in hv_init().
|
||||
- Staging: hv: vmbus: Get rid of unnecessay comments in
|
||||
connection.c.
|
||||
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
|
||||
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
|
||||
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
|
||||
- Staging: hv: vmbus: Get rid of unnecessary comments in
|
||||
channel.c.
|
||||
- Staging: hv: vmbus: Change the variable name openInfo to
|
||||
open_info in channel.c.
|
||||
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
|
||||
- Staging: hv: vmbus: Cleanup the error return value in
|
||||
vmbus_recvpacket_raw().
|
||||
- Staging: hv: netvsc: Get rid of an unnecessary print statement
|
||||
in netvsc_probe().
|
||||
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_dev_add().
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_channel_init().
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_connect_to_vsp().
|
||||
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
|
||||
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
|
||||
from storvsc.c.
|
||||
- Staging: hv: storvsc: Fix/cleanup some dated comments in
|
||||
storvsc.c.
|
||||
- Staging: hv: storvsc: Cleanup returned error code in
|
||||
storvsc_host_reset().
|
||||
- Staging: hv: storvsc: Cleanup error code returned in
|
||||
storvsc_probe().
|
||||
- Staging: hv: storvsc: Cleanup returned error code in
|
||||
storvsc_drv_init().
|
||||
- Staging: hv: netvsc: Cleanup the returned error code in
|
||||
netvsc_probe().
|
||||
- Staging: hv: netvsc: Cleanup error return codes in
|
||||
netvsc_destroy_recv_buf().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
netvsc_init_recv_buf().
|
||||
- Staging: hv: netvsc: Cleanup error returns in
|
||||
netvsc_connect_vsp().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
netvsc_send().
|
||||
- Staging: hv: netvsc: Cleanup error return codes in
|
||||
netvsc_device_add().
|
||||
- Staging: hv: netvsc: Cleanup error codes in
|
||||
rndis_filter_receive().
|
||||
- Staging: hv: netvsc: Cleanup error code in
|
||||
rndis_filter_query_device().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
rndis_filter_set_packet_filter().
|
||||
- Staging: hv: netvsc: Cleanup error returns in
|
||||
rndis_filter_init_device().
|
||||
- Staging: hv: netvsc: Cleanup error code in
|
||||
rndis_filter_device_add().
|
||||
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
|
||||
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
|
||||
- Staging: hv: netvsc: Change the jump label Exit to exit.
|
||||
- Staging: hv: mouse: Get rid of the unused PCI signature.
|
||||
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
|
||||
- Staging: hv: hv_mouse: remove inputreport_callback function.
|
||||
- Staging: hv: hv_mouse: remove a forward declaration.
|
||||
- Staging: hv: hv_mouse: fix up remove() function.
|
||||
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
|
||||
- Staging: hv: add driver_data to hv_vmbus_device_id.
|
||||
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
|
||||
- Staging: hv: file2alias: fix up alias creation logic for
|
||||
hv_vmbus_device_id.
|
||||
- Staging: hv: storvsc: Inline free_stor_device().
|
||||
- Staging: hv: storvsc: Do not aquire an unnecessary reference
|
||||
on stor_device.
|
||||
- Staging: hv: storvsc: Rename must_get_stor_device().
|
||||
- Staging: hv: storvsc: Rename get_stor_device().
|
||||
- Staging: hv: storvsc: Cleanup alloc_stor_device().
|
||||
- Staging: hv: storvsc: Introduce state to manage the lifecycle
|
||||
of stor device.
|
||||
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
|
||||
is being destroyed.
|
||||
- Staging: hv: storvsc: Get rid of release_stor_device() by
|
||||
inlining the code.
|
||||
- Staging: hv: storvsc: Get rid of final_release_stor_device()
|
||||
by inlining code.
|
||||
- Staging: hv: storvsc: Get rid of the reference counting in
|
||||
struct storvsc_device.
|
||||
- Staging: hv: netvsc: Inline the code for free_net_device().
|
||||
- Staging: hv: netvsc: Cleanup alloc_net_device().
|
||||
- Staging: hv: netvsc: Introduce state to manage the lifecycle
|
||||
of net device.
|
||||
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
|
||||
is destroyed.
|
||||
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
|
||||
by inlining the code.
|
||||
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
|
||||
by inlining the code.
|
||||
- Staging: hv: netvsc: Get rid of the refcnt field in struct
|
||||
netvsc_device.
|
||||
- Staging: hv: storvsc: Add code to handle IDE devices using
|
||||
the storvsc driver.
|
||||
- Staging: hv: storvsc: Handle IDE devices using the storvsc
|
||||
driver.
|
||||
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
|
||||
not used.
|
||||
- Staging: hv: storvsc: Optimize bounce buffer handling for the
|
||||
"write" case.
|
||||
- Staging: hv: storvsc: Optimize the bounce buffer handling in
|
||||
the "read" case.
|
||||
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
|
||||
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
|
||||
contents of storvsc.c.
|
||||
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
|
||||
to storvsc_drv.c.
|
||||
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
|
||||
contents of hyperv_storage.h.
|
||||
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
|
||||
and MODE_SENSE.
|
||||
- Staging: hv: storvsc: Fix a typo.
|
||||
- Staging: hv: storvsc: In case of scsi errors offline the device.
|
||||
- Staging: hv: storvsc: No need to copy from bounce buffer in
|
||||
case of a failure.
|
||||
- Staging: hv: util: Forcefully shutdown when shutdown is
|
||||
requested.
|
||||
- Staging: hv: util: Adjust guest time in a process context.
|
||||
- Staging: hv: vmbus: Check before invoking the channel callback.
|
||||
- Staging: hv: vmbus: Properly deal with de-registering channel
|
||||
callback.
|
||||
- Staging: hv: Fix a bug in vmbus_match().
|
||||
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
|
||||
the code.
|
||||
- Staging: hv: vmbus: Do not enable auto eoi.
|
||||
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
|
||||
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
|
||||
- Staging: hv: vmbus: Get rid of an unnecessary check in
|
||||
vmbus_connect().
|
||||
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
|
||||
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
|
||||
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
|
||||
- Staging: hv: netvsc: return negative error codes.
|
||||
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
|
||||
- commit d77df1b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de
|
||||
|
||||
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
|
||||
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.
|
||||
- commit bd9ecd2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
|
||||
|
||||
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
|
||||
off of a USB3 device (bnc#712752)
|
||||
- commit f6522ba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
|
||||
- commit 626749c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refresh patches.rpmify/pti-depends-on-x86-pci.
|
||||
- commit e82bcac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Disabled patches.rpmify/pti-depends-on-x86-pci
|
||||
- commit 0baba30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.1-rc4.
|
||||
- commit 68e08b1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- PTI: depends on X86 && PCI.
|
||||
- commit e975e4b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- scsi_dh_alua: always update TPGS status on activate.
|
||||
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
|
||||
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
|
||||
- scsi_dh: Implement match callback function.
|
||||
- Delete patches.fixes/scsi-dh-alua-retry-UA.
|
||||
- Delete patches.fixes/scsi-dh-alua-send-stpg.
|
||||
- commit 58d8073
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
|
||||
- commit 7d43f4b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refreshed and re-enabled dm-path patches:
|
||||
- patches.suse/dm-mpath-accept-failed-paths.
|
||||
- patches.suse/dm-mpath-detach-existing-hardware-handler.
|
||||
- commit 70cadcd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.1-rc3.
|
||||
- Eliminated 8 patches.
|
||||
- Xen is disabled.
|
||||
- commit eccefcc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de
|
||||
|
||||
|
15514
kernel-debug.spec
15514
kernel-debug.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,275 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update to 3.1-rc5 from https://github.com/torvalds/linux.git.
|
||||
- commit 8a211c9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 2 18:29:33 CEST 2011 - ohering@suse.de
|
||||
|
||||
- Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/
|
||||
(fate#311487).
|
||||
- commit 94054c9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
|
||||
|
||||
- ata_piix: ignore disks in a hyper-v guest.
|
||||
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
|
||||
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
|
||||
- Staging: hv: vmbus: Fix checkpatch warnings.
|
||||
- Staging: hv: util: kvp: Fix the reported OSVersion string.
|
||||
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
|
||||
- Staging: hv: Fix macros, tab errors and warning in
|
||||
drivers/staging/hv/hv_mouse.c.
|
||||
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
|
||||
rid of the PCI signature.
|
||||
- Staging: hv: Replace struct hv_guid with the uuid type already
|
||||
defined in Linux.
|
||||
- Staging: hv: vmbus: Introduce vmbus ID space in struct
|
||||
hv_driver.
|
||||
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
|
||||
blockvsc driver.
|
||||
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
|
||||
storvsc driver.
|
||||
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
|
||||
netvsc driver.
|
||||
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
|
||||
mouse driver.
|
||||
- Staging: hv: util: Make hv_utils a vmbus device driver.
|
||||
- Staging: hv: create VMBUS_DEVICE macro and use it.
|
||||
- Staging: hv: vmbus: Cleanup vmbus_match().
|
||||
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
|
||||
- Staging: hv: vmbus: Support the notion of id tables in
|
||||
vmbus_match().
|
||||
- Staging: hv: vmbus: Get rid of an unnecessary include line
|
||||
in vmbus_drv.c.
|
||||
- Staging: hv: storvsc: Get rid of the DMI signature.
|
||||
- Staging: hv: netvsc: Get rid of the PCI signature.
|
||||
- Staging: hv: netvsc: Get rid of the DMI signature in
|
||||
netvsc_drv.c.
|
||||
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
|
||||
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
|
||||
- Staging: hv: fix up driver registering mess.
|
||||
- Staging: hv: vmbus: Get rid of some unnecessary comments.
|
||||
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
|
||||
- Staging: hv: vmbus: Cleanup error handling in hv_init().
|
||||
- Staging: hv: vmbus: Get rid of unnecessay comments in
|
||||
connection.c.
|
||||
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
|
||||
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
|
||||
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
|
||||
- Staging: hv: vmbus: Get rid of unnecessary comments in
|
||||
channel.c.
|
||||
- Staging: hv: vmbus: Change the variable name openInfo to
|
||||
open_info in channel.c.
|
||||
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
|
||||
- Staging: hv: vmbus: Cleanup the error return value in
|
||||
vmbus_recvpacket_raw().
|
||||
- Staging: hv: netvsc: Get rid of an unnecessary print statement
|
||||
in netvsc_probe().
|
||||
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_dev_add().
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_channel_init().
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_connect_to_vsp().
|
||||
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
|
||||
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
|
||||
from storvsc.c.
|
||||
- Staging: hv: storvsc: Fix/cleanup some dated comments in
|
||||
storvsc.c.
|
||||
- Staging: hv: storvsc: Cleanup returned error code in
|
||||
storvsc_host_reset().
|
||||
- Staging: hv: storvsc: Cleanup error code returned in
|
||||
storvsc_probe().
|
||||
- Staging: hv: storvsc: Cleanup returned error code in
|
||||
storvsc_drv_init().
|
||||
- Staging: hv: netvsc: Cleanup the returned error code in
|
||||
netvsc_probe().
|
||||
- Staging: hv: netvsc: Cleanup error return codes in
|
||||
netvsc_destroy_recv_buf().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
netvsc_init_recv_buf().
|
||||
- Staging: hv: netvsc: Cleanup error returns in
|
||||
netvsc_connect_vsp().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
netvsc_send().
|
||||
- Staging: hv: netvsc: Cleanup error return codes in
|
||||
netvsc_device_add().
|
||||
- Staging: hv: netvsc: Cleanup error codes in
|
||||
rndis_filter_receive().
|
||||
- Staging: hv: netvsc: Cleanup error code in
|
||||
rndis_filter_query_device().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
rndis_filter_set_packet_filter().
|
||||
- Staging: hv: netvsc: Cleanup error returns in
|
||||
rndis_filter_init_device().
|
||||
- Staging: hv: netvsc: Cleanup error code in
|
||||
rndis_filter_device_add().
|
||||
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
|
||||
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
|
||||
- Staging: hv: netvsc: Change the jump label Exit to exit.
|
||||
- Staging: hv: mouse: Get rid of the unused PCI signature.
|
||||
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
|
||||
- Staging: hv: hv_mouse: remove inputreport_callback function.
|
||||
- Staging: hv: hv_mouse: remove a forward declaration.
|
||||
- Staging: hv: hv_mouse: fix up remove() function.
|
||||
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
|
||||
- Staging: hv: add driver_data to hv_vmbus_device_id.
|
||||
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
|
||||
- Staging: hv: file2alias: fix up alias creation logic for
|
||||
hv_vmbus_device_id.
|
||||
- Staging: hv: storvsc: Inline free_stor_device().
|
||||
- Staging: hv: storvsc: Do not aquire an unnecessary reference
|
||||
on stor_device.
|
||||
- Staging: hv: storvsc: Rename must_get_stor_device().
|
||||
- Staging: hv: storvsc: Rename get_stor_device().
|
||||
- Staging: hv: storvsc: Cleanup alloc_stor_device().
|
||||
- Staging: hv: storvsc: Introduce state to manage the lifecycle
|
||||
of stor device.
|
||||
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
|
||||
is being destroyed.
|
||||
- Staging: hv: storvsc: Get rid of release_stor_device() by
|
||||
inlining the code.
|
||||
- Staging: hv: storvsc: Get rid of final_release_stor_device()
|
||||
by inlining code.
|
||||
- Staging: hv: storvsc: Get rid of the reference counting in
|
||||
struct storvsc_device.
|
||||
- Staging: hv: netvsc: Inline the code for free_net_device().
|
||||
- Staging: hv: netvsc: Cleanup alloc_net_device().
|
||||
- Staging: hv: netvsc: Introduce state to manage the lifecycle
|
||||
of net device.
|
||||
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
|
||||
is destroyed.
|
||||
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
|
||||
by inlining the code.
|
||||
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
|
||||
by inlining the code.
|
||||
- Staging: hv: netvsc: Get rid of the refcnt field in struct
|
||||
netvsc_device.
|
||||
- Staging: hv: storvsc: Add code to handle IDE devices using
|
||||
the storvsc driver.
|
||||
- Staging: hv: storvsc: Handle IDE devices using the storvsc
|
||||
driver.
|
||||
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
|
||||
not used.
|
||||
- Staging: hv: storvsc: Optimize bounce buffer handling for the
|
||||
"write" case.
|
||||
- Staging: hv: storvsc: Optimize the bounce buffer handling in
|
||||
the "read" case.
|
||||
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
|
||||
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
|
||||
contents of storvsc.c.
|
||||
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
|
||||
to storvsc_drv.c.
|
||||
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
|
||||
contents of hyperv_storage.h.
|
||||
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
|
||||
and MODE_SENSE.
|
||||
- Staging: hv: storvsc: Fix a typo.
|
||||
- Staging: hv: storvsc: In case of scsi errors offline the device.
|
||||
- Staging: hv: storvsc: No need to copy from bounce buffer in
|
||||
case of a failure.
|
||||
- Staging: hv: util: Forcefully shutdown when shutdown is
|
||||
requested.
|
||||
- Staging: hv: util: Adjust guest time in a process context.
|
||||
- Staging: hv: vmbus: Check before invoking the channel callback.
|
||||
- Staging: hv: vmbus: Properly deal with de-registering channel
|
||||
callback.
|
||||
- Staging: hv: Fix a bug in vmbus_match().
|
||||
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
|
||||
the code.
|
||||
- Staging: hv: vmbus: Do not enable auto eoi.
|
||||
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
|
||||
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
|
||||
- Staging: hv: vmbus: Get rid of an unnecessary check in
|
||||
vmbus_connect().
|
||||
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
|
||||
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
|
||||
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
|
||||
- Staging: hv: netvsc: return negative error codes.
|
||||
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
|
||||
- commit d77df1b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de
|
||||
|
||||
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
|
||||
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.
|
||||
- commit bd9ecd2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
|
||||
|
||||
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
|
||||
off of a USB3 device (bnc#712752)
|
||||
- commit f6522ba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
|
||||
- commit 626749c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refresh patches.rpmify/pti-depends-on-x86-pci.
|
||||
- commit e82bcac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Disabled patches.rpmify/pti-depends-on-x86-pci
|
||||
- commit 0baba30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.1-rc4.
|
||||
- commit 68e08b1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- PTI: depends on X86 && PCI.
|
||||
- commit e975e4b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- scsi_dh_alua: always update TPGS status on activate.
|
||||
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
|
||||
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
|
||||
- scsi_dh: Implement match callback function.
|
||||
- Delete patches.fixes/scsi-dh-alua-retry-UA.
|
||||
- Delete patches.fixes/scsi-dh-alua-send-stpg.
|
||||
- commit 58d8073
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
|
||||
- commit 7d43f4b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refreshed and re-enabled dm-path patches:
|
||||
- patches.suse/dm-mpath-accept-failed-paths.
|
||||
- patches.suse/dm-mpath-detach-existing-hardware-handler.
|
||||
- commit 70cadcd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.1-rc3.
|
||||
- Eliminated 8 patches.
|
||||
- Xen is disabled.
|
||||
- commit eccefcc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de
|
||||
|
||||
|
15514
kernel-default.spec
15514
kernel-default.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,275 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update to 3.1-rc5 from https://github.com/torvalds/linux.git.
|
||||
- commit 8a211c9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 2 18:29:33 CEST 2011 - ohering@suse.de
|
||||
|
||||
- Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/
|
||||
(fate#311487).
|
||||
- commit 94054c9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
|
||||
|
||||
- ata_piix: ignore disks in a hyper-v guest.
|
||||
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
|
||||
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
|
||||
- Staging: hv: vmbus: Fix checkpatch warnings.
|
||||
- Staging: hv: util: kvp: Fix the reported OSVersion string.
|
||||
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
|
||||
- Staging: hv: Fix macros, tab errors and warning in
|
||||
drivers/staging/hv/hv_mouse.c.
|
||||
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
|
||||
rid of the PCI signature.
|
||||
- Staging: hv: Replace struct hv_guid with the uuid type already
|
||||
defined in Linux.
|
||||
- Staging: hv: vmbus: Introduce vmbus ID space in struct
|
||||
hv_driver.
|
||||
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
|
||||
blockvsc driver.
|
||||
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
|
||||
storvsc driver.
|
||||
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
|
||||
netvsc driver.
|
||||
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
|
||||
mouse driver.
|
||||
- Staging: hv: util: Make hv_utils a vmbus device driver.
|
||||
- Staging: hv: create VMBUS_DEVICE macro and use it.
|
||||
- Staging: hv: vmbus: Cleanup vmbus_match().
|
||||
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
|
||||
- Staging: hv: vmbus: Support the notion of id tables in
|
||||
vmbus_match().
|
||||
- Staging: hv: vmbus: Get rid of an unnecessary include line
|
||||
in vmbus_drv.c.
|
||||
- Staging: hv: storvsc: Get rid of the DMI signature.
|
||||
- Staging: hv: netvsc: Get rid of the PCI signature.
|
||||
- Staging: hv: netvsc: Get rid of the DMI signature in
|
||||
netvsc_drv.c.
|
||||
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
|
||||
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
|
||||
- Staging: hv: fix up driver registering mess.
|
||||
- Staging: hv: vmbus: Get rid of some unnecessary comments.
|
||||
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
|
||||
- Staging: hv: vmbus: Cleanup error handling in hv_init().
|
||||
- Staging: hv: vmbus: Get rid of unnecessay comments in
|
||||
connection.c.
|
||||
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
|
||||
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
|
||||
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
|
||||
- Staging: hv: vmbus: Get rid of unnecessary comments in
|
||||
channel.c.
|
||||
- Staging: hv: vmbus: Change the variable name openInfo to
|
||||
open_info in channel.c.
|
||||
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
|
||||
- Staging: hv: vmbus: Cleanup the error return value in
|
||||
vmbus_recvpacket_raw().
|
||||
- Staging: hv: netvsc: Get rid of an unnecessary print statement
|
||||
in netvsc_probe().
|
||||
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_dev_add().
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_channel_init().
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_connect_to_vsp().
|
||||
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
|
||||
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
|
||||
from storvsc.c.
|
||||
- Staging: hv: storvsc: Fix/cleanup some dated comments in
|
||||
storvsc.c.
|
||||
- Staging: hv: storvsc: Cleanup returned error code in
|
||||
storvsc_host_reset().
|
||||
- Staging: hv: storvsc: Cleanup error code returned in
|
||||
storvsc_probe().
|
||||
- Staging: hv: storvsc: Cleanup returned error code in
|
||||
storvsc_drv_init().
|
||||
- Staging: hv: netvsc: Cleanup the returned error code in
|
||||
netvsc_probe().
|
||||
- Staging: hv: netvsc: Cleanup error return codes in
|
||||
netvsc_destroy_recv_buf().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
netvsc_init_recv_buf().
|
||||
- Staging: hv: netvsc: Cleanup error returns in
|
||||
netvsc_connect_vsp().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
netvsc_send().
|
||||
- Staging: hv: netvsc: Cleanup error return codes in
|
||||
netvsc_device_add().
|
||||
- Staging: hv: netvsc: Cleanup error codes in
|
||||
rndis_filter_receive().
|
||||
- Staging: hv: netvsc: Cleanup error code in
|
||||
rndis_filter_query_device().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
rndis_filter_set_packet_filter().
|
||||
- Staging: hv: netvsc: Cleanup error returns in
|
||||
rndis_filter_init_device().
|
||||
- Staging: hv: netvsc: Cleanup error code in
|
||||
rndis_filter_device_add().
|
||||
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
|
||||
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
|
||||
- Staging: hv: netvsc: Change the jump label Exit to exit.
|
||||
- Staging: hv: mouse: Get rid of the unused PCI signature.
|
||||
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
|
||||
- Staging: hv: hv_mouse: remove inputreport_callback function.
|
||||
- Staging: hv: hv_mouse: remove a forward declaration.
|
||||
- Staging: hv: hv_mouse: fix up remove() function.
|
||||
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
|
||||
- Staging: hv: add driver_data to hv_vmbus_device_id.
|
||||
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
|
||||
- Staging: hv: file2alias: fix up alias creation logic for
|
||||
hv_vmbus_device_id.
|
||||
- Staging: hv: storvsc: Inline free_stor_device().
|
||||
- Staging: hv: storvsc: Do not aquire an unnecessary reference
|
||||
on stor_device.
|
||||
- Staging: hv: storvsc: Rename must_get_stor_device().
|
||||
- Staging: hv: storvsc: Rename get_stor_device().
|
||||
- Staging: hv: storvsc: Cleanup alloc_stor_device().
|
||||
- Staging: hv: storvsc: Introduce state to manage the lifecycle
|
||||
of stor device.
|
||||
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
|
||||
is being destroyed.
|
||||
- Staging: hv: storvsc: Get rid of release_stor_device() by
|
||||
inlining the code.
|
||||
- Staging: hv: storvsc: Get rid of final_release_stor_device()
|
||||
by inlining code.
|
||||
- Staging: hv: storvsc: Get rid of the reference counting in
|
||||
struct storvsc_device.
|
||||
- Staging: hv: netvsc: Inline the code for free_net_device().
|
||||
- Staging: hv: netvsc: Cleanup alloc_net_device().
|
||||
- Staging: hv: netvsc: Introduce state to manage the lifecycle
|
||||
of net device.
|
||||
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
|
||||
is destroyed.
|
||||
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
|
||||
by inlining the code.
|
||||
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
|
||||
by inlining the code.
|
||||
- Staging: hv: netvsc: Get rid of the refcnt field in struct
|
||||
netvsc_device.
|
||||
- Staging: hv: storvsc: Add code to handle IDE devices using
|
||||
the storvsc driver.
|
||||
- Staging: hv: storvsc: Handle IDE devices using the storvsc
|
||||
driver.
|
||||
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
|
||||
not used.
|
||||
- Staging: hv: storvsc: Optimize bounce buffer handling for the
|
||||
"write" case.
|
||||
- Staging: hv: storvsc: Optimize the bounce buffer handling in
|
||||
the "read" case.
|
||||
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
|
||||
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
|
||||
contents of storvsc.c.
|
||||
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
|
||||
to storvsc_drv.c.
|
||||
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
|
||||
contents of hyperv_storage.h.
|
||||
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
|
||||
and MODE_SENSE.
|
||||
- Staging: hv: storvsc: Fix a typo.
|
||||
- Staging: hv: storvsc: In case of scsi errors offline the device.
|
||||
- Staging: hv: storvsc: No need to copy from bounce buffer in
|
||||
case of a failure.
|
||||
- Staging: hv: util: Forcefully shutdown when shutdown is
|
||||
requested.
|
||||
- Staging: hv: util: Adjust guest time in a process context.
|
||||
- Staging: hv: vmbus: Check before invoking the channel callback.
|
||||
- Staging: hv: vmbus: Properly deal with de-registering channel
|
||||
callback.
|
||||
- Staging: hv: Fix a bug in vmbus_match().
|
||||
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
|
||||
the code.
|
||||
- Staging: hv: vmbus: Do not enable auto eoi.
|
||||
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
|
||||
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
|
||||
- Staging: hv: vmbus: Get rid of an unnecessary check in
|
||||
vmbus_connect().
|
||||
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
|
||||
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
|
||||
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
|
||||
- Staging: hv: netvsc: return negative error codes.
|
||||
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
|
||||
- commit d77df1b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de
|
||||
|
||||
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
|
||||
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.
|
||||
- commit bd9ecd2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
|
||||
|
||||
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
|
||||
off of a USB3 device (bnc#712752)
|
||||
- commit f6522ba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
|
||||
- commit 626749c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refresh patches.rpmify/pti-depends-on-x86-pci.
|
||||
- commit e82bcac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Disabled patches.rpmify/pti-depends-on-x86-pci
|
||||
- commit 0baba30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.1-rc4.
|
||||
- commit 68e08b1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- PTI: depends on X86 && PCI.
|
||||
- commit e975e4b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- scsi_dh_alua: always update TPGS status on activate.
|
||||
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
|
||||
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
|
||||
- scsi_dh: Implement match callback function.
|
||||
- Delete patches.fixes/scsi-dh-alua-retry-UA.
|
||||
- Delete patches.fixes/scsi-dh-alua-send-stpg.
|
||||
- commit 58d8073
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
|
||||
- commit 7d43f4b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refreshed and re-enabled dm-path patches:
|
||||
- patches.suse/dm-mpath-accept-failed-paths.
|
||||
- patches.suse/dm-mpath-detach-existing-hardware-handler.
|
||||
- commit 70cadcd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.1-rc3.
|
||||
- Eliminated 8 patches.
|
||||
- Xen is disabled.
|
||||
- commit eccefcc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de
|
||||
|
||||
|
15509
kernel-desktop.spec
15509
kernel-desktop.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,275 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update to 3.1-rc5 from https://github.com/torvalds/linux.git.
|
||||
- commit 8a211c9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 2 18:29:33 CEST 2011 - ohering@suse.de
|
||||
|
||||
- Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/
|
||||
(fate#311487).
|
||||
- commit 94054c9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
|
||||
|
||||
- ata_piix: ignore disks in a hyper-v guest.
|
||||
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
|
||||
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
|
||||
- Staging: hv: vmbus: Fix checkpatch warnings.
|
||||
- Staging: hv: util: kvp: Fix the reported OSVersion string.
|
||||
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
|
||||
- Staging: hv: Fix macros, tab errors and warning in
|
||||
drivers/staging/hv/hv_mouse.c.
|
||||
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
|
||||
rid of the PCI signature.
|
||||
- Staging: hv: Replace struct hv_guid with the uuid type already
|
||||
defined in Linux.
|
||||
- Staging: hv: vmbus: Introduce vmbus ID space in struct
|
||||
hv_driver.
|
||||
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
|
||||
blockvsc driver.
|
||||
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
|
||||
storvsc driver.
|
||||
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
|
||||
netvsc driver.
|
||||
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
|
||||
mouse driver.
|
||||
- Staging: hv: util: Make hv_utils a vmbus device driver.
|
||||
- Staging: hv: create VMBUS_DEVICE macro and use it.
|
||||
- Staging: hv: vmbus: Cleanup vmbus_match().
|
||||
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
|
||||
- Staging: hv: vmbus: Support the notion of id tables in
|
||||
vmbus_match().
|
||||
- Staging: hv: vmbus: Get rid of an unnecessary include line
|
||||
in vmbus_drv.c.
|
||||
- Staging: hv: storvsc: Get rid of the DMI signature.
|
||||
- Staging: hv: netvsc: Get rid of the PCI signature.
|
||||
- Staging: hv: netvsc: Get rid of the DMI signature in
|
||||
netvsc_drv.c.
|
||||
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
|
||||
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
|
||||
- Staging: hv: fix up driver registering mess.
|
||||
- Staging: hv: vmbus: Get rid of some unnecessary comments.
|
||||
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
|
||||
- Staging: hv: vmbus: Cleanup error handling in hv_init().
|
||||
- Staging: hv: vmbus: Get rid of unnecessay comments in
|
||||
connection.c.
|
||||
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
|
||||
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
|
||||
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
|
||||
- Staging: hv: vmbus: Get rid of unnecessary comments in
|
||||
channel.c.
|
||||
- Staging: hv: vmbus: Change the variable name openInfo to
|
||||
open_info in channel.c.
|
||||
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
|
||||
- Staging: hv: vmbus: Cleanup the error return value in
|
||||
vmbus_recvpacket_raw().
|
||||
- Staging: hv: netvsc: Get rid of an unnecessary print statement
|
||||
in netvsc_probe().
|
||||
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_dev_add().
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_channel_init().
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_connect_to_vsp().
|
||||
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
|
||||
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
|
||||
from storvsc.c.
|
||||
- Staging: hv: storvsc: Fix/cleanup some dated comments in
|
||||
storvsc.c.
|
||||
- Staging: hv: storvsc: Cleanup returned error code in
|
||||
storvsc_host_reset().
|
||||
- Staging: hv: storvsc: Cleanup error code returned in
|
||||
storvsc_probe().
|
||||
- Staging: hv: storvsc: Cleanup returned error code in
|
||||
storvsc_drv_init().
|
||||
- Staging: hv: netvsc: Cleanup the returned error code in
|
||||
netvsc_probe().
|
||||
- Staging: hv: netvsc: Cleanup error return codes in
|
||||
netvsc_destroy_recv_buf().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
netvsc_init_recv_buf().
|
||||
- Staging: hv: netvsc: Cleanup error returns in
|
||||
netvsc_connect_vsp().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
netvsc_send().
|
||||
- Staging: hv: netvsc: Cleanup error return codes in
|
||||
netvsc_device_add().
|
||||
- Staging: hv: netvsc: Cleanup error codes in
|
||||
rndis_filter_receive().
|
||||
- Staging: hv: netvsc: Cleanup error code in
|
||||
rndis_filter_query_device().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
rndis_filter_set_packet_filter().
|
||||
- Staging: hv: netvsc: Cleanup error returns in
|
||||
rndis_filter_init_device().
|
||||
- Staging: hv: netvsc: Cleanup error code in
|
||||
rndis_filter_device_add().
|
||||
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
|
||||
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
|
||||
- Staging: hv: netvsc: Change the jump label Exit to exit.
|
||||
- Staging: hv: mouse: Get rid of the unused PCI signature.
|
||||
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
|
||||
- Staging: hv: hv_mouse: remove inputreport_callback function.
|
||||
- Staging: hv: hv_mouse: remove a forward declaration.
|
||||
- Staging: hv: hv_mouse: fix up remove() function.
|
||||
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
|
||||
- Staging: hv: add driver_data to hv_vmbus_device_id.
|
||||
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
|
||||
- Staging: hv: file2alias: fix up alias creation logic for
|
||||
hv_vmbus_device_id.
|
||||
- Staging: hv: storvsc: Inline free_stor_device().
|
||||
- Staging: hv: storvsc: Do not aquire an unnecessary reference
|
||||
on stor_device.
|
||||
- Staging: hv: storvsc: Rename must_get_stor_device().
|
||||
- Staging: hv: storvsc: Rename get_stor_device().
|
||||
- Staging: hv: storvsc: Cleanup alloc_stor_device().
|
||||
- Staging: hv: storvsc: Introduce state to manage the lifecycle
|
||||
of stor device.
|
||||
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
|
||||
is being destroyed.
|
||||
- Staging: hv: storvsc: Get rid of release_stor_device() by
|
||||
inlining the code.
|
||||
- Staging: hv: storvsc: Get rid of final_release_stor_device()
|
||||
by inlining code.
|
||||
- Staging: hv: storvsc: Get rid of the reference counting in
|
||||
struct storvsc_device.
|
||||
- Staging: hv: netvsc: Inline the code for free_net_device().
|
||||
- Staging: hv: netvsc: Cleanup alloc_net_device().
|
||||
- Staging: hv: netvsc: Introduce state to manage the lifecycle
|
||||
of net device.
|
||||
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
|
||||
is destroyed.
|
||||
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
|
||||
by inlining the code.
|
||||
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
|
||||
by inlining the code.
|
||||
- Staging: hv: netvsc: Get rid of the refcnt field in struct
|
||||
netvsc_device.
|
||||
- Staging: hv: storvsc: Add code to handle IDE devices using
|
||||
the storvsc driver.
|
||||
- Staging: hv: storvsc: Handle IDE devices using the storvsc
|
||||
driver.
|
||||
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
|
||||
not used.
|
||||
- Staging: hv: storvsc: Optimize bounce buffer handling for the
|
||||
"write" case.
|
||||
- Staging: hv: storvsc: Optimize the bounce buffer handling in
|
||||
the "read" case.
|
||||
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
|
||||
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
|
||||
contents of storvsc.c.
|
||||
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
|
||||
to storvsc_drv.c.
|
||||
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
|
||||
contents of hyperv_storage.h.
|
||||
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
|
||||
and MODE_SENSE.
|
||||
- Staging: hv: storvsc: Fix a typo.
|
||||
- Staging: hv: storvsc: In case of scsi errors offline the device.
|
||||
- Staging: hv: storvsc: No need to copy from bounce buffer in
|
||||
case of a failure.
|
||||
- Staging: hv: util: Forcefully shutdown when shutdown is
|
||||
requested.
|
||||
- Staging: hv: util: Adjust guest time in a process context.
|
||||
- Staging: hv: vmbus: Check before invoking the channel callback.
|
||||
- Staging: hv: vmbus: Properly deal with de-registering channel
|
||||
callback.
|
||||
- Staging: hv: Fix a bug in vmbus_match().
|
||||
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
|
||||
the code.
|
||||
- Staging: hv: vmbus: Do not enable auto eoi.
|
||||
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
|
||||
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
|
||||
- Staging: hv: vmbus: Get rid of an unnecessary check in
|
||||
vmbus_connect().
|
||||
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
|
||||
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
|
||||
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
|
||||
- Staging: hv: netvsc: return negative error codes.
|
||||
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
|
||||
- commit d77df1b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de
|
||||
|
||||
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
|
||||
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.
|
||||
- commit bd9ecd2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
|
||||
|
||||
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
|
||||
off of a USB3 device (bnc#712752)
|
||||
- commit f6522ba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
|
||||
- commit 626749c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refresh patches.rpmify/pti-depends-on-x86-pci.
|
||||
- commit e82bcac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Disabled patches.rpmify/pti-depends-on-x86-pci
|
||||
- commit 0baba30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.1-rc4.
|
||||
- commit 68e08b1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- PTI: depends on X86 && PCI.
|
||||
- commit e975e4b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- scsi_dh_alua: always update TPGS status on activate.
|
||||
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
|
||||
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
|
||||
- scsi_dh: Implement match callback function.
|
||||
- Delete patches.fixes/scsi-dh-alua-retry-UA.
|
||||
- Delete patches.fixes/scsi-dh-alua-send-stpg.
|
||||
- commit 58d8073
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
|
||||
- commit 7d43f4b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refreshed and re-enabled dm-path patches:
|
||||
- patches.suse/dm-mpath-accept-failed-paths.
|
||||
- patches.suse/dm-mpath-detach-existing-hardware-handler.
|
||||
- commit 70cadcd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.1-rc3.
|
||||
- Eliminated 8 patches.
|
||||
- Xen is disabled.
|
||||
- commit eccefcc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de
|
||||
|
||||
|
15480
kernel-docs.spec
15480
kernel-docs.spec
File diff suppressed because it is too large
Load Diff
23849
kernel-ec2.changes
23849
kernel-ec2.changes
File diff suppressed because it is too large
Load Diff
892
kernel-ec2.spec
892
kernel-ec2.spec
@ -1,892 +0,0 @@
|
||||
#
|
||||
# spec file for package kernel-ec2
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0
|
||||
%define patchversion 3.0.0
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
%define build_flavor ec2
|
||||
%define build_kdump (%build_flavor == "kdump")
|
||||
%define build_xen (%build_flavor == "xen" || %build_flavor == "ec2")
|
||||
%define build_vanilla (%build_flavor == "vanilla")
|
||||
%define build_ps3 (%build_flavor == "ps3")
|
||||
|
||||
%define build_src_dir %my_builddir/linux-%srcversion
|
||||
%define src_install_dir /usr/src/linux-%kernelrelease%variant
|
||||
%define obj_install_dir %src_install_dir-obj
|
||||
%define rpm_install_dir %buildroot%obj_install_dir
|
||||
%define kernel_build_dir %my_builddir/linux-obj
|
||||
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
|
||||
|
||||
%global cpu_arch %(%_sourcedir/arch-symbols %_target_cpu)
|
||||
%define cpu_arch_flavor %cpu_arch/%build_flavor
|
||||
|
||||
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||
# defining them all at once.)
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT
|
||||
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||
%define split_base (%CONFIG_SPLIT_PACKAGE == "y")
|
||||
%define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y")
|
||||
|
||||
%ifarch %ix86 x86_64
|
||||
%define install_vdso 1
|
||||
%else
|
||||
%define install_vdso 0
|
||||
%endif
|
||||
|
||||
Name: kernel-ec2
|
||||
Summary: The Amazon EC2 Xen Kernel
|
||||
Version: 3.0.0
|
||||
Release: 2
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
AutoReqProv: on
|
||||
BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
%if %split_base
|
||||
Provides: kernel-base = %version-%source_rel
|
||||
# Obsolete the -base subpackage from 11.1 and 11.2 development phase
|
||||
Obsoletes: %name-base <= 2.6.31
|
||||
%endif
|
||||
Requires(pre): coreutils awk
|
||||
# Need a module-init-tools with /usr/lib/module-init-tools/weak-modules2
|
||||
Requires(post): module-init-tools >= 3.4
|
||||
# This Requires is wrong, because the post/postun scripts have a
|
||||
# test -x update-bootloader, having perl-Bootloader is not a hard requirement.
|
||||
# But, there is no way to tell rpm or yast to schedule the installation
|
||||
# of perl-Bootloader before kernel-binary.rpm if both are in the list of
|
||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||
Requires(post): perl-Bootloader >= 0.4.15
|
||||
Requires(post): mkinitrd
|
||||
# Do not install p-b and mkinitrd for the install check, the %post script is
|
||||
# able to handle this
|
||||
#!BuildIgnore: perl-Bootloader mkinitrd
|
||||
# Remove some packages that are installed automatically by the build system,
|
||||
# but are not needed to build the kernel
|
||||
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
|
||||
|
||||
%ifarch ia64
|
||||
# arch/ia64/scripts/unwcheck.py
|
||||
BuildRequires: python
|
||||
%endif
|
||||
%ifarch s390 s390x
|
||||
%if %build_vanilla && 0%{?suse_version} < 1130
|
||||
BuildRequires: dwarfextract
|
||||
%endif
|
||||
%endif
|
||||
%if %build_xen
|
||||
%ifarch %ix86
|
||||
%if %build_flavor != "ec2"
|
||||
Provides: kernel-xenpae = %version
|
||||
Obsoletes: kernel-xenpae <= %version
|
||||
%endif
|
||||
%endif
|
||||
#!BuildIgnore: xen
|
||||
%endif
|
||||
|
||||
Provides: %name-nongpl
|
||||
Obsoletes: %name-nongpl
|
||||
%if %build_vanilla
|
||||
# force bzip2 instead of lzma compression to allow install on older dist versions
|
||||
%define _binary_payload w9.bzdio
|
||||
%endif
|
||||
# dead network if installed on SLES10, otherwise it will work (mostly)
|
||||
Conflicts: sysfsutils < 2.0
|
||||
%if ! %build_vanilla
|
||||
Conflicts: apparmor-profiles <= 2.1
|
||||
Conflicts: apparmor-parser < 2.3
|
||||
# root-lvm only works with newer udevs
|
||||
Conflicts: udev < 118
|
||||
Conflicts: lvm2 < 2.02.33
|
||||
%endif
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
Source9: devel-post.sh
|
||||
Source10: preun.sh
|
||||
Source11: postun.sh
|
||||
Source12: pre.sh
|
||||
Source13: post.sh
|
||||
Source14: series.conf
|
||||
Source16: guards
|
||||
Source17: apply-patches
|
||||
Source21: config.conf
|
||||
Source23: supported.conf
|
||||
Source33: check-for-config-changes
|
||||
Source34: check-supported-list
|
||||
Source35: group-source-files.pl
|
||||
Source37: README.SUSE
|
||||
Source38: README.KSYMS
|
||||
Source39: config-options.changes.txt
|
||||
Source40: source-timestamp
|
||||
Source44: find-provides
|
||||
Source45: split-modules
|
||||
Source46: modversions
|
||||
Source48: macros.kernel-source
|
||||
Source49: kernel-module-subpackage
|
||||
Source50: kabi.pl
|
||||
Source51: mkspec
|
||||
Source52: kernel-source%variant.changes
|
||||
Source53: kernel-source.spec.in
|
||||
Source54: kernel-binary.spec.in
|
||||
Source55: kernel-syms.spec.in
|
||||
Source56: kernel-docs.spec.in
|
||||
Source60: config.sh
|
||||
Source61: compute-PATCHVERSION.sh
|
||||
Source62: old-packages.conf
|
||||
Source63: arch-symbols
|
||||
Source64: package-descriptions
|
||||
Source65: kernel-spec-macros
|
||||
Source66: configtool.pl
|
||||
Source67: log.sh
|
||||
Source100: config.tar.bz2
|
||||
Source101: config.addon.tar.bz2
|
||||
Source102: patches.arch.tar.bz2
|
||||
Source103: patches.drivers.tar.bz2
|
||||
Source104: patches.fixes.tar.bz2
|
||||
Source105: patches.rpmify.tar.bz2
|
||||
Source106: patches.suse.tar.bz2
|
||||
Source107: patches.xen.tar.bz2
|
||||
Source108: patches.addon.tar.bz2
|
||||
Source109: patches.kernel.org.tar.bz2
|
||||
Source110: patches.apparmor.tar.bz2
|
||||
Source111: patches.rt.tar.bz2
|
||||
Source112: patches.trace.tar.bz2
|
||||
Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
Source121: sysctl.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: %ix86 x86_64
|
||||
|
||||
# These files are found in the kernel-source package:
|
||||
NoSource: 0
|
||||
NoSource: 100
|
||||
NoSource: 101
|
||||
NoSource: 102
|
||||
NoSource: 103
|
||||
NoSource: 104
|
||||
NoSource: 105
|
||||
NoSource: 106
|
||||
NoSource: 107
|
||||
NoSource: 108
|
||||
NoSource: 109
|
||||
NoSource: 110
|
||||
NoSource: 111
|
||||
NoSource: 112
|
||||
NoSource: 113
|
||||
NoSource: 120
|
||||
NoSource: 121
|
||||
|
||||
# The following KMPs have been integrated into the kernel package,
|
||||
# grouped by the last product that contained them.
|
||||
# sles10 / 10.3
|
||||
Obsoletes: iwlwifi-kmp-%build_flavor
|
||||
Obsoletes: ipw3945-kmp-%build_flavor
|
||||
# sles10 / 11.0
|
||||
Obsoletes: uvcvideo-kmp-%build_flavor
|
||||
# 11.0
|
||||
Obsoletes: atl2-kmp-%build_flavor
|
||||
Obsoletes: wlan-ng-kmp-%build_flavor
|
||||
Obsoletes: et131x-kmp-%build_flavor
|
||||
Obsoletes: ivtv-kmp-%build_flavor
|
||||
Obsoletes: at76_usb-kmp-%build_flavor
|
||||
Obsoletes: pcc-acpi-kmp-%build_flavor
|
||||
Obsoletes: btusb-kmp-%build_flavor
|
||||
# sle11-ga
|
||||
Obsoletes: enic-kmp-%build_flavor
|
||||
Obsoletes: fnic-kmp-%build_flavor
|
||||
Obsoletes: brocade-bfa-kmp-%build_flavor
|
||||
Obsoletes: kvm-kmp-%build_flavor
|
||||
Obsoletes: perfmon-kmp-%build_flavor
|
||||
Obsoletes: iwlagn-2-6-27-kmp-%build_flavor
|
||||
Obsoletes: msi-wmi-kmp-%build_flavor
|
||||
# sle11
|
||||
Obsoletes: ocfs2-kmp-%build_flavor
|
||||
# 11.1
|
||||
Obsoletes: quickcam-kmp-%build_flavor < 0.6.7
|
||||
|
||||
# Provide the exported symbols as "ksym(symbol) = hash"
|
||||
%define __find_provides %_sourcedir/find-provides %name
|
||||
|
||||
# Will modules not listed in supported.conf abort the kernel build (0/1)?
|
||||
%define supported_modules_check 0
|
||||
|
||||
%description
|
||||
The Linux kernel for Xen paravirtualization.
|
||||
|
||||
This kernel can only be used both as an unprivileged ("xenU")
|
||||
kernel (for Amazon EC2).
|
||||
|
||||
|
||||
%source_timestamp
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-%srcversion.tar.bz2 ]; then
|
||||
echo "The %name-%version.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-%version.src.rpm."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
SYMBOLS=
|
||||
if test -e %_sourcedir/extra-symbols; then
|
||||
SYMBOLS=$(cat %_sourcedir/extra-symbols)
|
||||
echo "extra symbol(s):" $SYMBOLS
|
||||
fi
|
||||
|
||||
# Unpack all sources and patches
|
||||
%setup -q -c -T -a 0 -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 106 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 113 -a 120 -a 121
|
||||
|
||||
mkdir -p %kernel_build_dir
|
||||
|
||||
supported_conf() {
|
||||
%_sourcedir/guards $* < %_sourcedir/supported.conf | \
|
||||
sed 's,.*/,,; s,\.ko$,,' | sort -u
|
||||
}
|
||||
|
||||
# Generate the list of modules to be marked as supported
|
||||
{ supported_conf base
|
||||
supported_conf --default=0 external | sed 's/$/ external/'
|
||||
} > %kernel_build_dir/Module.supported
|
||||
supported_conf --default=0 base >%kernel_build_dir/Module.base
|
||||
|
||||
cd linux-%srcversion
|
||||
|
||||
%_sourcedir/apply-patches \
|
||||
%if %{build_vanilla}
|
||||
--vanilla \
|
||||
%endif
|
||||
%_sourcedir/series.conf .. $SYMBOLS
|
||||
|
||||
cd %kernel_build_dir
|
||||
|
||||
if [ -f %_sourcedir/localversion ] ; then
|
||||
cat %_sourcedir/localversion > localversion
|
||||
fi
|
||||
|
||||
if test -e ../config.addon/%cpu_arch_flavor; then
|
||||
# FIXME: config.addon doesn't affect the %CONFIG_ macros defined at
|
||||
# the top of the specfile
|
||||
%_sourcedir/configtool.pl ../config{,.addon}/%cpu_arch_flavor >.config
|
||||
else
|
||||
cp ../config/%cpu_arch_flavor .config
|
||||
fi
|
||||
%build_src_dir/scripts/config \
|
||||
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
|
||||
--enable CONFIG_SUSE_KERNEL \
|
||||
%if 0%{?__debug_package:1}
|
||||
--enable CONFIG_DEBUG_INFO \
|
||||
--disable CONFIG_DEBUG_INFO_REDUCED
|
||||
%else
|
||||
--disable CONFIG_DEBUG_INFO
|
||||
%endif
|
||||
|
||||
MAKE_ARGS="$MAKE_ARGS -C %build_src_dir O=$PWD"
|
||||
if test -e %_sourcedir/TOLERATE-UNKNOWN-NEW-CONFIG-OPTIONS; then
|
||||
yes '' | make oldconfig $MAKE_ARGS
|
||||
else
|
||||
cp .config .config.orig
|
||||
make silentoldconfig $MAKE_ARGS < /dev/null
|
||||
%_sourcedir/check-for-config-changes .config.orig .config
|
||||
rm .config.orig
|
||||
fi
|
||||
|
||||
make prepare $MAKE_ARGS
|
||||
make scripts $MAKE_ARGS
|
||||
krel=$(make -s kernelrelease $MAKE_ARGS)
|
||||
|
||||
if [ "$krel" != "%kernelrelease-%build_flavor" ]; then
|
||||
echo "Kernel release mismatch: $krel != %kernelrelease-%build_flavor" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
make clean $MAKE_ARGS
|
||||
|
||||
rm -f source
|
||||
find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
|
||||
|
||||
# Override the timestamp 'uname -v' reports with the source timestamp and
|
||||
# the commit hash.
|
||||
date=$(head -n 1 %_sourcedir/source-timestamp)
|
||||
commit=$(sed -n 's/GIT Revision: //p' %_sourcedir/source-timestamp)
|
||||
cat > .kernel-binary.spec.buildenv <<EOF
|
||||
export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})"
|
||||
export KBUILD_VERBOSE=0
|
||||
export KBUILD_SYMTYPES=1
|
||||
export KBUILD_OVERRIDE=1
|
||||
export KBUILD_BUILD_USER=geeko
|
||||
export KBUILD_BUILD_HOST=buildhost
|
||||
EOF
|
||||
|
||||
%build
|
||||
cd %kernel_build_dir
|
||||
source .kernel-binary.spec.buildenv
|
||||
|
||||
# create *.symref files in the tree
|
||||
if test -e %my_builddir/kabi/%cpu_arch/symtypes-%build_flavor; then
|
||||
%_sourcedir/modversions --unpack . < $_
|
||||
fi
|
||||
|
||||
# The %{_smp_mflags} macro is defined to a number, make will spawn that many jobs.
|
||||
# There are several ways how to define it:
|
||||
# If you are using the build script:
|
||||
# build --jobs=N kernel-$flavor.spec
|
||||
# With plain rpmbuild:
|
||||
# rpmbuild -ba --define 'jobs N' kernel-$flavor.spec
|
||||
# To spawn as many jobs as there are cpu cores:
|
||||
# rpmbuild -ba --define "%_smp_mflags -j 0$(grep -Ec 'cpu[0-9]' /proc/stat)" \
|
||||
# kernel-$flavor.spec
|
||||
# You can also set this permanently in ~/.rpmmacros:
|
||||
# %_smp_mflags -j 0%(grep -Ec 'cpu[0-9]' /proc/stat)
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
chmod +x ../linux-%srcversion/scripts/kmsg-doc
|
||||
make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y D=2
|
||||
%else
|
||||
make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
%endif
|
||||
|
||||
%install
|
||||
|
||||
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||
# strip removes too much from the vmlinux ELF binary
|
||||
export NO_BRP_STRIP_DEBUG=true
|
||||
export STRIP_KEEP_SYMTAB='*/vmlinux-*'
|
||||
|
||||
# /lib/modules/%kernelrelease-%build_flavor/build will be a stale symlink until the
|
||||
# kernel-devel package is installed. Don't check for stale symlinks
|
||||
# in the brp-symlink check:
|
||||
export NO_BRP_STALE_LINK_ERROR=yes
|
||||
|
||||
cd %kernel_build_dir
|
||||
|
||||
mkdir -p %buildroot/boot
|
||||
# (Could strip out non-public symbols.)
|
||||
cp -p System.map %buildroot/boot/System.map-%kernelrelease-%build_flavor
|
||||
|
||||
add_vmlinux()
|
||||
{
|
||||
local vmlinux=boot/vmlinux-%kernelrelease-%build_flavor compressed=false
|
||||
|
||||
if test $1 == "--compressed"; then
|
||||
compressed=true
|
||||
fi
|
||||
cp vmlinux %buildroot/$vmlinux
|
||||
>%my_builddir/vmlinux.debug.files
|
||||
%if 0%{?__debug_package:1}
|
||||
if $compressed; then
|
||||
local vmlinux_debug=usr/lib/debug/$vmlinux.debug
|
||||
mkdir -p $(dirname %buildroot/$vmlinux_debug)
|
||||
/usr/lib/rpm/debugedit -b $RPM_BUILD_DIR -d /usr/src/debug \
|
||||
-l vmlinux.sourcefiles %buildroot/$vmlinux
|
||||
# FIXME: create and package build-id symlinks
|
||||
objcopy --only-keep-debug \
|
||||
%buildroot/$vmlinux \
|
||||
%buildroot/$vmlinux_debug || :
|
||||
objcopy --add-gnu-debuglink=%buildroot/$vmlinux_debug \
|
||||
--strip-debug \
|
||||
%buildroot/$vmlinux || :
|
||||
mkdir -p %buildroot/usr/src/debug
|
||||
LANG=C sort -z -u vmlinux.sourcefiles | grep -Ezv "<(built-in|stdin)>" \
|
||||
| ( cd %_builddir && cpio -pd0m %buildroot/usr/src/debug )
|
||||
find %buildroot/usr/src/debug -type d -print0 | xargs -0 -r chmod 0755
|
||||
find %buildroot/usr/src/debug -type f -print0 | xargs -0 -r chmod 0644
|
||||
echo -e "%%defattr(-, root, root)\\n/$vmlinux_debug" >%my_builddir/vmlinux.debug.files
|
||||
else
|
||||
# make vmlinux executable so that find-debuginfo.sh picks it up
|
||||
# (TODO: fix find-debuginfo.sh instead)
|
||||
chmod +x %buildroot/$vmlinux
|
||||
fi
|
||||
%endif
|
||||
if $compressed; then
|
||||
gzip -n -9 %buildroot/$vmlinux
|
||||
chmod a-x %buildroot/$vmlinux.gz
|
||||
fi
|
||||
}
|
||||
|
||||
%if %build_kdump
|
||||
add_vmlinux
|
||||
image=vmlinux
|
||||
%else
|
||||
|
||||
# architecture specifics
|
||||
%ifarch %ix86 x86_64
|
||||
add_vmlinux --compressed
|
||||
%if %build_xen
|
||||
image=vmlinuz
|
||||
%else
|
||||
image=bzImage
|
||||
%endif
|
||||
cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
|
||||
image=vmlinuz
|
||||
%endif
|
||||
%ifarch alpha
|
||||
add_vmlinux --compressed
|
||||
cp -p arch/alpha/boot/vmlinux.gz %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
|
||||
image=vmlinuz
|
||||
%endif
|
||||
%ifarch ppc ppc64
|
||||
add_vmlinux
|
||||
image=vmlinux
|
||||
%endif
|
||||
%ifarch ia64
|
||||
add_vmlinux --compressed
|
||||
mv %buildroot/boot/vmlinux-%kernelrelease-%build_flavor.gz \
|
||||
%buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
|
||||
image=vmlinuz
|
||||
%endif
|
||||
%ifarch s390 s390x
|
||||
add_vmlinux --compressed
|
||||
cp -p arch/s390/boot/image %buildroot/boot/image-%kernelrelease-%build_flavor
|
||||
image=image
|
||||
if test -e arch/s390/boot/kerntypes.o; then
|
||||
cp -p arch/s390/boot/kerntypes.o %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor
|
||||
elif test -x "$(which dwarfextract 2>/dev/null)"; then
|
||||
dwarfextract vmlinux %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor || echo "dwarfextract failed ($?)"
|
||||
fi
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
mkdir -p %buildroot/usr/share/man/man9
|
||||
find man -name '*.9' -exec install -m 644 -D '{}' %buildroot/usr/share/man/man9/ ';'
|
||||
%endif
|
||||
%endif
|
||||
%ifarch sparc64
|
||||
add_vmlinux --compressed
|
||||
image=zImage
|
||||
cp -p arch/sparc/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
|
||||
image=vmlinux
|
||||
%endif
|
||||
|
||||
# end of build_kdump
|
||||
%endif
|
||||
|
||||
for sub in '-base' '' '-extra'; do
|
||||
case "$sub" in
|
||||
'-base' | '') base_package=1 ;;
|
||||
*) base_package=0 ;;
|
||||
esac
|
||||
for script in preun postun pre post devel-pre devel-post; do
|
||||
sed -e "s:@KERNELRELEASE@:%kernelrelease:g" \
|
||||
-e "s:@IMAGE@:$image:g" \
|
||||
-e "s:@FLAVOR""@:%build_flavor:g" \
|
||||
-e "s:@SUBPACKAGE@:%name$sub:g" \
|
||||
-e "s:@BASE_PACKAGE@:$base_package:g" \
|
||||
-e "s:@RPM_VERSION_RELEASE@:%version-%release:g" \
|
||||
-e "s:@RPM_TARGET_CPU@:%_target_cpu:g" \
|
||||
-e "s:@CPU_ARCH_FLAVOR@:%cpu_arch_flavor:g" \
|
||||
-e "s:@SRCVARIANT@:%variant:g" \
|
||||
%_sourcedir/$script.sh > %my_builddir/$script$sub.sh
|
||||
done
|
||||
done
|
||||
|
||||
%if %build_kdump || %build_xen || %build_vanilla || %build_ps3
|
||||
# keep this -suffix list in sync with post.sh and postun.sh
|
||||
suffix=-%build_flavor
|
||||
%endif
|
||||
ln -s $image$suffix %buildroot/boot/$image$suffix
|
||||
ln -s initrd$suffix %buildroot/boot/initrd$suffix
|
||||
|
||||
cp -p .config %buildroot/boot/config-%kernelrelease-%build_flavor
|
||||
sysctl_file=%buildroot/boot/sysctl.conf-%kernelrelease-%build_flavor
|
||||
for file in %my_builddir/sysctl/{defaults,%cpu_arch/arch-defaults,%cpu_arch_flavor}; do
|
||||
if [ -f "$file" ]; then
|
||||
cat "$file"
|
||||
fi
|
||||
done | sed '1i # Generated file - do not edit.' >$sysctl_file
|
||||
if [ ! -s $sysctl_file ]; then
|
||||
rm $sysctl_file
|
||||
fi
|
||||
|
||||
%if %install_vdso
|
||||
# Install the unstripped vdso's that are linked in the kernel image
|
||||
make vdso_install $MAKE_ARGS INSTALL_MOD_PATH=%buildroot
|
||||
%endif
|
||||
|
||||
# Create a dummy initrd with roughly the size the real one will have.
|
||||
# That way, YaST will know that this package requires some additional
|
||||
# space in /boot.
|
||||
dd if=/dev/zero of=%buildroot/boot/initrd-%kernelrelease-%build_flavor \
|
||||
bs=1024 seek=2047 count=1
|
||||
|
||||
if [ %CONFIG_MODULES = y ]; then
|
||||
mkdir -p %rpm_install_dir/%cpu_arch_flavor
|
||||
mkdir -p %buildroot/usr/src/linux-obj/%cpu_arch
|
||||
ln -s %build_flavor %buildroot/usr/src/linux-obj/%cpu_arch_flavor
|
||||
|
||||
gzip -n -c9 < Module.symvers > %buildroot/boot/symvers-%kernelrelease-%build_flavor.gz
|
||||
|
||||
make modules_install $MAKE_ARGS INSTALL_MOD_PATH=%buildroot
|
||||
|
||||
if ! %_sourcedir/check-supported-list \
|
||||
%_sourcedir %buildroot/lib/modules/%kernelrelease-%build_flavor; then
|
||||
%if %supported_modules_check
|
||||
exit 1
|
||||
%endif
|
||||
echo "Consistency check error: please update supported.conf."
|
||||
fi
|
||||
|
||||
%ifarch s390 s390x
|
||||
if test -e arch/s390/boot/kerntypes.o; then
|
||||
:
|
||||
elif test -x "$(which dwarfextract 2>/dev/null)" -a \
|
||||
-f %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor; then
|
||||
find %buildroot -name "*.ko" > kofiles.list
|
||||
dwarfextract %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor -C kofiles.list || echo "dwarfextract failed ($?)"
|
||||
fi
|
||||
%endif
|
||||
|
||||
# Also put the resulting file in %rpm_install_dir/%cpu_arch/%build_flavor
|
||||
# so that kernel-devel + kernel-%build_flavor is sufficient for building
|
||||
# modules that have modversions as well.
|
||||
mkdir -p %rpm_install_dir/%cpu_arch/%build_flavor
|
||||
cp Module.symvers %rpm_install_dir/%cpu_arch/%build_flavor
|
||||
|
||||
# Table of types used in exported symbols (for modversion debugging).
|
||||
%_sourcedir/modversions --pack . > %buildroot/boot/symtypes-%kernelrelease-%build_flavor
|
||||
if [ -s %buildroot/boot/symtypes-%kernelrelease-%build_flavor ]; then
|
||||
gzip -n -9 %buildroot/boot/symtypes-%kernelrelease-%build_flavor
|
||||
else
|
||||
rm -f %buildroot/boot/symtypes-%kernelrelease-%build_flavor
|
||||
fi
|
||||
|
||||
# Some architecture's $(uname -m) output is different from the ARCH
|
||||
# parameter that needs to be passed to kbuild. Create symlinks from
|
||||
# $(uname -m) to the ARCH directory.
|
||||
if [ ! -e %rpm_install_dir/%_target_cpu ]; then
|
||||
ln -sf %cpu_arch %rpm_install_dir/%_target_cpu
|
||||
ln -sf %cpu_arch %buildroot/usr/src/linux-obj/%_target_cpu
|
||||
fi
|
||||
|
||||
# We were building in %my_builddir/linux-%srcversion, but the sources will
|
||||
# later be installed in /usr/src/linux-%srcversion-%source_rel. Fix up the
|
||||
# build symlink.
|
||||
rm -f %buildroot/lib/modules/%kernelrelease-%build_flavor/{source,build}
|
||||
ln -s %src_install_dir \
|
||||
%buildroot/lib/modules/%kernelrelease-%build_flavor/source
|
||||
ln -s %obj_install_dir/%cpu_arch/%build_flavor \
|
||||
%buildroot/lib/modules/%kernelrelease-%build_flavor/build
|
||||
|
||||
# Abort if there are any undefined symbols
|
||||
msg="$(/sbin/depmod -F %buildroot/boot/System.map-%kernelrelease-%build_flavor \
|
||||
-b %buildroot -ae %kernelrelease-%build_flavor 2>&1)"
|
||||
if [ $? -ne 0 ] || echo "$msg" | grep 'needs unknown symbol'; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
%if %split_base
|
||||
%_sourcedir/split-modules -d %buildroot \
|
||||
-o %my_builddir \
|
||||
-b %kernel_build_dir/Module.base \
|
||||
%if ! %supported_modules_check
|
||||
-i \
|
||||
%endif
|
||||
-s %kernel_build_dir/Module.supported
|
||||
%if ! %split_extra
|
||||
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
|
||||
%endif
|
||||
|
||||
%else
|
||||
( cd %buildroot
|
||||
find lib/modules/%kernelrelease-%build_flavor -type f -name '*.ko' -printf '/%%p\n'
|
||||
) > %my_builddir/base-modules
|
||||
%endif
|
||||
|
||||
res=0
|
||||
if test -e %my_builddir/kabi/%cpu_arch/symvers-%build_flavor; then
|
||||
# check for kabi changes
|
||||
%_sourcedir/kabi.pl --rules %my_builddir/kabi/severities \
|
||||
%my_builddir/kabi/%cpu_arch/symvers-%build_flavor \
|
||||
Module.symvers || res=$?
|
||||
fi
|
||||
if [ $res -ne 0 ]; then
|
||||
if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
|
||||
! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then
|
||||
echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \
|
||||
"directory to build this kernel even though its badness is" \
|
||||
"higher than allowed for an official kernel."
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
tar -cf - -T %my_builddir/obj-files | \
|
||||
tar -xf - -C %rpm_install_dir/%cpu_arch_flavor
|
||||
# bnc#507084
|
||||
find %rpm_install_dir/%cpu_arch_flavor/scripts -type f -perm -111 | \
|
||||
while read f; do
|
||||
case "$(file -b "$f")" in
|
||||
ELF\ *\ executable*)
|
||||
strip "$f"
|
||||
esac
|
||||
done
|
||||
# Replace the absolute with a relative path
|
||||
sed -i "s,%build_src_dir,../../../linux-%kernelrelease%variant,g" \
|
||||
%rpm_install_dir/%cpu_arch_flavor/Makefile
|
||||
fi
|
||||
|
||||
add_dirs_to_filelist() {
|
||||
sed -rn '
|
||||
# print file name
|
||||
p
|
||||
# remove filelist macros
|
||||
s:%%[a-z]+(\([^)]+\))? ?::g
|
||||
# add %%dir prefix
|
||||
s:^:%%dir :
|
||||
# print all parents
|
||||
:a
|
||||
# skip directories owned by other packages
|
||||
s:^%%dir (/boot|/etc|/lib/(modules|firmware)|/usr/src)/[^/]+$::
|
||||
s:/[^/]+$::p
|
||||
ta
|
||||
' "$@" | sort -u
|
||||
}
|
||||
|
||||
# Collect the file lists.
|
||||
shopt -s nullglob
|
||||
> %my_builddir/kernel-devel.files
|
||||
for file in %buildroot/boot/vmlinux-*.gz %buildroot/boot/symtypes* \
|
||||
%buildroot/lib/modules/*/{build,source}; do
|
||||
f=${file##%buildroot}
|
||||
echo "$f" >> %my_builddir/kernel-devel.files
|
||||
done
|
||||
|
||||
{ cd %buildroot
|
||||
find boot \
|
||||
\( -type l -o -name 'initrd-*' \) -printf '%%%%ghost /%%p\n' -o \
|
||||
-type f -name 'vmlinux-*' -printf '%%%%attr(0644, root, root) /%%p\n' -o \
|
||||
-type f -printf '/%%p\n'
|
||||
|
||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||
# the file gets removed when uninstalling the kernel.
|
||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
||||
|
||||
if [ %CONFIG_MODULES = y ]; then
|
||||
find lib/modules/%kernelrelease-%build_flavor \
|
||||
-type d -o \
|
||||
\( -path '*/modules.*' ! -path '*/modules.order' \
|
||||
! -path '*/modules.builtin' \) -printf '%%%%ghost /%%p\n' \
|
||||
-o -name '*.ko' -prune -o -printf '/%%p\n'
|
||||
cat %my_builddir/base-modules
|
||||
fi
|
||||
test -d lib/firmware/%kernelrelease-%build_flavor && \
|
||||
find lib/firmware/%kernelrelease-%build_flavor \
|
||||
-type d -o \
|
||||
-printf '/%%p\n'
|
||||
if [ -e .%_docdir/%name ]; then
|
||||
echo "%%doc %_docdir/%name"
|
||||
fi
|
||||
} | sort -u >%my_builddir/tmp
|
||||
cat %my_builddir/tmp %my_builddir/kernel-devel.files | sort | uniq -u | \
|
||||
add_dirs_to_filelist >%my_builddir/kernel-base.files
|
||||
rm %my_builddir/tmp
|
||||
|
||||
%if %split_base
|
||||
add_dirs_to_filelist %my_builddir/{kernel-base.files,main-modules} \
|
||||
> %my_builddir/kernel-main.files
|
||||
%endif
|
||||
%if %split_extra
|
||||
add_dirs_to_filelist %my_builddir/unsupported-modules > %my_builddir/kernel-extra.files
|
||||
%endif
|
||||
|
||||
# Hardlink duplicate files automatically (from package fdupes): It doesn't save
|
||||
# much, but it keeps rpmlint from breaking the package build. Note that we skip
|
||||
# /usr/src/linux-obj intentionally, to not accidentally break timestamps there
|
||||
%fdupes $RPM_BUILD_ROOT/lib
|
||||
|
||||
%preun -f preun.sh
|
||||
|
||||
%postun -f postun.sh
|
||||
|
||||
%pre -f pre.sh
|
||||
|
||||
%post -f post.sh
|
||||
|
||||
%if %split_base
|
||||
|
||||
%files -f kernel-main.files
|
||||
%else
|
||||
|
||||
%files -f kernel-base.files
|
||||
%endif
|
||||
%defattr(-, root, root)
|
||||
|
||||
%package base
|
||||
Summary: The Amazon EC2 Xen Kernel - base modules
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
AutoReqProv: on
|
||||
Provides: multiversion(kernel)
|
||||
Provides: kernel-base = %version-%source_rel
|
||||
Requires(pre): coreutils awk
|
||||
Requires(post): module-init-tools
|
||||
Requires(post): perl-Bootloader
|
||||
Requires(post): mkinitrd
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
|
||||
%description base
|
||||
The Linux kernel for Xen paravirtualization.
|
||||
|
||||
This kernel can only be used both as an unprivileged ("xenU")
|
||||
kernel (for Amazon EC2).
|
||||
|
||||
This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
%source_timestamp
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
%postun base -f postun-base.sh
|
||||
|
||||
%pre base -f pre-base.sh
|
||||
|
||||
%post base -f post-base.sh
|
||||
|
||||
%if %split_base
|
||||
|
||||
%files base -f kernel-base.files
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
|
||||
%package extra
|
||||
Summary: The Amazon EC2 Xen Kernel - Unsupported kernel modules
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
AutoReqProv: on
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %name-extra_%_target_cpu = %version-%release
|
||||
Provides: kernel-extra = %version-%source_rel
|
||||
Requires: %{name}_%_target_cpu = %version-%release
|
||||
Requires(pre): coreutils awk
|
||||
Requires(post): module-init-tools
|
||||
Requires(post): perl-Bootloader
|
||||
Requires(post): mkinitrd
|
||||
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
|
||||
%description extra
|
||||
The Linux kernel for Xen paravirtualization.
|
||||
|
||||
This kernel can only be used both as an unprivileged ("xenU")
|
||||
kernel (for Amazon EC2).
|
||||
|
||||
This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
%source_timestamp
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
%postun extra -f postun-extra.sh
|
||||
|
||||
%pre extra -f pre-extra.sh
|
||||
|
||||
%post extra -f post-extra.sh
|
||||
|
||||
%if %split_extra
|
||||
|
||||
%files extra -f kernel-extra.files
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
|
||||
%package man
|
||||
Summary: The collection of man pages generated by the kmsg script.
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
|
||||
%description man
|
||||
This package includes the man pages that have been generated from the
|
||||
kmsg message documentation comments.
|
||||
|
||||
|
||||
%source_timestamp
|
||||
%files man
|
||||
%defattr(-,root,root)
|
||||
/usr/share/man/man9/*
|
||||
%endif
|
||||
|
||||
%package devel
|
||||
Summary: Development files necessary for building kernel modules
|
||||
License: GPL v2 only
|
||||
Group: Development/Sources
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %name-devel = %version-%source_rel
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
Supplements: packageand(%name:kernel-devel%variant)
|
||||
AutoReqProv: on
|
||||
|
||||
%description devel
|
||||
This package contains files necessary for building kernel modules (and
|
||||
kernel module packages) against the %build_flavor flavor of the kernel.
|
||||
|
||||
|
||||
%source_timestamp
|
||||
%if %CONFIG_MODULES == "y"
|
||||
|
||||
%pre devel -f devel-pre.sh
|
||||
|
||||
%post devel -f devel-post.sh
|
||||
|
||||
%files devel -f kernel-devel.files
|
||||
%defattr(-,root,root)
|
||||
%dir %obj_install_dir
|
||||
%dir %obj_install_dir/%cpu_arch
|
||||
%dir /usr/src/linux-obj
|
||||
%dir /usr/src/linux-obj/%cpu_arch
|
||||
%ghost /usr/src/linux-obj/%cpu_arch_flavor
|
||||
%obj_install_dir/%cpu_arch_flavor
|
||||
%if %_target_cpu != %cpu_arch
|
||||
%obj_install_dir/%_target_cpu
|
||||
/usr/src/linux-obj/%_target_cpu
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%package devel-debuginfo
|
||||
# rpm doesn't notice that vmlinux.debug belongs to the gzipped vmlinux.gz
|
||||
Summary: Debug information for package %name-devel
|
||||
License: GPL v2 only
|
||||
Group: Development/Debug
|
||||
|
||||
%description devel-debuginfo
|
||||
Debug information for package %name-devel
|
||||
|
||||
|
||||
%source_timestamp
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
@ -1,3 +1,275 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update to 3.1-rc5 from https://github.com/torvalds/linux.git.
|
||||
- commit 8a211c9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 2 18:29:33 CEST 2011 - ohering@suse.de
|
||||
|
||||
- Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/
|
||||
(fate#311487).
|
||||
- commit 94054c9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
|
||||
|
||||
- ata_piix: ignore disks in a hyper-v guest.
|
||||
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
|
||||
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
|
||||
- Staging: hv: vmbus: Fix checkpatch warnings.
|
||||
- Staging: hv: util: kvp: Fix the reported OSVersion string.
|
||||
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
|
||||
- Staging: hv: Fix macros, tab errors and warning in
|
||||
drivers/staging/hv/hv_mouse.c.
|
||||
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
|
||||
rid of the PCI signature.
|
||||
- Staging: hv: Replace struct hv_guid with the uuid type already
|
||||
defined in Linux.
|
||||
- Staging: hv: vmbus: Introduce vmbus ID space in struct
|
||||
hv_driver.
|
||||
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
|
||||
blockvsc driver.
|
||||
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
|
||||
storvsc driver.
|
||||
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
|
||||
netvsc driver.
|
||||
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
|
||||
mouse driver.
|
||||
- Staging: hv: util: Make hv_utils a vmbus device driver.
|
||||
- Staging: hv: create VMBUS_DEVICE macro and use it.
|
||||
- Staging: hv: vmbus: Cleanup vmbus_match().
|
||||
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
|
||||
- Staging: hv: vmbus: Support the notion of id tables in
|
||||
vmbus_match().
|
||||
- Staging: hv: vmbus: Get rid of an unnecessary include line
|
||||
in vmbus_drv.c.
|
||||
- Staging: hv: storvsc: Get rid of the DMI signature.
|
||||
- Staging: hv: netvsc: Get rid of the PCI signature.
|
||||
- Staging: hv: netvsc: Get rid of the DMI signature in
|
||||
netvsc_drv.c.
|
||||
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
|
||||
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
|
||||
- Staging: hv: fix up driver registering mess.
|
||||
- Staging: hv: vmbus: Get rid of some unnecessary comments.
|
||||
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
|
||||
- Staging: hv: vmbus: Cleanup error handling in hv_init().
|
||||
- Staging: hv: vmbus: Get rid of unnecessay comments in
|
||||
connection.c.
|
||||
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
|
||||
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
|
||||
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
|
||||
- Staging: hv: vmbus: Get rid of unnecessary comments in
|
||||
channel.c.
|
||||
- Staging: hv: vmbus: Change the variable name openInfo to
|
||||
open_info in channel.c.
|
||||
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
|
||||
- Staging: hv: vmbus: Cleanup the error return value in
|
||||
vmbus_recvpacket_raw().
|
||||
- Staging: hv: netvsc: Get rid of an unnecessary print statement
|
||||
in netvsc_probe().
|
||||
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_dev_add().
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_channel_init().
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_connect_to_vsp().
|
||||
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
|
||||
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
|
||||
from storvsc.c.
|
||||
- Staging: hv: storvsc: Fix/cleanup some dated comments in
|
||||
storvsc.c.
|
||||
- Staging: hv: storvsc: Cleanup returned error code in
|
||||
storvsc_host_reset().
|
||||
- Staging: hv: storvsc: Cleanup error code returned in
|
||||
storvsc_probe().
|
||||
- Staging: hv: storvsc: Cleanup returned error code in
|
||||
storvsc_drv_init().
|
||||
- Staging: hv: netvsc: Cleanup the returned error code in
|
||||
netvsc_probe().
|
||||
- Staging: hv: netvsc: Cleanup error return codes in
|
||||
netvsc_destroy_recv_buf().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
netvsc_init_recv_buf().
|
||||
- Staging: hv: netvsc: Cleanup error returns in
|
||||
netvsc_connect_vsp().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
netvsc_send().
|
||||
- Staging: hv: netvsc: Cleanup error return codes in
|
||||
netvsc_device_add().
|
||||
- Staging: hv: netvsc: Cleanup error codes in
|
||||
rndis_filter_receive().
|
||||
- Staging: hv: netvsc: Cleanup error code in
|
||||
rndis_filter_query_device().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
rndis_filter_set_packet_filter().
|
||||
- Staging: hv: netvsc: Cleanup error returns in
|
||||
rndis_filter_init_device().
|
||||
- Staging: hv: netvsc: Cleanup error code in
|
||||
rndis_filter_device_add().
|
||||
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
|
||||
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
|
||||
- Staging: hv: netvsc: Change the jump label Exit to exit.
|
||||
- Staging: hv: mouse: Get rid of the unused PCI signature.
|
||||
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
|
||||
- Staging: hv: hv_mouse: remove inputreport_callback function.
|
||||
- Staging: hv: hv_mouse: remove a forward declaration.
|
||||
- Staging: hv: hv_mouse: fix up remove() function.
|
||||
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
|
||||
- Staging: hv: add driver_data to hv_vmbus_device_id.
|
||||
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
|
||||
- Staging: hv: file2alias: fix up alias creation logic for
|
||||
hv_vmbus_device_id.
|
||||
- Staging: hv: storvsc: Inline free_stor_device().
|
||||
- Staging: hv: storvsc: Do not aquire an unnecessary reference
|
||||
on stor_device.
|
||||
- Staging: hv: storvsc: Rename must_get_stor_device().
|
||||
- Staging: hv: storvsc: Rename get_stor_device().
|
||||
- Staging: hv: storvsc: Cleanup alloc_stor_device().
|
||||
- Staging: hv: storvsc: Introduce state to manage the lifecycle
|
||||
of stor device.
|
||||
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
|
||||
is being destroyed.
|
||||
- Staging: hv: storvsc: Get rid of release_stor_device() by
|
||||
inlining the code.
|
||||
- Staging: hv: storvsc: Get rid of final_release_stor_device()
|
||||
by inlining code.
|
||||
- Staging: hv: storvsc: Get rid of the reference counting in
|
||||
struct storvsc_device.
|
||||
- Staging: hv: netvsc: Inline the code for free_net_device().
|
||||
- Staging: hv: netvsc: Cleanup alloc_net_device().
|
||||
- Staging: hv: netvsc: Introduce state to manage the lifecycle
|
||||
of net device.
|
||||
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
|
||||
is destroyed.
|
||||
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
|
||||
by inlining the code.
|
||||
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
|
||||
by inlining the code.
|
||||
- Staging: hv: netvsc: Get rid of the refcnt field in struct
|
||||
netvsc_device.
|
||||
- Staging: hv: storvsc: Add code to handle IDE devices using
|
||||
the storvsc driver.
|
||||
- Staging: hv: storvsc: Handle IDE devices using the storvsc
|
||||
driver.
|
||||
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
|
||||
not used.
|
||||
- Staging: hv: storvsc: Optimize bounce buffer handling for the
|
||||
"write" case.
|
||||
- Staging: hv: storvsc: Optimize the bounce buffer handling in
|
||||
the "read" case.
|
||||
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
|
||||
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
|
||||
contents of storvsc.c.
|
||||
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
|
||||
to storvsc_drv.c.
|
||||
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
|
||||
contents of hyperv_storage.h.
|
||||
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
|
||||
and MODE_SENSE.
|
||||
- Staging: hv: storvsc: Fix a typo.
|
||||
- Staging: hv: storvsc: In case of scsi errors offline the device.
|
||||
- Staging: hv: storvsc: No need to copy from bounce buffer in
|
||||
case of a failure.
|
||||
- Staging: hv: util: Forcefully shutdown when shutdown is
|
||||
requested.
|
||||
- Staging: hv: util: Adjust guest time in a process context.
|
||||
- Staging: hv: vmbus: Check before invoking the channel callback.
|
||||
- Staging: hv: vmbus: Properly deal with de-registering channel
|
||||
callback.
|
||||
- Staging: hv: Fix a bug in vmbus_match().
|
||||
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
|
||||
the code.
|
||||
- Staging: hv: vmbus: Do not enable auto eoi.
|
||||
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
|
||||
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
|
||||
- Staging: hv: vmbus: Get rid of an unnecessary check in
|
||||
vmbus_connect().
|
||||
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
|
||||
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
|
||||
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
|
||||
- Staging: hv: netvsc: return negative error codes.
|
||||
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
|
||||
- commit d77df1b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de
|
||||
|
||||
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
|
||||
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.
|
||||
- commit bd9ecd2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
|
||||
|
||||
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
|
||||
off of a USB3 device (bnc#712752)
|
||||
- commit f6522ba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
|
||||
- commit 626749c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refresh patches.rpmify/pti-depends-on-x86-pci.
|
||||
- commit e82bcac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Disabled patches.rpmify/pti-depends-on-x86-pci
|
||||
- commit 0baba30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.1-rc4.
|
||||
- commit 68e08b1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- PTI: depends on X86 && PCI.
|
||||
- commit e975e4b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- scsi_dh_alua: always update TPGS status on activate.
|
||||
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
|
||||
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
|
||||
- scsi_dh: Implement match callback function.
|
||||
- Delete patches.fixes/scsi-dh-alua-retry-UA.
|
||||
- Delete patches.fixes/scsi-dh-alua-send-stpg.
|
||||
- commit 58d8073
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
|
||||
- commit 7d43f4b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refreshed and re-enabled dm-path patches:
|
||||
- patches.suse/dm-mpath-accept-failed-paths.
|
||||
- patches.suse/dm-mpath-detach-existing-hardware-handler.
|
||||
- commit 70cadcd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.1-rc3.
|
||||
- Eliminated 8 patches.
|
||||
- Xen is disabled.
|
||||
- commit eccefcc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de
|
||||
|
||||
|
15514
kernel-pae.spec
15514
kernel-pae.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,275 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update to 3.1-rc5 from https://github.com/torvalds/linux.git.
|
||||
- commit 8a211c9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 2 18:29:33 CEST 2011 - ohering@suse.de
|
||||
|
||||
- Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/
|
||||
(fate#311487).
|
||||
- commit 94054c9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
|
||||
|
||||
- ata_piix: ignore disks in a hyper-v guest.
|
||||
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
|
||||
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
|
||||
- Staging: hv: vmbus: Fix checkpatch warnings.
|
||||
- Staging: hv: util: kvp: Fix the reported OSVersion string.
|
||||
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
|
||||
- Staging: hv: Fix macros, tab errors and warning in
|
||||
drivers/staging/hv/hv_mouse.c.
|
||||
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
|
||||
rid of the PCI signature.
|
||||
- Staging: hv: Replace struct hv_guid with the uuid type already
|
||||
defined in Linux.
|
||||
- Staging: hv: vmbus: Introduce vmbus ID space in struct
|
||||
hv_driver.
|
||||
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
|
||||
blockvsc driver.
|
||||
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
|
||||
storvsc driver.
|
||||
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
|
||||
netvsc driver.
|
||||
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
|
||||
mouse driver.
|
||||
- Staging: hv: util: Make hv_utils a vmbus device driver.
|
||||
- Staging: hv: create VMBUS_DEVICE macro and use it.
|
||||
- Staging: hv: vmbus: Cleanup vmbus_match().
|
||||
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
|
||||
- Staging: hv: vmbus: Support the notion of id tables in
|
||||
vmbus_match().
|
||||
- Staging: hv: vmbus: Get rid of an unnecessary include line
|
||||
in vmbus_drv.c.
|
||||
- Staging: hv: storvsc: Get rid of the DMI signature.
|
||||
- Staging: hv: netvsc: Get rid of the PCI signature.
|
||||
- Staging: hv: netvsc: Get rid of the DMI signature in
|
||||
netvsc_drv.c.
|
||||
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
|
||||
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
|
||||
- Staging: hv: fix up driver registering mess.
|
||||
- Staging: hv: vmbus: Get rid of some unnecessary comments.
|
||||
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
|
||||
- Staging: hv: vmbus: Cleanup error handling in hv_init().
|
||||
- Staging: hv: vmbus: Get rid of unnecessay comments in
|
||||
connection.c.
|
||||
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
|
||||
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
|
||||
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
|
||||
- Staging: hv: vmbus: Get rid of unnecessary comments in
|
||||
channel.c.
|
||||
- Staging: hv: vmbus: Change the variable name openInfo to
|
||||
open_info in channel.c.
|
||||
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
|
||||
- Staging: hv: vmbus: Cleanup the error return value in
|
||||
vmbus_recvpacket_raw().
|
||||
- Staging: hv: netvsc: Get rid of an unnecessary print statement
|
||||
in netvsc_probe().
|
||||
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_dev_add().
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_channel_init().
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_connect_to_vsp().
|
||||
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
|
||||
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
|
||||
from storvsc.c.
|
||||
- Staging: hv: storvsc: Fix/cleanup some dated comments in
|
||||
storvsc.c.
|
||||
- Staging: hv: storvsc: Cleanup returned error code in
|
||||
storvsc_host_reset().
|
||||
- Staging: hv: storvsc: Cleanup error code returned in
|
||||
storvsc_probe().
|
||||
- Staging: hv: storvsc: Cleanup returned error code in
|
||||
storvsc_drv_init().
|
||||
- Staging: hv: netvsc: Cleanup the returned error code in
|
||||
netvsc_probe().
|
||||
- Staging: hv: netvsc: Cleanup error return codes in
|
||||
netvsc_destroy_recv_buf().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
netvsc_init_recv_buf().
|
||||
- Staging: hv: netvsc: Cleanup error returns in
|
||||
netvsc_connect_vsp().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
netvsc_send().
|
||||
- Staging: hv: netvsc: Cleanup error return codes in
|
||||
netvsc_device_add().
|
||||
- Staging: hv: netvsc: Cleanup error codes in
|
||||
rndis_filter_receive().
|
||||
- Staging: hv: netvsc: Cleanup error code in
|
||||
rndis_filter_query_device().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
rndis_filter_set_packet_filter().
|
||||
- Staging: hv: netvsc: Cleanup error returns in
|
||||
rndis_filter_init_device().
|
||||
- Staging: hv: netvsc: Cleanup error code in
|
||||
rndis_filter_device_add().
|
||||
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
|
||||
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
|
||||
- Staging: hv: netvsc: Change the jump label Exit to exit.
|
||||
- Staging: hv: mouse: Get rid of the unused PCI signature.
|
||||
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
|
||||
- Staging: hv: hv_mouse: remove inputreport_callback function.
|
||||
- Staging: hv: hv_mouse: remove a forward declaration.
|
||||
- Staging: hv: hv_mouse: fix up remove() function.
|
||||
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
|
||||
- Staging: hv: add driver_data to hv_vmbus_device_id.
|
||||
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
|
||||
- Staging: hv: file2alias: fix up alias creation logic for
|
||||
hv_vmbus_device_id.
|
||||
- Staging: hv: storvsc: Inline free_stor_device().
|
||||
- Staging: hv: storvsc: Do not aquire an unnecessary reference
|
||||
on stor_device.
|
||||
- Staging: hv: storvsc: Rename must_get_stor_device().
|
||||
- Staging: hv: storvsc: Rename get_stor_device().
|
||||
- Staging: hv: storvsc: Cleanup alloc_stor_device().
|
||||
- Staging: hv: storvsc: Introduce state to manage the lifecycle
|
||||
of stor device.
|
||||
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
|
||||
is being destroyed.
|
||||
- Staging: hv: storvsc: Get rid of release_stor_device() by
|
||||
inlining the code.
|
||||
- Staging: hv: storvsc: Get rid of final_release_stor_device()
|
||||
by inlining code.
|
||||
- Staging: hv: storvsc: Get rid of the reference counting in
|
||||
struct storvsc_device.
|
||||
- Staging: hv: netvsc: Inline the code for free_net_device().
|
||||
- Staging: hv: netvsc: Cleanup alloc_net_device().
|
||||
- Staging: hv: netvsc: Introduce state to manage the lifecycle
|
||||
of net device.
|
||||
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
|
||||
is destroyed.
|
||||
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
|
||||
by inlining the code.
|
||||
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
|
||||
by inlining the code.
|
||||
- Staging: hv: netvsc: Get rid of the refcnt field in struct
|
||||
netvsc_device.
|
||||
- Staging: hv: storvsc: Add code to handle IDE devices using
|
||||
the storvsc driver.
|
||||
- Staging: hv: storvsc: Handle IDE devices using the storvsc
|
||||
driver.
|
||||
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
|
||||
not used.
|
||||
- Staging: hv: storvsc: Optimize bounce buffer handling for the
|
||||
"write" case.
|
||||
- Staging: hv: storvsc: Optimize the bounce buffer handling in
|
||||
the "read" case.
|
||||
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
|
||||
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
|
||||
contents of storvsc.c.
|
||||
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
|
||||
to storvsc_drv.c.
|
||||
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
|
||||
contents of hyperv_storage.h.
|
||||
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
|
||||
and MODE_SENSE.
|
||||
- Staging: hv: storvsc: Fix a typo.
|
||||
- Staging: hv: storvsc: In case of scsi errors offline the device.
|
||||
- Staging: hv: storvsc: No need to copy from bounce buffer in
|
||||
case of a failure.
|
||||
- Staging: hv: util: Forcefully shutdown when shutdown is
|
||||
requested.
|
||||
- Staging: hv: util: Adjust guest time in a process context.
|
||||
- Staging: hv: vmbus: Check before invoking the channel callback.
|
||||
- Staging: hv: vmbus: Properly deal with de-registering channel
|
||||
callback.
|
||||
- Staging: hv: Fix a bug in vmbus_match().
|
||||
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
|
||||
the code.
|
||||
- Staging: hv: vmbus: Do not enable auto eoi.
|
||||
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
|
||||
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
|
||||
- Staging: hv: vmbus: Get rid of an unnecessary check in
|
||||
vmbus_connect().
|
||||
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
|
||||
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
|
||||
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
|
||||
- Staging: hv: netvsc: return negative error codes.
|
||||
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
|
||||
- commit d77df1b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de
|
||||
|
||||
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
|
||||
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.
|
||||
- commit bd9ecd2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
|
||||
|
||||
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
|
||||
off of a USB3 device (bnc#712752)
|
||||
- commit f6522ba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
|
||||
- commit 626749c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refresh patches.rpmify/pti-depends-on-x86-pci.
|
||||
- commit e82bcac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Disabled patches.rpmify/pti-depends-on-x86-pci
|
||||
- commit 0baba30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.1-rc4.
|
||||
- commit 68e08b1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- PTI: depends on X86 && PCI.
|
||||
- commit e975e4b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- scsi_dh_alua: always update TPGS status on activate.
|
||||
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
|
||||
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
|
||||
- scsi_dh: Implement match callback function.
|
||||
- Delete patches.fixes/scsi-dh-alua-retry-UA.
|
||||
- Delete patches.fixes/scsi-dh-alua-send-stpg.
|
||||
- commit 58d8073
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
|
||||
- commit 7d43f4b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refreshed and re-enabled dm-path patches:
|
||||
- patches.suse/dm-mpath-accept-failed-paths.
|
||||
- patches.suse/dm-mpath-detach-existing-hardware-handler.
|
||||
- commit 70cadcd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.1-rc3.
|
||||
- Eliminated 8 patches.
|
||||
- Xen is disabled.
|
||||
- commit eccefcc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de
|
||||
|
||||
|
15514
kernel-ppc64.spec
15514
kernel-ppc64.spec
File diff suppressed because it is too large
Load Diff
23849
kernel-ps3.changes
23849
kernel-ps3.changes
File diff suppressed because it is too large
Load Diff
892
kernel-ps3.spec
892
kernel-ps3.spec
@ -1,892 +0,0 @@
|
||||
#
|
||||
# spec file for package kernel-ps3
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0
|
||||
%define patchversion 3.0.0
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
%define build_flavor ps3
|
||||
%define build_kdump (%build_flavor == "kdump")
|
||||
%define build_xen (%build_flavor == "xen" || %build_flavor == "ec2")
|
||||
%define build_vanilla (%build_flavor == "vanilla")
|
||||
%define build_ps3 (%build_flavor == "ps3")
|
||||
|
||||
%define build_src_dir %my_builddir/linux-%srcversion
|
||||
%define src_install_dir /usr/src/linux-%kernelrelease%variant
|
||||
%define obj_install_dir %src_install_dir-obj
|
||||
%define rpm_install_dir %buildroot%obj_install_dir
|
||||
%define kernel_build_dir %my_builddir/linux-obj
|
||||
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
|
||||
|
||||
%global cpu_arch %(%_sourcedir/arch-symbols %_target_cpu)
|
||||
%define cpu_arch_flavor %cpu_arch/%build_flavor
|
||||
|
||||
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||
# defining them all at once.)
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT
|
||||
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||
%define split_base (%CONFIG_SPLIT_PACKAGE == "y")
|
||||
%define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y")
|
||||
|
||||
%ifarch %ix86 x86_64
|
||||
%define install_vdso 1
|
||||
%else
|
||||
%define install_vdso 0
|
||||
%endif
|
||||
|
||||
Name: kernel-ps3
|
||||
Summary: kernel for ps3 bootloader
|
||||
Version: 3.0.0
|
||||
Release: 2
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
AutoReqProv: on
|
||||
BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
%if %split_base
|
||||
Provides: kernel-base = %version-%source_rel
|
||||
# Obsolete the -base subpackage from 11.1 and 11.2 development phase
|
||||
Obsoletes: %name-base <= 2.6.31
|
||||
%endif
|
||||
Requires(pre): coreutils awk
|
||||
# Need a module-init-tools with /usr/lib/module-init-tools/weak-modules2
|
||||
Requires(post): module-init-tools >= 3.4
|
||||
# This Requires is wrong, because the post/postun scripts have a
|
||||
# test -x update-bootloader, having perl-Bootloader is not a hard requirement.
|
||||
# But, there is no way to tell rpm or yast to schedule the installation
|
||||
# of perl-Bootloader before kernel-binary.rpm if both are in the list of
|
||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||
Requires(post): perl-Bootloader >= 0.4.15
|
||||
Requires(post): mkinitrd
|
||||
# Do not install p-b and mkinitrd for the install check, the %post script is
|
||||
# able to handle this
|
||||
#!BuildIgnore: perl-Bootloader mkinitrd
|
||||
# Remove some packages that are installed automatically by the build system,
|
||||
# but are not needed to build the kernel
|
||||
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
|
||||
|
||||
%ifarch ia64
|
||||
# arch/ia64/scripts/unwcheck.py
|
||||
BuildRequires: python
|
||||
%endif
|
||||
%ifarch s390 s390x
|
||||
%if %build_vanilla && 0%{?suse_version} < 1130
|
||||
BuildRequires: dwarfextract
|
||||
%endif
|
||||
%endif
|
||||
%if %build_xen
|
||||
%ifarch %ix86
|
||||
%if %build_flavor != "ec2"
|
||||
Provides: kernel-xenpae = %version
|
||||
Obsoletes: kernel-xenpae <= %version
|
||||
%endif
|
||||
%endif
|
||||
#!BuildIgnore: xen
|
||||
%endif
|
||||
|
||||
Provides: %name-nongpl
|
||||
Obsoletes: %name-nongpl
|
||||
%if %build_vanilla
|
||||
# force bzip2 instead of lzma compression to allow install on older dist versions
|
||||
%define _binary_payload w9.bzdio
|
||||
%endif
|
||||
# dead network if installed on SLES10, otherwise it will work (mostly)
|
||||
Conflicts: sysfsutils < 2.0
|
||||
%if ! %build_vanilla
|
||||
Conflicts: apparmor-profiles <= 2.1
|
||||
Conflicts: apparmor-parser < 2.3
|
||||
# root-lvm only works with newer udevs
|
||||
Conflicts: udev < 118
|
||||
Conflicts: lvm2 < 2.02.33
|
||||
%endif
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
Source9: devel-post.sh
|
||||
Source10: preun.sh
|
||||
Source11: postun.sh
|
||||
Source12: pre.sh
|
||||
Source13: post.sh
|
||||
Source14: series.conf
|
||||
Source16: guards
|
||||
Source17: apply-patches
|
||||
Source21: config.conf
|
||||
Source23: supported.conf
|
||||
Source33: check-for-config-changes
|
||||
Source34: check-supported-list
|
||||
Source35: group-source-files.pl
|
||||
Source37: README.SUSE
|
||||
Source38: README.KSYMS
|
||||
Source39: config-options.changes.txt
|
||||
Source40: source-timestamp
|
||||
Source44: find-provides
|
||||
Source45: split-modules
|
||||
Source46: modversions
|
||||
Source48: macros.kernel-source
|
||||
Source49: kernel-module-subpackage
|
||||
Source50: kabi.pl
|
||||
Source51: mkspec
|
||||
Source52: kernel-source%variant.changes
|
||||
Source53: kernel-source.spec.in
|
||||
Source54: kernel-binary.spec.in
|
||||
Source55: kernel-syms.spec.in
|
||||
Source56: kernel-docs.spec.in
|
||||
Source60: config.sh
|
||||
Source61: compute-PATCHVERSION.sh
|
||||
Source62: old-packages.conf
|
||||
Source63: arch-symbols
|
||||
Source64: package-descriptions
|
||||
Source65: kernel-spec-macros
|
||||
Source66: configtool.pl
|
||||
Source67: log.sh
|
||||
Source100: config.tar.bz2
|
||||
Source101: config.addon.tar.bz2
|
||||
Source102: patches.arch.tar.bz2
|
||||
Source103: patches.drivers.tar.bz2
|
||||
Source104: patches.fixes.tar.bz2
|
||||
Source105: patches.rpmify.tar.bz2
|
||||
Source106: patches.suse.tar.bz2
|
||||
Source107: patches.xen.tar.bz2
|
||||
Source108: patches.addon.tar.bz2
|
||||
Source109: patches.kernel.org.tar.bz2
|
||||
Source110: patches.apparmor.tar.bz2
|
||||
Source111: patches.rt.tar.bz2
|
||||
Source112: patches.trace.tar.bz2
|
||||
Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
Source121: sysctl.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: ppc
|
||||
|
||||
# These files are found in the kernel-source package:
|
||||
NoSource: 0
|
||||
NoSource: 100
|
||||
NoSource: 101
|
||||
NoSource: 102
|
||||
NoSource: 103
|
||||
NoSource: 104
|
||||
NoSource: 105
|
||||
NoSource: 106
|
||||
NoSource: 107
|
||||
NoSource: 108
|
||||
NoSource: 109
|
||||
NoSource: 110
|
||||
NoSource: 111
|
||||
NoSource: 112
|
||||
NoSource: 113
|
||||
NoSource: 120
|
||||
NoSource: 121
|
||||
|
||||
# The following KMPs have been integrated into the kernel package,
|
||||
# grouped by the last product that contained them.
|
||||
# sles10 / 10.3
|
||||
Obsoletes: iwlwifi-kmp-%build_flavor
|
||||
Obsoletes: ipw3945-kmp-%build_flavor
|
||||
# sles10 / 11.0
|
||||
Obsoletes: uvcvideo-kmp-%build_flavor
|
||||
# 11.0
|
||||
Obsoletes: atl2-kmp-%build_flavor
|
||||
Obsoletes: wlan-ng-kmp-%build_flavor
|
||||
Obsoletes: et131x-kmp-%build_flavor
|
||||
Obsoletes: ivtv-kmp-%build_flavor
|
||||
Obsoletes: at76_usb-kmp-%build_flavor
|
||||
Obsoletes: pcc-acpi-kmp-%build_flavor
|
||||
Obsoletes: btusb-kmp-%build_flavor
|
||||
# sle11-ga
|
||||
Obsoletes: enic-kmp-%build_flavor
|
||||
Obsoletes: fnic-kmp-%build_flavor
|
||||
Obsoletes: brocade-bfa-kmp-%build_flavor
|
||||
Obsoletes: kvm-kmp-%build_flavor
|
||||
Obsoletes: perfmon-kmp-%build_flavor
|
||||
Obsoletes: iwlagn-2-6-27-kmp-%build_flavor
|
||||
Obsoletes: msi-wmi-kmp-%build_flavor
|
||||
# sle11
|
||||
Obsoletes: ocfs2-kmp-%build_flavor
|
||||
# 11.1
|
||||
Obsoletes: quickcam-kmp-%build_flavor < 0.6.7
|
||||
|
||||
# Provide the exported symbols as "ksym(symbol) = hash"
|
||||
%define __find_provides %_sourcedir/find-provides %name
|
||||
|
||||
# Will modules not listed in supported.conf abort the kernel build (0/1)?
|
||||
%define supported_modules_check 0
|
||||
|
||||
%description
|
||||
This package contains the kernel for the PS3 bootloader. PS3 systems
|
||||
only have 4MB of flash memory for the bootloader, so this kernel needs
|
||||
to be as small as possible and is _not_ meant to be installed in the
|
||||
final system.
|
||||
|
||||
|
||||
%source_timestamp
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-%srcversion.tar.bz2 ]; then
|
||||
echo "The %name-%version.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-%version.src.rpm."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
SYMBOLS=
|
||||
if test -e %_sourcedir/extra-symbols; then
|
||||
SYMBOLS=$(cat %_sourcedir/extra-symbols)
|
||||
echo "extra symbol(s):" $SYMBOLS
|
||||
fi
|
||||
|
||||
# Unpack all sources and patches
|
||||
%setup -q -c -T -a 0 -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 106 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 113 -a 120 -a 121
|
||||
|
||||
mkdir -p %kernel_build_dir
|
||||
|
||||
supported_conf() {
|
||||
%_sourcedir/guards $* < %_sourcedir/supported.conf | \
|
||||
sed 's,.*/,,; s,\.ko$,,' | sort -u
|
||||
}
|
||||
|
||||
# Generate the list of modules to be marked as supported
|
||||
{ supported_conf base
|
||||
supported_conf --default=0 external | sed 's/$/ external/'
|
||||
} > %kernel_build_dir/Module.supported
|
||||
supported_conf --default=0 base >%kernel_build_dir/Module.base
|
||||
|
||||
cd linux-%srcversion
|
||||
|
||||
%_sourcedir/apply-patches \
|
||||
%if %{build_vanilla}
|
||||
--vanilla \
|
||||
%endif
|
||||
%_sourcedir/series.conf .. $SYMBOLS
|
||||
|
||||
cd %kernel_build_dir
|
||||
|
||||
if [ -f %_sourcedir/localversion ] ; then
|
||||
cat %_sourcedir/localversion > localversion
|
||||
fi
|
||||
|
||||
if test -e ../config.addon/%cpu_arch_flavor; then
|
||||
# FIXME: config.addon doesn't affect the %CONFIG_ macros defined at
|
||||
# the top of the specfile
|
||||
%_sourcedir/configtool.pl ../config{,.addon}/%cpu_arch_flavor >.config
|
||||
else
|
||||
cp ../config/%cpu_arch_flavor .config
|
||||
fi
|
||||
%build_src_dir/scripts/config \
|
||||
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
|
||||
--enable CONFIG_SUSE_KERNEL \
|
||||
%if 0%{?__debug_package:1}
|
||||
--enable CONFIG_DEBUG_INFO \
|
||||
--disable CONFIG_DEBUG_INFO_REDUCED
|
||||
%else
|
||||
--disable CONFIG_DEBUG_INFO
|
||||
%endif
|
||||
|
||||
MAKE_ARGS="$MAKE_ARGS -C %build_src_dir O=$PWD"
|
||||
if test -e %_sourcedir/TOLERATE-UNKNOWN-NEW-CONFIG-OPTIONS; then
|
||||
yes '' | make oldconfig $MAKE_ARGS
|
||||
else
|
||||
cp .config .config.orig
|
||||
make silentoldconfig $MAKE_ARGS < /dev/null
|
||||
%_sourcedir/check-for-config-changes .config.orig .config
|
||||
rm .config.orig
|
||||
fi
|
||||
|
||||
make prepare $MAKE_ARGS
|
||||
make scripts $MAKE_ARGS
|
||||
krel=$(make -s kernelrelease $MAKE_ARGS)
|
||||
|
||||
if [ "$krel" != "%kernelrelease-%build_flavor" ]; then
|
||||
echo "Kernel release mismatch: $krel != %kernelrelease-%build_flavor" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
make clean $MAKE_ARGS
|
||||
|
||||
rm -f source
|
||||
find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
|
||||
|
||||
# Override the timestamp 'uname -v' reports with the source timestamp and
|
||||
# the commit hash.
|
||||
date=$(head -n 1 %_sourcedir/source-timestamp)
|
||||
commit=$(sed -n 's/GIT Revision: //p' %_sourcedir/source-timestamp)
|
||||
cat > .kernel-binary.spec.buildenv <<EOF
|
||||
export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})"
|
||||
export KBUILD_VERBOSE=0
|
||||
export KBUILD_SYMTYPES=1
|
||||
export KBUILD_OVERRIDE=1
|
||||
export KBUILD_BUILD_USER=geeko
|
||||
export KBUILD_BUILD_HOST=buildhost
|
||||
EOF
|
||||
|
||||
%build
|
||||
cd %kernel_build_dir
|
||||
source .kernel-binary.spec.buildenv
|
||||
|
||||
# create *.symref files in the tree
|
||||
if test -e %my_builddir/kabi/%cpu_arch/symtypes-%build_flavor; then
|
||||
%_sourcedir/modversions --unpack . < $_
|
||||
fi
|
||||
|
||||
# The %{_smp_mflags} macro is defined to a number, make will spawn that many jobs.
|
||||
# There are several ways how to define it:
|
||||
# If you are using the build script:
|
||||
# build --jobs=N kernel-$flavor.spec
|
||||
# With plain rpmbuild:
|
||||
# rpmbuild -ba --define 'jobs N' kernel-$flavor.spec
|
||||
# To spawn as many jobs as there are cpu cores:
|
||||
# rpmbuild -ba --define "%_smp_mflags -j 0$(grep -Ec 'cpu[0-9]' /proc/stat)" \
|
||||
# kernel-$flavor.spec
|
||||
# You can also set this permanently in ~/.rpmmacros:
|
||||
# %_smp_mflags -j 0%(grep -Ec 'cpu[0-9]' /proc/stat)
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
chmod +x ../linux-%srcversion/scripts/kmsg-doc
|
||||
make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y D=2
|
||||
%else
|
||||
make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
%endif
|
||||
|
||||
%install
|
||||
|
||||
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||
# strip removes too much from the vmlinux ELF binary
|
||||
export NO_BRP_STRIP_DEBUG=true
|
||||
export STRIP_KEEP_SYMTAB='*/vmlinux-*'
|
||||
|
||||
# /lib/modules/%kernelrelease-%build_flavor/build will be a stale symlink until the
|
||||
# kernel-devel package is installed. Don't check for stale symlinks
|
||||
# in the brp-symlink check:
|
||||
export NO_BRP_STALE_LINK_ERROR=yes
|
||||
|
||||
cd %kernel_build_dir
|
||||
|
||||
mkdir -p %buildroot/boot
|
||||
# (Could strip out non-public symbols.)
|
||||
cp -p System.map %buildroot/boot/System.map-%kernelrelease-%build_flavor
|
||||
|
||||
add_vmlinux()
|
||||
{
|
||||
local vmlinux=boot/vmlinux-%kernelrelease-%build_flavor compressed=false
|
||||
|
||||
if test $1 == "--compressed"; then
|
||||
compressed=true
|
||||
fi
|
||||
cp vmlinux %buildroot/$vmlinux
|
||||
>%my_builddir/vmlinux.debug.files
|
||||
%if 0%{?__debug_package:1}
|
||||
if $compressed; then
|
||||
local vmlinux_debug=usr/lib/debug/$vmlinux.debug
|
||||
mkdir -p $(dirname %buildroot/$vmlinux_debug)
|
||||
/usr/lib/rpm/debugedit -b $RPM_BUILD_DIR -d /usr/src/debug \
|
||||
-l vmlinux.sourcefiles %buildroot/$vmlinux
|
||||
# FIXME: create and package build-id symlinks
|
||||
objcopy --only-keep-debug \
|
||||
%buildroot/$vmlinux \
|
||||
%buildroot/$vmlinux_debug || :
|
||||
objcopy --add-gnu-debuglink=%buildroot/$vmlinux_debug \
|
||||
--strip-debug \
|
||||
%buildroot/$vmlinux || :
|
||||
mkdir -p %buildroot/usr/src/debug
|
||||
LANG=C sort -z -u vmlinux.sourcefiles | grep -Ezv "<(built-in|stdin)>" \
|
||||
| ( cd %_builddir && cpio -pd0m %buildroot/usr/src/debug )
|
||||
find %buildroot/usr/src/debug -type d -print0 | xargs -0 -r chmod 0755
|
||||
find %buildroot/usr/src/debug -type f -print0 | xargs -0 -r chmod 0644
|
||||
echo -e "%%defattr(-, root, root)\\n/$vmlinux_debug" >%my_builddir/vmlinux.debug.files
|
||||
else
|
||||
# make vmlinux executable so that find-debuginfo.sh picks it up
|
||||
# (TODO: fix find-debuginfo.sh instead)
|
||||
chmod +x %buildroot/$vmlinux
|
||||
fi
|
||||
%endif
|
||||
if $compressed; then
|
||||
gzip -n -9 %buildroot/$vmlinux
|
||||
chmod a-x %buildroot/$vmlinux.gz
|
||||
fi
|
||||
}
|
||||
|
||||
%if %build_kdump
|
||||
add_vmlinux
|
||||
image=vmlinux
|
||||
%else
|
||||
|
||||
# architecture specifics
|
||||
%ifarch %ix86 x86_64
|
||||
add_vmlinux --compressed
|
||||
%if %build_xen
|
||||
image=vmlinuz
|
||||
%else
|
||||
image=bzImage
|
||||
%endif
|
||||
cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
|
||||
image=vmlinuz
|
||||
%endif
|
||||
%ifarch alpha
|
||||
add_vmlinux --compressed
|
||||
cp -p arch/alpha/boot/vmlinux.gz %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
|
||||
image=vmlinuz
|
||||
%endif
|
||||
%ifarch ppc ppc64
|
||||
add_vmlinux
|
||||
image=vmlinux
|
||||
%endif
|
||||
%ifarch ia64
|
||||
add_vmlinux --compressed
|
||||
mv %buildroot/boot/vmlinux-%kernelrelease-%build_flavor.gz \
|
||||
%buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
|
||||
image=vmlinuz
|
||||
%endif
|
||||
%ifarch s390 s390x
|
||||
add_vmlinux --compressed
|
||||
cp -p arch/s390/boot/image %buildroot/boot/image-%kernelrelease-%build_flavor
|
||||
image=image
|
||||
if test -e arch/s390/boot/kerntypes.o; then
|
||||
cp -p arch/s390/boot/kerntypes.o %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor
|
||||
elif test -x "$(which dwarfextract 2>/dev/null)"; then
|
||||
dwarfextract vmlinux %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor || echo "dwarfextract failed ($?)"
|
||||
fi
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
mkdir -p %buildroot/usr/share/man/man9
|
||||
find man -name '*.9' -exec install -m 644 -D '{}' %buildroot/usr/share/man/man9/ ';'
|
||||
%endif
|
||||
%endif
|
||||
%ifarch sparc64
|
||||
add_vmlinux --compressed
|
||||
image=zImage
|
||||
cp -p arch/sparc/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
|
||||
image=vmlinux
|
||||
%endif
|
||||
|
||||
# end of build_kdump
|
||||
%endif
|
||||
|
||||
for sub in '-base' '' '-extra'; do
|
||||
case "$sub" in
|
||||
'-base' | '') base_package=1 ;;
|
||||
*) base_package=0 ;;
|
||||
esac
|
||||
for script in preun postun pre post devel-pre devel-post; do
|
||||
sed -e "s:@KERNELRELEASE@:%kernelrelease:g" \
|
||||
-e "s:@IMAGE@:$image:g" \
|
||||
-e "s:@FLAVOR""@:%build_flavor:g" \
|
||||
-e "s:@SUBPACKAGE@:%name$sub:g" \
|
||||
-e "s:@BASE_PACKAGE@:$base_package:g" \
|
||||
-e "s:@RPM_VERSION_RELEASE@:%version-%release:g" \
|
||||
-e "s:@RPM_TARGET_CPU@:%_target_cpu:g" \
|
||||
-e "s:@CPU_ARCH_FLAVOR@:%cpu_arch_flavor:g" \
|
||||
-e "s:@SRCVARIANT@:%variant:g" \
|
||||
%_sourcedir/$script.sh > %my_builddir/$script$sub.sh
|
||||
done
|
||||
done
|
||||
|
||||
%if %build_kdump || %build_xen || %build_vanilla || %build_ps3
|
||||
# keep this -suffix list in sync with post.sh and postun.sh
|
||||
suffix=-%build_flavor
|
||||
%endif
|
||||
ln -s $image$suffix %buildroot/boot/$image$suffix
|
||||
ln -s initrd$suffix %buildroot/boot/initrd$suffix
|
||||
|
||||
cp -p .config %buildroot/boot/config-%kernelrelease-%build_flavor
|
||||
sysctl_file=%buildroot/boot/sysctl.conf-%kernelrelease-%build_flavor
|
||||
for file in %my_builddir/sysctl/{defaults,%cpu_arch/arch-defaults,%cpu_arch_flavor}; do
|
||||
if [ -f "$file" ]; then
|
||||
cat "$file"
|
||||
fi
|
||||
done | sed '1i # Generated file - do not edit.' >$sysctl_file
|
||||
if [ ! -s $sysctl_file ]; then
|
||||
rm $sysctl_file
|
||||
fi
|
||||
|
||||
%if %install_vdso
|
||||
# Install the unstripped vdso's that are linked in the kernel image
|
||||
make vdso_install $MAKE_ARGS INSTALL_MOD_PATH=%buildroot
|
||||
%endif
|
||||
|
||||
# Create a dummy initrd with roughly the size the real one will have.
|
||||
# That way, YaST will know that this package requires some additional
|
||||
# space in /boot.
|
||||
dd if=/dev/zero of=%buildroot/boot/initrd-%kernelrelease-%build_flavor \
|
||||
bs=1024 seek=2047 count=1
|
||||
|
||||
if [ %CONFIG_MODULES = y ]; then
|
||||
mkdir -p %rpm_install_dir/%cpu_arch_flavor
|
||||
mkdir -p %buildroot/usr/src/linux-obj/%cpu_arch
|
||||
ln -s %build_flavor %buildroot/usr/src/linux-obj/%cpu_arch_flavor
|
||||
|
||||
gzip -n -c9 < Module.symvers > %buildroot/boot/symvers-%kernelrelease-%build_flavor.gz
|
||||
|
||||
make modules_install $MAKE_ARGS INSTALL_MOD_PATH=%buildroot
|
||||
|
||||
if ! %_sourcedir/check-supported-list \
|
||||
%_sourcedir %buildroot/lib/modules/%kernelrelease-%build_flavor; then
|
||||
%if %supported_modules_check
|
||||
exit 1
|
||||
%endif
|
||||
echo "Consistency check error: please update supported.conf."
|
||||
fi
|
||||
|
||||
%ifarch s390 s390x
|
||||
if test -e arch/s390/boot/kerntypes.o; then
|
||||
:
|
||||
elif test -x "$(which dwarfextract 2>/dev/null)" -a \
|
||||
-f %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor; then
|
||||
find %buildroot -name "*.ko" > kofiles.list
|
||||
dwarfextract %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor -C kofiles.list || echo "dwarfextract failed ($?)"
|
||||
fi
|
||||
%endif
|
||||
|
||||
# Also put the resulting file in %rpm_install_dir/%cpu_arch/%build_flavor
|
||||
# so that kernel-devel + kernel-%build_flavor is sufficient for building
|
||||
# modules that have modversions as well.
|
||||
mkdir -p %rpm_install_dir/%cpu_arch/%build_flavor
|
||||
cp Module.symvers %rpm_install_dir/%cpu_arch/%build_flavor
|
||||
|
||||
# Table of types used in exported symbols (for modversion debugging).
|
||||
%_sourcedir/modversions --pack . > %buildroot/boot/symtypes-%kernelrelease-%build_flavor
|
||||
if [ -s %buildroot/boot/symtypes-%kernelrelease-%build_flavor ]; then
|
||||
gzip -n -9 %buildroot/boot/symtypes-%kernelrelease-%build_flavor
|
||||
else
|
||||
rm -f %buildroot/boot/symtypes-%kernelrelease-%build_flavor
|
||||
fi
|
||||
|
||||
# Some architecture's $(uname -m) output is different from the ARCH
|
||||
# parameter that needs to be passed to kbuild. Create symlinks from
|
||||
# $(uname -m) to the ARCH directory.
|
||||
if [ ! -e %rpm_install_dir/%_target_cpu ]; then
|
||||
ln -sf %cpu_arch %rpm_install_dir/%_target_cpu
|
||||
ln -sf %cpu_arch %buildroot/usr/src/linux-obj/%_target_cpu
|
||||
fi
|
||||
|
||||
# We were building in %my_builddir/linux-%srcversion, but the sources will
|
||||
# later be installed in /usr/src/linux-%srcversion-%source_rel. Fix up the
|
||||
# build symlink.
|
||||
rm -f %buildroot/lib/modules/%kernelrelease-%build_flavor/{source,build}
|
||||
ln -s %src_install_dir \
|
||||
%buildroot/lib/modules/%kernelrelease-%build_flavor/source
|
||||
ln -s %obj_install_dir/%cpu_arch/%build_flavor \
|
||||
%buildroot/lib/modules/%kernelrelease-%build_flavor/build
|
||||
|
||||
# Abort if there are any undefined symbols
|
||||
msg="$(/sbin/depmod -F %buildroot/boot/System.map-%kernelrelease-%build_flavor \
|
||||
-b %buildroot -ae %kernelrelease-%build_flavor 2>&1)"
|
||||
if [ $? -ne 0 ] || echo "$msg" | grep 'needs unknown symbol'; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
%if %split_base
|
||||
%_sourcedir/split-modules -d %buildroot \
|
||||
-o %my_builddir \
|
||||
-b %kernel_build_dir/Module.base \
|
||||
%if ! %supported_modules_check
|
||||
-i \
|
||||
%endif
|
||||
-s %kernel_build_dir/Module.supported
|
||||
%if ! %split_extra
|
||||
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
|
||||
%endif
|
||||
|
||||
%else
|
||||
( cd %buildroot
|
||||
find lib/modules/%kernelrelease-%build_flavor -type f -name '*.ko' -printf '/%%p\n'
|
||||
) > %my_builddir/base-modules
|
||||
%endif
|
||||
|
||||
res=0
|
||||
if test -e %my_builddir/kabi/%cpu_arch/symvers-%build_flavor; then
|
||||
# check for kabi changes
|
||||
%_sourcedir/kabi.pl --rules %my_builddir/kabi/severities \
|
||||
%my_builddir/kabi/%cpu_arch/symvers-%build_flavor \
|
||||
Module.symvers || res=$?
|
||||
fi
|
||||
if [ $res -ne 0 ]; then
|
||||
if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
|
||||
! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then
|
||||
echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \
|
||||
"directory to build this kernel even though its badness is" \
|
||||
"higher than allowed for an official kernel."
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
tar -cf - -T %my_builddir/obj-files | \
|
||||
tar -xf - -C %rpm_install_dir/%cpu_arch_flavor
|
||||
# bnc#507084
|
||||
find %rpm_install_dir/%cpu_arch_flavor/scripts -type f -perm -111 | \
|
||||
while read f; do
|
||||
case "$(file -b "$f")" in
|
||||
ELF\ *\ executable*)
|
||||
strip "$f"
|
||||
esac
|
||||
done
|
||||
# Replace the absolute with a relative path
|
||||
sed -i "s,%build_src_dir,../../../linux-%kernelrelease%variant,g" \
|
||||
%rpm_install_dir/%cpu_arch_flavor/Makefile
|
||||
fi
|
||||
|
||||
add_dirs_to_filelist() {
|
||||
sed -rn '
|
||||
# print file name
|
||||
p
|
||||
# remove filelist macros
|
||||
s:%%[a-z]+(\([^)]+\))? ?::g
|
||||
# add %%dir prefix
|
||||
s:^:%%dir :
|
||||
# print all parents
|
||||
:a
|
||||
# skip directories owned by other packages
|
||||
s:^%%dir (/boot|/etc|/lib/(modules|firmware)|/usr/src)/[^/]+$::
|
||||
s:/[^/]+$::p
|
||||
ta
|
||||
' "$@" | sort -u
|
||||
}
|
||||
|
||||
# Collect the file lists.
|
||||
shopt -s nullglob
|
||||
> %my_builddir/kernel-devel.files
|
||||
for file in %buildroot/boot/vmlinux-*.gz %buildroot/boot/symtypes* \
|
||||
%buildroot/lib/modules/*/{build,source}; do
|
||||
f=${file##%buildroot}
|
||||
echo "$f" >> %my_builddir/kernel-devel.files
|
||||
done
|
||||
|
||||
{ cd %buildroot
|
||||
find boot \
|
||||
\( -type l -o -name 'initrd-*' \) -printf '%%%%ghost /%%p\n' -o \
|
||||
-type f -name 'vmlinux-*' -printf '%%%%attr(0644, root, root) /%%p\n' -o \
|
||||
-type f -printf '/%%p\n'
|
||||
|
||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||
# the file gets removed when uninstalling the kernel.
|
||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
||||
|
||||
if [ %CONFIG_MODULES = y ]; then
|
||||
find lib/modules/%kernelrelease-%build_flavor \
|
||||
-type d -o \
|
||||
\( -path '*/modules.*' ! -path '*/modules.order' \
|
||||
! -path '*/modules.builtin' \) -printf '%%%%ghost /%%p\n' \
|
||||
-o -name '*.ko' -prune -o -printf '/%%p\n'
|
||||
cat %my_builddir/base-modules
|
||||
fi
|
||||
test -d lib/firmware/%kernelrelease-%build_flavor && \
|
||||
find lib/firmware/%kernelrelease-%build_flavor \
|
||||
-type d -o \
|
||||
-printf '/%%p\n'
|
||||
if [ -e .%_docdir/%name ]; then
|
||||
echo "%%doc %_docdir/%name"
|
||||
fi
|
||||
} | sort -u >%my_builddir/tmp
|
||||
cat %my_builddir/tmp %my_builddir/kernel-devel.files | sort | uniq -u | \
|
||||
add_dirs_to_filelist >%my_builddir/kernel-base.files
|
||||
rm %my_builddir/tmp
|
||||
|
||||
%if %split_base
|
||||
add_dirs_to_filelist %my_builddir/{kernel-base.files,main-modules} \
|
||||
> %my_builddir/kernel-main.files
|
||||
%endif
|
||||
%if %split_extra
|
||||
add_dirs_to_filelist %my_builddir/unsupported-modules > %my_builddir/kernel-extra.files
|
||||
%endif
|
||||
|
||||
# Hardlink duplicate files automatically (from package fdupes): It doesn't save
|
||||
# much, but it keeps rpmlint from breaking the package build. Note that we skip
|
||||
# /usr/src/linux-obj intentionally, to not accidentally break timestamps there
|
||||
%fdupes $RPM_BUILD_ROOT/lib
|
||||
|
||||
%preun -f preun.sh
|
||||
|
||||
%postun -f postun.sh
|
||||
|
||||
%pre -f pre.sh
|
||||
|
||||
%post -f post.sh
|
||||
|
||||
%if %split_base
|
||||
|
||||
%files -f kernel-main.files
|
||||
%else
|
||||
|
||||
%files -f kernel-base.files
|
||||
%endif
|
||||
%defattr(-, root, root)
|
||||
|
||||
%package base
|
||||
Summary: kernel for ps3 bootloader - base modules
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
AutoReqProv: on
|
||||
Provides: multiversion(kernel)
|
||||
Provides: kernel-base = %version-%source_rel
|
||||
Requires(pre): coreutils awk
|
||||
Requires(post): module-init-tools
|
||||
Requires(post): perl-Bootloader
|
||||
Requires(post): mkinitrd
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
|
||||
%description base
|
||||
This package contains the kernel for the PS3 bootloader. PS3 systems
|
||||
only have 4MB of flash memory for the bootloader, so this kernel needs
|
||||
to be as small as possible and is _not_ meant to be installed in the
|
||||
final system.
|
||||
|
||||
This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
%source_timestamp
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
%postun base -f postun-base.sh
|
||||
|
||||
%pre base -f pre-base.sh
|
||||
|
||||
%post base -f post-base.sh
|
||||
|
||||
%if %split_base
|
||||
|
||||
%files base -f kernel-base.files
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
|
||||
%package extra
|
||||
Summary: kernel for ps3 bootloader - Unsupported kernel modules
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
AutoReqProv: on
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %name-extra_%_target_cpu = %version-%release
|
||||
Provides: kernel-extra = %version-%source_rel
|
||||
Requires: %{name}_%_target_cpu = %version-%release
|
||||
Requires(pre): coreutils awk
|
||||
Requires(post): module-init-tools
|
||||
Requires(post): perl-Bootloader
|
||||
Requires(post): mkinitrd
|
||||
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
|
||||
%description extra
|
||||
This package contains the kernel for the PS3 bootloader. PS3 systems
|
||||
only have 4MB of flash memory for the bootloader, so this kernel needs
|
||||
to be as small as possible and is _not_ meant to be installed in the
|
||||
final system.
|
||||
|
||||
This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
%source_timestamp
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
%postun extra -f postun-extra.sh
|
||||
|
||||
%pre extra -f pre-extra.sh
|
||||
|
||||
%post extra -f post-extra.sh
|
||||
|
||||
%if %split_extra
|
||||
|
||||
%files extra -f kernel-extra.files
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
|
||||
%package man
|
||||
Summary: The collection of man pages generated by the kmsg script.
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
|
||||
%description man
|
||||
This package includes the man pages that have been generated from the
|
||||
kmsg message documentation comments.
|
||||
|
||||
|
||||
%source_timestamp
|
||||
%files man
|
||||
%defattr(-,root,root)
|
||||
/usr/share/man/man9/*
|
||||
%endif
|
||||
|
||||
%package devel
|
||||
Summary: Development files necessary for building kernel modules
|
||||
License: GPL v2 only
|
||||
Group: Development/Sources
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %name-devel = %version-%source_rel
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
Supplements: packageand(%name:kernel-devel%variant)
|
||||
AutoReqProv: on
|
||||
|
||||
%description devel
|
||||
This package contains files necessary for building kernel modules (and
|
||||
kernel module packages) against the %build_flavor flavor of the kernel.
|
||||
|
||||
|
||||
%source_timestamp
|
||||
%if %CONFIG_MODULES == "y"
|
||||
|
||||
%pre devel -f devel-pre.sh
|
||||
|
||||
%post devel -f devel-post.sh
|
||||
|
||||
%files devel -f kernel-devel.files
|
||||
%defattr(-,root,root)
|
||||
%dir %obj_install_dir
|
||||
%dir %obj_install_dir/%cpu_arch
|
||||
%dir /usr/src/linux-obj
|
||||
%dir /usr/src/linux-obj/%cpu_arch
|
||||
%ghost /usr/src/linux-obj/%cpu_arch_flavor
|
||||
%obj_install_dir/%cpu_arch_flavor
|
||||
%if %_target_cpu != %cpu_arch
|
||||
%obj_install_dir/%_target_cpu
|
||||
/usr/src/linux-obj/%_target_cpu
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%package devel-debuginfo
|
||||
# rpm doesn't notice that vmlinux.debug belongs to the gzipped vmlinux.gz
|
||||
Summary: Debug information for package %name-devel
|
||||
License: GPL v2 only
|
||||
Group: Development/Debug
|
||||
|
||||
%description devel-debuginfo
|
||||
Debug information for package %name-devel
|
||||
|
||||
|
||||
%source_timestamp
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
@ -1,3 +1,275 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update to 3.1-rc5 from https://github.com/torvalds/linux.git.
|
||||
- commit 8a211c9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 2 18:29:33 CEST 2011 - ohering@suse.de
|
||||
|
||||
- Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/
|
||||
(fate#311487).
|
||||
- commit 94054c9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
|
||||
|
||||
- ata_piix: ignore disks in a hyper-v guest.
|
||||
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
|
||||
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
|
||||
- Staging: hv: vmbus: Fix checkpatch warnings.
|
||||
- Staging: hv: util: kvp: Fix the reported OSVersion string.
|
||||
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
|
||||
- Staging: hv: Fix macros, tab errors and warning in
|
||||
drivers/staging/hv/hv_mouse.c.
|
||||
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
|
||||
rid of the PCI signature.
|
||||
- Staging: hv: Replace struct hv_guid with the uuid type already
|
||||
defined in Linux.
|
||||
- Staging: hv: vmbus: Introduce vmbus ID space in struct
|
||||
hv_driver.
|
||||
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
|
||||
blockvsc driver.
|
||||
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
|
||||
storvsc driver.
|
||||
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
|
||||
netvsc driver.
|
||||
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
|
||||
mouse driver.
|
||||
- Staging: hv: util: Make hv_utils a vmbus device driver.
|
||||
- Staging: hv: create VMBUS_DEVICE macro and use it.
|
||||
- Staging: hv: vmbus: Cleanup vmbus_match().
|
||||
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
|
||||
- Staging: hv: vmbus: Support the notion of id tables in
|
||||
vmbus_match().
|
||||
- Staging: hv: vmbus: Get rid of an unnecessary include line
|
||||
in vmbus_drv.c.
|
||||
- Staging: hv: storvsc: Get rid of the DMI signature.
|
||||
- Staging: hv: netvsc: Get rid of the PCI signature.
|
||||
- Staging: hv: netvsc: Get rid of the DMI signature in
|
||||
netvsc_drv.c.
|
||||
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
|
||||
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
|
||||
- Staging: hv: fix up driver registering mess.
|
||||
- Staging: hv: vmbus: Get rid of some unnecessary comments.
|
||||
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
|
||||
- Staging: hv: vmbus: Cleanup error handling in hv_init().
|
||||
- Staging: hv: vmbus: Get rid of unnecessay comments in
|
||||
connection.c.
|
||||
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
|
||||
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
|
||||
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
|
||||
- Staging: hv: vmbus: Get rid of unnecessary comments in
|
||||
channel.c.
|
||||
- Staging: hv: vmbus: Change the variable name openInfo to
|
||||
open_info in channel.c.
|
||||
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
|
||||
- Staging: hv: vmbus: Cleanup the error return value in
|
||||
vmbus_recvpacket_raw().
|
||||
- Staging: hv: netvsc: Get rid of an unnecessary print statement
|
||||
in netvsc_probe().
|
||||
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_dev_add().
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_channel_init().
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_connect_to_vsp().
|
||||
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
|
||||
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
|
||||
from storvsc.c.
|
||||
- Staging: hv: storvsc: Fix/cleanup some dated comments in
|
||||
storvsc.c.
|
||||
- Staging: hv: storvsc: Cleanup returned error code in
|
||||
storvsc_host_reset().
|
||||
- Staging: hv: storvsc: Cleanup error code returned in
|
||||
storvsc_probe().
|
||||
- Staging: hv: storvsc: Cleanup returned error code in
|
||||
storvsc_drv_init().
|
||||
- Staging: hv: netvsc: Cleanup the returned error code in
|
||||
netvsc_probe().
|
||||
- Staging: hv: netvsc: Cleanup error return codes in
|
||||
netvsc_destroy_recv_buf().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
netvsc_init_recv_buf().
|
||||
- Staging: hv: netvsc: Cleanup error returns in
|
||||
netvsc_connect_vsp().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
netvsc_send().
|
||||
- Staging: hv: netvsc: Cleanup error return codes in
|
||||
netvsc_device_add().
|
||||
- Staging: hv: netvsc: Cleanup error codes in
|
||||
rndis_filter_receive().
|
||||
- Staging: hv: netvsc: Cleanup error code in
|
||||
rndis_filter_query_device().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
rndis_filter_set_packet_filter().
|
||||
- Staging: hv: netvsc: Cleanup error returns in
|
||||
rndis_filter_init_device().
|
||||
- Staging: hv: netvsc: Cleanup error code in
|
||||
rndis_filter_device_add().
|
||||
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
|
||||
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
|
||||
- Staging: hv: netvsc: Change the jump label Exit to exit.
|
||||
- Staging: hv: mouse: Get rid of the unused PCI signature.
|
||||
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
|
||||
- Staging: hv: hv_mouse: remove inputreport_callback function.
|
||||
- Staging: hv: hv_mouse: remove a forward declaration.
|
||||
- Staging: hv: hv_mouse: fix up remove() function.
|
||||
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
|
||||
- Staging: hv: add driver_data to hv_vmbus_device_id.
|
||||
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
|
||||
- Staging: hv: file2alias: fix up alias creation logic for
|
||||
hv_vmbus_device_id.
|
||||
- Staging: hv: storvsc: Inline free_stor_device().
|
||||
- Staging: hv: storvsc: Do not aquire an unnecessary reference
|
||||
on stor_device.
|
||||
- Staging: hv: storvsc: Rename must_get_stor_device().
|
||||
- Staging: hv: storvsc: Rename get_stor_device().
|
||||
- Staging: hv: storvsc: Cleanup alloc_stor_device().
|
||||
- Staging: hv: storvsc: Introduce state to manage the lifecycle
|
||||
of stor device.
|
||||
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
|
||||
is being destroyed.
|
||||
- Staging: hv: storvsc: Get rid of release_stor_device() by
|
||||
inlining the code.
|
||||
- Staging: hv: storvsc: Get rid of final_release_stor_device()
|
||||
by inlining code.
|
||||
- Staging: hv: storvsc: Get rid of the reference counting in
|
||||
struct storvsc_device.
|
||||
- Staging: hv: netvsc: Inline the code for free_net_device().
|
||||
- Staging: hv: netvsc: Cleanup alloc_net_device().
|
||||
- Staging: hv: netvsc: Introduce state to manage the lifecycle
|
||||
of net device.
|
||||
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
|
||||
is destroyed.
|
||||
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
|
||||
by inlining the code.
|
||||
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
|
||||
by inlining the code.
|
||||
- Staging: hv: netvsc: Get rid of the refcnt field in struct
|
||||
netvsc_device.
|
||||
- Staging: hv: storvsc: Add code to handle IDE devices using
|
||||
the storvsc driver.
|
||||
- Staging: hv: storvsc: Handle IDE devices using the storvsc
|
||||
driver.
|
||||
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
|
||||
not used.
|
||||
- Staging: hv: storvsc: Optimize bounce buffer handling for the
|
||||
"write" case.
|
||||
- Staging: hv: storvsc: Optimize the bounce buffer handling in
|
||||
the "read" case.
|
||||
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
|
||||
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
|
||||
contents of storvsc.c.
|
||||
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
|
||||
to storvsc_drv.c.
|
||||
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
|
||||
contents of hyperv_storage.h.
|
||||
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
|
||||
and MODE_SENSE.
|
||||
- Staging: hv: storvsc: Fix a typo.
|
||||
- Staging: hv: storvsc: In case of scsi errors offline the device.
|
||||
- Staging: hv: storvsc: No need to copy from bounce buffer in
|
||||
case of a failure.
|
||||
- Staging: hv: util: Forcefully shutdown when shutdown is
|
||||
requested.
|
||||
- Staging: hv: util: Adjust guest time in a process context.
|
||||
- Staging: hv: vmbus: Check before invoking the channel callback.
|
||||
- Staging: hv: vmbus: Properly deal with de-registering channel
|
||||
callback.
|
||||
- Staging: hv: Fix a bug in vmbus_match().
|
||||
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
|
||||
the code.
|
||||
- Staging: hv: vmbus: Do not enable auto eoi.
|
||||
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
|
||||
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
|
||||
- Staging: hv: vmbus: Get rid of an unnecessary check in
|
||||
vmbus_connect().
|
||||
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
|
||||
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
|
||||
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
|
||||
- Staging: hv: netvsc: return negative error codes.
|
||||
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
|
||||
- commit d77df1b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de
|
||||
|
||||
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
|
||||
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.
|
||||
- commit bd9ecd2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
|
||||
|
||||
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
|
||||
off of a USB3 device (bnc#712752)
|
||||
- commit f6522ba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
|
||||
- commit 626749c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refresh patches.rpmify/pti-depends-on-x86-pci.
|
||||
- commit e82bcac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Disabled patches.rpmify/pti-depends-on-x86-pci
|
||||
- commit 0baba30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.1-rc4.
|
||||
- commit 68e08b1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- PTI: depends on X86 && PCI.
|
||||
- commit e975e4b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- scsi_dh_alua: always update TPGS status on activate.
|
||||
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
|
||||
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
|
||||
- scsi_dh: Implement match callback function.
|
||||
- Delete patches.fixes/scsi-dh-alua-retry-UA.
|
||||
- Delete patches.fixes/scsi-dh-alua-send-stpg.
|
||||
- commit 58d8073
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
|
||||
- commit 7d43f4b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refreshed and re-enabled dm-path patches:
|
||||
- patches.suse/dm-mpath-accept-failed-paths.
|
||||
- patches.suse/dm-mpath-detach-existing-hardware-handler.
|
||||
- commit 70cadcd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.1-rc3.
|
||||
- Eliminated 8 patches.
|
||||
- Xen is disabled.
|
||||
- commit eccefcc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de
|
||||
|
||||
|
15514
kernel-s390.spec
15514
kernel-s390.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,275 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update to 3.1-rc5 from https://github.com/torvalds/linux.git.
|
||||
- commit 8a211c9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 2 18:29:33 CEST 2011 - ohering@suse.de
|
||||
|
||||
- Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/
|
||||
(fate#311487).
|
||||
- commit 94054c9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
|
||||
|
||||
- ata_piix: ignore disks in a hyper-v guest.
|
||||
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
|
||||
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
|
||||
- Staging: hv: vmbus: Fix checkpatch warnings.
|
||||
- Staging: hv: util: kvp: Fix the reported OSVersion string.
|
||||
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
|
||||
- Staging: hv: Fix macros, tab errors and warning in
|
||||
drivers/staging/hv/hv_mouse.c.
|
||||
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
|
||||
rid of the PCI signature.
|
||||
- Staging: hv: Replace struct hv_guid with the uuid type already
|
||||
defined in Linux.
|
||||
- Staging: hv: vmbus: Introduce vmbus ID space in struct
|
||||
hv_driver.
|
||||
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
|
||||
blockvsc driver.
|
||||
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
|
||||
storvsc driver.
|
||||
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
|
||||
netvsc driver.
|
||||
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
|
||||
mouse driver.
|
||||
- Staging: hv: util: Make hv_utils a vmbus device driver.
|
||||
- Staging: hv: create VMBUS_DEVICE macro and use it.
|
||||
- Staging: hv: vmbus: Cleanup vmbus_match().
|
||||
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
|
||||
- Staging: hv: vmbus: Support the notion of id tables in
|
||||
vmbus_match().
|
||||
- Staging: hv: vmbus: Get rid of an unnecessary include line
|
||||
in vmbus_drv.c.
|
||||
- Staging: hv: storvsc: Get rid of the DMI signature.
|
||||
- Staging: hv: netvsc: Get rid of the PCI signature.
|
||||
- Staging: hv: netvsc: Get rid of the DMI signature in
|
||||
netvsc_drv.c.
|
||||
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
|
||||
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
|
||||
- Staging: hv: fix up driver registering mess.
|
||||
- Staging: hv: vmbus: Get rid of some unnecessary comments.
|
||||
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
|
||||
- Staging: hv: vmbus: Cleanup error handling in hv_init().
|
||||
- Staging: hv: vmbus: Get rid of unnecessay comments in
|
||||
connection.c.
|
||||
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
|
||||
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
|
||||
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
|
||||
- Staging: hv: vmbus: Get rid of unnecessary comments in
|
||||
channel.c.
|
||||
- Staging: hv: vmbus: Change the variable name openInfo to
|
||||
open_info in channel.c.
|
||||
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
|
||||
- Staging: hv: vmbus: Cleanup the error return value in
|
||||
vmbus_recvpacket_raw().
|
||||
- Staging: hv: netvsc: Get rid of an unnecessary print statement
|
||||
in netvsc_probe().
|
||||
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_dev_add().
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_channel_init().
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_connect_to_vsp().
|
||||
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
|
||||
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
|
||||
from storvsc.c.
|
||||
- Staging: hv: storvsc: Fix/cleanup some dated comments in
|
||||
storvsc.c.
|
||||
- Staging: hv: storvsc: Cleanup returned error code in
|
||||
storvsc_host_reset().
|
||||
- Staging: hv: storvsc: Cleanup error code returned in
|
||||
storvsc_probe().
|
||||
- Staging: hv: storvsc: Cleanup returned error code in
|
||||
storvsc_drv_init().
|
||||
- Staging: hv: netvsc: Cleanup the returned error code in
|
||||
netvsc_probe().
|
||||
- Staging: hv: netvsc: Cleanup error return codes in
|
||||
netvsc_destroy_recv_buf().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
netvsc_init_recv_buf().
|
||||
- Staging: hv: netvsc: Cleanup error returns in
|
||||
netvsc_connect_vsp().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
netvsc_send().
|
||||
- Staging: hv: netvsc: Cleanup error return codes in
|
||||
netvsc_device_add().
|
||||
- Staging: hv: netvsc: Cleanup error codes in
|
||||
rndis_filter_receive().
|
||||
- Staging: hv: netvsc: Cleanup error code in
|
||||
rndis_filter_query_device().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
rndis_filter_set_packet_filter().
|
||||
- Staging: hv: netvsc: Cleanup error returns in
|
||||
rndis_filter_init_device().
|
||||
- Staging: hv: netvsc: Cleanup error code in
|
||||
rndis_filter_device_add().
|
||||
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
|
||||
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
|
||||
- Staging: hv: netvsc: Change the jump label Exit to exit.
|
||||
- Staging: hv: mouse: Get rid of the unused PCI signature.
|
||||
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
|
||||
- Staging: hv: hv_mouse: remove inputreport_callback function.
|
||||
- Staging: hv: hv_mouse: remove a forward declaration.
|
||||
- Staging: hv: hv_mouse: fix up remove() function.
|
||||
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
|
||||
- Staging: hv: add driver_data to hv_vmbus_device_id.
|
||||
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
|
||||
- Staging: hv: file2alias: fix up alias creation logic for
|
||||
hv_vmbus_device_id.
|
||||
- Staging: hv: storvsc: Inline free_stor_device().
|
||||
- Staging: hv: storvsc: Do not aquire an unnecessary reference
|
||||
on stor_device.
|
||||
- Staging: hv: storvsc: Rename must_get_stor_device().
|
||||
- Staging: hv: storvsc: Rename get_stor_device().
|
||||
- Staging: hv: storvsc: Cleanup alloc_stor_device().
|
||||
- Staging: hv: storvsc: Introduce state to manage the lifecycle
|
||||
of stor device.
|
||||
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
|
||||
is being destroyed.
|
||||
- Staging: hv: storvsc: Get rid of release_stor_device() by
|
||||
inlining the code.
|
||||
- Staging: hv: storvsc: Get rid of final_release_stor_device()
|
||||
by inlining code.
|
||||
- Staging: hv: storvsc: Get rid of the reference counting in
|
||||
struct storvsc_device.
|
||||
- Staging: hv: netvsc: Inline the code for free_net_device().
|
||||
- Staging: hv: netvsc: Cleanup alloc_net_device().
|
||||
- Staging: hv: netvsc: Introduce state to manage the lifecycle
|
||||
of net device.
|
||||
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
|
||||
is destroyed.
|
||||
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
|
||||
by inlining the code.
|
||||
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
|
||||
by inlining the code.
|
||||
- Staging: hv: netvsc: Get rid of the refcnt field in struct
|
||||
netvsc_device.
|
||||
- Staging: hv: storvsc: Add code to handle IDE devices using
|
||||
the storvsc driver.
|
||||
- Staging: hv: storvsc: Handle IDE devices using the storvsc
|
||||
driver.
|
||||
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
|
||||
not used.
|
||||
- Staging: hv: storvsc: Optimize bounce buffer handling for the
|
||||
"write" case.
|
||||
- Staging: hv: storvsc: Optimize the bounce buffer handling in
|
||||
the "read" case.
|
||||
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
|
||||
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
|
||||
contents of storvsc.c.
|
||||
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
|
||||
to storvsc_drv.c.
|
||||
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
|
||||
contents of hyperv_storage.h.
|
||||
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
|
||||
and MODE_SENSE.
|
||||
- Staging: hv: storvsc: Fix a typo.
|
||||
- Staging: hv: storvsc: In case of scsi errors offline the device.
|
||||
- Staging: hv: storvsc: No need to copy from bounce buffer in
|
||||
case of a failure.
|
||||
- Staging: hv: util: Forcefully shutdown when shutdown is
|
||||
requested.
|
||||
- Staging: hv: util: Adjust guest time in a process context.
|
||||
- Staging: hv: vmbus: Check before invoking the channel callback.
|
||||
- Staging: hv: vmbus: Properly deal with de-registering channel
|
||||
callback.
|
||||
- Staging: hv: Fix a bug in vmbus_match().
|
||||
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
|
||||
the code.
|
||||
- Staging: hv: vmbus: Do not enable auto eoi.
|
||||
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
|
||||
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
|
||||
- Staging: hv: vmbus: Get rid of an unnecessary check in
|
||||
vmbus_connect().
|
||||
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
|
||||
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
|
||||
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
|
||||
- Staging: hv: netvsc: return negative error codes.
|
||||
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
|
||||
- commit d77df1b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de
|
||||
|
||||
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
|
||||
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.
|
||||
- commit bd9ecd2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
|
||||
|
||||
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
|
||||
off of a USB3 device (bnc#712752)
|
||||
- commit f6522ba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
|
||||
- commit 626749c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refresh patches.rpmify/pti-depends-on-x86-pci.
|
||||
- commit e82bcac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Disabled patches.rpmify/pti-depends-on-x86-pci
|
||||
- commit 0baba30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.1-rc4.
|
||||
- commit 68e08b1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- PTI: depends on X86 && PCI.
|
||||
- commit e975e4b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- scsi_dh_alua: always update TPGS status on activate.
|
||||
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
|
||||
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
|
||||
- scsi_dh: Implement match callback function.
|
||||
- Delete patches.fixes/scsi-dh-alua-retry-UA.
|
||||
- Delete patches.fixes/scsi-dh-alua-send-stpg.
|
||||
- commit 58d8073
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
|
||||
- commit 7d43f4b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refreshed and re-enabled dm-path patches:
|
||||
- patches.suse/dm-mpath-accept-failed-paths.
|
||||
- patches.suse/dm-mpath-detach-existing-hardware-handler.
|
||||
- commit 70cadcd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.1-rc3.
|
||||
- Eliminated 8 patches.
|
||||
- Xen is disabled.
|
||||
- commit eccefcc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de
|
||||
|
||||
|
15502
kernel-source.spec
15502
kernel-source.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,275 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update to 3.1-rc5 from https://github.com/torvalds/linux.git.
|
||||
- commit 8a211c9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 2 18:29:33 CEST 2011 - ohering@suse.de
|
||||
|
||||
- Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/
|
||||
(fate#311487).
|
||||
- commit 94054c9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
|
||||
|
||||
- ata_piix: ignore disks in a hyper-v guest.
|
||||
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
|
||||
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
|
||||
- Staging: hv: vmbus: Fix checkpatch warnings.
|
||||
- Staging: hv: util: kvp: Fix the reported OSVersion string.
|
||||
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
|
||||
- Staging: hv: Fix macros, tab errors and warning in
|
||||
drivers/staging/hv/hv_mouse.c.
|
||||
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
|
||||
rid of the PCI signature.
|
||||
- Staging: hv: Replace struct hv_guid with the uuid type already
|
||||
defined in Linux.
|
||||
- Staging: hv: vmbus: Introduce vmbus ID space in struct
|
||||
hv_driver.
|
||||
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
|
||||
blockvsc driver.
|
||||
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
|
||||
storvsc driver.
|
||||
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
|
||||
netvsc driver.
|
||||
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
|
||||
mouse driver.
|
||||
- Staging: hv: util: Make hv_utils a vmbus device driver.
|
||||
- Staging: hv: create VMBUS_DEVICE macro and use it.
|
||||
- Staging: hv: vmbus: Cleanup vmbus_match().
|
||||
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
|
||||
- Staging: hv: vmbus: Support the notion of id tables in
|
||||
vmbus_match().
|
||||
- Staging: hv: vmbus: Get rid of an unnecessary include line
|
||||
in vmbus_drv.c.
|
||||
- Staging: hv: storvsc: Get rid of the DMI signature.
|
||||
- Staging: hv: netvsc: Get rid of the PCI signature.
|
||||
- Staging: hv: netvsc: Get rid of the DMI signature in
|
||||
netvsc_drv.c.
|
||||
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
|
||||
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
|
||||
- Staging: hv: fix up driver registering mess.
|
||||
- Staging: hv: vmbus: Get rid of some unnecessary comments.
|
||||
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
|
||||
- Staging: hv: vmbus: Cleanup error handling in hv_init().
|
||||
- Staging: hv: vmbus: Get rid of unnecessay comments in
|
||||
connection.c.
|
||||
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
|
||||
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
|
||||
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
|
||||
- Staging: hv: vmbus: Get rid of unnecessary comments in
|
||||
channel.c.
|
||||
- Staging: hv: vmbus: Change the variable name openInfo to
|
||||
open_info in channel.c.
|
||||
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
|
||||
- Staging: hv: vmbus: Cleanup the error return value in
|
||||
vmbus_recvpacket_raw().
|
||||
- Staging: hv: netvsc: Get rid of an unnecessary print statement
|
||||
in netvsc_probe().
|
||||
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_dev_add().
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_channel_init().
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_connect_to_vsp().
|
||||
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
|
||||
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
|
||||
from storvsc.c.
|
||||
- Staging: hv: storvsc: Fix/cleanup some dated comments in
|
||||
storvsc.c.
|
||||
- Staging: hv: storvsc: Cleanup returned error code in
|
||||
storvsc_host_reset().
|
||||
- Staging: hv: storvsc: Cleanup error code returned in
|
||||
storvsc_probe().
|
||||
- Staging: hv: storvsc: Cleanup returned error code in
|
||||
storvsc_drv_init().
|
||||
- Staging: hv: netvsc: Cleanup the returned error code in
|
||||
netvsc_probe().
|
||||
- Staging: hv: netvsc: Cleanup error return codes in
|
||||
netvsc_destroy_recv_buf().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
netvsc_init_recv_buf().
|
||||
- Staging: hv: netvsc: Cleanup error returns in
|
||||
netvsc_connect_vsp().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
netvsc_send().
|
||||
- Staging: hv: netvsc: Cleanup error return codes in
|
||||
netvsc_device_add().
|
||||
- Staging: hv: netvsc: Cleanup error codes in
|
||||
rndis_filter_receive().
|
||||
- Staging: hv: netvsc: Cleanup error code in
|
||||
rndis_filter_query_device().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
rndis_filter_set_packet_filter().
|
||||
- Staging: hv: netvsc: Cleanup error returns in
|
||||
rndis_filter_init_device().
|
||||
- Staging: hv: netvsc: Cleanup error code in
|
||||
rndis_filter_device_add().
|
||||
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
|
||||
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
|
||||
- Staging: hv: netvsc: Change the jump label Exit to exit.
|
||||
- Staging: hv: mouse: Get rid of the unused PCI signature.
|
||||
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
|
||||
- Staging: hv: hv_mouse: remove inputreport_callback function.
|
||||
- Staging: hv: hv_mouse: remove a forward declaration.
|
||||
- Staging: hv: hv_mouse: fix up remove() function.
|
||||
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
|
||||
- Staging: hv: add driver_data to hv_vmbus_device_id.
|
||||
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
|
||||
- Staging: hv: file2alias: fix up alias creation logic for
|
||||
hv_vmbus_device_id.
|
||||
- Staging: hv: storvsc: Inline free_stor_device().
|
||||
- Staging: hv: storvsc: Do not aquire an unnecessary reference
|
||||
on stor_device.
|
||||
- Staging: hv: storvsc: Rename must_get_stor_device().
|
||||
- Staging: hv: storvsc: Rename get_stor_device().
|
||||
- Staging: hv: storvsc: Cleanup alloc_stor_device().
|
||||
- Staging: hv: storvsc: Introduce state to manage the lifecycle
|
||||
of stor device.
|
||||
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
|
||||
is being destroyed.
|
||||
- Staging: hv: storvsc: Get rid of release_stor_device() by
|
||||
inlining the code.
|
||||
- Staging: hv: storvsc: Get rid of final_release_stor_device()
|
||||
by inlining code.
|
||||
- Staging: hv: storvsc: Get rid of the reference counting in
|
||||
struct storvsc_device.
|
||||
- Staging: hv: netvsc: Inline the code for free_net_device().
|
||||
- Staging: hv: netvsc: Cleanup alloc_net_device().
|
||||
- Staging: hv: netvsc: Introduce state to manage the lifecycle
|
||||
of net device.
|
||||
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
|
||||
is destroyed.
|
||||
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
|
||||
by inlining the code.
|
||||
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
|
||||
by inlining the code.
|
||||
- Staging: hv: netvsc: Get rid of the refcnt field in struct
|
||||
netvsc_device.
|
||||
- Staging: hv: storvsc: Add code to handle IDE devices using
|
||||
the storvsc driver.
|
||||
- Staging: hv: storvsc: Handle IDE devices using the storvsc
|
||||
driver.
|
||||
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
|
||||
not used.
|
||||
- Staging: hv: storvsc: Optimize bounce buffer handling for the
|
||||
"write" case.
|
||||
- Staging: hv: storvsc: Optimize the bounce buffer handling in
|
||||
the "read" case.
|
||||
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
|
||||
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
|
||||
contents of storvsc.c.
|
||||
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
|
||||
to storvsc_drv.c.
|
||||
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
|
||||
contents of hyperv_storage.h.
|
||||
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
|
||||
and MODE_SENSE.
|
||||
- Staging: hv: storvsc: Fix a typo.
|
||||
- Staging: hv: storvsc: In case of scsi errors offline the device.
|
||||
- Staging: hv: storvsc: No need to copy from bounce buffer in
|
||||
case of a failure.
|
||||
- Staging: hv: util: Forcefully shutdown when shutdown is
|
||||
requested.
|
||||
- Staging: hv: util: Adjust guest time in a process context.
|
||||
- Staging: hv: vmbus: Check before invoking the channel callback.
|
||||
- Staging: hv: vmbus: Properly deal with de-registering channel
|
||||
callback.
|
||||
- Staging: hv: Fix a bug in vmbus_match().
|
||||
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
|
||||
the code.
|
||||
- Staging: hv: vmbus: Do not enable auto eoi.
|
||||
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
|
||||
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
|
||||
- Staging: hv: vmbus: Get rid of an unnecessary check in
|
||||
vmbus_connect().
|
||||
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
|
||||
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
|
||||
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
|
||||
- Staging: hv: netvsc: return negative error codes.
|
||||
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
|
||||
- commit d77df1b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de
|
||||
|
||||
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
|
||||
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.
|
||||
- commit bd9ecd2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
|
||||
|
||||
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
|
||||
off of a USB3 device (bnc#712752)
|
||||
- commit f6522ba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
|
||||
- commit 626749c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refresh patches.rpmify/pti-depends-on-x86-pci.
|
||||
- commit e82bcac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Disabled patches.rpmify/pti-depends-on-x86-pci
|
||||
- commit 0baba30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.1-rc4.
|
||||
- commit 68e08b1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- PTI: depends on X86 && PCI.
|
||||
- commit e975e4b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- scsi_dh_alua: always update TPGS status on activate.
|
||||
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
|
||||
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
|
||||
- scsi_dh: Implement match callback function.
|
||||
- Delete patches.fixes/scsi-dh-alua-retry-UA.
|
||||
- Delete patches.fixes/scsi-dh-alua-send-stpg.
|
||||
- commit 58d8073
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
|
||||
- commit 7d43f4b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refreshed and re-enabled dm-path patches:
|
||||
- patches.suse/dm-mpath-accept-failed-paths.
|
||||
- patches.suse/dm-mpath-detach-existing-hardware-handler.
|
||||
- commit 70cadcd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.1-rc3.
|
||||
- Eliminated 8 patches.
|
||||
- Xen is disabled.
|
||||
- commit eccefcc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de
|
||||
|
||||
|
15482
kernel-syms.spec
15482
kernel-syms.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,275 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update to 3.1-rc5 from https://github.com/torvalds/linux.git.
|
||||
- commit 8a211c9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 2 18:29:33 CEST 2011 - ohering@suse.de
|
||||
|
||||
- Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/
|
||||
(fate#311487).
|
||||
- commit 94054c9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
|
||||
|
||||
- ata_piix: ignore disks in a hyper-v guest.
|
||||
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
|
||||
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
|
||||
- Staging: hv: vmbus: Fix checkpatch warnings.
|
||||
- Staging: hv: util: kvp: Fix the reported OSVersion string.
|
||||
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
|
||||
- Staging: hv: Fix macros, tab errors and warning in
|
||||
drivers/staging/hv/hv_mouse.c.
|
||||
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
|
||||
rid of the PCI signature.
|
||||
- Staging: hv: Replace struct hv_guid with the uuid type already
|
||||
defined in Linux.
|
||||
- Staging: hv: vmbus: Introduce vmbus ID space in struct
|
||||
hv_driver.
|
||||
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
|
||||
blockvsc driver.
|
||||
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
|
||||
storvsc driver.
|
||||
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
|
||||
netvsc driver.
|
||||
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
|
||||
mouse driver.
|
||||
- Staging: hv: util: Make hv_utils a vmbus device driver.
|
||||
- Staging: hv: create VMBUS_DEVICE macro and use it.
|
||||
- Staging: hv: vmbus: Cleanup vmbus_match().
|
||||
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
|
||||
- Staging: hv: vmbus: Support the notion of id tables in
|
||||
vmbus_match().
|
||||
- Staging: hv: vmbus: Get rid of an unnecessary include line
|
||||
in vmbus_drv.c.
|
||||
- Staging: hv: storvsc: Get rid of the DMI signature.
|
||||
- Staging: hv: netvsc: Get rid of the PCI signature.
|
||||
- Staging: hv: netvsc: Get rid of the DMI signature in
|
||||
netvsc_drv.c.
|
||||
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
|
||||
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
|
||||
- Staging: hv: fix up driver registering mess.
|
||||
- Staging: hv: vmbus: Get rid of some unnecessary comments.
|
||||
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
|
||||
- Staging: hv: vmbus: Cleanup error handling in hv_init().
|
||||
- Staging: hv: vmbus: Get rid of unnecessay comments in
|
||||
connection.c.
|
||||
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
|
||||
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
|
||||
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
|
||||
- Staging: hv: vmbus: Get rid of unnecessary comments in
|
||||
channel.c.
|
||||
- Staging: hv: vmbus: Change the variable name openInfo to
|
||||
open_info in channel.c.
|
||||
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
|
||||
- Staging: hv: vmbus: Cleanup the error return value in
|
||||
vmbus_recvpacket_raw().
|
||||
- Staging: hv: netvsc: Get rid of an unnecessary print statement
|
||||
in netvsc_probe().
|
||||
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_dev_add().
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_channel_init().
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_connect_to_vsp().
|
||||
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
|
||||
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
|
||||
from storvsc.c.
|
||||
- Staging: hv: storvsc: Fix/cleanup some dated comments in
|
||||
storvsc.c.
|
||||
- Staging: hv: storvsc: Cleanup returned error code in
|
||||
storvsc_host_reset().
|
||||
- Staging: hv: storvsc: Cleanup error code returned in
|
||||
storvsc_probe().
|
||||
- Staging: hv: storvsc: Cleanup returned error code in
|
||||
storvsc_drv_init().
|
||||
- Staging: hv: netvsc: Cleanup the returned error code in
|
||||
netvsc_probe().
|
||||
- Staging: hv: netvsc: Cleanup error return codes in
|
||||
netvsc_destroy_recv_buf().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
netvsc_init_recv_buf().
|
||||
- Staging: hv: netvsc: Cleanup error returns in
|
||||
netvsc_connect_vsp().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
netvsc_send().
|
||||
- Staging: hv: netvsc: Cleanup error return codes in
|
||||
netvsc_device_add().
|
||||
- Staging: hv: netvsc: Cleanup error codes in
|
||||
rndis_filter_receive().
|
||||
- Staging: hv: netvsc: Cleanup error code in
|
||||
rndis_filter_query_device().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
rndis_filter_set_packet_filter().
|
||||
- Staging: hv: netvsc: Cleanup error returns in
|
||||
rndis_filter_init_device().
|
||||
- Staging: hv: netvsc: Cleanup error code in
|
||||
rndis_filter_device_add().
|
||||
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
|
||||
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
|
||||
- Staging: hv: netvsc: Change the jump label Exit to exit.
|
||||
- Staging: hv: mouse: Get rid of the unused PCI signature.
|
||||
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
|
||||
- Staging: hv: hv_mouse: remove inputreport_callback function.
|
||||
- Staging: hv: hv_mouse: remove a forward declaration.
|
||||
- Staging: hv: hv_mouse: fix up remove() function.
|
||||
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
|
||||
- Staging: hv: add driver_data to hv_vmbus_device_id.
|
||||
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
|
||||
- Staging: hv: file2alias: fix up alias creation logic for
|
||||
hv_vmbus_device_id.
|
||||
- Staging: hv: storvsc: Inline free_stor_device().
|
||||
- Staging: hv: storvsc: Do not aquire an unnecessary reference
|
||||
on stor_device.
|
||||
- Staging: hv: storvsc: Rename must_get_stor_device().
|
||||
- Staging: hv: storvsc: Rename get_stor_device().
|
||||
- Staging: hv: storvsc: Cleanup alloc_stor_device().
|
||||
- Staging: hv: storvsc: Introduce state to manage the lifecycle
|
||||
of stor device.
|
||||
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
|
||||
is being destroyed.
|
||||
- Staging: hv: storvsc: Get rid of release_stor_device() by
|
||||
inlining the code.
|
||||
- Staging: hv: storvsc: Get rid of final_release_stor_device()
|
||||
by inlining code.
|
||||
- Staging: hv: storvsc: Get rid of the reference counting in
|
||||
struct storvsc_device.
|
||||
- Staging: hv: netvsc: Inline the code for free_net_device().
|
||||
- Staging: hv: netvsc: Cleanup alloc_net_device().
|
||||
- Staging: hv: netvsc: Introduce state to manage the lifecycle
|
||||
of net device.
|
||||
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
|
||||
is destroyed.
|
||||
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
|
||||
by inlining the code.
|
||||
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
|
||||
by inlining the code.
|
||||
- Staging: hv: netvsc: Get rid of the refcnt field in struct
|
||||
netvsc_device.
|
||||
- Staging: hv: storvsc: Add code to handle IDE devices using
|
||||
the storvsc driver.
|
||||
- Staging: hv: storvsc: Handle IDE devices using the storvsc
|
||||
driver.
|
||||
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
|
||||
not used.
|
||||
- Staging: hv: storvsc: Optimize bounce buffer handling for the
|
||||
"write" case.
|
||||
- Staging: hv: storvsc: Optimize the bounce buffer handling in
|
||||
the "read" case.
|
||||
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
|
||||
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
|
||||
contents of storvsc.c.
|
||||
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
|
||||
to storvsc_drv.c.
|
||||
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
|
||||
contents of hyperv_storage.h.
|
||||
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
|
||||
and MODE_SENSE.
|
||||
- Staging: hv: storvsc: Fix a typo.
|
||||
- Staging: hv: storvsc: In case of scsi errors offline the device.
|
||||
- Staging: hv: storvsc: No need to copy from bounce buffer in
|
||||
case of a failure.
|
||||
- Staging: hv: util: Forcefully shutdown when shutdown is
|
||||
requested.
|
||||
- Staging: hv: util: Adjust guest time in a process context.
|
||||
- Staging: hv: vmbus: Check before invoking the channel callback.
|
||||
- Staging: hv: vmbus: Properly deal with de-registering channel
|
||||
callback.
|
||||
- Staging: hv: Fix a bug in vmbus_match().
|
||||
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
|
||||
the code.
|
||||
- Staging: hv: vmbus: Do not enable auto eoi.
|
||||
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
|
||||
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
|
||||
- Staging: hv: vmbus: Get rid of an unnecessary check in
|
||||
vmbus_connect().
|
||||
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
|
||||
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
|
||||
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
|
||||
- Staging: hv: netvsc: return negative error codes.
|
||||
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
|
||||
- commit d77df1b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de
|
||||
|
||||
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
|
||||
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.
|
||||
- commit bd9ecd2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
|
||||
|
||||
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
|
||||
off of a USB3 device (bnc#712752)
|
||||
- commit f6522ba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
|
||||
- commit 626749c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refresh patches.rpmify/pti-depends-on-x86-pci.
|
||||
- commit e82bcac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Disabled patches.rpmify/pti-depends-on-x86-pci
|
||||
- commit 0baba30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.1-rc4.
|
||||
- commit 68e08b1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- PTI: depends on X86 && PCI.
|
||||
- commit e975e4b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- scsi_dh_alua: always update TPGS status on activate.
|
||||
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
|
||||
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
|
||||
- scsi_dh: Implement match callback function.
|
||||
- Delete patches.fixes/scsi-dh-alua-retry-UA.
|
||||
- Delete patches.fixes/scsi-dh-alua-send-stpg.
|
||||
- commit 58d8073
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
|
||||
- commit 7d43f4b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refreshed and re-enabled dm-path patches:
|
||||
- patches.suse/dm-mpath-accept-failed-paths.
|
||||
- patches.suse/dm-mpath-detach-existing-hardware-handler.
|
||||
- commit 70cadcd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.1-rc3.
|
||||
- Eliminated 8 patches.
|
||||
- Xen is disabled.
|
||||
- commit eccefcc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de
|
||||
|
||||
|
15514
kernel-trace.spec
15514
kernel-trace.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,275 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update to 3.1-rc5 from https://github.com/torvalds/linux.git.
|
||||
- commit 8a211c9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 2 18:29:33 CEST 2011 - ohering@suse.de
|
||||
|
||||
- Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/
|
||||
(fate#311487).
|
||||
- commit 94054c9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
|
||||
|
||||
- ata_piix: ignore disks in a hyper-v guest.
|
||||
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
|
||||
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
|
||||
- Staging: hv: vmbus: Fix checkpatch warnings.
|
||||
- Staging: hv: util: kvp: Fix the reported OSVersion string.
|
||||
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
|
||||
- Staging: hv: Fix macros, tab errors and warning in
|
||||
drivers/staging/hv/hv_mouse.c.
|
||||
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
|
||||
rid of the PCI signature.
|
||||
- Staging: hv: Replace struct hv_guid with the uuid type already
|
||||
defined in Linux.
|
||||
- Staging: hv: vmbus: Introduce vmbus ID space in struct
|
||||
hv_driver.
|
||||
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
|
||||
blockvsc driver.
|
||||
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
|
||||
storvsc driver.
|
||||
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
|
||||
netvsc driver.
|
||||
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
|
||||
mouse driver.
|
||||
- Staging: hv: util: Make hv_utils a vmbus device driver.
|
||||
- Staging: hv: create VMBUS_DEVICE macro and use it.
|
||||
- Staging: hv: vmbus: Cleanup vmbus_match().
|
||||
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
|
||||
- Staging: hv: vmbus: Support the notion of id tables in
|
||||
vmbus_match().
|
||||
- Staging: hv: vmbus: Get rid of an unnecessary include line
|
||||
in vmbus_drv.c.
|
||||
- Staging: hv: storvsc: Get rid of the DMI signature.
|
||||
- Staging: hv: netvsc: Get rid of the PCI signature.
|
||||
- Staging: hv: netvsc: Get rid of the DMI signature in
|
||||
netvsc_drv.c.
|
||||
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
|
||||
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
|
||||
- Staging: hv: fix up driver registering mess.
|
||||
- Staging: hv: vmbus: Get rid of some unnecessary comments.
|
||||
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
|
||||
- Staging: hv: vmbus: Cleanup error handling in hv_init().
|
||||
- Staging: hv: vmbus: Get rid of unnecessay comments in
|
||||
connection.c.
|
||||
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
|
||||
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
|
||||
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
|
||||
- Staging: hv: vmbus: Get rid of unnecessary comments in
|
||||
channel.c.
|
||||
- Staging: hv: vmbus: Change the variable name openInfo to
|
||||
open_info in channel.c.
|
||||
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
|
||||
- Staging: hv: vmbus: Cleanup the error return value in
|
||||
vmbus_recvpacket_raw().
|
||||
- Staging: hv: netvsc: Get rid of an unnecessary print statement
|
||||
in netvsc_probe().
|
||||
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_dev_add().
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_channel_init().
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_connect_to_vsp().
|
||||
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
|
||||
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
|
||||
from storvsc.c.
|
||||
- Staging: hv: storvsc: Fix/cleanup some dated comments in
|
||||
storvsc.c.
|
||||
- Staging: hv: storvsc: Cleanup returned error code in
|
||||
storvsc_host_reset().
|
||||
- Staging: hv: storvsc: Cleanup error code returned in
|
||||
storvsc_probe().
|
||||
- Staging: hv: storvsc: Cleanup returned error code in
|
||||
storvsc_drv_init().
|
||||
- Staging: hv: netvsc: Cleanup the returned error code in
|
||||
netvsc_probe().
|
||||
- Staging: hv: netvsc: Cleanup error return codes in
|
||||
netvsc_destroy_recv_buf().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
netvsc_init_recv_buf().
|
||||
- Staging: hv: netvsc: Cleanup error returns in
|
||||
netvsc_connect_vsp().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
netvsc_send().
|
||||
- Staging: hv: netvsc: Cleanup error return codes in
|
||||
netvsc_device_add().
|
||||
- Staging: hv: netvsc: Cleanup error codes in
|
||||
rndis_filter_receive().
|
||||
- Staging: hv: netvsc: Cleanup error code in
|
||||
rndis_filter_query_device().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
rndis_filter_set_packet_filter().
|
||||
- Staging: hv: netvsc: Cleanup error returns in
|
||||
rndis_filter_init_device().
|
||||
- Staging: hv: netvsc: Cleanup error code in
|
||||
rndis_filter_device_add().
|
||||
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
|
||||
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
|
||||
- Staging: hv: netvsc: Change the jump label Exit to exit.
|
||||
- Staging: hv: mouse: Get rid of the unused PCI signature.
|
||||
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
|
||||
- Staging: hv: hv_mouse: remove inputreport_callback function.
|
||||
- Staging: hv: hv_mouse: remove a forward declaration.
|
||||
- Staging: hv: hv_mouse: fix up remove() function.
|
||||
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
|
||||
- Staging: hv: add driver_data to hv_vmbus_device_id.
|
||||
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
|
||||
- Staging: hv: file2alias: fix up alias creation logic for
|
||||
hv_vmbus_device_id.
|
||||
- Staging: hv: storvsc: Inline free_stor_device().
|
||||
- Staging: hv: storvsc: Do not aquire an unnecessary reference
|
||||
on stor_device.
|
||||
- Staging: hv: storvsc: Rename must_get_stor_device().
|
||||
- Staging: hv: storvsc: Rename get_stor_device().
|
||||
- Staging: hv: storvsc: Cleanup alloc_stor_device().
|
||||
- Staging: hv: storvsc: Introduce state to manage the lifecycle
|
||||
of stor device.
|
||||
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
|
||||
is being destroyed.
|
||||
- Staging: hv: storvsc: Get rid of release_stor_device() by
|
||||
inlining the code.
|
||||
- Staging: hv: storvsc: Get rid of final_release_stor_device()
|
||||
by inlining code.
|
||||
- Staging: hv: storvsc: Get rid of the reference counting in
|
||||
struct storvsc_device.
|
||||
- Staging: hv: netvsc: Inline the code for free_net_device().
|
||||
- Staging: hv: netvsc: Cleanup alloc_net_device().
|
||||
- Staging: hv: netvsc: Introduce state to manage the lifecycle
|
||||
of net device.
|
||||
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
|
||||
is destroyed.
|
||||
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
|
||||
by inlining the code.
|
||||
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
|
||||
by inlining the code.
|
||||
- Staging: hv: netvsc: Get rid of the refcnt field in struct
|
||||
netvsc_device.
|
||||
- Staging: hv: storvsc: Add code to handle IDE devices using
|
||||
the storvsc driver.
|
||||
- Staging: hv: storvsc: Handle IDE devices using the storvsc
|
||||
driver.
|
||||
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
|
||||
not used.
|
||||
- Staging: hv: storvsc: Optimize bounce buffer handling for the
|
||||
"write" case.
|
||||
- Staging: hv: storvsc: Optimize the bounce buffer handling in
|
||||
the "read" case.
|
||||
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
|
||||
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
|
||||
contents of storvsc.c.
|
||||
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
|
||||
to storvsc_drv.c.
|
||||
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
|
||||
contents of hyperv_storage.h.
|
||||
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
|
||||
and MODE_SENSE.
|
||||
- Staging: hv: storvsc: Fix a typo.
|
||||
- Staging: hv: storvsc: In case of scsi errors offline the device.
|
||||
- Staging: hv: storvsc: No need to copy from bounce buffer in
|
||||
case of a failure.
|
||||
- Staging: hv: util: Forcefully shutdown when shutdown is
|
||||
requested.
|
||||
- Staging: hv: util: Adjust guest time in a process context.
|
||||
- Staging: hv: vmbus: Check before invoking the channel callback.
|
||||
- Staging: hv: vmbus: Properly deal with de-registering channel
|
||||
callback.
|
||||
- Staging: hv: Fix a bug in vmbus_match().
|
||||
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
|
||||
the code.
|
||||
- Staging: hv: vmbus: Do not enable auto eoi.
|
||||
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
|
||||
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
|
||||
- Staging: hv: vmbus: Get rid of an unnecessary check in
|
||||
vmbus_connect().
|
||||
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
|
||||
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
|
||||
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
|
||||
- Staging: hv: netvsc: return negative error codes.
|
||||
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
|
||||
- commit d77df1b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de
|
||||
|
||||
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
|
||||
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.
|
||||
- commit bd9ecd2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
|
||||
|
||||
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
|
||||
off of a USB3 device (bnc#712752)
|
||||
- commit f6522ba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
|
||||
- commit 626749c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refresh patches.rpmify/pti-depends-on-x86-pci.
|
||||
- commit e82bcac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Disabled patches.rpmify/pti-depends-on-x86-pci
|
||||
- commit 0baba30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.1-rc4.
|
||||
- commit 68e08b1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- PTI: depends on X86 && PCI.
|
||||
- commit e975e4b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- scsi_dh_alua: always update TPGS status on activate.
|
||||
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
|
||||
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
|
||||
- scsi_dh: Implement match callback function.
|
||||
- Delete patches.fixes/scsi-dh-alua-retry-UA.
|
||||
- Delete patches.fixes/scsi-dh-alua-send-stpg.
|
||||
- commit 58d8073
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
|
||||
- commit 7d43f4b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Refreshed and re-enabled dm-path patches:
|
||||
- patches.suse/dm-mpath-accept-failed-paths.
|
||||
- patches.suse/dm-mpath-detach-existing-hardware-handler.
|
||||
- commit 70cadcd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.1-rc3.
|
||||
- Eliminated 8 patches.
|
||||
- Xen is disabled.
|
||||
- commit eccefcc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de
|
||||
|
||||
|
15514
kernel-vanilla.spec
15514
kernel-vanilla.spec
File diff suppressed because it is too large
Load Diff
23849
kernel-xen.changes
23849
kernel-xen.changes
File diff suppressed because it is too large
Load Diff
892
kernel-xen.spec
892
kernel-xen.spec
@ -1,892 +0,0 @@
|
||||
#
|
||||
# spec file for package kernel-xen
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0
|
||||
%define patchversion 3.0.0
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
%define build_flavor xen
|
||||
%define build_kdump (%build_flavor == "kdump")
|
||||
%define build_xen (%build_flavor == "xen" || %build_flavor == "ec2")
|
||||
%define build_vanilla (%build_flavor == "vanilla")
|
||||
%define build_ps3 (%build_flavor == "ps3")
|
||||
|
||||
%define build_src_dir %my_builddir/linux-%srcversion
|
||||
%define src_install_dir /usr/src/linux-%kernelrelease%variant
|
||||
%define obj_install_dir %src_install_dir-obj
|
||||
%define rpm_install_dir %buildroot%obj_install_dir
|
||||
%define kernel_build_dir %my_builddir/linux-obj
|
||||
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
|
||||
|
||||
%global cpu_arch %(%_sourcedir/arch-symbols %_target_cpu)
|
||||
%define cpu_arch_flavor %cpu_arch/%build_flavor
|
||||
|
||||
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||
# defining them all at once.)
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT
|
||||
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||
%define split_base (%CONFIG_SPLIT_PACKAGE == "y")
|
||||
%define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y")
|
||||
|
||||
%ifarch %ix86 x86_64
|
||||
%define install_vdso 1
|
||||
%else
|
||||
%define install_vdso 0
|
||||
%endif
|
||||
|
||||
Name: kernel-xen
|
||||
Summary: The Xen Kernel
|
||||
Version: 3.0.0
|
||||
Release: 2
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
AutoReqProv: on
|
||||
BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
%if %split_base
|
||||
Provides: kernel-base = %version-%source_rel
|
||||
# Obsolete the -base subpackage from 11.1 and 11.2 development phase
|
||||
Obsoletes: %name-base <= 2.6.31
|
||||
%endif
|
||||
Requires(pre): coreutils awk
|
||||
# Need a module-init-tools with /usr/lib/module-init-tools/weak-modules2
|
||||
Requires(post): module-init-tools >= 3.4
|
||||
# This Requires is wrong, because the post/postun scripts have a
|
||||
# test -x update-bootloader, having perl-Bootloader is not a hard requirement.
|
||||
# But, there is no way to tell rpm or yast to schedule the installation
|
||||
# of perl-Bootloader before kernel-binary.rpm if both are in the list of
|
||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||
Requires(post): perl-Bootloader >= 0.4.15
|
||||
Requires(post): mkinitrd
|
||||
# Do not install p-b and mkinitrd for the install check, the %post script is
|
||||
# able to handle this
|
||||
#!BuildIgnore: perl-Bootloader mkinitrd
|
||||
# Remove some packages that are installed automatically by the build system,
|
||||
# but are not needed to build the kernel
|
||||
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
|
||||
|
||||
%ifarch ia64
|
||||
# arch/ia64/scripts/unwcheck.py
|
||||
BuildRequires: python
|
||||
%endif
|
||||
%ifarch s390 s390x
|
||||
%if %build_vanilla && 0%{?suse_version} < 1130
|
||||
BuildRequires: dwarfextract
|
||||
%endif
|
||||
%endif
|
||||
%if %build_xen
|
||||
%ifarch %ix86
|
||||
%if %build_flavor != "ec2"
|
||||
Provides: kernel-xenpae = %version
|
||||
Obsoletes: kernel-xenpae <= %version
|
||||
%endif
|
||||
%endif
|
||||
#!BuildIgnore: xen
|
||||
%endif
|
||||
|
||||
Provides: %name-nongpl
|
||||
Obsoletes: %name-nongpl
|
||||
%if %build_vanilla
|
||||
# force bzip2 instead of lzma compression to allow install on older dist versions
|
||||
%define _binary_payload w9.bzdio
|
||||
%endif
|
||||
# dead network if installed on SLES10, otherwise it will work (mostly)
|
||||
Conflicts: sysfsutils < 2.0
|
||||
%if ! %build_vanilla
|
||||
Conflicts: apparmor-profiles <= 2.1
|
||||
Conflicts: apparmor-parser < 2.3
|
||||
# root-lvm only works with newer udevs
|
||||
Conflicts: udev < 118
|
||||
Conflicts: lvm2 < 2.02.33
|
||||
%endif
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
Source9: devel-post.sh
|
||||
Source10: preun.sh
|
||||
Source11: postun.sh
|
||||
Source12: pre.sh
|
||||
Source13: post.sh
|
||||
Source14: series.conf
|
||||
Source16: guards
|
||||
Source17: apply-patches
|
||||
Source21: config.conf
|
||||
Source23: supported.conf
|
||||
Source33: check-for-config-changes
|
||||
Source34: check-supported-list
|
||||
Source35: group-source-files.pl
|
||||
Source37: README.SUSE
|
||||
Source38: README.KSYMS
|
||||
Source39: config-options.changes.txt
|
||||
Source40: source-timestamp
|
||||
Source44: find-provides
|
||||
Source45: split-modules
|
||||
Source46: modversions
|
||||
Source48: macros.kernel-source
|
||||
Source49: kernel-module-subpackage
|
||||
Source50: kabi.pl
|
||||
Source51: mkspec
|
||||
Source52: kernel-source%variant.changes
|
||||
Source53: kernel-source.spec.in
|
||||
Source54: kernel-binary.spec.in
|
||||
Source55: kernel-syms.spec.in
|
||||
Source56: kernel-docs.spec.in
|
||||
Source60: config.sh
|
||||
Source61: compute-PATCHVERSION.sh
|
||||
Source62: old-packages.conf
|
||||
Source63: arch-symbols
|
||||
Source64: package-descriptions
|
||||
Source65: kernel-spec-macros
|
||||
Source66: configtool.pl
|
||||
Source67: log.sh
|
||||
Source100: config.tar.bz2
|
||||
Source101: config.addon.tar.bz2
|
||||
Source102: patches.arch.tar.bz2
|
||||
Source103: patches.drivers.tar.bz2
|
||||
Source104: patches.fixes.tar.bz2
|
||||
Source105: patches.rpmify.tar.bz2
|
||||
Source106: patches.suse.tar.bz2
|
||||
Source107: patches.xen.tar.bz2
|
||||
Source108: patches.addon.tar.bz2
|
||||
Source109: patches.kernel.org.tar.bz2
|
||||
Source110: patches.apparmor.tar.bz2
|
||||
Source111: patches.rt.tar.bz2
|
||||
Source112: patches.trace.tar.bz2
|
||||
Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
Source121: sysctl.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: %ix86 x86_64
|
||||
|
||||
# These files are found in the kernel-source package:
|
||||
NoSource: 0
|
||||
NoSource: 100
|
||||
NoSource: 101
|
||||
NoSource: 102
|
||||
NoSource: 103
|
||||
NoSource: 104
|
||||
NoSource: 105
|
||||
NoSource: 106
|
||||
NoSource: 107
|
||||
NoSource: 108
|
||||
NoSource: 109
|
||||
NoSource: 110
|
||||
NoSource: 111
|
||||
NoSource: 112
|
||||
NoSource: 113
|
||||
NoSource: 120
|
||||
NoSource: 121
|
||||
|
||||
# The following KMPs have been integrated into the kernel package,
|
||||
# grouped by the last product that contained them.
|
||||
# sles10 / 10.3
|
||||
Obsoletes: iwlwifi-kmp-%build_flavor
|
||||
Obsoletes: ipw3945-kmp-%build_flavor
|
||||
# sles10 / 11.0
|
||||
Obsoletes: uvcvideo-kmp-%build_flavor
|
||||
# 11.0
|
||||
Obsoletes: atl2-kmp-%build_flavor
|
||||
Obsoletes: wlan-ng-kmp-%build_flavor
|
||||
Obsoletes: et131x-kmp-%build_flavor
|
||||
Obsoletes: ivtv-kmp-%build_flavor
|
||||
Obsoletes: at76_usb-kmp-%build_flavor
|
||||
Obsoletes: pcc-acpi-kmp-%build_flavor
|
||||
Obsoletes: btusb-kmp-%build_flavor
|
||||
# sle11-ga
|
||||
Obsoletes: enic-kmp-%build_flavor
|
||||
Obsoletes: fnic-kmp-%build_flavor
|
||||
Obsoletes: brocade-bfa-kmp-%build_flavor
|
||||
Obsoletes: kvm-kmp-%build_flavor
|
||||
Obsoletes: perfmon-kmp-%build_flavor
|
||||
Obsoletes: iwlagn-2-6-27-kmp-%build_flavor
|
||||
Obsoletes: msi-wmi-kmp-%build_flavor
|
||||
# sle11
|
||||
Obsoletes: ocfs2-kmp-%build_flavor
|
||||
# 11.1
|
||||
Obsoletes: quickcam-kmp-%build_flavor < 0.6.7
|
||||
|
||||
# Provide the exported symbols as "ksym(symbol) = hash"
|
||||
%define __find_provides %_sourcedir/find-provides %name
|
||||
|
||||
# Will modules not listed in supported.conf abort the kernel build (0/1)?
|
||||
%define supported_modules_check 0
|
||||
|
||||
%description
|
||||
The Linux kernel for Xen paravirtualization.
|
||||
|
||||
This kernel can be used both as the domain0 ("xen0") and as an
|
||||
unprivileged ("xenU") kernel.
|
||||
|
||||
|
||||
%source_timestamp
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-%srcversion.tar.bz2 ]; then
|
||||
echo "The %name-%version.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-%version.src.rpm."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
SYMBOLS=
|
||||
if test -e %_sourcedir/extra-symbols; then
|
||||
SYMBOLS=$(cat %_sourcedir/extra-symbols)
|
||||
echo "extra symbol(s):" $SYMBOLS
|
||||
fi
|
||||
|
||||
# Unpack all sources and patches
|
||||
%setup -q -c -T -a 0 -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 106 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 113 -a 120 -a 121
|
||||
|
||||
mkdir -p %kernel_build_dir
|
||||
|
||||
supported_conf() {
|
||||
%_sourcedir/guards $* < %_sourcedir/supported.conf | \
|
||||
sed 's,.*/,,; s,\.ko$,,' | sort -u
|
||||
}
|
||||
|
||||
# Generate the list of modules to be marked as supported
|
||||
{ supported_conf base
|
||||
supported_conf --default=0 external | sed 's/$/ external/'
|
||||
} > %kernel_build_dir/Module.supported
|
||||
supported_conf --default=0 base >%kernel_build_dir/Module.base
|
||||
|
||||
cd linux-%srcversion
|
||||
|
||||
%_sourcedir/apply-patches \
|
||||
%if %{build_vanilla}
|
||||
--vanilla \
|
||||
%endif
|
||||
%_sourcedir/series.conf .. $SYMBOLS
|
||||
|
||||
cd %kernel_build_dir
|
||||
|
||||
if [ -f %_sourcedir/localversion ] ; then
|
||||
cat %_sourcedir/localversion > localversion
|
||||
fi
|
||||
|
||||
if test -e ../config.addon/%cpu_arch_flavor; then
|
||||
# FIXME: config.addon doesn't affect the %CONFIG_ macros defined at
|
||||
# the top of the specfile
|
||||
%_sourcedir/configtool.pl ../config{,.addon}/%cpu_arch_flavor >.config
|
||||
else
|
||||
cp ../config/%cpu_arch_flavor .config
|
||||
fi
|
||||
%build_src_dir/scripts/config \
|
||||
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
|
||||
--enable CONFIG_SUSE_KERNEL \
|
||||
%if 0%{?__debug_package:1}
|
||||
--enable CONFIG_DEBUG_INFO \
|
||||
--disable CONFIG_DEBUG_INFO_REDUCED
|
||||
%else
|
||||
--disable CONFIG_DEBUG_INFO
|
||||
%endif
|
||||
|
||||
MAKE_ARGS="$MAKE_ARGS -C %build_src_dir O=$PWD"
|
||||
if test -e %_sourcedir/TOLERATE-UNKNOWN-NEW-CONFIG-OPTIONS; then
|
||||
yes '' | make oldconfig $MAKE_ARGS
|
||||
else
|
||||
cp .config .config.orig
|
||||
make silentoldconfig $MAKE_ARGS < /dev/null
|
||||
%_sourcedir/check-for-config-changes .config.orig .config
|
||||
rm .config.orig
|
||||
fi
|
||||
|
||||
make prepare $MAKE_ARGS
|
||||
make scripts $MAKE_ARGS
|
||||
krel=$(make -s kernelrelease $MAKE_ARGS)
|
||||
|
||||
if [ "$krel" != "%kernelrelease-%build_flavor" ]; then
|
||||
echo "Kernel release mismatch: $krel != %kernelrelease-%build_flavor" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
make clean $MAKE_ARGS
|
||||
|
||||
rm -f source
|
||||
find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
|
||||
|
||||
# Override the timestamp 'uname -v' reports with the source timestamp and
|
||||
# the commit hash.
|
||||
date=$(head -n 1 %_sourcedir/source-timestamp)
|
||||
commit=$(sed -n 's/GIT Revision: //p' %_sourcedir/source-timestamp)
|
||||
cat > .kernel-binary.spec.buildenv <<EOF
|
||||
export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})"
|
||||
export KBUILD_VERBOSE=0
|
||||
export KBUILD_SYMTYPES=1
|
||||
export KBUILD_OVERRIDE=1
|
||||
export KBUILD_BUILD_USER=geeko
|
||||
export KBUILD_BUILD_HOST=buildhost
|
||||
EOF
|
||||
|
||||
%build
|
||||
cd %kernel_build_dir
|
||||
source .kernel-binary.spec.buildenv
|
||||
|
||||
# create *.symref files in the tree
|
||||
if test -e %my_builddir/kabi/%cpu_arch/symtypes-%build_flavor; then
|
||||
%_sourcedir/modversions --unpack . < $_
|
||||
fi
|
||||
|
||||
# The %{_smp_mflags} macro is defined to a number, make will spawn that many jobs.
|
||||
# There are several ways how to define it:
|
||||
# If you are using the build script:
|
||||
# build --jobs=N kernel-$flavor.spec
|
||||
# With plain rpmbuild:
|
||||
# rpmbuild -ba --define 'jobs N' kernel-$flavor.spec
|
||||
# To spawn as many jobs as there are cpu cores:
|
||||
# rpmbuild -ba --define "%_smp_mflags -j 0$(grep -Ec 'cpu[0-9]' /proc/stat)" \
|
||||
# kernel-$flavor.spec
|
||||
# You can also set this permanently in ~/.rpmmacros:
|
||||
# %_smp_mflags -j 0%(grep -Ec 'cpu[0-9]' /proc/stat)
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
chmod +x ../linux-%srcversion/scripts/kmsg-doc
|
||||
make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y D=2
|
||||
%else
|
||||
make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
%endif
|
||||
|
||||
%install
|
||||
|
||||
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||
# strip removes too much from the vmlinux ELF binary
|
||||
export NO_BRP_STRIP_DEBUG=true
|
||||
export STRIP_KEEP_SYMTAB='*/vmlinux-*'
|
||||
|
||||
# /lib/modules/%kernelrelease-%build_flavor/build will be a stale symlink until the
|
||||
# kernel-devel package is installed. Don't check for stale symlinks
|
||||
# in the brp-symlink check:
|
||||
export NO_BRP_STALE_LINK_ERROR=yes
|
||||
|
||||
cd %kernel_build_dir
|
||||
|
||||
mkdir -p %buildroot/boot
|
||||
# (Could strip out non-public symbols.)
|
||||
cp -p System.map %buildroot/boot/System.map-%kernelrelease-%build_flavor
|
||||
|
||||
add_vmlinux()
|
||||
{
|
||||
local vmlinux=boot/vmlinux-%kernelrelease-%build_flavor compressed=false
|
||||
|
||||
if test $1 == "--compressed"; then
|
||||
compressed=true
|
||||
fi
|
||||
cp vmlinux %buildroot/$vmlinux
|
||||
>%my_builddir/vmlinux.debug.files
|
||||
%if 0%{?__debug_package:1}
|
||||
if $compressed; then
|
||||
local vmlinux_debug=usr/lib/debug/$vmlinux.debug
|
||||
mkdir -p $(dirname %buildroot/$vmlinux_debug)
|
||||
/usr/lib/rpm/debugedit -b $RPM_BUILD_DIR -d /usr/src/debug \
|
||||
-l vmlinux.sourcefiles %buildroot/$vmlinux
|
||||
# FIXME: create and package build-id symlinks
|
||||
objcopy --only-keep-debug \
|
||||
%buildroot/$vmlinux \
|
||||
%buildroot/$vmlinux_debug || :
|
||||
objcopy --add-gnu-debuglink=%buildroot/$vmlinux_debug \
|
||||
--strip-debug \
|
||||
%buildroot/$vmlinux || :
|
||||
mkdir -p %buildroot/usr/src/debug
|
||||
LANG=C sort -z -u vmlinux.sourcefiles | grep -Ezv "<(built-in|stdin)>" \
|
||||
| ( cd %_builddir && cpio -pd0m %buildroot/usr/src/debug )
|
||||
find %buildroot/usr/src/debug -type d -print0 | xargs -0 -r chmod 0755
|
||||
find %buildroot/usr/src/debug -type f -print0 | xargs -0 -r chmod 0644
|
||||
echo -e "%%defattr(-, root, root)\\n/$vmlinux_debug" >%my_builddir/vmlinux.debug.files
|
||||
else
|
||||
# make vmlinux executable so that find-debuginfo.sh picks it up
|
||||
# (TODO: fix find-debuginfo.sh instead)
|
||||
chmod +x %buildroot/$vmlinux
|
||||
fi
|
||||
%endif
|
||||
if $compressed; then
|
||||
gzip -n -9 %buildroot/$vmlinux
|
||||
chmod a-x %buildroot/$vmlinux.gz
|
||||
fi
|
||||
}
|
||||
|
||||
%if %build_kdump
|
||||
add_vmlinux
|
||||
image=vmlinux
|
||||
%else
|
||||
|
||||
# architecture specifics
|
||||
%ifarch %ix86 x86_64
|
||||
add_vmlinux --compressed
|
||||
%if %build_xen
|
||||
image=vmlinuz
|
||||
%else
|
||||
image=bzImage
|
||||
%endif
|
||||
cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
|
||||
image=vmlinuz
|
||||
%endif
|
||||
%ifarch alpha
|
||||
add_vmlinux --compressed
|
||||
cp -p arch/alpha/boot/vmlinux.gz %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
|
||||
image=vmlinuz
|
||||
%endif
|
||||
%ifarch ppc ppc64
|
||||
add_vmlinux
|
||||
image=vmlinux
|
||||
%endif
|
||||
%ifarch ia64
|
||||
add_vmlinux --compressed
|
||||
mv %buildroot/boot/vmlinux-%kernelrelease-%build_flavor.gz \
|
||||
%buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
|
||||
image=vmlinuz
|
||||
%endif
|
||||
%ifarch s390 s390x
|
||||
add_vmlinux --compressed
|
||||
cp -p arch/s390/boot/image %buildroot/boot/image-%kernelrelease-%build_flavor
|
||||
image=image
|
||||
if test -e arch/s390/boot/kerntypes.o; then
|
||||
cp -p arch/s390/boot/kerntypes.o %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor
|
||||
elif test -x "$(which dwarfextract 2>/dev/null)"; then
|
||||
dwarfextract vmlinux %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor || echo "dwarfextract failed ($?)"
|
||||
fi
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
mkdir -p %buildroot/usr/share/man/man9
|
||||
find man -name '*.9' -exec install -m 644 -D '{}' %buildroot/usr/share/man/man9/ ';'
|
||||
%endif
|
||||
%endif
|
||||
%ifarch sparc64
|
||||
add_vmlinux --compressed
|
||||
image=zImage
|
||||
cp -p arch/sparc/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
|
||||
image=vmlinux
|
||||
%endif
|
||||
|
||||
# end of build_kdump
|
||||
%endif
|
||||
|
||||
for sub in '-base' '' '-extra'; do
|
||||
case "$sub" in
|
||||
'-base' | '') base_package=1 ;;
|
||||
*) base_package=0 ;;
|
||||
esac
|
||||
for script in preun postun pre post devel-pre devel-post; do
|
||||
sed -e "s:@KERNELRELEASE@:%kernelrelease:g" \
|
||||
-e "s:@IMAGE@:$image:g" \
|
||||
-e "s:@FLAVOR""@:%build_flavor:g" \
|
||||
-e "s:@SUBPACKAGE@:%name$sub:g" \
|
||||
-e "s:@BASE_PACKAGE@:$base_package:g" \
|
||||
-e "s:@RPM_VERSION_RELEASE@:%version-%release:g" \
|
||||
-e "s:@RPM_TARGET_CPU@:%_target_cpu:g" \
|
||||
-e "s:@CPU_ARCH_FLAVOR@:%cpu_arch_flavor:g" \
|
||||
-e "s:@SRCVARIANT@:%variant:g" \
|
||||
%_sourcedir/$script.sh > %my_builddir/$script$sub.sh
|
||||
done
|
||||
done
|
||||
|
||||
%if %build_kdump || %build_xen || %build_vanilla || %build_ps3
|
||||
# keep this -suffix list in sync with post.sh and postun.sh
|
||||
suffix=-%build_flavor
|
||||
%endif
|
||||
ln -s $image$suffix %buildroot/boot/$image$suffix
|
||||
ln -s initrd$suffix %buildroot/boot/initrd$suffix
|
||||
|
||||
cp -p .config %buildroot/boot/config-%kernelrelease-%build_flavor
|
||||
sysctl_file=%buildroot/boot/sysctl.conf-%kernelrelease-%build_flavor
|
||||
for file in %my_builddir/sysctl/{defaults,%cpu_arch/arch-defaults,%cpu_arch_flavor}; do
|
||||
if [ -f "$file" ]; then
|
||||
cat "$file"
|
||||
fi
|
||||
done | sed '1i # Generated file - do not edit.' >$sysctl_file
|
||||
if [ ! -s $sysctl_file ]; then
|
||||
rm $sysctl_file
|
||||
fi
|
||||
|
||||
%if %install_vdso
|
||||
# Install the unstripped vdso's that are linked in the kernel image
|
||||
make vdso_install $MAKE_ARGS INSTALL_MOD_PATH=%buildroot
|
||||
%endif
|
||||
|
||||
# Create a dummy initrd with roughly the size the real one will have.
|
||||
# That way, YaST will know that this package requires some additional
|
||||
# space in /boot.
|
||||
dd if=/dev/zero of=%buildroot/boot/initrd-%kernelrelease-%build_flavor \
|
||||
bs=1024 seek=2047 count=1
|
||||
|
||||
if [ %CONFIG_MODULES = y ]; then
|
||||
mkdir -p %rpm_install_dir/%cpu_arch_flavor
|
||||
mkdir -p %buildroot/usr/src/linux-obj/%cpu_arch
|
||||
ln -s %build_flavor %buildroot/usr/src/linux-obj/%cpu_arch_flavor
|
||||
|
||||
gzip -n -c9 < Module.symvers > %buildroot/boot/symvers-%kernelrelease-%build_flavor.gz
|
||||
|
||||
make modules_install $MAKE_ARGS INSTALL_MOD_PATH=%buildroot
|
||||
|
||||
if ! %_sourcedir/check-supported-list \
|
||||
%_sourcedir %buildroot/lib/modules/%kernelrelease-%build_flavor; then
|
||||
%if %supported_modules_check
|
||||
exit 1
|
||||
%endif
|
||||
echo "Consistency check error: please update supported.conf."
|
||||
fi
|
||||
|
||||
%ifarch s390 s390x
|
||||
if test -e arch/s390/boot/kerntypes.o; then
|
||||
:
|
||||
elif test -x "$(which dwarfextract 2>/dev/null)" -a \
|
||||
-f %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor; then
|
||||
find %buildroot -name "*.ko" > kofiles.list
|
||||
dwarfextract %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor -C kofiles.list || echo "dwarfextract failed ($?)"
|
||||
fi
|
||||
%endif
|
||||
|
||||
# Also put the resulting file in %rpm_install_dir/%cpu_arch/%build_flavor
|
||||
# so that kernel-devel + kernel-%build_flavor is sufficient for building
|
||||
# modules that have modversions as well.
|
||||
mkdir -p %rpm_install_dir/%cpu_arch/%build_flavor
|
||||
cp Module.symvers %rpm_install_dir/%cpu_arch/%build_flavor
|
||||
|
||||
# Table of types used in exported symbols (for modversion debugging).
|
||||
%_sourcedir/modversions --pack . > %buildroot/boot/symtypes-%kernelrelease-%build_flavor
|
||||
if [ -s %buildroot/boot/symtypes-%kernelrelease-%build_flavor ]; then
|
||||
gzip -n -9 %buildroot/boot/symtypes-%kernelrelease-%build_flavor
|
||||
else
|
||||
rm -f %buildroot/boot/symtypes-%kernelrelease-%build_flavor
|
||||
fi
|
||||
|
||||
# Some architecture's $(uname -m) output is different from the ARCH
|
||||
# parameter that needs to be passed to kbuild. Create symlinks from
|
||||
# $(uname -m) to the ARCH directory.
|
||||
if [ ! -e %rpm_install_dir/%_target_cpu ]; then
|
||||
ln -sf %cpu_arch %rpm_install_dir/%_target_cpu
|
||||
ln -sf %cpu_arch %buildroot/usr/src/linux-obj/%_target_cpu
|
||||
fi
|
||||
|
||||
# We were building in %my_builddir/linux-%srcversion, but the sources will
|
||||
# later be installed in /usr/src/linux-%srcversion-%source_rel. Fix up the
|
||||
# build symlink.
|
||||
rm -f %buildroot/lib/modules/%kernelrelease-%build_flavor/{source,build}
|
||||
ln -s %src_install_dir \
|
||||
%buildroot/lib/modules/%kernelrelease-%build_flavor/source
|
||||
ln -s %obj_install_dir/%cpu_arch/%build_flavor \
|
||||
%buildroot/lib/modules/%kernelrelease-%build_flavor/build
|
||||
|
||||
# Abort if there are any undefined symbols
|
||||
msg="$(/sbin/depmod -F %buildroot/boot/System.map-%kernelrelease-%build_flavor \
|
||||
-b %buildroot -ae %kernelrelease-%build_flavor 2>&1)"
|
||||
if [ $? -ne 0 ] || echo "$msg" | grep 'needs unknown symbol'; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
%if %split_base
|
||||
%_sourcedir/split-modules -d %buildroot \
|
||||
-o %my_builddir \
|
||||
-b %kernel_build_dir/Module.base \
|
||||
%if ! %supported_modules_check
|
||||
-i \
|
||||
%endif
|
||||
-s %kernel_build_dir/Module.supported
|
||||
%if ! %split_extra
|
||||
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
|
||||
%endif
|
||||
|
||||
%else
|
||||
( cd %buildroot
|
||||
find lib/modules/%kernelrelease-%build_flavor -type f -name '*.ko' -printf '/%%p\n'
|
||||
) > %my_builddir/base-modules
|
||||
%endif
|
||||
|
||||
res=0
|
||||
if test -e %my_builddir/kabi/%cpu_arch/symvers-%build_flavor; then
|
||||
# check for kabi changes
|
||||
%_sourcedir/kabi.pl --rules %my_builddir/kabi/severities \
|
||||
%my_builddir/kabi/%cpu_arch/symvers-%build_flavor \
|
||||
Module.symvers || res=$?
|
||||
fi
|
||||
if [ $res -ne 0 ]; then
|
||||
if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
|
||||
! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then
|
||||
echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \
|
||||
"directory to build this kernel even though its badness is" \
|
||||
"higher than allowed for an official kernel."
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
tar -cf - -T %my_builddir/obj-files | \
|
||||
tar -xf - -C %rpm_install_dir/%cpu_arch_flavor
|
||||
# bnc#507084
|
||||
find %rpm_install_dir/%cpu_arch_flavor/scripts -type f -perm -111 | \
|
||||
while read f; do
|
||||
case "$(file -b "$f")" in
|
||||
ELF\ *\ executable*)
|
||||
strip "$f"
|
||||
esac
|
||||
done
|
||||
# Replace the absolute with a relative path
|
||||
sed -i "s,%build_src_dir,../../../linux-%kernelrelease%variant,g" \
|
||||
%rpm_install_dir/%cpu_arch_flavor/Makefile
|
||||
fi
|
||||
|
||||
add_dirs_to_filelist() {
|
||||
sed -rn '
|
||||
# print file name
|
||||
p
|
||||
# remove filelist macros
|
||||
s:%%[a-z]+(\([^)]+\))? ?::g
|
||||
# add %%dir prefix
|
||||
s:^:%%dir :
|
||||
# print all parents
|
||||
:a
|
||||
# skip directories owned by other packages
|
||||
s:^%%dir (/boot|/etc|/lib/(modules|firmware)|/usr/src)/[^/]+$::
|
||||
s:/[^/]+$::p
|
||||
ta
|
||||
' "$@" | sort -u
|
||||
}
|
||||
|
||||
# Collect the file lists.
|
||||
shopt -s nullglob
|
||||
> %my_builddir/kernel-devel.files
|
||||
for file in %buildroot/boot/vmlinux-*.gz %buildroot/boot/symtypes* \
|
||||
%buildroot/lib/modules/*/{build,source}; do
|
||||
f=${file##%buildroot}
|
||||
echo "$f" >> %my_builddir/kernel-devel.files
|
||||
done
|
||||
|
||||
{ cd %buildroot
|
||||
find boot \
|
||||
\( -type l -o -name 'initrd-*' \) -printf '%%%%ghost /%%p\n' -o \
|
||||
-type f -name 'vmlinux-*' -printf '%%%%attr(0644, root, root) /%%p\n' -o \
|
||||
-type f -printf '/%%p\n'
|
||||
|
||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||
# the file gets removed when uninstalling the kernel.
|
||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
||||
|
||||
if [ %CONFIG_MODULES = y ]; then
|
||||
find lib/modules/%kernelrelease-%build_flavor \
|
||||
-type d -o \
|
||||
\( -path '*/modules.*' ! -path '*/modules.order' \
|
||||
! -path '*/modules.builtin' \) -printf '%%%%ghost /%%p\n' \
|
||||
-o -name '*.ko' -prune -o -printf '/%%p\n'
|
||||
cat %my_builddir/base-modules
|
||||
fi
|
||||
test -d lib/firmware/%kernelrelease-%build_flavor && \
|
||||
find lib/firmware/%kernelrelease-%build_flavor \
|
||||
-type d -o \
|
||||
-printf '/%%p\n'
|
||||
if [ -e .%_docdir/%name ]; then
|
||||
echo "%%doc %_docdir/%name"
|
||||
fi
|
||||
} | sort -u >%my_builddir/tmp
|
||||
cat %my_builddir/tmp %my_builddir/kernel-devel.files | sort | uniq -u | \
|
||||
add_dirs_to_filelist >%my_builddir/kernel-base.files
|
||||
rm %my_builddir/tmp
|
||||
|
||||
%if %split_base
|
||||
add_dirs_to_filelist %my_builddir/{kernel-base.files,main-modules} \
|
||||
> %my_builddir/kernel-main.files
|
||||
%endif
|
||||
%if %split_extra
|
||||
add_dirs_to_filelist %my_builddir/unsupported-modules > %my_builddir/kernel-extra.files
|
||||
%endif
|
||||
|
||||
# Hardlink duplicate files automatically (from package fdupes): It doesn't save
|
||||
# much, but it keeps rpmlint from breaking the package build. Note that we skip
|
||||
# /usr/src/linux-obj intentionally, to not accidentally break timestamps there
|
||||
%fdupes $RPM_BUILD_ROOT/lib
|
||||
|
||||
%preun -f preun.sh
|
||||
|
||||
%postun -f postun.sh
|
||||
|
||||
%pre -f pre.sh
|
||||
|
||||
%post -f post.sh
|
||||
|
||||
%if %split_base
|
||||
|
||||
%files -f kernel-main.files
|
||||
%else
|
||||
|
||||
%files -f kernel-base.files
|
||||
%endif
|
||||
%defattr(-, root, root)
|
||||
|
||||
%package base
|
||||
Summary: The Xen Kernel - base modules
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
AutoReqProv: on
|
||||
Provides: multiversion(kernel)
|
||||
Provides: kernel-base = %version-%source_rel
|
||||
Requires(pre): coreutils awk
|
||||
Requires(post): module-init-tools
|
||||
Requires(post): perl-Bootloader
|
||||
Requires(post): mkinitrd
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
|
||||
%description base
|
||||
The Linux kernel for Xen paravirtualization.
|
||||
|
||||
This kernel can be used both as the domain0 ("xen0") and as an
|
||||
unprivileged ("xenU") kernel.
|
||||
|
||||
This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
%source_timestamp
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
%postun base -f postun-base.sh
|
||||
|
||||
%pre base -f pre-base.sh
|
||||
|
||||
%post base -f post-base.sh
|
||||
|
||||
%if %split_base
|
||||
|
||||
%files base -f kernel-base.files
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
|
||||
%package extra
|
||||
Summary: The Xen Kernel - Unsupported kernel modules
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
AutoReqProv: on
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %name-extra_%_target_cpu = %version-%release
|
||||
Provides: kernel-extra = %version-%source_rel
|
||||
Requires: %{name}_%_target_cpu = %version-%release
|
||||
Requires(pre): coreutils awk
|
||||
Requires(post): module-init-tools
|
||||
Requires(post): perl-Bootloader
|
||||
Requires(post): mkinitrd
|
||||
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
|
||||
%description extra
|
||||
The Linux kernel for Xen paravirtualization.
|
||||
|
||||
This kernel can be used both as the domain0 ("xen0") and as an
|
||||
unprivileged ("xenU") kernel.
|
||||
|
||||
This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
%source_timestamp
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
%postun extra -f postun-extra.sh
|
||||
|
||||
%pre extra -f pre-extra.sh
|
||||
|
||||
%post extra -f post-extra.sh
|
||||
|
||||
%if %split_extra
|
||||
|
||||
%files extra -f kernel-extra.files
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
|
||||
%package man
|
||||
Summary: The collection of man pages generated by the kmsg script.
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
|
||||
%description man
|
||||
This package includes the man pages that have been generated from the
|
||||
kmsg message documentation comments.
|
||||
|
||||
|
||||
%source_timestamp
|
||||
%files man
|
||||
%defattr(-,root,root)
|
||||
/usr/share/man/man9/*
|
||||
%endif
|
||||
|
||||
%package devel
|
||||
Summary: Development files necessary for building kernel modules
|
||||
License: GPL v2 only
|
||||
Group: Development/Sources
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %name-devel = %version-%source_rel
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
Supplements: packageand(%name:kernel-devel%variant)
|
||||
AutoReqProv: on
|
||||
|
||||
%description devel
|
||||
This package contains files necessary for building kernel modules (and
|
||||
kernel module packages) against the %build_flavor flavor of the kernel.
|
||||
|
||||
|
||||
%source_timestamp
|
||||
%if %CONFIG_MODULES == "y"
|
||||
|
||||
%pre devel -f devel-pre.sh
|
||||
|
||||
%post devel -f devel-post.sh
|
||||
|
||||
%files devel -f kernel-devel.files
|
||||
%defattr(-,root,root)
|
||||
%dir %obj_install_dir
|
||||
%dir %obj_install_dir/%cpu_arch
|
||||
%dir /usr/src/linux-obj
|
||||
%dir /usr/src/linux-obj/%cpu_arch
|
||||
%ghost /usr/src/linux-obj/%cpu_arch_flavor
|
||||
%obj_install_dir/%cpu_arch_flavor
|
||||
%if %_target_cpu != %cpu_arch
|
||||
%obj_install_dir/%_target_cpu
|
||||
/usr/src/linux-obj/%_target_cpu
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%package devel-debuginfo
|
||||
# rpm doesn't notice that vmlinux.debug belongs to the gzipped vmlinux.gz
|
||||
Summary: Debug information for package %name-devel
|
||||
License: GPL v2 only
|
||||
Group: Development/Debug
|
||||
|
||||
%description devel-debuginfo
|
||||
Debug information for package %name-devel
|
||||
|
||||
|
||||
%source_timestamp
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64b0228b54ce39b0b2df086109a7b737cde58e3df4f779506ddcaccee90356a0
|
||||
size 76753134
|
3
linux-3.1-rc5.tar.bz2
Normal file
3
linux-3.1-rc5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03a45a61766be3f9cea8c98dfe2195642948d2c3222fca358258d43b9067d494
|
||||
size 77212038
|
1
needed_space_in_mb
Normal file
1
needed_space_in_mb
Normal file
@ -0,0 +1 @@
|
||||
6144
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:325c575797ca42970abd7c3e69d147bb19a33cba5a405445ebe476ef4c049c6f
|
||||
size 67722
|
||||
oid sha256:355837a70c8bd67a129572e4d870dd2f2bf92ac42bbe1651470567571e00d8ca
|
||||
size 66686
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70983f167c38bc59b42ff2ec7d91475579b5bd20f110cfd7b347480dad84ef94
|
||||
size 9065
|
||||
oid sha256:51c249567b20b182d5d28b3441fc554a40b6891ba1b76f0b404d2cee100e7bd1
|
||||
size 7758
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:742db609c1328abaccfe7882a824a82df42394a07aa8a8ba07873a25873c6d38
|
||||
size 27664
|
||||
oid sha256:0e39c181a85b824637f0a98221735145247405f7823c3982ec8de6210e67e10a
|
||||
size 22095
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b77f31327dd5dfafb5b9fae40600e78ec6e596606423decee89d64b7d52708d1
|
||||
size 3923
|
||||
oid sha256:2e86f169745ea6c3ff4443990499f338833d5c32346e99a3ad0fec9f735a0dfa
|
||||
size 4336
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44a1613bd41071133053d6fbe142a04a8d4a970eeed2432862e61dfe0e0993fb
|
||||
size 127195
|
||||
oid sha256:6d91d0846ff42d2cae347caa4e75e517b63052dfe793bc6156fb15d65f876a17
|
||||
size 180525
|
||||
|
388
series.conf
388
series.conf
@ -35,6 +35,7 @@
|
||||
########################################################
|
||||
patches.rpmify/apm-honor-config_apm_cpu_idle-n
|
||||
patches.rpmify/nouveau-make-vga_switcheroo-code-depend-on-vga_switcheroo
|
||||
patches.rpmify/pti-depends-on-x86-pci
|
||||
|
||||
########################################################
|
||||
# kABI consistency patches
|
||||
@ -62,7 +63,6 @@
|
||||
patches.suse/supported-flag-enterprise
|
||||
patches.suse/genksyms-add-override-flag.diff
|
||||
patches.suse/kconfig-automate-kernel-desktop
|
||||
patches.fixes/no-built-in-root_dev
|
||||
|
||||
########################################################
|
||||
# Simple export additions/removals
|
||||
@ -103,18 +103,17 @@
|
||||
########################################################
|
||||
# x86_64/i386 biarch
|
||||
########################################################
|
||||
+needs_update-33 patches.arch/x86_64-hpet-64bit-timer.patch
|
||||
patches.arch/x86_64-hpet-64bit-timer.patch
|
||||
|
||||
+needs_update patches.arch/kvm-split-paravirt-ops-by-functionality
|
||||
+needs_update patches.arch/kvm-only-export-selected-pv-ops-feature-structs
|
||||
+needs_update patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature
|
||||
+needs_update patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic
|
||||
|
||||
patches.arch/mtrr_stop_machine_quick_fix.patch
|
||||
patches.arch/kill-__stop_machine.patch
|
||||
patches.arch/reorganize_stop_cpus.patch
|
||||
patches.arch/implement_stop_machine_from_offline_cpu.patch
|
||||
patches.arch/use_stop_machine_for_mtrr_rendezvous.patch
|
||||
+trenn patches.arch/kill-__stop_machine.patch
|
||||
+trenn patches.arch/reorganize_stop_cpus.patch
|
||||
+trenn patches.arch/implement_stop_machine_from_offline_cpu.patch
|
||||
+trenn patches.arch/use_stop_machine_for_mtrr_rendezvous.patch
|
||||
|
||||
########################################################
|
||||
# x86 MCE/MCA (Machine Check Error/Architecture) extensions
|
||||
@ -202,8 +201,6 @@
|
||||
|
||||
patches.arch/acpi_fix_fadt_32_bit_zero_length.patch
|
||||
|
||||
+needs_update-32 patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch
|
||||
|
||||
# Adjust this patch for every new product (at least Enterprise
|
||||
# level) to provide OEMs a safety break so that they can add
|
||||
# for example SLE11 specific BIOS updates (if there is no other
|
||||
@ -244,7 +241,6 @@
|
||||
########################################################
|
||||
# NFS
|
||||
########################################################
|
||||
patches.fixes/nfs-slot-table-alloc
|
||||
|
||||
+needs_update37 patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch
|
||||
patches.fixes/nfs-adaptive-readdir-plus
|
||||
@ -260,7 +256,6 @@
|
||||
########################################################
|
||||
# ext2/ext3
|
||||
########################################################
|
||||
patches.suse/ext3-barrier-default
|
||||
# patches.suse/ext2-fsync-err
|
||||
|
||||
########################################################
|
||||
@ -274,7 +269,6 @@
|
||||
########################################################
|
||||
# Reiserfs Patches
|
||||
########################################################
|
||||
patches.suse/reiserfs-barrier-default
|
||||
patches.fixes/reiserfs-force-inode-evictions-before-umount-to-avoid-crash
|
||||
+needs_updating-39 patches.suse/reiser4-dependencies
|
||||
|
||||
@ -313,7 +307,6 @@
|
||||
patches.suse/0014-richacl-xattr-mapping-functions.patch
|
||||
patches.suse/0015-ext4-Use-IS_POSIXACL-to-check-for-POSIX-ACL-support.patch
|
||||
patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch
|
||||
patches.suse/richacl-fix
|
||||
|
||||
########################################################
|
||||
# other filesystem stuff
|
||||
@ -341,21 +334,18 @@
|
||||
# Storage
|
||||
########################################################
|
||||
|
||||
# I believe this has been obsoleted upstream by
|
||||
# commit d8d9129e
|
||||
+disabled patches.drivers/libata-unlock-hpa-by-default
|
||||
|
||||
# Block layer fixes
|
||||
patches.fixes/scsi-inquiry-too-short-ratelimit
|
||||
patches.suse/scsi-netlink-ml
|
||||
|
||||
patches.fixes/scsi-dh-queuedata-accessors
|
||||
patches.fixes/scsi-dh-alua-retry-UA
|
||||
+needs_update-39 patches.fixes/scsi-add-tgps-setting
|
||||
patches.fixes/scsi-dh-alua-send-stpg
|
||||
patches.fixes/scsi-dh-rdac-add-stk
|
||||
patches.fixes/scsi-retry-alua-transition-in-progress
|
||||
|
||||
patches.fixes/scsi-dh-queuedata-accessors
|
||||
patches.fixes/scsi-evaluate-tpgs-setting
|
||||
patches.suse/scsi-dh-implement-match-callback
|
||||
patches.fixes/scsi-dh-alua-always-update-tpgs-status
|
||||
patches.fixes/scsi-dh-check-for-sdev-state-in-store_dh_state
|
||||
|
||||
patches.fixes/scsi-check-host-lookup-failure
|
||||
patches.drivers/megaraid-mbox-fix-SG_IO
|
||||
|
||||
@ -368,7 +358,6 @@
|
||||
patches.fixes/sd_liberal_28_sense_invalid.diff
|
||||
|
||||
patches.fixes/scsi-ibmvscsi-module_alias.patch
|
||||
patches.fixes/SCSI-fix-crash-in-scsi_dispatch_cmd.patch
|
||||
|
||||
########################################################
|
||||
# DRM/Video
|
||||
@ -382,9 +371,7 @@
|
||||
# Network
|
||||
########################################################
|
||||
patches.fixes/tulip-quad-NIC-ifdown
|
||||
patches.fixes/net-tulip-debug-off-by-default.patch
|
||||
patches.drivers/ehea-modinfo.patch
|
||||
patches.fixes/tg3-Fix-io-failures-after-chip-reset.patch
|
||||
|
||||
########################################################
|
||||
# Wireless Networking
|
||||
@ -428,7 +415,6 @@
|
||||
##########################################################
|
||||
# Sound
|
||||
##########################################################
|
||||
patches.drivers/alsa-hda-Add-Kconfig-for-the-default-buffer-size
|
||||
|
||||
########################################################
|
||||
# Char / serial
|
||||
@ -437,7 +423,126 @@
|
||||
########################################################
|
||||
# Other driver fixes
|
||||
########################################################
|
||||
patches.suse/staging-hv-vmbus-init-on-dmi-match.patch
|
||||
# http://git.kernel.org/?p=linux/kernel/git/gregkh/staging-2.6.git;a=history;f=drivers/staging/hv;hb=refs/heads/staging-next
|
||||
patches.suse/staging-hv-staging-next-20110825-0001-Staging-hv-vmbus-Don-t-wait-indefinitely-for-IRQ.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0002-Staging-hv-tools-Fix-a-checkpatch-warning-in-hv_k.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0003-Staging-hv-vmbus-Fix-checkpatch-warnings.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0004-Staging-hv-util-kvp-Fix-the-reported-OSVersion-s.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0005-Staging-hv-util-kvp-Cleanup-kvp_get_domain_name.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0006-Staging-hv-Fix-macros-tab-errors-and-warning-in-d.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0007-Staging-hv-vmbus-VMBUS-is-an-ACPI-enumerated-devi.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0008-Staging-hv-Replace-struct-hv_guid-with-the-uuid-ty.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0009-Staging-hv-vmbus-Introduce-vmbus-ID-space-in-stru.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0010-Staging-hv-blkvsc-Use-the-newly-introduced-vmbus.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0011-Staging-hv-storvsc-Use-the-newly-introduced-vmbus.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0012-Staging-hv-netvsc-Use-the-newly-introduced-vmbus.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0013-Staging-hv-mousevsc-Use-the-newly-introduced-vmbu.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0014-Staging-hv-util-Make-hv_utils-a-vmbus-device-driv.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0015-Staging-hv-create-VMBUS_DEVICE-macro-and-use-it.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0016-Staging-hv-vmbus-Cleanup-vmbus_match.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0017-Staging-hv-vmbus-Cleanup-vmbus_uevent-code.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0018-Staging-hv-vmbus-Support-the-notion-of-id-tables.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0019-Staging-hv-vmbus-Get-rid-of-an-unnecessary-includ.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0020-Staging-hv-storvsc-Get-rid-of-the-DMI-signature.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0021-Staging-hv-netvsc-Get-rid-of-the-PCI-signature.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0022-Staging-hv-netvsc-Get-rid-of-the-DMI-signature-in.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0023-Staging-hv-util-Get-rid-of-the-DMI-signature-in-h.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0024-Staging-hv-util-Get-rid-of-the-PCI-signature-in-h.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0025-Staging-hv-fix-up-driver-registering-mess.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0026-Staging-hv-vmbus-Get-rid-of-some-unnecessary-comm.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0027-Staging-hv-vmbus-Cleanup-unnecessary-comments-in.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0028-Staging-hv-vmbus-Cleanup-error-handling-in-hv_ini.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0029-Staging-hv-vmbus-Get-rid-of-unnecessay-comments-i.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0030-Staging-hv-vmbus-Get-rid-of-the-function-dump_gpa.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0031-Staging-hv-vmbus-Get-rid-of-the-function-dump_gpa.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0032-Staging-hv-vmbus-Rename-openMsg-to-open_msg-in-ch.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0033-Staging-hv-vmbus-Get-rid-of-unnecessary-comments.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0034-Staging-hv-vmbus-Change-the-variable-name-openInf.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0035-Staging-hv-vmbus-Cleanup-error-values-in-ringbuff.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0036-Staging-hv-vmbus-Cleanup-the-error-return-value-i.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0037-Staging-hv-netvsc-Get-rid-of-an-unnecessary-print.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0038-Staging-hv-vmbus-Retry-vmbus_post_msg-before-gi.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0039-Staging-hv-storvsc-Cleanup-error-handling-in-stor.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0040-Staging-hv-storvsc-Cleanup-error-handling-in-stor.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0041-Staging-hv-storvsc-Cleanup-error-handling-in-stor.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0042-Staging-hv-storvsc-Cleanup-error-handling-in-stor.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0043-Storage-hv-storvsc-Get-rid-of-some-unnecessary-DP.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0044-Staging-hv-storvsc-Fix-cleanup-some-dated-comment.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0045-Staging-hv-storvsc-Cleanup-returned-error-code-in.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0046-Staging-hv-storvsc-Cleanup-error-code-returned-in.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0047-Staging-hv-storvsc-Cleanup-returned-error-code-in.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0048-Staging-hv-netvsc-Cleanup-the-returned-error-code.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0049-Staging-hv-netvsc-Cleanup-error-return-codes-in-n.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0050-Staging-hv-netvsc-Cleanup-error-return-values-in.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0051-Staging-hv-netvsc-Cleanup-error-returns-in-netvsc.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0052-Staging-hv-netvsc-Cleanup-error-return-values-in.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0053-Staging-hv-netvsc-Cleanup-error-return-codes-in-n.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0054-Staging-hv-netvsc-Cleanup-error-codes-in-rndis_fi.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0055-Staging-hv-netvsc-Cleanup-error-code-in-rndis_fil.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0056-Staging-hv-netvsc-Cleanup-error-return-values-in.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0057-Staging-hv-netvsc-Cleanup-error-returns-in-rndis_.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0058-Staging-hv-netvsc-Cleanup-error-code-in-rndis_fil.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0059-Staging-hv-mouse-Change-the-jump-label-Cleanup-to.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0060-Staging-hv-netvsc-Change-the-jump-label-Cleanup-t.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0061-Staging-hv-netvsc-Change-the-jump-label-Exit-to-e.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0062-Staging-hv-mouse-Get-rid-of-the-unused-PCI-signat.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0063-Staging-hv-hv_mouse-remove-deviceinfo_callback-fu.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0064-Staging-hv-hv_mouse-remove-inputreport_callback-f.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0065-Staging-hv-hv_mouse-remove-a-forward-declaration.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0066-Staging-hv-hv_mouse-fix-up-remove-function.patch
|
||||
# module support patches outside of drivers/staging/hv
|
||||
patches.suse/staging-hv-staging-next-20110825-0562-Staging-hv-Add-struct-hv_vmbus_device_id-to-mod_de.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0563-Staging-hv-add-driver_data-to-hv_vmbus_device_id.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0568-Staging-hv-Add-code-to-parse-struct-hv_vmbus_devic.patch
|
||||
patches.suse/staging-hv-staging-next-20110825-0570-Staging-hv-file2alias-fix-up-alias-creation-logic.patch
|
||||
|
||||
patches.suse/staging-hv-staging-next-20110829-0303-Staging-hv-storvsc-Inline-free_stor_device.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0304-Staging-hv-storvsc-Do-not-aquire-an-unnecessary-r.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0305-Staging-hv-storvsc-Rename-must_get_stor_device.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0306-Staging-hv-storvsc-Rename-get_stor_device.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0307-Staging-hv-storvsc-Cleanup-alloc_stor_device.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0308-Staging-hv-storvsc-Introduce-state-to-manage-the.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0309-Staging-hv-storvsc-Prevent-outgoing-traffic-when.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0310-Staging-hv-storvsc-Get-rid-of-release_stor_device.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0311-Staging-hv-storvsc-Get-rid-of-final_release_stor_.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0312-Staging-hv-storvsc-Get-rid-of-the-reference-count.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0313-Staging-hv-netvsc-Inline-the-code-for-free_net_de.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0314-Staging-hv-netvsc-Cleanup-alloc_net_device.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0315-Staging-hv-netvsc-Introduce-state-to-manage-the-l.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0316-Staging-hv-netvsc-Prevent-outgoing-traffic-when-n.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0317-Staging-hv-netvsc-Get-rid-of-release_outbound_net.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0318-Staging-hv-netvsc-Get-rid-of-release_inbound_net_.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0319-Staging-hv-netvsc-Get-rid-of-the-refcnt-field-in.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0320-Staging-hv-storvsc-Add-code-to-handle-IDE-devices.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0321-Staging-hv-storvsc-Handle-IDE-devices-using-the-s.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0322-Staging-hv-blkvsc-Get-rid-of-blkvsc_drv.c-as-this.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0323-Staging-hv-storvsc-Optimize-bounce-buffer-handlin.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0324-Staging-hv-storvsc-Optimize-the-bounce-buffer-han.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0325-Staging-hv-storvsc-Include-storvsc.c-in-storvsc_d.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0326-Staging-hv-storvsc-Cleanup-storvsc_drv.c-after-ad.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0327-Staging-hv-storvsc-Add-the-contents-of-hyperv_sto.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0328-Staging-hv-storvsc-Cleanup-storvsc_drv.c-after-ad.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0329-Staging-hv-storvsc-Fixup-srb-and-scsi-status-for.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0330-Staging-hv-storvsc-Fix-a-typo.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0331-Staging-hv-storvsc-In-case-of-scsi-errors-offline.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0332-Staging-hv-storvsc-No-need-to-copy-from-bounce-bu.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0333-Staging-hv-util-Forcefully-shutdown-when-shutdown.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0334-Staging-hv-util-Adjust-guest-time-in-a-process-co.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0335-Staging-hv-vmbus-Check-before-invoking-the-channe.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0336-Staging-hv-vmbus-Properly-deal-with-de-registerin.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0337-Staging-hv-Fix-a-bug-in-vmbus_match.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0338-Staging-hv-vmbus-Get-rid-of-vmbus_on_isr-by-inl.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0339-Staging-hv-vmbus-Do-not-enable-auto-eoi.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0340-Staging-hv-vmbus-Fixup-indentation-in-vmbus_acpi_.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0341-Staging-hv-vmbus-Get-rid-of-some-dated-redundant.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0342-Staging-hv-vmbus-Get-rid-of-an-unnecessary-check.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0343-Staging-hv-vmbus-Fix-a-checkpatch-warning-in-ring.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0344-Staging-hv-vmbus-Fix-checkpatch-warnings-in-conne.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0345-Staging-hv-mousevsc-Fix-checkpatch-errors-and-war.patch
|
||||
patches.suse/staging-hv-staging-next-20110829-0346-Staging-hv-netvsc-return-negative-error-codes.patch
|
||||
|
||||
patches.suse/staging-hv-vmbus-modalias-show.patch
|
||||
patches.suse/staging-hv-pata_piix-ignore-disks.patch
|
||||
patches.fixes/parport-mutex
|
||||
|
||||
patches.suse/no-partition-scan
|
||||
@ -463,10 +568,9 @@
|
||||
patches.suse/dm-raid45-api-3.0
|
||||
patches.fixes/dm-mpath-reattach-dh
|
||||
patches.suse/dm-mpath-leastpending-path-update
|
||||
+needs_update patches.suse/dm-mpath-accept-failed-paths
|
||||
+needs_update patches.suse/dm-mpath-detach-existing-hardware-handler
|
||||
patches.suse/dm-mpath-accept-failed-paths
|
||||
patches.suse/dm-mpath-detach-existing-hardware-handler
|
||||
patches.fixes/dm-table-switch-to-readonly
|
||||
+needs_update patches.suse/dm-mpath-evaluate-request-result-and-sense
|
||||
patches.fixes/dm-release-map_lock-before-set_disk_ro
|
||||
patches.suse/dm-mpath-no-activate-for-offlined-paths
|
||||
patches.suse/dm-mpath-no-partitions-feature
|
||||
@ -509,7 +613,7 @@
|
||||
patches.suse/stack-unwind
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops
|
||||
patches.suse/no-frame-pointer-select
|
||||
patches.arch/x86_64-unwind-annotations
|
||||
+jbeulich patches.arch/x86_64-unwind-annotations
|
||||
|
||||
########################################################
|
||||
# Kdump
|
||||
@ -556,114 +660,114 @@
|
||||
# on top of them instead. This reduces workload when
|
||||
# re-basing to a newer xen tree.
|
||||
#
|
||||
### both uml framebuffer and xen need this one.
|
||||
patches.xen/add-console-use-vt
|
||||
|
||||
# split out patches
|
||||
patches.xen/kexec-move-segment-code-i386.patch
|
||||
patches.xen/kexec-move-segment-code-x86_64.patch
|
||||
patches.xen/ipv6-no-autoconf
|
||||
patches.xen/pci-guestdev
|
||||
patches.xen/pci-reserve
|
||||
|
||||
# bulk stuff, new files for xen
|
||||
patches.xen/xen3-auto-xen-arch.diff
|
||||
patches.xen/xen3-auto-xen-drivers.diff
|
||||
patches.xen/xen3-auto-include-xen-interface.diff
|
||||
patches.xen/xen3-auto-blktap2-pvops.diff
|
||||
|
||||
# kconfig bits for xen
|
||||
patches.xen/xen3-auto-xen-kconfig.diff
|
||||
|
||||
# common code changes
|
||||
patches.xen/xen3-auto-common.diff
|
||||
patches.xen/xen3-auto-arch-x86.diff
|
||||
patches.xen/xen3-auto-arch-i386.diff
|
||||
patches.xen/xen3-auto-arch-x86_64.diff
|
||||
|
||||
# fixups due to upstream Xen parts
|
||||
patches.xen/xen3-fixup-xen
|
||||
|
||||
# newer changeset backports
|
||||
|
||||
# changes outside arch/{i386,x86_64}/xen
|
||||
patches.xen/xen3-fixup-kconfig
|
||||
patches.xen/xen3-fixup-common
|
||||
patches.xen/xen3-fixup-arch-x86
|
||||
patches.xen/xen3-fixup-blktap2-pvops
|
||||
|
||||
# ports of other patches
|
||||
patches.xen/xen3-patch-2.6.18
|
||||
patches.xen/xen3-patch-2.6.19
|
||||
patches.xen/xen3-patch-2.6.20
|
||||
patches.xen/xen3-patch-2.6.21
|
||||
patches.xen/xen3-patch-2.6.22
|
||||
patches.xen/xen3-patch-2.6.23
|
||||
patches.xen/xen3-patch-2.6.24
|
||||
patches.xen/xen3-patch-2.6.25
|
||||
patches.xen/xen3-patch-2.6.26
|
||||
patches.xen/xen3-patch-2.6.27
|
||||
patches.xen/xen3-patch-2.6.28
|
||||
patches.xen/xen3-patch-2.6.29
|
||||
patches.xen/xen3-patch-2.6.30
|
||||
patches.xen/xen3-patch-2.6.31
|
||||
patches.xen/xen3-patch-2.6.32
|
||||
patches.xen/xen3-patch-2.6.33
|
||||
patches.xen/xen3-patch-2.6.34
|
||||
patches.xen/xen3-patch-2.6.35
|
||||
patches.xen/xen3-patch-2.6.36
|
||||
patches.xen/xen3-patch-2.6.37
|
||||
patches.xen/xen3-patch-2.6.38
|
||||
patches.xen/xen3-patch-2.6.39
|
||||
patches.xen/xen3-patch-3.0-rc5
|
||||
patches.xen/xen3-stack-unwind
|
||||
patches.xen/xen3-x86_64-unwind-annotations
|
||||
|
||||
# bugfixes and enhancements
|
||||
patches.xen/xen-balloon-max-target
|
||||
patches.xen/xen-blkif-protocol-fallback-hack
|
||||
patches.xen/xen-blkback-cdrom
|
||||
patches.xen/xen-blktap-modular
|
||||
patches.xen/xen-blktap-write-barriers
|
||||
patches.xen/xen-blktap2-use-after-free
|
||||
patches.xen/xen-blktap2-configurable-nr-devs
|
||||
patches.xen/xen-op-packet
|
||||
patches.xen/xen-blkfront-cdrom
|
||||
patches.xen/xen-kconfig-compat
|
||||
patches.xen/xen-cpufreq-report
|
||||
patches.xen/xen-sys-suspend
|
||||
patches.xen/xen-ipi-per-cpu-irq
|
||||
patches.xen/xen-virq-per-cpu-irq
|
||||
patches.xen/xen-clockevents
|
||||
patches.xen/xen-spinlock-poll-early
|
||||
patches.xen/xen-pcpu-hotplug
|
||||
patches.xen/xen-mem-hotplug
|
||||
patches.xen/xen-frontswap
|
||||
patches.xen/xen-swiotlb-heuristics
|
||||
patches.xen/xen-configurable-guest-devices
|
||||
patches.xen/xen-netback-nr-irqs
|
||||
patches.xen/xen-netback-notify-multi
|
||||
patches.xen/xen-netback-generalize
|
||||
patches.xen/xen-netback-multiple-tasklets
|
||||
patches.xen/xen-netback-kernel-threads
|
||||
patches.xen/xen-cxgb3
|
||||
patches.xen/xen-dcdbas
|
||||
patches.xen/xen-floppy
|
||||
patches.xen/xen-sections
|
||||
patches.xen/xen-kzalloc
|
||||
patches.xen/xen-unpriv-build
|
||||
patches.xen/xen-setup-gsi
|
||||
patches.xen/xen-x86-panic-no-reboot
|
||||
patches.xen/xen-x86-dcr-fallback
|
||||
patches.xen/xen-x86-no-lapic
|
||||
patches.xen/xen-x86-pmd-handling
|
||||
patches.xen/xen-x86-bigmem
|
||||
patches.xen/xen-x86-exit-mmap
|
||||
patches.xen/xen-x86-per-cpu-vcpu-info
|
||||
patches.xen/xen-x86-msr-on-pcpu
|
||||
patches.xen/xen-x86-EFI
|
||||
patches.xen/xen-x86_64-pgd-pin
|
||||
patches.xen/xen-x86_64-pgd-alloc-order
|
||||
patches.xen/xen-x86_64-dump-user-pgt
|
||||
patches.xen/xen-x86_64-note-init-p2m
|
||||
patches.xen/xen-x86_64-unmapped-initrd
|
||||
+jbeulich ### both uml framebuffer and xen need this one.
|
||||
+jbeulich patches.xen/add-console-use-vt
|
||||
+jbeulich
|
||||
+jbeulich # split out patches
|
||||
+jbeulich patches.xen/kexec-move-segment-code-i386.patch
|
||||
+jbeulich patches.xen/kexec-move-segment-code-x86_64.patch
|
||||
+jbeulich patches.xen/ipv6-no-autoconf
|
||||
+jbeulich patches.xen/pci-guestdev
|
||||
+jbeulich patches.xen/pci-reserve
|
||||
+jbeulich
|
||||
+jbeulich # bulk stuff, new files for xen
|
||||
+jbeulich patches.xen/xen3-auto-xen-arch.diff
|
||||
+jbeulich patches.xen/xen3-auto-xen-drivers.diff
|
||||
+jbeulich patches.xen/xen3-auto-include-xen-interface.diff
|
||||
+jbeulich patches.xen/xen3-auto-blktap2-pvops.diff
|
||||
+jbeulich
|
||||
+jbeulich # kconfig bits for xen
|
||||
+jbeulich patches.xen/xen3-auto-xen-kconfig.diff
|
||||
+jbeulich
|
||||
+jbeulich # common code changes
|
||||
+jbeulich patches.xen/xen3-auto-common.diff
|
||||
+jbeulich patches.xen/xen3-auto-arch-x86.diff
|
||||
+jbeulich patches.xen/xen3-auto-arch-i386.diff
|
||||
+jbeulich patches.xen/xen3-auto-arch-x86_64.diff
|
||||
+jbeulich
|
||||
+jbeulich # fixups due to upstream Xen parts
|
||||
+jbeulich patches.xen/xen3-fixup-xen
|
||||
+jbeulich
|
||||
+jbeulich # newer changeset backports
|
||||
+jbeulich
|
||||
+jbeulich # changes outside arch/{i386,x86_64}/xen
|
||||
+jbeulich patches.xen/xen3-fixup-kconfig
|
||||
+jbeulich patches.xen/xen3-fixup-common
|
||||
+jbeulich patches.xen/xen3-fixup-arch-x86
|
||||
+jbeulich patches.xen/xen3-fixup-blktap2-pvops
|
||||
+jbeulich
|
||||
+jbeulich # ports of other patches
|
||||
+jbeulich patches.xen/xen3-patch-2.6.18
|
||||
+jbeulich patches.xen/xen3-patch-2.6.19
|
||||
+jbeulich patches.xen/xen3-patch-2.6.20
|
||||
+jbeulich patches.xen/xen3-patch-2.6.21
|
||||
+jbeulich patches.xen/xen3-patch-2.6.22
|
||||
+jbeulich patches.xen/xen3-patch-2.6.23
|
||||
+jbeulich patches.xen/xen3-patch-2.6.24
|
||||
+jbeulich patches.xen/xen3-patch-2.6.25
|
||||
+jbeulich patches.xen/xen3-patch-2.6.26
|
||||
+jbeulich patches.xen/xen3-patch-2.6.27
|
||||
+jbeulich patches.xen/xen3-patch-2.6.28
|
||||
+jbeulich patches.xen/xen3-patch-2.6.29
|
||||
+jbeulich patches.xen/xen3-patch-2.6.30
|
||||
+jbeulich patches.xen/xen3-patch-2.6.31
|
||||
+jbeulich patches.xen/xen3-patch-2.6.32
|
||||
+jbeulich patches.xen/xen3-patch-2.6.33
|
||||
+jbeulich patches.xen/xen3-patch-2.6.34
|
||||
+jbeulich patches.xen/xen3-patch-2.6.35
|
||||
+jbeulich patches.xen/xen3-patch-2.6.36
|
||||
+jbeulich patches.xen/xen3-patch-2.6.37
|
||||
+jbeulich patches.xen/xen3-patch-2.6.38
|
||||
+jbeulich patches.xen/xen3-patch-2.6.39
|
||||
+jbeulich patches.xen/xen3-patch-3.0-rc5
|
||||
+jbeulich patches.xen/xen3-stack-unwind
|
||||
+jbeulich patches.xen/xen3-x86_64-unwind-annotations
|
||||
+jbeulich
|
||||
+jbeulich # bugfixes and enhancements
|
||||
+jbeulich patches.xen/xen-balloon-max-target
|
||||
+jbeulich patches.xen/xen-blkif-protocol-fallback-hack
|
||||
+jbeulich patches.xen/xen-blkback-cdrom
|
||||
+jbeulich patches.xen/xen-blktap-modular
|
||||
+jbeulich patches.xen/xen-blktap-write-barriers
|
||||
+jbeulich patches.xen/xen-blktap2-use-after-free
|
||||
+jbeulich patches.xen/xen-blktap2-configurable-nr-devs
|
||||
+jbeulich patches.xen/xen-op-packet
|
||||
+jbeulich patches.xen/xen-blkfront-cdrom
|
||||
+jbeulich patches.xen/xen-kconfig-compat
|
||||
+jbeulich patches.xen/xen-cpufreq-report
|
||||
+jbeulich patches.xen/xen-sys-suspend
|
||||
+jbeulich patches.xen/xen-ipi-per-cpu-irq
|
||||
+jbeulich patches.xen/xen-virq-per-cpu-irq
|
||||
+jbeulich patches.xen/xen-clockevents
|
||||
+jbeulich patches.xen/xen-spinlock-poll-early
|
||||
+jbeulich patches.xen/xen-pcpu-hotplug
|
||||
+jbeulich patches.xen/xen-mem-hotplug
|
||||
+jbeulich patches.xen/xen-frontswap
|
||||
+jbeulich patches.xen/xen-swiotlb-heuristics
|
||||
+jbeulich patches.xen/xen-configurable-guest-devices
|
||||
+jbeulich patches.xen/xen-netback-nr-irqs
|
||||
+jbeulich patches.xen/xen-netback-notify-multi
|
||||
+jbeulich patches.xen/xen-netback-generalize
|
||||
+jbeulich patches.xen/xen-netback-multiple-tasklets
|
||||
+jbeulich patches.xen/xen-netback-kernel-threads
|
||||
+jbeulich patches.xen/xen-cxgb3
|
||||
+jbeulich patches.xen/xen-dcdbas
|
||||
+jbeulich patches.xen/xen-floppy
|
||||
+jbeulich patches.xen/xen-sections
|
||||
+jbeulich patches.xen/xen-kzalloc
|
||||
+jbeulich patches.xen/xen-unpriv-build
|
||||
+jbeulich patches.xen/xen-setup-gsi
|
||||
+jbeulich patches.xen/xen-x86-panic-no-reboot
|
||||
+jbeulich patches.xen/xen-x86-dcr-fallback
|
||||
+jbeulich patches.xen/xen-x86-no-lapic
|
||||
+jbeulich patches.xen/xen-x86-pmd-handling
|
||||
+jbeulich patches.xen/xen-x86-bigmem
|
||||
+jbeulich patches.xen/xen-x86-exit-mmap
|
||||
+jbeulich patches.xen/xen-x86-per-cpu-vcpu-info
|
||||
+jbeulich patches.xen/xen-x86-msr-on-pcpu
|
||||
+jbeulich patches.xen/xen-x86-EFI
|
||||
+jbeulich patches.xen/xen-x86_64-pgd-pin
|
||||
+jbeulich patches.xen/xen-x86_64-pgd-alloc-order
|
||||
+jbeulich patches.xen/xen-x86_64-dump-user-pgt
|
||||
+jbeulich patches.xen/xen-x86_64-note-init-p2m
|
||||
+jbeulich patches.xen/xen-x86_64-unmapped-initrd
|
||||
|
@ -1,3 +1,3 @@
|
||||
2011-08-18 11:38:15 +0200
|
||||
GIT Revision: f25ce3ee68e7642e2394493bc6385e018dee1030
|
||||
2011-09-05 09:52:24 +0200
|
||||
GIT Revision: 8a211c9645361190a2ac73318bd75dd2c8df7979
|
||||
GIT Branch: master
|
||||
|
@ -1838,7 +1838,7 @@
|
||||
- kernel/drivers/usb/host/u132-hcd
|
||||
+base kernel/drivers/usb/host/uhci-hcd # USB Universal Host Controller Interface driver
|
||||
- kernel/drivers/usb/host/whci/whci-hcd
|
||||
kernel/drivers/usb/host/xhci
|
||||
+base kernel/drivers/usb/host/xhci-hcd
|
||||
kernel/drivers/usb/image/mdc800 # USB Driver for Mustek MDC800 Digital Camera
|
||||
kernel/drivers/usb/image/microtek # Microtek Scanmaker X6 USB scanner driver
|
||||
kernel/drivers/usb/misc/adutux
|
||||
|
Loading…
Reference in New Issue
Block a user