Accepting request 47305 from Kernel:HEAD

Copy from Kernel:HEAD/kernel-source based on submit request 47305 from user jeff_mahoney

OBS-URL: https://build.opensuse.org/request/show/47305
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=103
This commit is contained in:
OBS User autobuild 2010-09-07 13:31:37 +00:00 committed by Git OBS Bridge
parent 95cedd20c8
commit d262d501ff
54 changed files with 11888 additions and 318 deletions

View File

@ -382,6 +382,42 @@ straightfoward:
shortcut ``make cloneconfig'' that expands the file /proc/config.gz
into .config, and then runs ``make oldconfig''.
HOW TO ADD CUSTOM PATCHES
Typically patches are added to the appropriate patches.* directory (e.g.
patches.fixes) and to series.conf. When the kernel-source package is
exported from the git repository, the patch will be automatically added
to the appropriate patch tarball.
If your goal is to create a kernel with only a few additional patches
and you don't want to be bothered with using the git repository, there
is an easier way.
The kernel-source SRPM ships with two empty archives that can be be
filled and automatically expanded when building the kernel. You can use
these to add your own patches and config options without disturbing the
rest of the kernel package. This is useful if you are using the openSUSE
Build Service and link to the main kernel-source project instead of
creating your own branch. The advantage to this is that your project
will automatically receive all the changes that go into the main project
without any further effort.
To add a patch using this mechanism, just add it to the
patches.addon.tar.bz2 archive and add an entry to the series.conf file.
The archive will be expanded automatically with the other kernel patches
when the source tree is constructed.
Some patches may add new Kconfig options. The config.addon.tar.bz2
archive contains the same hierarchy as config.tar.bz2, but is under
config.addon. You can add your new config options to files named after
their config/ counterparts.
For example, the file used to configure the i386 default kernel is named
config/i386/default. To add config options to that kernel, you would
create a new file called config.addon/i386/default with the options as
formatted in a normal Linux kernel .config file. This is important
because the kernel build is non-interactive and will fail if it
encounters new config options without entries in the config file.
MODULE LOAD PATHS

1089
config-options.changes.txt Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
# The version of the main tarball to use
SRCVERSION=2.6.34
SRCVERSION=2.6.35
# variant of the kernel-source package, either empty or "-rt"
VARIANT=
# buildservice projects to build the kernel against

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ccc7df869c4b7989a7579fb43f47271d79ff6c85bf7bf46af6bbfd89a051c113
size 210917
oid sha256:478e8d1f1df45bb50469e729796857f6662117d48e548b56a757202f47888ce9
size 221125

View File

@ -231,7 +231,8 @@ fi
--set-str CONFIG_LOCALVERSION -%release_major-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO
--enable CONFIG_DEBUG_INFO \
--disable CONFIG_DEBUG_INFO_REDUCED
%else
--disable CONFIG_DEBUG_INFO
%endif

View File

@ -1,3 +1,524 @@
-------------------------------------------------------------------
Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de
- Always build in AGP on x86/x86_64 so KMS works on LiveCDs (bnc#609607).
- commit d9bfa1e
-------------------------------------------------------------------
Fri Sep 3 16:38:10 CEST 2010 - jeffm@suse.com
- irda: Correctly clean up self->ias_obj on irda_bind() failure
(CVE-2010-2954 bnc#636112).
- commit f04e61f
-------------------------------------------------------------------
Wed Sep 1 12:04:59 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.36-rc3 and c/s 1029.
- fix unwind annotations.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 6836619
-------------------------------------------------------------------
Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com
- fix unwind annotations.
- commit 5aa6daf
-------------------------------------------------------------------
Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com
- net sched: fix kernel leak in act_police (CVE-2010-2942
bnc#632309).
- commit 66e1d72
-------------------------------------------------------------------
Tue Aug 31 14:02:33 CEST 2010 - jdelvare@suse.de
- fix jiffies overflow problems in bonding (bnc#613273).
- commit 28bd2e8
-------------------------------------------------------------------
Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de
- Refresh vanilla configs.
- commit 26a681e
-------------------------------------------------------------------
Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de
- Update to Linux: 2.6.36-rc3.
- Eliminated 7 patches.
- commit d298d2d
-------------------------------------------------------------------
Sat Aug 28 13:09:20 CEST 2010 - jslaby@suse.cz
- Delete
patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch.
- Delete
patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch.
- Delete
patches.suse/rlim-0022-FS-proc-make-limits-writable.patch.
This was just a workaround crap. In 2.6.36 we have a nice syscall
instead. Sorry for commiting this to the merge-36 branch first. I
didn't notice it was already merged here.
- commit 5449fcb
-------------------------------------------------------------------
Fri Aug 27 16:26:16 CEST 2010 - jeffm@suse.com
- Disabled ACPI table override patches again. fsnotify was introduced into
the truncate path and causes crashes.
- commit e18fc2c
-------------------------------------------------------------------
Thu Aug 26 16:55:14 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/supported-flag-enterprise: Fixed recovery on load failure.
- commit 8a06643
-------------------------------------------------------------------
Thu Aug 26 16:54:46 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/stack-unwind: Fixed recovery on load failure.
- commit 7f15b29
-------------------------------------------------------------------
Tue Aug 24 20:06:39 CEST 2010 - jeffm@suse.com
- patches.arch/s390-message-catalog.diff: dev_info -> _dev_info
- commit ba20988
-------------------------------------------------------------------
Tue Aug 24 18:31:36 CEST 2010 - jeffm@suse.de
- patches.suse/stack-unwind: Fix build on !SMP
- commit abd5493
-------------------------------------------------------------------
Tue Aug 24 18:07:05 CEST 2010 - jeffm@suse.de
- s390: Fix prototype for execve.
- commit b448268
-------------------------------------------------------------------
Tue Aug 24 17:47:48 CEST 2010 - jeffm@suse.de
- spectra: depend on X86_MRST.
- commit 1e3fb89
-------------------------------------------------------------------
Tue Aug 24 17:16:11 CEST 2010 - jeffm@suse.de
- Delete patches.arch/ppc-vmcoreinfo.diff.
- commit ea39e14
-------------------------------------------------------------------
Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de
- caif: Use asm/unaligned.h.
- commit 92c07c2
-------------------------------------------------------------------
Tue Aug 24 17:07:45 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/SoN-20-netvm-tcp-deadlock.patch: Added missing
fixup for sk_rmem_schedule in caif.
- commit a9ff761
-------------------------------------------------------------------
Tue Aug 24 16:47:58 CEST 2010 - mmarek@suse.cz
- makefile: not need to regenerate kernel.release file when
make kernelrelease.
- commit 81237a8
-------------------------------------------------------------------
Tue Aug 24 16:18:58 CEST 2010 - jeffm@suse.com
- rpm/kernel-source.spec.in, scripts/tar-up.sh: Renamed config-options.changes
to config-options.changes.txt in the exported package to avoid triggering
a build service rule error.
- commit ff4889e
-------------------------------------------------------------------
Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com
- Revert "- Renamed doc/config-options.changes to doc/config-options.changes.txt to"
This reverts commit 124ac26de4839f8181a5badedb231eedf5770a3e.
- commit 2932c62
-------------------------------------------------------------------
Tue Aug 24 15:43:02 CEST 2010 - jeffm@suse.com
- Renamed doc/config-options.changes to doc/config-options.changes.txt to
avoid triggering a build service rule error.
- commit 124ac26
-------------------------------------------------------------------
Mon Aug 23 21:06:58 CEST 2010 - jeffm@suse.de
- supported.conf: Add iscsi_boot_sysfs
- commit 80e2ea9
-------------------------------------------------------------------
Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Fixed typo with last fix.
- commit 22210d9
-------------------------------------------------------------------
Mon Aug 23 20:14:03 CEST 2010 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Disable CONFIG_DEBUG_INFO. It's enabled
dynamically in the spec file and now has follow-on options.
- commit d270759
-------------------------------------------------------------------
Mon Aug 23 19:57:40 CEST 2010 - jeffm@suse.de
- patches.rpmify/spectra-drop-locked_ioctl-support: add <linux/smp_lock.h>
to grab the BKL
- commit 1df02ec
-------------------------------------------------------------------
Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de
- Update config files: Disabled DEBUG_INFO_REDUCED.
- commit 393680a
-------------------------------------------------------------------
Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de
- Updated to 2.6.36-rc2.
- Eliminated 2 patches.
- commit 52d47a0
-------------------------------------------------------------------
Wed Aug 18 19:44:13 CEST 2010 - jeffm@suse.de
- Update to 2.6.36-rc1.
- Eliminated 71 patches.
- spectra: Drop ->locked_ioctl support.
- spectra: Drop ->prepare_flush_fn support.
- spectra: Remove duplicate GLOB_VERSION.
- novfs: Fix ioctl usage.
- novfs: use evict_inode.
- Xen is disabled.
- commit 63642f6
-------------------------------------------------------------------
Mon Aug 16 10:22:09 CEST 2010 - tiwai@suse.de
- ALSA: hda - Add quirk for Dell Vostro 1220 (bnc#631066).
- commit df12c34
-------------------------------------------------------------------
Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com
- README.BRANCH: Updated to reflect the permenent in-progress status.
- commit a2c882e
-------------------------------------------------------------------
Thu Aug 12 20:42:29 CEST 2010 - gregkh@suse.de
- Update to 2.6.35.1
- security fixes
- bug fixes
- obsoletes:
patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch.
- commit a009fb4
-------------------------------------------------------------------
Thu Aug 12 20:39:52 CEST 2010 - gregkh@suse.de
- Delete patches.kernel.org/patch-2.6.35-rc1.
- Delete patches.kernel.org/patch-2.6.35-rc1-rc2.
- Delete patches.kernel.org/patch-2.6.35-rc2-rc3.
- Delete patches.kernel.org/patch-2.6.35-rc3-rc4.
- Delete patches.kernel.org/patch-2.6.35-rc4-rc5.
- Delete patches.kernel.org/patch-2.6.35-rc5-rc6.
- commit 2e67843
-------------------------------------------------------------------
Thu Aug 12 20:38:21 CEST 2010 - gregkh@suse.de
- Refresh patches.fixes/novfs-lindent.
Someone needs to remember to actually test out their patches before
adding them to the repo...
- commit 6569c56
-------------------------------------------------------------------
Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com
- doc/README.SUSE: Updated to describe the process used to add custom patches
- commit e5f4670
-------------------------------------------------------------------
Thu Aug 12 08:54:30 CEST 2010 - jslaby@suse.cz
- patches.fixes/vmscan-fix-stalls.patch: vmscan: raise the bar
to PAGEOUT_IO_SYNC stalls (bnc#625339).
- commit 1efea94
-------------------------------------------------------------------
Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz
- novfs: Lindent novfs sources.
- commit 361594a
-------------------------------------------------------------------
Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de
- Refresh
patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch.
- Refresh patches.fixes/sunrpc-monotonic-expiry.
- Delete patches.fixes/nfs-write.c-bug-removal.patch.
Update some patches for 2.6.35
- commit 15d7a62
-------------------------------------------------------------------
Wed Aug 11 05:42:36 CEST 2010 - neilb@suse.de
- NFS: allow close-to-open cache semantics to apply to root of
NFS filesystem (bnc#584720).
- commit deea101
-------------------------------------------------------------------
Tue Aug 10 19:19:37 CEST 2010 - tiwai@suse.de
- ALSA: hda - patch_nvhdmi.c: Add missing codec IDs, unify names
(bnc#627212).
- ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118).
- commit 4844a71
-------------------------------------------------------------------
Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35 final and c/s 1025.
- create devices in /dev/xen when they are expected to be
used there.
- xen/netback: Allow setting of large MTU before rings have
connected.
- xen/netback: Always pull through PKT_PROT_LEN bytes into the
linear part of an skb.
- pass trigger mode and polarity information to Xen for all
interrupts.
- Update Xen config files.
- supported.conf: Add pci-iomul.ko.
- commit c642c1b
-------------------------------------------------------------------
Fri Aug 6 17:03:09 CEST 2010 - jeffm@suse.de
- patches.xen/xen3-auto-xen-arch.diff: Update struct acpi_power_register
usage from upstream commit 718be4aa.
- commit 4ce0b48
-------------------------------------------------------------------
Fri Aug 6 16:09:39 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-final and refresh patch set.
- commit a40327f
-------------------------------------------------------------------
Mon Aug 2 14:39:22 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Package log.sh in the source rpm
- commit 53246ff
-------------------------------------------------------------------
Fri Jul 23 20:09:25 CEST 2010 - jack@suse.cz
- novfs: Fix error codes for getxattr for novfs (bnc#529535).
- commit 06b3243
-------------------------------------------------------------------
Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc6.
- commit 643df99
-------------------------------------------------------------------
Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz
- novfs: code cleanup for one case of novfs return value
(bnc#624606).
- commit 4875860
-------------------------------------------------------------------
Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz
- Fixed patch headers of patches.fixes/novfs-xattr-memleak
- commit 65ab01f
-------------------------------------------------------------------
Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz
- novfs: Fix a memory leak that causes an OOM condition
(bnc#610828).
- commit 519d8a0
-------------------------------------------------------------------
Tue Jul 20 14:01:26 CEST 2010 - jack@suse.cz
- novfs: backing device info initialization (bnc#623472).
- commit b576dae
-------------------------------------------------------------------
Tue Jul 20 12:55:33 CEST 2010 - mmarek@suse.cz
- scripts/tar-up.sh: Generate the rpm changelog using gitlog2changes.
- Move kernel-source.changes.old to rpm/ (not included in the pachage
though).
- commit 8ed2389
-------------------------------------------------------------------
Tue Jul 20 11:22:47 CEST 2010 - jblunck@suse.de
- rpm/package-descriptions: Change summary/description for trace flavor (bnc#488692).
- commit da8e17e
-------------------------------------------------------------------
Mon Jul 19 17:23:30 CEST 2010 - mmarek@suse.cz
- Move rpm changelog to kernel-source.changes.old
- commit 93036bd
-------------------------------------------------------------------
Thu Jul 15 11:47:45 CEST 2010 - bphilips@suse.de
- X86_MRST: Disable moorsetown since it deselects SERIO_I8042
- See 0b28bac5aef7bd1ab213723df031e61db9ff151a, fixed in -tip but we
still don't want X86_MRST
-------------------------------------------------------------------
Wed Jul 14 18:39:08 CEST 2010 - trenn@suse.de
- patches.arch/acpi_fix_fadt_32_bit_zero_length.patch: Only use
32 bit addresses if they have a valid length (bug#581644).
-------------------------------------------------------------------
Wed Jul 14 16:21:46 CEST 2010 - bphilips@suse.de
- Update -desktop config files to enable CGROUPS for systemd
-------------------------------------------------------------------
Wed Jul 14 14:04:36 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc5.
- Eliminated 5 patches.
-------------------------------------------------------------------
Tue Jul 13 14:39:51 CEST 2010 - jack@suse.de
- patches.fixes/novfs-overflow-fixes: novfs: security: Add buffer
overflow, integer wraparound fixes (bnc#594362).
-------------------------------------------------------------------
Wed Jul 7 16:53:17 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35-rc4.
-------------------------------------------------------------------
Wed Jul 7 16:45:02 CEST 2010 - jeffm@suse.de
- patches.suse/xfs-dmapi-2.6.35-api-changes: Updated for -debug flavor.
-------------------------------------------------------------------
Wed Jul 7 15:57:27 CEST 2010 - jeffm@suse.de
- Update config files for vanilla.
-------------------------------------------------------------------
Wed Jul 7 12:14:43 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Install config-option.changes
This file documents the changes in the kernel configs.
-------------------------------------------------------------------
Wed Jul 7 10:37:59 CEST 2010 - mmarek@suse.cz
- patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path
to scripts/setlocalversion.
-------------------------------------------------------------------
Wed Jul 7 00:27:53 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc4.
- Eliminated 4 patches.
-------------------------------------------------------------------
Fri Jul 2 17:21:45 CEST 2010 - jeffm@suse.de
- patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices:
iwlwifi: fix TX power configuration on 3945 and 4965 devices
(bnc#619440 bnc#610421).
-------------------------------------------------------------------
Fri Jul 2 11:27:54 CEST 2010 - jbeulich@novell.com
- patches.suse/stack-unwind: Fix after upstream commit
9e565292270a2d55524be38835104c564ac8f795.
-------------------------------------------------------------------
Fri Jul 2 10:54:39 CEST 2010 - trenn@suse.de
- patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch:
For some reason the macro used by dynamic debug breaks things
(bnc#619416).
-------------------------------------------------------------------
Fri Jul 2 10:42:19 CEST 2010 - trenn@suse.de
Mainline goes another way (bug #476509).
Also there is a problem with this patch, breaking dynamic debugging
(bnc#619416) -> just remove it, there will show up something else
mainline.
- patches.xen/xen3-auto-arch-x86.diff: Refresh.
- patches.arch/x86_mce_intel_decode_physical_address.patch:
Delete.
- patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch:
Delete.
- patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch:
Delete.
-------------------------------------------------------------------
Thu Jul 1 20:19:51 CEST 2010 - jeffm@suse.de
- patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md:
dm-raid45: API update: Remove dm_put after dm_table_get_md
(bnc#615656).
-------------------------------------------------------------------
Thu Jul 1 09:09:17 CEST 2010 - jdelvare@suse.de
- patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch:
Update references (bnc#610362).
-------------------------------------------------------------------
Thu Jul 1 01:02:25 CEST 2010 - bphilips@suse.de
- patches.drivers/ixgbe-disable-tx-engine-before-disabling-tx-laser.patch:
ixgbe: disable tx engine before disabling tx laser.
- patches.drivers/ixgbe-fix-panic-when-shutting-down-system-with-WoL-e.patch:
ixgbe: fix panic when shutting down system with WoL enabled.
- patches.drivers/ixgbe-skip-non-IPv4-packets-in-ATR-filter.patch:
ixgbe: skip non IPv4 packets in ATR filter.
- patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch:
e1000e: don't inadvertently re-set INTX_DISABLE.
-------------------------------------------------------------------
Wed Jun 30 20:20:58 CEST 2010 - bphilips@suse.de
- patches.drivers/e1000-enhance-frame-fragment-detection.patch:
Delete.
- patches.drivers/e1000e-enhance-frame-fragment-detection.patch:
Delete.
-------------------------------------------------------------------
Tue Jun 29 02:38:57 CEST 2010 - nfbrown@suse.de
@ -9,6 +530,32 @@ Mon Jun 28 22:19:17 CEST 2010 - mmarek@suse.cz
- rpm/find-provides: Add base symsets to the main subpackage.
-------------------------------------------------------------------
Fri Jun 25 17:14:03 CEST 2010 - jeffm@suse.de
- Update config files for sparc64/net to remove unnecessary options.
-------------------------------------------------------------------
Fri Jun 25 15:41:20 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fixed typo.
-------------------------------------------------------------------
Fri Jun 25 08:52:45 CEST 2010 - jbeulich@novell.com
- patches.arch/kvm-split-paravirt-ops-by-functionality: Adjust
Kconfig style to match upstream.
- patches.fixes/seccomp-disable-tsc-option: Adjust Kconfig style
to match upstream.
- patches.suse/SoN-11-mm-reserve.patch: Fix compiler warning.
-------------------------------------------------------------------
Fri Jun 25 08:46:24 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35-rc3.
- config.conf: Re-enable Xen.
- Update x86 config files.
-------------------------------------------------------------------
Thu Jun 24 21:02:48 CEST 2010 - agruen@suse.de
@ -37,6 +584,12 @@ Thu Jun 24 16:38:14 CEST 2010 - jeffm@suse.de
GFS2: Fix permissions checking for setflags ioctl() (bnc#608576
CVE-2010-1641).
-------------------------------------------------------------------
Thu Jun 24 11:30:08 CEST 2010 - jdelvare@suse.de
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
(it87) Fix in7 on IT8720F (bnc#612910).
-------------------------------------------------------------------
Thu Jun 24 11:20:34 CEST 2010 - jdelvare@suse.de
@ -142,6 +695,21 @@ Wed Jun 23 17:21:41 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fixed typo.
-------------------------------------------------------------------
Tue Jun 22 13:41:45 CEST 2010 - teheo@suse.de
- patches.drivers/libata-ata_generic-force_dma: ata_generic:
implement ATA_GEN_* flags and force enable DMA on MBP 7,1
(bko#15923).
-------------------------------------------------------------------
Tue Jun 22 13:38:16 CEST 2010 - knikanth@suse.de
- patches.suse/dm-raid45-26-Nov-2009.patch: DMRAID45 module
(bnc#615906, bnc#565962).
- patches.suse/dm-raid45_2.6.27_20081027.patch: Delete.
- Sync dm-raid45 to the later version.
-------------------------------------------------------------------
Tue Jun 22 13:17:40 CEST 2010 - mmarek@suse.cz
@ -155,6 +723,19 @@ Tue Jun 22 12:19:33 CEST 2010 - knikanth@suse.de
- patches.suse/dm-raid45_2.6.27_20081027.patch: Delete.
- Sync dm-raid45 to the later version.
-------------------------------------------------------------------
Mon Jun 21 18:45:29 CEST 2010 - jeffm@suse.de
- Resync v2.6.35 with master.
-------------------------------------------------------------------
Mon Jun 21 18:34:42 CEST 2010 - jeffm@suse.de
- patches.suse/acpi-generic-initramfs-table-override-support:
Refresh.
- patches.suse/init-move-populate_rootfs-back-to-start_kernel:
Refresh.
-------------------------------------------------------------------
Mon Jun 21 14:53:16 CEST 2010 - mmarek@suse.cz
@ -167,6 +748,12 @@ Mon Jun 21 01:27:59 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fix missing kmap calls
while loading initramfs files.
-------------------------------------------------------------------
Mon Jun 21 01:25:19 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fix missing kmap of
pages for initramfs loading.
-------------------------------------------------------------------
Fri Jun 18 15:54:41 CEST 2010 - jbeulich@novell.com
@ -183,12 +770,65 @@ Thu Jun 17 11:54:01 CEST 2010 - teheo@suse.de
ahci,ata_generic: let ata_generic handle new MBP w/ MCP89
(bko#15923).
-------------------------------------------------------------------
Wed Jun 16 20:01:01 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc3.
- Eliminated 1 patch.
-------------------------------------------------------------------
Mon Jun 14 13:47:57 CEST 2010 - jslaby@suse.de
- patches.fixes/pci-hotplug-cpqphp-fix-crash.patch: PCI:
hotplug/cpqphp, fix NULL dereference (bnc#609338).
-------------------------------------------------------------------
Wed Jun 9 22:01:21 CEST 2010 - jeffm@suse.de
- patches.rpmify/ceph-atomic_long-init-fix: ceph: fix atomic64_t
initialization on ia64.
-------------------------------------------------------------------
Tue Jun 8 20:32:43 CEST 2010 - jeffm@suse.de
- patches.trace/utrace-core: Workaround missing kref_set().
-------------------------------------------------------------------
Tue Jun 8 20:20:27 CEST 2010 - jeffm@suse.de
- patches.arch/ppc64-xmon-dmesg-printing.patch: Refresh.
-------------------------------------------------------------------
Tue Jun 8 20:17:40 CEST 2010 - jeffm@suse.de
- patches.rpmify/powerpc-kvm-build-failure-workaround: Refresh.
- patches.rpmify/wlags49-missing-strlen-include: wlags49_h2:
build fix.
-------------------------------------------------------------------
Tue Jun 8 19:46:30 CEST 2010 - jeffm@suse.de
- patches.arch/x86_mce_intel_decode_physical_address.patch:
Refresh.
- patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch:
Refresh.
-------------------------------------------------------------------
Tue Jun 8 17:11:54 CEST 2010 - jeffm@suse.com
- supported.conf: Updated dependencies for 2.6.35
-------------------------------------------------------------------
Mon Jun 7 17:55:56 CEST 2010 - jeffm@suse.com
- patches.kernel.org/revert-tty-fix-a-little-bug-in-scrup-vt-c:
Revert "tty: fix a little bug in scrup, vt.c".
-------------------------------------------------------------------
Mon Jun 7 17:06:01 CEST 2010 - jeffm@suse.com
- Update to 2.6.35-rc2.
-------------------------------------------------------------------
Thu Jun 3 20:28:12 CEST 2010 - jeffm@suse.de
@ -207,6 +847,13 @@ Wed Jun 2 10:41:06 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: More -rt fixes.
-------------------------------------------------------------------
Tue Jun 1 23:04:32 CEST 2010 - jeffm@suse.com
- Update to 2.6.35-rc1.
- Eliminated 13 patches.
- Xen is disabled.
-------------------------------------------------------------------
Tue Jun 1 21:48:10 CEST 2010 - bphilips@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-debug (Version 2.6.34)
# spec file for package kernel-debug (Version 2.6.36)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.34
%define patchversion 2.6.34
%define srcversion 2.6.35
%define patchversion 2.6.36-rc3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -35,7 +35,7 @@
%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,built-in-where,symsets.pl,find-provides,split-modules,modversions,extract-modaliases,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl})
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,built-in-where,symsets.pl,find-provides,split-modules,modversions,extract-modaliases,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
@ -55,8 +55,8 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 2.6.34
Release: 12
Version: 2.6.36
Release: 1
%if %using_buildservice
%else
%endif
@ -153,6 +153,7 @@ Source34: check-supported-list
Source35: group-source-files.pl
Source37: README.SUSE
Source38: README.KSYMS
Source39: config-options.changes.txt
Source40: source-timestamp
Source41: built-in-where
Source42: symsets.pl
@ -176,6 +177,7 @@ 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
@ -306,7 +308,8 @@ fi
--set-str CONFIG_LOCALVERSION -%release_major-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO
--enable CONFIG_DEBUG_INFO \
--disable CONFIG_DEBUG_INFO_REDUCED
%else
--disable CONFIG_DEBUG_INFO
%endif

View File

@ -1,3 +1,524 @@
-------------------------------------------------------------------
Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de
- Always build in AGP on x86/x86_64 so KMS works on LiveCDs (bnc#609607).
- commit d9bfa1e
-------------------------------------------------------------------
Fri Sep 3 16:38:10 CEST 2010 - jeffm@suse.com
- irda: Correctly clean up self->ias_obj on irda_bind() failure
(CVE-2010-2954 bnc#636112).
- commit f04e61f
-------------------------------------------------------------------
Wed Sep 1 12:04:59 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.36-rc3 and c/s 1029.
- fix unwind annotations.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 6836619
-------------------------------------------------------------------
Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com
- fix unwind annotations.
- commit 5aa6daf
-------------------------------------------------------------------
Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com
- net sched: fix kernel leak in act_police (CVE-2010-2942
bnc#632309).
- commit 66e1d72
-------------------------------------------------------------------
Tue Aug 31 14:02:33 CEST 2010 - jdelvare@suse.de
- fix jiffies overflow problems in bonding (bnc#613273).
- commit 28bd2e8
-------------------------------------------------------------------
Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de
- Refresh vanilla configs.
- commit 26a681e
-------------------------------------------------------------------
Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de
- Update to Linux: 2.6.36-rc3.
- Eliminated 7 patches.
- commit d298d2d
-------------------------------------------------------------------
Sat Aug 28 13:09:20 CEST 2010 - jslaby@suse.cz
- Delete
patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch.
- Delete
patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch.
- Delete
patches.suse/rlim-0022-FS-proc-make-limits-writable.patch.
This was just a workaround crap. In 2.6.36 we have a nice syscall
instead. Sorry for commiting this to the merge-36 branch first. I
didn't notice it was already merged here.
- commit 5449fcb
-------------------------------------------------------------------
Fri Aug 27 16:26:16 CEST 2010 - jeffm@suse.com
- Disabled ACPI table override patches again. fsnotify was introduced into
the truncate path and causes crashes.
- commit e18fc2c
-------------------------------------------------------------------
Thu Aug 26 16:55:14 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/supported-flag-enterprise: Fixed recovery on load failure.
- commit 8a06643
-------------------------------------------------------------------
Thu Aug 26 16:54:46 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/stack-unwind: Fixed recovery on load failure.
- commit 7f15b29
-------------------------------------------------------------------
Tue Aug 24 20:06:39 CEST 2010 - jeffm@suse.com
- patches.arch/s390-message-catalog.diff: dev_info -> _dev_info
- commit ba20988
-------------------------------------------------------------------
Tue Aug 24 18:31:36 CEST 2010 - jeffm@suse.de
- patches.suse/stack-unwind: Fix build on !SMP
- commit abd5493
-------------------------------------------------------------------
Tue Aug 24 18:07:05 CEST 2010 - jeffm@suse.de
- s390: Fix prototype for execve.
- commit b448268
-------------------------------------------------------------------
Tue Aug 24 17:47:48 CEST 2010 - jeffm@suse.de
- spectra: depend on X86_MRST.
- commit 1e3fb89
-------------------------------------------------------------------
Tue Aug 24 17:16:11 CEST 2010 - jeffm@suse.de
- Delete patches.arch/ppc-vmcoreinfo.diff.
- commit ea39e14
-------------------------------------------------------------------
Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de
- caif: Use asm/unaligned.h.
- commit 92c07c2
-------------------------------------------------------------------
Tue Aug 24 17:07:45 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/SoN-20-netvm-tcp-deadlock.patch: Added missing
fixup for sk_rmem_schedule in caif.
- commit a9ff761
-------------------------------------------------------------------
Tue Aug 24 16:47:58 CEST 2010 - mmarek@suse.cz
- makefile: not need to regenerate kernel.release file when
make kernelrelease.
- commit 81237a8
-------------------------------------------------------------------
Tue Aug 24 16:18:58 CEST 2010 - jeffm@suse.com
- rpm/kernel-source.spec.in, scripts/tar-up.sh: Renamed config-options.changes
to config-options.changes.txt in the exported package to avoid triggering
a build service rule error.
- commit ff4889e
-------------------------------------------------------------------
Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com
- Revert "- Renamed doc/config-options.changes to doc/config-options.changes.txt to"
This reverts commit 124ac26de4839f8181a5badedb231eedf5770a3e.
- commit 2932c62
-------------------------------------------------------------------
Tue Aug 24 15:43:02 CEST 2010 - jeffm@suse.com
- Renamed doc/config-options.changes to doc/config-options.changes.txt to
avoid triggering a build service rule error.
- commit 124ac26
-------------------------------------------------------------------
Mon Aug 23 21:06:58 CEST 2010 - jeffm@suse.de
- supported.conf: Add iscsi_boot_sysfs
- commit 80e2ea9
-------------------------------------------------------------------
Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Fixed typo with last fix.
- commit 22210d9
-------------------------------------------------------------------
Mon Aug 23 20:14:03 CEST 2010 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Disable CONFIG_DEBUG_INFO. It's enabled
dynamically in the spec file and now has follow-on options.
- commit d270759
-------------------------------------------------------------------
Mon Aug 23 19:57:40 CEST 2010 - jeffm@suse.de
- patches.rpmify/spectra-drop-locked_ioctl-support: add <linux/smp_lock.h>
to grab the BKL
- commit 1df02ec
-------------------------------------------------------------------
Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de
- Update config files: Disabled DEBUG_INFO_REDUCED.
- commit 393680a
-------------------------------------------------------------------
Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de
- Updated to 2.6.36-rc2.
- Eliminated 2 patches.
- commit 52d47a0
-------------------------------------------------------------------
Wed Aug 18 19:44:13 CEST 2010 - jeffm@suse.de
- Update to 2.6.36-rc1.
- Eliminated 71 patches.
- spectra: Drop ->locked_ioctl support.
- spectra: Drop ->prepare_flush_fn support.
- spectra: Remove duplicate GLOB_VERSION.
- novfs: Fix ioctl usage.
- novfs: use evict_inode.
- Xen is disabled.
- commit 63642f6
-------------------------------------------------------------------
Mon Aug 16 10:22:09 CEST 2010 - tiwai@suse.de
- ALSA: hda - Add quirk for Dell Vostro 1220 (bnc#631066).
- commit df12c34
-------------------------------------------------------------------
Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com
- README.BRANCH: Updated to reflect the permenent in-progress status.
- commit a2c882e
-------------------------------------------------------------------
Thu Aug 12 20:42:29 CEST 2010 - gregkh@suse.de
- Update to 2.6.35.1
- security fixes
- bug fixes
- obsoletes:
patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch.
- commit a009fb4
-------------------------------------------------------------------
Thu Aug 12 20:39:52 CEST 2010 - gregkh@suse.de
- Delete patches.kernel.org/patch-2.6.35-rc1.
- Delete patches.kernel.org/patch-2.6.35-rc1-rc2.
- Delete patches.kernel.org/patch-2.6.35-rc2-rc3.
- Delete patches.kernel.org/patch-2.6.35-rc3-rc4.
- Delete patches.kernel.org/patch-2.6.35-rc4-rc5.
- Delete patches.kernel.org/patch-2.6.35-rc5-rc6.
- commit 2e67843
-------------------------------------------------------------------
Thu Aug 12 20:38:21 CEST 2010 - gregkh@suse.de
- Refresh patches.fixes/novfs-lindent.
Someone needs to remember to actually test out their patches before
adding them to the repo...
- commit 6569c56
-------------------------------------------------------------------
Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com
- doc/README.SUSE: Updated to describe the process used to add custom patches
- commit e5f4670
-------------------------------------------------------------------
Thu Aug 12 08:54:30 CEST 2010 - jslaby@suse.cz
- patches.fixes/vmscan-fix-stalls.patch: vmscan: raise the bar
to PAGEOUT_IO_SYNC stalls (bnc#625339).
- commit 1efea94
-------------------------------------------------------------------
Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz
- novfs: Lindent novfs sources.
- commit 361594a
-------------------------------------------------------------------
Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de
- Refresh
patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch.
- Refresh patches.fixes/sunrpc-monotonic-expiry.
- Delete patches.fixes/nfs-write.c-bug-removal.patch.
Update some patches for 2.6.35
- commit 15d7a62
-------------------------------------------------------------------
Wed Aug 11 05:42:36 CEST 2010 - neilb@suse.de
- NFS: allow close-to-open cache semantics to apply to root of
NFS filesystem (bnc#584720).
- commit deea101
-------------------------------------------------------------------
Tue Aug 10 19:19:37 CEST 2010 - tiwai@suse.de
- ALSA: hda - patch_nvhdmi.c: Add missing codec IDs, unify names
(bnc#627212).
- ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118).
- commit 4844a71
-------------------------------------------------------------------
Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35 final and c/s 1025.
- create devices in /dev/xen when they are expected to be
used there.
- xen/netback: Allow setting of large MTU before rings have
connected.
- xen/netback: Always pull through PKT_PROT_LEN bytes into the
linear part of an skb.
- pass trigger mode and polarity information to Xen for all
interrupts.
- Update Xen config files.
- supported.conf: Add pci-iomul.ko.
- commit c642c1b
-------------------------------------------------------------------
Fri Aug 6 17:03:09 CEST 2010 - jeffm@suse.de
- patches.xen/xen3-auto-xen-arch.diff: Update struct acpi_power_register
usage from upstream commit 718be4aa.
- commit 4ce0b48
-------------------------------------------------------------------
Fri Aug 6 16:09:39 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-final and refresh patch set.
- commit a40327f
-------------------------------------------------------------------
Mon Aug 2 14:39:22 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Package log.sh in the source rpm
- commit 53246ff
-------------------------------------------------------------------
Fri Jul 23 20:09:25 CEST 2010 - jack@suse.cz
- novfs: Fix error codes for getxattr for novfs (bnc#529535).
- commit 06b3243
-------------------------------------------------------------------
Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc6.
- commit 643df99
-------------------------------------------------------------------
Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz
- novfs: code cleanup for one case of novfs return value
(bnc#624606).
- commit 4875860
-------------------------------------------------------------------
Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz
- Fixed patch headers of patches.fixes/novfs-xattr-memleak
- commit 65ab01f
-------------------------------------------------------------------
Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz
- novfs: Fix a memory leak that causes an OOM condition
(bnc#610828).
- commit 519d8a0
-------------------------------------------------------------------
Tue Jul 20 14:01:26 CEST 2010 - jack@suse.cz
- novfs: backing device info initialization (bnc#623472).
- commit b576dae
-------------------------------------------------------------------
Tue Jul 20 12:55:33 CEST 2010 - mmarek@suse.cz
- scripts/tar-up.sh: Generate the rpm changelog using gitlog2changes.
- Move kernel-source.changes.old to rpm/ (not included in the pachage
though).
- commit 8ed2389
-------------------------------------------------------------------
Tue Jul 20 11:22:47 CEST 2010 - jblunck@suse.de
- rpm/package-descriptions: Change summary/description for trace flavor (bnc#488692).
- commit da8e17e
-------------------------------------------------------------------
Mon Jul 19 17:23:30 CEST 2010 - mmarek@suse.cz
- Move rpm changelog to kernel-source.changes.old
- commit 93036bd
-------------------------------------------------------------------
Thu Jul 15 11:47:45 CEST 2010 - bphilips@suse.de
- X86_MRST: Disable moorsetown since it deselects SERIO_I8042
- See 0b28bac5aef7bd1ab213723df031e61db9ff151a, fixed in -tip but we
still don't want X86_MRST
-------------------------------------------------------------------
Wed Jul 14 18:39:08 CEST 2010 - trenn@suse.de
- patches.arch/acpi_fix_fadt_32_bit_zero_length.patch: Only use
32 bit addresses if they have a valid length (bug#581644).
-------------------------------------------------------------------
Wed Jul 14 16:21:46 CEST 2010 - bphilips@suse.de
- Update -desktop config files to enable CGROUPS for systemd
-------------------------------------------------------------------
Wed Jul 14 14:04:36 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc5.
- Eliminated 5 patches.
-------------------------------------------------------------------
Tue Jul 13 14:39:51 CEST 2010 - jack@suse.de
- patches.fixes/novfs-overflow-fixes: novfs: security: Add buffer
overflow, integer wraparound fixes (bnc#594362).
-------------------------------------------------------------------
Wed Jul 7 16:53:17 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35-rc4.
-------------------------------------------------------------------
Wed Jul 7 16:45:02 CEST 2010 - jeffm@suse.de
- patches.suse/xfs-dmapi-2.6.35-api-changes: Updated for -debug flavor.
-------------------------------------------------------------------
Wed Jul 7 15:57:27 CEST 2010 - jeffm@suse.de
- Update config files for vanilla.
-------------------------------------------------------------------
Wed Jul 7 12:14:43 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Install config-option.changes
This file documents the changes in the kernel configs.
-------------------------------------------------------------------
Wed Jul 7 10:37:59 CEST 2010 - mmarek@suse.cz
- patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path
to scripts/setlocalversion.
-------------------------------------------------------------------
Wed Jul 7 00:27:53 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc4.
- Eliminated 4 patches.
-------------------------------------------------------------------
Fri Jul 2 17:21:45 CEST 2010 - jeffm@suse.de
- patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices:
iwlwifi: fix TX power configuration on 3945 and 4965 devices
(bnc#619440 bnc#610421).
-------------------------------------------------------------------
Fri Jul 2 11:27:54 CEST 2010 - jbeulich@novell.com
- patches.suse/stack-unwind: Fix after upstream commit
9e565292270a2d55524be38835104c564ac8f795.
-------------------------------------------------------------------
Fri Jul 2 10:54:39 CEST 2010 - trenn@suse.de
- patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch:
For some reason the macro used by dynamic debug breaks things
(bnc#619416).
-------------------------------------------------------------------
Fri Jul 2 10:42:19 CEST 2010 - trenn@suse.de
Mainline goes another way (bug #476509).
Also there is a problem with this patch, breaking dynamic debugging
(bnc#619416) -> just remove it, there will show up something else
mainline.
- patches.xen/xen3-auto-arch-x86.diff: Refresh.
- patches.arch/x86_mce_intel_decode_physical_address.patch:
Delete.
- patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch:
Delete.
- patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch:
Delete.
-------------------------------------------------------------------
Thu Jul 1 20:19:51 CEST 2010 - jeffm@suse.de
- patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md:
dm-raid45: API update: Remove dm_put after dm_table_get_md
(bnc#615656).
-------------------------------------------------------------------
Thu Jul 1 09:09:17 CEST 2010 - jdelvare@suse.de
- patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch:
Update references (bnc#610362).
-------------------------------------------------------------------
Thu Jul 1 01:02:25 CEST 2010 - bphilips@suse.de
- patches.drivers/ixgbe-disable-tx-engine-before-disabling-tx-laser.patch:
ixgbe: disable tx engine before disabling tx laser.
- patches.drivers/ixgbe-fix-panic-when-shutting-down-system-with-WoL-e.patch:
ixgbe: fix panic when shutting down system with WoL enabled.
- patches.drivers/ixgbe-skip-non-IPv4-packets-in-ATR-filter.patch:
ixgbe: skip non IPv4 packets in ATR filter.
- patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch:
e1000e: don't inadvertently re-set INTX_DISABLE.
-------------------------------------------------------------------
Wed Jun 30 20:20:58 CEST 2010 - bphilips@suse.de
- patches.drivers/e1000-enhance-frame-fragment-detection.patch:
Delete.
- patches.drivers/e1000e-enhance-frame-fragment-detection.patch:
Delete.
-------------------------------------------------------------------
Tue Jun 29 02:38:57 CEST 2010 - nfbrown@suse.de
@ -9,6 +530,32 @@ Mon Jun 28 22:19:17 CEST 2010 - mmarek@suse.cz
- rpm/find-provides: Add base symsets to the main subpackage.
-------------------------------------------------------------------
Fri Jun 25 17:14:03 CEST 2010 - jeffm@suse.de
- Update config files for sparc64/net to remove unnecessary options.
-------------------------------------------------------------------
Fri Jun 25 15:41:20 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fixed typo.
-------------------------------------------------------------------
Fri Jun 25 08:52:45 CEST 2010 - jbeulich@novell.com
- patches.arch/kvm-split-paravirt-ops-by-functionality: Adjust
Kconfig style to match upstream.
- patches.fixes/seccomp-disable-tsc-option: Adjust Kconfig style
to match upstream.
- patches.suse/SoN-11-mm-reserve.patch: Fix compiler warning.
-------------------------------------------------------------------
Fri Jun 25 08:46:24 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35-rc3.
- config.conf: Re-enable Xen.
- Update x86 config files.
-------------------------------------------------------------------
Thu Jun 24 21:02:48 CEST 2010 - agruen@suse.de
@ -37,6 +584,12 @@ Thu Jun 24 16:38:14 CEST 2010 - jeffm@suse.de
GFS2: Fix permissions checking for setflags ioctl() (bnc#608576
CVE-2010-1641).
-------------------------------------------------------------------
Thu Jun 24 11:30:08 CEST 2010 - jdelvare@suse.de
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
(it87) Fix in7 on IT8720F (bnc#612910).
-------------------------------------------------------------------
Thu Jun 24 11:20:34 CEST 2010 - jdelvare@suse.de
@ -142,6 +695,21 @@ Wed Jun 23 17:21:41 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fixed typo.
-------------------------------------------------------------------
Tue Jun 22 13:41:45 CEST 2010 - teheo@suse.de
- patches.drivers/libata-ata_generic-force_dma: ata_generic:
implement ATA_GEN_* flags and force enable DMA on MBP 7,1
(bko#15923).
-------------------------------------------------------------------
Tue Jun 22 13:38:16 CEST 2010 - knikanth@suse.de
- patches.suse/dm-raid45-26-Nov-2009.patch: DMRAID45 module
(bnc#615906, bnc#565962).
- patches.suse/dm-raid45_2.6.27_20081027.patch: Delete.
- Sync dm-raid45 to the later version.
-------------------------------------------------------------------
Tue Jun 22 13:17:40 CEST 2010 - mmarek@suse.cz
@ -155,6 +723,19 @@ Tue Jun 22 12:19:33 CEST 2010 - knikanth@suse.de
- patches.suse/dm-raid45_2.6.27_20081027.patch: Delete.
- Sync dm-raid45 to the later version.
-------------------------------------------------------------------
Mon Jun 21 18:45:29 CEST 2010 - jeffm@suse.de
- Resync v2.6.35 with master.
-------------------------------------------------------------------
Mon Jun 21 18:34:42 CEST 2010 - jeffm@suse.de
- patches.suse/acpi-generic-initramfs-table-override-support:
Refresh.
- patches.suse/init-move-populate_rootfs-back-to-start_kernel:
Refresh.
-------------------------------------------------------------------
Mon Jun 21 14:53:16 CEST 2010 - mmarek@suse.cz
@ -167,6 +748,12 @@ Mon Jun 21 01:27:59 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fix missing kmap calls
while loading initramfs files.
-------------------------------------------------------------------
Mon Jun 21 01:25:19 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fix missing kmap of
pages for initramfs loading.
-------------------------------------------------------------------
Fri Jun 18 15:54:41 CEST 2010 - jbeulich@novell.com
@ -183,12 +770,65 @@ Thu Jun 17 11:54:01 CEST 2010 - teheo@suse.de
ahci,ata_generic: let ata_generic handle new MBP w/ MCP89
(bko#15923).
-------------------------------------------------------------------
Wed Jun 16 20:01:01 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc3.
- Eliminated 1 patch.
-------------------------------------------------------------------
Mon Jun 14 13:47:57 CEST 2010 - jslaby@suse.de
- patches.fixes/pci-hotplug-cpqphp-fix-crash.patch: PCI:
hotplug/cpqphp, fix NULL dereference (bnc#609338).
-------------------------------------------------------------------
Wed Jun 9 22:01:21 CEST 2010 - jeffm@suse.de
- patches.rpmify/ceph-atomic_long-init-fix: ceph: fix atomic64_t
initialization on ia64.
-------------------------------------------------------------------
Tue Jun 8 20:32:43 CEST 2010 - jeffm@suse.de
- patches.trace/utrace-core: Workaround missing kref_set().
-------------------------------------------------------------------
Tue Jun 8 20:20:27 CEST 2010 - jeffm@suse.de
- patches.arch/ppc64-xmon-dmesg-printing.patch: Refresh.
-------------------------------------------------------------------
Tue Jun 8 20:17:40 CEST 2010 - jeffm@suse.de
- patches.rpmify/powerpc-kvm-build-failure-workaround: Refresh.
- patches.rpmify/wlags49-missing-strlen-include: wlags49_h2:
build fix.
-------------------------------------------------------------------
Tue Jun 8 19:46:30 CEST 2010 - jeffm@suse.de
- patches.arch/x86_mce_intel_decode_physical_address.patch:
Refresh.
- patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch:
Refresh.
-------------------------------------------------------------------
Tue Jun 8 17:11:54 CEST 2010 - jeffm@suse.com
- supported.conf: Updated dependencies for 2.6.35
-------------------------------------------------------------------
Mon Jun 7 17:55:56 CEST 2010 - jeffm@suse.com
- patches.kernel.org/revert-tty-fix-a-little-bug-in-scrup-vt-c:
Revert "tty: fix a little bug in scrup, vt.c".
-------------------------------------------------------------------
Mon Jun 7 17:06:01 CEST 2010 - jeffm@suse.com
- Update to 2.6.35-rc2.
-------------------------------------------------------------------
Thu Jun 3 20:28:12 CEST 2010 - jeffm@suse.de
@ -207,6 +847,13 @@ Wed Jun 2 10:41:06 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: More -rt fixes.
-------------------------------------------------------------------
Tue Jun 1 23:04:32 CEST 2010 - jeffm@suse.com
- Update to 2.6.35-rc1.
- Eliminated 13 patches.
- Xen is disabled.
-------------------------------------------------------------------
Tue Jun 1 21:48:10 CEST 2010 - bphilips@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-default (Version 2.6.34)
# spec file for package kernel-default (Version 2.6.36)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.34
%define patchversion 2.6.34
%define srcversion 2.6.35
%define patchversion 2.6.36-rc3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -35,7 +35,7 @@
%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,built-in-where,symsets.pl,find-provides,split-modules,modversions,extract-modaliases,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl})
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,built-in-where,symsets.pl,find-provides,split-modules,modversions,extract-modaliases,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
@ -55,8 +55,8 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 2.6.34
Release: 12
Version: 2.6.36
Release: 1
%if %using_buildservice
%else
%endif
@ -169,6 +169,7 @@ Source34: check-supported-list
Source35: group-source-files.pl
Source37: README.SUSE
Source38: README.KSYMS
Source39: config-options.changes.txt
Source40: source-timestamp
Source41: built-in-where
Source42: symsets.pl
@ -192,6 +193,7 @@ 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
@ -321,7 +323,8 @@ fi
--set-str CONFIG_LOCALVERSION -%release_major-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO
--enable CONFIG_DEBUG_INFO \
--disable CONFIG_DEBUG_INFO_REDUCED
%else
--disable CONFIG_DEBUG_INFO
%endif

View File

@ -1,3 +1,524 @@
-------------------------------------------------------------------
Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de
- Always build in AGP on x86/x86_64 so KMS works on LiveCDs (bnc#609607).
- commit d9bfa1e
-------------------------------------------------------------------
Fri Sep 3 16:38:10 CEST 2010 - jeffm@suse.com
- irda: Correctly clean up self->ias_obj on irda_bind() failure
(CVE-2010-2954 bnc#636112).
- commit f04e61f
-------------------------------------------------------------------
Wed Sep 1 12:04:59 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.36-rc3 and c/s 1029.
- fix unwind annotations.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 6836619
-------------------------------------------------------------------
Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com
- fix unwind annotations.
- commit 5aa6daf
-------------------------------------------------------------------
Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com
- net sched: fix kernel leak in act_police (CVE-2010-2942
bnc#632309).
- commit 66e1d72
-------------------------------------------------------------------
Tue Aug 31 14:02:33 CEST 2010 - jdelvare@suse.de
- fix jiffies overflow problems in bonding (bnc#613273).
- commit 28bd2e8
-------------------------------------------------------------------
Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de
- Refresh vanilla configs.
- commit 26a681e
-------------------------------------------------------------------
Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de
- Update to Linux: 2.6.36-rc3.
- Eliminated 7 patches.
- commit d298d2d
-------------------------------------------------------------------
Sat Aug 28 13:09:20 CEST 2010 - jslaby@suse.cz
- Delete
patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch.
- Delete
patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch.
- Delete
patches.suse/rlim-0022-FS-proc-make-limits-writable.patch.
This was just a workaround crap. In 2.6.36 we have a nice syscall
instead. Sorry for commiting this to the merge-36 branch first. I
didn't notice it was already merged here.
- commit 5449fcb
-------------------------------------------------------------------
Fri Aug 27 16:26:16 CEST 2010 - jeffm@suse.com
- Disabled ACPI table override patches again. fsnotify was introduced into
the truncate path and causes crashes.
- commit e18fc2c
-------------------------------------------------------------------
Thu Aug 26 16:55:14 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/supported-flag-enterprise: Fixed recovery on load failure.
- commit 8a06643
-------------------------------------------------------------------
Thu Aug 26 16:54:46 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/stack-unwind: Fixed recovery on load failure.
- commit 7f15b29
-------------------------------------------------------------------
Tue Aug 24 20:06:39 CEST 2010 - jeffm@suse.com
- patches.arch/s390-message-catalog.diff: dev_info -> _dev_info
- commit ba20988
-------------------------------------------------------------------
Tue Aug 24 18:31:36 CEST 2010 - jeffm@suse.de
- patches.suse/stack-unwind: Fix build on !SMP
- commit abd5493
-------------------------------------------------------------------
Tue Aug 24 18:07:05 CEST 2010 - jeffm@suse.de
- s390: Fix prototype for execve.
- commit b448268
-------------------------------------------------------------------
Tue Aug 24 17:47:48 CEST 2010 - jeffm@suse.de
- spectra: depend on X86_MRST.
- commit 1e3fb89
-------------------------------------------------------------------
Tue Aug 24 17:16:11 CEST 2010 - jeffm@suse.de
- Delete patches.arch/ppc-vmcoreinfo.diff.
- commit ea39e14
-------------------------------------------------------------------
Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de
- caif: Use asm/unaligned.h.
- commit 92c07c2
-------------------------------------------------------------------
Tue Aug 24 17:07:45 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/SoN-20-netvm-tcp-deadlock.patch: Added missing
fixup for sk_rmem_schedule in caif.
- commit a9ff761
-------------------------------------------------------------------
Tue Aug 24 16:47:58 CEST 2010 - mmarek@suse.cz
- makefile: not need to regenerate kernel.release file when
make kernelrelease.
- commit 81237a8
-------------------------------------------------------------------
Tue Aug 24 16:18:58 CEST 2010 - jeffm@suse.com
- rpm/kernel-source.spec.in, scripts/tar-up.sh: Renamed config-options.changes
to config-options.changes.txt in the exported package to avoid triggering
a build service rule error.
- commit ff4889e
-------------------------------------------------------------------
Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com
- Revert "- Renamed doc/config-options.changes to doc/config-options.changes.txt to"
This reverts commit 124ac26de4839f8181a5badedb231eedf5770a3e.
- commit 2932c62
-------------------------------------------------------------------
Tue Aug 24 15:43:02 CEST 2010 - jeffm@suse.com
- Renamed doc/config-options.changes to doc/config-options.changes.txt to
avoid triggering a build service rule error.
- commit 124ac26
-------------------------------------------------------------------
Mon Aug 23 21:06:58 CEST 2010 - jeffm@suse.de
- supported.conf: Add iscsi_boot_sysfs
- commit 80e2ea9
-------------------------------------------------------------------
Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Fixed typo with last fix.
- commit 22210d9
-------------------------------------------------------------------
Mon Aug 23 20:14:03 CEST 2010 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Disable CONFIG_DEBUG_INFO. It's enabled
dynamically in the spec file and now has follow-on options.
- commit d270759
-------------------------------------------------------------------
Mon Aug 23 19:57:40 CEST 2010 - jeffm@suse.de
- patches.rpmify/spectra-drop-locked_ioctl-support: add <linux/smp_lock.h>
to grab the BKL
- commit 1df02ec
-------------------------------------------------------------------
Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de
- Update config files: Disabled DEBUG_INFO_REDUCED.
- commit 393680a
-------------------------------------------------------------------
Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de
- Updated to 2.6.36-rc2.
- Eliminated 2 patches.
- commit 52d47a0
-------------------------------------------------------------------
Wed Aug 18 19:44:13 CEST 2010 - jeffm@suse.de
- Update to 2.6.36-rc1.
- Eliminated 71 patches.
- spectra: Drop ->locked_ioctl support.
- spectra: Drop ->prepare_flush_fn support.
- spectra: Remove duplicate GLOB_VERSION.
- novfs: Fix ioctl usage.
- novfs: use evict_inode.
- Xen is disabled.
- commit 63642f6
-------------------------------------------------------------------
Mon Aug 16 10:22:09 CEST 2010 - tiwai@suse.de
- ALSA: hda - Add quirk for Dell Vostro 1220 (bnc#631066).
- commit df12c34
-------------------------------------------------------------------
Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com
- README.BRANCH: Updated to reflect the permenent in-progress status.
- commit a2c882e
-------------------------------------------------------------------
Thu Aug 12 20:42:29 CEST 2010 - gregkh@suse.de
- Update to 2.6.35.1
- security fixes
- bug fixes
- obsoletes:
patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch.
- commit a009fb4
-------------------------------------------------------------------
Thu Aug 12 20:39:52 CEST 2010 - gregkh@suse.de
- Delete patches.kernel.org/patch-2.6.35-rc1.
- Delete patches.kernel.org/patch-2.6.35-rc1-rc2.
- Delete patches.kernel.org/patch-2.6.35-rc2-rc3.
- Delete patches.kernel.org/patch-2.6.35-rc3-rc4.
- Delete patches.kernel.org/patch-2.6.35-rc4-rc5.
- Delete patches.kernel.org/patch-2.6.35-rc5-rc6.
- commit 2e67843
-------------------------------------------------------------------
Thu Aug 12 20:38:21 CEST 2010 - gregkh@suse.de
- Refresh patches.fixes/novfs-lindent.
Someone needs to remember to actually test out their patches before
adding them to the repo...
- commit 6569c56
-------------------------------------------------------------------
Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com
- doc/README.SUSE: Updated to describe the process used to add custom patches
- commit e5f4670
-------------------------------------------------------------------
Thu Aug 12 08:54:30 CEST 2010 - jslaby@suse.cz
- patches.fixes/vmscan-fix-stalls.patch: vmscan: raise the bar
to PAGEOUT_IO_SYNC stalls (bnc#625339).
- commit 1efea94
-------------------------------------------------------------------
Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz
- novfs: Lindent novfs sources.
- commit 361594a
-------------------------------------------------------------------
Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de
- Refresh
patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch.
- Refresh patches.fixes/sunrpc-monotonic-expiry.
- Delete patches.fixes/nfs-write.c-bug-removal.patch.
Update some patches for 2.6.35
- commit 15d7a62
-------------------------------------------------------------------
Wed Aug 11 05:42:36 CEST 2010 - neilb@suse.de
- NFS: allow close-to-open cache semantics to apply to root of
NFS filesystem (bnc#584720).
- commit deea101
-------------------------------------------------------------------
Tue Aug 10 19:19:37 CEST 2010 - tiwai@suse.de
- ALSA: hda - patch_nvhdmi.c: Add missing codec IDs, unify names
(bnc#627212).
- ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118).
- commit 4844a71
-------------------------------------------------------------------
Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35 final and c/s 1025.
- create devices in /dev/xen when they are expected to be
used there.
- xen/netback: Allow setting of large MTU before rings have
connected.
- xen/netback: Always pull through PKT_PROT_LEN bytes into the
linear part of an skb.
- pass trigger mode and polarity information to Xen for all
interrupts.
- Update Xen config files.
- supported.conf: Add pci-iomul.ko.
- commit c642c1b
-------------------------------------------------------------------
Fri Aug 6 17:03:09 CEST 2010 - jeffm@suse.de
- patches.xen/xen3-auto-xen-arch.diff: Update struct acpi_power_register
usage from upstream commit 718be4aa.
- commit 4ce0b48
-------------------------------------------------------------------
Fri Aug 6 16:09:39 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-final and refresh patch set.
- commit a40327f
-------------------------------------------------------------------
Mon Aug 2 14:39:22 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Package log.sh in the source rpm
- commit 53246ff
-------------------------------------------------------------------
Fri Jul 23 20:09:25 CEST 2010 - jack@suse.cz
- novfs: Fix error codes for getxattr for novfs (bnc#529535).
- commit 06b3243
-------------------------------------------------------------------
Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc6.
- commit 643df99
-------------------------------------------------------------------
Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz
- novfs: code cleanup for one case of novfs return value
(bnc#624606).
- commit 4875860
-------------------------------------------------------------------
Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz
- Fixed patch headers of patches.fixes/novfs-xattr-memleak
- commit 65ab01f
-------------------------------------------------------------------
Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz
- novfs: Fix a memory leak that causes an OOM condition
(bnc#610828).
- commit 519d8a0
-------------------------------------------------------------------
Tue Jul 20 14:01:26 CEST 2010 - jack@suse.cz
- novfs: backing device info initialization (bnc#623472).
- commit b576dae
-------------------------------------------------------------------
Tue Jul 20 12:55:33 CEST 2010 - mmarek@suse.cz
- scripts/tar-up.sh: Generate the rpm changelog using gitlog2changes.
- Move kernel-source.changes.old to rpm/ (not included in the pachage
though).
- commit 8ed2389
-------------------------------------------------------------------
Tue Jul 20 11:22:47 CEST 2010 - jblunck@suse.de
- rpm/package-descriptions: Change summary/description for trace flavor (bnc#488692).
- commit da8e17e
-------------------------------------------------------------------
Mon Jul 19 17:23:30 CEST 2010 - mmarek@suse.cz
- Move rpm changelog to kernel-source.changes.old
- commit 93036bd
-------------------------------------------------------------------
Thu Jul 15 11:47:45 CEST 2010 - bphilips@suse.de
- X86_MRST: Disable moorsetown since it deselects SERIO_I8042
- See 0b28bac5aef7bd1ab213723df031e61db9ff151a, fixed in -tip but we
still don't want X86_MRST
-------------------------------------------------------------------
Wed Jul 14 18:39:08 CEST 2010 - trenn@suse.de
- patches.arch/acpi_fix_fadt_32_bit_zero_length.patch: Only use
32 bit addresses if they have a valid length (bug#581644).
-------------------------------------------------------------------
Wed Jul 14 16:21:46 CEST 2010 - bphilips@suse.de
- Update -desktop config files to enable CGROUPS for systemd
-------------------------------------------------------------------
Wed Jul 14 14:04:36 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc5.
- Eliminated 5 patches.
-------------------------------------------------------------------
Tue Jul 13 14:39:51 CEST 2010 - jack@suse.de
- patches.fixes/novfs-overflow-fixes: novfs: security: Add buffer
overflow, integer wraparound fixes (bnc#594362).
-------------------------------------------------------------------
Wed Jul 7 16:53:17 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35-rc4.
-------------------------------------------------------------------
Wed Jul 7 16:45:02 CEST 2010 - jeffm@suse.de
- patches.suse/xfs-dmapi-2.6.35-api-changes: Updated for -debug flavor.
-------------------------------------------------------------------
Wed Jul 7 15:57:27 CEST 2010 - jeffm@suse.de
- Update config files for vanilla.
-------------------------------------------------------------------
Wed Jul 7 12:14:43 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Install config-option.changes
This file documents the changes in the kernel configs.
-------------------------------------------------------------------
Wed Jul 7 10:37:59 CEST 2010 - mmarek@suse.cz
- patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path
to scripts/setlocalversion.
-------------------------------------------------------------------
Wed Jul 7 00:27:53 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc4.
- Eliminated 4 patches.
-------------------------------------------------------------------
Fri Jul 2 17:21:45 CEST 2010 - jeffm@suse.de
- patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices:
iwlwifi: fix TX power configuration on 3945 and 4965 devices
(bnc#619440 bnc#610421).
-------------------------------------------------------------------
Fri Jul 2 11:27:54 CEST 2010 - jbeulich@novell.com
- patches.suse/stack-unwind: Fix after upstream commit
9e565292270a2d55524be38835104c564ac8f795.
-------------------------------------------------------------------
Fri Jul 2 10:54:39 CEST 2010 - trenn@suse.de
- patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch:
For some reason the macro used by dynamic debug breaks things
(bnc#619416).
-------------------------------------------------------------------
Fri Jul 2 10:42:19 CEST 2010 - trenn@suse.de
Mainline goes another way (bug #476509).
Also there is a problem with this patch, breaking dynamic debugging
(bnc#619416) -> just remove it, there will show up something else
mainline.
- patches.xen/xen3-auto-arch-x86.diff: Refresh.
- patches.arch/x86_mce_intel_decode_physical_address.patch:
Delete.
- patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch:
Delete.
- patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch:
Delete.
-------------------------------------------------------------------
Thu Jul 1 20:19:51 CEST 2010 - jeffm@suse.de
- patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md:
dm-raid45: API update: Remove dm_put after dm_table_get_md
(bnc#615656).
-------------------------------------------------------------------
Thu Jul 1 09:09:17 CEST 2010 - jdelvare@suse.de
- patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch:
Update references (bnc#610362).
-------------------------------------------------------------------
Thu Jul 1 01:02:25 CEST 2010 - bphilips@suse.de
- patches.drivers/ixgbe-disable-tx-engine-before-disabling-tx-laser.patch:
ixgbe: disable tx engine before disabling tx laser.
- patches.drivers/ixgbe-fix-panic-when-shutting-down-system-with-WoL-e.patch:
ixgbe: fix panic when shutting down system with WoL enabled.
- patches.drivers/ixgbe-skip-non-IPv4-packets-in-ATR-filter.patch:
ixgbe: skip non IPv4 packets in ATR filter.
- patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch:
e1000e: don't inadvertently re-set INTX_DISABLE.
-------------------------------------------------------------------
Wed Jun 30 20:20:58 CEST 2010 - bphilips@suse.de
- patches.drivers/e1000-enhance-frame-fragment-detection.patch:
Delete.
- patches.drivers/e1000e-enhance-frame-fragment-detection.patch:
Delete.
-------------------------------------------------------------------
Tue Jun 29 02:38:57 CEST 2010 - nfbrown@suse.de
@ -9,6 +530,32 @@ Mon Jun 28 22:19:17 CEST 2010 - mmarek@suse.cz
- rpm/find-provides: Add base symsets to the main subpackage.
-------------------------------------------------------------------
Fri Jun 25 17:14:03 CEST 2010 - jeffm@suse.de
- Update config files for sparc64/net to remove unnecessary options.
-------------------------------------------------------------------
Fri Jun 25 15:41:20 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fixed typo.
-------------------------------------------------------------------
Fri Jun 25 08:52:45 CEST 2010 - jbeulich@novell.com
- patches.arch/kvm-split-paravirt-ops-by-functionality: Adjust
Kconfig style to match upstream.
- patches.fixes/seccomp-disable-tsc-option: Adjust Kconfig style
to match upstream.
- patches.suse/SoN-11-mm-reserve.patch: Fix compiler warning.
-------------------------------------------------------------------
Fri Jun 25 08:46:24 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35-rc3.
- config.conf: Re-enable Xen.
- Update x86 config files.
-------------------------------------------------------------------
Thu Jun 24 21:02:48 CEST 2010 - agruen@suse.de
@ -37,6 +584,12 @@ Thu Jun 24 16:38:14 CEST 2010 - jeffm@suse.de
GFS2: Fix permissions checking for setflags ioctl() (bnc#608576
CVE-2010-1641).
-------------------------------------------------------------------
Thu Jun 24 11:30:08 CEST 2010 - jdelvare@suse.de
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
(it87) Fix in7 on IT8720F (bnc#612910).
-------------------------------------------------------------------
Thu Jun 24 11:20:34 CEST 2010 - jdelvare@suse.de
@ -142,6 +695,21 @@ Wed Jun 23 17:21:41 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fixed typo.
-------------------------------------------------------------------
Tue Jun 22 13:41:45 CEST 2010 - teheo@suse.de
- patches.drivers/libata-ata_generic-force_dma: ata_generic:
implement ATA_GEN_* flags and force enable DMA on MBP 7,1
(bko#15923).
-------------------------------------------------------------------
Tue Jun 22 13:38:16 CEST 2010 - knikanth@suse.de
- patches.suse/dm-raid45-26-Nov-2009.patch: DMRAID45 module
(bnc#615906, bnc#565962).
- patches.suse/dm-raid45_2.6.27_20081027.patch: Delete.
- Sync dm-raid45 to the later version.
-------------------------------------------------------------------
Tue Jun 22 13:17:40 CEST 2010 - mmarek@suse.cz
@ -155,6 +723,19 @@ Tue Jun 22 12:19:33 CEST 2010 - knikanth@suse.de
- patches.suse/dm-raid45_2.6.27_20081027.patch: Delete.
- Sync dm-raid45 to the later version.
-------------------------------------------------------------------
Mon Jun 21 18:45:29 CEST 2010 - jeffm@suse.de
- Resync v2.6.35 with master.
-------------------------------------------------------------------
Mon Jun 21 18:34:42 CEST 2010 - jeffm@suse.de
- patches.suse/acpi-generic-initramfs-table-override-support:
Refresh.
- patches.suse/init-move-populate_rootfs-back-to-start_kernel:
Refresh.
-------------------------------------------------------------------
Mon Jun 21 14:53:16 CEST 2010 - mmarek@suse.cz
@ -167,6 +748,12 @@ Mon Jun 21 01:27:59 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fix missing kmap calls
while loading initramfs files.
-------------------------------------------------------------------
Mon Jun 21 01:25:19 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fix missing kmap of
pages for initramfs loading.
-------------------------------------------------------------------
Fri Jun 18 15:54:41 CEST 2010 - jbeulich@novell.com
@ -183,12 +770,65 @@ Thu Jun 17 11:54:01 CEST 2010 - teheo@suse.de
ahci,ata_generic: let ata_generic handle new MBP w/ MCP89
(bko#15923).
-------------------------------------------------------------------
Wed Jun 16 20:01:01 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc3.
- Eliminated 1 patch.
-------------------------------------------------------------------
Mon Jun 14 13:47:57 CEST 2010 - jslaby@suse.de
- patches.fixes/pci-hotplug-cpqphp-fix-crash.patch: PCI:
hotplug/cpqphp, fix NULL dereference (bnc#609338).
-------------------------------------------------------------------
Wed Jun 9 22:01:21 CEST 2010 - jeffm@suse.de
- patches.rpmify/ceph-atomic_long-init-fix: ceph: fix atomic64_t
initialization on ia64.
-------------------------------------------------------------------
Tue Jun 8 20:32:43 CEST 2010 - jeffm@suse.de
- patches.trace/utrace-core: Workaround missing kref_set().
-------------------------------------------------------------------
Tue Jun 8 20:20:27 CEST 2010 - jeffm@suse.de
- patches.arch/ppc64-xmon-dmesg-printing.patch: Refresh.
-------------------------------------------------------------------
Tue Jun 8 20:17:40 CEST 2010 - jeffm@suse.de
- patches.rpmify/powerpc-kvm-build-failure-workaround: Refresh.
- patches.rpmify/wlags49-missing-strlen-include: wlags49_h2:
build fix.
-------------------------------------------------------------------
Tue Jun 8 19:46:30 CEST 2010 - jeffm@suse.de
- patches.arch/x86_mce_intel_decode_physical_address.patch:
Refresh.
- patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch:
Refresh.
-------------------------------------------------------------------
Tue Jun 8 17:11:54 CEST 2010 - jeffm@suse.com
- supported.conf: Updated dependencies for 2.6.35
-------------------------------------------------------------------
Mon Jun 7 17:55:56 CEST 2010 - jeffm@suse.com
- patches.kernel.org/revert-tty-fix-a-little-bug-in-scrup-vt-c:
Revert "tty: fix a little bug in scrup, vt.c".
-------------------------------------------------------------------
Mon Jun 7 17:06:01 CEST 2010 - jeffm@suse.com
- Update to 2.6.35-rc2.
-------------------------------------------------------------------
Thu Jun 3 20:28:12 CEST 2010 - jeffm@suse.de
@ -207,6 +847,13 @@ Wed Jun 2 10:41:06 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: More -rt fixes.
-------------------------------------------------------------------
Tue Jun 1 23:04:32 CEST 2010 - jeffm@suse.com
- Update to 2.6.35-rc1.
- Eliminated 13 patches.
- Xen is disabled.
-------------------------------------------------------------------
Tue Jun 1 21:48:10 CEST 2010 - bphilips@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-desktop (Version 2.6.34)
# spec file for package kernel-desktop (Version 2.6.36)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.34
%define patchversion 2.6.34
%define srcversion 2.6.35
%define patchversion 2.6.36-rc3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -35,7 +35,7 @@
%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,built-in-where,symsets.pl,find-provides,split-modules,modversions,extract-modaliases,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl})
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,built-in-where,symsets.pl,find-provides,split-modules,modversions,extract-modaliases,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
@ -55,8 +55,8 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 2.6.34
Release: 12
Version: 2.6.36
Release: 1
%if %using_buildservice
%else
%endif
@ -149,6 +149,7 @@ Source34: check-supported-list
Source35: group-source-files.pl
Source37: README.SUSE
Source38: README.KSYMS
Source39: config-options.changes.txt
Source40: source-timestamp
Source41: built-in-where
Source42: symsets.pl
@ -172,6 +173,7 @@ 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
@ -314,7 +316,8 @@ fi
--set-str CONFIG_LOCALVERSION -%release_major-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO
--enable CONFIG_DEBUG_INFO \
--disable CONFIG_DEBUG_INFO_REDUCED
%else
--disable CONFIG_DEBUG_INFO
%endif

View File

@ -1,3 +1,524 @@
-------------------------------------------------------------------
Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de
- Always build in AGP on x86/x86_64 so KMS works on LiveCDs (bnc#609607).
- commit d9bfa1e
-------------------------------------------------------------------
Fri Sep 3 16:38:10 CEST 2010 - jeffm@suse.com
- irda: Correctly clean up self->ias_obj on irda_bind() failure
(CVE-2010-2954 bnc#636112).
- commit f04e61f
-------------------------------------------------------------------
Wed Sep 1 12:04:59 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.36-rc3 and c/s 1029.
- fix unwind annotations.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 6836619
-------------------------------------------------------------------
Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com
- fix unwind annotations.
- commit 5aa6daf
-------------------------------------------------------------------
Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com
- net sched: fix kernel leak in act_police (CVE-2010-2942
bnc#632309).
- commit 66e1d72
-------------------------------------------------------------------
Tue Aug 31 14:02:33 CEST 2010 - jdelvare@suse.de
- fix jiffies overflow problems in bonding (bnc#613273).
- commit 28bd2e8
-------------------------------------------------------------------
Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de
- Refresh vanilla configs.
- commit 26a681e
-------------------------------------------------------------------
Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de
- Update to Linux: 2.6.36-rc3.
- Eliminated 7 patches.
- commit d298d2d
-------------------------------------------------------------------
Sat Aug 28 13:09:20 CEST 2010 - jslaby@suse.cz
- Delete
patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch.
- Delete
patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch.
- Delete
patches.suse/rlim-0022-FS-proc-make-limits-writable.patch.
This was just a workaround crap. In 2.6.36 we have a nice syscall
instead. Sorry for commiting this to the merge-36 branch first. I
didn't notice it was already merged here.
- commit 5449fcb
-------------------------------------------------------------------
Fri Aug 27 16:26:16 CEST 2010 - jeffm@suse.com
- Disabled ACPI table override patches again. fsnotify was introduced into
the truncate path and causes crashes.
- commit e18fc2c
-------------------------------------------------------------------
Thu Aug 26 16:55:14 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/supported-flag-enterprise: Fixed recovery on load failure.
- commit 8a06643
-------------------------------------------------------------------
Thu Aug 26 16:54:46 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/stack-unwind: Fixed recovery on load failure.
- commit 7f15b29
-------------------------------------------------------------------
Tue Aug 24 20:06:39 CEST 2010 - jeffm@suse.com
- patches.arch/s390-message-catalog.diff: dev_info -> _dev_info
- commit ba20988
-------------------------------------------------------------------
Tue Aug 24 18:31:36 CEST 2010 - jeffm@suse.de
- patches.suse/stack-unwind: Fix build on !SMP
- commit abd5493
-------------------------------------------------------------------
Tue Aug 24 18:07:05 CEST 2010 - jeffm@suse.de
- s390: Fix prototype for execve.
- commit b448268
-------------------------------------------------------------------
Tue Aug 24 17:47:48 CEST 2010 - jeffm@suse.de
- spectra: depend on X86_MRST.
- commit 1e3fb89
-------------------------------------------------------------------
Tue Aug 24 17:16:11 CEST 2010 - jeffm@suse.de
- Delete patches.arch/ppc-vmcoreinfo.diff.
- commit ea39e14
-------------------------------------------------------------------
Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de
- caif: Use asm/unaligned.h.
- commit 92c07c2
-------------------------------------------------------------------
Tue Aug 24 17:07:45 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/SoN-20-netvm-tcp-deadlock.patch: Added missing
fixup for sk_rmem_schedule in caif.
- commit a9ff761
-------------------------------------------------------------------
Tue Aug 24 16:47:58 CEST 2010 - mmarek@suse.cz
- makefile: not need to regenerate kernel.release file when
make kernelrelease.
- commit 81237a8
-------------------------------------------------------------------
Tue Aug 24 16:18:58 CEST 2010 - jeffm@suse.com
- rpm/kernel-source.spec.in, scripts/tar-up.sh: Renamed config-options.changes
to config-options.changes.txt in the exported package to avoid triggering
a build service rule error.
- commit ff4889e
-------------------------------------------------------------------
Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com
- Revert "- Renamed doc/config-options.changes to doc/config-options.changes.txt to"
This reverts commit 124ac26de4839f8181a5badedb231eedf5770a3e.
- commit 2932c62
-------------------------------------------------------------------
Tue Aug 24 15:43:02 CEST 2010 - jeffm@suse.com
- Renamed doc/config-options.changes to doc/config-options.changes.txt to
avoid triggering a build service rule error.
- commit 124ac26
-------------------------------------------------------------------
Mon Aug 23 21:06:58 CEST 2010 - jeffm@suse.de
- supported.conf: Add iscsi_boot_sysfs
- commit 80e2ea9
-------------------------------------------------------------------
Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Fixed typo with last fix.
- commit 22210d9
-------------------------------------------------------------------
Mon Aug 23 20:14:03 CEST 2010 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Disable CONFIG_DEBUG_INFO. It's enabled
dynamically in the spec file and now has follow-on options.
- commit d270759
-------------------------------------------------------------------
Mon Aug 23 19:57:40 CEST 2010 - jeffm@suse.de
- patches.rpmify/spectra-drop-locked_ioctl-support: add <linux/smp_lock.h>
to grab the BKL
- commit 1df02ec
-------------------------------------------------------------------
Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de
- Update config files: Disabled DEBUG_INFO_REDUCED.
- commit 393680a
-------------------------------------------------------------------
Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de
- Updated to 2.6.36-rc2.
- Eliminated 2 patches.
- commit 52d47a0
-------------------------------------------------------------------
Wed Aug 18 19:44:13 CEST 2010 - jeffm@suse.de
- Update to 2.6.36-rc1.
- Eliminated 71 patches.
- spectra: Drop ->locked_ioctl support.
- spectra: Drop ->prepare_flush_fn support.
- spectra: Remove duplicate GLOB_VERSION.
- novfs: Fix ioctl usage.
- novfs: use evict_inode.
- Xen is disabled.
- commit 63642f6
-------------------------------------------------------------------
Mon Aug 16 10:22:09 CEST 2010 - tiwai@suse.de
- ALSA: hda - Add quirk for Dell Vostro 1220 (bnc#631066).
- commit df12c34
-------------------------------------------------------------------
Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com
- README.BRANCH: Updated to reflect the permenent in-progress status.
- commit a2c882e
-------------------------------------------------------------------
Thu Aug 12 20:42:29 CEST 2010 - gregkh@suse.de
- Update to 2.6.35.1
- security fixes
- bug fixes
- obsoletes:
patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch.
- commit a009fb4
-------------------------------------------------------------------
Thu Aug 12 20:39:52 CEST 2010 - gregkh@suse.de
- Delete patches.kernel.org/patch-2.6.35-rc1.
- Delete patches.kernel.org/patch-2.6.35-rc1-rc2.
- Delete patches.kernel.org/patch-2.6.35-rc2-rc3.
- Delete patches.kernel.org/patch-2.6.35-rc3-rc4.
- Delete patches.kernel.org/patch-2.6.35-rc4-rc5.
- Delete patches.kernel.org/patch-2.6.35-rc5-rc6.
- commit 2e67843
-------------------------------------------------------------------
Thu Aug 12 20:38:21 CEST 2010 - gregkh@suse.de
- Refresh patches.fixes/novfs-lindent.
Someone needs to remember to actually test out their patches before
adding them to the repo...
- commit 6569c56
-------------------------------------------------------------------
Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com
- doc/README.SUSE: Updated to describe the process used to add custom patches
- commit e5f4670
-------------------------------------------------------------------
Thu Aug 12 08:54:30 CEST 2010 - jslaby@suse.cz
- patches.fixes/vmscan-fix-stalls.patch: vmscan: raise the bar
to PAGEOUT_IO_SYNC stalls (bnc#625339).
- commit 1efea94
-------------------------------------------------------------------
Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz
- novfs: Lindent novfs sources.
- commit 361594a
-------------------------------------------------------------------
Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de
- Refresh
patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch.
- Refresh patches.fixes/sunrpc-monotonic-expiry.
- Delete patches.fixes/nfs-write.c-bug-removal.patch.
Update some patches for 2.6.35
- commit 15d7a62
-------------------------------------------------------------------
Wed Aug 11 05:42:36 CEST 2010 - neilb@suse.de
- NFS: allow close-to-open cache semantics to apply to root of
NFS filesystem (bnc#584720).
- commit deea101
-------------------------------------------------------------------
Tue Aug 10 19:19:37 CEST 2010 - tiwai@suse.de
- ALSA: hda - patch_nvhdmi.c: Add missing codec IDs, unify names
(bnc#627212).
- ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118).
- commit 4844a71
-------------------------------------------------------------------
Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35 final and c/s 1025.
- create devices in /dev/xen when they are expected to be
used there.
- xen/netback: Allow setting of large MTU before rings have
connected.
- xen/netback: Always pull through PKT_PROT_LEN bytes into the
linear part of an skb.
- pass trigger mode and polarity information to Xen for all
interrupts.
- Update Xen config files.
- supported.conf: Add pci-iomul.ko.
- commit c642c1b
-------------------------------------------------------------------
Fri Aug 6 17:03:09 CEST 2010 - jeffm@suse.de
- patches.xen/xen3-auto-xen-arch.diff: Update struct acpi_power_register
usage from upstream commit 718be4aa.
- commit 4ce0b48
-------------------------------------------------------------------
Fri Aug 6 16:09:39 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-final and refresh patch set.
- commit a40327f
-------------------------------------------------------------------
Mon Aug 2 14:39:22 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Package log.sh in the source rpm
- commit 53246ff
-------------------------------------------------------------------
Fri Jul 23 20:09:25 CEST 2010 - jack@suse.cz
- novfs: Fix error codes for getxattr for novfs (bnc#529535).
- commit 06b3243
-------------------------------------------------------------------
Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc6.
- commit 643df99
-------------------------------------------------------------------
Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz
- novfs: code cleanup for one case of novfs return value
(bnc#624606).
- commit 4875860
-------------------------------------------------------------------
Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz
- Fixed patch headers of patches.fixes/novfs-xattr-memleak
- commit 65ab01f
-------------------------------------------------------------------
Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz
- novfs: Fix a memory leak that causes an OOM condition
(bnc#610828).
- commit 519d8a0
-------------------------------------------------------------------
Tue Jul 20 14:01:26 CEST 2010 - jack@suse.cz
- novfs: backing device info initialization (bnc#623472).
- commit b576dae
-------------------------------------------------------------------
Tue Jul 20 12:55:33 CEST 2010 - mmarek@suse.cz
- scripts/tar-up.sh: Generate the rpm changelog using gitlog2changes.
- Move kernel-source.changes.old to rpm/ (not included in the pachage
though).
- commit 8ed2389
-------------------------------------------------------------------
Tue Jul 20 11:22:47 CEST 2010 - jblunck@suse.de
- rpm/package-descriptions: Change summary/description for trace flavor (bnc#488692).
- commit da8e17e
-------------------------------------------------------------------
Mon Jul 19 17:23:30 CEST 2010 - mmarek@suse.cz
- Move rpm changelog to kernel-source.changes.old
- commit 93036bd
-------------------------------------------------------------------
Thu Jul 15 11:47:45 CEST 2010 - bphilips@suse.de
- X86_MRST: Disable moorsetown since it deselects SERIO_I8042
- See 0b28bac5aef7bd1ab213723df031e61db9ff151a, fixed in -tip but we
still don't want X86_MRST
-------------------------------------------------------------------
Wed Jul 14 18:39:08 CEST 2010 - trenn@suse.de
- patches.arch/acpi_fix_fadt_32_bit_zero_length.patch: Only use
32 bit addresses if they have a valid length (bug#581644).
-------------------------------------------------------------------
Wed Jul 14 16:21:46 CEST 2010 - bphilips@suse.de
- Update -desktop config files to enable CGROUPS for systemd
-------------------------------------------------------------------
Wed Jul 14 14:04:36 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc5.
- Eliminated 5 patches.
-------------------------------------------------------------------
Tue Jul 13 14:39:51 CEST 2010 - jack@suse.de
- patches.fixes/novfs-overflow-fixes: novfs: security: Add buffer
overflow, integer wraparound fixes (bnc#594362).
-------------------------------------------------------------------
Wed Jul 7 16:53:17 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35-rc4.
-------------------------------------------------------------------
Wed Jul 7 16:45:02 CEST 2010 - jeffm@suse.de
- patches.suse/xfs-dmapi-2.6.35-api-changes: Updated for -debug flavor.
-------------------------------------------------------------------
Wed Jul 7 15:57:27 CEST 2010 - jeffm@suse.de
- Update config files for vanilla.
-------------------------------------------------------------------
Wed Jul 7 12:14:43 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Install config-option.changes
This file documents the changes in the kernel configs.
-------------------------------------------------------------------
Wed Jul 7 10:37:59 CEST 2010 - mmarek@suse.cz
- patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path
to scripts/setlocalversion.
-------------------------------------------------------------------
Wed Jul 7 00:27:53 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc4.
- Eliminated 4 patches.
-------------------------------------------------------------------
Fri Jul 2 17:21:45 CEST 2010 - jeffm@suse.de
- patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices:
iwlwifi: fix TX power configuration on 3945 and 4965 devices
(bnc#619440 bnc#610421).
-------------------------------------------------------------------
Fri Jul 2 11:27:54 CEST 2010 - jbeulich@novell.com
- patches.suse/stack-unwind: Fix after upstream commit
9e565292270a2d55524be38835104c564ac8f795.
-------------------------------------------------------------------
Fri Jul 2 10:54:39 CEST 2010 - trenn@suse.de
- patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch:
For some reason the macro used by dynamic debug breaks things
(bnc#619416).
-------------------------------------------------------------------
Fri Jul 2 10:42:19 CEST 2010 - trenn@suse.de
Mainline goes another way (bug #476509).
Also there is a problem with this patch, breaking dynamic debugging
(bnc#619416) -> just remove it, there will show up something else
mainline.
- patches.xen/xen3-auto-arch-x86.diff: Refresh.
- patches.arch/x86_mce_intel_decode_physical_address.patch:
Delete.
- patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch:
Delete.
- patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch:
Delete.
-------------------------------------------------------------------
Thu Jul 1 20:19:51 CEST 2010 - jeffm@suse.de
- patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md:
dm-raid45: API update: Remove dm_put after dm_table_get_md
(bnc#615656).
-------------------------------------------------------------------
Thu Jul 1 09:09:17 CEST 2010 - jdelvare@suse.de
- patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch:
Update references (bnc#610362).
-------------------------------------------------------------------
Thu Jul 1 01:02:25 CEST 2010 - bphilips@suse.de
- patches.drivers/ixgbe-disable-tx-engine-before-disabling-tx-laser.patch:
ixgbe: disable tx engine before disabling tx laser.
- patches.drivers/ixgbe-fix-panic-when-shutting-down-system-with-WoL-e.patch:
ixgbe: fix panic when shutting down system with WoL enabled.
- patches.drivers/ixgbe-skip-non-IPv4-packets-in-ATR-filter.patch:
ixgbe: skip non IPv4 packets in ATR filter.
- patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch:
e1000e: don't inadvertently re-set INTX_DISABLE.
-------------------------------------------------------------------
Wed Jun 30 20:20:58 CEST 2010 - bphilips@suse.de
- patches.drivers/e1000-enhance-frame-fragment-detection.patch:
Delete.
- patches.drivers/e1000e-enhance-frame-fragment-detection.patch:
Delete.
-------------------------------------------------------------------
Tue Jun 29 02:38:57 CEST 2010 - nfbrown@suse.de
@ -9,6 +530,32 @@ Mon Jun 28 22:19:17 CEST 2010 - mmarek@suse.cz
- rpm/find-provides: Add base symsets to the main subpackage.
-------------------------------------------------------------------
Fri Jun 25 17:14:03 CEST 2010 - jeffm@suse.de
- Update config files for sparc64/net to remove unnecessary options.
-------------------------------------------------------------------
Fri Jun 25 15:41:20 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fixed typo.
-------------------------------------------------------------------
Fri Jun 25 08:52:45 CEST 2010 - jbeulich@novell.com
- patches.arch/kvm-split-paravirt-ops-by-functionality: Adjust
Kconfig style to match upstream.
- patches.fixes/seccomp-disable-tsc-option: Adjust Kconfig style
to match upstream.
- patches.suse/SoN-11-mm-reserve.patch: Fix compiler warning.
-------------------------------------------------------------------
Fri Jun 25 08:46:24 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35-rc3.
- config.conf: Re-enable Xen.
- Update x86 config files.
-------------------------------------------------------------------
Thu Jun 24 21:02:48 CEST 2010 - agruen@suse.de
@ -37,6 +584,12 @@ Thu Jun 24 16:38:14 CEST 2010 - jeffm@suse.de
GFS2: Fix permissions checking for setflags ioctl() (bnc#608576
CVE-2010-1641).
-------------------------------------------------------------------
Thu Jun 24 11:30:08 CEST 2010 - jdelvare@suse.de
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
(it87) Fix in7 on IT8720F (bnc#612910).
-------------------------------------------------------------------
Thu Jun 24 11:20:34 CEST 2010 - jdelvare@suse.de
@ -142,6 +695,21 @@ Wed Jun 23 17:21:41 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fixed typo.
-------------------------------------------------------------------
Tue Jun 22 13:41:45 CEST 2010 - teheo@suse.de
- patches.drivers/libata-ata_generic-force_dma: ata_generic:
implement ATA_GEN_* flags and force enable DMA on MBP 7,1
(bko#15923).
-------------------------------------------------------------------
Tue Jun 22 13:38:16 CEST 2010 - knikanth@suse.de
- patches.suse/dm-raid45-26-Nov-2009.patch: DMRAID45 module
(bnc#615906, bnc#565962).
- patches.suse/dm-raid45_2.6.27_20081027.patch: Delete.
- Sync dm-raid45 to the later version.
-------------------------------------------------------------------
Tue Jun 22 13:17:40 CEST 2010 - mmarek@suse.cz
@ -155,6 +723,19 @@ Tue Jun 22 12:19:33 CEST 2010 - knikanth@suse.de
- patches.suse/dm-raid45_2.6.27_20081027.patch: Delete.
- Sync dm-raid45 to the later version.
-------------------------------------------------------------------
Mon Jun 21 18:45:29 CEST 2010 - jeffm@suse.de
- Resync v2.6.35 with master.
-------------------------------------------------------------------
Mon Jun 21 18:34:42 CEST 2010 - jeffm@suse.de
- patches.suse/acpi-generic-initramfs-table-override-support:
Refresh.
- patches.suse/init-move-populate_rootfs-back-to-start_kernel:
Refresh.
-------------------------------------------------------------------
Mon Jun 21 14:53:16 CEST 2010 - mmarek@suse.cz
@ -167,6 +748,12 @@ Mon Jun 21 01:27:59 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fix missing kmap calls
while loading initramfs files.
-------------------------------------------------------------------
Mon Jun 21 01:25:19 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fix missing kmap of
pages for initramfs loading.
-------------------------------------------------------------------
Fri Jun 18 15:54:41 CEST 2010 - jbeulich@novell.com
@ -183,12 +770,65 @@ Thu Jun 17 11:54:01 CEST 2010 - teheo@suse.de
ahci,ata_generic: let ata_generic handle new MBP w/ MCP89
(bko#15923).
-------------------------------------------------------------------
Wed Jun 16 20:01:01 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc3.
- Eliminated 1 patch.
-------------------------------------------------------------------
Mon Jun 14 13:47:57 CEST 2010 - jslaby@suse.de
- patches.fixes/pci-hotplug-cpqphp-fix-crash.patch: PCI:
hotplug/cpqphp, fix NULL dereference (bnc#609338).
-------------------------------------------------------------------
Wed Jun 9 22:01:21 CEST 2010 - jeffm@suse.de
- patches.rpmify/ceph-atomic_long-init-fix: ceph: fix atomic64_t
initialization on ia64.
-------------------------------------------------------------------
Tue Jun 8 20:32:43 CEST 2010 - jeffm@suse.de
- patches.trace/utrace-core: Workaround missing kref_set().
-------------------------------------------------------------------
Tue Jun 8 20:20:27 CEST 2010 - jeffm@suse.de
- patches.arch/ppc64-xmon-dmesg-printing.patch: Refresh.
-------------------------------------------------------------------
Tue Jun 8 20:17:40 CEST 2010 - jeffm@suse.de
- patches.rpmify/powerpc-kvm-build-failure-workaround: Refresh.
- patches.rpmify/wlags49-missing-strlen-include: wlags49_h2:
build fix.
-------------------------------------------------------------------
Tue Jun 8 19:46:30 CEST 2010 - jeffm@suse.de
- patches.arch/x86_mce_intel_decode_physical_address.patch:
Refresh.
- patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch:
Refresh.
-------------------------------------------------------------------
Tue Jun 8 17:11:54 CEST 2010 - jeffm@suse.com
- supported.conf: Updated dependencies for 2.6.35
-------------------------------------------------------------------
Mon Jun 7 17:55:56 CEST 2010 - jeffm@suse.com
- patches.kernel.org/revert-tty-fix-a-little-bug-in-scrup-vt-c:
Revert "tty: fix a little bug in scrup, vt.c".
-------------------------------------------------------------------
Mon Jun 7 17:06:01 CEST 2010 - jeffm@suse.com
- Update to 2.6.35-rc2.
-------------------------------------------------------------------
Thu Jun 3 20:28:12 CEST 2010 - jeffm@suse.de
@ -207,6 +847,13 @@ Wed Jun 2 10:41:06 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: More -rt fixes.
-------------------------------------------------------------------
Tue Jun 1 23:04:32 CEST 2010 - jeffm@suse.com
- Update to 2.6.35-rc1.
- Eliminated 13 patches.
- Xen is disabled.
-------------------------------------------------------------------
Tue Jun 1 21:48:10 CEST 2010 - bphilips@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-docs (Version 2.6.34)
# spec file for package kernel-docs (Version 2.6.36)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,20 +17,20 @@
# norootforbuild
%define patchversion 2.6.34
%define patchversion 2.6.36-rc3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-docs
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
BuildRequires: kernel-source%variant = 2.6.34
BuildRequires: kernel-source%variant = 2.6.36
Url: http://www.kernel.org/
License: GPLv2+
Group: Documentation/Man
AutoReqProv: on
Version: 2.6.34
Release: 12
Version: 2.6.36
Release: 1
%if %using_buildservice
%else
%endif

View File

@ -1,3 +1,524 @@
-------------------------------------------------------------------
Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de
- Always build in AGP on x86/x86_64 so KMS works on LiveCDs (bnc#609607).
- commit d9bfa1e
-------------------------------------------------------------------
Fri Sep 3 16:38:10 CEST 2010 - jeffm@suse.com
- irda: Correctly clean up self->ias_obj on irda_bind() failure
(CVE-2010-2954 bnc#636112).
- commit f04e61f
-------------------------------------------------------------------
Wed Sep 1 12:04:59 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.36-rc3 and c/s 1029.
- fix unwind annotations.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 6836619
-------------------------------------------------------------------
Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com
- fix unwind annotations.
- commit 5aa6daf
-------------------------------------------------------------------
Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com
- net sched: fix kernel leak in act_police (CVE-2010-2942
bnc#632309).
- commit 66e1d72
-------------------------------------------------------------------
Tue Aug 31 14:02:33 CEST 2010 - jdelvare@suse.de
- fix jiffies overflow problems in bonding (bnc#613273).
- commit 28bd2e8
-------------------------------------------------------------------
Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de
- Refresh vanilla configs.
- commit 26a681e
-------------------------------------------------------------------
Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de
- Update to Linux: 2.6.36-rc3.
- Eliminated 7 patches.
- commit d298d2d
-------------------------------------------------------------------
Sat Aug 28 13:09:20 CEST 2010 - jslaby@suse.cz
- Delete
patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch.
- Delete
patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch.
- Delete
patches.suse/rlim-0022-FS-proc-make-limits-writable.patch.
This was just a workaround crap. In 2.6.36 we have a nice syscall
instead. Sorry for commiting this to the merge-36 branch first. I
didn't notice it was already merged here.
- commit 5449fcb
-------------------------------------------------------------------
Fri Aug 27 16:26:16 CEST 2010 - jeffm@suse.com
- Disabled ACPI table override patches again. fsnotify was introduced into
the truncate path and causes crashes.
- commit e18fc2c
-------------------------------------------------------------------
Thu Aug 26 16:55:14 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/supported-flag-enterprise: Fixed recovery on load failure.
- commit 8a06643
-------------------------------------------------------------------
Thu Aug 26 16:54:46 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/stack-unwind: Fixed recovery on load failure.
- commit 7f15b29
-------------------------------------------------------------------
Tue Aug 24 20:06:39 CEST 2010 - jeffm@suse.com
- patches.arch/s390-message-catalog.diff: dev_info -> _dev_info
- commit ba20988
-------------------------------------------------------------------
Tue Aug 24 18:31:36 CEST 2010 - jeffm@suse.de
- patches.suse/stack-unwind: Fix build on !SMP
- commit abd5493
-------------------------------------------------------------------
Tue Aug 24 18:07:05 CEST 2010 - jeffm@suse.de
- s390: Fix prototype for execve.
- commit b448268
-------------------------------------------------------------------
Tue Aug 24 17:47:48 CEST 2010 - jeffm@suse.de
- spectra: depend on X86_MRST.
- commit 1e3fb89
-------------------------------------------------------------------
Tue Aug 24 17:16:11 CEST 2010 - jeffm@suse.de
- Delete patches.arch/ppc-vmcoreinfo.diff.
- commit ea39e14
-------------------------------------------------------------------
Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de
- caif: Use asm/unaligned.h.
- commit 92c07c2
-------------------------------------------------------------------
Tue Aug 24 17:07:45 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/SoN-20-netvm-tcp-deadlock.patch: Added missing
fixup for sk_rmem_schedule in caif.
- commit a9ff761
-------------------------------------------------------------------
Tue Aug 24 16:47:58 CEST 2010 - mmarek@suse.cz
- makefile: not need to regenerate kernel.release file when
make kernelrelease.
- commit 81237a8
-------------------------------------------------------------------
Tue Aug 24 16:18:58 CEST 2010 - jeffm@suse.com
- rpm/kernel-source.spec.in, scripts/tar-up.sh: Renamed config-options.changes
to config-options.changes.txt in the exported package to avoid triggering
a build service rule error.
- commit ff4889e
-------------------------------------------------------------------
Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com
- Revert "- Renamed doc/config-options.changes to doc/config-options.changes.txt to"
This reverts commit 124ac26de4839f8181a5badedb231eedf5770a3e.
- commit 2932c62
-------------------------------------------------------------------
Tue Aug 24 15:43:02 CEST 2010 - jeffm@suse.com
- Renamed doc/config-options.changes to doc/config-options.changes.txt to
avoid triggering a build service rule error.
- commit 124ac26
-------------------------------------------------------------------
Mon Aug 23 21:06:58 CEST 2010 - jeffm@suse.de
- supported.conf: Add iscsi_boot_sysfs
- commit 80e2ea9
-------------------------------------------------------------------
Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Fixed typo with last fix.
- commit 22210d9
-------------------------------------------------------------------
Mon Aug 23 20:14:03 CEST 2010 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Disable CONFIG_DEBUG_INFO. It's enabled
dynamically in the spec file and now has follow-on options.
- commit d270759
-------------------------------------------------------------------
Mon Aug 23 19:57:40 CEST 2010 - jeffm@suse.de
- patches.rpmify/spectra-drop-locked_ioctl-support: add <linux/smp_lock.h>
to grab the BKL
- commit 1df02ec
-------------------------------------------------------------------
Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de
- Update config files: Disabled DEBUG_INFO_REDUCED.
- commit 393680a
-------------------------------------------------------------------
Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de
- Updated to 2.6.36-rc2.
- Eliminated 2 patches.
- commit 52d47a0
-------------------------------------------------------------------
Wed Aug 18 19:44:13 CEST 2010 - jeffm@suse.de
- Update to 2.6.36-rc1.
- Eliminated 71 patches.
- spectra: Drop ->locked_ioctl support.
- spectra: Drop ->prepare_flush_fn support.
- spectra: Remove duplicate GLOB_VERSION.
- novfs: Fix ioctl usage.
- novfs: use evict_inode.
- Xen is disabled.
- commit 63642f6
-------------------------------------------------------------------
Mon Aug 16 10:22:09 CEST 2010 - tiwai@suse.de
- ALSA: hda - Add quirk for Dell Vostro 1220 (bnc#631066).
- commit df12c34
-------------------------------------------------------------------
Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com
- README.BRANCH: Updated to reflect the permenent in-progress status.
- commit a2c882e
-------------------------------------------------------------------
Thu Aug 12 20:42:29 CEST 2010 - gregkh@suse.de
- Update to 2.6.35.1
- security fixes
- bug fixes
- obsoletes:
patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch.
- commit a009fb4
-------------------------------------------------------------------
Thu Aug 12 20:39:52 CEST 2010 - gregkh@suse.de
- Delete patches.kernel.org/patch-2.6.35-rc1.
- Delete patches.kernel.org/patch-2.6.35-rc1-rc2.
- Delete patches.kernel.org/patch-2.6.35-rc2-rc3.
- Delete patches.kernel.org/patch-2.6.35-rc3-rc4.
- Delete patches.kernel.org/patch-2.6.35-rc4-rc5.
- Delete patches.kernel.org/patch-2.6.35-rc5-rc6.
- commit 2e67843
-------------------------------------------------------------------
Thu Aug 12 20:38:21 CEST 2010 - gregkh@suse.de
- Refresh patches.fixes/novfs-lindent.
Someone needs to remember to actually test out their patches before
adding them to the repo...
- commit 6569c56
-------------------------------------------------------------------
Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com
- doc/README.SUSE: Updated to describe the process used to add custom patches
- commit e5f4670
-------------------------------------------------------------------
Thu Aug 12 08:54:30 CEST 2010 - jslaby@suse.cz
- patches.fixes/vmscan-fix-stalls.patch: vmscan: raise the bar
to PAGEOUT_IO_SYNC stalls (bnc#625339).
- commit 1efea94
-------------------------------------------------------------------
Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz
- novfs: Lindent novfs sources.
- commit 361594a
-------------------------------------------------------------------
Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de
- Refresh
patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch.
- Refresh patches.fixes/sunrpc-monotonic-expiry.
- Delete patches.fixes/nfs-write.c-bug-removal.patch.
Update some patches for 2.6.35
- commit 15d7a62
-------------------------------------------------------------------
Wed Aug 11 05:42:36 CEST 2010 - neilb@suse.de
- NFS: allow close-to-open cache semantics to apply to root of
NFS filesystem (bnc#584720).
- commit deea101
-------------------------------------------------------------------
Tue Aug 10 19:19:37 CEST 2010 - tiwai@suse.de
- ALSA: hda - patch_nvhdmi.c: Add missing codec IDs, unify names
(bnc#627212).
- ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118).
- commit 4844a71
-------------------------------------------------------------------
Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35 final and c/s 1025.
- create devices in /dev/xen when they are expected to be
used there.
- xen/netback: Allow setting of large MTU before rings have
connected.
- xen/netback: Always pull through PKT_PROT_LEN bytes into the
linear part of an skb.
- pass trigger mode and polarity information to Xen for all
interrupts.
- Update Xen config files.
- supported.conf: Add pci-iomul.ko.
- commit c642c1b
-------------------------------------------------------------------
Fri Aug 6 17:03:09 CEST 2010 - jeffm@suse.de
- patches.xen/xen3-auto-xen-arch.diff: Update struct acpi_power_register
usage from upstream commit 718be4aa.
- commit 4ce0b48
-------------------------------------------------------------------
Fri Aug 6 16:09:39 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-final and refresh patch set.
- commit a40327f
-------------------------------------------------------------------
Mon Aug 2 14:39:22 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Package log.sh in the source rpm
- commit 53246ff
-------------------------------------------------------------------
Fri Jul 23 20:09:25 CEST 2010 - jack@suse.cz
- novfs: Fix error codes for getxattr for novfs (bnc#529535).
- commit 06b3243
-------------------------------------------------------------------
Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc6.
- commit 643df99
-------------------------------------------------------------------
Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz
- novfs: code cleanup for one case of novfs return value
(bnc#624606).
- commit 4875860
-------------------------------------------------------------------
Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz
- Fixed patch headers of patches.fixes/novfs-xattr-memleak
- commit 65ab01f
-------------------------------------------------------------------
Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz
- novfs: Fix a memory leak that causes an OOM condition
(bnc#610828).
- commit 519d8a0
-------------------------------------------------------------------
Tue Jul 20 14:01:26 CEST 2010 - jack@suse.cz
- novfs: backing device info initialization (bnc#623472).
- commit b576dae
-------------------------------------------------------------------
Tue Jul 20 12:55:33 CEST 2010 - mmarek@suse.cz
- scripts/tar-up.sh: Generate the rpm changelog using gitlog2changes.
- Move kernel-source.changes.old to rpm/ (not included in the pachage
though).
- commit 8ed2389
-------------------------------------------------------------------
Tue Jul 20 11:22:47 CEST 2010 - jblunck@suse.de
- rpm/package-descriptions: Change summary/description for trace flavor (bnc#488692).
- commit da8e17e
-------------------------------------------------------------------
Mon Jul 19 17:23:30 CEST 2010 - mmarek@suse.cz
- Move rpm changelog to kernel-source.changes.old
- commit 93036bd
-------------------------------------------------------------------
Thu Jul 15 11:47:45 CEST 2010 - bphilips@suse.de
- X86_MRST: Disable moorsetown since it deselects SERIO_I8042
- See 0b28bac5aef7bd1ab213723df031e61db9ff151a, fixed in -tip but we
still don't want X86_MRST
-------------------------------------------------------------------
Wed Jul 14 18:39:08 CEST 2010 - trenn@suse.de
- patches.arch/acpi_fix_fadt_32_bit_zero_length.patch: Only use
32 bit addresses if they have a valid length (bug#581644).
-------------------------------------------------------------------
Wed Jul 14 16:21:46 CEST 2010 - bphilips@suse.de
- Update -desktop config files to enable CGROUPS for systemd
-------------------------------------------------------------------
Wed Jul 14 14:04:36 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc5.
- Eliminated 5 patches.
-------------------------------------------------------------------
Tue Jul 13 14:39:51 CEST 2010 - jack@suse.de
- patches.fixes/novfs-overflow-fixes: novfs: security: Add buffer
overflow, integer wraparound fixes (bnc#594362).
-------------------------------------------------------------------
Wed Jul 7 16:53:17 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35-rc4.
-------------------------------------------------------------------
Wed Jul 7 16:45:02 CEST 2010 - jeffm@suse.de
- patches.suse/xfs-dmapi-2.6.35-api-changes: Updated for -debug flavor.
-------------------------------------------------------------------
Wed Jul 7 15:57:27 CEST 2010 - jeffm@suse.de
- Update config files for vanilla.
-------------------------------------------------------------------
Wed Jul 7 12:14:43 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Install config-option.changes
This file documents the changes in the kernel configs.
-------------------------------------------------------------------
Wed Jul 7 10:37:59 CEST 2010 - mmarek@suse.cz
- patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path
to scripts/setlocalversion.
-------------------------------------------------------------------
Wed Jul 7 00:27:53 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc4.
- Eliminated 4 patches.
-------------------------------------------------------------------
Fri Jul 2 17:21:45 CEST 2010 - jeffm@suse.de
- patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices:
iwlwifi: fix TX power configuration on 3945 and 4965 devices
(bnc#619440 bnc#610421).
-------------------------------------------------------------------
Fri Jul 2 11:27:54 CEST 2010 - jbeulich@novell.com
- patches.suse/stack-unwind: Fix after upstream commit
9e565292270a2d55524be38835104c564ac8f795.
-------------------------------------------------------------------
Fri Jul 2 10:54:39 CEST 2010 - trenn@suse.de
- patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch:
For some reason the macro used by dynamic debug breaks things
(bnc#619416).
-------------------------------------------------------------------
Fri Jul 2 10:42:19 CEST 2010 - trenn@suse.de
Mainline goes another way (bug #476509).
Also there is a problem with this patch, breaking dynamic debugging
(bnc#619416) -> just remove it, there will show up something else
mainline.
- patches.xen/xen3-auto-arch-x86.diff: Refresh.
- patches.arch/x86_mce_intel_decode_physical_address.patch:
Delete.
- patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch:
Delete.
- patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch:
Delete.
-------------------------------------------------------------------
Thu Jul 1 20:19:51 CEST 2010 - jeffm@suse.de
- patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md:
dm-raid45: API update: Remove dm_put after dm_table_get_md
(bnc#615656).
-------------------------------------------------------------------
Thu Jul 1 09:09:17 CEST 2010 - jdelvare@suse.de
- patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch:
Update references (bnc#610362).
-------------------------------------------------------------------
Thu Jul 1 01:02:25 CEST 2010 - bphilips@suse.de
- patches.drivers/ixgbe-disable-tx-engine-before-disabling-tx-laser.patch:
ixgbe: disable tx engine before disabling tx laser.
- patches.drivers/ixgbe-fix-panic-when-shutting-down-system-with-WoL-e.patch:
ixgbe: fix panic when shutting down system with WoL enabled.
- patches.drivers/ixgbe-skip-non-IPv4-packets-in-ATR-filter.patch:
ixgbe: skip non IPv4 packets in ATR filter.
- patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch:
e1000e: don't inadvertently re-set INTX_DISABLE.
-------------------------------------------------------------------
Wed Jun 30 20:20:58 CEST 2010 - bphilips@suse.de
- patches.drivers/e1000-enhance-frame-fragment-detection.patch:
Delete.
- patches.drivers/e1000e-enhance-frame-fragment-detection.patch:
Delete.
-------------------------------------------------------------------
Tue Jun 29 02:38:57 CEST 2010 - nfbrown@suse.de
@ -9,6 +530,32 @@ Mon Jun 28 22:19:17 CEST 2010 - mmarek@suse.cz
- rpm/find-provides: Add base symsets to the main subpackage.
-------------------------------------------------------------------
Fri Jun 25 17:14:03 CEST 2010 - jeffm@suse.de
- Update config files for sparc64/net to remove unnecessary options.
-------------------------------------------------------------------
Fri Jun 25 15:41:20 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fixed typo.
-------------------------------------------------------------------
Fri Jun 25 08:52:45 CEST 2010 - jbeulich@novell.com
- patches.arch/kvm-split-paravirt-ops-by-functionality: Adjust
Kconfig style to match upstream.
- patches.fixes/seccomp-disable-tsc-option: Adjust Kconfig style
to match upstream.
- patches.suse/SoN-11-mm-reserve.patch: Fix compiler warning.
-------------------------------------------------------------------
Fri Jun 25 08:46:24 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35-rc3.
- config.conf: Re-enable Xen.
- Update x86 config files.
-------------------------------------------------------------------
Thu Jun 24 21:02:48 CEST 2010 - agruen@suse.de
@ -37,6 +584,12 @@ Thu Jun 24 16:38:14 CEST 2010 - jeffm@suse.de
GFS2: Fix permissions checking for setflags ioctl() (bnc#608576
CVE-2010-1641).
-------------------------------------------------------------------
Thu Jun 24 11:30:08 CEST 2010 - jdelvare@suse.de
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
(it87) Fix in7 on IT8720F (bnc#612910).
-------------------------------------------------------------------
Thu Jun 24 11:20:34 CEST 2010 - jdelvare@suse.de
@ -142,6 +695,21 @@ Wed Jun 23 17:21:41 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fixed typo.
-------------------------------------------------------------------
Tue Jun 22 13:41:45 CEST 2010 - teheo@suse.de
- patches.drivers/libata-ata_generic-force_dma: ata_generic:
implement ATA_GEN_* flags and force enable DMA on MBP 7,1
(bko#15923).
-------------------------------------------------------------------
Tue Jun 22 13:38:16 CEST 2010 - knikanth@suse.de
- patches.suse/dm-raid45-26-Nov-2009.patch: DMRAID45 module
(bnc#615906, bnc#565962).
- patches.suse/dm-raid45_2.6.27_20081027.patch: Delete.
- Sync dm-raid45 to the later version.
-------------------------------------------------------------------
Tue Jun 22 13:17:40 CEST 2010 - mmarek@suse.cz
@ -155,6 +723,19 @@ Tue Jun 22 12:19:33 CEST 2010 - knikanth@suse.de
- patches.suse/dm-raid45_2.6.27_20081027.patch: Delete.
- Sync dm-raid45 to the later version.
-------------------------------------------------------------------
Mon Jun 21 18:45:29 CEST 2010 - jeffm@suse.de
- Resync v2.6.35 with master.
-------------------------------------------------------------------
Mon Jun 21 18:34:42 CEST 2010 - jeffm@suse.de
- patches.suse/acpi-generic-initramfs-table-override-support:
Refresh.
- patches.suse/init-move-populate_rootfs-back-to-start_kernel:
Refresh.
-------------------------------------------------------------------
Mon Jun 21 14:53:16 CEST 2010 - mmarek@suse.cz
@ -167,6 +748,12 @@ Mon Jun 21 01:27:59 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fix missing kmap calls
while loading initramfs files.
-------------------------------------------------------------------
Mon Jun 21 01:25:19 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fix missing kmap of
pages for initramfs loading.
-------------------------------------------------------------------
Fri Jun 18 15:54:41 CEST 2010 - jbeulich@novell.com
@ -183,12 +770,65 @@ Thu Jun 17 11:54:01 CEST 2010 - teheo@suse.de
ahci,ata_generic: let ata_generic handle new MBP w/ MCP89
(bko#15923).
-------------------------------------------------------------------
Wed Jun 16 20:01:01 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc3.
- Eliminated 1 patch.
-------------------------------------------------------------------
Mon Jun 14 13:47:57 CEST 2010 - jslaby@suse.de
- patches.fixes/pci-hotplug-cpqphp-fix-crash.patch: PCI:
hotplug/cpqphp, fix NULL dereference (bnc#609338).
-------------------------------------------------------------------
Wed Jun 9 22:01:21 CEST 2010 - jeffm@suse.de
- patches.rpmify/ceph-atomic_long-init-fix: ceph: fix atomic64_t
initialization on ia64.
-------------------------------------------------------------------
Tue Jun 8 20:32:43 CEST 2010 - jeffm@suse.de
- patches.trace/utrace-core: Workaround missing kref_set().
-------------------------------------------------------------------
Tue Jun 8 20:20:27 CEST 2010 - jeffm@suse.de
- patches.arch/ppc64-xmon-dmesg-printing.patch: Refresh.
-------------------------------------------------------------------
Tue Jun 8 20:17:40 CEST 2010 - jeffm@suse.de
- patches.rpmify/powerpc-kvm-build-failure-workaround: Refresh.
- patches.rpmify/wlags49-missing-strlen-include: wlags49_h2:
build fix.
-------------------------------------------------------------------
Tue Jun 8 19:46:30 CEST 2010 - jeffm@suse.de
- patches.arch/x86_mce_intel_decode_physical_address.patch:
Refresh.
- patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch:
Refresh.
-------------------------------------------------------------------
Tue Jun 8 17:11:54 CEST 2010 - jeffm@suse.com
- supported.conf: Updated dependencies for 2.6.35
-------------------------------------------------------------------
Mon Jun 7 17:55:56 CEST 2010 - jeffm@suse.com
- patches.kernel.org/revert-tty-fix-a-little-bug-in-scrup-vt-c:
Revert "tty: fix a little bug in scrup, vt.c".
-------------------------------------------------------------------
Mon Jun 7 17:06:01 CEST 2010 - jeffm@suse.com
- Update to 2.6.35-rc2.
-------------------------------------------------------------------
Thu Jun 3 20:28:12 CEST 2010 - jeffm@suse.de
@ -207,6 +847,13 @@ Wed Jun 2 10:41:06 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: More -rt fixes.
-------------------------------------------------------------------
Tue Jun 1 23:04:32 CEST 2010 - jeffm@suse.com
- Update to 2.6.35-rc1.
- Eliminated 13 patches.
- Xen is disabled.
-------------------------------------------------------------------
Tue Jun 1 21:48:10 CEST 2010 - bphilips@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-ec2 (Version 2.6.34)
# spec file for package kernel-ec2 (Version 2.6.36)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.34
%define patchversion 2.6.34
%define srcversion 2.6.35
%define patchversion 2.6.36-rc3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -35,7 +35,7 @@
%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,built-in-where,symsets.pl,find-provides,split-modules,modversions,extract-modaliases,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl})
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,built-in-where,symsets.pl,find-provides,split-modules,modversions,extract-modaliases,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
@ -55,8 +55,8 @@
Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel
Version: 2.6.34
Release: 12
Version: 2.6.36
Release: 1
%if %using_buildservice
%else
%endif
@ -149,6 +149,7 @@ Source34: check-supported-list
Source35: group-source-files.pl
Source37: README.SUSE
Source38: README.KSYMS
Source39: config-options.changes.txt
Source40: source-timestamp
Source41: built-in-where
Source42: symsets.pl
@ -172,6 +173,7 @@ 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
@ -304,7 +306,8 @@ fi
--set-str CONFIG_LOCALVERSION -%release_major-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO
--enable CONFIG_DEBUG_INFO \
--disable CONFIG_DEBUG_INFO_REDUCED
%else
--disable CONFIG_DEBUG_INFO
%endif

View File

@ -1,3 +1,524 @@
-------------------------------------------------------------------
Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de
- Always build in AGP on x86/x86_64 so KMS works on LiveCDs (bnc#609607).
- commit d9bfa1e
-------------------------------------------------------------------
Fri Sep 3 16:38:10 CEST 2010 - jeffm@suse.com
- irda: Correctly clean up self->ias_obj on irda_bind() failure
(CVE-2010-2954 bnc#636112).
- commit f04e61f
-------------------------------------------------------------------
Wed Sep 1 12:04:59 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.36-rc3 and c/s 1029.
- fix unwind annotations.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 6836619
-------------------------------------------------------------------
Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com
- fix unwind annotations.
- commit 5aa6daf
-------------------------------------------------------------------
Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com
- net sched: fix kernel leak in act_police (CVE-2010-2942
bnc#632309).
- commit 66e1d72
-------------------------------------------------------------------
Tue Aug 31 14:02:33 CEST 2010 - jdelvare@suse.de
- fix jiffies overflow problems in bonding (bnc#613273).
- commit 28bd2e8
-------------------------------------------------------------------
Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de
- Refresh vanilla configs.
- commit 26a681e
-------------------------------------------------------------------
Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de
- Update to Linux: 2.6.36-rc3.
- Eliminated 7 patches.
- commit d298d2d
-------------------------------------------------------------------
Sat Aug 28 13:09:20 CEST 2010 - jslaby@suse.cz
- Delete
patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch.
- Delete
patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch.
- Delete
patches.suse/rlim-0022-FS-proc-make-limits-writable.patch.
This was just a workaround crap. In 2.6.36 we have a nice syscall
instead. Sorry for commiting this to the merge-36 branch first. I
didn't notice it was already merged here.
- commit 5449fcb
-------------------------------------------------------------------
Fri Aug 27 16:26:16 CEST 2010 - jeffm@suse.com
- Disabled ACPI table override patches again. fsnotify was introduced into
the truncate path and causes crashes.
- commit e18fc2c
-------------------------------------------------------------------
Thu Aug 26 16:55:14 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/supported-flag-enterprise: Fixed recovery on load failure.
- commit 8a06643
-------------------------------------------------------------------
Thu Aug 26 16:54:46 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/stack-unwind: Fixed recovery on load failure.
- commit 7f15b29
-------------------------------------------------------------------
Tue Aug 24 20:06:39 CEST 2010 - jeffm@suse.com
- patches.arch/s390-message-catalog.diff: dev_info -> _dev_info
- commit ba20988
-------------------------------------------------------------------
Tue Aug 24 18:31:36 CEST 2010 - jeffm@suse.de
- patches.suse/stack-unwind: Fix build on !SMP
- commit abd5493
-------------------------------------------------------------------
Tue Aug 24 18:07:05 CEST 2010 - jeffm@suse.de
- s390: Fix prototype for execve.
- commit b448268
-------------------------------------------------------------------
Tue Aug 24 17:47:48 CEST 2010 - jeffm@suse.de
- spectra: depend on X86_MRST.
- commit 1e3fb89
-------------------------------------------------------------------
Tue Aug 24 17:16:11 CEST 2010 - jeffm@suse.de
- Delete patches.arch/ppc-vmcoreinfo.diff.
- commit ea39e14
-------------------------------------------------------------------
Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de
- caif: Use asm/unaligned.h.
- commit 92c07c2
-------------------------------------------------------------------
Tue Aug 24 17:07:45 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/SoN-20-netvm-tcp-deadlock.patch: Added missing
fixup for sk_rmem_schedule in caif.
- commit a9ff761
-------------------------------------------------------------------
Tue Aug 24 16:47:58 CEST 2010 - mmarek@suse.cz
- makefile: not need to regenerate kernel.release file when
make kernelrelease.
- commit 81237a8
-------------------------------------------------------------------
Tue Aug 24 16:18:58 CEST 2010 - jeffm@suse.com
- rpm/kernel-source.spec.in, scripts/tar-up.sh: Renamed config-options.changes
to config-options.changes.txt in the exported package to avoid triggering
a build service rule error.
- commit ff4889e
-------------------------------------------------------------------
Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com
- Revert "- Renamed doc/config-options.changes to doc/config-options.changes.txt to"
This reverts commit 124ac26de4839f8181a5badedb231eedf5770a3e.
- commit 2932c62
-------------------------------------------------------------------
Tue Aug 24 15:43:02 CEST 2010 - jeffm@suse.com
- Renamed doc/config-options.changes to doc/config-options.changes.txt to
avoid triggering a build service rule error.
- commit 124ac26
-------------------------------------------------------------------
Mon Aug 23 21:06:58 CEST 2010 - jeffm@suse.de
- supported.conf: Add iscsi_boot_sysfs
- commit 80e2ea9
-------------------------------------------------------------------
Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Fixed typo with last fix.
- commit 22210d9
-------------------------------------------------------------------
Mon Aug 23 20:14:03 CEST 2010 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Disable CONFIG_DEBUG_INFO. It's enabled
dynamically in the spec file and now has follow-on options.
- commit d270759
-------------------------------------------------------------------
Mon Aug 23 19:57:40 CEST 2010 - jeffm@suse.de
- patches.rpmify/spectra-drop-locked_ioctl-support: add <linux/smp_lock.h>
to grab the BKL
- commit 1df02ec
-------------------------------------------------------------------
Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de
- Update config files: Disabled DEBUG_INFO_REDUCED.
- commit 393680a
-------------------------------------------------------------------
Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de
- Updated to 2.6.36-rc2.
- Eliminated 2 patches.
- commit 52d47a0
-------------------------------------------------------------------
Wed Aug 18 19:44:13 CEST 2010 - jeffm@suse.de
- Update to 2.6.36-rc1.
- Eliminated 71 patches.
- spectra: Drop ->locked_ioctl support.
- spectra: Drop ->prepare_flush_fn support.
- spectra: Remove duplicate GLOB_VERSION.
- novfs: Fix ioctl usage.
- novfs: use evict_inode.
- Xen is disabled.
- commit 63642f6
-------------------------------------------------------------------
Mon Aug 16 10:22:09 CEST 2010 - tiwai@suse.de
- ALSA: hda - Add quirk for Dell Vostro 1220 (bnc#631066).
- commit df12c34
-------------------------------------------------------------------
Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com
- README.BRANCH: Updated to reflect the permenent in-progress status.
- commit a2c882e
-------------------------------------------------------------------
Thu Aug 12 20:42:29 CEST 2010 - gregkh@suse.de
- Update to 2.6.35.1
- security fixes
- bug fixes
- obsoletes:
patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch.
- commit a009fb4
-------------------------------------------------------------------
Thu Aug 12 20:39:52 CEST 2010 - gregkh@suse.de
- Delete patches.kernel.org/patch-2.6.35-rc1.
- Delete patches.kernel.org/patch-2.6.35-rc1-rc2.
- Delete patches.kernel.org/patch-2.6.35-rc2-rc3.
- Delete patches.kernel.org/patch-2.6.35-rc3-rc4.
- Delete patches.kernel.org/patch-2.6.35-rc4-rc5.
- Delete patches.kernel.org/patch-2.6.35-rc5-rc6.
- commit 2e67843
-------------------------------------------------------------------
Thu Aug 12 20:38:21 CEST 2010 - gregkh@suse.de
- Refresh patches.fixes/novfs-lindent.
Someone needs to remember to actually test out their patches before
adding them to the repo...
- commit 6569c56
-------------------------------------------------------------------
Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com
- doc/README.SUSE: Updated to describe the process used to add custom patches
- commit e5f4670
-------------------------------------------------------------------
Thu Aug 12 08:54:30 CEST 2010 - jslaby@suse.cz
- patches.fixes/vmscan-fix-stalls.patch: vmscan: raise the bar
to PAGEOUT_IO_SYNC stalls (bnc#625339).
- commit 1efea94
-------------------------------------------------------------------
Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz
- novfs: Lindent novfs sources.
- commit 361594a
-------------------------------------------------------------------
Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de
- Refresh
patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch.
- Refresh patches.fixes/sunrpc-monotonic-expiry.
- Delete patches.fixes/nfs-write.c-bug-removal.patch.
Update some patches for 2.6.35
- commit 15d7a62
-------------------------------------------------------------------
Wed Aug 11 05:42:36 CEST 2010 - neilb@suse.de
- NFS: allow close-to-open cache semantics to apply to root of
NFS filesystem (bnc#584720).
- commit deea101
-------------------------------------------------------------------
Tue Aug 10 19:19:37 CEST 2010 - tiwai@suse.de
- ALSA: hda - patch_nvhdmi.c: Add missing codec IDs, unify names
(bnc#627212).
- ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118).
- commit 4844a71
-------------------------------------------------------------------
Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35 final and c/s 1025.
- create devices in /dev/xen when they are expected to be
used there.
- xen/netback: Allow setting of large MTU before rings have
connected.
- xen/netback: Always pull through PKT_PROT_LEN bytes into the
linear part of an skb.
- pass trigger mode and polarity information to Xen for all
interrupts.
- Update Xen config files.
- supported.conf: Add pci-iomul.ko.
- commit c642c1b
-------------------------------------------------------------------
Fri Aug 6 17:03:09 CEST 2010 - jeffm@suse.de
- patches.xen/xen3-auto-xen-arch.diff: Update struct acpi_power_register
usage from upstream commit 718be4aa.
- commit 4ce0b48
-------------------------------------------------------------------
Fri Aug 6 16:09:39 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-final and refresh patch set.
- commit a40327f
-------------------------------------------------------------------
Mon Aug 2 14:39:22 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Package log.sh in the source rpm
- commit 53246ff
-------------------------------------------------------------------
Fri Jul 23 20:09:25 CEST 2010 - jack@suse.cz
- novfs: Fix error codes for getxattr for novfs (bnc#529535).
- commit 06b3243
-------------------------------------------------------------------
Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc6.
- commit 643df99
-------------------------------------------------------------------
Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz
- novfs: code cleanup for one case of novfs return value
(bnc#624606).
- commit 4875860
-------------------------------------------------------------------
Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz
- Fixed patch headers of patches.fixes/novfs-xattr-memleak
- commit 65ab01f
-------------------------------------------------------------------
Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz
- novfs: Fix a memory leak that causes an OOM condition
(bnc#610828).
- commit 519d8a0
-------------------------------------------------------------------
Tue Jul 20 14:01:26 CEST 2010 - jack@suse.cz
- novfs: backing device info initialization (bnc#623472).
- commit b576dae
-------------------------------------------------------------------
Tue Jul 20 12:55:33 CEST 2010 - mmarek@suse.cz
- scripts/tar-up.sh: Generate the rpm changelog using gitlog2changes.
- Move kernel-source.changes.old to rpm/ (not included in the pachage
though).
- commit 8ed2389
-------------------------------------------------------------------
Tue Jul 20 11:22:47 CEST 2010 - jblunck@suse.de
- rpm/package-descriptions: Change summary/description for trace flavor (bnc#488692).
- commit da8e17e
-------------------------------------------------------------------
Mon Jul 19 17:23:30 CEST 2010 - mmarek@suse.cz
- Move rpm changelog to kernel-source.changes.old
- commit 93036bd
-------------------------------------------------------------------
Thu Jul 15 11:47:45 CEST 2010 - bphilips@suse.de
- X86_MRST: Disable moorsetown since it deselects SERIO_I8042
- See 0b28bac5aef7bd1ab213723df031e61db9ff151a, fixed in -tip but we
still don't want X86_MRST
-------------------------------------------------------------------
Wed Jul 14 18:39:08 CEST 2010 - trenn@suse.de
- patches.arch/acpi_fix_fadt_32_bit_zero_length.patch: Only use
32 bit addresses if they have a valid length (bug#581644).
-------------------------------------------------------------------
Wed Jul 14 16:21:46 CEST 2010 - bphilips@suse.de
- Update -desktop config files to enable CGROUPS for systemd
-------------------------------------------------------------------
Wed Jul 14 14:04:36 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc5.
- Eliminated 5 patches.
-------------------------------------------------------------------
Tue Jul 13 14:39:51 CEST 2010 - jack@suse.de
- patches.fixes/novfs-overflow-fixes: novfs: security: Add buffer
overflow, integer wraparound fixes (bnc#594362).
-------------------------------------------------------------------
Wed Jul 7 16:53:17 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35-rc4.
-------------------------------------------------------------------
Wed Jul 7 16:45:02 CEST 2010 - jeffm@suse.de
- patches.suse/xfs-dmapi-2.6.35-api-changes: Updated for -debug flavor.
-------------------------------------------------------------------
Wed Jul 7 15:57:27 CEST 2010 - jeffm@suse.de
- Update config files for vanilla.
-------------------------------------------------------------------
Wed Jul 7 12:14:43 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Install config-option.changes
This file documents the changes in the kernel configs.
-------------------------------------------------------------------
Wed Jul 7 10:37:59 CEST 2010 - mmarek@suse.cz
- patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path
to scripts/setlocalversion.
-------------------------------------------------------------------
Wed Jul 7 00:27:53 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc4.
- Eliminated 4 patches.
-------------------------------------------------------------------
Fri Jul 2 17:21:45 CEST 2010 - jeffm@suse.de
- patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices:
iwlwifi: fix TX power configuration on 3945 and 4965 devices
(bnc#619440 bnc#610421).
-------------------------------------------------------------------
Fri Jul 2 11:27:54 CEST 2010 - jbeulich@novell.com
- patches.suse/stack-unwind: Fix after upstream commit
9e565292270a2d55524be38835104c564ac8f795.
-------------------------------------------------------------------
Fri Jul 2 10:54:39 CEST 2010 - trenn@suse.de
- patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch:
For some reason the macro used by dynamic debug breaks things
(bnc#619416).
-------------------------------------------------------------------
Fri Jul 2 10:42:19 CEST 2010 - trenn@suse.de
Mainline goes another way (bug #476509).
Also there is a problem with this patch, breaking dynamic debugging
(bnc#619416) -> just remove it, there will show up something else
mainline.
- patches.xen/xen3-auto-arch-x86.diff: Refresh.
- patches.arch/x86_mce_intel_decode_physical_address.patch:
Delete.
- patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch:
Delete.
- patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch:
Delete.
-------------------------------------------------------------------
Thu Jul 1 20:19:51 CEST 2010 - jeffm@suse.de
- patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md:
dm-raid45: API update: Remove dm_put after dm_table_get_md
(bnc#615656).
-------------------------------------------------------------------
Thu Jul 1 09:09:17 CEST 2010 - jdelvare@suse.de
- patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch:
Update references (bnc#610362).
-------------------------------------------------------------------
Thu Jul 1 01:02:25 CEST 2010 - bphilips@suse.de
- patches.drivers/ixgbe-disable-tx-engine-before-disabling-tx-laser.patch:
ixgbe: disable tx engine before disabling tx laser.
- patches.drivers/ixgbe-fix-panic-when-shutting-down-system-with-WoL-e.patch:
ixgbe: fix panic when shutting down system with WoL enabled.
- patches.drivers/ixgbe-skip-non-IPv4-packets-in-ATR-filter.patch:
ixgbe: skip non IPv4 packets in ATR filter.
- patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch:
e1000e: don't inadvertently re-set INTX_DISABLE.
-------------------------------------------------------------------
Wed Jun 30 20:20:58 CEST 2010 - bphilips@suse.de
- patches.drivers/e1000-enhance-frame-fragment-detection.patch:
Delete.
- patches.drivers/e1000e-enhance-frame-fragment-detection.patch:
Delete.
-------------------------------------------------------------------
Tue Jun 29 02:38:57 CEST 2010 - nfbrown@suse.de
@ -9,6 +530,32 @@ Mon Jun 28 22:19:17 CEST 2010 - mmarek@suse.cz
- rpm/find-provides: Add base symsets to the main subpackage.
-------------------------------------------------------------------
Fri Jun 25 17:14:03 CEST 2010 - jeffm@suse.de
- Update config files for sparc64/net to remove unnecessary options.
-------------------------------------------------------------------
Fri Jun 25 15:41:20 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fixed typo.
-------------------------------------------------------------------
Fri Jun 25 08:52:45 CEST 2010 - jbeulich@novell.com
- patches.arch/kvm-split-paravirt-ops-by-functionality: Adjust
Kconfig style to match upstream.
- patches.fixes/seccomp-disable-tsc-option: Adjust Kconfig style
to match upstream.
- patches.suse/SoN-11-mm-reserve.patch: Fix compiler warning.
-------------------------------------------------------------------
Fri Jun 25 08:46:24 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35-rc3.
- config.conf: Re-enable Xen.
- Update x86 config files.
-------------------------------------------------------------------
Thu Jun 24 21:02:48 CEST 2010 - agruen@suse.de
@ -37,6 +584,12 @@ Thu Jun 24 16:38:14 CEST 2010 - jeffm@suse.de
GFS2: Fix permissions checking for setflags ioctl() (bnc#608576
CVE-2010-1641).
-------------------------------------------------------------------
Thu Jun 24 11:30:08 CEST 2010 - jdelvare@suse.de
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
(it87) Fix in7 on IT8720F (bnc#612910).
-------------------------------------------------------------------
Thu Jun 24 11:20:34 CEST 2010 - jdelvare@suse.de
@ -142,6 +695,21 @@ Wed Jun 23 17:21:41 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fixed typo.
-------------------------------------------------------------------
Tue Jun 22 13:41:45 CEST 2010 - teheo@suse.de
- patches.drivers/libata-ata_generic-force_dma: ata_generic:
implement ATA_GEN_* flags and force enable DMA on MBP 7,1
(bko#15923).
-------------------------------------------------------------------
Tue Jun 22 13:38:16 CEST 2010 - knikanth@suse.de
- patches.suse/dm-raid45-26-Nov-2009.patch: DMRAID45 module
(bnc#615906, bnc#565962).
- patches.suse/dm-raid45_2.6.27_20081027.patch: Delete.
- Sync dm-raid45 to the later version.
-------------------------------------------------------------------
Tue Jun 22 13:17:40 CEST 2010 - mmarek@suse.cz
@ -155,6 +723,19 @@ Tue Jun 22 12:19:33 CEST 2010 - knikanth@suse.de
- patches.suse/dm-raid45_2.6.27_20081027.patch: Delete.
- Sync dm-raid45 to the later version.
-------------------------------------------------------------------
Mon Jun 21 18:45:29 CEST 2010 - jeffm@suse.de
- Resync v2.6.35 with master.
-------------------------------------------------------------------
Mon Jun 21 18:34:42 CEST 2010 - jeffm@suse.de
- patches.suse/acpi-generic-initramfs-table-override-support:
Refresh.
- patches.suse/init-move-populate_rootfs-back-to-start_kernel:
Refresh.
-------------------------------------------------------------------
Mon Jun 21 14:53:16 CEST 2010 - mmarek@suse.cz
@ -167,6 +748,12 @@ Mon Jun 21 01:27:59 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fix missing kmap calls
while loading initramfs files.
-------------------------------------------------------------------
Mon Jun 21 01:25:19 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fix missing kmap of
pages for initramfs loading.
-------------------------------------------------------------------
Fri Jun 18 15:54:41 CEST 2010 - jbeulich@novell.com
@ -183,12 +770,65 @@ Thu Jun 17 11:54:01 CEST 2010 - teheo@suse.de
ahci,ata_generic: let ata_generic handle new MBP w/ MCP89
(bko#15923).
-------------------------------------------------------------------
Wed Jun 16 20:01:01 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc3.
- Eliminated 1 patch.
-------------------------------------------------------------------
Mon Jun 14 13:47:57 CEST 2010 - jslaby@suse.de
- patches.fixes/pci-hotplug-cpqphp-fix-crash.patch: PCI:
hotplug/cpqphp, fix NULL dereference (bnc#609338).
-------------------------------------------------------------------
Wed Jun 9 22:01:21 CEST 2010 - jeffm@suse.de
- patches.rpmify/ceph-atomic_long-init-fix: ceph: fix atomic64_t
initialization on ia64.
-------------------------------------------------------------------
Tue Jun 8 20:32:43 CEST 2010 - jeffm@suse.de
- patches.trace/utrace-core: Workaround missing kref_set().
-------------------------------------------------------------------
Tue Jun 8 20:20:27 CEST 2010 - jeffm@suse.de
- patches.arch/ppc64-xmon-dmesg-printing.patch: Refresh.
-------------------------------------------------------------------
Tue Jun 8 20:17:40 CEST 2010 - jeffm@suse.de
- patches.rpmify/powerpc-kvm-build-failure-workaround: Refresh.
- patches.rpmify/wlags49-missing-strlen-include: wlags49_h2:
build fix.
-------------------------------------------------------------------
Tue Jun 8 19:46:30 CEST 2010 - jeffm@suse.de
- patches.arch/x86_mce_intel_decode_physical_address.patch:
Refresh.
- patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch:
Refresh.
-------------------------------------------------------------------
Tue Jun 8 17:11:54 CEST 2010 - jeffm@suse.com
- supported.conf: Updated dependencies for 2.6.35
-------------------------------------------------------------------
Mon Jun 7 17:55:56 CEST 2010 - jeffm@suse.com
- patches.kernel.org/revert-tty-fix-a-little-bug-in-scrup-vt-c:
Revert "tty: fix a little bug in scrup, vt.c".
-------------------------------------------------------------------
Mon Jun 7 17:06:01 CEST 2010 - jeffm@suse.com
- Update to 2.6.35-rc2.
-------------------------------------------------------------------
Thu Jun 3 20:28:12 CEST 2010 - jeffm@suse.de
@ -207,6 +847,13 @@ Wed Jun 2 10:41:06 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: More -rt fixes.
-------------------------------------------------------------------
Tue Jun 1 23:04:32 CEST 2010 - jeffm@suse.com
- Update to 2.6.35-rc1.
- Eliminated 13 patches.
- Xen is disabled.
-------------------------------------------------------------------
Tue Jun 1 21:48:10 CEST 2010 - bphilips@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-net (Version 2.6.34)
# spec file for package kernel-net (Version 2.6.36)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.34
%define patchversion 2.6.34
%define srcversion 2.6.35
%define patchversion 2.6.36-rc3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -35,7 +35,7 @@
%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,built-in-where,symsets.pl,find-provides,split-modules,modversions,extract-modaliases,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl})
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,built-in-where,symsets.pl,find-provides,split-modules,modversions,extract-modaliases,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
@ -55,8 +55,8 @@
Name: kernel-net
Summary: Minimal kernel with disk and net support
Version: 2.6.34
Release: 10
Version: 2.6.36
Release: 1
%if %using_buildservice
%else
%endif
@ -149,6 +149,7 @@ Source34: check-supported-list
Source35: group-source-files.pl
Source37: README.SUSE
Source38: README.KSYMS
Source39: config-options.changes.txt
Source40: source-timestamp
Source41: built-in-where
Source42: symsets.pl
@ -172,6 +173,7 @@ 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
@ -303,7 +305,8 @@ fi
--set-str CONFIG_LOCALVERSION -%release_major-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO
--enable CONFIG_DEBUG_INFO \
--disable CONFIG_DEBUG_INFO_REDUCED
%else
--disable CONFIG_DEBUG_INFO
%endif

View File

@ -1,3 +1,524 @@
-------------------------------------------------------------------
Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de
- Always build in AGP on x86/x86_64 so KMS works on LiveCDs (bnc#609607).
- commit d9bfa1e
-------------------------------------------------------------------
Fri Sep 3 16:38:10 CEST 2010 - jeffm@suse.com
- irda: Correctly clean up self->ias_obj on irda_bind() failure
(CVE-2010-2954 bnc#636112).
- commit f04e61f
-------------------------------------------------------------------
Wed Sep 1 12:04:59 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.36-rc3 and c/s 1029.
- fix unwind annotations.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 6836619
-------------------------------------------------------------------
Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com
- fix unwind annotations.
- commit 5aa6daf
-------------------------------------------------------------------
Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com
- net sched: fix kernel leak in act_police (CVE-2010-2942
bnc#632309).
- commit 66e1d72
-------------------------------------------------------------------
Tue Aug 31 14:02:33 CEST 2010 - jdelvare@suse.de
- fix jiffies overflow problems in bonding (bnc#613273).
- commit 28bd2e8
-------------------------------------------------------------------
Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de
- Refresh vanilla configs.
- commit 26a681e
-------------------------------------------------------------------
Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de
- Update to Linux: 2.6.36-rc3.
- Eliminated 7 patches.
- commit d298d2d
-------------------------------------------------------------------
Sat Aug 28 13:09:20 CEST 2010 - jslaby@suse.cz
- Delete
patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch.
- Delete
patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch.
- Delete
patches.suse/rlim-0022-FS-proc-make-limits-writable.patch.
This was just a workaround crap. In 2.6.36 we have a nice syscall
instead. Sorry for commiting this to the merge-36 branch first. I
didn't notice it was already merged here.
- commit 5449fcb
-------------------------------------------------------------------
Fri Aug 27 16:26:16 CEST 2010 - jeffm@suse.com
- Disabled ACPI table override patches again. fsnotify was introduced into
the truncate path and causes crashes.
- commit e18fc2c
-------------------------------------------------------------------
Thu Aug 26 16:55:14 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/supported-flag-enterprise: Fixed recovery on load failure.
- commit 8a06643
-------------------------------------------------------------------
Thu Aug 26 16:54:46 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/stack-unwind: Fixed recovery on load failure.
- commit 7f15b29
-------------------------------------------------------------------
Tue Aug 24 20:06:39 CEST 2010 - jeffm@suse.com
- patches.arch/s390-message-catalog.diff: dev_info -> _dev_info
- commit ba20988
-------------------------------------------------------------------
Tue Aug 24 18:31:36 CEST 2010 - jeffm@suse.de
- patches.suse/stack-unwind: Fix build on !SMP
- commit abd5493
-------------------------------------------------------------------
Tue Aug 24 18:07:05 CEST 2010 - jeffm@suse.de
- s390: Fix prototype for execve.
- commit b448268
-------------------------------------------------------------------
Tue Aug 24 17:47:48 CEST 2010 - jeffm@suse.de
- spectra: depend on X86_MRST.
- commit 1e3fb89
-------------------------------------------------------------------
Tue Aug 24 17:16:11 CEST 2010 - jeffm@suse.de
- Delete patches.arch/ppc-vmcoreinfo.diff.
- commit ea39e14
-------------------------------------------------------------------
Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de
- caif: Use asm/unaligned.h.
- commit 92c07c2
-------------------------------------------------------------------
Tue Aug 24 17:07:45 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/SoN-20-netvm-tcp-deadlock.patch: Added missing
fixup for sk_rmem_schedule in caif.
- commit a9ff761
-------------------------------------------------------------------
Tue Aug 24 16:47:58 CEST 2010 - mmarek@suse.cz
- makefile: not need to regenerate kernel.release file when
make kernelrelease.
- commit 81237a8
-------------------------------------------------------------------
Tue Aug 24 16:18:58 CEST 2010 - jeffm@suse.com
- rpm/kernel-source.spec.in, scripts/tar-up.sh: Renamed config-options.changes
to config-options.changes.txt in the exported package to avoid triggering
a build service rule error.
- commit ff4889e
-------------------------------------------------------------------
Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com
- Revert "- Renamed doc/config-options.changes to doc/config-options.changes.txt to"
This reverts commit 124ac26de4839f8181a5badedb231eedf5770a3e.
- commit 2932c62
-------------------------------------------------------------------
Tue Aug 24 15:43:02 CEST 2010 - jeffm@suse.com
- Renamed doc/config-options.changes to doc/config-options.changes.txt to
avoid triggering a build service rule error.
- commit 124ac26
-------------------------------------------------------------------
Mon Aug 23 21:06:58 CEST 2010 - jeffm@suse.de
- supported.conf: Add iscsi_boot_sysfs
- commit 80e2ea9
-------------------------------------------------------------------
Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Fixed typo with last fix.
- commit 22210d9
-------------------------------------------------------------------
Mon Aug 23 20:14:03 CEST 2010 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Disable CONFIG_DEBUG_INFO. It's enabled
dynamically in the spec file and now has follow-on options.
- commit d270759
-------------------------------------------------------------------
Mon Aug 23 19:57:40 CEST 2010 - jeffm@suse.de
- patches.rpmify/spectra-drop-locked_ioctl-support: add <linux/smp_lock.h>
to grab the BKL
- commit 1df02ec
-------------------------------------------------------------------
Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de
- Update config files: Disabled DEBUG_INFO_REDUCED.
- commit 393680a
-------------------------------------------------------------------
Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de
- Updated to 2.6.36-rc2.
- Eliminated 2 patches.
- commit 52d47a0
-------------------------------------------------------------------
Wed Aug 18 19:44:13 CEST 2010 - jeffm@suse.de
- Update to 2.6.36-rc1.
- Eliminated 71 patches.
- spectra: Drop ->locked_ioctl support.
- spectra: Drop ->prepare_flush_fn support.
- spectra: Remove duplicate GLOB_VERSION.
- novfs: Fix ioctl usage.
- novfs: use evict_inode.
- Xen is disabled.
- commit 63642f6
-------------------------------------------------------------------
Mon Aug 16 10:22:09 CEST 2010 - tiwai@suse.de
- ALSA: hda - Add quirk for Dell Vostro 1220 (bnc#631066).
- commit df12c34
-------------------------------------------------------------------
Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com
- README.BRANCH: Updated to reflect the permenent in-progress status.
- commit a2c882e
-------------------------------------------------------------------
Thu Aug 12 20:42:29 CEST 2010 - gregkh@suse.de
- Update to 2.6.35.1
- security fixes
- bug fixes
- obsoletes:
patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch.
- commit a009fb4
-------------------------------------------------------------------
Thu Aug 12 20:39:52 CEST 2010 - gregkh@suse.de
- Delete patches.kernel.org/patch-2.6.35-rc1.
- Delete patches.kernel.org/patch-2.6.35-rc1-rc2.
- Delete patches.kernel.org/patch-2.6.35-rc2-rc3.
- Delete patches.kernel.org/patch-2.6.35-rc3-rc4.
- Delete patches.kernel.org/patch-2.6.35-rc4-rc5.
- Delete patches.kernel.org/patch-2.6.35-rc5-rc6.
- commit 2e67843
-------------------------------------------------------------------
Thu Aug 12 20:38:21 CEST 2010 - gregkh@suse.de
- Refresh patches.fixes/novfs-lindent.
Someone needs to remember to actually test out their patches before
adding them to the repo...
- commit 6569c56
-------------------------------------------------------------------
Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com
- doc/README.SUSE: Updated to describe the process used to add custom patches
- commit e5f4670
-------------------------------------------------------------------
Thu Aug 12 08:54:30 CEST 2010 - jslaby@suse.cz
- patches.fixes/vmscan-fix-stalls.patch: vmscan: raise the bar
to PAGEOUT_IO_SYNC stalls (bnc#625339).
- commit 1efea94
-------------------------------------------------------------------
Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz
- novfs: Lindent novfs sources.
- commit 361594a
-------------------------------------------------------------------
Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de
- Refresh
patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch.
- Refresh patches.fixes/sunrpc-monotonic-expiry.
- Delete patches.fixes/nfs-write.c-bug-removal.patch.
Update some patches for 2.6.35
- commit 15d7a62
-------------------------------------------------------------------
Wed Aug 11 05:42:36 CEST 2010 - neilb@suse.de
- NFS: allow close-to-open cache semantics to apply to root of
NFS filesystem (bnc#584720).
- commit deea101
-------------------------------------------------------------------
Tue Aug 10 19:19:37 CEST 2010 - tiwai@suse.de
- ALSA: hda - patch_nvhdmi.c: Add missing codec IDs, unify names
(bnc#627212).
- ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118).
- commit 4844a71
-------------------------------------------------------------------
Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35 final and c/s 1025.
- create devices in /dev/xen when they are expected to be
used there.
- xen/netback: Allow setting of large MTU before rings have
connected.
- xen/netback: Always pull through PKT_PROT_LEN bytes into the
linear part of an skb.
- pass trigger mode and polarity information to Xen for all
interrupts.
- Update Xen config files.
- supported.conf: Add pci-iomul.ko.
- commit c642c1b
-------------------------------------------------------------------
Fri Aug 6 17:03:09 CEST 2010 - jeffm@suse.de
- patches.xen/xen3-auto-xen-arch.diff: Update struct acpi_power_register
usage from upstream commit 718be4aa.
- commit 4ce0b48
-------------------------------------------------------------------
Fri Aug 6 16:09:39 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-final and refresh patch set.
- commit a40327f
-------------------------------------------------------------------
Mon Aug 2 14:39:22 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Package log.sh in the source rpm
- commit 53246ff
-------------------------------------------------------------------
Fri Jul 23 20:09:25 CEST 2010 - jack@suse.cz
- novfs: Fix error codes for getxattr for novfs (bnc#529535).
- commit 06b3243
-------------------------------------------------------------------
Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc6.
- commit 643df99
-------------------------------------------------------------------
Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz
- novfs: code cleanup for one case of novfs return value
(bnc#624606).
- commit 4875860
-------------------------------------------------------------------
Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz
- Fixed patch headers of patches.fixes/novfs-xattr-memleak
- commit 65ab01f
-------------------------------------------------------------------
Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz
- novfs: Fix a memory leak that causes an OOM condition
(bnc#610828).
- commit 519d8a0
-------------------------------------------------------------------
Tue Jul 20 14:01:26 CEST 2010 - jack@suse.cz
- novfs: backing device info initialization (bnc#623472).
- commit b576dae
-------------------------------------------------------------------
Tue Jul 20 12:55:33 CEST 2010 - mmarek@suse.cz
- scripts/tar-up.sh: Generate the rpm changelog using gitlog2changes.
- Move kernel-source.changes.old to rpm/ (not included in the pachage
though).
- commit 8ed2389
-------------------------------------------------------------------
Tue Jul 20 11:22:47 CEST 2010 - jblunck@suse.de
- rpm/package-descriptions: Change summary/description for trace flavor (bnc#488692).
- commit da8e17e
-------------------------------------------------------------------
Mon Jul 19 17:23:30 CEST 2010 - mmarek@suse.cz
- Move rpm changelog to kernel-source.changes.old
- commit 93036bd
-------------------------------------------------------------------
Thu Jul 15 11:47:45 CEST 2010 - bphilips@suse.de
- X86_MRST: Disable moorsetown since it deselects SERIO_I8042
- See 0b28bac5aef7bd1ab213723df031e61db9ff151a, fixed in -tip but we
still don't want X86_MRST
-------------------------------------------------------------------
Wed Jul 14 18:39:08 CEST 2010 - trenn@suse.de
- patches.arch/acpi_fix_fadt_32_bit_zero_length.patch: Only use
32 bit addresses if they have a valid length (bug#581644).
-------------------------------------------------------------------
Wed Jul 14 16:21:46 CEST 2010 - bphilips@suse.de
- Update -desktop config files to enable CGROUPS for systemd
-------------------------------------------------------------------
Wed Jul 14 14:04:36 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc5.
- Eliminated 5 patches.
-------------------------------------------------------------------
Tue Jul 13 14:39:51 CEST 2010 - jack@suse.de
- patches.fixes/novfs-overflow-fixes: novfs: security: Add buffer
overflow, integer wraparound fixes (bnc#594362).
-------------------------------------------------------------------
Wed Jul 7 16:53:17 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35-rc4.
-------------------------------------------------------------------
Wed Jul 7 16:45:02 CEST 2010 - jeffm@suse.de
- patches.suse/xfs-dmapi-2.6.35-api-changes: Updated for -debug flavor.
-------------------------------------------------------------------
Wed Jul 7 15:57:27 CEST 2010 - jeffm@suse.de
- Update config files for vanilla.
-------------------------------------------------------------------
Wed Jul 7 12:14:43 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Install config-option.changes
This file documents the changes in the kernel configs.
-------------------------------------------------------------------
Wed Jul 7 10:37:59 CEST 2010 - mmarek@suse.cz
- patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path
to scripts/setlocalversion.
-------------------------------------------------------------------
Wed Jul 7 00:27:53 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc4.
- Eliminated 4 patches.
-------------------------------------------------------------------
Fri Jul 2 17:21:45 CEST 2010 - jeffm@suse.de
- patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices:
iwlwifi: fix TX power configuration on 3945 and 4965 devices
(bnc#619440 bnc#610421).
-------------------------------------------------------------------
Fri Jul 2 11:27:54 CEST 2010 - jbeulich@novell.com
- patches.suse/stack-unwind: Fix after upstream commit
9e565292270a2d55524be38835104c564ac8f795.
-------------------------------------------------------------------
Fri Jul 2 10:54:39 CEST 2010 - trenn@suse.de
- patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch:
For some reason the macro used by dynamic debug breaks things
(bnc#619416).
-------------------------------------------------------------------
Fri Jul 2 10:42:19 CEST 2010 - trenn@suse.de
Mainline goes another way (bug #476509).
Also there is a problem with this patch, breaking dynamic debugging
(bnc#619416) -> just remove it, there will show up something else
mainline.
- patches.xen/xen3-auto-arch-x86.diff: Refresh.
- patches.arch/x86_mce_intel_decode_physical_address.patch:
Delete.
- patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch:
Delete.
- patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch:
Delete.
-------------------------------------------------------------------
Thu Jul 1 20:19:51 CEST 2010 - jeffm@suse.de
- patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md:
dm-raid45: API update: Remove dm_put after dm_table_get_md
(bnc#615656).
-------------------------------------------------------------------
Thu Jul 1 09:09:17 CEST 2010 - jdelvare@suse.de
- patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch:
Update references (bnc#610362).
-------------------------------------------------------------------
Thu Jul 1 01:02:25 CEST 2010 - bphilips@suse.de
- patches.drivers/ixgbe-disable-tx-engine-before-disabling-tx-laser.patch:
ixgbe: disable tx engine before disabling tx laser.
- patches.drivers/ixgbe-fix-panic-when-shutting-down-system-with-WoL-e.patch:
ixgbe: fix panic when shutting down system with WoL enabled.
- patches.drivers/ixgbe-skip-non-IPv4-packets-in-ATR-filter.patch:
ixgbe: skip non IPv4 packets in ATR filter.
- patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch:
e1000e: don't inadvertently re-set INTX_DISABLE.
-------------------------------------------------------------------
Wed Jun 30 20:20:58 CEST 2010 - bphilips@suse.de
- patches.drivers/e1000-enhance-frame-fragment-detection.patch:
Delete.
- patches.drivers/e1000e-enhance-frame-fragment-detection.patch:
Delete.
-------------------------------------------------------------------
Tue Jun 29 02:38:57 CEST 2010 - nfbrown@suse.de
@ -9,6 +530,32 @@ Mon Jun 28 22:19:17 CEST 2010 - mmarek@suse.cz
- rpm/find-provides: Add base symsets to the main subpackage.
-------------------------------------------------------------------
Fri Jun 25 17:14:03 CEST 2010 - jeffm@suse.de
- Update config files for sparc64/net to remove unnecessary options.
-------------------------------------------------------------------
Fri Jun 25 15:41:20 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fixed typo.
-------------------------------------------------------------------
Fri Jun 25 08:52:45 CEST 2010 - jbeulich@novell.com
- patches.arch/kvm-split-paravirt-ops-by-functionality: Adjust
Kconfig style to match upstream.
- patches.fixes/seccomp-disable-tsc-option: Adjust Kconfig style
to match upstream.
- patches.suse/SoN-11-mm-reserve.patch: Fix compiler warning.
-------------------------------------------------------------------
Fri Jun 25 08:46:24 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35-rc3.
- config.conf: Re-enable Xen.
- Update x86 config files.
-------------------------------------------------------------------
Thu Jun 24 21:02:48 CEST 2010 - agruen@suse.de
@ -37,6 +584,12 @@ Thu Jun 24 16:38:14 CEST 2010 - jeffm@suse.de
GFS2: Fix permissions checking for setflags ioctl() (bnc#608576
CVE-2010-1641).
-------------------------------------------------------------------
Thu Jun 24 11:30:08 CEST 2010 - jdelvare@suse.de
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
(it87) Fix in7 on IT8720F (bnc#612910).
-------------------------------------------------------------------
Thu Jun 24 11:20:34 CEST 2010 - jdelvare@suse.de
@ -142,6 +695,21 @@ Wed Jun 23 17:21:41 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fixed typo.
-------------------------------------------------------------------
Tue Jun 22 13:41:45 CEST 2010 - teheo@suse.de
- patches.drivers/libata-ata_generic-force_dma: ata_generic:
implement ATA_GEN_* flags and force enable DMA on MBP 7,1
(bko#15923).
-------------------------------------------------------------------
Tue Jun 22 13:38:16 CEST 2010 - knikanth@suse.de
- patches.suse/dm-raid45-26-Nov-2009.patch: DMRAID45 module
(bnc#615906, bnc#565962).
- patches.suse/dm-raid45_2.6.27_20081027.patch: Delete.
- Sync dm-raid45 to the later version.
-------------------------------------------------------------------
Tue Jun 22 13:17:40 CEST 2010 - mmarek@suse.cz
@ -155,6 +723,19 @@ Tue Jun 22 12:19:33 CEST 2010 - knikanth@suse.de
- patches.suse/dm-raid45_2.6.27_20081027.patch: Delete.
- Sync dm-raid45 to the later version.
-------------------------------------------------------------------
Mon Jun 21 18:45:29 CEST 2010 - jeffm@suse.de
- Resync v2.6.35 with master.
-------------------------------------------------------------------
Mon Jun 21 18:34:42 CEST 2010 - jeffm@suse.de
- patches.suse/acpi-generic-initramfs-table-override-support:
Refresh.
- patches.suse/init-move-populate_rootfs-back-to-start_kernel:
Refresh.
-------------------------------------------------------------------
Mon Jun 21 14:53:16 CEST 2010 - mmarek@suse.cz
@ -167,6 +748,12 @@ Mon Jun 21 01:27:59 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fix missing kmap calls
while loading initramfs files.
-------------------------------------------------------------------
Mon Jun 21 01:25:19 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fix missing kmap of
pages for initramfs loading.
-------------------------------------------------------------------
Fri Jun 18 15:54:41 CEST 2010 - jbeulich@novell.com
@ -183,12 +770,65 @@ Thu Jun 17 11:54:01 CEST 2010 - teheo@suse.de
ahci,ata_generic: let ata_generic handle new MBP w/ MCP89
(bko#15923).
-------------------------------------------------------------------
Wed Jun 16 20:01:01 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc3.
- Eliminated 1 patch.
-------------------------------------------------------------------
Mon Jun 14 13:47:57 CEST 2010 - jslaby@suse.de
- patches.fixes/pci-hotplug-cpqphp-fix-crash.patch: PCI:
hotplug/cpqphp, fix NULL dereference (bnc#609338).
-------------------------------------------------------------------
Wed Jun 9 22:01:21 CEST 2010 - jeffm@suse.de
- patches.rpmify/ceph-atomic_long-init-fix: ceph: fix atomic64_t
initialization on ia64.
-------------------------------------------------------------------
Tue Jun 8 20:32:43 CEST 2010 - jeffm@suse.de
- patches.trace/utrace-core: Workaround missing kref_set().
-------------------------------------------------------------------
Tue Jun 8 20:20:27 CEST 2010 - jeffm@suse.de
- patches.arch/ppc64-xmon-dmesg-printing.patch: Refresh.
-------------------------------------------------------------------
Tue Jun 8 20:17:40 CEST 2010 - jeffm@suse.de
- patches.rpmify/powerpc-kvm-build-failure-workaround: Refresh.
- patches.rpmify/wlags49-missing-strlen-include: wlags49_h2:
build fix.
-------------------------------------------------------------------
Tue Jun 8 19:46:30 CEST 2010 - jeffm@suse.de
- patches.arch/x86_mce_intel_decode_physical_address.patch:
Refresh.
- patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch:
Refresh.
-------------------------------------------------------------------
Tue Jun 8 17:11:54 CEST 2010 - jeffm@suse.com
- supported.conf: Updated dependencies for 2.6.35
-------------------------------------------------------------------
Mon Jun 7 17:55:56 CEST 2010 - jeffm@suse.com
- patches.kernel.org/revert-tty-fix-a-little-bug-in-scrup-vt-c:
Revert "tty: fix a little bug in scrup, vt.c".
-------------------------------------------------------------------
Mon Jun 7 17:06:01 CEST 2010 - jeffm@suse.com
- Update to 2.6.35-rc2.
-------------------------------------------------------------------
Thu Jun 3 20:28:12 CEST 2010 - jeffm@suse.de
@ -207,6 +847,13 @@ Wed Jun 2 10:41:06 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: More -rt fixes.
-------------------------------------------------------------------
Tue Jun 1 23:04:32 CEST 2010 - jeffm@suse.com
- Update to 2.6.35-rc1.
- Eliminated 13 patches.
- Xen is disabled.
-------------------------------------------------------------------
Tue Jun 1 21:48:10 CEST 2010 - bphilips@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-pae (Version 2.6.34)
# spec file for package kernel-pae (Version 2.6.36)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.34
%define patchversion 2.6.34
%define srcversion 2.6.35
%define patchversion 2.6.36-rc3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -35,7 +35,7 @@
%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,built-in-where,symsets.pl,find-provides,split-modules,modversions,extract-modaliases,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl})
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,built-in-where,symsets.pl,find-provides,split-modules,modversions,extract-modaliases,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
@ -55,8 +55,8 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 2.6.34
Release: 12
Version: 2.6.36
Release: 1
%if %using_buildservice
%else
%endif
@ -153,6 +153,7 @@ Source34: check-supported-list
Source35: group-source-files.pl
Source37: README.SUSE
Source38: README.KSYMS
Source39: config-options.changes.txt
Source40: source-timestamp
Source41: built-in-where
Source42: symsets.pl
@ -176,6 +177,7 @@ 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
@ -312,7 +314,8 @@ fi
--set-str CONFIG_LOCALVERSION -%release_major-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO
--enable CONFIG_DEBUG_INFO \
--disable CONFIG_DEBUG_INFO_REDUCED
%else
--disable CONFIG_DEBUG_INFO
%endif

View File

@ -1,3 +1,524 @@
-------------------------------------------------------------------
Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de
- Always build in AGP on x86/x86_64 so KMS works on LiveCDs (bnc#609607).
- commit d9bfa1e
-------------------------------------------------------------------
Fri Sep 3 16:38:10 CEST 2010 - jeffm@suse.com
- irda: Correctly clean up self->ias_obj on irda_bind() failure
(CVE-2010-2954 bnc#636112).
- commit f04e61f
-------------------------------------------------------------------
Wed Sep 1 12:04:59 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.36-rc3 and c/s 1029.
- fix unwind annotations.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 6836619
-------------------------------------------------------------------
Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com
- fix unwind annotations.
- commit 5aa6daf
-------------------------------------------------------------------
Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com
- net sched: fix kernel leak in act_police (CVE-2010-2942
bnc#632309).
- commit 66e1d72
-------------------------------------------------------------------
Tue Aug 31 14:02:33 CEST 2010 - jdelvare@suse.de
- fix jiffies overflow problems in bonding (bnc#613273).
- commit 28bd2e8
-------------------------------------------------------------------
Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de
- Refresh vanilla configs.
- commit 26a681e
-------------------------------------------------------------------
Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de
- Update to Linux: 2.6.36-rc3.
- Eliminated 7 patches.
- commit d298d2d
-------------------------------------------------------------------
Sat Aug 28 13:09:20 CEST 2010 - jslaby@suse.cz
- Delete
patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch.
- Delete
patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch.
- Delete
patches.suse/rlim-0022-FS-proc-make-limits-writable.patch.
This was just a workaround crap. In 2.6.36 we have a nice syscall
instead. Sorry for commiting this to the merge-36 branch first. I
didn't notice it was already merged here.
- commit 5449fcb
-------------------------------------------------------------------
Fri Aug 27 16:26:16 CEST 2010 - jeffm@suse.com
- Disabled ACPI table override patches again. fsnotify was introduced into
the truncate path and causes crashes.
- commit e18fc2c
-------------------------------------------------------------------
Thu Aug 26 16:55:14 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/supported-flag-enterprise: Fixed recovery on load failure.
- commit 8a06643
-------------------------------------------------------------------
Thu Aug 26 16:54:46 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/stack-unwind: Fixed recovery on load failure.
- commit 7f15b29
-------------------------------------------------------------------
Tue Aug 24 20:06:39 CEST 2010 - jeffm@suse.com
- patches.arch/s390-message-catalog.diff: dev_info -> _dev_info
- commit ba20988
-------------------------------------------------------------------
Tue Aug 24 18:31:36 CEST 2010 - jeffm@suse.de
- patches.suse/stack-unwind: Fix build on !SMP
- commit abd5493
-------------------------------------------------------------------
Tue Aug 24 18:07:05 CEST 2010 - jeffm@suse.de
- s390: Fix prototype for execve.
- commit b448268
-------------------------------------------------------------------
Tue Aug 24 17:47:48 CEST 2010 - jeffm@suse.de
- spectra: depend on X86_MRST.
- commit 1e3fb89
-------------------------------------------------------------------
Tue Aug 24 17:16:11 CEST 2010 - jeffm@suse.de
- Delete patches.arch/ppc-vmcoreinfo.diff.
- commit ea39e14
-------------------------------------------------------------------
Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de
- caif: Use asm/unaligned.h.
- commit 92c07c2
-------------------------------------------------------------------
Tue Aug 24 17:07:45 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/SoN-20-netvm-tcp-deadlock.patch: Added missing
fixup for sk_rmem_schedule in caif.
- commit a9ff761
-------------------------------------------------------------------
Tue Aug 24 16:47:58 CEST 2010 - mmarek@suse.cz
- makefile: not need to regenerate kernel.release file when
make kernelrelease.
- commit 81237a8
-------------------------------------------------------------------
Tue Aug 24 16:18:58 CEST 2010 - jeffm@suse.com
- rpm/kernel-source.spec.in, scripts/tar-up.sh: Renamed config-options.changes
to config-options.changes.txt in the exported package to avoid triggering
a build service rule error.
- commit ff4889e
-------------------------------------------------------------------
Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com
- Revert "- Renamed doc/config-options.changes to doc/config-options.changes.txt to"
This reverts commit 124ac26de4839f8181a5badedb231eedf5770a3e.
- commit 2932c62
-------------------------------------------------------------------
Tue Aug 24 15:43:02 CEST 2010 - jeffm@suse.com
- Renamed doc/config-options.changes to doc/config-options.changes.txt to
avoid triggering a build service rule error.
- commit 124ac26
-------------------------------------------------------------------
Mon Aug 23 21:06:58 CEST 2010 - jeffm@suse.de
- supported.conf: Add iscsi_boot_sysfs
- commit 80e2ea9
-------------------------------------------------------------------
Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Fixed typo with last fix.
- commit 22210d9
-------------------------------------------------------------------
Mon Aug 23 20:14:03 CEST 2010 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Disable CONFIG_DEBUG_INFO. It's enabled
dynamically in the spec file and now has follow-on options.
- commit d270759
-------------------------------------------------------------------
Mon Aug 23 19:57:40 CEST 2010 - jeffm@suse.de
- patches.rpmify/spectra-drop-locked_ioctl-support: add <linux/smp_lock.h>
to grab the BKL
- commit 1df02ec
-------------------------------------------------------------------
Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de
- Update config files: Disabled DEBUG_INFO_REDUCED.
- commit 393680a
-------------------------------------------------------------------
Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de
- Updated to 2.6.36-rc2.
- Eliminated 2 patches.
- commit 52d47a0
-------------------------------------------------------------------
Wed Aug 18 19:44:13 CEST 2010 - jeffm@suse.de
- Update to 2.6.36-rc1.
- Eliminated 71 patches.
- spectra: Drop ->locked_ioctl support.
- spectra: Drop ->prepare_flush_fn support.
- spectra: Remove duplicate GLOB_VERSION.
- novfs: Fix ioctl usage.
- novfs: use evict_inode.
- Xen is disabled.
- commit 63642f6
-------------------------------------------------------------------
Mon Aug 16 10:22:09 CEST 2010 - tiwai@suse.de
- ALSA: hda - Add quirk for Dell Vostro 1220 (bnc#631066).
- commit df12c34
-------------------------------------------------------------------
Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com
- README.BRANCH: Updated to reflect the permenent in-progress status.
- commit a2c882e
-------------------------------------------------------------------
Thu Aug 12 20:42:29 CEST 2010 - gregkh@suse.de
- Update to 2.6.35.1
- security fixes
- bug fixes
- obsoletes:
patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch.
- commit a009fb4
-------------------------------------------------------------------
Thu Aug 12 20:39:52 CEST 2010 - gregkh@suse.de
- Delete patches.kernel.org/patch-2.6.35-rc1.
- Delete patches.kernel.org/patch-2.6.35-rc1-rc2.
- Delete patches.kernel.org/patch-2.6.35-rc2-rc3.
- Delete patches.kernel.org/patch-2.6.35-rc3-rc4.
- Delete patches.kernel.org/patch-2.6.35-rc4-rc5.
- Delete patches.kernel.org/patch-2.6.35-rc5-rc6.
- commit 2e67843
-------------------------------------------------------------------
Thu Aug 12 20:38:21 CEST 2010 - gregkh@suse.de
- Refresh patches.fixes/novfs-lindent.
Someone needs to remember to actually test out their patches before
adding them to the repo...
- commit 6569c56
-------------------------------------------------------------------
Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com
- doc/README.SUSE: Updated to describe the process used to add custom patches
- commit e5f4670
-------------------------------------------------------------------
Thu Aug 12 08:54:30 CEST 2010 - jslaby@suse.cz
- patches.fixes/vmscan-fix-stalls.patch: vmscan: raise the bar
to PAGEOUT_IO_SYNC stalls (bnc#625339).
- commit 1efea94
-------------------------------------------------------------------
Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz
- novfs: Lindent novfs sources.
- commit 361594a
-------------------------------------------------------------------
Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de
- Refresh
patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch.
- Refresh patches.fixes/sunrpc-monotonic-expiry.
- Delete patches.fixes/nfs-write.c-bug-removal.patch.
Update some patches for 2.6.35
- commit 15d7a62
-------------------------------------------------------------------
Wed Aug 11 05:42:36 CEST 2010 - neilb@suse.de
- NFS: allow close-to-open cache semantics to apply to root of
NFS filesystem (bnc#584720).
- commit deea101
-------------------------------------------------------------------
Tue Aug 10 19:19:37 CEST 2010 - tiwai@suse.de
- ALSA: hda - patch_nvhdmi.c: Add missing codec IDs, unify names
(bnc#627212).
- ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118).
- commit 4844a71
-------------------------------------------------------------------
Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35 final and c/s 1025.
- create devices in /dev/xen when they are expected to be
used there.
- xen/netback: Allow setting of large MTU before rings have
connected.
- xen/netback: Always pull through PKT_PROT_LEN bytes into the
linear part of an skb.
- pass trigger mode and polarity information to Xen for all
interrupts.
- Update Xen config files.
- supported.conf: Add pci-iomul.ko.
- commit c642c1b
-------------------------------------------------------------------
Fri Aug 6 17:03:09 CEST 2010 - jeffm@suse.de
- patches.xen/xen3-auto-xen-arch.diff: Update struct acpi_power_register
usage from upstream commit 718be4aa.
- commit 4ce0b48
-------------------------------------------------------------------
Fri Aug 6 16:09:39 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-final and refresh patch set.
- commit a40327f
-------------------------------------------------------------------
Mon Aug 2 14:39:22 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Package log.sh in the source rpm
- commit 53246ff
-------------------------------------------------------------------
Fri Jul 23 20:09:25 CEST 2010 - jack@suse.cz
- novfs: Fix error codes for getxattr for novfs (bnc#529535).
- commit 06b3243
-------------------------------------------------------------------
Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc6.
- commit 643df99
-------------------------------------------------------------------
Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz
- novfs: code cleanup for one case of novfs return value
(bnc#624606).
- commit 4875860
-------------------------------------------------------------------
Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz
- Fixed patch headers of patches.fixes/novfs-xattr-memleak
- commit 65ab01f
-------------------------------------------------------------------
Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz
- novfs: Fix a memory leak that causes an OOM condition
(bnc#610828).
- commit 519d8a0
-------------------------------------------------------------------
Tue Jul 20 14:01:26 CEST 2010 - jack@suse.cz
- novfs: backing device info initialization (bnc#623472).
- commit b576dae
-------------------------------------------------------------------
Tue Jul 20 12:55:33 CEST 2010 - mmarek@suse.cz
- scripts/tar-up.sh: Generate the rpm changelog using gitlog2changes.
- Move kernel-source.changes.old to rpm/ (not included in the pachage
though).
- commit 8ed2389
-------------------------------------------------------------------
Tue Jul 20 11:22:47 CEST 2010 - jblunck@suse.de
- rpm/package-descriptions: Change summary/description for trace flavor (bnc#488692).
- commit da8e17e
-------------------------------------------------------------------
Mon Jul 19 17:23:30 CEST 2010 - mmarek@suse.cz
- Move rpm changelog to kernel-source.changes.old
- commit 93036bd
-------------------------------------------------------------------
Thu Jul 15 11:47:45 CEST 2010 - bphilips@suse.de
- X86_MRST: Disable moorsetown since it deselects SERIO_I8042
- See 0b28bac5aef7bd1ab213723df031e61db9ff151a, fixed in -tip but we
still don't want X86_MRST
-------------------------------------------------------------------
Wed Jul 14 18:39:08 CEST 2010 - trenn@suse.de
- patches.arch/acpi_fix_fadt_32_bit_zero_length.patch: Only use
32 bit addresses if they have a valid length (bug#581644).
-------------------------------------------------------------------
Wed Jul 14 16:21:46 CEST 2010 - bphilips@suse.de
- Update -desktop config files to enable CGROUPS for systemd
-------------------------------------------------------------------
Wed Jul 14 14:04:36 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc5.
- Eliminated 5 patches.
-------------------------------------------------------------------
Tue Jul 13 14:39:51 CEST 2010 - jack@suse.de
- patches.fixes/novfs-overflow-fixes: novfs: security: Add buffer
overflow, integer wraparound fixes (bnc#594362).
-------------------------------------------------------------------
Wed Jul 7 16:53:17 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35-rc4.
-------------------------------------------------------------------
Wed Jul 7 16:45:02 CEST 2010 - jeffm@suse.de
- patches.suse/xfs-dmapi-2.6.35-api-changes: Updated for -debug flavor.
-------------------------------------------------------------------
Wed Jul 7 15:57:27 CEST 2010 - jeffm@suse.de
- Update config files for vanilla.
-------------------------------------------------------------------
Wed Jul 7 12:14:43 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Install config-option.changes
This file documents the changes in the kernel configs.
-------------------------------------------------------------------
Wed Jul 7 10:37:59 CEST 2010 - mmarek@suse.cz
- patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path
to scripts/setlocalversion.
-------------------------------------------------------------------
Wed Jul 7 00:27:53 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc4.
- Eliminated 4 patches.
-------------------------------------------------------------------
Fri Jul 2 17:21:45 CEST 2010 - jeffm@suse.de
- patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices:
iwlwifi: fix TX power configuration on 3945 and 4965 devices
(bnc#619440 bnc#610421).
-------------------------------------------------------------------
Fri Jul 2 11:27:54 CEST 2010 - jbeulich@novell.com
- patches.suse/stack-unwind: Fix after upstream commit
9e565292270a2d55524be38835104c564ac8f795.
-------------------------------------------------------------------
Fri Jul 2 10:54:39 CEST 2010 - trenn@suse.de
- patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch:
For some reason the macro used by dynamic debug breaks things
(bnc#619416).
-------------------------------------------------------------------
Fri Jul 2 10:42:19 CEST 2010 - trenn@suse.de
Mainline goes another way (bug #476509).
Also there is a problem with this patch, breaking dynamic debugging
(bnc#619416) -> just remove it, there will show up something else
mainline.
- patches.xen/xen3-auto-arch-x86.diff: Refresh.
- patches.arch/x86_mce_intel_decode_physical_address.patch:
Delete.
- patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch:
Delete.
- patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch:
Delete.
-------------------------------------------------------------------
Thu Jul 1 20:19:51 CEST 2010 - jeffm@suse.de
- patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md:
dm-raid45: API update: Remove dm_put after dm_table_get_md
(bnc#615656).
-------------------------------------------------------------------
Thu Jul 1 09:09:17 CEST 2010 - jdelvare@suse.de
- patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch:
Update references (bnc#610362).
-------------------------------------------------------------------
Thu Jul 1 01:02:25 CEST 2010 - bphilips@suse.de
- patches.drivers/ixgbe-disable-tx-engine-before-disabling-tx-laser.patch:
ixgbe: disable tx engine before disabling tx laser.
- patches.drivers/ixgbe-fix-panic-when-shutting-down-system-with-WoL-e.patch:
ixgbe: fix panic when shutting down system with WoL enabled.
- patches.drivers/ixgbe-skip-non-IPv4-packets-in-ATR-filter.patch:
ixgbe: skip non IPv4 packets in ATR filter.
- patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch:
e1000e: don't inadvertently re-set INTX_DISABLE.
-------------------------------------------------------------------
Wed Jun 30 20:20:58 CEST 2010 - bphilips@suse.de
- patches.drivers/e1000-enhance-frame-fragment-detection.patch:
Delete.
- patches.drivers/e1000e-enhance-frame-fragment-detection.patch:
Delete.
-------------------------------------------------------------------
Tue Jun 29 02:38:57 CEST 2010 - nfbrown@suse.de
@ -9,6 +530,32 @@ Mon Jun 28 22:19:17 CEST 2010 - mmarek@suse.cz
- rpm/find-provides: Add base symsets to the main subpackage.
-------------------------------------------------------------------
Fri Jun 25 17:14:03 CEST 2010 - jeffm@suse.de
- Update config files for sparc64/net to remove unnecessary options.
-------------------------------------------------------------------
Fri Jun 25 15:41:20 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fixed typo.
-------------------------------------------------------------------
Fri Jun 25 08:52:45 CEST 2010 - jbeulich@novell.com
- patches.arch/kvm-split-paravirt-ops-by-functionality: Adjust
Kconfig style to match upstream.
- patches.fixes/seccomp-disable-tsc-option: Adjust Kconfig style
to match upstream.
- patches.suse/SoN-11-mm-reserve.patch: Fix compiler warning.
-------------------------------------------------------------------
Fri Jun 25 08:46:24 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35-rc3.
- config.conf: Re-enable Xen.
- Update x86 config files.
-------------------------------------------------------------------
Thu Jun 24 21:02:48 CEST 2010 - agruen@suse.de
@ -37,6 +584,12 @@ Thu Jun 24 16:38:14 CEST 2010 - jeffm@suse.de
GFS2: Fix permissions checking for setflags ioctl() (bnc#608576
CVE-2010-1641).
-------------------------------------------------------------------
Thu Jun 24 11:30:08 CEST 2010 - jdelvare@suse.de
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
(it87) Fix in7 on IT8720F (bnc#612910).
-------------------------------------------------------------------
Thu Jun 24 11:20:34 CEST 2010 - jdelvare@suse.de
@ -142,6 +695,21 @@ Wed Jun 23 17:21:41 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fixed typo.
-------------------------------------------------------------------
Tue Jun 22 13:41:45 CEST 2010 - teheo@suse.de
- patches.drivers/libata-ata_generic-force_dma: ata_generic:
implement ATA_GEN_* flags and force enable DMA on MBP 7,1
(bko#15923).
-------------------------------------------------------------------
Tue Jun 22 13:38:16 CEST 2010 - knikanth@suse.de
- patches.suse/dm-raid45-26-Nov-2009.patch: DMRAID45 module
(bnc#615906, bnc#565962).
- patches.suse/dm-raid45_2.6.27_20081027.patch: Delete.
- Sync dm-raid45 to the later version.
-------------------------------------------------------------------
Tue Jun 22 13:17:40 CEST 2010 - mmarek@suse.cz
@ -155,6 +723,19 @@ Tue Jun 22 12:19:33 CEST 2010 - knikanth@suse.de
- patches.suse/dm-raid45_2.6.27_20081027.patch: Delete.
- Sync dm-raid45 to the later version.
-------------------------------------------------------------------
Mon Jun 21 18:45:29 CEST 2010 - jeffm@suse.de
- Resync v2.6.35 with master.
-------------------------------------------------------------------
Mon Jun 21 18:34:42 CEST 2010 - jeffm@suse.de
- patches.suse/acpi-generic-initramfs-table-override-support:
Refresh.
- patches.suse/init-move-populate_rootfs-back-to-start_kernel:
Refresh.
-------------------------------------------------------------------
Mon Jun 21 14:53:16 CEST 2010 - mmarek@suse.cz
@ -167,6 +748,12 @@ Mon Jun 21 01:27:59 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fix missing kmap calls
while loading initramfs files.
-------------------------------------------------------------------
Mon Jun 21 01:25:19 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fix missing kmap of
pages for initramfs loading.
-------------------------------------------------------------------
Fri Jun 18 15:54:41 CEST 2010 - jbeulich@novell.com
@ -183,12 +770,65 @@ Thu Jun 17 11:54:01 CEST 2010 - teheo@suse.de
ahci,ata_generic: let ata_generic handle new MBP w/ MCP89
(bko#15923).
-------------------------------------------------------------------
Wed Jun 16 20:01:01 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc3.
- Eliminated 1 patch.
-------------------------------------------------------------------
Mon Jun 14 13:47:57 CEST 2010 - jslaby@suse.de
- patches.fixes/pci-hotplug-cpqphp-fix-crash.patch: PCI:
hotplug/cpqphp, fix NULL dereference (bnc#609338).
-------------------------------------------------------------------
Wed Jun 9 22:01:21 CEST 2010 - jeffm@suse.de
- patches.rpmify/ceph-atomic_long-init-fix: ceph: fix atomic64_t
initialization on ia64.
-------------------------------------------------------------------
Tue Jun 8 20:32:43 CEST 2010 - jeffm@suse.de
- patches.trace/utrace-core: Workaround missing kref_set().
-------------------------------------------------------------------
Tue Jun 8 20:20:27 CEST 2010 - jeffm@suse.de
- patches.arch/ppc64-xmon-dmesg-printing.patch: Refresh.
-------------------------------------------------------------------
Tue Jun 8 20:17:40 CEST 2010 - jeffm@suse.de
- patches.rpmify/powerpc-kvm-build-failure-workaround: Refresh.
- patches.rpmify/wlags49-missing-strlen-include: wlags49_h2:
build fix.
-------------------------------------------------------------------
Tue Jun 8 19:46:30 CEST 2010 - jeffm@suse.de
- patches.arch/x86_mce_intel_decode_physical_address.patch:
Refresh.
- patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch:
Refresh.
-------------------------------------------------------------------
Tue Jun 8 17:11:54 CEST 2010 - jeffm@suse.com
- supported.conf: Updated dependencies for 2.6.35
-------------------------------------------------------------------
Mon Jun 7 17:55:56 CEST 2010 - jeffm@suse.com
- patches.kernel.org/revert-tty-fix-a-little-bug-in-scrup-vt-c:
Revert "tty: fix a little bug in scrup, vt.c".
-------------------------------------------------------------------
Mon Jun 7 17:06:01 CEST 2010 - jeffm@suse.com
- Update to 2.6.35-rc2.
-------------------------------------------------------------------
Thu Jun 3 20:28:12 CEST 2010 - jeffm@suse.de
@ -207,6 +847,13 @@ Wed Jun 2 10:41:06 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: More -rt fixes.
-------------------------------------------------------------------
Tue Jun 1 23:04:32 CEST 2010 - jeffm@suse.com
- Update to 2.6.35-rc1.
- Eliminated 13 patches.
- Xen is disabled.
-------------------------------------------------------------------
Tue Jun 1 21:48:10 CEST 2010 - bphilips@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-ppc64 (Version 2.6.34)
# spec file for package kernel-ppc64 (Version 2.6.36)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.34
%define patchversion 2.6.34
%define srcversion 2.6.35
%define patchversion 2.6.36-rc3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -35,7 +35,7 @@
%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,built-in-where,symsets.pl,find-provides,split-modules,modversions,extract-modaliases,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl})
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,built-in-where,symsets.pl,find-provides,split-modules,modversions,extract-modaliases,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
@ -55,8 +55,8 @@
Name: kernel-ppc64
Summary: Kernel for ppc64 Systems
Version: 2.6.34
Release: 12
Version: 2.6.36
Release: 1
%if %using_buildservice
%else
%endif
@ -157,6 +157,7 @@ Source34: check-supported-list
Source35: group-source-files.pl
Source37: README.SUSE
Source38: README.KSYMS
Source39: config-options.changes.txt
Source40: source-timestamp
Source41: built-in-where
Source42: symsets.pl
@ -180,6 +181,7 @@ 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
@ -316,7 +318,8 @@ fi
--set-str CONFIG_LOCALVERSION -%release_major-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO
--enable CONFIG_DEBUG_INFO \
--disable CONFIG_DEBUG_INFO_REDUCED
%else
--disable CONFIG_DEBUG_INFO
%endif

View File

@ -1,3 +1,524 @@
-------------------------------------------------------------------
Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de
- Always build in AGP on x86/x86_64 so KMS works on LiveCDs (bnc#609607).
- commit d9bfa1e
-------------------------------------------------------------------
Fri Sep 3 16:38:10 CEST 2010 - jeffm@suse.com
- irda: Correctly clean up self->ias_obj on irda_bind() failure
(CVE-2010-2954 bnc#636112).
- commit f04e61f
-------------------------------------------------------------------
Wed Sep 1 12:04:59 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.36-rc3 and c/s 1029.
- fix unwind annotations.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 6836619
-------------------------------------------------------------------
Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com
- fix unwind annotations.
- commit 5aa6daf
-------------------------------------------------------------------
Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com
- net sched: fix kernel leak in act_police (CVE-2010-2942
bnc#632309).
- commit 66e1d72
-------------------------------------------------------------------
Tue Aug 31 14:02:33 CEST 2010 - jdelvare@suse.de
- fix jiffies overflow problems in bonding (bnc#613273).
- commit 28bd2e8
-------------------------------------------------------------------
Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de
- Refresh vanilla configs.
- commit 26a681e
-------------------------------------------------------------------
Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de
- Update to Linux: 2.6.36-rc3.
- Eliminated 7 patches.
- commit d298d2d
-------------------------------------------------------------------
Sat Aug 28 13:09:20 CEST 2010 - jslaby@suse.cz
- Delete
patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch.
- Delete
patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch.
- Delete
patches.suse/rlim-0022-FS-proc-make-limits-writable.patch.
This was just a workaround crap. In 2.6.36 we have a nice syscall
instead. Sorry for commiting this to the merge-36 branch first. I
didn't notice it was already merged here.
- commit 5449fcb
-------------------------------------------------------------------
Fri Aug 27 16:26:16 CEST 2010 - jeffm@suse.com
- Disabled ACPI table override patches again. fsnotify was introduced into
the truncate path and causes crashes.
- commit e18fc2c
-------------------------------------------------------------------
Thu Aug 26 16:55:14 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/supported-flag-enterprise: Fixed recovery on load failure.
- commit 8a06643
-------------------------------------------------------------------
Thu Aug 26 16:54:46 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/stack-unwind: Fixed recovery on load failure.
- commit 7f15b29
-------------------------------------------------------------------
Tue Aug 24 20:06:39 CEST 2010 - jeffm@suse.com
- patches.arch/s390-message-catalog.diff: dev_info -> _dev_info
- commit ba20988
-------------------------------------------------------------------
Tue Aug 24 18:31:36 CEST 2010 - jeffm@suse.de
- patches.suse/stack-unwind: Fix build on !SMP
- commit abd5493
-------------------------------------------------------------------
Tue Aug 24 18:07:05 CEST 2010 - jeffm@suse.de
- s390: Fix prototype for execve.
- commit b448268
-------------------------------------------------------------------
Tue Aug 24 17:47:48 CEST 2010 - jeffm@suse.de
- spectra: depend on X86_MRST.
- commit 1e3fb89
-------------------------------------------------------------------
Tue Aug 24 17:16:11 CEST 2010 - jeffm@suse.de
- Delete patches.arch/ppc-vmcoreinfo.diff.
- commit ea39e14
-------------------------------------------------------------------
Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de
- caif: Use asm/unaligned.h.
- commit 92c07c2
-------------------------------------------------------------------
Tue Aug 24 17:07:45 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/SoN-20-netvm-tcp-deadlock.patch: Added missing
fixup for sk_rmem_schedule in caif.
- commit a9ff761
-------------------------------------------------------------------
Tue Aug 24 16:47:58 CEST 2010 - mmarek@suse.cz
- makefile: not need to regenerate kernel.release file when
make kernelrelease.
- commit 81237a8
-------------------------------------------------------------------
Tue Aug 24 16:18:58 CEST 2010 - jeffm@suse.com
- rpm/kernel-source.spec.in, scripts/tar-up.sh: Renamed config-options.changes
to config-options.changes.txt in the exported package to avoid triggering
a build service rule error.
- commit ff4889e
-------------------------------------------------------------------
Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com
- Revert "- Renamed doc/config-options.changes to doc/config-options.changes.txt to"
This reverts commit 124ac26de4839f8181a5badedb231eedf5770a3e.
- commit 2932c62
-------------------------------------------------------------------
Tue Aug 24 15:43:02 CEST 2010 - jeffm@suse.com
- Renamed doc/config-options.changes to doc/config-options.changes.txt to
avoid triggering a build service rule error.
- commit 124ac26
-------------------------------------------------------------------
Mon Aug 23 21:06:58 CEST 2010 - jeffm@suse.de
- supported.conf: Add iscsi_boot_sysfs
- commit 80e2ea9
-------------------------------------------------------------------
Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Fixed typo with last fix.
- commit 22210d9
-------------------------------------------------------------------
Mon Aug 23 20:14:03 CEST 2010 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Disable CONFIG_DEBUG_INFO. It's enabled
dynamically in the spec file and now has follow-on options.
- commit d270759
-------------------------------------------------------------------
Mon Aug 23 19:57:40 CEST 2010 - jeffm@suse.de
- patches.rpmify/spectra-drop-locked_ioctl-support: add <linux/smp_lock.h>
to grab the BKL
- commit 1df02ec
-------------------------------------------------------------------
Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de
- Update config files: Disabled DEBUG_INFO_REDUCED.
- commit 393680a
-------------------------------------------------------------------
Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de
- Updated to 2.6.36-rc2.
- Eliminated 2 patches.
- commit 52d47a0
-------------------------------------------------------------------
Wed Aug 18 19:44:13 CEST 2010 - jeffm@suse.de
- Update to 2.6.36-rc1.
- Eliminated 71 patches.
- spectra: Drop ->locked_ioctl support.
- spectra: Drop ->prepare_flush_fn support.
- spectra: Remove duplicate GLOB_VERSION.
- novfs: Fix ioctl usage.
- novfs: use evict_inode.
- Xen is disabled.
- commit 63642f6
-------------------------------------------------------------------
Mon Aug 16 10:22:09 CEST 2010 - tiwai@suse.de
- ALSA: hda - Add quirk for Dell Vostro 1220 (bnc#631066).
- commit df12c34
-------------------------------------------------------------------
Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com
- README.BRANCH: Updated to reflect the permenent in-progress status.
- commit a2c882e
-------------------------------------------------------------------
Thu Aug 12 20:42:29 CEST 2010 - gregkh@suse.de
- Update to 2.6.35.1
- security fixes
- bug fixes
- obsoletes:
patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch.
- commit a009fb4
-------------------------------------------------------------------
Thu Aug 12 20:39:52 CEST 2010 - gregkh@suse.de
- Delete patches.kernel.org/patch-2.6.35-rc1.
- Delete patches.kernel.org/patch-2.6.35-rc1-rc2.
- Delete patches.kernel.org/patch-2.6.35-rc2-rc3.
- Delete patches.kernel.org/patch-2.6.35-rc3-rc4.
- Delete patches.kernel.org/patch-2.6.35-rc4-rc5.
- Delete patches.kernel.org/patch-2.6.35-rc5-rc6.
- commit 2e67843
-------------------------------------------------------------------
Thu Aug 12 20:38:21 CEST 2010 - gregkh@suse.de
- Refresh patches.fixes/novfs-lindent.
Someone needs to remember to actually test out their patches before
adding them to the repo...
- commit 6569c56
-------------------------------------------------------------------
Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com
- doc/README.SUSE: Updated to describe the process used to add custom patches
- commit e5f4670
-------------------------------------------------------------------
Thu Aug 12 08:54:30 CEST 2010 - jslaby@suse.cz
- patches.fixes/vmscan-fix-stalls.patch: vmscan: raise the bar
to PAGEOUT_IO_SYNC stalls (bnc#625339).
- commit 1efea94
-------------------------------------------------------------------
Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz
- novfs: Lindent novfs sources.
- commit 361594a
-------------------------------------------------------------------
Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de
- Refresh
patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch.
- Refresh patches.fixes/sunrpc-monotonic-expiry.
- Delete patches.fixes/nfs-write.c-bug-removal.patch.
Update some patches for 2.6.35
- commit 15d7a62
-------------------------------------------------------------------
Wed Aug 11 05:42:36 CEST 2010 - neilb@suse.de
- NFS: allow close-to-open cache semantics to apply to root of
NFS filesystem (bnc#584720).
- commit deea101
-------------------------------------------------------------------
Tue Aug 10 19:19:37 CEST 2010 - tiwai@suse.de
- ALSA: hda - patch_nvhdmi.c: Add missing codec IDs, unify names
(bnc#627212).
- ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118).
- commit 4844a71
-------------------------------------------------------------------
Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35 final and c/s 1025.
- create devices in /dev/xen when they are expected to be
used there.
- xen/netback: Allow setting of large MTU before rings have
connected.
- xen/netback: Always pull through PKT_PROT_LEN bytes into the
linear part of an skb.
- pass trigger mode and polarity information to Xen for all
interrupts.
- Update Xen config files.
- supported.conf: Add pci-iomul.ko.
- commit c642c1b
-------------------------------------------------------------------
Fri Aug 6 17:03:09 CEST 2010 - jeffm@suse.de
- patches.xen/xen3-auto-xen-arch.diff: Update struct acpi_power_register
usage from upstream commit 718be4aa.
- commit 4ce0b48
-------------------------------------------------------------------
Fri Aug 6 16:09:39 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-final and refresh patch set.
- commit a40327f
-------------------------------------------------------------------
Mon Aug 2 14:39:22 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Package log.sh in the source rpm
- commit 53246ff
-------------------------------------------------------------------
Fri Jul 23 20:09:25 CEST 2010 - jack@suse.cz
- novfs: Fix error codes for getxattr for novfs (bnc#529535).
- commit 06b3243
-------------------------------------------------------------------
Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc6.
- commit 643df99
-------------------------------------------------------------------
Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz
- novfs: code cleanup for one case of novfs return value
(bnc#624606).
- commit 4875860
-------------------------------------------------------------------
Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz
- Fixed patch headers of patches.fixes/novfs-xattr-memleak
- commit 65ab01f
-------------------------------------------------------------------
Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz
- novfs: Fix a memory leak that causes an OOM condition
(bnc#610828).
- commit 519d8a0
-------------------------------------------------------------------
Tue Jul 20 14:01:26 CEST 2010 - jack@suse.cz
- novfs: backing device info initialization (bnc#623472).
- commit b576dae
-------------------------------------------------------------------
Tue Jul 20 12:55:33 CEST 2010 - mmarek@suse.cz
- scripts/tar-up.sh: Generate the rpm changelog using gitlog2changes.
- Move kernel-source.changes.old to rpm/ (not included in the pachage
though).
- commit 8ed2389
-------------------------------------------------------------------
Tue Jul 20 11:22:47 CEST 2010 - jblunck@suse.de
- rpm/package-descriptions: Change summary/description for trace flavor (bnc#488692).
- commit da8e17e
-------------------------------------------------------------------
Mon Jul 19 17:23:30 CEST 2010 - mmarek@suse.cz
- Move rpm changelog to kernel-source.changes.old
- commit 93036bd
-------------------------------------------------------------------
Thu Jul 15 11:47:45 CEST 2010 - bphilips@suse.de
- X86_MRST: Disable moorsetown since it deselects SERIO_I8042
- See 0b28bac5aef7bd1ab213723df031e61db9ff151a, fixed in -tip but we
still don't want X86_MRST
-------------------------------------------------------------------
Wed Jul 14 18:39:08 CEST 2010 - trenn@suse.de
- patches.arch/acpi_fix_fadt_32_bit_zero_length.patch: Only use
32 bit addresses if they have a valid length (bug#581644).
-------------------------------------------------------------------
Wed Jul 14 16:21:46 CEST 2010 - bphilips@suse.de
- Update -desktop config files to enable CGROUPS for systemd
-------------------------------------------------------------------
Wed Jul 14 14:04:36 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc5.
- Eliminated 5 patches.
-------------------------------------------------------------------
Tue Jul 13 14:39:51 CEST 2010 - jack@suse.de
- patches.fixes/novfs-overflow-fixes: novfs: security: Add buffer
overflow, integer wraparound fixes (bnc#594362).
-------------------------------------------------------------------
Wed Jul 7 16:53:17 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35-rc4.
-------------------------------------------------------------------
Wed Jul 7 16:45:02 CEST 2010 - jeffm@suse.de
- patches.suse/xfs-dmapi-2.6.35-api-changes: Updated for -debug flavor.
-------------------------------------------------------------------
Wed Jul 7 15:57:27 CEST 2010 - jeffm@suse.de
- Update config files for vanilla.
-------------------------------------------------------------------
Wed Jul 7 12:14:43 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Install config-option.changes
This file documents the changes in the kernel configs.
-------------------------------------------------------------------
Wed Jul 7 10:37:59 CEST 2010 - mmarek@suse.cz
- patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path
to scripts/setlocalversion.
-------------------------------------------------------------------
Wed Jul 7 00:27:53 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc4.
- Eliminated 4 patches.
-------------------------------------------------------------------
Fri Jul 2 17:21:45 CEST 2010 - jeffm@suse.de
- patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices:
iwlwifi: fix TX power configuration on 3945 and 4965 devices
(bnc#619440 bnc#610421).
-------------------------------------------------------------------
Fri Jul 2 11:27:54 CEST 2010 - jbeulich@novell.com
- patches.suse/stack-unwind: Fix after upstream commit
9e565292270a2d55524be38835104c564ac8f795.
-------------------------------------------------------------------
Fri Jul 2 10:54:39 CEST 2010 - trenn@suse.de
- patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch:
For some reason the macro used by dynamic debug breaks things
(bnc#619416).
-------------------------------------------------------------------
Fri Jul 2 10:42:19 CEST 2010 - trenn@suse.de
Mainline goes another way (bug #476509).
Also there is a problem with this patch, breaking dynamic debugging
(bnc#619416) -> just remove it, there will show up something else
mainline.
- patches.xen/xen3-auto-arch-x86.diff: Refresh.
- patches.arch/x86_mce_intel_decode_physical_address.patch:
Delete.
- patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch:
Delete.
- patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch:
Delete.
-------------------------------------------------------------------
Thu Jul 1 20:19:51 CEST 2010 - jeffm@suse.de
- patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md:
dm-raid45: API update: Remove dm_put after dm_table_get_md
(bnc#615656).
-------------------------------------------------------------------
Thu Jul 1 09:09:17 CEST 2010 - jdelvare@suse.de
- patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch:
Update references (bnc#610362).
-------------------------------------------------------------------
Thu Jul 1 01:02:25 CEST 2010 - bphilips@suse.de
- patches.drivers/ixgbe-disable-tx-engine-before-disabling-tx-laser.patch:
ixgbe: disable tx engine before disabling tx laser.
- patches.drivers/ixgbe-fix-panic-when-shutting-down-system-with-WoL-e.patch:
ixgbe: fix panic when shutting down system with WoL enabled.
- patches.drivers/ixgbe-skip-non-IPv4-packets-in-ATR-filter.patch:
ixgbe: skip non IPv4 packets in ATR filter.
- patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch:
e1000e: don't inadvertently re-set INTX_DISABLE.
-------------------------------------------------------------------
Wed Jun 30 20:20:58 CEST 2010 - bphilips@suse.de
- patches.drivers/e1000-enhance-frame-fragment-detection.patch:
Delete.
- patches.drivers/e1000e-enhance-frame-fragment-detection.patch:
Delete.
-------------------------------------------------------------------
Tue Jun 29 02:38:57 CEST 2010 - nfbrown@suse.de
@ -9,6 +530,32 @@ Mon Jun 28 22:19:17 CEST 2010 - mmarek@suse.cz
- rpm/find-provides: Add base symsets to the main subpackage.
-------------------------------------------------------------------
Fri Jun 25 17:14:03 CEST 2010 - jeffm@suse.de
- Update config files for sparc64/net to remove unnecessary options.
-------------------------------------------------------------------
Fri Jun 25 15:41:20 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fixed typo.
-------------------------------------------------------------------
Fri Jun 25 08:52:45 CEST 2010 - jbeulich@novell.com
- patches.arch/kvm-split-paravirt-ops-by-functionality: Adjust
Kconfig style to match upstream.
- patches.fixes/seccomp-disable-tsc-option: Adjust Kconfig style
to match upstream.
- patches.suse/SoN-11-mm-reserve.patch: Fix compiler warning.
-------------------------------------------------------------------
Fri Jun 25 08:46:24 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35-rc3.
- config.conf: Re-enable Xen.
- Update x86 config files.
-------------------------------------------------------------------
Thu Jun 24 21:02:48 CEST 2010 - agruen@suse.de
@ -37,6 +584,12 @@ Thu Jun 24 16:38:14 CEST 2010 - jeffm@suse.de
GFS2: Fix permissions checking for setflags ioctl() (bnc#608576
CVE-2010-1641).
-------------------------------------------------------------------
Thu Jun 24 11:30:08 CEST 2010 - jdelvare@suse.de
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
(it87) Fix in7 on IT8720F (bnc#612910).
-------------------------------------------------------------------
Thu Jun 24 11:20:34 CEST 2010 - jdelvare@suse.de
@ -142,6 +695,21 @@ Wed Jun 23 17:21:41 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fixed typo.
-------------------------------------------------------------------
Tue Jun 22 13:41:45 CEST 2010 - teheo@suse.de
- patches.drivers/libata-ata_generic-force_dma: ata_generic:
implement ATA_GEN_* flags and force enable DMA on MBP 7,1
(bko#15923).
-------------------------------------------------------------------
Tue Jun 22 13:38:16 CEST 2010 - knikanth@suse.de
- patches.suse/dm-raid45-26-Nov-2009.patch: DMRAID45 module
(bnc#615906, bnc#565962).
- patches.suse/dm-raid45_2.6.27_20081027.patch: Delete.
- Sync dm-raid45 to the later version.
-------------------------------------------------------------------
Tue Jun 22 13:17:40 CEST 2010 - mmarek@suse.cz
@ -155,6 +723,19 @@ Tue Jun 22 12:19:33 CEST 2010 - knikanth@suse.de
- patches.suse/dm-raid45_2.6.27_20081027.patch: Delete.
- Sync dm-raid45 to the later version.
-------------------------------------------------------------------
Mon Jun 21 18:45:29 CEST 2010 - jeffm@suse.de
- Resync v2.6.35 with master.
-------------------------------------------------------------------
Mon Jun 21 18:34:42 CEST 2010 - jeffm@suse.de
- patches.suse/acpi-generic-initramfs-table-override-support:
Refresh.
- patches.suse/init-move-populate_rootfs-back-to-start_kernel:
Refresh.
-------------------------------------------------------------------
Mon Jun 21 14:53:16 CEST 2010 - mmarek@suse.cz
@ -167,6 +748,12 @@ Mon Jun 21 01:27:59 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fix missing kmap calls
while loading initramfs files.
-------------------------------------------------------------------
Mon Jun 21 01:25:19 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fix missing kmap of
pages for initramfs loading.
-------------------------------------------------------------------
Fri Jun 18 15:54:41 CEST 2010 - jbeulich@novell.com
@ -183,12 +770,65 @@ Thu Jun 17 11:54:01 CEST 2010 - teheo@suse.de
ahci,ata_generic: let ata_generic handle new MBP w/ MCP89
(bko#15923).
-------------------------------------------------------------------
Wed Jun 16 20:01:01 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc3.
- Eliminated 1 patch.
-------------------------------------------------------------------
Mon Jun 14 13:47:57 CEST 2010 - jslaby@suse.de
- patches.fixes/pci-hotplug-cpqphp-fix-crash.patch: PCI:
hotplug/cpqphp, fix NULL dereference (bnc#609338).
-------------------------------------------------------------------
Wed Jun 9 22:01:21 CEST 2010 - jeffm@suse.de
- patches.rpmify/ceph-atomic_long-init-fix: ceph: fix atomic64_t
initialization on ia64.
-------------------------------------------------------------------
Tue Jun 8 20:32:43 CEST 2010 - jeffm@suse.de
- patches.trace/utrace-core: Workaround missing kref_set().
-------------------------------------------------------------------
Tue Jun 8 20:20:27 CEST 2010 - jeffm@suse.de
- patches.arch/ppc64-xmon-dmesg-printing.patch: Refresh.
-------------------------------------------------------------------
Tue Jun 8 20:17:40 CEST 2010 - jeffm@suse.de
- patches.rpmify/powerpc-kvm-build-failure-workaround: Refresh.
- patches.rpmify/wlags49-missing-strlen-include: wlags49_h2:
build fix.
-------------------------------------------------------------------
Tue Jun 8 19:46:30 CEST 2010 - jeffm@suse.de
- patches.arch/x86_mce_intel_decode_physical_address.patch:
Refresh.
- patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch:
Refresh.
-------------------------------------------------------------------
Tue Jun 8 17:11:54 CEST 2010 - jeffm@suse.com
- supported.conf: Updated dependencies for 2.6.35
-------------------------------------------------------------------
Mon Jun 7 17:55:56 CEST 2010 - jeffm@suse.com
- patches.kernel.org/revert-tty-fix-a-little-bug-in-scrup-vt-c:
Revert "tty: fix a little bug in scrup, vt.c".
-------------------------------------------------------------------
Mon Jun 7 17:06:01 CEST 2010 - jeffm@suse.com
- Update to 2.6.35-rc2.
-------------------------------------------------------------------
Thu Jun 3 20:28:12 CEST 2010 - jeffm@suse.de
@ -207,6 +847,13 @@ Wed Jun 2 10:41:06 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: More -rt fixes.
-------------------------------------------------------------------
Tue Jun 1 23:04:32 CEST 2010 - jeffm@suse.com
- Update to 2.6.35-rc1.
- Eliminated 13 patches.
- Xen is disabled.
-------------------------------------------------------------------
Tue Jun 1 21:48:10 CEST 2010 - bphilips@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-ps3 (Version 2.6.34)
# spec file for package kernel-ps3 (Version 2.6.36)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.34
%define patchversion 2.6.34
%define srcversion 2.6.35
%define patchversion 2.6.36-rc3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -35,7 +35,7 @@
%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,built-in-where,symsets.pl,find-provides,split-modules,modversions,extract-modaliases,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl})
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,built-in-where,symsets.pl,find-provides,split-modules,modversions,extract-modaliases,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
@ -55,8 +55,8 @@
Name: kernel-ps3
Summary: kernel for ps3 bootloader
Version: 2.6.34
Release: 12
Version: 2.6.36
Release: 1
%if %using_buildservice
%else
%endif
@ -149,6 +149,7 @@ Source34: check-supported-list
Source35: group-source-files.pl
Source37: README.SUSE
Source38: README.KSYMS
Source39: config-options.changes.txt
Source40: source-timestamp
Source41: built-in-where
Source42: symsets.pl
@ -172,6 +173,7 @@ 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
@ -304,7 +306,8 @@ fi
--set-str CONFIG_LOCALVERSION -%release_major-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO
--enable CONFIG_DEBUG_INFO \
--disable CONFIG_DEBUG_INFO_REDUCED
%else
--disable CONFIG_DEBUG_INFO
%endif

View File

@ -1,3 +1,524 @@
-------------------------------------------------------------------
Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de
- Always build in AGP on x86/x86_64 so KMS works on LiveCDs (bnc#609607).
- commit d9bfa1e
-------------------------------------------------------------------
Fri Sep 3 16:38:10 CEST 2010 - jeffm@suse.com
- irda: Correctly clean up self->ias_obj on irda_bind() failure
(CVE-2010-2954 bnc#636112).
- commit f04e61f
-------------------------------------------------------------------
Wed Sep 1 12:04:59 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.36-rc3 and c/s 1029.
- fix unwind annotations.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 6836619
-------------------------------------------------------------------
Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com
- fix unwind annotations.
- commit 5aa6daf
-------------------------------------------------------------------
Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com
- net sched: fix kernel leak in act_police (CVE-2010-2942
bnc#632309).
- commit 66e1d72
-------------------------------------------------------------------
Tue Aug 31 14:02:33 CEST 2010 - jdelvare@suse.de
- fix jiffies overflow problems in bonding (bnc#613273).
- commit 28bd2e8
-------------------------------------------------------------------
Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de
- Refresh vanilla configs.
- commit 26a681e
-------------------------------------------------------------------
Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de
- Update to Linux: 2.6.36-rc3.
- Eliminated 7 patches.
- commit d298d2d
-------------------------------------------------------------------
Sat Aug 28 13:09:20 CEST 2010 - jslaby@suse.cz
- Delete
patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch.
- Delete
patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch.
- Delete
patches.suse/rlim-0022-FS-proc-make-limits-writable.patch.
This was just a workaround crap. In 2.6.36 we have a nice syscall
instead. Sorry for commiting this to the merge-36 branch first. I
didn't notice it was already merged here.
- commit 5449fcb
-------------------------------------------------------------------
Fri Aug 27 16:26:16 CEST 2010 - jeffm@suse.com
- Disabled ACPI table override patches again. fsnotify was introduced into
the truncate path and causes crashes.
- commit e18fc2c
-------------------------------------------------------------------
Thu Aug 26 16:55:14 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/supported-flag-enterprise: Fixed recovery on load failure.
- commit 8a06643
-------------------------------------------------------------------
Thu Aug 26 16:54:46 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/stack-unwind: Fixed recovery on load failure.
- commit 7f15b29
-------------------------------------------------------------------
Tue Aug 24 20:06:39 CEST 2010 - jeffm@suse.com
- patches.arch/s390-message-catalog.diff: dev_info -> _dev_info
- commit ba20988
-------------------------------------------------------------------
Tue Aug 24 18:31:36 CEST 2010 - jeffm@suse.de
- patches.suse/stack-unwind: Fix build on !SMP
- commit abd5493
-------------------------------------------------------------------
Tue Aug 24 18:07:05 CEST 2010 - jeffm@suse.de
- s390: Fix prototype for execve.
- commit b448268
-------------------------------------------------------------------
Tue Aug 24 17:47:48 CEST 2010 - jeffm@suse.de
- spectra: depend on X86_MRST.
- commit 1e3fb89
-------------------------------------------------------------------
Tue Aug 24 17:16:11 CEST 2010 - jeffm@suse.de
- Delete patches.arch/ppc-vmcoreinfo.diff.
- commit ea39e14
-------------------------------------------------------------------
Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de
- caif: Use asm/unaligned.h.
- commit 92c07c2
-------------------------------------------------------------------
Tue Aug 24 17:07:45 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/SoN-20-netvm-tcp-deadlock.patch: Added missing
fixup for sk_rmem_schedule in caif.
- commit a9ff761
-------------------------------------------------------------------
Tue Aug 24 16:47:58 CEST 2010 - mmarek@suse.cz
- makefile: not need to regenerate kernel.release file when
make kernelrelease.
- commit 81237a8
-------------------------------------------------------------------
Tue Aug 24 16:18:58 CEST 2010 - jeffm@suse.com
- rpm/kernel-source.spec.in, scripts/tar-up.sh: Renamed config-options.changes
to config-options.changes.txt in the exported package to avoid triggering
a build service rule error.
- commit ff4889e
-------------------------------------------------------------------
Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com
- Revert "- Renamed doc/config-options.changes to doc/config-options.changes.txt to"
This reverts commit 124ac26de4839f8181a5badedb231eedf5770a3e.
- commit 2932c62
-------------------------------------------------------------------
Tue Aug 24 15:43:02 CEST 2010 - jeffm@suse.com
- Renamed doc/config-options.changes to doc/config-options.changes.txt to
avoid triggering a build service rule error.
- commit 124ac26
-------------------------------------------------------------------
Mon Aug 23 21:06:58 CEST 2010 - jeffm@suse.de
- supported.conf: Add iscsi_boot_sysfs
- commit 80e2ea9
-------------------------------------------------------------------
Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Fixed typo with last fix.
- commit 22210d9
-------------------------------------------------------------------
Mon Aug 23 20:14:03 CEST 2010 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Disable CONFIG_DEBUG_INFO. It's enabled
dynamically in the spec file and now has follow-on options.
- commit d270759
-------------------------------------------------------------------
Mon Aug 23 19:57:40 CEST 2010 - jeffm@suse.de
- patches.rpmify/spectra-drop-locked_ioctl-support: add <linux/smp_lock.h>
to grab the BKL
- commit 1df02ec
-------------------------------------------------------------------
Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de
- Update config files: Disabled DEBUG_INFO_REDUCED.
- commit 393680a
-------------------------------------------------------------------
Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de
- Updated to 2.6.36-rc2.
- Eliminated 2 patches.
- commit 52d47a0
-------------------------------------------------------------------
Wed Aug 18 19:44:13 CEST 2010 - jeffm@suse.de
- Update to 2.6.36-rc1.
- Eliminated 71 patches.
- spectra: Drop ->locked_ioctl support.
- spectra: Drop ->prepare_flush_fn support.
- spectra: Remove duplicate GLOB_VERSION.
- novfs: Fix ioctl usage.
- novfs: use evict_inode.
- Xen is disabled.
- commit 63642f6
-------------------------------------------------------------------
Mon Aug 16 10:22:09 CEST 2010 - tiwai@suse.de
- ALSA: hda - Add quirk for Dell Vostro 1220 (bnc#631066).
- commit df12c34
-------------------------------------------------------------------
Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com
- README.BRANCH: Updated to reflect the permenent in-progress status.
- commit a2c882e
-------------------------------------------------------------------
Thu Aug 12 20:42:29 CEST 2010 - gregkh@suse.de
- Update to 2.6.35.1
- security fixes
- bug fixes
- obsoletes:
patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch.
- commit a009fb4
-------------------------------------------------------------------
Thu Aug 12 20:39:52 CEST 2010 - gregkh@suse.de
- Delete patches.kernel.org/patch-2.6.35-rc1.
- Delete patches.kernel.org/patch-2.6.35-rc1-rc2.
- Delete patches.kernel.org/patch-2.6.35-rc2-rc3.
- Delete patches.kernel.org/patch-2.6.35-rc3-rc4.
- Delete patches.kernel.org/patch-2.6.35-rc4-rc5.
- Delete patches.kernel.org/patch-2.6.35-rc5-rc6.
- commit 2e67843
-------------------------------------------------------------------
Thu Aug 12 20:38:21 CEST 2010 - gregkh@suse.de
- Refresh patches.fixes/novfs-lindent.
Someone needs to remember to actually test out their patches before
adding them to the repo...
- commit 6569c56
-------------------------------------------------------------------
Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com
- doc/README.SUSE: Updated to describe the process used to add custom patches
- commit e5f4670
-------------------------------------------------------------------
Thu Aug 12 08:54:30 CEST 2010 - jslaby@suse.cz
- patches.fixes/vmscan-fix-stalls.patch: vmscan: raise the bar
to PAGEOUT_IO_SYNC stalls (bnc#625339).
- commit 1efea94
-------------------------------------------------------------------
Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz
- novfs: Lindent novfs sources.
- commit 361594a
-------------------------------------------------------------------
Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de
- Refresh
patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch.
- Refresh patches.fixes/sunrpc-monotonic-expiry.
- Delete patches.fixes/nfs-write.c-bug-removal.patch.
Update some patches for 2.6.35
- commit 15d7a62
-------------------------------------------------------------------
Wed Aug 11 05:42:36 CEST 2010 - neilb@suse.de
- NFS: allow close-to-open cache semantics to apply to root of
NFS filesystem (bnc#584720).
- commit deea101
-------------------------------------------------------------------
Tue Aug 10 19:19:37 CEST 2010 - tiwai@suse.de
- ALSA: hda - patch_nvhdmi.c: Add missing codec IDs, unify names
(bnc#627212).
- ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118).
- commit 4844a71
-------------------------------------------------------------------
Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35 final and c/s 1025.
- create devices in /dev/xen when they are expected to be
used there.
- xen/netback: Allow setting of large MTU before rings have
connected.
- xen/netback: Always pull through PKT_PROT_LEN bytes into the
linear part of an skb.
- pass trigger mode and polarity information to Xen for all
interrupts.
- Update Xen config files.
- supported.conf: Add pci-iomul.ko.
- commit c642c1b
-------------------------------------------------------------------
Fri Aug 6 17:03:09 CEST 2010 - jeffm@suse.de
- patches.xen/xen3-auto-xen-arch.diff: Update struct acpi_power_register
usage from upstream commit 718be4aa.
- commit 4ce0b48
-------------------------------------------------------------------
Fri Aug 6 16:09:39 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-final and refresh patch set.
- commit a40327f
-------------------------------------------------------------------
Mon Aug 2 14:39:22 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Package log.sh in the source rpm
- commit 53246ff
-------------------------------------------------------------------
Fri Jul 23 20:09:25 CEST 2010 - jack@suse.cz
- novfs: Fix error codes for getxattr for novfs (bnc#529535).
- commit 06b3243
-------------------------------------------------------------------
Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc6.
- commit 643df99
-------------------------------------------------------------------
Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz
- novfs: code cleanup for one case of novfs return value
(bnc#624606).
- commit 4875860
-------------------------------------------------------------------
Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz
- Fixed patch headers of patches.fixes/novfs-xattr-memleak
- commit 65ab01f
-------------------------------------------------------------------
Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz
- novfs: Fix a memory leak that causes an OOM condition
(bnc#610828).
- commit 519d8a0
-------------------------------------------------------------------
Tue Jul 20 14:01:26 CEST 2010 - jack@suse.cz
- novfs: backing device info initialization (bnc#623472).
- commit b576dae
-------------------------------------------------------------------
Tue Jul 20 12:55:33 CEST 2010 - mmarek@suse.cz
- scripts/tar-up.sh: Generate the rpm changelog using gitlog2changes.
- Move kernel-source.changes.old to rpm/ (not included in the pachage
though).
- commit 8ed2389
-------------------------------------------------------------------
Tue Jul 20 11:22:47 CEST 2010 - jblunck@suse.de
- rpm/package-descriptions: Change summary/description for trace flavor (bnc#488692).
- commit da8e17e
-------------------------------------------------------------------
Mon Jul 19 17:23:30 CEST 2010 - mmarek@suse.cz
- Move rpm changelog to kernel-source.changes.old
- commit 93036bd
-------------------------------------------------------------------
Thu Jul 15 11:47:45 CEST 2010 - bphilips@suse.de
- X86_MRST: Disable moorsetown since it deselects SERIO_I8042
- See 0b28bac5aef7bd1ab213723df031e61db9ff151a, fixed in -tip but we
still don't want X86_MRST
-------------------------------------------------------------------
Wed Jul 14 18:39:08 CEST 2010 - trenn@suse.de
- patches.arch/acpi_fix_fadt_32_bit_zero_length.patch: Only use
32 bit addresses if they have a valid length (bug#581644).
-------------------------------------------------------------------
Wed Jul 14 16:21:46 CEST 2010 - bphilips@suse.de
- Update -desktop config files to enable CGROUPS for systemd
-------------------------------------------------------------------
Wed Jul 14 14:04:36 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc5.
- Eliminated 5 patches.
-------------------------------------------------------------------
Tue Jul 13 14:39:51 CEST 2010 - jack@suse.de
- patches.fixes/novfs-overflow-fixes: novfs: security: Add buffer
overflow, integer wraparound fixes (bnc#594362).
-------------------------------------------------------------------
Wed Jul 7 16:53:17 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35-rc4.
-------------------------------------------------------------------
Wed Jul 7 16:45:02 CEST 2010 - jeffm@suse.de
- patches.suse/xfs-dmapi-2.6.35-api-changes: Updated for -debug flavor.
-------------------------------------------------------------------
Wed Jul 7 15:57:27 CEST 2010 - jeffm@suse.de
- Update config files for vanilla.
-------------------------------------------------------------------
Wed Jul 7 12:14:43 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Install config-option.changes
This file documents the changes in the kernel configs.
-------------------------------------------------------------------
Wed Jul 7 10:37:59 CEST 2010 - mmarek@suse.cz
- patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path
to scripts/setlocalversion.
-------------------------------------------------------------------
Wed Jul 7 00:27:53 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc4.
- Eliminated 4 patches.
-------------------------------------------------------------------
Fri Jul 2 17:21:45 CEST 2010 - jeffm@suse.de
- patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices:
iwlwifi: fix TX power configuration on 3945 and 4965 devices
(bnc#619440 bnc#610421).
-------------------------------------------------------------------
Fri Jul 2 11:27:54 CEST 2010 - jbeulich@novell.com
- patches.suse/stack-unwind: Fix after upstream commit
9e565292270a2d55524be38835104c564ac8f795.
-------------------------------------------------------------------
Fri Jul 2 10:54:39 CEST 2010 - trenn@suse.de
- patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch:
For some reason the macro used by dynamic debug breaks things
(bnc#619416).
-------------------------------------------------------------------
Fri Jul 2 10:42:19 CEST 2010 - trenn@suse.de
Mainline goes another way (bug #476509).
Also there is a problem with this patch, breaking dynamic debugging
(bnc#619416) -> just remove it, there will show up something else
mainline.
- patches.xen/xen3-auto-arch-x86.diff: Refresh.
- patches.arch/x86_mce_intel_decode_physical_address.patch:
Delete.
- patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch:
Delete.
- patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch:
Delete.
-------------------------------------------------------------------
Thu Jul 1 20:19:51 CEST 2010 - jeffm@suse.de
- patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md:
dm-raid45: API update: Remove dm_put after dm_table_get_md
(bnc#615656).
-------------------------------------------------------------------
Thu Jul 1 09:09:17 CEST 2010 - jdelvare@suse.de
- patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch:
Update references (bnc#610362).
-------------------------------------------------------------------
Thu Jul 1 01:02:25 CEST 2010 - bphilips@suse.de
- patches.drivers/ixgbe-disable-tx-engine-before-disabling-tx-laser.patch:
ixgbe: disable tx engine before disabling tx laser.
- patches.drivers/ixgbe-fix-panic-when-shutting-down-system-with-WoL-e.patch:
ixgbe: fix panic when shutting down system with WoL enabled.
- patches.drivers/ixgbe-skip-non-IPv4-packets-in-ATR-filter.patch:
ixgbe: skip non IPv4 packets in ATR filter.
- patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch:
e1000e: don't inadvertently re-set INTX_DISABLE.
-------------------------------------------------------------------
Wed Jun 30 20:20:58 CEST 2010 - bphilips@suse.de
- patches.drivers/e1000-enhance-frame-fragment-detection.patch:
Delete.
- patches.drivers/e1000e-enhance-frame-fragment-detection.patch:
Delete.
-------------------------------------------------------------------
Tue Jun 29 02:38:57 CEST 2010 - nfbrown@suse.de
@ -9,6 +530,32 @@ Mon Jun 28 22:19:17 CEST 2010 - mmarek@suse.cz
- rpm/find-provides: Add base symsets to the main subpackage.
-------------------------------------------------------------------
Fri Jun 25 17:14:03 CEST 2010 - jeffm@suse.de
- Update config files for sparc64/net to remove unnecessary options.
-------------------------------------------------------------------
Fri Jun 25 15:41:20 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fixed typo.
-------------------------------------------------------------------
Fri Jun 25 08:52:45 CEST 2010 - jbeulich@novell.com
- patches.arch/kvm-split-paravirt-ops-by-functionality: Adjust
Kconfig style to match upstream.
- patches.fixes/seccomp-disable-tsc-option: Adjust Kconfig style
to match upstream.
- patches.suse/SoN-11-mm-reserve.patch: Fix compiler warning.
-------------------------------------------------------------------
Fri Jun 25 08:46:24 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35-rc3.
- config.conf: Re-enable Xen.
- Update x86 config files.
-------------------------------------------------------------------
Thu Jun 24 21:02:48 CEST 2010 - agruen@suse.de
@ -37,6 +584,12 @@ Thu Jun 24 16:38:14 CEST 2010 - jeffm@suse.de
GFS2: Fix permissions checking for setflags ioctl() (bnc#608576
CVE-2010-1641).
-------------------------------------------------------------------
Thu Jun 24 11:30:08 CEST 2010 - jdelvare@suse.de
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
(it87) Fix in7 on IT8720F (bnc#612910).
-------------------------------------------------------------------
Thu Jun 24 11:20:34 CEST 2010 - jdelvare@suse.de
@ -142,6 +695,21 @@ Wed Jun 23 17:21:41 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fixed typo.
-------------------------------------------------------------------
Tue Jun 22 13:41:45 CEST 2010 - teheo@suse.de
- patches.drivers/libata-ata_generic-force_dma: ata_generic:
implement ATA_GEN_* flags and force enable DMA on MBP 7,1
(bko#15923).
-------------------------------------------------------------------
Tue Jun 22 13:38:16 CEST 2010 - knikanth@suse.de
- patches.suse/dm-raid45-26-Nov-2009.patch: DMRAID45 module
(bnc#615906, bnc#565962).
- patches.suse/dm-raid45_2.6.27_20081027.patch: Delete.
- Sync dm-raid45 to the later version.
-------------------------------------------------------------------
Tue Jun 22 13:17:40 CEST 2010 - mmarek@suse.cz
@ -155,6 +723,19 @@ Tue Jun 22 12:19:33 CEST 2010 - knikanth@suse.de
- patches.suse/dm-raid45_2.6.27_20081027.patch: Delete.
- Sync dm-raid45 to the later version.
-------------------------------------------------------------------
Mon Jun 21 18:45:29 CEST 2010 - jeffm@suse.de
- Resync v2.6.35 with master.
-------------------------------------------------------------------
Mon Jun 21 18:34:42 CEST 2010 - jeffm@suse.de
- patches.suse/acpi-generic-initramfs-table-override-support:
Refresh.
- patches.suse/init-move-populate_rootfs-back-to-start_kernel:
Refresh.
-------------------------------------------------------------------
Mon Jun 21 14:53:16 CEST 2010 - mmarek@suse.cz
@ -167,6 +748,12 @@ Mon Jun 21 01:27:59 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fix missing kmap calls
while loading initramfs files.
-------------------------------------------------------------------
Mon Jun 21 01:25:19 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fix missing kmap of
pages for initramfs loading.
-------------------------------------------------------------------
Fri Jun 18 15:54:41 CEST 2010 - jbeulich@novell.com
@ -183,12 +770,65 @@ Thu Jun 17 11:54:01 CEST 2010 - teheo@suse.de
ahci,ata_generic: let ata_generic handle new MBP w/ MCP89
(bko#15923).
-------------------------------------------------------------------
Wed Jun 16 20:01:01 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc3.
- Eliminated 1 patch.
-------------------------------------------------------------------
Mon Jun 14 13:47:57 CEST 2010 - jslaby@suse.de
- patches.fixes/pci-hotplug-cpqphp-fix-crash.patch: PCI:
hotplug/cpqphp, fix NULL dereference (bnc#609338).
-------------------------------------------------------------------
Wed Jun 9 22:01:21 CEST 2010 - jeffm@suse.de
- patches.rpmify/ceph-atomic_long-init-fix: ceph: fix atomic64_t
initialization on ia64.
-------------------------------------------------------------------
Tue Jun 8 20:32:43 CEST 2010 - jeffm@suse.de
- patches.trace/utrace-core: Workaround missing kref_set().
-------------------------------------------------------------------
Tue Jun 8 20:20:27 CEST 2010 - jeffm@suse.de
- patches.arch/ppc64-xmon-dmesg-printing.patch: Refresh.
-------------------------------------------------------------------
Tue Jun 8 20:17:40 CEST 2010 - jeffm@suse.de
- patches.rpmify/powerpc-kvm-build-failure-workaround: Refresh.
- patches.rpmify/wlags49-missing-strlen-include: wlags49_h2:
build fix.
-------------------------------------------------------------------
Tue Jun 8 19:46:30 CEST 2010 - jeffm@suse.de
- patches.arch/x86_mce_intel_decode_physical_address.patch:
Refresh.
- patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch:
Refresh.
-------------------------------------------------------------------
Tue Jun 8 17:11:54 CEST 2010 - jeffm@suse.com
- supported.conf: Updated dependencies for 2.6.35
-------------------------------------------------------------------
Mon Jun 7 17:55:56 CEST 2010 - jeffm@suse.com
- patches.kernel.org/revert-tty-fix-a-little-bug-in-scrup-vt-c:
Revert "tty: fix a little bug in scrup, vt.c".
-------------------------------------------------------------------
Mon Jun 7 17:06:01 CEST 2010 - jeffm@suse.com
- Update to 2.6.35-rc2.
-------------------------------------------------------------------
Thu Jun 3 20:28:12 CEST 2010 - jeffm@suse.de
@ -207,6 +847,13 @@ Wed Jun 2 10:41:06 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: More -rt fixes.
-------------------------------------------------------------------
Tue Jun 1 23:04:32 CEST 2010 - jeffm@suse.com
- Update to 2.6.35-rc1.
- Eliminated 13 patches.
- Xen is disabled.
-------------------------------------------------------------------
Tue Jun 1 21:48:10 CEST 2010 - bphilips@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-s390 (Version 2.6.34)
# spec file for package kernel-s390 (Version 2.6.36)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.34
%define patchversion 2.6.34
%define srcversion 2.6.35
%define patchversion 2.6.36-rc3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -35,7 +35,7 @@
%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,built-in-where,symsets.pl,find-provides,split-modules,modversions,extract-modaliases,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl})
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,built-in-where,symsets.pl,find-provides,split-modules,modversions,extract-modaliases,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
@ -55,8 +55,8 @@
Name: kernel-s390
Summary: The Standard Kernel
Version: 2.6.34
Release: 12
Version: 2.6.36
Release: 1
%if %using_buildservice
%else
%endif
@ -153,6 +153,7 @@ Source34: check-supported-list
Source35: group-source-files.pl
Source37: README.SUSE
Source38: README.KSYMS
Source39: config-options.changes.txt
Source40: source-timestamp
Source41: built-in-where
Source42: symsets.pl
@ -176,6 +177,7 @@ 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
@ -305,7 +307,8 @@ fi
--set-str CONFIG_LOCALVERSION -%release_major-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO
--enable CONFIG_DEBUG_INFO \
--disable CONFIG_DEBUG_INFO_REDUCED
%else
--disable CONFIG_DEBUG_INFO
%endif

View File

@ -1,3 +1,524 @@
-------------------------------------------------------------------
Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de
- Always build in AGP on x86/x86_64 so KMS works on LiveCDs (bnc#609607).
- commit d9bfa1e
-------------------------------------------------------------------
Fri Sep 3 16:38:10 CEST 2010 - jeffm@suse.com
- irda: Correctly clean up self->ias_obj on irda_bind() failure
(CVE-2010-2954 bnc#636112).
- commit f04e61f
-------------------------------------------------------------------
Wed Sep 1 12:04:59 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.36-rc3 and c/s 1029.
- fix unwind annotations.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 6836619
-------------------------------------------------------------------
Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com
- fix unwind annotations.
- commit 5aa6daf
-------------------------------------------------------------------
Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com
- net sched: fix kernel leak in act_police (CVE-2010-2942
bnc#632309).
- commit 66e1d72
-------------------------------------------------------------------
Tue Aug 31 14:02:33 CEST 2010 - jdelvare@suse.de
- fix jiffies overflow problems in bonding (bnc#613273).
- commit 28bd2e8
-------------------------------------------------------------------
Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de
- Refresh vanilla configs.
- commit 26a681e
-------------------------------------------------------------------
Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de
- Update to Linux: 2.6.36-rc3.
- Eliminated 7 patches.
- commit d298d2d
-------------------------------------------------------------------
Sat Aug 28 13:09:20 CEST 2010 - jslaby@suse.cz
- Delete
patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch.
- Delete
patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch.
- Delete
patches.suse/rlim-0022-FS-proc-make-limits-writable.patch.
This was just a workaround crap. In 2.6.36 we have a nice syscall
instead. Sorry for commiting this to the merge-36 branch first. I
didn't notice it was already merged here.
- commit 5449fcb
-------------------------------------------------------------------
Fri Aug 27 16:26:16 CEST 2010 - jeffm@suse.com
- Disabled ACPI table override patches again. fsnotify was introduced into
the truncate path and causes crashes.
- commit e18fc2c
-------------------------------------------------------------------
Thu Aug 26 16:55:14 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/supported-flag-enterprise: Fixed recovery on load failure.
- commit 8a06643
-------------------------------------------------------------------
Thu Aug 26 16:54:46 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/stack-unwind: Fixed recovery on load failure.
- commit 7f15b29
-------------------------------------------------------------------
Tue Aug 24 20:06:39 CEST 2010 - jeffm@suse.com
- patches.arch/s390-message-catalog.diff: dev_info -> _dev_info
- commit ba20988
-------------------------------------------------------------------
Tue Aug 24 18:31:36 CEST 2010 - jeffm@suse.de
- patches.suse/stack-unwind: Fix build on !SMP
- commit abd5493
-------------------------------------------------------------------
Tue Aug 24 18:07:05 CEST 2010 - jeffm@suse.de
- s390: Fix prototype for execve.
- commit b448268
-------------------------------------------------------------------
Tue Aug 24 17:47:48 CEST 2010 - jeffm@suse.de
- spectra: depend on X86_MRST.
- commit 1e3fb89
-------------------------------------------------------------------
Tue Aug 24 17:16:11 CEST 2010 - jeffm@suse.de
- Delete patches.arch/ppc-vmcoreinfo.diff.
- commit ea39e14
-------------------------------------------------------------------
Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de
- caif: Use asm/unaligned.h.
- commit 92c07c2
-------------------------------------------------------------------
Tue Aug 24 17:07:45 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/SoN-20-netvm-tcp-deadlock.patch: Added missing
fixup for sk_rmem_schedule in caif.
- commit a9ff761
-------------------------------------------------------------------
Tue Aug 24 16:47:58 CEST 2010 - mmarek@suse.cz
- makefile: not need to regenerate kernel.release file when
make kernelrelease.
- commit 81237a8
-------------------------------------------------------------------
Tue Aug 24 16:18:58 CEST 2010 - jeffm@suse.com
- rpm/kernel-source.spec.in, scripts/tar-up.sh: Renamed config-options.changes
to config-options.changes.txt in the exported package to avoid triggering
a build service rule error.
- commit ff4889e
-------------------------------------------------------------------
Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com
- Revert "- Renamed doc/config-options.changes to doc/config-options.changes.txt to"
This reverts commit 124ac26de4839f8181a5badedb231eedf5770a3e.
- commit 2932c62
-------------------------------------------------------------------
Tue Aug 24 15:43:02 CEST 2010 - jeffm@suse.com
- Renamed doc/config-options.changes to doc/config-options.changes.txt to
avoid triggering a build service rule error.
- commit 124ac26
-------------------------------------------------------------------
Mon Aug 23 21:06:58 CEST 2010 - jeffm@suse.de
- supported.conf: Add iscsi_boot_sysfs
- commit 80e2ea9
-------------------------------------------------------------------
Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Fixed typo with last fix.
- commit 22210d9
-------------------------------------------------------------------
Mon Aug 23 20:14:03 CEST 2010 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Disable CONFIG_DEBUG_INFO. It's enabled
dynamically in the spec file and now has follow-on options.
- commit d270759
-------------------------------------------------------------------
Mon Aug 23 19:57:40 CEST 2010 - jeffm@suse.de
- patches.rpmify/spectra-drop-locked_ioctl-support: add <linux/smp_lock.h>
to grab the BKL
- commit 1df02ec
-------------------------------------------------------------------
Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de
- Update config files: Disabled DEBUG_INFO_REDUCED.
- commit 393680a
-------------------------------------------------------------------
Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de
- Updated to 2.6.36-rc2.
- Eliminated 2 patches.
- commit 52d47a0
-------------------------------------------------------------------
Wed Aug 18 19:44:13 CEST 2010 - jeffm@suse.de
- Update to 2.6.36-rc1.
- Eliminated 71 patches.
- spectra: Drop ->locked_ioctl support.
- spectra: Drop ->prepare_flush_fn support.
- spectra: Remove duplicate GLOB_VERSION.
- novfs: Fix ioctl usage.
- novfs: use evict_inode.
- Xen is disabled.
- commit 63642f6
-------------------------------------------------------------------
Mon Aug 16 10:22:09 CEST 2010 - tiwai@suse.de
- ALSA: hda - Add quirk for Dell Vostro 1220 (bnc#631066).
- commit df12c34
-------------------------------------------------------------------
Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com
- README.BRANCH: Updated to reflect the permenent in-progress status.
- commit a2c882e
-------------------------------------------------------------------
Thu Aug 12 20:42:29 CEST 2010 - gregkh@suse.de
- Update to 2.6.35.1
- security fixes
- bug fixes
- obsoletes:
patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch.
- commit a009fb4
-------------------------------------------------------------------
Thu Aug 12 20:39:52 CEST 2010 - gregkh@suse.de
- Delete patches.kernel.org/patch-2.6.35-rc1.
- Delete patches.kernel.org/patch-2.6.35-rc1-rc2.
- Delete patches.kernel.org/patch-2.6.35-rc2-rc3.
- Delete patches.kernel.org/patch-2.6.35-rc3-rc4.
- Delete patches.kernel.org/patch-2.6.35-rc4-rc5.
- Delete patches.kernel.org/patch-2.6.35-rc5-rc6.
- commit 2e67843
-------------------------------------------------------------------
Thu Aug 12 20:38:21 CEST 2010 - gregkh@suse.de
- Refresh patches.fixes/novfs-lindent.
Someone needs to remember to actually test out their patches before
adding them to the repo...
- commit 6569c56
-------------------------------------------------------------------
Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com
- doc/README.SUSE: Updated to describe the process used to add custom patches
- commit e5f4670
-------------------------------------------------------------------
Thu Aug 12 08:54:30 CEST 2010 - jslaby@suse.cz
- patches.fixes/vmscan-fix-stalls.patch: vmscan: raise the bar
to PAGEOUT_IO_SYNC stalls (bnc#625339).
- commit 1efea94
-------------------------------------------------------------------
Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz
- novfs: Lindent novfs sources.
- commit 361594a
-------------------------------------------------------------------
Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de
- Refresh
patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch.
- Refresh patches.fixes/sunrpc-monotonic-expiry.
- Delete patches.fixes/nfs-write.c-bug-removal.patch.
Update some patches for 2.6.35
- commit 15d7a62
-------------------------------------------------------------------
Wed Aug 11 05:42:36 CEST 2010 - neilb@suse.de
- NFS: allow close-to-open cache semantics to apply to root of
NFS filesystem (bnc#584720).
- commit deea101
-------------------------------------------------------------------
Tue Aug 10 19:19:37 CEST 2010 - tiwai@suse.de
- ALSA: hda - patch_nvhdmi.c: Add missing codec IDs, unify names
(bnc#627212).
- ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118).
- commit 4844a71
-------------------------------------------------------------------
Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35 final and c/s 1025.
- create devices in /dev/xen when they are expected to be
used there.
- xen/netback: Allow setting of large MTU before rings have
connected.
- xen/netback: Always pull through PKT_PROT_LEN bytes into the
linear part of an skb.
- pass trigger mode and polarity information to Xen for all
interrupts.
- Update Xen config files.
- supported.conf: Add pci-iomul.ko.
- commit c642c1b
-------------------------------------------------------------------
Fri Aug 6 17:03:09 CEST 2010 - jeffm@suse.de
- patches.xen/xen3-auto-xen-arch.diff: Update struct acpi_power_register
usage from upstream commit 718be4aa.
- commit 4ce0b48
-------------------------------------------------------------------
Fri Aug 6 16:09:39 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-final and refresh patch set.
- commit a40327f
-------------------------------------------------------------------
Mon Aug 2 14:39:22 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Package log.sh in the source rpm
- commit 53246ff
-------------------------------------------------------------------
Fri Jul 23 20:09:25 CEST 2010 - jack@suse.cz
- novfs: Fix error codes for getxattr for novfs (bnc#529535).
- commit 06b3243
-------------------------------------------------------------------
Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc6.
- commit 643df99
-------------------------------------------------------------------
Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz
- novfs: code cleanup for one case of novfs return value
(bnc#624606).
- commit 4875860
-------------------------------------------------------------------
Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz
- Fixed patch headers of patches.fixes/novfs-xattr-memleak
- commit 65ab01f
-------------------------------------------------------------------
Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz
- novfs: Fix a memory leak that causes an OOM condition
(bnc#610828).
- commit 519d8a0
-------------------------------------------------------------------
Tue Jul 20 14:01:26 CEST 2010 - jack@suse.cz
- novfs: backing device info initialization (bnc#623472).
- commit b576dae
-------------------------------------------------------------------
Tue Jul 20 12:55:33 CEST 2010 - mmarek@suse.cz
- scripts/tar-up.sh: Generate the rpm changelog using gitlog2changes.
- Move kernel-source.changes.old to rpm/ (not included in the pachage
though).
- commit 8ed2389
-------------------------------------------------------------------
Tue Jul 20 11:22:47 CEST 2010 - jblunck@suse.de
- rpm/package-descriptions: Change summary/description for trace flavor (bnc#488692).
- commit da8e17e
-------------------------------------------------------------------
Mon Jul 19 17:23:30 CEST 2010 - mmarek@suse.cz
- Move rpm changelog to kernel-source.changes.old
- commit 93036bd
-------------------------------------------------------------------
Thu Jul 15 11:47:45 CEST 2010 - bphilips@suse.de
- X86_MRST: Disable moorsetown since it deselects SERIO_I8042
- See 0b28bac5aef7bd1ab213723df031e61db9ff151a, fixed in -tip but we
still don't want X86_MRST
-------------------------------------------------------------------
Wed Jul 14 18:39:08 CEST 2010 - trenn@suse.de
- patches.arch/acpi_fix_fadt_32_bit_zero_length.patch: Only use
32 bit addresses if they have a valid length (bug#581644).
-------------------------------------------------------------------
Wed Jul 14 16:21:46 CEST 2010 - bphilips@suse.de
- Update -desktop config files to enable CGROUPS for systemd
-------------------------------------------------------------------
Wed Jul 14 14:04:36 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc5.
- Eliminated 5 patches.
-------------------------------------------------------------------
Tue Jul 13 14:39:51 CEST 2010 - jack@suse.de
- patches.fixes/novfs-overflow-fixes: novfs: security: Add buffer
overflow, integer wraparound fixes (bnc#594362).
-------------------------------------------------------------------
Wed Jul 7 16:53:17 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35-rc4.
-------------------------------------------------------------------
Wed Jul 7 16:45:02 CEST 2010 - jeffm@suse.de
- patches.suse/xfs-dmapi-2.6.35-api-changes: Updated for -debug flavor.
-------------------------------------------------------------------
Wed Jul 7 15:57:27 CEST 2010 - jeffm@suse.de
- Update config files for vanilla.
-------------------------------------------------------------------
Wed Jul 7 12:14:43 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Install config-option.changes
This file documents the changes in the kernel configs.
-------------------------------------------------------------------
Wed Jul 7 10:37:59 CEST 2010 - mmarek@suse.cz
- patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path
to scripts/setlocalversion.
-------------------------------------------------------------------
Wed Jul 7 00:27:53 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc4.
- Eliminated 4 patches.
-------------------------------------------------------------------
Fri Jul 2 17:21:45 CEST 2010 - jeffm@suse.de
- patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices:
iwlwifi: fix TX power configuration on 3945 and 4965 devices
(bnc#619440 bnc#610421).
-------------------------------------------------------------------
Fri Jul 2 11:27:54 CEST 2010 - jbeulich@novell.com
- patches.suse/stack-unwind: Fix after upstream commit
9e565292270a2d55524be38835104c564ac8f795.
-------------------------------------------------------------------
Fri Jul 2 10:54:39 CEST 2010 - trenn@suse.de
- patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch:
For some reason the macro used by dynamic debug breaks things
(bnc#619416).
-------------------------------------------------------------------
Fri Jul 2 10:42:19 CEST 2010 - trenn@suse.de
Mainline goes another way (bug #476509).
Also there is a problem with this patch, breaking dynamic debugging
(bnc#619416) -> just remove it, there will show up something else
mainline.
- patches.xen/xen3-auto-arch-x86.diff: Refresh.
- patches.arch/x86_mce_intel_decode_physical_address.patch:
Delete.
- patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch:
Delete.
- patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch:
Delete.
-------------------------------------------------------------------
Thu Jul 1 20:19:51 CEST 2010 - jeffm@suse.de
- patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md:
dm-raid45: API update: Remove dm_put after dm_table_get_md
(bnc#615656).
-------------------------------------------------------------------
Thu Jul 1 09:09:17 CEST 2010 - jdelvare@suse.de
- patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch:
Update references (bnc#610362).
-------------------------------------------------------------------
Thu Jul 1 01:02:25 CEST 2010 - bphilips@suse.de
- patches.drivers/ixgbe-disable-tx-engine-before-disabling-tx-laser.patch:
ixgbe: disable tx engine before disabling tx laser.
- patches.drivers/ixgbe-fix-panic-when-shutting-down-system-with-WoL-e.patch:
ixgbe: fix panic when shutting down system with WoL enabled.
- patches.drivers/ixgbe-skip-non-IPv4-packets-in-ATR-filter.patch:
ixgbe: skip non IPv4 packets in ATR filter.
- patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch:
e1000e: don't inadvertently re-set INTX_DISABLE.
-------------------------------------------------------------------
Wed Jun 30 20:20:58 CEST 2010 - bphilips@suse.de
- patches.drivers/e1000-enhance-frame-fragment-detection.patch:
Delete.
- patches.drivers/e1000e-enhance-frame-fragment-detection.patch:
Delete.
-------------------------------------------------------------------
Tue Jun 29 02:38:57 CEST 2010 - nfbrown@suse.de
@ -9,6 +530,32 @@ Mon Jun 28 22:19:17 CEST 2010 - mmarek@suse.cz
- rpm/find-provides: Add base symsets to the main subpackage.
-------------------------------------------------------------------
Fri Jun 25 17:14:03 CEST 2010 - jeffm@suse.de
- Update config files for sparc64/net to remove unnecessary options.
-------------------------------------------------------------------
Fri Jun 25 15:41:20 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fixed typo.
-------------------------------------------------------------------
Fri Jun 25 08:52:45 CEST 2010 - jbeulich@novell.com
- patches.arch/kvm-split-paravirt-ops-by-functionality: Adjust
Kconfig style to match upstream.
- patches.fixes/seccomp-disable-tsc-option: Adjust Kconfig style
to match upstream.
- patches.suse/SoN-11-mm-reserve.patch: Fix compiler warning.
-------------------------------------------------------------------
Fri Jun 25 08:46:24 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35-rc3.
- config.conf: Re-enable Xen.
- Update x86 config files.
-------------------------------------------------------------------
Thu Jun 24 21:02:48 CEST 2010 - agruen@suse.de
@ -37,6 +584,12 @@ Thu Jun 24 16:38:14 CEST 2010 - jeffm@suse.de
GFS2: Fix permissions checking for setflags ioctl() (bnc#608576
CVE-2010-1641).
-------------------------------------------------------------------
Thu Jun 24 11:30:08 CEST 2010 - jdelvare@suse.de
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
(it87) Fix in7 on IT8720F (bnc#612910).
-------------------------------------------------------------------
Thu Jun 24 11:20:34 CEST 2010 - jdelvare@suse.de
@ -142,6 +695,21 @@ Wed Jun 23 17:21:41 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fixed typo.
-------------------------------------------------------------------
Tue Jun 22 13:41:45 CEST 2010 - teheo@suse.de
- patches.drivers/libata-ata_generic-force_dma: ata_generic:
implement ATA_GEN_* flags and force enable DMA on MBP 7,1
(bko#15923).
-------------------------------------------------------------------
Tue Jun 22 13:38:16 CEST 2010 - knikanth@suse.de
- patches.suse/dm-raid45-26-Nov-2009.patch: DMRAID45 module
(bnc#615906, bnc#565962).
- patches.suse/dm-raid45_2.6.27_20081027.patch: Delete.
- Sync dm-raid45 to the later version.
-------------------------------------------------------------------
Tue Jun 22 13:17:40 CEST 2010 - mmarek@suse.cz
@ -155,6 +723,19 @@ Tue Jun 22 12:19:33 CEST 2010 - knikanth@suse.de
- patches.suse/dm-raid45_2.6.27_20081027.patch: Delete.
- Sync dm-raid45 to the later version.
-------------------------------------------------------------------
Mon Jun 21 18:45:29 CEST 2010 - jeffm@suse.de
- Resync v2.6.35 with master.
-------------------------------------------------------------------
Mon Jun 21 18:34:42 CEST 2010 - jeffm@suse.de
- patches.suse/acpi-generic-initramfs-table-override-support:
Refresh.
- patches.suse/init-move-populate_rootfs-back-to-start_kernel:
Refresh.
-------------------------------------------------------------------
Mon Jun 21 14:53:16 CEST 2010 - mmarek@suse.cz
@ -167,6 +748,12 @@ Mon Jun 21 01:27:59 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fix missing kmap calls
while loading initramfs files.
-------------------------------------------------------------------
Mon Jun 21 01:25:19 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fix missing kmap of
pages for initramfs loading.
-------------------------------------------------------------------
Fri Jun 18 15:54:41 CEST 2010 - jbeulich@novell.com
@ -183,12 +770,65 @@ Thu Jun 17 11:54:01 CEST 2010 - teheo@suse.de
ahci,ata_generic: let ata_generic handle new MBP w/ MCP89
(bko#15923).
-------------------------------------------------------------------
Wed Jun 16 20:01:01 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc3.
- Eliminated 1 patch.
-------------------------------------------------------------------
Mon Jun 14 13:47:57 CEST 2010 - jslaby@suse.de
- patches.fixes/pci-hotplug-cpqphp-fix-crash.patch: PCI:
hotplug/cpqphp, fix NULL dereference (bnc#609338).
-------------------------------------------------------------------
Wed Jun 9 22:01:21 CEST 2010 - jeffm@suse.de
- patches.rpmify/ceph-atomic_long-init-fix: ceph: fix atomic64_t
initialization on ia64.
-------------------------------------------------------------------
Tue Jun 8 20:32:43 CEST 2010 - jeffm@suse.de
- patches.trace/utrace-core: Workaround missing kref_set().
-------------------------------------------------------------------
Tue Jun 8 20:20:27 CEST 2010 - jeffm@suse.de
- patches.arch/ppc64-xmon-dmesg-printing.patch: Refresh.
-------------------------------------------------------------------
Tue Jun 8 20:17:40 CEST 2010 - jeffm@suse.de
- patches.rpmify/powerpc-kvm-build-failure-workaround: Refresh.
- patches.rpmify/wlags49-missing-strlen-include: wlags49_h2:
build fix.
-------------------------------------------------------------------
Tue Jun 8 19:46:30 CEST 2010 - jeffm@suse.de
- patches.arch/x86_mce_intel_decode_physical_address.patch:
Refresh.
- patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch:
Refresh.
-------------------------------------------------------------------
Tue Jun 8 17:11:54 CEST 2010 - jeffm@suse.com
- supported.conf: Updated dependencies for 2.6.35
-------------------------------------------------------------------
Mon Jun 7 17:55:56 CEST 2010 - jeffm@suse.com
- patches.kernel.org/revert-tty-fix-a-little-bug-in-scrup-vt-c:
Revert "tty: fix a little bug in scrup, vt.c".
-------------------------------------------------------------------
Mon Jun 7 17:06:01 CEST 2010 - jeffm@suse.com
- Update to 2.6.35-rc2.
-------------------------------------------------------------------
Thu Jun 3 20:28:12 CEST 2010 - jeffm@suse.de
@ -207,6 +847,13 @@ Wed Jun 2 10:41:06 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: More -rt fixes.
-------------------------------------------------------------------
Tue Jun 1 23:04:32 CEST 2010 - jeffm@suse.com
- Update to 2.6.35-rc1.
- Eliminated 13 patches.
- Xen is disabled.
-------------------------------------------------------------------
Tue Jun 1 21:48:10 CEST 2010 - bphilips@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-source (Version 2.6.34)
# spec file for package kernel-source (Version 2.6.36)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,8 +18,8 @@
# norootforbuild
# icecream 0
%define srcversion 2.6.34
%define patchversion 2.6.34
%define srcversion 2.6.35
%define patchversion 2.6.36-rc3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -30,8 +30,8 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 2.6.34
Release: 12
Version: 2.6.36
Release: 1
%if %using_buildservice
%else
%endif
@ -64,6 +64,7 @@ Source34: check-supported-list
Source35: group-source-files.pl
Source37: README.SUSE
Source38: README.KSYMS
Source39: config-options.changes.txt
Source40: source-timestamp
Source41: built-in-where
Source42: symsets.pl
@ -87,6 +88,7 @@ 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
@ -108,7 +110,7 @@ Prefix: /usr/src
# Source is only complete with devel files.
Requires: kernel-devel = %version-%release
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,built-in-where,symsets.pl,find-provides,split-modules,modversions,extract-modaliases,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl})
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,built-in-where,symsets.pl,find-provides,split-modules,modversions,extract-modaliases,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
%define symbols %(set -- $([ -e %_sourcedir/extra-symbols ] && cat %_sourcedir/extra-symbols) ; echo $*)
%define variant_symbols %(case %name in (*-rt) echo "RT" ;; esac)
@ -197,7 +199,7 @@ fi
# Install the documentation and example Kernel Module Package.
DOC=$RPM_BUILD_ROOT/usr/share/doc/packages/%name
mkdir -p $DOC
cp %_sourcedir/README.SUSE $DOC
cp %_sourcedir/README.SUSE %_sourcedir/config-options.changes.txt $DOC
ln -s /usr/share/doc/packages/%name/README.SUSE %buildroot/%src_install_dir/
install -m 755 -d $RPM_BUILD_ROOT/etc/rpm

View File

@ -65,6 +65,7 @@ Source34: check-supported-list
Source35: group-source-files.pl
Source37: README.SUSE
Source38: README.KSYMS
Source39: config-options.changes.txt
Source40: source-timestamp
Source41: built-in-where
Source42: symsets.pl
@ -88,6 +89,7 @@ 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
@ -199,7 +201,7 @@ fi
# Install the documentation and example Kernel Module Package.
DOC=$RPM_BUILD_ROOT/usr/share/doc/packages/%name
mkdir -p $DOC
cp %_sourcedir/README.SUSE $DOC
cp %_sourcedir/README.SUSE %_sourcedir/config-options.changes.txt $DOC
ln -s /usr/share/doc/packages/%name/README.SUSE %buildroot/%src_install_dir/
install -m 755 -d $RPM_BUILD_ROOT/etc/rpm

View File

@ -1,3 +1,524 @@
-------------------------------------------------------------------
Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de
- Always build in AGP on x86/x86_64 so KMS works on LiveCDs (bnc#609607).
- commit d9bfa1e
-------------------------------------------------------------------
Fri Sep 3 16:38:10 CEST 2010 - jeffm@suse.com
- irda: Correctly clean up self->ias_obj on irda_bind() failure
(CVE-2010-2954 bnc#636112).
- commit f04e61f
-------------------------------------------------------------------
Wed Sep 1 12:04:59 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.36-rc3 and c/s 1029.
- fix unwind annotations.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 6836619
-------------------------------------------------------------------
Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com
- fix unwind annotations.
- commit 5aa6daf
-------------------------------------------------------------------
Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com
- net sched: fix kernel leak in act_police (CVE-2010-2942
bnc#632309).
- commit 66e1d72
-------------------------------------------------------------------
Tue Aug 31 14:02:33 CEST 2010 - jdelvare@suse.de
- fix jiffies overflow problems in bonding (bnc#613273).
- commit 28bd2e8
-------------------------------------------------------------------
Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de
- Refresh vanilla configs.
- commit 26a681e
-------------------------------------------------------------------
Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de
- Update to Linux: 2.6.36-rc3.
- Eliminated 7 patches.
- commit d298d2d
-------------------------------------------------------------------
Sat Aug 28 13:09:20 CEST 2010 - jslaby@suse.cz
- Delete
patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch.
- Delete
patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch.
- Delete
patches.suse/rlim-0022-FS-proc-make-limits-writable.patch.
This was just a workaround crap. In 2.6.36 we have a nice syscall
instead. Sorry for commiting this to the merge-36 branch first. I
didn't notice it was already merged here.
- commit 5449fcb
-------------------------------------------------------------------
Fri Aug 27 16:26:16 CEST 2010 - jeffm@suse.com
- Disabled ACPI table override patches again. fsnotify was introduced into
the truncate path and causes crashes.
- commit e18fc2c
-------------------------------------------------------------------
Thu Aug 26 16:55:14 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/supported-flag-enterprise: Fixed recovery on load failure.
- commit 8a06643
-------------------------------------------------------------------
Thu Aug 26 16:54:46 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/stack-unwind: Fixed recovery on load failure.
- commit 7f15b29
-------------------------------------------------------------------
Tue Aug 24 20:06:39 CEST 2010 - jeffm@suse.com
- patches.arch/s390-message-catalog.diff: dev_info -> _dev_info
- commit ba20988
-------------------------------------------------------------------
Tue Aug 24 18:31:36 CEST 2010 - jeffm@suse.de
- patches.suse/stack-unwind: Fix build on !SMP
- commit abd5493
-------------------------------------------------------------------
Tue Aug 24 18:07:05 CEST 2010 - jeffm@suse.de
- s390: Fix prototype for execve.
- commit b448268
-------------------------------------------------------------------
Tue Aug 24 17:47:48 CEST 2010 - jeffm@suse.de
- spectra: depend on X86_MRST.
- commit 1e3fb89
-------------------------------------------------------------------
Tue Aug 24 17:16:11 CEST 2010 - jeffm@suse.de
- Delete patches.arch/ppc-vmcoreinfo.diff.
- commit ea39e14
-------------------------------------------------------------------
Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de
- caif: Use asm/unaligned.h.
- commit 92c07c2
-------------------------------------------------------------------
Tue Aug 24 17:07:45 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/SoN-20-netvm-tcp-deadlock.patch: Added missing
fixup for sk_rmem_schedule in caif.
- commit a9ff761
-------------------------------------------------------------------
Tue Aug 24 16:47:58 CEST 2010 - mmarek@suse.cz
- makefile: not need to regenerate kernel.release file when
make kernelrelease.
- commit 81237a8
-------------------------------------------------------------------
Tue Aug 24 16:18:58 CEST 2010 - jeffm@suse.com
- rpm/kernel-source.spec.in, scripts/tar-up.sh: Renamed config-options.changes
to config-options.changes.txt in the exported package to avoid triggering
a build service rule error.
- commit ff4889e
-------------------------------------------------------------------
Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com
- Revert "- Renamed doc/config-options.changes to doc/config-options.changes.txt to"
This reverts commit 124ac26de4839f8181a5badedb231eedf5770a3e.
- commit 2932c62
-------------------------------------------------------------------
Tue Aug 24 15:43:02 CEST 2010 - jeffm@suse.com
- Renamed doc/config-options.changes to doc/config-options.changes.txt to
avoid triggering a build service rule error.
- commit 124ac26
-------------------------------------------------------------------
Mon Aug 23 21:06:58 CEST 2010 - jeffm@suse.de
- supported.conf: Add iscsi_boot_sysfs
- commit 80e2ea9
-------------------------------------------------------------------
Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Fixed typo with last fix.
- commit 22210d9
-------------------------------------------------------------------
Mon Aug 23 20:14:03 CEST 2010 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Disable CONFIG_DEBUG_INFO. It's enabled
dynamically in the spec file and now has follow-on options.
- commit d270759
-------------------------------------------------------------------
Mon Aug 23 19:57:40 CEST 2010 - jeffm@suse.de
- patches.rpmify/spectra-drop-locked_ioctl-support: add <linux/smp_lock.h>
to grab the BKL
- commit 1df02ec
-------------------------------------------------------------------
Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de
- Update config files: Disabled DEBUG_INFO_REDUCED.
- commit 393680a
-------------------------------------------------------------------
Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de
- Updated to 2.6.36-rc2.
- Eliminated 2 patches.
- commit 52d47a0
-------------------------------------------------------------------
Wed Aug 18 19:44:13 CEST 2010 - jeffm@suse.de
- Update to 2.6.36-rc1.
- Eliminated 71 patches.
- spectra: Drop ->locked_ioctl support.
- spectra: Drop ->prepare_flush_fn support.
- spectra: Remove duplicate GLOB_VERSION.
- novfs: Fix ioctl usage.
- novfs: use evict_inode.
- Xen is disabled.
- commit 63642f6
-------------------------------------------------------------------
Mon Aug 16 10:22:09 CEST 2010 - tiwai@suse.de
- ALSA: hda - Add quirk for Dell Vostro 1220 (bnc#631066).
- commit df12c34
-------------------------------------------------------------------
Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com
- README.BRANCH: Updated to reflect the permenent in-progress status.
- commit a2c882e
-------------------------------------------------------------------
Thu Aug 12 20:42:29 CEST 2010 - gregkh@suse.de
- Update to 2.6.35.1
- security fixes
- bug fixes
- obsoletes:
patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch.
- commit a009fb4
-------------------------------------------------------------------
Thu Aug 12 20:39:52 CEST 2010 - gregkh@suse.de
- Delete patches.kernel.org/patch-2.6.35-rc1.
- Delete patches.kernel.org/patch-2.6.35-rc1-rc2.
- Delete patches.kernel.org/patch-2.6.35-rc2-rc3.
- Delete patches.kernel.org/patch-2.6.35-rc3-rc4.
- Delete patches.kernel.org/patch-2.6.35-rc4-rc5.
- Delete patches.kernel.org/patch-2.6.35-rc5-rc6.
- commit 2e67843
-------------------------------------------------------------------
Thu Aug 12 20:38:21 CEST 2010 - gregkh@suse.de
- Refresh patches.fixes/novfs-lindent.
Someone needs to remember to actually test out their patches before
adding them to the repo...
- commit 6569c56
-------------------------------------------------------------------
Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com
- doc/README.SUSE: Updated to describe the process used to add custom patches
- commit e5f4670
-------------------------------------------------------------------
Thu Aug 12 08:54:30 CEST 2010 - jslaby@suse.cz
- patches.fixes/vmscan-fix-stalls.patch: vmscan: raise the bar
to PAGEOUT_IO_SYNC stalls (bnc#625339).
- commit 1efea94
-------------------------------------------------------------------
Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz
- novfs: Lindent novfs sources.
- commit 361594a
-------------------------------------------------------------------
Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de
- Refresh
patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch.
- Refresh patches.fixes/sunrpc-monotonic-expiry.
- Delete patches.fixes/nfs-write.c-bug-removal.patch.
Update some patches for 2.6.35
- commit 15d7a62
-------------------------------------------------------------------
Wed Aug 11 05:42:36 CEST 2010 - neilb@suse.de
- NFS: allow close-to-open cache semantics to apply to root of
NFS filesystem (bnc#584720).
- commit deea101
-------------------------------------------------------------------
Tue Aug 10 19:19:37 CEST 2010 - tiwai@suse.de
- ALSA: hda - patch_nvhdmi.c: Add missing codec IDs, unify names
(bnc#627212).
- ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118).
- commit 4844a71
-------------------------------------------------------------------
Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35 final and c/s 1025.
- create devices in /dev/xen when they are expected to be
used there.
- xen/netback: Allow setting of large MTU before rings have
connected.
- xen/netback: Always pull through PKT_PROT_LEN bytes into the
linear part of an skb.
- pass trigger mode and polarity information to Xen for all
interrupts.
- Update Xen config files.
- supported.conf: Add pci-iomul.ko.
- commit c642c1b
-------------------------------------------------------------------
Fri Aug 6 17:03:09 CEST 2010 - jeffm@suse.de
- patches.xen/xen3-auto-xen-arch.diff: Update struct acpi_power_register
usage from upstream commit 718be4aa.
- commit 4ce0b48
-------------------------------------------------------------------
Fri Aug 6 16:09:39 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-final and refresh patch set.
- commit a40327f
-------------------------------------------------------------------
Mon Aug 2 14:39:22 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Package log.sh in the source rpm
- commit 53246ff
-------------------------------------------------------------------
Fri Jul 23 20:09:25 CEST 2010 - jack@suse.cz
- novfs: Fix error codes for getxattr for novfs (bnc#529535).
- commit 06b3243
-------------------------------------------------------------------
Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc6.
- commit 643df99
-------------------------------------------------------------------
Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz
- novfs: code cleanup for one case of novfs return value
(bnc#624606).
- commit 4875860
-------------------------------------------------------------------
Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz
- Fixed patch headers of patches.fixes/novfs-xattr-memleak
- commit 65ab01f
-------------------------------------------------------------------
Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz
- novfs: Fix a memory leak that causes an OOM condition
(bnc#610828).
- commit 519d8a0
-------------------------------------------------------------------
Tue Jul 20 14:01:26 CEST 2010 - jack@suse.cz
- novfs: backing device info initialization (bnc#623472).
- commit b576dae
-------------------------------------------------------------------
Tue Jul 20 12:55:33 CEST 2010 - mmarek@suse.cz
- scripts/tar-up.sh: Generate the rpm changelog using gitlog2changes.
- Move kernel-source.changes.old to rpm/ (not included in the pachage
though).
- commit 8ed2389
-------------------------------------------------------------------
Tue Jul 20 11:22:47 CEST 2010 - jblunck@suse.de
- rpm/package-descriptions: Change summary/description for trace flavor (bnc#488692).
- commit da8e17e
-------------------------------------------------------------------
Mon Jul 19 17:23:30 CEST 2010 - mmarek@suse.cz
- Move rpm changelog to kernel-source.changes.old
- commit 93036bd
-------------------------------------------------------------------
Thu Jul 15 11:47:45 CEST 2010 - bphilips@suse.de
- X86_MRST: Disable moorsetown since it deselects SERIO_I8042
- See 0b28bac5aef7bd1ab213723df031e61db9ff151a, fixed in -tip but we
still don't want X86_MRST
-------------------------------------------------------------------
Wed Jul 14 18:39:08 CEST 2010 - trenn@suse.de
- patches.arch/acpi_fix_fadt_32_bit_zero_length.patch: Only use
32 bit addresses if they have a valid length (bug#581644).
-------------------------------------------------------------------
Wed Jul 14 16:21:46 CEST 2010 - bphilips@suse.de
- Update -desktop config files to enable CGROUPS for systemd
-------------------------------------------------------------------
Wed Jul 14 14:04:36 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc5.
- Eliminated 5 patches.
-------------------------------------------------------------------
Tue Jul 13 14:39:51 CEST 2010 - jack@suse.de
- patches.fixes/novfs-overflow-fixes: novfs: security: Add buffer
overflow, integer wraparound fixes (bnc#594362).
-------------------------------------------------------------------
Wed Jul 7 16:53:17 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35-rc4.
-------------------------------------------------------------------
Wed Jul 7 16:45:02 CEST 2010 - jeffm@suse.de
- patches.suse/xfs-dmapi-2.6.35-api-changes: Updated for -debug flavor.
-------------------------------------------------------------------
Wed Jul 7 15:57:27 CEST 2010 - jeffm@suse.de
- Update config files for vanilla.
-------------------------------------------------------------------
Wed Jul 7 12:14:43 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Install config-option.changes
This file documents the changes in the kernel configs.
-------------------------------------------------------------------
Wed Jul 7 10:37:59 CEST 2010 - mmarek@suse.cz
- patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path
to scripts/setlocalversion.
-------------------------------------------------------------------
Wed Jul 7 00:27:53 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc4.
- Eliminated 4 patches.
-------------------------------------------------------------------
Fri Jul 2 17:21:45 CEST 2010 - jeffm@suse.de
- patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices:
iwlwifi: fix TX power configuration on 3945 and 4965 devices
(bnc#619440 bnc#610421).
-------------------------------------------------------------------
Fri Jul 2 11:27:54 CEST 2010 - jbeulich@novell.com
- patches.suse/stack-unwind: Fix after upstream commit
9e565292270a2d55524be38835104c564ac8f795.
-------------------------------------------------------------------
Fri Jul 2 10:54:39 CEST 2010 - trenn@suse.de
- patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch:
For some reason the macro used by dynamic debug breaks things
(bnc#619416).
-------------------------------------------------------------------
Fri Jul 2 10:42:19 CEST 2010 - trenn@suse.de
Mainline goes another way (bug #476509).
Also there is a problem with this patch, breaking dynamic debugging
(bnc#619416) -> just remove it, there will show up something else
mainline.
- patches.xen/xen3-auto-arch-x86.diff: Refresh.
- patches.arch/x86_mce_intel_decode_physical_address.patch:
Delete.
- patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch:
Delete.
- patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch:
Delete.
-------------------------------------------------------------------
Thu Jul 1 20:19:51 CEST 2010 - jeffm@suse.de
- patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md:
dm-raid45: API update: Remove dm_put after dm_table_get_md
(bnc#615656).
-------------------------------------------------------------------
Thu Jul 1 09:09:17 CEST 2010 - jdelvare@suse.de
- patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch:
Update references (bnc#610362).
-------------------------------------------------------------------
Thu Jul 1 01:02:25 CEST 2010 - bphilips@suse.de
- patches.drivers/ixgbe-disable-tx-engine-before-disabling-tx-laser.patch:
ixgbe: disable tx engine before disabling tx laser.
- patches.drivers/ixgbe-fix-panic-when-shutting-down-system-with-WoL-e.patch:
ixgbe: fix panic when shutting down system with WoL enabled.
- patches.drivers/ixgbe-skip-non-IPv4-packets-in-ATR-filter.patch:
ixgbe: skip non IPv4 packets in ATR filter.
- patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch:
e1000e: don't inadvertently re-set INTX_DISABLE.
-------------------------------------------------------------------
Wed Jun 30 20:20:58 CEST 2010 - bphilips@suse.de
- patches.drivers/e1000-enhance-frame-fragment-detection.patch:
Delete.
- patches.drivers/e1000e-enhance-frame-fragment-detection.patch:
Delete.
-------------------------------------------------------------------
Tue Jun 29 02:38:57 CEST 2010 - nfbrown@suse.de
@ -9,6 +530,32 @@ Mon Jun 28 22:19:17 CEST 2010 - mmarek@suse.cz
- rpm/find-provides: Add base symsets to the main subpackage.
-------------------------------------------------------------------
Fri Jun 25 17:14:03 CEST 2010 - jeffm@suse.de
- Update config files for sparc64/net to remove unnecessary options.
-------------------------------------------------------------------
Fri Jun 25 15:41:20 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fixed typo.
-------------------------------------------------------------------
Fri Jun 25 08:52:45 CEST 2010 - jbeulich@novell.com
- patches.arch/kvm-split-paravirt-ops-by-functionality: Adjust
Kconfig style to match upstream.
- patches.fixes/seccomp-disable-tsc-option: Adjust Kconfig style
to match upstream.
- patches.suse/SoN-11-mm-reserve.patch: Fix compiler warning.
-------------------------------------------------------------------
Fri Jun 25 08:46:24 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35-rc3.
- config.conf: Re-enable Xen.
- Update x86 config files.
-------------------------------------------------------------------
Thu Jun 24 21:02:48 CEST 2010 - agruen@suse.de
@ -37,6 +584,12 @@ Thu Jun 24 16:38:14 CEST 2010 - jeffm@suse.de
GFS2: Fix permissions checking for setflags ioctl() (bnc#608576
CVE-2010-1641).
-------------------------------------------------------------------
Thu Jun 24 11:30:08 CEST 2010 - jdelvare@suse.de
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
(it87) Fix in7 on IT8720F (bnc#612910).
-------------------------------------------------------------------
Thu Jun 24 11:20:34 CEST 2010 - jdelvare@suse.de
@ -142,6 +695,21 @@ Wed Jun 23 17:21:41 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fixed typo.
-------------------------------------------------------------------
Tue Jun 22 13:41:45 CEST 2010 - teheo@suse.de
- patches.drivers/libata-ata_generic-force_dma: ata_generic:
implement ATA_GEN_* flags and force enable DMA on MBP 7,1
(bko#15923).
-------------------------------------------------------------------
Tue Jun 22 13:38:16 CEST 2010 - knikanth@suse.de
- patches.suse/dm-raid45-26-Nov-2009.patch: DMRAID45 module
(bnc#615906, bnc#565962).
- patches.suse/dm-raid45_2.6.27_20081027.patch: Delete.
- Sync dm-raid45 to the later version.
-------------------------------------------------------------------
Tue Jun 22 13:17:40 CEST 2010 - mmarek@suse.cz
@ -155,6 +723,19 @@ Tue Jun 22 12:19:33 CEST 2010 - knikanth@suse.de
- patches.suse/dm-raid45_2.6.27_20081027.patch: Delete.
- Sync dm-raid45 to the later version.
-------------------------------------------------------------------
Mon Jun 21 18:45:29 CEST 2010 - jeffm@suse.de
- Resync v2.6.35 with master.
-------------------------------------------------------------------
Mon Jun 21 18:34:42 CEST 2010 - jeffm@suse.de
- patches.suse/acpi-generic-initramfs-table-override-support:
Refresh.
- patches.suse/init-move-populate_rootfs-back-to-start_kernel:
Refresh.
-------------------------------------------------------------------
Mon Jun 21 14:53:16 CEST 2010 - mmarek@suse.cz
@ -167,6 +748,12 @@ Mon Jun 21 01:27:59 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fix missing kmap calls
while loading initramfs files.
-------------------------------------------------------------------
Mon Jun 21 01:25:19 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fix missing kmap of
pages for initramfs loading.
-------------------------------------------------------------------
Fri Jun 18 15:54:41 CEST 2010 - jbeulich@novell.com
@ -183,12 +770,65 @@ Thu Jun 17 11:54:01 CEST 2010 - teheo@suse.de
ahci,ata_generic: let ata_generic handle new MBP w/ MCP89
(bko#15923).
-------------------------------------------------------------------
Wed Jun 16 20:01:01 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc3.
- Eliminated 1 patch.
-------------------------------------------------------------------
Mon Jun 14 13:47:57 CEST 2010 - jslaby@suse.de
- patches.fixes/pci-hotplug-cpqphp-fix-crash.patch: PCI:
hotplug/cpqphp, fix NULL dereference (bnc#609338).
-------------------------------------------------------------------
Wed Jun 9 22:01:21 CEST 2010 - jeffm@suse.de
- patches.rpmify/ceph-atomic_long-init-fix: ceph: fix atomic64_t
initialization on ia64.
-------------------------------------------------------------------
Tue Jun 8 20:32:43 CEST 2010 - jeffm@suse.de
- patches.trace/utrace-core: Workaround missing kref_set().
-------------------------------------------------------------------
Tue Jun 8 20:20:27 CEST 2010 - jeffm@suse.de
- patches.arch/ppc64-xmon-dmesg-printing.patch: Refresh.
-------------------------------------------------------------------
Tue Jun 8 20:17:40 CEST 2010 - jeffm@suse.de
- patches.rpmify/powerpc-kvm-build-failure-workaround: Refresh.
- patches.rpmify/wlags49-missing-strlen-include: wlags49_h2:
build fix.
-------------------------------------------------------------------
Tue Jun 8 19:46:30 CEST 2010 - jeffm@suse.de
- patches.arch/x86_mce_intel_decode_physical_address.patch:
Refresh.
- patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch:
Refresh.
-------------------------------------------------------------------
Tue Jun 8 17:11:54 CEST 2010 - jeffm@suse.com
- supported.conf: Updated dependencies for 2.6.35
-------------------------------------------------------------------
Mon Jun 7 17:55:56 CEST 2010 - jeffm@suse.com
- patches.kernel.org/revert-tty-fix-a-little-bug-in-scrup-vt-c:
Revert "tty: fix a little bug in scrup, vt.c".
-------------------------------------------------------------------
Mon Jun 7 17:06:01 CEST 2010 - jeffm@suse.com
- Update to 2.6.35-rc2.
-------------------------------------------------------------------
Thu Jun 3 20:28:12 CEST 2010 - jeffm@suse.de
@ -207,6 +847,13 @@ Wed Jun 2 10:41:06 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: More -rt fixes.
-------------------------------------------------------------------
Tue Jun 1 23:04:32 CEST 2010 - jeffm@suse.com
- Update to 2.6.35-rc1.
- Eliminated 13 patches.
- Xen is disabled.
-------------------------------------------------------------------
Tue Jun 1 21:48:10 CEST 2010 - bphilips@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-syms (Version 2.6.34)
# spec file for package kernel-syms (Version 2.6.36)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -23,8 +23,8 @@
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 2.6.34
Release: 12
Version: 2.6.36
Release: 1
%if %using_buildservice
%else
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)

View File

@ -1,3 +1,524 @@
-------------------------------------------------------------------
Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de
- Always build in AGP on x86/x86_64 so KMS works on LiveCDs (bnc#609607).
- commit d9bfa1e
-------------------------------------------------------------------
Fri Sep 3 16:38:10 CEST 2010 - jeffm@suse.com
- irda: Correctly clean up self->ias_obj on irda_bind() failure
(CVE-2010-2954 bnc#636112).
- commit f04e61f
-------------------------------------------------------------------
Wed Sep 1 12:04:59 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.36-rc3 and c/s 1029.
- fix unwind annotations.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 6836619
-------------------------------------------------------------------
Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com
- fix unwind annotations.
- commit 5aa6daf
-------------------------------------------------------------------
Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com
- net sched: fix kernel leak in act_police (CVE-2010-2942
bnc#632309).
- commit 66e1d72
-------------------------------------------------------------------
Tue Aug 31 14:02:33 CEST 2010 - jdelvare@suse.de
- fix jiffies overflow problems in bonding (bnc#613273).
- commit 28bd2e8
-------------------------------------------------------------------
Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de
- Refresh vanilla configs.
- commit 26a681e
-------------------------------------------------------------------
Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de
- Update to Linux: 2.6.36-rc3.
- Eliminated 7 patches.
- commit d298d2d
-------------------------------------------------------------------
Sat Aug 28 13:09:20 CEST 2010 - jslaby@suse.cz
- Delete
patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch.
- Delete
patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch.
- Delete
patches.suse/rlim-0022-FS-proc-make-limits-writable.patch.
This was just a workaround crap. In 2.6.36 we have a nice syscall
instead. Sorry for commiting this to the merge-36 branch first. I
didn't notice it was already merged here.
- commit 5449fcb
-------------------------------------------------------------------
Fri Aug 27 16:26:16 CEST 2010 - jeffm@suse.com
- Disabled ACPI table override patches again. fsnotify was introduced into
the truncate path and causes crashes.
- commit e18fc2c
-------------------------------------------------------------------
Thu Aug 26 16:55:14 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/supported-flag-enterprise: Fixed recovery on load failure.
- commit 8a06643
-------------------------------------------------------------------
Thu Aug 26 16:54:46 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/stack-unwind: Fixed recovery on load failure.
- commit 7f15b29
-------------------------------------------------------------------
Tue Aug 24 20:06:39 CEST 2010 - jeffm@suse.com
- patches.arch/s390-message-catalog.diff: dev_info -> _dev_info
- commit ba20988
-------------------------------------------------------------------
Tue Aug 24 18:31:36 CEST 2010 - jeffm@suse.de
- patches.suse/stack-unwind: Fix build on !SMP
- commit abd5493
-------------------------------------------------------------------
Tue Aug 24 18:07:05 CEST 2010 - jeffm@suse.de
- s390: Fix prototype for execve.
- commit b448268
-------------------------------------------------------------------
Tue Aug 24 17:47:48 CEST 2010 - jeffm@suse.de
- spectra: depend on X86_MRST.
- commit 1e3fb89
-------------------------------------------------------------------
Tue Aug 24 17:16:11 CEST 2010 - jeffm@suse.de
- Delete patches.arch/ppc-vmcoreinfo.diff.
- commit ea39e14
-------------------------------------------------------------------
Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de
- caif: Use asm/unaligned.h.
- commit 92c07c2
-------------------------------------------------------------------
Tue Aug 24 17:07:45 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/SoN-20-netvm-tcp-deadlock.patch: Added missing
fixup for sk_rmem_schedule in caif.
- commit a9ff761
-------------------------------------------------------------------
Tue Aug 24 16:47:58 CEST 2010 - mmarek@suse.cz
- makefile: not need to regenerate kernel.release file when
make kernelrelease.
- commit 81237a8
-------------------------------------------------------------------
Tue Aug 24 16:18:58 CEST 2010 - jeffm@suse.com
- rpm/kernel-source.spec.in, scripts/tar-up.sh: Renamed config-options.changes
to config-options.changes.txt in the exported package to avoid triggering
a build service rule error.
- commit ff4889e
-------------------------------------------------------------------
Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com
- Revert "- Renamed doc/config-options.changes to doc/config-options.changes.txt to"
This reverts commit 124ac26de4839f8181a5badedb231eedf5770a3e.
- commit 2932c62
-------------------------------------------------------------------
Tue Aug 24 15:43:02 CEST 2010 - jeffm@suse.com
- Renamed doc/config-options.changes to doc/config-options.changes.txt to
avoid triggering a build service rule error.
- commit 124ac26
-------------------------------------------------------------------
Mon Aug 23 21:06:58 CEST 2010 - jeffm@suse.de
- supported.conf: Add iscsi_boot_sysfs
- commit 80e2ea9
-------------------------------------------------------------------
Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Fixed typo with last fix.
- commit 22210d9
-------------------------------------------------------------------
Mon Aug 23 20:14:03 CEST 2010 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Disable CONFIG_DEBUG_INFO. It's enabled
dynamically in the spec file and now has follow-on options.
- commit d270759
-------------------------------------------------------------------
Mon Aug 23 19:57:40 CEST 2010 - jeffm@suse.de
- patches.rpmify/spectra-drop-locked_ioctl-support: add <linux/smp_lock.h>
to grab the BKL
- commit 1df02ec
-------------------------------------------------------------------
Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de
- Update config files: Disabled DEBUG_INFO_REDUCED.
- commit 393680a
-------------------------------------------------------------------
Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de
- Updated to 2.6.36-rc2.
- Eliminated 2 patches.
- commit 52d47a0
-------------------------------------------------------------------
Wed Aug 18 19:44:13 CEST 2010 - jeffm@suse.de
- Update to 2.6.36-rc1.
- Eliminated 71 patches.
- spectra: Drop ->locked_ioctl support.
- spectra: Drop ->prepare_flush_fn support.
- spectra: Remove duplicate GLOB_VERSION.
- novfs: Fix ioctl usage.
- novfs: use evict_inode.
- Xen is disabled.
- commit 63642f6
-------------------------------------------------------------------
Mon Aug 16 10:22:09 CEST 2010 - tiwai@suse.de
- ALSA: hda - Add quirk for Dell Vostro 1220 (bnc#631066).
- commit df12c34
-------------------------------------------------------------------
Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com
- README.BRANCH: Updated to reflect the permenent in-progress status.
- commit a2c882e
-------------------------------------------------------------------
Thu Aug 12 20:42:29 CEST 2010 - gregkh@suse.de
- Update to 2.6.35.1
- security fixes
- bug fixes
- obsoletes:
patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch.
- commit a009fb4
-------------------------------------------------------------------
Thu Aug 12 20:39:52 CEST 2010 - gregkh@suse.de
- Delete patches.kernel.org/patch-2.6.35-rc1.
- Delete patches.kernel.org/patch-2.6.35-rc1-rc2.
- Delete patches.kernel.org/patch-2.6.35-rc2-rc3.
- Delete patches.kernel.org/patch-2.6.35-rc3-rc4.
- Delete patches.kernel.org/patch-2.6.35-rc4-rc5.
- Delete patches.kernel.org/patch-2.6.35-rc5-rc6.
- commit 2e67843
-------------------------------------------------------------------
Thu Aug 12 20:38:21 CEST 2010 - gregkh@suse.de
- Refresh patches.fixes/novfs-lindent.
Someone needs to remember to actually test out their patches before
adding them to the repo...
- commit 6569c56
-------------------------------------------------------------------
Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com
- doc/README.SUSE: Updated to describe the process used to add custom patches
- commit e5f4670
-------------------------------------------------------------------
Thu Aug 12 08:54:30 CEST 2010 - jslaby@suse.cz
- patches.fixes/vmscan-fix-stalls.patch: vmscan: raise the bar
to PAGEOUT_IO_SYNC stalls (bnc#625339).
- commit 1efea94
-------------------------------------------------------------------
Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz
- novfs: Lindent novfs sources.
- commit 361594a
-------------------------------------------------------------------
Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de
- Refresh
patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch.
- Refresh patches.fixes/sunrpc-monotonic-expiry.
- Delete patches.fixes/nfs-write.c-bug-removal.patch.
Update some patches for 2.6.35
- commit 15d7a62
-------------------------------------------------------------------
Wed Aug 11 05:42:36 CEST 2010 - neilb@suse.de
- NFS: allow close-to-open cache semantics to apply to root of
NFS filesystem (bnc#584720).
- commit deea101
-------------------------------------------------------------------
Tue Aug 10 19:19:37 CEST 2010 - tiwai@suse.de
- ALSA: hda - patch_nvhdmi.c: Add missing codec IDs, unify names
(bnc#627212).
- ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118).
- commit 4844a71
-------------------------------------------------------------------
Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35 final and c/s 1025.
- create devices in /dev/xen when they are expected to be
used there.
- xen/netback: Allow setting of large MTU before rings have
connected.
- xen/netback: Always pull through PKT_PROT_LEN bytes into the
linear part of an skb.
- pass trigger mode and polarity information to Xen for all
interrupts.
- Update Xen config files.
- supported.conf: Add pci-iomul.ko.
- commit c642c1b
-------------------------------------------------------------------
Fri Aug 6 17:03:09 CEST 2010 - jeffm@suse.de
- patches.xen/xen3-auto-xen-arch.diff: Update struct acpi_power_register
usage from upstream commit 718be4aa.
- commit 4ce0b48
-------------------------------------------------------------------
Fri Aug 6 16:09:39 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-final and refresh patch set.
- commit a40327f
-------------------------------------------------------------------
Mon Aug 2 14:39:22 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Package log.sh in the source rpm
- commit 53246ff
-------------------------------------------------------------------
Fri Jul 23 20:09:25 CEST 2010 - jack@suse.cz
- novfs: Fix error codes for getxattr for novfs (bnc#529535).
- commit 06b3243
-------------------------------------------------------------------
Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc6.
- commit 643df99
-------------------------------------------------------------------
Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz
- novfs: code cleanup for one case of novfs return value
(bnc#624606).
- commit 4875860
-------------------------------------------------------------------
Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz
- Fixed patch headers of patches.fixes/novfs-xattr-memleak
- commit 65ab01f
-------------------------------------------------------------------
Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz
- novfs: Fix a memory leak that causes an OOM condition
(bnc#610828).
- commit 519d8a0
-------------------------------------------------------------------
Tue Jul 20 14:01:26 CEST 2010 - jack@suse.cz
- novfs: backing device info initialization (bnc#623472).
- commit b576dae
-------------------------------------------------------------------
Tue Jul 20 12:55:33 CEST 2010 - mmarek@suse.cz
- scripts/tar-up.sh: Generate the rpm changelog using gitlog2changes.
- Move kernel-source.changes.old to rpm/ (not included in the pachage
though).
- commit 8ed2389
-------------------------------------------------------------------
Tue Jul 20 11:22:47 CEST 2010 - jblunck@suse.de
- rpm/package-descriptions: Change summary/description for trace flavor (bnc#488692).
- commit da8e17e
-------------------------------------------------------------------
Mon Jul 19 17:23:30 CEST 2010 - mmarek@suse.cz
- Move rpm changelog to kernel-source.changes.old
- commit 93036bd
-------------------------------------------------------------------
Thu Jul 15 11:47:45 CEST 2010 - bphilips@suse.de
- X86_MRST: Disable moorsetown since it deselects SERIO_I8042
- See 0b28bac5aef7bd1ab213723df031e61db9ff151a, fixed in -tip but we
still don't want X86_MRST
-------------------------------------------------------------------
Wed Jul 14 18:39:08 CEST 2010 - trenn@suse.de
- patches.arch/acpi_fix_fadt_32_bit_zero_length.patch: Only use
32 bit addresses if they have a valid length (bug#581644).
-------------------------------------------------------------------
Wed Jul 14 16:21:46 CEST 2010 - bphilips@suse.de
- Update -desktop config files to enable CGROUPS for systemd
-------------------------------------------------------------------
Wed Jul 14 14:04:36 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc5.
- Eliminated 5 patches.
-------------------------------------------------------------------
Tue Jul 13 14:39:51 CEST 2010 - jack@suse.de
- patches.fixes/novfs-overflow-fixes: novfs: security: Add buffer
overflow, integer wraparound fixes (bnc#594362).
-------------------------------------------------------------------
Wed Jul 7 16:53:17 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35-rc4.
-------------------------------------------------------------------
Wed Jul 7 16:45:02 CEST 2010 - jeffm@suse.de
- patches.suse/xfs-dmapi-2.6.35-api-changes: Updated for -debug flavor.
-------------------------------------------------------------------
Wed Jul 7 15:57:27 CEST 2010 - jeffm@suse.de
- Update config files for vanilla.
-------------------------------------------------------------------
Wed Jul 7 12:14:43 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Install config-option.changes
This file documents the changes in the kernel configs.
-------------------------------------------------------------------
Wed Jul 7 10:37:59 CEST 2010 - mmarek@suse.cz
- patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path
to scripts/setlocalversion.
-------------------------------------------------------------------
Wed Jul 7 00:27:53 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc4.
- Eliminated 4 patches.
-------------------------------------------------------------------
Fri Jul 2 17:21:45 CEST 2010 - jeffm@suse.de
- patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices:
iwlwifi: fix TX power configuration on 3945 and 4965 devices
(bnc#619440 bnc#610421).
-------------------------------------------------------------------
Fri Jul 2 11:27:54 CEST 2010 - jbeulich@novell.com
- patches.suse/stack-unwind: Fix after upstream commit
9e565292270a2d55524be38835104c564ac8f795.
-------------------------------------------------------------------
Fri Jul 2 10:54:39 CEST 2010 - trenn@suse.de
- patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch:
For some reason the macro used by dynamic debug breaks things
(bnc#619416).
-------------------------------------------------------------------
Fri Jul 2 10:42:19 CEST 2010 - trenn@suse.de
Mainline goes another way (bug #476509).
Also there is a problem with this patch, breaking dynamic debugging
(bnc#619416) -> just remove it, there will show up something else
mainline.
- patches.xen/xen3-auto-arch-x86.diff: Refresh.
- patches.arch/x86_mce_intel_decode_physical_address.patch:
Delete.
- patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch:
Delete.
- patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch:
Delete.
-------------------------------------------------------------------
Thu Jul 1 20:19:51 CEST 2010 - jeffm@suse.de
- patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md:
dm-raid45: API update: Remove dm_put after dm_table_get_md
(bnc#615656).
-------------------------------------------------------------------
Thu Jul 1 09:09:17 CEST 2010 - jdelvare@suse.de
- patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch:
Update references (bnc#610362).
-------------------------------------------------------------------
Thu Jul 1 01:02:25 CEST 2010 - bphilips@suse.de
- patches.drivers/ixgbe-disable-tx-engine-before-disabling-tx-laser.patch:
ixgbe: disable tx engine before disabling tx laser.
- patches.drivers/ixgbe-fix-panic-when-shutting-down-system-with-WoL-e.patch:
ixgbe: fix panic when shutting down system with WoL enabled.
- patches.drivers/ixgbe-skip-non-IPv4-packets-in-ATR-filter.patch:
ixgbe: skip non IPv4 packets in ATR filter.
- patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch:
e1000e: don't inadvertently re-set INTX_DISABLE.
-------------------------------------------------------------------
Wed Jun 30 20:20:58 CEST 2010 - bphilips@suse.de
- patches.drivers/e1000-enhance-frame-fragment-detection.patch:
Delete.
- patches.drivers/e1000e-enhance-frame-fragment-detection.patch:
Delete.
-------------------------------------------------------------------
Tue Jun 29 02:38:57 CEST 2010 - nfbrown@suse.de
@ -9,6 +530,32 @@ Mon Jun 28 22:19:17 CEST 2010 - mmarek@suse.cz
- rpm/find-provides: Add base symsets to the main subpackage.
-------------------------------------------------------------------
Fri Jun 25 17:14:03 CEST 2010 - jeffm@suse.de
- Update config files for sparc64/net to remove unnecessary options.
-------------------------------------------------------------------
Fri Jun 25 15:41:20 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fixed typo.
-------------------------------------------------------------------
Fri Jun 25 08:52:45 CEST 2010 - jbeulich@novell.com
- patches.arch/kvm-split-paravirt-ops-by-functionality: Adjust
Kconfig style to match upstream.
- patches.fixes/seccomp-disable-tsc-option: Adjust Kconfig style
to match upstream.
- patches.suse/SoN-11-mm-reserve.patch: Fix compiler warning.
-------------------------------------------------------------------
Fri Jun 25 08:46:24 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35-rc3.
- config.conf: Re-enable Xen.
- Update x86 config files.
-------------------------------------------------------------------
Thu Jun 24 21:02:48 CEST 2010 - agruen@suse.de
@ -37,6 +584,12 @@ Thu Jun 24 16:38:14 CEST 2010 - jeffm@suse.de
GFS2: Fix permissions checking for setflags ioctl() (bnc#608576
CVE-2010-1641).
-------------------------------------------------------------------
Thu Jun 24 11:30:08 CEST 2010 - jdelvare@suse.de
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
(it87) Fix in7 on IT8720F (bnc#612910).
-------------------------------------------------------------------
Thu Jun 24 11:20:34 CEST 2010 - jdelvare@suse.de
@ -142,6 +695,21 @@ Wed Jun 23 17:21:41 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fixed typo.
-------------------------------------------------------------------
Tue Jun 22 13:41:45 CEST 2010 - teheo@suse.de
- patches.drivers/libata-ata_generic-force_dma: ata_generic:
implement ATA_GEN_* flags and force enable DMA on MBP 7,1
(bko#15923).
-------------------------------------------------------------------
Tue Jun 22 13:38:16 CEST 2010 - knikanth@suse.de
- patches.suse/dm-raid45-26-Nov-2009.patch: DMRAID45 module
(bnc#615906, bnc#565962).
- patches.suse/dm-raid45_2.6.27_20081027.patch: Delete.
- Sync dm-raid45 to the later version.
-------------------------------------------------------------------
Tue Jun 22 13:17:40 CEST 2010 - mmarek@suse.cz
@ -155,6 +723,19 @@ Tue Jun 22 12:19:33 CEST 2010 - knikanth@suse.de
- patches.suse/dm-raid45_2.6.27_20081027.patch: Delete.
- Sync dm-raid45 to the later version.
-------------------------------------------------------------------
Mon Jun 21 18:45:29 CEST 2010 - jeffm@suse.de
- Resync v2.6.35 with master.
-------------------------------------------------------------------
Mon Jun 21 18:34:42 CEST 2010 - jeffm@suse.de
- patches.suse/acpi-generic-initramfs-table-override-support:
Refresh.
- patches.suse/init-move-populate_rootfs-back-to-start_kernel:
Refresh.
-------------------------------------------------------------------
Mon Jun 21 14:53:16 CEST 2010 - mmarek@suse.cz
@ -167,6 +748,12 @@ Mon Jun 21 01:27:59 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fix missing kmap calls
while loading initramfs files.
-------------------------------------------------------------------
Mon Jun 21 01:25:19 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fix missing kmap of
pages for initramfs loading.
-------------------------------------------------------------------
Fri Jun 18 15:54:41 CEST 2010 - jbeulich@novell.com
@ -183,12 +770,65 @@ Thu Jun 17 11:54:01 CEST 2010 - teheo@suse.de
ahci,ata_generic: let ata_generic handle new MBP w/ MCP89
(bko#15923).
-------------------------------------------------------------------
Wed Jun 16 20:01:01 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc3.
- Eliminated 1 patch.
-------------------------------------------------------------------
Mon Jun 14 13:47:57 CEST 2010 - jslaby@suse.de
- patches.fixes/pci-hotplug-cpqphp-fix-crash.patch: PCI:
hotplug/cpqphp, fix NULL dereference (bnc#609338).
-------------------------------------------------------------------
Wed Jun 9 22:01:21 CEST 2010 - jeffm@suse.de
- patches.rpmify/ceph-atomic_long-init-fix: ceph: fix atomic64_t
initialization on ia64.
-------------------------------------------------------------------
Tue Jun 8 20:32:43 CEST 2010 - jeffm@suse.de
- patches.trace/utrace-core: Workaround missing kref_set().
-------------------------------------------------------------------
Tue Jun 8 20:20:27 CEST 2010 - jeffm@suse.de
- patches.arch/ppc64-xmon-dmesg-printing.patch: Refresh.
-------------------------------------------------------------------
Tue Jun 8 20:17:40 CEST 2010 - jeffm@suse.de
- patches.rpmify/powerpc-kvm-build-failure-workaround: Refresh.
- patches.rpmify/wlags49-missing-strlen-include: wlags49_h2:
build fix.
-------------------------------------------------------------------
Tue Jun 8 19:46:30 CEST 2010 - jeffm@suse.de
- patches.arch/x86_mce_intel_decode_physical_address.patch:
Refresh.
- patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch:
Refresh.
-------------------------------------------------------------------
Tue Jun 8 17:11:54 CEST 2010 - jeffm@suse.com
- supported.conf: Updated dependencies for 2.6.35
-------------------------------------------------------------------
Mon Jun 7 17:55:56 CEST 2010 - jeffm@suse.com
- patches.kernel.org/revert-tty-fix-a-little-bug-in-scrup-vt-c:
Revert "tty: fix a little bug in scrup, vt.c".
-------------------------------------------------------------------
Mon Jun 7 17:06:01 CEST 2010 - jeffm@suse.com
- Update to 2.6.35-rc2.
-------------------------------------------------------------------
Thu Jun 3 20:28:12 CEST 2010 - jeffm@suse.de
@ -207,6 +847,13 @@ Wed Jun 2 10:41:06 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: More -rt fixes.
-------------------------------------------------------------------
Tue Jun 1 23:04:32 CEST 2010 - jeffm@suse.com
- Update to 2.6.35-rc1.
- Eliminated 13 patches.
- Xen is disabled.
-------------------------------------------------------------------
Tue Jun 1 21:48:10 CEST 2010 - bphilips@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-trace (Version 2.6.34)
# spec file for package kernel-trace (Version 2.6.36)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.34
%define patchversion 2.6.34
%define srcversion 2.6.35
%define patchversion 2.6.36-rc3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -35,7 +35,7 @@
%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,built-in-where,symsets.pl,find-provides,split-modules,modversions,extract-modaliases,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl})
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,built-in-where,symsets.pl,find-provides,split-modules,modversions,extract-modaliases,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
@ -54,9 +54,9 @@
%endif
Name: kernel-trace
Summary: The Realtime Linux Kernel
Version: 2.6.34
Release: 12
Summary: The Standard Kernel with Tracing Features
Version: 2.6.36
Release: 1
%if %using_buildservice
%else
%endif
@ -161,6 +161,7 @@ Source34: check-supported-list
Source35: group-source-files.pl
Source37: README.SUSE
Source38: README.KSYMS
Source39: config-options.changes.txt
Source40: source-timestamp
Source41: built-in-where
Source42: symsets.pl
@ -184,6 +185,7 @@ 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
@ -255,7 +257,7 @@ Obsoletes: quickcam-kmp-%build_flavor < 0.6.7
%define supported_modules_check 0
%description
This kernel is compiled for realtime applications.
This kernel has different tracing features enabled (e.g. utrace, ftrace).
%source_timestamp
@ -313,7 +315,8 @@ fi
--set-str CONFIG_LOCALVERSION -%release_major-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO
--enable CONFIG_DEBUG_INFO \
--disable CONFIG_DEBUG_INFO_REDUCED
%else
--disable CONFIG_DEBUG_INFO
%endif
@ -782,7 +785,7 @@ rm %my_builddir/tmp
%defattr(-, root, root)
%package base
Summary: The Realtime Linux Kernel - base modules
Summary: The Standard Kernel with Tracing Features - base modules
License: GPLv2
Group: System/Kernel
Url: http://www.kernel.org/
@ -798,7 +801,7 @@ Conflicts: libc.so.6()(64bit)
%endif
%description base
This kernel is compiled for realtime applications.
This kernel has different tracing features enabled (e.g. utrace, ftrace).
This package contains only the base modules, required in all installs.
@ -819,7 +822,7 @@ This package contains only the base modules, required in all installs.
%endif
%package extra
Summary: The Realtime Linux Kernel - Unsupported kernel modules
Summary: The Standard Kernel with Tracing Features - Unsupported kernel modules
License: GPLv2
Group: System/Kernel
Url: http://www.kernel.org/
@ -838,7 +841,7 @@ Conflicts: libc.so.6()(64bit)
%endif
%description extra
This kernel is compiled for realtime applications.
This kernel has different tracing features enabled (e.g. utrace, ftrace).
This package contains additional modules not supported by Novell.

View File

@ -1,3 +1,524 @@
-------------------------------------------------------------------
Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de
- Always build in AGP on x86/x86_64 so KMS works on LiveCDs (bnc#609607).
- commit d9bfa1e
-------------------------------------------------------------------
Fri Sep 3 16:38:10 CEST 2010 - jeffm@suse.com
- irda: Correctly clean up self->ias_obj on irda_bind() failure
(CVE-2010-2954 bnc#636112).
- commit f04e61f
-------------------------------------------------------------------
Wed Sep 1 12:04:59 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.36-rc3 and c/s 1029.
- fix unwind annotations.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 6836619
-------------------------------------------------------------------
Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com
- fix unwind annotations.
- commit 5aa6daf
-------------------------------------------------------------------
Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com
- net sched: fix kernel leak in act_police (CVE-2010-2942
bnc#632309).
- commit 66e1d72
-------------------------------------------------------------------
Tue Aug 31 14:02:33 CEST 2010 - jdelvare@suse.de
- fix jiffies overflow problems in bonding (bnc#613273).
- commit 28bd2e8
-------------------------------------------------------------------
Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de
- Refresh vanilla configs.
- commit 26a681e
-------------------------------------------------------------------
Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de
- Update to Linux: 2.6.36-rc3.
- Eliminated 7 patches.
- commit d298d2d
-------------------------------------------------------------------
Sat Aug 28 13:09:20 CEST 2010 - jslaby@suse.cz
- Delete
patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch.
- Delete
patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch.
- Delete
patches.suse/rlim-0022-FS-proc-make-limits-writable.patch.
This was just a workaround crap. In 2.6.36 we have a nice syscall
instead. Sorry for commiting this to the merge-36 branch first. I
didn't notice it was already merged here.
- commit 5449fcb
-------------------------------------------------------------------
Fri Aug 27 16:26:16 CEST 2010 - jeffm@suse.com
- Disabled ACPI table override patches again. fsnotify was introduced into
the truncate path and causes crashes.
- commit e18fc2c
-------------------------------------------------------------------
Thu Aug 26 16:55:14 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/supported-flag-enterprise: Fixed recovery on load failure.
- commit 8a06643
-------------------------------------------------------------------
Thu Aug 26 16:54:46 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/stack-unwind: Fixed recovery on load failure.
- commit 7f15b29
-------------------------------------------------------------------
Tue Aug 24 20:06:39 CEST 2010 - jeffm@suse.com
- patches.arch/s390-message-catalog.diff: dev_info -> _dev_info
- commit ba20988
-------------------------------------------------------------------
Tue Aug 24 18:31:36 CEST 2010 - jeffm@suse.de
- patches.suse/stack-unwind: Fix build on !SMP
- commit abd5493
-------------------------------------------------------------------
Tue Aug 24 18:07:05 CEST 2010 - jeffm@suse.de
- s390: Fix prototype for execve.
- commit b448268
-------------------------------------------------------------------
Tue Aug 24 17:47:48 CEST 2010 - jeffm@suse.de
- spectra: depend on X86_MRST.
- commit 1e3fb89
-------------------------------------------------------------------
Tue Aug 24 17:16:11 CEST 2010 - jeffm@suse.de
- Delete patches.arch/ppc-vmcoreinfo.diff.
- commit ea39e14
-------------------------------------------------------------------
Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de
- caif: Use asm/unaligned.h.
- commit 92c07c2
-------------------------------------------------------------------
Tue Aug 24 17:07:45 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/SoN-20-netvm-tcp-deadlock.patch: Added missing
fixup for sk_rmem_schedule in caif.
- commit a9ff761
-------------------------------------------------------------------
Tue Aug 24 16:47:58 CEST 2010 - mmarek@suse.cz
- makefile: not need to regenerate kernel.release file when
make kernelrelease.
- commit 81237a8
-------------------------------------------------------------------
Tue Aug 24 16:18:58 CEST 2010 - jeffm@suse.com
- rpm/kernel-source.spec.in, scripts/tar-up.sh: Renamed config-options.changes
to config-options.changes.txt in the exported package to avoid triggering
a build service rule error.
- commit ff4889e
-------------------------------------------------------------------
Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com
- Revert "- Renamed doc/config-options.changes to doc/config-options.changes.txt to"
This reverts commit 124ac26de4839f8181a5badedb231eedf5770a3e.
- commit 2932c62
-------------------------------------------------------------------
Tue Aug 24 15:43:02 CEST 2010 - jeffm@suse.com
- Renamed doc/config-options.changes to doc/config-options.changes.txt to
avoid triggering a build service rule error.
- commit 124ac26
-------------------------------------------------------------------
Mon Aug 23 21:06:58 CEST 2010 - jeffm@suse.de
- supported.conf: Add iscsi_boot_sysfs
- commit 80e2ea9
-------------------------------------------------------------------
Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Fixed typo with last fix.
- commit 22210d9
-------------------------------------------------------------------
Mon Aug 23 20:14:03 CEST 2010 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Disable CONFIG_DEBUG_INFO. It's enabled
dynamically in the spec file and now has follow-on options.
- commit d270759
-------------------------------------------------------------------
Mon Aug 23 19:57:40 CEST 2010 - jeffm@suse.de
- patches.rpmify/spectra-drop-locked_ioctl-support: add <linux/smp_lock.h>
to grab the BKL
- commit 1df02ec
-------------------------------------------------------------------
Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de
- Update config files: Disabled DEBUG_INFO_REDUCED.
- commit 393680a
-------------------------------------------------------------------
Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de
- Updated to 2.6.36-rc2.
- Eliminated 2 patches.
- commit 52d47a0
-------------------------------------------------------------------
Wed Aug 18 19:44:13 CEST 2010 - jeffm@suse.de
- Update to 2.6.36-rc1.
- Eliminated 71 patches.
- spectra: Drop ->locked_ioctl support.
- spectra: Drop ->prepare_flush_fn support.
- spectra: Remove duplicate GLOB_VERSION.
- novfs: Fix ioctl usage.
- novfs: use evict_inode.
- Xen is disabled.
- commit 63642f6
-------------------------------------------------------------------
Mon Aug 16 10:22:09 CEST 2010 - tiwai@suse.de
- ALSA: hda - Add quirk for Dell Vostro 1220 (bnc#631066).
- commit df12c34
-------------------------------------------------------------------
Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com
- README.BRANCH: Updated to reflect the permenent in-progress status.
- commit a2c882e
-------------------------------------------------------------------
Thu Aug 12 20:42:29 CEST 2010 - gregkh@suse.de
- Update to 2.6.35.1
- security fixes
- bug fixes
- obsoletes:
patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch.
- commit a009fb4
-------------------------------------------------------------------
Thu Aug 12 20:39:52 CEST 2010 - gregkh@suse.de
- Delete patches.kernel.org/patch-2.6.35-rc1.
- Delete patches.kernel.org/patch-2.6.35-rc1-rc2.
- Delete patches.kernel.org/patch-2.6.35-rc2-rc3.
- Delete patches.kernel.org/patch-2.6.35-rc3-rc4.
- Delete patches.kernel.org/patch-2.6.35-rc4-rc5.
- Delete patches.kernel.org/patch-2.6.35-rc5-rc6.
- commit 2e67843
-------------------------------------------------------------------
Thu Aug 12 20:38:21 CEST 2010 - gregkh@suse.de
- Refresh patches.fixes/novfs-lindent.
Someone needs to remember to actually test out their patches before
adding them to the repo...
- commit 6569c56
-------------------------------------------------------------------
Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com
- doc/README.SUSE: Updated to describe the process used to add custom patches
- commit e5f4670
-------------------------------------------------------------------
Thu Aug 12 08:54:30 CEST 2010 - jslaby@suse.cz
- patches.fixes/vmscan-fix-stalls.patch: vmscan: raise the bar
to PAGEOUT_IO_SYNC stalls (bnc#625339).
- commit 1efea94
-------------------------------------------------------------------
Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz
- novfs: Lindent novfs sources.
- commit 361594a
-------------------------------------------------------------------
Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de
- Refresh
patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch.
- Refresh patches.fixes/sunrpc-monotonic-expiry.
- Delete patches.fixes/nfs-write.c-bug-removal.patch.
Update some patches for 2.6.35
- commit 15d7a62
-------------------------------------------------------------------
Wed Aug 11 05:42:36 CEST 2010 - neilb@suse.de
- NFS: allow close-to-open cache semantics to apply to root of
NFS filesystem (bnc#584720).
- commit deea101
-------------------------------------------------------------------
Tue Aug 10 19:19:37 CEST 2010 - tiwai@suse.de
- ALSA: hda - patch_nvhdmi.c: Add missing codec IDs, unify names
(bnc#627212).
- ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118).
- commit 4844a71
-------------------------------------------------------------------
Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35 final and c/s 1025.
- create devices in /dev/xen when they are expected to be
used there.
- xen/netback: Allow setting of large MTU before rings have
connected.
- xen/netback: Always pull through PKT_PROT_LEN bytes into the
linear part of an skb.
- pass trigger mode and polarity information to Xen for all
interrupts.
- Update Xen config files.
- supported.conf: Add pci-iomul.ko.
- commit c642c1b
-------------------------------------------------------------------
Fri Aug 6 17:03:09 CEST 2010 - jeffm@suse.de
- patches.xen/xen3-auto-xen-arch.diff: Update struct acpi_power_register
usage from upstream commit 718be4aa.
- commit 4ce0b48
-------------------------------------------------------------------
Fri Aug 6 16:09:39 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-final and refresh patch set.
- commit a40327f
-------------------------------------------------------------------
Mon Aug 2 14:39:22 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Package log.sh in the source rpm
- commit 53246ff
-------------------------------------------------------------------
Fri Jul 23 20:09:25 CEST 2010 - jack@suse.cz
- novfs: Fix error codes for getxattr for novfs (bnc#529535).
- commit 06b3243
-------------------------------------------------------------------
Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc6.
- commit 643df99
-------------------------------------------------------------------
Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz
- novfs: code cleanup for one case of novfs return value
(bnc#624606).
- commit 4875860
-------------------------------------------------------------------
Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz
- Fixed patch headers of patches.fixes/novfs-xattr-memleak
- commit 65ab01f
-------------------------------------------------------------------
Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz
- novfs: Fix a memory leak that causes an OOM condition
(bnc#610828).
- commit 519d8a0
-------------------------------------------------------------------
Tue Jul 20 14:01:26 CEST 2010 - jack@suse.cz
- novfs: backing device info initialization (bnc#623472).
- commit b576dae
-------------------------------------------------------------------
Tue Jul 20 12:55:33 CEST 2010 - mmarek@suse.cz
- scripts/tar-up.sh: Generate the rpm changelog using gitlog2changes.
- Move kernel-source.changes.old to rpm/ (not included in the pachage
though).
- commit 8ed2389
-------------------------------------------------------------------
Tue Jul 20 11:22:47 CEST 2010 - jblunck@suse.de
- rpm/package-descriptions: Change summary/description for trace flavor (bnc#488692).
- commit da8e17e
-------------------------------------------------------------------
Mon Jul 19 17:23:30 CEST 2010 - mmarek@suse.cz
- Move rpm changelog to kernel-source.changes.old
- commit 93036bd
-------------------------------------------------------------------
Thu Jul 15 11:47:45 CEST 2010 - bphilips@suse.de
- X86_MRST: Disable moorsetown since it deselects SERIO_I8042
- See 0b28bac5aef7bd1ab213723df031e61db9ff151a, fixed in -tip but we
still don't want X86_MRST
-------------------------------------------------------------------
Wed Jul 14 18:39:08 CEST 2010 - trenn@suse.de
- patches.arch/acpi_fix_fadt_32_bit_zero_length.patch: Only use
32 bit addresses if they have a valid length (bug#581644).
-------------------------------------------------------------------
Wed Jul 14 16:21:46 CEST 2010 - bphilips@suse.de
- Update -desktop config files to enable CGROUPS for systemd
-------------------------------------------------------------------
Wed Jul 14 14:04:36 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc5.
- Eliminated 5 patches.
-------------------------------------------------------------------
Tue Jul 13 14:39:51 CEST 2010 - jack@suse.de
- patches.fixes/novfs-overflow-fixes: novfs: security: Add buffer
overflow, integer wraparound fixes (bnc#594362).
-------------------------------------------------------------------
Wed Jul 7 16:53:17 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35-rc4.
-------------------------------------------------------------------
Wed Jul 7 16:45:02 CEST 2010 - jeffm@suse.de
- patches.suse/xfs-dmapi-2.6.35-api-changes: Updated for -debug flavor.
-------------------------------------------------------------------
Wed Jul 7 15:57:27 CEST 2010 - jeffm@suse.de
- Update config files for vanilla.
-------------------------------------------------------------------
Wed Jul 7 12:14:43 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Install config-option.changes
This file documents the changes in the kernel configs.
-------------------------------------------------------------------
Wed Jul 7 10:37:59 CEST 2010 - mmarek@suse.cz
- patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path
to scripts/setlocalversion.
-------------------------------------------------------------------
Wed Jul 7 00:27:53 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc4.
- Eliminated 4 patches.
-------------------------------------------------------------------
Fri Jul 2 17:21:45 CEST 2010 - jeffm@suse.de
- patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices:
iwlwifi: fix TX power configuration on 3945 and 4965 devices
(bnc#619440 bnc#610421).
-------------------------------------------------------------------
Fri Jul 2 11:27:54 CEST 2010 - jbeulich@novell.com
- patches.suse/stack-unwind: Fix after upstream commit
9e565292270a2d55524be38835104c564ac8f795.
-------------------------------------------------------------------
Fri Jul 2 10:54:39 CEST 2010 - trenn@suse.de
- patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch:
For some reason the macro used by dynamic debug breaks things
(bnc#619416).
-------------------------------------------------------------------
Fri Jul 2 10:42:19 CEST 2010 - trenn@suse.de
Mainline goes another way (bug #476509).
Also there is a problem with this patch, breaking dynamic debugging
(bnc#619416) -> just remove it, there will show up something else
mainline.
- patches.xen/xen3-auto-arch-x86.diff: Refresh.
- patches.arch/x86_mce_intel_decode_physical_address.patch:
Delete.
- patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch:
Delete.
- patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch:
Delete.
-------------------------------------------------------------------
Thu Jul 1 20:19:51 CEST 2010 - jeffm@suse.de
- patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md:
dm-raid45: API update: Remove dm_put after dm_table_get_md
(bnc#615656).
-------------------------------------------------------------------
Thu Jul 1 09:09:17 CEST 2010 - jdelvare@suse.de
- patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch:
Update references (bnc#610362).
-------------------------------------------------------------------
Thu Jul 1 01:02:25 CEST 2010 - bphilips@suse.de
- patches.drivers/ixgbe-disable-tx-engine-before-disabling-tx-laser.patch:
ixgbe: disable tx engine before disabling tx laser.
- patches.drivers/ixgbe-fix-panic-when-shutting-down-system-with-WoL-e.patch:
ixgbe: fix panic when shutting down system with WoL enabled.
- patches.drivers/ixgbe-skip-non-IPv4-packets-in-ATR-filter.patch:
ixgbe: skip non IPv4 packets in ATR filter.
- patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch:
e1000e: don't inadvertently re-set INTX_DISABLE.
-------------------------------------------------------------------
Wed Jun 30 20:20:58 CEST 2010 - bphilips@suse.de
- patches.drivers/e1000-enhance-frame-fragment-detection.patch:
Delete.
- patches.drivers/e1000e-enhance-frame-fragment-detection.patch:
Delete.
-------------------------------------------------------------------
Tue Jun 29 02:38:57 CEST 2010 - nfbrown@suse.de
@ -9,6 +530,32 @@ Mon Jun 28 22:19:17 CEST 2010 - mmarek@suse.cz
- rpm/find-provides: Add base symsets to the main subpackage.
-------------------------------------------------------------------
Fri Jun 25 17:14:03 CEST 2010 - jeffm@suse.de
- Update config files for sparc64/net to remove unnecessary options.
-------------------------------------------------------------------
Fri Jun 25 15:41:20 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fixed typo.
-------------------------------------------------------------------
Fri Jun 25 08:52:45 CEST 2010 - jbeulich@novell.com
- patches.arch/kvm-split-paravirt-ops-by-functionality: Adjust
Kconfig style to match upstream.
- patches.fixes/seccomp-disable-tsc-option: Adjust Kconfig style
to match upstream.
- patches.suse/SoN-11-mm-reserve.patch: Fix compiler warning.
-------------------------------------------------------------------
Fri Jun 25 08:46:24 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35-rc3.
- config.conf: Re-enable Xen.
- Update x86 config files.
-------------------------------------------------------------------
Thu Jun 24 21:02:48 CEST 2010 - agruen@suse.de
@ -37,6 +584,12 @@ Thu Jun 24 16:38:14 CEST 2010 - jeffm@suse.de
GFS2: Fix permissions checking for setflags ioctl() (bnc#608576
CVE-2010-1641).
-------------------------------------------------------------------
Thu Jun 24 11:30:08 CEST 2010 - jdelvare@suse.de
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
(it87) Fix in7 on IT8720F (bnc#612910).
-------------------------------------------------------------------
Thu Jun 24 11:20:34 CEST 2010 - jdelvare@suse.de
@ -142,6 +695,21 @@ Wed Jun 23 17:21:41 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fixed typo.
-------------------------------------------------------------------
Tue Jun 22 13:41:45 CEST 2010 - teheo@suse.de
- patches.drivers/libata-ata_generic-force_dma: ata_generic:
implement ATA_GEN_* flags and force enable DMA on MBP 7,1
(bko#15923).
-------------------------------------------------------------------
Tue Jun 22 13:38:16 CEST 2010 - knikanth@suse.de
- patches.suse/dm-raid45-26-Nov-2009.patch: DMRAID45 module
(bnc#615906, bnc#565962).
- patches.suse/dm-raid45_2.6.27_20081027.patch: Delete.
- Sync dm-raid45 to the later version.
-------------------------------------------------------------------
Tue Jun 22 13:17:40 CEST 2010 - mmarek@suse.cz
@ -155,6 +723,19 @@ Tue Jun 22 12:19:33 CEST 2010 - knikanth@suse.de
- patches.suse/dm-raid45_2.6.27_20081027.patch: Delete.
- Sync dm-raid45 to the later version.
-------------------------------------------------------------------
Mon Jun 21 18:45:29 CEST 2010 - jeffm@suse.de
- Resync v2.6.35 with master.
-------------------------------------------------------------------
Mon Jun 21 18:34:42 CEST 2010 - jeffm@suse.de
- patches.suse/acpi-generic-initramfs-table-override-support:
Refresh.
- patches.suse/init-move-populate_rootfs-back-to-start_kernel:
Refresh.
-------------------------------------------------------------------
Mon Jun 21 14:53:16 CEST 2010 - mmarek@suse.cz
@ -167,6 +748,12 @@ Mon Jun 21 01:27:59 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fix missing kmap calls
while loading initramfs files.
-------------------------------------------------------------------
Mon Jun 21 01:25:19 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fix missing kmap of
pages for initramfs loading.
-------------------------------------------------------------------
Fri Jun 18 15:54:41 CEST 2010 - jbeulich@novell.com
@ -183,12 +770,65 @@ Thu Jun 17 11:54:01 CEST 2010 - teheo@suse.de
ahci,ata_generic: let ata_generic handle new MBP w/ MCP89
(bko#15923).
-------------------------------------------------------------------
Wed Jun 16 20:01:01 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc3.
- Eliminated 1 patch.
-------------------------------------------------------------------
Mon Jun 14 13:47:57 CEST 2010 - jslaby@suse.de
- patches.fixes/pci-hotplug-cpqphp-fix-crash.patch: PCI:
hotplug/cpqphp, fix NULL dereference (bnc#609338).
-------------------------------------------------------------------
Wed Jun 9 22:01:21 CEST 2010 - jeffm@suse.de
- patches.rpmify/ceph-atomic_long-init-fix: ceph: fix atomic64_t
initialization on ia64.
-------------------------------------------------------------------
Tue Jun 8 20:32:43 CEST 2010 - jeffm@suse.de
- patches.trace/utrace-core: Workaround missing kref_set().
-------------------------------------------------------------------
Tue Jun 8 20:20:27 CEST 2010 - jeffm@suse.de
- patches.arch/ppc64-xmon-dmesg-printing.patch: Refresh.
-------------------------------------------------------------------
Tue Jun 8 20:17:40 CEST 2010 - jeffm@suse.de
- patches.rpmify/powerpc-kvm-build-failure-workaround: Refresh.
- patches.rpmify/wlags49-missing-strlen-include: wlags49_h2:
build fix.
-------------------------------------------------------------------
Tue Jun 8 19:46:30 CEST 2010 - jeffm@suse.de
- patches.arch/x86_mce_intel_decode_physical_address.patch:
Refresh.
- patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch:
Refresh.
-------------------------------------------------------------------
Tue Jun 8 17:11:54 CEST 2010 - jeffm@suse.com
- supported.conf: Updated dependencies for 2.6.35
-------------------------------------------------------------------
Mon Jun 7 17:55:56 CEST 2010 - jeffm@suse.com
- patches.kernel.org/revert-tty-fix-a-little-bug-in-scrup-vt-c:
Revert "tty: fix a little bug in scrup, vt.c".
-------------------------------------------------------------------
Mon Jun 7 17:06:01 CEST 2010 - jeffm@suse.com
- Update to 2.6.35-rc2.
-------------------------------------------------------------------
Thu Jun 3 20:28:12 CEST 2010 - jeffm@suse.de
@ -207,6 +847,13 @@ Wed Jun 2 10:41:06 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: More -rt fixes.
-------------------------------------------------------------------
Tue Jun 1 23:04:32 CEST 2010 - jeffm@suse.com
- Update to 2.6.35-rc1.
- Eliminated 13 patches.
- Xen is disabled.
-------------------------------------------------------------------
Tue Jun 1 21:48:10 CEST 2010 - bphilips@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-vanilla (Version 2.6.34)
# spec file for package kernel-vanilla (Version 2.6.36)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.34
%define patchversion 2.6.34
%define srcversion 2.6.35
%define patchversion 2.6.36-rc3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -35,7 +35,7 @@
%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,built-in-where,symsets.pl,find-provides,split-modules,modversions,extract-modaliases,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl})
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,built-in-where,symsets.pl,find-provides,split-modules,modversions,extract-modaliases,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
@ -55,8 +55,8 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 2.6.34
Release: 12
Version: 2.6.36
Release: 1
%if %using_buildservice
%else
%endif
@ -157,6 +157,7 @@ Source34: check-supported-list
Source35: group-source-files.pl
Source37: README.SUSE
Source38: README.KSYMS
Source39: config-options.changes.txt
Source40: source-timestamp
Source41: built-in-where
Source42: symsets.pl
@ -180,6 +181,7 @@ 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
@ -309,7 +311,8 @@ fi
--set-str CONFIG_LOCALVERSION -%release_major-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO
--enable CONFIG_DEBUG_INFO \
--disable CONFIG_DEBUG_INFO_REDUCED
%else
--disable CONFIG_DEBUG_INFO
%endif

View File

@ -1,3 +1,524 @@
-------------------------------------------------------------------
Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de
- Always build in AGP on x86/x86_64 so KMS works on LiveCDs (bnc#609607).
- commit d9bfa1e
-------------------------------------------------------------------
Fri Sep 3 16:38:10 CEST 2010 - jeffm@suse.com
- irda: Correctly clean up self->ias_obj on irda_bind() failure
(CVE-2010-2954 bnc#636112).
- commit f04e61f
-------------------------------------------------------------------
Wed Sep 1 12:04:59 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.36-rc3 and c/s 1029.
- fix unwind annotations.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 6836619
-------------------------------------------------------------------
Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com
- fix unwind annotations.
- commit 5aa6daf
-------------------------------------------------------------------
Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com
- net sched: fix kernel leak in act_police (CVE-2010-2942
bnc#632309).
- commit 66e1d72
-------------------------------------------------------------------
Tue Aug 31 14:02:33 CEST 2010 - jdelvare@suse.de
- fix jiffies overflow problems in bonding (bnc#613273).
- commit 28bd2e8
-------------------------------------------------------------------
Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de
- Refresh vanilla configs.
- commit 26a681e
-------------------------------------------------------------------
Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de
- Update to Linux: 2.6.36-rc3.
- Eliminated 7 patches.
- commit d298d2d
-------------------------------------------------------------------
Sat Aug 28 13:09:20 CEST 2010 - jslaby@suse.cz
- Delete
patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch.
- Delete
patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch.
- Delete
patches.suse/rlim-0022-FS-proc-make-limits-writable.patch.
This was just a workaround crap. In 2.6.36 we have a nice syscall
instead. Sorry for commiting this to the merge-36 branch first. I
didn't notice it was already merged here.
- commit 5449fcb
-------------------------------------------------------------------
Fri Aug 27 16:26:16 CEST 2010 - jeffm@suse.com
- Disabled ACPI table override patches again. fsnotify was introduced into
the truncate path and causes crashes.
- commit e18fc2c
-------------------------------------------------------------------
Thu Aug 26 16:55:14 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/supported-flag-enterprise: Fixed recovery on load failure.
- commit 8a06643
-------------------------------------------------------------------
Thu Aug 26 16:54:46 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/stack-unwind: Fixed recovery on load failure.
- commit 7f15b29
-------------------------------------------------------------------
Tue Aug 24 20:06:39 CEST 2010 - jeffm@suse.com
- patches.arch/s390-message-catalog.diff: dev_info -> _dev_info
- commit ba20988
-------------------------------------------------------------------
Tue Aug 24 18:31:36 CEST 2010 - jeffm@suse.de
- patches.suse/stack-unwind: Fix build on !SMP
- commit abd5493
-------------------------------------------------------------------
Tue Aug 24 18:07:05 CEST 2010 - jeffm@suse.de
- s390: Fix prototype for execve.
- commit b448268
-------------------------------------------------------------------
Tue Aug 24 17:47:48 CEST 2010 - jeffm@suse.de
- spectra: depend on X86_MRST.
- commit 1e3fb89
-------------------------------------------------------------------
Tue Aug 24 17:16:11 CEST 2010 - jeffm@suse.de
- Delete patches.arch/ppc-vmcoreinfo.diff.
- commit ea39e14
-------------------------------------------------------------------
Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de
- caif: Use asm/unaligned.h.
- commit 92c07c2
-------------------------------------------------------------------
Tue Aug 24 17:07:45 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/SoN-20-netvm-tcp-deadlock.patch: Added missing
fixup for sk_rmem_schedule in caif.
- commit a9ff761
-------------------------------------------------------------------
Tue Aug 24 16:47:58 CEST 2010 - mmarek@suse.cz
- makefile: not need to regenerate kernel.release file when
make kernelrelease.
- commit 81237a8
-------------------------------------------------------------------
Tue Aug 24 16:18:58 CEST 2010 - jeffm@suse.com
- rpm/kernel-source.spec.in, scripts/tar-up.sh: Renamed config-options.changes
to config-options.changes.txt in the exported package to avoid triggering
a build service rule error.
- commit ff4889e
-------------------------------------------------------------------
Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com
- Revert "- Renamed doc/config-options.changes to doc/config-options.changes.txt to"
This reverts commit 124ac26de4839f8181a5badedb231eedf5770a3e.
- commit 2932c62
-------------------------------------------------------------------
Tue Aug 24 15:43:02 CEST 2010 - jeffm@suse.com
- Renamed doc/config-options.changes to doc/config-options.changes.txt to
avoid triggering a build service rule error.
- commit 124ac26
-------------------------------------------------------------------
Mon Aug 23 21:06:58 CEST 2010 - jeffm@suse.de
- supported.conf: Add iscsi_boot_sysfs
- commit 80e2ea9
-------------------------------------------------------------------
Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Fixed typo with last fix.
- commit 22210d9
-------------------------------------------------------------------
Mon Aug 23 20:14:03 CEST 2010 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Disable CONFIG_DEBUG_INFO. It's enabled
dynamically in the spec file and now has follow-on options.
- commit d270759
-------------------------------------------------------------------
Mon Aug 23 19:57:40 CEST 2010 - jeffm@suse.de
- patches.rpmify/spectra-drop-locked_ioctl-support: add <linux/smp_lock.h>
to grab the BKL
- commit 1df02ec
-------------------------------------------------------------------
Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de
- Update config files: Disabled DEBUG_INFO_REDUCED.
- commit 393680a
-------------------------------------------------------------------
Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de
- Updated to 2.6.36-rc2.
- Eliminated 2 patches.
- commit 52d47a0
-------------------------------------------------------------------
Wed Aug 18 19:44:13 CEST 2010 - jeffm@suse.de
- Update to 2.6.36-rc1.
- Eliminated 71 patches.
- spectra: Drop ->locked_ioctl support.
- spectra: Drop ->prepare_flush_fn support.
- spectra: Remove duplicate GLOB_VERSION.
- novfs: Fix ioctl usage.
- novfs: use evict_inode.
- Xen is disabled.
- commit 63642f6
-------------------------------------------------------------------
Mon Aug 16 10:22:09 CEST 2010 - tiwai@suse.de
- ALSA: hda - Add quirk for Dell Vostro 1220 (bnc#631066).
- commit df12c34
-------------------------------------------------------------------
Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com
- README.BRANCH: Updated to reflect the permenent in-progress status.
- commit a2c882e
-------------------------------------------------------------------
Thu Aug 12 20:42:29 CEST 2010 - gregkh@suse.de
- Update to 2.6.35.1
- security fixes
- bug fixes
- obsoletes:
patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch.
- commit a009fb4
-------------------------------------------------------------------
Thu Aug 12 20:39:52 CEST 2010 - gregkh@suse.de
- Delete patches.kernel.org/patch-2.6.35-rc1.
- Delete patches.kernel.org/patch-2.6.35-rc1-rc2.
- Delete patches.kernel.org/patch-2.6.35-rc2-rc3.
- Delete patches.kernel.org/patch-2.6.35-rc3-rc4.
- Delete patches.kernel.org/patch-2.6.35-rc4-rc5.
- Delete patches.kernel.org/patch-2.6.35-rc5-rc6.
- commit 2e67843
-------------------------------------------------------------------
Thu Aug 12 20:38:21 CEST 2010 - gregkh@suse.de
- Refresh patches.fixes/novfs-lindent.
Someone needs to remember to actually test out their patches before
adding them to the repo...
- commit 6569c56
-------------------------------------------------------------------
Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com
- doc/README.SUSE: Updated to describe the process used to add custom patches
- commit e5f4670
-------------------------------------------------------------------
Thu Aug 12 08:54:30 CEST 2010 - jslaby@suse.cz
- patches.fixes/vmscan-fix-stalls.patch: vmscan: raise the bar
to PAGEOUT_IO_SYNC stalls (bnc#625339).
- commit 1efea94
-------------------------------------------------------------------
Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz
- novfs: Lindent novfs sources.
- commit 361594a
-------------------------------------------------------------------
Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de
- Refresh
patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch.
- Refresh patches.fixes/sunrpc-monotonic-expiry.
- Delete patches.fixes/nfs-write.c-bug-removal.patch.
Update some patches for 2.6.35
- commit 15d7a62
-------------------------------------------------------------------
Wed Aug 11 05:42:36 CEST 2010 - neilb@suse.de
- NFS: allow close-to-open cache semantics to apply to root of
NFS filesystem (bnc#584720).
- commit deea101
-------------------------------------------------------------------
Tue Aug 10 19:19:37 CEST 2010 - tiwai@suse.de
- ALSA: hda - patch_nvhdmi.c: Add missing codec IDs, unify names
(bnc#627212).
- ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118).
- commit 4844a71
-------------------------------------------------------------------
Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35 final and c/s 1025.
- create devices in /dev/xen when they are expected to be
used there.
- xen/netback: Allow setting of large MTU before rings have
connected.
- xen/netback: Always pull through PKT_PROT_LEN bytes into the
linear part of an skb.
- pass trigger mode and polarity information to Xen for all
interrupts.
- Update Xen config files.
- supported.conf: Add pci-iomul.ko.
- commit c642c1b
-------------------------------------------------------------------
Fri Aug 6 17:03:09 CEST 2010 - jeffm@suse.de
- patches.xen/xen3-auto-xen-arch.diff: Update struct acpi_power_register
usage from upstream commit 718be4aa.
- commit 4ce0b48
-------------------------------------------------------------------
Fri Aug 6 16:09:39 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-final and refresh patch set.
- commit a40327f
-------------------------------------------------------------------
Mon Aug 2 14:39:22 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Package log.sh in the source rpm
- commit 53246ff
-------------------------------------------------------------------
Fri Jul 23 20:09:25 CEST 2010 - jack@suse.cz
- novfs: Fix error codes for getxattr for novfs (bnc#529535).
- commit 06b3243
-------------------------------------------------------------------
Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc6.
- commit 643df99
-------------------------------------------------------------------
Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz
- novfs: code cleanup for one case of novfs return value
(bnc#624606).
- commit 4875860
-------------------------------------------------------------------
Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz
- Fixed patch headers of patches.fixes/novfs-xattr-memleak
- commit 65ab01f
-------------------------------------------------------------------
Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz
- novfs: Fix a memory leak that causes an OOM condition
(bnc#610828).
- commit 519d8a0
-------------------------------------------------------------------
Tue Jul 20 14:01:26 CEST 2010 - jack@suse.cz
- novfs: backing device info initialization (bnc#623472).
- commit b576dae
-------------------------------------------------------------------
Tue Jul 20 12:55:33 CEST 2010 - mmarek@suse.cz
- scripts/tar-up.sh: Generate the rpm changelog using gitlog2changes.
- Move kernel-source.changes.old to rpm/ (not included in the pachage
though).
- commit 8ed2389
-------------------------------------------------------------------
Tue Jul 20 11:22:47 CEST 2010 - jblunck@suse.de
- rpm/package-descriptions: Change summary/description for trace flavor (bnc#488692).
- commit da8e17e
-------------------------------------------------------------------
Mon Jul 19 17:23:30 CEST 2010 - mmarek@suse.cz
- Move rpm changelog to kernel-source.changes.old
- commit 93036bd
-------------------------------------------------------------------
Thu Jul 15 11:47:45 CEST 2010 - bphilips@suse.de
- X86_MRST: Disable moorsetown since it deselects SERIO_I8042
- See 0b28bac5aef7bd1ab213723df031e61db9ff151a, fixed in -tip but we
still don't want X86_MRST
-------------------------------------------------------------------
Wed Jul 14 18:39:08 CEST 2010 - trenn@suse.de
- patches.arch/acpi_fix_fadt_32_bit_zero_length.patch: Only use
32 bit addresses if they have a valid length (bug#581644).
-------------------------------------------------------------------
Wed Jul 14 16:21:46 CEST 2010 - bphilips@suse.de
- Update -desktop config files to enable CGROUPS for systemd
-------------------------------------------------------------------
Wed Jul 14 14:04:36 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc5.
- Eliminated 5 patches.
-------------------------------------------------------------------
Tue Jul 13 14:39:51 CEST 2010 - jack@suse.de
- patches.fixes/novfs-overflow-fixes: novfs: security: Add buffer
overflow, integer wraparound fixes (bnc#594362).
-------------------------------------------------------------------
Wed Jul 7 16:53:17 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35-rc4.
-------------------------------------------------------------------
Wed Jul 7 16:45:02 CEST 2010 - jeffm@suse.de
- patches.suse/xfs-dmapi-2.6.35-api-changes: Updated for -debug flavor.
-------------------------------------------------------------------
Wed Jul 7 15:57:27 CEST 2010 - jeffm@suse.de
- Update config files for vanilla.
-------------------------------------------------------------------
Wed Jul 7 12:14:43 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Install config-option.changes
This file documents the changes in the kernel configs.
-------------------------------------------------------------------
Wed Jul 7 10:37:59 CEST 2010 - mmarek@suse.cz
- patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path
to scripts/setlocalversion.
-------------------------------------------------------------------
Wed Jul 7 00:27:53 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc4.
- Eliminated 4 patches.
-------------------------------------------------------------------
Fri Jul 2 17:21:45 CEST 2010 - jeffm@suse.de
- patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices:
iwlwifi: fix TX power configuration on 3945 and 4965 devices
(bnc#619440 bnc#610421).
-------------------------------------------------------------------
Fri Jul 2 11:27:54 CEST 2010 - jbeulich@novell.com
- patches.suse/stack-unwind: Fix after upstream commit
9e565292270a2d55524be38835104c564ac8f795.
-------------------------------------------------------------------
Fri Jul 2 10:54:39 CEST 2010 - trenn@suse.de
- patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch:
For some reason the macro used by dynamic debug breaks things
(bnc#619416).
-------------------------------------------------------------------
Fri Jul 2 10:42:19 CEST 2010 - trenn@suse.de
Mainline goes another way (bug #476509).
Also there is a problem with this patch, breaking dynamic debugging
(bnc#619416) -> just remove it, there will show up something else
mainline.
- patches.xen/xen3-auto-arch-x86.diff: Refresh.
- patches.arch/x86_mce_intel_decode_physical_address.patch:
Delete.
- patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch:
Delete.
- patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch:
Delete.
-------------------------------------------------------------------
Thu Jul 1 20:19:51 CEST 2010 - jeffm@suse.de
- patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md:
dm-raid45: API update: Remove dm_put after dm_table_get_md
(bnc#615656).
-------------------------------------------------------------------
Thu Jul 1 09:09:17 CEST 2010 - jdelvare@suse.de
- patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch:
Update references (bnc#610362).
-------------------------------------------------------------------
Thu Jul 1 01:02:25 CEST 2010 - bphilips@suse.de
- patches.drivers/ixgbe-disable-tx-engine-before-disabling-tx-laser.patch:
ixgbe: disable tx engine before disabling tx laser.
- patches.drivers/ixgbe-fix-panic-when-shutting-down-system-with-WoL-e.patch:
ixgbe: fix panic when shutting down system with WoL enabled.
- patches.drivers/ixgbe-skip-non-IPv4-packets-in-ATR-filter.patch:
ixgbe: skip non IPv4 packets in ATR filter.
- patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch:
e1000e: don't inadvertently re-set INTX_DISABLE.
-------------------------------------------------------------------
Wed Jun 30 20:20:58 CEST 2010 - bphilips@suse.de
- patches.drivers/e1000-enhance-frame-fragment-detection.patch:
Delete.
- patches.drivers/e1000e-enhance-frame-fragment-detection.patch:
Delete.
-------------------------------------------------------------------
Tue Jun 29 02:38:57 CEST 2010 - nfbrown@suse.de
@ -9,6 +530,32 @@ Mon Jun 28 22:19:17 CEST 2010 - mmarek@suse.cz
- rpm/find-provides: Add base symsets to the main subpackage.
-------------------------------------------------------------------
Fri Jun 25 17:14:03 CEST 2010 - jeffm@suse.de
- Update config files for sparc64/net to remove unnecessary options.
-------------------------------------------------------------------
Fri Jun 25 15:41:20 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fixed typo.
-------------------------------------------------------------------
Fri Jun 25 08:52:45 CEST 2010 - jbeulich@novell.com
- patches.arch/kvm-split-paravirt-ops-by-functionality: Adjust
Kconfig style to match upstream.
- patches.fixes/seccomp-disable-tsc-option: Adjust Kconfig style
to match upstream.
- patches.suse/SoN-11-mm-reserve.patch: Fix compiler warning.
-------------------------------------------------------------------
Fri Jun 25 08:46:24 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35-rc3.
- config.conf: Re-enable Xen.
- Update x86 config files.
-------------------------------------------------------------------
Thu Jun 24 21:02:48 CEST 2010 - agruen@suse.de
@ -37,6 +584,12 @@ Thu Jun 24 16:38:14 CEST 2010 - jeffm@suse.de
GFS2: Fix permissions checking for setflags ioctl() (bnc#608576
CVE-2010-1641).
-------------------------------------------------------------------
Thu Jun 24 11:30:08 CEST 2010 - jdelvare@suse.de
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
(it87) Fix in7 on IT8720F (bnc#612910).
-------------------------------------------------------------------
Thu Jun 24 11:20:34 CEST 2010 - jdelvare@suse.de
@ -142,6 +695,21 @@ Wed Jun 23 17:21:41 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fixed typo.
-------------------------------------------------------------------
Tue Jun 22 13:41:45 CEST 2010 - teheo@suse.de
- patches.drivers/libata-ata_generic-force_dma: ata_generic:
implement ATA_GEN_* flags and force enable DMA on MBP 7,1
(bko#15923).
-------------------------------------------------------------------
Tue Jun 22 13:38:16 CEST 2010 - knikanth@suse.de
- patches.suse/dm-raid45-26-Nov-2009.patch: DMRAID45 module
(bnc#615906, bnc#565962).
- patches.suse/dm-raid45_2.6.27_20081027.patch: Delete.
- Sync dm-raid45 to the later version.
-------------------------------------------------------------------
Tue Jun 22 13:17:40 CEST 2010 - mmarek@suse.cz
@ -155,6 +723,19 @@ Tue Jun 22 12:19:33 CEST 2010 - knikanth@suse.de
- patches.suse/dm-raid45_2.6.27_20081027.patch: Delete.
- Sync dm-raid45 to the later version.
-------------------------------------------------------------------
Mon Jun 21 18:45:29 CEST 2010 - jeffm@suse.de
- Resync v2.6.35 with master.
-------------------------------------------------------------------
Mon Jun 21 18:34:42 CEST 2010 - jeffm@suse.de
- patches.suse/acpi-generic-initramfs-table-override-support:
Refresh.
- patches.suse/init-move-populate_rootfs-back-to-start_kernel:
Refresh.
-------------------------------------------------------------------
Mon Jun 21 14:53:16 CEST 2010 - mmarek@suse.cz
@ -167,6 +748,12 @@ Mon Jun 21 01:27:59 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fix missing kmap calls
while loading initramfs files.
-------------------------------------------------------------------
Mon Jun 21 01:25:19 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fix missing kmap of
pages for initramfs loading.
-------------------------------------------------------------------
Fri Jun 18 15:54:41 CEST 2010 - jbeulich@novell.com
@ -183,12 +770,65 @@ Thu Jun 17 11:54:01 CEST 2010 - teheo@suse.de
ahci,ata_generic: let ata_generic handle new MBP w/ MCP89
(bko#15923).
-------------------------------------------------------------------
Wed Jun 16 20:01:01 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc3.
- Eliminated 1 patch.
-------------------------------------------------------------------
Mon Jun 14 13:47:57 CEST 2010 - jslaby@suse.de
- patches.fixes/pci-hotplug-cpqphp-fix-crash.patch: PCI:
hotplug/cpqphp, fix NULL dereference (bnc#609338).
-------------------------------------------------------------------
Wed Jun 9 22:01:21 CEST 2010 - jeffm@suse.de
- patches.rpmify/ceph-atomic_long-init-fix: ceph: fix atomic64_t
initialization on ia64.
-------------------------------------------------------------------
Tue Jun 8 20:32:43 CEST 2010 - jeffm@suse.de
- patches.trace/utrace-core: Workaround missing kref_set().
-------------------------------------------------------------------
Tue Jun 8 20:20:27 CEST 2010 - jeffm@suse.de
- patches.arch/ppc64-xmon-dmesg-printing.patch: Refresh.
-------------------------------------------------------------------
Tue Jun 8 20:17:40 CEST 2010 - jeffm@suse.de
- patches.rpmify/powerpc-kvm-build-failure-workaround: Refresh.
- patches.rpmify/wlags49-missing-strlen-include: wlags49_h2:
build fix.
-------------------------------------------------------------------
Tue Jun 8 19:46:30 CEST 2010 - jeffm@suse.de
- patches.arch/x86_mce_intel_decode_physical_address.patch:
Refresh.
- patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch:
Refresh.
-------------------------------------------------------------------
Tue Jun 8 17:11:54 CEST 2010 - jeffm@suse.com
- supported.conf: Updated dependencies for 2.6.35
-------------------------------------------------------------------
Mon Jun 7 17:55:56 CEST 2010 - jeffm@suse.com
- patches.kernel.org/revert-tty-fix-a-little-bug-in-scrup-vt-c:
Revert "tty: fix a little bug in scrup, vt.c".
-------------------------------------------------------------------
Mon Jun 7 17:06:01 CEST 2010 - jeffm@suse.com
- Update to 2.6.35-rc2.
-------------------------------------------------------------------
Thu Jun 3 20:28:12 CEST 2010 - jeffm@suse.de
@ -207,6 +847,13 @@ Wed Jun 2 10:41:06 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: More -rt fixes.
-------------------------------------------------------------------
Tue Jun 1 23:04:32 CEST 2010 - jeffm@suse.com
- Update to 2.6.35-rc1.
- Eliminated 13 patches.
- Xen is disabled.
-------------------------------------------------------------------
Tue Jun 1 21:48:10 CEST 2010 - bphilips@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-vmi (Version 2.6.34)
# spec file for package kernel-vmi (Version 2.6.36)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.34
%define patchversion 2.6.34
%define srcversion 2.6.35
%define patchversion 2.6.36-rc3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -35,7 +35,7 @@
%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,built-in-where,symsets.pl,find-provides,split-modules,modversions,extract-modaliases,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl})
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,built-in-where,symsets.pl,find-provides,split-modules,modversions,extract-modaliases,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
@ -55,8 +55,8 @@
Name: kernel-vmi
Summary: VMI-enabled kernel
Version: 2.6.34
Release: 12
Version: 2.6.36
Release: 1
%if %using_buildservice
%else
%endif
@ -149,6 +149,7 @@ Source34: check-supported-list
Source35: group-source-files.pl
Source37: README.SUSE
Source38: README.KSYMS
Source39: config-options.changes.txt
Source40: source-timestamp
Source41: built-in-where
Source42: symsets.pl
@ -172,6 +173,7 @@ 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
@ -302,7 +304,8 @@ fi
--set-str CONFIG_LOCALVERSION -%release_major-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO
--enable CONFIG_DEBUG_INFO \
--disable CONFIG_DEBUG_INFO_REDUCED
%else
--disable CONFIG_DEBUG_INFO
%endif

View File

@ -1,3 +1,524 @@
-------------------------------------------------------------------
Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de
- Always build in AGP on x86/x86_64 so KMS works on LiveCDs (bnc#609607).
- commit d9bfa1e
-------------------------------------------------------------------
Fri Sep 3 16:38:10 CEST 2010 - jeffm@suse.com
- irda: Correctly clean up self->ias_obj on irda_bind() failure
(CVE-2010-2954 bnc#636112).
- commit f04e61f
-------------------------------------------------------------------
Wed Sep 1 12:04:59 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.36-rc3 and c/s 1029.
- fix unwind annotations.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 6836619
-------------------------------------------------------------------
Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com
- fix unwind annotations.
- commit 5aa6daf
-------------------------------------------------------------------
Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com
- net sched: fix kernel leak in act_police (CVE-2010-2942
bnc#632309).
- commit 66e1d72
-------------------------------------------------------------------
Tue Aug 31 14:02:33 CEST 2010 - jdelvare@suse.de
- fix jiffies overflow problems in bonding (bnc#613273).
- commit 28bd2e8
-------------------------------------------------------------------
Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de
- Refresh vanilla configs.
- commit 26a681e
-------------------------------------------------------------------
Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de
- Update to Linux: 2.6.36-rc3.
- Eliminated 7 patches.
- commit d298d2d
-------------------------------------------------------------------
Sat Aug 28 13:09:20 CEST 2010 - jslaby@suse.cz
- Delete
patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch.
- Delete
patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch.
- Delete
patches.suse/rlim-0022-FS-proc-make-limits-writable.patch.
This was just a workaround crap. In 2.6.36 we have a nice syscall
instead. Sorry for commiting this to the merge-36 branch first. I
didn't notice it was already merged here.
- commit 5449fcb
-------------------------------------------------------------------
Fri Aug 27 16:26:16 CEST 2010 - jeffm@suse.com
- Disabled ACPI table override patches again. fsnotify was introduced into
the truncate path and causes crashes.
- commit e18fc2c
-------------------------------------------------------------------
Thu Aug 26 16:55:14 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/supported-flag-enterprise: Fixed recovery on load failure.
- commit 8a06643
-------------------------------------------------------------------
Thu Aug 26 16:54:46 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/stack-unwind: Fixed recovery on load failure.
- commit 7f15b29
-------------------------------------------------------------------
Tue Aug 24 20:06:39 CEST 2010 - jeffm@suse.com
- patches.arch/s390-message-catalog.diff: dev_info -> _dev_info
- commit ba20988
-------------------------------------------------------------------
Tue Aug 24 18:31:36 CEST 2010 - jeffm@suse.de
- patches.suse/stack-unwind: Fix build on !SMP
- commit abd5493
-------------------------------------------------------------------
Tue Aug 24 18:07:05 CEST 2010 - jeffm@suse.de
- s390: Fix prototype for execve.
- commit b448268
-------------------------------------------------------------------
Tue Aug 24 17:47:48 CEST 2010 - jeffm@suse.de
- spectra: depend on X86_MRST.
- commit 1e3fb89
-------------------------------------------------------------------
Tue Aug 24 17:16:11 CEST 2010 - jeffm@suse.de
- Delete patches.arch/ppc-vmcoreinfo.diff.
- commit ea39e14
-------------------------------------------------------------------
Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de
- caif: Use asm/unaligned.h.
- commit 92c07c2
-------------------------------------------------------------------
Tue Aug 24 17:07:45 CEST 2010 - jeffm@suse.de
- Refresh patches.suse/SoN-20-netvm-tcp-deadlock.patch: Added missing
fixup for sk_rmem_schedule in caif.
- commit a9ff761
-------------------------------------------------------------------
Tue Aug 24 16:47:58 CEST 2010 - mmarek@suse.cz
- makefile: not need to regenerate kernel.release file when
make kernelrelease.
- commit 81237a8
-------------------------------------------------------------------
Tue Aug 24 16:18:58 CEST 2010 - jeffm@suse.com
- rpm/kernel-source.spec.in, scripts/tar-up.sh: Renamed config-options.changes
to config-options.changes.txt in the exported package to avoid triggering
a build service rule error.
- commit ff4889e
-------------------------------------------------------------------
Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com
- Revert "- Renamed doc/config-options.changes to doc/config-options.changes.txt to"
This reverts commit 124ac26de4839f8181a5badedb231eedf5770a3e.
- commit 2932c62
-------------------------------------------------------------------
Tue Aug 24 15:43:02 CEST 2010 - jeffm@suse.com
- Renamed doc/config-options.changes to doc/config-options.changes.txt to
avoid triggering a build service rule error.
- commit 124ac26
-------------------------------------------------------------------
Mon Aug 23 21:06:58 CEST 2010 - jeffm@suse.de
- supported.conf: Add iscsi_boot_sysfs
- commit 80e2ea9
-------------------------------------------------------------------
Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Fixed typo with last fix.
- commit 22210d9
-------------------------------------------------------------------
Mon Aug 23 20:14:03 CEST 2010 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Disable CONFIG_DEBUG_INFO. It's enabled
dynamically in the spec file and now has follow-on options.
- commit d270759
-------------------------------------------------------------------
Mon Aug 23 19:57:40 CEST 2010 - jeffm@suse.de
- patches.rpmify/spectra-drop-locked_ioctl-support: add <linux/smp_lock.h>
to grab the BKL
- commit 1df02ec
-------------------------------------------------------------------
Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de
- Update config files: Disabled DEBUG_INFO_REDUCED.
- commit 393680a
-------------------------------------------------------------------
Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de
- Updated to 2.6.36-rc2.
- Eliminated 2 patches.
- commit 52d47a0
-------------------------------------------------------------------
Wed Aug 18 19:44:13 CEST 2010 - jeffm@suse.de
- Update to 2.6.36-rc1.
- Eliminated 71 patches.
- spectra: Drop ->locked_ioctl support.
- spectra: Drop ->prepare_flush_fn support.
- spectra: Remove duplicate GLOB_VERSION.
- novfs: Fix ioctl usage.
- novfs: use evict_inode.
- Xen is disabled.
- commit 63642f6
-------------------------------------------------------------------
Mon Aug 16 10:22:09 CEST 2010 - tiwai@suse.de
- ALSA: hda - Add quirk for Dell Vostro 1220 (bnc#631066).
- commit df12c34
-------------------------------------------------------------------
Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com
- README.BRANCH: Updated to reflect the permenent in-progress status.
- commit a2c882e
-------------------------------------------------------------------
Thu Aug 12 20:42:29 CEST 2010 - gregkh@suse.de
- Update to 2.6.35.1
- security fixes
- bug fixes
- obsoletes:
patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch.
- commit a009fb4
-------------------------------------------------------------------
Thu Aug 12 20:39:52 CEST 2010 - gregkh@suse.de
- Delete patches.kernel.org/patch-2.6.35-rc1.
- Delete patches.kernel.org/patch-2.6.35-rc1-rc2.
- Delete patches.kernel.org/patch-2.6.35-rc2-rc3.
- Delete patches.kernel.org/patch-2.6.35-rc3-rc4.
- Delete patches.kernel.org/patch-2.6.35-rc4-rc5.
- Delete patches.kernel.org/patch-2.6.35-rc5-rc6.
- commit 2e67843
-------------------------------------------------------------------
Thu Aug 12 20:38:21 CEST 2010 - gregkh@suse.de
- Refresh patches.fixes/novfs-lindent.
Someone needs to remember to actually test out their patches before
adding them to the repo...
- commit 6569c56
-------------------------------------------------------------------
Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com
- doc/README.SUSE: Updated to describe the process used to add custom patches
- commit e5f4670
-------------------------------------------------------------------
Thu Aug 12 08:54:30 CEST 2010 - jslaby@suse.cz
- patches.fixes/vmscan-fix-stalls.patch: vmscan: raise the bar
to PAGEOUT_IO_SYNC stalls (bnc#625339).
- commit 1efea94
-------------------------------------------------------------------
Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz
- novfs: Lindent novfs sources.
- commit 361594a
-------------------------------------------------------------------
Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de
- Refresh
patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch.
- Refresh patches.fixes/sunrpc-monotonic-expiry.
- Delete patches.fixes/nfs-write.c-bug-removal.patch.
Update some patches for 2.6.35
- commit 15d7a62
-------------------------------------------------------------------
Wed Aug 11 05:42:36 CEST 2010 - neilb@suse.de
- NFS: allow close-to-open cache semantics to apply to root of
NFS filesystem (bnc#584720).
- commit deea101
-------------------------------------------------------------------
Tue Aug 10 19:19:37 CEST 2010 - tiwai@suse.de
- ALSA: hda - patch_nvhdmi.c: Add missing codec IDs, unify names
(bnc#627212).
- ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118).
- commit 4844a71
-------------------------------------------------------------------
Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35 final and c/s 1025.
- create devices in /dev/xen when they are expected to be
used there.
- xen/netback: Allow setting of large MTU before rings have
connected.
- xen/netback: Always pull through PKT_PROT_LEN bytes into the
linear part of an skb.
- pass trigger mode and polarity information to Xen for all
interrupts.
- Update Xen config files.
- supported.conf: Add pci-iomul.ko.
- commit c642c1b
-------------------------------------------------------------------
Fri Aug 6 17:03:09 CEST 2010 - jeffm@suse.de
- patches.xen/xen3-auto-xen-arch.diff: Update struct acpi_power_register
usage from upstream commit 718be4aa.
- commit 4ce0b48
-------------------------------------------------------------------
Fri Aug 6 16:09:39 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-final and refresh patch set.
- commit a40327f
-------------------------------------------------------------------
Mon Aug 2 14:39:22 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Package log.sh in the source rpm
- commit 53246ff
-------------------------------------------------------------------
Fri Jul 23 20:09:25 CEST 2010 - jack@suse.cz
- novfs: Fix error codes for getxattr for novfs (bnc#529535).
- commit 06b3243
-------------------------------------------------------------------
Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc6.
- commit 643df99
-------------------------------------------------------------------
Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz
- novfs: code cleanup for one case of novfs return value
(bnc#624606).
- commit 4875860
-------------------------------------------------------------------
Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz
- Fixed patch headers of patches.fixes/novfs-xattr-memleak
- commit 65ab01f
-------------------------------------------------------------------
Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz
- novfs: Fix a memory leak that causes an OOM condition
(bnc#610828).
- commit 519d8a0
-------------------------------------------------------------------
Tue Jul 20 14:01:26 CEST 2010 - jack@suse.cz
- novfs: backing device info initialization (bnc#623472).
- commit b576dae
-------------------------------------------------------------------
Tue Jul 20 12:55:33 CEST 2010 - mmarek@suse.cz
- scripts/tar-up.sh: Generate the rpm changelog using gitlog2changes.
- Move kernel-source.changes.old to rpm/ (not included in the pachage
though).
- commit 8ed2389
-------------------------------------------------------------------
Tue Jul 20 11:22:47 CEST 2010 - jblunck@suse.de
- rpm/package-descriptions: Change summary/description for trace flavor (bnc#488692).
- commit da8e17e
-------------------------------------------------------------------
Mon Jul 19 17:23:30 CEST 2010 - mmarek@suse.cz
- Move rpm changelog to kernel-source.changes.old
- commit 93036bd
-------------------------------------------------------------------
Thu Jul 15 11:47:45 CEST 2010 - bphilips@suse.de
- X86_MRST: Disable moorsetown since it deselects SERIO_I8042
- See 0b28bac5aef7bd1ab213723df031e61db9ff151a, fixed in -tip but we
still don't want X86_MRST
-------------------------------------------------------------------
Wed Jul 14 18:39:08 CEST 2010 - trenn@suse.de
- patches.arch/acpi_fix_fadt_32_bit_zero_length.patch: Only use
32 bit addresses if they have a valid length (bug#581644).
-------------------------------------------------------------------
Wed Jul 14 16:21:46 CEST 2010 - bphilips@suse.de
- Update -desktop config files to enable CGROUPS for systemd
-------------------------------------------------------------------
Wed Jul 14 14:04:36 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc5.
- Eliminated 5 patches.
-------------------------------------------------------------------
Tue Jul 13 14:39:51 CEST 2010 - jack@suse.de
- patches.fixes/novfs-overflow-fixes: novfs: security: Add buffer
overflow, integer wraparound fixes (bnc#594362).
-------------------------------------------------------------------
Wed Jul 7 16:53:17 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35-rc4.
-------------------------------------------------------------------
Wed Jul 7 16:45:02 CEST 2010 - jeffm@suse.de
- patches.suse/xfs-dmapi-2.6.35-api-changes: Updated for -debug flavor.
-------------------------------------------------------------------
Wed Jul 7 15:57:27 CEST 2010 - jeffm@suse.de
- Update config files for vanilla.
-------------------------------------------------------------------
Wed Jul 7 12:14:43 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Install config-option.changes
This file documents the changes in the kernel configs.
-------------------------------------------------------------------
Wed Jul 7 10:37:59 CEST 2010 - mmarek@suse.cz
- patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path
to scripts/setlocalversion.
-------------------------------------------------------------------
Wed Jul 7 00:27:53 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc4.
- Eliminated 4 patches.
-------------------------------------------------------------------
Fri Jul 2 17:21:45 CEST 2010 - jeffm@suse.de
- patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices:
iwlwifi: fix TX power configuration on 3945 and 4965 devices
(bnc#619440 bnc#610421).
-------------------------------------------------------------------
Fri Jul 2 11:27:54 CEST 2010 - jbeulich@novell.com
- patches.suse/stack-unwind: Fix after upstream commit
9e565292270a2d55524be38835104c564ac8f795.
-------------------------------------------------------------------
Fri Jul 2 10:54:39 CEST 2010 - trenn@suse.de
- patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch:
For some reason the macro used by dynamic debug breaks things
(bnc#619416).
-------------------------------------------------------------------
Fri Jul 2 10:42:19 CEST 2010 - trenn@suse.de
Mainline goes another way (bug #476509).
Also there is a problem with this patch, breaking dynamic debugging
(bnc#619416) -> just remove it, there will show up something else
mainline.
- patches.xen/xen3-auto-arch-x86.diff: Refresh.
- patches.arch/x86_mce_intel_decode_physical_address.patch:
Delete.
- patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch:
Delete.
- patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch:
Delete.
-------------------------------------------------------------------
Thu Jul 1 20:19:51 CEST 2010 - jeffm@suse.de
- patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md:
dm-raid45: API update: Remove dm_put after dm_table_get_md
(bnc#615656).
-------------------------------------------------------------------
Thu Jul 1 09:09:17 CEST 2010 - jdelvare@suse.de
- patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch:
Update references (bnc#610362).
-------------------------------------------------------------------
Thu Jul 1 01:02:25 CEST 2010 - bphilips@suse.de
- patches.drivers/ixgbe-disable-tx-engine-before-disabling-tx-laser.patch:
ixgbe: disable tx engine before disabling tx laser.
- patches.drivers/ixgbe-fix-panic-when-shutting-down-system-with-WoL-e.patch:
ixgbe: fix panic when shutting down system with WoL enabled.
- patches.drivers/ixgbe-skip-non-IPv4-packets-in-ATR-filter.patch:
ixgbe: skip non IPv4 packets in ATR filter.
- patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch:
e1000e: don't inadvertently re-set INTX_DISABLE.
-------------------------------------------------------------------
Wed Jun 30 20:20:58 CEST 2010 - bphilips@suse.de
- patches.drivers/e1000-enhance-frame-fragment-detection.patch:
Delete.
- patches.drivers/e1000e-enhance-frame-fragment-detection.patch:
Delete.
-------------------------------------------------------------------
Tue Jun 29 02:38:57 CEST 2010 - nfbrown@suse.de
@ -9,6 +530,32 @@ Mon Jun 28 22:19:17 CEST 2010 - mmarek@suse.cz
- rpm/find-provides: Add base symsets to the main subpackage.
-------------------------------------------------------------------
Fri Jun 25 17:14:03 CEST 2010 - jeffm@suse.de
- Update config files for sparc64/net to remove unnecessary options.
-------------------------------------------------------------------
Fri Jun 25 15:41:20 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fixed typo.
-------------------------------------------------------------------
Fri Jun 25 08:52:45 CEST 2010 - jbeulich@novell.com
- patches.arch/kvm-split-paravirt-ops-by-functionality: Adjust
Kconfig style to match upstream.
- patches.fixes/seccomp-disable-tsc-option: Adjust Kconfig style
to match upstream.
- patches.suse/SoN-11-mm-reserve.patch: Fix compiler warning.
-------------------------------------------------------------------
Fri Jun 25 08:46:24 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.35-rc3.
- config.conf: Re-enable Xen.
- Update x86 config files.
-------------------------------------------------------------------
Thu Jun 24 21:02:48 CEST 2010 - agruen@suse.de
@ -37,6 +584,12 @@ Thu Jun 24 16:38:14 CEST 2010 - jeffm@suse.de
GFS2: Fix permissions checking for setflags ioctl() (bnc#608576
CVE-2010-1641).
-------------------------------------------------------------------
Thu Jun 24 11:30:08 CEST 2010 - jdelvare@suse.de
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
(it87) Fix in7 on IT8720F (bnc#612910).
-------------------------------------------------------------------
Thu Jun 24 11:20:34 CEST 2010 - jdelvare@suse.de
@ -142,6 +695,21 @@ Wed Jun 23 17:21:41 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fixed typo.
-------------------------------------------------------------------
Tue Jun 22 13:41:45 CEST 2010 - teheo@suse.de
- patches.drivers/libata-ata_generic-force_dma: ata_generic:
implement ATA_GEN_* flags and force enable DMA on MBP 7,1
(bko#15923).
-------------------------------------------------------------------
Tue Jun 22 13:38:16 CEST 2010 - knikanth@suse.de
- patches.suse/dm-raid45-26-Nov-2009.patch: DMRAID45 module
(bnc#615906, bnc#565962).
- patches.suse/dm-raid45_2.6.27_20081027.patch: Delete.
- Sync dm-raid45 to the later version.
-------------------------------------------------------------------
Tue Jun 22 13:17:40 CEST 2010 - mmarek@suse.cz
@ -155,6 +723,19 @@ Tue Jun 22 12:19:33 CEST 2010 - knikanth@suse.de
- patches.suse/dm-raid45_2.6.27_20081027.patch: Delete.
- Sync dm-raid45 to the later version.
-------------------------------------------------------------------
Mon Jun 21 18:45:29 CEST 2010 - jeffm@suse.de
- Resync v2.6.35 with master.
-------------------------------------------------------------------
Mon Jun 21 18:34:42 CEST 2010 - jeffm@suse.de
- patches.suse/acpi-generic-initramfs-table-override-support:
Refresh.
- patches.suse/init-move-populate_rootfs-back-to-start_kernel:
Refresh.
-------------------------------------------------------------------
Mon Jun 21 14:53:16 CEST 2010 - mmarek@suse.cz
@ -167,6 +748,12 @@ Mon Jun 21 01:27:59 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fix missing kmap calls
while loading initramfs files.
-------------------------------------------------------------------
Mon Jun 21 01:25:19 CEST 2010 - jeffm@suse.de
- patches.suse/add-initramfs-file_read_write: Fix missing kmap of
pages for initramfs loading.
-------------------------------------------------------------------
Fri Jun 18 15:54:41 CEST 2010 - jbeulich@novell.com
@ -183,12 +770,65 @@ Thu Jun 17 11:54:01 CEST 2010 - teheo@suse.de
ahci,ata_generic: let ata_generic handle new MBP w/ MCP89
(bko#15923).
-------------------------------------------------------------------
Wed Jun 16 20:01:01 CEST 2010 - jeffm@suse.de
- Update to 2.6.35-rc3.
- Eliminated 1 patch.
-------------------------------------------------------------------
Mon Jun 14 13:47:57 CEST 2010 - jslaby@suse.de
- patches.fixes/pci-hotplug-cpqphp-fix-crash.patch: PCI:
hotplug/cpqphp, fix NULL dereference (bnc#609338).
-------------------------------------------------------------------
Wed Jun 9 22:01:21 CEST 2010 - jeffm@suse.de
- patches.rpmify/ceph-atomic_long-init-fix: ceph: fix atomic64_t
initialization on ia64.
-------------------------------------------------------------------
Tue Jun 8 20:32:43 CEST 2010 - jeffm@suse.de
- patches.trace/utrace-core: Workaround missing kref_set().
-------------------------------------------------------------------
Tue Jun 8 20:20:27 CEST 2010 - jeffm@suse.de
- patches.arch/ppc64-xmon-dmesg-printing.patch: Refresh.
-------------------------------------------------------------------
Tue Jun 8 20:17:40 CEST 2010 - jeffm@suse.de
- patches.rpmify/powerpc-kvm-build-failure-workaround: Refresh.
- patches.rpmify/wlags49-missing-strlen-include: wlags49_h2:
build fix.
-------------------------------------------------------------------
Tue Jun 8 19:46:30 CEST 2010 - jeffm@suse.de
- patches.arch/x86_mce_intel_decode_physical_address.patch:
Refresh.
- patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch:
Refresh.
-------------------------------------------------------------------
Tue Jun 8 17:11:54 CEST 2010 - jeffm@suse.com
- supported.conf: Updated dependencies for 2.6.35
-------------------------------------------------------------------
Mon Jun 7 17:55:56 CEST 2010 - jeffm@suse.com
- patches.kernel.org/revert-tty-fix-a-little-bug-in-scrup-vt-c:
Revert "tty: fix a little bug in scrup, vt.c".
-------------------------------------------------------------------
Mon Jun 7 17:06:01 CEST 2010 - jeffm@suse.com
- Update to 2.6.35-rc2.
-------------------------------------------------------------------
Thu Jun 3 20:28:12 CEST 2010 - jeffm@suse.de
@ -207,6 +847,13 @@ Wed Jun 2 10:41:06 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: More -rt fixes.
-------------------------------------------------------------------
Tue Jun 1 23:04:32 CEST 2010 - jeffm@suse.com
- Update to 2.6.35-rc1.
- Eliminated 13 patches.
- Xen is disabled.
-------------------------------------------------------------------
Tue Jun 1 21:48:10 CEST 2010 - bphilips@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-xen (Version 2.6.34)
# spec file for package kernel-xen (Version 2.6.36)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.34
%define patchversion 2.6.34
%define srcversion 2.6.35
%define patchversion 2.6.36-rc3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -35,7 +35,7 @@
%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,built-in-where,symsets.pl,find-provides,split-modules,modversions,extract-modaliases,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl})
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,built-in-where,symsets.pl,find-provides,split-modules,modversions,extract-modaliases,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
@ -55,8 +55,8 @@
Name: kernel-xen
Summary: The Xen Kernel
Version: 2.6.34
Release: 12
Version: 2.6.36
Release: 1
%if %using_buildservice
%else
%endif
@ -149,6 +149,7 @@ Source34: check-supported-list
Source35: group-source-files.pl
Source37: README.SUSE
Source38: README.KSYMS
Source39: config-options.changes.txt
Source40: source-timestamp
Source41: built-in-where
Source42: symsets.pl
@ -172,6 +173,7 @@ 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
@ -304,7 +306,8 @@ fi
--set-str CONFIG_LOCALVERSION -%release_major-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO
--enable CONFIG_DEBUG_INFO \
--disable CONFIG_DEBUG_INFO_REDUCED
%else
--disable CONFIG_DEBUG_INFO
%endif

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa395fec7de633df1cb85b6248b8f35af98380ed128a8bc465fb48bc4d252633
size 67633622

3
linux-2.6.35.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:18b2e2c336032e366c942622b77302cb05fc034fb19018f086a4ebc9ed41bfcf
size 69305709

167
log.sh Normal file
View File

@ -0,0 +1,167 @@
#! /bin/sh
# log.sh - Automate insertion of patches into a kernel rpm tree managed
# with series.conf
#
# Usage example:
#
# osc branch openSUSE:11.3/kernel-source
# osc co home:philipsb:branches:openSUSE:11.3:Update:Test/kernel-source
# mv ~/linux-2.6/driver-fix-for-something.patch .
# echo -e "\tpatches.drivers/driver-fix-for-something.patch" >> series.conf
# ./log.sh
# osc commit
#############################################################################
# Copyright (c) 2004-2006,2008-2010 Novell, Inc.
# All Rights Reserved.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of version 2 of the GNU General Public License as
# published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, contact Novell, Inc.
#
# To contact Novell about this file by physical or electronic mail,
# you may find current contact information at www.novell.com
#############################################################################
# Construct a changes entry and commit log from a patch.
CHANGES=kernel-source.changes
trap 'rm -rf "$tmpdir"' EXIT
tmpdir=$(mktemp -d /tmp/${0##*/}.XXXXXX)
message=$tmpdir/message
log_entry() {
local entry=$1
echo "$entry" \
| fmt --width 65 \
| sed -e '1s/^/- /' -e '2,$s/^/ /' \
>> $message
}
patch_meta() {
local patch=$1
subject=$(formail -c -x Subject < "$patch" \
| sed -e 's, *\[[#/ A-Za-z0-9-]*\],,')
subject=${subject## }
subject=${subject%.}
set -- $(formail -c -x References -x Reference < "$patch")
references="$*"
}
patch_log_entry() {
local patch=$1 subject references old_subj old_ref old_patch="$tmpdir/old"
git show "HEAD:$patch" >"$old_patch" 2>/dev/null
patch_meta "$old_patch"
old_subj="$subject"
old_ref="$references"
patch_meta "$patch"
local msg
if test -z "$subject" -o "$subject" != "$old_subj"; then
msg="$subject${references:+ ($references)}"
elif test "$references" != "$old_ref"; then
if test -n "$references"; then
msg="Update references ($references)"
fi
else
msg="Refresh"
fi
log_entry "$patch: $msg${msg:+.}"
}
find_patches() {
osc diff series.conf \
| sed -n "s/^+\s*\(patches.*\)/\1/p"
}
for file in "$@" $(find_patches); do
dirname=$(dirname $file)
basename=$(basename $file)
archive=$dirname.tar.bz2
if [ ! -f $basename ]; then
echo "ERROR: $basename added to series.conf but doesn't exist in $PWD"
exit 1
fi
if [ ! -d $dirname ]; then
tar xvf $archive
fi
mv $basename $dirname
rm $archive
tar cfj $archive $dirname
files[${#files[@]}]=$file
done
if [ ${#files[@]} -eq 0 ]; then
echo "No modified files" >&2
exit 1
fi
for file in "${files[@]}"; do
if [ "${file:0:1}" = - ]; then
log_entry "${file:1}: Delete."
else
case "$file" in
config/*)
if [ -z "$configs_updated" ]; then
log_entry "Update config files."
configs_updated=1
fi
;;
patches.*)
patch_log_entry "$file"
;;
kabi/*/symvers-* | kabi/*/symtypes-* | kabi/*/symsets-* )
if [ -z "$symvers_updated" ]; then
log_entry "Update reference module symbol versions."
symvers_updated=1
fi
;;
series.conf)
# don't log changes in there
;;
*)
log_entry "$file: "
;;
esac
fi
done
if [ ! -s $message ]; then
echo "- " >> $message
fi
if osc vc $CHANGES $message; then
entry=$(sed -ne '1,2d' -e '/^--*$/!p' -e '/^--*$/q' $CHANGES)
entry=${entry##$'\n'}
entry=${entry%%$'\n'}
fi
for c in *.changes; do
[ $c = $CHANGES ] && continue
cp $CHANGES $c
done

View File

@ -91,9 +91,9 @@ The Standard Kernel
The standard kernel.
=== kernel-trace ===
The Realtime Linux Kernel
The Standard Kernel with Tracing Features
This kernel is compiled for realtime applications.
This kernel has different tracing features enabled (e.g. utrace, ftrace).
=== kernel-vanilla ===
The Standard Kernel - without any SUSE patches

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bae3d29e9703e99476b331d584939825075f9de5c5a010f0943ee3c04810323e
size 49300
oid sha256:fd4687ae927048b7fb1e1d592d995332198ff13e9ecab064bd6a7b3c1f50bd48
size 132

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cebb12fb3d1ee4490fd399260ef21667730a1d9382cd90eeb9a0da1812beb431
size 80888
oid sha256:8c732038399b99e867c0411d15e83c309cd7e73e560c8c5b6935b79d6756ff57
size 76134

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:29c29892de51539a8e307858ef2256bfa8e601400b494e17e884823ffc5f0f95
size 132128
oid sha256:7fef243b2a8aa8abfb0b6e46331ae5c8ca36d99e937bd2b6db0a4a9438ff0ee3
size 125619

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d248cc59aef3100c811dbdccf71f0edd226a8ab81d93cf62dd855e929d59662
size 121004
oid sha256:5daaf06e193c7a33fd7a601d683afcb0cedf9de9453c30261eb3321540fe9e4f
size 85786

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9dde5510f9ad1aef9c1f1d3b2a8099a006fe55fdab5ebcf2c141624b999d057e
size 136
oid sha256:64a621290c303190f2ec4ee2a5515933faf99062c8e78a5781c9296dab287505
size 7661920

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e849ab7900898b99f49622316ef32a67cfe5f21e231007107bf36ed2eae9a4b2
size 3934
oid sha256:2e45936c6a97334c02b6df731d8b41a491c7a145db99f4fae53e64cba616903e
size 3167

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c2ebb97775b643237944f8b5f23076bded6b8b9fc1aa82578e39389bb266c21e
size 862176
oid sha256:0100b83a07d68cff4799e2177b3ce41c62810609470041b73e417d52ba61acc1
size 283460

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e931ab99942b87324f7f65bf16e67aa5c66106f6b47bdf81843f83847ced8c69
size 33729
oid sha256:aecf2590357a2ba554937d6f6a818dfa21c4b75ecd2d14c3fa8c3048e11c1dae
size 31209

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce178117ff45c7168ec56bfe4807e227a2992b8748aa661bb814ff4874cc1433
size 1952353
oid sha256:62ad57bde026b1b4d54b1286faa745d2c9c474faf537cdad954c2a357566bd32
size 1979134

View File

@ -27,6 +27,9 @@
# DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/patch-2.6.36-rc1
patches.kernel.org/patch-2.6.36-rc1-rc2
patches.kernel.org/patch-2.6.36-rc2-rc3
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -35,10 +38,7 @@
########################################################
patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings
patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning
patches.rpmify/dmar-fix-section-mismatch
patches.rpmify/ppc-crashdump-typefix
patches.rpmify/powerpc-kvm-build-failure-workaround
patches.rpmify/spectra-depends-on-moorestown
########################################################
# kABI consistency patches
@ -64,9 +64,8 @@
# kbuild/module infrastructure fixes
########################################################
patches.suse/supported-flag
patches.suse/supported-flag-sysfs
patches.suse/supported-flag-enterprise
patches.fixes/kbuild-fix-generating-of-.symtypes-files
+36 patches.fixes/kbuild-fix-generating-of-.symtypes-files
patches.suse/genksyms-add-override-flag.diff
patches.suse/kconfig-automate-kernel-desktop
@ -90,17 +89,6 @@
patches.suse/hung_task_timeout-configurable-default
+needs_update-33 patches.suse/sched-revert-latency-defaults
# writable limits
patches.suse/rlim-0015-SECURITY-add-task_struct-to-setrlimit.patch
patches.suse/rlim-0016-core-add-task_struct-to-update_rlimit_cpu.patch
patches.suse/rlim-0017-sys_setrlimit-make-sure-rlim_max-never-grows.patch
patches.suse/rlim-0018-core-split-sys_setrlimit.patch
patches.suse/rlim-0019-core-allow-setrlimit-to-non-current-tasks.patch
patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch
patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch
patches.suse/rlim-0022-FS-proc-make-limits-writable.patch
patches.suse/rlim-0023-core-do-security-check-under-task_lock.patch
patches.fixes/make-note_interrupt-fast.diff
patches.fixes/twl6030-fix-note_interrupt-call
@ -146,7 +134,6 @@
patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic
patches.suse/x86-mark_rodata_rw.patch
patches.fixes/dmar-fix-oops-with-no-dmar-table
########################################################
# x86 MCE/MCA (Machine Check Error/Architecture) extensions
@ -157,6 +144,7 @@
patches.arch/x86_mce_intel_decode_physical_address.patch
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch
########################################################
# x86_64/4096CPUS - from SGI
@ -166,8 +154,6 @@
########################################################
# x86 UV patches from SGI
########################################################
# bug 566745
patches.arch/UV-Expose-irq_desc-node-in-proc.patch
########################################################
# x86_64/i386 depending on the UV patchset
@ -176,13 +162,11 @@
########################################################
# powerpc/generic
########################################################
patches.suse/of_platform_driver.module-owner.patch
patches.suse/led_classdev.sysfs-name.patch
patches.suse/radeon-monitor-jsxx-quirk.patch
patches.suse/8250-sysrq-ctrl_o.patch
patches.suse/ppc-no-LDFLAGS_MODULE.patch
patches.arch/ppc-vio-modalias.patch
+needs_update? patches.suse/ppc-no-LDFLAGS_MODULE.patch
patches.arch/ppc-pegasos-console-autodetection.patch
patches.suse/ppc-powerbook-usb-fn-key-default.patch
patches.drivers/ppc64-adb
@ -191,8 +175,6 @@
patches.arch/ppc-prom-nodisplay.patch
patches.fixes/ptrace-getsiginfo
patches.arch/ppc-ipic-suspend-without-83xx-fix
patches.arch/ppc-vmcoreinfo.diff
patches.fixes/powerpc-fix-handling-of-strnlen-with-zero-len
########################################################
# PS3
@ -213,7 +195,6 @@
# VM/FS patches
########################################################
patches.suse/unmap_vmas-lat
patches.suse/silent-stack-overflow-2.patch
patches.fixes/oom-warning
patches.suse/shmall-bigger
patches.fixes/grab-swap-token-oops
@ -228,7 +209,7 @@
patches.suse/mm-devzero-optimisation.patch
patches.fixes/aggressive-zone-reclaim.patch
+36 patches.fixes/aggressive-zone-reclaim.patch
patches.suse/readahead-request-tunables.patch
########################################################
@ -256,14 +237,16 @@
patches.arch/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch
+trenn patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch
patches.suse/add-initramfs-file_read_write
patches.suse/init-move-populate_rootfs-back-to-start_kernel
patches.suse/acpi-generic-initramfs-table-override-support
patches.suse/acpi-don-t-preempt-until-the-system-is-up
+jeffm patches.suse/add-initramfs-file_read_write
+jeffm patches.suse/init-move-populate_rootfs-back-to-start_kernel
+jeffm patches.suse/acpi-generic-initramfs-table-override-support
+jeffm patches.suse/acpi-don-t-preempt-until-the-system-is-up
patches.arch/acpi_thermal_passive_blacklist.patch
patches.arch/acpi-export-hotplug_execute
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
@ -275,14 +258,6 @@
patches.arch/acpi_srat-pxm-rev-ia64.patch
patches.arch/acpi_srat-pxm-rev-x86-64.patch
# HP WMI patches
patches.fixes/hp-wmi_detect_keys.patch
patches.fixes/hp_wmi_catch_unkown_event_key_codes.patch
patches.fixes/hp_wmi_use_prefix_string.patch
patches.fixes/hp_wmi_add_media_key.patch
patches.fixes/acpi_processor_check_maxcpus.patch
########################################################
# CPUFREQ
########################################################
@ -299,10 +274,6 @@
# patches.suse/cpuidle-documentation
patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch
patches.fixes/acpi-cpufreq_fix_cpu_any_notification.patch
patches.arch/x86-cpu-add-amd-core-boosting-feature-flag-to-proc-cpuinfo
patches.arch/powernow-k8-add-core-performance-boost-support
patches.arch/x86-cpufreq-add-aperf-mperf-support-for-amd-processors
########################################################
# AGP, graphics related stuff
@ -321,6 +292,8 @@
# Networking, IPv6
########################################################
patches.fixes/bridge-module-get-put.patch
patches.fixes/net-sched-fix-kernel-leak-in-act_police
patches.fixes/bonding-jiffies2.patch
########################################################
# NFS
@ -331,7 +304,6 @@
patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch
patches.fixes/nfsd-07-nfsd-idmap-drop-special-request-deferal-in-favour-of.patch
patches.fixes/sunrpc-monotonic-expiry
patches.fixes/nfs_wb_page_deadlock.fix
########################################################
# lockd + statd
@ -340,7 +312,6 @@
########################################################
# cifs patches
########################################################
patches.fixes/cifs-fix-oops-due-to-null-nameidata
########################################################
# ext2/ext3
@ -352,54 +323,10 @@
########################################################
# ext4
########################################################
patches.fixes/ext4-make-sure-the-move_ext-ioctl-can-t-overwrite-append-only-files
########################################################
# btrfs
########################################################
patches.fixes/blkdev-generalize-flags-for-blkdev_issue_fn-functions
patches.fixes/nilfs-fix-breakage-caused-by-barrier-flag-changes
patches.fixes/btrfs-link-block-groups-of-different-raid-types
patches.fixes/btrfs-kill-allocate_wait-in-space_info
patches.fixes/btrfs-shrink-delay-allocated-space-in-a-synchronized
patches.fixes/btrfs-kill-init_btrfs_i
patches.fixes/btrfs-introduce-contexts-for-metadata-reservation
patches.fixes/btrfs-integrate-metadata-reservation-with-start_transaction
patches.fixes/btrfs-update-metadata-reservation-for-delayed-allocation
patches.fixes/btrfs-introduce-global-metadata-reservation
patches.fixes/btrfs-metadata-reservation-for-orphan-inodes
patches.fixes/btrfs-metadata-enospc-handling-for-tree-log
patches.fixes/btrfs-pre-allocate-space-for-data-relocation
patches.fixes/btrfs-metadata-enospc-handling-for-balance
patches.fixes/direct-io-add-a-hook-for-the-fs-to-provide-its-own-submit_bio-function
patches.fixes/btrfs-add-basic-dio-read-write-support
patches.fixes/btrfs-do-aio_write-instead-of-write
patches.fixes/btrfs-don-t-walk-around-with-task-state-task_running
patches.fixes/btrfs-use-async-helpers-for-dio-write-checksumming
patches.fixes/btrfs-rework-o_direct-enospc-handling
patches.fixes/btrfs-move-o_direct-space-reservation-to-btrfs_direct_io
patches.fixes/btrfs-avoid-enospc-errors-in-btrfs_dirty_inode
patches.fixes/btrfs-fix-preallocation-and-nodatacow-checks-in-o_direct
patches.fixes/btrfs-fix-block-generation-verification-race
patches.fixes/btrfs-drop-verbose-enospc-printk
patches.fixes/btrfs-allow-unaligned-dio
patches.fixes/btrfs-add-more-error-checking-to-btrfs_dirty_inode
patches.fixes/btrfs-fix-loop-device-on-top-of-btrfs
patches.fixes/btrfs-fix-fallocate-regression
patches.fixes/btrfs-uninitialized-data-is-check_path_shared
patches.fixes/btrfs-fix-remap_file_pages-error
patches.fixes/btrfs-fix-null-dereference-in-relocation-c
patches.fixes/btrfs-fix-bug_on-for-fs-converted-from-extn
patches.fixes/btrfs-handle-error-returns-from-btrfs_lookup_dir_item
patches.fixes/btrfs-handle-kzalloc-failure-in-open_ctree
patches.fixes/btrfs-btrfs_iget-returns-err_ptr
patches.fixes/btrfs-unwind-after-btrfs_start_transaction-errors
patches.fixes/btrfs-btrfs_read_fs_root_no_name-returns-err_ptrs
patches.fixes/btrfs-btrfs_lookup_dir_item-can-return-err_ptr
patches.fixes/btrfs-should-add-a-permission-check-for-setfacl
patches.fixes/btrfs-prohibit-a-operation-of-changing-acl-s-mask-when-noacl-mount-option-used
patches.fixes/btrfs-avoid-bug-when-dropping-root-and-reference-in-same-transaction
patches.fixes/btrfs-handle-err_ptr-from-posix_acl_from_xattr
########################################################
# Reiserfs Patches
@ -415,32 +342,20 @@
# ocfs2
########################################################
patches.suse/ocfs2-allocation-resrvations.patch
########################################################
# gfs2
########################################################
patches.fixes/gfs2-fix-permissions-checking-for-setflags-ioctl
patches.fixes/gfs2-fix-writing-to-non-page-aligned-gfs2_quota-structures
########################################################
# xfs
########################################################
patches.suse/xfs-dmapi-src
patches.suse/xfs-dmapi-enable
patches.suse/xfs-dmapi-xfs-enable
patches.suse/xfs-dmapi-re-add-flags-for-xfs_free_eofblocks
patches.suse/xfs-nfsd-dmapi-aware
patches.fixes/xfs-dmapi-fixes
patches.fixes/xfs-export-debug
patches.suse/xfs-dmapi-2-6-34-api-changes
patches.suse/xfs-dmapi-fix-incompatible-pointer-type-warning
########################################################
# novfs
########################################################
patches.suse/novfs-client-module
patches.suse/novfs-fix-debug-message.patch
patches.suse/novfs-2.6.35-api-changes
patches.fixes/novfs-err_ptr-fix.diff
patches.fixes/novfs-fix-inode-uid
patches.fixes/novfs-incorrect-filesize-fix
@ -449,6 +364,14 @@
patches.fixes/novfs-dentry-cache-limit.patch
patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir
patches.fixes/novfs-LFS-initialization
patches.fixes/novfs-overflow-fixes
patches.fixes/novfs-bdi-init.diff
patches.fixes/novfs-xattr-memleak
patches.fixes/novfs-xattr-errcode-cleanup
patches.fixes/novfs-xattr-errcode-cleanup2
patches.fixes/novfs-lindent
patches.suse/novfs-fix-ioctl-usage
patches.suse/novfs-use-evict_inode
########################################################
# other filesystem stuff: richacls
@ -511,11 +434,8 @@
# Netfilter
########################################################
patches.suse/netfilter-ipt_LOG-mac
patches.suse/netfilter-ip_conntrack_slp.patch
patches.fixes/fix-nf_conntrack_slp
patches.fixes/netfilter-remove-pointless-config_nf_ct_acct-warning
########################################################
#
@ -530,9 +450,7 @@
########################################################
# libata
patches.drivers/libata-add-waits-for-govault
patches.drivers/libata-unlock-hpa-by-default
patches.drivers/libata-ata_generic-mcp89-mbp71
# Block layer fixes
patches.fixes/scsi-inquiry-too-short-ratelimit
@ -548,7 +466,7 @@
patches.fixes/scsi-check-host-lookup-failure
patches.drivers/megaraid-mbox-fix-SG_IO
patches.drivers/qla4xxx-5.01.00-k9-5.01.00.00.11.01-k10.patch
+needs_update-35 patches.drivers/qla4xxx-5.01.00-k9-5.01.00.00.11.01-k10.patch
# Remaining SCSI patches (garloff)
patches.suse/scsi-error-test-unit-ready-timeout
@ -584,15 +502,15 @@
patches.drivers/tg3-entropy-source.patch
patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch
patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure
+needs_update patches.drivers/e1000-enhance-frame-fragment-detection.patch
+needs_update patches.drivers/e1000e-enhance-frame-fragment-detection.patch
########################################################
# Wireless Networking
########################################################
patches.suse/wireless-no-aes-select
patches.suse/b43-missing-firmware-info.patch
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices
########################################################
# iSCSI
@ -601,13 +519,10 @@
########################################################
# PCI and PCI hotplug
########################################################
patches.drivers/pci-disable-msi-on-K8M800
patches.fixes/pci-hotplug-cpqphp-fix-crash.patch
########################################################
# sysfs / driver core
########################################################
patches.drivers/driver-core-add-devname-module-aliases-to-allow-module-on-demand-auto-loading.patch
########################################################
# USB
@ -626,6 +541,7 @@
patches.suse/bootsplash-scaler
patches.suse/bootsplash-console-fix
patches.drivers/elousb.patch
patches.suse/elousb-2.6.35-api-changes
patches.fixes/input-add-acer-aspire-5710-to-nomux.patch
patches.drivers/input-Add-LED-support-to-Synaptics-device
@ -638,7 +554,6 @@
########################################################
patches.fixes/ieee1394-sbp2_long_sysfs_ieee1394_id.patch
patches.fixes/parport-mutex
patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch
# suse-2.4 compatible crypto loop driver
patches.suse/twofish-2.6
@ -661,6 +576,7 @@
patches.suse/dm-raid45-26-Nov-2009.patch
patches.suse/dmraid45-dm_dirty_log_create-api-fix
patches.suse/dmraid45-dm_get_device-takes-fewer-arguments
patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md
patches.fixes/dm-mpath-reattach-dh
patches.suse/dm-mpath-leastpending-path-update
patches.suse/dm-mpath-accept-failed-paths
@ -689,48 +605,6 @@
##########################################################
# AppArmor
##########################################################
patches.apparmor/apparmor-security-module
patches.apparmor/apparmor-default-lsm
patches.apparmor/apparmor-correct-mapping-of-file-permissions
patches.apparmor/apparmor-turn-auditing-of-ptrace-on
patches.apparmor/apparmor-fix-operator-precidence-issue-in-as_path_link
patches.apparmor/apparmor-explicitly-include-header-files-to-allow-apparmor-to-build-on-powerpc
patches.apparmor/apparmor-ensure-apparmor-enabled-parmater-is-off-if-apparmor-fails-to-initialize
patches.apparmor/apparmor-fix-auditing-of-domain-transitions-to-include-target-profile-information
patches.apparmor/apparmor-fix-c99-violation
patches.apparmor/apparmor-fix-build-failure-on-ia64
patches.apparmor/apparmor-revert-reporting-of-create-to-write-permission
patches.apparmor/apparmor-fix-null-pointer-dereference-oops-in-profile-attachment
patches.apparmor/apparmor-fix-argument-size-missmatch-on-64-bit-builds
patches.apparmor/apparmor-fix-change_profile-failing-lpn401931
patches.apparmor/apparmor-fix-determination-of-forced-audit-messages
patches.apparmor/apparmor-fix-oops-in-auditing-of-the-policy-interface-offset
patches.apparmor/apparmor-fix-profile-attachment-for-regexp-based-profile-names
patches.apparmor/apparmor-return-the-correct-error-codes-on-profile-addition-removal
patches.apparmor/apparmor-fix-oops-in-profile-listing-and-display-full-list
patches.apparmor/apparmor-fix-mapping-of-pux-to-new-internal-permission-format
patches.apparmor/apparmor-fix-change_profile-failure
patches.apparmor/apparmor-fix-profile-namespace-removal
patches.apparmor/apparmor-fix-oops-when-auditing-the-addition-of-profile-namespace
patches.apparmor/apparmor-fix-mediation-of-created-paths-that-look-like-deleted-paths
patches.apparmor/apparmor-fix-file-auditing-when-quiet-is-used
patches.apparmor/apparmor-policy-load-and-replacement-can-fail-to-alloc-mem
patches.apparmor/apparmor-fix-failure-to-audit-change_hat-correctly
patches.apparmor/apparmor-allow-truncation-of-deleted-files
patches.apparmor/apparmor-fix-oops-after-profile-removal
patches.apparmor/apparmor-fix-oops-when-in-apparmor_bprm_set_creds
patches.apparmor/apparmor-fix-cap-audit_caching-preemption-disabling
patches.apparmor/apparmor-fix-refcounting-bug-causing-leak-of-creds-and-oops
patches.apparmor/apparmor-fix-leak-when-profile-transition-table-fails-unpack
patches.apparmor/apparmor-fully-close-race-condition-for-deleted-paths
patches.apparmor/apparmor-missing-unlock
patches.apparmor/ptrace_may_access-fix
patches.apparmor/apparmor-fix-security_ops-task_setrlimit-api-use
patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around
patches.apparmor/apparmor-add-temporary-declaration-for-vfsmount_lock
########################################################
# Address space layout randomization
@ -740,18 +614,18 @@
# KDB v4.4
########################################################
patches.suse/kdb-common
patches.suse/kdb-x86
patches.suse/kdb-ia64
patches.suse/kdb-build-fixes
patches.suse/kdb-x86-build-fixes
patches.suse/kdb-usb-rework
patches.suse/kdb_fix_ia64_build.patch
patches.suse/kdb_dont_touch_i8042_early.patch
patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings
patches.suse/kdb-handle-nonexistance-keyboard-controller
patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro
patches.suse/kdb-vm-api-changes-for-2-6-34
# patches.suse/kdb-common
# patches.suse/kdb-x86
# patches.suse/kdb-ia64
# patches.suse/kdb-build-fixes
# patches.suse/kdb-x86-build-fixes
# patches.suse/kdb-usb-rework
# patches.suse/kdb_fix_ia64_build.patch
# patches.suse/kdb_dont_touch_i8042_early.patch
# patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings
# patches.suse/kdb-handle-nonexistance-keyboard-controller
# patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro
# patches.suse/kdb-vm-api-changes-for-2-6-34
########################################################
# Other patches for debugging
@ -759,6 +633,7 @@
patches.suse/crasher-26.diff
patches.suse/stack-unwind
patches.suse/no-frame-pointer-select
patches.arch/i386-unwind-annotations
patches.arch/x86_64-unwind-annotations
########################################################
@ -784,9 +659,6 @@
patches.trace/utrace-core
patches.trace/x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch
+needs_update-32 patches.fixes/nfs-write.c-bug-removal.patch
patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch
########################################################
@ -807,7 +679,6 @@
# moblin to try to speed up the boot process
########################################################
patches.suse/linux-2.6.29-dont-wait-for-mouse.patch
patches.suse/linux-2.6.29-enable-async-by-default.patch
- patches.suse/linux-2.6.29-even-faster-kms.patch
patches.suse/linux-2.6.29-silence-acer-message.patch
patches.suse/linux-2.6.29-kms-after-sata.patch
@ -894,17 +765,19 @@
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-rc3
patches.xen/xen3-seccomp-disable-tsc-option
patches.xen/xen3-x86-mcp51-no-dac
patches.xen/xen3-x86-mark_rodata_rw.patch
patches.xen/xen3-acpi_processor_check_maxcpus.patch
patches.xen/xen3-driver-core-add-devname-module-aliases-to-allow-module-on-demand-auto-loading.patch
patches.xen/xen3-kdb-x86
# patches.xen/xen3-kdb-x86
patches.xen/xen3-stack-unwind
patches.xen/xen3-i386-unwind-annotations
patches.xen/xen3-x86_64-unwind-annotations
patches.xen/xen3-x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch
# bugfixes and enhancements
patches.xen/xen-device-names
patches.xen/xen-balloon-max-target
patches.xen/xen-modular-blktap
patches.xen/xen-blkback-bimodal-suse
@ -929,11 +802,14 @@
patches.xen/xen-netback-generalize
patches.xen/xen-netback-multiple-tasklets
patches.xen/xen-netback-kernel-threads
patches.xen/xen-netback-extend-pull
patches.xen/xen-netback-allow-large-mtu
patches.xen/xen-netfront-ethtool
patches.xen/xen-dcdbas
patches.xen/xen-floppy
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-consistent-nmi

View File

@ -1,3 +1,3 @@
2010-06-29 02:39:08 +0200
GIT Revision: 7a744773dd7c2539b7757435d0108cb701dd0165
GIT Branch: openSUSE-11.3
2010-09-03 18:57:13 +0200
GIT Revision: d9bfa1ecca24ec81ab846933e63ff35170e49370
GIT Branch: master

View File

@ -158,6 +158,7 @@
kernel/drivers/acpi/video
kernel/drivers/acpi/wmi
+base kernel/drivers/ata/ahci
+base kernel/drivers/ata/libahci
kernel/drivers/ata/ata_generic
+base kernel/drivers/ata/ata_piix # SCSI low-level driver for Intel PIIX/ICH ATA controllers
+base kernel/drivers/ata/libata # Library module for ATA devices
@ -1587,11 +1588,13 @@
kernel/drivers/pci/hotplug/pci_hotplug # PCI Hot Plug PCI Core
kernel/drivers/pci/hotplug/sgi_hotplug # SGI's PCI Hotplug controller Driver
kernel/drivers/pci/hotplug/shpchp # Standard Hot Plug PCI Controller Driver
kernel/drivers/pci/pci-iomul # PCI I/O port multiplexer interface
kernel/drivers/pci/pcie/aer/aer_inject # fate #306815
kernel/drivers/pcmcia/i82092
+isa kernel/drivers/pcmcia/i82365
kernel/drivers/pcmcia/pcmcia
kernel/drivers/pcmcia/pcmcia_core # Linux Kernel Card Services
kernel/drivers/pcmcia/pcmcia_rsrc
kernel/drivers/pcmcia/pd6729 # Driver for the Cirrus PD6729 PCI-PCMCIA bridge
kernel/drivers/pcmcia/rsrc_nonstatic
kernel/drivers/pcmcia/tcic # Databook TCIC-2 PCMCIA socket driver
@ -1715,6 +1718,7 @@
- kernel/drivers/scsi/initio # INITIO 9100
+external kernel/drivers/scsi/ipr # IBM pSeries storage driver
kernel/drivers/scsi/ips
kernel/drivers/scsi/iscsi_boot_sysfs
kernel/drivers/scsi/iscsi_tcp # open-iscsi client
kernel/drivers/scsi/libfc/libfc # Library module for FC devices
kernel/drivers/scsi/libiscsi # open-iscsi library
@ -1898,6 +1902,7 @@
kernel/drivers/usb/serial/symbolserial
kernel/drivers/usb/serial/ti_usb_3410_5052
kernel/drivers/usb/serial/usb_debug
kernel/drivers/usb/serial/usb_wwan
kernel/drivers/usb/serial/usbserial # USB Serial Driver core
kernel/drivers/usb/serial/visor # USB HandSpring Visor / Palm OS driver
kernel/drivers/usb/serial/whiteheat # USB ConnectTech WhiteHEAT driver
@ -2707,5 +2712,6 @@
kernel/sound/usb/caiaq/snd-usb-caiaq # Native Instruments USB audio
kernel/sound/usb/snd-usb-audio # USB Audio
kernel/sound/usb/snd-usb-lib # USB Audio/MIDI helper module
kernel/sound/usb/snd-usbmidi-lib
kernel/sound/usb/usx2y/snd-usb-usx2y # TASCAM US-X2Y Version 0.7.2
- kernel/sound/usb/usx2y/snd-usb-us122l