forked from pool/kernel-source
This commit is contained in:
committed by
Git OBS Bridge
parent
7e80d81ded
commit
496d5722b6
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-source (Version 2.6.27.7)
|
||||
# spec file for package kernel-source (Version 2.6.27.8)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@@ -29,8 +29,8 @@ Url: http://www.kernel.org/
|
||||
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 2.6.27.7
|
||||
Release: 8
|
||||
Version: 2.6.27.8
|
||||
Release: 1
|
||||
License: GPL v2 only
|
||||
Group: Development/Sources
|
||||
AutoReqProv: off
|
||||
@@ -42,7 +42,7 @@ BuildRequires: kernel-dummy
|
||||
%endif
|
||||
ExclusiveArch: %ix86 ppc ppc64 s390 s390x ia64 x86_64
|
||||
Provides: linux
|
||||
Provides: kernel-source = 2.6.27.7-%source_rel
|
||||
Provides: kernel-source = 2.6.27.8-%source_rel
|
||||
%if "kernel-source" == "kernel-source"
|
||||
Provides: linux lx_suse lx_sus22 lx_sus24
|
||||
Obsoletes: linux lx-gdt lx-hack lx-suse lx1162_1 lx1162_2 lx1212_1 lx1212_2 lx1213_1 lx1213_2 lx121_1 lx121_2 lx126_1 lx126_2 lx129_1 lx129_2 lx_large kernel_headers lx_suse lx_sus22 lx_sus24
|
||||
@@ -117,8 +117,8 @@ Authors:
|
||||
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2008-12-02 22:27:33 +0100
|
||||
GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
|
||||
Source Timestamp: 2008-12-08 03:55:28 +0100
|
||||
GIT Revision: 52970fae27749478e86a9558ba81c95a07653278
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
@@ -135,7 +135,7 @@ RELEASE=%source_rel
|
||||
while [ "$RELEASE" != "${RELEASE#[^0-9]*.}" ]; do
|
||||
RELEASE=${RELEASE#[^0-9]*.}
|
||||
done
|
||||
KERNELRELEASE=2.6.27.7-$RELEASE
|
||||
KERNELRELEASE=2.6.27.8-$RELEASE
|
||||
case kernel-source in
|
||||
(*-rt)
|
||||
variant=-rt
|
||||
@@ -162,7 +162,7 @@ chmod -x arch/arm/mach-at91/board-yl-9200.c # executable by accident (fixed in 2
|
||||
> .patches
|
||||
for patch in $(< .patches); do
|
||||
if ! patch -s -F0 -E -p1 --no-backup-if-mismatch \
|
||||
-i %_builddir/kernel-source-2.6.27.7/$patch; then
|
||||
-i %_builddir/kernel-source-2.6.27.8/$patch; then
|
||||
echo "*** Patch $patch failed ***"
|
||||
exit 1
|
||||
fi
|
||||
@@ -274,6 +274,249 @@ sed -e "s:@KERNELRELEASE@:$KERNELRELEASE:g" \
|
||||
%files -f kernel-source.files
|
||||
|
||||
%changelog
|
||||
* Mon Dec 08 2008 tonyj@suse.de
|
||||
- patches.suse/perfmon2-add_ioctl_interface.patch: switch to
|
||||
ioctl interface for perfmon2.
|
||||
- patches.suse/perfmon2-fix_disabled.patch: fix initializion of
|
||||
perfmon disabled.
|
||||
- patches.suse/perfmon2-remove_get_base_syscall_attr.patch:
|
||||
remove perfmon syscall_base attribyute.
|
||||
- patches.suse/perfmon2-remove_syscalls.patch: drop additional
|
||||
perfmon2 syscalls.
|
||||
- patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional
|
||||
perfmon2 syscalls.
|
||||
* Sat Dec 06 2008 trenn@suse.de
|
||||
- patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch:
|
||||
ACPI: EC: Don't degrade to poll mode at storm
|
||||
automatically. (bnc#446142).
|
||||
- patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break
|
||||
out of endless loop waiting for PCI config bits to switch
|
||||
(bnc#449799).
|
||||
* Sat Dec 06 2008 gregkh@suse.de
|
||||
- refresh patches to apply cleanly.
|
||||
* Sat Dec 06 2008 gregkh@suse.de
|
||||
- Update to final 2.6.27.8 release
|
||||
- contains 2 changes from 2.6.27.8-rc1
|
||||
* Fri Dec 05 2008 jbeulich@novell.com
|
||||
- patches.xen/xen-configurable-guest-devices: fix a typo.
|
||||
* Fri Dec 05 2008 olh@suse.de
|
||||
- patches.suse/scsi-scsi_transport_srp-shost_data.patch:
|
||||
move crq_queue_create at the end of initialization (bnc#455929).
|
||||
* Fri Dec 05 2008 hare@suse.de
|
||||
- patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes
|
||||
for fnic.
|
||||
- patches.drivers/open-fcoe-rc1-update: Update open-FCoE with
|
||||
latest patches from Intel (bnc#438954).
|
||||
* Fri Dec 05 2008 jbeulich@novell.com
|
||||
- Update Xen x86-64 config (2k guest devices, 1k outstanding transmits
|
||||
in netback).
|
||||
* Fri Dec 05 2008 hare@suse.de
|
||||
- patches.arch/s390-zfcp-synchronize-scsi-register: No udev
|
||||
events for zfcp online / offline (bnc#443667).
|
||||
- patches.fixes/scsi-remove-scmd-timeout: Fix block timeout
|
||||
residue problems (bnc#447249,bnc#441335).
|
||||
- patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch.
|
||||
* Fri Dec 05 2008 bphilips@suse.de
|
||||
- patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch:
|
||||
saa7134: fix resource map sanity check conflict (bnc#446733).
|
||||
* Fri Dec 05 2008 gregkh@suse.de
|
||||
- Update config files.
|
||||
- patches.drivers/staging-add-rtl8187se-driver.patch: Staging:
|
||||
add rtl8187se driver. Needed for MSI Wind and other netbooks.
|
||||
* Fri Dec 05 2008 gregkh@suse.de
|
||||
- Update config files.
|
||||
- patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch:
|
||||
Staging: Add ServerEngines benet 10Gb ethernet driver.
|
||||
* Fri Dec 05 2008 gregkh@suse.de
|
||||
- update the wlan-ng driver to the latest upstream version, making
|
||||
it much more useful (it actually works now...)
|
||||
* Fri Dec 05 2008 nfbrown@suse.de
|
||||
- patches.fixes/sunrpc-module-refcount-fix: Add a reference to
|
||||
sunrpc in svc_addsock (443379). This avoid a bug where
|
||||
refcount on sunrpc can go zero or negative.
|
||||
* Thu Dec 04 2008 jeffm@suse.de
|
||||
- patches.fixes/reiserfs-debug-1036: reiserfs: print more
|
||||
information when an empty journal list is encountered
|
||||
(bnc#447406 bnc#399966).
|
||||
* Thu Dec 04 2008 gregkh@suse.de
|
||||
- patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch:
|
||||
ATM: duplicate listen() on socket corrupts the vcc table
|
||||
(CVE-2008-5079).
|
||||
* Thu Dec 04 2008 jack@suse.cz
|
||||
- Update config files.
|
||||
* Thu Dec 04 2008 jack@suse.cz
|
||||
XFS update on request from SGI:
|
||||
- patches.apparmor/vfs-notify_change.diff: Add a vfsmount
|
||||
parameter to notify_change(). (refreshed)
|
||||
- patches.suse/xfs-account-for-allocated-blocks-when-expanding-directories:
|
||||
Account for allocated blocks when expanding directories
|
||||
(bnc#450658).
|
||||
- patches.suse/xfs-check-for-valid-transaction-headers-in-recovery:
|
||||
XFS: Check for valid transaction headers in recovery
|
||||
(bnc#450658).
|
||||
- patches.suse/xfs-dmapi-enable: VFS changes to support DMAPI
|
||||
(bnc#450658).
|
||||
- patches.suse/xfs-dmapi-src: DMAPI Source (bnc#450658).
|
||||
- patches.suse/xfs-dmapi-xfs-enable: DMAPI support for xfs
|
||||
(bnc#450658).
|
||||
- patches.suse/xfs-handle-memory-allocation-failures-during-log-initialisation:
|
||||
handle memory allocation failures during log initialisation
|
||||
(bnc#450658).
|
||||
- patches.suse/xfs-nfsd-dmapi-aware: Make NFSD DMAPI aware
|
||||
(74107, 173874, bnc#450658).
|
||||
- patches.suse/xfs-wait-for-all-IO-on-truncate-to-zero: Wait
|
||||
for all I/O on truncate to zero file size (bnc#450658).
|
||||
- patches.suse/xfs-dmapi-2.6.27: Delete.
|
||||
- patches.suse/xfs-dmapi-xfs-2.6.27: Delete.
|
||||
* Thu Dec 04 2008 olh@suse.de
|
||||
- patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch:
|
||||
Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397).
|
||||
* Thu Dec 04 2008 jjolly@suse.de
|
||||
- Update config files.
|
||||
- patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp:
|
||||
fix remote port status check (bnc#450096).
|
||||
- patches.arch/s390-05-05-stp-etr-stop-machine.patch: stp/etr:
|
||||
smp_call_function races. (bnc#450096).
|
||||
- patches.arch/s390-05-06-stp-etr-mutex.patch: stp/etr: serialize
|
||||
work. (bnc#450096).
|
||||
- patches.arch/s390-05-07-generic-ipi.patch: kernel:
|
||||
smp_call_function races. (bnc#450096).
|
||||
- patches.arch/s390-05-08-topology.patch: kernel: disable cpu
|
||||
topology support by default (bnc#450096,LTC#50392).
|
||||
* Thu Dec 04 2008 olh@suse.de
|
||||
- patches.arch/ppc-cell-gdb-watchpoints.patch:
|
||||
Fix GDB watchpoints on Cell (bnc#456405 - LTC50396).
|
||||
* Thu Dec 04 2008 olh@suse.de
|
||||
- patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on
|
||||
Cell entered with XER.SO=1 (bnc#456406 - LTC50395).
|
||||
* Thu Dec 04 2008 hare@suse.de
|
||||
- patches.suse/genhd-disk-ro-uevents: Send uevents for
|
||||
write_protect changes (bnc#440959).
|
||||
* Thu Dec 04 2008 mmarek@suse.cz
|
||||
- supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and
|
||||
kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported,
|
||||
a supported variant will be provided in a separate KMP
|
||||
(bnc#455959)
|
||||
* Thu Dec 04 2008 schwab@suse.de
|
||||
- Set CONFIG_IA64_CPE_MIGRATE=m.
|
||||
* Thu Dec 04 2008 jbeulich@novell.com
|
||||
- supported.conf: Mark pciback as support, sfc_resource, sfc_netback,
|
||||
and sfc_netutil as externally supported, add sfc_netfront, and mark
|
||||
xenscsi and xen-scsibk as unsupported.
|
||||
* Thu Dec 04 2008 mszeredi@suse.de
|
||||
- patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of
|
||||
uninitialized variable in cache_grow() (bnc#444597).
|
||||
* Thu Dec 04 2008 hare@suse.de
|
||||
- patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use
|
||||
block timeout (bnc#447249,bnc#441335).
|
||||
* Thu Dec 04 2008 gregkh@suse.de
|
||||
- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed
|
||||
anymore now that 2.6.27.8-rc1 has a similar fix.
|
||||
* Wed Dec 03 2008 gregkh@suse.de
|
||||
- Update to 2.6.27.8-rc1:
|
||||
- lots of bugfixes
|
||||
- some security fixes as well.
|
||||
- obsoletes lots of existing patches:
|
||||
- patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch
|
||||
- patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch
|
||||
- patches.drivers/libata-fix-ata_tf_read_block-overflow
|
||||
- patches.drivers/libata-fix-ata_tf_to_lba48-overflow
|
||||
- patches.drivers/libata-seagate-firmware-bug
|
||||
- patches.drivers/parport-serial-array-overflow-fix
|
||||
- patches.fixes/af_unix-soft-lockup-fix.patch
|
||||
- patches.fixes/cifs-add-cifs_sock_list
|
||||
- patches.fixes/cifs-cleanup-cifs_mount
|
||||
- patches.fixes/cifs-cleanup-proto-handling
|
||||
- patches.fixes/cifs-disable-sess-sharing
|
||||
- patches.fixes/cifs-fix-build-breakage
|
||||
- patches.fixes/cifs-fix-data-corruption
|
||||
- patches.fixes/cifs-fix-dead-tcon-check
|
||||
- patches.fixes/cifs-fix-oops-on-failed-mount
|
||||
- patches.fixes/cifs-fix-reconnection-flags
|
||||
- patches.fixes/cifs-fix-smb-send2
|
||||
- patches.fixes/cifs-fix-writepages
|
||||
- patches.fixes/cifs-reinstate-sess-sharing-sans-races
|
||||
- patches.fixes/cifs-reinstate-treecon-sharing
|
||||
- patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors
|
||||
- patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully
|
||||
- patches.fixes/ext4_fix_whitespace_checkpatch_issues
|
||||
- patches.fixes/ext4_update-flex-bg-counters-when-resizing
|
||||
- patches.fixes/fix-inotify-watch-removal-umount-races
|
||||
- patches.fixes/hpwdt-execute-page.diff
|
||||
- patches.fixes/hpwdt-kdump.diff
|
||||
- patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch
|
||||
- patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch
|
||||
* Wed Dec 03 2008 jbeulich@novell.com
|
||||
- patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown.
|
||||
- patches.xen/xen3-patch-2.6.27,
|
||||
patches.xen/xen-netback-notify-multi,
|
||||
patches.xen/xen-virq-per-cpu-irq: Refresh.
|
||||
* Wed Dec 03 2008 olh@suse.de
|
||||
- patches.suse/scsi-scsi_transport_srp-shost_data.patch: change
|
||||
init order to fill in shost_data (bnc#455929).
|
||||
* Wed Dec 03 2008 hare@suse.de
|
||||
- patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for
|
||||
skb allocation.
|
||||
* Wed Dec 03 2008 olh@suse.de
|
||||
- patches.suse/scsi-scsi_transport_srp-shost_data.patch:
|
||||
add debug for Scsi_Host->shost_data (bnc#455929).
|
||||
* Wed Dec 03 2008 hare@suse.de
|
||||
- supported.conf: mark dm-leastpending-path as supported
|
||||
(bnc#444199)
|
||||
* Wed Dec 03 2008 teheo@suse.de
|
||||
Patch updated to remove strcmp() on NULL strings.
|
||||
- patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend:
|
||||
ata_piix: add borked Tecra M4 to broken suspend list
|
||||
(bnc#398270).
|
||||
* Wed Dec 03 2008 jbeulich@novell.com
|
||||
- Update Xen patches to c/s 728 (plus several indivual ones)
|
||||
- patches.xen/735-balloon-exit.patch: remove sysfs files during balloon
|
||||
module exit.
|
||||
- patches.xen/737-kexec-free.patch: kexec: Don't pass
|
||||
limit_pages_to_max_mfn() regions to xen_destroy_contiguous_region().
|
||||
- patches.xen/740-blkback-resource-leak.patch: blkback, blktap: Fix
|
||||
potential resource leak.
|
||||
- patches.xen/746-pirq-status-page.patch: use shared page indicating
|
||||
the need for an EOI notification
|
||||
- patches.xen/747-x86-undo-mfn-limit.patch: revert the effect of
|
||||
xen_limit_pages_to_max_mfn()
|
||||
- patches.xen/748-x86-ioapic-cleanup.patch: cleanup IO-APIC code
|
||||
- patches.xen/panic-on-io-nmi-xen.diff: Rename to ...
|
||||
- patches.xen/xen3-panic-on-io-nmi.diff: ... this.
|
||||
- patches.xen/uv-sysfs-no-xen.diff: Replace by ...
|
||||
- patches.xen/xen3-uv_setup_irq.diff: ... this.
|
||||
- patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv:
|
||||
add early detection of UV system types (bnc#429984).
|
||||
- patches.xen/xen-fb-bad-irq: Delete.
|
||||
* Wed Dec 03 2008 hare@suse.de
|
||||
- patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver
|
||||
to 8.2.8.9 (bnc#420767).
|
||||
* Wed Dec 03 2008 knikanth@suse.de
|
||||
- patches.suse/cfq-ioc-race: Exiting queue and task might race
|
||||
to free cic (bnc#444346).
|
||||
* Wed Dec 03 2008 sjayaraman@suse.de
|
||||
- patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it
|
||||
didn't apply cleanly.
|
||||
* Wed Dec 03 2008 sjayaraman@suse.de
|
||||
- Fix data corruption issues (411655).
|
||||
patches.fixes/cifs-fix-data-corruption
|
||||
patches.fixes/cifs-fix-smb-send2
|
||||
- Fix multiple oopses, memory corruption due to mount/umount races
|
||||
(https://bugzilla.samba.org/show_bug.cgi?id=5720).
|
||||
patches.fixes/cifs-add-cifs_sock_list
|
||||
patches.fixes/cifs-cleanup-cifs_mount
|
||||
patches.fixes/cifs-cleanup-proto-handling
|
||||
patches.fixes/cifs-disable-sess-sharing
|
||||
patches.fixes/cifs-fix-build-breakage
|
||||
patches.fixes/cifs-fix-dead-tcon-check
|
||||
patches.fixes/cifs-fix-oops-on-failed-mount
|
||||
patches.fixes/cifs-fix-reconnection-flags
|
||||
patches.fixes/cifs-fix-writepages
|
||||
patches.fixes/cifs-reinstate-sess-sharing-sans-races
|
||||
patches.fixes/cifs-reinstate-treecon-sharing
|
||||
* Tue Dec 02 2008 jeffm@suse.de
|
||||
- scripts/git-create-branch: Helper script to create a new
|
||||
branch.
|
||||
* Tue Dec 02 2008 mmarek@suse.cz
|
||||
- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first
|
||||
eight digits of the commit id to the release string. This makes
|
||||
|
||||
Reference in New Issue
Block a user