diff --git a/arch-symbols b/arch-symbols index c3ba66414..00e05a574 100644 --- a/arch-symbols +++ b/arch-symbols @@ -25,7 +25,7 @@ if [ "$1" = "--list" ]; then # List all known architectures - echo i386 mips{,64} sparc{,64} ppc{,64} s390{,x} ia64 x86_64 alpha parisc armv7hl + echo i386 mips{,64} sparc{,64} ppc{,64} s390{,x} ia64 x86_64 alpha parisc armv5tel armv7hl exit 0 fi diff --git a/config.conf b/config.conf index c06b805cf..58b7f5607 100644 --- a/config.conf +++ b/config.conf @@ -30,17 +30,15 @@ +x86_64 x86_64/vanilla +x86_64 -syms x86_64/trace -# openSuSE: -# G3 G4 bPlan +ppc ppc/default -# G5 PS3 pSeries -+ppc ppc/ppc64 -# PS3 bootloader -#+ppc -syms ppc/ps3 -# maybe the kernels above were patched to death? +ppc ppc/vanilla ++ppc64 ppc64/default ++ppc64 -syms ppc64/trace ++ppc64 -syms ppc64/debug ++ppc64 ppc64/vanilla # ARM architectures ++armv5tel armv5tel/versatile +armv7hl armv7hl/default +armv7hl armv7hl/imx51 +armv7hl armv7hl/omap2plus @@ -50,19 +48,6 @@ +armv7hl armv7hl/exynos +armv7hl armv7hl/highbank -# SLES -# identical to ppc64 flavor, all KMP packages need a kernel-default -# Up to now, the openSuSE 11.1 ppc media can not have a -# kernel-default.ppc.rpm and a kernel-default.ppc64.rpm to continue -# supporting 32bit and 64bit systems. -+ppc64 ppc64/default -# G5 pSeries -+ppc64 ppc64/ppc64 -+ppc64 -syms ppc64/trace -+ppc64 -syms ppc64/debug -# maybe the kernels above were patched to death? -+ppc64 ppc64/vanilla - +s390 s390/s390 +s390 -syms s390/trace +s390 s390/vanilla diff --git a/config.sh b/config.sh index 5c74d5fcb..a84954dab 100644 --- a/config.sh +++ b/config.sh @@ -1,7 +1,9 @@ # The version of the main tarball to use -SRCVERSION=3.6 +SRCVERSION=3.7 # variant of the kernel-source package, either empty or "-rt" VARIANT= # buildservice projects to build the kernel against OBS_PROJECT=openSUSE:Factory +OBS_PROJECT_ARM=openSUSE:Factory:ARM IBS_PROJECT=SUSE:Factory:Head +IBS_PROJECT_ARM=Devel:Factory:ARM diff --git a/config.tar.bz2 b/config.tar.bz2 index aac0c4235..20fd0537c 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9201ceb859504139470136e7470149361f88dc3733b4aee6334b8ab04ba73cca -size 308488 +oid sha256:a7c5464fe5f334d822ca2c89bcc5f536261a981293b7aad25f32737aede84c97 +size 309752 diff --git a/kernel-binary.spec.in b/kernel-binary.spec.in index d2cdd141a..c855e87cf 100644 --- a/kernel-binary.spec.in +++ b/kernel-binary.spec.in @@ -91,7 +91,7 @@ Requires(post): distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release # Remove some packages that are installed automatically by the build system, # but are not needed to build the kernel -#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv +#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv %ifarch ia64 # arch/ia64/scripts/unwcheck.py @@ -398,10 +398,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz @@ -809,6 +808,7 @@ Provides: multiversion(kernel) Provides: %name-devel = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel Supplements: packageand(%name:kernel-devel%variant) +PreReq: coreutils %description devel This package contains files necessary for building kernel modules (and diff --git a/kernel-cubox.changes b/kernel-cubox.changes index 2887ccaf6..e0d27f80d 100644 --- a/kernel-cubox.changes +++ b/kernel-cubox.changes @@ -1,3 +1,393 @@ +------------------------------------------------------------------- +Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com + +- ezusb: add dependency to USB. + This prevents build failures by making it depend on the value of CONFIG_USB. + Commit 36e0f0bd did this for architectures other than ARM manually. +- commit b89db5d + +------------------------------------------------------------------- +Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de + +- Drivers: hv: balloon: Fix a memory leak. +- commit 26cdad5 + +------------------------------------------------------------------- +Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com + +- Update to 3.7-final. +- commit 1771a73 + +------------------------------------------------------------------- +Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de + +- Update patch headers for fate314663 and fate314665 changes +- commit 44044f1 + +------------------------------------------------------------------- +Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz + +- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually + ext3 will be removed upstream so let's do the transition. +- commit dadc8ea + +------------------------------------------------------------------- +Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr + +- Update omap2plus (armv7) config: Enable TWL* USB drivers +- commit 28c09f5 + +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + +------------------------------------------------------------------- +Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de + +- fate#314663 hyper-v memory ballooning support +- mm: Export a function to get vm committed memory. +- Drivers: hv: Add Hyper-V balloon driver. +- Drivers: hv: balloon: Fix a bug in the definition of struct + dm_info_msg. +- Update config files. + fate#314665 hyper-v: Update the Vmbus protocol +- Drivers: hv: Implement routines for read side signaling + optimization. +- Drivers: hv: Add state to manage batched reading. +- Drivers: hv: Turn off batched reading for util drivers. +- Drivers: hv: Optimize signaling in the read path. +- Drivers: hv: Optimize the signaling on the write path. +- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask(). +- Drivers: hv: Support handling multiple VMBUS versions. +- Drivers: hv: Update the ring buffer structure to match win8 + functionality. +- Drivers: hv: Extend/modify vmbus_channel_offer_channel for + win7 and beyond. +- Drivers: hv: Save and export negotiated vmbus version. +- Drivers: hv: Change the signature for hv_signal_event(). +- Drivers: hv: Change the signature of vmbus_set_event(). +- Drivers: hv: Move vmbus version definitions to hyperv.h. +- Drivers: hv: Manage signaling state on a per-connection basis. +- Drivers: hv: Cleanup vmbus_set_event() to support win7 and + beyond. +- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID. +- Drivers: hv: Add state to manage incoming channel interrupt + load. +- Drivers: hv: Modify the interrupt handling code to support + win8 and beyond. +- Drivers: hv: Add code to distribute channel interrupt load. +- Drivers: hv: Get rid of the unused global signaling state. +- Drivers: hv: Get rid of unnecessary request for offers. +- Drivers: hv: Manage event tasklets on per-cpu basis. +- Drivers: hv: Handle vmbus interrupts concurrently on all cpus. +- Drivers: hv: Add a check to deal with spurious interrupts. +- Drivers: hv: Enable protocol negotiation with win8 hosts. +- Drivers: hv: Implement flow management on the send side. +- Drivers: hv: Capture the host build information. +- Drivers: hv: Cleanup and consolidate reporting of build/version + info. +- commit 4fccd03 + +------------------------------------------------------------------- +Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc8. +- Delete patches.rpmify/net-fix-build-failure-in-xilinx. +- commit 76b3d92 + +------------------------------------------------------------------- +Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de + +- add splash=black option to bootsplash code, + to keep a black background, useful for remote access to VMs + (bnc#773487) +- commit c060ae1 + +------------------------------------------------------------------- +Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem + (bnc#781327) +- commit 841d864 + +------------------------------------------------------------------- +Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com + +- net: fix build failure in xilinx. +- commit 28be621 + +------------------------------------------------------------------- +Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com + +- Update config files. Enable CONFIG_SMB2 to 'y'. +- commit 25bdfaf + +------------------------------------------------------------------- +Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc6. +- commit daac70a + +------------------------------------------------------------------- +Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz + +- rpm/config.sh: Set projects for ARM +- commit 55bac79 + +------------------------------------------------------------------- +Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related + crash in context switch code). +- commit bb1d12d + +------------------------------------------------------------------- +Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com + +- Update to 3.7-rc5. +- Update Xen patches additionally to c/s 1204: +- commit d5de9cf + +------------------------------------------------------------------- +Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com + +- config: sync x86_64 configs for NR_UARTS + This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and + CONFIG_SERIAL_8250_NR_UARTS to 32. +- commit ddf88e6 + +------------------------------------------------------------------- +Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com + +- Delete patches.arch/s390-remove-kvm-para.patch. +- commit f759e1e + +------------------------------------------------------------------- +Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com + +- config: sync ppc64 configs for LIB80211, NET_SDA_MV* + This commit changes the following options to be modular: + LIB80211 + NET_DSA_MV88E6XXX + NET_DSA_MV88E6060 +- commit caa5a52 + +------------------------------------------------------------------- +Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com + +- config: sync ppc64/debug with ppc64/default + The debug config should be identical to default with the exception of + the debug options. This patch brings ppc64/debug in line with ppc64/default + with the exception of a few things that are modular in debug that should + also be modular in default. +- commit b981fcd + +------------------------------------------------------------------- +Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com + +- config: sync kvm options between ppc64 flavors. +- commit 8a389d5 + +------------------------------------------------------------------- +Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com + +- config: disable HW_RANDOM_AMD on ppc64 + This chip is only on AMD hardware and an old ppc64 eval board. We can skip + it on ppc64. +- commit 03001a4 + +------------------------------------------------------------------- +Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com + +- config: Eliminate unused ppc/ppc64 configs. + The history of the ppc/ppc64 configs is a convoluted one that started + before the kernel source could support multiple machine types with a + single image and before there was a usable 64-bit userspace. + In the subsequent years, the powerpc code has been unified and we've + released a 64-bit powerpc userspace. The "default" and "ppc64" configs + on ppc64 are essentially identical and just waste space. The "ppc64" + config on 32-bit ppc address a long since unnecessary corner case. Users + who still want a 32-bit userspace with a 64-bit kernel can install and + update it themselves using the 64-bit repository like i386/x86_64 users + can do. + This commit can be summarized thusly: + rm config/ppc/ppc64 + rm config/ppc/ps3 (already unused) + mv config/ppc64/ppc64 config/ppc64/default +- commit a9cc3d5 + +------------------------------------------------------------------- +Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr + +- Add kernel-versatile description +- commit 5424cf2 + +------------------------------------------------------------------- +Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr + +- Enable armv5 in arch-symbols +- commit 401de81 + +------------------------------------------------------------------- +Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com + +- config: sync vanilla flavor with default flavor for each platform + The vanilla configs have drifted away from the default configuration + for each platform. This patch brings them back in sync. +- commit 8d4661f + +------------------------------------------------------------------- +Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com + +- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled. +- commit 9907c37 + +------------------------------------------------------------------- +Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com + +- Updated to 3.7-rc4. + Eliminated 1 patch. +- commit 5168053 + +------------------------------------------------------------------- +Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again). +- commit 5feff7e + +------------------------------------------------------------------- +Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com + +- Update Xen patches to 3.7-rc3 and c/s 1202. +- extend base interfaces to support multi-page rings for + frontend/backend communication. +- blkback: allow using multiple page frontend communication ring. +- blkfront: allow using multiple page backend communication ring. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Fix build when disabled. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- config.conf: Re-enable Xen configs. +- Update x86 config files. +- Delete patches.xen/xen3-acpi_override_2_2.patch. +- commit f042386 + +------------------------------------------------------------------- +Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr + +- Add support to armv5 versatile kernel +- commit 99d34f3 + +------------------------------------------------------------------- +Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc3. +- commit 48e5027 + +------------------------------------------------------------------- +Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615) +- commit 2520563 + +------------------------------------------------------------------- +Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de + +- ARM: Update config files: Fix vexpress (default) config +- commit be072b4 + +------------------------------------------------------------------- +Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de + +- Fixup kvm for s390. +- commit 503388b + +------------------------------------------------------------------- +Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi +- commit 336ead7 + +------------------------------------------------------------------- +Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de + +- Revert "disable non-compiling irrelevant I2C module" +- commit d5a21c5 + +------------------------------------------------------------------- +Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de + +- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE. +- commit 8e108ab + +------------------------------------------------------------------- +Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 565b450 + +------------------------------------------------------------------- +Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de + +- Refresh patches.arch/arm-exynos-nosparse.patch. +- commit 55fbf60 + +------------------------------------------------------------------- +Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 118f2f9 + +------------------------------------------------------------------- +Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de + +- ARM: Exynos: Fix MMC driver +- ARM: Exynos: Update configs +- commit 37a1704 + +------------------------------------------------------------------- +Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com + +- config: change CONFIG_USB_EZUSB_FX2 to module +- commit 36e0f0b + +------------------------------------------------------------------- +Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com + +- Actually use kthread_run in crasher.ko. + The previous commit was incomplete. +- commit b8b35ae + +------------------------------------------------------------------- +Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com + +- crasher: use kthread_run() instead of kernel_thread(). + Linux 3.7-rc2 no longer exports kernel_thread on all architectures. +- commit f17d925 + +------------------------------------------------------------------- +Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com + +- Updated to 3.7-rc2. +- commit e00a663 + ------------------------------------------------------------------- Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de @@ -14,7 +404,7 @@ Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz - Refresh patches.xen/xen3-patch-3.6. - Delete patches.fixes/hv-storvsc-reset-wait.patch. - Delete - patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. + patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. - commit cfee26b ------------------------------------------------------------------- @@ -36,19 +426,19 @@ Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de and proper git-xy: meta tags: - lib: Add early cpio decoder. - x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() - for e820 handling. + for e820 handling. - ACPI: Store valid ACPI tables passed via early initrd in - reserved memblock areas. + reserved memblock areas. - ACPI: Implement physical address table override. - ACPI: Create acpi_table_taint() function to avoid code - duplication. + duplication. - ACPI: Document ACPI table overriding via initrd. - ACPI: Fix build when disabled. - X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. - ACPI: Overriding ACPI tables via initrd only works with - an initrd. + an initrd. - ACPI: Cleanup acpi_initrd_override declaration and remove - ifdefs. + ifdefs. - Delete patches.arch/acpi_fix_custom_method_acc.patch. - Delete patches.arch/acpi_override_2_2.patch. - Delete patches.arch/acpi_override_documentation. @@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz This allows to control the kabi checker from outside of the package. - commit 0a0900c +------------------------------------------------------------------- +Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com + +- Update to 3.7-rc1. +- Eliminated 38 patches. +- Xen is disabled. +- ARM configs need updating. +- Module signing is disabled until the build infrastructure can support it. +- commit fce087a + ------------------------------------------------------------------- Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz @@ -87,14 +487,20 @@ Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz - Delete - patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. + patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. - Delete - patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. + patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. - Delete - patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. + patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. These are in 3.6.1. - commit 2a321c4 +------------------------------------------------------------------- +Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com + +- Remove noncompiling modules +- commit b7cdd5a + ------------------------------------------------------------------- Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de @@ -136,7 +542,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - hyperv: Add comments for the extended buffer after RNDIS message. - Drivers: hv: Cleanup the guest ID computation. - Drivers: hv: vmbus: Use the standard format string to format - GUIDs. + GUIDs. - Drivers: hv: Add KVP definitions for IP address injection. - Drivers: hv: kvp: Cleanup error handling in KVP. - Drivers: hv: Explicitly size elements of protocol structures. @@ -148,7 +554,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - Tools: hv: Represent the ipv6 mask using CIDR notation. - Tools: hv: Gather ipv[4,6] gateway information. - hv: fail the probing immediately when we are not in hyperv - platform. + platform. - hv: vmbus_drv: detect hyperv through x86_hyper. - Tools: hv: Get rid of some unused variables. - Tools: hv: Correctly type string variables. @@ -167,14 +573,14 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - tools/hv: Parse /etc/os-release. - hyperv: Fix the max_xfer_size in RNDIS initialization. - hyperv: Fix the missing return value in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - hyperv: Fix page buffer handling in rndis_filter_send_request(). - hyperv: Remove extra allocated space for recv_pkt_list elements. - hyperv: Report actual status in receive completion packet. - hyperv: Add buffer for extended info after the RNDIS response - message. + message. - Delete - patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. - commit 08d283b ------------------------------------------------------------------- @@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com - ARM/u5800: Fix build of ux500 driver - Acked-by: Jeff Mahoney - commit 0ea37a0 +------------------------------------------------------------------- +Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com + +- disable non-compiling irrelevant I2C module +- commit 0ba9bac + ------------------------------------------------------------------- Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com - ARM/tegra: Remove optional parts to fix build - Acked-by: Jeff Mahoney - commit d729a16 ------------------------------------------------------------------- Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com - ARM: enable zcache support - Acked-by: Jeff Mahoney - commit 17b147b ------------------------------------------------------------------- Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com - ARM/cubox: set cachefilesd to module - Acked-by: Jeff Mahoney - commit c1fb243 ------------------------------------------------------------------- @@ -229,13 +637,13 @@ Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de - Remove old patchset to override ACPI tables via initrd. Also remove a stale xen patch related to that. - Delete - patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - Delete - patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. - Delete - patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. - Delete - patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - commit dd8f1b0 ------------------------------------------------------------------- @@ -364,7 +772,7 @@ Mon Sep 10 19:22:00 CEST 2012 - jeffm@suse.com Mon Sep 10 10:20:23 CEST 2012 - jbeulich@novell.com - patches.arch/s390-message-catalog.diff: Properly handle pr_cont() and fold - in the below two trivial fixes. + in the below two trivial fixes. - Delete patches.arch/s390-message-catalog-fix.diff. - Delete patches.arch/s390-message-catalog-perl-fix.diff. - Refresh patches.arch/kmsg-fix-parameter-limitations. @@ -438,10 +846,10 @@ Fri Aug 31 23:20:23 CEST 2012 - dmueller@suse.com Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz - i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y - && CONFIG_I2C_DESIGN. + && CONFIG_I2C_DESIGN. - Delete - patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. - Move it to rpmify, so that vanilla builds fine too. + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. - commit 0217ad5 ------------------------------------------------------------------- @@ -519,7 +927,7 @@ Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com Fri Aug 17 14:51:23 CEST 2012 - jeffm@suse.com - Update to 3.6-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 71963b0 ------------------------------------------------------------------- @@ -975,7 +1383,7 @@ Wed Jun 13 13:21:58 CEST 2012 - hare@suse.de - Rediff patch - patches.drivers/mach-dove-Fixup-ge00-initialisation.patch: - Rediff after backport from upstream. + Rediff after backport from upstream. - commit fa58c5e ------------------------------------------------------------------- @@ -983,7 +1391,7 @@ Wed Jun 13 12:56:17 CEST 2012 - hare@suse.de - Fixup patch to apply - patches.drivers/spi-orion-convert-to-new-infrastructure.patch - backported from upstream. + backported from upstream. - commit 2507393 ------------------------------------------------------------------- @@ -1002,9 +1410,9 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com - Update to 3.5-rc2. - - Xen needs update. - - ARM needs update. - - Eliminated 13 patches. + - Xen needs update. + - ARM needs update. + - Eliminated 13 patches. - commit 3f461b1 ------------------------------------------------------------------- @@ -1043,7 +1451,7 @@ Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de - [SCSI] storvsc: Properly handle errors from the host - (bnc#747404). + (bnc#747404). - Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. - commit ad28e23 @@ -1106,7 +1514,7 @@ Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Tue May 22 14:21:24 CEST 2012 - trenn@suse.de - X86 acpi_cpufreq: Do not use request_module for autoloading - (bnc#756085). + (bnc#756085). - Refresh patches.xen/xen3-auto-common.diff. - patches.xen/xen3-patch-3.3: - commit caf270e @@ -1165,7 +1573,7 @@ Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com - Update to 3.4-rc7. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 4cd9e9b ------------------------------------------------------------------- @@ -1218,7 +1626,7 @@ Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com - Update to 3.4-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 749ea8f ------------------------------------------------------------------- @@ -1255,7 +1663,7 @@ Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not require distribution-release - during build. + during build. - commit 3cd703f ------------------------------------------------------------------- @@ -1306,18 +1714,18 @@ Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com - Disabled DECNet and ARCNet. Specific config options disabled: CONFIG_ARCNET - CONFIG_ARCNET_1051 - CONFIG_ARCNET_1201 - CONFIG_ARCNET_CAP - CONFIG_ARCNET_COM20020_CS - CONFIG_ARCNET_COM20020 - CONFIG_ARCNET_COM20020_PCI - CONFIG_ARCNET_COM90xxIO - CONFIG_ARCNET_COM90xx - CONFIG_ARCNET_RAW - CONFIG_ARCNET_RIM_I + CONFIG_ARCNET_1051 + CONFIG_ARCNET_1201 + CONFIG_ARCNET_CAP + CONFIG_ARCNET_COM20020_CS + CONFIG_ARCNET_COM20020 + CONFIG_ARCNET_COM20020_PCI + CONFIG_ARCNET_COM90xxIO + CONFIG_ARCNET_COM90xx + CONFIG_ARCNET_RAW + CONFIG_ARCNET_RIM_I CONFIG_DECNET - CONFIG_DECNET_NF_GRABULATOR + CONFIG_DECNET_NF_GRABULATOR - commit 272dd14 ------------------------------------------------------------------- @@ -1419,7 +1827,7 @@ Fri Apr 20 18:09:06 CEST 2012 - jbeulich@novell.com Tue Apr 17 15:59:19 CEST 2012 - jeffm@suse.com - Update to 3.4-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 2fde7e0 ------------------------------------------------------------------- @@ -1439,7 +1847,7 @@ Mon Apr 9 03:28:12 CEST 2012 - jeffm@suse.com Fri Apr 6 06:42:35 CEST 2012 - jeffm@suse.com - Update AppArmor for 3.4. - - apparmor: Add "profiles" list to sysfs. + - apparmor: Add "profiles" list to sysfs. - commit 59517ac ------------------------------------------------------------------- @@ -1452,10 +1860,10 @@ Thu Apr 5 22:25:16 CEST 2012 - jeffm@suse.com Thu Apr 5 09:18:14 CEST 2012 - jeffm@suse.com - Updated to 3.4-rc1. - - Eliminated 121 patches. - - Xen is unavailable. - - ACPI overrides are unavailable. - - AppArmor network feature are unavailable. + - Eliminated 121 patches. + - Xen is unavailable. + - ACPI overrides are unavailable. + - AppArmor network feature are unavailable. - commit 3ac7e79 ------------------------------------------------------------------- @@ -1535,7 +1943,7 @@ Sat Mar 24 00:57:07 CET 2012 - dsterba@suse.cz - Refresh patches.suse/btrfs-handle-EIO. - Refresh - patches.suse/btrfs-volumes-schedule_bio-should-return-void. + patches.suse/btrfs-volumes-schedule_bio-should-return-void. - commit d97ade6 ------------------------------------------------------------------- @@ -1578,10 +1986,10 @@ Mon Mar 19 11:16:34 CET 2012 - jslaby@suse.cz Mon Mar 19 11:07:00 CET 2012 - jslaby@suse.cz - Delete - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. + patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. - Delete patches.arch/dell_optiplex_990_fix_reboot.patch. - Delete - patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. + patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. - Delete patches.drivers/libata-unlock-hpa-by-default. - Delete patches.fixes/scsi-add-tgps-setting. - Delete patches.fixes/scsi-dh-rdac-add-stk. @@ -1618,23 +2026,23 @@ Mon Mar 12 15:26:55 CET 2012 - ohering@suse.de - Staging: hv: storvsc: Cleanup storvsc_host_reset_handler(). - Staging: hv: storvsc: Move and cleanup storvsc_remove(). - Staging: hv: storvsc: Add a comment to explain life-cycle - management. + management. - Staging: hv: storvsc: Get rid of the on_io_completion in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Rename the context field in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver. - Staging: hv: storvsc: Cleanup the code for generating protocol - version. + version. - Staging: hv: storvsc: Cleanup some protocol related constants. - Staging: hv: storvsc: Get rid of some unused defines. - Staging: hv: storvsc: Consolidate the request structure. - Staging: hv: storvsc: Consolidate all the wire protocol - definitions. + definitions. - Staging: hv: storvsc: Move the storage driver out of the - staging area. + staging area. - Rename patches.suse/staging-hv-pata_piix-ignore-disks.patch to - patches.suse/suse-hv-pata_piix-ignore-disks.patch + patches.suse/suse-hv-pata_piix-ignore-disks.patch - commit 7487199 ------------------------------------------------------------------- @@ -1829,41 +2237,41 @@ Mon Feb 13 17:23:49 CET 2012 - mmarek@suse.cz Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de - Add driver auto probing for x86 features v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Fix overrun check in arch_print_cpu_modalias() - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - crypto: Add support for x86 cpuid - auto loading for x86 crypto drivers - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + auto loading for x86 crypto drivers + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Clean up modalias feature matching - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel-idle: convert to x86_cpu_id auto probing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Fix ID for Nehalem-EX Xeon in device ID table - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert via-cputemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k7: Fix CPU family number - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: Load acpi-cpufreq from processor driver automatically - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Revert change of auto_demotion_flags for Nehalem - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert coretemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k6: Really enable auto-loading - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - X86: Introduce HW-Pstate scattered cpuid feature - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - cpufreq: Add support for x86 cpuinfo auto loading v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86: autoload microcode driver on Intel and AMD systems v2 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 parts - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: remove duplicated lines of merging - problems with acpi_processor_start - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + problems with acpi_processor_start + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - Update config files. - commit 6efe9b5 @@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for --default (bnc#745632). KMPs are still built as i586. + -default (bnc#745632). KMPs are still built as i586. - commit 88a632b ------------------------------------------------------------------- @@ -1902,8 +2310,8 @@ Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com - Update to 3.3-rc2. - - Eliminated 5 patches. - - Xen is disabled. + - Eliminated 5 patches. + - Xen is disabled. - commit d017ea1 ------------------------------------------------------------------- @@ -2002,7 +2410,7 @@ Wed Dec 21 14:38:42 CET 2011 - jbeulich@novell.com Tue Dec 20 16:35:33 CET 2011 - jeffm@suse.com - Update to 3.2-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit d5a489e ------------------------------------------------------------------- @@ -2010,7 +2418,7 @@ Tue Dec 20 11:34:14 CET 2011 - trenn@suse.de - These should all be mainline in some form: - Delete - patches.arch/implement_stop_machine_from_offline_cpu.patch. + patches.arch/implement_stop_machine_from_offline_cpu.patch. - Delete patches.arch/kill-__stop_machine.patch. - Delete patches.arch/reorganize_stop_cpus.patch. - Delete patches.arch/use_stop_machine_for_mtrr_rendezvous.patch. @@ -2026,14 +2434,14 @@ Sun Dec 18 07:38:42 CET 2011 - aj@suse.de Fri Dec 16 15:37:51 CET 2011 - aj@suse.de - rpm/kernel-binary.spec.in: Add provides and make most obsoletes versioned. - This silences rpmlint warnings. + This silences rpmlint warnings. - commit e3023c7 ------------------------------------------------------------------- Wed Dec 14 13:51:41 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: Fix tarball URL for -rcX and - do not generate any URL for linux-next and vanilla snapshots. + do not generate any URL for linux-next and vanilla snapshots. - commit 1548daf ------------------------------------------------------------------- @@ -2123,7 +2531,7 @@ Wed Dec 7 11:05:05 CET 2011 - aj@suse.de Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com - Update to 3.2-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit a7d546d ------------------------------------------------------------------- @@ -2235,8 +2643,8 @@ Fri Nov 25 05:58:54 CET 2011 - jeffm@suse.com Fri Nov 25 05:47:49 CET 2011 - jeffm@suse.com - Update to 3.2-rc3. - - stack unwind: cfi_ignore takes more arguments. - - iio: Fix build error in industrialio-core.c. + - stack unwind: cfi_ignore takes more arguments. + - iio: Fix build error in industrialio-core.c. - commit 48ef020 ------------------------------------------------------------------- @@ -2249,7 +2657,7 @@ Thu Nov 24 18:45:54 CET 2011 - ohering@suse.de Thu Nov 24 13:01:09 CET 2011 - mmarek@suse.cz - rpm/try-disable-staging-driver: Script to disable failing staging - driver and restart make. + driver and restart make. - commit 819d1fa ------------------------------------------------------------------- @@ -2343,14 +2751,14 @@ Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de Wed Nov 16 06:51:07 CET 2011 - jeffm@suse.com - Update to 3.2-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 85c9930 ------------------------------------------------------------------- Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com - Update to 3.2-rc1. - - Eliminate 212 patches. + - Eliminate 212 patches. - commit 6318d5b ------------------------------------------------------------------- @@ -2390,8 +2798,8 @@ Sat Nov 5 01:32:21 CET 2011 - trenn@suse.de Thu Nov 3 17:56:46 CET 2011 - mszeredi@suse.cz - patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch: - hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops - (CVE-2011-2203 bnc#699709). + hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops + (CVE-2011-2203 bnc#699709). - commit 7923119 ------------------------------------------------------------------- @@ -2429,16 +2837,16 @@ Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com - Add Elantech touchpad v3/v4 support (bnc#716852): - - Input: elantech - add v3 hardware support. - - Input: elantech - add v4 hardware support. - - Input: elantech - better support all those v2 variants. - - Input: elantech - clean up elantech_init. - - Input: elantech - correct x, y value range for v2 hardware. - - Input: elantech - get rid of ETP_2FT_* in elantech.h. - - Input: elantech - packet checking for v2 hardware. - - Input: elantech - remove ETP_EDGE_FUZZ_V2. - - Input: elantech - remove module parameter force_elantech. - - Input: elantech - use firmware provided x, y ranges. + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. - commit 28551a0 ------------------------------------------------------------------- @@ -2469,7 +2877,7 @@ Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de Tue Oct 25 19:24:17 CEST 2011 - eich@suse.de - patches.suse/SUSE-bootsplash: remove DEBUG macro which was - left in the code by accident. + left in the code by accident. - commit a56ba15 ------------------------------------------------------------------- @@ -2482,7 +2890,7 @@ Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de - patches.suse/staging-hv-pata_piix-ignore-disks.patch: - Update comments in code and reduce patch size + Update comments in code and reduce patch size - commit 8913d07 ------------------------------------------------------------------- @@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de ------------------------------------------------------------------- Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com --Update to 3.1-rc10. +- -Update to 3.1-rc10. - commit 239957e ------------------------------------------------------------------- @@ -2522,11 +2930,11 @@ Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de - Various updates for hv drivers, which fix also the hv_mouse driver - staging: hv: storvsc: ignore SET_WINDOWN scsi command - (bnc#722646). + (bnc#722646). - staging/hv: advertise hv_storvsc instead of storvsc as sysfs - driver name (bnc#716708). + driver name (bnc#716708). - staging/hv: fill scsi/proc_name for the sake of mkinitrd - (bnc#716708). + (bnc#716708). - Staging: hv: util: Invoke cn_netlink_send() in a work context. - Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. - Refresh patches.xen/xen3-patch-2.6.32. @@ -2560,7 +2968,7 @@ Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com - patches.suse/supported-flag: Also look for Module.supported in the - source tree. + source tree. - Refresh patches.suse/supported-flag-enterprise. - commit 9c8680a @@ -2594,15 +3002,15 @@ Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - commit e3c78cf ------------------------------------------------------------------- @@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de - Refresh patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. --> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. + -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. - commit 0ac4276 ------------------------------------------------------------------- @@ -2647,9 +3055,9 @@ Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de - ACPI: Implement overriding of arbitrary ACPI tables via initrd - (none). + (none). - ACPICA: Fix wrongly mapped acpi table header when overriding - via initrd (none). + via initrd (none). - ACPICA: Introduce acpi_os_phys_table_override function (none). - x86: allow NVS can be accessed by driver (none). - Update config files: @@ -2667,7 +3075,7 @@ Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix unwinding through - interrupt frames, requiring ... + interrupt frames, requiring ... - patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression. - commit 4d917a5 @@ -2706,7 +3114,7 @@ Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com - mm: frontswap: swap data structure changes. - In HVM guests do not take over the CDROM device (bnc#645893). - x86: report ACPI-reserved state of PCI MMCONFIG region to - hypervisor. + hypervisor. - config.conf: Re-enable Xen flavors. - Update config files. - commit 3692f47 @@ -2746,33 +3154,33 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: util: kvp: Fix the reported OSVersion string. - Staging: hv: util: kvp: Cleanup kvp_get_domain_name(). - Staging: hv: Fix macros, tab errors and warning in - drivers/staging/hv/hv_mouse.c. + drivers/staging/hv/hv_mouse.c. - Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get - rid of the PCI signature. + rid of the PCI signature. - Staging: hv: Replace struct hv_guid with the uuid type already - defined in Linux. + defined in Linux. - Staging: hv: vmbus: Introduce vmbus ID space in struct - hv_driver. + hv_driver. - Staging: hv: blkvsc: Use the newly introduced vmbus ID in the - blockvsc driver. + blockvsc driver. - Staging: hv: storvsc: Use the newly introduced vmbus ID in - storvsc driver. + storvsc driver. - Staging: hv: netvsc: Use the newly introduced vmbus ID in - netvsc driver. + netvsc driver. - Staging: hv: mousevsc: Use the newly introduced vmbus ID in - mouse driver. + mouse driver. - Staging: hv: util: Make hv_utils a vmbus device driver. - Staging: hv: create VMBUS_DEVICE macro and use it. - Staging: hv: vmbus: Cleanup vmbus_match(). - Staging: hv: vmbus: Cleanup vmbus_uevent() code. - Staging: hv: vmbus: Support the notion of id tables in - vmbus_match(). + vmbus_match(). - Staging: hv: vmbus: Get rid of an unnecessary include line - in vmbus_drv.c. + in vmbus_drv.c. - Staging: hv: storvsc: Get rid of the DMI signature. - Staging: hv: netvsc: Get rid of the PCI signature. - Staging: hv: netvsc: Get rid of the DMI signature in - netvsc_drv.c. + netvsc_drv.c. - Staging: hv: util: Get rid of the DMI signature in hv_util.c. - Staging: hv: util: Get rid of the PCI signature in hv_util.c. - Staging: hv: fix up driver registering mess. @@ -2780,59 +3188,59 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: vmbus: Cleanup unnecessary comments in hv.c. - Staging: hv: vmbus: Cleanup error handling in hv_init(). - Staging: hv: vmbus: Get rid of unnecessay comments in - connection.c. + connection.c. - Staging: hv: vmbus: Get rid of the function dump_gpadl_body(). - Staging: hv: vmbus: Get rid of the function dump_gpadl_header(). - Staging: hv: vmbus: Rename openMsg to open_msg in channel.c. - Staging: hv: vmbus: Get rid of unnecessary comments in - channel.c. + channel.c. - Staging: hv: vmbus: Change the variable name openInfo to - open_info in channel.c. + open_info in channel.c. - Staging: hv: vmbus: Cleanup error values in ringbuffer.c. - Staging: hv: vmbus: Cleanup the error return value in - vmbus_recvpacket_raw(). + vmbus_recvpacket_raw(). - Staging: hv: netvsc: Get rid of an unnecessary print statement - in netvsc_probe(). + in netvsc_probe(). - Staging: hv: vmbus: Retry vmbus_post_msg() before giving up. - Staging: hv: storvsc: Cleanup error handling in - storvsc_dev_add(). + storvsc_dev_add(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_channel_init(). + storvsc_channel_init(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_connect_to_vsp(). + storvsc_connect_to_vsp(). - Staging: hv: storvsc: Cleanup error handling in storvsc_do_io(). - Storage: hv: storvsc: Get rid of some unnecessary DPRINTs - from storvsc.c. + from storvsc.c. - Staging: hv: storvsc: Fix/cleanup some dated comments in - storvsc.c. + storvsc.c. - Staging: hv: storvsc: Cleanup returned error code in - storvsc_host_reset(). + storvsc_host_reset(). - Staging: hv: storvsc: Cleanup error code returned in - storvsc_probe(). + storvsc_probe(). - Staging: hv: storvsc: Cleanup returned error code in - storvsc_drv_init(). + storvsc_drv_init(). - Staging: hv: netvsc: Cleanup the returned error code in - netvsc_probe(). + netvsc_probe(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_destroy_recv_buf(). + netvsc_destroy_recv_buf(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_init_recv_buf(). + netvsc_init_recv_buf(). - Staging: hv: netvsc: Cleanup error returns in - netvsc_connect_vsp(). + netvsc_connect_vsp(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_send(). + netvsc_send(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_device_add(). + netvsc_device_add(). - Staging: hv: netvsc: Cleanup error codes in - rndis_filter_receive(). + rndis_filter_receive(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_query_device(). + rndis_filter_query_device(). - Staging: hv: netvsc: Cleanup error return values in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - Staging: hv: netvsc: Cleanup error returns in - rndis_filter_init_device(). + rndis_filter_init_device(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_device_add(). + rndis_filter_device_add(). - Staging: hv: mouse: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Exit to exit. @@ -2845,72 +3253,72 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: add driver_data to hv_vmbus_device_id. - Staging: hv: Add code to parse struct hv_vmbus_device_id table. - Staging: hv: file2alias: fix up alias creation logic for - hv_vmbus_device_id. + hv_vmbus_device_id. - Staging: hv: storvsc: Inline free_stor_device(). - Staging: hv: storvsc: Do not aquire an unnecessary reference - on stor_device. + on stor_device. - Staging: hv: storvsc: Rename must_get_stor_device(). - Staging: hv: storvsc: Rename get_stor_device(). - Staging: hv: storvsc: Cleanup alloc_stor_device(). - Staging: hv: storvsc: Introduce state to manage the lifecycle - of stor device. + of stor device. - Staging: hv: storvsc: Prevent outgoing traffic when stor dev - is being destroyed. + is being destroyed. - Staging: hv: storvsc: Get rid of release_stor_device() by - inlining the code. + inlining the code. - Staging: hv: storvsc: Get rid of final_release_stor_device() - by inlining code. + by inlining code. - Staging: hv: storvsc: Get rid of the reference counting in - struct storvsc_device. + struct storvsc_device. - Staging: hv: netvsc: Inline the code for free_net_device(). - Staging: hv: netvsc: Cleanup alloc_net_device(). - Staging: hv: netvsc: Introduce state to manage the lifecycle - of net device. + of net device. - Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev - is destroyed. + is destroyed. - Staging: hv: netvsc: Get rid of release_outbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of release_inbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of the refcnt field in struct - netvsc_device. + netvsc_device. - Staging: hv: storvsc: Add code to handle IDE devices using - the storvsc driver. + the storvsc driver. - Staging: hv: storvsc: Handle IDE devices using the storvsc - driver. + driver. - Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is - not used. + not used. - Staging: hv: storvsc: Optimize bounce buffer handling for the - "write" case. + "write" case. - Staging: hv: storvsc: Optimize the bounce buffer handling in - the "read" case. + the "read" case. - Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of storvsc.c. + contents of storvsc.c. - Staging: hv: storvsc: Add the contents of hyperv_storage.h - to storvsc_drv.c. + to storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of hyperv_storage.h. + contents of hyperv_storage.h. - Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY - and MODE_SENSE. + and MODE_SENSE. - Staging: hv: storvsc: Fix a typo. - Staging: hv: storvsc: In case of scsi errors offline the device. - Staging: hv: storvsc: No need to copy from bounce buffer in - case of a failure. + case of a failure. - Staging: hv: util: Forcefully shutdown when shutdown is - requested. + requested. - Staging: hv: util: Adjust guest time in a process context. - Staging: hv: vmbus: Check before invoking the channel callback. - Staging: hv: vmbus: Properly deal with de-registering channel - callback. + callback. - Staging: hv: Fix a bug in vmbus_match(). - Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining - the code. + the code. - Staging: hv: vmbus: Do not enable auto eoi. - Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add(). - Staging: hv: vmbus: Get rid of some dated/redundant comments. - Staging: hv: vmbus: Get rid of an unnecessary check in - vmbus_connect(). + vmbus_connect(). - Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c. - Staging: hv: vmbus: Fix checkpatch warnings in connection.c. - Staging: hv: mousevsc: Fix checkpatch errors and warnings. @@ -2983,16 +3391,16 @@ Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com - Refreshed and re-enabled dm-path patches: - - patches.suse/dm-mpath-accept-failed-paths. - - patches.suse/dm-mpath-detach-existing-hardware-handler. + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. - commit 70cadcd ------------------------------------------------------------------- Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com - Update to 3.1-rc3. - - Eliminated 8 patches. - - Xen is disabled. + - Eliminated 8 patches. + - Xen is disabled. - commit eccefcc ------------------------------------------------------------------- @@ -3000,8 +3408,8 @@ Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de - * Refresh patches.suse/SUSE-bootsplash. * Fix bootsplash code for 15bpp framebuffers. - These framebuffers are rare these days, the legendary and still - popular server chipset Radeon ES1000 supports it, though. + These framebuffers are rare these days, the legendary and still + popular server chipset Radeon ES1000 supports it, though. - commit f25ce3e ------------------------------------------------------------------- @@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de - Update config files: bnc#674988, change: --CONFIG_ACPI_CUSTOM_METHOD=m + -CONFIG_ACPI_CUSTOM_METHOD=m +# CONFIG_ACPI_CUSTOM_METHOD is not set for all flavors - commit f1af972 @@ -3115,10 +3523,10 @@ Thu Jul 14 17:52:45 CEST 2011 - tiwai@suse.de Thu Jul 14 17:26:51 CEST 2011 - tiwai@suse.de - ALSA: hda - Add Kconfig for the default buffer size - (bnc#682725). + (bnc#682725). - Update config files. - Delete, replaced with the new upstream patch - patches.drivers/alsa-hda-0019-Increase-default-buffer-size. + patches.drivers/alsa-hda-0019-Increase-default-buffer-size. - commit 40c7644 ------------------------------------------------------------------- @@ -3140,7 +3548,7 @@ Sat Jul 9 11:17:46 CEST 2011 - jslaby@suse.cz Thu Jul 7 00:58:01 CEST 2011 - jeffm@suse.com - Update to 3.0-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 56e99da ------------------------------------------------------------------- @@ -3149,7 +3557,7 @@ Tue Jul 5 09:18:43 CEST 2011 - jbeulich@novell.com - Update Xen patches to 3.0-rc5 and c/s 1095. - xen: prepare tmem shim to handle frontswap. - support booting Xen from EFI (fate#311376, fate#311529, - bnc#578927, bnc#628554). + bnc#578927, bnc#628554). - config.conf: Re-enabled Xen flavors. - Update x86 config files. - Delete patches.xen/xen-blkback-bimodal-suse. @@ -3196,31 +3604,31 @@ Tue Jun 21 12:14:44 CEST 2011 - mmarek@suse.cz Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz - rpm/post.sh: Touch /boot/do_purge_kernels on package install - (fate#312018). + (fate#312018). - rpm/postun.sh: Remove it again if it still exists on package - uninstall. + uninstall. - commit 82f4a5d ------------------------------------------------------------------- Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de - stop_machine: implement stop_machine_from_offline_cpu() - (bnc#697859). + (bnc#697859). - stop_machine: kill __stop_machine() (bnc#697859). - x86, mtrr: lock stop machine during MTRR rendezvous sequence - (bnc#697859). + (bnc#697859). - stop_machine: reorganize stop_cpus() implementation - (bnc#697859). + (bnc#697859). - x86, mtrr: use __stop_machine() for doing MTRR rendezvous - (bnc#697859). + (bnc#697859). - commit aa3d6e2 ------------------------------------------------------------------- Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz - Remove the novfs patches, it should be packaged as a KMP, or - ideally, reimplemented as a fuse filesystem (which is the reason why - the current implementation it is never going to be accepted upstream). + ideally, reimplemented as a fuse filesystem (which is the reason why + the current implementation it is never going to be accepted upstream). - Delete patches.fixes/novfs-copy_user-fixes.diff. - Delete patches.fixes/novfs-minsize-fixes. - Delete patches.fixes/novfs-nwcapi.patch. @@ -3275,7 +3683,7 @@ Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz Wed Jun 15 08:05:05 CEST 2011 - jeffm@suse.com - Update to 3.0-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit a1fe999 ------------------------------------------------------------------- @@ -3343,9 +3751,9 @@ Mon Jun 13 14:06:28 CEST 2011 - mmarek@suse.cz the SRCVERSION variable will only be used to determine the tarball version. - rpm/compute-PATCHVERSION.sh: Set default PATCHLEVEL and SUBLEVEL to 0. - The package version will thus always match the Makefile version and - the SRCVERSION variable will only be used to determine the tarball - version. + The package version will thus always match the Makefile version and + the SRCVERSION variable will only be used to determine the tarball + version. - rpm/kernel-binary.spec.in: Revert the previous hack. - commit 95c9977 @@ -3368,9 +3776,9 @@ Fri Jun 10 20:24:41 CEST 2011 - jeffm@suse.com Fri Jun 10 17:12:22 CEST 2011 - jeffm@suse.com - x86: Remove warning and warning_symbol from struct - stacktrace_ops. + stacktrace_ops. - Delete - patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. + patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. - commit 608ce9e ------------------------------------------------------------------- @@ -3462,13 +3870,13 @@ Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - commit 83331f5 ------------------------------------------------------------------- @@ -3489,14 +3897,14 @@ Tue May 31 05:09:44 CEST 2011 - jeffm@suse.com Tue May 31 05:08:21 CEST 2011 - jeffm@suse.com - Updated to 3.0-rc1. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit 5710413 ------------------------------------------------------------------- Mon May 30 15:54:37 CEST 2011 - jack@suse.cz - mm: Fix assertion mapping->nrpages == 0 in end_writeback() - (bnc#693013 bnc#666423). + (bnc#693013 bnc#666423). - Refresh patches.xen/tmem. - commit d3e465a @@ -3504,9 +3912,9 @@ Mon May 30 15:54:37 CEST 2011 - jack@suse.cz Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. + patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. - aic94xx: world-writable sysfs update_bios file. - Update upstream info. + Update upstream info. - commit 8912816 ------------------------------------------------------------------- @@ -3567,7 +3975,7 @@ Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc7. - - Eliminated 5 patches. + - Eliminated 5 patches. - commit a8a170f ------------------------------------------------------------------- @@ -3580,16 +3988,16 @@ Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz - Delete - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 - commit 7934e2d ------------------------------------------------------------------- Thu May 12 11:56:16 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - Note about submission. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + Note about submission. - commit 9922e20 ------------------------------------------------------------------- @@ -3602,15 +4010,15 @@ Tue May 10 19:10:18 CEST 2011 - mhocko@suse.cz Tue May 10 16:14:44 CEST 2011 - mhocko@suse.cz - patches.fixes/aggressive-zone-reclaim.patch: delete because - the patch is very workload specific and can lead to unexpected - reclaims in parallel node local workloads. + the patch is very workload specific and can lead to unexpected + reclaims in parallel node local workloads. - commit 56cf10e ------------------------------------------------------------------- Tue May 10 16:04:27 CEST 2011 - mhocko@suse.cz - Delete patches.suse/mm-devzero-optimisation.patch: we do not need - it anymore as we have zero page back since 2.6.32 + it anymore as we have zero page back since 2.6.32 - commit 323a093 ------------------------------------------------------------------- @@ -3629,64 +4037,64 @@ Mon May 9 14:32:59 CEST 2011 - jbeulich@novell.com Mon May 9 11:32:35 CEST 2011 - jbeulich@novell.com - patches.suse/kconfig-automate-kernel-desktop: Remove stray blank - lines (for older versions of "patch" to grok). + lines (for older versions of "patch" to grok). - commit 4dfa74d ------------------------------------------------------------------- Sat May 7 01:50:06 CEST 2011 - jeffm@suse.com - Removed network driver entropy patches. haveged is installed by default - and should be enabled to generate entropy from non-predictable sources. - - Delete patches.drivers/bnx2-entropy-source.patch. - - Delete patches.drivers/e1000-entropy-source.patch. - - Delete patches.drivers/e1000e-entropy-source.patch. - - Delete patches.drivers/igb-entropy-source.patch. - - Delete patches.drivers/ixgbe-entropy-source.patch. - - Delete patches.drivers/tg3-entropy-source.patch. + and should be enabled to generate entropy from non-predictable sources. + - Delete patches.drivers/bnx2-entropy-source.patch. + - Delete patches.drivers/e1000-entropy-source.patch. + - Delete patches.drivers/e1000e-entropy-source.patch. + - Delete patches.drivers/igb-entropy-source.patch. + - Delete patches.drivers/ixgbe-entropy-source.patch. + - Delete patches.drivers/tg3-entropy-source.patch. - commit c88b893 ------------------------------------------------------------------- Fri May 6 19:36:47 CEST 2011 - jeffm@suse.com - Update - patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack - (bnc#466279 bnc#681639). + patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack + (bnc#466279 bnc#681639). - commit 72e779f ------------------------------------------------------------------- Fri May 6 19:31:10 CEST 2011 - jeffm@suse.com - Disabled patches.drivers/libata-unlock-hpa-by-default; It may have - been obsoleted by upstream commit d8d9129e. + been obsoleted by upstream commit d8d9129e. - commit 1a21ab3 ------------------------------------------------------------------- Fri May 6 18:51:20 CEST 2011 - jeffm@suse.com - sysctl: Increase IPC defaults (bnc#146656) - - Delete patches.suse/shmall-bigger. + - Delete patches.suse/shmall-bigger. - commit a70e34f ------------------------------------------------------------------- Fri May 6 17:50:56 CEST 2011 - jeffm@suse.com - sysctl/i386/desktop, sysctl/x86_64/desktop: Add vm.dirty_ratio = 20 - for desktop flavors (bnc#552883) - - Delete patches.suse/mm-tune-dirty-limits.patch. + for desktop flavors (bnc#552883) + - Delete patches.suse/mm-tune-dirty-limits.patch. - commit dbe73e2 ------------------------------------------------------------------- Fri May 6 17:25:45 CEST 2011 - jeffm@suse.com - sysctl/defaults: Added kernel.hung_task_timeout=0 - - Delete patches.suse/hung_task_timeout-configurable-default. + - Delete patches.suse/hung_task_timeout-configurable-default. - commit 78f9eed ------------------------------------------------------------------- Fri May 6 16:41:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-{binary,source}.spec.in: Install per-kernel /boot/sysctl-* - files (patch from Jeff Mahoney). + files (patch from Jeff Mahoney). - commit 473f2d1 ------------------------------------------------------------------- @@ -3699,7 +4107,7 @@ Thu May 5 22:35:53 CEST 2011 - jeffm@suse.com Thu May 5 22:23:21 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc6. - - 2 patches eliminated. + - 2 patches eliminated. - commit 2643e59 ------------------------------------------------------------------- @@ -3713,9 +4121,9 @@ Tue May 3 03:08:18 CEST 2011 - tonyj@suse.de Fri Apr 29 20:35:21 CEST 2011 - jeffm@suse.com - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - commit 52dd0f0 ------------------------------------------------------------------- @@ -3737,7 +4145,7 @@ Fri Apr 29 00:36:03 CEST 2011 - gregkh@suse.de - Delete patches.suse/linux-2.6.29-dont-wait-for-mouse.patch. - Delete patches.suse/linux-2.6.29-even-faster-kms.patch. - Delete - patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. + patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. - Delete patches.suse/linux-2.6.29-kms-after-sata.patch. - Delete patches.suse/linux-2.6.29-touchkit.patch. - commit c13427d @@ -3752,22 +4160,22 @@ Fri Apr 29 00:17:46 CEST 2011 - jbenc@suse.cz Thu Apr 28 23:32:44 CEST 2011 - rjw@suse.de - Delete patches.xen/xen3-x86-mcp51-no-dac. - Also remove the series.conf entires for the x86-mcp-no-dac patches. + Also remove the series.conf entires for the x86-mcp-no-dac patches. - commit 574577b ------------------------------------------------------------------- Thu Apr 28 23:16:27 CEST 2011 - rjw@suse.de - Delete patches.arch/x86-mcp51-no-dac. (This is a blacklist entry that - has been rejected by the mainline, the problem reporter is gone and - it's next to impossible to verify it now.) + has been rejected by the mainline, the problem reporter is gone and + it's next to impossible to verify it now.) - commit 195b113 ------------------------------------------------------------------- Thu Apr 28 21:38:22 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - commit a2662ae ------------------------------------------------------------------- @@ -3782,14 +4190,14 @@ Thu Apr 28 20:56:33 CEST 2011 - jslaby@suse.cz Thu Apr 28 20:30:56 CEST 2011 - bphilips@suse.de - Delete - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. + patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. - commit 9917206 ------------------------------------------------------------------- Thu Apr 28 20:19:59 CEST 2011 - bphilips@suse.de - Delete - patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. + patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. - commit 08374b3 ------------------------------------------------------------------- @@ -3822,7 +4230,7 @@ Thu Apr 28 14:18:12 CEST 2011 - jbeulich@novell.com Wed Apr 27 22:20:02 CEST 2011 - jeffm@suse.com - Delete - patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. + patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. - commit 399a100 ------------------------------------------------------------------- @@ -3884,10 +4292,10 @@ Wed Apr 27 21:34:13 CEST 2011 - jeffm@suse.com - Delete patches.suse/acpi-don-t-preempt-until-the-system-is-up. - Delete - patches.suse/acpi-generic-initramfs-table-override-support. + patches.suse/acpi-generic-initramfs-table-override-support. - Delete patches.suse/add-initramfs-file_read_write. - Delete - patches.suse/init-move-populate_rootfs-back-to-start_kernel. + patches.suse/init-move-populate_rootfs-back-to-start_kernel. - commit d4910b3 ------------------------------------------------------------------- @@ -3901,14 +4309,14 @@ Wed Apr 27 21:29:24 CEST 2011 - jeffm@suse.com Wed Apr 27 21:11:59 CEST 2011 - jeffm@suse.com - Delete patches.suse/osync-error. It was unused and the issue it fixed in - kernels prior to 2.6.32 doesn't exist anymore. + kernels prior to 2.6.32 doesn't exist anymore. - commit 52cc654 ------------------------------------------------------------------- Wed Apr 27 20:48:55 CEST 2011 - jeffm@suse.com - Delete patches.suse/s390-System.map.diff: Proper fix in binutils has - long since been upstream. + long since been upstream. - commit 2847a36 ------------------------------------------------------------------- @@ -3941,7 +4349,7 @@ Wed Apr 27 20:18:37 CEST 2011 - jeffm@suse.com Wed Apr 27 20:16:52 CEST 2011 - jeffm@suse.com - Delete patches.suse/unmap_vmas-lat: No bug report or signed-off-by. - - Delete patches.arch/s390-add-FREE_PTE_NR. + - Delete patches.arch/s390-add-FREE_PTE_NR. - commit 2a392c2 ------------------------------------------------------------------- @@ -3954,7 +4362,7 @@ Wed Apr 27 20:16:00 CEST 2011 - jeffm@suse.com Wed Apr 27 20:15:02 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc5. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5288a05 ------------------------------------------------------------------- @@ -3974,7 +4382,7 @@ Wed Apr 27 19:43:47 CEST 2011 - jeffm@suse.com Tue Apr 26 11:03:18 CEST 2011 - jkosina@suse.cz - HID: add noget quirk barcode scanners from Symbol Technologies - (bnc#689290). + (bnc#689290). - commit f5b999f ------------------------------------------------------------------- @@ -3987,7 +4395,7 @@ Fri Apr 22 00:01:41 CEST 2011 - jeffm@suse.com Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz - Revert changes to sparc configs to not make life harder for Jan Engelhardt - maintaining sparc architecture. + maintaining sparc architecture. - commit cdac873 ------------------------------------------------------------------- @@ -4006,7 +4414,7 @@ Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 3f654c8 ------------------------------------------------------------------- @@ -4019,15 +4427,15 @@ Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de - Combined and consolidated bootsplash patch (bnc#669777, - bnc#570082, bnc#595657, bnc#594209, bnc#544645). - - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. - - Delete patches.suse/bootsplash. - - Delete patches.suse/bootsplash-console-fix. - - Delete patches.suse/bootsplash-keep-multiple-data. - - Delete patches.suse/bootsplash-scaler. - - Reformatted code, fixed some minor bugs that became obvious. - - Fixed race that led to null pointer dereference in splash_read_proc(): - bnc#669777. + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. - commit 95844c5 ------------------------------------------------------------------- @@ -4040,7 +4448,7 @@ Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de - intel_idle: Make lapic_timer_reliable_states a boot param - (bnc#675161). + (bnc#675161). - commit 85b156b ------------------------------------------------------------------- @@ -4054,7 +4462,7 @@ Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - - This results in automatically disabling CONFIG_GIGASET_I4L. + - This results in automatically disabling CONFIG_GIGASET_I4L. - commit 697e68b ------------------------------------------------------------------- @@ -4074,7 +4482,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com - Update Xen patches to 2.6.39-rc3 and c/s 1079. - blktap2: replace hard-coded limit of tap devices with - configurable one. + configurable one. - config.conf: Re-enable Xen configs. - Update x86 config files. - commit d3bfd6c @@ -4083,7 +4491,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com - fs/partitions/efi.c: corrupted GUID partition tables can cause - kernel oops (bnc#687113 CVE-2011-1577). + kernel oops (bnc#687113 CVE-2011-1577). - commit 385b393 ------------------------------------------------------------------- @@ -4128,7 +4536,7 @@ Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 200c913 ------------------------------------------------------------------- @@ -4153,29 +4561,29 @@ Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc2. - - Eliminated 18 patches. - - Added 3 patches. - - hv_mouse: needs . - - dm-raid45: Remove blk_unplug calls. - - novfs: 2.6.39 API update. - - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. - - patches.kernel.org is no longer used to contain upstream patches - for -rc releases. Users planning on building their own kernel should - have a copy of the tarball corresponding to the -rc releases. + - Eliminated 18 patches. + - Added 3 patches. + - hv_mouse: needs . + - dm-raid45: Remove blk_unplug calls. + - novfs: 2.6.39 API update. + - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. + - patches.kernel.org is no longer used to contain upstream patches + for -rc releases. Users planning on building their own kernel should + have a copy of the tarball corresponding to the -rc releases. - commit adf9d16 ------------------------------------------------------------------- Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de - Make selection of 'readdir-plus' adapt to usage patterns - (bnc#678123). + (bnc#678123). - commit 5de99a8 ------------------------------------------------------------------- Wed Apr 6 09:01:38 CEST 2011 - jeffm@suse.de - reiserfs: Force inode evictions before umount to avoid crash - (bnc#610598 bnc#680073 bnc#684112). + (bnc#610598 bnc#680073 bnc#684112). - Delete patches.fixes/reiserfs-xattr-crash-fix. - commit bf57d20 @@ -4189,21 +4597,21 @@ Tue Apr 5 10:42:22 CEST 2011 - jslaby@suse.cz Wed Mar 30 23:50:41 CEST 2011 - jeffm@suse.com - Delete patches.suse/twofish-2.6. - - This was for 2.4 compatibility and has been moved to KMP purgatory. + - This was for 2.4 compatibility and has been moved to KMP purgatory. - commit dcca506 ------------------------------------------------------------------- Wed Mar 30 10:32:32 CEST 2011 - jslaby@suse.cz - Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo - (bnc#681826). + (bnc#681826). - commit 2e71042 ------------------------------------------------------------------- Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de - Update config files, remove CONFIG_X86_MCE_XEON75XX=m - ->driver got reverted with previous commit + ->driver got reverted with previous commit - Refresh patches.xen/xen3-auto-arch-x86.diff. - commit b367e7b @@ -4215,18 +4623,18 @@ Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de APEI implementation should take care of that in recent kernels. - Delete patches.arch/x86_mce_intel_decode_physical_address.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. + patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. - commit 1fe7a22 ------------------------------------------------------------------- Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not install unneeded packages in the - build chroot. + build chroot. - commit 7f4c49d ------------------------------------------------------------------- @@ -4246,7 +4654,7 @@ Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz - Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing - the signal code (bnc#681826 CVE-2011-1020). + the signal code (bnc#681826 CVE-2011-1020). - commit 2e42fd4 ------------------------------------------------------------------- @@ -4255,7 +4663,7 @@ Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de - sound/oss/opl3: validate voice and channel indexes (bnc#681999). - sound/oss: remove offset from load_patch callbacks (bnc#681999). - ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl - (bnc#680816). + (bnc#680816). - commit 09ff6e9 ------------------------------------------------------------------- @@ -4268,7 +4676,7 @@ Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz - HID: add support for Skycable 0x3f07 wireless presenter - (bnc#681297). + (bnc#681297). - commit 892e8d4 ------------------------------------------------------------------- @@ -4299,12 +4707,12 @@ Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de - netvm: Do not mark requests for swapfile writes as dirty or - kswapd fails to free the page (bnc#678472). + kswapd fails to free the page (bnc#678472). - nfs: Use page_file_offset during page writeback (bnc#677738). - nfs: Convert nfs_mark_request_dirty() to use page_file_mapping() - (bnc#677738). + (bnc#677738). - netvm: Remove duplicated initialization in net/ipv4/route.c - (bnc#678970). + (bnc#678970). - collapse: mm: Report the low watermark correctly (bnc#678497). - commit a798dd1 @@ -4318,7 +4726,7 @@ Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com - Linux: 2.6.38-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 7da557d ------------------------------------------------------------------- @@ -4343,38 +4751,38 @@ Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc7. - - Refresh patches.xen/xen-x86-no-lapic. - - Refresh patches.xen/xen3-patch-2.6.19. + - Refresh patches.xen/xen-x86-no-lapic. + - Refresh patches.xen/xen3-patch-2.6.19. - commit 7eb9d30 ------------------------------------------------------------------- Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - commit 88d5daa ------------------------------------------------------------------- Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in - yesterday's change. + yesterday's change. - commit 098768b ------------------------------------------------------------------- Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Add annotations to - lib/rwsem_64.S. + lib/rwsem_64.S. - commit 87944ac ------------------------------------------------------------------- Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de - ALSA: usb-audio: fix oops due to cleanup race when disconnecting - (bnc#674735). + (bnc#674735). - commit ed81f8c ------------------------------------------------------------------- @@ -4387,7 +4795,7 @@ Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com - Update to 2.6.38-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 6cce7bb ------------------------------------------------------------------- @@ -4400,7 +4808,7 @@ Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de - ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499, - CVE-2011-0712). + CVE-2011-0712). - commit 5ef002b ------------------------------------------------------------------- @@ -4419,22 +4827,22 @@ Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de - Update config files. - - disable CONFIG_DRM_VMWGFX (bnc#606458) - - update sparc configs to at least be able to run "make oldconfig" + - disable CONFIG_DRM_VMWGFX (bnc#606458) + - update sparc configs to at least be able to run "make oldconfig" - commit da75bd9 ------------------------------------------------------------------- Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Re-add change lost during - initial 2.6.37 merge. + initial 2.6.37 merge. - commit e493205 ------------------------------------------------------------------- Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz - Move spec file templates and helper scripts to a separate branch, to - ease synchronizing these files among master, vanilla and linux-next. + ease synchronizing these files among master, vanilla and linux-next. - commit 411abb8 ------------------------------------------------------------------- @@ -4454,7 +4862,7 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code - was merged into rpm's find-supplements script. + was merged into rpm's find-supplements script. - Delete rpm/check-build.sh, not needed anymore. - commit 0a157b1 @@ -4462,43 +4870,43 @@ Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com - flexcop: fix registering braindead stupid names (brc#575873 - bnc#661429). + bnc#661429). - commit 72bd3d0 ------------------------------------------------------------------- Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de - Staging: samsung-laptop: add support for lots of laptops - (bnc#661682). + (bnc#661682). - commit 1eb5eaa ------------------------------------------------------------------- Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Set timestamp of sources to the commit - timestamp, so that they are always older than generated files in - /usr/src/linux-obj (bnc#669669). + timestamp, so that they are always older than generated files in + /usr/src/linux-obj (bnc#669669). - commit 8565452 ------------------------------------------------------------------- Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to - keep timestamps intact. + keep timestamps intact. - commit 9ba5ff0 ------------------------------------------------------------------- Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Remove .gitignore files after applying patches - (fix last change). + (fix last change). - commit 907f9cc ------------------------------------------------------------------- Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit c327e0a ------------------------------------------------------------------- @@ -4546,8 +4954,8 @@ Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition - of %release_major and rename it to %release_num to better describe - what it does. Add some comments to explain how the versioning works. + of %release_major and rename it to %release_num to better describe + what it does. Add some comments to explain how the versioning works. - commit 9a3bc94 ------------------------------------------------------------------- @@ -4566,14 +4974,14 @@ Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit b6b51ca ------------------------------------------------------------------- Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de - ALSA: hda - Fix memory leaks in conexant jack arrays - (bnc#668929). + (bnc#668929). - commit 31971a4 ------------------------------------------------------------------- @@ -4611,8 +5019,8 @@ Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com - Update config files. - - CONFIG_EXPERT=n on all but ps3 - - Vanilla configs updated. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. - commit b25e639 ------------------------------------------------------------------- @@ -4633,7 +5041,7 @@ Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 90baa82 ------------------------------------------------------------------- @@ -4652,30 +5060,30 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc1. - - Removed 12 patches. - - Xen is disabled. - - Quite a few patches need updating. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. - commit 9163bb7 ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff ------------------------------------------------------------------- @@ -4688,7 +5096,7 @@ Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 ------------------------------------------------------------------- @@ -4707,22 +5115,22 @@ Mon Jan 17 20:52:49 CET 2011 - jeffm@suse.com Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz - Revert %kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 ------------------------------------------------------------------- Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 ------------------------------------------------------------------- Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 ------------------------------------------------------------------- @@ -4796,7 +5204,7 @@ Thu Jan 6 20:51:31 CET 2011 - jeffm@suse.com Thu Jan 6 19:48:28 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe ------------------------------------------------------------------- @@ -4815,28 +5223,28 @@ Thu Jan 6 17:09:12 CET 2011 - jeffm@suse.com Thu Jan 6 17:08:44 CET 2011 - jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d ------------------------------------------------------------------- Thu Jan 6 16:10:26 CET 2011 - jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 ------------------------------------------------------------------- @@ -4849,7 +5257,7 @@ Thu Jan 6 15:49:34 CET 2011 - jack@suse.cz Thu Jan 6 13:56:07 CET 2011 - mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 ------------------------------------------------------------------- @@ -4858,7 +5266,7 @@ Thu Jan 6 10:07:22 CET 2011 - mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b @@ -4879,7 +5287,7 @@ Thu Dec 30 00:50:58 CET 2010 - jeffm@suse.com Wed Dec 29 22:23:21 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 ------------------------------------------------------------------- @@ -4904,38 +5312,38 @@ Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c ------------------------------------------------------------------- Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (bnc#655048). + Backport to XEN. - commit 92c0965 ------------------------------------------------------------------- Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz - Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive - decode" (bnc#655048). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 @@ -4950,8 +5358,8 @@ Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz - Delete - patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. - It's unreferenced and wrong. + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. - commit 9e6fc50 ------------------------------------------------------------------- @@ -4988,10 +5396,10 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 @@ -5024,14 +5432,14 @@ Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 ------------------------------------------------------------------- Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 ------------------------------------------------------------------- @@ -5062,7 +5470,7 @@ Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b @@ -5071,12 +5479,12 @@ Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c ------------------------------------------------------------------- @@ -5109,7 +5517,7 @@ Fri Nov 26 15:04:27 CET 2010 - jbeulich@novell.com - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -5133,7 +5541,7 @@ Wed Nov 24 15:49:45 CET 2010 - jeffm@suse.com Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac ------------------------------------------------------------------- @@ -5157,7 +5565,7 @@ Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Wed Nov 17 17:10:32 CET 2010 - jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 ------------------------------------------------------------------- @@ -5176,7 +5584,7 @@ Tue Nov 16 20:08:11 CET 2010 - jeffm@suse.com Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 ------------------------------------------------------------------- @@ -5189,7 +5597,7 @@ Mon Nov 15 21:33:19 CET 2010 - jeffm@suse.com Mon Nov 15 21:30:37 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 ------------------------------------------------------------------- @@ -5208,16 +5616,16 @@ Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz Fri Nov 12 18:37:10 CET 2010 - jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 ------------------------------------------------------------------- Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de - Update config files. (bnc#652954) increase the number of possible and - default uarts for users with multi-port serial cards for the i386 and - x86-64 default configs. + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. - commit 85c87e3 ------------------------------------------------------------------- @@ -5231,20 +5639,20 @@ Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + top down (bnc#651256). - PCI: allocate bus resources from the top down (bnc#651256). - x86/PCI: allocate space from the end of a region, not the - beginning (bnc#651256). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + capabilities (bnc#651256). - x86: allocate space within a region top-down (bnc#651256). - Refresh patches.xen/xen3-patch-2.6.34. - commit 8c68ad1 @@ -5253,21 +5661,21 @@ Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 ------------------------------------------------------------------- Fri Oct 29 13:47:35 CEST 2010 - jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb ------------------------------------------------------------------- Fri Oct 29 01:53:34 CEST 2010 - trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b ------------------------------------------------------------------- @@ -5287,14 +5695,14 @@ Wed Oct 27 14:51:30 CEST 2010 - jslaby@suse.cz Tue Oct 26 21:31:22 CEST 2010 - trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 ------------------------------------------------------------------- Tue Oct 26 13:41:23 CEST 2010 - jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 ------------------------------------------------------------------- @@ -5302,7 +5710,7 @@ Mon Oct 25 12:53:38 CEST 2010 - jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 @@ -5312,7 +5720,7 @@ Mon Oct 25 08:58:15 CEST 2010 - tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda ------------------------------------------------------------------- @@ -5325,7 +5733,7 @@ Fri Oct 22 21:18:25 CEST 2010 - jeffm@suse.de Fri Oct 22 13:32:04 CEST 2010 - jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb ------------------------------------------------------------------- @@ -5340,7 +5748,7 @@ Thu Oct 21 10:11:03 CEST 2010 - sjayaraman@suse.de Mon Oct 18 16:54:57 CEST 2010 - trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf ------------------------------------------------------------------- @@ -5376,7 +5784,7 @@ Mon Oct 11 17:14:51 CEST 2010 - mmarek@suse.cz Mon Oct 11 16:12:29 CEST 2010 - jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 ------------------------------------------------------------------- @@ -5389,7 +5797,7 @@ Fri Oct 8 17:40:50 CEST 2010 - jeffm@suse.de Tue Oct 5 18:02:19 CEST 2010 - jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa ------------------------------------------------------------------- @@ -5402,7 +5810,7 @@ Tue Oct 5 17:19:46 CEST 2010 - jeffm@suse.de Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 @@ -5411,7 +5819,7 @@ Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de Mon Oct 4 16:57:34 CEST 2010 - jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 ------------------------------------------------------------------- @@ -5424,25 +5832,25 @@ Fri Sep 24 13:45:31 CEST 2010 - jbeulich@novell.com Fri Sep 24 13:23:13 CEST 2010 - trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 ------------------------------------------------------------------- Fri Sep 24 13:14:36 CEST 2010 - trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 ------------------------------------------------------------------- @@ -5467,7 +5875,7 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 @@ -5475,7 +5883,7 @@ Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b ------------------------------------------------------------------- @@ -5494,7 +5902,7 @@ Tue Sep 21 14:15:34 CEST 2010 - mmarek@suse.cz Tue Sep 21 13:59:10 CEST 2010 - jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 ------------------------------------------------------------------- @@ -5502,8 +5910,8 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f @@ -5512,14 +5920,14 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de Mon Sep 20 16:03:14 CEST 2010 - sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b ------------------------------------------------------------------- Mon Sep 20 15:25:41 CEST 2010 - jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 ------------------------------------------------------------------- @@ -5532,25 +5940,25 @@ Sun Sep 19 17:39:03 CEST 2010 - jeffm@suse.com Fri Sep 17 01:05:47 CEST 2010 - jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 ------------------------------------------------------------------- Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de - x86-64, compat: Test %rax for the syscall number, not %eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 ------------------------------------------------------------------- Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac ------------------------------------------------------------------- @@ -5563,21 +5971,21 @@ Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 ------------------------------------------------------------------- Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 ------------------------------------------------------------------- Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 ------------------------------------------------------------------- @@ -5592,11 +6000,11 @@ Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -5626,7 +6034,7 @@ Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de 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). + (CVE-2010-2954 bnc#636112). - commit f04e61f ------------------------------------------------------------------- @@ -5648,7 +6056,7 @@ Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 ------------------------------------------------------------------- @@ -5667,28 +6075,28 @@ Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - 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. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + 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. + 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. + the truncate path and causes crashes. - commit e18fc2c ------------------------------------------------------------------- @@ -5743,22 +6151,22 @@ Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de 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. + 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. + 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. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e ------------------------------------------------------------------- @@ -5772,7 +6180,7 @@ Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com 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. + avoid triggering a build service rule error. - commit 124ac26 ------------------------------------------------------------------- @@ -5791,14 +6199,14 @@ Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de 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. + 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 - to grab the BKL + to grab the BKL - commit 1df02ec ------------------------------------------------------------------- @@ -5811,20 +6219,20 @@ Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - 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. + - 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 ------------------------------------------------------------------- @@ -5843,10 +6251,10 @@ Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com 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. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 ------------------------------------------------------------------- @@ -5878,7 +6286,7 @@ Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com 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). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 ------------------------------------------------------------------- @@ -5891,7 +6299,7 @@ Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz 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. + 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 @@ -5901,14 +6309,14 @@ Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de 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). + 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). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 @@ -5917,13 +6325,13 @@ 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. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b @@ -5932,7 +6340,7 @@ Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com 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. + usage from upstream commit 718be4aa. - commit 4ce0b48 ------------------------------------------------------------------- @@ -5963,7 +6371,7 @@ Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 ------------------------------------------------------------------- @@ -5976,7 +6384,7 @@ Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 ------------------------------------------------------------------- @@ -5990,7 +6398,7 @@ 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). + though). - commit 8ed2389 ------------------------------------------------------------------- diff --git a/kernel-cubox.spec b/kernel-cubox.spec index 418330fb7..d8a8debda 100644 --- a/kernel-cubox.spec +++ b/kernel-cubox.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6 -%define patchversion 3.6.3 +%define srcversion 3.7 +%define patchversion 3.7.0 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-cubox Summary: Kernel for SolidRun Cubox -Version: 3.6.3 +Version: 3.7.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -91,7 +91,7 @@ Requires(post): distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release # Remove some packages that are installed automatically by the build system, # but are not needed to build the kernel -#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv +#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv %ifarch ia64 # arch/ia64/scripts/unwcheck.py @@ -474,10 +474,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz @@ -887,6 +886,7 @@ Provides: multiversion(kernel) Provides: %name-devel = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel Supplements: packageand(%name:kernel-devel%variant) +PreReq: coreutils %description devel This package contains files necessary for building kernel modules (and diff --git a/kernel-debug.changes b/kernel-debug.changes index 2887ccaf6..e0d27f80d 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,393 @@ +------------------------------------------------------------------- +Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com + +- ezusb: add dependency to USB. + This prevents build failures by making it depend on the value of CONFIG_USB. + Commit 36e0f0bd did this for architectures other than ARM manually. +- commit b89db5d + +------------------------------------------------------------------- +Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de + +- Drivers: hv: balloon: Fix a memory leak. +- commit 26cdad5 + +------------------------------------------------------------------- +Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com + +- Update to 3.7-final. +- commit 1771a73 + +------------------------------------------------------------------- +Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de + +- Update patch headers for fate314663 and fate314665 changes +- commit 44044f1 + +------------------------------------------------------------------- +Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz + +- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually + ext3 will be removed upstream so let's do the transition. +- commit dadc8ea + +------------------------------------------------------------------- +Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr + +- Update omap2plus (armv7) config: Enable TWL* USB drivers +- commit 28c09f5 + +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + +------------------------------------------------------------------- +Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de + +- fate#314663 hyper-v memory ballooning support +- mm: Export a function to get vm committed memory. +- Drivers: hv: Add Hyper-V balloon driver. +- Drivers: hv: balloon: Fix a bug in the definition of struct + dm_info_msg. +- Update config files. + fate#314665 hyper-v: Update the Vmbus protocol +- Drivers: hv: Implement routines for read side signaling + optimization. +- Drivers: hv: Add state to manage batched reading. +- Drivers: hv: Turn off batched reading for util drivers. +- Drivers: hv: Optimize signaling in the read path. +- Drivers: hv: Optimize the signaling on the write path. +- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask(). +- Drivers: hv: Support handling multiple VMBUS versions. +- Drivers: hv: Update the ring buffer structure to match win8 + functionality. +- Drivers: hv: Extend/modify vmbus_channel_offer_channel for + win7 and beyond. +- Drivers: hv: Save and export negotiated vmbus version. +- Drivers: hv: Change the signature for hv_signal_event(). +- Drivers: hv: Change the signature of vmbus_set_event(). +- Drivers: hv: Move vmbus version definitions to hyperv.h. +- Drivers: hv: Manage signaling state on a per-connection basis. +- Drivers: hv: Cleanup vmbus_set_event() to support win7 and + beyond. +- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID. +- Drivers: hv: Add state to manage incoming channel interrupt + load. +- Drivers: hv: Modify the interrupt handling code to support + win8 and beyond. +- Drivers: hv: Add code to distribute channel interrupt load. +- Drivers: hv: Get rid of the unused global signaling state. +- Drivers: hv: Get rid of unnecessary request for offers. +- Drivers: hv: Manage event tasklets on per-cpu basis. +- Drivers: hv: Handle vmbus interrupts concurrently on all cpus. +- Drivers: hv: Add a check to deal with spurious interrupts. +- Drivers: hv: Enable protocol negotiation with win8 hosts. +- Drivers: hv: Implement flow management on the send side. +- Drivers: hv: Capture the host build information. +- Drivers: hv: Cleanup and consolidate reporting of build/version + info. +- commit 4fccd03 + +------------------------------------------------------------------- +Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc8. +- Delete patches.rpmify/net-fix-build-failure-in-xilinx. +- commit 76b3d92 + +------------------------------------------------------------------- +Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de + +- add splash=black option to bootsplash code, + to keep a black background, useful for remote access to VMs + (bnc#773487) +- commit c060ae1 + +------------------------------------------------------------------- +Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem + (bnc#781327) +- commit 841d864 + +------------------------------------------------------------------- +Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com + +- net: fix build failure in xilinx. +- commit 28be621 + +------------------------------------------------------------------- +Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com + +- Update config files. Enable CONFIG_SMB2 to 'y'. +- commit 25bdfaf + +------------------------------------------------------------------- +Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc6. +- commit daac70a + +------------------------------------------------------------------- +Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz + +- rpm/config.sh: Set projects for ARM +- commit 55bac79 + +------------------------------------------------------------------- +Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related + crash in context switch code). +- commit bb1d12d + +------------------------------------------------------------------- +Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com + +- Update to 3.7-rc5. +- Update Xen patches additionally to c/s 1204: +- commit d5de9cf + +------------------------------------------------------------------- +Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com + +- config: sync x86_64 configs for NR_UARTS + This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and + CONFIG_SERIAL_8250_NR_UARTS to 32. +- commit ddf88e6 + +------------------------------------------------------------------- +Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com + +- Delete patches.arch/s390-remove-kvm-para.patch. +- commit f759e1e + +------------------------------------------------------------------- +Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com + +- config: sync ppc64 configs for LIB80211, NET_SDA_MV* + This commit changes the following options to be modular: + LIB80211 + NET_DSA_MV88E6XXX + NET_DSA_MV88E6060 +- commit caa5a52 + +------------------------------------------------------------------- +Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com + +- config: sync ppc64/debug with ppc64/default + The debug config should be identical to default with the exception of + the debug options. This patch brings ppc64/debug in line with ppc64/default + with the exception of a few things that are modular in debug that should + also be modular in default. +- commit b981fcd + +------------------------------------------------------------------- +Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com + +- config: sync kvm options between ppc64 flavors. +- commit 8a389d5 + +------------------------------------------------------------------- +Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com + +- config: disable HW_RANDOM_AMD on ppc64 + This chip is only on AMD hardware and an old ppc64 eval board. We can skip + it on ppc64. +- commit 03001a4 + +------------------------------------------------------------------- +Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com + +- config: Eliminate unused ppc/ppc64 configs. + The history of the ppc/ppc64 configs is a convoluted one that started + before the kernel source could support multiple machine types with a + single image and before there was a usable 64-bit userspace. + In the subsequent years, the powerpc code has been unified and we've + released a 64-bit powerpc userspace. The "default" and "ppc64" configs + on ppc64 are essentially identical and just waste space. The "ppc64" + config on 32-bit ppc address a long since unnecessary corner case. Users + who still want a 32-bit userspace with a 64-bit kernel can install and + update it themselves using the 64-bit repository like i386/x86_64 users + can do. + This commit can be summarized thusly: + rm config/ppc/ppc64 + rm config/ppc/ps3 (already unused) + mv config/ppc64/ppc64 config/ppc64/default +- commit a9cc3d5 + +------------------------------------------------------------------- +Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr + +- Add kernel-versatile description +- commit 5424cf2 + +------------------------------------------------------------------- +Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr + +- Enable armv5 in arch-symbols +- commit 401de81 + +------------------------------------------------------------------- +Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com + +- config: sync vanilla flavor with default flavor for each platform + The vanilla configs have drifted away from the default configuration + for each platform. This patch brings them back in sync. +- commit 8d4661f + +------------------------------------------------------------------- +Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com + +- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled. +- commit 9907c37 + +------------------------------------------------------------------- +Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com + +- Updated to 3.7-rc4. + Eliminated 1 patch. +- commit 5168053 + +------------------------------------------------------------------- +Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again). +- commit 5feff7e + +------------------------------------------------------------------- +Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com + +- Update Xen patches to 3.7-rc3 and c/s 1202. +- extend base interfaces to support multi-page rings for + frontend/backend communication. +- blkback: allow using multiple page frontend communication ring. +- blkfront: allow using multiple page backend communication ring. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Fix build when disabled. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- config.conf: Re-enable Xen configs. +- Update x86 config files. +- Delete patches.xen/xen3-acpi_override_2_2.patch. +- commit f042386 + +------------------------------------------------------------------- +Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr + +- Add support to armv5 versatile kernel +- commit 99d34f3 + +------------------------------------------------------------------- +Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc3. +- commit 48e5027 + +------------------------------------------------------------------- +Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615) +- commit 2520563 + +------------------------------------------------------------------- +Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de + +- ARM: Update config files: Fix vexpress (default) config +- commit be072b4 + +------------------------------------------------------------------- +Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de + +- Fixup kvm for s390. +- commit 503388b + +------------------------------------------------------------------- +Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi +- commit 336ead7 + +------------------------------------------------------------------- +Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de + +- Revert "disable non-compiling irrelevant I2C module" +- commit d5a21c5 + +------------------------------------------------------------------- +Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de + +- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE. +- commit 8e108ab + +------------------------------------------------------------------- +Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 565b450 + +------------------------------------------------------------------- +Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de + +- Refresh patches.arch/arm-exynos-nosparse.patch. +- commit 55fbf60 + +------------------------------------------------------------------- +Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 118f2f9 + +------------------------------------------------------------------- +Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de + +- ARM: Exynos: Fix MMC driver +- ARM: Exynos: Update configs +- commit 37a1704 + +------------------------------------------------------------------- +Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com + +- config: change CONFIG_USB_EZUSB_FX2 to module +- commit 36e0f0b + +------------------------------------------------------------------- +Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com + +- Actually use kthread_run in crasher.ko. + The previous commit was incomplete. +- commit b8b35ae + +------------------------------------------------------------------- +Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com + +- crasher: use kthread_run() instead of kernel_thread(). + Linux 3.7-rc2 no longer exports kernel_thread on all architectures. +- commit f17d925 + +------------------------------------------------------------------- +Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com + +- Updated to 3.7-rc2. +- commit e00a663 + ------------------------------------------------------------------- Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de @@ -14,7 +404,7 @@ Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz - Refresh patches.xen/xen3-patch-3.6. - Delete patches.fixes/hv-storvsc-reset-wait.patch. - Delete - patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. + patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. - commit cfee26b ------------------------------------------------------------------- @@ -36,19 +426,19 @@ Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de and proper git-xy: meta tags: - lib: Add early cpio decoder. - x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() - for e820 handling. + for e820 handling. - ACPI: Store valid ACPI tables passed via early initrd in - reserved memblock areas. + reserved memblock areas. - ACPI: Implement physical address table override. - ACPI: Create acpi_table_taint() function to avoid code - duplication. + duplication. - ACPI: Document ACPI table overriding via initrd. - ACPI: Fix build when disabled. - X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. - ACPI: Overriding ACPI tables via initrd only works with - an initrd. + an initrd. - ACPI: Cleanup acpi_initrd_override declaration and remove - ifdefs. + ifdefs. - Delete patches.arch/acpi_fix_custom_method_acc.patch. - Delete patches.arch/acpi_override_2_2.patch. - Delete patches.arch/acpi_override_documentation. @@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz This allows to control the kabi checker from outside of the package. - commit 0a0900c +------------------------------------------------------------------- +Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com + +- Update to 3.7-rc1. +- Eliminated 38 patches. +- Xen is disabled. +- ARM configs need updating. +- Module signing is disabled until the build infrastructure can support it. +- commit fce087a + ------------------------------------------------------------------- Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz @@ -87,14 +487,20 @@ Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz - Delete - patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. + patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. - Delete - patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. + patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. - Delete - patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. + patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. These are in 3.6.1. - commit 2a321c4 +------------------------------------------------------------------- +Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com + +- Remove noncompiling modules +- commit b7cdd5a + ------------------------------------------------------------------- Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de @@ -136,7 +542,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - hyperv: Add comments for the extended buffer after RNDIS message. - Drivers: hv: Cleanup the guest ID computation. - Drivers: hv: vmbus: Use the standard format string to format - GUIDs. + GUIDs. - Drivers: hv: Add KVP definitions for IP address injection. - Drivers: hv: kvp: Cleanup error handling in KVP. - Drivers: hv: Explicitly size elements of protocol structures. @@ -148,7 +554,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - Tools: hv: Represent the ipv6 mask using CIDR notation. - Tools: hv: Gather ipv[4,6] gateway information. - hv: fail the probing immediately when we are not in hyperv - platform. + platform. - hv: vmbus_drv: detect hyperv through x86_hyper. - Tools: hv: Get rid of some unused variables. - Tools: hv: Correctly type string variables. @@ -167,14 +573,14 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - tools/hv: Parse /etc/os-release. - hyperv: Fix the max_xfer_size in RNDIS initialization. - hyperv: Fix the missing return value in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - hyperv: Fix page buffer handling in rndis_filter_send_request(). - hyperv: Remove extra allocated space for recv_pkt_list elements. - hyperv: Report actual status in receive completion packet. - hyperv: Add buffer for extended info after the RNDIS response - message. + message. - Delete - patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. - commit 08d283b ------------------------------------------------------------------- @@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com - ARM/u5800: Fix build of ux500 driver - Acked-by: Jeff Mahoney - commit 0ea37a0 +------------------------------------------------------------------- +Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com + +- disable non-compiling irrelevant I2C module +- commit 0ba9bac + ------------------------------------------------------------------- Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com - ARM/tegra: Remove optional parts to fix build - Acked-by: Jeff Mahoney - commit d729a16 ------------------------------------------------------------------- Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com - ARM: enable zcache support - Acked-by: Jeff Mahoney - commit 17b147b ------------------------------------------------------------------- Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com - ARM/cubox: set cachefilesd to module - Acked-by: Jeff Mahoney - commit c1fb243 ------------------------------------------------------------------- @@ -229,13 +637,13 @@ Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de - Remove old patchset to override ACPI tables via initrd. Also remove a stale xen patch related to that. - Delete - patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - Delete - patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. - Delete - patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. - Delete - patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - commit dd8f1b0 ------------------------------------------------------------------- @@ -364,7 +772,7 @@ Mon Sep 10 19:22:00 CEST 2012 - jeffm@suse.com Mon Sep 10 10:20:23 CEST 2012 - jbeulich@novell.com - patches.arch/s390-message-catalog.diff: Properly handle pr_cont() and fold - in the below two trivial fixes. + in the below two trivial fixes. - Delete patches.arch/s390-message-catalog-fix.diff. - Delete patches.arch/s390-message-catalog-perl-fix.diff. - Refresh patches.arch/kmsg-fix-parameter-limitations. @@ -438,10 +846,10 @@ Fri Aug 31 23:20:23 CEST 2012 - dmueller@suse.com Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz - i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y - && CONFIG_I2C_DESIGN. + && CONFIG_I2C_DESIGN. - Delete - patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. - Move it to rpmify, so that vanilla builds fine too. + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. - commit 0217ad5 ------------------------------------------------------------------- @@ -519,7 +927,7 @@ Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com Fri Aug 17 14:51:23 CEST 2012 - jeffm@suse.com - Update to 3.6-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 71963b0 ------------------------------------------------------------------- @@ -975,7 +1383,7 @@ Wed Jun 13 13:21:58 CEST 2012 - hare@suse.de - Rediff patch - patches.drivers/mach-dove-Fixup-ge00-initialisation.patch: - Rediff after backport from upstream. + Rediff after backport from upstream. - commit fa58c5e ------------------------------------------------------------------- @@ -983,7 +1391,7 @@ Wed Jun 13 12:56:17 CEST 2012 - hare@suse.de - Fixup patch to apply - patches.drivers/spi-orion-convert-to-new-infrastructure.patch - backported from upstream. + backported from upstream. - commit 2507393 ------------------------------------------------------------------- @@ -1002,9 +1410,9 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com - Update to 3.5-rc2. - - Xen needs update. - - ARM needs update. - - Eliminated 13 patches. + - Xen needs update. + - ARM needs update. + - Eliminated 13 patches. - commit 3f461b1 ------------------------------------------------------------------- @@ -1043,7 +1451,7 @@ Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de - [SCSI] storvsc: Properly handle errors from the host - (bnc#747404). + (bnc#747404). - Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. - commit ad28e23 @@ -1106,7 +1514,7 @@ Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Tue May 22 14:21:24 CEST 2012 - trenn@suse.de - X86 acpi_cpufreq: Do not use request_module for autoloading - (bnc#756085). + (bnc#756085). - Refresh patches.xen/xen3-auto-common.diff. - patches.xen/xen3-patch-3.3: - commit caf270e @@ -1165,7 +1573,7 @@ Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com - Update to 3.4-rc7. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 4cd9e9b ------------------------------------------------------------------- @@ -1218,7 +1626,7 @@ Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com - Update to 3.4-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 749ea8f ------------------------------------------------------------------- @@ -1255,7 +1663,7 @@ Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not require distribution-release - during build. + during build. - commit 3cd703f ------------------------------------------------------------------- @@ -1306,18 +1714,18 @@ Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com - Disabled DECNet and ARCNet. Specific config options disabled: CONFIG_ARCNET - CONFIG_ARCNET_1051 - CONFIG_ARCNET_1201 - CONFIG_ARCNET_CAP - CONFIG_ARCNET_COM20020_CS - CONFIG_ARCNET_COM20020 - CONFIG_ARCNET_COM20020_PCI - CONFIG_ARCNET_COM90xxIO - CONFIG_ARCNET_COM90xx - CONFIG_ARCNET_RAW - CONFIG_ARCNET_RIM_I + CONFIG_ARCNET_1051 + CONFIG_ARCNET_1201 + CONFIG_ARCNET_CAP + CONFIG_ARCNET_COM20020_CS + CONFIG_ARCNET_COM20020 + CONFIG_ARCNET_COM20020_PCI + CONFIG_ARCNET_COM90xxIO + CONFIG_ARCNET_COM90xx + CONFIG_ARCNET_RAW + CONFIG_ARCNET_RIM_I CONFIG_DECNET - CONFIG_DECNET_NF_GRABULATOR + CONFIG_DECNET_NF_GRABULATOR - commit 272dd14 ------------------------------------------------------------------- @@ -1419,7 +1827,7 @@ Fri Apr 20 18:09:06 CEST 2012 - jbeulich@novell.com Tue Apr 17 15:59:19 CEST 2012 - jeffm@suse.com - Update to 3.4-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 2fde7e0 ------------------------------------------------------------------- @@ -1439,7 +1847,7 @@ Mon Apr 9 03:28:12 CEST 2012 - jeffm@suse.com Fri Apr 6 06:42:35 CEST 2012 - jeffm@suse.com - Update AppArmor for 3.4. - - apparmor: Add "profiles" list to sysfs. + - apparmor: Add "profiles" list to sysfs. - commit 59517ac ------------------------------------------------------------------- @@ -1452,10 +1860,10 @@ Thu Apr 5 22:25:16 CEST 2012 - jeffm@suse.com Thu Apr 5 09:18:14 CEST 2012 - jeffm@suse.com - Updated to 3.4-rc1. - - Eliminated 121 patches. - - Xen is unavailable. - - ACPI overrides are unavailable. - - AppArmor network feature are unavailable. + - Eliminated 121 patches. + - Xen is unavailable. + - ACPI overrides are unavailable. + - AppArmor network feature are unavailable. - commit 3ac7e79 ------------------------------------------------------------------- @@ -1535,7 +1943,7 @@ Sat Mar 24 00:57:07 CET 2012 - dsterba@suse.cz - Refresh patches.suse/btrfs-handle-EIO. - Refresh - patches.suse/btrfs-volumes-schedule_bio-should-return-void. + patches.suse/btrfs-volumes-schedule_bio-should-return-void. - commit d97ade6 ------------------------------------------------------------------- @@ -1578,10 +1986,10 @@ Mon Mar 19 11:16:34 CET 2012 - jslaby@suse.cz Mon Mar 19 11:07:00 CET 2012 - jslaby@suse.cz - Delete - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. + patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. - Delete patches.arch/dell_optiplex_990_fix_reboot.patch. - Delete - patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. + patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. - Delete patches.drivers/libata-unlock-hpa-by-default. - Delete patches.fixes/scsi-add-tgps-setting. - Delete patches.fixes/scsi-dh-rdac-add-stk. @@ -1618,23 +2026,23 @@ Mon Mar 12 15:26:55 CET 2012 - ohering@suse.de - Staging: hv: storvsc: Cleanup storvsc_host_reset_handler(). - Staging: hv: storvsc: Move and cleanup storvsc_remove(). - Staging: hv: storvsc: Add a comment to explain life-cycle - management. + management. - Staging: hv: storvsc: Get rid of the on_io_completion in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Rename the context field in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver. - Staging: hv: storvsc: Cleanup the code for generating protocol - version. + version. - Staging: hv: storvsc: Cleanup some protocol related constants. - Staging: hv: storvsc: Get rid of some unused defines. - Staging: hv: storvsc: Consolidate the request structure. - Staging: hv: storvsc: Consolidate all the wire protocol - definitions. + definitions. - Staging: hv: storvsc: Move the storage driver out of the - staging area. + staging area. - Rename patches.suse/staging-hv-pata_piix-ignore-disks.patch to - patches.suse/suse-hv-pata_piix-ignore-disks.patch + patches.suse/suse-hv-pata_piix-ignore-disks.patch - commit 7487199 ------------------------------------------------------------------- @@ -1829,41 +2237,41 @@ Mon Feb 13 17:23:49 CET 2012 - mmarek@suse.cz Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de - Add driver auto probing for x86 features v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Fix overrun check in arch_print_cpu_modalias() - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - crypto: Add support for x86 cpuid - auto loading for x86 crypto drivers - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + auto loading for x86 crypto drivers + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Clean up modalias feature matching - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel-idle: convert to x86_cpu_id auto probing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Fix ID for Nehalem-EX Xeon in device ID table - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert via-cputemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k7: Fix CPU family number - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: Load acpi-cpufreq from processor driver automatically - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Revert change of auto_demotion_flags for Nehalem - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert coretemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k6: Really enable auto-loading - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - X86: Introduce HW-Pstate scattered cpuid feature - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - cpufreq: Add support for x86 cpuinfo auto loading v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86: autoload microcode driver on Intel and AMD systems v2 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 parts - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: remove duplicated lines of merging - problems with acpi_processor_start - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + problems with acpi_processor_start + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - Update config files. - commit 6efe9b5 @@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for --default (bnc#745632). KMPs are still built as i586. + -default (bnc#745632). KMPs are still built as i586. - commit 88a632b ------------------------------------------------------------------- @@ -1902,8 +2310,8 @@ Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com - Update to 3.3-rc2. - - Eliminated 5 patches. - - Xen is disabled. + - Eliminated 5 patches. + - Xen is disabled. - commit d017ea1 ------------------------------------------------------------------- @@ -2002,7 +2410,7 @@ Wed Dec 21 14:38:42 CET 2011 - jbeulich@novell.com Tue Dec 20 16:35:33 CET 2011 - jeffm@suse.com - Update to 3.2-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit d5a489e ------------------------------------------------------------------- @@ -2010,7 +2418,7 @@ Tue Dec 20 11:34:14 CET 2011 - trenn@suse.de - These should all be mainline in some form: - Delete - patches.arch/implement_stop_machine_from_offline_cpu.patch. + patches.arch/implement_stop_machine_from_offline_cpu.patch. - Delete patches.arch/kill-__stop_machine.patch. - Delete patches.arch/reorganize_stop_cpus.patch. - Delete patches.arch/use_stop_machine_for_mtrr_rendezvous.patch. @@ -2026,14 +2434,14 @@ Sun Dec 18 07:38:42 CET 2011 - aj@suse.de Fri Dec 16 15:37:51 CET 2011 - aj@suse.de - rpm/kernel-binary.spec.in: Add provides and make most obsoletes versioned. - This silences rpmlint warnings. + This silences rpmlint warnings. - commit e3023c7 ------------------------------------------------------------------- Wed Dec 14 13:51:41 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: Fix tarball URL for -rcX and - do not generate any URL for linux-next and vanilla snapshots. + do not generate any URL for linux-next and vanilla snapshots. - commit 1548daf ------------------------------------------------------------------- @@ -2123,7 +2531,7 @@ Wed Dec 7 11:05:05 CET 2011 - aj@suse.de Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com - Update to 3.2-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit a7d546d ------------------------------------------------------------------- @@ -2235,8 +2643,8 @@ Fri Nov 25 05:58:54 CET 2011 - jeffm@suse.com Fri Nov 25 05:47:49 CET 2011 - jeffm@suse.com - Update to 3.2-rc3. - - stack unwind: cfi_ignore takes more arguments. - - iio: Fix build error in industrialio-core.c. + - stack unwind: cfi_ignore takes more arguments. + - iio: Fix build error in industrialio-core.c. - commit 48ef020 ------------------------------------------------------------------- @@ -2249,7 +2657,7 @@ Thu Nov 24 18:45:54 CET 2011 - ohering@suse.de Thu Nov 24 13:01:09 CET 2011 - mmarek@suse.cz - rpm/try-disable-staging-driver: Script to disable failing staging - driver and restart make. + driver and restart make. - commit 819d1fa ------------------------------------------------------------------- @@ -2343,14 +2751,14 @@ Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de Wed Nov 16 06:51:07 CET 2011 - jeffm@suse.com - Update to 3.2-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 85c9930 ------------------------------------------------------------------- Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com - Update to 3.2-rc1. - - Eliminate 212 patches. + - Eliminate 212 patches. - commit 6318d5b ------------------------------------------------------------------- @@ -2390,8 +2798,8 @@ Sat Nov 5 01:32:21 CET 2011 - trenn@suse.de Thu Nov 3 17:56:46 CET 2011 - mszeredi@suse.cz - patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch: - hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops - (CVE-2011-2203 bnc#699709). + hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops + (CVE-2011-2203 bnc#699709). - commit 7923119 ------------------------------------------------------------------- @@ -2429,16 +2837,16 @@ Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com - Add Elantech touchpad v3/v4 support (bnc#716852): - - Input: elantech - add v3 hardware support. - - Input: elantech - add v4 hardware support. - - Input: elantech - better support all those v2 variants. - - Input: elantech - clean up elantech_init. - - Input: elantech - correct x, y value range for v2 hardware. - - Input: elantech - get rid of ETP_2FT_* in elantech.h. - - Input: elantech - packet checking for v2 hardware. - - Input: elantech - remove ETP_EDGE_FUZZ_V2. - - Input: elantech - remove module parameter force_elantech. - - Input: elantech - use firmware provided x, y ranges. + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. - commit 28551a0 ------------------------------------------------------------------- @@ -2469,7 +2877,7 @@ Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de Tue Oct 25 19:24:17 CEST 2011 - eich@suse.de - patches.suse/SUSE-bootsplash: remove DEBUG macro which was - left in the code by accident. + left in the code by accident. - commit a56ba15 ------------------------------------------------------------------- @@ -2482,7 +2890,7 @@ Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de - patches.suse/staging-hv-pata_piix-ignore-disks.patch: - Update comments in code and reduce patch size + Update comments in code and reduce patch size - commit 8913d07 ------------------------------------------------------------------- @@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de ------------------------------------------------------------------- Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com --Update to 3.1-rc10. +- -Update to 3.1-rc10. - commit 239957e ------------------------------------------------------------------- @@ -2522,11 +2930,11 @@ Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de - Various updates for hv drivers, which fix also the hv_mouse driver - staging: hv: storvsc: ignore SET_WINDOWN scsi command - (bnc#722646). + (bnc#722646). - staging/hv: advertise hv_storvsc instead of storvsc as sysfs - driver name (bnc#716708). + driver name (bnc#716708). - staging/hv: fill scsi/proc_name for the sake of mkinitrd - (bnc#716708). + (bnc#716708). - Staging: hv: util: Invoke cn_netlink_send() in a work context. - Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. - Refresh patches.xen/xen3-patch-2.6.32. @@ -2560,7 +2968,7 @@ Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com - patches.suse/supported-flag: Also look for Module.supported in the - source tree. + source tree. - Refresh patches.suse/supported-flag-enterprise. - commit 9c8680a @@ -2594,15 +3002,15 @@ Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - commit e3c78cf ------------------------------------------------------------------- @@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de - Refresh patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. --> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. + -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. - commit 0ac4276 ------------------------------------------------------------------- @@ -2647,9 +3055,9 @@ Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de - ACPI: Implement overriding of arbitrary ACPI tables via initrd - (none). + (none). - ACPICA: Fix wrongly mapped acpi table header when overriding - via initrd (none). + via initrd (none). - ACPICA: Introduce acpi_os_phys_table_override function (none). - x86: allow NVS can be accessed by driver (none). - Update config files: @@ -2667,7 +3075,7 @@ Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix unwinding through - interrupt frames, requiring ... + interrupt frames, requiring ... - patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression. - commit 4d917a5 @@ -2706,7 +3114,7 @@ Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com - mm: frontswap: swap data structure changes. - In HVM guests do not take over the CDROM device (bnc#645893). - x86: report ACPI-reserved state of PCI MMCONFIG region to - hypervisor. + hypervisor. - config.conf: Re-enable Xen flavors. - Update config files. - commit 3692f47 @@ -2746,33 +3154,33 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: util: kvp: Fix the reported OSVersion string. - Staging: hv: util: kvp: Cleanup kvp_get_domain_name(). - Staging: hv: Fix macros, tab errors and warning in - drivers/staging/hv/hv_mouse.c. + drivers/staging/hv/hv_mouse.c. - Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get - rid of the PCI signature. + rid of the PCI signature. - Staging: hv: Replace struct hv_guid with the uuid type already - defined in Linux. + defined in Linux. - Staging: hv: vmbus: Introduce vmbus ID space in struct - hv_driver. + hv_driver. - Staging: hv: blkvsc: Use the newly introduced vmbus ID in the - blockvsc driver. + blockvsc driver. - Staging: hv: storvsc: Use the newly introduced vmbus ID in - storvsc driver. + storvsc driver. - Staging: hv: netvsc: Use the newly introduced vmbus ID in - netvsc driver. + netvsc driver. - Staging: hv: mousevsc: Use the newly introduced vmbus ID in - mouse driver. + mouse driver. - Staging: hv: util: Make hv_utils a vmbus device driver. - Staging: hv: create VMBUS_DEVICE macro and use it. - Staging: hv: vmbus: Cleanup vmbus_match(). - Staging: hv: vmbus: Cleanup vmbus_uevent() code. - Staging: hv: vmbus: Support the notion of id tables in - vmbus_match(). + vmbus_match(). - Staging: hv: vmbus: Get rid of an unnecessary include line - in vmbus_drv.c. + in vmbus_drv.c. - Staging: hv: storvsc: Get rid of the DMI signature. - Staging: hv: netvsc: Get rid of the PCI signature. - Staging: hv: netvsc: Get rid of the DMI signature in - netvsc_drv.c. + netvsc_drv.c. - Staging: hv: util: Get rid of the DMI signature in hv_util.c. - Staging: hv: util: Get rid of the PCI signature in hv_util.c. - Staging: hv: fix up driver registering mess. @@ -2780,59 +3188,59 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: vmbus: Cleanup unnecessary comments in hv.c. - Staging: hv: vmbus: Cleanup error handling in hv_init(). - Staging: hv: vmbus: Get rid of unnecessay comments in - connection.c. + connection.c. - Staging: hv: vmbus: Get rid of the function dump_gpadl_body(). - Staging: hv: vmbus: Get rid of the function dump_gpadl_header(). - Staging: hv: vmbus: Rename openMsg to open_msg in channel.c. - Staging: hv: vmbus: Get rid of unnecessary comments in - channel.c. + channel.c. - Staging: hv: vmbus: Change the variable name openInfo to - open_info in channel.c. + open_info in channel.c. - Staging: hv: vmbus: Cleanup error values in ringbuffer.c. - Staging: hv: vmbus: Cleanup the error return value in - vmbus_recvpacket_raw(). + vmbus_recvpacket_raw(). - Staging: hv: netvsc: Get rid of an unnecessary print statement - in netvsc_probe(). + in netvsc_probe(). - Staging: hv: vmbus: Retry vmbus_post_msg() before giving up. - Staging: hv: storvsc: Cleanup error handling in - storvsc_dev_add(). + storvsc_dev_add(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_channel_init(). + storvsc_channel_init(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_connect_to_vsp(). + storvsc_connect_to_vsp(). - Staging: hv: storvsc: Cleanup error handling in storvsc_do_io(). - Storage: hv: storvsc: Get rid of some unnecessary DPRINTs - from storvsc.c. + from storvsc.c. - Staging: hv: storvsc: Fix/cleanup some dated comments in - storvsc.c. + storvsc.c. - Staging: hv: storvsc: Cleanup returned error code in - storvsc_host_reset(). + storvsc_host_reset(). - Staging: hv: storvsc: Cleanup error code returned in - storvsc_probe(). + storvsc_probe(). - Staging: hv: storvsc: Cleanup returned error code in - storvsc_drv_init(). + storvsc_drv_init(). - Staging: hv: netvsc: Cleanup the returned error code in - netvsc_probe(). + netvsc_probe(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_destroy_recv_buf(). + netvsc_destroy_recv_buf(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_init_recv_buf(). + netvsc_init_recv_buf(). - Staging: hv: netvsc: Cleanup error returns in - netvsc_connect_vsp(). + netvsc_connect_vsp(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_send(). + netvsc_send(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_device_add(). + netvsc_device_add(). - Staging: hv: netvsc: Cleanup error codes in - rndis_filter_receive(). + rndis_filter_receive(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_query_device(). + rndis_filter_query_device(). - Staging: hv: netvsc: Cleanup error return values in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - Staging: hv: netvsc: Cleanup error returns in - rndis_filter_init_device(). + rndis_filter_init_device(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_device_add(). + rndis_filter_device_add(). - Staging: hv: mouse: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Exit to exit. @@ -2845,72 +3253,72 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: add driver_data to hv_vmbus_device_id. - Staging: hv: Add code to parse struct hv_vmbus_device_id table. - Staging: hv: file2alias: fix up alias creation logic for - hv_vmbus_device_id. + hv_vmbus_device_id. - Staging: hv: storvsc: Inline free_stor_device(). - Staging: hv: storvsc: Do not aquire an unnecessary reference - on stor_device. + on stor_device. - Staging: hv: storvsc: Rename must_get_stor_device(). - Staging: hv: storvsc: Rename get_stor_device(). - Staging: hv: storvsc: Cleanup alloc_stor_device(). - Staging: hv: storvsc: Introduce state to manage the lifecycle - of stor device. + of stor device. - Staging: hv: storvsc: Prevent outgoing traffic when stor dev - is being destroyed. + is being destroyed. - Staging: hv: storvsc: Get rid of release_stor_device() by - inlining the code. + inlining the code. - Staging: hv: storvsc: Get rid of final_release_stor_device() - by inlining code. + by inlining code. - Staging: hv: storvsc: Get rid of the reference counting in - struct storvsc_device. + struct storvsc_device. - Staging: hv: netvsc: Inline the code for free_net_device(). - Staging: hv: netvsc: Cleanup alloc_net_device(). - Staging: hv: netvsc: Introduce state to manage the lifecycle - of net device. + of net device. - Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev - is destroyed. + is destroyed. - Staging: hv: netvsc: Get rid of release_outbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of release_inbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of the refcnt field in struct - netvsc_device. + netvsc_device. - Staging: hv: storvsc: Add code to handle IDE devices using - the storvsc driver. + the storvsc driver. - Staging: hv: storvsc: Handle IDE devices using the storvsc - driver. + driver. - Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is - not used. + not used. - Staging: hv: storvsc: Optimize bounce buffer handling for the - "write" case. + "write" case. - Staging: hv: storvsc: Optimize the bounce buffer handling in - the "read" case. + the "read" case. - Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of storvsc.c. + contents of storvsc.c. - Staging: hv: storvsc: Add the contents of hyperv_storage.h - to storvsc_drv.c. + to storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of hyperv_storage.h. + contents of hyperv_storage.h. - Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY - and MODE_SENSE. + and MODE_SENSE. - Staging: hv: storvsc: Fix a typo. - Staging: hv: storvsc: In case of scsi errors offline the device. - Staging: hv: storvsc: No need to copy from bounce buffer in - case of a failure. + case of a failure. - Staging: hv: util: Forcefully shutdown when shutdown is - requested. + requested. - Staging: hv: util: Adjust guest time in a process context. - Staging: hv: vmbus: Check before invoking the channel callback. - Staging: hv: vmbus: Properly deal with de-registering channel - callback. + callback. - Staging: hv: Fix a bug in vmbus_match(). - Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining - the code. + the code. - Staging: hv: vmbus: Do not enable auto eoi. - Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add(). - Staging: hv: vmbus: Get rid of some dated/redundant comments. - Staging: hv: vmbus: Get rid of an unnecessary check in - vmbus_connect(). + vmbus_connect(). - Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c. - Staging: hv: vmbus: Fix checkpatch warnings in connection.c. - Staging: hv: mousevsc: Fix checkpatch errors and warnings. @@ -2983,16 +3391,16 @@ Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com - Refreshed and re-enabled dm-path patches: - - patches.suse/dm-mpath-accept-failed-paths. - - patches.suse/dm-mpath-detach-existing-hardware-handler. + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. - commit 70cadcd ------------------------------------------------------------------- Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com - Update to 3.1-rc3. - - Eliminated 8 patches. - - Xen is disabled. + - Eliminated 8 patches. + - Xen is disabled. - commit eccefcc ------------------------------------------------------------------- @@ -3000,8 +3408,8 @@ Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de - * Refresh patches.suse/SUSE-bootsplash. * Fix bootsplash code for 15bpp framebuffers. - These framebuffers are rare these days, the legendary and still - popular server chipset Radeon ES1000 supports it, though. + These framebuffers are rare these days, the legendary and still + popular server chipset Radeon ES1000 supports it, though. - commit f25ce3e ------------------------------------------------------------------- @@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de - Update config files: bnc#674988, change: --CONFIG_ACPI_CUSTOM_METHOD=m + -CONFIG_ACPI_CUSTOM_METHOD=m +# CONFIG_ACPI_CUSTOM_METHOD is not set for all flavors - commit f1af972 @@ -3115,10 +3523,10 @@ Thu Jul 14 17:52:45 CEST 2011 - tiwai@suse.de Thu Jul 14 17:26:51 CEST 2011 - tiwai@suse.de - ALSA: hda - Add Kconfig for the default buffer size - (bnc#682725). + (bnc#682725). - Update config files. - Delete, replaced with the new upstream patch - patches.drivers/alsa-hda-0019-Increase-default-buffer-size. + patches.drivers/alsa-hda-0019-Increase-default-buffer-size. - commit 40c7644 ------------------------------------------------------------------- @@ -3140,7 +3548,7 @@ Sat Jul 9 11:17:46 CEST 2011 - jslaby@suse.cz Thu Jul 7 00:58:01 CEST 2011 - jeffm@suse.com - Update to 3.0-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 56e99da ------------------------------------------------------------------- @@ -3149,7 +3557,7 @@ Tue Jul 5 09:18:43 CEST 2011 - jbeulich@novell.com - Update Xen patches to 3.0-rc5 and c/s 1095. - xen: prepare tmem shim to handle frontswap. - support booting Xen from EFI (fate#311376, fate#311529, - bnc#578927, bnc#628554). + bnc#578927, bnc#628554). - config.conf: Re-enabled Xen flavors. - Update x86 config files. - Delete patches.xen/xen-blkback-bimodal-suse. @@ -3196,31 +3604,31 @@ Tue Jun 21 12:14:44 CEST 2011 - mmarek@suse.cz Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz - rpm/post.sh: Touch /boot/do_purge_kernels on package install - (fate#312018). + (fate#312018). - rpm/postun.sh: Remove it again if it still exists on package - uninstall. + uninstall. - commit 82f4a5d ------------------------------------------------------------------- Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de - stop_machine: implement stop_machine_from_offline_cpu() - (bnc#697859). + (bnc#697859). - stop_machine: kill __stop_machine() (bnc#697859). - x86, mtrr: lock stop machine during MTRR rendezvous sequence - (bnc#697859). + (bnc#697859). - stop_machine: reorganize stop_cpus() implementation - (bnc#697859). + (bnc#697859). - x86, mtrr: use __stop_machine() for doing MTRR rendezvous - (bnc#697859). + (bnc#697859). - commit aa3d6e2 ------------------------------------------------------------------- Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz - Remove the novfs patches, it should be packaged as a KMP, or - ideally, reimplemented as a fuse filesystem (which is the reason why - the current implementation it is never going to be accepted upstream). + ideally, reimplemented as a fuse filesystem (which is the reason why + the current implementation it is never going to be accepted upstream). - Delete patches.fixes/novfs-copy_user-fixes.diff. - Delete patches.fixes/novfs-minsize-fixes. - Delete patches.fixes/novfs-nwcapi.patch. @@ -3275,7 +3683,7 @@ Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz Wed Jun 15 08:05:05 CEST 2011 - jeffm@suse.com - Update to 3.0-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit a1fe999 ------------------------------------------------------------------- @@ -3343,9 +3751,9 @@ Mon Jun 13 14:06:28 CEST 2011 - mmarek@suse.cz the SRCVERSION variable will only be used to determine the tarball version. - rpm/compute-PATCHVERSION.sh: Set default PATCHLEVEL and SUBLEVEL to 0. - The package version will thus always match the Makefile version and - the SRCVERSION variable will only be used to determine the tarball - version. + The package version will thus always match the Makefile version and + the SRCVERSION variable will only be used to determine the tarball + version. - rpm/kernel-binary.spec.in: Revert the previous hack. - commit 95c9977 @@ -3368,9 +3776,9 @@ Fri Jun 10 20:24:41 CEST 2011 - jeffm@suse.com Fri Jun 10 17:12:22 CEST 2011 - jeffm@suse.com - x86: Remove warning and warning_symbol from struct - stacktrace_ops. + stacktrace_ops. - Delete - patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. + patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. - commit 608ce9e ------------------------------------------------------------------- @@ -3462,13 +3870,13 @@ Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - commit 83331f5 ------------------------------------------------------------------- @@ -3489,14 +3897,14 @@ Tue May 31 05:09:44 CEST 2011 - jeffm@suse.com Tue May 31 05:08:21 CEST 2011 - jeffm@suse.com - Updated to 3.0-rc1. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit 5710413 ------------------------------------------------------------------- Mon May 30 15:54:37 CEST 2011 - jack@suse.cz - mm: Fix assertion mapping->nrpages == 0 in end_writeback() - (bnc#693013 bnc#666423). + (bnc#693013 bnc#666423). - Refresh patches.xen/tmem. - commit d3e465a @@ -3504,9 +3912,9 @@ Mon May 30 15:54:37 CEST 2011 - jack@suse.cz Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. + patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. - aic94xx: world-writable sysfs update_bios file. - Update upstream info. + Update upstream info. - commit 8912816 ------------------------------------------------------------------- @@ -3567,7 +3975,7 @@ Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc7. - - Eliminated 5 patches. + - Eliminated 5 patches. - commit a8a170f ------------------------------------------------------------------- @@ -3580,16 +3988,16 @@ Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz - Delete - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 - commit 7934e2d ------------------------------------------------------------------- Thu May 12 11:56:16 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - Note about submission. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + Note about submission. - commit 9922e20 ------------------------------------------------------------------- @@ -3602,15 +4010,15 @@ Tue May 10 19:10:18 CEST 2011 - mhocko@suse.cz Tue May 10 16:14:44 CEST 2011 - mhocko@suse.cz - patches.fixes/aggressive-zone-reclaim.patch: delete because - the patch is very workload specific and can lead to unexpected - reclaims in parallel node local workloads. + the patch is very workload specific and can lead to unexpected + reclaims in parallel node local workloads. - commit 56cf10e ------------------------------------------------------------------- Tue May 10 16:04:27 CEST 2011 - mhocko@suse.cz - Delete patches.suse/mm-devzero-optimisation.patch: we do not need - it anymore as we have zero page back since 2.6.32 + it anymore as we have zero page back since 2.6.32 - commit 323a093 ------------------------------------------------------------------- @@ -3629,64 +4037,64 @@ Mon May 9 14:32:59 CEST 2011 - jbeulich@novell.com Mon May 9 11:32:35 CEST 2011 - jbeulich@novell.com - patches.suse/kconfig-automate-kernel-desktop: Remove stray blank - lines (for older versions of "patch" to grok). + lines (for older versions of "patch" to grok). - commit 4dfa74d ------------------------------------------------------------------- Sat May 7 01:50:06 CEST 2011 - jeffm@suse.com - Removed network driver entropy patches. haveged is installed by default - and should be enabled to generate entropy from non-predictable sources. - - Delete patches.drivers/bnx2-entropy-source.patch. - - Delete patches.drivers/e1000-entropy-source.patch. - - Delete patches.drivers/e1000e-entropy-source.patch. - - Delete patches.drivers/igb-entropy-source.patch. - - Delete patches.drivers/ixgbe-entropy-source.patch. - - Delete patches.drivers/tg3-entropy-source.patch. + and should be enabled to generate entropy from non-predictable sources. + - Delete patches.drivers/bnx2-entropy-source.patch. + - Delete patches.drivers/e1000-entropy-source.patch. + - Delete patches.drivers/e1000e-entropy-source.patch. + - Delete patches.drivers/igb-entropy-source.patch. + - Delete patches.drivers/ixgbe-entropy-source.patch. + - Delete patches.drivers/tg3-entropy-source.patch. - commit c88b893 ------------------------------------------------------------------- Fri May 6 19:36:47 CEST 2011 - jeffm@suse.com - Update - patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack - (bnc#466279 bnc#681639). + patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack + (bnc#466279 bnc#681639). - commit 72e779f ------------------------------------------------------------------- Fri May 6 19:31:10 CEST 2011 - jeffm@suse.com - Disabled patches.drivers/libata-unlock-hpa-by-default; It may have - been obsoleted by upstream commit d8d9129e. + been obsoleted by upstream commit d8d9129e. - commit 1a21ab3 ------------------------------------------------------------------- Fri May 6 18:51:20 CEST 2011 - jeffm@suse.com - sysctl: Increase IPC defaults (bnc#146656) - - Delete patches.suse/shmall-bigger. + - Delete patches.suse/shmall-bigger. - commit a70e34f ------------------------------------------------------------------- Fri May 6 17:50:56 CEST 2011 - jeffm@suse.com - sysctl/i386/desktop, sysctl/x86_64/desktop: Add vm.dirty_ratio = 20 - for desktop flavors (bnc#552883) - - Delete patches.suse/mm-tune-dirty-limits.patch. + for desktop flavors (bnc#552883) + - Delete patches.suse/mm-tune-dirty-limits.patch. - commit dbe73e2 ------------------------------------------------------------------- Fri May 6 17:25:45 CEST 2011 - jeffm@suse.com - sysctl/defaults: Added kernel.hung_task_timeout=0 - - Delete patches.suse/hung_task_timeout-configurable-default. + - Delete patches.suse/hung_task_timeout-configurable-default. - commit 78f9eed ------------------------------------------------------------------- Fri May 6 16:41:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-{binary,source}.spec.in: Install per-kernel /boot/sysctl-* - files (patch from Jeff Mahoney). + files (patch from Jeff Mahoney). - commit 473f2d1 ------------------------------------------------------------------- @@ -3699,7 +4107,7 @@ Thu May 5 22:35:53 CEST 2011 - jeffm@suse.com Thu May 5 22:23:21 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc6. - - 2 patches eliminated. + - 2 patches eliminated. - commit 2643e59 ------------------------------------------------------------------- @@ -3713,9 +4121,9 @@ Tue May 3 03:08:18 CEST 2011 - tonyj@suse.de Fri Apr 29 20:35:21 CEST 2011 - jeffm@suse.com - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - commit 52dd0f0 ------------------------------------------------------------------- @@ -3737,7 +4145,7 @@ Fri Apr 29 00:36:03 CEST 2011 - gregkh@suse.de - Delete patches.suse/linux-2.6.29-dont-wait-for-mouse.patch. - Delete patches.suse/linux-2.6.29-even-faster-kms.patch. - Delete - patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. + patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. - Delete patches.suse/linux-2.6.29-kms-after-sata.patch. - Delete patches.suse/linux-2.6.29-touchkit.patch. - commit c13427d @@ -3752,22 +4160,22 @@ Fri Apr 29 00:17:46 CEST 2011 - jbenc@suse.cz Thu Apr 28 23:32:44 CEST 2011 - rjw@suse.de - Delete patches.xen/xen3-x86-mcp51-no-dac. - Also remove the series.conf entires for the x86-mcp-no-dac patches. + Also remove the series.conf entires for the x86-mcp-no-dac patches. - commit 574577b ------------------------------------------------------------------- Thu Apr 28 23:16:27 CEST 2011 - rjw@suse.de - Delete patches.arch/x86-mcp51-no-dac. (This is a blacklist entry that - has been rejected by the mainline, the problem reporter is gone and - it's next to impossible to verify it now.) + has been rejected by the mainline, the problem reporter is gone and + it's next to impossible to verify it now.) - commit 195b113 ------------------------------------------------------------------- Thu Apr 28 21:38:22 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - commit a2662ae ------------------------------------------------------------------- @@ -3782,14 +4190,14 @@ Thu Apr 28 20:56:33 CEST 2011 - jslaby@suse.cz Thu Apr 28 20:30:56 CEST 2011 - bphilips@suse.de - Delete - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. + patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. - commit 9917206 ------------------------------------------------------------------- Thu Apr 28 20:19:59 CEST 2011 - bphilips@suse.de - Delete - patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. + patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. - commit 08374b3 ------------------------------------------------------------------- @@ -3822,7 +4230,7 @@ Thu Apr 28 14:18:12 CEST 2011 - jbeulich@novell.com Wed Apr 27 22:20:02 CEST 2011 - jeffm@suse.com - Delete - patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. + patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. - commit 399a100 ------------------------------------------------------------------- @@ -3884,10 +4292,10 @@ Wed Apr 27 21:34:13 CEST 2011 - jeffm@suse.com - Delete patches.suse/acpi-don-t-preempt-until-the-system-is-up. - Delete - patches.suse/acpi-generic-initramfs-table-override-support. + patches.suse/acpi-generic-initramfs-table-override-support. - Delete patches.suse/add-initramfs-file_read_write. - Delete - patches.suse/init-move-populate_rootfs-back-to-start_kernel. + patches.suse/init-move-populate_rootfs-back-to-start_kernel. - commit d4910b3 ------------------------------------------------------------------- @@ -3901,14 +4309,14 @@ Wed Apr 27 21:29:24 CEST 2011 - jeffm@suse.com Wed Apr 27 21:11:59 CEST 2011 - jeffm@suse.com - Delete patches.suse/osync-error. It was unused and the issue it fixed in - kernels prior to 2.6.32 doesn't exist anymore. + kernels prior to 2.6.32 doesn't exist anymore. - commit 52cc654 ------------------------------------------------------------------- Wed Apr 27 20:48:55 CEST 2011 - jeffm@suse.com - Delete patches.suse/s390-System.map.diff: Proper fix in binutils has - long since been upstream. + long since been upstream. - commit 2847a36 ------------------------------------------------------------------- @@ -3941,7 +4349,7 @@ Wed Apr 27 20:18:37 CEST 2011 - jeffm@suse.com Wed Apr 27 20:16:52 CEST 2011 - jeffm@suse.com - Delete patches.suse/unmap_vmas-lat: No bug report or signed-off-by. - - Delete patches.arch/s390-add-FREE_PTE_NR. + - Delete patches.arch/s390-add-FREE_PTE_NR. - commit 2a392c2 ------------------------------------------------------------------- @@ -3954,7 +4362,7 @@ Wed Apr 27 20:16:00 CEST 2011 - jeffm@suse.com Wed Apr 27 20:15:02 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc5. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5288a05 ------------------------------------------------------------------- @@ -3974,7 +4382,7 @@ Wed Apr 27 19:43:47 CEST 2011 - jeffm@suse.com Tue Apr 26 11:03:18 CEST 2011 - jkosina@suse.cz - HID: add noget quirk barcode scanners from Symbol Technologies - (bnc#689290). + (bnc#689290). - commit f5b999f ------------------------------------------------------------------- @@ -3987,7 +4395,7 @@ Fri Apr 22 00:01:41 CEST 2011 - jeffm@suse.com Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz - Revert changes to sparc configs to not make life harder for Jan Engelhardt - maintaining sparc architecture. + maintaining sparc architecture. - commit cdac873 ------------------------------------------------------------------- @@ -4006,7 +4414,7 @@ Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 3f654c8 ------------------------------------------------------------------- @@ -4019,15 +4427,15 @@ Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de - Combined and consolidated bootsplash patch (bnc#669777, - bnc#570082, bnc#595657, bnc#594209, bnc#544645). - - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. - - Delete patches.suse/bootsplash. - - Delete patches.suse/bootsplash-console-fix. - - Delete patches.suse/bootsplash-keep-multiple-data. - - Delete patches.suse/bootsplash-scaler. - - Reformatted code, fixed some minor bugs that became obvious. - - Fixed race that led to null pointer dereference in splash_read_proc(): - bnc#669777. + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. - commit 95844c5 ------------------------------------------------------------------- @@ -4040,7 +4448,7 @@ Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de - intel_idle: Make lapic_timer_reliable_states a boot param - (bnc#675161). + (bnc#675161). - commit 85b156b ------------------------------------------------------------------- @@ -4054,7 +4462,7 @@ Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - - This results in automatically disabling CONFIG_GIGASET_I4L. + - This results in automatically disabling CONFIG_GIGASET_I4L. - commit 697e68b ------------------------------------------------------------------- @@ -4074,7 +4482,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com - Update Xen patches to 2.6.39-rc3 and c/s 1079. - blktap2: replace hard-coded limit of tap devices with - configurable one. + configurable one. - config.conf: Re-enable Xen configs. - Update x86 config files. - commit d3bfd6c @@ -4083,7 +4491,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com - fs/partitions/efi.c: corrupted GUID partition tables can cause - kernel oops (bnc#687113 CVE-2011-1577). + kernel oops (bnc#687113 CVE-2011-1577). - commit 385b393 ------------------------------------------------------------------- @@ -4128,7 +4536,7 @@ Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 200c913 ------------------------------------------------------------------- @@ -4153,29 +4561,29 @@ Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc2. - - Eliminated 18 patches. - - Added 3 patches. - - hv_mouse: needs . - - dm-raid45: Remove blk_unplug calls. - - novfs: 2.6.39 API update. - - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. - - patches.kernel.org is no longer used to contain upstream patches - for -rc releases. Users planning on building their own kernel should - have a copy of the tarball corresponding to the -rc releases. + - Eliminated 18 patches. + - Added 3 patches. + - hv_mouse: needs . + - dm-raid45: Remove blk_unplug calls. + - novfs: 2.6.39 API update. + - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. + - patches.kernel.org is no longer used to contain upstream patches + for -rc releases. Users planning on building their own kernel should + have a copy of the tarball corresponding to the -rc releases. - commit adf9d16 ------------------------------------------------------------------- Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de - Make selection of 'readdir-plus' adapt to usage patterns - (bnc#678123). + (bnc#678123). - commit 5de99a8 ------------------------------------------------------------------- Wed Apr 6 09:01:38 CEST 2011 - jeffm@suse.de - reiserfs: Force inode evictions before umount to avoid crash - (bnc#610598 bnc#680073 bnc#684112). + (bnc#610598 bnc#680073 bnc#684112). - Delete patches.fixes/reiserfs-xattr-crash-fix. - commit bf57d20 @@ -4189,21 +4597,21 @@ Tue Apr 5 10:42:22 CEST 2011 - jslaby@suse.cz Wed Mar 30 23:50:41 CEST 2011 - jeffm@suse.com - Delete patches.suse/twofish-2.6. - - This was for 2.4 compatibility and has been moved to KMP purgatory. + - This was for 2.4 compatibility and has been moved to KMP purgatory. - commit dcca506 ------------------------------------------------------------------- Wed Mar 30 10:32:32 CEST 2011 - jslaby@suse.cz - Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo - (bnc#681826). + (bnc#681826). - commit 2e71042 ------------------------------------------------------------------- Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de - Update config files, remove CONFIG_X86_MCE_XEON75XX=m - ->driver got reverted with previous commit + ->driver got reverted with previous commit - Refresh patches.xen/xen3-auto-arch-x86.diff. - commit b367e7b @@ -4215,18 +4623,18 @@ Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de APEI implementation should take care of that in recent kernels. - Delete patches.arch/x86_mce_intel_decode_physical_address.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. + patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. - commit 1fe7a22 ------------------------------------------------------------------- Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not install unneeded packages in the - build chroot. + build chroot. - commit 7f4c49d ------------------------------------------------------------------- @@ -4246,7 +4654,7 @@ Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz - Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing - the signal code (bnc#681826 CVE-2011-1020). + the signal code (bnc#681826 CVE-2011-1020). - commit 2e42fd4 ------------------------------------------------------------------- @@ -4255,7 +4663,7 @@ Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de - sound/oss/opl3: validate voice and channel indexes (bnc#681999). - sound/oss: remove offset from load_patch callbacks (bnc#681999). - ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl - (bnc#680816). + (bnc#680816). - commit 09ff6e9 ------------------------------------------------------------------- @@ -4268,7 +4676,7 @@ Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz - HID: add support for Skycable 0x3f07 wireless presenter - (bnc#681297). + (bnc#681297). - commit 892e8d4 ------------------------------------------------------------------- @@ -4299,12 +4707,12 @@ Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de - netvm: Do not mark requests for swapfile writes as dirty or - kswapd fails to free the page (bnc#678472). + kswapd fails to free the page (bnc#678472). - nfs: Use page_file_offset during page writeback (bnc#677738). - nfs: Convert nfs_mark_request_dirty() to use page_file_mapping() - (bnc#677738). + (bnc#677738). - netvm: Remove duplicated initialization in net/ipv4/route.c - (bnc#678970). + (bnc#678970). - collapse: mm: Report the low watermark correctly (bnc#678497). - commit a798dd1 @@ -4318,7 +4726,7 @@ Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com - Linux: 2.6.38-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 7da557d ------------------------------------------------------------------- @@ -4343,38 +4751,38 @@ Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc7. - - Refresh patches.xen/xen-x86-no-lapic. - - Refresh patches.xen/xen3-patch-2.6.19. + - Refresh patches.xen/xen-x86-no-lapic. + - Refresh patches.xen/xen3-patch-2.6.19. - commit 7eb9d30 ------------------------------------------------------------------- Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - commit 88d5daa ------------------------------------------------------------------- Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in - yesterday's change. + yesterday's change. - commit 098768b ------------------------------------------------------------------- Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Add annotations to - lib/rwsem_64.S. + lib/rwsem_64.S. - commit 87944ac ------------------------------------------------------------------- Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de - ALSA: usb-audio: fix oops due to cleanup race when disconnecting - (bnc#674735). + (bnc#674735). - commit ed81f8c ------------------------------------------------------------------- @@ -4387,7 +4795,7 @@ Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com - Update to 2.6.38-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 6cce7bb ------------------------------------------------------------------- @@ -4400,7 +4808,7 @@ Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de - ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499, - CVE-2011-0712). + CVE-2011-0712). - commit 5ef002b ------------------------------------------------------------------- @@ -4419,22 +4827,22 @@ Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de - Update config files. - - disable CONFIG_DRM_VMWGFX (bnc#606458) - - update sparc configs to at least be able to run "make oldconfig" + - disable CONFIG_DRM_VMWGFX (bnc#606458) + - update sparc configs to at least be able to run "make oldconfig" - commit da75bd9 ------------------------------------------------------------------- Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Re-add change lost during - initial 2.6.37 merge. + initial 2.6.37 merge. - commit e493205 ------------------------------------------------------------------- Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz - Move spec file templates and helper scripts to a separate branch, to - ease synchronizing these files among master, vanilla and linux-next. + ease synchronizing these files among master, vanilla and linux-next. - commit 411abb8 ------------------------------------------------------------------- @@ -4454,7 +4862,7 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code - was merged into rpm's find-supplements script. + was merged into rpm's find-supplements script. - Delete rpm/check-build.sh, not needed anymore. - commit 0a157b1 @@ -4462,43 +4870,43 @@ Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com - flexcop: fix registering braindead stupid names (brc#575873 - bnc#661429). + bnc#661429). - commit 72bd3d0 ------------------------------------------------------------------- Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de - Staging: samsung-laptop: add support for lots of laptops - (bnc#661682). + (bnc#661682). - commit 1eb5eaa ------------------------------------------------------------------- Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Set timestamp of sources to the commit - timestamp, so that they are always older than generated files in - /usr/src/linux-obj (bnc#669669). + timestamp, so that they are always older than generated files in + /usr/src/linux-obj (bnc#669669). - commit 8565452 ------------------------------------------------------------------- Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to - keep timestamps intact. + keep timestamps intact. - commit 9ba5ff0 ------------------------------------------------------------------- Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Remove .gitignore files after applying patches - (fix last change). + (fix last change). - commit 907f9cc ------------------------------------------------------------------- Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit c327e0a ------------------------------------------------------------------- @@ -4546,8 +4954,8 @@ Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition - of %release_major and rename it to %release_num to better describe - what it does. Add some comments to explain how the versioning works. + of %release_major and rename it to %release_num to better describe + what it does. Add some comments to explain how the versioning works. - commit 9a3bc94 ------------------------------------------------------------------- @@ -4566,14 +4974,14 @@ Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit b6b51ca ------------------------------------------------------------------- Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de - ALSA: hda - Fix memory leaks in conexant jack arrays - (bnc#668929). + (bnc#668929). - commit 31971a4 ------------------------------------------------------------------- @@ -4611,8 +5019,8 @@ Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com - Update config files. - - CONFIG_EXPERT=n on all but ps3 - - Vanilla configs updated. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. - commit b25e639 ------------------------------------------------------------------- @@ -4633,7 +5041,7 @@ Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 90baa82 ------------------------------------------------------------------- @@ -4652,30 +5060,30 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc1. - - Removed 12 patches. - - Xen is disabled. - - Quite a few patches need updating. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. - commit 9163bb7 ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff ------------------------------------------------------------------- @@ -4688,7 +5096,7 @@ Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 ------------------------------------------------------------------- @@ -4707,22 +5115,22 @@ Mon Jan 17 20:52:49 CET 2011 - jeffm@suse.com Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz - Revert %kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 ------------------------------------------------------------------- Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 ------------------------------------------------------------------- Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 ------------------------------------------------------------------- @@ -4796,7 +5204,7 @@ Thu Jan 6 20:51:31 CET 2011 - jeffm@suse.com Thu Jan 6 19:48:28 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe ------------------------------------------------------------------- @@ -4815,28 +5223,28 @@ Thu Jan 6 17:09:12 CET 2011 - jeffm@suse.com Thu Jan 6 17:08:44 CET 2011 - jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d ------------------------------------------------------------------- Thu Jan 6 16:10:26 CET 2011 - jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 ------------------------------------------------------------------- @@ -4849,7 +5257,7 @@ Thu Jan 6 15:49:34 CET 2011 - jack@suse.cz Thu Jan 6 13:56:07 CET 2011 - mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 ------------------------------------------------------------------- @@ -4858,7 +5266,7 @@ Thu Jan 6 10:07:22 CET 2011 - mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b @@ -4879,7 +5287,7 @@ Thu Dec 30 00:50:58 CET 2010 - jeffm@suse.com Wed Dec 29 22:23:21 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 ------------------------------------------------------------------- @@ -4904,38 +5312,38 @@ Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c ------------------------------------------------------------------- Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (bnc#655048). + Backport to XEN. - commit 92c0965 ------------------------------------------------------------------- Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz - Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive - decode" (bnc#655048). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 @@ -4950,8 +5358,8 @@ Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz - Delete - patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. - It's unreferenced and wrong. + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. - commit 9e6fc50 ------------------------------------------------------------------- @@ -4988,10 +5396,10 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 @@ -5024,14 +5432,14 @@ Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 ------------------------------------------------------------------- Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 ------------------------------------------------------------------- @@ -5062,7 +5470,7 @@ Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b @@ -5071,12 +5479,12 @@ Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c ------------------------------------------------------------------- @@ -5109,7 +5517,7 @@ Fri Nov 26 15:04:27 CET 2010 - jbeulich@novell.com - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -5133,7 +5541,7 @@ Wed Nov 24 15:49:45 CET 2010 - jeffm@suse.com Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac ------------------------------------------------------------------- @@ -5157,7 +5565,7 @@ Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Wed Nov 17 17:10:32 CET 2010 - jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 ------------------------------------------------------------------- @@ -5176,7 +5584,7 @@ Tue Nov 16 20:08:11 CET 2010 - jeffm@suse.com Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 ------------------------------------------------------------------- @@ -5189,7 +5597,7 @@ Mon Nov 15 21:33:19 CET 2010 - jeffm@suse.com Mon Nov 15 21:30:37 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 ------------------------------------------------------------------- @@ -5208,16 +5616,16 @@ Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz Fri Nov 12 18:37:10 CET 2010 - jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 ------------------------------------------------------------------- Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de - Update config files. (bnc#652954) increase the number of possible and - default uarts for users with multi-port serial cards for the i386 and - x86-64 default configs. + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. - commit 85c87e3 ------------------------------------------------------------------- @@ -5231,20 +5639,20 @@ Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + top down (bnc#651256). - PCI: allocate bus resources from the top down (bnc#651256). - x86/PCI: allocate space from the end of a region, not the - beginning (bnc#651256). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + capabilities (bnc#651256). - x86: allocate space within a region top-down (bnc#651256). - Refresh patches.xen/xen3-patch-2.6.34. - commit 8c68ad1 @@ -5253,21 +5661,21 @@ Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 ------------------------------------------------------------------- Fri Oct 29 13:47:35 CEST 2010 - jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb ------------------------------------------------------------------- Fri Oct 29 01:53:34 CEST 2010 - trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b ------------------------------------------------------------------- @@ -5287,14 +5695,14 @@ Wed Oct 27 14:51:30 CEST 2010 - jslaby@suse.cz Tue Oct 26 21:31:22 CEST 2010 - trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 ------------------------------------------------------------------- Tue Oct 26 13:41:23 CEST 2010 - jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 ------------------------------------------------------------------- @@ -5302,7 +5710,7 @@ Mon Oct 25 12:53:38 CEST 2010 - jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 @@ -5312,7 +5720,7 @@ Mon Oct 25 08:58:15 CEST 2010 - tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda ------------------------------------------------------------------- @@ -5325,7 +5733,7 @@ Fri Oct 22 21:18:25 CEST 2010 - jeffm@suse.de Fri Oct 22 13:32:04 CEST 2010 - jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb ------------------------------------------------------------------- @@ -5340,7 +5748,7 @@ Thu Oct 21 10:11:03 CEST 2010 - sjayaraman@suse.de Mon Oct 18 16:54:57 CEST 2010 - trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf ------------------------------------------------------------------- @@ -5376,7 +5784,7 @@ Mon Oct 11 17:14:51 CEST 2010 - mmarek@suse.cz Mon Oct 11 16:12:29 CEST 2010 - jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 ------------------------------------------------------------------- @@ -5389,7 +5797,7 @@ Fri Oct 8 17:40:50 CEST 2010 - jeffm@suse.de Tue Oct 5 18:02:19 CEST 2010 - jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa ------------------------------------------------------------------- @@ -5402,7 +5810,7 @@ Tue Oct 5 17:19:46 CEST 2010 - jeffm@suse.de Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 @@ -5411,7 +5819,7 @@ Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de Mon Oct 4 16:57:34 CEST 2010 - jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 ------------------------------------------------------------------- @@ -5424,25 +5832,25 @@ Fri Sep 24 13:45:31 CEST 2010 - jbeulich@novell.com Fri Sep 24 13:23:13 CEST 2010 - trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 ------------------------------------------------------------------- Fri Sep 24 13:14:36 CEST 2010 - trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 ------------------------------------------------------------------- @@ -5467,7 +5875,7 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 @@ -5475,7 +5883,7 @@ Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b ------------------------------------------------------------------- @@ -5494,7 +5902,7 @@ Tue Sep 21 14:15:34 CEST 2010 - mmarek@suse.cz Tue Sep 21 13:59:10 CEST 2010 - jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 ------------------------------------------------------------------- @@ -5502,8 +5910,8 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f @@ -5512,14 +5920,14 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de Mon Sep 20 16:03:14 CEST 2010 - sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b ------------------------------------------------------------------- Mon Sep 20 15:25:41 CEST 2010 - jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 ------------------------------------------------------------------- @@ -5532,25 +5940,25 @@ Sun Sep 19 17:39:03 CEST 2010 - jeffm@suse.com Fri Sep 17 01:05:47 CEST 2010 - jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 ------------------------------------------------------------------- Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de - x86-64, compat: Test %rax for the syscall number, not %eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 ------------------------------------------------------------------- Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac ------------------------------------------------------------------- @@ -5563,21 +5971,21 @@ Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 ------------------------------------------------------------------- Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 ------------------------------------------------------------------- Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 ------------------------------------------------------------------- @@ -5592,11 +6000,11 @@ Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -5626,7 +6034,7 @@ Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de 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). + (CVE-2010-2954 bnc#636112). - commit f04e61f ------------------------------------------------------------------- @@ -5648,7 +6056,7 @@ Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 ------------------------------------------------------------------- @@ -5667,28 +6075,28 @@ Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - 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. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + 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. + 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. + the truncate path and causes crashes. - commit e18fc2c ------------------------------------------------------------------- @@ -5743,22 +6151,22 @@ Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de 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. + 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. + 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. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e ------------------------------------------------------------------- @@ -5772,7 +6180,7 @@ Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com 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. + avoid triggering a build service rule error. - commit 124ac26 ------------------------------------------------------------------- @@ -5791,14 +6199,14 @@ Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de 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. + 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 - to grab the BKL + to grab the BKL - commit 1df02ec ------------------------------------------------------------------- @@ -5811,20 +6219,20 @@ Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - 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. + - 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 ------------------------------------------------------------------- @@ -5843,10 +6251,10 @@ Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com 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. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 ------------------------------------------------------------------- @@ -5878,7 +6286,7 @@ Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com 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). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 ------------------------------------------------------------------- @@ -5891,7 +6299,7 @@ Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz 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. + 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 @@ -5901,14 +6309,14 @@ Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de 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). + 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). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 @@ -5917,13 +6325,13 @@ 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. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b @@ -5932,7 +6340,7 @@ Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com 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. + usage from upstream commit 718be4aa. - commit 4ce0b48 ------------------------------------------------------------------- @@ -5963,7 +6371,7 @@ Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 ------------------------------------------------------------------- @@ -5976,7 +6384,7 @@ Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 ------------------------------------------------------------------- @@ -5990,7 +6398,7 @@ 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). + though). - commit 8ed2389 ------------------------------------------------------------------- diff --git a/kernel-debug.spec b/kernel-debug.spec index 369f05594..0976c99f1 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6 -%define patchversion 3.6.3 +%define srcversion 3.7 +%define patchversion 3.7.0 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-debug Summary: A Debug Version of the Kernel -Version: 3.6.3 +Version: 3.7.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -91,7 +91,7 @@ Requires(post): distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release # Remove some packages that are installed automatically by the build system, # but are not needed to build the kernel -#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv +#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv %ifarch ia64 # arch/ia64/scripts/unwcheck.py @@ -477,10 +477,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz @@ -890,6 +889,7 @@ Provides: multiversion(kernel) Provides: %name-devel = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel Supplements: packageand(%name:kernel-devel%variant) +PreReq: coreutils %description devel This package contains files necessary for building kernel modules (and diff --git a/kernel-default.changes b/kernel-default.changes index 2887ccaf6..e0d27f80d 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,393 @@ +------------------------------------------------------------------- +Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com + +- ezusb: add dependency to USB. + This prevents build failures by making it depend on the value of CONFIG_USB. + Commit 36e0f0bd did this for architectures other than ARM manually. +- commit b89db5d + +------------------------------------------------------------------- +Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de + +- Drivers: hv: balloon: Fix a memory leak. +- commit 26cdad5 + +------------------------------------------------------------------- +Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com + +- Update to 3.7-final. +- commit 1771a73 + +------------------------------------------------------------------- +Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de + +- Update patch headers for fate314663 and fate314665 changes +- commit 44044f1 + +------------------------------------------------------------------- +Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz + +- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually + ext3 will be removed upstream so let's do the transition. +- commit dadc8ea + +------------------------------------------------------------------- +Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr + +- Update omap2plus (armv7) config: Enable TWL* USB drivers +- commit 28c09f5 + +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + +------------------------------------------------------------------- +Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de + +- fate#314663 hyper-v memory ballooning support +- mm: Export a function to get vm committed memory. +- Drivers: hv: Add Hyper-V balloon driver. +- Drivers: hv: balloon: Fix a bug in the definition of struct + dm_info_msg. +- Update config files. + fate#314665 hyper-v: Update the Vmbus protocol +- Drivers: hv: Implement routines for read side signaling + optimization. +- Drivers: hv: Add state to manage batched reading. +- Drivers: hv: Turn off batched reading for util drivers. +- Drivers: hv: Optimize signaling in the read path. +- Drivers: hv: Optimize the signaling on the write path. +- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask(). +- Drivers: hv: Support handling multiple VMBUS versions. +- Drivers: hv: Update the ring buffer structure to match win8 + functionality. +- Drivers: hv: Extend/modify vmbus_channel_offer_channel for + win7 and beyond. +- Drivers: hv: Save and export negotiated vmbus version. +- Drivers: hv: Change the signature for hv_signal_event(). +- Drivers: hv: Change the signature of vmbus_set_event(). +- Drivers: hv: Move vmbus version definitions to hyperv.h. +- Drivers: hv: Manage signaling state on a per-connection basis. +- Drivers: hv: Cleanup vmbus_set_event() to support win7 and + beyond. +- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID. +- Drivers: hv: Add state to manage incoming channel interrupt + load. +- Drivers: hv: Modify the interrupt handling code to support + win8 and beyond. +- Drivers: hv: Add code to distribute channel interrupt load. +- Drivers: hv: Get rid of the unused global signaling state. +- Drivers: hv: Get rid of unnecessary request for offers. +- Drivers: hv: Manage event tasklets on per-cpu basis. +- Drivers: hv: Handle vmbus interrupts concurrently on all cpus. +- Drivers: hv: Add a check to deal with spurious interrupts. +- Drivers: hv: Enable protocol negotiation with win8 hosts. +- Drivers: hv: Implement flow management on the send side. +- Drivers: hv: Capture the host build information. +- Drivers: hv: Cleanup and consolidate reporting of build/version + info. +- commit 4fccd03 + +------------------------------------------------------------------- +Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc8. +- Delete patches.rpmify/net-fix-build-failure-in-xilinx. +- commit 76b3d92 + +------------------------------------------------------------------- +Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de + +- add splash=black option to bootsplash code, + to keep a black background, useful for remote access to VMs + (bnc#773487) +- commit c060ae1 + +------------------------------------------------------------------- +Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem + (bnc#781327) +- commit 841d864 + +------------------------------------------------------------------- +Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com + +- net: fix build failure in xilinx. +- commit 28be621 + +------------------------------------------------------------------- +Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com + +- Update config files. Enable CONFIG_SMB2 to 'y'. +- commit 25bdfaf + +------------------------------------------------------------------- +Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc6. +- commit daac70a + +------------------------------------------------------------------- +Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz + +- rpm/config.sh: Set projects for ARM +- commit 55bac79 + +------------------------------------------------------------------- +Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related + crash in context switch code). +- commit bb1d12d + +------------------------------------------------------------------- +Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com + +- Update to 3.7-rc5. +- Update Xen patches additionally to c/s 1204: +- commit d5de9cf + +------------------------------------------------------------------- +Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com + +- config: sync x86_64 configs for NR_UARTS + This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and + CONFIG_SERIAL_8250_NR_UARTS to 32. +- commit ddf88e6 + +------------------------------------------------------------------- +Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com + +- Delete patches.arch/s390-remove-kvm-para.patch. +- commit f759e1e + +------------------------------------------------------------------- +Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com + +- config: sync ppc64 configs for LIB80211, NET_SDA_MV* + This commit changes the following options to be modular: + LIB80211 + NET_DSA_MV88E6XXX + NET_DSA_MV88E6060 +- commit caa5a52 + +------------------------------------------------------------------- +Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com + +- config: sync ppc64/debug with ppc64/default + The debug config should be identical to default with the exception of + the debug options. This patch brings ppc64/debug in line with ppc64/default + with the exception of a few things that are modular in debug that should + also be modular in default. +- commit b981fcd + +------------------------------------------------------------------- +Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com + +- config: sync kvm options between ppc64 flavors. +- commit 8a389d5 + +------------------------------------------------------------------- +Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com + +- config: disable HW_RANDOM_AMD on ppc64 + This chip is only on AMD hardware and an old ppc64 eval board. We can skip + it on ppc64. +- commit 03001a4 + +------------------------------------------------------------------- +Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com + +- config: Eliminate unused ppc/ppc64 configs. + The history of the ppc/ppc64 configs is a convoluted one that started + before the kernel source could support multiple machine types with a + single image and before there was a usable 64-bit userspace. + In the subsequent years, the powerpc code has been unified and we've + released a 64-bit powerpc userspace. The "default" and "ppc64" configs + on ppc64 are essentially identical and just waste space. The "ppc64" + config on 32-bit ppc address a long since unnecessary corner case. Users + who still want a 32-bit userspace with a 64-bit kernel can install and + update it themselves using the 64-bit repository like i386/x86_64 users + can do. + This commit can be summarized thusly: + rm config/ppc/ppc64 + rm config/ppc/ps3 (already unused) + mv config/ppc64/ppc64 config/ppc64/default +- commit a9cc3d5 + +------------------------------------------------------------------- +Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr + +- Add kernel-versatile description +- commit 5424cf2 + +------------------------------------------------------------------- +Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr + +- Enable armv5 in arch-symbols +- commit 401de81 + +------------------------------------------------------------------- +Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com + +- config: sync vanilla flavor with default flavor for each platform + The vanilla configs have drifted away from the default configuration + for each platform. This patch brings them back in sync. +- commit 8d4661f + +------------------------------------------------------------------- +Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com + +- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled. +- commit 9907c37 + +------------------------------------------------------------------- +Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com + +- Updated to 3.7-rc4. + Eliminated 1 patch. +- commit 5168053 + +------------------------------------------------------------------- +Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again). +- commit 5feff7e + +------------------------------------------------------------------- +Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com + +- Update Xen patches to 3.7-rc3 and c/s 1202. +- extend base interfaces to support multi-page rings for + frontend/backend communication. +- blkback: allow using multiple page frontend communication ring. +- blkfront: allow using multiple page backend communication ring. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Fix build when disabled. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- config.conf: Re-enable Xen configs. +- Update x86 config files. +- Delete patches.xen/xen3-acpi_override_2_2.patch. +- commit f042386 + +------------------------------------------------------------------- +Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr + +- Add support to armv5 versatile kernel +- commit 99d34f3 + +------------------------------------------------------------------- +Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc3. +- commit 48e5027 + +------------------------------------------------------------------- +Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615) +- commit 2520563 + +------------------------------------------------------------------- +Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de + +- ARM: Update config files: Fix vexpress (default) config +- commit be072b4 + +------------------------------------------------------------------- +Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de + +- Fixup kvm for s390. +- commit 503388b + +------------------------------------------------------------------- +Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi +- commit 336ead7 + +------------------------------------------------------------------- +Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de + +- Revert "disable non-compiling irrelevant I2C module" +- commit d5a21c5 + +------------------------------------------------------------------- +Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de + +- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE. +- commit 8e108ab + +------------------------------------------------------------------- +Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 565b450 + +------------------------------------------------------------------- +Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de + +- Refresh patches.arch/arm-exynos-nosparse.patch. +- commit 55fbf60 + +------------------------------------------------------------------- +Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 118f2f9 + +------------------------------------------------------------------- +Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de + +- ARM: Exynos: Fix MMC driver +- ARM: Exynos: Update configs +- commit 37a1704 + +------------------------------------------------------------------- +Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com + +- config: change CONFIG_USB_EZUSB_FX2 to module +- commit 36e0f0b + +------------------------------------------------------------------- +Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com + +- Actually use kthread_run in crasher.ko. + The previous commit was incomplete. +- commit b8b35ae + +------------------------------------------------------------------- +Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com + +- crasher: use kthread_run() instead of kernel_thread(). + Linux 3.7-rc2 no longer exports kernel_thread on all architectures. +- commit f17d925 + +------------------------------------------------------------------- +Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com + +- Updated to 3.7-rc2. +- commit e00a663 + ------------------------------------------------------------------- Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de @@ -14,7 +404,7 @@ Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz - Refresh patches.xen/xen3-patch-3.6. - Delete patches.fixes/hv-storvsc-reset-wait.patch. - Delete - patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. + patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. - commit cfee26b ------------------------------------------------------------------- @@ -36,19 +426,19 @@ Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de and proper git-xy: meta tags: - lib: Add early cpio decoder. - x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() - for e820 handling. + for e820 handling. - ACPI: Store valid ACPI tables passed via early initrd in - reserved memblock areas. + reserved memblock areas. - ACPI: Implement physical address table override. - ACPI: Create acpi_table_taint() function to avoid code - duplication. + duplication. - ACPI: Document ACPI table overriding via initrd. - ACPI: Fix build when disabled. - X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. - ACPI: Overriding ACPI tables via initrd only works with - an initrd. + an initrd. - ACPI: Cleanup acpi_initrd_override declaration and remove - ifdefs. + ifdefs. - Delete patches.arch/acpi_fix_custom_method_acc.patch. - Delete patches.arch/acpi_override_2_2.patch. - Delete patches.arch/acpi_override_documentation. @@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz This allows to control the kabi checker from outside of the package. - commit 0a0900c +------------------------------------------------------------------- +Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com + +- Update to 3.7-rc1. +- Eliminated 38 patches. +- Xen is disabled. +- ARM configs need updating. +- Module signing is disabled until the build infrastructure can support it. +- commit fce087a + ------------------------------------------------------------------- Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz @@ -87,14 +487,20 @@ Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz - Delete - patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. + patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. - Delete - patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. + patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. - Delete - patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. + patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. These are in 3.6.1. - commit 2a321c4 +------------------------------------------------------------------- +Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com + +- Remove noncompiling modules +- commit b7cdd5a + ------------------------------------------------------------------- Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de @@ -136,7 +542,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - hyperv: Add comments for the extended buffer after RNDIS message. - Drivers: hv: Cleanup the guest ID computation. - Drivers: hv: vmbus: Use the standard format string to format - GUIDs. + GUIDs. - Drivers: hv: Add KVP definitions for IP address injection. - Drivers: hv: kvp: Cleanup error handling in KVP. - Drivers: hv: Explicitly size elements of protocol structures. @@ -148,7 +554,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - Tools: hv: Represent the ipv6 mask using CIDR notation. - Tools: hv: Gather ipv[4,6] gateway information. - hv: fail the probing immediately when we are not in hyperv - platform. + platform. - hv: vmbus_drv: detect hyperv through x86_hyper. - Tools: hv: Get rid of some unused variables. - Tools: hv: Correctly type string variables. @@ -167,14 +573,14 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - tools/hv: Parse /etc/os-release. - hyperv: Fix the max_xfer_size in RNDIS initialization. - hyperv: Fix the missing return value in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - hyperv: Fix page buffer handling in rndis_filter_send_request(). - hyperv: Remove extra allocated space for recv_pkt_list elements. - hyperv: Report actual status in receive completion packet. - hyperv: Add buffer for extended info after the RNDIS response - message. + message. - Delete - patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. - commit 08d283b ------------------------------------------------------------------- @@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com - ARM/u5800: Fix build of ux500 driver - Acked-by: Jeff Mahoney - commit 0ea37a0 +------------------------------------------------------------------- +Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com + +- disable non-compiling irrelevant I2C module +- commit 0ba9bac + ------------------------------------------------------------------- Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com - ARM/tegra: Remove optional parts to fix build - Acked-by: Jeff Mahoney - commit d729a16 ------------------------------------------------------------------- Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com - ARM: enable zcache support - Acked-by: Jeff Mahoney - commit 17b147b ------------------------------------------------------------------- Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com - ARM/cubox: set cachefilesd to module - Acked-by: Jeff Mahoney - commit c1fb243 ------------------------------------------------------------------- @@ -229,13 +637,13 @@ Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de - Remove old patchset to override ACPI tables via initrd. Also remove a stale xen patch related to that. - Delete - patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - Delete - patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. - Delete - patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. - Delete - patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - commit dd8f1b0 ------------------------------------------------------------------- @@ -364,7 +772,7 @@ Mon Sep 10 19:22:00 CEST 2012 - jeffm@suse.com Mon Sep 10 10:20:23 CEST 2012 - jbeulich@novell.com - patches.arch/s390-message-catalog.diff: Properly handle pr_cont() and fold - in the below two trivial fixes. + in the below two trivial fixes. - Delete patches.arch/s390-message-catalog-fix.diff. - Delete patches.arch/s390-message-catalog-perl-fix.diff. - Refresh patches.arch/kmsg-fix-parameter-limitations. @@ -438,10 +846,10 @@ Fri Aug 31 23:20:23 CEST 2012 - dmueller@suse.com Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz - i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y - && CONFIG_I2C_DESIGN. + && CONFIG_I2C_DESIGN. - Delete - patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. - Move it to rpmify, so that vanilla builds fine too. + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. - commit 0217ad5 ------------------------------------------------------------------- @@ -519,7 +927,7 @@ Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com Fri Aug 17 14:51:23 CEST 2012 - jeffm@suse.com - Update to 3.6-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 71963b0 ------------------------------------------------------------------- @@ -975,7 +1383,7 @@ Wed Jun 13 13:21:58 CEST 2012 - hare@suse.de - Rediff patch - patches.drivers/mach-dove-Fixup-ge00-initialisation.patch: - Rediff after backport from upstream. + Rediff after backport from upstream. - commit fa58c5e ------------------------------------------------------------------- @@ -983,7 +1391,7 @@ Wed Jun 13 12:56:17 CEST 2012 - hare@suse.de - Fixup patch to apply - patches.drivers/spi-orion-convert-to-new-infrastructure.patch - backported from upstream. + backported from upstream. - commit 2507393 ------------------------------------------------------------------- @@ -1002,9 +1410,9 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com - Update to 3.5-rc2. - - Xen needs update. - - ARM needs update. - - Eliminated 13 patches. + - Xen needs update. + - ARM needs update. + - Eliminated 13 patches. - commit 3f461b1 ------------------------------------------------------------------- @@ -1043,7 +1451,7 @@ Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de - [SCSI] storvsc: Properly handle errors from the host - (bnc#747404). + (bnc#747404). - Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. - commit ad28e23 @@ -1106,7 +1514,7 @@ Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Tue May 22 14:21:24 CEST 2012 - trenn@suse.de - X86 acpi_cpufreq: Do not use request_module for autoloading - (bnc#756085). + (bnc#756085). - Refresh patches.xen/xen3-auto-common.diff. - patches.xen/xen3-patch-3.3: - commit caf270e @@ -1165,7 +1573,7 @@ Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com - Update to 3.4-rc7. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 4cd9e9b ------------------------------------------------------------------- @@ -1218,7 +1626,7 @@ Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com - Update to 3.4-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 749ea8f ------------------------------------------------------------------- @@ -1255,7 +1663,7 @@ Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not require distribution-release - during build. + during build. - commit 3cd703f ------------------------------------------------------------------- @@ -1306,18 +1714,18 @@ Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com - Disabled DECNet and ARCNet. Specific config options disabled: CONFIG_ARCNET - CONFIG_ARCNET_1051 - CONFIG_ARCNET_1201 - CONFIG_ARCNET_CAP - CONFIG_ARCNET_COM20020_CS - CONFIG_ARCNET_COM20020 - CONFIG_ARCNET_COM20020_PCI - CONFIG_ARCNET_COM90xxIO - CONFIG_ARCNET_COM90xx - CONFIG_ARCNET_RAW - CONFIG_ARCNET_RIM_I + CONFIG_ARCNET_1051 + CONFIG_ARCNET_1201 + CONFIG_ARCNET_CAP + CONFIG_ARCNET_COM20020_CS + CONFIG_ARCNET_COM20020 + CONFIG_ARCNET_COM20020_PCI + CONFIG_ARCNET_COM90xxIO + CONFIG_ARCNET_COM90xx + CONFIG_ARCNET_RAW + CONFIG_ARCNET_RIM_I CONFIG_DECNET - CONFIG_DECNET_NF_GRABULATOR + CONFIG_DECNET_NF_GRABULATOR - commit 272dd14 ------------------------------------------------------------------- @@ -1419,7 +1827,7 @@ Fri Apr 20 18:09:06 CEST 2012 - jbeulich@novell.com Tue Apr 17 15:59:19 CEST 2012 - jeffm@suse.com - Update to 3.4-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 2fde7e0 ------------------------------------------------------------------- @@ -1439,7 +1847,7 @@ Mon Apr 9 03:28:12 CEST 2012 - jeffm@suse.com Fri Apr 6 06:42:35 CEST 2012 - jeffm@suse.com - Update AppArmor for 3.4. - - apparmor: Add "profiles" list to sysfs. + - apparmor: Add "profiles" list to sysfs. - commit 59517ac ------------------------------------------------------------------- @@ -1452,10 +1860,10 @@ Thu Apr 5 22:25:16 CEST 2012 - jeffm@suse.com Thu Apr 5 09:18:14 CEST 2012 - jeffm@suse.com - Updated to 3.4-rc1. - - Eliminated 121 patches. - - Xen is unavailable. - - ACPI overrides are unavailable. - - AppArmor network feature are unavailable. + - Eliminated 121 patches. + - Xen is unavailable. + - ACPI overrides are unavailable. + - AppArmor network feature are unavailable. - commit 3ac7e79 ------------------------------------------------------------------- @@ -1535,7 +1943,7 @@ Sat Mar 24 00:57:07 CET 2012 - dsterba@suse.cz - Refresh patches.suse/btrfs-handle-EIO. - Refresh - patches.suse/btrfs-volumes-schedule_bio-should-return-void. + patches.suse/btrfs-volumes-schedule_bio-should-return-void. - commit d97ade6 ------------------------------------------------------------------- @@ -1578,10 +1986,10 @@ Mon Mar 19 11:16:34 CET 2012 - jslaby@suse.cz Mon Mar 19 11:07:00 CET 2012 - jslaby@suse.cz - Delete - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. + patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. - Delete patches.arch/dell_optiplex_990_fix_reboot.patch. - Delete - patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. + patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. - Delete patches.drivers/libata-unlock-hpa-by-default. - Delete patches.fixes/scsi-add-tgps-setting. - Delete patches.fixes/scsi-dh-rdac-add-stk. @@ -1618,23 +2026,23 @@ Mon Mar 12 15:26:55 CET 2012 - ohering@suse.de - Staging: hv: storvsc: Cleanup storvsc_host_reset_handler(). - Staging: hv: storvsc: Move and cleanup storvsc_remove(). - Staging: hv: storvsc: Add a comment to explain life-cycle - management. + management. - Staging: hv: storvsc: Get rid of the on_io_completion in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Rename the context field in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver. - Staging: hv: storvsc: Cleanup the code for generating protocol - version. + version. - Staging: hv: storvsc: Cleanup some protocol related constants. - Staging: hv: storvsc: Get rid of some unused defines. - Staging: hv: storvsc: Consolidate the request structure. - Staging: hv: storvsc: Consolidate all the wire protocol - definitions. + definitions. - Staging: hv: storvsc: Move the storage driver out of the - staging area. + staging area. - Rename patches.suse/staging-hv-pata_piix-ignore-disks.patch to - patches.suse/suse-hv-pata_piix-ignore-disks.patch + patches.suse/suse-hv-pata_piix-ignore-disks.patch - commit 7487199 ------------------------------------------------------------------- @@ -1829,41 +2237,41 @@ Mon Feb 13 17:23:49 CET 2012 - mmarek@suse.cz Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de - Add driver auto probing for x86 features v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Fix overrun check in arch_print_cpu_modalias() - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - crypto: Add support for x86 cpuid - auto loading for x86 crypto drivers - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + auto loading for x86 crypto drivers + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Clean up modalias feature matching - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel-idle: convert to x86_cpu_id auto probing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Fix ID for Nehalem-EX Xeon in device ID table - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert via-cputemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k7: Fix CPU family number - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: Load acpi-cpufreq from processor driver automatically - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Revert change of auto_demotion_flags for Nehalem - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert coretemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k6: Really enable auto-loading - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - X86: Introduce HW-Pstate scattered cpuid feature - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - cpufreq: Add support for x86 cpuinfo auto loading v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86: autoload microcode driver on Intel and AMD systems v2 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 parts - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: remove duplicated lines of merging - problems with acpi_processor_start - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + problems with acpi_processor_start + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - Update config files. - commit 6efe9b5 @@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for --default (bnc#745632). KMPs are still built as i586. + -default (bnc#745632). KMPs are still built as i586. - commit 88a632b ------------------------------------------------------------------- @@ -1902,8 +2310,8 @@ Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com - Update to 3.3-rc2. - - Eliminated 5 patches. - - Xen is disabled. + - Eliminated 5 patches. + - Xen is disabled. - commit d017ea1 ------------------------------------------------------------------- @@ -2002,7 +2410,7 @@ Wed Dec 21 14:38:42 CET 2011 - jbeulich@novell.com Tue Dec 20 16:35:33 CET 2011 - jeffm@suse.com - Update to 3.2-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit d5a489e ------------------------------------------------------------------- @@ -2010,7 +2418,7 @@ Tue Dec 20 11:34:14 CET 2011 - trenn@suse.de - These should all be mainline in some form: - Delete - patches.arch/implement_stop_machine_from_offline_cpu.patch. + patches.arch/implement_stop_machine_from_offline_cpu.patch. - Delete patches.arch/kill-__stop_machine.patch. - Delete patches.arch/reorganize_stop_cpus.patch. - Delete patches.arch/use_stop_machine_for_mtrr_rendezvous.patch. @@ -2026,14 +2434,14 @@ Sun Dec 18 07:38:42 CET 2011 - aj@suse.de Fri Dec 16 15:37:51 CET 2011 - aj@suse.de - rpm/kernel-binary.spec.in: Add provides and make most obsoletes versioned. - This silences rpmlint warnings. + This silences rpmlint warnings. - commit e3023c7 ------------------------------------------------------------------- Wed Dec 14 13:51:41 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: Fix tarball URL for -rcX and - do not generate any URL for linux-next and vanilla snapshots. + do not generate any URL for linux-next and vanilla snapshots. - commit 1548daf ------------------------------------------------------------------- @@ -2123,7 +2531,7 @@ Wed Dec 7 11:05:05 CET 2011 - aj@suse.de Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com - Update to 3.2-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit a7d546d ------------------------------------------------------------------- @@ -2235,8 +2643,8 @@ Fri Nov 25 05:58:54 CET 2011 - jeffm@suse.com Fri Nov 25 05:47:49 CET 2011 - jeffm@suse.com - Update to 3.2-rc3. - - stack unwind: cfi_ignore takes more arguments. - - iio: Fix build error in industrialio-core.c. + - stack unwind: cfi_ignore takes more arguments. + - iio: Fix build error in industrialio-core.c. - commit 48ef020 ------------------------------------------------------------------- @@ -2249,7 +2657,7 @@ Thu Nov 24 18:45:54 CET 2011 - ohering@suse.de Thu Nov 24 13:01:09 CET 2011 - mmarek@suse.cz - rpm/try-disable-staging-driver: Script to disable failing staging - driver and restart make. + driver and restart make. - commit 819d1fa ------------------------------------------------------------------- @@ -2343,14 +2751,14 @@ Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de Wed Nov 16 06:51:07 CET 2011 - jeffm@suse.com - Update to 3.2-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 85c9930 ------------------------------------------------------------------- Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com - Update to 3.2-rc1. - - Eliminate 212 patches. + - Eliminate 212 patches. - commit 6318d5b ------------------------------------------------------------------- @@ -2390,8 +2798,8 @@ Sat Nov 5 01:32:21 CET 2011 - trenn@suse.de Thu Nov 3 17:56:46 CET 2011 - mszeredi@suse.cz - patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch: - hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops - (CVE-2011-2203 bnc#699709). + hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops + (CVE-2011-2203 bnc#699709). - commit 7923119 ------------------------------------------------------------------- @@ -2429,16 +2837,16 @@ Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com - Add Elantech touchpad v3/v4 support (bnc#716852): - - Input: elantech - add v3 hardware support. - - Input: elantech - add v4 hardware support. - - Input: elantech - better support all those v2 variants. - - Input: elantech - clean up elantech_init. - - Input: elantech - correct x, y value range for v2 hardware. - - Input: elantech - get rid of ETP_2FT_* in elantech.h. - - Input: elantech - packet checking for v2 hardware. - - Input: elantech - remove ETP_EDGE_FUZZ_V2. - - Input: elantech - remove module parameter force_elantech. - - Input: elantech - use firmware provided x, y ranges. + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. - commit 28551a0 ------------------------------------------------------------------- @@ -2469,7 +2877,7 @@ Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de Tue Oct 25 19:24:17 CEST 2011 - eich@suse.de - patches.suse/SUSE-bootsplash: remove DEBUG macro which was - left in the code by accident. + left in the code by accident. - commit a56ba15 ------------------------------------------------------------------- @@ -2482,7 +2890,7 @@ Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de - patches.suse/staging-hv-pata_piix-ignore-disks.patch: - Update comments in code and reduce patch size + Update comments in code and reduce patch size - commit 8913d07 ------------------------------------------------------------------- @@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de ------------------------------------------------------------------- Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com --Update to 3.1-rc10. +- -Update to 3.1-rc10. - commit 239957e ------------------------------------------------------------------- @@ -2522,11 +2930,11 @@ Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de - Various updates for hv drivers, which fix also the hv_mouse driver - staging: hv: storvsc: ignore SET_WINDOWN scsi command - (bnc#722646). + (bnc#722646). - staging/hv: advertise hv_storvsc instead of storvsc as sysfs - driver name (bnc#716708). + driver name (bnc#716708). - staging/hv: fill scsi/proc_name for the sake of mkinitrd - (bnc#716708). + (bnc#716708). - Staging: hv: util: Invoke cn_netlink_send() in a work context. - Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. - Refresh patches.xen/xen3-patch-2.6.32. @@ -2560,7 +2968,7 @@ Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com - patches.suse/supported-flag: Also look for Module.supported in the - source tree. + source tree. - Refresh patches.suse/supported-flag-enterprise. - commit 9c8680a @@ -2594,15 +3002,15 @@ Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - commit e3c78cf ------------------------------------------------------------------- @@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de - Refresh patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. --> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. + -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. - commit 0ac4276 ------------------------------------------------------------------- @@ -2647,9 +3055,9 @@ Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de - ACPI: Implement overriding of arbitrary ACPI tables via initrd - (none). + (none). - ACPICA: Fix wrongly mapped acpi table header when overriding - via initrd (none). + via initrd (none). - ACPICA: Introduce acpi_os_phys_table_override function (none). - x86: allow NVS can be accessed by driver (none). - Update config files: @@ -2667,7 +3075,7 @@ Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix unwinding through - interrupt frames, requiring ... + interrupt frames, requiring ... - patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression. - commit 4d917a5 @@ -2706,7 +3114,7 @@ Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com - mm: frontswap: swap data structure changes. - In HVM guests do not take over the CDROM device (bnc#645893). - x86: report ACPI-reserved state of PCI MMCONFIG region to - hypervisor. + hypervisor. - config.conf: Re-enable Xen flavors. - Update config files. - commit 3692f47 @@ -2746,33 +3154,33 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: util: kvp: Fix the reported OSVersion string. - Staging: hv: util: kvp: Cleanup kvp_get_domain_name(). - Staging: hv: Fix macros, tab errors and warning in - drivers/staging/hv/hv_mouse.c. + drivers/staging/hv/hv_mouse.c. - Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get - rid of the PCI signature. + rid of the PCI signature. - Staging: hv: Replace struct hv_guid with the uuid type already - defined in Linux. + defined in Linux. - Staging: hv: vmbus: Introduce vmbus ID space in struct - hv_driver. + hv_driver. - Staging: hv: blkvsc: Use the newly introduced vmbus ID in the - blockvsc driver. + blockvsc driver. - Staging: hv: storvsc: Use the newly introduced vmbus ID in - storvsc driver. + storvsc driver. - Staging: hv: netvsc: Use the newly introduced vmbus ID in - netvsc driver. + netvsc driver. - Staging: hv: mousevsc: Use the newly introduced vmbus ID in - mouse driver. + mouse driver. - Staging: hv: util: Make hv_utils a vmbus device driver. - Staging: hv: create VMBUS_DEVICE macro and use it. - Staging: hv: vmbus: Cleanup vmbus_match(). - Staging: hv: vmbus: Cleanup vmbus_uevent() code. - Staging: hv: vmbus: Support the notion of id tables in - vmbus_match(). + vmbus_match(). - Staging: hv: vmbus: Get rid of an unnecessary include line - in vmbus_drv.c. + in vmbus_drv.c. - Staging: hv: storvsc: Get rid of the DMI signature. - Staging: hv: netvsc: Get rid of the PCI signature. - Staging: hv: netvsc: Get rid of the DMI signature in - netvsc_drv.c. + netvsc_drv.c. - Staging: hv: util: Get rid of the DMI signature in hv_util.c. - Staging: hv: util: Get rid of the PCI signature in hv_util.c. - Staging: hv: fix up driver registering mess. @@ -2780,59 +3188,59 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: vmbus: Cleanup unnecessary comments in hv.c. - Staging: hv: vmbus: Cleanup error handling in hv_init(). - Staging: hv: vmbus: Get rid of unnecessay comments in - connection.c. + connection.c. - Staging: hv: vmbus: Get rid of the function dump_gpadl_body(). - Staging: hv: vmbus: Get rid of the function dump_gpadl_header(). - Staging: hv: vmbus: Rename openMsg to open_msg in channel.c. - Staging: hv: vmbus: Get rid of unnecessary comments in - channel.c. + channel.c. - Staging: hv: vmbus: Change the variable name openInfo to - open_info in channel.c. + open_info in channel.c. - Staging: hv: vmbus: Cleanup error values in ringbuffer.c. - Staging: hv: vmbus: Cleanup the error return value in - vmbus_recvpacket_raw(). + vmbus_recvpacket_raw(). - Staging: hv: netvsc: Get rid of an unnecessary print statement - in netvsc_probe(). + in netvsc_probe(). - Staging: hv: vmbus: Retry vmbus_post_msg() before giving up. - Staging: hv: storvsc: Cleanup error handling in - storvsc_dev_add(). + storvsc_dev_add(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_channel_init(). + storvsc_channel_init(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_connect_to_vsp(). + storvsc_connect_to_vsp(). - Staging: hv: storvsc: Cleanup error handling in storvsc_do_io(). - Storage: hv: storvsc: Get rid of some unnecessary DPRINTs - from storvsc.c. + from storvsc.c. - Staging: hv: storvsc: Fix/cleanup some dated comments in - storvsc.c. + storvsc.c. - Staging: hv: storvsc: Cleanup returned error code in - storvsc_host_reset(). + storvsc_host_reset(). - Staging: hv: storvsc: Cleanup error code returned in - storvsc_probe(). + storvsc_probe(). - Staging: hv: storvsc: Cleanup returned error code in - storvsc_drv_init(). + storvsc_drv_init(). - Staging: hv: netvsc: Cleanup the returned error code in - netvsc_probe(). + netvsc_probe(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_destroy_recv_buf(). + netvsc_destroy_recv_buf(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_init_recv_buf(). + netvsc_init_recv_buf(). - Staging: hv: netvsc: Cleanup error returns in - netvsc_connect_vsp(). + netvsc_connect_vsp(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_send(). + netvsc_send(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_device_add(). + netvsc_device_add(). - Staging: hv: netvsc: Cleanup error codes in - rndis_filter_receive(). + rndis_filter_receive(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_query_device(). + rndis_filter_query_device(). - Staging: hv: netvsc: Cleanup error return values in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - Staging: hv: netvsc: Cleanup error returns in - rndis_filter_init_device(). + rndis_filter_init_device(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_device_add(). + rndis_filter_device_add(). - Staging: hv: mouse: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Exit to exit. @@ -2845,72 +3253,72 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: add driver_data to hv_vmbus_device_id. - Staging: hv: Add code to parse struct hv_vmbus_device_id table. - Staging: hv: file2alias: fix up alias creation logic for - hv_vmbus_device_id. + hv_vmbus_device_id. - Staging: hv: storvsc: Inline free_stor_device(). - Staging: hv: storvsc: Do not aquire an unnecessary reference - on stor_device. + on stor_device. - Staging: hv: storvsc: Rename must_get_stor_device(). - Staging: hv: storvsc: Rename get_stor_device(). - Staging: hv: storvsc: Cleanup alloc_stor_device(). - Staging: hv: storvsc: Introduce state to manage the lifecycle - of stor device. + of stor device. - Staging: hv: storvsc: Prevent outgoing traffic when stor dev - is being destroyed. + is being destroyed. - Staging: hv: storvsc: Get rid of release_stor_device() by - inlining the code. + inlining the code. - Staging: hv: storvsc: Get rid of final_release_stor_device() - by inlining code. + by inlining code. - Staging: hv: storvsc: Get rid of the reference counting in - struct storvsc_device. + struct storvsc_device. - Staging: hv: netvsc: Inline the code for free_net_device(). - Staging: hv: netvsc: Cleanup alloc_net_device(). - Staging: hv: netvsc: Introduce state to manage the lifecycle - of net device. + of net device. - Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev - is destroyed. + is destroyed. - Staging: hv: netvsc: Get rid of release_outbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of release_inbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of the refcnt field in struct - netvsc_device. + netvsc_device. - Staging: hv: storvsc: Add code to handle IDE devices using - the storvsc driver. + the storvsc driver. - Staging: hv: storvsc: Handle IDE devices using the storvsc - driver. + driver. - Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is - not used. + not used. - Staging: hv: storvsc: Optimize bounce buffer handling for the - "write" case. + "write" case. - Staging: hv: storvsc: Optimize the bounce buffer handling in - the "read" case. + the "read" case. - Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of storvsc.c. + contents of storvsc.c. - Staging: hv: storvsc: Add the contents of hyperv_storage.h - to storvsc_drv.c. + to storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of hyperv_storage.h. + contents of hyperv_storage.h. - Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY - and MODE_SENSE. + and MODE_SENSE. - Staging: hv: storvsc: Fix a typo. - Staging: hv: storvsc: In case of scsi errors offline the device. - Staging: hv: storvsc: No need to copy from bounce buffer in - case of a failure. + case of a failure. - Staging: hv: util: Forcefully shutdown when shutdown is - requested. + requested. - Staging: hv: util: Adjust guest time in a process context. - Staging: hv: vmbus: Check before invoking the channel callback. - Staging: hv: vmbus: Properly deal with de-registering channel - callback. + callback. - Staging: hv: Fix a bug in vmbus_match(). - Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining - the code. + the code. - Staging: hv: vmbus: Do not enable auto eoi. - Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add(). - Staging: hv: vmbus: Get rid of some dated/redundant comments. - Staging: hv: vmbus: Get rid of an unnecessary check in - vmbus_connect(). + vmbus_connect(). - Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c. - Staging: hv: vmbus: Fix checkpatch warnings in connection.c. - Staging: hv: mousevsc: Fix checkpatch errors and warnings. @@ -2983,16 +3391,16 @@ Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com - Refreshed and re-enabled dm-path patches: - - patches.suse/dm-mpath-accept-failed-paths. - - patches.suse/dm-mpath-detach-existing-hardware-handler. + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. - commit 70cadcd ------------------------------------------------------------------- Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com - Update to 3.1-rc3. - - Eliminated 8 patches. - - Xen is disabled. + - Eliminated 8 patches. + - Xen is disabled. - commit eccefcc ------------------------------------------------------------------- @@ -3000,8 +3408,8 @@ Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de - * Refresh patches.suse/SUSE-bootsplash. * Fix bootsplash code for 15bpp framebuffers. - These framebuffers are rare these days, the legendary and still - popular server chipset Radeon ES1000 supports it, though. + These framebuffers are rare these days, the legendary and still + popular server chipset Radeon ES1000 supports it, though. - commit f25ce3e ------------------------------------------------------------------- @@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de - Update config files: bnc#674988, change: --CONFIG_ACPI_CUSTOM_METHOD=m + -CONFIG_ACPI_CUSTOM_METHOD=m +# CONFIG_ACPI_CUSTOM_METHOD is not set for all flavors - commit f1af972 @@ -3115,10 +3523,10 @@ Thu Jul 14 17:52:45 CEST 2011 - tiwai@suse.de Thu Jul 14 17:26:51 CEST 2011 - tiwai@suse.de - ALSA: hda - Add Kconfig for the default buffer size - (bnc#682725). + (bnc#682725). - Update config files. - Delete, replaced with the new upstream patch - patches.drivers/alsa-hda-0019-Increase-default-buffer-size. + patches.drivers/alsa-hda-0019-Increase-default-buffer-size. - commit 40c7644 ------------------------------------------------------------------- @@ -3140,7 +3548,7 @@ Sat Jul 9 11:17:46 CEST 2011 - jslaby@suse.cz Thu Jul 7 00:58:01 CEST 2011 - jeffm@suse.com - Update to 3.0-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 56e99da ------------------------------------------------------------------- @@ -3149,7 +3557,7 @@ Tue Jul 5 09:18:43 CEST 2011 - jbeulich@novell.com - Update Xen patches to 3.0-rc5 and c/s 1095. - xen: prepare tmem shim to handle frontswap. - support booting Xen from EFI (fate#311376, fate#311529, - bnc#578927, bnc#628554). + bnc#578927, bnc#628554). - config.conf: Re-enabled Xen flavors. - Update x86 config files. - Delete patches.xen/xen-blkback-bimodal-suse. @@ -3196,31 +3604,31 @@ Tue Jun 21 12:14:44 CEST 2011 - mmarek@suse.cz Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz - rpm/post.sh: Touch /boot/do_purge_kernels on package install - (fate#312018). + (fate#312018). - rpm/postun.sh: Remove it again if it still exists on package - uninstall. + uninstall. - commit 82f4a5d ------------------------------------------------------------------- Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de - stop_machine: implement stop_machine_from_offline_cpu() - (bnc#697859). + (bnc#697859). - stop_machine: kill __stop_machine() (bnc#697859). - x86, mtrr: lock stop machine during MTRR rendezvous sequence - (bnc#697859). + (bnc#697859). - stop_machine: reorganize stop_cpus() implementation - (bnc#697859). + (bnc#697859). - x86, mtrr: use __stop_machine() for doing MTRR rendezvous - (bnc#697859). + (bnc#697859). - commit aa3d6e2 ------------------------------------------------------------------- Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz - Remove the novfs patches, it should be packaged as a KMP, or - ideally, reimplemented as a fuse filesystem (which is the reason why - the current implementation it is never going to be accepted upstream). + ideally, reimplemented as a fuse filesystem (which is the reason why + the current implementation it is never going to be accepted upstream). - Delete patches.fixes/novfs-copy_user-fixes.diff. - Delete patches.fixes/novfs-minsize-fixes. - Delete patches.fixes/novfs-nwcapi.patch. @@ -3275,7 +3683,7 @@ Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz Wed Jun 15 08:05:05 CEST 2011 - jeffm@suse.com - Update to 3.0-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit a1fe999 ------------------------------------------------------------------- @@ -3343,9 +3751,9 @@ Mon Jun 13 14:06:28 CEST 2011 - mmarek@suse.cz the SRCVERSION variable will only be used to determine the tarball version. - rpm/compute-PATCHVERSION.sh: Set default PATCHLEVEL and SUBLEVEL to 0. - The package version will thus always match the Makefile version and - the SRCVERSION variable will only be used to determine the tarball - version. + The package version will thus always match the Makefile version and + the SRCVERSION variable will only be used to determine the tarball + version. - rpm/kernel-binary.spec.in: Revert the previous hack. - commit 95c9977 @@ -3368,9 +3776,9 @@ Fri Jun 10 20:24:41 CEST 2011 - jeffm@suse.com Fri Jun 10 17:12:22 CEST 2011 - jeffm@suse.com - x86: Remove warning and warning_symbol from struct - stacktrace_ops. + stacktrace_ops. - Delete - patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. + patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. - commit 608ce9e ------------------------------------------------------------------- @@ -3462,13 +3870,13 @@ Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - commit 83331f5 ------------------------------------------------------------------- @@ -3489,14 +3897,14 @@ Tue May 31 05:09:44 CEST 2011 - jeffm@suse.com Tue May 31 05:08:21 CEST 2011 - jeffm@suse.com - Updated to 3.0-rc1. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit 5710413 ------------------------------------------------------------------- Mon May 30 15:54:37 CEST 2011 - jack@suse.cz - mm: Fix assertion mapping->nrpages == 0 in end_writeback() - (bnc#693013 bnc#666423). + (bnc#693013 bnc#666423). - Refresh patches.xen/tmem. - commit d3e465a @@ -3504,9 +3912,9 @@ Mon May 30 15:54:37 CEST 2011 - jack@suse.cz Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. + patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. - aic94xx: world-writable sysfs update_bios file. - Update upstream info. + Update upstream info. - commit 8912816 ------------------------------------------------------------------- @@ -3567,7 +3975,7 @@ Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc7. - - Eliminated 5 patches. + - Eliminated 5 patches. - commit a8a170f ------------------------------------------------------------------- @@ -3580,16 +3988,16 @@ Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz - Delete - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 - commit 7934e2d ------------------------------------------------------------------- Thu May 12 11:56:16 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - Note about submission. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + Note about submission. - commit 9922e20 ------------------------------------------------------------------- @@ -3602,15 +4010,15 @@ Tue May 10 19:10:18 CEST 2011 - mhocko@suse.cz Tue May 10 16:14:44 CEST 2011 - mhocko@suse.cz - patches.fixes/aggressive-zone-reclaim.patch: delete because - the patch is very workload specific and can lead to unexpected - reclaims in parallel node local workloads. + the patch is very workload specific and can lead to unexpected + reclaims in parallel node local workloads. - commit 56cf10e ------------------------------------------------------------------- Tue May 10 16:04:27 CEST 2011 - mhocko@suse.cz - Delete patches.suse/mm-devzero-optimisation.patch: we do not need - it anymore as we have zero page back since 2.6.32 + it anymore as we have zero page back since 2.6.32 - commit 323a093 ------------------------------------------------------------------- @@ -3629,64 +4037,64 @@ Mon May 9 14:32:59 CEST 2011 - jbeulich@novell.com Mon May 9 11:32:35 CEST 2011 - jbeulich@novell.com - patches.suse/kconfig-automate-kernel-desktop: Remove stray blank - lines (for older versions of "patch" to grok). + lines (for older versions of "patch" to grok). - commit 4dfa74d ------------------------------------------------------------------- Sat May 7 01:50:06 CEST 2011 - jeffm@suse.com - Removed network driver entropy patches. haveged is installed by default - and should be enabled to generate entropy from non-predictable sources. - - Delete patches.drivers/bnx2-entropy-source.patch. - - Delete patches.drivers/e1000-entropy-source.patch. - - Delete patches.drivers/e1000e-entropy-source.patch. - - Delete patches.drivers/igb-entropy-source.patch. - - Delete patches.drivers/ixgbe-entropy-source.patch. - - Delete patches.drivers/tg3-entropy-source.patch. + and should be enabled to generate entropy from non-predictable sources. + - Delete patches.drivers/bnx2-entropy-source.patch. + - Delete patches.drivers/e1000-entropy-source.patch. + - Delete patches.drivers/e1000e-entropy-source.patch. + - Delete patches.drivers/igb-entropy-source.patch. + - Delete patches.drivers/ixgbe-entropy-source.patch. + - Delete patches.drivers/tg3-entropy-source.patch. - commit c88b893 ------------------------------------------------------------------- Fri May 6 19:36:47 CEST 2011 - jeffm@suse.com - Update - patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack - (bnc#466279 bnc#681639). + patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack + (bnc#466279 bnc#681639). - commit 72e779f ------------------------------------------------------------------- Fri May 6 19:31:10 CEST 2011 - jeffm@suse.com - Disabled patches.drivers/libata-unlock-hpa-by-default; It may have - been obsoleted by upstream commit d8d9129e. + been obsoleted by upstream commit d8d9129e. - commit 1a21ab3 ------------------------------------------------------------------- Fri May 6 18:51:20 CEST 2011 - jeffm@suse.com - sysctl: Increase IPC defaults (bnc#146656) - - Delete patches.suse/shmall-bigger. + - Delete patches.suse/shmall-bigger. - commit a70e34f ------------------------------------------------------------------- Fri May 6 17:50:56 CEST 2011 - jeffm@suse.com - sysctl/i386/desktop, sysctl/x86_64/desktop: Add vm.dirty_ratio = 20 - for desktop flavors (bnc#552883) - - Delete patches.suse/mm-tune-dirty-limits.patch. + for desktop flavors (bnc#552883) + - Delete patches.suse/mm-tune-dirty-limits.patch. - commit dbe73e2 ------------------------------------------------------------------- Fri May 6 17:25:45 CEST 2011 - jeffm@suse.com - sysctl/defaults: Added kernel.hung_task_timeout=0 - - Delete patches.suse/hung_task_timeout-configurable-default. + - Delete patches.suse/hung_task_timeout-configurable-default. - commit 78f9eed ------------------------------------------------------------------- Fri May 6 16:41:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-{binary,source}.spec.in: Install per-kernel /boot/sysctl-* - files (patch from Jeff Mahoney). + files (patch from Jeff Mahoney). - commit 473f2d1 ------------------------------------------------------------------- @@ -3699,7 +4107,7 @@ Thu May 5 22:35:53 CEST 2011 - jeffm@suse.com Thu May 5 22:23:21 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc6. - - 2 patches eliminated. + - 2 patches eliminated. - commit 2643e59 ------------------------------------------------------------------- @@ -3713,9 +4121,9 @@ Tue May 3 03:08:18 CEST 2011 - tonyj@suse.de Fri Apr 29 20:35:21 CEST 2011 - jeffm@suse.com - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - commit 52dd0f0 ------------------------------------------------------------------- @@ -3737,7 +4145,7 @@ Fri Apr 29 00:36:03 CEST 2011 - gregkh@suse.de - Delete patches.suse/linux-2.6.29-dont-wait-for-mouse.patch. - Delete patches.suse/linux-2.6.29-even-faster-kms.patch. - Delete - patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. + patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. - Delete patches.suse/linux-2.6.29-kms-after-sata.patch. - Delete patches.suse/linux-2.6.29-touchkit.patch. - commit c13427d @@ -3752,22 +4160,22 @@ Fri Apr 29 00:17:46 CEST 2011 - jbenc@suse.cz Thu Apr 28 23:32:44 CEST 2011 - rjw@suse.de - Delete patches.xen/xen3-x86-mcp51-no-dac. - Also remove the series.conf entires for the x86-mcp-no-dac patches. + Also remove the series.conf entires for the x86-mcp-no-dac patches. - commit 574577b ------------------------------------------------------------------- Thu Apr 28 23:16:27 CEST 2011 - rjw@suse.de - Delete patches.arch/x86-mcp51-no-dac. (This is a blacklist entry that - has been rejected by the mainline, the problem reporter is gone and - it's next to impossible to verify it now.) + has been rejected by the mainline, the problem reporter is gone and + it's next to impossible to verify it now.) - commit 195b113 ------------------------------------------------------------------- Thu Apr 28 21:38:22 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - commit a2662ae ------------------------------------------------------------------- @@ -3782,14 +4190,14 @@ Thu Apr 28 20:56:33 CEST 2011 - jslaby@suse.cz Thu Apr 28 20:30:56 CEST 2011 - bphilips@suse.de - Delete - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. + patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. - commit 9917206 ------------------------------------------------------------------- Thu Apr 28 20:19:59 CEST 2011 - bphilips@suse.de - Delete - patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. + patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. - commit 08374b3 ------------------------------------------------------------------- @@ -3822,7 +4230,7 @@ Thu Apr 28 14:18:12 CEST 2011 - jbeulich@novell.com Wed Apr 27 22:20:02 CEST 2011 - jeffm@suse.com - Delete - patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. + patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. - commit 399a100 ------------------------------------------------------------------- @@ -3884,10 +4292,10 @@ Wed Apr 27 21:34:13 CEST 2011 - jeffm@suse.com - Delete patches.suse/acpi-don-t-preempt-until-the-system-is-up. - Delete - patches.suse/acpi-generic-initramfs-table-override-support. + patches.suse/acpi-generic-initramfs-table-override-support. - Delete patches.suse/add-initramfs-file_read_write. - Delete - patches.suse/init-move-populate_rootfs-back-to-start_kernel. + patches.suse/init-move-populate_rootfs-back-to-start_kernel. - commit d4910b3 ------------------------------------------------------------------- @@ -3901,14 +4309,14 @@ Wed Apr 27 21:29:24 CEST 2011 - jeffm@suse.com Wed Apr 27 21:11:59 CEST 2011 - jeffm@suse.com - Delete patches.suse/osync-error. It was unused and the issue it fixed in - kernels prior to 2.6.32 doesn't exist anymore. + kernels prior to 2.6.32 doesn't exist anymore. - commit 52cc654 ------------------------------------------------------------------- Wed Apr 27 20:48:55 CEST 2011 - jeffm@suse.com - Delete patches.suse/s390-System.map.diff: Proper fix in binutils has - long since been upstream. + long since been upstream. - commit 2847a36 ------------------------------------------------------------------- @@ -3941,7 +4349,7 @@ Wed Apr 27 20:18:37 CEST 2011 - jeffm@suse.com Wed Apr 27 20:16:52 CEST 2011 - jeffm@suse.com - Delete patches.suse/unmap_vmas-lat: No bug report or signed-off-by. - - Delete patches.arch/s390-add-FREE_PTE_NR. + - Delete patches.arch/s390-add-FREE_PTE_NR. - commit 2a392c2 ------------------------------------------------------------------- @@ -3954,7 +4362,7 @@ Wed Apr 27 20:16:00 CEST 2011 - jeffm@suse.com Wed Apr 27 20:15:02 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc5. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5288a05 ------------------------------------------------------------------- @@ -3974,7 +4382,7 @@ Wed Apr 27 19:43:47 CEST 2011 - jeffm@suse.com Tue Apr 26 11:03:18 CEST 2011 - jkosina@suse.cz - HID: add noget quirk barcode scanners from Symbol Technologies - (bnc#689290). + (bnc#689290). - commit f5b999f ------------------------------------------------------------------- @@ -3987,7 +4395,7 @@ Fri Apr 22 00:01:41 CEST 2011 - jeffm@suse.com Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz - Revert changes to sparc configs to not make life harder for Jan Engelhardt - maintaining sparc architecture. + maintaining sparc architecture. - commit cdac873 ------------------------------------------------------------------- @@ -4006,7 +4414,7 @@ Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 3f654c8 ------------------------------------------------------------------- @@ -4019,15 +4427,15 @@ Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de - Combined and consolidated bootsplash patch (bnc#669777, - bnc#570082, bnc#595657, bnc#594209, bnc#544645). - - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. - - Delete patches.suse/bootsplash. - - Delete patches.suse/bootsplash-console-fix. - - Delete patches.suse/bootsplash-keep-multiple-data. - - Delete patches.suse/bootsplash-scaler. - - Reformatted code, fixed some minor bugs that became obvious. - - Fixed race that led to null pointer dereference in splash_read_proc(): - bnc#669777. + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. - commit 95844c5 ------------------------------------------------------------------- @@ -4040,7 +4448,7 @@ Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de - intel_idle: Make lapic_timer_reliable_states a boot param - (bnc#675161). + (bnc#675161). - commit 85b156b ------------------------------------------------------------------- @@ -4054,7 +4462,7 @@ Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - - This results in automatically disabling CONFIG_GIGASET_I4L. + - This results in automatically disabling CONFIG_GIGASET_I4L. - commit 697e68b ------------------------------------------------------------------- @@ -4074,7 +4482,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com - Update Xen patches to 2.6.39-rc3 and c/s 1079. - blktap2: replace hard-coded limit of tap devices with - configurable one. + configurable one. - config.conf: Re-enable Xen configs. - Update x86 config files. - commit d3bfd6c @@ -4083,7 +4491,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com - fs/partitions/efi.c: corrupted GUID partition tables can cause - kernel oops (bnc#687113 CVE-2011-1577). + kernel oops (bnc#687113 CVE-2011-1577). - commit 385b393 ------------------------------------------------------------------- @@ -4128,7 +4536,7 @@ Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 200c913 ------------------------------------------------------------------- @@ -4153,29 +4561,29 @@ Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc2. - - Eliminated 18 patches. - - Added 3 patches. - - hv_mouse: needs . - - dm-raid45: Remove blk_unplug calls. - - novfs: 2.6.39 API update. - - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. - - patches.kernel.org is no longer used to contain upstream patches - for -rc releases. Users planning on building their own kernel should - have a copy of the tarball corresponding to the -rc releases. + - Eliminated 18 patches. + - Added 3 patches. + - hv_mouse: needs . + - dm-raid45: Remove blk_unplug calls. + - novfs: 2.6.39 API update. + - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. + - patches.kernel.org is no longer used to contain upstream patches + for -rc releases. Users planning on building their own kernel should + have a copy of the tarball corresponding to the -rc releases. - commit adf9d16 ------------------------------------------------------------------- Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de - Make selection of 'readdir-plus' adapt to usage patterns - (bnc#678123). + (bnc#678123). - commit 5de99a8 ------------------------------------------------------------------- Wed Apr 6 09:01:38 CEST 2011 - jeffm@suse.de - reiserfs: Force inode evictions before umount to avoid crash - (bnc#610598 bnc#680073 bnc#684112). + (bnc#610598 bnc#680073 bnc#684112). - Delete patches.fixes/reiserfs-xattr-crash-fix. - commit bf57d20 @@ -4189,21 +4597,21 @@ Tue Apr 5 10:42:22 CEST 2011 - jslaby@suse.cz Wed Mar 30 23:50:41 CEST 2011 - jeffm@suse.com - Delete patches.suse/twofish-2.6. - - This was for 2.4 compatibility and has been moved to KMP purgatory. + - This was for 2.4 compatibility and has been moved to KMP purgatory. - commit dcca506 ------------------------------------------------------------------- Wed Mar 30 10:32:32 CEST 2011 - jslaby@suse.cz - Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo - (bnc#681826). + (bnc#681826). - commit 2e71042 ------------------------------------------------------------------- Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de - Update config files, remove CONFIG_X86_MCE_XEON75XX=m - ->driver got reverted with previous commit + ->driver got reverted with previous commit - Refresh patches.xen/xen3-auto-arch-x86.diff. - commit b367e7b @@ -4215,18 +4623,18 @@ Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de APEI implementation should take care of that in recent kernels. - Delete patches.arch/x86_mce_intel_decode_physical_address.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. + patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. - commit 1fe7a22 ------------------------------------------------------------------- Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not install unneeded packages in the - build chroot. + build chroot. - commit 7f4c49d ------------------------------------------------------------------- @@ -4246,7 +4654,7 @@ Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz - Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing - the signal code (bnc#681826 CVE-2011-1020). + the signal code (bnc#681826 CVE-2011-1020). - commit 2e42fd4 ------------------------------------------------------------------- @@ -4255,7 +4663,7 @@ Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de - sound/oss/opl3: validate voice and channel indexes (bnc#681999). - sound/oss: remove offset from load_patch callbacks (bnc#681999). - ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl - (bnc#680816). + (bnc#680816). - commit 09ff6e9 ------------------------------------------------------------------- @@ -4268,7 +4676,7 @@ Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz - HID: add support for Skycable 0x3f07 wireless presenter - (bnc#681297). + (bnc#681297). - commit 892e8d4 ------------------------------------------------------------------- @@ -4299,12 +4707,12 @@ Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de - netvm: Do not mark requests for swapfile writes as dirty or - kswapd fails to free the page (bnc#678472). + kswapd fails to free the page (bnc#678472). - nfs: Use page_file_offset during page writeback (bnc#677738). - nfs: Convert nfs_mark_request_dirty() to use page_file_mapping() - (bnc#677738). + (bnc#677738). - netvm: Remove duplicated initialization in net/ipv4/route.c - (bnc#678970). + (bnc#678970). - collapse: mm: Report the low watermark correctly (bnc#678497). - commit a798dd1 @@ -4318,7 +4726,7 @@ Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com - Linux: 2.6.38-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 7da557d ------------------------------------------------------------------- @@ -4343,38 +4751,38 @@ Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc7. - - Refresh patches.xen/xen-x86-no-lapic. - - Refresh patches.xen/xen3-patch-2.6.19. + - Refresh patches.xen/xen-x86-no-lapic. + - Refresh patches.xen/xen3-patch-2.6.19. - commit 7eb9d30 ------------------------------------------------------------------- Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - commit 88d5daa ------------------------------------------------------------------- Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in - yesterday's change. + yesterday's change. - commit 098768b ------------------------------------------------------------------- Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Add annotations to - lib/rwsem_64.S. + lib/rwsem_64.S. - commit 87944ac ------------------------------------------------------------------- Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de - ALSA: usb-audio: fix oops due to cleanup race when disconnecting - (bnc#674735). + (bnc#674735). - commit ed81f8c ------------------------------------------------------------------- @@ -4387,7 +4795,7 @@ Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com - Update to 2.6.38-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 6cce7bb ------------------------------------------------------------------- @@ -4400,7 +4808,7 @@ Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de - ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499, - CVE-2011-0712). + CVE-2011-0712). - commit 5ef002b ------------------------------------------------------------------- @@ -4419,22 +4827,22 @@ Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de - Update config files. - - disable CONFIG_DRM_VMWGFX (bnc#606458) - - update sparc configs to at least be able to run "make oldconfig" + - disable CONFIG_DRM_VMWGFX (bnc#606458) + - update sparc configs to at least be able to run "make oldconfig" - commit da75bd9 ------------------------------------------------------------------- Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Re-add change lost during - initial 2.6.37 merge. + initial 2.6.37 merge. - commit e493205 ------------------------------------------------------------------- Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz - Move spec file templates and helper scripts to a separate branch, to - ease synchronizing these files among master, vanilla and linux-next. + ease synchronizing these files among master, vanilla and linux-next. - commit 411abb8 ------------------------------------------------------------------- @@ -4454,7 +4862,7 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code - was merged into rpm's find-supplements script. + was merged into rpm's find-supplements script. - Delete rpm/check-build.sh, not needed anymore. - commit 0a157b1 @@ -4462,43 +4870,43 @@ Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com - flexcop: fix registering braindead stupid names (brc#575873 - bnc#661429). + bnc#661429). - commit 72bd3d0 ------------------------------------------------------------------- Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de - Staging: samsung-laptop: add support for lots of laptops - (bnc#661682). + (bnc#661682). - commit 1eb5eaa ------------------------------------------------------------------- Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Set timestamp of sources to the commit - timestamp, so that they are always older than generated files in - /usr/src/linux-obj (bnc#669669). + timestamp, so that they are always older than generated files in + /usr/src/linux-obj (bnc#669669). - commit 8565452 ------------------------------------------------------------------- Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to - keep timestamps intact. + keep timestamps intact. - commit 9ba5ff0 ------------------------------------------------------------------- Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Remove .gitignore files after applying patches - (fix last change). + (fix last change). - commit 907f9cc ------------------------------------------------------------------- Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit c327e0a ------------------------------------------------------------------- @@ -4546,8 +4954,8 @@ Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition - of %release_major and rename it to %release_num to better describe - what it does. Add some comments to explain how the versioning works. + of %release_major and rename it to %release_num to better describe + what it does. Add some comments to explain how the versioning works. - commit 9a3bc94 ------------------------------------------------------------------- @@ -4566,14 +4974,14 @@ Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit b6b51ca ------------------------------------------------------------------- Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de - ALSA: hda - Fix memory leaks in conexant jack arrays - (bnc#668929). + (bnc#668929). - commit 31971a4 ------------------------------------------------------------------- @@ -4611,8 +5019,8 @@ Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com - Update config files. - - CONFIG_EXPERT=n on all but ps3 - - Vanilla configs updated. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. - commit b25e639 ------------------------------------------------------------------- @@ -4633,7 +5041,7 @@ Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 90baa82 ------------------------------------------------------------------- @@ -4652,30 +5060,30 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc1. - - Removed 12 patches. - - Xen is disabled. - - Quite a few patches need updating. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. - commit 9163bb7 ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff ------------------------------------------------------------------- @@ -4688,7 +5096,7 @@ Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 ------------------------------------------------------------------- @@ -4707,22 +5115,22 @@ Mon Jan 17 20:52:49 CET 2011 - jeffm@suse.com Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz - Revert %kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 ------------------------------------------------------------------- Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 ------------------------------------------------------------------- Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 ------------------------------------------------------------------- @@ -4796,7 +5204,7 @@ Thu Jan 6 20:51:31 CET 2011 - jeffm@suse.com Thu Jan 6 19:48:28 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe ------------------------------------------------------------------- @@ -4815,28 +5223,28 @@ Thu Jan 6 17:09:12 CET 2011 - jeffm@suse.com Thu Jan 6 17:08:44 CET 2011 - jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d ------------------------------------------------------------------- Thu Jan 6 16:10:26 CET 2011 - jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 ------------------------------------------------------------------- @@ -4849,7 +5257,7 @@ Thu Jan 6 15:49:34 CET 2011 - jack@suse.cz Thu Jan 6 13:56:07 CET 2011 - mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 ------------------------------------------------------------------- @@ -4858,7 +5266,7 @@ Thu Jan 6 10:07:22 CET 2011 - mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b @@ -4879,7 +5287,7 @@ Thu Dec 30 00:50:58 CET 2010 - jeffm@suse.com Wed Dec 29 22:23:21 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 ------------------------------------------------------------------- @@ -4904,38 +5312,38 @@ Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c ------------------------------------------------------------------- Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (bnc#655048). + Backport to XEN. - commit 92c0965 ------------------------------------------------------------------- Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz - Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive - decode" (bnc#655048). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 @@ -4950,8 +5358,8 @@ Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz - Delete - patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. - It's unreferenced and wrong. + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. - commit 9e6fc50 ------------------------------------------------------------------- @@ -4988,10 +5396,10 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 @@ -5024,14 +5432,14 @@ Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 ------------------------------------------------------------------- Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 ------------------------------------------------------------------- @@ -5062,7 +5470,7 @@ Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b @@ -5071,12 +5479,12 @@ Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c ------------------------------------------------------------------- @@ -5109,7 +5517,7 @@ Fri Nov 26 15:04:27 CET 2010 - jbeulich@novell.com - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -5133,7 +5541,7 @@ Wed Nov 24 15:49:45 CET 2010 - jeffm@suse.com Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac ------------------------------------------------------------------- @@ -5157,7 +5565,7 @@ Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Wed Nov 17 17:10:32 CET 2010 - jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 ------------------------------------------------------------------- @@ -5176,7 +5584,7 @@ Tue Nov 16 20:08:11 CET 2010 - jeffm@suse.com Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 ------------------------------------------------------------------- @@ -5189,7 +5597,7 @@ Mon Nov 15 21:33:19 CET 2010 - jeffm@suse.com Mon Nov 15 21:30:37 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 ------------------------------------------------------------------- @@ -5208,16 +5616,16 @@ Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz Fri Nov 12 18:37:10 CET 2010 - jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 ------------------------------------------------------------------- Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de - Update config files. (bnc#652954) increase the number of possible and - default uarts for users with multi-port serial cards for the i386 and - x86-64 default configs. + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. - commit 85c87e3 ------------------------------------------------------------------- @@ -5231,20 +5639,20 @@ Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + top down (bnc#651256). - PCI: allocate bus resources from the top down (bnc#651256). - x86/PCI: allocate space from the end of a region, not the - beginning (bnc#651256). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + capabilities (bnc#651256). - x86: allocate space within a region top-down (bnc#651256). - Refresh patches.xen/xen3-patch-2.6.34. - commit 8c68ad1 @@ -5253,21 +5661,21 @@ Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 ------------------------------------------------------------------- Fri Oct 29 13:47:35 CEST 2010 - jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb ------------------------------------------------------------------- Fri Oct 29 01:53:34 CEST 2010 - trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b ------------------------------------------------------------------- @@ -5287,14 +5695,14 @@ Wed Oct 27 14:51:30 CEST 2010 - jslaby@suse.cz Tue Oct 26 21:31:22 CEST 2010 - trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 ------------------------------------------------------------------- Tue Oct 26 13:41:23 CEST 2010 - jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 ------------------------------------------------------------------- @@ -5302,7 +5710,7 @@ Mon Oct 25 12:53:38 CEST 2010 - jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 @@ -5312,7 +5720,7 @@ Mon Oct 25 08:58:15 CEST 2010 - tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda ------------------------------------------------------------------- @@ -5325,7 +5733,7 @@ Fri Oct 22 21:18:25 CEST 2010 - jeffm@suse.de Fri Oct 22 13:32:04 CEST 2010 - jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb ------------------------------------------------------------------- @@ -5340,7 +5748,7 @@ Thu Oct 21 10:11:03 CEST 2010 - sjayaraman@suse.de Mon Oct 18 16:54:57 CEST 2010 - trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf ------------------------------------------------------------------- @@ -5376,7 +5784,7 @@ Mon Oct 11 17:14:51 CEST 2010 - mmarek@suse.cz Mon Oct 11 16:12:29 CEST 2010 - jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 ------------------------------------------------------------------- @@ -5389,7 +5797,7 @@ Fri Oct 8 17:40:50 CEST 2010 - jeffm@suse.de Tue Oct 5 18:02:19 CEST 2010 - jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa ------------------------------------------------------------------- @@ -5402,7 +5810,7 @@ Tue Oct 5 17:19:46 CEST 2010 - jeffm@suse.de Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 @@ -5411,7 +5819,7 @@ Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de Mon Oct 4 16:57:34 CEST 2010 - jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 ------------------------------------------------------------------- @@ -5424,25 +5832,25 @@ Fri Sep 24 13:45:31 CEST 2010 - jbeulich@novell.com Fri Sep 24 13:23:13 CEST 2010 - trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 ------------------------------------------------------------------- Fri Sep 24 13:14:36 CEST 2010 - trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 ------------------------------------------------------------------- @@ -5467,7 +5875,7 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 @@ -5475,7 +5883,7 @@ Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b ------------------------------------------------------------------- @@ -5494,7 +5902,7 @@ Tue Sep 21 14:15:34 CEST 2010 - mmarek@suse.cz Tue Sep 21 13:59:10 CEST 2010 - jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 ------------------------------------------------------------------- @@ -5502,8 +5910,8 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f @@ -5512,14 +5920,14 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de Mon Sep 20 16:03:14 CEST 2010 - sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b ------------------------------------------------------------------- Mon Sep 20 15:25:41 CEST 2010 - jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 ------------------------------------------------------------------- @@ -5532,25 +5940,25 @@ Sun Sep 19 17:39:03 CEST 2010 - jeffm@suse.com Fri Sep 17 01:05:47 CEST 2010 - jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 ------------------------------------------------------------------- Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de - x86-64, compat: Test %rax for the syscall number, not %eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 ------------------------------------------------------------------- Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac ------------------------------------------------------------------- @@ -5563,21 +5971,21 @@ Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 ------------------------------------------------------------------- Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 ------------------------------------------------------------------- Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 ------------------------------------------------------------------- @@ -5592,11 +6000,11 @@ Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -5626,7 +6034,7 @@ Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de 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). + (CVE-2010-2954 bnc#636112). - commit f04e61f ------------------------------------------------------------------- @@ -5648,7 +6056,7 @@ Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 ------------------------------------------------------------------- @@ -5667,28 +6075,28 @@ Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - 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. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + 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. + 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. + the truncate path and causes crashes. - commit e18fc2c ------------------------------------------------------------------- @@ -5743,22 +6151,22 @@ Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de 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. + 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. + 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. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e ------------------------------------------------------------------- @@ -5772,7 +6180,7 @@ Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com 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. + avoid triggering a build service rule error. - commit 124ac26 ------------------------------------------------------------------- @@ -5791,14 +6199,14 @@ Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de 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. + 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 - to grab the BKL + to grab the BKL - commit 1df02ec ------------------------------------------------------------------- @@ -5811,20 +6219,20 @@ Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - 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. + - 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 ------------------------------------------------------------------- @@ -5843,10 +6251,10 @@ Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com 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. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 ------------------------------------------------------------------- @@ -5878,7 +6286,7 @@ Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com 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). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 ------------------------------------------------------------------- @@ -5891,7 +6299,7 @@ Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz 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. + 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 @@ -5901,14 +6309,14 @@ Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de 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). + 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). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 @@ -5917,13 +6325,13 @@ 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. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b @@ -5932,7 +6340,7 @@ Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com 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. + usage from upstream commit 718be4aa. - commit 4ce0b48 ------------------------------------------------------------------- @@ -5963,7 +6371,7 @@ Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 ------------------------------------------------------------------- @@ -5976,7 +6384,7 @@ Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 ------------------------------------------------------------------- @@ -5990,7 +6398,7 @@ 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). + though). - commit 8ed2389 ------------------------------------------------------------------- diff --git a/kernel-default.spec b/kernel-default.spec index ecfc63407..522447cb9 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6 -%define patchversion 3.6.3 +%define srcversion 3.7 +%define patchversion 3.7.0 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-default Summary: The Standard Kernel -Version: 3.6.3 +Version: 3.7.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -91,7 +91,7 @@ Requires(post): distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release # Remove some packages that are installed automatically by the build system, # but are not needed to build the kernel -#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv +#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv %ifarch ia64 # arch/ia64/scripts/unwcheck.py @@ -492,10 +492,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz @@ -903,6 +902,7 @@ Provides: multiversion(kernel) Provides: %name-devel = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel Supplements: packageand(%name:kernel-devel%variant) +PreReq: coreutils %description devel This package contains files necessary for building kernel modules (and diff --git a/kernel-desktop.changes b/kernel-desktop.changes index 2887ccaf6..e0d27f80d 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,393 @@ +------------------------------------------------------------------- +Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com + +- ezusb: add dependency to USB. + This prevents build failures by making it depend on the value of CONFIG_USB. + Commit 36e0f0bd did this for architectures other than ARM manually. +- commit b89db5d + +------------------------------------------------------------------- +Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de + +- Drivers: hv: balloon: Fix a memory leak. +- commit 26cdad5 + +------------------------------------------------------------------- +Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com + +- Update to 3.7-final. +- commit 1771a73 + +------------------------------------------------------------------- +Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de + +- Update patch headers for fate314663 and fate314665 changes +- commit 44044f1 + +------------------------------------------------------------------- +Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz + +- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually + ext3 will be removed upstream so let's do the transition. +- commit dadc8ea + +------------------------------------------------------------------- +Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr + +- Update omap2plus (armv7) config: Enable TWL* USB drivers +- commit 28c09f5 + +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + +------------------------------------------------------------------- +Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de + +- fate#314663 hyper-v memory ballooning support +- mm: Export a function to get vm committed memory. +- Drivers: hv: Add Hyper-V balloon driver. +- Drivers: hv: balloon: Fix a bug in the definition of struct + dm_info_msg. +- Update config files. + fate#314665 hyper-v: Update the Vmbus protocol +- Drivers: hv: Implement routines for read side signaling + optimization. +- Drivers: hv: Add state to manage batched reading. +- Drivers: hv: Turn off batched reading for util drivers. +- Drivers: hv: Optimize signaling in the read path. +- Drivers: hv: Optimize the signaling on the write path. +- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask(). +- Drivers: hv: Support handling multiple VMBUS versions. +- Drivers: hv: Update the ring buffer structure to match win8 + functionality. +- Drivers: hv: Extend/modify vmbus_channel_offer_channel for + win7 and beyond. +- Drivers: hv: Save and export negotiated vmbus version. +- Drivers: hv: Change the signature for hv_signal_event(). +- Drivers: hv: Change the signature of vmbus_set_event(). +- Drivers: hv: Move vmbus version definitions to hyperv.h. +- Drivers: hv: Manage signaling state on a per-connection basis. +- Drivers: hv: Cleanup vmbus_set_event() to support win7 and + beyond. +- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID. +- Drivers: hv: Add state to manage incoming channel interrupt + load. +- Drivers: hv: Modify the interrupt handling code to support + win8 and beyond. +- Drivers: hv: Add code to distribute channel interrupt load. +- Drivers: hv: Get rid of the unused global signaling state. +- Drivers: hv: Get rid of unnecessary request for offers. +- Drivers: hv: Manage event tasklets on per-cpu basis. +- Drivers: hv: Handle vmbus interrupts concurrently on all cpus. +- Drivers: hv: Add a check to deal with spurious interrupts. +- Drivers: hv: Enable protocol negotiation with win8 hosts. +- Drivers: hv: Implement flow management on the send side. +- Drivers: hv: Capture the host build information. +- Drivers: hv: Cleanup and consolidate reporting of build/version + info. +- commit 4fccd03 + +------------------------------------------------------------------- +Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc8. +- Delete patches.rpmify/net-fix-build-failure-in-xilinx. +- commit 76b3d92 + +------------------------------------------------------------------- +Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de + +- add splash=black option to bootsplash code, + to keep a black background, useful for remote access to VMs + (bnc#773487) +- commit c060ae1 + +------------------------------------------------------------------- +Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem + (bnc#781327) +- commit 841d864 + +------------------------------------------------------------------- +Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com + +- net: fix build failure in xilinx. +- commit 28be621 + +------------------------------------------------------------------- +Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com + +- Update config files. Enable CONFIG_SMB2 to 'y'. +- commit 25bdfaf + +------------------------------------------------------------------- +Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc6. +- commit daac70a + +------------------------------------------------------------------- +Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz + +- rpm/config.sh: Set projects for ARM +- commit 55bac79 + +------------------------------------------------------------------- +Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related + crash in context switch code). +- commit bb1d12d + +------------------------------------------------------------------- +Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com + +- Update to 3.7-rc5. +- Update Xen patches additionally to c/s 1204: +- commit d5de9cf + +------------------------------------------------------------------- +Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com + +- config: sync x86_64 configs for NR_UARTS + This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and + CONFIG_SERIAL_8250_NR_UARTS to 32. +- commit ddf88e6 + +------------------------------------------------------------------- +Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com + +- Delete patches.arch/s390-remove-kvm-para.patch. +- commit f759e1e + +------------------------------------------------------------------- +Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com + +- config: sync ppc64 configs for LIB80211, NET_SDA_MV* + This commit changes the following options to be modular: + LIB80211 + NET_DSA_MV88E6XXX + NET_DSA_MV88E6060 +- commit caa5a52 + +------------------------------------------------------------------- +Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com + +- config: sync ppc64/debug with ppc64/default + The debug config should be identical to default with the exception of + the debug options. This patch brings ppc64/debug in line with ppc64/default + with the exception of a few things that are modular in debug that should + also be modular in default. +- commit b981fcd + +------------------------------------------------------------------- +Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com + +- config: sync kvm options between ppc64 flavors. +- commit 8a389d5 + +------------------------------------------------------------------- +Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com + +- config: disable HW_RANDOM_AMD on ppc64 + This chip is only on AMD hardware and an old ppc64 eval board. We can skip + it on ppc64. +- commit 03001a4 + +------------------------------------------------------------------- +Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com + +- config: Eliminate unused ppc/ppc64 configs. + The history of the ppc/ppc64 configs is a convoluted one that started + before the kernel source could support multiple machine types with a + single image and before there was a usable 64-bit userspace. + In the subsequent years, the powerpc code has been unified and we've + released a 64-bit powerpc userspace. The "default" and "ppc64" configs + on ppc64 are essentially identical and just waste space. The "ppc64" + config on 32-bit ppc address a long since unnecessary corner case. Users + who still want a 32-bit userspace with a 64-bit kernel can install and + update it themselves using the 64-bit repository like i386/x86_64 users + can do. + This commit can be summarized thusly: + rm config/ppc/ppc64 + rm config/ppc/ps3 (already unused) + mv config/ppc64/ppc64 config/ppc64/default +- commit a9cc3d5 + +------------------------------------------------------------------- +Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr + +- Add kernel-versatile description +- commit 5424cf2 + +------------------------------------------------------------------- +Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr + +- Enable armv5 in arch-symbols +- commit 401de81 + +------------------------------------------------------------------- +Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com + +- config: sync vanilla flavor with default flavor for each platform + The vanilla configs have drifted away from the default configuration + for each platform. This patch brings them back in sync. +- commit 8d4661f + +------------------------------------------------------------------- +Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com + +- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled. +- commit 9907c37 + +------------------------------------------------------------------- +Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com + +- Updated to 3.7-rc4. + Eliminated 1 patch. +- commit 5168053 + +------------------------------------------------------------------- +Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again). +- commit 5feff7e + +------------------------------------------------------------------- +Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com + +- Update Xen patches to 3.7-rc3 and c/s 1202. +- extend base interfaces to support multi-page rings for + frontend/backend communication. +- blkback: allow using multiple page frontend communication ring. +- blkfront: allow using multiple page backend communication ring. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Fix build when disabled. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- config.conf: Re-enable Xen configs. +- Update x86 config files. +- Delete patches.xen/xen3-acpi_override_2_2.patch. +- commit f042386 + +------------------------------------------------------------------- +Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr + +- Add support to armv5 versatile kernel +- commit 99d34f3 + +------------------------------------------------------------------- +Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc3. +- commit 48e5027 + +------------------------------------------------------------------- +Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615) +- commit 2520563 + +------------------------------------------------------------------- +Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de + +- ARM: Update config files: Fix vexpress (default) config +- commit be072b4 + +------------------------------------------------------------------- +Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de + +- Fixup kvm for s390. +- commit 503388b + +------------------------------------------------------------------- +Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi +- commit 336ead7 + +------------------------------------------------------------------- +Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de + +- Revert "disable non-compiling irrelevant I2C module" +- commit d5a21c5 + +------------------------------------------------------------------- +Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de + +- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE. +- commit 8e108ab + +------------------------------------------------------------------- +Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 565b450 + +------------------------------------------------------------------- +Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de + +- Refresh patches.arch/arm-exynos-nosparse.patch. +- commit 55fbf60 + +------------------------------------------------------------------- +Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 118f2f9 + +------------------------------------------------------------------- +Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de + +- ARM: Exynos: Fix MMC driver +- ARM: Exynos: Update configs +- commit 37a1704 + +------------------------------------------------------------------- +Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com + +- config: change CONFIG_USB_EZUSB_FX2 to module +- commit 36e0f0b + +------------------------------------------------------------------- +Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com + +- Actually use kthread_run in crasher.ko. + The previous commit was incomplete. +- commit b8b35ae + +------------------------------------------------------------------- +Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com + +- crasher: use kthread_run() instead of kernel_thread(). + Linux 3.7-rc2 no longer exports kernel_thread on all architectures. +- commit f17d925 + +------------------------------------------------------------------- +Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com + +- Updated to 3.7-rc2. +- commit e00a663 + ------------------------------------------------------------------- Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de @@ -14,7 +404,7 @@ Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz - Refresh patches.xen/xen3-patch-3.6. - Delete patches.fixes/hv-storvsc-reset-wait.patch. - Delete - patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. + patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. - commit cfee26b ------------------------------------------------------------------- @@ -36,19 +426,19 @@ Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de and proper git-xy: meta tags: - lib: Add early cpio decoder. - x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() - for e820 handling. + for e820 handling. - ACPI: Store valid ACPI tables passed via early initrd in - reserved memblock areas. + reserved memblock areas. - ACPI: Implement physical address table override. - ACPI: Create acpi_table_taint() function to avoid code - duplication. + duplication. - ACPI: Document ACPI table overriding via initrd. - ACPI: Fix build when disabled. - X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. - ACPI: Overriding ACPI tables via initrd only works with - an initrd. + an initrd. - ACPI: Cleanup acpi_initrd_override declaration and remove - ifdefs. + ifdefs. - Delete patches.arch/acpi_fix_custom_method_acc.patch. - Delete patches.arch/acpi_override_2_2.patch. - Delete patches.arch/acpi_override_documentation. @@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz This allows to control the kabi checker from outside of the package. - commit 0a0900c +------------------------------------------------------------------- +Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com + +- Update to 3.7-rc1. +- Eliminated 38 patches. +- Xen is disabled. +- ARM configs need updating. +- Module signing is disabled until the build infrastructure can support it. +- commit fce087a + ------------------------------------------------------------------- Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz @@ -87,14 +487,20 @@ Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz - Delete - patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. + patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. - Delete - patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. + patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. - Delete - patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. + patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. These are in 3.6.1. - commit 2a321c4 +------------------------------------------------------------------- +Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com + +- Remove noncompiling modules +- commit b7cdd5a + ------------------------------------------------------------------- Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de @@ -136,7 +542,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - hyperv: Add comments for the extended buffer after RNDIS message. - Drivers: hv: Cleanup the guest ID computation. - Drivers: hv: vmbus: Use the standard format string to format - GUIDs. + GUIDs. - Drivers: hv: Add KVP definitions for IP address injection. - Drivers: hv: kvp: Cleanup error handling in KVP. - Drivers: hv: Explicitly size elements of protocol structures. @@ -148,7 +554,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - Tools: hv: Represent the ipv6 mask using CIDR notation. - Tools: hv: Gather ipv[4,6] gateway information. - hv: fail the probing immediately when we are not in hyperv - platform. + platform. - hv: vmbus_drv: detect hyperv through x86_hyper. - Tools: hv: Get rid of some unused variables. - Tools: hv: Correctly type string variables. @@ -167,14 +573,14 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - tools/hv: Parse /etc/os-release. - hyperv: Fix the max_xfer_size in RNDIS initialization. - hyperv: Fix the missing return value in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - hyperv: Fix page buffer handling in rndis_filter_send_request(). - hyperv: Remove extra allocated space for recv_pkt_list elements. - hyperv: Report actual status in receive completion packet. - hyperv: Add buffer for extended info after the RNDIS response - message. + message. - Delete - patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. - commit 08d283b ------------------------------------------------------------------- @@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com - ARM/u5800: Fix build of ux500 driver - Acked-by: Jeff Mahoney - commit 0ea37a0 +------------------------------------------------------------------- +Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com + +- disable non-compiling irrelevant I2C module +- commit 0ba9bac + ------------------------------------------------------------------- Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com - ARM/tegra: Remove optional parts to fix build - Acked-by: Jeff Mahoney - commit d729a16 ------------------------------------------------------------------- Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com - ARM: enable zcache support - Acked-by: Jeff Mahoney - commit 17b147b ------------------------------------------------------------------- Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com - ARM/cubox: set cachefilesd to module - Acked-by: Jeff Mahoney - commit c1fb243 ------------------------------------------------------------------- @@ -229,13 +637,13 @@ Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de - Remove old patchset to override ACPI tables via initrd. Also remove a stale xen patch related to that. - Delete - patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - Delete - patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. - Delete - patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. - Delete - patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - commit dd8f1b0 ------------------------------------------------------------------- @@ -364,7 +772,7 @@ Mon Sep 10 19:22:00 CEST 2012 - jeffm@suse.com Mon Sep 10 10:20:23 CEST 2012 - jbeulich@novell.com - patches.arch/s390-message-catalog.diff: Properly handle pr_cont() and fold - in the below two trivial fixes. + in the below two trivial fixes. - Delete patches.arch/s390-message-catalog-fix.diff. - Delete patches.arch/s390-message-catalog-perl-fix.diff. - Refresh patches.arch/kmsg-fix-parameter-limitations. @@ -438,10 +846,10 @@ Fri Aug 31 23:20:23 CEST 2012 - dmueller@suse.com Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz - i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y - && CONFIG_I2C_DESIGN. + && CONFIG_I2C_DESIGN. - Delete - patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. - Move it to rpmify, so that vanilla builds fine too. + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. - commit 0217ad5 ------------------------------------------------------------------- @@ -519,7 +927,7 @@ Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com Fri Aug 17 14:51:23 CEST 2012 - jeffm@suse.com - Update to 3.6-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 71963b0 ------------------------------------------------------------------- @@ -975,7 +1383,7 @@ Wed Jun 13 13:21:58 CEST 2012 - hare@suse.de - Rediff patch - patches.drivers/mach-dove-Fixup-ge00-initialisation.patch: - Rediff after backport from upstream. + Rediff after backport from upstream. - commit fa58c5e ------------------------------------------------------------------- @@ -983,7 +1391,7 @@ Wed Jun 13 12:56:17 CEST 2012 - hare@suse.de - Fixup patch to apply - patches.drivers/spi-orion-convert-to-new-infrastructure.patch - backported from upstream. + backported from upstream. - commit 2507393 ------------------------------------------------------------------- @@ -1002,9 +1410,9 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com - Update to 3.5-rc2. - - Xen needs update. - - ARM needs update. - - Eliminated 13 patches. + - Xen needs update. + - ARM needs update. + - Eliminated 13 patches. - commit 3f461b1 ------------------------------------------------------------------- @@ -1043,7 +1451,7 @@ Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de - [SCSI] storvsc: Properly handle errors from the host - (bnc#747404). + (bnc#747404). - Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. - commit ad28e23 @@ -1106,7 +1514,7 @@ Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Tue May 22 14:21:24 CEST 2012 - trenn@suse.de - X86 acpi_cpufreq: Do not use request_module for autoloading - (bnc#756085). + (bnc#756085). - Refresh patches.xen/xen3-auto-common.diff. - patches.xen/xen3-patch-3.3: - commit caf270e @@ -1165,7 +1573,7 @@ Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com - Update to 3.4-rc7. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 4cd9e9b ------------------------------------------------------------------- @@ -1218,7 +1626,7 @@ Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com - Update to 3.4-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 749ea8f ------------------------------------------------------------------- @@ -1255,7 +1663,7 @@ Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not require distribution-release - during build. + during build. - commit 3cd703f ------------------------------------------------------------------- @@ -1306,18 +1714,18 @@ Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com - Disabled DECNet and ARCNet. Specific config options disabled: CONFIG_ARCNET - CONFIG_ARCNET_1051 - CONFIG_ARCNET_1201 - CONFIG_ARCNET_CAP - CONFIG_ARCNET_COM20020_CS - CONFIG_ARCNET_COM20020 - CONFIG_ARCNET_COM20020_PCI - CONFIG_ARCNET_COM90xxIO - CONFIG_ARCNET_COM90xx - CONFIG_ARCNET_RAW - CONFIG_ARCNET_RIM_I + CONFIG_ARCNET_1051 + CONFIG_ARCNET_1201 + CONFIG_ARCNET_CAP + CONFIG_ARCNET_COM20020_CS + CONFIG_ARCNET_COM20020 + CONFIG_ARCNET_COM20020_PCI + CONFIG_ARCNET_COM90xxIO + CONFIG_ARCNET_COM90xx + CONFIG_ARCNET_RAW + CONFIG_ARCNET_RIM_I CONFIG_DECNET - CONFIG_DECNET_NF_GRABULATOR + CONFIG_DECNET_NF_GRABULATOR - commit 272dd14 ------------------------------------------------------------------- @@ -1419,7 +1827,7 @@ Fri Apr 20 18:09:06 CEST 2012 - jbeulich@novell.com Tue Apr 17 15:59:19 CEST 2012 - jeffm@suse.com - Update to 3.4-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 2fde7e0 ------------------------------------------------------------------- @@ -1439,7 +1847,7 @@ Mon Apr 9 03:28:12 CEST 2012 - jeffm@suse.com Fri Apr 6 06:42:35 CEST 2012 - jeffm@suse.com - Update AppArmor for 3.4. - - apparmor: Add "profiles" list to sysfs. + - apparmor: Add "profiles" list to sysfs. - commit 59517ac ------------------------------------------------------------------- @@ -1452,10 +1860,10 @@ Thu Apr 5 22:25:16 CEST 2012 - jeffm@suse.com Thu Apr 5 09:18:14 CEST 2012 - jeffm@suse.com - Updated to 3.4-rc1. - - Eliminated 121 patches. - - Xen is unavailable. - - ACPI overrides are unavailable. - - AppArmor network feature are unavailable. + - Eliminated 121 patches. + - Xen is unavailable. + - ACPI overrides are unavailable. + - AppArmor network feature are unavailable. - commit 3ac7e79 ------------------------------------------------------------------- @@ -1535,7 +1943,7 @@ Sat Mar 24 00:57:07 CET 2012 - dsterba@suse.cz - Refresh patches.suse/btrfs-handle-EIO. - Refresh - patches.suse/btrfs-volumes-schedule_bio-should-return-void. + patches.suse/btrfs-volumes-schedule_bio-should-return-void. - commit d97ade6 ------------------------------------------------------------------- @@ -1578,10 +1986,10 @@ Mon Mar 19 11:16:34 CET 2012 - jslaby@suse.cz Mon Mar 19 11:07:00 CET 2012 - jslaby@suse.cz - Delete - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. + patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. - Delete patches.arch/dell_optiplex_990_fix_reboot.patch. - Delete - patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. + patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. - Delete patches.drivers/libata-unlock-hpa-by-default. - Delete patches.fixes/scsi-add-tgps-setting. - Delete patches.fixes/scsi-dh-rdac-add-stk. @@ -1618,23 +2026,23 @@ Mon Mar 12 15:26:55 CET 2012 - ohering@suse.de - Staging: hv: storvsc: Cleanup storvsc_host_reset_handler(). - Staging: hv: storvsc: Move and cleanup storvsc_remove(). - Staging: hv: storvsc: Add a comment to explain life-cycle - management. + management. - Staging: hv: storvsc: Get rid of the on_io_completion in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Rename the context field in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver. - Staging: hv: storvsc: Cleanup the code for generating protocol - version. + version. - Staging: hv: storvsc: Cleanup some protocol related constants. - Staging: hv: storvsc: Get rid of some unused defines. - Staging: hv: storvsc: Consolidate the request structure. - Staging: hv: storvsc: Consolidate all the wire protocol - definitions. + definitions. - Staging: hv: storvsc: Move the storage driver out of the - staging area. + staging area. - Rename patches.suse/staging-hv-pata_piix-ignore-disks.patch to - patches.suse/suse-hv-pata_piix-ignore-disks.patch + patches.suse/suse-hv-pata_piix-ignore-disks.patch - commit 7487199 ------------------------------------------------------------------- @@ -1829,41 +2237,41 @@ Mon Feb 13 17:23:49 CET 2012 - mmarek@suse.cz Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de - Add driver auto probing for x86 features v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Fix overrun check in arch_print_cpu_modalias() - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - crypto: Add support for x86 cpuid - auto loading for x86 crypto drivers - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + auto loading for x86 crypto drivers + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Clean up modalias feature matching - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel-idle: convert to x86_cpu_id auto probing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Fix ID for Nehalem-EX Xeon in device ID table - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert via-cputemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k7: Fix CPU family number - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: Load acpi-cpufreq from processor driver automatically - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Revert change of auto_demotion_flags for Nehalem - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert coretemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k6: Really enable auto-loading - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - X86: Introduce HW-Pstate scattered cpuid feature - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - cpufreq: Add support for x86 cpuinfo auto loading v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86: autoload microcode driver on Intel and AMD systems v2 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 parts - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: remove duplicated lines of merging - problems with acpi_processor_start - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + problems with acpi_processor_start + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - Update config files. - commit 6efe9b5 @@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for --default (bnc#745632). KMPs are still built as i586. + -default (bnc#745632). KMPs are still built as i586. - commit 88a632b ------------------------------------------------------------------- @@ -1902,8 +2310,8 @@ Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com - Update to 3.3-rc2. - - Eliminated 5 patches. - - Xen is disabled. + - Eliminated 5 patches. + - Xen is disabled. - commit d017ea1 ------------------------------------------------------------------- @@ -2002,7 +2410,7 @@ Wed Dec 21 14:38:42 CET 2011 - jbeulich@novell.com Tue Dec 20 16:35:33 CET 2011 - jeffm@suse.com - Update to 3.2-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit d5a489e ------------------------------------------------------------------- @@ -2010,7 +2418,7 @@ Tue Dec 20 11:34:14 CET 2011 - trenn@suse.de - These should all be mainline in some form: - Delete - patches.arch/implement_stop_machine_from_offline_cpu.patch. + patches.arch/implement_stop_machine_from_offline_cpu.patch. - Delete patches.arch/kill-__stop_machine.patch. - Delete patches.arch/reorganize_stop_cpus.patch. - Delete patches.arch/use_stop_machine_for_mtrr_rendezvous.patch. @@ -2026,14 +2434,14 @@ Sun Dec 18 07:38:42 CET 2011 - aj@suse.de Fri Dec 16 15:37:51 CET 2011 - aj@suse.de - rpm/kernel-binary.spec.in: Add provides and make most obsoletes versioned. - This silences rpmlint warnings. + This silences rpmlint warnings. - commit e3023c7 ------------------------------------------------------------------- Wed Dec 14 13:51:41 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: Fix tarball URL for -rcX and - do not generate any URL for linux-next and vanilla snapshots. + do not generate any URL for linux-next and vanilla snapshots. - commit 1548daf ------------------------------------------------------------------- @@ -2123,7 +2531,7 @@ Wed Dec 7 11:05:05 CET 2011 - aj@suse.de Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com - Update to 3.2-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit a7d546d ------------------------------------------------------------------- @@ -2235,8 +2643,8 @@ Fri Nov 25 05:58:54 CET 2011 - jeffm@suse.com Fri Nov 25 05:47:49 CET 2011 - jeffm@suse.com - Update to 3.2-rc3. - - stack unwind: cfi_ignore takes more arguments. - - iio: Fix build error in industrialio-core.c. + - stack unwind: cfi_ignore takes more arguments. + - iio: Fix build error in industrialio-core.c. - commit 48ef020 ------------------------------------------------------------------- @@ -2249,7 +2657,7 @@ Thu Nov 24 18:45:54 CET 2011 - ohering@suse.de Thu Nov 24 13:01:09 CET 2011 - mmarek@suse.cz - rpm/try-disable-staging-driver: Script to disable failing staging - driver and restart make. + driver and restart make. - commit 819d1fa ------------------------------------------------------------------- @@ -2343,14 +2751,14 @@ Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de Wed Nov 16 06:51:07 CET 2011 - jeffm@suse.com - Update to 3.2-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 85c9930 ------------------------------------------------------------------- Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com - Update to 3.2-rc1. - - Eliminate 212 patches. + - Eliminate 212 patches. - commit 6318d5b ------------------------------------------------------------------- @@ -2390,8 +2798,8 @@ Sat Nov 5 01:32:21 CET 2011 - trenn@suse.de Thu Nov 3 17:56:46 CET 2011 - mszeredi@suse.cz - patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch: - hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops - (CVE-2011-2203 bnc#699709). + hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops + (CVE-2011-2203 bnc#699709). - commit 7923119 ------------------------------------------------------------------- @@ -2429,16 +2837,16 @@ Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com - Add Elantech touchpad v3/v4 support (bnc#716852): - - Input: elantech - add v3 hardware support. - - Input: elantech - add v4 hardware support. - - Input: elantech - better support all those v2 variants. - - Input: elantech - clean up elantech_init. - - Input: elantech - correct x, y value range for v2 hardware. - - Input: elantech - get rid of ETP_2FT_* in elantech.h. - - Input: elantech - packet checking for v2 hardware. - - Input: elantech - remove ETP_EDGE_FUZZ_V2. - - Input: elantech - remove module parameter force_elantech. - - Input: elantech - use firmware provided x, y ranges. + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. - commit 28551a0 ------------------------------------------------------------------- @@ -2469,7 +2877,7 @@ Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de Tue Oct 25 19:24:17 CEST 2011 - eich@suse.de - patches.suse/SUSE-bootsplash: remove DEBUG macro which was - left in the code by accident. + left in the code by accident. - commit a56ba15 ------------------------------------------------------------------- @@ -2482,7 +2890,7 @@ Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de - patches.suse/staging-hv-pata_piix-ignore-disks.patch: - Update comments in code and reduce patch size + Update comments in code and reduce patch size - commit 8913d07 ------------------------------------------------------------------- @@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de ------------------------------------------------------------------- Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com --Update to 3.1-rc10. +- -Update to 3.1-rc10. - commit 239957e ------------------------------------------------------------------- @@ -2522,11 +2930,11 @@ Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de - Various updates for hv drivers, which fix also the hv_mouse driver - staging: hv: storvsc: ignore SET_WINDOWN scsi command - (bnc#722646). + (bnc#722646). - staging/hv: advertise hv_storvsc instead of storvsc as sysfs - driver name (bnc#716708). + driver name (bnc#716708). - staging/hv: fill scsi/proc_name for the sake of mkinitrd - (bnc#716708). + (bnc#716708). - Staging: hv: util: Invoke cn_netlink_send() in a work context. - Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. - Refresh patches.xen/xen3-patch-2.6.32. @@ -2560,7 +2968,7 @@ Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com - patches.suse/supported-flag: Also look for Module.supported in the - source tree. + source tree. - Refresh patches.suse/supported-flag-enterprise. - commit 9c8680a @@ -2594,15 +3002,15 @@ Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - commit e3c78cf ------------------------------------------------------------------- @@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de - Refresh patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. --> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. + -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. - commit 0ac4276 ------------------------------------------------------------------- @@ -2647,9 +3055,9 @@ Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de - ACPI: Implement overriding of arbitrary ACPI tables via initrd - (none). + (none). - ACPICA: Fix wrongly mapped acpi table header when overriding - via initrd (none). + via initrd (none). - ACPICA: Introduce acpi_os_phys_table_override function (none). - x86: allow NVS can be accessed by driver (none). - Update config files: @@ -2667,7 +3075,7 @@ Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix unwinding through - interrupt frames, requiring ... + interrupt frames, requiring ... - patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression. - commit 4d917a5 @@ -2706,7 +3114,7 @@ Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com - mm: frontswap: swap data structure changes. - In HVM guests do not take over the CDROM device (bnc#645893). - x86: report ACPI-reserved state of PCI MMCONFIG region to - hypervisor. + hypervisor. - config.conf: Re-enable Xen flavors. - Update config files. - commit 3692f47 @@ -2746,33 +3154,33 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: util: kvp: Fix the reported OSVersion string. - Staging: hv: util: kvp: Cleanup kvp_get_domain_name(). - Staging: hv: Fix macros, tab errors and warning in - drivers/staging/hv/hv_mouse.c. + drivers/staging/hv/hv_mouse.c. - Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get - rid of the PCI signature. + rid of the PCI signature. - Staging: hv: Replace struct hv_guid with the uuid type already - defined in Linux. + defined in Linux. - Staging: hv: vmbus: Introduce vmbus ID space in struct - hv_driver. + hv_driver. - Staging: hv: blkvsc: Use the newly introduced vmbus ID in the - blockvsc driver. + blockvsc driver. - Staging: hv: storvsc: Use the newly introduced vmbus ID in - storvsc driver. + storvsc driver. - Staging: hv: netvsc: Use the newly introduced vmbus ID in - netvsc driver. + netvsc driver. - Staging: hv: mousevsc: Use the newly introduced vmbus ID in - mouse driver. + mouse driver. - Staging: hv: util: Make hv_utils a vmbus device driver. - Staging: hv: create VMBUS_DEVICE macro and use it. - Staging: hv: vmbus: Cleanup vmbus_match(). - Staging: hv: vmbus: Cleanup vmbus_uevent() code. - Staging: hv: vmbus: Support the notion of id tables in - vmbus_match(). + vmbus_match(). - Staging: hv: vmbus: Get rid of an unnecessary include line - in vmbus_drv.c. + in vmbus_drv.c. - Staging: hv: storvsc: Get rid of the DMI signature. - Staging: hv: netvsc: Get rid of the PCI signature. - Staging: hv: netvsc: Get rid of the DMI signature in - netvsc_drv.c. + netvsc_drv.c. - Staging: hv: util: Get rid of the DMI signature in hv_util.c. - Staging: hv: util: Get rid of the PCI signature in hv_util.c. - Staging: hv: fix up driver registering mess. @@ -2780,59 +3188,59 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: vmbus: Cleanup unnecessary comments in hv.c. - Staging: hv: vmbus: Cleanup error handling in hv_init(). - Staging: hv: vmbus: Get rid of unnecessay comments in - connection.c. + connection.c. - Staging: hv: vmbus: Get rid of the function dump_gpadl_body(). - Staging: hv: vmbus: Get rid of the function dump_gpadl_header(). - Staging: hv: vmbus: Rename openMsg to open_msg in channel.c. - Staging: hv: vmbus: Get rid of unnecessary comments in - channel.c. + channel.c. - Staging: hv: vmbus: Change the variable name openInfo to - open_info in channel.c. + open_info in channel.c. - Staging: hv: vmbus: Cleanup error values in ringbuffer.c. - Staging: hv: vmbus: Cleanup the error return value in - vmbus_recvpacket_raw(). + vmbus_recvpacket_raw(). - Staging: hv: netvsc: Get rid of an unnecessary print statement - in netvsc_probe(). + in netvsc_probe(). - Staging: hv: vmbus: Retry vmbus_post_msg() before giving up. - Staging: hv: storvsc: Cleanup error handling in - storvsc_dev_add(). + storvsc_dev_add(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_channel_init(). + storvsc_channel_init(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_connect_to_vsp(). + storvsc_connect_to_vsp(). - Staging: hv: storvsc: Cleanup error handling in storvsc_do_io(). - Storage: hv: storvsc: Get rid of some unnecessary DPRINTs - from storvsc.c. + from storvsc.c. - Staging: hv: storvsc: Fix/cleanup some dated comments in - storvsc.c. + storvsc.c. - Staging: hv: storvsc: Cleanup returned error code in - storvsc_host_reset(). + storvsc_host_reset(). - Staging: hv: storvsc: Cleanup error code returned in - storvsc_probe(). + storvsc_probe(). - Staging: hv: storvsc: Cleanup returned error code in - storvsc_drv_init(). + storvsc_drv_init(). - Staging: hv: netvsc: Cleanup the returned error code in - netvsc_probe(). + netvsc_probe(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_destroy_recv_buf(). + netvsc_destroy_recv_buf(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_init_recv_buf(). + netvsc_init_recv_buf(). - Staging: hv: netvsc: Cleanup error returns in - netvsc_connect_vsp(). + netvsc_connect_vsp(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_send(). + netvsc_send(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_device_add(). + netvsc_device_add(). - Staging: hv: netvsc: Cleanup error codes in - rndis_filter_receive(). + rndis_filter_receive(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_query_device(). + rndis_filter_query_device(). - Staging: hv: netvsc: Cleanup error return values in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - Staging: hv: netvsc: Cleanup error returns in - rndis_filter_init_device(). + rndis_filter_init_device(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_device_add(). + rndis_filter_device_add(). - Staging: hv: mouse: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Exit to exit. @@ -2845,72 +3253,72 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: add driver_data to hv_vmbus_device_id. - Staging: hv: Add code to parse struct hv_vmbus_device_id table. - Staging: hv: file2alias: fix up alias creation logic for - hv_vmbus_device_id. + hv_vmbus_device_id. - Staging: hv: storvsc: Inline free_stor_device(). - Staging: hv: storvsc: Do not aquire an unnecessary reference - on stor_device. + on stor_device. - Staging: hv: storvsc: Rename must_get_stor_device(). - Staging: hv: storvsc: Rename get_stor_device(). - Staging: hv: storvsc: Cleanup alloc_stor_device(). - Staging: hv: storvsc: Introduce state to manage the lifecycle - of stor device. + of stor device. - Staging: hv: storvsc: Prevent outgoing traffic when stor dev - is being destroyed. + is being destroyed. - Staging: hv: storvsc: Get rid of release_stor_device() by - inlining the code. + inlining the code. - Staging: hv: storvsc: Get rid of final_release_stor_device() - by inlining code. + by inlining code. - Staging: hv: storvsc: Get rid of the reference counting in - struct storvsc_device. + struct storvsc_device. - Staging: hv: netvsc: Inline the code for free_net_device(). - Staging: hv: netvsc: Cleanup alloc_net_device(). - Staging: hv: netvsc: Introduce state to manage the lifecycle - of net device. + of net device. - Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev - is destroyed. + is destroyed. - Staging: hv: netvsc: Get rid of release_outbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of release_inbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of the refcnt field in struct - netvsc_device. + netvsc_device. - Staging: hv: storvsc: Add code to handle IDE devices using - the storvsc driver. + the storvsc driver. - Staging: hv: storvsc: Handle IDE devices using the storvsc - driver. + driver. - Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is - not used. + not used. - Staging: hv: storvsc: Optimize bounce buffer handling for the - "write" case. + "write" case. - Staging: hv: storvsc: Optimize the bounce buffer handling in - the "read" case. + the "read" case. - Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of storvsc.c. + contents of storvsc.c. - Staging: hv: storvsc: Add the contents of hyperv_storage.h - to storvsc_drv.c. + to storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of hyperv_storage.h. + contents of hyperv_storage.h. - Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY - and MODE_SENSE. + and MODE_SENSE. - Staging: hv: storvsc: Fix a typo. - Staging: hv: storvsc: In case of scsi errors offline the device. - Staging: hv: storvsc: No need to copy from bounce buffer in - case of a failure. + case of a failure. - Staging: hv: util: Forcefully shutdown when shutdown is - requested. + requested. - Staging: hv: util: Adjust guest time in a process context. - Staging: hv: vmbus: Check before invoking the channel callback. - Staging: hv: vmbus: Properly deal with de-registering channel - callback. + callback. - Staging: hv: Fix a bug in vmbus_match(). - Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining - the code. + the code. - Staging: hv: vmbus: Do not enable auto eoi. - Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add(). - Staging: hv: vmbus: Get rid of some dated/redundant comments. - Staging: hv: vmbus: Get rid of an unnecessary check in - vmbus_connect(). + vmbus_connect(). - Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c. - Staging: hv: vmbus: Fix checkpatch warnings in connection.c. - Staging: hv: mousevsc: Fix checkpatch errors and warnings. @@ -2983,16 +3391,16 @@ Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com - Refreshed and re-enabled dm-path patches: - - patches.suse/dm-mpath-accept-failed-paths. - - patches.suse/dm-mpath-detach-existing-hardware-handler. + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. - commit 70cadcd ------------------------------------------------------------------- Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com - Update to 3.1-rc3. - - Eliminated 8 patches. - - Xen is disabled. + - Eliminated 8 patches. + - Xen is disabled. - commit eccefcc ------------------------------------------------------------------- @@ -3000,8 +3408,8 @@ Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de - * Refresh patches.suse/SUSE-bootsplash. * Fix bootsplash code for 15bpp framebuffers. - These framebuffers are rare these days, the legendary and still - popular server chipset Radeon ES1000 supports it, though. + These framebuffers are rare these days, the legendary and still + popular server chipset Radeon ES1000 supports it, though. - commit f25ce3e ------------------------------------------------------------------- @@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de - Update config files: bnc#674988, change: --CONFIG_ACPI_CUSTOM_METHOD=m + -CONFIG_ACPI_CUSTOM_METHOD=m +# CONFIG_ACPI_CUSTOM_METHOD is not set for all flavors - commit f1af972 @@ -3115,10 +3523,10 @@ Thu Jul 14 17:52:45 CEST 2011 - tiwai@suse.de Thu Jul 14 17:26:51 CEST 2011 - tiwai@suse.de - ALSA: hda - Add Kconfig for the default buffer size - (bnc#682725). + (bnc#682725). - Update config files. - Delete, replaced with the new upstream patch - patches.drivers/alsa-hda-0019-Increase-default-buffer-size. + patches.drivers/alsa-hda-0019-Increase-default-buffer-size. - commit 40c7644 ------------------------------------------------------------------- @@ -3140,7 +3548,7 @@ Sat Jul 9 11:17:46 CEST 2011 - jslaby@suse.cz Thu Jul 7 00:58:01 CEST 2011 - jeffm@suse.com - Update to 3.0-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 56e99da ------------------------------------------------------------------- @@ -3149,7 +3557,7 @@ Tue Jul 5 09:18:43 CEST 2011 - jbeulich@novell.com - Update Xen patches to 3.0-rc5 and c/s 1095. - xen: prepare tmem shim to handle frontswap. - support booting Xen from EFI (fate#311376, fate#311529, - bnc#578927, bnc#628554). + bnc#578927, bnc#628554). - config.conf: Re-enabled Xen flavors. - Update x86 config files. - Delete patches.xen/xen-blkback-bimodal-suse. @@ -3196,31 +3604,31 @@ Tue Jun 21 12:14:44 CEST 2011 - mmarek@suse.cz Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz - rpm/post.sh: Touch /boot/do_purge_kernels on package install - (fate#312018). + (fate#312018). - rpm/postun.sh: Remove it again if it still exists on package - uninstall. + uninstall. - commit 82f4a5d ------------------------------------------------------------------- Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de - stop_machine: implement stop_machine_from_offline_cpu() - (bnc#697859). + (bnc#697859). - stop_machine: kill __stop_machine() (bnc#697859). - x86, mtrr: lock stop machine during MTRR rendezvous sequence - (bnc#697859). + (bnc#697859). - stop_machine: reorganize stop_cpus() implementation - (bnc#697859). + (bnc#697859). - x86, mtrr: use __stop_machine() for doing MTRR rendezvous - (bnc#697859). + (bnc#697859). - commit aa3d6e2 ------------------------------------------------------------------- Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz - Remove the novfs patches, it should be packaged as a KMP, or - ideally, reimplemented as a fuse filesystem (which is the reason why - the current implementation it is never going to be accepted upstream). + ideally, reimplemented as a fuse filesystem (which is the reason why + the current implementation it is never going to be accepted upstream). - Delete patches.fixes/novfs-copy_user-fixes.diff. - Delete patches.fixes/novfs-minsize-fixes. - Delete patches.fixes/novfs-nwcapi.patch. @@ -3275,7 +3683,7 @@ Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz Wed Jun 15 08:05:05 CEST 2011 - jeffm@suse.com - Update to 3.0-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit a1fe999 ------------------------------------------------------------------- @@ -3343,9 +3751,9 @@ Mon Jun 13 14:06:28 CEST 2011 - mmarek@suse.cz the SRCVERSION variable will only be used to determine the tarball version. - rpm/compute-PATCHVERSION.sh: Set default PATCHLEVEL and SUBLEVEL to 0. - The package version will thus always match the Makefile version and - the SRCVERSION variable will only be used to determine the tarball - version. + The package version will thus always match the Makefile version and + the SRCVERSION variable will only be used to determine the tarball + version. - rpm/kernel-binary.spec.in: Revert the previous hack. - commit 95c9977 @@ -3368,9 +3776,9 @@ Fri Jun 10 20:24:41 CEST 2011 - jeffm@suse.com Fri Jun 10 17:12:22 CEST 2011 - jeffm@suse.com - x86: Remove warning and warning_symbol from struct - stacktrace_ops. + stacktrace_ops. - Delete - patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. + patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. - commit 608ce9e ------------------------------------------------------------------- @@ -3462,13 +3870,13 @@ Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - commit 83331f5 ------------------------------------------------------------------- @@ -3489,14 +3897,14 @@ Tue May 31 05:09:44 CEST 2011 - jeffm@suse.com Tue May 31 05:08:21 CEST 2011 - jeffm@suse.com - Updated to 3.0-rc1. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit 5710413 ------------------------------------------------------------------- Mon May 30 15:54:37 CEST 2011 - jack@suse.cz - mm: Fix assertion mapping->nrpages == 0 in end_writeback() - (bnc#693013 bnc#666423). + (bnc#693013 bnc#666423). - Refresh patches.xen/tmem. - commit d3e465a @@ -3504,9 +3912,9 @@ Mon May 30 15:54:37 CEST 2011 - jack@suse.cz Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. + patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. - aic94xx: world-writable sysfs update_bios file. - Update upstream info. + Update upstream info. - commit 8912816 ------------------------------------------------------------------- @@ -3567,7 +3975,7 @@ Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc7. - - Eliminated 5 patches. + - Eliminated 5 patches. - commit a8a170f ------------------------------------------------------------------- @@ -3580,16 +3988,16 @@ Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz - Delete - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 - commit 7934e2d ------------------------------------------------------------------- Thu May 12 11:56:16 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - Note about submission. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + Note about submission. - commit 9922e20 ------------------------------------------------------------------- @@ -3602,15 +4010,15 @@ Tue May 10 19:10:18 CEST 2011 - mhocko@suse.cz Tue May 10 16:14:44 CEST 2011 - mhocko@suse.cz - patches.fixes/aggressive-zone-reclaim.patch: delete because - the patch is very workload specific and can lead to unexpected - reclaims in parallel node local workloads. + the patch is very workload specific and can lead to unexpected + reclaims in parallel node local workloads. - commit 56cf10e ------------------------------------------------------------------- Tue May 10 16:04:27 CEST 2011 - mhocko@suse.cz - Delete patches.suse/mm-devzero-optimisation.patch: we do not need - it anymore as we have zero page back since 2.6.32 + it anymore as we have zero page back since 2.6.32 - commit 323a093 ------------------------------------------------------------------- @@ -3629,64 +4037,64 @@ Mon May 9 14:32:59 CEST 2011 - jbeulich@novell.com Mon May 9 11:32:35 CEST 2011 - jbeulich@novell.com - patches.suse/kconfig-automate-kernel-desktop: Remove stray blank - lines (for older versions of "patch" to grok). + lines (for older versions of "patch" to grok). - commit 4dfa74d ------------------------------------------------------------------- Sat May 7 01:50:06 CEST 2011 - jeffm@suse.com - Removed network driver entropy patches. haveged is installed by default - and should be enabled to generate entropy from non-predictable sources. - - Delete patches.drivers/bnx2-entropy-source.patch. - - Delete patches.drivers/e1000-entropy-source.patch. - - Delete patches.drivers/e1000e-entropy-source.patch. - - Delete patches.drivers/igb-entropy-source.patch. - - Delete patches.drivers/ixgbe-entropy-source.patch. - - Delete patches.drivers/tg3-entropy-source.patch. + and should be enabled to generate entropy from non-predictable sources. + - Delete patches.drivers/bnx2-entropy-source.patch. + - Delete patches.drivers/e1000-entropy-source.patch. + - Delete patches.drivers/e1000e-entropy-source.patch. + - Delete patches.drivers/igb-entropy-source.patch. + - Delete patches.drivers/ixgbe-entropy-source.patch. + - Delete patches.drivers/tg3-entropy-source.patch. - commit c88b893 ------------------------------------------------------------------- Fri May 6 19:36:47 CEST 2011 - jeffm@suse.com - Update - patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack - (bnc#466279 bnc#681639). + patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack + (bnc#466279 bnc#681639). - commit 72e779f ------------------------------------------------------------------- Fri May 6 19:31:10 CEST 2011 - jeffm@suse.com - Disabled patches.drivers/libata-unlock-hpa-by-default; It may have - been obsoleted by upstream commit d8d9129e. + been obsoleted by upstream commit d8d9129e. - commit 1a21ab3 ------------------------------------------------------------------- Fri May 6 18:51:20 CEST 2011 - jeffm@suse.com - sysctl: Increase IPC defaults (bnc#146656) - - Delete patches.suse/shmall-bigger. + - Delete patches.suse/shmall-bigger. - commit a70e34f ------------------------------------------------------------------- Fri May 6 17:50:56 CEST 2011 - jeffm@suse.com - sysctl/i386/desktop, sysctl/x86_64/desktop: Add vm.dirty_ratio = 20 - for desktop flavors (bnc#552883) - - Delete patches.suse/mm-tune-dirty-limits.patch. + for desktop flavors (bnc#552883) + - Delete patches.suse/mm-tune-dirty-limits.patch. - commit dbe73e2 ------------------------------------------------------------------- Fri May 6 17:25:45 CEST 2011 - jeffm@suse.com - sysctl/defaults: Added kernel.hung_task_timeout=0 - - Delete patches.suse/hung_task_timeout-configurable-default. + - Delete patches.suse/hung_task_timeout-configurable-default. - commit 78f9eed ------------------------------------------------------------------- Fri May 6 16:41:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-{binary,source}.spec.in: Install per-kernel /boot/sysctl-* - files (patch from Jeff Mahoney). + files (patch from Jeff Mahoney). - commit 473f2d1 ------------------------------------------------------------------- @@ -3699,7 +4107,7 @@ Thu May 5 22:35:53 CEST 2011 - jeffm@suse.com Thu May 5 22:23:21 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc6. - - 2 patches eliminated. + - 2 patches eliminated. - commit 2643e59 ------------------------------------------------------------------- @@ -3713,9 +4121,9 @@ Tue May 3 03:08:18 CEST 2011 - tonyj@suse.de Fri Apr 29 20:35:21 CEST 2011 - jeffm@suse.com - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - commit 52dd0f0 ------------------------------------------------------------------- @@ -3737,7 +4145,7 @@ Fri Apr 29 00:36:03 CEST 2011 - gregkh@suse.de - Delete patches.suse/linux-2.6.29-dont-wait-for-mouse.patch. - Delete patches.suse/linux-2.6.29-even-faster-kms.patch. - Delete - patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. + patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. - Delete patches.suse/linux-2.6.29-kms-after-sata.patch. - Delete patches.suse/linux-2.6.29-touchkit.patch. - commit c13427d @@ -3752,22 +4160,22 @@ Fri Apr 29 00:17:46 CEST 2011 - jbenc@suse.cz Thu Apr 28 23:32:44 CEST 2011 - rjw@suse.de - Delete patches.xen/xen3-x86-mcp51-no-dac. - Also remove the series.conf entires for the x86-mcp-no-dac patches. + Also remove the series.conf entires for the x86-mcp-no-dac patches. - commit 574577b ------------------------------------------------------------------- Thu Apr 28 23:16:27 CEST 2011 - rjw@suse.de - Delete patches.arch/x86-mcp51-no-dac. (This is a blacklist entry that - has been rejected by the mainline, the problem reporter is gone and - it's next to impossible to verify it now.) + has been rejected by the mainline, the problem reporter is gone and + it's next to impossible to verify it now.) - commit 195b113 ------------------------------------------------------------------- Thu Apr 28 21:38:22 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - commit a2662ae ------------------------------------------------------------------- @@ -3782,14 +4190,14 @@ Thu Apr 28 20:56:33 CEST 2011 - jslaby@suse.cz Thu Apr 28 20:30:56 CEST 2011 - bphilips@suse.de - Delete - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. + patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. - commit 9917206 ------------------------------------------------------------------- Thu Apr 28 20:19:59 CEST 2011 - bphilips@suse.de - Delete - patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. + patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. - commit 08374b3 ------------------------------------------------------------------- @@ -3822,7 +4230,7 @@ Thu Apr 28 14:18:12 CEST 2011 - jbeulich@novell.com Wed Apr 27 22:20:02 CEST 2011 - jeffm@suse.com - Delete - patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. + patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. - commit 399a100 ------------------------------------------------------------------- @@ -3884,10 +4292,10 @@ Wed Apr 27 21:34:13 CEST 2011 - jeffm@suse.com - Delete patches.suse/acpi-don-t-preempt-until-the-system-is-up. - Delete - patches.suse/acpi-generic-initramfs-table-override-support. + patches.suse/acpi-generic-initramfs-table-override-support. - Delete patches.suse/add-initramfs-file_read_write. - Delete - patches.suse/init-move-populate_rootfs-back-to-start_kernel. + patches.suse/init-move-populate_rootfs-back-to-start_kernel. - commit d4910b3 ------------------------------------------------------------------- @@ -3901,14 +4309,14 @@ Wed Apr 27 21:29:24 CEST 2011 - jeffm@suse.com Wed Apr 27 21:11:59 CEST 2011 - jeffm@suse.com - Delete patches.suse/osync-error. It was unused and the issue it fixed in - kernels prior to 2.6.32 doesn't exist anymore. + kernels prior to 2.6.32 doesn't exist anymore. - commit 52cc654 ------------------------------------------------------------------- Wed Apr 27 20:48:55 CEST 2011 - jeffm@suse.com - Delete patches.suse/s390-System.map.diff: Proper fix in binutils has - long since been upstream. + long since been upstream. - commit 2847a36 ------------------------------------------------------------------- @@ -3941,7 +4349,7 @@ Wed Apr 27 20:18:37 CEST 2011 - jeffm@suse.com Wed Apr 27 20:16:52 CEST 2011 - jeffm@suse.com - Delete patches.suse/unmap_vmas-lat: No bug report or signed-off-by. - - Delete patches.arch/s390-add-FREE_PTE_NR. + - Delete patches.arch/s390-add-FREE_PTE_NR. - commit 2a392c2 ------------------------------------------------------------------- @@ -3954,7 +4362,7 @@ Wed Apr 27 20:16:00 CEST 2011 - jeffm@suse.com Wed Apr 27 20:15:02 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc5. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5288a05 ------------------------------------------------------------------- @@ -3974,7 +4382,7 @@ Wed Apr 27 19:43:47 CEST 2011 - jeffm@suse.com Tue Apr 26 11:03:18 CEST 2011 - jkosina@suse.cz - HID: add noget quirk barcode scanners from Symbol Technologies - (bnc#689290). + (bnc#689290). - commit f5b999f ------------------------------------------------------------------- @@ -3987,7 +4395,7 @@ Fri Apr 22 00:01:41 CEST 2011 - jeffm@suse.com Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz - Revert changes to sparc configs to not make life harder for Jan Engelhardt - maintaining sparc architecture. + maintaining sparc architecture. - commit cdac873 ------------------------------------------------------------------- @@ -4006,7 +4414,7 @@ Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 3f654c8 ------------------------------------------------------------------- @@ -4019,15 +4427,15 @@ Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de - Combined and consolidated bootsplash patch (bnc#669777, - bnc#570082, bnc#595657, bnc#594209, bnc#544645). - - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. - - Delete patches.suse/bootsplash. - - Delete patches.suse/bootsplash-console-fix. - - Delete patches.suse/bootsplash-keep-multiple-data. - - Delete patches.suse/bootsplash-scaler. - - Reformatted code, fixed some minor bugs that became obvious. - - Fixed race that led to null pointer dereference in splash_read_proc(): - bnc#669777. + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. - commit 95844c5 ------------------------------------------------------------------- @@ -4040,7 +4448,7 @@ Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de - intel_idle: Make lapic_timer_reliable_states a boot param - (bnc#675161). + (bnc#675161). - commit 85b156b ------------------------------------------------------------------- @@ -4054,7 +4462,7 @@ Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - - This results in automatically disabling CONFIG_GIGASET_I4L. + - This results in automatically disabling CONFIG_GIGASET_I4L. - commit 697e68b ------------------------------------------------------------------- @@ -4074,7 +4482,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com - Update Xen patches to 2.6.39-rc3 and c/s 1079. - blktap2: replace hard-coded limit of tap devices with - configurable one. + configurable one. - config.conf: Re-enable Xen configs. - Update x86 config files. - commit d3bfd6c @@ -4083,7 +4491,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com - fs/partitions/efi.c: corrupted GUID partition tables can cause - kernel oops (bnc#687113 CVE-2011-1577). + kernel oops (bnc#687113 CVE-2011-1577). - commit 385b393 ------------------------------------------------------------------- @@ -4128,7 +4536,7 @@ Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 200c913 ------------------------------------------------------------------- @@ -4153,29 +4561,29 @@ Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc2. - - Eliminated 18 patches. - - Added 3 patches. - - hv_mouse: needs . - - dm-raid45: Remove blk_unplug calls. - - novfs: 2.6.39 API update. - - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. - - patches.kernel.org is no longer used to contain upstream patches - for -rc releases. Users planning on building their own kernel should - have a copy of the tarball corresponding to the -rc releases. + - Eliminated 18 patches. + - Added 3 patches. + - hv_mouse: needs . + - dm-raid45: Remove blk_unplug calls. + - novfs: 2.6.39 API update. + - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. + - patches.kernel.org is no longer used to contain upstream patches + for -rc releases. Users planning on building their own kernel should + have a copy of the tarball corresponding to the -rc releases. - commit adf9d16 ------------------------------------------------------------------- Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de - Make selection of 'readdir-plus' adapt to usage patterns - (bnc#678123). + (bnc#678123). - commit 5de99a8 ------------------------------------------------------------------- Wed Apr 6 09:01:38 CEST 2011 - jeffm@suse.de - reiserfs: Force inode evictions before umount to avoid crash - (bnc#610598 bnc#680073 bnc#684112). + (bnc#610598 bnc#680073 bnc#684112). - Delete patches.fixes/reiserfs-xattr-crash-fix. - commit bf57d20 @@ -4189,21 +4597,21 @@ Tue Apr 5 10:42:22 CEST 2011 - jslaby@suse.cz Wed Mar 30 23:50:41 CEST 2011 - jeffm@suse.com - Delete patches.suse/twofish-2.6. - - This was for 2.4 compatibility and has been moved to KMP purgatory. + - This was for 2.4 compatibility and has been moved to KMP purgatory. - commit dcca506 ------------------------------------------------------------------- Wed Mar 30 10:32:32 CEST 2011 - jslaby@suse.cz - Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo - (bnc#681826). + (bnc#681826). - commit 2e71042 ------------------------------------------------------------------- Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de - Update config files, remove CONFIG_X86_MCE_XEON75XX=m - ->driver got reverted with previous commit + ->driver got reverted with previous commit - Refresh patches.xen/xen3-auto-arch-x86.diff. - commit b367e7b @@ -4215,18 +4623,18 @@ Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de APEI implementation should take care of that in recent kernels. - Delete patches.arch/x86_mce_intel_decode_physical_address.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. + patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. - commit 1fe7a22 ------------------------------------------------------------------- Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not install unneeded packages in the - build chroot. + build chroot. - commit 7f4c49d ------------------------------------------------------------------- @@ -4246,7 +4654,7 @@ Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz - Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing - the signal code (bnc#681826 CVE-2011-1020). + the signal code (bnc#681826 CVE-2011-1020). - commit 2e42fd4 ------------------------------------------------------------------- @@ -4255,7 +4663,7 @@ Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de - sound/oss/opl3: validate voice and channel indexes (bnc#681999). - sound/oss: remove offset from load_patch callbacks (bnc#681999). - ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl - (bnc#680816). + (bnc#680816). - commit 09ff6e9 ------------------------------------------------------------------- @@ -4268,7 +4676,7 @@ Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz - HID: add support for Skycable 0x3f07 wireless presenter - (bnc#681297). + (bnc#681297). - commit 892e8d4 ------------------------------------------------------------------- @@ -4299,12 +4707,12 @@ Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de - netvm: Do not mark requests for swapfile writes as dirty or - kswapd fails to free the page (bnc#678472). + kswapd fails to free the page (bnc#678472). - nfs: Use page_file_offset during page writeback (bnc#677738). - nfs: Convert nfs_mark_request_dirty() to use page_file_mapping() - (bnc#677738). + (bnc#677738). - netvm: Remove duplicated initialization in net/ipv4/route.c - (bnc#678970). + (bnc#678970). - collapse: mm: Report the low watermark correctly (bnc#678497). - commit a798dd1 @@ -4318,7 +4726,7 @@ Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com - Linux: 2.6.38-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 7da557d ------------------------------------------------------------------- @@ -4343,38 +4751,38 @@ Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc7. - - Refresh patches.xen/xen-x86-no-lapic. - - Refresh patches.xen/xen3-patch-2.6.19. + - Refresh patches.xen/xen-x86-no-lapic. + - Refresh patches.xen/xen3-patch-2.6.19. - commit 7eb9d30 ------------------------------------------------------------------- Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - commit 88d5daa ------------------------------------------------------------------- Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in - yesterday's change. + yesterday's change. - commit 098768b ------------------------------------------------------------------- Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Add annotations to - lib/rwsem_64.S. + lib/rwsem_64.S. - commit 87944ac ------------------------------------------------------------------- Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de - ALSA: usb-audio: fix oops due to cleanup race when disconnecting - (bnc#674735). + (bnc#674735). - commit ed81f8c ------------------------------------------------------------------- @@ -4387,7 +4795,7 @@ Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com - Update to 2.6.38-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 6cce7bb ------------------------------------------------------------------- @@ -4400,7 +4808,7 @@ Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de - ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499, - CVE-2011-0712). + CVE-2011-0712). - commit 5ef002b ------------------------------------------------------------------- @@ -4419,22 +4827,22 @@ Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de - Update config files. - - disable CONFIG_DRM_VMWGFX (bnc#606458) - - update sparc configs to at least be able to run "make oldconfig" + - disable CONFIG_DRM_VMWGFX (bnc#606458) + - update sparc configs to at least be able to run "make oldconfig" - commit da75bd9 ------------------------------------------------------------------- Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Re-add change lost during - initial 2.6.37 merge. + initial 2.6.37 merge. - commit e493205 ------------------------------------------------------------------- Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz - Move spec file templates and helper scripts to a separate branch, to - ease synchronizing these files among master, vanilla and linux-next. + ease synchronizing these files among master, vanilla and linux-next. - commit 411abb8 ------------------------------------------------------------------- @@ -4454,7 +4862,7 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code - was merged into rpm's find-supplements script. + was merged into rpm's find-supplements script. - Delete rpm/check-build.sh, not needed anymore. - commit 0a157b1 @@ -4462,43 +4870,43 @@ Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com - flexcop: fix registering braindead stupid names (brc#575873 - bnc#661429). + bnc#661429). - commit 72bd3d0 ------------------------------------------------------------------- Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de - Staging: samsung-laptop: add support for lots of laptops - (bnc#661682). + (bnc#661682). - commit 1eb5eaa ------------------------------------------------------------------- Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Set timestamp of sources to the commit - timestamp, so that they are always older than generated files in - /usr/src/linux-obj (bnc#669669). + timestamp, so that they are always older than generated files in + /usr/src/linux-obj (bnc#669669). - commit 8565452 ------------------------------------------------------------------- Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to - keep timestamps intact. + keep timestamps intact. - commit 9ba5ff0 ------------------------------------------------------------------- Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Remove .gitignore files after applying patches - (fix last change). + (fix last change). - commit 907f9cc ------------------------------------------------------------------- Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit c327e0a ------------------------------------------------------------------- @@ -4546,8 +4954,8 @@ Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition - of %release_major and rename it to %release_num to better describe - what it does. Add some comments to explain how the versioning works. + of %release_major and rename it to %release_num to better describe + what it does. Add some comments to explain how the versioning works. - commit 9a3bc94 ------------------------------------------------------------------- @@ -4566,14 +4974,14 @@ Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit b6b51ca ------------------------------------------------------------------- Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de - ALSA: hda - Fix memory leaks in conexant jack arrays - (bnc#668929). + (bnc#668929). - commit 31971a4 ------------------------------------------------------------------- @@ -4611,8 +5019,8 @@ Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com - Update config files. - - CONFIG_EXPERT=n on all but ps3 - - Vanilla configs updated. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. - commit b25e639 ------------------------------------------------------------------- @@ -4633,7 +5041,7 @@ Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 90baa82 ------------------------------------------------------------------- @@ -4652,30 +5060,30 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc1. - - Removed 12 patches. - - Xen is disabled. - - Quite a few patches need updating. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. - commit 9163bb7 ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff ------------------------------------------------------------------- @@ -4688,7 +5096,7 @@ Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 ------------------------------------------------------------------- @@ -4707,22 +5115,22 @@ Mon Jan 17 20:52:49 CET 2011 - jeffm@suse.com Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz - Revert %kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 ------------------------------------------------------------------- Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 ------------------------------------------------------------------- Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 ------------------------------------------------------------------- @@ -4796,7 +5204,7 @@ Thu Jan 6 20:51:31 CET 2011 - jeffm@suse.com Thu Jan 6 19:48:28 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe ------------------------------------------------------------------- @@ -4815,28 +5223,28 @@ Thu Jan 6 17:09:12 CET 2011 - jeffm@suse.com Thu Jan 6 17:08:44 CET 2011 - jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d ------------------------------------------------------------------- Thu Jan 6 16:10:26 CET 2011 - jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 ------------------------------------------------------------------- @@ -4849,7 +5257,7 @@ Thu Jan 6 15:49:34 CET 2011 - jack@suse.cz Thu Jan 6 13:56:07 CET 2011 - mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 ------------------------------------------------------------------- @@ -4858,7 +5266,7 @@ Thu Jan 6 10:07:22 CET 2011 - mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b @@ -4879,7 +5287,7 @@ Thu Dec 30 00:50:58 CET 2010 - jeffm@suse.com Wed Dec 29 22:23:21 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 ------------------------------------------------------------------- @@ -4904,38 +5312,38 @@ Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c ------------------------------------------------------------------- Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (bnc#655048). + Backport to XEN. - commit 92c0965 ------------------------------------------------------------------- Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz - Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive - decode" (bnc#655048). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 @@ -4950,8 +5358,8 @@ Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz - Delete - patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. - It's unreferenced and wrong. + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. - commit 9e6fc50 ------------------------------------------------------------------- @@ -4988,10 +5396,10 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 @@ -5024,14 +5432,14 @@ Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 ------------------------------------------------------------------- Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 ------------------------------------------------------------------- @@ -5062,7 +5470,7 @@ Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b @@ -5071,12 +5479,12 @@ Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c ------------------------------------------------------------------- @@ -5109,7 +5517,7 @@ Fri Nov 26 15:04:27 CET 2010 - jbeulich@novell.com - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -5133,7 +5541,7 @@ Wed Nov 24 15:49:45 CET 2010 - jeffm@suse.com Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac ------------------------------------------------------------------- @@ -5157,7 +5565,7 @@ Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Wed Nov 17 17:10:32 CET 2010 - jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 ------------------------------------------------------------------- @@ -5176,7 +5584,7 @@ Tue Nov 16 20:08:11 CET 2010 - jeffm@suse.com Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 ------------------------------------------------------------------- @@ -5189,7 +5597,7 @@ Mon Nov 15 21:33:19 CET 2010 - jeffm@suse.com Mon Nov 15 21:30:37 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 ------------------------------------------------------------------- @@ -5208,16 +5616,16 @@ Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz Fri Nov 12 18:37:10 CET 2010 - jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 ------------------------------------------------------------------- Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de - Update config files. (bnc#652954) increase the number of possible and - default uarts for users with multi-port serial cards for the i386 and - x86-64 default configs. + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. - commit 85c87e3 ------------------------------------------------------------------- @@ -5231,20 +5639,20 @@ Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + top down (bnc#651256). - PCI: allocate bus resources from the top down (bnc#651256). - x86/PCI: allocate space from the end of a region, not the - beginning (bnc#651256). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + capabilities (bnc#651256). - x86: allocate space within a region top-down (bnc#651256). - Refresh patches.xen/xen3-patch-2.6.34. - commit 8c68ad1 @@ -5253,21 +5661,21 @@ Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 ------------------------------------------------------------------- Fri Oct 29 13:47:35 CEST 2010 - jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb ------------------------------------------------------------------- Fri Oct 29 01:53:34 CEST 2010 - trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b ------------------------------------------------------------------- @@ -5287,14 +5695,14 @@ Wed Oct 27 14:51:30 CEST 2010 - jslaby@suse.cz Tue Oct 26 21:31:22 CEST 2010 - trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 ------------------------------------------------------------------- Tue Oct 26 13:41:23 CEST 2010 - jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 ------------------------------------------------------------------- @@ -5302,7 +5710,7 @@ Mon Oct 25 12:53:38 CEST 2010 - jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 @@ -5312,7 +5720,7 @@ Mon Oct 25 08:58:15 CEST 2010 - tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda ------------------------------------------------------------------- @@ -5325,7 +5733,7 @@ Fri Oct 22 21:18:25 CEST 2010 - jeffm@suse.de Fri Oct 22 13:32:04 CEST 2010 - jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb ------------------------------------------------------------------- @@ -5340,7 +5748,7 @@ Thu Oct 21 10:11:03 CEST 2010 - sjayaraman@suse.de Mon Oct 18 16:54:57 CEST 2010 - trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf ------------------------------------------------------------------- @@ -5376,7 +5784,7 @@ Mon Oct 11 17:14:51 CEST 2010 - mmarek@suse.cz Mon Oct 11 16:12:29 CEST 2010 - jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 ------------------------------------------------------------------- @@ -5389,7 +5797,7 @@ Fri Oct 8 17:40:50 CEST 2010 - jeffm@suse.de Tue Oct 5 18:02:19 CEST 2010 - jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa ------------------------------------------------------------------- @@ -5402,7 +5810,7 @@ Tue Oct 5 17:19:46 CEST 2010 - jeffm@suse.de Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 @@ -5411,7 +5819,7 @@ Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de Mon Oct 4 16:57:34 CEST 2010 - jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 ------------------------------------------------------------------- @@ -5424,25 +5832,25 @@ Fri Sep 24 13:45:31 CEST 2010 - jbeulich@novell.com Fri Sep 24 13:23:13 CEST 2010 - trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 ------------------------------------------------------------------- Fri Sep 24 13:14:36 CEST 2010 - trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 ------------------------------------------------------------------- @@ -5467,7 +5875,7 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 @@ -5475,7 +5883,7 @@ Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b ------------------------------------------------------------------- @@ -5494,7 +5902,7 @@ Tue Sep 21 14:15:34 CEST 2010 - mmarek@suse.cz Tue Sep 21 13:59:10 CEST 2010 - jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 ------------------------------------------------------------------- @@ -5502,8 +5910,8 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f @@ -5512,14 +5920,14 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de Mon Sep 20 16:03:14 CEST 2010 - sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b ------------------------------------------------------------------- Mon Sep 20 15:25:41 CEST 2010 - jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 ------------------------------------------------------------------- @@ -5532,25 +5940,25 @@ Sun Sep 19 17:39:03 CEST 2010 - jeffm@suse.com Fri Sep 17 01:05:47 CEST 2010 - jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 ------------------------------------------------------------------- Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de - x86-64, compat: Test %rax for the syscall number, not %eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 ------------------------------------------------------------------- Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac ------------------------------------------------------------------- @@ -5563,21 +5971,21 @@ Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 ------------------------------------------------------------------- Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 ------------------------------------------------------------------- Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 ------------------------------------------------------------------- @@ -5592,11 +6000,11 @@ Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -5626,7 +6034,7 @@ Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de 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). + (CVE-2010-2954 bnc#636112). - commit f04e61f ------------------------------------------------------------------- @@ -5648,7 +6056,7 @@ Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 ------------------------------------------------------------------- @@ -5667,28 +6075,28 @@ Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - 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. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + 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. + 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. + the truncate path and causes crashes. - commit e18fc2c ------------------------------------------------------------------- @@ -5743,22 +6151,22 @@ Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de 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. + 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. + 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. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e ------------------------------------------------------------------- @@ -5772,7 +6180,7 @@ Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com 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. + avoid triggering a build service rule error. - commit 124ac26 ------------------------------------------------------------------- @@ -5791,14 +6199,14 @@ Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de 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. + 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 - to grab the BKL + to grab the BKL - commit 1df02ec ------------------------------------------------------------------- @@ -5811,20 +6219,20 @@ Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - 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. + - 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 ------------------------------------------------------------------- @@ -5843,10 +6251,10 @@ Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com 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. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 ------------------------------------------------------------------- @@ -5878,7 +6286,7 @@ Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com 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). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 ------------------------------------------------------------------- @@ -5891,7 +6299,7 @@ Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz 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. + 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 @@ -5901,14 +6309,14 @@ Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de 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). + 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). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 @@ -5917,13 +6325,13 @@ 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. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b @@ -5932,7 +6340,7 @@ Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com 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. + usage from upstream commit 718be4aa. - commit 4ce0b48 ------------------------------------------------------------------- @@ -5963,7 +6371,7 @@ Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 ------------------------------------------------------------------- @@ -5976,7 +6384,7 @@ Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 ------------------------------------------------------------------- @@ -5990,7 +6398,7 @@ 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). + though). - commit 8ed2389 ------------------------------------------------------------------- diff --git a/kernel-desktop.spec b/kernel-desktop.spec index 3b328c361..b8188a8c3 100644 --- a/kernel-desktop.spec +++ b/kernel-desktop.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6 -%define patchversion 3.6.3 +%define srcversion 3.7 +%define patchversion 3.7.0 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-desktop Summary: Kernel optimized for the desktop -Version: 3.6.3 +Version: 3.7.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -91,7 +91,7 @@ Requires(post): distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release # Remove some packages that are installed automatically by the build system, # but are not needed to build the kernel -#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv +#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv %ifarch ia64 # arch/ia64/scripts/unwcheck.py @@ -486,10 +486,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz @@ -923,6 +922,7 @@ Provides: multiversion(kernel) Provides: %name-devel = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel Supplements: packageand(%name:kernel-devel%variant) +PreReq: coreutils %description devel This package contains files necessary for building kernel modules (and diff --git a/kernel-docs.changes b/kernel-docs.changes index 2887ccaf6..e0d27f80d 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,393 @@ +------------------------------------------------------------------- +Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com + +- ezusb: add dependency to USB. + This prevents build failures by making it depend on the value of CONFIG_USB. + Commit 36e0f0bd did this for architectures other than ARM manually. +- commit b89db5d + +------------------------------------------------------------------- +Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de + +- Drivers: hv: balloon: Fix a memory leak. +- commit 26cdad5 + +------------------------------------------------------------------- +Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com + +- Update to 3.7-final. +- commit 1771a73 + +------------------------------------------------------------------- +Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de + +- Update patch headers for fate314663 and fate314665 changes +- commit 44044f1 + +------------------------------------------------------------------- +Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz + +- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually + ext3 will be removed upstream so let's do the transition. +- commit dadc8ea + +------------------------------------------------------------------- +Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr + +- Update omap2plus (armv7) config: Enable TWL* USB drivers +- commit 28c09f5 + +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + +------------------------------------------------------------------- +Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de + +- fate#314663 hyper-v memory ballooning support +- mm: Export a function to get vm committed memory. +- Drivers: hv: Add Hyper-V balloon driver. +- Drivers: hv: balloon: Fix a bug in the definition of struct + dm_info_msg. +- Update config files. + fate#314665 hyper-v: Update the Vmbus protocol +- Drivers: hv: Implement routines for read side signaling + optimization. +- Drivers: hv: Add state to manage batched reading. +- Drivers: hv: Turn off batched reading for util drivers. +- Drivers: hv: Optimize signaling in the read path. +- Drivers: hv: Optimize the signaling on the write path. +- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask(). +- Drivers: hv: Support handling multiple VMBUS versions. +- Drivers: hv: Update the ring buffer structure to match win8 + functionality. +- Drivers: hv: Extend/modify vmbus_channel_offer_channel for + win7 and beyond. +- Drivers: hv: Save and export negotiated vmbus version. +- Drivers: hv: Change the signature for hv_signal_event(). +- Drivers: hv: Change the signature of vmbus_set_event(). +- Drivers: hv: Move vmbus version definitions to hyperv.h. +- Drivers: hv: Manage signaling state on a per-connection basis. +- Drivers: hv: Cleanup vmbus_set_event() to support win7 and + beyond. +- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID. +- Drivers: hv: Add state to manage incoming channel interrupt + load. +- Drivers: hv: Modify the interrupt handling code to support + win8 and beyond. +- Drivers: hv: Add code to distribute channel interrupt load. +- Drivers: hv: Get rid of the unused global signaling state. +- Drivers: hv: Get rid of unnecessary request for offers. +- Drivers: hv: Manage event tasklets on per-cpu basis. +- Drivers: hv: Handle vmbus interrupts concurrently on all cpus. +- Drivers: hv: Add a check to deal with spurious interrupts. +- Drivers: hv: Enable protocol negotiation with win8 hosts. +- Drivers: hv: Implement flow management on the send side. +- Drivers: hv: Capture the host build information. +- Drivers: hv: Cleanup and consolidate reporting of build/version + info. +- commit 4fccd03 + +------------------------------------------------------------------- +Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc8. +- Delete patches.rpmify/net-fix-build-failure-in-xilinx. +- commit 76b3d92 + +------------------------------------------------------------------- +Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de + +- add splash=black option to bootsplash code, + to keep a black background, useful for remote access to VMs + (bnc#773487) +- commit c060ae1 + +------------------------------------------------------------------- +Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem + (bnc#781327) +- commit 841d864 + +------------------------------------------------------------------- +Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com + +- net: fix build failure in xilinx. +- commit 28be621 + +------------------------------------------------------------------- +Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com + +- Update config files. Enable CONFIG_SMB2 to 'y'. +- commit 25bdfaf + +------------------------------------------------------------------- +Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc6. +- commit daac70a + +------------------------------------------------------------------- +Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz + +- rpm/config.sh: Set projects for ARM +- commit 55bac79 + +------------------------------------------------------------------- +Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related + crash in context switch code). +- commit bb1d12d + +------------------------------------------------------------------- +Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com + +- Update to 3.7-rc5. +- Update Xen patches additionally to c/s 1204: +- commit d5de9cf + +------------------------------------------------------------------- +Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com + +- config: sync x86_64 configs for NR_UARTS + This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and + CONFIG_SERIAL_8250_NR_UARTS to 32. +- commit ddf88e6 + +------------------------------------------------------------------- +Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com + +- Delete patches.arch/s390-remove-kvm-para.patch. +- commit f759e1e + +------------------------------------------------------------------- +Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com + +- config: sync ppc64 configs for LIB80211, NET_SDA_MV* + This commit changes the following options to be modular: + LIB80211 + NET_DSA_MV88E6XXX + NET_DSA_MV88E6060 +- commit caa5a52 + +------------------------------------------------------------------- +Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com + +- config: sync ppc64/debug with ppc64/default + The debug config should be identical to default with the exception of + the debug options. This patch brings ppc64/debug in line with ppc64/default + with the exception of a few things that are modular in debug that should + also be modular in default. +- commit b981fcd + +------------------------------------------------------------------- +Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com + +- config: sync kvm options between ppc64 flavors. +- commit 8a389d5 + +------------------------------------------------------------------- +Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com + +- config: disable HW_RANDOM_AMD on ppc64 + This chip is only on AMD hardware and an old ppc64 eval board. We can skip + it on ppc64. +- commit 03001a4 + +------------------------------------------------------------------- +Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com + +- config: Eliminate unused ppc/ppc64 configs. + The history of the ppc/ppc64 configs is a convoluted one that started + before the kernel source could support multiple machine types with a + single image and before there was a usable 64-bit userspace. + In the subsequent years, the powerpc code has been unified and we've + released a 64-bit powerpc userspace. The "default" and "ppc64" configs + on ppc64 are essentially identical and just waste space. The "ppc64" + config on 32-bit ppc address a long since unnecessary corner case. Users + who still want a 32-bit userspace with a 64-bit kernel can install and + update it themselves using the 64-bit repository like i386/x86_64 users + can do. + This commit can be summarized thusly: + rm config/ppc/ppc64 + rm config/ppc/ps3 (already unused) + mv config/ppc64/ppc64 config/ppc64/default +- commit a9cc3d5 + +------------------------------------------------------------------- +Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr + +- Add kernel-versatile description +- commit 5424cf2 + +------------------------------------------------------------------- +Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr + +- Enable armv5 in arch-symbols +- commit 401de81 + +------------------------------------------------------------------- +Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com + +- config: sync vanilla flavor with default flavor for each platform + The vanilla configs have drifted away from the default configuration + for each platform. This patch brings them back in sync. +- commit 8d4661f + +------------------------------------------------------------------- +Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com + +- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled. +- commit 9907c37 + +------------------------------------------------------------------- +Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com + +- Updated to 3.7-rc4. + Eliminated 1 patch. +- commit 5168053 + +------------------------------------------------------------------- +Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again). +- commit 5feff7e + +------------------------------------------------------------------- +Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com + +- Update Xen patches to 3.7-rc3 and c/s 1202. +- extend base interfaces to support multi-page rings for + frontend/backend communication. +- blkback: allow using multiple page frontend communication ring. +- blkfront: allow using multiple page backend communication ring. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Fix build when disabled. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- config.conf: Re-enable Xen configs. +- Update x86 config files. +- Delete patches.xen/xen3-acpi_override_2_2.patch. +- commit f042386 + +------------------------------------------------------------------- +Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr + +- Add support to armv5 versatile kernel +- commit 99d34f3 + +------------------------------------------------------------------- +Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc3. +- commit 48e5027 + +------------------------------------------------------------------- +Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615) +- commit 2520563 + +------------------------------------------------------------------- +Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de + +- ARM: Update config files: Fix vexpress (default) config +- commit be072b4 + +------------------------------------------------------------------- +Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de + +- Fixup kvm for s390. +- commit 503388b + +------------------------------------------------------------------- +Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi +- commit 336ead7 + +------------------------------------------------------------------- +Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de + +- Revert "disable non-compiling irrelevant I2C module" +- commit d5a21c5 + +------------------------------------------------------------------- +Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de + +- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE. +- commit 8e108ab + +------------------------------------------------------------------- +Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 565b450 + +------------------------------------------------------------------- +Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de + +- Refresh patches.arch/arm-exynos-nosparse.patch. +- commit 55fbf60 + +------------------------------------------------------------------- +Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 118f2f9 + +------------------------------------------------------------------- +Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de + +- ARM: Exynos: Fix MMC driver +- ARM: Exynos: Update configs +- commit 37a1704 + +------------------------------------------------------------------- +Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com + +- config: change CONFIG_USB_EZUSB_FX2 to module +- commit 36e0f0b + +------------------------------------------------------------------- +Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com + +- Actually use kthread_run in crasher.ko. + The previous commit was incomplete. +- commit b8b35ae + +------------------------------------------------------------------- +Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com + +- crasher: use kthread_run() instead of kernel_thread(). + Linux 3.7-rc2 no longer exports kernel_thread on all architectures. +- commit f17d925 + +------------------------------------------------------------------- +Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com + +- Updated to 3.7-rc2. +- commit e00a663 + ------------------------------------------------------------------- Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de @@ -14,7 +404,7 @@ Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz - Refresh patches.xen/xen3-patch-3.6. - Delete patches.fixes/hv-storvsc-reset-wait.patch. - Delete - patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. + patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. - commit cfee26b ------------------------------------------------------------------- @@ -36,19 +426,19 @@ Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de and proper git-xy: meta tags: - lib: Add early cpio decoder. - x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() - for e820 handling. + for e820 handling. - ACPI: Store valid ACPI tables passed via early initrd in - reserved memblock areas. + reserved memblock areas. - ACPI: Implement physical address table override. - ACPI: Create acpi_table_taint() function to avoid code - duplication. + duplication. - ACPI: Document ACPI table overriding via initrd. - ACPI: Fix build when disabled. - X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. - ACPI: Overriding ACPI tables via initrd only works with - an initrd. + an initrd. - ACPI: Cleanup acpi_initrd_override declaration and remove - ifdefs. + ifdefs. - Delete patches.arch/acpi_fix_custom_method_acc.patch. - Delete patches.arch/acpi_override_2_2.patch. - Delete patches.arch/acpi_override_documentation. @@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz This allows to control the kabi checker from outside of the package. - commit 0a0900c +------------------------------------------------------------------- +Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com + +- Update to 3.7-rc1. +- Eliminated 38 patches. +- Xen is disabled. +- ARM configs need updating. +- Module signing is disabled until the build infrastructure can support it. +- commit fce087a + ------------------------------------------------------------------- Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz @@ -87,14 +487,20 @@ Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz - Delete - patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. + patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. - Delete - patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. + patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. - Delete - patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. + patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. These are in 3.6.1. - commit 2a321c4 +------------------------------------------------------------------- +Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com + +- Remove noncompiling modules +- commit b7cdd5a + ------------------------------------------------------------------- Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de @@ -136,7 +542,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - hyperv: Add comments for the extended buffer after RNDIS message. - Drivers: hv: Cleanup the guest ID computation. - Drivers: hv: vmbus: Use the standard format string to format - GUIDs. + GUIDs. - Drivers: hv: Add KVP definitions for IP address injection. - Drivers: hv: kvp: Cleanup error handling in KVP. - Drivers: hv: Explicitly size elements of protocol structures. @@ -148,7 +554,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - Tools: hv: Represent the ipv6 mask using CIDR notation. - Tools: hv: Gather ipv[4,6] gateway information. - hv: fail the probing immediately when we are not in hyperv - platform. + platform. - hv: vmbus_drv: detect hyperv through x86_hyper. - Tools: hv: Get rid of some unused variables. - Tools: hv: Correctly type string variables. @@ -167,14 +573,14 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - tools/hv: Parse /etc/os-release. - hyperv: Fix the max_xfer_size in RNDIS initialization. - hyperv: Fix the missing return value in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - hyperv: Fix page buffer handling in rndis_filter_send_request(). - hyperv: Remove extra allocated space for recv_pkt_list elements. - hyperv: Report actual status in receive completion packet. - hyperv: Add buffer for extended info after the RNDIS response - message. + message. - Delete - patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. - commit 08d283b ------------------------------------------------------------------- @@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com - ARM/u5800: Fix build of ux500 driver - Acked-by: Jeff Mahoney - commit 0ea37a0 +------------------------------------------------------------------- +Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com + +- disable non-compiling irrelevant I2C module +- commit 0ba9bac + ------------------------------------------------------------------- Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com - ARM/tegra: Remove optional parts to fix build - Acked-by: Jeff Mahoney - commit d729a16 ------------------------------------------------------------------- Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com - ARM: enable zcache support - Acked-by: Jeff Mahoney - commit 17b147b ------------------------------------------------------------------- Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com - ARM/cubox: set cachefilesd to module - Acked-by: Jeff Mahoney - commit c1fb243 ------------------------------------------------------------------- @@ -229,13 +637,13 @@ Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de - Remove old patchset to override ACPI tables via initrd. Also remove a stale xen patch related to that. - Delete - patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - Delete - patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. - Delete - patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. - Delete - patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - commit dd8f1b0 ------------------------------------------------------------------- @@ -364,7 +772,7 @@ Mon Sep 10 19:22:00 CEST 2012 - jeffm@suse.com Mon Sep 10 10:20:23 CEST 2012 - jbeulich@novell.com - patches.arch/s390-message-catalog.diff: Properly handle pr_cont() and fold - in the below two trivial fixes. + in the below two trivial fixes. - Delete patches.arch/s390-message-catalog-fix.diff. - Delete patches.arch/s390-message-catalog-perl-fix.diff. - Refresh patches.arch/kmsg-fix-parameter-limitations. @@ -438,10 +846,10 @@ Fri Aug 31 23:20:23 CEST 2012 - dmueller@suse.com Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz - i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y - && CONFIG_I2C_DESIGN. + && CONFIG_I2C_DESIGN. - Delete - patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. - Move it to rpmify, so that vanilla builds fine too. + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. - commit 0217ad5 ------------------------------------------------------------------- @@ -519,7 +927,7 @@ Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com Fri Aug 17 14:51:23 CEST 2012 - jeffm@suse.com - Update to 3.6-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 71963b0 ------------------------------------------------------------------- @@ -975,7 +1383,7 @@ Wed Jun 13 13:21:58 CEST 2012 - hare@suse.de - Rediff patch - patches.drivers/mach-dove-Fixup-ge00-initialisation.patch: - Rediff after backport from upstream. + Rediff after backport from upstream. - commit fa58c5e ------------------------------------------------------------------- @@ -983,7 +1391,7 @@ Wed Jun 13 12:56:17 CEST 2012 - hare@suse.de - Fixup patch to apply - patches.drivers/spi-orion-convert-to-new-infrastructure.patch - backported from upstream. + backported from upstream. - commit 2507393 ------------------------------------------------------------------- @@ -1002,9 +1410,9 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com - Update to 3.5-rc2. - - Xen needs update. - - ARM needs update. - - Eliminated 13 patches. + - Xen needs update. + - ARM needs update. + - Eliminated 13 patches. - commit 3f461b1 ------------------------------------------------------------------- @@ -1043,7 +1451,7 @@ Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de - [SCSI] storvsc: Properly handle errors from the host - (bnc#747404). + (bnc#747404). - Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. - commit ad28e23 @@ -1106,7 +1514,7 @@ Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Tue May 22 14:21:24 CEST 2012 - trenn@suse.de - X86 acpi_cpufreq: Do not use request_module for autoloading - (bnc#756085). + (bnc#756085). - Refresh patches.xen/xen3-auto-common.diff. - patches.xen/xen3-patch-3.3: - commit caf270e @@ -1165,7 +1573,7 @@ Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com - Update to 3.4-rc7. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 4cd9e9b ------------------------------------------------------------------- @@ -1218,7 +1626,7 @@ Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com - Update to 3.4-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 749ea8f ------------------------------------------------------------------- @@ -1255,7 +1663,7 @@ Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not require distribution-release - during build. + during build. - commit 3cd703f ------------------------------------------------------------------- @@ -1306,18 +1714,18 @@ Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com - Disabled DECNet and ARCNet. Specific config options disabled: CONFIG_ARCNET - CONFIG_ARCNET_1051 - CONFIG_ARCNET_1201 - CONFIG_ARCNET_CAP - CONFIG_ARCNET_COM20020_CS - CONFIG_ARCNET_COM20020 - CONFIG_ARCNET_COM20020_PCI - CONFIG_ARCNET_COM90xxIO - CONFIG_ARCNET_COM90xx - CONFIG_ARCNET_RAW - CONFIG_ARCNET_RIM_I + CONFIG_ARCNET_1051 + CONFIG_ARCNET_1201 + CONFIG_ARCNET_CAP + CONFIG_ARCNET_COM20020_CS + CONFIG_ARCNET_COM20020 + CONFIG_ARCNET_COM20020_PCI + CONFIG_ARCNET_COM90xxIO + CONFIG_ARCNET_COM90xx + CONFIG_ARCNET_RAW + CONFIG_ARCNET_RIM_I CONFIG_DECNET - CONFIG_DECNET_NF_GRABULATOR + CONFIG_DECNET_NF_GRABULATOR - commit 272dd14 ------------------------------------------------------------------- @@ -1419,7 +1827,7 @@ Fri Apr 20 18:09:06 CEST 2012 - jbeulich@novell.com Tue Apr 17 15:59:19 CEST 2012 - jeffm@suse.com - Update to 3.4-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 2fde7e0 ------------------------------------------------------------------- @@ -1439,7 +1847,7 @@ Mon Apr 9 03:28:12 CEST 2012 - jeffm@suse.com Fri Apr 6 06:42:35 CEST 2012 - jeffm@suse.com - Update AppArmor for 3.4. - - apparmor: Add "profiles" list to sysfs. + - apparmor: Add "profiles" list to sysfs. - commit 59517ac ------------------------------------------------------------------- @@ -1452,10 +1860,10 @@ Thu Apr 5 22:25:16 CEST 2012 - jeffm@suse.com Thu Apr 5 09:18:14 CEST 2012 - jeffm@suse.com - Updated to 3.4-rc1. - - Eliminated 121 patches. - - Xen is unavailable. - - ACPI overrides are unavailable. - - AppArmor network feature are unavailable. + - Eliminated 121 patches. + - Xen is unavailable. + - ACPI overrides are unavailable. + - AppArmor network feature are unavailable. - commit 3ac7e79 ------------------------------------------------------------------- @@ -1535,7 +1943,7 @@ Sat Mar 24 00:57:07 CET 2012 - dsterba@suse.cz - Refresh patches.suse/btrfs-handle-EIO. - Refresh - patches.suse/btrfs-volumes-schedule_bio-should-return-void. + patches.suse/btrfs-volumes-schedule_bio-should-return-void. - commit d97ade6 ------------------------------------------------------------------- @@ -1578,10 +1986,10 @@ Mon Mar 19 11:16:34 CET 2012 - jslaby@suse.cz Mon Mar 19 11:07:00 CET 2012 - jslaby@suse.cz - Delete - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. + patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. - Delete patches.arch/dell_optiplex_990_fix_reboot.patch. - Delete - patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. + patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. - Delete patches.drivers/libata-unlock-hpa-by-default. - Delete patches.fixes/scsi-add-tgps-setting. - Delete patches.fixes/scsi-dh-rdac-add-stk. @@ -1618,23 +2026,23 @@ Mon Mar 12 15:26:55 CET 2012 - ohering@suse.de - Staging: hv: storvsc: Cleanup storvsc_host_reset_handler(). - Staging: hv: storvsc: Move and cleanup storvsc_remove(). - Staging: hv: storvsc: Add a comment to explain life-cycle - management. + management. - Staging: hv: storvsc: Get rid of the on_io_completion in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Rename the context field in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver. - Staging: hv: storvsc: Cleanup the code for generating protocol - version. + version. - Staging: hv: storvsc: Cleanup some protocol related constants. - Staging: hv: storvsc: Get rid of some unused defines. - Staging: hv: storvsc: Consolidate the request structure. - Staging: hv: storvsc: Consolidate all the wire protocol - definitions. + definitions. - Staging: hv: storvsc: Move the storage driver out of the - staging area. + staging area. - Rename patches.suse/staging-hv-pata_piix-ignore-disks.patch to - patches.suse/suse-hv-pata_piix-ignore-disks.patch + patches.suse/suse-hv-pata_piix-ignore-disks.patch - commit 7487199 ------------------------------------------------------------------- @@ -1829,41 +2237,41 @@ Mon Feb 13 17:23:49 CET 2012 - mmarek@suse.cz Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de - Add driver auto probing for x86 features v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Fix overrun check in arch_print_cpu_modalias() - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - crypto: Add support for x86 cpuid - auto loading for x86 crypto drivers - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + auto loading for x86 crypto drivers + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Clean up modalias feature matching - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel-idle: convert to x86_cpu_id auto probing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Fix ID for Nehalem-EX Xeon in device ID table - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert via-cputemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k7: Fix CPU family number - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: Load acpi-cpufreq from processor driver automatically - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Revert change of auto_demotion_flags for Nehalem - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert coretemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k6: Really enable auto-loading - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - X86: Introduce HW-Pstate scattered cpuid feature - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - cpufreq: Add support for x86 cpuinfo auto loading v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86: autoload microcode driver on Intel and AMD systems v2 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 parts - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: remove duplicated lines of merging - problems with acpi_processor_start - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + problems with acpi_processor_start + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - Update config files. - commit 6efe9b5 @@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for --default (bnc#745632). KMPs are still built as i586. + -default (bnc#745632). KMPs are still built as i586. - commit 88a632b ------------------------------------------------------------------- @@ -1902,8 +2310,8 @@ Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com - Update to 3.3-rc2. - - Eliminated 5 patches. - - Xen is disabled. + - Eliminated 5 patches. + - Xen is disabled. - commit d017ea1 ------------------------------------------------------------------- @@ -2002,7 +2410,7 @@ Wed Dec 21 14:38:42 CET 2011 - jbeulich@novell.com Tue Dec 20 16:35:33 CET 2011 - jeffm@suse.com - Update to 3.2-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit d5a489e ------------------------------------------------------------------- @@ -2010,7 +2418,7 @@ Tue Dec 20 11:34:14 CET 2011 - trenn@suse.de - These should all be mainline in some form: - Delete - patches.arch/implement_stop_machine_from_offline_cpu.patch. + patches.arch/implement_stop_machine_from_offline_cpu.patch. - Delete patches.arch/kill-__stop_machine.patch. - Delete patches.arch/reorganize_stop_cpus.patch. - Delete patches.arch/use_stop_machine_for_mtrr_rendezvous.patch. @@ -2026,14 +2434,14 @@ Sun Dec 18 07:38:42 CET 2011 - aj@suse.de Fri Dec 16 15:37:51 CET 2011 - aj@suse.de - rpm/kernel-binary.spec.in: Add provides and make most obsoletes versioned. - This silences rpmlint warnings. + This silences rpmlint warnings. - commit e3023c7 ------------------------------------------------------------------- Wed Dec 14 13:51:41 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: Fix tarball URL for -rcX and - do not generate any URL for linux-next and vanilla snapshots. + do not generate any URL for linux-next and vanilla snapshots. - commit 1548daf ------------------------------------------------------------------- @@ -2123,7 +2531,7 @@ Wed Dec 7 11:05:05 CET 2011 - aj@suse.de Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com - Update to 3.2-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit a7d546d ------------------------------------------------------------------- @@ -2235,8 +2643,8 @@ Fri Nov 25 05:58:54 CET 2011 - jeffm@suse.com Fri Nov 25 05:47:49 CET 2011 - jeffm@suse.com - Update to 3.2-rc3. - - stack unwind: cfi_ignore takes more arguments. - - iio: Fix build error in industrialio-core.c. + - stack unwind: cfi_ignore takes more arguments. + - iio: Fix build error in industrialio-core.c. - commit 48ef020 ------------------------------------------------------------------- @@ -2249,7 +2657,7 @@ Thu Nov 24 18:45:54 CET 2011 - ohering@suse.de Thu Nov 24 13:01:09 CET 2011 - mmarek@suse.cz - rpm/try-disable-staging-driver: Script to disable failing staging - driver and restart make. + driver and restart make. - commit 819d1fa ------------------------------------------------------------------- @@ -2343,14 +2751,14 @@ Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de Wed Nov 16 06:51:07 CET 2011 - jeffm@suse.com - Update to 3.2-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 85c9930 ------------------------------------------------------------------- Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com - Update to 3.2-rc1. - - Eliminate 212 patches. + - Eliminate 212 patches. - commit 6318d5b ------------------------------------------------------------------- @@ -2390,8 +2798,8 @@ Sat Nov 5 01:32:21 CET 2011 - trenn@suse.de Thu Nov 3 17:56:46 CET 2011 - mszeredi@suse.cz - patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch: - hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops - (CVE-2011-2203 bnc#699709). + hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops + (CVE-2011-2203 bnc#699709). - commit 7923119 ------------------------------------------------------------------- @@ -2429,16 +2837,16 @@ Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com - Add Elantech touchpad v3/v4 support (bnc#716852): - - Input: elantech - add v3 hardware support. - - Input: elantech - add v4 hardware support. - - Input: elantech - better support all those v2 variants. - - Input: elantech - clean up elantech_init. - - Input: elantech - correct x, y value range for v2 hardware. - - Input: elantech - get rid of ETP_2FT_* in elantech.h. - - Input: elantech - packet checking for v2 hardware. - - Input: elantech - remove ETP_EDGE_FUZZ_V2. - - Input: elantech - remove module parameter force_elantech. - - Input: elantech - use firmware provided x, y ranges. + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. - commit 28551a0 ------------------------------------------------------------------- @@ -2469,7 +2877,7 @@ Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de Tue Oct 25 19:24:17 CEST 2011 - eich@suse.de - patches.suse/SUSE-bootsplash: remove DEBUG macro which was - left in the code by accident. + left in the code by accident. - commit a56ba15 ------------------------------------------------------------------- @@ -2482,7 +2890,7 @@ Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de - patches.suse/staging-hv-pata_piix-ignore-disks.patch: - Update comments in code and reduce patch size + Update comments in code and reduce patch size - commit 8913d07 ------------------------------------------------------------------- @@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de ------------------------------------------------------------------- Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com --Update to 3.1-rc10. +- -Update to 3.1-rc10. - commit 239957e ------------------------------------------------------------------- @@ -2522,11 +2930,11 @@ Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de - Various updates for hv drivers, which fix also the hv_mouse driver - staging: hv: storvsc: ignore SET_WINDOWN scsi command - (bnc#722646). + (bnc#722646). - staging/hv: advertise hv_storvsc instead of storvsc as sysfs - driver name (bnc#716708). + driver name (bnc#716708). - staging/hv: fill scsi/proc_name for the sake of mkinitrd - (bnc#716708). + (bnc#716708). - Staging: hv: util: Invoke cn_netlink_send() in a work context. - Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. - Refresh patches.xen/xen3-patch-2.6.32. @@ -2560,7 +2968,7 @@ Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com - patches.suse/supported-flag: Also look for Module.supported in the - source tree. + source tree. - Refresh patches.suse/supported-flag-enterprise. - commit 9c8680a @@ -2594,15 +3002,15 @@ Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - commit e3c78cf ------------------------------------------------------------------- @@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de - Refresh patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. --> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. + -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. - commit 0ac4276 ------------------------------------------------------------------- @@ -2647,9 +3055,9 @@ Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de - ACPI: Implement overriding of arbitrary ACPI tables via initrd - (none). + (none). - ACPICA: Fix wrongly mapped acpi table header when overriding - via initrd (none). + via initrd (none). - ACPICA: Introduce acpi_os_phys_table_override function (none). - x86: allow NVS can be accessed by driver (none). - Update config files: @@ -2667,7 +3075,7 @@ Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix unwinding through - interrupt frames, requiring ... + interrupt frames, requiring ... - patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression. - commit 4d917a5 @@ -2706,7 +3114,7 @@ Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com - mm: frontswap: swap data structure changes. - In HVM guests do not take over the CDROM device (bnc#645893). - x86: report ACPI-reserved state of PCI MMCONFIG region to - hypervisor. + hypervisor. - config.conf: Re-enable Xen flavors. - Update config files. - commit 3692f47 @@ -2746,33 +3154,33 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: util: kvp: Fix the reported OSVersion string. - Staging: hv: util: kvp: Cleanup kvp_get_domain_name(). - Staging: hv: Fix macros, tab errors and warning in - drivers/staging/hv/hv_mouse.c. + drivers/staging/hv/hv_mouse.c. - Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get - rid of the PCI signature. + rid of the PCI signature. - Staging: hv: Replace struct hv_guid with the uuid type already - defined in Linux. + defined in Linux. - Staging: hv: vmbus: Introduce vmbus ID space in struct - hv_driver. + hv_driver. - Staging: hv: blkvsc: Use the newly introduced vmbus ID in the - blockvsc driver. + blockvsc driver. - Staging: hv: storvsc: Use the newly introduced vmbus ID in - storvsc driver. + storvsc driver. - Staging: hv: netvsc: Use the newly introduced vmbus ID in - netvsc driver. + netvsc driver. - Staging: hv: mousevsc: Use the newly introduced vmbus ID in - mouse driver. + mouse driver. - Staging: hv: util: Make hv_utils a vmbus device driver. - Staging: hv: create VMBUS_DEVICE macro and use it. - Staging: hv: vmbus: Cleanup vmbus_match(). - Staging: hv: vmbus: Cleanup vmbus_uevent() code. - Staging: hv: vmbus: Support the notion of id tables in - vmbus_match(). + vmbus_match(). - Staging: hv: vmbus: Get rid of an unnecessary include line - in vmbus_drv.c. + in vmbus_drv.c. - Staging: hv: storvsc: Get rid of the DMI signature. - Staging: hv: netvsc: Get rid of the PCI signature. - Staging: hv: netvsc: Get rid of the DMI signature in - netvsc_drv.c. + netvsc_drv.c. - Staging: hv: util: Get rid of the DMI signature in hv_util.c. - Staging: hv: util: Get rid of the PCI signature in hv_util.c. - Staging: hv: fix up driver registering mess. @@ -2780,59 +3188,59 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: vmbus: Cleanup unnecessary comments in hv.c. - Staging: hv: vmbus: Cleanup error handling in hv_init(). - Staging: hv: vmbus: Get rid of unnecessay comments in - connection.c. + connection.c. - Staging: hv: vmbus: Get rid of the function dump_gpadl_body(). - Staging: hv: vmbus: Get rid of the function dump_gpadl_header(). - Staging: hv: vmbus: Rename openMsg to open_msg in channel.c. - Staging: hv: vmbus: Get rid of unnecessary comments in - channel.c. + channel.c. - Staging: hv: vmbus: Change the variable name openInfo to - open_info in channel.c. + open_info in channel.c. - Staging: hv: vmbus: Cleanup error values in ringbuffer.c. - Staging: hv: vmbus: Cleanup the error return value in - vmbus_recvpacket_raw(). + vmbus_recvpacket_raw(). - Staging: hv: netvsc: Get rid of an unnecessary print statement - in netvsc_probe(). + in netvsc_probe(). - Staging: hv: vmbus: Retry vmbus_post_msg() before giving up. - Staging: hv: storvsc: Cleanup error handling in - storvsc_dev_add(). + storvsc_dev_add(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_channel_init(). + storvsc_channel_init(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_connect_to_vsp(). + storvsc_connect_to_vsp(). - Staging: hv: storvsc: Cleanup error handling in storvsc_do_io(). - Storage: hv: storvsc: Get rid of some unnecessary DPRINTs - from storvsc.c. + from storvsc.c. - Staging: hv: storvsc: Fix/cleanup some dated comments in - storvsc.c. + storvsc.c. - Staging: hv: storvsc: Cleanup returned error code in - storvsc_host_reset(). + storvsc_host_reset(). - Staging: hv: storvsc: Cleanup error code returned in - storvsc_probe(). + storvsc_probe(). - Staging: hv: storvsc: Cleanup returned error code in - storvsc_drv_init(). + storvsc_drv_init(). - Staging: hv: netvsc: Cleanup the returned error code in - netvsc_probe(). + netvsc_probe(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_destroy_recv_buf(). + netvsc_destroy_recv_buf(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_init_recv_buf(). + netvsc_init_recv_buf(). - Staging: hv: netvsc: Cleanup error returns in - netvsc_connect_vsp(). + netvsc_connect_vsp(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_send(). + netvsc_send(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_device_add(). + netvsc_device_add(). - Staging: hv: netvsc: Cleanup error codes in - rndis_filter_receive(). + rndis_filter_receive(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_query_device(). + rndis_filter_query_device(). - Staging: hv: netvsc: Cleanup error return values in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - Staging: hv: netvsc: Cleanup error returns in - rndis_filter_init_device(). + rndis_filter_init_device(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_device_add(). + rndis_filter_device_add(). - Staging: hv: mouse: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Exit to exit. @@ -2845,72 +3253,72 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: add driver_data to hv_vmbus_device_id. - Staging: hv: Add code to parse struct hv_vmbus_device_id table. - Staging: hv: file2alias: fix up alias creation logic for - hv_vmbus_device_id. + hv_vmbus_device_id. - Staging: hv: storvsc: Inline free_stor_device(). - Staging: hv: storvsc: Do not aquire an unnecessary reference - on stor_device. + on stor_device. - Staging: hv: storvsc: Rename must_get_stor_device(). - Staging: hv: storvsc: Rename get_stor_device(). - Staging: hv: storvsc: Cleanup alloc_stor_device(). - Staging: hv: storvsc: Introduce state to manage the lifecycle - of stor device. + of stor device. - Staging: hv: storvsc: Prevent outgoing traffic when stor dev - is being destroyed. + is being destroyed. - Staging: hv: storvsc: Get rid of release_stor_device() by - inlining the code. + inlining the code. - Staging: hv: storvsc: Get rid of final_release_stor_device() - by inlining code. + by inlining code. - Staging: hv: storvsc: Get rid of the reference counting in - struct storvsc_device. + struct storvsc_device. - Staging: hv: netvsc: Inline the code for free_net_device(). - Staging: hv: netvsc: Cleanup alloc_net_device(). - Staging: hv: netvsc: Introduce state to manage the lifecycle - of net device. + of net device. - Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev - is destroyed. + is destroyed. - Staging: hv: netvsc: Get rid of release_outbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of release_inbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of the refcnt field in struct - netvsc_device. + netvsc_device. - Staging: hv: storvsc: Add code to handle IDE devices using - the storvsc driver. + the storvsc driver. - Staging: hv: storvsc: Handle IDE devices using the storvsc - driver. + driver. - Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is - not used. + not used. - Staging: hv: storvsc: Optimize bounce buffer handling for the - "write" case. + "write" case. - Staging: hv: storvsc: Optimize the bounce buffer handling in - the "read" case. + the "read" case. - Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of storvsc.c. + contents of storvsc.c. - Staging: hv: storvsc: Add the contents of hyperv_storage.h - to storvsc_drv.c. + to storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of hyperv_storage.h. + contents of hyperv_storage.h. - Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY - and MODE_SENSE. + and MODE_SENSE. - Staging: hv: storvsc: Fix a typo. - Staging: hv: storvsc: In case of scsi errors offline the device. - Staging: hv: storvsc: No need to copy from bounce buffer in - case of a failure. + case of a failure. - Staging: hv: util: Forcefully shutdown when shutdown is - requested. + requested. - Staging: hv: util: Adjust guest time in a process context. - Staging: hv: vmbus: Check before invoking the channel callback. - Staging: hv: vmbus: Properly deal with de-registering channel - callback. + callback. - Staging: hv: Fix a bug in vmbus_match(). - Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining - the code. + the code. - Staging: hv: vmbus: Do not enable auto eoi. - Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add(). - Staging: hv: vmbus: Get rid of some dated/redundant comments. - Staging: hv: vmbus: Get rid of an unnecessary check in - vmbus_connect(). + vmbus_connect(). - Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c. - Staging: hv: vmbus: Fix checkpatch warnings in connection.c. - Staging: hv: mousevsc: Fix checkpatch errors and warnings. @@ -2983,16 +3391,16 @@ Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com - Refreshed and re-enabled dm-path patches: - - patches.suse/dm-mpath-accept-failed-paths. - - patches.suse/dm-mpath-detach-existing-hardware-handler. + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. - commit 70cadcd ------------------------------------------------------------------- Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com - Update to 3.1-rc3. - - Eliminated 8 patches. - - Xen is disabled. + - Eliminated 8 patches. + - Xen is disabled. - commit eccefcc ------------------------------------------------------------------- @@ -3000,8 +3408,8 @@ Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de - * Refresh patches.suse/SUSE-bootsplash. * Fix bootsplash code for 15bpp framebuffers. - These framebuffers are rare these days, the legendary and still - popular server chipset Radeon ES1000 supports it, though. + These framebuffers are rare these days, the legendary and still + popular server chipset Radeon ES1000 supports it, though. - commit f25ce3e ------------------------------------------------------------------- @@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de - Update config files: bnc#674988, change: --CONFIG_ACPI_CUSTOM_METHOD=m + -CONFIG_ACPI_CUSTOM_METHOD=m +# CONFIG_ACPI_CUSTOM_METHOD is not set for all flavors - commit f1af972 @@ -3115,10 +3523,10 @@ Thu Jul 14 17:52:45 CEST 2011 - tiwai@suse.de Thu Jul 14 17:26:51 CEST 2011 - tiwai@suse.de - ALSA: hda - Add Kconfig for the default buffer size - (bnc#682725). + (bnc#682725). - Update config files. - Delete, replaced with the new upstream patch - patches.drivers/alsa-hda-0019-Increase-default-buffer-size. + patches.drivers/alsa-hda-0019-Increase-default-buffer-size. - commit 40c7644 ------------------------------------------------------------------- @@ -3140,7 +3548,7 @@ Sat Jul 9 11:17:46 CEST 2011 - jslaby@suse.cz Thu Jul 7 00:58:01 CEST 2011 - jeffm@suse.com - Update to 3.0-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 56e99da ------------------------------------------------------------------- @@ -3149,7 +3557,7 @@ Tue Jul 5 09:18:43 CEST 2011 - jbeulich@novell.com - Update Xen patches to 3.0-rc5 and c/s 1095. - xen: prepare tmem shim to handle frontswap. - support booting Xen from EFI (fate#311376, fate#311529, - bnc#578927, bnc#628554). + bnc#578927, bnc#628554). - config.conf: Re-enabled Xen flavors. - Update x86 config files. - Delete patches.xen/xen-blkback-bimodal-suse. @@ -3196,31 +3604,31 @@ Tue Jun 21 12:14:44 CEST 2011 - mmarek@suse.cz Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz - rpm/post.sh: Touch /boot/do_purge_kernels on package install - (fate#312018). + (fate#312018). - rpm/postun.sh: Remove it again if it still exists on package - uninstall. + uninstall. - commit 82f4a5d ------------------------------------------------------------------- Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de - stop_machine: implement stop_machine_from_offline_cpu() - (bnc#697859). + (bnc#697859). - stop_machine: kill __stop_machine() (bnc#697859). - x86, mtrr: lock stop machine during MTRR rendezvous sequence - (bnc#697859). + (bnc#697859). - stop_machine: reorganize stop_cpus() implementation - (bnc#697859). + (bnc#697859). - x86, mtrr: use __stop_machine() for doing MTRR rendezvous - (bnc#697859). + (bnc#697859). - commit aa3d6e2 ------------------------------------------------------------------- Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz - Remove the novfs patches, it should be packaged as a KMP, or - ideally, reimplemented as a fuse filesystem (which is the reason why - the current implementation it is never going to be accepted upstream). + ideally, reimplemented as a fuse filesystem (which is the reason why + the current implementation it is never going to be accepted upstream). - Delete patches.fixes/novfs-copy_user-fixes.diff. - Delete patches.fixes/novfs-minsize-fixes. - Delete patches.fixes/novfs-nwcapi.patch. @@ -3275,7 +3683,7 @@ Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz Wed Jun 15 08:05:05 CEST 2011 - jeffm@suse.com - Update to 3.0-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit a1fe999 ------------------------------------------------------------------- @@ -3343,9 +3751,9 @@ Mon Jun 13 14:06:28 CEST 2011 - mmarek@suse.cz the SRCVERSION variable will only be used to determine the tarball version. - rpm/compute-PATCHVERSION.sh: Set default PATCHLEVEL and SUBLEVEL to 0. - The package version will thus always match the Makefile version and - the SRCVERSION variable will only be used to determine the tarball - version. + The package version will thus always match the Makefile version and + the SRCVERSION variable will only be used to determine the tarball + version. - rpm/kernel-binary.spec.in: Revert the previous hack. - commit 95c9977 @@ -3368,9 +3776,9 @@ Fri Jun 10 20:24:41 CEST 2011 - jeffm@suse.com Fri Jun 10 17:12:22 CEST 2011 - jeffm@suse.com - x86: Remove warning and warning_symbol from struct - stacktrace_ops. + stacktrace_ops. - Delete - patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. + patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. - commit 608ce9e ------------------------------------------------------------------- @@ -3462,13 +3870,13 @@ Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - commit 83331f5 ------------------------------------------------------------------- @@ -3489,14 +3897,14 @@ Tue May 31 05:09:44 CEST 2011 - jeffm@suse.com Tue May 31 05:08:21 CEST 2011 - jeffm@suse.com - Updated to 3.0-rc1. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit 5710413 ------------------------------------------------------------------- Mon May 30 15:54:37 CEST 2011 - jack@suse.cz - mm: Fix assertion mapping->nrpages == 0 in end_writeback() - (bnc#693013 bnc#666423). + (bnc#693013 bnc#666423). - Refresh patches.xen/tmem. - commit d3e465a @@ -3504,9 +3912,9 @@ Mon May 30 15:54:37 CEST 2011 - jack@suse.cz Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. + patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. - aic94xx: world-writable sysfs update_bios file. - Update upstream info. + Update upstream info. - commit 8912816 ------------------------------------------------------------------- @@ -3567,7 +3975,7 @@ Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc7. - - Eliminated 5 patches. + - Eliminated 5 patches. - commit a8a170f ------------------------------------------------------------------- @@ -3580,16 +3988,16 @@ Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz - Delete - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 - commit 7934e2d ------------------------------------------------------------------- Thu May 12 11:56:16 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - Note about submission. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + Note about submission. - commit 9922e20 ------------------------------------------------------------------- @@ -3602,15 +4010,15 @@ Tue May 10 19:10:18 CEST 2011 - mhocko@suse.cz Tue May 10 16:14:44 CEST 2011 - mhocko@suse.cz - patches.fixes/aggressive-zone-reclaim.patch: delete because - the patch is very workload specific and can lead to unexpected - reclaims in parallel node local workloads. + the patch is very workload specific and can lead to unexpected + reclaims in parallel node local workloads. - commit 56cf10e ------------------------------------------------------------------- Tue May 10 16:04:27 CEST 2011 - mhocko@suse.cz - Delete patches.suse/mm-devzero-optimisation.patch: we do not need - it anymore as we have zero page back since 2.6.32 + it anymore as we have zero page back since 2.6.32 - commit 323a093 ------------------------------------------------------------------- @@ -3629,64 +4037,64 @@ Mon May 9 14:32:59 CEST 2011 - jbeulich@novell.com Mon May 9 11:32:35 CEST 2011 - jbeulich@novell.com - patches.suse/kconfig-automate-kernel-desktop: Remove stray blank - lines (for older versions of "patch" to grok). + lines (for older versions of "patch" to grok). - commit 4dfa74d ------------------------------------------------------------------- Sat May 7 01:50:06 CEST 2011 - jeffm@suse.com - Removed network driver entropy patches. haveged is installed by default - and should be enabled to generate entropy from non-predictable sources. - - Delete patches.drivers/bnx2-entropy-source.patch. - - Delete patches.drivers/e1000-entropy-source.patch. - - Delete patches.drivers/e1000e-entropy-source.patch. - - Delete patches.drivers/igb-entropy-source.patch. - - Delete patches.drivers/ixgbe-entropy-source.patch. - - Delete patches.drivers/tg3-entropy-source.patch. + and should be enabled to generate entropy from non-predictable sources. + - Delete patches.drivers/bnx2-entropy-source.patch. + - Delete patches.drivers/e1000-entropy-source.patch. + - Delete patches.drivers/e1000e-entropy-source.patch. + - Delete patches.drivers/igb-entropy-source.patch. + - Delete patches.drivers/ixgbe-entropy-source.patch. + - Delete patches.drivers/tg3-entropy-source.patch. - commit c88b893 ------------------------------------------------------------------- Fri May 6 19:36:47 CEST 2011 - jeffm@suse.com - Update - patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack - (bnc#466279 bnc#681639). + patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack + (bnc#466279 bnc#681639). - commit 72e779f ------------------------------------------------------------------- Fri May 6 19:31:10 CEST 2011 - jeffm@suse.com - Disabled patches.drivers/libata-unlock-hpa-by-default; It may have - been obsoleted by upstream commit d8d9129e. + been obsoleted by upstream commit d8d9129e. - commit 1a21ab3 ------------------------------------------------------------------- Fri May 6 18:51:20 CEST 2011 - jeffm@suse.com - sysctl: Increase IPC defaults (bnc#146656) - - Delete patches.suse/shmall-bigger. + - Delete patches.suse/shmall-bigger. - commit a70e34f ------------------------------------------------------------------- Fri May 6 17:50:56 CEST 2011 - jeffm@suse.com - sysctl/i386/desktop, sysctl/x86_64/desktop: Add vm.dirty_ratio = 20 - for desktop flavors (bnc#552883) - - Delete patches.suse/mm-tune-dirty-limits.patch. + for desktop flavors (bnc#552883) + - Delete patches.suse/mm-tune-dirty-limits.patch. - commit dbe73e2 ------------------------------------------------------------------- Fri May 6 17:25:45 CEST 2011 - jeffm@suse.com - sysctl/defaults: Added kernel.hung_task_timeout=0 - - Delete patches.suse/hung_task_timeout-configurable-default. + - Delete patches.suse/hung_task_timeout-configurable-default. - commit 78f9eed ------------------------------------------------------------------- Fri May 6 16:41:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-{binary,source}.spec.in: Install per-kernel /boot/sysctl-* - files (patch from Jeff Mahoney). + files (patch from Jeff Mahoney). - commit 473f2d1 ------------------------------------------------------------------- @@ -3699,7 +4107,7 @@ Thu May 5 22:35:53 CEST 2011 - jeffm@suse.com Thu May 5 22:23:21 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc6. - - 2 patches eliminated. + - 2 patches eliminated. - commit 2643e59 ------------------------------------------------------------------- @@ -3713,9 +4121,9 @@ Tue May 3 03:08:18 CEST 2011 - tonyj@suse.de Fri Apr 29 20:35:21 CEST 2011 - jeffm@suse.com - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - commit 52dd0f0 ------------------------------------------------------------------- @@ -3737,7 +4145,7 @@ Fri Apr 29 00:36:03 CEST 2011 - gregkh@suse.de - Delete patches.suse/linux-2.6.29-dont-wait-for-mouse.patch. - Delete patches.suse/linux-2.6.29-even-faster-kms.patch. - Delete - patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. + patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. - Delete patches.suse/linux-2.6.29-kms-after-sata.patch. - Delete patches.suse/linux-2.6.29-touchkit.patch. - commit c13427d @@ -3752,22 +4160,22 @@ Fri Apr 29 00:17:46 CEST 2011 - jbenc@suse.cz Thu Apr 28 23:32:44 CEST 2011 - rjw@suse.de - Delete patches.xen/xen3-x86-mcp51-no-dac. - Also remove the series.conf entires for the x86-mcp-no-dac patches. + Also remove the series.conf entires for the x86-mcp-no-dac patches. - commit 574577b ------------------------------------------------------------------- Thu Apr 28 23:16:27 CEST 2011 - rjw@suse.de - Delete patches.arch/x86-mcp51-no-dac. (This is a blacklist entry that - has been rejected by the mainline, the problem reporter is gone and - it's next to impossible to verify it now.) + has been rejected by the mainline, the problem reporter is gone and + it's next to impossible to verify it now.) - commit 195b113 ------------------------------------------------------------------- Thu Apr 28 21:38:22 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - commit a2662ae ------------------------------------------------------------------- @@ -3782,14 +4190,14 @@ Thu Apr 28 20:56:33 CEST 2011 - jslaby@suse.cz Thu Apr 28 20:30:56 CEST 2011 - bphilips@suse.de - Delete - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. + patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. - commit 9917206 ------------------------------------------------------------------- Thu Apr 28 20:19:59 CEST 2011 - bphilips@suse.de - Delete - patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. + patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. - commit 08374b3 ------------------------------------------------------------------- @@ -3822,7 +4230,7 @@ Thu Apr 28 14:18:12 CEST 2011 - jbeulich@novell.com Wed Apr 27 22:20:02 CEST 2011 - jeffm@suse.com - Delete - patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. + patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. - commit 399a100 ------------------------------------------------------------------- @@ -3884,10 +4292,10 @@ Wed Apr 27 21:34:13 CEST 2011 - jeffm@suse.com - Delete patches.suse/acpi-don-t-preempt-until-the-system-is-up. - Delete - patches.suse/acpi-generic-initramfs-table-override-support. + patches.suse/acpi-generic-initramfs-table-override-support. - Delete patches.suse/add-initramfs-file_read_write. - Delete - patches.suse/init-move-populate_rootfs-back-to-start_kernel. + patches.suse/init-move-populate_rootfs-back-to-start_kernel. - commit d4910b3 ------------------------------------------------------------------- @@ -3901,14 +4309,14 @@ Wed Apr 27 21:29:24 CEST 2011 - jeffm@suse.com Wed Apr 27 21:11:59 CEST 2011 - jeffm@suse.com - Delete patches.suse/osync-error. It was unused and the issue it fixed in - kernels prior to 2.6.32 doesn't exist anymore. + kernels prior to 2.6.32 doesn't exist anymore. - commit 52cc654 ------------------------------------------------------------------- Wed Apr 27 20:48:55 CEST 2011 - jeffm@suse.com - Delete patches.suse/s390-System.map.diff: Proper fix in binutils has - long since been upstream. + long since been upstream. - commit 2847a36 ------------------------------------------------------------------- @@ -3941,7 +4349,7 @@ Wed Apr 27 20:18:37 CEST 2011 - jeffm@suse.com Wed Apr 27 20:16:52 CEST 2011 - jeffm@suse.com - Delete patches.suse/unmap_vmas-lat: No bug report or signed-off-by. - - Delete patches.arch/s390-add-FREE_PTE_NR. + - Delete patches.arch/s390-add-FREE_PTE_NR. - commit 2a392c2 ------------------------------------------------------------------- @@ -3954,7 +4362,7 @@ Wed Apr 27 20:16:00 CEST 2011 - jeffm@suse.com Wed Apr 27 20:15:02 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc5. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5288a05 ------------------------------------------------------------------- @@ -3974,7 +4382,7 @@ Wed Apr 27 19:43:47 CEST 2011 - jeffm@suse.com Tue Apr 26 11:03:18 CEST 2011 - jkosina@suse.cz - HID: add noget quirk barcode scanners from Symbol Technologies - (bnc#689290). + (bnc#689290). - commit f5b999f ------------------------------------------------------------------- @@ -3987,7 +4395,7 @@ Fri Apr 22 00:01:41 CEST 2011 - jeffm@suse.com Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz - Revert changes to sparc configs to not make life harder for Jan Engelhardt - maintaining sparc architecture. + maintaining sparc architecture. - commit cdac873 ------------------------------------------------------------------- @@ -4006,7 +4414,7 @@ Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 3f654c8 ------------------------------------------------------------------- @@ -4019,15 +4427,15 @@ Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de - Combined and consolidated bootsplash patch (bnc#669777, - bnc#570082, bnc#595657, bnc#594209, bnc#544645). - - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. - - Delete patches.suse/bootsplash. - - Delete patches.suse/bootsplash-console-fix. - - Delete patches.suse/bootsplash-keep-multiple-data. - - Delete patches.suse/bootsplash-scaler. - - Reformatted code, fixed some minor bugs that became obvious. - - Fixed race that led to null pointer dereference in splash_read_proc(): - bnc#669777. + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. - commit 95844c5 ------------------------------------------------------------------- @@ -4040,7 +4448,7 @@ Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de - intel_idle: Make lapic_timer_reliable_states a boot param - (bnc#675161). + (bnc#675161). - commit 85b156b ------------------------------------------------------------------- @@ -4054,7 +4462,7 @@ Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - - This results in automatically disabling CONFIG_GIGASET_I4L. + - This results in automatically disabling CONFIG_GIGASET_I4L. - commit 697e68b ------------------------------------------------------------------- @@ -4074,7 +4482,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com - Update Xen patches to 2.6.39-rc3 and c/s 1079. - blktap2: replace hard-coded limit of tap devices with - configurable one. + configurable one. - config.conf: Re-enable Xen configs. - Update x86 config files. - commit d3bfd6c @@ -4083,7 +4491,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com - fs/partitions/efi.c: corrupted GUID partition tables can cause - kernel oops (bnc#687113 CVE-2011-1577). + kernel oops (bnc#687113 CVE-2011-1577). - commit 385b393 ------------------------------------------------------------------- @@ -4128,7 +4536,7 @@ Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 200c913 ------------------------------------------------------------------- @@ -4153,29 +4561,29 @@ Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc2. - - Eliminated 18 patches. - - Added 3 patches. - - hv_mouse: needs . - - dm-raid45: Remove blk_unplug calls. - - novfs: 2.6.39 API update. - - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. - - patches.kernel.org is no longer used to contain upstream patches - for -rc releases. Users planning on building their own kernel should - have a copy of the tarball corresponding to the -rc releases. + - Eliminated 18 patches. + - Added 3 patches. + - hv_mouse: needs . + - dm-raid45: Remove blk_unplug calls. + - novfs: 2.6.39 API update. + - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. + - patches.kernel.org is no longer used to contain upstream patches + for -rc releases. Users planning on building their own kernel should + have a copy of the tarball corresponding to the -rc releases. - commit adf9d16 ------------------------------------------------------------------- Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de - Make selection of 'readdir-plus' adapt to usage patterns - (bnc#678123). + (bnc#678123). - commit 5de99a8 ------------------------------------------------------------------- Wed Apr 6 09:01:38 CEST 2011 - jeffm@suse.de - reiserfs: Force inode evictions before umount to avoid crash - (bnc#610598 bnc#680073 bnc#684112). + (bnc#610598 bnc#680073 bnc#684112). - Delete patches.fixes/reiserfs-xattr-crash-fix. - commit bf57d20 @@ -4189,21 +4597,21 @@ Tue Apr 5 10:42:22 CEST 2011 - jslaby@suse.cz Wed Mar 30 23:50:41 CEST 2011 - jeffm@suse.com - Delete patches.suse/twofish-2.6. - - This was for 2.4 compatibility and has been moved to KMP purgatory. + - This was for 2.4 compatibility and has been moved to KMP purgatory. - commit dcca506 ------------------------------------------------------------------- Wed Mar 30 10:32:32 CEST 2011 - jslaby@suse.cz - Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo - (bnc#681826). + (bnc#681826). - commit 2e71042 ------------------------------------------------------------------- Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de - Update config files, remove CONFIG_X86_MCE_XEON75XX=m - ->driver got reverted with previous commit + ->driver got reverted with previous commit - Refresh patches.xen/xen3-auto-arch-x86.diff. - commit b367e7b @@ -4215,18 +4623,18 @@ Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de APEI implementation should take care of that in recent kernels. - Delete patches.arch/x86_mce_intel_decode_physical_address.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. + patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. - commit 1fe7a22 ------------------------------------------------------------------- Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not install unneeded packages in the - build chroot. + build chroot. - commit 7f4c49d ------------------------------------------------------------------- @@ -4246,7 +4654,7 @@ Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz - Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing - the signal code (bnc#681826 CVE-2011-1020). + the signal code (bnc#681826 CVE-2011-1020). - commit 2e42fd4 ------------------------------------------------------------------- @@ -4255,7 +4663,7 @@ Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de - sound/oss/opl3: validate voice and channel indexes (bnc#681999). - sound/oss: remove offset from load_patch callbacks (bnc#681999). - ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl - (bnc#680816). + (bnc#680816). - commit 09ff6e9 ------------------------------------------------------------------- @@ -4268,7 +4676,7 @@ Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz - HID: add support for Skycable 0x3f07 wireless presenter - (bnc#681297). + (bnc#681297). - commit 892e8d4 ------------------------------------------------------------------- @@ -4299,12 +4707,12 @@ Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de - netvm: Do not mark requests for swapfile writes as dirty or - kswapd fails to free the page (bnc#678472). + kswapd fails to free the page (bnc#678472). - nfs: Use page_file_offset during page writeback (bnc#677738). - nfs: Convert nfs_mark_request_dirty() to use page_file_mapping() - (bnc#677738). + (bnc#677738). - netvm: Remove duplicated initialization in net/ipv4/route.c - (bnc#678970). + (bnc#678970). - collapse: mm: Report the low watermark correctly (bnc#678497). - commit a798dd1 @@ -4318,7 +4726,7 @@ Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com - Linux: 2.6.38-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 7da557d ------------------------------------------------------------------- @@ -4343,38 +4751,38 @@ Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc7. - - Refresh patches.xen/xen-x86-no-lapic. - - Refresh patches.xen/xen3-patch-2.6.19. + - Refresh patches.xen/xen-x86-no-lapic. + - Refresh patches.xen/xen3-patch-2.6.19. - commit 7eb9d30 ------------------------------------------------------------------- Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - commit 88d5daa ------------------------------------------------------------------- Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in - yesterday's change. + yesterday's change. - commit 098768b ------------------------------------------------------------------- Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Add annotations to - lib/rwsem_64.S. + lib/rwsem_64.S. - commit 87944ac ------------------------------------------------------------------- Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de - ALSA: usb-audio: fix oops due to cleanup race when disconnecting - (bnc#674735). + (bnc#674735). - commit ed81f8c ------------------------------------------------------------------- @@ -4387,7 +4795,7 @@ Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com - Update to 2.6.38-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 6cce7bb ------------------------------------------------------------------- @@ -4400,7 +4808,7 @@ Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de - ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499, - CVE-2011-0712). + CVE-2011-0712). - commit 5ef002b ------------------------------------------------------------------- @@ -4419,22 +4827,22 @@ Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de - Update config files. - - disable CONFIG_DRM_VMWGFX (bnc#606458) - - update sparc configs to at least be able to run "make oldconfig" + - disable CONFIG_DRM_VMWGFX (bnc#606458) + - update sparc configs to at least be able to run "make oldconfig" - commit da75bd9 ------------------------------------------------------------------- Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Re-add change lost during - initial 2.6.37 merge. + initial 2.6.37 merge. - commit e493205 ------------------------------------------------------------------- Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz - Move spec file templates and helper scripts to a separate branch, to - ease synchronizing these files among master, vanilla and linux-next. + ease synchronizing these files among master, vanilla and linux-next. - commit 411abb8 ------------------------------------------------------------------- @@ -4454,7 +4862,7 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code - was merged into rpm's find-supplements script. + was merged into rpm's find-supplements script. - Delete rpm/check-build.sh, not needed anymore. - commit 0a157b1 @@ -4462,43 +4870,43 @@ Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com - flexcop: fix registering braindead stupid names (brc#575873 - bnc#661429). + bnc#661429). - commit 72bd3d0 ------------------------------------------------------------------- Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de - Staging: samsung-laptop: add support for lots of laptops - (bnc#661682). + (bnc#661682). - commit 1eb5eaa ------------------------------------------------------------------- Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Set timestamp of sources to the commit - timestamp, so that they are always older than generated files in - /usr/src/linux-obj (bnc#669669). + timestamp, so that they are always older than generated files in + /usr/src/linux-obj (bnc#669669). - commit 8565452 ------------------------------------------------------------------- Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to - keep timestamps intact. + keep timestamps intact. - commit 9ba5ff0 ------------------------------------------------------------------- Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Remove .gitignore files after applying patches - (fix last change). + (fix last change). - commit 907f9cc ------------------------------------------------------------------- Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit c327e0a ------------------------------------------------------------------- @@ -4546,8 +4954,8 @@ Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition - of %release_major and rename it to %release_num to better describe - what it does. Add some comments to explain how the versioning works. + of %release_major and rename it to %release_num to better describe + what it does. Add some comments to explain how the versioning works. - commit 9a3bc94 ------------------------------------------------------------------- @@ -4566,14 +4974,14 @@ Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit b6b51ca ------------------------------------------------------------------- Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de - ALSA: hda - Fix memory leaks in conexant jack arrays - (bnc#668929). + (bnc#668929). - commit 31971a4 ------------------------------------------------------------------- @@ -4611,8 +5019,8 @@ Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com - Update config files. - - CONFIG_EXPERT=n on all but ps3 - - Vanilla configs updated. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. - commit b25e639 ------------------------------------------------------------------- @@ -4633,7 +5041,7 @@ Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 90baa82 ------------------------------------------------------------------- @@ -4652,30 +5060,30 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc1. - - Removed 12 patches. - - Xen is disabled. - - Quite a few patches need updating. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. - commit 9163bb7 ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff ------------------------------------------------------------------- @@ -4688,7 +5096,7 @@ Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 ------------------------------------------------------------------- @@ -4707,22 +5115,22 @@ Mon Jan 17 20:52:49 CET 2011 - jeffm@suse.com Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz - Revert %kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 ------------------------------------------------------------------- Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 ------------------------------------------------------------------- Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 ------------------------------------------------------------------- @@ -4796,7 +5204,7 @@ Thu Jan 6 20:51:31 CET 2011 - jeffm@suse.com Thu Jan 6 19:48:28 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe ------------------------------------------------------------------- @@ -4815,28 +5223,28 @@ Thu Jan 6 17:09:12 CET 2011 - jeffm@suse.com Thu Jan 6 17:08:44 CET 2011 - jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d ------------------------------------------------------------------- Thu Jan 6 16:10:26 CET 2011 - jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 ------------------------------------------------------------------- @@ -4849,7 +5257,7 @@ Thu Jan 6 15:49:34 CET 2011 - jack@suse.cz Thu Jan 6 13:56:07 CET 2011 - mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 ------------------------------------------------------------------- @@ -4858,7 +5266,7 @@ Thu Jan 6 10:07:22 CET 2011 - mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b @@ -4879,7 +5287,7 @@ Thu Dec 30 00:50:58 CET 2010 - jeffm@suse.com Wed Dec 29 22:23:21 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 ------------------------------------------------------------------- @@ -4904,38 +5312,38 @@ Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c ------------------------------------------------------------------- Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (bnc#655048). + Backport to XEN. - commit 92c0965 ------------------------------------------------------------------- Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz - Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive - decode" (bnc#655048). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 @@ -4950,8 +5358,8 @@ Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz - Delete - patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. - It's unreferenced and wrong. + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. - commit 9e6fc50 ------------------------------------------------------------------- @@ -4988,10 +5396,10 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 @@ -5024,14 +5432,14 @@ Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 ------------------------------------------------------------------- Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 ------------------------------------------------------------------- @@ -5062,7 +5470,7 @@ Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b @@ -5071,12 +5479,12 @@ Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c ------------------------------------------------------------------- @@ -5109,7 +5517,7 @@ Fri Nov 26 15:04:27 CET 2010 - jbeulich@novell.com - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -5133,7 +5541,7 @@ Wed Nov 24 15:49:45 CET 2010 - jeffm@suse.com Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac ------------------------------------------------------------------- @@ -5157,7 +5565,7 @@ Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Wed Nov 17 17:10:32 CET 2010 - jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 ------------------------------------------------------------------- @@ -5176,7 +5584,7 @@ Tue Nov 16 20:08:11 CET 2010 - jeffm@suse.com Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 ------------------------------------------------------------------- @@ -5189,7 +5597,7 @@ Mon Nov 15 21:33:19 CET 2010 - jeffm@suse.com Mon Nov 15 21:30:37 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 ------------------------------------------------------------------- @@ -5208,16 +5616,16 @@ Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz Fri Nov 12 18:37:10 CET 2010 - jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 ------------------------------------------------------------------- Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de - Update config files. (bnc#652954) increase the number of possible and - default uarts for users with multi-port serial cards for the i386 and - x86-64 default configs. + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. - commit 85c87e3 ------------------------------------------------------------------- @@ -5231,20 +5639,20 @@ Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + top down (bnc#651256). - PCI: allocate bus resources from the top down (bnc#651256). - x86/PCI: allocate space from the end of a region, not the - beginning (bnc#651256). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + capabilities (bnc#651256). - x86: allocate space within a region top-down (bnc#651256). - Refresh patches.xen/xen3-patch-2.6.34. - commit 8c68ad1 @@ -5253,21 +5661,21 @@ Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 ------------------------------------------------------------------- Fri Oct 29 13:47:35 CEST 2010 - jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb ------------------------------------------------------------------- Fri Oct 29 01:53:34 CEST 2010 - trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b ------------------------------------------------------------------- @@ -5287,14 +5695,14 @@ Wed Oct 27 14:51:30 CEST 2010 - jslaby@suse.cz Tue Oct 26 21:31:22 CEST 2010 - trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 ------------------------------------------------------------------- Tue Oct 26 13:41:23 CEST 2010 - jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 ------------------------------------------------------------------- @@ -5302,7 +5710,7 @@ Mon Oct 25 12:53:38 CEST 2010 - jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 @@ -5312,7 +5720,7 @@ Mon Oct 25 08:58:15 CEST 2010 - tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda ------------------------------------------------------------------- @@ -5325,7 +5733,7 @@ Fri Oct 22 21:18:25 CEST 2010 - jeffm@suse.de Fri Oct 22 13:32:04 CEST 2010 - jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb ------------------------------------------------------------------- @@ -5340,7 +5748,7 @@ Thu Oct 21 10:11:03 CEST 2010 - sjayaraman@suse.de Mon Oct 18 16:54:57 CEST 2010 - trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf ------------------------------------------------------------------- @@ -5376,7 +5784,7 @@ Mon Oct 11 17:14:51 CEST 2010 - mmarek@suse.cz Mon Oct 11 16:12:29 CEST 2010 - jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 ------------------------------------------------------------------- @@ -5389,7 +5797,7 @@ Fri Oct 8 17:40:50 CEST 2010 - jeffm@suse.de Tue Oct 5 18:02:19 CEST 2010 - jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa ------------------------------------------------------------------- @@ -5402,7 +5810,7 @@ Tue Oct 5 17:19:46 CEST 2010 - jeffm@suse.de Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 @@ -5411,7 +5819,7 @@ Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de Mon Oct 4 16:57:34 CEST 2010 - jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 ------------------------------------------------------------------- @@ -5424,25 +5832,25 @@ Fri Sep 24 13:45:31 CEST 2010 - jbeulich@novell.com Fri Sep 24 13:23:13 CEST 2010 - trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 ------------------------------------------------------------------- Fri Sep 24 13:14:36 CEST 2010 - trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 ------------------------------------------------------------------- @@ -5467,7 +5875,7 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 @@ -5475,7 +5883,7 @@ Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b ------------------------------------------------------------------- @@ -5494,7 +5902,7 @@ Tue Sep 21 14:15:34 CEST 2010 - mmarek@suse.cz Tue Sep 21 13:59:10 CEST 2010 - jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 ------------------------------------------------------------------- @@ -5502,8 +5910,8 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f @@ -5512,14 +5920,14 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de Mon Sep 20 16:03:14 CEST 2010 - sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b ------------------------------------------------------------------- Mon Sep 20 15:25:41 CEST 2010 - jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 ------------------------------------------------------------------- @@ -5532,25 +5940,25 @@ Sun Sep 19 17:39:03 CEST 2010 - jeffm@suse.com Fri Sep 17 01:05:47 CEST 2010 - jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 ------------------------------------------------------------------- Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de - x86-64, compat: Test %rax for the syscall number, not %eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 ------------------------------------------------------------------- Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac ------------------------------------------------------------------- @@ -5563,21 +5971,21 @@ Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 ------------------------------------------------------------------- Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 ------------------------------------------------------------------- Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 ------------------------------------------------------------------- @@ -5592,11 +6000,11 @@ Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -5626,7 +6034,7 @@ Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de 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). + (CVE-2010-2954 bnc#636112). - commit f04e61f ------------------------------------------------------------------- @@ -5648,7 +6056,7 @@ Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 ------------------------------------------------------------------- @@ -5667,28 +6075,28 @@ Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - 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. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + 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. + 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. + the truncate path and causes crashes. - commit e18fc2c ------------------------------------------------------------------- @@ -5743,22 +6151,22 @@ Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de 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. + 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. + 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. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e ------------------------------------------------------------------- @@ -5772,7 +6180,7 @@ Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com 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. + avoid triggering a build service rule error. - commit 124ac26 ------------------------------------------------------------------- @@ -5791,14 +6199,14 @@ Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de 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. + 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 - to grab the BKL + to grab the BKL - commit 1df02ec ------------------------------------------------------------------- @@ -5811,20 +6219,20 @@ Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - 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. + - 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 ------------------------------------------------------------------- @@ -5843,10 +6251,10 @@ Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com 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. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 ------------------------------------------------------------------- @@ -5878,7 +6286,7 @@ Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com 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). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 ------------------------------------------------------------------- @@ -5891,7 +6299,7 @@ Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz 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. + 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 @@ -5901,14 +6309,14 @@ Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de 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). + 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). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 @@ -5917,13 +6325,13 @@ 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. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b @@ -5932,7 +6340,7 @@ Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com 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. + usage from upstream commit 718be4aa. - commit 4ce0b48 ------------------------------------------------------------------- @@ -5963,7 +6371,7 @@ Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 ------------------------------------------------------------------- @@ -5976,7 +6384,7 @@ Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 ------------------------------------------------------------------- @@ -5990,7 +6398,7 @@ 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). + though). - commit 8ed2389 ------------------------------------------------------------------- diff --git a/kernel-docs.spec b/kernel-docs.spec index f55e90a57..599ea5333 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -17,14 +17,14 @@ # norootforbuild -%define patchversion 3.6.3 +%define patchversion 3.7.0 %define variant %{nil} %include %_sourcedir/kernel-spec-macros Name: kernel-docs Summary: Kernel Documentation -Version: 3.6.3 +Version: 3.7.0 Release: 0 BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel BuildRequires: kernel-source%variant diff --git a/kernel-ec2.changes b/kernel-ec2.changes index 2887ccaf6..e0d27f80d 100644 --- a/kernel-ec2.changes +++ b/kernel-ec2.changes @@ -1,3 +1,393 @@ +------------------------------------------------------------------- +Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com + +- ezusb: add dependency to USB. + This prevents build failures by making it depend on the value of CONFIG_USB. + Commit 36e0f0bd did this for architectures other than ARM manually. +- commit b89db5d + +------------------------------------------------------------------- +Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de + +- Drivers: hv: balloon: Fix a memory leak. +- commit 26cdad5 + +------------------------------------------------------------------- +Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com + +- Update to 3.7-final. +- commit 1771a73 + +------------------------------------------------------------------- +Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de + +- Update patch headers for fate314663 and fate314665 changes +- commit 44044f1 + +------------------------------------------------------------------- +Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz + +- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually + ext3 will be removed upstream so let's do the transition. +- commit dadc8ea + +------------------------------------------------------------------- +Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr + +- Update omap2plus (armv7) config: Enable TWL* USB drivers +- commit 28c09f5 + +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + +------------------------------------------------------------------- +Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de + +- fate#314663 hyper-v memory ballooning support +- mm: Export a function to get vm committed memory. +- Drivers: hv: Add Hyper-V balloon driver. +- Drivers: hv: balloon: Fix a bug in the definition of struct + dm_info_msg. +- Update config files. + fate#314665 hyper-v: Update the Vmbus protocol +- Drivers: hv: Implement routines for read side signaling + optimization. +- Drivers: hv: Add state to manage batched reading. +- Drivers: hv: Turn off batched reading for util drivers. +- Drivers: hv: Optimize signaling in the read path. +- Drivers: hv: Optimize the signaling on the write path. +- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask(). +- Drivers: hv: Support handling multiple VMBUS versions. +- Drivers: hv: Update the ring buffer structure to match win8 + functionality. +- Drivers: hv: Extend/modify vmbus_channel_offer_channel for + win7 and beyond. +- Drivers: hv: Save and export negotiated vmbus version. +- Drivers: hv: Change the signature for hv_signal_event(). +- Drivers: hv: Change the signature of vmbus_set_event(). +- Drivers: hv: Move vmbus version definitions to hyperv.h. +- Drivers: hv: Manage signaling state on a per-connection basis. +- Drivers: hv: Cleanup vmbus_set_event() to support win7 and + beyond. +- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID. +- Drivers: hv: Add state to manage incoming channel interrupt + load. +- Drivers: hv: Modify the interrupt handling code to support + win8 and beyond. +- Drivers: hv: Add code to distribute channel interrupt load. +- Drivers: hv: Get rid of the unused global signaling state. +- Drivers: hv: Get rid of unnecessary request for offers. +- Drivers: hv: Manage event tasklets on per-cpu basis. +- Drivers: hv: Handle vmbus interrupts concurrently on all cpus. +- Drivers: hv: Add a check to deal with spurious interrupts. +- Drivers: hv: Enable protocol negotiation with win8 hosts. +- Drivers: hv: Implement flow management on the send side. +- Drivers: hv: Capture the host build information. +- Drivers: hv: Cleanup and consolidate reporting of build/version + info. +- commit 4fccd03 + +------------------------------------------------------------------- +Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc8. +- Delete patches.rpmify/net-fix-build-failure-in-xilinx. +- commit 76b3d92 + +------------------------------------------------------------------- +Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de + +- add splash=black option to bootsplash code, + to keep a black background, useful for remote access to VMs + (bnc#773487) +- commit c060ae1 + +------------------------------------------------------------------- +Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem + (bnc#781327) +- commit 841d864 + +------------------------------------------------------------------- +Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com + +- net: fix build failure in xilinx. +- commit 28be621 + +------------------------------------------------------------------- +Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com + +- Update config files. Enable CONFIG_SMB2 to 'y'. +- commit 25bdfaf + +------------------------------------------------------------------- +Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc6. +- commit daac70a + +------------------------------------------------------------------- +Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz + +- rpm/config.sh: Set projects for ARM +- commit 55bac79 + +------------------------------------------------------------------- +Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related + crash in context switch code). +- commit bb1d12d + +------------------------------------------------------------------- +Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com + +- Update to 3.7-rc5. +- Update Xen patches additionally to c/s 1204: +- commit d5de9cf + +------------------------------------------------------------------- +Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com + +- config: sync x86_64 configs for NR_UARTS + This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and + CONFIG_SERIAL_8250_NR_UARTS to 32. +- commit ddf88e6 + +------------------------------------------------------------------- +Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com + +- Delete patches.arch/s390-remove-kvm-para.patch. +- commit f759e1e + +------------------------------------------------------------------- +Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com + +- config: sync ppc64 configs for LIB80211, NET_SDA_MV* + This commit changes the following options to be modular: + LIB80211 + NET_DSA_MV88E6XXX + NET_DSA_MV88E6060 +- commit caa5a52 + +------------------------------------------------------------------- +Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com + +- config: sync ppc64/debug with ppc64/default + The debug config should be identical to default with the exception of + the debug options. This patch brings ppc64/debug in line with ppc64/default + with the exception of a few things that are modular in debug that should + also be modular in default. +- commit b981fcd + +------------------------------------------------------------------- +Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com + +- config: sync kvm options between ppc64 flavors. +- commit 8a389d5 + +------------------------------------------------------------------- +Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com + +- config: disable HW_RANDOM_AMD on ppc64 + This chip is only on AMD hardware and an old ppc64 eval board. We can skip + it on ppc64. +- commit 03001a4 + +------------------------------------------------------------------- +Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com + +- config: Eliminate unused ppc/ppc64 configs. + The history of the ppc/ppc64 configs is a convoluted one that started + before the kernel source could support multiple machine types with a + single image and before there was a usable 64-bit userspace. + In the subsequent years, the powerpc code has been unified and we've + released a 64-bit powerpc userspace. The "default" and "ppc64" configs + on ppc64 are essentially identical and just waste space. The "ppc64" + config on 32-bit ppc address a long since unnecessary corner case. Users + who still want a 32-bit userspace with a 64-bit kernel can install and + update it themselves using the 64-bit repository like i386/x86_64 users + can do. + This commit can be summarized thusly: + rm config/ppc/ppc64 + rm config/ppc/ps3 (already unused) + mv config/ppc64/ppc64 config/ppc64/default +- commit a9cc3d5 + +------------------------------------------------------------------- +Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr + +- Add kernel-versatile description +- commit 5424cf2 + +------------------------------------------------------------------- +Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr + +- Enable armv5 in arch-symbols +- commit 401de81 + +------------------------------------------------------------------- +Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com + +- config: sync vanilla flavor with default flavor for each platform + The vanilla configs have drifted away from the default configuration + for each platform. This patch brings them back in sync. +- commit 8d4661f + +------------------------------------------------------------------- +Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com + +- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled. +- commit 9907c37 + +------------------------------------------------------------------- +Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com + +- Updated to 3.7-rc4. + Eliminated 1 patch. +- commit 5168053 + +------------------------------------------------------------------- +Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again). +- commit 5feff7e + +------------------------------------------------------------------- +Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com + +- Update Xen patches to 3.7-rc3 and c/s 1202. +- extend base interfaces to support multi-page rings for + frontend/backend communication. +- blkback: allow using multiple page frontend communication ring. +- blkfront: allow using multiple page backend communication ring. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Fix build when disabled. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- config.conf: Re-enable Xen configs. +- Update x86 config files. +- Delete patches.xen/xen3-acpi_override_2_2.patch. +- commit f042386 + +------------------------------------------------------------------- +Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr + +- Add support to armv5 versatile kernel +- commit 99d34f3 + +------------------------------------------------------------------- +Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc3. +- commit 48e5027 + +------------------------------------------------------------------- +Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615) +- commit 2520563 + +------------------------------------------------------------------- +Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de + +- ARM: Update config files: Fix vexpress (default) config +- commit be072b4 + +------------------------------------------------------------------- +Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de + +- Fixup kvm for s390. +- commit 503388b + +------------------------------------------------------------------- +Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi +- commit 336ead7 + +------------------------------------------------------------------- +Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de + +- Revert "disable non-compiling irrelevant I2C module" +- commit d5a21c5 + +------------------------------------------------------------------- +Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de + +- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE. +- commit 8e108ab + +------------------------------------------------------------------- +Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 565b450 + +------------------------------------------------------------------- +Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de + +- Refresh patches.arch/arm-exynos-nosparse.patch. +- commit 55fbf60 + +------------------------------------------------------------------- +Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 118f2f9 + +------------------------------------------------------------------- +Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de + +- ARM: Exynos: Fix MMC driver +- ARM: Exynos: Update configs +- commit 37a1704 + +------------------------------------------------------------------- +Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com + +- config: change CONFIG_USB_EZUSB_FX2 to module +- commit 36e0f0b + +------------------------------------------------------------------- +Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com + +- Actually use kthread_run in crasher.ko. + The previous commit was incomplete. +- commit b8b35ae + +------------------------------------------------------------------- +Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com + +- crasher: use kthread_run() instead of kernel_thread(). + Linux 3.7-rc2 no longer exports kernel_thread on all architectures. +- commit f17d925 + +------------------------------------------------------------------- +Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com + +- Updated to 3.7-rc2. +- commit e00a663 + ------------------------------------------------------------------- Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de @@ -14,7 +404,7 @@ Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz - Refresh patches.xen/xen3-patch-3.6. - Delete patches.fixes/hv-storvsc-reset-wait.patch. - Delete - patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. + patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. - commit cfee26b ------------------------------------------------------------------- @@ -36,19 +426,19 @@ Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de and proper git-xy: meta tags: - lib: Add early cpio decoder. - x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() - for e820 handling. + for e820 handling. - ACPI: Store valid ACPI tables passed via early initrd in - reserved memblock areas. + reserved memblock areas. - ACPI: Implement physical address table override. - ACPI: Create acpi_table_taint() function to avoid code - duplication. + duplication. - ACPI: Document ACPI table overriding via initrd. - ACPI: Fix build when disabled. - X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. - ACPI: Overriding ACPI tables via initrd only works with - an initrd. + an initrd. - ACPI: Cleanup acpi_initrd_override declaration and remove - ifdefs. + ifdefs. - Delete patches.arch/acpi_fix_custom_method_acc.patch. - Delete patches.arch/acpi_override_2_2.patch. - Delete patches.arch/acpi_override_documentation. @@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz This allows to control the kabi checker from outside of the package. - commit 0a0900c +------------------------------------------------------------------- +Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com + +- Update to 3.7-rc1. +- Eliminated 38 patches. +- Xen is disabled. +- ARM configs need updating. +- Module signing is disabled until the build infrastructure can support it. +- commit fce087a + ------------------------------------------------------------------- Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz @@ -87,14 +487,20 @@ Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz - Delete - patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. + patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. - Delete - patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. + patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. - Delete - patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. + patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. These are in 3.6.1. - commit 2a321c4 +------------------------------------------------------------------- +Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com + +- Remove noncompiling modules +- commit b7cdd5a + ------------------------------------------------------------------- Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de @@ -136,7 +542,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - hyperv: Add comments for the extended buffer after RNDIS message. - Drivers: hv: Cleanup the guest ID computation. - Drivers: hv: vmbus: Use the standard format string to format - GUIDs. + GUIDs. - Drivers: hv: Add KVP definitions for IP address injection. - Drivers: hv: kvp: Cleanup error handling in KVP. - Drivers: hv: Explicitly size elements of protocol structures. @@ -148,7 +554,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - Tools: hv: Represent the ipv6 mask using CIDR notation. - Tools: hv: Gather ipv[4,6] gateway information. - hv: fail the probing immediately when we are not in hyperv - platform. + platform. - hv: vmbus_drv: detect hyperv through x86_hyper. - Tools: hv: Get rid of some unused variables. - Tools: hv: Correctly type string variables. @@ -167,14 +573,14 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - tools/hv: Parse /etc/os-release. - hyperv: Fix the max_xfer_size in RNDIS initialization. - hyperv: Fix the missing return value in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - hyperv: Fix page buffer handling in rndis_filter_send_request(). - hyperv: Remove extra allocated space for recv_pkt_list elements. - hyperv: Report actual status in receive completion packet. - hyperv: Add buffer for extended info after the RNDIS response - message. + message. - Delete - patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. - commit 08d283b ------------------------------------------------------------------- @@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com - ARM/u5800: Fix build of ux500 driver - Acked-by: Jeff Mahoney - commit 0ea37a0 +------------------------------------------------------------------- +Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com + +- disable non-compiling irrelevant I2C module +- commit 0ba9bac + ------------------------------------------------------------------- Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com - ARM/tegra: Remove optional parts to fix build - Acked-by: Jeff Mahoney - commit d729a16 ------------------------------------------------------------------- Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com - ARM: enable zcache support - Acked-by: Jeff Mahoney - commit 17b147b ------------------------------------------------------------------- Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com - ARM/cubox: set cachefilesd to module - Acked-by: Jeff Mahoney - commit c1fb243 ------------------------------------------------------------------- @@ -229,13 +637,13 @@ Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de - Remove old patchset to override ACPI tables via initrd. Also remove a stale xen patch related to that. - Delete - patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - Delete - patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. - Delete - patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. - Delete - patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - commit dd8f1b0 ------------------------------------------------------------------- @@ -364,7 +772,7 @@ Mon Sep 10 19:22:00 CEST 2012 - jeffm@suse.com Mon Sep 10 10:20:23 CEST 2012 - jbeulich@novell.com - patches.arch/s390-message-catalog.diff: Properly handle pr_cont() and fold - in the below two trivial fixes. + in the below two trivial fixes. - Delete patches.arch/s390-message-catalog-fix.diff. - Delete patches.arch/s390-message-catalog-perl-fix.diff. - Refresh patches.arch/kmsg-fix-parameter-limitations. @@ -438,10 +846,10 @@ Fri Aug 31 23:20:23 CEST 2012 - dmueller@suse.com Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz - i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y - && CONFIG_I2C_DESIGN. + && CONFIG_I2C_DESIGN. - Delete - patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. - Move it to rpmify, so that vanilla builds fine too. + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. - commit 0217ad5 ------------------------------------------------------------------- @@ -519,7 +927,7 @@ Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com Fri Aug 17 14:51:23 CEST 2012 - jeffm@suse.com - Update to 3.6-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 71963b0 ------------------------------------------------------------------- @@ -975,7 +1383,7 @@ Wed Jun 13 13:21:58 CEST 2012 - hare@suse.de - Rediff patch - patches.drivers/mach-dove-Fixup-ge00-initialisation.patch: - Rediff after backport from upstream. + Rediff after backport from upstream. - commit fa58c5e ------------------------------------------------------------------- @@ -983,7 +1391,7 @@ Wed Jun 13 12:56:17 CEST 2012 - hare@suse.de - Fixup patch to apply - patches.drivers/spi-orion-convert-to-new-infrastructure.patch - backported from upstream. + backported from upstream. - commit 2507393 ------------------------------------------------------------------- @@ -1002,9 +1410,9 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com - Update to 3.5-rc2. - - Xen needs update. - - ARM needs update. - - Eliminated 13 patches. + - Xen needs update. + - ARM needs update. + - Eliminated 13 patches. - commit 3f461b1 ------------------------------------------------------------------- @@ -1043,7 +1451,7 @@ Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de - [SCSI] storvsc: Properly handle errors from the host - (bnc#747404). + (bnc#747404). - Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. - commit ad28e23 @@ -1106,7 +1514,7 @@ Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Tue May 22 14:21:24 CEST 2012 - trenn@suse.de - X86 acpi_cpufreq: Do not use request_module for autoloading - (bnc#756085). + (bnc#756085). - Refresh patches.xen/xen3-auto-common.diff. - patches.xen/xen3-patch-3.3: - commit caf270e @@ -1165,7 +1573,7 @@ Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com - Update to 3.4-rc7. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 4cd9e9b ------------------------------------------------------------------- @@ -1218,7 +1626,7 @@ Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com - Update to 3.4-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 749ea8f ------------------------------------------------------------------- @@ -1255,7 +1663,7 @@ Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not require distribution-release - during build. + during build. - commit 3cd703f ------------------------------------------------------------------- @@ -1306,18 +1714,18 @@ Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com - Disabled DECNet and ARCNet. Specific config options disabled: CONFIG_ARCNET - CONFIG_ARCNET_1051 - CONFIG_ARCNET_1201 - CONFIG_ARCNET_CAP - CONFIG_ARCNET_COM20020_CS - CONFIG_ARCNET_COM20020 - CONFIG_ARCNET_COM20020_PCI - CONFIG_ARCNET_COM90xxIO - CONFIG_ARCNET_COM90xx - CONFIG_ARCNET_RAW - CONFIG_ARCNET_RIM_I + CONFIG_ARCNET_1051 + CONFIG_ARCNET_1201 + CONFIG_ARCNET_CAP + CONFIG_ARCNET_COM20020_CS + CONFIG_ARCNET_COM20020 + CONFIG_ARCNET_COM20020_PCI + CONFIG_ARCNET_COM90xxIO + CONFIG_ARCNET_COM90xx + CONFIG_ARCNET_RAW + CONFIG_ARCNET_RIM_I CONFIG_DECNET - CONFIG_DECNET_NF_GRABULATOR + CONFIG_DECNET_NF_GRABULATOR - commit 272dd14 ------------------------------------------------------------------- @@ -1419,7 +1827,7 @@ Fri Apr 20 18:09:06 CEST 2012 - jbeulich@novell.com Tue Apr 17 15:59:19 CEST 2012 - jeffm@suse.com - Update to 3.4-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 2fde7e0 ------------------------------------------------------------------- @@ -1439,7 +1847,7 @@ Mon Apr 9 03:28:12 CEST 2012 - jeffm@suse.com Fri Apr 6 06:42:35 CEST 2012 - jeffm@suse.com - Update AppArmor for 3.4. - - apparmor: Add "profiles" list to sysfs. + - apparmor: Add "profiles" list to sysfs. - commit 59517ac ------------------------------------------------------------------- @@ -1452,10 +1860,10 @@ Thu Apr 5 22:25:16 CEST 2012 - jeffm@suse.com Thu Apr 5 09:18:14 CEST 2012 - jeffm@suse.com - Updated to 3.4-rc1. - - Eliminated 121 patches. - - Xen is unavailable. - - ACPI overrides are unavailable. - - AppArmor network feature are unavailable. + - Eliminated 121 patches. + - Xen is unavailable. + - ACPI overrides are unavailable. + - AppArmor network feature are unavailable. - commit 3ac7e79 ------------------------------------------------------------------- @@ -1535,7 +1943,7 @@ Sat Mar 24 00:57:07 CET 2012 - dsterba@suse.cz - Refresh patches.suse/btrfs-handle-EIO. - Refresh - patches.suse/btrfs-volumes-schedule_bio-should-return-void. + patches.suse/btrfs-volumes-schedule_bio-should-return-void. - commit d97ade6 ------------------------------------------------------------------- @@ -1578,10 +1986,10 @@ Mon Mar 19 11:16:34 CET 2012 - jslaby@suse.cz Mon Mar 19 11:07:00 CET 2012 - jslaby@suse.cz - Delete - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. + patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. - Delete patches.arch/dell_optiplex_990_fix_reboot.patch. - Delete - patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. + patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. - Delete patches.drivers/libata-unlock-hpa-by-default. - Delete patches.fixes/scsi-add-tgps-setting. - Delete patches.fixes/scsi-dh-rdac-add-stk. @@ -1618,23 +2026,23 @@ Mon Mar 12 15:26:55 CET 2012 - ohering@suse.de - Staging: hv: storvsc: Cleanup storvsc_host_reset_handler(). - Staging: hv: storvsc: Move and cleanup storvsc_remove(). - Staging: hv: storvsc: Add a comment to explain life-cycle - management. + management. - Staging: hv: storvsc: Get rid of the on_io_completion in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Rename the context field in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver. - Staging: hv: storvsc: Cleanup the code for generating protocol - version. + version. - Staging: hv: storvsc: Cleanup some protocol related constants. - Staging: hv: storvsc: Get rid of some unused defines. - Staging: hv: storvsc: Consolidate the request structure. - Staging: hv: storvsc: Consolidate all the wire protocol - definitions. + definitions. - Staging: hv: storvsc: Move the storage driver out of the - staging area. + staging area. - Rename patches.suse/staging-hv-pata_piix-ignore-disks.patch to - patches.suse/suse-hv-pata_piix-ignore-disks.patch + patches.suse/suse-hv-pata_piix-ignore-disks.patch - commit 7487199 ------------------------------------------------------------------- @@ -1829,41 +2237,41 @@ Mon Feb 13 17:23:49 CET 2012 - mmarek@suse.cz Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de - Add driver auto probing for x86 features v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Fix overrun check in arch_print_cpu_modalias() - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - crypto: Add support for x86 cpuid - auto loading for x86 crypto drivers - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + auto loading for x86 crypto drivers + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Clean up modalias feature matching - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel-idle: convert to x86_cpu_id auto probing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Fix ID for Nehalem-EX Xeon in device ID table - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert via-cputemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k7: Fix CPU family number - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: Load acpi-cpufreq from processor driver automatically - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Revert change of auto_demotion_flags for Nehalem - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert coretemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k6: Really enable auto-loading - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - X86: Introduce HW-Pstate scattered cpuid feature - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - cpufreq: Add support for x86 cpuinfo auto loading v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86: autoload microcode driver on Intel and AMD systems v2 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 parts - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: remove duplicated lines of merging - problems with acpi_processor_start - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + problems with acpi_processor_start + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - Update config files. - commit 6efe9b5 @@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for --default (bnc#745632). KMPs are still built as i586. + -default (bnc#745632). KMPs are still built as i586. - commit 88a632b ------------------------------------------------------------------- @@ -1902,8 +2310,8 @@ Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com - Update to 3.3-rc2. - - Eliminated 5 patches. - - Xen is disabled. + - Eliminated 5 patches. + - Xen is disabled. - commit d017ea1 ------------------------------------------------------------------- @@ -2002,7 +2410,7 @@ Wed Dec 21 14:38:42 CET 2011 - jbeulich@novell.com Tue Dec 20 16:35:33 CET 2011 - jeffm@suse.com - Update to 3.2-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit d5a489e ------------------------------------------------------------------- @@ -2010,7 +2418,7 @@ Tue Dec 20 11:34:14 CET 2011 - trenn@suse.de - These should all be mainline in some form: - Delete - patches.arch/implement_stop_machine_from_offline_cpu.patch. + patches.arch/implement_stop_machine_from_offline_cpu.patch. - Delete patches.arch/kill-__stop_machine.patch. - Delete patches.arch/reorganize_stop_cpus.patch. - Delete patches.arch/use_stop_machine_for_mtrr_rendezvous.patch. @@ -2026,14 +2434,14 @@ Sun Dec 18 07:38:42 CET 2011 - aj@suse.de Fri Dec 16 15:37:51 CET 2011 - aj@suse.de - rpm/kernel-binary.spec.in: Add provides and make most obsoletes versioned. - This silences rpmlint warnings. + This silences rpmlint warnings. - commit e3023c7 ------------------------------------------------------------------- Wed Dec 14 13:51:41 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: Fix tarball URL for -rcX and - do not generate any URL for linux-next and vanilla snapshots. + do not generate any URL for linux-next and vanilla snapshots. - commit 1548daf ------------------------------------------------------------------- @@ -2123,7 +2531,7 @@ Wed Dec 7 11:05:05 CET 2011 - aj@suse.de Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com - Update to 3.2-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit a7d546d ------------------------------------------------------------------- @@ -2235,8 +2643,8 @@ Fri Nov 25 05:58:54 CET 2011 - jeffm@suse.com Fri Nov 25 05:47:49 CET 2011 - jeffm@suse.com - Update to 3.2-rc3. - - stack unwind: cfi_ignore takes more arguments. - - iio: Fix build error in industrialio-core.c. + - stack unwind: cfi_ignore takes more arguments. + - iio: Fix build error in industrialio-core.c. - commit 48ef020 ------------------------------------------------------------------- @@ -2249,7 +2657,7 @@ Thu Nov 24 18:45:54 CET 2011 - ohering@suse.de Thu Nov 24 13:01:09 CET 2011 - mmarek@suse.cz - rpm/try-disable-staging-driver: Script to disable failing staging - driver and restart make. + driver and restart make. - commit 819d1fa ------------------------------------------------------------------- @@ -2343,14 +2751,14 @@ Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de Wed Nov 16 06:51:07 CET 2011 - jeffm@suse.com - Update to 3.2-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 85c9930 ------------------------------------------------------------------- Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com - Update to 3.2-rc1. - - Eliminate 212 patches. + - Eliminate 212 patches. - commit 6318d5b ------------------------------------------------------------------- @@ -2390,8 +2798,8 @@ Sat Nov 5 01:32:21 CET 2011 - trenn@suse.de Thu Nov 3 17:56:46 CET 2011 - mszeredi@suse.cz - patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch: - hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops - (CVE-2011-2203 bnc#699709). + hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops + (CVE-2011-2203 bnc#699709). - commit 7923119 ------------------------------------------------------------------- @@ -2429,16 +2837,16 @@ Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com - Add Elantech touchpad v3/v4 support (bnc#716852): - - Input: elantech - add v3 hardware support. - - Input: elantech - add v4 hardware support. - - Input: elantech - better support all those v2 variants. - - Input: elantech - clean up elantech_init. - - Input: elantech - correct x, y value range for v2 hardware. - - Input: elantech - get rid of ETP_2FT_* in elantech.h. - - Input: elantech - packet checking for v2 hardware. - - Input: elantech - remove ETP_EDGE_FUZZ_V2. - - Input: elantech - remove module parameter force_elantech. - - Input: elantech - use firmware provided x, y ranges. + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. - commit 28551a0 ------------------------------------------------------------------- @@ -2469,7 +2877,7 @@ Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de Tue Oct 25 19:24:17 CEST 2011 - eich@suse.de - patches.suse/SUSE-bootsplash: remove DEBUG macro which was - left in the code by accident. + left in the code by accident. - commit a56ba15 ------------------------------------------------------------------- @@ -2482,7 +2890,7 @@ Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de - patches.suse/staging-hv-pata_piix-ignore-disks.patch: - Update comments in code and reduce patch size + Update comments in code and reduce patch size - commit 8913d07 ------------------------------------------------------------------- @@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de ------------------------------------------------------------------- Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com --Update to 3.1-rc10. +- -Update to 3.1-rc10. - commit 239957e ------------------------------------------------------------------- @@ -2522,11 +2930,11 @@ Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de - Various updates for hv drivers, which fix also the hv_mouse driver - staging: hv: storvsc: ignore SET_WINDOWN scsi command - (bnc#722646). + (bnc#722646). - staging/hv: advertise hv_storvsc instead of storvsc as sysfs - driver name (bnc#716708). + driver name (bnc#716708). - staging/hv: fill scsi/proc_name for the sake of mkinitrd - (bnc#716708). + (bnc#716708). - Staging: hv: util: Invoke cn_netlink_send() in a work context. - Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. - Refresh patches.xen/xen3-patch-2.6.32. @@ -2560,7 +2968,7 @@ Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com - patches.suse/supported-flag: Also look for Module.supported in the - source tree. + source tree. - Refresh patches.suse/supported-flag-enterprise. - commit 9c8680a @@ -2594,15 +3002,15 @@ Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - commit e3c78cf ------------------------------------------------------------------- @@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de - Refresh patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. --> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. + -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. - commit 0ac4276 ------------------------------------------------------------------- @@ -2647,9 +3055,9 @@ Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de - ACPI: Implement overriding of arbitrary ACPI tables via initrd - (none). + (none). - ACPICA: Fix wrongly mapped acpi table header when overriding - via initrd (none). + via initrd (none). - ACPICA: Introduce acpi_os_phys_table_override function (none). - x86: allow NVS can be accessed by driver (none). - Update config files: @@ -2667,7 +3075,7 @@ Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix unwinding through - interrupt frames, requiring ... + interrupt frames, requiring ... - patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression. - commit 4d917a5 @@ -2706,7 +3114,7 @@ Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com - mm: frontswap: swap data structure changes. - In HVM guests do not take over the CDROM device (bnc#645893). - x86: report ACPI-reserved state of PCI MMCONFIG region to - hypervisor. + hypervisor. - config.conf: Re-enable Xen flavors. - Update config files. - commit 3692f47 @@ -2746,33 +3154,33 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: util: kvp: Fix the reported OSVersion string. - Staging: hv: util: kvp: Cleanup kvp_get_domain_name(). - Staging: hv: Fix macros, tab errors and warning in - drivers/staging/hv/hv_mouse.c. + drivers/staging/hv/hv_mouse.c. - Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get - rid of the PCI signature. + rid of the PCI signature. - Staging: hv: Replace struct hv_guid with the uuid type already - defined in Linux. + defined in Linux. - Staging: hv: vmbus: Introduce vmbus ID space in struct - hv_driver. + hv_driver. - Staging: hv: blkvsc: Use the newly introduced vmbus ID in the - blockvsc driver. + blockvsc driver. - Staging: hv: storvsc: Use the newly introduced vmbus ID in - storvsc driver. + storvsc driver. - Staging: hv: netvsc: Use the newly introduced vmbus ID in - netvsc driver. + netvsc driver. - Staging: hv: mousevsc: Use the newly introduced vmbus ID in - mouse driver. + mouse driver. - Staging: hv: util: Make hv_utils a vmbus device driver. - Staging: hv: create VMBUS_DEVICE macro and use it. - Staging: hv: vmbus: Cleanup vmbus_match(). - Staging: hv: vmbus: Cleanup vmbus_uevent() code. - Staging: hv: vmbus: Support the notion of id tables in - vmbus_match(). + vmbus_match(). - Staging: hv: vmbus: Get rid of an unnecessary include line - in vmbus_drv.c. + in vmbus_drv.c. - Staging: hv: storvsc: Get rid of the DMI signature. - Staging: hv: netvsc: Get rid of the PCI signature. - Staging: hv: netvsc: Get rid of the DMI signature in - netvsc_drv.c. + netvsc_drv.c. - Staging: hv: util: Get rid of the DMI signature in hv_util.c. - Staging: hv: util: Get rid of the PCI signature in hv_util.c. - Staging: hv: fix up driver registering mess. @@ -2780,59 +3188,59 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: vmbus: Cleanup unnecessary comments in hv.c. - Staging: hv: vmbus: Cleanup error handling in hv_init(). - Staging: hv: vmbus: Get rid of unnecessay comments in - connection.c. + connection.c. - Staging: hv: vmbus: Get rid of the function dump_gpadl_body(). - Staging: hv: vmbus: Get rid of the function dump_gpadl_header(). - Staging: hv: vmbus: Rename openMsg to open_msg in channel.c. - Staging: hv: vmbus: Get rid of unnecessary comments in - channel.c. + channel.c. - Staging: hv: vmbus: Change the variable name openInfo to - open_info in channel.c. + open_info in channel.c. - Staging: hv: vmbus: Cleanup error values in ringbuffer.c. - Staging: hv: vmbus: Cleanup the error return value in - vmbus_recvpacket_raw(). + vmbus_recvpacket_raw(). - Staging: hv: netvsc: Get rid of an unnecessary print statement - in netvsc_probe(). + in netvsc_probe(). - Staging: hv: vmbus: Retry vmbus_post_msg() before giving up. - Staging: hv: storvsc: Cleanup error handling in - storvsc_dev_add(). + storvsc_dev_add(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_channel_init(). + storvsc_channel_init(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_connect_to_vsp(). + storvsc_connect_to_vsp(). - Staging: hv: storvsc: Cleanup error handling in storvsc_do_io(). - Storage: hv: storvsc: Get rid of some unnecessary DPRINTs - from storvsc.c. + from storvsc.c. - Staging: hv: storvsc: Fix/cleanup some dated comments in - storvsc.c. + storvsc.c. - Staging: hv: storvsc: Cleanup returned error code in - storvsc_host_reset(). + storvsc_host_reset(). - Staging: hv: storvsc: Cleanup error code returned in - storvsc_probe(). + storvsc_probe(). - Staging: hv: storvsc: Cleanup returned error code in - storvsc_drv_init(). + storvsc_drv_init(). - Staging: hv: netvsc: Cleanup the returned error code in - netvsc_probe(). + netvsc_probe(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_destroy_recv_buf(). + netvsc_destroy_recv_buf(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_init_recv_buf(). + netvsc_init_recv_buf(). - Staging: hv: netvsc: Cleanup error returns in - netvsc_connect_vsp(). + netvsc_connect_vsp(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_send(). + netvsc_send(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_device_add(). + netvsc_device_add(). - Staging: hv: netvsc: Cleanup error codes in - rndis_filter_receive(). + rndis_filter_receive(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_query_device(). + rndis_filter_query_device(). - Staging: hv: netvsc: Cleanup error return values in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - Staging: hv: netvsc: Cleanup error returns in - rndis_filter_init_device(). + rndis_filter_init_device(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_device_add(). + rndis_filter_device_add(). - Staging: hv: mouse: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Exit to exit. @@ -2845,72 +3253,72 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: add driver_data to hv_vmbus_device_id. - Staging: hv: Add code to parse struct hv_vmbus_device_id table. - Staging: hv: file2alias: fix up alias creation logic for - hv_vmbus_device_id. + hv_vmbus_device_id. - Staging: hv: storvsc: Inline free_stor_device(). - Staging: hv: storvsc: Do not aquire an unnecessary reference - on stor_device. + on stor_device. - Staging: hv: storvsc: Rename must_get_stor_device(). - Staging: hv: storvsc: Rename get_stor_device(). - Staging: hv: storvsc: Cleanup alloc_stor_device(). - Staging: hv: storvsc: Introduce state to manage the lifecycle - of stor device. + of stor device. - Staging: hv: storvsc: Prevent outgoing traffic when stor dev - is being destroyed. + is being destroyed. - Staging: hv: storvsc: Get rid of release_stor_device() by - inlining the code. + inlining the code. - Staging: hv: storvsc: Get rid of final_release_stor_device() - by inlining code. + by inlining code. - Staging: hv: storvsc: Get rid of the reference counting in - struct storvsc_device. + struct storvsc_device. - Staging: hv: netvsc: Inline the code for free_net_device(). - Staging: hv: netvsc: Cleanup alloc_net_device(). - Staging: hv: netvsc: Introduce state to manage the lifecycle - of net device. + of net device. - Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev - is destroyed. + is destroyed. - Staging: hv: netvsc: Get rid of release_outbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of release_inbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of the refcnt field in struct - netvsc_device. + netvsc_device. - Staging: hv: storvsc: Add code to handle IDE devices using - the storvsc driver. + the storvsc driver. - Staging: hv: storvsc: Handle IDE devices using the storvsc - driver. + driver. - Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is - not used. + not used. - Staging: hv: storvsc: Optimize bounce buffer handling for the - "write" case. + "write" case. - Staging: hv: storvsc: Optimize the bounce buffer handling in - the "read" case. + the "read" case. - Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of storvsc.c. + contents of storvsc.c. - Staging: hv: storvsc: Add the contents of hyperv_storage.h - to storvsc_drv.c. + to storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of hyperv_storage.h. + contents of hyperv_storage.h. - Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY - and MODE_SENSE. + and MODE_SENSE. - Staging: hv: storvsc: Fix a typo. - Staging: hv: storvsc: In case of scsi errors offline the device. - Staging: hv: storvsc: No need to copy from bounce buffer in - case of a failure. + case of a failure. - Staging: hv: util: Forcefully shutdown when shutdown is - requested. + requested. - Staging: hv: util: Adjust guest time in a process context. - Staging: hv: vmbus: Check before invoking the channel callback. - Staging: hv: vmbus: Properly deal with de-registering channel - callback. + callback. - Staging: hv: Fix a bug in vmbus_match(). - Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining - the code. + the code. - Staging: hv: vmbus: Do not enable auto eoi. - Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add(). - Staging: hv: vmbus: Get rid of some dated/redundant comments. - Staging: hv: vmbus: Get rid of an unnecessary check in - vmbus_connect(). + vmbus_connect(). - Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c. - Staging: hv: vmbus: Fix checkpatch warnings in connection.c. - Staging: hv: mousevsc: Fix checkpatch errors and warnings. @@ -2983,16 +3391,16 @@ Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com - Refreshed and re-enabled dm-path patches: - - patches.suse/dm-mpath-accept-failed-paths. - - patches.suse/dm-mpath-detach-existing-hardware-handler. + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. - commit 70cadcd ------------------------------------------------------------------- Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com - Update to 3.1-rc3. - - Eliminated 8 patches. - - Xen is disabled. + - Eliminated 8 patches. + - Xen is disabled. - commit eccefcc ------------------------------------------------------------------- @@ -3000,8 +3408,8 @@ Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de - * Refresh patches.suse/SUSE-bootsplash. * Fix bootsplash code for 15bpp framebuffers. - These framebuffers are rare these days, the legendary and still - popular server chipset Radeon ES1000 supports it, though. + These framebuffers are rare these days, the legendary and still + popular server chipset Radeon ES1000 supports it, though. - commit f25ce3e ------------------------------------------------------------------- @@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de - Update config files: bnc#674988, change: --CONFIG_ACPI_CUSTOM_METHOD=m + -CONFIG_ACPI_CUSTOM_METHOD=m +# CONFIG_ACPI_CUSTOM_METHOD is not set for all flavors - commit f1af972 @@ -3115,10 +3523,10 @@ Thu Jul 14 17:52:45 CEST 2011 - tiwai@suse.de Thu Jul 14 17:26:51 CEST 2011 - tiwai@suse.de - ALSA: hda - Add Kconfig for the default buffer size - (bnc#682725). + (bnc#682725). - Update config files. - Delete, replaced with the new upstream patch - patches.drivers/alsa-hda-0019-Increase-default-buffer-size. + patches.drivers/alsa-hda-0019-Increase-default-buffer-size. - commit 40c7644 ------------------------------------------------------------------- @@ -3140,7 +3548,7 @@ Sat Jul 9 11:17:46 CEST 2011 - jslaby@suse.cz Thu Jul 7 00:58:01 CEST 2011 - jeffm@suse.com - Update to 3.0-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 56e99da ------------------------------------------------------------------- @@ -3149,7 +3557,7 @@ Tue Jul 5 09:18:43 CEST 2011 - jbeulich@novell.com - Update Xen patches to 3.0-rc5 and c/s 1095. - xen: prepare tmem shim to handle frontswap. - support booting Xen from EFI (fate#311376, fate#311529, - bnc#578927, bnc#628554). + bnc#578927, bnc#628554). - config.conf: Re-enabled Xen flavors. - Update x86 config files. - Delete patches.xen/xen-blkback-bimodal-suse. @@ -3196,31 +3604,31 @@ Tue Jun 21 12:14:44 CEST 2011 - mmarek@suse.cz Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz - rpm/post.sh: Touch /boot/do_purge_kernels on package install - (fate#312018). + (fate#312018). - rpm/postun.sh: Remove it again if it still exists on package - uninstall. + uninstall. - commit 82f4a5d ------------------------------------------------------------------- Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de - stop_machine: implement stop_machine_from_offline_cpu() - (bnc#697859). + (bnc#697859). - stop_machine: kill __stop_machine() (bnc#697859). - x86, mtrr: lock stop machine during MTRR rendezvous sequence - (bnc#697859). + (bnc#697859). - stop_machine: reorganize stop_cpus() implementation - (bnc#697859). + (bnc#697859). - x86, mtrr: use __stop_machine() for doing MTRR rendezvous - (bnc#697859). + (bnc#697859). - commit aa3d6e2 ------------------------------------------------------------------- Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz - Remove the novfs patches, it should be packaged as a KMP, or - ideally, reimplemented as a fuse filesystem (which is the reason why - the current implementation it is never going to be accepted upstream). + ideally, reimplemented as a fuse filesystem (which is the reason why + the current implementation it is never going to be accepted upstream). - Delete patches.fixes/novfs-copy_user-fixes.diff. - Delete patches.fixes/novfs-minsize-fixes. - Delete patches.fixes/novfs-nwcapi.patch. @@ -3275,7 +3683,7 @@ Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz Wed Jun 15 08:05:05 CEST 2011 - jeffm@suse.com - Update to 3.0-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit a1fe999 ------------------------------------------------------------------- @@ -3343,9 +3751,9 @@ Mon Jun 13 14:06:28 CEST 2011 - mmarek@suse.cz the SRCVERSION variable will only be used to determine the tarball version. - rpm/compute-PATCHVERSION.sh: Set default PATCHLEVEL and SUBLEVEL to 0. - The package version will thus always match the Makefile version and - the SRCVERSION variable will only be used to determine the tarball - version. + The package version will thus always match the Makefile version and + the SRCVERSION variable will only be used to determine the tarball + version. - rpm/kernel-binary.spec.in: Revert the previous hack. - commit 95c9977 @@ -3368,9 +3776,9 @@ Fri Jun 10 20:24:41 CEST 2011 - jeffm@suse.com Fri Jun 10 17:12:22 CEST 2011 - jeffm@suse.com - x86: Remove warning and warning_symbol from struct - stacktrace_ops. + stacktrace_ops. - Delete - patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. + patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. - commit 608ce9e ------------------------------------------------------------------- @@ -3462,13 +3870,13 @@ Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - commit 83331f5 ------------------------------------------------------------------- @@ -3489,14 +3897,14 @@ Tue May 31 05:09:44 CEST 2011 - jeffm@suse.com Tue May 31 05:08:21 CEST 2011 - jeffm@suse.com - Updated to 3.0-rc1. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit 5710413 ------------------------------------------------------------------- Mon May 30 15:54:37 CEST 2011 - jack@suse.cz - mm: Fix assertion mapping->nrpages == 0 in end_writeback() - (bnc#693013 bnc#666423). + (bnc#693013 bnc#666423). - Refresh patches.xen/tmem. - commit d3e465a @@ -3504,9 +3912,9 @@ Mon May 30 15:54:37 CEST 2011 - jack@suse.cz Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. + patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. - aic94xx: world-writable sysfs update_bios file. - Update upstream info. + Update upstream info. - commit 8912816 ------------------------------------------------------------------- @@ -3567,7 +3975,7 @@ Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc7. - - Eliminated 5 patches. + - Eliminated 5 patches. - commit a8a170f ------------------------------------------------------------------- @@ -3580,16 +3988,16 @@ Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz - Delete - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 - commit 7934e2d ------------------------------------------------------------------- Thu May 12 11:56:16 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - Note about submission. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + Note about submission. - commit 9922e20 ------------------------------------------------------------------- @@ -3602,15 +4010,15 @@ Tue May 10 19:10:18 CEST 2011 - mhocko@suse.cz Tue May 10 16:14:44 CEST 2011 - mhocko@suse.cz - patches.fixes/aggressive-zone-reclaim.patch: delete because - the patch is very workload specific and can lead to unexpected - reclaims in parallel node local workloads. + the patch is very workload specific and can lead to unexpected + reclaims in parallel node local workloads. - commit 56cf10e ------------------------------------------------------------------- Tue May 10 16:04:27 CEST 2011 - mhocko@suse.cz - Delete patches.suse/mm-devzero-optimisation.patch: we do not need - it anymore as we have zero page back since 2.6.32 + it anymore as we have zero page back since 2.6.32 - commit 323a093 ------------------------------------------------------------------- @@ -3629,64 +4037,64 @@ Mon May 9 14:32:59 CEST 2011 - jbeulich@novell.com Mon May 9 11:32:35 CEST 2011 - jbeulich@novell.com - patches.suse/kconfig-automate-kernel-desktop: Remove stray blank - lines (for older versions of "patch" to grok). + lines (for older versions of "patch" to grok). - commit 4dfa74d ------------------------------------------------------------------- Sat May 7 01:50:06 CEST 2011 - jeffm@suse.com - Removed network driver entropy patches. haveged is installed by default - and should be enabled to generate entropy from non-predictable sources. - - Delete patches.drivers/bnx2-entropy-source.patch. - - Delete patches.drivers/e1000-entropy-source.patch. - - Delete patches.drivers/e1000e-entropy-source.patch. - - Delete patches.drivers/igb-entropy-source.patch. - - Delete patches.drivers/ixgbe-entropy-source.patch. - - Delete patches.drivers/tg3-entropy-source.patch. + and should be enabled to generate entropy from non-predictable sources. + - Delete patches.drivers/bnx2-entropy-source.patch. + - Delete patches.drivers/e1000-entropy-source.patch. + - Delete patches.drivers/e1000e-entropy-source.patch. + - Delete patches.drivers/igb-entropy-source.patch. + - Delete patches.drivers/ixgbe-entropy-source.patch. + - Delete patches.drivers/tg3-entropy-source.patch. - commit c88b893 ------------------------------------------------------------------- Fri May 6 19:36:47 CEST 2011 - jeffm@suse.com - Update - patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack - (bnc#466279 bnc#681639). + patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack + (bnc#466279 bnc#681639). - commit 72e779f ------------------------------------------------------------------- Fri May 6 19:31:10 CEST 2011 - jeffm@suse.com - Disabled patches.drivers/libata-unlock-hpa-by-default; It may have - been obsoleted by upstream commit d8d9129e. + been obsoleted by upstream commit d8d9129e. - commit 1a21ab3 ------------------------------------------------------------------- Fri May 6 18:51:20 CEST 2011 - jeffm@suse.com - sysctl: Increase IPC defaults (bnc#146656) - - Delete patches.suse/shmall-bigger. + - Delete patches.suse/shmall-bigger. - commit a70e34f ------------------------------------------------------------------- Fri May 6 17:50:56 CEST 2011 - jeffm@suse.com - sysctl/i386/desktop, sysctl/x86_64/desktop: Add vm.dirty_ratio = 20 - for desktop flavors (bnc#552883) - - Delete patches.suse/mm-tune-dirty-limits.patch. + for desktop flavors (bnc#552883) + - Delete patches.suse/mm-tune-dirty-limits.patch. - commit dbe73e2 ------------------------------------------------------------------- Fri May 6 17:25:45 CEST 2011 - jeffm@suse.com - sysctl/defaults: Added kernel.hung_task_timeout=0 - - Delete patches.suse/hung_task_timeout-configurable-default. + - Delete patches.suse/hung_task_timeout-configurable-default. - commit 78f9eed ------------------------------------------------------------------- Fri May 6 16:41:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-{binary,source}.spec.in: Install per-kernel /boot/sysctl-* - files (patch from Jeff Mahoney). + files (patch from Jeff Mahoney). - commit 473f2d1 ------------------------------------------------------------------- @@ -3699,7 +4107,7 @@ Thu May 5 22:35:53 CEST 2011 - jeffm@suse.com Thu May 5 22:23:21 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc6. - - 2 patches eliminated. + - 2 patches eliminated. - commit 2643e59 ------------------------------------------------------------------- @@ -3713,9 +4121,9 @@ Tue May 3 03:08:18 CEST 2011 - tonyj@suse.de Fri Apr 29 20:35:21 CEST 2011 - jeffm@suse.com - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - commit 52dd0f0 ------------------------------------------------------------------- @@ -3737,7 +4145,7 @@ Fri Apr 29 00:36:03 CEST 2011 - gregkh@suse.de - Delete patches.suse/linux-2.6.29-dont-wait-for-mouse.patch. - Delete patches.suse/linux-2.6.29-even-faster-kms.patch. - Delete - patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. + patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. - Delete patches.suse/linux-2.6.29-kms-after-sata.patch. - Delete patches.suse/linux-2.6.29-touchkit.patch. - commit c13427d @@ -3752,22 +4160,22 @@ Fri Apr 29 00:17:46 CEST 2011 - jbenc@suse.cz Thu Apr 28 23:32:44 CEST 2011 - rjw@suse.de - Delete patches.xen/xen3-x86-mcp51-no-dac. - Also remove the series.conf entires for the x86-mcp-no-dac patches. + Also remove the series.conf entires for the x86-mcp-no-dac patches. - commit 574577b ------------------------------------------------------------------- Thu Apr 28 23:16:27 CEST 2011 - rjw@suse.de - Delete patches.arch/x86-mcp51-no-dac. (This is a blacklist entry that - has been rejected by the mainline, the problem reporter is gone and - it's next to impossible to verify it now.) + has been rejected by the mainline, the problem reporter is gone and + it's next to impossible to verify it now.) - commit 195b113 ------------------------------------------------------------------- Thu Apr 28 21:38:22 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - commit a2662ae ------------------------------------------------------------------- @@ -3782,14 +4190,14 @@ Thu Apr 28 20:56:33 CEST 2011 - jslaby@suse.cz Thu Apr 28 20:30:56 CEST 2011 - bphilips@suse.de - Delete - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. + patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. - commit 9917206 ------------------------------------------------------------------- Thu Apr 28 20:19:59 CEST 2011 - bphilips@suse.de - Delete - patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. + patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. - commit 08374b3 ------------------------------------------------------------------- @@ -3822,7 +4230,7 @@ Thu Apr 28 14:18:12 CEST 2011 - jbeulich@novell.com Wed Apr 27 22:20:02 CEST 2011 - jeffm@suse.com - Delete - patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. + patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. - commit 399a100 ------------------------------------------------------------------- @@ -3884,10 +4292,10 @@ Wed Apr 27 21:34:13 CEST 2011 - jeffm@suse.com - Delete patches.suse/acpi-don-t-preempt-until-the-system-is-up. - Delete - patches.suse/acpi-generic-initramfs-table-override-support. + patches.suse/acpi-generic-initramfs-table-override-support. - Delete patches.suse/add-initramfs-file_read_write. - Delete - patches.suse/init-move-populate_rootfs-back-to-start_kernel. + patches.suse/init-move-populate_rootfs-back-to-start_kernel. - commit d4910b3 ------------------------------------------------------------------- @@ -3901,14 +4309,14 @@ Wed Apr 27 21:29:24 CEST 2011 - jeffm@suse.com Wed Apr 27 21:11:59 CEST 2011 - jeffm@suse.com - Delete patches.suse/osync-error. It was unused and the issue it fixed in - kernels prior to 2.6.32 doesn't exist anymore. + kernels prior to 2.6.32 doesn't exist anymore. - commit 52cc654 ------------------------------------------------------------------- Wed Apr 27 20:48:55 CEST 2011 - jeffm@suse.com - Delete patches.suse/s390-System.map.diff: Proper fix in binutils has - long since been upstream. + long since been upstream. - commit 2847a36 ------------------------------------------------------------------- @@ -3941,7 +4349,7 @@ Wed Apr 27 20:18:37 CEST 2011 - jeffm@suse.com Wed Apr 27 20:16:52 CEST 2011 - jeffm@suse.com - Delete patches.suse/unmap_vmas-lat: No bug report or signed-off-by. - - Delete patches.arch/s390-add-FREE_PTE_NR. + - Delete patches.arch/s390-add-FREE_PTE_NR. - commit 2a392c2 ------------------------------------------------------------------- @@ -3954,7 +4362,7 @@ Wed Apr 27 20:16:00 CEST 2011 - jeffm@suse.com Wed Apr 27 20:15:02 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc5. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5288a05 ------------------------------------------------------------------- @@ -3974,7 +4382,7 @@ Wed Apr 27 19:43:47 CEST 2011 - jeffm@suse.com Tue Apr 26 11:03:18 CEST 2011 - jkosina@suse.cz - HID: add noget quirk barcode scanners from Symbol Technologies - (bnc#689290). + (bnc#689290). - commit f5b999f ------------------------------------------------------------------- @@ -3987,7 +4395,7 @@ Fri Apr 22 00:01:41 CEST 2011 - jeffm@suse.com Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz - Revert changes to sparc configs to not make life harder for Jan Engelhardt - maintaining sparc architecture. + maintaining sparc architecture. - commit cdac873 ------------------------------------------------------------------- @@ -4006,7 +4414,7 @@ Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 3f654c8 ------------------------------------------------------------------- @@ -4019,15 +4427,15 @@ Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de - Combined and consolidated bootsplash patch (bnc#669777, - bnc#570082, bnc#595657, bnc#594209, bnc#544645). - - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. - - Delete patches.suse/bootsplash. - - Delete patches.suse/bootsplash-console-fix. - - Delete patches.suse/bootsplash-keep-multiple-data. - - Delete patches.suse/bootsplash-scaler. - - Reformatted code, fixed some minor bugs that became obvious. - - Fixed race that led to null pointer dereference in splash_read_proc(): - bnc#669777. + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. - commit 95844c5 ------------------------------------------------------------------- @@ -4040,7 +4448,7 @@ Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de - intel_idle: Make lapic_timer_reliable_states a boot param - (bnc#675161). + (bnc#675161). - commit 85b156b ------------------------------------------------------------------- @@ -4054,7 +4462,7 @@ Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - - This results in automatically disabling CONFIG_GIGASET_I4L. + - This results in automatically disabling CONFIG_GIGASET_I4L. - commit 697e68b ------------------------------------------------------------------- @@ -4074,7 +4482,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com - Update Xen patches to 2.6.39-rc3 and c/s 1079. - blktap2: replace hard-coded limit of tap devices with - configurable one. + configurable one. - config.conf: Re-enable Xen configs. - Update x86 config files. - commit d3bfd6c @@ -4083,7 +4491,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com - fs/partitions/efi.c: corrupted GUID partition tables can cause - kernel oops (bnc#687113 CVE-2011-1577). + kernel oops (bnc#687113 CVE-2011-1577). - commit 385b393 ------------------------------------------------------------------- @@ -4128,7 +4536,7 @@ Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 200c913 ------------------------------------------------------------------- @@ -4153,29 +4561,29 @@ Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc2. - - Eliminated 18 patches. - - Added 3 patches. - - hv_mouse: needs . - - dm-raid45: Remove blk_unplug calls. - - novfs: 2.6.39 API update. - - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. - - patches.kernel.org is no longer used to contain upstream patches - for -rc releases. Users planning on building their own kernel should - have a copy of the tarball corresponding to the -rc releases. + - Eliminated 18 patches. + - Added 3 patches. + - hv_mouse: needs . + - dm-raid45: Remove blk_unplug calls. + - novfs: 2.6.39 API update. + - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. + - patches.kernel.org is no longer used to contain upstream patches + for -rc releases. Users planning on building their own kernel should + have a copy of the tarball corresponding to the -rc releases. - commit adf9d16 ------------------------------------------------------------------- Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de - Make selection of 'readdir-plus' adapt to usage patterns - (bnc#678123). + (bnc#678123). - commit 5de99a8 ------------------------------------------------------------------- Wed Apr 6 09:01:38 CEST 2011 - jeffm@suse.de - reiserfs: Force inode evictions before umount to avoid crash - (bnc#610598 bnc#680073 bnc#684112). + (bnc#610598 bnc#680073 bnc#684112). - Delete patches.fixes/reiserfs-xattr-crash-fix. - commit bf57d20 @@ -4189,21 +4597,21 @@ Tue Apr 5 10:42:22 CEST 2011 - jslaby@suse.cz Wed Mar 30 23:50:41 CEST 2011 - jeffm@suse.com - Delete patches.suse/twofish-2.6. - - This was for 2.4 compatibility and has been moved to KMP purgatory. + - This was for 2.4 compatibility and has been moved to KMP purgatory. - commit dcca506 ------------------------------------------------------------------- Wed Mar 30 10:32:32 CEST 2011 - jslaby@suse.cz - Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo - (bnc#681826). + (bnc#681826). - commit 2e71042 ------------------------------------------------------------------- Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de - Update config files, remove CONFIG_X86_MCE_XEON75XX=m - ->driver got reverted with previous commit + ->driver got reverted with previous commit - Refresh patches.xen/xen3-auto-arch-x86.diff. - commit b367e7b @@ -4215,18 +4623,18 @@ Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de APEI implementation should take care of that in recent kernels. - Delete patches.arch/x86_mce_intel_decode_physical_address.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. + patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. - commit 1fe7a22 ------------------------------------------------------------------- Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not install unneeded packages in the - build chroot. + build chroot. - commit 7f4c49d ------------------------------------------------------------------- @@ -4246,7 +4654,7 @@ Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz - Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing - the signal code (bnc#681826 CVE-2011-1020). + the signal code (bnc#681826 CVE-2011-1020). - commit 2e42fd4 ------------------------------------------------------------------- @@ -4255,7 +4663,7 @@ Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de - sound/oss/opl3: validate voice and channel indexes (bnc#681999). - sound/oss: remove offset from load_patch callbacks (bnc#681999). - ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl - (bnc#680816). + (bnc#680816). - commit 09ff6e9 ------------------------------------------------------------------- @@ -4268,7 +4676,7 @@ Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz - HID: add support for Skycable 0x3f07 wireless presenter - (bnc#681297). + (bnc#681297). - commit 892e8d4 ------------------------------------------------------------------- @@ -4299,12 +4707,12 @@ Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de - netvm: Do not mark requests for swapfile writes as dirty or - kswapd fails to free the page (bnc#678472). + kswapd fails to free the page (bnc#678472). - nfs: Use page_file_offset during page writeback (bnc#677738). - nfs: Convert nfs_mark_request_dirty() to use page_file_mapping() - (bnc#677738). + (bnc#677738). - netvm: Remove duplicated initialization in net/ipv4/route.c - (bnc#678970). + (bnc#678970). - collapse: mm: Report the low watermark correctly (bnc#678497). - commit a798dd1 @@ -4318,7 +4726,7 @@ Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com - Linux: 2.6.38-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 7da557d ------------------------------------------------------------------- @@ -4343,38 +4751,38 @@ Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc7. - - Refresh patches.xen/xen-x86-no-lapic. - - Refresh patches.xen/xen3-patch-2.6.19. + - Refresh patches.xen/xen-x86-no-lapic. + - Refresh patches.xen/xen3-patch-2.6.19. - commit 7eb9d30 ------------------------------------------------------------------- Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - commit 88d5daa ------------------------------------------------------------------- Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in - yesterday's change. + yesterday's change. - commit 098768b ------------------------------------------------------------------- Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Add annotations to - lib/rwsem_64.S. + lib/rwsem_64.S. - commit 87944ac ------------------------------------------------------------------- Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de - ALSA: usb-audio: fix oops due to cleanup race when disconnecting - (bnc#674735). + (bnc#674735). - commit ed81f8c ------------------------------------------------------------------- @@ -4387,7 +4795,7 @@ Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com - Update to 2.6.38-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 6cce7bb ------------------------------------------------------------------- @@ -4400,7 +4808,7 @@ Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de - ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499, - CVE-2011-0712). + CVE-2011-0712). - commit 5ef002b ------------------------------------------------------------------- @@ -4419,22 +4827,22 @@ Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de - Update config files. - - disable CONFIG_DRM_VMWGFX (bnc#606458) - - update sparc configs to at least be able to run "make oldconfig" + - disable CONFIG_DRM_VMWGFX (bnc#606458) + - update sparc configs to at least be able to run "make oldconfig" - commit da75bd9 ------------------------------------------------------------------- Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Re-add change lost during - initial 2.6.37 merge. + initial 2.6.37 merge. - commit e493205 ------------------------------------------------------------------- Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz - Move spec file templates and helper scripts to a separate branch, to - ease synchronizing these files among master, vanilla and linux-next. + ease synchronizing these files among master, vanilla and linux-next. - commit 411abb8 ------------------------------------------------------------------- @@ -4454,7 +4862,7 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code - was merged into rpm's find-supplements script. + was merged into rpm's find-supplements script. - Delete rpm/check-build.sh, not needed anymore. - commit 0a157b1 @@ -4462,43 +4870,43 @@ Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com - flexcop: fix registering braindead stupid names (brc#575873 - bnc#661429). + bnc#661429). - commit 72bd3d0 ------------------------------------------------------------------- Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de - Staging: samsung-laptop: add support for lots of laptops - (bnc#661682). + (bnc#661682). - commit 1eb5eaa ------------------------------------------------------------------- Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Set timestamp of sources to the commit - timestamp, so that they are always older than generated files in - /usr/src/linux-obj (bnc#669669). + timestamp, so that they are always older than generated files in + /usr/src/linux-obj (bnc#669669). - commit 8565452 ------------------------------------------------------------------- Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to - keep timestamps intact. + keep timestamps intact. - commit 9ba5ff0 ------------------------------------------------------------------- Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Remove .gitignore files after applying patches - (fix last change). + (fix last change). - commit 907f9cc ------------------------------------------------------------------- Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit c327e0a ------------------------------------------------------------------- @@ -4546,8 +4954,8 @@ Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition - of %release_major and rename it to %release_num to better describe - what it does. Add some comments to explain how the versioning works. + of %release_major and rename it to %release_num to better describe + what it does. Add some comments to explain how the versioning works. - commit 9a3bc94 ------------------------------------------------------------------- @@ -4566,14 +4974,14 @@ Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit b6b51ca ------------------------------------------------------------------- Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de - ALSA: hda - Fix memory leaks in conexant jack arrays - (bnc#668929). + (bnc#668929). - commit 31971a4 ------------------------------------------------------------------- @@ -4611,8 +5019,8 @@ Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com - Update config files. - - CONFIG_EXPERT=n on all but ps3 - - Vanilla configs updated. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. - commit b25e639 ------------------------------------------------------------------- @@ -4633,7 +5041,7 @@ Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 90baa82 ------------------------------------------------------------------- @@ -4652,30 +5060,30 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc1. - - Removed 12 patches. - - Xen is disabled. - - Quite a few patches need updating. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. - commit 9163bb7 ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff ------------------------------------------------------------------- @@ -4688,7 +5096,7 @@ Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 ------------------------------------------------------------------- @@ -4707,22 +5115,22 @@ Mon Jan 17 20:52:49 CET 2011 - jeffm@suse.com Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz - Revert %kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 ------------------------------------------------------------------- Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 ------------------------------------------------------------------- Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 ------------------------------------------------------------------- @@ -4796,7 +5204,7 @@ Thu Jan 6 20:51:31 CET 2011 - jeffm@suse.com Thu Jan 6 19:48:28 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe ------------------------------------------------------------------- @@ -4815,28 +5223,28 @@ Thu Jan 6 17:09:12 CET 2011 - jeffm@suse.com Thu Jan 6 17:08:44 CET 2011 - jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d ------------------------------------------------------------------- Thu Jan 6 16:10:26 CET 2011 - jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 ------------------------------------------------------------------- @@ -4849,7 +5257,7 @@ Thu Jan 6 15:49:34 CET 2011 - jack@suse.cz Thu Jan 6 13:56:07 CET 2011 - mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 ------------------------------------------------------------------- @@ -4858,7 +5266,7 @@ Thu Jan 6 10:07:22 CET 2011 - mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b @@ -4879,7 +5287,7 @@ Thu Dec 30 00:50:58 CET 2010 - jeffm@suse.com Wed Dec 29 22:23:21 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 ------------------------------------------------------------------- @@ -4904,38 +5312,38 @@ Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c ------------------------------------------------------------------- Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (bnc#655048). + Backport to XEN. - commit 92c0965 ------------------------------------------------------------------- Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz - Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive - decode" (bnc#655048). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 @@ -4950,8 +5358,8 @@ Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz - Delete - patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. - It's unreferenced and wrong. + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. - commit 9e6fc50 ------------------------------------------------------------------- @@ -4988,10 +5396,10 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 @@ -5024,14 +5432,14 @@ Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 ------------------------------------------------------------------- Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 ------------------------------------------------------------------- @@ -5062,7 +5470,7 @@ Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b @@ -5071,12 +5479,12 @@ Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c ------------------------------------------------------------------- @@ -5109,7 +5517,7 @@ Fri Nov 26 15:04:27 CET 2010 - jbeulich@novell.com - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -5133,7 +5541,7 @@ Wed Nov 24 15:49:45 CET 2010 - jeffm@suse.com Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac ------------------------------------------------------------------- @@ -5157,7 +5565,7 @@ Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Wed Nov 17 17:10:32 CET 2010 - jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 ------------------------------------------------------------------- @@ -5176,7 +5584,7 @@ Tue Nov 16 20:08:11 CET 2010 - jeffm@suse.com Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 ------------------------------------------------------------------- @@ -5189,7 +5597,7 @@ Mon Nov 15 21:33:19 CET 2010 - jeffm@suse.com Mon Nov 15 21:30:37 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 ------------------------------------------------------------------- @@ -5208,16 +5616,16 @@ Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz Fri Nov 12 18:37:10 CET 2010 - jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 ------------------------------------------------------------------- Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de - Update config files. (bnc#652954) increase the number of possible and - default uarts for users with multi-port serial cards for the i386 and - x86-64 default configs. + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. - commit 85c87e3 ------------------------------------------------------------------- @@ -5231,20 +5639,20 @@ Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + top down (bnc#651256). - PCI: allocate bus resources from the top down (bnc#651256). - x86/PCI: allocate space from the end of a region, not the - beginning (bnc#651256). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + capabilities (bnc#651256). - x86: allocate space within a region top-down (bnc#651256). - Refresh patches.xen/xen3-patch-2.6.34. - commit 8c68ad1 @@ -5253,21 +5661,21 @@ Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 ------------------------------------------------------------------- Fri Oct 29 13:47:35 CEST 2010 - jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb ------------------------------------------------------------------- Fri Oct 29 01:53:34 CEST 2010 - trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b ------------------------------------------------------------------- @@ -5287,14 +5695,14 @@ Wed Oct 27 14:51:30 CEST 2010 - jslaby@suse.cz Tue Oct 26 21:31:22 CEST 2010 - trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 ------------------------------------------------------------------- Tue Oct 26 13:41:23 CEST 2010 - jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 ------------------------------------------------------------------- @@ -5302,7 +5710,7 @@ Mon Oct 25 12:53:38 CEST 2010 - jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 @@ -5312,7 +5720,7 @@ Mon Oct 25 08:58:15 CEST 2010 - tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda ------------------------------------------------------------------- @@ -5325,7 +5733,7 @@ Fri Oct 22 21:18:25 CEST 2010 - jeffm@suse.de Fri Oct 22 13:32:04 CEST 2010 - jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb ------------------------------------------------------------------- @@ -5340,7 +5748,7 @@ Thu Oct 21 10:11:03 CEST 2010 - sjayaraman@suse.de Mon Oct 18 16:54:57 CEST 2010 - trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf ------------------------------------------------------------------- @@ -5376,7 +5784,7 @@ Mon Oct 11 17:14:51 CEST 2010 - mmarek@suse.cz Mon Oct 11 16:12:29 CEST 2010 - jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 ------------------------------------------------------------------- @@ -5389,7 +5797,7 @@ Fri Oct 8 17:40:50 CEST 2010 - jeffm@suse.de Tue Oct 5 18:02:19 CEST 2010 - jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa ------------------------------------------------------------------- @@ -5402,7 +5810,7 @@ Tue Oct 5 17:19:46 CEST 2010 - jeffm@suse.de Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 @@ -5411,7 +5819,7 @@ Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de Mon Oct 4 16:57:34 CEST 2010 - jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 ------------------------------------------------------------------- @@ -5424,25 +5832,25 @@ Fri Sep 24 13:45:31 CEST 2010 - jbeulich@novell.com Fri Sep 24 13:23:13 CEST 2010 - trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 ------------------------------------------------------------------- Fri Sep 24 13:14:36 CEST 2010 - trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 ------------------------------------------------------------------- @@ -5467,7 +5875,7 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 @@ -5475,7 +5883,7 @@ Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b ------------------------------------------------------------------- @@ -5494,7 +5902,7 @@ Tue Sep 21 14:15:34 CEST 2010 - mmarek@suse.cz Tue Sep 21 13:59:10 CEST 2010 - jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 ------------------------------------------------------------------- @@ -5502,8 +5910,8 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f @@ -5512,14 +5920,14 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de Mon Sep 20 16:03:14 CEST 2010 - sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b ------------------------------------------------------------------- Mon Sep 20 15:25:41 CEST 2010 - jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 ------------------------------------------------------------------- @@ -5532,25 +5940,25 @@ Sun Sep 19 17:39:03 CEST 2010 - jeffm@suse.com Fri Sep 17 01:05:47 CEST 2010 - jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 ------------------------------------------------------------------- Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de - x86-64, compat: Test %rax for the syscall number, not %eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 ------------------------------------------------------------------- Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac ------------------------------------------------------------------- @@ -5563,21 +5971,21 @@ Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 ------------------------------------------------------------------- Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 ------------------------------------------------------------------- Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 ------------------------------------------------------------------- @@ -5592,11 +6000,11 @@ Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -5626,7 +6034,7 @@ Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de 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). + (CVE-2010-2954 bnc#636112). - commit f04e61f ------------------------------------------------------------------- @@ -5648,7 +6056,7 @@ Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 ------------------------------------------------------------------- @@ -5667,28 +6075,28 @@ Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - 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. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + 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. + 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. + the truncate path and causes crashes. - commit e18fc2c ------------------------------------------------------------------- @@ -5743,22 +6151,22 @@ Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de 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. + 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. + 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. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e ------------------------------------------------------------------- @@ -5772,7 +6180,7 @@ Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com 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. + avoid triggering a build service rule error. - commit 124ac26 ------------------------------------------------------------------- @@ -5791,14 +6199,14 @@ Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de 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. + 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 - to grab the BKL + to grab the BKL - commit 1df02ec ------------------------------------------------------------------- @@ -5811,20 +6219,20 @@ Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - 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. + - 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 ------------------------------------------------------------------- @@ -5843,10 +6251,10 @@ Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com 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. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 ------------------------------------------------------------------- @@ -5878,7 +6286,7 @@ Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com 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). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 ------------------------------------------------------------------- @@ -5891,7 +6299,7 @@ Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz 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. + 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 @@ -5901,14 +6309,14 @@ Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de 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). + 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). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 @@ -5917,13 +6325,13 @@ 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. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b @@ -5932,7 +6340,7 @@ Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com 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. + usage from upstream commit 718be4aa. - commit 4ce0b48 ------------------------------------------------------------------- @@ -5963,7 +6371,7 @@ Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 ------------------------------------------------------------------- @@ -5976,7 +6384,7 @@ Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 ------------------------------------------------------------------- @@ -5990,7 +6398,7 @@ 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). + though). - commit 8ed2389 ------------------------------------------------------------------- diff --git a/kernel-ec2.spec b/kernel-ec2.spec index 5bae1d64d..837199a5c 100644 --- a/kernel-ec2.spec +++ b/kernel-ec2.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6 -%define patchversion 3.6.3 +%define srcversion 3.7 +%define patchversion 3.7.0 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-ec2 Summary: The Amazon EC2 Xen Kernel -Version: 3.6.3 +Version: 3.7.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -91,7 +91,7 @@ Requires(post): distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release # Remove some packages that are installed automatically by the build system, # but are not needed to build the kernel -#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv +#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv %ifarch ia64 # arch/ia64/scripts/unwcheck.py @@ -476,10 +476,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz @@ -893,6 +892,7 @@ Provides: multiversion(kernel) Provides: %name-devel = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel Supplements: packageand(%name:kernel-devel%variant) +PreReq: coreutils %description devel This package contains files necessary for building kernel modules (and diff --git a/kernel-exynos.changes b/kernel-exynos.changes index 2887ccaf6..e0d27f80d 100644 --- a/kernel-exynos.changes +++ b/kernel-exynos.changes @@ -1,3 +1,393 @@ +------------------------------------------------------------------- +Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com + +- ezusb: add dependency to USB. + This prevents build failures by making it depend on the value of CONFIG_USB. + Commit 36e0f0bd did this for architectures other than ARM manually. +- commit b89db5d + +------------------------------------------------------------------- +Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de + +- Drivers: hv: balloon: Fix a memory leak. +- commit 26cdad5 + +------------------------------------------------------------------- +Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com + +- Update to 3.7-final. +- commit 1771a73 + +------------------------------------------------------------------- +Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de + +- Update patch headers for fate314663 and fate314665 changes +- commit 44044f1 + +------------------------------------------------------------------- +Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz + +- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually + ext3 will be removed upstream so let's do the transition. +- commit dadc8ea + +------------------------------------------------------------------- +Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr + +- Update omap2plus (armv7) config: Enable TWL* USB drivers +- commit 28c09f5 + +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + +------------------------------------------------------------------- +Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de + +- fate#314663 hyper-v memory ballooning support +- mm: Export a function to get vm committed memory. +- Drivers: hv: Add Hyper-V balloon driver. +- Drivers: hv: balloon: Fix a bug in the definition of struct + dm_info_msg. +- Update config files. + fate#314665 hyper-v: Update the Vmbus protocol +- Drivers: hv: Implement routines for read side signaling + optimization. +- Drivers: hv: Add state to manage batched reading. +- Drivers: hv: Turn off batched reading for util drivers. +- Drivers: hv: Optimize signaling in the read path. +- Drivers: hv: Optimize the signaling on the write path. +- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask(). +- Drivers: hv: Support handling multiple VMBUS versions. +- Drivers: hv: Update the ring buffer structure to match win8 + functionality. +- Drivers: hv: Extend/modify vmbus_channel_offer_channel for + win7 and beyond. +- Drivers: hv: Save and export negotiated vmbus version. +- Drivers: hv: Change the signature for hv_signal_event(). +- Drivers: hv: Change the signature of vmbus_set_event(). +- Drivers: hv: Move vmbus version definitions to hyperv.h. +- Drivers: hv: Manage signaling state on a per-connection basis. +- Drivers: hv: Cleanup vmbus_set_event() to support win7 and + beyond. +- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID. +- Drivers: hv: Add state to manage incoming channel interrupt + load. +- Drivers: hv: Modify the interrupt handling code to support + win8 and beyond. +- Drivers: hv: Add code to distribute channel interrupt load. +- Drivers: hv: Get rid of the unused global signaling state. +- Drivers: hv: Get rid of unnecessary request for offers. +- Drivers: hv: Manage event tasklets on per-cpu basis. +- Drivers: hv: Handle vmbus interrupts concurrently on all cpus. +- Drivers: hv: Add a check to deal with spurious interrupts. +- Drivers: hv: Enable protocol negotiation with win8 hosts. +- Drivers: hv: Implement flow management on the send side. +- Drivers: hv: Capture the host build information. +- Drivers: hv: Cleanup and consolidate reporting of build/version + info. +- commit 4fccd03 + +------------------------------------------------------------------- +Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc8. +- Delete patches.rpmify/net-fix-build-failure-in-xilinx. +- commit 76b3d92 + +------------------------------------------------------------------- +Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de + +- add splash=black option to bootsplash code, + to keep a black background, useful for remote access to VMs + (bnc#773487) +- commit c060ae1 + +------------------------------------------------------------------- +Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem + (bnc#781327) +- commit 841d864 + +------------------------------------------------------------------- +Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com + +- net: fix build failure in xilinx. +- commit 28be621 + +------------------------------------------------------------------- +Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com + +- Update config files. Enable CONFIG_SMB2 to 'y'. +- commit 25bdfaf + +------------------------------------------------------------------- +Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc6. +- commit daac70a + +------------------------------------------------------------------- +Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz + +- rpm/config.sh: Set projects for ARM +- commit 55bac79 + +------------------------------------------------------------------- +Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related + crash in context switch code). +- commit bb1d12d + +------------------------------------------------------------------- +Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com + +- Update to 3.7-rc5. +- Update Xen patches additionally to c/s 1204: +- commit d5de9cf + +------------------------------------------------------------------- +Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com + +- config: sync x86_64 configs for NR_UARTS + This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and + CONFIG_SERIAL_8250_NR_UARTS to 32. +- commit ddf88e6 + +------------------------------------------------------------------- +Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com + +- Delete patches.arch/s390-remove-kvm-para.patch. +- commit f759e1e + +------------------------------------------------------------------- +Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com + +- config: sync ppc64 configs for LIB80211, NET_SDA_MV* + This commit changes the following options to be modular: + LIB80211 + NET_DSA_MV88E6XXX + NET_DSA_MV88E6060 +- commit caa5a52 + +------------------------------------------------------------------- +Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com + +- config: sync ppc64/debug with ppc64/default + The debug config should be identical to default with the exception of + the debug options. This patch brings ppc64/debug in line with ppc64/default + with the exception of a few things that are modular in debug that should + also be modular in default. +- commit b981fcd + +------------------------------------------------------------------- +Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com + +- config: sync kvm options between ppc64 flavors. +- commit 8a389d5 + +------------------------------------------------------------------- +Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com + +- config: disable HW_RANDOM_AMD on ppc64 + This chip is only on AMD hardware and an old ppc64 eval board. We can skip + it on ppc64. +- commit 03001a4 + +------------------------------------------------------------------- +Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com + +- config: Eliminate unused ppc/ppc64 configs. + The history of the ppc/ppc64 configs is a convoluted one that started + before the kernel source could support multiple machine types with a + single image and before there was a usable 64-bit userspace. + In the subsequent years, the powerpc code has been unified and we've + released a 64-bit powerpc userspace. The "default" and "ppc64" configs + on ppc64 are essentially identical and just waste space. The "ppc64" + config on 32-bit ppc address a long since unnecessary corner case. Users + who still want a 32-bit userspace with a 64-bit kernel can install and + update it themselves using the 64-bit repository like i386/x86_64 users + can do. + This commit can be summarized thusly: + rm config/ppc/ppc64 + rm config/ppc/ps3 (already unused) + mv config/ppc64/ppc64 config/ppc64/default +- commit a9cc3d5 + +------------------------------------------------------------------- +Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr + +- Add kernel-versatile description +- commit 5424cf2 + +------------------------------------------------------------------- +Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr + +- Enable armv5 in arch-symbols +- commit 401de81 + +------------------------------------------------------------------- +Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com + +- config: sync vanilla flavor with default flavor for each platform + The vanilla configs have drifted away from the default configuration + for each platform. This patch brings them back in sync. +- commit 8d4661f + +------------------------------------------------------------------- +Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com + +- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled. +- commit 9907c37 + +------------------------------------------------------------------- +Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com + +- Updated to 3.7-rc4. + Eliminated 1 patch. +- commit 5168053 + +------------------------------------------------------------------- +Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again). +- commit 5feff7e + +------------------------------------------------------------------- +Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com + +- Update Xen patches to 3.7-rc3 and c/s 1202. +- extend base interfaces to support multi-page rings for + frontend/backend communication. +- blkback: allow using multiple page frontend communication ring. +- blkfront: allow using multiple page backend communication ring. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Fix build when disabled. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- config.conf: Re-enable Xen configs. +- Update x86 config files. +- Delete patches.xen/xen3-acpi_override_2_2.patch. +- commit f042386 + +------------------------------------------------------------------- +Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr + +- Add support to armv5 versatile kernel +- commit 99d34f3 + +------------------------------------------------------------------- +Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc3. +- commit 48e5027 + +------------------------------------------------------------------- +Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615) +- commit 2520563 + +------------------------------------------------------------------- +Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de + +- ARM: Update config files: Fix vexpress (default) config +- commit be072b4 + +------------------------------------------------------------------- +Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de + +- Fixup kvm for s390. +- commit 503388b + +------------------------------------------------------------------- +Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi +- commit 336ead7 + +------------------------------------------------------------------- +Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de + +- Revert "disable non-compiling irrelevant I2C module" +- commit d5a21c5 + +------------------------------------------------------------------- +Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de + +- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE. +- commit 8e108ab + +------------------------------------------------------------------- +Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 565b450 + +------------------------------------------------------------------- +Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de + +- Refresh patches.arch/arm-exynos-nosparse.patch. +- commit 55fbf60 + +------------------------------------------------------------------- +Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 118f2f9 + +------------------------------------------------------------------- +Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de + +- ARM: Exynos: Fix MMC driver +- ARM: Exynos: Update configs +- commit 37a1704 + +------------------------------------------------------------------- +Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com + +- config: change CONFIG_USB_EZUSB_FX2 to module +- commit 36e0f0b + +------------------------------------------------------------------- +Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com + +- Actually use kthread_run in crasher.ko. + The previous commit was incomplete. +- commit b8b35ae + +------------------------------------------------------------------- +Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com + +- crasher: use kthread_run() instead of kernel_thread(). + Linux 3.7-rc2 no longer exports kernel_thread on all architectures. +- commit f17d925 + +------------------------------------------------------------------- +Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com + +- Updated to 3.7-rc2. +- commit e00a663 + ------------------------------------------------------------------- Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de @@ -14,7 +404,7 @@ Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz - Refresh patches.xen/xen3-patch-3.6. - Delete patches.fixes/hv-storvsc-reset-wait.patch. - Delete - patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. + patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. - commit cfee26b ------------------------------------------------------------------- @@ -36,19 +426,19 @@ Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de and proper git-xy: meta tags: - lib: Add early cpio decoder. - x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() - for e820 handling. + for e820 handling. - ACPI: Store valid ACPI tables passed via early initrd in - reserved memblock areas. + reserved memblock areas. - ACPI: Implement physical address table override. - ACPI: Create acpi_table_taint() function to avoid code - duplication. + duplication. - ACPI: Document ACPI table overriding via initrd. - ACPI: Fix build when disabled. - X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. - ACPI: Overriding ACPI tables via initrd only works with - an initrd. + an initrd. - ACPI: Cleanup acpi_initrd_override declaration and remove - ifdefs. + ifdefs. - Delete patches.arch/acpi_fix_custom_method_acc.patch. - Delete patches.arch/acpi_override_2_2.patch. - Delete patches.arch/acpi_override_documentation. @@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz This allows to control the kabi checker from outside of the package. - commit 0a0900c +------------------------------------------------------------------- +Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com + +- Update to 3.7-rc1. +- Eliminated 38 patches. +- Xen is disabled. +- ARM configs need updating. +- Module signing is disabled until the build infrastructure can support it. +- commit fce087a + ------------------------------------------------------------------- Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz @@ -87,14 +487,20 @@ Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz - Delete - patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. + patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. - Delete - patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. + patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. - Delete - patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. + patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. These are in 3.6.1. - commit 2a321c4 +------------------------------------------------------------------- +Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com + +- Remove noncompiling modules +- commit b7cdd5a + ------------------------------------------------------------------- Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de @@ -136,7 +542,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - hyperv: Add comments for the extended buffer after RNDIS message. - Drivers: hv: Cleanup the guest ID computation. - Drivers: hv: vmbus: Use the standard format string to format - GUIDs. + GUIDs. - Drivers: hv: Add KVP definitions for IP address injection. - Drivers: hv: kvp: Cleanup error handling in KVP. - Drivers: hv: Explicitly size elements of protocol structures. @@ -148,7 +554,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - Tools: hv: Represent the ipv6 mask using CIDR notation. - Tools: hv: Gather ipv[4,6] gateway information. - hv: fail the probing immediately when we are not in hyperv - platform. + platform. - hv: vmbus_drv: detect hyperv through x86_hyper. - Tools: hv: Get rid of some unused variables. - Tools: hv: Correctly type string variables. @@ -167,14 +573,14 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - tools/hv: Parse /etc/os-release. - hyperv: Fix the max_xfer_size in RNDIS initialization. - hyperv: Fix the missing return value in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - hyperv: Fix page buffer handling in rndis_filter_send_request(). - hyperv: Remove extra allocated space for recv_pkt_list elements. - hyperv: Report actual status in receive completion packet. - hyperv: Add buffer for extended info after the RNDIS response - message. + message. - Delete - patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. - commit 08d283b ------------------------------------------------------------------- @@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com - ARM/u5800: Fix build of ux500 driver - Acked-by: Jeff Mahoney - commit 0ea37a0 +------------------------------------------------------------------- +Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com + +- disable non-compiling irrelevant I2C module +- commit 0ba9bac + ------------------------------------------------------------------- Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com - ARM/tegra: Remove optional parts to fix build - Acked-by: Jeff Mahoney - commit d729a16 ------------------------------------------------------------------- Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com - ARM: enable zcache support - Acked-by: Jeff Mahoney - commit 17b147b ------------------------------------------------------------------- Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com - ARM/cubox: set cachefilesd to module - Acked-by: Jeff Mahoney - commit c1fb243 ------------------------------------------------------------------- @@ -229,13 +637,13 @@ Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de - Remove old patchset to override ACPI tables via initrd. Also remove a stale xen patch related to that. - Delete - patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - Delete - patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. - Delete - patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. - Delete - patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - commit dd8f1b0 ------------------------------------------------------------------- @@ -364,7 +772,7 @@ Mon Sep 10 19:22:00 CEST 2012 - jeffm@suse.com Mon Sep 10 10:20:23 CEST 2012 - jbeulich@novell.com - patches.arch/s390-message-catalog.diff: Properly handle pr_cont() and fold - in the below two trivial fixes. + in the below two trivial fixes. - Delete patches.arch/s390-message-catalog-fix.diff. - Delete patches.arch/s390-message-catalog-perl-fix.diff. - Refresh patches.arch/kmsg-fix-parameter-limitations. @@ -438,10 +846,10 @@ Fri Aug 31 23:20:23 CEST 2012 - dmueller@suse.com Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz - i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y - && CONFIG_I2C_DESIGN. + && CONFIG_I2C_DESIGN. - Delete - patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. - Move it to rpmify, so that vanilla builds fine too. + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. - commit 0217ad5 ------------------------------------------------------------------- @@ -519,7 +927,7 @@ Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com Fri Aug 17 14:51:23 CEST 2012 - jeffm@suse.com - Update to 3.6-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 71963b0 ------------------------------------------------------------------- @@ -975,7 +1383,7 @@ Wed Jun 13 13:21:58 CEST 2012 - hare@suse.de - Rediff patch - patches.drivers/mach-dove-Fixup-ge00-initialisation.patch: - Rediff after backport from upstream. + Rediff after backport from upstream. - commit fa58c5e ------------------------------------------------------------------- @@ -983,7 +1391,7 @@ Wed Jun 13 12:56:17 CEST 2012 - hare@suse.de - Fixup patch to apply - patches.drivers/spi-orion-convert-to-new-infrastructure.patch - backported from upstream. + backported from upstream. - commit 2507393 ------------------------------------------------------------------- @@ -1002,9 +1410,9 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com - Update to 3.5-rc2. - - Xen needs update. - - ARM needs update. - - Eliminated 13 patches. + - Xen needs update. + - ARM needs update. + - Eliminated 13 patches. - commit 3f461b1 ------------------------------------------------------------------- @@ -1043,7 +1451,7 @@ Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de - [SCSI] storvsc: Properly handle errors from the host - (bnc#747404). + (bnc#747404). - Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. - commit ad28e23 @@ -1106,7 +1514,7 @@ Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Tue May 22 14:21:24 CEST 2012 - trenn@suse.de - X86 acpi_cpufreq: Do not use request_module for autoloading - (bnc#756085). + (bnc#756085). - Refresh patches.xen/xen3-auto-common.diff. - patches.xen/xen3-patch-3.3: - commit caf270e @@ -1165,7 +1573,7 @@ Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com - Update to 3.4-rc7. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 4cd9e9b ------------------------------------------------------------------- @@ -1218,7 +1626,7 @@ Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com - Update to 3.4-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 749ea8f ------------------------------------------------------------------- @@ -1255,7 +1663,7 @@ Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not require distribution-release - during build. + during build. - commit 3cd703f ------------------------------------------------------------------- @@ -1306,18 +1714,18 @@ Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com - Disabled DECNet and ARCNet. Specific config options disabled: CONFIG_ARCNET - CONFIG_ARCNET_1051 - CONFIG_ARCNET_1201 - CONFIG_ARCNET_CAP - CONFIG_ARCNET_COM20020_CS - CONFIG_ARCNET_COM20020 - CONFIG_ARCNET_COM20020_PCI - CONFIG_ARCNET_COM90xxIO - CONFIG_ARCNET_COM90xx - CONFIG_ARCNET_RAW - CONFIG_ARCNET_RIM_I + CONFIG_ARCNET_1051 + CONFIG_ARCNET_1201 + CONFIG_ARCNET_CAP + CONFIG_ARCNET_COM20020_CS + CONFIG_ARCNET_COM20020 + CONFIG_ARCNET_COM20020_PCI + CONFIG_ARCNET_COM90xxIO + CONFIG_ARCNET_COM90xx + CONFIG_ARCNET_RAW + CONFIG_ARCNET_RIM_I CONFIG_DECNET - CONFIG_DECNET_NF_GRABULATOR + CONFIG_DECNET_NF_GRABULATOR - commit 272dd14 ------------------------------------------------------------------- @@ -1419,7 +1827,7 @@ Fri Apr 20 18:09:06 CEST 2012 - jbeulich@novell.com Tue Apr 17 15:59:19 CEST 2012 - jeffm@suse.com - Update to 3.4-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 2fde7e0 ------------------------------------------------------------------- @@ -1439,7 +1847,7 @@ Mon Apr 9 03:28:12 CEST 2012 - jeffm@suse.com Fri Apr 6 06:42:35 CEST 2012 - jeffm@suse.com - Update AppArmor for 3.4. - - apparmor: Add "profiles" list to sysfs. + - apparmor: Add "profiles" list to sysfs. - commit 59517ac ------------------------------------------------------------------- @@ -1452,10 +1860,10 @@ Thu Apr 5 22:25:16 CEST 2012 - jeffm@suse.com Thu Apr 5 09:18:14 CEST 2012 - jeffm@suse.com - Updated to 3.4-rc1. - - Eliminated 121 patches. - - Xen is unavailable. - - ACPI overrides are unavailable. - - AppArmor network feature are unavailable. + - Eliminated 121 patches. + - Xen is unavailable. + - ACPI overrides are unavailable. + - AppArmor network feature are unavailable. - commit 3ac7e79 ------------------------------------------------------------------- @@ -1535,7 +1943,7 @@ Sat Mar 24 00:57:07 CET 2012 - dsterba@suse.cz - Refresh patches.suse/btrfs-handle-EIO. - Refresh - patches.suse/btrfs-volumes-schedule_bio-should-return-void. + patches.suse/btrfs-volumes-schedule_bio-should-return-void. - commit d97ade6 ------------------------------------------------------------------- @@ -1578,10 +1986,10 @@ Mon Mar 19 11:16:34 CET 2012 - jslaby@suse.cz Mon Mar 19 11:07:00 CET 2012 - jslaby@suse.cz - Delete - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. + patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. - Delete patches.arch/dell_optiplex_990_fix_reboot.patch. - Delete - patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. + patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. - Delete patches.drivers/libata-unlock-hpa-by-default. - Delete patches.fixes/scsi-add-tgps-setting. - Delete patches.fixes/scsi-dh-rdac-add-stk. @@ -1618,23 +2026,23 @@ Mon Mar 12 15:26:55 CET 2012 - ohering@suse.de - Staging: hv: storvsc: Cleanup storvsc_host_reset_handler(). - Staging: hv: storvsc: Move and cleanup storvsc_remove(). - Staging: hv: storvsc: Add a comment to explain life-cycle - management. + management. - Staging: hv: storvsc: Get rid of the on_io_completion in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Rename the context field in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver. - Staging: hv: storvsc: Cleanup the code for generating protocol - version. + version. - Staging: hv: storvsc: Cleanup some protocol related constants. - Staging: hv: storvsc: Get rid of some unused defines. - Staging: hv: storvsc: Consolidate the request structure. - Staging: hv: storvsc: Consolidate all the wire protocol - definitions. + definitions. - Staging: hv: storvsc: Move the storage driver out of the - staging area. + staging area. - Rename patches.suse/staging-hv-pata_piix-ignore-disks.patch to - patches.suse/suse-hv-pata_piix-ignore-disks.patch + patches.suse/suse-hv-pata_piix-ignore-disks.patch - commit 7487199 ------------------------------------------------------------------- @@ -1829,41 +2237,41 @@ Mon Feb 13 17:23:49 CET 2012 - mmarek@suse.cz Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de - Add driver auto probing for x86 features v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Fix overrun check in arch_print_cpu_modalias() - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - crypto: Add support for x86 cpuid - auto loading for x86 crypto drivers - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + auto loading for x86 crypto drivers + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Clean up modalias feature matching - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel-idle: convert to x86_cpu_id auto probing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Fix ID for Nehalem-EX Xeon in device ID table - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert via-cputemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k7: Fix CPU family number - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: Load acpi-cpufreq from processor driver automatically - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Revert change of auto_demotion_flags for Nehalem - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert coretemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k6: Really enable auto-loading - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - X86: Introduce HW-Pstate scattered cpuid feature - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - cpufreq: Add support for x86 cpuinfo auto loading v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86: autoload microcode driver on Intel and AMD systems v2 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 parts - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: remove duplicated lines of merging - problems with acpi_processor_start - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + problems with acpi_processor_start + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - Update config files. - commit 6efe9b5 @@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for --default (bnc#745632). KMPs are still built as i586. + -default (bnc#745632). KMPs are still built as i586. - commit 88a632b ------------------------------------------------------------------- @@ -1902,8 +2310,8 @@ Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com - Update to 3.3-rc2. - - Eliminated 5 patches. - - Xen is disabled. + - Eliminated 5 patches. + - Xen is disabled. - commit d017ea1 ------------------------------------------------------------------- @@ -2002,7 +2410,7 @@ Wed Dec 21 14:38:42 CET 2011 - jbeulich@novell.com Tue Dec 20 16:35:33 CET 2011 - jeffm@suse.com - Update to 3.2-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit d5a489e ------------------------------------------------------------------- @@ -2010,7 +2418,7 @@ Tue Dec 20 11:34:14 CET 2011 - trenn@suse.de - These should all be mainline in some form: - Delete - patches.arch/implement_stop_machine_from_offline_cpu.patch. + patches.arch/implement_stop_machine_from_offline_cpu.patch. - Delete patches.arch/kill-__stop_machine.patch. - Delete patches.arch/reorganize_stop_cpus.patch. - Delete patches.arch/use_stop_machine_for_mtrr_rendezvous.patch. @@ -2026,14 +2434,14 @@ Sun Dec 18 07:38:42 CET 2011 - aj@suse.de Fri Dec 16 15:37:51 CET 2011 - aj@suse.de - rpm/kernel-binary.spec.in: Add provides and make most obsoletes versioned. - This silences rpmlint warnings. + This silences rpmlint warnings. - commit e3023c7 ------------------------------------------------------------------- Wed Dec 14 13:51:41 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: Fix tarball URL for -rcX and - do not generate any URL for linux-next and vanilla snapshots. + do not generate any URL for linux-next and vanilla snapshots. - commit 1548daf ------------------------------------------------------------------- @@ -2123,7 +2531,7 @@ Wed Dec 7 11:05:05 CET 2011 - aj@suse.de Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com - Update to 3.2-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit a7d546d ------------------------------------------------------------------- @@ -2235,8 +2643,8 @@ Fri Nov 25 05:58:54 CET 2011 - jeffm@suse.com Fri Nov 25 05:47:49 CET 2011 - jeffm@suse.com - Update to 3.2-rc3. - - stack unwind: cfi_ignore takes more arguments. - - iio: Fix build error in industrialio-core.c. + - stack unwind: cfi_ignore takes more arguments. + - iio: Fix build error in industrialio-core.c. - commit 48ef020 ------------------------------------------------------------------- @@ -2249,7 +2657,7 @@ Thu Nov 24 18:45:54 CET 2011 - ohering@suse.de Thu Nov 24 13:01:09 CET 2011 - mmarek@suse.cz - rpm/try-disable-staging-driver: Script to disable failing staging - driver and restart make. + driver and restart make. - commit 819d1fa ------------------------------------------------------------------- @@ -2343,14 +2751,14 @@ Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de Wed Nov 16 06:51:07 CET 2011 - jeffm@suse.com - Update to 3.2-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 85c9930 ------------------------------------------------------------------- Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com - Update to 3.2-rc1. - - Eliminate 212 patches. + - Eliminate 212 patches. - commit 6318d5b ------------------------------------------------------------------- @@ -2390,8 +2798,8 @@ Sat Nov 5 01:32:21 CET 2011 - trenn@suse.de Thu Nov 3 17:56:46 CET 2011 - mszeredi@suse.cz - patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch: - hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops - (CVE-2011-2203 bnc#699709). + hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops + (CVE-2011-2203 bnc#699709). - commit 7923119 ------------------------------------------------------------------- @@ -2429,16 +2837,16 @@ Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com - Add Elantech touchpad v3/v4 support (bnc#716852): - - Input: elantech - add v3 hardware support. - - Input: elantech - add v4 hardware support. - - Input: elantech - better support all those v2 variants. - - Input: elantech - clean up elantech_init. - - Input: elantech - correct x, y value range for v2 hardware. - - Input: elantech - get rid of ETP_2FT_* in elantech.h. - - Input: elantech - packet checking for v2 hardware. - - Input: elantech - remove ETP_EDGE_FUZZ_V2. - - Input: elantech - remove module parameter force_elantech. - - Input: elantech - use firmware provided x, y ranges. + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. - commit 28551a0 ------------------------------------------------------------------- @@ -2469,7 +2877,7 @@ Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de Tue Oct 25 19:24:17 CEST 2011 - eich@suse.de - patches.suse/SUSE-bootsplash: remove DEBUG macro which was - left in the code by accident. + left in the code by accident. - commit a56ba15 ------------------------------------------------------------------- @@ -2482,7 +2890,7 @@ Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de - patches.suse/staging-hv-pata_piix-ignore-disks.patch: - Update comments in code and reduce patch size + Update comments in code and reduce patch size - commit 8913d07 ------------------------------------------------------------------- @@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de ------------------------------------------------------------------- Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com --Update to 3.1-rc10. +- -Update to 3.1-rc10. - commit 239957e ------------------------------------------------------------------- @@ -2522,11 +2930,11 @@ Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de - Various updates for hv drivers, which fix also the hv_mouse driver - staging: hv: storvsc: ignore SET_WINDOWN scsi command - (bnc#722646). + (bnc#722646). - staging/hv: advertise hv_storvsc instead of storvsc as sysfs - driver name (bnc#716708). + driver name (bnc#716708). - staging/hv: fill scsi/proc_name for the sake of mkinitrd - (bnc#716708). + (bnc#716708). - Staging: hv: util: Invoke cn_netlink_send() in a work context. - Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. - Refresh patches.xen/xen3-patch-2.6.32. @@ -2560,7 +2968,7 @@ Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com - patches.suse/supported-flag: Also look for Module.supported in the - source tree. + source tree. - Refresh patches.suse/supported-flag-enterprise. - commit 9c8680a @@ -2594,15 +3002,15 @@ Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - commit e3c78cf ------------------------------------------------------------------- @@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de - Refresh patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. --> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. + -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. - commit 0ac4276 ------------------------------------------------------------------- @@ -2647,9 +3055,9 @@ Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de - ACPI: Implement overriding of arbitrary ACPI tables via initrd - (none). + (none). - ACPICA: Fix wrongly mapped acpi table header when overriding - via initrd (none). + via initrd (none). - ACPICA: Introduce acpi_os_phys_table_override function (none). - x86: allow NVS can be accessed by driver (none). - Update config files: @@ -2667,7 +3075,7 @@ Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix unwinding through - interrupt frames, requiring ... + interrupt frames, requiring ... - patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression. - commit 4d917a5 @@ -2706,7 +3114,7 @@ Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com - mm: frontswap: swap data structure changes. - In HVM guests do not take over the CDROM device (bnc#645893). - x86: report ACPI-reserved state of PCI MMCONFIG region to - hypervisor. + hypervisor. - config.conf: Re-enable Xen flavors. - Update config files. - commit 3692f47 @@ -2746,33 +3154,33 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: util: kvp: Fix the reported OSVersion string. - Staging: hv: util: kvp: Cleanup kvp_get_domain_name(). - Staging: hv: Fix macros, tab errors and warning in - drivers/staging/hv/hv_mouse.c. + drivers/staging/hv/hv_mouse.c. - Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get - rid of the PCI signature. + rid of the PCI signature. - Staging: hv: Replace struct hv_guid with the uuid type already - defined in Linux. + defined in Linux. - Staging: hv: vmbus: Introduce vmbus ID space in struct - hv_driver. + hv_driver. - Staging: hv: blkvsc: Use the newly introduced vmbus ID in the - blockvsc driver. + blockvsc driver. - Staging: hv: storvsc: Use the newly introduced vmbus ID in - storvsc driver. + storvsc driver. - Staging: hv: netvsc: Use the newly introduced vmbus ID in - netvsc driver. + netvsc driver. - Staging: hv: mousevsc: Use the newly introduced vmbus ID in - mouse driver. + mouse driver. - Staging: hv: util: Make hv_utils a vmbus device driver. - Staging: hv: create VMBUS_DEVICE macro and use it. - Staging: hv: vmbus: Cleanup vmbus_match(). - Staging: hv: vmbus: Cleanup vmbus_uevent() code. - Staging: hv: vmbus: Support the notion of id tables in - vmbus_match(). + vmbus_match(). - Staging: hv: vmbus: Get rid of an unnecessary include line - in vmbus_drv.c. + in vmbus_drv.c. - Staging: hv: storvsc: Get rid of the DMI signature. - Staging: hv: netvsc: Get rid of the PCI signature. - Staging: hv: netvsc: Get rid of the DMI signature in - netvsc_drv.c. + netvsc_drv.c. - Staging: hv: util: Get rid of the DMI signature in hv_util.c. - Staging: hv: util: Get rid of the PCI signature in hv_util.c. - Staging: hv: fix up driver registering mess. @@ -2780,59 +3188,59 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: vmbus: Cleanup unnecessary comments in hv.c. - Staging: hv: vmbus: Cleanup error handling in hv_init(). - Staging: hv: vmbus: Get rid of unnecessay comments in - connection.c. + connection.c. - Staging: hv: vmbus: Get rid of the function dump_gpadl_body(). - Staging: hv: vmbus: Get rid of the function dump_gpadl_header(). - Staging: hv: vmbus: Rename openMsg to open_msg in channel.c. - Staging: hv: vmbus: Get rid of unnecessary comments in - channel.c. + channel.c. - Staging: hv: vmbus: Change the variable name openInfo to - open_info in channel.c. + open_info in channel.c. - Staging: hv: vmbus: Cleanup error values in ringbuffer.c. - Staging: hv: vmbus: Cleanup the error return value in - vmbus_recvpacket_raw(). + vmbus_recvpacket_raw(). - Staging: hv: netvsc: Get rid of an unnecessary print statement - in netvsc_probe(). + in netvsc_probe(). - Staging: hv: vmbus: Retry vmbus_post_msg() before giving up. - Staging: hv: storvsc: Cleanup error handling in - storvsc_dev_add(). + storvsc_dev_add(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_channel_init(). + storvsc_channel_init(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_connect_to_vsp(). + storvsc_connect_to_vsp(). - Staging: hv: storvsc: Cleanup error handling in storvsc_do_io(). - Storage: hv: storvsc: Get rid of some unnecessary DPRINTs - from storvsc.c. + from storvsc.c. - Staging: hv: storvsc: Fix/cleanup some dated comments in - storvsc.c. + storvsc.c. - Staging: hv: storvsc: Cleanup returned error code in - storvsc_host_reset(). + storvsc_host_reset(). - Staging: hv: storvsc: Cleanup error code returned in - storvsc_probe(). + storvsc_probe(). - Staging: hv: storvsc: Cleanup returned error code in - storvsc_drv_init(). + storvsc_drv_init(). - Staging: hv: netvsc: Cleanup the returned error code in - netvsc_probe(). + netvsc_probe(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_destroy_recv_buf(). + netvsc_destroy_recv_buf(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_init_recv_buf(). + netvsc_init_recv_buf(). - Staging: hv: netvsc: Cleanup error returns in - netvsc_connect_vsp(). + netvsc_connect_vsp(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_send(). + netvsc_send(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_device_add(). + netvsc_device_add(). - Staging: hv: netvsc: Cleanup error codes in - rndis_filter_receive(). + rndis_filter_receive(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_query_device(). + rndis_filter_query_device(). - Staging: hv: netvsc: Cleanup error return values in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - Staging: hv: netvsc: Cleanup error returns in - rndis_filter_init_device(). + rndis_filter_init_device(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_device_add(). + rndis_filter_device_add(). - Staging: hv: mouse: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Exit to exit. @@ -2845,72 +3253,72 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: add driver_data to hv_vmbus_device_id. - Staging: hv: Add code to parse struct hv_vmbus_device_id table. - Staging: hv: file2alias: fix up alias creation logic for - hv_vmbus_device_id. + hv_vmbus_device_id. - Staging: hv: storvsc: Inline free_stor_device(). - Staging: hv: storvsc: Do not aquire an unnecessary reference - on stor_device. + on stor_device. - Staging: hv: storvsc: Rename must_get_stor_device(). - Staging: hv: storvsc: Rename get_stor_device(). - Staging: hv: storvsc: Cleanup alloc_stor_device(). - Staging: hv: storvsc: Introduce state to manage the lifecycle - of stor device. + of stor device. - Staging: hv: storvsc: Prevent outgoing traffic when stor dev - is being destroyed. + is being destroyed. - Staging: hv: storvsc: Get rid of release_stor_device() by - inlining the code. + inlining the code. - Staging: hv: storvsc: Get rid of final_release_stor_device() - by inlining code. + by inlining code. - Staging: hv: storvsc: Get rid of the reference counting in - struct storvsc_device. + struct storvsc_device. - Staging: hv: netvsc: Inline the code for free_net_device(). - Staging: hv: netvsc: Cleanup alloc_net_device(). - Staging: hv: netvsc: Introduce state to manage the lifecycle - of net device. + of net device. - Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev - is destroyed. + is destroyed. - Staging: hv: netvsc: Get rid of release_outbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of release_inbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of the refcnt field in struct - netvsc_device. + netvsc_device. - Staging: hv: storvsc: Add code to handle IDE devices using - the storvsc driver. + the storvsc driver. - Staging: hv: storvsc: Handle IDE devices using the storvsc - driver. + driver. - Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is - not used. + not used. - Staging: hv: storvsc: Optimize bounce buffer handling for the - "write" case. + "write" case. - Staging: hv: storvsc: Optimize the bounce buffer handling in - the "read" case. + the "read" case. - Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of storvsc.c. + contents of storvsc.c. - Staging: hv: storvsc: Add the contents of hyperv_storage.h - to storvsc_drv.c. + to storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of hyperv_storage.h. + contents of hyperv_storage.h. - Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY - and MODE_SENSE. + and MODE_SENSE. - Staging: hv: storvsc: Fix a typo. - Staging: hv: storvsc: In case of scsi errors offline the device. - Staging: hv: storvsc: No need to copy from bounce buffer in - case of a failure. + case of a failure. - Staging: hv: util: Forcefully shutdown when shutdown is - requested. + requested. - Staging: hv: util: Adjust guest time in a process context. - Staging: hv: vmbus: Check before invoking the channel callback. - Staging: hv: vmbus: Properly deal with de-registering channel - callback. + callback. - Staging: hv: Fix a bug in vmbus_match(). - Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining - the code. + the code. - Staging: hv: vmbus: Do not enable auto eoi. - Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add(). - Staging: hv: vmbus: Get rid of some dated/redundant comments. - Staging: hv: vmbus: Get rid of an unnecessary check in - vmbus_connect(). + vmbus_connect(). - Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c. - Staging: hv: vmbus: Fix checkpatch warnings in connection.c. - Staging: hv: mousevsc: Fix checkpatch errors and warnings. @@ -2983,16 +3391,16 @@ Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com - Refreshed and re-enabled dm-path patches: - - patches.suse/dm-mpath-accept-failed-paths. - - patches.suse/dm-mpath-detach-existing-hardware-handler. + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. - commit 70cadcd ------------------------------------------------------------------- Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com - Update to 3.1-rc3. - - Eliminated 8 patches. - - Xen is disabled. + - Eliminated 8 patches. + - Xen is disabled. - commit eccefcc ------------------------------------------------------------------- @@ -3000,8 +3408,8 @@ Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de - * Refresh patches.suse/SUSE-bootsplash. * Fix bootsplash code for 15bpp framebuffers. - These framebuffers are rare these days, the legendary and still - popular server chipset Radeon ES1000 supports it, though. + These framebuffers are rare these days, the legendary and still + popular server chipset Radeon ES1000 supports it, though. - commit f25ce3e ------------------------------------------------------------------- @@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de - Update config files: bnc#674988, change: --CONFIG_ACPI_CUSTOM_METHOD=m + -CONFIG_ACPI_CUSTOM_METHOD=m +# CONFIG_ACPI_CUSTOM_METHOD is not set for all flavors - commit f1af972 @@ -3115,10 +3523,10 @@ Thu Jul 14 17:52:45 CEST 2011 - tiwai@suse.de Thu Jul 14 17:26:51 CEST 2011 - tiwai@suse.de - ALSA: hda - Add Kconfig for the default buffer size - (bnc#682725). + (bnc#682725). - Update config files. - Delete, replaced with the new upstream patch - patches.drivers/alsa-hda-0019-Increase-default-buffer-size. + patches.drivers/alsa-hda-0019-Increase-default-buffer-size. - commit 40c7644 ------------------------------------------------------------------- @@ -3140,7 +3548,7 @@ Sat Jul 9 11:17:46 CEST 2011 - jslaby@suse.cz Thu Jul 7 00:58:01 CEST 2011 - jeffm@suse.com - Update to 3.0-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 56e99da ------------------------------------------------------------------- @@ -3149,7 +3557,7 @@ Tue Jul 5 09:18:43 CEST 2011 - jbeulich@novell.com - Update Xen patches to 3.0-rc5 and c/s 1095. - xen: prepare tmem shim to handle frontswap. - support booting Xen from EFI (fate#311376, fate#311529, - bnc#578927, bnc#628554). + bnc#578927, bnc#628554). - config.conf: Re-enabled Xen flavors. - Update x86 config files. - Delete patches.xen/xen-blkback-bimodal-suse. @@ -3196,31 +3604,31 @@ Tue Jun 21 12:14:44 CEST 2011 - mmarek@suse.cz Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz - rpm/post.sh: Touch /boot/do_purge_kernels on package install - (fate#312018). + (fate#312018). - rpm/postun.sh: Remove it again if it still exists on package - uninstall. + uninstall. - commit 82f4a5d ------------------------------------------------------------------- Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de - stop_machine: implement stop_machine_from_offline_cpu() - (bnc#697859). + (bnc#697859). - stop_machine: kill __stop_machine() (bnc#697859). - x86, mtrr: lock stop machine during MTRR rendezvous sequence - (bnc#697859). + (bnc#697859). - stop_machine: reorganize stop_cpus() implementation - (bnc#697859). + (bnc#697859). - x86, mtrr: use __stop_machine() for doing MTRR rendezvous - (bnc#697859). + (bnc#697859). - commit aa3d6e2 ------------------------------------------------------------------- Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz - Remove the novfs patches, it should be packaged as a KMP, or - ideally, reimplemented as a fuse filesystem (which is the reason why - the current implementation it is never going to be accepted upstream). + ideally, reimplemented as a fuse filesystem (which is the reason why + the current implementation it is never going to be accepted upstream). - Delete patches.fixes/novfs-copy_user-fixes.diff. - Delete patches.fixes/novfs-minsize-fixes. - Delete patches.fixes/novfs-nwcapi.patch. @@ -3275,7 +3683,7 @@ Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz Wed Jun 15 08:05:05 CEST 2011 - jeffm@suse.com - Update to 3.0-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit a1fe999 ------------------------------------------------------------------- @@ -3343,9 +3751,9 @@ Mon Jun 13 14:06:28 CEST 2011 - mmarek@suse.cz the SRCVERSION variable will only be used to determine the tarball version. - rpm/compute-PATCHVERSION.sh: Set default PATCHLEVEL and SUBLEVEL to 0. - The package version will thus always match the Makefile version and - the SRCVERSION variable will only be used to determine the tarball - version. + The package version will thus always match the Makefile version and + the SRCVERSION variable will only be used to determine the tarball + version. - rpm/kernel-binary.spec.in: Revert the previous hack. - commit 95c9977 @@ -3368,9 +3776,9 @@ Fri Jun 10 20:24:41 CEST 2011 - jeffm@suse.com Fri Jun 10 17:12:22 CEST 2011 - jeffm@suse.com - x86: Remove warning and warning_symbol from struct - stacktrace_ops. + stacktrace_ops. - Delete - patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. + patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. - commit 608ce9e ------------------------------------------------------------------- @@ -3462,13 +3870,13 @@ Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - commit 83331f5 ------------------------------------------------------------------- @@ -3489,14 +3897,14 @@ Tue May 31 05:09:44 CEST 2011 - jeffm@suse.com Tue May 31 05:08:21 CEST 2011 - jeffm@suse.com - Updated to 3.0-rc1. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit 5710413 ------------------------------------------------------------------- Mon May 30 15:54:37 CEST 2011 - jack@suse.cz - mm: Fix assertion mapping->nrpages == 0 in end_writeback() - (bnc#693013 bnc#666423). + (bnc#693013 bnc#666423). - Refresh patches.xen/tmem. - commit d3e465a @@ -3504,9 +3912,9 @@ Mon May 30 15:54:37 CEST 2011 - jack@suse.cz Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. + patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. - aic94xx: world-writable sysfs update_bios file. - Update upstream info. + Update upstream info. - commit 8912816 ------------------------------------------------------------------- @@ -3567,7 +3975,7 @@ Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc7. - - Eliminated 5 patches. + - Eliminated 5 patches. - commit a8a170f ------------------------------------------------------------------- @@ -3580,16 +3988,16 @@ Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz - Delete - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 - commit 7934e2d ------------------------------------------------------------------- Thu May 12 11:56:16 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - Note about submission. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + Note about submission. - commit 9922e20 ------------------------------------------------------------------- @@ -3602,15 +4010,15 @@ Tue May 10 19:10:18 CEST 2011 - mhocko@suse.cz Tue May 10 16:14:44 CEST 2011 - mhocko@suse.cz - patches.fixes/aggressive-zone-reclaim.patch: delete because - the patch is very workload specific and can lead to unexpected - reclaims in parallel node local workloads. + the patch is very workload specific and can lead to unexpected + reclaims in parallel node local workloads. - commit 56cf10e ------------------------------------------------------------------- Tue May 10 16:04:27 CEST 2011 - mhocko@suse.cz - Delete patches.suse/mm-devzero-optimisation.patch: we do not need - it anymore as we have zero page back since 2.6.32 + it anymore as we have zero page back since 2.6.32 - commit 323a093 ------------------------------------------------------------------- @@ -3629,64 +4037,64 @@ Mon May 9 14:32:59 CEST 2011 - jbeulich@novell.com Mon May 9 11:32:35 CEST 2011 - jbeulich@novell.com - patches.suse/kconfig-automate-kernel-desktop: Remove stray blank - lines (for older versions of "patch" to grok). + lines (for older versions of "patch" to grok). - commit 4dfa74d ------------------------------------------------------------------- Sat May 7 01:50:06 CEST 2011 - jeffm@suse.com - Removed network driver entropy patches. haveged is installed by default - and should be enabled to generate entropy from non-predictable sources. - - Delete patches.drivers/bnx2-entropy-source.patch. - - Delete patches.drivers/e1000-entropy-source.patch. - - Delete patches.drivers/e1000e-entropy-source.patch. - - Delete patches.drivers/igb-entropy-source.patch. - - Delete patches.drivers/ixgbe-entropy-source.patch. - - Delete patches.drivers/tg3-entropy-source.patch. + and should be enabled to generate entropy from non-predictable sources. + - Delete patches.drivers/bnx2-entropy-source.patch. + - Delete patches.drivers/e1000-entropy-source.patch. + - Delete patches.drivers/e1000e-entropy-source.patch. + - Delete patches.drivers/igb-entropy-source.patch. + - Delete patches.drivers/ixgbe-entropy-source.patch. + - Delete patches.drivers/tg3-entropy-source.patch. - commit c88b893 ------------------------------------------------------------------- Fri May 6 19:36:47 CEST 2011 - jeffm@suse.com - Update - patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack - (bnc#466279 bnc#681639). + patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack + (bnc#466279 bnc#681639). - commit 72e779f ------------------------------------------------------------------- Fri May 6 19:31:10 CEST 2011 - jeffm@suse.com - Disabled patches.drivers/libata-unlock-hpa-by-default; It may have - been obsoleted by upstream commit d8d9129e. + been obsoleted by upstream commit d8d9129e. - commit 1a21ab3 ------------------------------------------------------------------- Fri May 6 18:51:20 CEST 2011 - jeffm@suse.com - sysctl: Increase IPC defaults (bnc#146656) - - Delete patches.suse/shmall-bigger. + - Delete patches.suse/shmall-bigger. - commit a70e34f ------------------------------------------------------------------- Fri May 6 17:50:56 CEST 2011 - jeffm@suse.com - sysctl/i386/desktop, sysctl/x86_64/desktop: Add vm.dirty_ratio = 20 - for desktop flavors (bnc#552883) - - Delete patches.suse/mm-tune-dirty-limits.patch. + for desktop flavors (bnc#552883) + - Delete patches.suse/mm-tune-dirty-limits.patch. - commit dbe73e2 ------------------------------------------------------------------- Fri May 6 17:25:45 CEST 2011 - jeffm@suse.com - sysctl/defaults: Added kernel.hung_task_timeout=0 - - Delete patches.suse/hung_task_timeout-configurable-default. + - Delete patches.suse/hung_task_timeout-configurable-default. - commit 78f9eed ------------------------------------------------------------------- Fri May 6 16:41:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-{binary,source}.spec.in: Install per-kernel /boot/sysctl-* - files (patch from Jeff Mahoney). + files (patch from Jeff Mahoney). - commit 473f2d1 ------------------------------------------------------------------- @@ -3699,7 +4107,7 @@ Thu May 5 22:35:53 CEST 2011 - jeffm@suse.com Thu May 5 22:23:21 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc6. - - 2 patches eliminated. + - 2 patches eliminated. - commit 2643e59 ------------------------------------------------------------------- @@ -3713,9 +4121,9 @@ Tue May 3 03:08:18 CEST 2011 - tonyj@suse.de Fri Apr 29 20:35:21 CEST 2011 - jeffm@suse.com - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - commit 52dd0f0 ------------------------------------------------------------------- @@ -3737,7 +4145,7 @@ Fri Apr 29 00:36:03 CEST 2011 - gregkh@suse.de - Delete patches.suse/linux-2.6.29-dont-wait-for-mouse.patch. - Delete patches.suse/linux-2.6.29-even-faster-kms.patch. - Delete - patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. + patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. - Delete patches.suse/linux-2.6.29-kms-after-sata.patch. - Delete patches.suse/linux-2.6.29-touchkit.patch. - commit c13427d @@ -3752,22 +4160,22 @@ Fri Apr 29 00:17:46 CEST 2011 - jbenc@suse.cz Thu Apr 28 23:32:44 CEST 2011 - rjw@suse.de - Delete patches.xen/xen3-x86-mcp51-no-dac. - Also remove the series.conf entires for the x86-mcp-no-dac patches. + Also remove the series.conf entires for the x86-mcp-no-dac patches. - commit 574577b ------------------------------------------------------------------- Thu Apr 28 23:16:27 CEST 2011 - rjw@suse.de - Delete patches.arch/x86-mcp51-no-dac. (This is a blacklist entry that - has been rejected by the mainline, the problem reporter is gone and - it's next to impossible to verify it now.) + has been rejected by the mainline, the problem reporter is gone and + it's next to impossible to verify it now.) - commit 195b113 ------------------------------------------------------------------- Thu Apr 28 21:38:22 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - commit a2662ae ------------------------------------------------------------------- @@ -3782,14 +4190,14 @@ Thu Apr 28 20:56:33 CEST 2011 - jslaby@suse.cz Thu Apr 28 20:30:56 CEST 2011 - bphilips@suse.de - Delete - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. + patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. - commit 9917206 ------------------------------------------------------------------- Thu Apr 28 20:19:59 CEST 2011 - bphilips@suse.de - Delete - patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. + patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. - commit 08374b3 ------------------------------------------------------------------- @@ -3822,7 +4230,7 @@ Thu Apr 28 14:18:12 CEST 2011 - jbeulich@novell.com Wed Apr 27 22:20:02 CEST 2011 - jeffm@suse.com - Delete - patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. + patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. - commit 399a100 ------------------------------------------------------------------- @@ -3884,10 +4292,10 @@ Wed Apr 27 21:34:13 CEST 2011 - jeffm@suse.com - Delete patches.suse/acpi-don-t-preempt-until-the-system-is-up. - Delete - patches.suse/acpi-generic-initramfs-table-override-support. + patches.suse/acpi-generic-initramfs-table-override-support. - Delete patches.suse/add-initramfs-file_read_write. - Delete - patches.suse/init-move-populate_rootfs-back-to-start_kernel. + patches.suse/init-move-populate_rootfs-back-to-start_kernel. - commit d4910b3 ------------------------------------------------------------------- @@ -3901,14 +4309,14 @@ Wed Apr 27 21:29:24 CEST 2011 - jeffm@suse.com Wed Apr 27 21:11:59 CEST 2011 - jeffm@suse.com - Delete patches.suse/osync-error. It was unused and the issue it fixed in - kernels prior to 2.6.32 doesn't exist anymore. + kernels prior to 2.6.32 doesn't exist anymore. - commit 52cc654 ------------------------------------------------------------------- Wed Apr 27 20:48:55 CEST 2011 - jeffm@suse.com - Delete patches.suse/s390-System.map.diff: Proper fix in binutils has - long since been upstream. + long since been upstream. - commit 2847a36 ------------------------------------------------------------------- @@ -3941,7 +4349,7 @@ Wed Apr 27 20:18:37 CEST 2011 - jeffm@suse.com Wed Apr 27 20:16:52 CEST 2011 - jeffm@suse.com - Delete patches.suse/unmap_vmas-lat: No bug report or signed-off-by. - - Delete patches.arch/s390-add-FREE_PTE_NR. + - Delete patches.arch/s390-add-FREE_PTE_NR. - commit 2a392c2 ------------------------------------------------------------------- @@ -3954,7 +4362,7 @@ Wed Apr 27 20:16:00 CEST 2011 - jeffm@suse.com Wed Apr 27 20:15:02 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc5. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5288a05 ------------------------------------------------------------------- @@ -3974,7 +4382,7 @@ Wed Apr 27 19:43:47 CEST 2011 - jeffm@suse.com Tue Apr 26 11:03:18 CEST 2011 - jkosina@suse.cz - HID: add noget quirk barcode scanners from Symbol Technologies - (bnc#689290). + (bnc#689290). - commit f5b999f ------------------------------------------------------------------- @@ -3987,7 +4395,7 @@ Fri Apr 22 00:01:41 CEST 2011 - jeffm@suse.com Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz - Revert changes to sparc configs to not make life harder for Jan Engelhardt - maintaining sparc architecture. + maintaining sparc architecture. - commit cdac873 ------------------------------------------------------------------- @@ -4006,7 +4414,7 @@ Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 3f654c8 ------------------------------------------------------------------- @@ -4019,15 +4427,15 @@ Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de - Combined and consolidated bootsplash patch (bnc#669777, - bnc#570082, bnc#595657, bnc#594209, bnc#544645). - - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. - - Delete patches.suse/bootsplash. - - Delete patches.suse/bootsplash-console-fix. - - Delete patches.suse/bootsplash-keep-multiple-data. - - Delete patches.suse/bootsplash-scaler. - - Reformatted code, fixed some minor bugs that became obvious. - - Fixed race that led to null pointer dereference in splash_read_proc(): - bnc#669777. + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. - commit 95844c5 ------------------------------------------------------------------- @@ -4040,7 +4448,7 @@ Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de - intel_idle: Make lapic_timer_reliable_states a boot param - (bnc#675161). + (bnc#675161). - commit 85b156b ------------------------------------------------------------------- @@ -4054,7 +4462,7 @@ Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - - This results in automatically disabling CONFIG_GIGASET_I4L. + - This results in automatically disabling CONFIG_GIGASET_I4L. - commit 697e68b ------------------------------------------------------------------- @@ -4074,7 +4482,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com - Update Xen patches to 2.6.39-rc3 and c/s 1079. - blktap2: replace hard-coded limit of tap devices with - configurable one. + configurable one. - config.conf: Re-enable Xen configs. - Update x86 config files. - commit d3bfd6c @@ -4083,7 +4491,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com - fs/partitions/efi.c: corrupted GUID partition tables can cause - kernel oops (bnc#687113 CVE-2011-1577). + kernel oops (bnc#687113 CVE-2011-1577). - commit 385b393 ------------------------------------------------------------------- @@ -4128,7 +4536,7 @@ Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 200c913 ------------------------------------------------------------------- @@ -4153,29 +4561,29 @@ Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc2. - - Eliminated 18 patches. - - Added 3 patches. - - hv_mouse: needs . - - dm-raid45: Remove blk_unplug calls. - - novfs: 2.6.39 API update. - - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. - - patches.kernel.org is no longer used to contain upstream patches - for -rc releases. Users planning on building their own kernel should - have a copy of the tarball corresponding to the -rc releases. + - Eliminated 18 patches. + - Added 3 patches. + - hv_mouse: needs . + - dm-raid45: Remove blk_unplug calls. + - novfs: 2.6.39 API update. + - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. + - patches.kernel.org is no longer used to contain upstream patches + for -rc releases. Users planning on building their own kernel should + have a copy of the tarball corresponding to the -rc releases. - commit adf9d16 ------------------------------------------------------------------- Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de - Make selection of 'readdir-plus' adapt to usage patterns - (bnc#678123). + (bnc#678123). - commit 5de99a8 ------------------------------------------------------------------- Wed Apr 6 09:01:38 CEST 2011 - jeffm@suse.de - reiserfs: Force inode evictions before umount to avoid crash - (bnc#610598 bnc#680073 bnc#684112). + (bnc#610598 bnc#680073 bnc#684112). - Delete patches.fixes/reiserfs-xattr-crash-fix. - commit bf57d20 @@ -4189,21 +4597,21 @@ Tue Apr 5 10:42:22 CEST 2011 - jslaby@suse.cz Wed Mar 30 23:50:41 CEST 2011 - jeffm@suse.com - Delete patches.suse/twofish-2.6. - - This was for 2.4 compatibility and has been moved to KMP purgatory. + - This was for 2.4 compatibility and has been moved to KMP purgatory. - commit dcca506 ------------------------------------------------------------------- Wed Mar 30 10:32:32 CEST 2011 - jslaby@suse.cz - Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo - (bnc#681826). + (bnc#681826). - commit 2e71042 ------------------------------------------------------------------- Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de - Update config files, remove CONFIG_X86_MCE_XEON75XX=m - ->driver got reverted with previous commit + ->driver got reverted with previous commit - Refresh patches.xen/xen3-auto-arch-x86.diff. - commit b367e7b @@ -4215,18 +4623,18 @@ Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de APEI implementation should take care of that in recent kernels. - Delete patches.arch/x86_mce_intel_decode_physical_address.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. + patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. - commit 1fe7a22 ------------------------------------------------------------------- Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not install unneeded packages in the - build chroot. + build chroot. - commit 7f4c49d ------------------------------------------------------------------- @@ -4246,7 +4654,7 @@ Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz - Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing - the signal code (bnc#681826 CVE-2011-1020). + the signal code (bnc#681826 CVE-2011-1020). - commit 2e42fd4 ------------------------------------------------------------------- @@ -4255,7 +4663,7 @@ Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de - sound/oss/opl3: validate voice and channel indexes (bnc#681999). - sound/oss: remove offset from load_patch callbacks (bnc#681999). - ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl - (bnc#680816). + (bnc#680816). - commit 09ff6e9 ------------------------------------------------------------------- @@ -4268,7 +4676,7 @@ Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz - HID: add support for Skycable 0x3f07 wireless presenter - (bnc#681297). + (bnc#681297). - commit 892e8d4 ------------------------------------------------------------------- @@ -4299,12 +4707,12 @@ Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de - netvm: Do not mark requests for swapfile writes as dirty or - kswapd fails to free the page (bnc#678472). + kswapd fails to free the page (bnc#678472). - nfs: Use page_file_offset during page writeback (bnc#677738). - nfs: Convert nfs_mark_request_dirty() to use page_file_mapping() - (bnc#677738). + (bnc#677738). - netvm: Remove duplicated initialization in net/ipv4/route.c - (bnc#678970). + (bnc#678970). - collapse: mm: Report the low watermark correctly (bnc#678497). - commit a798dd1 @@ -4318,7 +4726,7 @@ Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com - Linux: 2.6.38-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 7da557d ------------------------------------------------------------------- @@ -4343,38 +4751,38 @@ Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc7. - - Refresh patches.xen/xen-x86-no-lapic. - - Refresh patches.xen/xen3-patch-2.6.19. + - Refresh patches.xen/xen-x86-no-lapic. + - Refresh patches.xen/xen3-patch-2.6.19. - commit 7eb9d30 ------------------------------------------------------------------- Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - commit 88d5daa ------------------------------------------------------------------- Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in - yesterday's change. + yesterday's change. - commit 098768b ------------------------------------------------------------------- Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Add annotations to - lib/rwsem_64.S. + lib/rwsem_64.S. - commit 87944ac ------------------------------------------------------------------- Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de - ALSA: usb-audio: fix oops due to cleanup race when disconnecting - (bnc#674735). + (bnc#674735). - commit ed81f8c ------------------------------------------------------------------- @@ -4387,7 +4795,7 @@ Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com - Update to 2.6.38-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 6cce7bb ------------------------------------------------------------------- @@ -4400,7 +4808,7 @@ Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de - ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499, - CVE-2011-0712). + CVE-2011-0712). - commit 5ef002b ------------------------------------------------------------------- @@ -4419,22 +4827,22 @@ Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de - Update config files. - - disable CONFIG_DRM_VMWGFX (bnc#606458) - - update sparc configs to at least be able to run "make oldconfig" + - disable CONFIG_DRM_VMWGFX (bnc#606458) + - update sparc configs to at least be able to run "make oldconfig" - commit da75bd9 ------------------------------------------------------------------- Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Re-add change lost during - initial 2.6.37 merge. + initial 2.6.37 merge. - commit e493205 ------------------------------------------------------------------- Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz - Move spec file templates and helper scripts to a separate branch, to - ease synchronizing these files among master, vanilla and linux-next. + ease synchronizing these files among master, vanilla and linux-next. - commit 411abb8 ------------------------------------------------------------------- @@ -4454,7 +4862,7 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code - was merged into rpm's find-supplements script. + was merged into rpm's find-supplements script. - Delete rpm/check-build.sh, not needed anymore. - commit 0a157b1 @@ -4462,43 +4870,43 @@ Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com - flexcop: fix registering braindead stupid names (brc#575873 - bnc#661429). + bnc#661429). - commit 72bd3d0 ------------------------------------------------------------------- Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de - Staging: samsung-laptop: add support for lots of laptops - (bnc#661682). + (bnc#661682). - commit 1eb5eaa ------------------------------------------------------------------- Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Set timestamp of sources to the commit - timestamp, so that they are always older than generated files in - /usr/src/linux-obj (bnc#669669). + timestamp, so that they are always older than generated files in + /usr/src/linux-obj (bnc#669669). - commit 8565452 ------------------------------------------------------------------- Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to - keep timestamps intact. + keep timestamps intact. - commit 9ba5ff0 ------------------------------------------------------------------- Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Remove .gitignore files after applying patches - (fix last change). + (fix last change). - commit 907f9cc ------------------------------------------------------------------- Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit c327e0a ------------------------------------------------------------------- @@ -4546,8 +4954,8 @@ Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition - of %release_major and rename it to %release_num to better describe - what it does. Add some comments to explain how the versioning works. + of %release_major and rename it to %release_num to better describe + what it does. Add some comments to explain how the versioning works. - commit 9a3bc94 ------------------------------------------------------------------- @@ -4566,14 +4974,14 @@ Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit b6b51ca ------------------------------------------------------------------- Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de - ALSA: hda - Fix memory leaks in conexant jack arrays - (bnc#668929). + (bnc#668929). - commit 31971a4 ------------------------------------------------------------------- @@ -4611,8 +5019,8 @@ Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com - Update config files. - - CONFIG_EXPERT=n on all but ps3 - - Vanilla configs updated. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. - commit b25e639 ------------------------------------------------------------------- @@ -4633,7 +5041,7 @@ Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 90baa82 ------------------------------------------------------------------- @@ -4652,30 +5060,30 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc1. - - Removed 12 patches. - - Xen is disabled. - - Quite a few patches need updating. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. - commit 9163bb7 ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff ------------------------------------------------------------------- @@ -4688,7 +5096,7 @@ Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 ------------------------------------------------------------------- @@ -4707,22 +5115,22 @@ Mon Jan 17 20:52:49 CET 2011 - jeffm@suse.com Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz - Revert %kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 ------------------------------------------------------------------- Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 ------------------------------------------------------------------- Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 ------------------------------------------------------------------- @@ -4796,7 +5204,7 @@ Thu Jan 6 20:51:31 CET 2011 - jeffm@suse.com Thu Jan 6 19:48:28 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe ------------------------------------------------------------------- @@ -4815,28 +5223,28 @@ Thu Jan 6 17:09:12 CET 2011 - jeffm@suse.com Thu Jan 6 17:08:44 CET 2011 - jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d ------------------------------------------------------------------- Thu Jan 6 16:10:26 CET 2011 - jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 ------------------------------------------------------------------- @@ -4849,7 +5257,7 @@ Thu Jan 6 15:49:34 CET 2011 - jack@suse.cz Thu Jan 6 13:56:07 CET 2011 - mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 ------------------------------------------------------------------- @@ -4858,7 +5266,7 @@ Thu Jan 6 10:07:22 CET 2011 - mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b @@ -4879,7 +5287,7 @@ Thu Dec 30 00:50:58 CET 2010 - jeffm@suse.com Wed Dec 29 22:23:21 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 ------------------------------------------------------------------- @@ -4904,38 +5312,38 @@ Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c ------------------------------------------------------------------- Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (bnc#655048). + Backport to XEN. - commit 92c0965 ------------------------------------------------------------------- Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz - Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive - decode" (bnc#655048). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 @@ -4950,8 +5358,8 @@ Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz - Delete - patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. - It's unreferenced and wrong. + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. - commit 9e6fc50 ------------------------------------------------------------------- @@ -4988,10 +5396,10 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 @@ -5024,14 +5432,14 @@ Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 ------------------------------------------------------------------- Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 ------------------------------------------------------------------- @@ -5062,7 +5470,7 @@ Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b @@ -5071,12 +5479,12 @@ Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c ------------------------------------------------------------------- @@ -5109,7 +5517,7 @@ Fri Nov 26 15:04:27 CET 2010 - jbeulich@novell.com - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -5133,7 +5541,7 @@ Wed Nov 24 15:49:45 CET 2010 - jeffm@suse.com Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac ------------------------------------------------------------------- @@ -5157,7 +5565,7 @@ Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Wed Nov 17 17:10:32 CET 2010 - jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 ------------------------------------------------------------------- @@ -5176,7 +5584,7 @@ Tue Nov 16 20:08:11 CET 2010 - jeffm@suse.com Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 ------------------------------------------------------------------- @@ -5189,7 +5597,7 @@ Mon Nov 15 21:33:19 CET 2010 - jeffm@suse.com Mon Nov 15 21:30:37 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 ------------------------------------------------------------------- @@ -5208,16 +5616,16 @@ Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz Fri Nov 12 18:37:10 CET 2010 - jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 ------------------------------------------------------------------- Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de - Update config files. (bnc#652954) increase the number of possible and - default uarts for users with multi-port serial cards for the i386 and - x86-64 default configs. + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. - commit 85c87e3 ------------------------------------------------------------------- @@ -5231,20 +5639,20 @@ Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + top down (bnc#651256). - PCI: allocate bus resources from the top down (bnc#651256). - x86/PCI: allocate space from the end of a region, not the - beginning (bnc#651256). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + capabilities (bnc#651256). - x86: allocate space within a region top-down (bnc#651256). - Refresh patches.xen/xen3-patch-2.6.34. - commit 8c68ad1 @@ -5253,21 +5661,21 @@ Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 ------------------------------------------------------------------- Fri Oct 29 13:47:35 CEST 2010 - jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb ------------------------------------------------------------------- Fri Oct 29 01:53:34 CEST 2010 - trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b ------------------------------------------------------------------- @@ -5287,14 +5695,14 @@ Wed Oct 27 14:51:30 CEST 2010 - jslaby@suse.cz Tue Oct 26 21:31:22 CEST 2010 - trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 ------------------------------------------------------------------- Tue Oct 26 13:41:23 CEST 2010 - jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 ------------------------------------------------------------------- @@ -5302,7 +5710,7 @@ Mon Oct 25 12:53:38 CEST 2010 - jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 @@ -5312,7 +5720,7 @@ Mon Oct 25 08:58:15 CEST 2010 - tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda ------------------------------------------------------------------- @@ -5325,7 +5733,7 @@ Fri Oct 22 21:18:25 CEST 2010 - jeffm@suse.de Fri Oct 22 13:32:04 CEST 2010 - jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb ------------------------------------------------------------------- @@ -5340,7 +5748,7 @@ Thu Oct 21 10:11:03 CEST 2010 - sjayaraman@suse.de Mon Oct 18 16:54:57 CEST 2010 - trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf ------------------------------------------------------------------- @@ -5376,7 +5784,7 @@ Mon Oct 11 17:14:51 CEST 2010 - mmarek@suse.cz Mon Oct 11 16:12:29 CEST 2010 - jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 ------------------------------------------------------------------- @@ -5389,7 +5797,7 @@ Fri Oct 8 17:40:50 CEST 2010 - jeffm@suse.de Tue Oct 5 18:02:19 CEST 2010 - jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa ------------------------------------------------------------------- @@ -5402,7 +5810,7 @@ Tue Oct 5 17:19:46 CEST 2010 - jeffm@suse.de Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 @@ -5411,7 +5819,7 @@ Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de Mon Oct 4 16:57:34 CEST 2010 - jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 ------------------------------------------------------------------- @@ -5424,25 +5832,25 @@ Fri Sep 24 13:45:31 CEST 2010 - jbeulich@novell.com Fri Sep 24 13:23:13 CEST 2010 - trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 ------------------------------------------------------------------- Fri Sep 24 13:14:36 CEST 2010 - trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 ------------------------------------------------------------------- @@ -5467,7 +5875,7 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 @@ -5475,7 +5883,7 @@ Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b ------------------------------------------------------------------- @@ -5494,7 +5902,7 @@ Tue Sep 21 14:15:34 CEST 2010 - mmarek@suse.cz Tue Sep 21 13:59:10 CEST 2010 - jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 ------------------------------------------------------------------- @@ -5502,8 +5910,8 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f @@ -5512,14 +5920,14 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de Mon Sep 20 16:03:14 CEST 2010 - sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b ------------------------------------------------------------------- Mon Sep 20 15:25:41 CEST 2010 - jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 ------------------------------------------------------------------- @@ -5532,25 +5940,25 @@ Sun Sep 19 17:39:03 CEST 2010 - jeffm@suse.com Fri Sep 17 01:05:47 CEST 2010 - jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 ------------------------------------------------------------------- Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de - x86-64, compat: Test %rax for the syscall number, not %eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 ------------------------------------------------------------------- Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac ------------------------------------------------------------------- @@ -5563,21 +5971,21 @@ Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 ------------------------------------------------------------------- Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 ------------------------------------------------------------------- Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 ------------------------------------------------------------------- @@ -5592,11 +6000,11 @@ Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -5626,7 +6034,7 @@ Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de 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). + (CVE-2010-2954 bnc#636112). - commit f04e61f ------------------------------------------------------------------- @@ -5648,7 +6056,7 @@ Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 ------------------------------------------------------------------- @@ -5667,28 +6075,28 @@ Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - 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. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + 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. + 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. + the truncate path and causes crashes. - commit e18fc2c ------------------------------------------------------------------- @@ -5743,22 +6151,22 @@ Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de 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. + 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. + 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. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e ------------------------------------------------------------------- @@ -5772,7 +6180,7 @@ Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com 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. + avoid triggering a build service rule error. - commit 124ac26 ------------------------------------------------------------------- @@ -5791,14 +6199,14 @@ Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de 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. + 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 - to grab the BKL + to grab the BKL - commit 1df02ec ------------------------------------------------------------------- @@ -5811,20 +6219,20 @@ Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - 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. + - 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 ------------------------------------------------------------------- @@ -5843,10 +6251,10 @@ Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com 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. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 ------------------------------------------------------------------- @@ -5878,7 +6286,7 @@ Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com 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). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 ------------------------------------------------------------------- @@ -5891,7 +6299,7 @@ Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz 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. + 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 @@ -5901,14 +6309,14 @@ Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de 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). + 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). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 @@ -5917,13 +6325,13 @@ 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. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b @@ -5932,7 +6340,7 @@ Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com 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. + usage from upstream commit 718be4aa. - commit 4ce0b48 ------------------------------------------------------------------- @@ -5963,7 +6371,7 @@ Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 ------------------------------------------------------------------- @@ -5976,7 +6384,7 @@ Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 ------------------------------------------------------------------- @@ -5990,7 +6398,7 @@ 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). + though). - commit 8ed2389 ------------------------------------------------------------------- diff --git a/kernel-exynos.spec b/kernel-exynos.spec index ff5aa970c..e4538d58f 100644 --- a/kernel-exynos.spec +++ b/kernel-exynos.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6 -%define patchversion 3.6.3 +%define srcversion 3.7 +%define patchversion 3.7.0 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-exynos Summary: Kernel for Samsung's Exynos SoC -Version: 3.6.3 +Version: 3.7.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -91,7 +91,7 @@ Requires(post): distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release # Remove some packages that are installed automatically by the build system, # but are not needed to build the kernel -#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv +#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv %ifarch ia64 # arch/ia64/scripts/unwcheck.py @@ -473,10 +473,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz @@ -884,6 +883,7 @@ Provides: multiversion(kernel) Provides: %name-devel = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel Supplements: packageand(%name:kernel-devel%variant) +PreReq: coreutils %description devel This package contains files necessary for building kernel modules (and diff --git a/kernel-highbank.changes b/kernel-highbank.changes index 2887ccaf6..e0d27f80d 100644 --- a/kernel-highbank.changes +++ b/kernel-highbank.changes @@ -1,3 +1,393 @@ +------------------------------------------------------------------- +Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com + +- ezusb: add dependency to USB. + This prevents build failures by making it depend on the value of CONFIG_USB. + Commit 36e0f0bd did this for architectures other than ARM manually. +- commit b89db5d + +------------------------------------------------------------------- +Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de + +- Drivers: hv: balloon: Fix a memory leak. +- commit 26cdad5 + +------------------------------------------------------------------- +Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com + +- Update to 3.7-final. +- commit 1771a73 + +------------------------------------------------------------------- +Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de + +- Update patch headers for fate314663 and fate314665 changes +- commit 44044f1 + +------------------------------------------------------------------- +Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz + +- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually + ext3 will be removed upstream so let's do the transition. +- commit dadc8ea + +------------------------------------------------------------------- +Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr + +- Update omap2plus (armv7) config: Enable TWL* USB drivers +- commit 28c09f5 + +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + +------------------------------------------------------------------- +Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de + +- fate#314663 hyper-v memory ballooning support +- mm: Export a function to get vm committed memory. +- Drivers: hv: Add Hyper-V balloon driver. +- Drivers: hv: balloon: Fix a bug in the definition of struct + dm_info_msg. +- Update config files. + fate#314665 hyper-v: Update the Vmbus protocol +- Drivers: hv: Implement routines for read side signaling + optimization. +- Drivers: hv: Add state to manage batched reading. +- Drivers: hv: Turn off batched reading for util drivers. +- Drivers: hv: Optimize signaling in the read path. +- Drivers: hv: Optimize the signaling on the write path. +- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask(). +- Drivers: hv: Support handling multiple VMBUS versions. +- Drivers: hv: Update the ring buffer structure to match win8 + functionality. +- Drivers: hv: Extend/modify vmbus_channel_offer_channel for + win7 and beyond. +- Drivers: hv: Save and export negotiated vmbus version. +- Drivers: hv: Change the signature for hv_signal_event(). +- Drivers: hv: Change the signature of vmbus_set_event(). +- Drivers: hv: Move vmbus version definitions to hyperv.h. +- Drivers: hv: Manage signaling state on a per-connection basis. +- Drivers: hv: Cleanup vmbus_set_event() to support win7 and + beyond. +- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID. +- Drivers: hv: Add state to manage incoming channel interrupt + load. +- Drivers: hv: Modify the interrupt handling code to support + win8 and beyond. +- Drivers: hv: Add code to distribute channel interrupt load. +- Drivers: hv: Get rid of the unused global signaling state. +- Drivers: hv: Get rid of unnecessary request for offers. +- Drivers: hv: Manage event tasklets on per-cpu basis. +- Drivers: hv: Handle vmbus interrupts concurrently on all cpus. +- Drivers: hv: Add a check to deal with spurious interrupts. +- Drivers: hv: Enable protocol negotiation with win8 hosts. +- Drivers: hv: Implement flow management on the send side. +- Drivers: hv: Capture the host build information. +- Drivers: hv: Cleanup and consolidate reporting of build/version + info. +- commit 4fccd03 + +------------------------------------------------------------------- +Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc8. +- Delete patches.rpmify/net-fix-build-failure-in-xilinx. +- commit 76b3d92 + +------------------------------------------------------------------- +Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de + +- add splash=black option to bootsplash code, + to keep a black background, useful for remote access to VMs + (bnc#773487) +- commit c060ae1 + +------------------------------------------------------------------- +Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem + (bnc#781327) +- commit 841d864 + +------------------------------------------------------------------- +Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com + +- net: fix build failure in xilinx. +- commit 28be621 + +------------------------------------------------------------------- +Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com + +- Update config files. Enable CONFIG_SMB2 to 'y'. +- commit 25bdfaf + +------------------------------------------------------------------- +Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc6. +- commit daac70a + +------------------------------------------------------------------- +Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz + +- rpm/config.sh: Set projects for ARM +- commit 55bac79 + +------------------------------------------------------------------- +Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related + crash in context switch code). +- commit bb1d12d + +------------------------------------------------------------------- +Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com + +- Update to 3.7-rc5. +- Update Xen patches additionally to c/s 1204: +- commit d5de9cf + +------------------------------------------------------------------- +Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com + +- config: sync x86_64 configs for NR_UARTS + This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and + CONFIG_SERIAL_8250_NR_UARTS to 32. +- commit ddf88e6 + +------------------------------------------------------------------- +Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com + +- Delete patches.arch/s390-remove-kvm-para.patch. +- commit f759e1e + +------------------------------------------------------------------- +Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com + +- config: sync ppc64 configs for LIB80211, NET_SDA_MV* + This commit changes the following options to be modular: + LIB80211 + NET_DSA_MV88E6XXX + NET_DSA_MV88E6060 +- commit caa5a52 + +------------------------------------------------------------------- +Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com + +- config: sync ppc64/debug with ppc64/default + The debug config should be identical to default with the exception of + the debug options. This patch brings ppc64/debug in line with ppc64/default + with the exception of a few things that are modular in debug that should + also be modular in default. +- commit b981fcd + +------------------------------------------------------------------- +Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com + +- config: sync kvm options between ppc64 flavors. +- commit 8a389d5 + +------------------------------------------------------------------- +Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com + +- config: disable HW_RANDOM_AMD on ppc64 + This chip is only on AMD hardware and an old ppc64 eval board. We can skip + it on ppc64. +- commit 03001a4 + +------------------------------------------------------------------- +Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com + +- config: Eliminate unused ppc/ppc64 configs. + The history of the ppc/ppc64 configs is a convoluted one that started + before the kernel source could support multiple machine types with a + single image and before there was a usable 64-bit userspace. + In the subsequent years, the powerpc code has been unified and we've + released a 64-bit powerpc userspace. The "default" and "ppc64" configs + on ppc64 are essentially identical and just waste space. The "ppc64" + config on 32-bit ppc address a long since unnecessary corner case. Users + who still want a 32-bit userspace with a 64-bit kernel can install and + update it themselves using the 64-bit repository like i386/x86_64 users + can do. + This commit can be summarized thusly: + rm config/ppc/ppc64 + rm config/ppc/ps3 (already unused) + mv config/ppc64/ppc64 config/ppc64/default +- commit a9cc3d5 + +------------------------------------------------------------------- +Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr + +- Add kernel-versatile description +- commit 5424cf2 + +------------------------------------------------------------------- +Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr + +- Enable armv5 in arch-symbols +- commit 401de81 + +------------------------------------------------------------------- +Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com + +- config: sync vanilla flavor with default flavor for each platform + The vanilla configs have drifted away from the default configuration + for each platform. This patch brings them back in sync. +- commit 8d4661f + +------------------------------------------------------------------- +Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com + +- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled. +- commit 9907c37 + +------------------------------------------------------------------- +Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com + +- Updated to 3.7-rc4. + Eliminated 1 patch. +- commit 5168053 + +------------------------------------------------------------------- +Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again). +- commit 5feff7e + +------------------------------------------------------------------- +Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com + +- Update Xen patches to 3.7-rc3 and c/s 1202. +- extend base interfaces to support multi-page rings for + frontend/backend communication. +- blkback: allow using multiple page frontend communication ring. +- blkfront: allow using multiple page backend communication ring. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Fix build when disabled. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- config.conf: Re-enable Xen configs. +- Update x86 config files. +- Delete patches.xen/xen3-acpi_override_2_2.patch. +- commit f042386 + +------------------------------------------------------------------- +Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr + +- Add support to armv5 versatile kernel +- commit 99d34f3 + +------------------------------------------------------------------- +Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc3. +- commit 48e5027 + +------------------------------------------------------------------- +Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615) +- commit 2520563 + +------------------------------------------------------------------- +Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de + +- ARM: Update config files: Fix vexpress (default) config +- commit be072b4 + +------------------------------------------------------------------- +Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de + +- Fixup kvm for s390. +- commit 503388b + +------------------------------------------------------------------- +Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi +- commit 336ead7 + +------------------------------------------------------------------- +Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de + +- Revert "disable non-compiling irrelevant I2C module" +- commit d5a21c5 + +------------------------------------------------------------------- +Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de + +- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE. +- commit 8e108ab + +------------------------------------------------------------------- +Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 565b450 + +------------------------------------------------------------------- +Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de + +- Refresh patches.arch/arm-exynos-nosparse.patch. +- commit 55fbf60 + +------------------------------------------------------------------- +Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 118f2f9 + +------------------------------------------------------------------- +Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de + +- ARM: Exynos: Fix MMC driver +- ARM: Exynos: Update configs +- commit 37a1704 + +------------------------------------------------------------------- +Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com + +- config: change CONFIG_USB_EZUSB_FX2 to module +- commit 36e0f0b + +------------------------------------------------------------------- +Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com + +- Actually use kthread_run in crasher.ko. + The previous commit was incomplete. +- commit b8b35ae + +------------------------------------------------------------------- +Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com + +- crasher: use kthread_run() instead of kernel_thread(). + Linux 3.7-rc2 no longer exports kernel_thread on all architectures. +- commit f17d925 + +------------------------------------------------------------------- +Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com + +- Updated to 3.7-rc2. +- commit e00a663 + ------------------------------------------------------------------- Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de @@ -14,7 +404,7 @@ Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz - Refresh patches.xen/xen3-patch-3.6. - Delete patches.fixes/hv-storvsc-reset-wait.patch. - Delete - patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. + patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. - commit cfee26b ------------------------------------------------------------------- @@ -36,19 +426,19 @@ Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de and proper git-xy: meta tags: - lib: Add early cpio decoder. - x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() - for e820 handling. + for e820 handling. - ACPI: Store valid ACPI tables passed via early initrd in - reserved memblock areas. + reserved memblock areas. - ACPI: Implement physical address table override. - ACPI: Create acpi_table_taint() function to avoid code - duplication. + duplication. - ACPI: Document ACPI table overriding via initrd. - ACPI: Fix build when disabled. - X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. - ACPI: Overriding ACPI tables via initrd only works with - an initrd. + an initrd. - ACPI: Cleanup acpi_initrd_override declaration and remove - ifdefs. + ifdefs. - Delete patches.arch/acpi_fix_custom_method_acc.patch. - Delete patches.arch/acpi_override_2_2.patch. - Delete patches.arch/acpi_override_documentation. @@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz This allows to control the kabi checker from outside of the package. - commit 0a0900c +------------------------------------------------------------------- +Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com + +- Update to 3.7-rc1. +- Eliminated 38 patches. +- Xen is disabled. +- ARM configs need updating. +- Module signing is disabled until the build infrastructure can support it. +- commit fce087a + ------------------------------------------------------------------- Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz @@ -87,14 +487,20 @@ Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz - Delete - patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. + patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. - Delete - patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. + patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. - Delete - patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. + patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. These are in 3.6.1. - commit 2a321c4 +------------------------------------------------------------------- +Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com + +- Remove noncompiling modules +- commit b7cdd5a + ------------------------------------------------------------------- Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de @@ -136,7 +542,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - hyperv: Add comments for the extended buffer after RNDIS message. - Drivers: hv: Cleanup the guest ID computation. - Drivers: hv: vmbus: Use the standard format string to format - GUIDs. + GUIDs. - Drivers: hv: Add KVP definitions for IP address injection. - Drivers: hv: kvp: Cleanup error handling in KVP. - Drivers: hv: Explicitly size elements of protocol structures. @@ -148,7 +554,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - Tools: hv: Represent the ipv6 mask using CIDR notation. - Tools: hv: Gather ipv[4,6] gateway information. - hv: fail the probing immediately when we are not in hyperv - platform. + platform. - hv: vmbus_drv: detect hyperv through x86_hyper. - Tools: hv: Get rid of some unused variables. - Tools: hv: Correctly type string variables. @@ -167,14 +573,14 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - tools/hv: Parse /etc/os-release. - hyperv: Fix the max_xfer_size in RNDIS initialization. - hyperv: Fix the missing return value in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - hyperv: Fix page buffer handling in rndis_filter_send_request(). - hyperv: Remove extra allocated space for recv_pkt_list elements. - hyperv: Report actual status in receive completion packet. - hyperv: Add buffer for extended info after the RNDIS response - message. + message. - Delete - patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. - commit 08d283b ------------------------------------------------------------------- @@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com - ARM/u5800: Fix build of ux500 driver - Acked-by: Jeff Mahoney - commit 0ea37a0 +------------------------------------------------------------------- +Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com + +- disable non-compiling irrelevant I2C module +- commit 0ba9bac + ------------------------------------------------------------------- Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com - ARM/tegra: Remove optional parts to fix build - Acked-by: Jeff Mahoney - commit d729a16 ------------------------------------------------------------------- Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com - ARM: enable zcache support - Acked-by: Jeff Mahoney - commit 17b147b ------------------------------------------------------------------- Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com - ARM/cubox: set cachefilesd to module - Acked-by: Jeff Mahoney - commit c1fb243 ------------------------------------------------------------------- @@ -229,13 +637,13 @@ Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de - Remove old patchset to override ACPI tables via initrd. Also remove a stale xen patch related to that. - Delete - patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - Delete - patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. - Delete - patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. - Delete - patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - commit dd8f1b0 ------------------------------------------------------------------- @@ -364,7 +772,7 @@ Mon Sep 10 19:22:00 CEST 2012 - jeffm@suse.com Mon Sep 10 10:20:23 CEST 2012 - jbeulich@novell.com - patches.arch/s390-message-catalog.diff: Properly handle pr_cont() and fold - in the below two trivial fixes. + in the below two trivial fixes. - Delete patches.arch/s390-message-catalog-fix.diff. - Delete patches.arch/s390-message-catalog-perl-fix.diff. - Refresh patches.arch/kmsg-fix-parameter-limitations. @@ -438,10 +846,10 @@ Fri Aug 31 23:20:23 CEST 2012 - dmueller@suse.com Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz - i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y - && CONFIG_I2C_DESIGN. + && CONFIG_I2C_DESIGN. - Delete - patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. - Move it to rpmify, so that vanilla builds fine too. + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. - commit 0217ad5 ------------------------------------------------------------------- @@ -519,7 +927,7 @@ Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com Fri Aug 17 14:51:23 CEST 2012 - jeffm@suse.com - Update to 3.6-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 71963b0 ------------------------------------------------------------------- @@ -975,7 +1383,7 @@ Wed Jun 13 13:21:58 CEST 2012 - hare@suse.de - Rediff patch - patches.drivers/mach-dove-Fixup-ge00-initialisation.patch: - Rediff after backport from upstream. + Rediff after backport from upstream. - commit fa58c5e ------------------------------------------------------------------- @@ -983,7 +1391,7 @@ Wed Jun 13 12:56:17 CEST 2012 - hare@suse.de - Fixup patch to apply - patches.drivers/spi-orion-convert-to-new-infrastructure.patch - backported from upstream. + backported from upstream. - commit 2507393 ------------------------------------------------------------------- @@ -1002,9 +1410,9 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com - Update to 3.5-rc2. - - Xen needs update. - - ARM needs update. - - Eliminated 13 patches. + - Xen needs update. + - ARM needs update. + - Eliminated 13 patches. - commit 3f461b1 ------------------------------------------------------------------- @@ -1043,7 +1451,7 @@ Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de - [SCSI] storvsc: Properly handle errors from the host - (bnc#747404). + (bnc#747404). - Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. - commit ad28e23 @@ -1106,7 +1514,7 @@ Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Tue May 22 14:21:24 CEST 2012 - trenn@suse.de - X86 acpi_cpufreq: Do not use request_module for autoloading - (bnc#756085). + (bnc#756085). - Refresh patches.xen/xen3-auto-common.diff. - patches.xen/xen3-patch-3.3: - commit caf270e @@ -1165,7 +1573,7 @@ Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com - Update to 3.4-rc7. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 4cd9e9b ------------------------------------------------------------------- @@ -1218,7 +1626,7 @@ Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com - Update to 3.4-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 749ea8f ------------------------------------------------------------------- @@ -1255,7 +1663,7 @@ Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not require distribution-release - during build. + during build. - commit 3cd703f ------------------------------------------------------------------- @@ -1306,18 +1714,18 @@ Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com - Disabled DECNet and ARCNet. Specific config options disabled: CONFIG_ARCNET - CONFIG_ARCNET_1051 - CONFIG_ARCNET_1201 - CONFIG_ARCNET_CAP - CONFIG_ARCNET_COM20020_CS - CONFIG_ARCNET_COM20020 - CONFIG_ARCNET_COM20020_PCI - CONFIG_ARCNET_COM90xxIO - CONFIG_ARCNET_COM90xx - CONFIG_ARCNET_RAW - CONFIG_ARCNET_RIM_I + CONFIG_ARCNET_1051 + CONFIG_ARCNET_1201 + CONFIG_ARCNET_CAP + CONFIG_ARCNET_COM20020_CS + CONFIG_ARCNET_COM20020 + CONFIG_ARCNET_COM20020_PCI + CONFIG_ARCNET_COM90xxIO + CONFIG_ARCNET_COM90xx + CONFIG_ARCNET_RAW + CONFIG_ARCNET_RIM_I CONFIG_DECNET - CONFIG_DECNET_NF_GRABULATOR + CONFIG_DECNET_NF_GRABULATOR - commit 272dd14 ------------------------------------------------------------------- @@ -1419,7 +1827,7 @@ Fri Apr 20 18:09:06 CEST 2012 - jbeulich@novell.com Tue Apr 17 15:59:19 CEST 2012 - jeffm@suse.com - Update to 3.4-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 2fde7e0 ------------------------------------------------------------------- @@ -1439,7 +1847,7 @@ Mon Apr 9 03:28:12 CEST 2012 - jeffm@suse.com Fri Apr 6 06:42:35 CEST 2012 - jeffm@suse.com - Update AppArmor for 3.4. - - apparmor: Add "profiles" list to sysfs. + - apparmor: Add "profiles" list to sysfs. - commit 59517ac ------------------------------------------------------------------- @@ -1452,10 +1860,10 @@ Thu Apr 5 22:25:16 CEST 2012 - jeffm@suse.com Thu Apr 5 09:18:14 CEST 2012 - jeffm@suse.com - Updated to 3.4-rc1. - - Eliminated 121 patches. - - Xen is unavailable. - - ACPI overrides are unavailable. - - AppArmor network feature are unavailable. + - Eliminated 121 patches. + - Xen is unavailable. + - ACPI overrides are unavailable. + - AppArmor network feature are unavailable. - commit 3ac7e79 ------------------------------------------------------------------- @@ -1535,7 +1943,7 @@ Sat Mar 24 00:57:07 CET 2012 - dsterba@suse.cz - Refresh patches.suse/btrfs-handle-EIO. - Refresh - patches.suse/btrfs-volumes-schedule_bio-should-return-void. + patches.suse/btrfs-volumes-schedule_bio-should-return-void. - commit d97ade6 ------------------------------------------------------------------- @@ -1578,10 +1986,10 @@ Mon Mar 19 11:16:34 CET 2012 - jslaby@suse.cz Mon Mar 19 11:07:00 CET 2012 - jslaby@suse.cz - Delete - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. + patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. - Delete patches.arch/dell_optiplex_990_fix_reboot.patch. - Delete - patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. + patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. - Delete patches.drivers/libata-unlock-hpa-by-default. - Delete patches.fixes/scsi-add-tgps-setting. - Delete patches.fixes/scsi-dh-rdac-add-stk. @@ -1618,23 +2026,23 @@ Mon Mar 12 15:26:55 CET 2012 - ohering@suse.de - Staging: hv: storvsc: Cleanup storvsc_host_reset_handler(). - Staging: hv: storvsc: Move and cleanup storvsc_remove(). - Staging: hv: storvsc: Add a comment to explain life-cycle - management. + management. - Staging: hv: storvsc: Get rid of the on_io_completion in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Rename the context field in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver. - Staging: hv: storvsc: Cleanup the code for generating protocol - version. + version. - Staging: hv: storvsc: Cleanup some protocol related constants. - Staging: hv: storvsc: Get rid of some unused defines. - Staging: hv: storvsc: Consolidate the request structure. - Staging: hv: storvsc: Consolidate all the wire protocol - definitions. + definitions. - Staging: hv: storvsc: Move the storage driver out of the - staging area. + staging area. - Rename patches.suse/staging-hv-pata_piix-ignore-disks.patch to - patches.suse/suse-hv-pata_piix-ignore-disks.patch + patches.suse/suse-hv-pata_piix-ignore-disks.patch - commit 7487199 ------------------------------------------------------------------- @@ -1829,41 +2237,41 @@ Mon Feb 13 17:23:49 CET 2012 - mmarek@suse.cz Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de - Add driver auto probing for x86 features v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Fix overrun check in arch_print_cpu_modalias() - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - crypto: Add support for x86 cpuid - auto loading for x86 crypto drivers - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + auto loading for x86 crypto drivers + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Clean up modalias feature matching - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel-idle: convert to x86_cpu_id auto probing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Fix ID for Nehalem-EX Xeon in device ID table - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert via-cputemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k7: Fix CPU family number - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: Load acpi-cpufreq from processor driver automatically - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Revert change of auto_demotion_flags for Nehalem - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert coretemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k6: Really enable auto-loading - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - X86: Introduce HW-Pstate scattered cpuid feature - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - cpufreq: Add support for x86 cpuinfo auto loading v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86: autoload microcode driver on Intel and AMD systems v2 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 parts - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: remove duplicated lines of merging - problems with acpi_processor_start - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + problems with acpi_processor_start + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - Update config files. - commit 6efe9b5 @@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for --default (bnc#745632). KMPs are still built as i586. + -default (bnc#745632). KMPs are still built as i586. - commit 88a632b ------------------------------------------------------------------- @@ -1902,8 +2310,8 @@ Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com - Update to 3.3-rc2. - - Eliminated 5 patches. - - Xen is disabled. + - Eliminated 5 patches. + - Xen is disabled. - commit d017ea1 ------------------------------------------------------------------- @@ -2002,7 +2410,7 @@ Wed Dec 21 14:38:42 CET 2011 - jbeulich@novell.com Tue Dec 20 16:35:33 CET 2011 - jeffm@suse.com - Update to 3.2-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit d5a489e ------------------------------------------------------------------- @@ -2010,7 +2418,7 @@ Tue Dec 20 11:34:14 CET 2011 - trenn@suse.de - These should all be mainline in some form: - Delete - patches.arch/implement_stop_machine_from_offline_cpu.patch. + patches.arch/implement_stop_machine_from_offline_cpu.patch. - Delete patches.arch/kill-__stop_machine.patch. - Delete patches.arch/reorganize_stop_cpus.patch. - Delete patches.arch/use_stop_machine_for_mtrr_rendezvous.patch. @@ -2026,14 +2434,14 @@ Sun Dec 18 07:38:42 CET 2011 - aj@suse.de Fri Dec 16 15:37:51 CET 2011 - aj@suse.de - rpm/kernel-binary.spec.in: Add provides and make most obsoletes versioned. - This silences rpmlint warnings. + This silences rpmlint warnings. - commit e3023c7 ------------------------------------------------------------------- Wed Dec 14 13:51:41 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: Fix tarball URL for -rcX and - do not generate any URL for linux-next and vanilla snapshots. + do not generate any URL for linux-next and vanilla snapshots. - commit 1548daf ------------------------------------------------------------------- @@ -2123,7 +2531,7 @@ Wed Dec 7 11:05:05 CET 2011 - aj@suse.de Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com - Update to 3.2-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit a7d546d ------------------------------------------------------------------- @@ -2235,8 +2643,8 @@ Fri Nov 25 05:58:54 CET 2011 - jeffm@suse.com Fri Nov 25 05:47:49 CET 2011 - jeffm@suse.com - Update to 3.2-rc3. - - stack unwind: cfi_ignore takes more arguments. - - iio: Fix build error in industrialio-core.c. + - stack unwind: cfi_ignore takes more arguments. + - iio: Fix build error in industrialio-core.c. - commit 48ef020 ------------------------------------------------------------------- @@ -2249,7 +2657,7 @@ Thu Nov 24 18:45:54 CET 2011 - ohering@suse.de Thu Nov 24 13:01:09 CET 2011 - mmarek@suse.cz - rpm/try-disable-staging-driver: Script to disable failing staging - driver and restart make. + driver and restart make. - commit 819d1fa ------------------------------------------------------------------- @@ -2343,14 +2751,14 @@ Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de Wed Nov 16 06:51:07 CET 2011 - jeffm@suse.com - Update to 3.2-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 85c9930 ------------------------------------------------------------------- Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com - Update to 3.2-rc1. - - Eliminate 212 patches. + - Eliminate 212 patches. - commit 6318d5b ------------------------------------------------------------------- @@ -2390,8 +2798,8 @@ Sat Nov 5 01:32:21 CET 2011 - trenn@suse.de Thu Nov 3 17:56:46 CET 2011 - mszeredi@suse.cz - patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch: - hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops - (CVE-2011-2203 bnc#699709). + hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops + (CVE-2011-2203 bnc#699709). - commit 7923119 ------------------------------------------------------------------- @@ -2429,16 +2837,16 @@ Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com - Add Elantech touchpad v3/v4 support (bnc#716852): - - Input: elantech - add v3 hardware support. - - Input: elantech - add v4 hardware support. - - Input: elantech - better support all those v2 variants. - - Input: elantech - clean up elantech_init. - - Input: elantech - correct x, y value range for v2 hardware. - - Input: elantech - get rid of ETP_2FT_* in elantech.h. - - Input: elantech - packet checking for v2 hardware. - - Input: elantech - remove ETP_EDGE_FUZZ_V2. - - Input: elantech - remove module parameter force_elantech. - - Input: elantech - use firmware provided x, y ranges. + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. - commit 28551a0 ------------------------------------------------------------------- @@ -2469,7 +2877,7 @@ Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de Tue Oct 25 19:24:17 CEST 2011 - eich@suse.de - patches.suse/SUSE-bootsplash: remove DEBUG macro which was - left in the code by accident. + left in the code by accident. - commit a56ba15 ------------------------------------------------------------------- @@ -2482,7 +2890,7 @@ Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de - patches.suse/staging-hv-pata_piix-ignore-disks.patch: - Update comments in code and reduce patch size + Update comments in code and reduce patch size - commit 8913d07 ------------------------------------------------------------------- @@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de ------------------------------------------------------------------- Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com --Update to 3.1-rc10. +- -Update to 3.1-rc10. - commit 239957e ------------------------------------------------------------------- @@ -2522,11 +2930,11 @@ Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de - Various updates for hv drivers, which fix also the hv_mouse driver - staging: hv: storvsc: ignore SET_WINDOWN scsi command - (bnc#722646). + (bnc#722646). - staging/hv: advertise hv_storvsc instead of storvsc as sysfs - driver name (bnc#716708). + driver name (bnc#716708). - staging/hv: fill scsi/proc_name for the sake of mkinitrd - (bnc#716708). + (bnc#716708). - Staging: hv: util: Invoke cn_netlink_send() in a work context. - Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. - Refresh patches.xen/xen3-patch-2.6.32. @@ -2560,7 +2968,7 @@ Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com - patches.suse/supported-flag: Also look for Module.supported in the - source tree. + source tree. - Refresh patches.suse/supported-flag-enterprise. - commit 9c8680a @@ -2594,15 +3002,15 @@ Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - commit e3c78cf ------------------------------------------------------------------- @@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de - Refresh patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. --> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. + -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. - commit 0ac4276 ------------------------------------------------------------------- @@ -2647,9 +3055,9 @@ Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de - ACPI: Implement overriding of arbitrary ACPI tables via initrd - (none). + (none). - ACPICA: Fix wrongly mapped acpi table header when overriding - via initrd (none). + via initrd (none). - ACPICA: Introduce acpi_os_phys_table_override function (none). - x86: allow NVS can be accessed by driver (none). - Update config files: @@ -2667,7 +3075,7 @@ Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix unwinding through - interrupt frames, requiring ... + interrupt frames, requiring ... - patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression. - commit 4d917a5 @@ -2706,7 +3114,7 @@ Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com - mm: frontswap: swap data structure changes. - In HVM guests do not take over the CDROM device (bnc#645893). - x86: report ACPI-reserved state of PCI MMCONFIG region to - hypervisor. + hypervisor. - config.conf: Re-enable Xen flavors. - Update config files. - commit 3692f47 @@ -2746,33 +3154,33 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: util: kvp: Fix the reported OSVersion string. - Staging: hv: util: kvp: Cleanup kvp_get_domain_name(). - Staging: hv: Fix macros, tab errors and warning in - drivers/staging/hv/hv_mouse.c. + drivers/staging/hv/hv_mouse.c. - Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get - rid of the PCI signature. + rid of the PCI signature. - Staging: hv: Replace struct hv_guid with the uuid type already - defined in Linux. + defined in Linux. - Staging: hv: vmbus: Introduce vmbus ID space in struct - hv_driver. + hv_driver. - Staging: hv: blkvsc: Use the newly introduced vmbus ID in the - blockvsc driver. + blockvsc driver. - Staging: hv: storvsc: Use the newly introduced vmbus ID in - storvsc driver. + storvsc driver. - Staging: hv: netvsc: Use the newly introduced vmbus ID in - netvsc driver. + netvsc driver. - Staging: hv: mousevsc: Use the newly introduced vmbus ID in - mouse driver. + mouse driver. - Staging: hv: util: Make hv_utils a vmbus device driver. - Staging: hv: create VMBUS_DEVICE macro and use it. - Staging: hv: vmbus: Cleanup vmbus_match(). - Staging: hv: vmbus: Cleanup vmbus_uevent() code. - Staging: hv: vmbus: Support the notion of id tables in - vmbus_match(). + vmbus_match(). - Staging: hv: vmbus: Get rid of an unnecessary include line - in vmbus_drv.c. + in vmbus_drv.c. - Staging: hv: storvsc: Get rid of the DMI signature. - Staging: hv: netvsc: Get rid of the PCI signature. - Staging: hv: netvsc: Get rid of the DMI signature in - netvsc_drv.c. + netvsc_drv.c. - Staging: hv: util: Get rid of the DMI signature in hv_util.c. - Staging: hv: util: Get rid of the PCI signature in hv_util.c. - Staging: hv: fix up driver registering mess. @@ -2780,59 +3188,59 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: vmbus: Cleanup unnecessary comments in hv.c. - Staging: hv: vmbus: Cleanup error handling in hv_init(). - Staging: hv: vmbus: Get rid of unnecessay comments in - connection.c. + connection.c. - Staging: hv: vmbus: Get rid of the function dump_gpadl_body(). - Staging: hv: vmbus: Get rid of the function dump_gpadl_header(). - Staging: hv: vmbus: Rename openMsg to open_msg in channel.c. - Staging: hv: vmbus: Get rid of unnecessary comments in - channel.c. + channel.c. - Staging: hv: vmbus: Change the variable name openInfo to - open_info in channel.c. + open_info in channel.c. - Staging: hv: vmbus: Cleanup error values in ringbuffer.c. - Staging: hv: vmbus: Cleanup the error return value in - vmbus_recvpacket_raw(). + vmbus_recvpacket_raw(). - Staging: hv: netvsc: Get rid of an unnecessary print statement - in netvsc_probe(). + in netvsc_probe(). - Staging: hv: vmbus: Retry vmbus_post_msg() before giving up. - Staging: hv: storvsc: Cleanup error handling in - storvsc_dev_add(). + storvsc_dev_add(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_channel_init(). + storvsc_channel_init(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_connect_to_vsp(). + storvsc_connect_to_vsp(). - Staging: hv: storvsc: Cleanup error handling in storvsc_do_io(). - Storage: hv: storvsc: Get rid of some unnecessary DPRINTs - from storvsc.c. + from storvsc.c. - Staging: hv: storvsc: Fix/cleanup some dated comments in - storvsc.c. + storvsc.c. - Staging: hv: storvsc: Cleanup returned error code in - storvsc_host_reset(). + storvsc_host_reset(). - Staging: hv: storvsc: Cleanup error code returned in - storvsc_probe(). + storvsc_probe(). - Staging: hv: storvsc: Cleanup returned error code in - storvsc_drv_init(). + storvsc_drv_init(). - Staging: hv: netvsc: Cleanup the returned error code in - netvsc_probe(). + netvsc_probe(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_destroy_recv_buf(). + netvsc_destroy_recv_buf(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_init_recv_buf(). + netvsc_init_recv_buf(). - Staging: hv: netvsc: Cleanup error returns in - netvsc_connect_vsp(). + netvsc_connect_vsp(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_send(). + netvsc_send(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_device_add(). + netvsc_device_add(). - Staging: hv: netvsc: Cleanup error codes in - rndis_filter_receive(). + rndis_filter_receive(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_query_device(). + rndis_filter_query_device(). - Staging: hv: netvsc: Cleanup error return values in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - Staging: hv: netvsc: Cleanup error returns in - rndis_filter_init_device(). + rndis_filter_init_device(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_device_add(). + rndis_filter_device_add(). - Staging: hv: mouse: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Exit to exit. @@ -2845,72 +3253,72 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: add driver_data to hv_vmbus_device_id. - Staging: hv: Add code to parse struct hv_vmbus_device_id table. - Staging: hv: file2alias: fix up alias creation logic for - hv_vmbus_device_id. + hv_vmbus_device_id. - Staging: hv: storvsc: Inline free_stor_device(). - Staging: hv: storvsc: Do not aquire an unnecessary reference - on stor_device. + on stor_device. - Staging: hv: storvsc: Rename must_get_stor_device(). - Staging: hv: storvsc: Rename get_stor_device(). - Staging: hv: storvsc: Cleanup alloc_stor_device(). - Staging: hv: storvsc: Introduce state to manage the lifecycle - of stor device. + of stor device. - Staging: hv: storvsc: Prevent outgoing traffic when stor dev - is being destroyed. + is being destroyed. - Staging: hv: storvsc: Get rid of release_stor_device() by - inlining the code. + inlining the code. - Staging: hv: storvsc: Get rid of final_release_stor_device() - by inlining code. + by inlining code. - Staging: hv: storvsc: Get rid of the reference counting in - struct storvsc_device. + struct storvsc_device. - Staging: hv: netvsc: Inline the code for free_net_device(). - Staging: hv: netvsc: Cleanup alloc_net_device(). - Staging: hv: netvsc: Introduce state to manage the lifecycle - of net device. + of net device. - Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev - is destroyed. + is destroyed. - Staging: hv: netvsc: Get rid of release_outbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of release_inbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of the refcnt field in struct - netvsc_device. + netvsc_device. - Staging: hv: storvsc: Add code to handle IDE devices using - the storvsc driver. + the storvsc driver. - Staging: hv: storvsc: Handle IDE devices using the storvsc - driver. + driver. - Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is - not used. + not used. - Staging: hv: storvsc: Optimize bounce buffer handling for the - "write" case. + "write" case. - Staging: hv: storvsc: Optimize the bounce buffer handling in - the "read" case. + the "read" case. - Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of storvsc.c. + contents of storvsc.c. - Staging: hv: storvsc: Add the contents of hyperv_storage.h - to storvsc_drv.c. + to storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of hyperv_storage.h. + contents of hyperv_storage.h. - Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY - and MODE_SENSE. + and MODE_SENSE. - Staging: hv: storvsc: Fix a typo. - Staging: hv: storvsc: In case of scsi errors offline the device. - Staging: hv: storvsc: No need to copy from bounce buffer in - case of a failure. + case of a failure. - Staging: hv: util: Forcefully shutdown when shutdown is - requested. + requested. - Staging: hv: util: Adjust guest time in a process context. - Staging: hv: vmbus: Check before invoking the channel callback. - Staging: hv: vmbus: Properly deal with de-registering channel - callback. + callback. - Staging: hv: Fix a bug in vmbus_match(). - Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining - the code. + the code. - Staging: hv: vmbus: Do not enable auto eoi. - Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add(). - Staging: hv: vmbus: Get rid of some dated/redundant comments. - Staging: hv: vmbus: Get rid of an unnecessary check in - vmbus_connect(). + vmbus_connect(). - Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c. - Staging: hv: vmbus: Fix checkpatch warnings in connection.c. - Staging: hv: mousevsc: Fix checkpatch errors and warnings. @@ -2983,16 +3391,16 @@ Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com - Refreshed and re-enabled dm-path patches: - - patches.suse/dm-mpath-accept-failed-paths. - - patches.suse/dm-mpath-detach-existing-hardware-handler. + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. - commit 70cadcd ------------------------------------------------------------------- Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com - Update to 3.1-rc3. - - Eliminated 8 patches. - - Xen is disabled. + - Eliminated 8 patches. + - Xen is disabled. - commit eccefcc ------------------------------------------------------------------- @@ -3000,8 +3408,8 @@ Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de - * Refresh patches.suse/SUSE-bootsplash. * Fix bootsplash code for 15bpp framebuffers. - These framebuffers are rare these days, the legendary and still - popular server chipset Radeon ES1000 supports it, though. + These framebuffers are rare these days, the legendary and still + popular server chipset Radeon ES1000 supports it, though. - commit f25ce3e ------------------------------------------------------------------- @@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de - Update config files: bnc#674988, change: --CONFIG_ACPI_CUSTOM_METHOD=m + -CONFIG_ACPI_CUSTOM_METHOD=m +# CONFIG_ACPI_CUSTOM_METHOD is not set for all flavors - commit f1af972 @@ -3115,10 +3523,10 @@ Thu Jul 14 17:52:45 CEST 2011 - tiwai@suse.de Thu Jul 14 17:26:51 CEST 2011 - tiwai@suse.de - ALSA: hda - Add Kconfig for the default buffer size - (bnc#682725). + (bnc#682725). - Update config files. - Delete, replaced with the new upstream patch - patches.drivers/alsa-hda-0019-Increase-default-buffer-size. + patches.drivers/alsa-hda-0019-Increase-default-buffer-size. - commit 40c7644 ------------------------------------------------------------------- @@ -3140,7 +3548,7 @@ Sat Jul 9 11:17:46 CEST 2011 - jslaby@suse.cz Thu Jul 7 00:58:01 CEST 2011 - jeffm@suse.com - Update to 3.0-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 56e99da ------------------------------------------------------------------- @@ -3149,7 +3557,7 @@ Tue Jul 5 09:18:43 CEST 2011 - jbeulich@novell.com - Update Xen patches to 3.0-rc5 and c/s 1095. - xen: prepare tmem shim to handle frontswap. - support booting Xen from EFI (fate#311376, fate#311529, - bnc#578927, bnc#628554). + bnc#578927, bnc#628554). - config.conf: Re-enabled Xen flavors. - Update x86 config files. - Delete patches.xen/xen-blkback-bimodal-suse. @@ -3196,31 +3604,31 @@ Tue Jun 21 12:14:44 CEST 2011 - mmarek@suse.cz Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz - rpm/post.sh: Touch /boot/do_purge_kernels on package install - (fate#312018). + (fate#312018). - rpm/postun.sh: Remove it again if it still exists on package - uninstall. + uninstall. - commit 82f4a5d ------------------------------------------------------------------- Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de - stop_machine: implement stop_machine_from_offline_cpu() - (bnc#697859). + (bnc#697859). - stop_machine: kill __stop_machine() (bnc#697859). - x86, mtrr: lock stop machine during MTRR rendezvous sequence - (bnc#697859). + (bnc#697859). - stop_machine: reorganize stop_cpus() implementation - (bnc#697859). + (bnc#697859). - x86, mtrr: use __stop_machine() for doing MTRR rendezvous - (bnc#697859). + (bnc#697859). - commit aa3d6e2 ------------------------------------------------------------------- Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz - Remove the novfs patches, it should be packaged as a KMP, or - ideally, reimplemented as a fuse filesystem (which is the reason why - the current implementation it is never going to be accepted upstream). + ideally, reimplemented as a fuse filesystem (which is the reason why + the current implementation it is never going to be accepted upstream). - Delete patches.fixes/novfs-copy_user-fixes.diff. - Delete patches.fixes/novfs-minsize-fixes. - Delete patches.fixes/novfs-nwcapi.patch. @@ -3275,7 +3683,7 @@ Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz Wed Jun 15 08:05:05 CEST 2011 - jeffm@suse.com - Update to 3.0-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit a1fe999 ------------------------------------------------------------------- @@ -3343,9 +3751,9 @@ Mon Jun 13 14:06:28 CEST 2011 - mmarek@suse.cz the SRCVERSION variable will only be used to determine the tarball version. - rpm/compute-PATCHVERSION.sh: Set default PATCHLEVEL and SUBLEVEL to 0. - The package version will thus always match the Makefile version and - the SRCVERSION variable will only be used to determine the tarball - version. + The package version will thus always match the Makefile version and + the SRCVERSION variable will only be used to determine the tarball + version. - rpm/kernel-binary.spec.in: Revert the previous hack. - commit 95c9977 @@ -3368,9 +3776,9 @@ Fri Jun 10 20:24:41 CEST 2011 - jeffm@suse.com Fri Jun 10 17:12:22 CEST 2011 - jeffm@suse.com - x86: Remove warning and warning_symbol from struct - stacktrace_ops. + stacktrace_ops. - Delete - patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. + patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. - commit 608ce9e ------------------------------------------------------------------- @@ -3462,13 +3870,13 @@ Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - commit 83331f5 ------------------------------------------------------------------- @@ -3489,14 +3897,14 @@ Tue May 31 05:09:44 CEST 2011 - jeffm@suse.com Tue May 31 05:08:21 CEST 2011 - jeffm@suse.com - Updated to 3.0-rc1. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit 5710413 ------------------------------------------------------------------- Mon May 30 15:54:37 CEST 2011 - jack@suse.cz - mm: Fix assertion mapping->nrpages == 0 in end_writeback() - (bnc#693013 bnc#666423). + (bnc#693013 bnc#666423). - Refresh patches.xen/tmem. - commit d3e465a @@ -3504,9 +3912,9 @@ Mon May 30 15:54:37 CEST 2011 - jack@suse.cz Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. + patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. - aic94xx: world-writable sysfs update_bios file. - Update upstream info. + Update upstream info. - commit 8912816 ------------------------------------------------------------------- @@ -3567,7 +3975,7 @@ Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc7. - - Eliminated 5 patches. + - Eliminated 5 patches. - commit a8a170f ------------------------------------------------------------------- @@ -3580,16 +3988,16 @@ Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz - Delete - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 - commit 7934e2d ------------------------------------------------------------------- Thu May 12 11:56:16 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - Note about submission. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + Note about submission. - commit 9922e20 ------------------------------------------------------------------- @@ -3602,15 +4010,15 @@ Tue May 10 19:10:18 CEST 2011 - mhocko@suse.cz Tue May 10 16:14:44 CEST 2011 - mhocko@suse.cz - patches.fixes/aggressive-zone-reclaim.patch: delete because - the patch is very workload specific and can lead to unexpected - reclaims in parallel node local workloads. + the patch is very workload specific and can lead to unexpected + reclaims in parallel node local workloads. - commit 56cf10e ------------------------------------------------------------------- Tue May 10 16:04:27 CEST 2011 - mhocko@suse.cz - Delete patches.suse/mm-devzero-optimisation.patch: we do not need - it anymore as we have zero page back since 2.6.32 + it anymore as we have zero page back since 2.6.32 - commit 323a093 ------------------------------------------------------------------- @@ -3629,64 +4037,64 @@ Mon May 9 14:32:59 CEST 2011 - jbeulich@novell.com Mon May 9 11:32:35 CEST 2011 - jbeulich@novell.com - patches.suse/kconfig-automate-kernel-desktop: Remove stray blank - lines (for older versions of "patch" to grok). + lines (for older versions of "patch" to grok). - commit 4dfa74d ------------------------------------------------------------------- Sat May 7 01:50:06 CEST 2011 - jeffm@suse.com - Removed network driver entropy patches. haveged is installed by default - and should be enabled to generate entropy from non-predictable sources. - - Delete patches.drivers/bnx2-entropy-source.patch. - - Delete patches.drivers/e1000-entropy-source.patch. - - Delete patches.drivers/e1000e-entropy-source.patch. - - Delete patches.drivers/igb-entropy-source.patch. - - Delete patches.drivers/ixgbe-entropy-source.patch. - - Delete patches.drivers/tg3-entropy-source.patch. + and should be enabled to generate entropy from non-predictable sources. + - Delete patches.drivers/bnx2-entropy-source.patch. + - Delete patches.drivers/e1000-entropy-source.patch. + - Delete patches.drivers/e1000e-entropy-source.patch. + - Delete patches.drivers/igb-entropy-source.patch. + - Delete patches.drivers/ixgbe-entropy-source.patch. + - Delete patches.drivers/tg3-entropy-source.patch. - commit c88b893 ------------------------------------------------------------------- Fri May 6 19:36:47 CEST 2011 - jeffm@suse.com - Update - patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack - (bnc#466279 bnc#681639). + patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack + (bnc#466279 bnc#681639). - commit 72e779f ------------------------------------------------------------------- Fri May 6 19:31:10 CEST 2011 - jeffm@suse.com - Disabled patches.drivers/libata-unlock-hpa-by-default; It may have - been obsoleted by upstream commit d8d9129e. + been obsoleted by upstream commit d8d9129e. - commit 1a21ab3 ------------------------------------------------------------------- Fri May 6 18:51:20 CEST 2011 - jeffm@suse.com - sysctl: Increase IPC defaults (bnc#146656) - - Delete patches.suse/shmall-bigger. + - Delete patches.suse/shmall-bigger. - commit a70e34f ------------------------------------------------------------------- Fri May 6 17:50:56 CEST 2011 - jeffm@suse.com - sysctl/i386/desktop, sysctl/x86_64/desktop: Add vm.dirty_ratio = 20 - for desktop flavors (bnc#552883) - - Delete patches.suse/mm-tune-dirty-limits.patch. + for desktop flavors (bnc#552883) + - Delete patches.suse/mm-tune-dirty-limits.patch. - commit dbe73e2 ------------------------------------------------------------------- Fri May 6 17:25:45 CEST 2011 - jeffm@suse.com - sysctl/defaults: Added kernel.hung_task_timeout=0 - - Delete patches.suse/hung_task_timeout-configurable-default. + - Delete patches.suse/hung_task_timeout-configurable-default. - commit 78f9eed ------------------------------------------------------------------- Fri May 6 16:41:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-{binary,source}.spec.in: Install per-kernel /boot/sysctl-* - files (patch from Jeff Mahoney). + files (patch from Jeff Mahoney). - commit 473f2d1 ------------------------------------------------------------------- @@ -3699,7 +4107,7 @@ Thu May 5 22:35:53 CEST 2011 - jeffm@suse.com Thu May 5 22:23:21 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc6. - - 2 patches eliminated. + - 2 patches eliminated. - commit 2643e59 ------------------------------------------------------------------- @@ -3713,9 +4121,9 @@ Tue May 3 03:08:18 CEST 2011 - tonyj@suse.de Fri Apr 29 20:35:21 CEST 2011 - jeffm@suse.com - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - commit 52dd0f0 ------------------------------------------------------------------- @@ -3737,7 +4145,7 @@ Fri Apr 29 00:36:03 CEST 2011 - gregkh@suse.de - Delete patches.suse/linux-2.6.29-dont-wait-for-mouse.patch. - Delete patches.suse/linux-2.6.29-even-faster-kms.patch. - Delete - patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. + patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. - Delete patches.suse/linux-2.6.29-kms-after-sata.patch. - Delete patches.suse/linux-2.6.29-touchkit.patch. - commit c13427d @@ -3752,22 +4160,22 @@ Fri Apr 29 00:17:46 CEST 2011 - jbenc@suse.cz Thu Apr 28 23:32:44 CEST 2011 - rjw@suse.de - Delete patches.xen/xen3-x86-mcp51-no-dac. - Also remove the series.conf entires for the x86-mcp-no-dac patches. + Also remove the series.conf entires for the x86-mcp-no-dac patches. - commit 574577b ------------------------------------------------------------------- Thu Apr 28 23:16:27 CEST 2011 - rjw@suse.de - Delete patches.arch/x86-mcp51-no-dac. (This is a blacklist entry that - has been rejected by the mainline, the problem reporter is gone and - it's next to impossible to verify it now.) + has been rejected by the mainline, the problem reporter is gone and + it's next to impossible to verify it now.) - commit 195b113 ------------------------------------------------------------------- Thu Apr 28 21:38:22 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - commit a2662ae ------------------------------------------------------------------- @@ -3782,14 +4190,14 @@ Thu Apr 28 20:56:33 CEST 2011 - jslaby@suse.cz Thu Apr 28 20:30:56 CEST 2011 - bphilips@suse.de - Delete - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. + patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. - commit 9917206 ------------------------------------------------------------------- Thu Apr 28 20:19:59 CEST 2011 - bphilips@suse.de - Delete - patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. + patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. - commit 08374b3 ------------------------------------------------------------------- @@ -3822,7 +4230,7 @@ Thu Apr 28 14:18:12 CEST 2011 - jbeulich@novell.com Wed Apr 27 22:20:02 CEST 2011 - jeffm@suse.com - Delete - patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. + patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. - commit 399a100 ------------------------------------------------------------------- @@ -3884,10 +4292,10 @@ Wed Apr 27 21:34:13 CEST 2011 - jeffm@suse.com - Delete patches.suse/acpi-don-t-preempt-until-the-system-is-up. - Delete - patches.suse/acpi-generic-initramfs-table-override-support. + patches.suse/acpi-generic-initramfs-table-override-support. - Delete patches.suse/add-initramfs-file_read_write. - Delete - patches.suse/init-move-populate_rootfs-back-to-start_kernel. + patches.suse/init-move-populate_rootfs-back-to-start_kernel. - commit d4910b3 ------------------------------------------------------------------- @@ -3901,14 +4309,14 @@ Wed Apr 27 21:29:24 CEST 2011 - jeffm@suse.com Wed Apr 27 21:11:59 CEST 2011 - jeffm@suse.com - Delete patches.suse/osync-error. It was unused and the issue it fixed in - kernels prior to 2.6.32 doesn't exist anymore. + kernels prior to 2.6.32 doesn't exist anymore. - commit 52cc654 ------------------------------------------------------------------- Wed Apr 27 20:48:55 CEST 2011 - jeffm@suse.com - Delete patches.suse/s390-System.map.diff: Proper fix in binutils has - long since been upstream. + long since been upstream. - commit 2847a36 ------------------------------------------------------------------- @@ -3941,7 +4349,7 @@ Wed Apr 27 20:18:37 CEST 2011 - jeffm@suse.com Wed Apr 27 20:16:52 CEST 2011 - jeffm@suse.com - Delete patches.suse/unmap_vmas-lat: No bug report or signed-off-by. - - Delete patches.arch/s390-add-FREE_PTE_NR. + - Delete patches.arch/s390-add-FREE_PTE_NR. - commit 2a392c2 ------------------------------------------------------------------- @@ -3954,7 +4362,7 @@ Wed Apr 27 20:16:00 CEST 2011 - jeffm@suse.com Wed Apr 27 20:15:02 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc5. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5288a05 ------------------------------------------------------------------- @@ -3974,7 +4382,7 @@ Wed Apr 27 19:43:47 CEST 2011 - jeffm@suse.com Tue Apr 26 11:03:18 CEST 2011 - jkosina@suse.cz - HID: add noget quirk barcode scanners from Symbol Technologies - (bnc#689290). + (bnc#689290). - commit f5b999f ------------------------------------------------------------------- @@ -3987,7 +4395,7 @@ Fri Apr 22 00:01:41 CEST 2011 - jeffm@suse.com Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz - Revert changes to sparc configs to not make life harder for Jan Engelhardt - maintaining sparc architecture. + maintaining sparc architecture. - commit cdac873 ------------------------------------------------------------------- @@ -4006,7 +4414,7 @@ Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 3f654c8 ------------------------------------------------------------------- @@ -4019,15 +4427,15 @@ Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de - Combined and consolidated bootsplash patch (bnc#669777, - bnc#570082, bnc#595657, bnc#594209, bnc#544645). - - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. - - Delete patches.suse/bootsplash. - - Delete patches.suse/bootsplash-console-fix. - - Delete patches.suse/bootsplash-keep-multiple-data. - - Delete patches.suse/bootsplash-scaler. - - Reformatted code, fixed some minor bugs that became obvious. - - Fixed race that led to null pointer dereference in splash_read_proc(): - bnc#669777. + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. - commit 95844c5 ------------------------------------------------------------------- @@ -4040,7 +4448,7 @@ Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de - intel_idle: Make lapic_timer_reliable_states a boot param - (bnc#675161). + (bnc#675161). - commit 85b156b ------------------------------------------------------------------- @@ -4054,7 +4462,7 @@ Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - - This results in automatically disabling CONFIG_GIGASET_I4L. + - This results in automatically disabling CONFIG_GIGASET_I4L. - commit 697e68b ------------------------------------------------------------------- @@ -4074,7 +4482,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com - Update Xen patches to 2.6.39-rc3 and c/s 1079. - blktap2: replace hard-coded limit of tap devices with - configurable one. + configurable one. - config.conf: Re-enable Xen configs. - Update x86 config files. - commit d3bfd6c @@ -4083,7 +4491,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com - fs/partitions/efi.c: corrupted GUID partition tables can cause - kernel oops (bnc#687113 CVE-2011-1577). + kernel oops (bnc#687113 CVE-2011-1577). - commit 385b393 ------------------------------------------------------------------- @@ -4128,7 +4536,7 @@ Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 200c913 ------------------------------------------------------------------- @@ -4153,29 +4561,29 @@ Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc2. - - Eliminated 18 patches. - - Added 3 patches. - - hv_mouse: needs . - - dm-raid45: Remove blk_unplug calls. - - novfs: 2.6.39 API update. - - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. - - patches.kernel.org is no longer used to contain upstream patches - for -rc releases. Users planning on building their own kernel should - have a copy of the tarball corresponding to the -rc releases. + - Eliminated 18 patches. + - Added 3 patches. + - hv_mouse: needs . + - dm-raid45: Remove blk_unplug calls. + - novfs: 2.6.39 API update. + - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. + - patches.kernel.org is no longer used to contain upstream patches + for -rc releases. Users planning on building their own kernel should + have a copy of the tarball corresponding to the -rc releases. - commit adf9d16 ------------------------------------------------------------------- Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de - Make selection of 'readdir-plus' adapt to usage patterns - (bnc#678123). + (bnc#678123). - commit 5de99a8 ------------------------------------------------------------------- Wed Apr 6 09:01:38 CEST 2011 - jeffm@suse.de - reiserfs: Force inode evictions before umount to avoid crash - (bnc#610598 bnc#680073 bnc#684112). + (bnc#610598 bnc#680073 bnc#684112). - Delete patches.fixes/reiserfs-xattr-crash-fix. - commit bf57d20 @@ -4189,21 +4597,21 @@ Tue Apr 5 10:42:22 CEST 2011 - jslaby@suse.cz Wed Mar 30 23:50:41 CEST 2011 - jeffm@suse.com - Delete patches.suse/twofish-2.6. - - This was for 2.4 compatibility and has been moved to KMP purgatory. + - This was for 2.4 compatibility and has been moved to KMP purgatory. - commit dcca506 ------------------------------------------------------------------- Wed Mar 30 10:32:32 CEST 2011 - jslaby@suse.cz - Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo - (bnc#681826). + (bnc#681826). - commit 2e71042 ------------------------------------------------------------------- Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de - Update config files, remove CONFIG_X86_MCE_XEON75XX=m - ->driver got reverted with previous commit + ->driver got reverted with previous commit - Refresh patches.xen/xen3-auto-arch-x86.diff. - commit b367e7b @@ -4215,18 +4623,18 @@ Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de APEI implementation should take care of that in recent kernels. - Delete patches.arch/x86_mce_intel_decode_physical_address.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. + patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. - commit 1fe7a22 ------------------------------------------------------------------- Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not install unneeded packages in the - build chroot. + build chroot. - commit 7f4c49d ------------------------------------------------------------------- @@ -4246,7 +4654,7 @@ Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz - Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing - the signal code (bnc#681826 CVE-2011-1020). + the signal code (bnc#681826 CVE-2011-1020). - commit 2e42fd4 ------------------------------------------------------------------- @@ -4255,7 +4663,7 @@ Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de - sound/oss/opl3: validate voice and channel indexes (bnc#681999). - sound/oss: remove offset from load_patch callbacks (bnc#681999). - ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl - (bnc#680816). + (bnc#680816). - commit 09ff6e9 ------------------------------------------------------------------- @@ -4268,7 +4676,7 @@ Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz - HID: add support for Skycable 0x3f07 wireless presenter - (bnc#681297). + (bnc#681297). - commit 892e8d4 ------------------------------------------------------------------- @@ -4299,12 +4707,12 @@ Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de - netvm: Do not mark requests for swapfile writes as dirty or - kswapd fails to free the page (bnc#678472). + kswapd fails to free the page (bnc#678472). - nfs: Use page_file_offset during page writeback (bnc#677738). - nfs: Convert nfs_mark_request_dirty() to use page_file_mapping() - (bnc#677738). + (bnc#677738). - netvm: Remove duplicated initialization in net/ipv4/route.c - (bnc#678970). + (bnc#678970). - collapse: mm: Report the low watermark correctly (bnc#678497). - commit a798dd1 @@ -4318,7 +4726,7 @@ Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com - Linux: 2.6.38-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 7da557d ------------------------------------------------------------------- @@ -4343,38 +4751,38 @@ Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc7. - - Refresh patches.xen/xen-x86-no-lapic. - - Refresh patches.xen/xen3-patch-2.6.19. + - Refresh patches.xen/xen-x86-no-lapic. + - Refresh patches.xen/xen3-patch-2.6.19. - commit 7eb9d30 ------------------------------------------------------------------- Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - commit 88d5daa ------------------------------------------------------------------- Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in - yesterday's change. + yesterday's change. - commit 098768b ------------------------------------------------------------------- Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Add annotations to - lib/rwsem_64.S. + lib/rwsem_64.S. - commit 87944ac ------------------------------------------------------------------- Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de - ALSA: usb-audio: fix oops due to cleanup race when disconnecting - (bnc#674735). + (bnc#674735). - commit ed81f8c ------------------------------------------------------------------- @@ -4387,7 +4795,7 @@ Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com - Update to 2.6.38-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 6cce7bb ------------------------------------------------------------------- @@ -4400,7 +4808,7 @@ Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de - ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499, - CVE-2011-0712). + CVE-2011-0712). - commit 5ef002b ------------------------------------------------------------------- @@ -4419,22 +4827,22 @@ Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de - Update config files. - - disable CONFIG_DRM_VMWGFX (bnc#606458) - - update sparc configs to at least be able to run "make oldconfig" + - disable CONFIG_DRM_VMWGFX (bnc#606458) + - update sparc configs to at least be able to run "make oldconfig" - commit da75bd9 ------------------------------------------------------------------- Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Re-add change lost during - initial 2.6.37 merge. + initial 2.6.37 merge. - commit e493205 ------------------------------------------------------------------- Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz - Move spec file templates and helper scripts to a separate branch, to - ease synchronizing these files among master, vanilla and linux-next. + ease synchronizing these files among master, vanilla and linux-next. - commit 411abb8 ------------------------------------------------------------------- @@ -4454,7 +4862,7 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code - was merged into rpm's find-supplements script. + was merged into rpm's find-supplements script. - Delete rpm/check-build.sh, not needed anymore. - commit 0a157b1 @@ -4462,43 +4870,43 @@ Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com - flexcop: fix registering braindead stupid names (brc#575873 - bnc#661429). + bnc#661429). - commit 72bd3d0 ------------------------------------------------------------------- Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de - Staging: samsung-laptop: add support for lots of laptops - (bnc#661682). + (bnc#661682). - commit 1eb5eaa ------------------------------------------------------------------- Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Set timestamp of sources to the commit - timestamp, so that they are always older than generated files in - /usr/src/linux-obj (bnc#669669). + timestamp, so that they are always older than generated files in + /usr/src/linux-obj (bnc#669669). - commit 8565452 ------------------------------------------------------------------- Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to - keep timestamps intact. + keep timestamps intact. - commit 9ba5ff0 ------------------------------------------------------------------- Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Remove .gitignore files after applying patches - (fix last change). + (fix last change). - commit 907f9cc ------------------------------------------------------------------- Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit c327e0a ------------------------------------------------------------------- @@ -4546,8 +4954,8 @@ Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition - of %release_major and rename it to %release_num to better describe - what it does. Add some comments to explain how the versioning works. + of %release_major and rename it to %release_num to better describe + what it does. Add some comments to explain how the versioning works. - commit 9a3bc94 ------------------------------------------------------------------- @@ -4566,14 +4974,14 @@ Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit b6b51ca ------------------------------------------------------------------- Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de - ALSA: hda - Fix memory leaks in conexant jack arrays - (bnc#668929). + (bnc#668929). - commit 31971a4 ------------------------------------------------------------------- @@ -4611,8 +5019,8 @@ Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com - Update config files. - - CONFIG_EXPERT=n on all but ps3 - - Vanilla configs updated. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. - commit b25e639 ------------------------------------------------------------------- @@ -4633,7 +5041,7 @@ Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 90baa82 ------------------------------------------------------------------- @@ -4652,30 +5060,30 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc1. - - Removed 12 patches. - - Xen is disabled. - - Quite a few patches need updating. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. - commit 9163bb7 ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff ------------------------------------------------------------------- @@ -4688,7 +5096,7 @@ Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 ------------------------------------------------------------------- @@ -4707,22 +5115,22 @@ Mon Jan 17 20:52:49 CET 2011 - jeffm@suse.com Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz - Revert %kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 ------------------------------------------------------------------- Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 ------------------------------------------------------------------- Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 ------------------------------------------------------------------- @@ -4796,7 +5204,7 @@ Thu Jan 6 20:51:31 CET 2011 - jeffm@suse.com Thu Jan 6 19:48:28 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe ------------------------------------------------------------------- @@ -4815,28 +5223,28 @@ Thu Jan 6 17:09:12 CET 2011 - jeffm@suse.com Thu Jan 6 17:08:44 CET 2011 - jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d ------------------------------------------------------------------- Thu Jan 6 16:10:26 CET 2011 - jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 ------------------------------------------------------------------- @@ -4849,7 +5257,7 @@ Thu Jan 6 15:49:34 CET 2011 - jack@suse.cz Thu Jan 6 13:56:07 CET 2011 - mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 ------------------------------------------------------------------- @@ -4858,7 +5266,7 @@ Thu Jan 6 10:07:22 CET 2011 - mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b @@ -4879,7 +5287,7 @@ Thu Dec 30 00:50:58 CET 2010 - jeffm@suse.com Wed Dec 29 22:23:21 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 ------------------------------------------------------------------- @@ -4904,38 +5312,38 @@ Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c ------------------------------------------------------------------- Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (bnc#655048). + Backport to XEN. - commit 92c0965 ------------------------------------------------------------------- Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz - Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive - decode" (bnc#655048). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 @@ -4950,8 +5358,8 @@ Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz - Delete - patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. - It's unreferenced and wrong. + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. - commit 9e6fc50 ------------------------------------------------------------------- @@ -4988,10 +5396,10 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 @@ -5024,14 +5432,14 @@ Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 ------------------------------------------------------------------- Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 ------------------------------------------------------------------- @@ -5062,7 +5470,7 @@ Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b @@ -5071,12 +5479,12 @@ Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c ------------------------------------------------------------------- @@ -5109,7 +5517,7 @@ Fri Nov 26 15:04:27 CET 2010 - jbeulich@novell.com - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -5133,7 +5541,7 @@ Wed Nov 24 15:49:45 CET 2010 - jeffm@suse.com Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac ------------------------------------------------------------------- @@ -5157,7 +5565,7 @@ Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Wed Nov 17 17:10:32 CET 2010 - jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 ------------------------------------------------------------------- @@ -5176,7 +5584,7 @@ Tue Nov 16 20:08:11 CET 2010 - jeffm@suse.com Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 ------------------------------------------------------------------- @@ -5189,7 +5597,7 @@ Mon Nov 15 21:33:19 CET 2010 - jeffm@suse.com Mon Nov 15 21:30:37 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 ------------------------------------------------------------------- @@ -5208,16 +5616,16 @@ Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz Fri Nov 12 18:37:10 CET 2010 - jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 ------------------------------------------------------------------- Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de - Update config files. (bnc#652954) increase the number of possible and - default uarts for users with multi-port serial cards for the i386 and - x86-64 default configs. + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. - commit 85c87e3 ------------------------------------------------------------------- @@ -5231,20 +5639,20 @@ Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + top down (bnc#651256). - PCI: allocate bus resources from the top down (bnc#651256). - x86/PCI: allocate space from the end of a region, not the - beginning (bnc#651256). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + capabilities (bnc#651256). - x86: allocate space within a region top-down (bnc#651256). - Refresh patches.xen/xen3-patch-2.6.34. - commit 8c68ad1 @@ -5253,21 +5661,21 @@ Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 ------------------------------------------------------------------- Fri Oct 29 13:47:35 CEST 2010 - jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb ------------------------------------------------------------------- Fri Oct 29 01:53:34 CEST 2010 - trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b ------------------------------------------------------------------- @@ -5287,14 +5695,14 @@ Wed Oct 27 14:51:30 CEST 2010 - jslaby@suse.cz Tue Oct 26 21:31:22 CEST 2010 - trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 ------------------------------------------------------------------- Tue Oct 26 13:41:23 CEST 2010 - jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 ------------------------------------------------------------------- @@ -5302,7 +5710,7 @@ Mon Oct 25 12:53:38 CEST 2010 - jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 @@ -5312,7 +5720,7 @@ Mon Oct 25 08:58:15 CEST 2010 - tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda ------------------------------------------------------------------- @@ -5325,7 +5733,7 @@ Fri Oct 22 21:18:25 CEST 2010 - jeffm@suse.de Fri Oct 22 13:32:04 CEST 2010 - jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb ------------------------------------------------------------------- @@ -5340,7 +5748,7 @@ Thu Oct 21 10:11:03 CEST 2010 - sjayaraman@suse.de Mon Oct 18 16:54:57 CEST 2010 - trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf ------------------------------------------------------------------- @@ -5376,7 +5784,7 @@ Mon Oct 11 17:14:51 CEST 2010 - mmarek@suse.cz Mon Oct 11 16:12:29 CEST 2010 - jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 ------------------------------------------------------------------- @@ -5389,7 +5797,7 @@ Fri Oct 8 17:40:50 CEST 2010 - jeffm@suse.de Tue Oct 5 18:02:19 CEST 2010 - jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa ------------------------------------------------------------------- @@ -5402,7 +5810,7 @@ Tue Oct 5 17:19:46 CEST 2010 - jeffm@suse.de Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 @@ -5411,7 +5819,7 @@ Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de Mon Oct 4 16:57:34 CEST 2010 - jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 ------------------------------------------------------------------- @@ -5424,25 +5832,25 @@ Fri Sep 24 13:45:31 CEST 2010 - jbeulich@novell.com Fri Sep 24 13:23:13 CEST 2010 - trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 ------------------------------------------------------------------- Fri Sep 24 13:14:36 CEST 2010 - trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 ------------------------------------------------------------------- @@ -5467,7 +5875,7 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 @@ -5475,7 +5883,7 @@ Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b ------------------------------------------------------------------- @@ -5494,7 +5902,7 @@ Tue Sep 21 14:15:34 CEST 2010 - mmarek@suse.cz Tue Sep 21 13:59:10 CEST 2010 - jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 ------------------------------------------------------------------- @@ -5502,8 +5910,8 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f @@ -5512,14 +5920,14 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de Mon Sep 20 16:03:14 CEST 2010 - sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b ------------------------------------------------------------------- Mon Sep 20 15:25:41 CEST 2010 - jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 ------------------------------------------------------------------- @@ -5532,25 +5940,25 @@ Sun Sep 19 17:39:03 CEST 2010 - jeffm@suse.com Fri Sep 17 01:05:47 CEST 2010 - jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 ------------------------------------------------------------------- Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de - x86-64, compat: Test %rax for the syscall number, not %eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 ------------------------------------------------------------------- Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac ------------------------------------------------------------------- @@ -5563,21 +5971,21 @@ Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 ------------------------------------------------------------------- Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 ------------------------------------------------------------------- Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 ------------------------------------------------------------------- @@ -5592,11 +6000,11 @@ Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -5626,7 +6034,7 @@ Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de 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). + (CVE-2010-2954 bnc#636112). - commit f04e61f ------------------------------------------------------------------- @@ -5648,7 +6056,7 @@ Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 ------------------------------------------------------------------- @@ -5667,28 +6075,28 @@ Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - 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. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + 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. + 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. + the truncate path and causes crashes. - commit e18fc2c ------------------------------------------------------------------- @@ -5743,22 +6151,22 @@ Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de 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. + 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. + 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. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e ------------------------------------------------------------------- @@ -5772,7 +6180,7 @@ Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com 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. + avoid triggering a build service rule error. - commit 124ac26 ------------------------------------------------------------------- @@ -5791,14 +6199,14 @@ Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de 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. + 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 - to grab the BKL + to grab the BKL - commit 1df02ec ------------------------------------------------------------------- @@ -5811,20 +6219,20 @@ Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - 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. + - 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 ------------------------------------------------------------------- @@ -5843,10 +6251,10 @@ Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com 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. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 ------------------------------------------------------------------- @@ -5878,7 +6286,7 @@ Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com 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). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 ------------------------------------------------------------------- @@ -5891,7 +6299,7 @@ Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz 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. + 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 @@ -5901,14 +6309,14 @@ Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de 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). + 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). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 @@ -5917,13 +6325,13 @@ 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. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b @@ -5932,7 +6340,7 @@ Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com 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. + usage from upstream commit 718be4aa. - commit 4ce0b48 ------------------------------------------------------------------- @@ -5963,7 +6371,7 @@ Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 ------------------------------------------------------------------- @@ -5976,7 +6384,7 @@ Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 ------------------------------------------------------------------- @@ -5990,7 +6398,7 @@ 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). + though). - commit 8ed2389 ------------------------------------------------------------------- diff --git a/kernel-highbank.spec b/kernel-highbank.spec index df704c5ab..927db667f 100644 --- a/kernel-highbank.spec +++ b/kernel-highbank.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6 -%define patchversion 3.6.3 +%define srcversion 3.7 +%define patchversion 3.7.0 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-highbank Summary: Kernel for Calxeda Highbank SoC -Version: 3.6.3 +Version: 3.7.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -91,7 +91,7 @@ Requires(post): distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release # Remove some packages that are installed automatically by the build system, # but are not needed to build the kernel -#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv +#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv %ifarch ia64 # arch/ia64/scripts/unwcheck.py @@ -473,10 +473,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz @@ -884,6 +883,7 @@ Provides: multiversion(kernel) Provides: %name-devel = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel Supplements: packageand(%name:kernel-devel%variant) +PreReq: coreutils %description devel This package contains files necessary for building kernel modules (and diff --git a/kernel-imx51.changes b/kernel-imx51.changes index 2887ccaf6..e0d27f80d 100644 --- a/kernel-imx51.changes +++ b/kernel-imx51.changes @@ -1,3 +1,393 @@ +------------------------------------------------------------------- +Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com + +- ezusb: add dependency to USB. + This prevents build failures by making it depend on the value of CONFIG_USB. + Commit 36e0f0bd did this for architectures other than ARM manually. +- commit b89db5d + +------------------------------------------------------------------- +Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de + +- Drivers: hv: balloon: Fix a memory leak. +- commit 26cdad5 + +------------------------------------------------------------------- +Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com + +- Update to 3.7-final. +- commit 1771a73 + +------------------------------------------------------------------- +Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de + +- Update patch headers for fate314663 and fate314665 changes +- commit 44044f1 + +------------------------------------------------------------------- +Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz + +- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually + ext3 will be removed upstream so let's do the transition. +- commit dadc8ea + +------------------------------------------------------------------- +Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr + +- Update omap2plus (armv7) config: Enable TWL* USB drivers +- commit 28c09f5 + +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + +------------------------------------------------------------------- +Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de + +- fate#314663 hyper-v memory ballooning support +- mm: Export a function to get vm committed memory. +- Drivers: hv: Add Hyper-V balloon driver. +- Drivers: hv: balloon: Fix a bug in the definition of struct + dm_info_msg. +- Update config files. + fate#314665 hyper-v: Update the Vmbus protocol +- Drivers: hv: Implement routines for read side signaling + optimization. +- Drivers: hv: Add state to manage batched reading. +- Drivers: hv: Turn off batched reading for util drivers. +- Drivers: hv: Optimize signaling in the read path. +- Drivers: hv: Optimize the signaling on the write path. +- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask(). +- Drivers: hv: Support handling multiple VMBUS versions. +- Drivers: hv: Update the ring buffer structure to match win8 + functionality. +- Drivers: hv: Extend/modify vmbus_channel_offer_channel for + win7 and beyond. +- Drivers: hv: Save and export negotiated vmbus version. +- Drivers: hv: Change the signature for hv_signal_event(). +- Drivers: hv: Change the signature of vmbus_set_event(). +- Drivers: hv: Move vmbus version definitions to hyperv.h. +- Drivers: hv: Manage signaling state on a per-connection basis. +- Drivers: hv: Cleanup vmbus_set_event() to support win7 and + beyond. +- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID. +- Drivers: hv: Add state to manage incoming channel interrupt + load. +- Drivers: hv: Modify the interrupt handling code to support + win8 and beyond. +- Drivers: hv: Add code to distribute channel interrupt load. +- Drivers: hv: Get rid of the unused global signaling state. +- Drivers: hv: Get rid of unnecessary request for offers. +- Drivers: hv: Manage event tasklets on per-cpu basis. +- Drivers: hv: Handle vmbus interrupts concurrently on all cpus. +- Drivers: hv: Add a check to deal with spurious interrupts. +- Drivers: hv: Enable protocol negotiation with win8 hosts. +- Drivers: hv: Implement flow management on the send side. +- Drivers: hv: Capture the host build information. +- Drivers: hv: Cleanup and consolidate reporting of build/version + info. +- commit 4fccd03 + +------------------------------------------------------------------- +Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc8. +- Delete patches.rpmify/net-fix-build-failure-in-xilinx. +- commit 76b3d92 + +------------------------------------------------------------------- +Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de + +- add splash=black option to bootsplash code, + to keep a black background, useful for remote access to VMs + (bnc#773487) +- commit c060ae1 + +------------------------------------------------------------------- +Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem + (bnc#781327) +- commit 841d864 + +------------------------------------------------------------------- +Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com + +- net: fix build failure in xilinx. +- commit 28be621 + +------------------------------------------------------------------- +Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com + +- Update config files. Enable CONFIG_SMB2 to 'y'. +- commit 25bdfaf + +------------------------------------------------------------------- +Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc6. +- commit daac70a + +------------------------------------------------------------------- +Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz + +- rpm/config.sh: Set projects for ARM +- commit 55bac79 + +------------------------------------------------------------------- +Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related + crash in context switch code). +- commit bb1d12d + +------------------------------------------------------------------- +Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com + +- Update to 3.7-rc5. +- Update Xen patches additionally to c/s 1204: +- commit d5de9cf + +------------------------------------------------------------------- +Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com + +- config: sync x86_64 configs for NR_UARTS + This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and + CONFIG_SERIAL_8250_NR_UARTS to 32. +- commit ddf88e6 + +------------------------------------------------------------------- +Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com + +- Delete patches.arch/s390-remove-kvm-para.patch. +- commit f759e1e + +------------------------------------------------------------------- +Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com + +- config: sync ppc64 configs for LIB80211, NET_SDA_MV* + This commit changes the following options to be modular: + LIB80211 + NET_DSA_MV88E6XXX + NET_DSA_MV88E6060 +- commit caa5a52 + +------------------------------------------------------------------- +Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com + +- config: sync ppc64/debug with ppc64/default + The debug config should be identical to default with the exception of + the debug options. This patch brings ppc64/debug in line with ppc64/default + with the exception of a few things that are modular in debug that should + also be modular in default. +- commit b981fcd + +------------------------------------------------------------------- +Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com + +- config: sync kvm options between ppc64 flavors. +- commit 8a389d5 + +------------------------------------------------------------------- +Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com + +- config: disable HW_RANDOM_AMD on ppc64 + This chip is only on AMD hardware and an old ppc64 eval board. We can skip + it on ppc64. +- commit 03001a4 + +------------------------------------------------------------------- +Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com + +- config: Eliminate unused ppc/ppc64 configs. + The history of the ppc/ppc64 configs is a convoluted one that started + before the kernel source could support multiple machine types with a + single image and before there was a usable 64-bit userspace. + In the subsequent years, the powerpc code has been unified and we've + released a 64-bit powerpc userspace. The "default" and "ppc64" configs + on ppc64 are essentially identical and just waste space. The "ppc64" + config on 32-bit ppc address a long since unnecessary corner case. Users + who still want a 32-bit userspace with a 64-bit kernel can install and + update it themselves using the 64-bit repository like i386/x86_64 users + can do. + This commit can be summarized thusly: + rm config/ppc/ppc64 + rm config/ppc/ps3 (already unused) + mv config/ppc64/ppc64 config/ppc64/default +- commit a9cc3d5 + +------------------------------------------------------------------- +Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr + +- Add kernel-versatile description +- commit 5424cf2 + +------------------------------------------------------------------- +Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr + +- Enable armv5 in arch-symbols +- commit 401de81 + +------------------------------------------------------------------- +Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com + +- config: sync vanilla flavor with default flavor for each platform + The vanilla configs have drifted away from the default configuration + for each platform. This patch brings them back in sync. +- commit 8d4661f + +------------------------------------------------------------------- +Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com + +- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled. +- commit 9907c37 + +------------------------------------------------------------------- +Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com + +- Updated to 3.7-rc4. + Eliminated 1 patch. +- commit 5168053 + +------------------------------------------------------------------- +Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again). +- commit 5feff7e + +------------------------------------------------------------------- +Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com + +- Update Xen patches to 3.7-rc3 and c/s 1202. +- extend base interfaces to support multi-page rings for + frontend/backend communication. +- blkback: allow using multiple page frontend communication ring. +- blkfront: allow using multiple page backend communication ring. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Fix build when disabled. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- config.conf: Re-enable Xen configs. +- Update x86 config files. +- Delete patches.xen/xen3-acpi_override_2_2.patch. +- commit f042386 + +------------------------------------------------------------------- +Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr + +- Add support to armv5 versatile kernel +- commit 99d34f3 + +------------------------------------------------------------------- +Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc3. +- commit 48e5027 + +------------------------------------------------------------------- +Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615) +- commit 2520563 + +------------------------------------------------------------------- +Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de + +- ARM: Update config files: Fix vexpress (default) config +- commit be072b4 + +------------------------------------------------------------------- +Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de + +- Fixup kvm for s390. +- commit 503388b + +------------------------------------------------------------------- +Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi +- commit 336ead7 + +------------------------------------------------------------------- +Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de + +- Revert "disable non-compiling irrelevant I2C module" +- commit d5a21c5 + +------------------------------------------------------------------- +Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de + +- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE. +- commit 8e108ab + +------------------------------------------------------------------- +Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 565b450 + +------------------------------------------------------------------- +Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de + +- Refresh patches.arch/arm-exynos-nosparse.patch. +- commit 55fbf60 + +------------------------------------------------------------------- +Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 118f2f9 + +------------------------------------------------------------------- +Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de + +- ARM: Exynos: Fix MMC driver +- ARM: Exynos: Update configs +- commit 37a1704 + +------------------------------------------------------------------- +Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com + +- config: change CONFIG_USB_EZUSB_FX2 to module +- commit 36e0f0b + +------------------------------------------------------------------- +Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com + +- Actually use kthread_run in crasher.ko. + The previous commit was incomplete. +- commit b8b35ae + +------------------------------------------------------------------- +Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com + +- crasher: use kthread_run() instead of kernel_thread(). + Linux 3.7-rc2 no longer exports kernel_thread on all architectures. +- commit f17d925 + +------------------------------------------------------------------- +Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com + +- Updated to 3.7-rc2. +- commit e00a663 + ------------------------------------------------------------------- Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de @@ -14,7 +404,7 @@ Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz - Refresh patches.xen/xen3-patch-3.6. - Delete patches.fixes/hv-storvsc-reset-wait.patch. - Delete - patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. + patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. - commit cfee26b ------------------------------------------------------------------- @@ -36,19 +426,19 @@ Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de and proper git-xy: meta tags: - lib: Add early cpio decoder. - x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() - for e820 handling. + for e820 handling. - ACPI: Store valid ACPI tables passed via early initrd in - reserved memblock areas. + reserved memblock areas. - ACPI: Implement physical address table override. - ACPI: Create acpi_table_taint() function to avoid code - duplication. + duplication. - ACPI: Document ACPI table overriding via initrd. - ACPI: Fix build when disabled. - X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. - ACPI: Overriding ACPI tables via initrd only works with - an initrd. + an initrd. - ACPI: Cleanup acpi_initrd_override declaration and remove - ifdefs. + ifdefs. - Delete patches.arch/acpi_fix_custom_method_acc.patch. - Delete patches.arch/acpi_override_2_2.patch. - Delete patches.arch/acpi_override_documentation. @@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz This allows to control the kabi checker from outside of the package. - commit 0a0900c +------------------------------------------------------------------- +Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com + +- Update to 3.7-rc1. +- Eliminated 38 patches. +- Xen is disabled. +- ARM configs need updating. +- Module signing is disabled until the build infrastructure can support it. +- commit fce087a + ------------------------------------------------------------------- Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz @@ -87,14 +487,20 @@ Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz - Delete - patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. + patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. - Delete - patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. + patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. - Delete - patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. + patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. These are in 3.6.1. - commit 2a321c4 +------------------------------------------------------------------- +Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com + +- Remove noncompiling modules +- commit b7cdd5a + ------------------------------------------------------------------- Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de @@ -136,7 +542,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - hyperv: Add comments for the extended buffer after RNDIS message. - Drivers: hv: Cleanup the guest ID computation. - Drivers: hv: vmbus: Use the standard format string to format - GUIDs. + GUIDs. - Drivers: hv: Add KVP definitions for IP address injection. - Drivers: hv: kvp: Cleanup error handling in KVP. - Drivers: hv: Explicitly size elements of protocol structures. @@ -148,7 +554,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - Tools: hv: Represent the ipv6 mask using CIDR notation. - Tools: hv: Gather ipv[4,6] gateway information. - hv: fail the probing immediately when we are not in hyperv - platform. + platform. - hv: vmbus_drv: detect hyperv through x86_hyper. - Tools: hv: Get rid of some unused variables. - Tools: hv: Correctly type string variables. @@ -167,14 +573,14 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - tools/hv: Parse /etc/os-release. - hyperv: Fix the max_xfer_size in RNDIS initialization. - hyperv: Fix the missing return value in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - hyperv: Fix page buffer handling in rndis_filter_send_request(). - hyperv: Remove extra allocated space for recv_pkt_list elements. - hyperv: Report actual status in receive completion packet. - hyperv: Add buffer for extended info after the RNDIS response - message. + message. - Delete - patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. - commit 08d283b ------------------------------------------------------------------- @@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com - ARM/u5800: Fix build of ux500 driver - Acked-by: Jeff Mahoney - commit 0ea37a0 +------------------------------------------------------------------- +Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com + +- disable non-compiling irrelevant I2C module +- commit 0ba9bac + ------------------------------------------------------------------- Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com - ARM/tegra: Remove optional parts to fix build - Acked-by: Jeff Mahoney - commit d729a16 ------------------------------------------------------------------- Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com - ARM: enable zcache support - Acked-by: Jeff Mahoney - commit 17b147b ------------------------------------------------------------------- Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com - ARM/cubox: set cachefilesd to module - Acked-by: Jeff Mahoney - commit c1fb243 ------------------------------------------------------------------- @@ -229,13 +637,13 @@ Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de - Remove old patchset to override ACPI tables via initrd. Also remove a stale xen patch related to that. - Delete - patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - Delete - patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. - Delete - patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. - Delete - patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - commit dd8f1b0 ------------------------------------------------------------------- @@ -364,7 +772,7 @@ Mon Sep 10 19:22:00 CEST 2012 - jeffm@suse.com Mon Sep 10 10:20:23 CEST 2012 - jbeulich@novell.com - patches.arch/s390-message-catalog.diff: Properly handle pr_cont() and fold - in the below two trivial fixes. + in the below two trivial fixes. - Delete patches.arch/s390-message-catalog-fix.diff. - Delete patches.arch/s390-message-catalog-perl-fix.diff. - Refresh patches.arch/kmsg-fix-parameter-limitations. @@ -438,10 +846,10 @@ Fri Aug 31 23:20:23 CEST 2012 - dmueller@suse.com Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz - i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y - && CONFIG_I2C_DESIGN. + && CONFIG_I2C_DESIGN. - Delete - patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. - Move it to rpmify, so that vanilla builds fine too. + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. - commit 0217ad5 ------------------------------------------------------------------- @@ -519,7 +927,7 @@ Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com Fri Aug 17 14:51:23 CEST 2012 - jeffm@suse.com - Update to 3.6-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 71963b0 ------------------------------------------------------------------- @@ -975,7 +1383,7 @@ Wed Jun 13 13:21:58 CEST 2012 - hare@suse.de - Rediff patch - patches.drivers/mach-dove-Fixup-ge00-initialisation.patch: - Rediff after backport from upstream. + Rediff after backport from upstream. - commit fa58c5e ------------------------------------------------------------------- @@ -983,7 +1391,7 @@ Wed Jun 13 12:56:17 CEST 2012 - hare@suse.de - Fixup patch to apply - patches.drivers/spi-orion-convert-to-new-infrastructure.patch - backported from upstream. + backported from upstream. - commit 2507393 ------------------------------------------------------------------- @@ -1002,9 +1410,9 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com - Update to 3.5-rc2. - - Xen needs update. - - ARM needs update. - - Eliminated 13 patches. + - Xen needs update. + - ARM needs update. + - Eliminated 13 patches. - commit 3f461b1 ------------------------------------------------------------------- @@ -1043,7 +1451,7 @@ Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de - [SCSI] storvsc: Properly handle errors from the host - (bnc#747404). + (bnc#747404). - Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. - commit ad28e23 @@ -1106,7 +1514,7 @@ Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Tue May 22 14:21:24 CEST 2012 - trenn@suse.de - X86 acpi_cpufreq: Do not use request_module for autoloading - (bnc#756085). + (bnc#756085). - Refresh patches.xen/xen3-auto-common.diff. - patches.xen/xen3-patch-3.3: - commit caf270e @@ -1165,7 +1573,7 @@ Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com - Update to 3.4-rc7. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 4cd9e9b ------------------------------------------------------------------- @@ -1218,7 +1626,7 @@ Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com - Update to 3.4-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 749ea8f ------------------------------------------------------------------- @@ -1255,7 +1663,7 @@ Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not require distribution-release - during build. + during build. - commit 3cd703f ------------------------------------------------------------------- @@ -1306,18 +1714,18 @@ Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com - Disabled DECNet and ARCNet. Specific config options disabled: CONFIG_ARCNET - CONFIG_ARCNET_1051 - CONFIG_ARCNET_1201 - CONFIG_ARCNET_CAP - CONFIG_ARCNET_COM20020_CS - CONFIG_ARCNET_COM20020 - CONFIG_ARCNET_COM20020_PCI - CONFIG_ARCNET_COM90xxIO - CONFIG_ARCNET_COM90xx - CONFIG_ARCNET_RAW - CONFIG_ARCNET_RIM_I + CONFIG_ARCNET_1051 + CONFIG_ARCNET_1201 + CONFIG_ARCNET_CAP + CONFIG_ARCNET_COM20020_CS + CONFIG_ARCNET_COM20020 + CONFIG_ARCNET_COM20020_PCI + CONFIG_ARCNET_COM90xxIO + CONFIG_ARCNET_COM90xx + CONFIG_ARCNET_RAW + CONFIG_ARCNET_RIM_I CONFIG_DECNET - CONFIG_DECNET_NF_GRABULATOR + CONFIG_DECNET_NF_GRABULATOR - commit 272dd14 ------------------------------------------------------------------- @@ -1419,7 +1827,7 @@ Fri Apr 20 18:09:06 CEST 2012 - jbeulich@novell.com Tue Apr 17 15:59:19 CEST 2012 - jeffm@suse.com - Update to 3.4-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 2fde7e0 ------------------------------------------------------------------- @@ -1439,7 +1847,7 @@ Mon Apr 9 03:28:12 CEST 2012 - jeffm@suse.com Fri Apr 6 06:42:35 CEST 2012 - jeffm@suse.com - Update AppArmor for 3.4. - - apparmor: Add "profiles" list to sysfs. + - apparmor: Add "profiles" list to sysfs. - commit 59517ac ------------------------------------------------------------------- @@ -1452,10 +1860,10 @@ Thu Apr 5 22:25:16 CEST 2012 - jeffm@suse.com Thu Apr 5 09:18:14 CEST 2012 - jeffm@suse.com - Updated to 3.4-rc1. - - Eliminated 121 patches. - - Xen is unavailable. - - ACPI overrides are unavailable. - - AppArmor network feature are unavailable. + - Eliminated 121 patches. + - Xen is unavailable. + - ACPI overrides are unavailable. + - AppArmor network feature are unavailable. - commit 3ac7e79 ------------------------------------------------------------------- @@ -1535,7 +1943,7 @@ Sat Mar 24 00:57:07 CET 2012 - dsterba@suse.cz - Refresh patches.suse/btrfs-handle-EIO. - Refresh - patches.suse/btrfs-volumes-schedule_bio-should-return-void. + patches.suse/btrfs-volumes-schedule_bio-should-return-void. - commit d97ade6 ------------------------------------------------------------------- @@ -1578,10 +1986,10 @@ Mon Mar 19 11:16:34 CET 2012 - jslaby@suse.cz Mon Mar 19 11:07:00 CET 2012 - jslaby@suse.cz - Delete - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. + patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. - Delete patches.arch/dell_optiplex_990_fix_reboot.patch. - Delete - patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. + patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. - Delete patches.drivers/libata-unlock-hpa-by-default. - Delete patches.fixes/scsi-add-tgps-setting. - Delete patches.fixes/scsi-dh-rdac-add-stk. @@ -1618,23 +2026,23 @@ Mon Mar 12 15:26:55 CET 2012 - ohering@suse.de - Staging: hv: storvsc: Cleanup storvsc_host_reset_handler(). - Staging: hv: storvsc: Move and cleanup storvsc_remove(). - Staging: hv: storvsc: Add a comment to explain life-cycle - management. + management. - Staging: hv: storvsc: Get rid of the on_io_completion in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Rename the context field in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver. - Staging: hv: storvsc: Cleanup the code for generating protocol - version. + version. - Staging: hv: storvsc: Cleanup some protocol related constants. - Staging: hv: storvsc: Get rid of some unused defines. - Staging: hv: storvsc: Consolidate the request structure. - Staging: hv: storvsc: Consolidate all the wire protocol - definitions. + definitions. - Staging: hv: storvsc: Move the storage driver out of the - staging area. + staging area. - Rename patches.suse/staging-hv-pata_piix-ignore-disks.patch to - patches.suse/suse-hv-pata_piix-ignore-disks.patch + patches.suse/suse-hv-pata_piix-ignore-disks.patch - commit 7487199 ------------------------------------------------------------------- @@ -1829,41 +2237,41 @@ Mon Feb 13 17:23:49 CET 2012 - mmarek@suse.cz Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de - Add driver auto probing for x86 features v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Fix overrun check in arch_print_cpu_modalias() - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - crypto: Add support for x86 cpuid - auto loading for x86 crypto drivers - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + auto loading for x86 crypto drivers + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Clean up modalias feature matching - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel-idle: convert to x86_cpu_id auto probing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Fix ID for Nehalem-EX Xeon in device ID table - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert via-cputemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k7: Fix CPU family number - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: Load acpi-cpufreq from processor driver automatically - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Revert change of auto_demotion_flags for Nehalem - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert coretemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k6: Really enable auto-loading - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - X86: Introduce HW-Pstate scattered cpuid feature - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - cpufreq: Add support for x86 cpuinfo auto loading v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86: autoload microcode driver on Intel and AMD systems v2 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 parts - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: remove duplicated lines of merging - problems with acpi_processor_start - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + problems with acpi_processor_start + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - Update config files. - commit 6efe9b5 @@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for --default (bnc#745632). KMPs are still built as i586. + -default (bnc#745632). KMPs are still built as i586. - commit 88a632b ------------------------------------------------------------------- @@ -1902,8 +2310,8 @@ Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com - Update to 3.3-rc2. - - Eliminated 5 patches. - - Xen is disabled. + - Eliminated 5 patches. + - Xen is disabled. - commit d017ea1 ------------------------------------------------------------------- @@ -2002,7 +2410,7 @@ Wed Dec 21 14:38:42 CET 2011 - jbeulich@novell.com Tue Dec 20 16:35:33 CET 2011 - jeffm@suse.com - Update to 3.2-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit d5a489e ------------------------------------------------------------------- @@ -2010,7 +2418,7 @@ Tue Dec 20 11:34:14 CET 2011 - trenn@suse.de - These should all be mainline in some form: - Delete - patches.arch/implement_stop_machine_from_offline_cpu.patch. + patches.arch/implement_stop_machine_from_offline_cpu.patch. - Delete patches.arch/kill-__stop_machine.patch. - Delete patches.arch/reorganize_stop_cpus.patch. - Delete patches.arch/use_stop_machine_for_mtrr_rendezvous.patch. @@ -2026,14 +2434,14 @@ Sun Dec 18 07:38:42 CET 2011 - aj@suse.de Fri Dec 16 15:37:51 CET 2011 - aj@suse.de - rpm/kernel-binary.spec.in: Add provides and make most obsoletes versioned. - This silences rpmlint warnings. + This silences rpmlint warnings. - commit e3023c7 ------------------------------------------------------------------- Wed Dec 14 13:51:41 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: Fix tarball URL for -rcX and - do not generate any URL for linux-next and vanilla snapshots. + do not generate any URL for linux-next and vanilla snapshots. - commit 1548daf ------------------------------------------------------------------- @@ -2123,7 +2531,7 @@ Wed Dec 7 11:05:05 CET 2011 - aj@suse.de Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com - Update to 3.2-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit a7d546d ------------------------------------------------------------------- @@ -2235,8 +2643,8 @@ Fri Nov 25 05:58:54 CET 2011 - jeffm@suse.com Fri Nov 25 05:47:49 CET 2011 - jeffm@suse.com - Update to 3.2-rc3. - - stack unwind: cfi_ignore takes more arguments. - - iio: Fix build error in industrialio-core.c. + - stack unwind: cfi_ignore takes more arguments. + - iio: Fix build error in industrialio-core.c. - commit 48ef020 ------------------------------------------------------------------- @@ -2249,7 +2657,7 @@ Thu Nov 24 18:45:54 CET 2011 - ohering@suse.de Thu Nov 24 13:01:09 CET 2011 - mmarek@suse.cz - rpm/try-disable-staging-driver: Script to disable failing staging - driver and restart make. + driver and restart make. - commit 819d1fa ------------------------------------------------------------------- @@ -2343,14 +2751,14 @@ Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de Wed Nov 16 06:51:07 CET 2011 - jeffm@suse.com - Update to 3.2-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 85c9930 ------------------------------------------------------------------- Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com - Update to 3.2-rc1. - - Eliminate 212 patches. + - Eliminate 212 patches. - commit 6318d5b ------------------------------------------------------------------- @@ -2390,8 +2798,8 @@ Sat Nov 5 01:32:21 CET 2011 - trenn@suse.de Thu Nov 3 17:56:46 CET 2011 - mszeredi@suse.cz - patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch: - hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops - (CVE-2011-2203 bnc#699709). + hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops + (CVE-2011-2203 bnc#699709). - commit 7923119 ------------------------------------------------------------------- @@ -2429,16 +2837,16 @@ Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com - Add Elantech touchpad v3/v4 support (bnc#716852): - - Input: elantech - add v3 hardware support. - - Input: elantech - add v4 hardware support. - - Input: elantech - better support all those v2 variants. - - Input: elantech - clean up elantech_init. - - Input: elantech - correct x, y value range for v2 hardware. - - Input: elantech - get rid of ETP_2FT_* in elantech.h. - - Input: elantech - packet checking for v2 hardware. - - Input: elantech - remove ETP_EDGE_FUZZ_V2. - - Input: elantech - remove module parameter force_elantech. - - Input: elantech - use firmware provided x, y ranges. + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. - commit 28551a0 ------------------------------------------------------------------- @@ -2469,7 +2877,7 @@ Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de Tue Oct 25 19:24:17 CEST 2011 - eich@suse.de - patches.suse/SUSE-bootsplash: remove DEBUG macro which was - left in the code by accident. + left in the code by accident. - commit a56ba15 ------------------------------------------------------------------- @@ -2482,7 +2890,7 @@ Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de - patches.suse/staging-hv-pata_piix-ignore-disks.patch: - Update comments in code and reduce patch size + Update comments in code and reduce patch size - commit 8913d07 ------------------------------------------------------------------- @@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de ------------------------------------------------------------------- Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com --Update to 3.1-rc10. +- -Update to 3.1-rc10. - commit 239957e ------------------------------------------------------------------- @@ -2522,11 +2930,11 @@ Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de - Various updates for hv drivers, which fix also the hv_mouse driver - staging: hv: storvsc: ignore SET_WINDOWN scsi command - (bnc#722646). + (bnc#722646). - staging/hv: advertise hv_storvsc instead of storvsc as sysfs - driver name (bnc#716708). + driver name (bnc#716708). - staging/hv: fill scsi/proc_name for the sake of mkinitrd - (bnc#716708). + (bnc#716708). - Staging: hv: util: Invoke cn_netlink_send() in a work context. - Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. - Refresh patches.xen/xen3-patch-2.6.32. @@ -2560,7 +2968,7 @@ Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com - patches.suse/supported-flag: Also look for Module.supported in the - source tree. + source tree. - Refresh patches.suse/supported-flag-enterprise. - commit 9c8680a @@ -2594,15 +3002,15 @@ Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - commit e3c78cf ------------------------------------------------------------------- @@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de - Refresh patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. --> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. + -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. - commit 0ac4276 ------------------------------------------------------------------- @@ -2647,9 +3055,9 @@ Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de - ACPI: Implement overriding of arbitrary ACPI tables via initrd - (none). + (none). - ACPICA: Fix wrongly mapped acpi table header when overriding - via initrd (none). + via initrd (none). - ACPICA: Introduce acpi_os_phys_table_override function (none). - x86: allow NVS can be accessed by driver (none). - Update config files: @@ -2667,7 +3075,7 @@ Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix unwinding through - interrupt frames, requiring ... + interrupt frames, requiring ... - patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression. - commit 4d917a5 @@ -2706,7 +3114,7 @@ Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com - mm: frontswap: swap data structure changes. - In HVM guests do not take over the CDROM device (bnc#645893). - x86: report ACPI-reserved state of PCI MMCONFIG region to - hypervisor. + hypervisor. - config.conf: Re-enable Xen flavors. - Update config files. - commit 3692f47 @@ -2746,33 +3154,33 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: util: kvp: Fix the reported OSVersion string. - Staging: hv: util: kvp: Cleanup kvp_get_domain_name(). - Staging: hv: Fix macros, tab errors and warning in - drivers/staging/hv/hv_mouse.c. + drivers/staging/hv/hv_mouse.c. - Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get - rid of the PCI signature. + rid of the PCI signature. - Staging: hv: Replace struct hv_guid with the uuid type already - defined in Linux. + defined in Linux. - Staging: hv: vmbus: Introduce vmbus ID space in struct - hv_driver. + hv_driver. - Staging: hv: blkvsc: Use the newly introduced vmbus ID in the - blockvsc driver. + blockvsc driver. - Staging: hv: storvsc: Use the newly introduced vmbus ID in - storvsc driver. + storvsc driver. - Staging: hv: netvsc: Use the newly introduced vmbus ID in - netvsc driver. + netvsc driver. - Staging: hv: mousevsc: Use the newly introduced vmbus ID in - mouse driver. + mouse driver. - Staging: hv: util: Make hv_utils a vmbus device driver. - Staging: hv: create VMBUS_DEVICE macro and use it. - Staging: hv: vmbus: Cleanup vmbus_match(). - Staging: hv: vmbus: Cleanup vmbus_uevent() code. - Staging: hv: vmbus: Support the notion of id tables in - vmbus_match(). + vmbus_match(). - Staging: hv: vmbus: Get rid of an unnecessary include line - in vmbus_drv.c. + in vmbus_drv.c. - Staging: hv: storvsc: Get rid of the DMI signature. - Staging: hv: netvsc: Get rid of the PCI signature. - Staging: hv: netvsc: Get rid of the DMI signature in - netvsc_drv.c. + netvsc_drv.c. - Staging: hv: util: Get rid of the DMI signature in hv_util.c. - Staging: hv: util: Get rid of the PCI signature in hv_util.c. - Staging: hv: fix up driver registering mess. @@ -2780,59 +3188,59 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: vmbus: Cleanup unnecessary comments in hv.c. - Staging: hv: vmbus: Cleanup error handling in hv_init(). - Staging: hv: vmbus: Get rid of unnecessay comments in - connection.c. + connection.c. - Staging: hv: vmbus: Get rid of the function dump_gpadl_body(). - Staging: hv: vmbus: Get rid of the function dump_gpadl_header(). - Staging: hv: vmbus: Rename openMsg to open_msg in channel.c. - Staging: hv: vmbus: Get rid of unnecessary comments in - channel.c. + channel.c. - Staging: hv: vmbus: Change the variable name openInfo to - open_info in channel.c. + open_info in channel.c. - Staging: hv: vmbus: Cleanup error values in ringbuffer.c. - Staging: hv: vmbus: Cleanup the error return value in - vmbus_recvpacket_raw(). + vmbus_recvpacket_raw(). - Staging: hv: netvsc: Get rid of an unnecessary print statement - in netvsc_probe(). + in netvsc_probe(). - Staging: hv: vmbus: Retry vmbus_post_msg() before giving up. - Staging: hv: storvsc: Cleanup error handling in - storvsc_dev_add(). + storvsc_dev_add(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_channel_init(). + storvsc_channel_init(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_connect_to_vsp(). + storvsc_connect_to_vsp(). - Staging: hv: storvsc: Cleanup error handling in storvsc_do_io(). - Storage: hv: storvsc: Get rid of some unnecessary DPRINTs - from storvsc.c. + from storvsc.c. - Staging: hv: storvsc: Fix/cleanup some dated comments in - storvsc.c. + storvsc.c. - Staging: hv: storvsc: Cleanup returned error code in - storvsc_host_reset(). + storvsc_host_reset(). - Staging: hv: storvsc: Cleanup error code returned in - storvsc_probe(). + storvsc_probe(). - Staging: hv: storvsc: Cleanup returned error code in - storvsc_drv_init(). + storvsc_drv_init(). - Staging: hv: netvsc: Cleanup the returned error code in - netvsc_probe(). + netvsc_probe(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_destroy_recv_buf(). + netvsc_destroy_recv_buf(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_init_recv_buf(). + netvsc_init_recv_buf(). - Staging: hv: netvsc: Cleanup error returns in - netvsc_connect_vsp(). + netvsc_connect_vsp(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_send(). + netvsc_send(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_device_add(). + netvsc_device_add(). - Staging: hv: netvsc: Cleanup error codes in - rndis_filter_receive(). + rndis_filter_receive(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_query_device(). + rndis_filter_query_device(). - Staging: hv: netvsc: Cleanup error return values in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - Staging: hv: netvsc: Cleanup error returns in - rndis_filter_init_device(). + rndis_filter_init_device(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_device_add(). + rndis_filter_device_add(). - Staging: hv: mouse: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Exit to exit. @@ -2845,72 +3253,72 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: add driver_data to hv_vmbus_device_id. - Staging: hv: Add code to parse struct hv_vmbus_device_id table. - Staging: hv: file2alias: fix up alias creation logic for - hv_vmbus_device_id. + hv_vmbus_device_id. - Staging: hv: storvsc: Inline free_stor_device(). - Staging: hv: storvsc: Do not aquire an unnecessary reference - on stor_device. + on stor_device. - Staging: hv: storvsc: Rename must_get_stor_device(). - Staging: hv: storvsc: Rename get_stor_device(). - Staging: hv: storvsc: Cleanup alloc_stor_device(). - Staging: hv: storvsc: Introduce state to manage the lifecycle - of stor device. + of stor device. - Staging: hv: storvsc: Prevent outgoing traffic when stor dev - is being destroyed. + is being destroyed. - Staging: hv: storvsc: Get rid of release_stor_device() by - inlining the code. + inlining the code. - Staging: hv: storvsc: Get rid of final_release_stor_device() - by inlining code. + by inlining code. - Staging: hv: storvsc: Get rid of the reference counting in - struct storvsc_device. + struct storvsc_device. - Staging: hv: netvsc: Inline the code for free_net_device(). - Staging: hv: netvsc: Cleanup alloc_net_device(). - Staging: hv: netvsc: Introduce state to manage the lifecycle - of net device. + of net device. - Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev - is destroyed. + is destroyed. - Staging: hv: netvsc: Get rid of release_outbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of release_inbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of the refcnt field in struct - netvsc_device. + netvsc_device. - Staging: hv: storvsc: Add code to handle IDE devices using - the storvsc driver. + the storvsc driver. - Staging: hv: storvsc: Handle IDE devices using the storvsc - driver. + driver. - Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is - not used. + not used. - Staging: hv: storvsc: Optimize bounce buffer handling for the - "write" case. + "write" case. - Staging: hv: storvsc: Optimize the bounce buffer handling in - the "read" case. + the "read" case. - Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of storvsc.c. + contents of storvsc.c. - Staging: hv: storvsc: Add the contents of hyperv_storage.h - to storvsc_drv.c. + to storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of hyperv_storage.h. + contents of hyperv_storage.h. - Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY - and MODE_SENSE. + and MODE_SENSE. - Staging: hv: storvsc: Fix a typo. - Staging: hv: storvsc: In case of scsi errors offline the device. - Staging: hv: storvsc: No need to copy from bounce buffer in - case of a failure. + case of a failure. - Staging: hv: util: Forcefully shutdown when shutdown is - requested. + requested. - Staging: hv: util: Adjust guest time in a process context. - Staging: hv: vmbus: Check before invoking the channel callback. - Staging: hv: vmbus: Properly deal with de-registering channel - callback. + callback. - Staging: hv: Fix a bug in vmbus_match(). - Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining - the code. + the code. - Staging: hv: vmbus: Do not enable auto eoi. - Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add(). - Staging: hv: vmbus: Get rid of some dated/redundant comments. - Staging: hv: vmbus: Get rid of an unnecessary check in - vmbus_connect(). + vmbus_connect(). - Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c. - Staging: hv: vmbus: Fix checkpatch warnings in connection.c. - Staging: hv: mousevsc: Fix checkpatch errors and warnings. @@ -2983,16 +3391,16 @@ Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com - Refreshed and re-enabled dm-path patches: - - patches.suse/dm-mpath-accept-failed-paths. - - patches.suse/dm-mpath-detach-existing-hardware-handler. + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. - commit 70cadcd ------------------------------------------------------------------- Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com - Update to 3.1-rc3. - - Eliminated 8 patches. - - Xen is disabled. + - Eliminated 8 patches. + - Xen is disabled. - commit eccefcc ------------------------------------------------------------------- @@ -3000,8 +3408,8 @@ Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de - * Refresh patches.suse/SUSE-bootsplash. * Fix bootsplash code for 15bpp framebuffers. - These framebuffers are rare these days, the legendary and still - popular server chipset Radeon ES1000 supports it, though. + These framebuffers are rare these days, the legendary and still + popular server chipset Radeon ES1000 supports it, though. - commit f25ce3e ------------------------------------------------------------------- @@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de - Update config files: bnc#674988, change: --CONFIG_ACPI_CUSTOM_METHOD=m + -CONFIG_ACPI_CUSTOM_METHOD=m +# CONFIG_ACPI_CUSTOM_METHOD is not set for all flavors - commit f1af972 @@ -3115,10 +3523,10 @@ Thu Jul 14 17:52:45 CEST 2011 - tiwai@suse.de Thu Jul 14 17:26:51 CEST 2011 - tiwai@suse.de - ALSA: hda - Add Kconfig for the default buffer size - (bnc#682725). + (bnc#682725). - Update config files. - Delete, replaced with the new upstream patch - patches.drivers/alsa-hda-0019-Increase-default-buffer-size. + patches.drivers/alsa-hda-0019-Increase-default-buffer-size. - commit 40c7644 ------------------------------------------------------------------- @@ -3140,7 +3548,7 @@ Sat Jul 9 11:17:46 CEST 2011 - jslaby@suse.cz Thu Jul 7 00:58:01 CEST 2011 - jeffm@suse.com - Update to 3.0-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 56e99da ------------------------------------------------------------------- @@ -3149,7 +3557,7 @@ Tue Jul 5 09:18:43 CEST 2011 - jbeulich@novell.com - Update Xen patches to 3.0-rc5 and c/s 1095. - xen: prepare tmem shim to handle frontswap. - support booting Xen from EFI (fate#311376, fate#311529, - bnc#578927, bnc#628554). + bnc#578927, bnc#628554). - config.conf: Re-enabled Xen flavors. - Update x86 config files. - Delete patches.xen/xen-blkback-bimodal-suse. @@ -3196,31 +3604,31 @@ Tue Jun 21 12:14:44 CEST 2011 - mmarek@suse.cz Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz - rpm/post.sh: Touch /boot/do_purge_kernels on package install - (fate#312018). + (fate#312018). - rpm/postun.sh: Remove it again if it still exists on package - uninstall. + uninstall. - commit 82f4a5d ------------------------------------------------------------------- Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de - stop_machine: implement stop_machine_from_offline_cpu() - (bnc#697859). + (bnc#697859). - stop_machine: kill __stop_machine() (bnc#697859). - x86, mtrr: lock stop machine during MTRR rendezvous sequence - (bnc#697859). + (bnc#697859). - stop_machine: reorganize stop_cpus() implementation - (bnc#697859). + (bnc#697859). - x86, mtrr: use __stop_machine() for doing MTRR rendezvous - (bnc#697859). + (bnc#697859). - commit aa3d6e2 ------------------------------------------------------------------- Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz - Remove the novfs patches, it should be packaged as a KMP, or - ideally, reimplemented as a fuse filesystem (which is the reason why - the current implementation it is never going to be accepted upstream). + ideally, reimplemented as a fuse filesystem (which is the reason why + the current implementation it is never going to be accepted upstream). - Delete patches.fixes/novfs-copy_user-fixes.diff. - Delete patches.fixes/novfs-minsize-fixes. - Delete patches.fixes/novfs-nwcapi.patch. @@ -3275,7 +3683,7 @@ Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz Wed Jun 15 08:05:05 CEST 2011 - jeffm@suse.com - Update to 3.0-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit a1fe999 ------------------------------------------------------------------- @@ -3343,9 +3751,9 @@ Mon Jun 13 14:06:28 CEST 2011 - mmarek@suse.cz the SRCVERSION variable will only be used to determine the tarball version. - rpm/compute-PATCHVERSION.sh: Set default PATCHLEVEL and SUBLEVEL to 0. - The package version will thus always match the Makefile version and - the SRCVERSION variable will only be used to determine the tarball - version. + The package version will thus always match the Makefile version and + the SRCVERSION variable will only be used to determine the tarball + version. - rpm/kernel-binary.spec.in: Revert the previous hack. - commit 95c9977 @@ -3368,9 +3776,9 @@ Fri Jun 10 20:24:41 CEST 2011 - jeffm@suse.com Fri Jun 10 17:12:22 CEST 2011 - jeffm@suse.com - x86: Remove warning and warning_symbol from struct - stacktrace_ops. + stacktrace_ops. - Delete - patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. + patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. - commit 608ce9e ------------------------------------------------------------------- @@ -3462,13 +3870,13 @@ Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - commit 83331f5 ------------------------------------------------------------------- @@ -3489,14 +3897,14 @@ Tue May 31 05:09:44 CEST 2011 - jeffm@suse.com Tue May 31 05:08:21 CEST 2011 - jeffm@suse.com - Updated to 3.0-rc1. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit 5710413 ------------------------------------------------------------------- Mon May 30 15:54:37 CEST 2011 - jack@suse.cz - mm: Fix assertion mapping->nrpages == 0 in end_writeback() - (bnc#693013 bnc#666423). + (bnc#693013 bnc#666423). - Refresh patches.xen/tmem. - commit d3e465a @@ -3504,9 +3912,9 @@ Mon May 30 15:54:37 CEST 2011 - jack@suse.cz Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. + patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. - aic94xx: world-writable sysfs update_bios file. - Update upstream info. + Update upstream info. - commit 8912816 ------------------------------------------------------------------- @@ -3567,7 +3975,7 @@ Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc7. - - Eliminated 5 patches. + - Eliminated 5 patches. - commit a8a170f ------------------------------------------------------------------- @@ -3580,16 +3988,16 @@ Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz - Delete - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 - commit 7934e2d ------------------------------------------------------------------- Thu May 12 11:56:16 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - Note about submission. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + Note about submission. - commit 9922e20 ------------------------------------------------------------------- @@ -3602,15 +4010,15 @@ Tue May 10 19:10:18 CEST 2011 - mhocko@suse.cz Tue May 10 16:14:44 CEST 2011 - mhocko@suse.cz - patches.fixes/aggressive-zone-reclaim.patch: delete because - the patch is very workload specific and can lead to unexpected - reclaims in parallel node local workloads. + the patch is very workload specific and can lead to unexpected + reclaims in parallel node local workloads. - commit 56cf10e ------------------------------------------------------------------- Tue May 10 16:04:27 CEST 2011 - mhocko@suse.cz - Delete patches.suse/mm-devzero-optimisation.patch: we do not need - it anymore as we have zero page back since 2.6.32 + it anymore as we have zero page back since 2.6.32 - commit 323a093 ------------------------------------------------------------------- @@ -3629,64 +4037,64 @@ Mon May 9 14:32:59 CEST 2011 - jbeulich@novell.com Mon May 9 11:32:35 CEST 2011 - jbeulich@novell.com - patches.suse/kconfig-automate-kernel-desktop: Remove stray blank - lines (for older versions of "patch" to grok). + lines (for older versions of "patch" to grok). - commit 4dfa74d ------------------------------------------------------------------- Sat May 7 01:50:06 CEST 2011 - jeffm@suse.com - Removed network driver entropy patches. haveged is installed by default - and should be enabled to generate entropy from non-predictable sources. - - Delete patches.drivers/bnx2-entropy-source.patch. - - Delete patches.drivers/e1000-entropy-source.patch. - - Delete patches.drivers/e1000e-entropy-source.patch. - - Delete patches.drivers/igb-entropy-source.patch. - - Delete patches.drivers/ixgbe-entropy-source.patch. - - Delete patches.drivers/tg3-entropy-source.patch. + and should be enabled to generate entropy from non-predictable sources. + - Delete patches.drivers/bnx2-entropy-source.patch. + - Delete patches.drivers/e1000-entropy-source.patch. + - Delete patches.drivers/e1000e-entropy-source.patch. + - Delete patches.drivers/igb-entropy-source.patch. + - Delete patches.drivers/ixgbe-entropy-source.patch. + - Delete patches.drivers/tg3-entropy-source.patch. - commit c88b893 ------------------------------------------------------------------- Fri May 6 19:36:47 CEST 2011 - jeffm@suse.com - Update - patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack - (bnc#466279 bnc#681639). + patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack + (bnc#466279 bnc#681639). - commit 72e779f ------------------------------------------------------------------- Fri May 6 19:31:10 CEST 2011 - jeffm@suse.com - Disabled patches.drivers/libata-unlock-hpa-by-default; It may have - been obsoleted by upstream commit d8d9129e. + been obsoleted by upstream commit d8d9129e. - commit 1a21ab3 ------------------------------------------------------------------- Fri May 6 18:51:20 CEST 2011 - jeffm@suse.com - sysctl: Increase IPC defaults (bnc#146656) - - Delete patches.suse/shmall-bigger. + - Delete patches.suse/shmall-bigger. - commit a70e34f ------------------------------------------------------------------- Fri May 6 17:50:56 CEST 2011 - jeffm@suse.com - sysctl/i386/desktop, sysctl/x86_64/desktop: Add vm.dirty_ratio = 20 - for desktop flavors (bnc#552883) - - Delete patches.suse/mm-tune-dirty-limits.patch. + for desktop flavors (bnc#552883) + - Delete patches.suse/mm-tune-dirty-limits.patch. - commit dbe73e2 ------------------------------------------------------------------- Fri May 6 17:25:45 CEST 2011 - jeffm@suse.com - sysctl/defaults: Added kernel.hung_task_timeout=0 - - Delete patches.suse/hung_task_timeout-configurable-default. + - Delete patches.suse/hung_task_timeout-configurable-default. - commit 78f9eed ------------------------------------------------------------------- Fri May 6 16:41:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-{binary,source}.spec.in: Install per-kernel /boot/sysctl-* - files (patch from Jeff Mahoney). + files (patch from Jeff Mahoney). - commit 473f2d1 ------------------------------------------------------------------- @@ -3699,7 +4107,7 @@ Thu May 5 22:35:53 CEST 2011 - jeffm@suse.com Thu May 5 22:23:21 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc6. - - 2 patches eliminated. + - 2 patches eliminated. - commit 2643e59 ------------------------------------------------------------------- @@ -3713,9 +4121,9 @@ Tue May 3 03:08:18 CEST 2011 - tonyj@suse.de Fri Apr 29 20:35:21 CEST 2011 - jeffm@suse.com - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - commit 52dd0f0 ------------------------------------------------------------------- @@ -3737,7 +4145,7 @@ Fri Apr 29 00:36:03 CEST 2011 - gregkh@suse.de - Delete patches.suse/linux-2.6.29-dont-wait-for-mouse.patch. - Delete patches.suse/linux-2.6.29-even-faster-kms.patch. - Delete - patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. + patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. - Delete patches.suse/linux-2.6.29-kms-after-sata.patch. - Delete patches.suse/linux-2.6.29-touchkit.patch. - commit c13427d @@ -3752,22 +4160,22 @@ Fri Apr 29 00:17:46 CEST 2011 - jbenc@suse.cz Thu Apr 28 23:32:44 CEST 2011 - rjw@suse.de - Delete patches.xen/xen3-x86-mcp51-no-dac. - Also remove the series.conf entires for the x86-mcp-no-dac patches. + Also remove the series.conf entires for the x86-mcp-no-dac patches. - commit 574577b ------------------------------------------------------------------- Thu Apr 28 23:16:27 CEST 2011 - rjw@suse.de - Delete patches.arch/x86-mcp51-no-dac. (This is a blacklist entry that - has been rejected by the mainline, the problem reporter is gone and - it's next to impossible to verify it now.) + has been rejected by the mainline, the problem reporter is gone and + it's next to impossible to verify it now.) - commit 195b113 ------------------------------------------------------------------- Thu Apr 28 21:38:22 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - commit a2662ae ------------------------------------------------------------------- @@ -3782,14 +4190,14 @@ Thu Apr 28 20:56:33 CEST 2011 - jslaby@suse.cz Thu Apr 28 20:30:56 CEST 2011 - bphilips@suse.de - Delete - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. + patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. - commit 9917206 ------------------------------------------------------------------- Thu Apr 28 20:19:59 CEST 2011 - bphilips@suse.de - Delete - patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. + patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. - commit 08374b3 ------------------------------------------------------------------- @@ -3822,7 +4230,7 @@ Thu Apr 28 14:18:12 CEST 2011 - jbeulich@novell.com Wed Apr 27 22:20:02 CEST 2011 - jeffm@suse.com - Delete - patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. + patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. - commit 399a100 ------------------------------------------------------------------- @@ -3884,10 +4292,10 @@ Wed Apr 27 21:34:13 CEST 2011 - jeffm@suse.com - Delete patches.suse/acpi-don-t-preempt-until-the-system-is-up. - Delete - patches.suse/acpi-generic-initramfs-table-override-support. + patches.suse/acpi-generic-initramfs-table-override-support. - Delete patches.suse/add-initramfs-file_read_write. - Delete - patches.suse/init-move-populate_rootfs-back-to-start_kernel. + patches.suse/init-move-populate_rootfs-back-to-start_kernel. - commit d4910b3 ------------------------------------------------------------------- @@ -3901,14 +4309,14 @@ Wed Apr 27 21:29:24 CEST 2011 - jeffm@suse.com Wed Apr 27 21:11:59 CEST 2011 - jeffm@suse.com - Delete patches.suse/osync-error. It was unused and the issue it fixed in - kernels prior to 2.6.32 doesn't exist anymore. + kernels prior to 2.6.32 doesn't exist anymore. - commit 52cc654 ------------------------------------------------------------------- Wed Apr 27 20:48:55 CEST 2011 - jeffm@suse.com - Delete patches.suse/s390-System.map.diff: Proper fix in binutils has - long since been upstream. + long since been upstream. - commit 2847a36 ------------------------------------------------------------------- @@ -3941,7 +4349,7 @@ Wed Apr 27 20:18:37 CEST 2011 - jeffm@suse.com Wed Apr 27 20:16:52 CEST 2011 - jeffm@suse.com - Delete patches.suse/unmap_vmas-lat: No bug report or signed-off-by. - - Delete patches.arch/s390-add-FREE_PTE_NR. + - Delete patches.arch/s390-add-FREE_PTE_NR. - commit 2a392c2 ------------------------------------------------------------------- @@ -3954,7 +4362,7 @@ Wed Apr 27 20:16:00 CEST 2011 - jeffm@suse.com Wed Apr 27 20:15:02 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc5. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5288a05 ------------------------------------------------------------------- @@ -3974,7 +4382,7 @@ Wed Apr 27 19:43:47 CEST 2011 - jeffm@suse.com Tue Apr 26 11:03:18 CEST 2011 - jkosina@suse.cz - HID: add noget quirk barcode scanners from Symbol Technologies - (bnc#689290). + (bnc#689290). - commit f5b999f ------------------------------------------------------------------- @@ -3987,7 +4395,7 @@ Fri Apr 22 00:01:41 CEST 2011 - jeffm@suse.com Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz - Revert changes to sparc configs to not make life harder for Jan Engelhardt - maintaining sparc architecture. + maintaining sparc architecture. - commit cdac873 ------------------------------------------------------------------- @@ -4006,7 +4414,7 @@ Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 3f654c8 ------------------------------------------------------------------- @@ -4019,15 +4427,15 @@ Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de - Combined and consolidated bootsplash patch (bnc#669777, - bnc#570082, bnc#595657, bnc#594209, bnc#544645). - - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. - - Delete patches.suse/bootsplash. - - Delete patches.suse/bootsplash-console-fix. - - Delete patches.suse/bootsplash-keep-multiple-data. - - Delete patches.suse/bootsplash-scaler. - - Reformatted code, fixed some minor bugs that became obvious. - - Fixed race that led to null pointer dereference in splash_read_proc(): - bnc#669777. + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. - commit 95844c5 ------------------------------------------------------------------- @@ -4040,7 +4448,7 @@ Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de - intel_idle: Make lapic_timer_reliable_states a boot param - (bnc#675161). + (bnc#675161). - commit 85b156b ------------------------------------------------------------------- @@ -4054,7 +4462,7 @@ Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - - This results in automatically disabling CONFIG_GIGASET_I4L. + - This results in automatically disabling CONFIG_GIGASET_I4L. - commit 697e68b ------------------------------------------------------------------- @@ -4074,7 +4482,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com - Update Xen patches to 2.6.39-rc3 and c/s 1079. - blktap2: replace hard-coded limit of tap devices with - configurable one. + configurable one. - config.conf: Re-enable Xen configs. - Update x86 config files. - commit d3bfd6c @@ -4083,7 +4491,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com - fs/partitions/efi.c: corrupted GUID partition tables can cause - kernel oops (bnc#687113 CVE-2011-1577). + kernel oops (bnc#687113 CVE-2011-1577). - commit 385b393 ------------------------------------------------------------------- @@ -4128,7 +4536,7 @@ Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 200c913 ------------------------------------------------------------------- @@ -4153,29 +4561,29 @@ Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc2. - - Eliminated 18 patches. - - Added 3 patches. - - hv_mouse: needs . - - dm-raid45: Remove blk_unplug calls. - - novfs: 2.6.39 API update. - - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. - - patches.kernel.org is no longer used to contain upstream patches - for -rc releases. Users planning on building their own kernel should - have a copy of the tarball corresponding to the -rc releases. + - Eliminated 18 patches. + - Added 3 patches. + - hv_mouse: needs . + - dm-raid45: Remove blk_unplug calls. + - novfs: 2.6.39 API update. + - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. + - patches.kernel.org is no longer used to contain upstream patches + for -rc releases. Users planning on building their own kernel should + have a copy of the tarball corresponding to the -rc releases. - commit adf9d16 ------------------------------------------------------------------- Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de - Make selection of 'readdir-plus' adapt to usage patterns - (bnc#678123). + (bnc#678123). - commit 5de99a8 ------------------------------------------------------------------- Wed Apr 6 09:01:38 CEST 2011 - jeffm@suse.de - reiserfs: Force inode evictions before umount to avoid crash - (bnc#610598 bnc#680073 bnc#684112). + (bnc#610598 bnc#680073 bnc#684112). - Delete patches.fixes/reiserfs-xattr-crash-fix. - commit bf57d20 @@ -4189,21 +4597,21 @@ Tue Apr 5 10:42:22 CEST 2011 - jslaby@suse.cz Wed Mar 30 23:50:41 CEST 2011 - jeffm@suse.com - Delete patches.suse/twofish-2.6. - - This was for 2.4 compatibility and has been moved to KMP purgatory. + - This was for 2.4 compatibility and has been moved to KMP purgatory. - commit dcca506 ------------------------------------------------------------------- Wed Mar 30 10:32:32 CEST 2011 - jslaby@suse.cz - Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo - (bnc#681826). + (bnc#681826). - commit 2e71042 ------------------------------------------------------------------- Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de - Update config files, remove CONFIG_X86_MCE_XEON75XX=m - ->driver got reverted with previous commit + ->driver got reverted with previous commit - Refresh patches.xen/xen3-auto-arch-x86.diff. - commit b367e7b @@ -4215,18 +4623,18 @@ Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de APEI implementation should take care of that in recent kernels. - Delete patches.arch/x86_mce_intel_decode_physical_address.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. + patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. - commit 1fe7a22 ------------------------------------------------------------------- Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not install unneeded packages in the - build chroot. + build chroot. - commit 7f4c49d ------------------------------------------------------------------- @@ -4246,7 +4654,7 @@ Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz - Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing - the signal code (bnc#681826 CVE-2011-1020). + the signal code (bnc#681826 CVE-2011-1020). - commit 2e42fd4 ------------------------------------------------------------------- @@ -4255,7 +4663,7 @@ Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de - sound/oss/opl3: validate voice and channel indexes (bnc#681999). - sound/oss: remove offset from load_patch callbacks (bnc#681999). - ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl - (bnc#680816). + (bnc#680816). - commit 09ff6e9 ------------------------------------------------------------------- @@ -4268,7 +4676,7 @@ Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz - HID: add support for Skycable 0x3f07 wireless presenter - (bnc#681297). + (bnc#681297). - commit 892e8d4 ------------------------------------------------------------------- @@ -4299,12 +4707,12 @@ Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de - netvm: Do not mark requests for swapfile writes as dirty or - kswapd fails to free the page (bnc#678472). + kswapd fails to free the page (bnc#678472). - nfs: Use page_file_offset during page writeback (bnc#677738). - nfs: Convert nfs_mark_request_dirty() to use page_file_mapping() - (bnc#677738). + (bnc#677738). - netvm: Remove duplicated initialization in net/ipv4/route.c - (bnc#678970). + (bnc#678970). - collapse: mm: Report the low watermark correctly (bnc#678497). - commit a798dd1 @@ -4318,7 +4726,7 @@ Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com - Linux: 2.6.38-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 7da557d ------------------------------------------------------------------- @@ -4343,38 +4751,38 @@ Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc7. - - Refresh patches.xen/xen-x86-no-lapic. - - Refresh patches.xen/xen3-patch-2.6.19. + - Refresh patches.xen/xen-x86-no-lapic. + - Refresh patches.xen/xen3-patch-2.6.19. - commit 7eb9d30 ------------------------------------------------------------------- Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - commit 88d5daa ------------------------------------------------------------------- Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in - yesterday's change. + yesterday's change. - commit 098768b ------------------------------------------------------------------- Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Add annotations to - lib/rwsem_64.S. + lib/rwsem_64.S. - commit 87944ac ------------------------------------------------------------------- Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de - ALSA: usb-audio: fix oops due to cleanup race when disconnecting - (bnc#674735). + (bnc#674735). - commit ed81f8c ------------------------------------------------------------------- @@ -4387,7 +4795,7 @@ Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com - Update to 2.6.38-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 6cce7bb ------------------------------------------------------------------- @@ -4400,7 +4808,7 @@ Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de - ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499, - CVE-2011-0712). + CVE-2011-0712). - commit 5ef002b ------------------------------------------------------------------- @@ -4419,22 +4827,22 @@ Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de - Update config files. - - disable CONFIG_DRM_VMWGFX (bnc#606458) - - update sparc configs to at least be able to run "make oldconfig" + - disable CONFIG_DRM_VMWGFX (bnc#606458) + - update sparc configs to at least be able to run "make oldconfig" - commit da75bd9 ------------------------------------------------------------------- Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Re-add change lost during - initial 2.6.37 merge. + initial 2.6.37 merge. - commit e493205 ------------------------------------------------------------------- Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz - Move spec file templates and helper scripts to a separate branch, to - ease synchronizing these files among master, vanilla and linux-next. + ease synchronizing these files among master, vanilla and linux-next. - commit 411abb8 ------------------------------------------------------------------- @@ -4454,7 +4862,7 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code - was merged into rpm's find-supplements script. + was merged into rpm's find-supplements script. - Delete rpm/check-build.sh, not needed anymore. - commit 0a157b1 @@ -4462,43 +4870,43 @@ Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com - flexcop: fix registering braindead stupid names (brc#575873 - bnc#661429). + bnc#661429). - commit 72bd3d0 ------------------------------------------------------------------- Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de - Staging: samsung-laptop: add support for lots of laptops - (bnc#661682). + (bnc#661682). - commit 1eb5eaa ------------------------------------------------------------------- Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Set timestamp of sources to the commit - timestamp, so that they are always older than generated files in - /usr/src/linux-obj (bnc#669669). + timestamp, so that they are always older than generated files in + /usr/src/linux-obj (bnc#669669). - commit 8565452 ------------------------------------------------------------------- Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to - keep timestamps intact. + keep timestamps intact. - commit 9ba5ff0 ------------------------------------------------------------------- Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Remove .gitignore files after applying patches - (fix last change). + (fix last change). - commit 907f9cc ------------------------------------------------------------------- Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit c327e0a ------------------------------------------------------------------- @@ -4546,8 +4954,8 @@ Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition - of %release_major and rename it to %release_num to better describe - what it does. Add some comments to explain how the versioning works. + of %release_major and rename it to %release_num to better describe + what it does. Add some comments to explain how the versioning works. - commit 9a3bc94 ------------------------------------------------------------------- @@ -4566,14 +4974,14 @@ Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit b6b51ca ------------------------------------------------------------------- Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de - ALSA: hda - Fix memory leaks in conexant jack arrays - (bnc#668929). + (bnc#668929). - commit 31971a4 ------------------------------------------------------------------- @@ -4611,8 +5019,8 @@ Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com - Update config files. - - CONFIG_EXPERT=n on all but ps3 - - Vanilla configs updated. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. - commit b25e639 ------------------------------------------------------------------- @@ -4633,7 +5041,7 @@ Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 90baa82 ------------------------------------------------------------------- @@ -4652,30 +5060,30 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc1. - - Removed 12 patches. - - Xen is disabled. - - Quite a few patches need updating. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. - commit 9163bb7 ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff ------------------------------------------------------------------- @@ -4688,7 +5096,7 @@ Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 ------------------------------------------------------------------- @@ -4707,22 +5115,22 @@ Mon Jan 17 20:52:49 CET 2011 - jeffm@suse.com Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz - Revert %kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 ------------------------------------------------------------------- Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 ------------------------------------------------------------------- Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 ------------------------------------------------------------------- @@ -4796,7 +5204,7 @@ Thu Jan 6 20:51:31 CET 2011 - jeffm@suse.com Thu Jan 6 19:48:28 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe ------------------------------------------------------------------- @@ -4815,28 +5223,28 @@ Thu Jan 6 17:09:12 CET 2011 - jeffm@suse.com Thu Jan 6 17:08:44 CET 2011 - jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d ------------------------------------------------------------------- Thu Jan 6 16:10:26 CET 2011 - jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 ------------------------------------------------------------------- @@ -4849,7 +5257,7 @@ Thu Jan 6 15:49:34 CET 2011 - jack@suse.cz Thu Jan 6 13:56:07 CET 2011 - mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 ------------------------------------------------------------------- @@ -4858,7 +5266,7 @@ Thu Jan 6 10:07:22 CET 2011 - mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b @@ -4879,7 +5287,7 @@ Thu Dec 30 00:50:58 CET 2010 - jeffm@suse.com Wed Dec 29 22:23:21 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 ------------------------------------------------------------------- @@ -4904,38 +5312,38 @@ Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c ------------------------------------------------------------------- Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (bnc#655048). + Backport to XEN. - commit 92c0965 ------------------------------------------------------------------- Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz - Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive - decode" (bnc#655048). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 @@ -4950,8 +5358,8 @@ Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz - Delete - patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. - It's unreferenced and wrong. + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. - commit 9e6fc50 ------------------------------------------------------------------- @@ -4988,10 +5396,10 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 @@ -5024,14 +5432,14 @@ Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 ------------------------------------------------------------------- Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 ------------------------------------------------------------------- @@ -5062,7 +5470,7 @@ Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b @@ -5071,12 +5479,12 @@ Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c ------------------------------------------------------------------- @@ -5109,7 +5517,7 @@ Fri Nov 26 15:04:27 CET 2010 - jbeulich@novell.com - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -5133,7 +5541,7 @@ Wed Nov 24 15:49:45 CET 2010 - jeffm@suse.com Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac ------------------------------------------------------------------- @@ -5157,7 +5565,7 @@ Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Wed Nov 17 17:10:32 CET 2010 - jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 ------------------------------------------------------------------- @@ -5176,7 +5584,7 @@ Tue Nov 16 20:08:11 CET 2010 - jeffm@suse.com Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 ------------------------------------------------------------------- @@ -5189,7 +5597,7 @@ Mon Nov 15 21:33:19 CET 2010 - jeffm@suse.com Mon Nov 15 21:30:37 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 ------------------------------------------------------------------- @@ -5208,16 +5616,16 @@ Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz Fri Nov 12 18:37:10 CET 2010 - jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 ------------------------------------------------------------------- Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de - Update config files. (bnc#652954) increase the number of possible and - default uarts for users with multi-port serial cards for the i386 and - x86-64 default configs. + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. - commit 85c87e3 ------------------------------------------------------------------- @@ -5231,20 +5639,20 @@ Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + top down (bnc#651256). - PCI: allocate bus resources from the top down (bnc#651256). - x86/PCI: allocate space from the end of a region, not the - beginning (bnc#651256). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + capabilities (bnc#651256). - x86: allocate space within a region top-down (bnc#651256). - Refresh patches.xen/xen3-patch-2.6.34. - commit 8c68ad1 @@ -5253,21 +5661,21 @@ Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 ------------------------------------------------------------------- Fri Oct 29 13:47:35 CEST 2010 - jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb ------------------------------------------------------------------- Fri Oct 29 01:53:34 CEST 2010 - trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b ------------------------------------------------------------------- @@ -5287,14 +5695,14 @@ Wed Oct 27 14:51:30 CEST 2010 - jslaby@suse.cz Tue Oct 26 21:31:22 CEST 2010 - trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 ------------------------------------------------------------------- Tue Oct 26 13:41:23 CEST 2010 - jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 ------------------------------------------------------------------- @@ -5302,7 +5710,7 @@ Mon Oct 25 12:53:38 CEST 2010 - jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 @@ -5312,7 +5720,7 @@ Mon Oct 25 08:58:15 CEST 2010 - tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda ------------------------------------------------------------------- @@ -5325,7 +5733,7 @@ Fri Oct 22 21:18:25 CEST 2010 - jeffm@suse.de Fri Oct 22 13:32:04 CEST 2010 - jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb ------------------------------------------------------------------- @@ -5340,7 +5748,7 @@ Thu Oct 21 10:11:03 CEST 2010 - sjayaraman@suse.de Mon Oct 18 16:54:57 CEST 2010 - trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf ------------------------------------------------------------------- @@ -5376,7 +5784,7 @@ Mon Oct 11 17:14:51 CEST 2010 - mmarek@suse.cz Mon Oct 11 16:12:29 CEST 2010 - jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 ------------------------------------------------------------------- @@ -5389,7 +5797,7 @@ Fri Oct 8 17:40:50 CEST 2010 - jeffm@suse.de Tue Oct 5 18:02:19 CEST 2010 - jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa ------------------------------------------------------------------- @@ -5402,7 +5810,7 @@ Tue Oct 5 17:19:46 CEST 2010 - jeffm@suse.de Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 @@ -5411,7 +5819,7 @@ Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de Mon Oct 4 16:57:34 CEST 2010 - jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 ------------------------------------------------------------------- @@ -5424,25 +5832,25 @@ Fri Sep 24 13:45:31 CEST 2010 - jbeulich@novell.com Fri Sep 24 13:23:13 CEST 2010 - trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 ------------------------------------------------------------------- Fri Sep 24 13:14:36 CEST 2010 - trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 ------------------------------------------------------------------- @@ -5467,7 +5875,7 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 @@ -5475,7 +5883,7 @@ Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b ------------------------------------------------------------------- @@ -5494,7 +5902,7 @@ Tue Sep 21 14:15:34 CEST 2010 - mmarek@suse.cz Tue Sep 21 13:59:10 CEST 2010 - jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 ------------------------------------------------------------------- @@ -5502,8 +5910,8 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f @@ -5512,14 +5920,14 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de Mon Sep 20 16:03:14 CEST 2010 - sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b ------------------------------------------------------------------- Mon Sep 20 15:25:41 CEST 2010 - jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 ------------------------------------------------------------------- @@ -5532,25 +5940,25 @@ Sun Sep 19 17:39:03 CEST 2010 - jeffm@suse.com Fri Sep 17 01:05:47 CEST 2010 - jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 ------------------------------------------------------------------- Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de - x86-64, compat: Test %rax for the syscall number, not %eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 ------------------------------------------------------------------- Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac ------------------------------------------------------------------- @@ -5563,21 +5971,21 @@ Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 ------------------------------------------------------------------- Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 ------------------------------------------------------------------- Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 ------------------------------------------------------------------- @@ -5592,11 +6000,11 @@ Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -5626,7 +6034,7 @@ Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de 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). + (CVE-2010-2954 bnc#636112). - commit f04e61f ------------------------------------------------------------------- @@ -5648,7 +6056,7 @@ Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 ------------------------------------------------------------------- @@ -5667,28 +6075,28 @@ Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - 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. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + 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. + 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. + the truncate path and causes crashes. - commit e18fc2c ------------------------------------------------------------------- @@ -5743,22 +6151,22 @@ Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de 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. + 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. + 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. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e ------------------------------------------------------------------- @@ -5772,7 +6180,7 @@ Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com 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. + avoid triggering a build service rule error. - commit 124ac26 ------------------------------------------------------------------- @@ -5791,14 +6199,14 @@ Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de 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. + 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 - to grab the BKL + to grab the BKL - commit 1df02ec ------------------------------------------------------------------- @@ -5811,20 +6219,20 @@ Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - 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. + - 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 ------------------------------------------------------------------- @@ -5843,10 +6251,10 @@ Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com 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. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 ------------------------------------------------------------------- @@ -5878,7 +6286,7 @@ Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com 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). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 ------------------------------------------------------------------- @@ -5891,7 +6299,7 @@ Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz 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. + 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 @@ -5901,14 +6309,14 @@ Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de 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). + 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). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 @@ -5917,13 +6325,13 @@ 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. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b @@ -5932,7 +6340,7 @@ Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com 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. + usage from upstream commit 718be4aa. - commit 4ce0b48 ------------------------------------------------------------------- @@ -5963,7 +6371,7 @@ Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 ------------------------------------------------------------------- @@ -5976,7 +6384,7 @@ Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 ------------------------------------------------------------------- @@ -5990,7 +6398,7 @@ 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). + though). - commit 8ed2389 ------------------------------------------------------------------- diff --git a/kernel-imx51.spec b/kernel-imx51.spec index 9dc32f4f5..7e4368af4 100644 --- a/kernel-imx51.spec +++ b/kernel-imx51.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6 -%define patchversion 3.6.3 +%define srcversion 3.7 +%define patchversion 3.7.0 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-imx51 Summary: Kernel for Freescale's iMX SoC -Version: 3.6.3 +Version: 3.7.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -91,7 +91,7 @@ Requires(post): distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release # Remove some packages that are installed automatically by the build system, # but are not needed to build the kernel -#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv +#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv %ifarch ia64 # arch/ia64/scripts/unwcheck.py @@ -474,10 +474,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz @@ -887,6 +886,7 @@ Provides: multiversion(kernel) Provides: %name-devel = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel Supplements: packageand(%name:kernel-devel%variant) +PreReq: coreutils %description devel This package contains files necessary for building kernel modules (and diff --git a/kernel-omap2plus.changes b/kernel-omap2plus.changes index 2887ccaf6..e0d27f80d 100644 --- a/kernel-omap2plus.changes +++ b/kernel-omap2plus.changes @@ -1,3 +1,393 @@ +------------------------------------------------------------------- +Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com + +- ezusb: add dependency to USB. + This prevents build failures by making it depend on the value of CONFIG_USB. + Commit 36e0f0bd did this for architectures other than ARM manually. +- commit b89db5d + +------------------------------------------------------------------- +Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de + +- Drivers: hv: balloon: Fix a memory leak. +- commit 26cdad5 + +------------------------------------------------------------------- +Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com + +- Update to 3.7-final. +- commit 1771a73 + +------------------------------------------------------------------- +Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de + +- Update patch headers for fate314663 and fate314665 changes +- commit 44044f1 + +------------------------------------------------------------------- +Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz + +- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually + ext3 will be removed upstream so let's do the transition. +- commit dadc8ea + +------------------------------------------------------------------- +Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr + +- Update omap2plus (armv7) config: Enable TWL* USB drivers +- commit 28c09f5 + +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + +------------------------------------------------------------------- +Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de + +- fate#314663 hyper-v memory ballooning support +- mm: Export a function to get vm committed memory. +- Drivers: hv: Add Hyper-V balloon driver. +- Drivers: hv: balloon: Fix a bug in the definition of struct + dm_info_msg. +- Update config files. + fate#314665 hyper-v: Update the Vmbus protocol +- Drivers: hv: Implement routines for read side signaling + optimization. +- Drivers: hv: Add state to manage batched reading. +- Drivers: hv: Turn off batched reading for util drivers. +- Drivers: hv: Optimize signaling in the read path. +- Drivers: hv: Optimize the signaling on the write path. +- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask(). +- Drivers: hv: Support handling multiple VMBUS versions. +- Drivers: hv: Update the ring buffer structure to match win8 + functionality. +- Drivers: hv: Extend/modify vmbus_channel_offer_channel for + win7 and beyond. +- Drivers: hv: Save and export negotiated vmbus version. +- Drivers: hv: Change the signature for hv_signal_event(). +- Drivers: hv: Change the signature of vmbus_set_event(). +- Drivers: hv: Move vmbus version definitions to hyperv.h. +- Drivers: hv: Manage signaling state on a per-connection basis. +- Drivers: hv: Cleanup vmbus_set_event() to support win7 and + beyond. +- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID. +- Drivers: hv: Add state to manage incoming channel interrupt + load. +- Drivers: hv: Modify the interrupt handling code to support + win8 and beyond. +- Drivers: hv: Add code to distribute channel interrupt load. +- Drivers: hv: Get rid of the unused global signaling state. +- Drivers: hv: Get rid of unnecessary request for offers. +- Drivers: hv: Manage event tasklets on per-cpu basis. +- Drivers: hv: Handle vmbus interrupts concurrently on all cpus. +- Drivers: hv: Add a check to deal with spurious interrupts. +- Drivers: hv: Enable protocol negotiation with win8 hosts. +- Drivers: hv: Implement flow management on the send side. +- Drivers: hv: Capture the host build information. +- Drivers: hv: Cleanup and consolidate reporting of build/version + info. +- commit 4fccd03 + +------------------------------------------------------------------- +Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc8. +- Delete patches.rpmify/net-fix-build-failure-in-xilinx. +- commit 76b3d92 + +------------------------------------------------------------------- +Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de + +- add splash=black option to bootsplash code, + to keep a black background, useful for remote access to VMs + (bnc#773487) +- commit c060ae1 + +------------------------------------------------------------------- +Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem + (bnc#781327) +- commit 841d864 + +------------------------------------------------------------------- +Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com + +- net: fix build failure in xilinx. +- commit 28be621 + +------------------------------------------------------------------- +Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com + +- Update config files. Enable CONFIG_SMB2 to 'y'. +- commit 25bdfaf + +------------------------------------------------------------------- +Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc6. +- commit daac70a + +------------------------------------------------------------------- +Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz + +- rpm/config.sh: Set projects for ARM +- commit 55bac79 + +------------------------------------------------------------------- +Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related + crash in context switch code). +- commit bb1d12d + +------------------------------------------------------------------- +Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com + +- Update to 3.7-rc5. +- Update Xen patches additionally to c/s 1204: +- commit d5de9cf + +------------------------------------------------------------------- +Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com + +- config: sync x86_64 configs for NR_UARTS + This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and + CONFIG_SERIAL_8250_NR_UARTS to 32. +- commit ddf88e6 + +------------------------------------------------------------------- +Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com + +- Delete patches.arch/s390-remove-kvm-para.patch. +- commit f759e1e + +------------------------------------------------------------------- +Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com + +- config: sync ppc64 configs for LIB80211, NET_SDA_MV* + This commit changes the following options to be modular: + LIB80211 + NET_DSA_MV88E6XXX + NET_DSA_MV88E6060 +- commit caa5a52 + +------------------------------------------------------------------- +Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com + +- config: sync ppc64/debug with ppc64/default + The debug config should be identical to default with the exception of + the debug options. This patch brings ppc64/debug in line with ppc64/default + with the exception of a few things that are modular in debug that should + also be modular in default. +- commit b981fcd + +------------------------------------------------------------------- +Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com + +- config: sync kvm options between ppc64 flavors. +- commit 8a389d5 + +------------------------------------------------------------------- +Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com + +- config: disable HW_RANDOM_AMD on ppc64 + This chip is only on AMD hardware and an old ppc64 eval board. We can skip + it on ppc64. +- commit 03001a4 + +------------------------------------------------------------------- +Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com + +- config: Eliminate unused ppc/ppc64 configs. + The history of the ppc/ppc64 configs is a convoluted one that started + before the kernel source could support multiple machine types with a + single image and before there was a usable 64-bit userspace. + In the subsequent years, the powerpc code has been unified and we've + released a 64-bit powerpc userspace. The "default" and "ppc64" configs + on ppc64 are essentially identical and just waste space. The "ppc64" + config on 32-bit ppc address a long since unnecessary corner case. Users + who still want a 32-bit userspace with a 64-bit kernel can install and + update it themselves using the 64-bit repository like i386/x86_64 users + can do. + This commit can be summarized thusly: + rm config/ppc/ppc64 + rm config/ppc/ps3 (already unused) + mv config/ppc64/ppc64 config/ppc64/default +- commit a9cc3d5 + +------------------------------------------------------------------- +Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr + +- Add kernel-versatile description +- commit 5424cf2 + +------------------------------------------------------------------- +Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr + +- Enable armv5 in arch-symbols +- commit 401de81 + +------------------------------------------------------------------- +Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com + +- config: sync vanilla flavor with default flavor for each platform + The vanilla configs have drifted away from the default configuration + for each platform. This patch brings them back in sync. +- commit 8d4661f + +------------------------------------------------------------------- +Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com + +- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled. +- commit 9907c37 + +------------------------------------------------------------------- +Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com + +- Updated to 3.7-rc4. + Eliminated 1 patch. +- commit 5168053 + +------------------------------------------------------------------- +Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again). +- commit 5feff7e + +------------------------------------------------------------------- +Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com + +- Update Xen patches to 3.7-rc3 and c/s 1202. +- extend base interfaces to support multi-page rings for + frontend/backend communication. +- blkback: allow using multiple page frontend communication ring. +- blkfront: allow using multiple page backend communication ring. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Fix build when disabled. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- config.conf: Re-enable Xen configs. +- Update x86 config files. +- Delete patches.xen/xen3-acpi_override_2_2.patch. +- commit f042386 + +------------------------------------------------------------------- +Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr + +- Add support to armv5 versatile kernel +- commit 99d34f3 + +------------------------------------------------------------------- +Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc3. +- commit 48e5027 + +------------------------------------------------------------------- +Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615) +- commit 2520563 + +------------------------------------------------------------------- +Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de + +- ARM: Update config files: Fix vexpress (default) config +- commit be072b4 + +------------------------------------------------------------------- +Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de + +- Fixup kvm for s390. +- commit 503388b + +------------------------------------------------------------------- +Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi +- commit 336ead7 + +------------------------------------------------------------------- +Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de + +- Revert "disable non-compiling irrelevant I2C module" +- commit d5a21c5 + +------------------------------------------------------------------- +Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de + +- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE. +- commit 8e108ab + +------------------------------------------------------------------- +Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 565b450 + +------------------------------------------------------------------- +Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de + +- Refresh patches.arch/arm-exynos-nosparse.patch. +- commit 55fbf60 + +------------------------------------------------------------------- +Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 118f2f9 + +------------------------------------------------------------------- +Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de + +- ARM: Exynos: Fix MMC driver +- ARM: Exynos: Update configs +- commit 37a1704 + +------------------------------------------------------------------- +Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com + +- config: change CONFIG_USB_EZUSB_FX2 to module +- commit 36e0f0b + +------------------------------------------------------------------- +Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com + +- Actually use kthread_run in crasher.ko. + The previous commit was incomplete. +- commit b8b35ae + +------------------------------------------------------------------- +Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com + +- crasher: use kthread_run() instead of kernel_thread(). + Linux 3.7-rc2 no longer exports kernel_thread on all architectures. +- commit f17d925 + +------------------------------------------------------------------- +Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com + +- Updated to 3.7-rc2. +- commit e00a663 + ------------------------------------------------------------------- Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de @@ -14,7 +404,7 @@ Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz - Refresh patches.xen/xen3-patch-3.6. - Delete patches.fixes/hv-storvsc-reset-wait.patch. - Delete - patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. + patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. - commit cfee26b ------------------------------------------------------------------- @@ -36,19 +426,19 @@ Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de and proper git-xy: meta tags: - lib: Add early cpio decoder. - x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() - for e820 handling. + for e820 handling. - ACPI: Store valid ACPI tables passed via early initrd in - reserved memblock areas. + reserved memblock areas. - ACPI: Implement physical address table override. - ACPI: Create acpi_table_taint() function to avoid code - duplication. + duplication. - ACPI: Document ACPI table overriding via initrd. - ACPI: Fix build when disabled. - X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. - ACPI: Overriding ACPI tables via initrd only works with - an initrd. + an initrd. - ACPI: Cleanup acpi_initrd_override declaration and remove - ifdefs. + ifdefs. - Delete patches.arch/acpi_fix_custom_method_acc.patch. - Delete patches.arch/acpi_override_2_2.patch. - Delete patches.arch/acpi_override_documentation. @@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz This allows to control the kabi checker from outside of the package. - commit 0a0900c +------------------------------------------------------------------- +Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com + +- Update to 3.7-rc1. +- Eliminated 38 patches. +- Xen is disabled. +- ARM configs need updating. +- Module signing is disabled until the build infrastructure can support it. +- commit fce087a + ------------------------------------------------------------------- Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz @@ -87,14 +487,20 @@ Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz - Delete - patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. + patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. - Delete - patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. + patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. - Delete - patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. + patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. These are in 3.6.1. - commit 2a321c4 +------------------------------------------------------------------- +Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com + +- Remove noncompiling modules +- commit b7cdd5a + ------------------------------------------------------------------- Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de @@ -136,7 +542,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - hyperv: Add comments for the extended buffer after RNDIS message. - Drivers: hv: Cleanup the guest ID computation. - Drivers: hv: vmbus: Use the standard format string to format - GUIDs. + GUIDs. - Drivers: hv: Add KVP definitions for IP address injection. - Drivers: hv: kvp: Cleanup error handling in KVP. - Drivers: hv: Explicitly size elements of protocol structures. @@ -148,7 +554,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - Tools: hv: Represent the ipv6 mask using CIDR notation. - Tools: hv: Gather ipv[4,6] gateway information. - hv: fail the probing immediately when we are not in hyperv - platform. + platform. - hv: vmbus_drv: detect hyperv through x86_hyper. - Tools: hv: Get rid of some unused variables. - Tools: hv: Correctly type string variables. @@ -167,14 +573,14 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - tools/hv: Parse /etc/os-release. - hyperv: Fix the max_xfer_size in RNDIS initialization. - hyperv: Fix the missing return value in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - hyperv: Fix page buffer handling in rndis_filter_send_request(). - hyperv: Remove extra allocated space for recv_pkt_list elements. - hyperv: Report actual status in receive completion packet. - hyperv: Add buffer for extended info after the RNDIS response - message. + message. - Delete - patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. - commit 08d283b ------------------------------------------------------------------- @@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com - ARM/u5800: Fix build of ux500 driver - Acked-by: Jeff Mahoney - commit 0ea37a0 +------------------------------------------------------------------- +Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com + +- disable non-compiling irrelevant I2C module +- commit 0ba9bac + ------------------------------------------------------------------- Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com - ARM/tegra: Remove optional parts to fix build - Acked-by: Jeff Mahoney - commit d729a16 ------------------------------------------------------------------- Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com - ARM: enable zcache support - Acked-by: Jeff Mahoney - commit 17b147b ------------------------------------------------------------------- Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com - ARM/cubox: set cachefilesd to module - Acked-by: Jeff Mahoney - commit c1fb243 ------------------------------------------------------------------- @@ -229,13 +637,13 @@ Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de - Remove old patchset to override ACPI tables via initrd. Also remove a stale xen patch related to that. - Delete - patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - Delete - patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. - Delete - patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. - Delete - patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - commit dd8f1b0 ------------------------------------------------------------------- @@ -364,7 +772,7 @@ Mon Sep 10 19:22:00 CEST 2012 - jeffm@suse.com Mon Sep 10 10:20:23 CEST 2012 - jbeulich@novell.com - patches.arch/s390-message-catalog.diff: Properly handle pr_cont() and fold - in the below two trivial fixes. + in the below two trivial fixes. - Delete patches.arch/s390-message-catalog-fix.diff. - Delete patches.arch/s390-message-catalog-perl-fix.diff. - Refresh patches.arch/kmsg-fix-parameter-limitations. @@ -438,10 +846,10 @@ Fri Aug 31 23:20:23 CEST 2012 - dmueller@suse.com Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz - i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y - && CONFIG_I2C_DESIGN. + && CONFIG_I2C_DESIGN. - Delete - patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. - Move it to rpmify, so that vanilla builds fine too. + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. - commit 0217ad5 ------------------------------------------------------------------- @@ -519,7 +927,7 @@ Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com Fri Aug 17 14:51:23 CEST 2012 - jeffm@suse.com - Update to 3.6-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 71963b0 ------------------------------------------------------------------- @@ -975,7 +1383,7 @@ Wed Jun 13 13:21:58 CEST 2012 - hare@suse.de - Rediff patch - patches.drivers/mach-dove-Fixup-ge00-initialisation.patch: - Rediff after backport from upstream. + Rediff after backport from upstream. - commit fa58c5e ------------------------------------------------------------------- @@ -983,7 +1391,7 @@ Wed Jun 13 12:56:17 CEST 2012 - hare@suse.de - Fixup patch to apply - patches.drivers/spi-orion-convert-to-new-infrastructure.patch - backported from upstream. + backported from upstream. - commit 2507393 ------------------------------------------------------------------- @@ -1002,9 +1410,9 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com - Update to 3.5-rc2. - - Xen needs update. - - ARM needs update. - - Eliminated 13 patches. + - Xen needs update. + - ARM needs update. + - Eliminated 13 patches. - commit 3f461b1 ------------------------------------------------------------------- @@ -1043,7 +1451,7 @@ Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de - [SCSI] storvsc: Properly handle errors from the host - (bnc#747404). + (bnc#747404). - Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. - commit ad28e23 @@ -1106,7 +1514,7 @@ Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Tue May 22 14:21:24 CEST 2012 - trenn@suse.de - X86 acpi_cpufreq: Do not use request_module for autoloading - (bnc#756085). + (bnc#756085). - Refresh patches.xen/xen3-auto-common.diff. - patches.xen/xen3-patch-3.3: - commit caf270e @@ -1165,7 +1573,7 @@ Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com - Update to 3.4-rc7. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 4cd9e9b ------------------------------------------------------------------- @@ -1218,7 +1626,7 @@ Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com - Update to 3.4-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 749ea8f ------------------------------------------------------------------- @@ -1255,7 +1663,7 @@ Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not require distribution-release - during build. + during build. - commit 3cd703f ------------------------------------------------------------------- @@ -1306,18 +1714,18 @@ Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com - Disabled DECNet and ARCNet. Specific config options disabled: CONFIG_ARCNET - CONFIG_ARCNET_1051 - CONFIG_ARCNET_1201 - CONFIG_ARCNET_CAP - CONFIG_ARCNET_COM20020_CS - CONFIG_ARCNET_COM20020 - CONFIG_ARCNET_COM20020_PCI - CONFIG_ARCNET_COM90xxIO - CONFIG_ARCNET_COM90xx - CONFIG_ARCNET_RAW - CONFIG_ARCNET_RIM_I + CONFIG_ARCNET_1051 + CONFIG_ARCNET_1201 + CONFIG_ARCNET_CAP + CONFIG_ARCNET_COM20020_CS + CONFIG_ARCNET_COM20020 + CONFIG_ARCNET_COM20020_PCI + CONFIG_ARCNET_COM90xxIO + CONFIG_ARCNET_COM90xx + CONFIG_ARCNET_RAW + CONFIG_ARCNET_RIM_I CONFIG_DECNET - CONFIG_DECNET_NF_GRABULATOR + CONFIG_DECNET_NF_GRABULATOR - commit 272dd14 ------------------------------------------------------------------- @@ -1419,7 +1827,7 @@ Fri Apr 20 18:09:06 CEST 2012 - jbeulich@novell.com Tue Apr 17 15:59:19 CEST 2012 - jeffm@suse.com - Update to 3.4-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 2fde7e0 ------------------------------------------------------------------- @@ -1439,7 +1847,7 @@ Mon Apr 9 03:28:12 CEST 2012 - jeffm@suse.com Fri Apr 6 06:42:35 CEST 2012 - jeffm@suse.com - Update AppArmor for 3.4. - - apparmor: Add "profiles" list to sysfs. + - apparmor: Add "profiles" list to sysfs. - commit 59517ac ------------------------------------------------------------------- @@ -1452,10 +1860,10 @@ Thu Apr 5 22:25:16 CEST 2012 - jeffm@suse.com Thu Apr 5 09:18:14 CEST 2012 - jeffm@suse.com - Updated to 3.4-rc1. - - Eliminated 121 patches. - - Xen is unavailable. - - ACPI overrides are unavailable. - - AppArmor network feature are unavailable. + - Eliminated 121 patches. + - Xen is unavailable. + - ACPI overrides are unavailable. + - AppArmor network feature are unavailable. - commit 3ac7e79 ------------------------------------------------------------------- @@ -1535,7 +1943,7 @@ Sat Mar 24 00:57:07 CET 2012 - dsterba@suse.cz - Refresh patches.suse/btrfs-handle-EIO. - Refresh - patches.suse/btrfs-volumes-schedule_bio-should-return-void. + patches.suse/btrfs-volumes-schedule_bio-should-return-void. - commit d97ade6 ------------------------------------------------------------------- @@ -1578,10 +1986,10 @@ Mon Mar 19 11:16:34 CET 2012 - jslaby@suse.cz Mon Mar 19 11:07:00 CET 2012 - jslaby@suse.cz - Delete - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. + patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. - Delete patches.arch/dell_optiplex_990_fix_reboot.patch. - Delete - patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. + patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. - Delete patches.drivers/libata-unlock-hpa-by-default. - Delete patches.fixes/scsi-add-tgps-setting. - Delete patches.fixes/scsi-dh-rdac-add-stk. @@ -1618,23 +2026,23 @@ Mon Mar 12 15:26:55 CET 2012 - ohering@suse.de - Staging: hv: storvsc: Cleanup storvsc_host_reset_handler(). - Staging: hv: storvsc: Move and cleanup storvsc_remove(). - Staging: hv: storvsc: Add a comment to explain life-cycle - management. + management. - Staging: hv: storvsc: Get rid of the on_io_completion in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Rename the context field in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver. - Staging: hv: storvsc: Cleanup the code for generating protocol - version. + version. - Staging: hv: storvsc: Cleanup some protocol related constants. - Staging: hv: storvsc: Get rid of some unused defines. - Staging: hv: storvsc: Consolidate the request structure. - Staging: hv: storvsc: Consolidate all the wire protocol - definitions. + definitions. - Staging: hv: storvsc: Move the storage driver out of the - staging area. + staging area. - Rename patches.suse/staging-hv-pata_piix-ignore-disks.patch to - patches.suse/suse-hv-pata_piix-ignore-disks.patch + patches.suse/suse-hv-pata_piix-ignore-disks.patch - commit 7487199 ------------------------------------------------------------------- @@ -1829,41 +2237,41 @@ Mon Feb 13 17:23:49 CET 2012 - mmarek@suse.cz Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de - Add driver auto probing for x86 features v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Fix overrun check in arch_print_cpu_modalias() - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - crypto: Add support for x86 cpuid - auto loading for x86 crypto drivers - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + auto loading for x86 crypto drivers + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Clean up modalias feature matching - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel-idle: convert to x86_cpu_id auto probing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Fix ID for Nehalem-EX Xeon in device ID table - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert via-cputemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k7: Fix CPU family number - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: Load acpi-cpufreq from processor driver automatically - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Revert change of auto_demotion_flags for Nehalem - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert coretemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k6: Really enable auto-loading - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - X86: Introduce HW-Pstate scattered cpuid feature - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - cpufreq: Add support for x86 cpuinfo auto loading v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86: autoload microcode driver on Intel and AMD systems v2 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 parts - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: remove duplicated lines of merging - problems with acpi_processor_start - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + problems with acpi_processor_start + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - Update config files. - commit 6efe9b5 @@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for --default (bnc#745632). KMPs are still built as i586. + -default (bnc#745632). KMPs are still built as i586. - commit 88a632b ------------------------------------------------------------------- @@ -1902,8 +2310,8 @@ Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com - Update to 3.3-rc2. - - Eliminated 5 patches. - - Xen is disabled. + - Eliminated 5 patches. + - Xen is disabled. - commit d017ea1 ------------------------------------------------------------------- @@ -2002,7 +2410,7 @@ Wed Dec 21 14:38:42 CET 2011 - jbeulich@novell.com Tue Dec 20 16:35:33 CET 2011 - jeffm@suse.com - Update to 3.2-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit d5a489e ------------------------------------------------------------------- @@ -2010,7 +2418,7 @@ Tue Dec 20 11:34:14 CET 2011 - trenn@suse.de - These should all be mainline in some form: - Delete - patches.arch/implement_stop_machine_from_offline_cpu.patch. + patches.arch/implement_stop_machine_from_offline_cpu.patch. - Delete patches.arch/kill-__stop_machine.patch. - Delete patches.arch/reorganize_stop_cpus.patch. - Delete patches.arch/use_stop_machine_for_mtrr_rendezvous.patch. @@ -2026,14 +2434,14 @@ Sun Dec 18 07:38:42 CET 2011 - aj@suse.de Fri Dec 16 15:37:51 CET 2011 - aj@suse.de - rpm/kernel-binary.spec.in: Add provides and make most obsoletes versioned. - This silences rpmlint warnings. + This silences rpmlint warnings. - commit e3023c7 ------------------------------------------------------------------- Wed Dec 14 13:51:41 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: Fix tarball URL for -rcX and - do not generate any URL for linux-next and vanilla snapshots. + do not generate any URL for linux-next and vanilla snapshots. - commit 1548daf ------------------------------------------------------------------- @@ -2123,7 +2531,7 @@ Wed Dec 7 11:05:05 CET 2011 - aj@suse.de Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com - Update to 3.2-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit a7d546d ------------------------------------------------------------------- @@ -2235,8 +2643,8 @@ Fri Nov 25 05:58:54 CET 2011 - jeffm@suse.com Fri Nov 25 05:47:49 CET 2011 - jeffm@suse.com - Update to 3.2-rc3. - - stack unwind: cfi_ignore takes more arguments. - - iio: Fix build error in industrialio-core.c. + - stack unwind: cfi_ignore takes more arguments. + - iio: Fix build error in industrialio-core.c. - commit 48ef020 ------------------------------------------------------------------- @@ -2249,7 +2657,7 @@ Thu Nov 24 18:45:54 CET 2011 - ohering@suse.de Thu Nov 24 13:01:09 CET 2011 - mmarek@suse.cz - rpm/try-disable-staging-driver: Script to disable failing staging - driver and restart make. + driver and restart make. - commit 819d1fa ------------------------------------------------------------------- @@ -2343,14 +2751,14 @@ Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de Wed Nov 16 06:51:07 CET 2011 - jeffm@suse.com - Update to 3.2-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 85c9930 ------------------------------------------------------------------- Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com - Update to 3.2-rc1. - - Eliminate 212 patches. + - Eliminate 212 patches. - commit 6318d5b ------------------------------------------------------------------- @@ -2390,8 +2798,8 @@ Sat Nov 5 01:32:21 CET 2011 - trenn@suse.de Thu Nov 3 17:56:46 CET 2011 - mszeredi@suse.cz - patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch: - hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops - (CVE-2011-2203 bnc#699709). + hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops + (CVE-2011-2203 bnc#699709). - commit 7923119 ------------------------------------------------------------------- @@ -2429,16 +2837,16 @@ Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com - Add Elantech touchpad v3/v4 support (bnc#716852): - - Input: elantech - add v3 hardware support. - - Input: elantech - add v4 hardware support. - - Input: elantech - better support all those v2 variants. - - Input: elantech - clean up elantech_init. - - Input: elantech - correct x, y value range for v2 hardware. - - Input: elantech - get rid of ETP_2FT_* in elantech.h. - - Input: elantech - packet checking for v2 hardware. - - Input: elantech - remove ETP_EDGE_FUZZ_V2. - - Input: elantech - remove module parameter force_elantech. - - Input: elantech - use firmware provided x, y ranges. + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. - commit 28551a0 ------------------------------------------------------------------- @@ -2469,7 +2877,7 @@ Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de Tue Oct 25 19:24:17 CEST 2011 - eich@suse.de - patches.suse/SUSE-bootsplash: remove DEBUG macro which was - left in the code by accident. + left in the code by accident. - commit a56ba15 ------------------------------------------------------------------- @@ -2482,7 +2890,7 @@ Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de - patches.suse/staging-hv-pata_piix-ignore-disks.patch: - Update comments in code and reduce patch size + Update comments in code and reduce patch size - commit 8913d07 ------------------------------------------------------------------- @@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de ------------------------------------------------------------------- Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com --Update to 3.1-rc10. +- -Update to 3.1-rc10. - commit 239957e ------------------------------------------------------------------- @@ -2522,11 +2930,11 @@ Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de - Various updates for hv drivers, which fix also the hv_mouse driver - staging: hv: storvsc: ignore SET_WINDOWN scsi command - (bnc#722646). + (bnc#722646). - staging/hv: advertise hv_storvsc instead of storvsc as sysfs - driver name (bnc#716708). + driver name (bnc#716708). - staging/hv: fill scsi/proc_name for the sake of mkinitrd - (bnc#716708). + (bnc#716708). - Staging: hv: util: Invoke cn_netlink_send() in a work context. - Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. - Refresh patches.xen/xen3-patch-2.6.32. @@ -2560,7 +2968,7 @@ Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com - patches.suse/supported-flag: Also look for Module.supported in the - source tree. + source tree. - Refresh patches.suse/supported-flag-enterprise. - commit 9c8680a @@ -2594,15 +3002,15 @@ Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - commit e3c78cf ------------------------------------------------------------------- @@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de - Refresh patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. --> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. + -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. - commit 0ac4276 ------------------------------------------------------------------- @@ -2647,9 +3055,9 @@ Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de - ACPI: Implement overriding of arbitrary ACPI tables via initrd - (none). + (none). - ACPICA: Fix wrongly mapped acpi table header when overriding - via initrd (none). + via initrd (none). - ACPICA: Introduce acpi_os_phys_table_override function (none). - x86: allow NVS can be accessed by driver (none). - Update config files: @@ -2667,7 +3075,7 @@ Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix unwinding through - interrupt frames, requiring ... + interrupt frames, requiring ... - patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression. - commit 4d917a5 @@ -2706,7 +3114,7 @@ Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com - mm: frontswap: swap data structure changes. - In HVM guests do not take over the CDROM device (bnc#645893). - x86: report ACPI-reserved state of PCI MMCONFIG region to - hypervisor. + hypervisor. - config.conf: Re-enable Xen flavors. - Update config files. - commit 3692f47 @@ -2746,33 +3154,33 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: util: kvp: Fix the reported OSVersion string. - Staging: hv: util: kvp: Cleanup kvp_get_domain_name(). - Staging: hv: Fix macros, tab errors and warning in - drivers/staging/hv/hv_mouse.c. + drivers/staging/hv/hv_mouse.c. - Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get - rid of the PCI signature. + rid of the PCI signature. - Staging: hv: Replace struct hv_guid with the uuid type already - defined in Linux. + defined in Linux. - Staging: hv: vmbus: Introduce vmbus ID space in struct - hv_driver. + hv_driver. - Staging: hv: blkvsc: Use the newly introduced vmbus ID in the - blockvsc driver. + blockvsc driver. - Staging: hv: storvsc: Use the newly introduced vmbus ID in - storvsc driver. + storvsc driver. - Staging: hv: netvsc: Use the newly introduced vmbus ID in - netvsc driver. + netvsc driver. - Staging: hv: mousevsc: Use the newly introduced vmbus ID in - mouse driver. + mouse driver. - Staging: hv: util: Make hv_utils a vmbus device driver. - Staging: hv: create VMBUS_DEVICE macro and use it. - Staging: hv: vmbus: Cleanup vmbus_match(). - Staging: hv: vmbus: Cleanup vmbus_uevent() code. - Staging: hv: vmbus: Support the notion of id tables in - vmbus_match(). + vmbus_match(). - Staging: hv: vmbus: Get rid of an unnecessary include line - in vmbus_drv.c. + in vmbus_drv.c. - Staging: hv: storvsc: Get rid of the DMI signature. - Staging: hv: netvsc: Get rid of the PCI signature. - Staging: hv: netvsc: Get rid of the DMI signature in - netvsc_drv.c. + netvsc_drv.c. - Staging: hv: util: Get rid of the DMI signature in hv_util.c. - Staging: hv: util: Get rid of the PCI signature in hv_util.c. - Staging: hv: fix up driver registering mess. @@ -2780,59 +3188,59 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: vmbus: Cleanup unnecessary comments in hv.c. - Staging: hv: vmbus: Cleanup error handling in hv_init(). - Staging: hv: vmbus: Get rid of unnecessay comments in - connection.c. + connection.c. - Staging: hv: vmbus: Get rid of the function dump_gpadl_body(). - Staging: hv: vmbus: Get rid of the function dump_gpadl_header(). - Staging: hv: vmbus: Rename openMsg to open_msg in channel.c. - Staging: hv: vmbus: Get rid of unnecessary comments in - channel.c. + channel.c. - Staging: hv: vmbus: Change the variable name openInfo to - open_info in channel.c. + open_info in channel.c. - Staging: hv: vmbus: Cleanup error values in ringbuffer.c. - Staging: hv: vmbus: Cleanup the error return value in - vmbus_recvpacket_raw(). + vmbus_recvpacket_raw(). - Staging: hv: netvsc: Get rid of an unnecessary print statement - in netvsc_probe(). + in netvsc_probe(). - Staging: hv: vmbus: Retry vmbus_post_msg() before giving up. - Staging: hv: storvsc: Cleanup error handling in - storvsc_dev_add(). + storvsc_dev_add(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_channel_init(). + storvsc_channel_init(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_connect_to_vsp(). + storvsc_connect_to_vsp(). - Staging: hv: storvsc: Cleanup error handling in storvsc_do_io(). - Storage: hv: storvsc: Get rid of some unnecessary DPRINTs - from storvsc.c. + from storvsc.c. - Staging: hv: storvsc: Fix/cleanup some dated comments in - storvsc.c. + storvsc.c. - Staging: hv: storvsc: Cleanup returned error code in - storvsc_host_reset(). + storvsc_host_reset(). - Staging: hv: storvsc: Cleanup error code returned in - storvsc_probe(). + storvsc_probe(). - Staging: hv: storvsc: Cleanup returned error code in - storvsc_drv_init(). + storvsc_drv_init(). - Staging: hv: netvsc: Cleanup the returned error code in - netvsc_probe(). + netvsc_probe(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_destroy_recv_buf(). + netvsc_destroy_recv_buf(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_init_recv_buf(). + netvsc_init_recv_buf(). - Staging: hv: netvsc: Cleanup error returns in - netvsc_connect_vsp(). + netvsc_connect_vsp(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_send(). + netvsc_send(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_device_add(). + netvsc_device_add(). - Staging: hv: netvsc: Cleanup error codes in - rndis_filter_receive(). + rndis_filter_receive(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_query_device(). + rndis_filter_query_device(). - Staging: hv: netvsc: Cleanup error return values in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - Staging: hv: netvsc: Cleanup error returns in - rndis_filter_init_device(). + rndis_filter_init_device(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_device_add(). + rndis_filter_device_add(). - Staging: hv: mouse: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Exit to exit. @@ -2845,72 +3253,72 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: add driver_data to hv_vmbus_device_id. - Staging: hv: Add code to parse struct hv_vmbus_device_id table. - Staging: hv: file2alias: fix up alias creation logic for - hv_vmbus_device_id. + hv_vmbus_device_id. - Staging: hv: storvsc: Inline free_stor_device(). - Staging: hv: storvsc: Do not aquire an unnecessary reference - on stor_device. + on stor_device. - Staging: hv: storvsc: Rename must_get_stor_device(). - Staging: hv: storvsc: Rename get_stor_device(). - Staging: hv: storvsc: Cleanup alloc_stor_device(). - Staging: hv: storvsc: Introduce state to manage the lifecycle - of stor device. + of stor device. - Staging: hv: storvsc: Prevent outgoing traffic when stor dev - is being destroyed. + is being destroyed. - Staging: hv: storvsc: Get rid of release_stor_device() by - inlining the code. + inlining the code. - Staging: hv: storvsc: Get rid of final_release_stor_device() - by inlining code. + by inlining code. - Staging: hv: storvsc: Get rid of the reference counting in - struct storvsc_device. + struct storvsc_device. - Staging: hv: netvsc: Inline the code for free_net_device(). - Staging: hv: netvsc: Cleanup alloc_net_device(). - Staging: hv: netvsc: Introduce state to manage the lifecycle - of net device. + of net device. - Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev - is destroyed. + is destroyed. - Staging: hv: netvsc: Get rid of release_outbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of release_inbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of the refcnt field in struct - netvsc_device. + netvsc_device. - Staging: hv: storvsc: Add code to handle IDE devices using - the storvsc driver. + the storvsc driver. - Staging: hv: storvsc: Handle IDE devices using the storvsc - driver. + driver. - Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is - not used. + not used. - Staging: hv: storvsc: Optimize bounce buffer handling for the - "write" case. + "write" case. - Staging: hv: storvsc: Optimize the bounce buffer handling in - the "read" case. + the "read" case. - Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of storvsc.c. + contents of storvsc.c. - Staging: hv: storvsc: Add the contents of hyperv_storage.h - to storvsc_drv.c. + to storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of hyperv_storage.h. + contents of hyperv_storage.h. - Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY - and MODE_SENSE. + and MODE_SENSE. - Staging: hv: storvsc: Fix a typo. - Staging: hv: storvsc: In case of scsi errors offline the device. - Staging: hv: storvsc: No need to copy from bounce buffer in - case of a failure. + case of a failure. - Staging: hv: util: Forcefully shutdown when shutdown is - requested. + requested. - Staging: hv: util: Adjust guest time in a process context. - Staging: hv: vmbus: Check before invoking the channel callback. - Staging: hv: vmbus: Properly deal with de-registering channel - callback. + callback. - Staging: hv: Fix a bug in vmbus_match(). - Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining - the code. + the code. - Staging: hv: vmbus: Do not enable auto eoi. - Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add(). - Staging: hv: vmbus: Get rid of some dated/redundant comments. - Staging: hv: vmbus: Get rid of an unnecessary check in - vmbus_connect(). + vmbus_connect(). - Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c. - Staging: hv: vmbus: Fix checkpatch warnings in connection.c. - Staging: hv: mousevsc: Fix checkpatch errors and warnings. @@ -2983,16 +3391,16 @@ Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com - Refreshed and re-enabled dm-path patches: - - patches.suse/dm-mpath-accept-failed-paths. - - patches.suse/dm-mpath-detach-existing-hardware-handler. + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. - commit 70cadcd ------------------------------------------------------------------- Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com - Update to 3.1-rc3. - - Eliminated 8 patches. - - Xen is disabled. + - Eliminated 8 patches. + - Xen is disabled. - commit eccefcc ------------------------------------------------------------------- @@ -3000,8 +3408,8 @@ Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de - * Refresh patches.suse/SUSE-bootsplash. * Fix bootsplash code for 15bpp framebuffers. - These framebuffers are rare these days, the legendary and still - popular server chipset Radeon ES1000 supports it, though. + These framebuffers are rare these days, the legendary and still + popular server chipset Radeon ES1000 supports it, though. - commit f25ce3e ------------------------------------------------------------------- @@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de - Update config files: bnc#674988, change: --CONFIG_ACPI_CUSTOM_METHOD=m + -CONFIG_ACPI_CUSTOM_METHOD=m +# CONFIG_ACPI_CUSTOM_METHOD is not set for all flavors - commit f1af972 @@ -3115,10 +3523,10 @@ Thu Jul 14 17:52:45 CEST 2011 - tiwai@suse.de Thu Jul 14 17:26:51 CEST 2011 - tiwai@suse.de - ALSA: hda - Add Kconfig for the default buffer size - (bnc#682725). + (bnc#682725). - Update config files. - Delete, replaced with the new upstream patch - patches.drivers/alsa-hda-0019-Increase-default-buffer-size. + patches.drivers/alsa-hda-0019-Increase-default-buffer-size. - commit 40c7644 ------------------------------------------------------------------- @@ -3140,7 +3548,7 @@ Sat Jul 9 11:17:46 CEST 2011 - jslaby@suse.cz Thu Jul 7 00:58:01 CEST 2011 - jeffm@suse.com - Update to 3.0-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 56e99da ------------------------------------------------------------------- @@ -3149,7 +3557,7 @@ Tue Jul 5 09:18:43 CEST 2011 - jbeulich@novell.com - Update Xen patches to 3.0-rc5 and c/s 1095. - xen: prepare tmem shim to handle frontswap. - support booting Xen from EFI (fate#311376, fate#311529, - bnc#578927, bnc#628554). + bnc#578927, bnc#628554). - config.conf: Re-enabled Xen flavors. - Update x86 config files. - Delete patches.xen/xen-blkback-bimodal-suse. @@ -3196,31 +3604,31 @@ Tue Jun 21 12:14:44 CEST 2011 - mmarek@suse.cz Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz - rpm/post.sh: Touch /boot/do_purge_kernels on package install - (fate#312018). + (fate#312018). - rpm/postun.sh: Remove it again if it still exists on package - uninstall. + uninstall. - commit 82f4a5d ------------------------------------------------------------------- Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de - stop_machine: implement stop_machine_from_offline_cpu() - (bnc#697859). + (bnc#697859). - stop_machine: kill __stop_machine() (bnc#697859). - x86, mtrr: lock stop machine during MTRR rendezvous sequence - (bnc#697859). + (bnc#697859). - stop_machine: reorganize stop_cpus() implementation - (bnc#697859). + (bnc#697859). - x86, mtrr: use __stop_machine() for doing MTRR rendezvous - (bnc#697859). + (bnc#697859). - commit aa3d6e2 ------------------------------------------------------------------- Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz - Remove the novfs patches, it should be packaged as a KMP, or - ideally, reimplemented as a fuse filesystem (which is the reason why - the current implementation it is never going to be accepted upstream). + ideally, reimplemented as a fuse filesystem (which is the reason why + the current implementation it is never going to be accepted upstream). - Delete patches.fixes/novfs-copy_user-fixes.diff. - Delete patches.fixes/novfs-minsize-fixes. - Delete patches.fixes/novfs-nwcapi.patch. @@ -3275,7 +3683,7 @@ Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz Wed Jun 15 08:05:05 CEST 2011 - jeffm@suse.com - Update to 3.0-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit a1fe999 ------------------------------------------------------------------- @@ -3343,9 +3751,9 @@ Mon Jun 13 14:06:28 CEST 2011 - mmarek@suse.cz the SRCVERSION variable will only be used to determine the tarball version. - rpm/compute-PATCHVERSION.sh: Set default PATCHLEVEL and SUBLEVEL to 0. - The package version will thus always match the Makefile version and - the SRCVERSION variable will only be used to determine the tarball - version. + The package version will thus always match the Makefile version and + the SRCVERSION variable will only be used to determine the tarball + version. - rpm/kernel-binary.spec.in: Revert the previous hack. - commit 95c9977 @@ -3368,9 +3776,9 @@ Fri Jun 10 20:24:41 CEST 2011 - jeffm@suse.com Fri Jun 10 17:12:22 CEST 2011 - jeffm@suse.com - x86: Remove warning and warning_symbol from struct - stacktrace_ops. + stacktrace_ops. - Delete - patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. + patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. - commit 608ce9e ------------------------------------------------------------------- @@ -3462,13 +3870,13 @@ Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - commit 83331f5 ------------------------------------------------------------------- @@ -3489,14 +3897,14 @@ Tue May 31 05:09:44 CEST 2011 - jeffm@suse.com Tue May 31 05:08:21 CEST 2011 - jeffm@suse.com - Updated to 3.0-rc1. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit 5710413 ------------------------------------------------------------------- Mon May 30 15:54:37 CEST 2011 - jack@suse.cz - mm: Fix assertion mapping->nrpages == 0 in end_writeback() - (bnc#693013 bnc#666423). + (bnc#693013 bnc#666423). - Refresh patches.xen/tmem. - commit d3e465a @@ -3504,9 +3912,9 @@ Mon May 30 15:54:37 CEST 2011 - jack@suse.cz Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. + patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. - aic94xx: world-writable sysfs update_bios file. - Update upstream info. + Update upstream info. - commit 8912816 ------------------------------------------------------------------- @@ -3567,7 +3975,7 @@ Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc7. - - Eliminated 5 patches. + - Eliminated 5 patches. - commit a8a170f ------------------------------------------------------------------- @@ -3580,16 +3988,16 @@ Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz - Delete - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 - commit 7934e2d ------------------------------------------------------------------- Thu May 12 11:56:16 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - Note about submission. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + Note about submission. - commit 9922e20 ------------------------------------------------------------------- @@ -3602,15 +4010,15 @@ Tue May 10 19:10:18 CEST 2011 - mhocko@suse.cz Tue May 10 16:14:44 CEST 2011 - mhocko@suse.cz - patches.fixes/aggressive-zone-reclaim.patch: delete because - the patch is very workload specific and can lead to unexpected - reclaims in parallel node local workloads. + the patch is very workload specific and can lead to unexpected + reclaims in parallel node local workloads. - commit 56cf10e ------------------------------------------------------------------- Tue May 10 16:04:27 CEST 2011 - mhocko@suse.cz - Delete patches.suse/mm-devzero-optimisation.patch: we do not need - it anymore as we have zero page back since 2.6.32 + it anymore as we have zero page back since 2.6.32 - commit 323a093 ------------------------------------------------------------------- @@ -3629,64 +4037,64 @@ Mon May 9 14:32:59 CEST 2011 - jbeulich@novell.com Mon May 9 11:32:35 CEST 2011 - jbeulich@novell.com - patches.suse/kconfig-automate-kernel-desktop: Remove stray blank - lines (for older versions of "patch" to grok). + lines (for older versions of "patch" to grok). - commit 4dfa74d ------------------------------------------------------------------- Sat May 7 01:50:06 CEST 2011 - jeffm@suse.com - Removed network driver entropy patches. haveged is installed by default - and should be enabled to generate entropy from non-predictable sources. - - Delete patches.drivers/bnx2-entropy-source.patch. - - Delete patches.drivers/e1000-entropy-source.patch. - - Delete patches.drivers/e1000e-entropy-source.patch. - - Delete patches.drivers/igb-entropy-source.patch. - - Delete patches.drivers/ixgbe-entropy-source.patch. - - Delete patches.drivers/tg3-entropy-source.patch. + and should be enabled to generate entropy from non-predictable sources. + - Delete patches.drivers/bnx2-entropy-source.patch. + - Delete patches.drivers/e1000-entropy-source.patch. + - Delete patches.drivers/e1000e-entropy-source.patch. + - Delete patches.drivers/igb-entropy-source.patch. + - Delete patches.drivers/ixgbe-entropy-source.patch. + - Delete patches.drivers/tg3-entropy-source.patch. - commit c88b893 ------------------------------------------------------------------- Fri May 6 19:36:47 CEST 2011 - jeffm@suse.com - Update - patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack - (bnc#466279 bnc#681639). + patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack + (bnc#466279 bnc#681639). - commit 72e779f ------------------------------------------------------------------- Fri May 6 19:31:10 CEST 2011 - jeffm@suse.com - Disabled patches.drivers/libata-unlock-hpa-by-default; It may have - been obsoleted by upstream commit d8d9129e. + been obsoleted by upstream commit d8d9129e. - commit 1a21ab3 ------------------------------------------------------------------- Fri May 6 18:51:20 CEST 2011 - jeffm@suse.com - sysctl: Increase IPC defaults (bnc#146656) - - Delete patches.suse/shmall-bigger. + - Delete patches.suse/shmall-bigger. - commit a70e34f ------------------------------------------------------------------- Fri May 6 17:50:56 CEST 2011 - jeffm@suse.com - sysctl/i386/desktop, sysctl/x86_64/desktop: Add vm.dirty_ratio = 20 - for desktop flavors (bnc#552883) - - Delete patches.suse/mm-tune-dirty-limits.patch. + for desktop flavors (bnc#552883) + - Delete patches.suse/mm-tune-dirty-limits.patch. - commit dbe73e2 ------------------------------------------------------------------- Fri May 6 17:25:45 CEST 2011 - jeffm@suse.com - sysctl/defaults: Added kernel.hung_task_timeout=0 - - Delete patches.suse/hung_task_timeout-configurable-default. + - Delete patches.suse/hung_task_timeout-configurable-default. - commit 78f9eed ------------------------------------------------------------------- Fri May 6 16:41:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-{binary,source}.spec.in: Install per-kernel /boot/sysctl-* - files (patch from Jeff Mahoney). + files (patch from Jeff Mahoney). - commit 473f2d1 ------------------------------------------------------------------- @@ -3699,7 +4107,7 @@ Thu May 5 22:35:53 CEST 2011 - jeffm@suse.com Thu May 5 22:23:21 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc6. - - 2 patches eliminated. + - 2 patches eliminated. - commit 2643e59 ------------------------------------------------------------------- @@ -3713,9 +4121,9 @@ Tue May 3 03:08:18 CEST 2011 - tonyj@suse.de Fri Apr 29 20:35:21 CEST 2011 - jeffm@suse.com - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - commit 52dd0f0 ------------------------------------------------------------------- @@ -3737,7 +4145,7 @@ Fri Apr 29 00:36:03 CEST 2011 - gregkh@suse.de - Delete patches.suse/linux-2.6.29-dont-wait-for-mouse.patch. - Delete patches.suse/linux-2.6.29-even-faster-kms.patch. - Delete - patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. + patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. - Delete patches.suse/linux-2.6.29-kms-after-sata.patch. - Delete patches.suse/linux-2.6.29-touchkit.patch. - commit c13427d @@ -3752,22 +4160,22 @@ Fri Apr 29 00:17:46 CEST 2011 - jbenc@suse.cz Thu Apr 28 23:32:44 CEST 2011 - rjw@suse.de - Delete patches.xen/xen3-x86-mcp51-no-dac. - Also remove the series.conf entires for the x86-mcp-no-dac patches. + Also remove the series.conf entires for the x86-mcp-no-dac patches. - commit 574577b ------------------------------------------------------------------- Thu Apr 28 23:16:27 CEST 2011 - rjw@suse.de - Delete patches.arch/x86-mcp51-no-dac. (This is a blacklist entry that - has been rejected by the mainline, the problem reporter is gone and - it's next to impossible to verify it now.) + has been rejected by the mainline, the problem reporter is gone and + it's next to impossible to verify it now.) - commit 195b113 ------------------------------------------------------------------- Thu Apr 28 21:38:22 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - commit a2662ae ------------------------------------------------------------------- @@ -3782,14 +4190,14 @@ Thu Apr 28 20:56:33 CEST 2011 - jslaby@suse.cz Thu Apr 28 20:30:56 CEST 2011 - bphilips@suse.de - Delete - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. + patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. - commit 9917206 ------------------------------------------------------------------- Thu Apr 28 20:19:59 CEST 2011 - bphilips@suse.de - Delete - patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. + patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. - commit 08374b3 ------------------------------------------------------------------- @@ -3822,7 +4230,7 @@ Thu Apr 28 14:18:12 CEST 2011 - jbeulich@novell.com Wed Apr 27 22:20:02 CEST 2011 - jeffm@suse.com - Delete - patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. + patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. - commit 399a100 ------------------------------------------------------------------- @@ -3884,10 +4292,10 @@ Wed Apr 27 21:34:13 CEST 2011 - jeffm@suse.com - Delete patches.suse/acpi-don-t-preempt-until-the-system-is-up. - Delete - patches.suse/acpi-generic-initramfs-table-override-support. + patches.suse/acpi-generic-initramfs-table-override-support. - Delete patches.suse/add-initramfs-file_read_write. - Delete - patches.suse/init-move-populate_rootfs-back-to-start_kernel. + patches.suse/init-move-populate_rootfs-back-to-start_kernel. - commit d4910b3 ------------------------------------------------------------------- @@ -3901,14 +4309,14 @@ Wed Apr 27 21:29:24 CEST 2011 - jeffm@suse.com Wed Apr 27 21:11:59 CEST 2011 - jeffm@suse.com - Delete patches.suse/osync-error. It was unused and the issue it fixed in - kernels prior to 2.6.32 doesn't exist anymore. + kernels prior to 2.6.32 doesn't exist anymore. - commit 52cc654 ------------------------------------------------------------------- Wed Apr 27 20:48:55 CEST 2011 - jeffm@suse.com - Delete patches.suse/s390-System.map.diff: Proper fix in binutils has - long since been upstream. + long since been upstream. - commit 2847a36 ------------------------------------------------------------------- @@ -3941,7 +4349,7 @@ Wed Apr 27 20:18:37 CEST 2011 - jeffm@suse.com Wed Apr 27 20:16:52 CEST 2011 - jeffm@suse.com - Delete patches.suse/unmap_vmas-lat: No bug report or signed-off-by. - - Delete patches.arch/s390-add-FREE_PTE_NR. + - Delete patches.arch/s390-add-FREE_PTE_NR. - commit 2a392c2 ------------------------------------------------------------------- @@ -3954,7 +4362,7 @@ Wed Apr 27 20:16:00 CEST 2011 - jeffm@suse.com Wed Apr 27 20:15:02 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc5. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5288a05 ------------------------------------------------------------------- @@ -3974,7 +4382,7 @@ Wed Apr 27 19:43:47 CEST 2011 - jeffm@suse.com Tue Apr 26 11:03:18 CEST 2011 - jkosina@suse.cz - HID: add noget quirk barcode scanners from Symbol Technologies - (bnc#689290). + (bnc#689290). - commit f5b999f ------------------------------------------------------------------- @@ -3987,7 +4395,7 @@ Fri Apr 22 00:01:41 CEST 2011 - jeffm@suse.com Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz - Revert changes to sparc configs to not make life harder for Jan Engelhardt - maintaining sparc architecture. + maintaining sparc architecture. - commit cdac873 ------------------------------------------------------------------- @@ -4006,7 +4414,7 @@ Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 3f654c8 ------------------------------------------------------------------- @@ -4019,15 +4427,15 @@ Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de - Combined and consolidated bootsplash patch (bnc#669777, - bnc#570082, bnc#595657, bnc#594209, bnc#544645). - - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. - - Delete patches.suse/bootsplash. - - Delete patches.suse/bootsplash-console-fix. - - Delete patches.suse/bootsplash-keep-multiple-data. - - Delete patches.suse/bootsplash-scaler. - - Reformatted code, fixed some minor bugs that became obvious. - - Fixed race that led to null pointer dereference in splash_read_proc(): - bnc#669777. + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. - commit 95844c5 ------------------------------------------------------------------- @@ -4040,7 +4448,7 @@ Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de - intel_idle: Make lapic_timer_reliable_states a boot param - (bnc#675161). + (bnc#675161). - commit 85b156b ------------------------------------------------------------------- @@ -4054,7 +4462,7 @@ Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - - This results in automatically disabling CONFIG_GIGASET_I4L. + - This results in automatically disabling CONFIG_GIGASET_I4L. - commit 697e68b ------------------------------------------------------------------- @@ -4074,7 +4482,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com - Update Xen patches to 2.6.39-rc3 and c/s 1079. - blktap2: replace hard-coded limit of tap devices with - configurable one. + configurable one. - config.conf: Re-enable Xen configs. - Update x86 config files. - commit d3bfd6c @@ -4083,7 +4491,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com - fs/partitions/efi.c: corrupted GUID partition tables can cause - kernel oops (bnc#687113 CVE-2011-1577). + kernel oops (bnc#687113 CVE-2011-1577). - commit 385b393 ------------------------------------------------------------------- @@ -4128,7 +4536,7 @@ Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 200c913 ------------------------------------------------------------------- @@ -4153,29 +4561,29 @@ Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc2. - - Eliminated 18 patches. - - Added 3 patches. - - hv_mouse: needs . - - dm-raid45: Remove blk_unplug calls. - - novfs: 2.6.39 API update. - - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. - - patches.kernel.org is no longer used to contain upstream patches - for -rc releases. Users planning on building their own kernel should - have a copy of the tarball corresponding to the -rc releases. + - Eliminated 18 patches. + - Added 3 patches. + - hv_mouse: needs . + - dm-raid45: Remove blk_unplug calls. + - novfs: 2.6.39 API update. + - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. + - patches.kernel.org is no longer used to contain upstream patches + for -rc releases. Users planning on building their own kernel should + have a copy of the tarball corresponding to the -rc releases. - commit adf9d16 ------------------------------------------------------------------- Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de - Make selection of 'readdir-plus' adapt to usage patterns - (bnc#678123). + (bnc#678123). - commit 5de99a8 ------------------------------------------------------------------- Wed Apr 6 09:01:38 CEST 2011 - jeffm@suse.de - reiserfs: Force inode evictions before umount to avoid crash - (bnc#610598 bnc#680073 bnc#684112). + (bnc#610598 bnc#680073 bnc#684112). - Delete patches.fixes/reiserfs-xattr-crash-fix. - commit bf57d20 @@ -4189,21 +4597,21 @@ Tue Apr 5 10:42:22 CEST 2011 - jslaby@suse.cz Wed Mar 30 23:50:41 CEST 2011 - jeffm@suse.com - Delete patches.suse/twofish-2.6. - - This was for 2.4 compatibility and has been moved to KMP purgatory. + - This was for 2.4 compatibility and has been moved to KMP purgatory. - commit dcca506 ------------------------------------------------------------------- Wed Mar 30 10:32:32 CEST 2011 - jslaby@suse.cz - Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo - (bnc#681826). + (bnc#681826). - commit 2e71042 ------------------------------------------------------------------- Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de - Update config files, remove CONFIG_X86_MCE_XEON75XX=m - ->driver got reverted with previous commit + ->driver got reverted with previous commit - Refresh patches.xen/xen3-auto-arch-x86.diff. - commit b367e7b @@ -4215,18 +4623,18 @@ Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de APEI implementation should take care of that in recent kernels. - Delete patches.arch/x86_mce_intel_decode_physical_address.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. + patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. - commit 1fe7a22 ------------------------------------------------------------------- Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not install unneeded packages in the - build chroot. + build chroot. - commit 7f4c49d ------------------------------------------------------------------- @@ -4246,7 +4654,7 @@ Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz - Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing - the signal code (bnc#681826 CVE-2011-1020). + the signal code (bnc#681826 CVE-2011-1020). - commit 2e42fd4 ------------------------------------------------------------------- @@ -4255,7 +4663,7 @@ Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de - sound/oss/opl3: validate voice and channel indexes (bnc#681999). - sound/oss: remove offset from load_patch callbacks (bnc#681999). - ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl - (bnc#680816). + (bnc#680816). - commit 09ff6e9 ------------------------------------------------------------------- @@ -4268,7 +4676,7 @@ Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz - HID: add support for Skycable 0x3f07 wireless presenter - (bnc#681297). + (bnc#681297). - commit 892e8d4 ------------------------------------------------------------------- @@ -4299,12 +4707,12 @@ Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de - netvm: Do not mark requests for swapfile writes as dirty or - kswapd fails to free the page (bnc#678472). + kswapd fails to free the page (bnc#678472). - nfs: Use page_file_offset during page writeback (bnc#677738). - nfs: Convert nfs_mark_request_dirty() to use page_file_mapping() - (bnc#677738). + (bnc#677738). - netvm: Remove duplicated initialization in net/ipv4/route.c - (bnc#678970). + (bnc#678970). - collapse: mm: Report the low watermark correctly (bnc#678497). - commit a798dd1 @@ -4318,7 +4726,7 @@ Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com - Linux: 2.6.38-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 7da557d ------------------------------------------------------------------- @@ -4343,38 +4751,38 @@ Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc7. - - Refresh patches.xen/xen-x86-no-lapic. - - Refresh patches.xen/xen3-patch-2.6.19. + - Refresh patches.xen/xen-x86-no-lapic. + - Refresh patches.xen/xen3-patch-2.6.19. - commit 7eb9d30 ------------------------------------------------------------------- Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - commit 88d5daa ------------------------------------------------------------------- Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in - yesterday's change. + yesterday's change. - commit 098768b ------------------------------------------------------------------- Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Add annotations to - lib/rwsem_64.S. + lib/rwsem_64.S. - commit 87944ac ------------------------------------------------------------------- Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de - ALSA: usb-audio: fix oops due to cleanup race when disconnecting - (bnc#674735). + (bnc#674735). - commit ed81f8c ------------------------------------------------------------------- @@ -4387,7 +4795,7 @@ Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com - Update to 2.6.38-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 6cce7bb ------------------------------------------------------------------- @@ -4400,7 +4808,7 @@ Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de - ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499, - CVE-2011-0712). + CVE-2011-0712). - commit 5ef002b ------------------------------------------------------------------- @@ -4419,22 +4827,22 @@ Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de - Update config files. - - disable CONFIG_DRM_VMWGFX (bnc#606458) - - update sparc configs to at least be able to run "make oldconfig" + - disable CONFIG_DRM_VMWGFX (bnc#606458) + - update sparc configs to at least be able to run "make oldconfig" - commit da75bd9 ------------------------------------------------------------------- Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Re-add change lost during - initial 2.6.37 merge. + initial 2.6.37 merge. - commit e493205 ------------------------------------------------------------------- Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz - Move spec file templates and helper scripts to a separate branch, to - ease synchronizing these files among master, vanilla and linux-next. + ease synchronizing these files among master, vanilla and linux-next. - commit 411abb8 ------------------------------------------------------------------- @@ -4454,7 +4862,7 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code - was merged into rpm's find-supplements script. + was merged into rpm's find-supplements script. - Delete rpm/check-build.sh, not needed anymore. - commit 0a157b1 @@ -4462,43 +4870,43 @@ Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com - flexcop: fix registering braindead stupid names (brc#575873 - bnc#661429). + bnc#661429). - commit 72bd3d0 ------------------------------------------------------------------- Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de - Staging: samsung-laptop: add support for lots of laptops - (bnc#661682). + (bnc#661682). - commit 1eb5eaa ------------------------------------------------------------------- Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Set timestamp of sources to the commit - timestamp, so that they are always older than generated files in - /usr/src/linux-obj (bnc#669669). + timestamp, so that they are always older than generated files in + /usr/src/linux-obj (bnc#669669). - commit 8565452 ------------------------------------------------------------------- Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to - keep timestamps intact. + keep timestamps intact. - commit 9ba5ff0 ------------------------------------------------------------------- Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Remove .gitignore files after applying patches - (fix last change). + (fix last change). - commit 907f9cc ------------------------------------------------------------------- Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit c327e0a ------------------------------------------------------------------- @@ -4546,8 +4954,8 @@ Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition - of %release_major and rename it to %release_num to better describe - what it does. Add some comments to explain how the versioning works. + of %release_major and rename it to %release_num to better describe + what it does. Add some comments to explain how the versioning works. - commit 9a3bc94 ------------------------------------------------------------------- @@ -4566,14 +4974,14 @@ Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit b6b51ca ------------------------------------------------------------------- Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de - ALSA: hda - Fix memory leaks in conexant jack arrays - (bnc#668929). + (bnc#668929). - commit 31971a4 ------------------------------------------------------------------- @@ -4611,8 +5019,8 @@ Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com - Update config files. - - CONFIG_EXPERT=n on all but ps3 - - Vanilla configs updated. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. - commit b25e639 ------------------------------------------------------------------- @@ -4633,7 +5041,7 @@ Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 90baa82 ------------------------------------------------------------------- @@ -4652,30 +5060,30 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc1. - - Removed 12 patches. - - Xen is disabled. - - Quite a few patches need updating. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. - commit 9163bb7 ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff ------------------------------------------------------------------- @@ -4688,7 +5096,7 @@ Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 ------------------------------------------------------------------- @@ -4707,22 +5115,22 @@ Mon Jan 17 20:52:49 CET 2011 - jeffm@suse.com Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz - Revert %kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 ------------------------------------------------------------------- Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 ------------------------------------------------------------------- Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 ------------------------------------------------------------------- @@ -4796,7 +5204,7 @@ Thu Jan 6 20:51:31 CET 2011 - jeffm@suse.com Thu Jan 6 19:48:28 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe ------------------------------------------------------------------- @@ -4815,28 +5223,28 @@ Thu Jan 6 17:09:12 CET 2011 - jeffm@suse.com Thu Jan 6 17:08:44 CET 2011 - jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d ------------------------------------------------------------------- Thu Jan 6 16:10:26 CET 2011 - jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 ------------------------------------------------------------------- @@ -4849,7 +5257,7 @@ Thu Jan 6 15:49:34 CET 2011 - jack@suse.cz Thu Jan 6 13:56:07 CET 2011 - mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 ------------------------------------------------------------------- @@ -4858,7 +5266,7 @@ Thu Jan 6 10:07:22 CET 2011 - mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b @@ -4879,7 +5287,7 @@ Thu Dec 30 00:50:58 CET 2010 - jeffm@suse.com Wed Dec 29 22:23:21 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 ------------------------------------------------------------------- @@ -4904,38 +5312,38 @@ Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c ------------------------------------------------------------------- Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (bnc#655048). + Backport to XEN. - commit 92c0965 ------------------------------------------------------------------- Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz - Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive - decode" (bnc#655048). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 @@ -4950,8 +5358,8 @@ Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz - Delete - patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. - It's unreferenced and wrong. + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. - commit 9e6fc50 ------------------------------------------------------------------- @@ -4988,10 +5396,10 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 @@ -5024,14 +5432,14 @@ Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 ------------------------------------------------------------------- Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 ------------------------------------------------------------------- @@ -5062,7 +5470,7 @@ Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b @@ -5071,12 +5479,12 @@ Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c ------------------------------------------------------------------- @@ -5109,7 +5517,7 @@ Fri Nov 26 15:04:27 CET 2010 - jbeulich@novell.com - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -5133,7 +5541,7 @@ Wed Nov 24 15:49:45 CET 2010 - jeffm@suse.com Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac ------------------------------------------------------------------- @@ -5157,7 +5565,7 @@ Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Wed Nov 17 17:10:32 CET 2010 - jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 ------------------------------------------------------------------- @@ -5176,7 +5584,7 @@ Tue Nov 16 20:08:11 CET 2010 - jeffm@suse.com Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 ------------------------------------------------------------------- @@ -5189,7 +5597,7 @@ Mon Nov 15 21:33:19 CET 2010 - jeffm@suse.com Mon Nov 15 21:30:37 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 ------------------------------------------------------------------- @@ -5208,16 +5616,16 @@ Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz Fri Nov 12 18:37:10 CET 2010 - jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 ------------------------------------------------------------------- Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de - Update config files. (bnc#652954) increase the number of possible and - default uarts for users with multi-port serial cards for the i386 and - x86-64 default configs. + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. - commit 85c87e3 ------------------------------------------------------------------- @@ -5231,20 +5639,20 @@ Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + top down (bnc#651256). - PCI: allocate bus resources from the top down (bnc#651256). - x86/PCI: allocate space from the end of a region, not the - beginning (bnc#651256). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + capabilities (bnc#651256). - x86: allocate space within a region top-down (bnc#651256). - Refresh patches.xen/xen3-patch-2.6.34. - commit 8c68ad1 @@ -5253,21 +5661,21 @@ Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 ------------------------------------------------------------------- Fri Oct 29 13:47:35 CEST 2010 - jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb ------------------------------------------------------------------- Fri Oct 29 01:53:34 CEST 2010 - trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b ------------------------------------------------------------------- @@ -5287,14 +5695,14 @@ Wed Oct 27 14:51:30 CEST 2010 - jslaby@suse.cz Tue Oct 26 21:31:22 CEST 2010 - trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 ------------------------------------------------------------------- Tue Oct 26 13:41:23 CEST 2010 - jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 ------------------------------------------------------------------- @@ -5302,7 +5710,7 @@ Mon Oct 25 12:53:38 CEST 2010 - jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 @@ -5312,7 +5720,7 @@ Mon Oct 25 08:58:15 CEST 2010 - tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda ------------------------------------------------------------------- @@ -5325,7 +5733,7 @@ Fri Oct 22 21:18:25 CEST 2010 - jeffm@suse.de Fri Oct 22 13:32:04 CEST 2010 - jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb ------------------------------------------------------------------- @@ -5340,7 +5748,7 @@ Thu Oct 21 10:11:03 CEST 2010 - sjayaraman@suse.de Mon Oct 18 16:54:57 CEST 2010 - trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf ------------------------------------------------------------------- @@ -5376,7 +5784,7 @@ Mon Oct 11 17:14:51 CEST 2010 - mmarek@suse.cz Mon Oct 11 16:12:29 CEST 2010 - jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 ------------------------------------------------------------------- @@ -5389,7 +5797,7 @@ Fri Oct 8 17:40:50 CEST 2010 - jeffm@suse.de Tue Oct 5 18:02:19 CEST 2010 - jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa ------------------------------------------------------------------- @@ -5402,7 +5810,7 @@ Tue Oct 5 17:19:46 CEST 2010 - jeffm@suse.de Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 @@ -5411,7 +5819,7 @@ Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de Mon Oct 4 16:57:34 CEST 2010 - jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 ------------------------------------------------------------------- @@ -5424,25 +5832,25 @@ Fri Sep 24 13:45:31 CEST 2010 - jbeulich@novell.com Fri Sep 24 13:23:13 CEST 2010 - trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 ------------------------------------------------------------------- Fri Sep 24 13:14:36 CEST 2010 - trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 ------------------------------------------------------------------- @@ -5467,7 +5875,7 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 @@ -5475,7 +5883,7 @@ Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b ------------------------------------------------------------------- @@ -5494,7 +5902,7 @@ Tue Sep 21 14:15:34 CEST 2010 - mmarek@suse.cz Tue Sep 21 13:59:10 CEST 2010 - jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 ------------------------------------------------------------------- @@ -5502,8 +5910,8 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f @@ -5512,14 +5920,14 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de Mon Sep 20 16:03:14 CEST 2010 - sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b ------------------------------------------------------------------- Mon Sep 20 15:25:41 CEST 2010 - jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 ------------------------------------------------------------------- @@ -5532,25 +5940,25 @@ Sun Sep 19 17:39:03 CEST 2010 - jeffm@suse.com Fri Sep 17 01:05:47 CEST 2010 - jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 ------------------------------------------------------------------- Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de - x86-64, compat: Test %rax for the syscall number, not %eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 ------------------------------------------------------------------- Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac ------------------------------------------------------------------- @@ -5563,21 +5971,21 @@ Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 ------------------------------------------------------------------- Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 ------------------------------------------------------------------- Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 ------------------------------------------------------------------- @@ -5592,11 +6000,11 @@ Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -5626,7 +6034,7 @@ Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de 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). + (CVE-2010-2954 bnc#636112). - commit f04e61f ------------------------------------------------------------------- @@ -5648,7 +6056,7 @@ Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 ------------------------------------------------------------------- @@ -5667,28 +6075,28 @@ Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - 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. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + 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. + 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. + the truncate path and causes crashes. - commit e18fc2c ------------------------------------------------------------------- @@ -5743,22 +6151,22 @@ Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de 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. + 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. + 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. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e ------------------------------------------------------------------- @@ -5772,7 +6180,7 @@ Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com 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. + avoid triggering a build service rule error. - commit 124ac26 ------------------------------------------------------------------- @@ -5791,14 +6199,14 @@ Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de 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. + 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 - to grab the BKL + to grab the BKL - commit 1df02ec ------------------------------------------------------------------- @@ -5811,20 +6219,20 @@ Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - 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. + - 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 ------------------------------------------------------------------- @@ -5843,10 +6251,10 @@ Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com 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. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 ------------------------------------------------------------------- @@ -5878,7 +6286,7 @@ Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com 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). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 ------------------------------------------------------------------- @@ -5891,7 +6299,7 @@ Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz 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. + 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 @@ -5901,14 +6309,14 @@ Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de 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). + 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). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 @@ -5917,13 +6325,13 @@ 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. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b @@ -5932,7 +6340,7 @@ Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com 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. + usage from upstream commit 718be4aa. - commit 4ce0b48 ------------------------------------------------------------------- @@ -5963,7 +6371,7 @@ Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 ------------------------------------------------------------------- @@ -5976,7 +6384,7 @@ Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 ------------------------------------------------------------------- @@ -5990,7 +6398,7 @@ 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). + though). - commit 8ed2389 ------------------------------------------------------------------- diff --git a/kernel-omap2plus.spec b/kernel-omap2plus.spec index 423f34273..461f5d3ef 100644 --- a/kernel-omap2plus.spec +++ b/kernel-omap2plus.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6 -%define patchversion 3.6.3 +%define srcversion 3.7 +%define patchversion 3.7.0 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-omap2plus Summary: Kernel for Texas instrument's OMAP SoC -Version: 3.6.3 +Version: 3.7.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -91,7 +91,7 @@ Requires(post): distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release # Remove some packages that are installed automatically by the build system, # but are not needed to build the kernel -#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv +#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv %ifarch ia64 # arch/ia64/scripts/unwcheck.py @@ -474,10 +474,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz @@ -887,6 +886,7 @@ Provides: multiversion(kernel) Provides: %name-devel = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel Supplements: packageand(%name:kernel-devel%variant) +PreReq: coreutils %description devel This package contains files necessary for building kernel modules (and diff --git a/kernel-pae.changes b/kernel-pae.changes index 2887ccaf6..e0d27f80d 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,393 @@ +------------------------------------------------------------------- +Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com + +- ezusb: add dependency to USB. + This prevents build failures by making it depend on the value of CONFIG_USB. + Commit 36e0f0bd did this for architectures other than ARM manually. +- commit b89db5d + +------------------------------------------------------------------- +Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de + +- Drivers: hv: balloon: Fix a memory leak. +- commit 26cdad5 + +------------------------------------------------------------------- +Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com + +- Update to 3.7-final. +- commit 1771a73 + +------------------------------------------------------------------- +Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de + +- Update patch headers for fate314663 and fate314665 changes +- commit 44044f1 + +------------------------------------------------------------------- +Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz + +- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually + ext3 will be removed upstream so let's do the transition. +- commit dadc8ea + +------------------------------------------------------------------- +Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr + +- Update omap2plus (armv7) config: Enable TWL* USB drivers +- commit 28c09f5 + +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + +------------------------------------------------------------------- +Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de + +- fate#314663 hyper-v memory ballooning support +- mm: Export a function to get vm committed memory. +- Drivers: hv: Add Hyper-V balloon driver. +- Drivers: hv: balloon: Fix a bug in the definition of struct + dm_info_msg. +- Update config files. + fate#314665 hyper-v: Update the Vmbus protocol +- Drivers: hv: Implement routines for read side signaling + optimization. +- Drivers: hv: Add state to manage batched reading. +- Drivers: hv: Turn off batched reading for util drivers. +- Drivers: hv: Optimize signaling in the read path. +- Drivers: hv: Optimize the signaling on the write path. +- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask(). +- Drivers: hv: Support handling multiple VMBUS versions. +- Drivers: hv: Update the ring buffer structure to match win8 + functionality. +- Drivers: hv: Extend/modify vmbus_channel_offer_channel for + win7 and beyond. +- Drivers: hv: Save and export negotiated vmbus version. +- Drivers: hv: Change the signature for hv_signal_event(). +- Drivers: hv: Change the signature of vmbus_set_event(). +- Drivers: hv: Move vmbus version definitions to hyperv.h. +- Drivers: hv: Manage signaling state on a per-connection basis. +- Drivers: hv: Cleanup vmbus_set_event() to support win7 and + beyond. +- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID. +- Drivers: hv: Add state to manage incoming channel interrupt + load. +- Drivers: hv: Modify the interrupt handling code to support + win8 and beyond. +- Drivers: hv: Add code to distribute channel interrupt load. +- Drivers: hv: Get rid of the unused global signaling state. +- Drivers: hv: Get rid of unnecessary request for offers. +- Drivers: hv: Manage event tasklets on per-cpu basis. +- Drivers: hv: Handle vmbus interrupts concurrently on all cpus. +- Drivers: hv: Add a check to deal with spurious interrupts. +- Drivers: hv: Enable protocol negotiation with win8 hosts. +- Drivers: hv: Implement flow management on the send side. +- Drivers: hv: Capture the host build information. +- Drivers: hv: Cleanup and consolidate reporting of build/version + info. +- commit 4fccd03 + +------------------------------------------------------------------- +Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc8. +- Delete patches.rpmify/net-fix-build-failure-in-xilinx. +- commit 76b3d92 + +------------------------------------------------------------------- +Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de + +- add splash=black option to bootsplash code, + to keep a black background, useful for remote access to VMs + (bnc#773487) +- commit c060ae1 + +------------------------------------------------------------------- +Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem + (bnc#781327) +- commit 841d864 + +------------------------------------------------------------------- +Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com + +- net: fix build failure in xilinx. +- commit 28be621 + +------------------------------------------------------------------- +Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com + +- Update config files. Enable CONFIG_SMB2 to 'y'. +- commit 25bdfaf + +------------------------------------------------------------------- +Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc6. +- commit daac70a + +------------------------------------------------------------------- +Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz + +- rpm/config.sh: Set projects for ARM +- commit 55bac79 + +------------------------------------------------------------------- +Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related + crash in context switch code). +- commit bb1d12d + +------------------------------------------------------------------- +Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com + +- Update to 3.7-rc5. +- Update Xen patches additionally to c/s 1204: +- commit d5de9cf + +------------------------------------------------------------------- +Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com + +- config: sync x86_64 configs for NR_UARTS + This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and + CONFIG_SERIAL_8250_NR_UARTS to 32. +- commit ddf88e6 + +------------------------------------------------------------------- +Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com + +- Delete patches.arch/s390-remove-kvm-para.patch. +- commit f759e1e + +------------------------------------------------------------------- +Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com + +- config: sync ppc64 configs for LIB80211, NET_SDA_MV* + This commit changes the following options to be modular: + LIB80211 + NET_DSA_MV88E6XXX + NET_DSA_MV88E6060 +- commit caa5a52 + +------------------------------------------------------------------- +Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com + +- config: sync ppc64/debug with ppc64/default + The debug config should be identical to default with the exception of + the debug options. This patch brings ppc64/debug in line with ppc64/default + with the exception of a few things that are modular in debug that should + also be modular in default. +- commit b981fcd + +------------------------------------------------------------------- +Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com + +- config: sync kvm options between ppc64 flavors. +- commit 8a389d5 + +------------------------------------------------------------------- +Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com + +- config: disable HW_RANDOM_AMD on ppc64 + This chip is only on AMD hardware and an old ppc64 eval board. We can skip + it on ppc64. +- commit 03001a4 + +------------------------------------------------------------------- +Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com + +- config: Eliminate unused ppc/ppc64 configs. + The history of the ppc/ppc64 configs is a convoluted one that started + before the kernel source could support multiple machine types with a + single image and before there was a usable 64-bit userspace. + In the subsequent years, the powerpc code has been unified and we've + released a 64-bit powerpc userspace. The "default" and "ppc64" configs + on ppc64 are essentially identical and just waste space. The "ppc64" + config on 32-bit ppc address a long since unnecessary corner case. Users + who still want a 32-bit userspace with a 64-bit kernel can install and + update it themselves using the 64-bit repository like i386/x86_64 users + can do. + This commit can be summarized thusly: + rm config/ppc/ppc64 + rm config/ppc/ps3 (already unused) + mv config/ppc64/ppc64 config/ppc64/default +- commit a9cc3d5 + +------------------------------------------------------------------- +Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr + +- Add kernel-versatile description +- commit 5424cf2 + +------------------------------------------------------------------- +Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr + +- Enable armv5 in arch-symbols +- commit 401de81 + +------------------------------------------------------------------- +Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com + +- config: sync vanilla flavor with default flavor for each platform + The vanilla configs have drifted away from the default configuration + for each platform. This patch brings them back in sync. +- commit 8d4661f + +------------------------------------------------------------------- +Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com + +- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled. +- commit 9907c37 + +------------------------------------------------------------------- +Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com + +- Updated to 3.7-rc4. + Eliminated 1 patch. +- commit 5168053 + +------------------------------------------------------------------- +Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again). +- commit 5feff7e + +------------------------------------------------------------------- +Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com + +- Update Xen patches to 3.7-rc3 and c/s 1202. +- extend base interfaces to support multi-page rings for + frontend/backend communication. +- blkback: allow using multiple page frontend communication ring. +- blkfront: allow using multiple page backend communication ring. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Fix build when disabled. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- config.conf: Re-enable Xen configs. +- Update x86 config files. +- Delete patches.xen/xen3-acpi_override_2_2.patch. +- commit f042386 + +------------------------------------------------------------------- +Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr + +- Add support to armv5 versatile kernel +- commit 99d34f3 + +------------------------------------------------------------------- +Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc3. +- commit 48e5027 + +------------------------------------------------------------------- +Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615) +- commit 2520563 + +------------------------------------------------------------------- +Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de + +- ARM: Update config files: Fix vexpress (default) config +- commit be072b4 + +------------------------------------------------------------------- +Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de + +- Fixup kvm for s390. +- commit 503388b + +------------------------------------------------------------------- +Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi +- commit 336ead7 + +------------------------------------------------------------------- +Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de + +- Revert "disable non-compiling irrelevant I2C module" +- commit d5a21c5 + +------------------------------------------------------------------- +Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de + +- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE. +- commit 8e108ab + +------------------------------------------------------------------- +Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 565b450 + +------------------------------------------------------------------- +Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de + +- Refresh patches.arch/arm-exynos-nosparse.patch. +- commit 55fbf60 + +------------------------------------------------------------------- +Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 118f2f9 + +------------------------------------------------------------------- +Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de + +- ARM: Exynos: Fix MMC driver +- ARM: Exynos: Update configs +- commit 37a1704 + +------------------------------------------------------------------- +Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com + +- config: change CONFIG_USB_EZUSB_FX2 to module +- commit 36e0f0b + +------------------------------------------------------------------- +Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com + +- Actually use kthread_run in crasher.ko. + The previous commit was incomplete. +- commit b8b35ae + +------------------------------------------------------------------- +Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com + +- crasher: use kthread_run() instead of kernel_thread(). + Linux 3.7-rc2 no longer exports kernel_thread on all architectures. +- commit f17d925 + +------------------------------------------------------------------- +Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com + +- Updated to 3.7-rc2. +- commit e00a663 + ------------------------------------------------------------------- Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de @@ -14,7 +404,7 @@ Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz - Refresh patches.xen/xen3-patch-3.6. - Delete patches.fixes/hv-storvsc-reset-wait.patch. - Delete - patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. + patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. - commit cfee26b ------------------------------------------------------------------- @@ -36,19 +426,19 @@ Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de and proper git-xy: meta tags: - lib: Add early cpio decoder. - x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() - for e820 handling. + for e820 handling. - ACPI: Store valid ACPI tables passed via early initrd in - reserved memblock areas. + reserved memblock areas. - ACPI: Implement physical address table override. - ACPI: Create acpi_table_taint() function to avoid code - duplication. + duplication. - ACPI: Document ACPI table overriding via initrd. - ACPI: Fix build when disabled. - X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. - ACPI: Overriding ACPI tables via initrd only works with - an initrd. + an initrd. - ACPI: Cleanup acpi_initrd_override declaration and remove - ifdefs. + ifdefs. - Delete patches.arch/acpi_fix_custom_method_acc.patch. - Delete patches.arch/acpi_override_2_2.patch. - Delete patches.arch/acpi_override_documentation. @@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz This allows to control the kabi checker from outside of the package. - commit 0a0900c +------------------------------------------------------------------- +Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com + +- Update to 3.7-rc1. +- Eliminated 38 patches. +- Xen is disabled. +- ARM configs need updating. +- Module signing is disabled until the build infrastructure can support it. +- commit fce087a + ------------------------------------------------------------------- Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz @@ -87,14 +487,20 @@ Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz - Delete - patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. + patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. - Delete - patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. + patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. - Delete - patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. + patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. These are in 3.6.1. - commit 2a321c4 +------------------------------------------------------------------- +Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com + +- Remove noncompiling modules +- commit b7cdd5a + ------------------------------------------------------------------- Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de @@ -136,7 +542,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - hyperv: Add comments for the extended buffer after RNDIS message. - Drivers: hv: Cleanup the guest ID computation. - Drivers: hv: vmbus: Use the standard format string to format - GUIDs. + GUIDs. - Drivers: hv: Add KVP definitions for IP address injection. - Drivers: hv: kvp: Cleanup error handling in KVP. - Drivers: hv: Explicitly size elements of protocol structures. @@ -148,7 +554,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - Tools: hv: Represent the ipv6 mask using CIDR notation. - Tools: hv: Gather ipv[4,6] gateway information. - hv: fail the probing immediately when we are not in hyperv - platform. + platform. - hv: vmbus_drv: detect hyperv through x86_hyper. - Tools: hv: Get rid of some unused variables. - Tools: hv: Correctly type string variables. @@ -167,14 +573,14 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - tools/hv: Parse /etc/os-release. - hyperv: Fix the max_xfer_size in RNDIS initialization. - hyperv: Fix the missing return value in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - hyperv: Fix page buffer handling in rndis_filter_send_request(). - hyperv: Remove extra allocated space for recv_pkt_list elements. - hyperv: Report actual status in receive completion packet. - hyperv: Add buffer for extended info after the RNDIS response - message. + message. - Delete - patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. - commit 08d283b ------------------------------------------------------------------- @@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com - ARM/u5800: Fix build of ux500 driver - Acked-by: Jeff Mahoney - commit 0ea37a0 +------------------------------------------------------------------- +Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com + +- disable non-compiling irrelevant I2C module +- commit 0ba9bac + ------------------------------------------------------------------- Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com - ARM/tegra: Remove optional parts to fix build - Acked-by: Jeff Mahoney - commit d729a16 ------------------------------------------------------------------- Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com - ARM: enable zcache support - Acked-by: Jeff Mahoney - commit 17b147b ------------------------------------------------------------------- Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com - ARM/cubox: set cachefilesd to module - Acked-by: Jeff Mahoney - commit c1fb243 ------------------------------------------------------------------- @@ -229,13 +637,13 @@ Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de - Remove old patchset to override ACPI tables via initrd. Also remove a stale xen patch related to that. - Delete - patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - Delete - patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. - Delete - patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. - Delete - patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - commit dd8f1b0 ------------------------------------------------------------------- @@ -364,7 +772,7 @@ Mon Sep 10 19:22:00 CEST 2012 - jeffm@suse.com Mon Sep 10 10:20:23 CEST 2012 - jbeulich@novell.com - patches.arch/s390-message-catalog.diff: Properly handle pr_cont() and fold - in the below two trivial fixes. + in the below two trivial fixes. - Delete patches.arch/s390-message-catalog-fix.diff. - Delete patches.arch/s390-message-catalog-perl-fix.diff. - Refresh patches.arch/kmsg-fix-parameter-limitations. @@ -438,10 +846,10 @@ Fri Aug 31 23:20:23 CEST 2012 - dmueller@suse.com Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz - i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y - && CONFIG_I2C_DESIGN. + && CONFIG_I2C_DESIGN. - Delete - patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. - Move it to rpmify, so that vanilla builds fine too. + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. - commit 0217ad5 ------------------------------------------------------------------- @@ -519,7 +927,7 @@ Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com Fri Aug 17 14:51:23 CEST 2012 - jeffm@suse.com - Update to 3.6-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 71963b0 ------------------------------------------------------------------- @@ -975,7 +1383,7 @@ Wed Jun 13 13:21:58 CEST 2012 - hare@suse.de - Rediff patch - patches.drivers/mach-dove-Fixup-ge00-initialisation.patch: - Rediff after backport from upstream. + Rediff after backport from upstream. - commit fa58c5e ------------------------------------------------------------------- @@ -983,7 +1391,7 @@ Wed Jun 13 12:56:17 CEST 2012 - hare@suse.de - Fixup patch to apply - patches.drivers/spi-orion-convert-to-new-infrastructure.patch - backported from upstream. + backported from upstream. - commit 2507393 ------------------------------------------------------------------- @@ -1002,9 +1410,9 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com - Update to 3.5-rc2. - - Xen needs update. - - ARM needs update. - - Eliminated 13 patches. + - Xen needs update. + - ARM needs update. + - Eliminated 13 patches. - commit 3f461b1 ------------------------------------------------------------------- @@ -1043,7 +1451,7 @@ Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de - [SCSI] storvsc: Properly handle errors from the host - (bnc#747404). + (bnc#747404). - Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. - commit ad28e23 @@ -1106,7 +1514,7 @@ Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Tue May 22 14:21:24 CEST 2012 - trenn@suse.de - X86 acpi_cpufreq: Do not use request_module for autoloading - (bnc#756085). + (bnc#756085). - Refresh patches.xen/xen3-auto-common.diff. - patches.xen/xen3-patch-3.3: - commit caf270e @@ -1165,7 +1573,7 @@ Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com - Update to 3.4-rc7. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 4cd9e9b ------------------------------------------------------------------- @@ -1218,7 +1626,7 @@ Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com - Update to 3.4-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 749ea8f ------------------------------------------------------------------- @@ -1255,7 +1663,7 @@ Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not require distribution-release - during build. + during build. - commit 3cd703f ------------------------------------------------------------------- @@ -1306,18 +1714,18 @@ Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com - Disabled DECNet and ARCNet. Specific config options disabled: CONFIG_ARCNET - CONFIG_ARCNET_1051 - CONFIG_ARCNET_1201 - CONFIG_ARCNET_CAP - CONFIG_ARCNET_COM20020_CS - CONFIG_ARCNET_COM20020 - CONFIG_ARCNET_COM20020_PCI - CONFIG_ARCNET_COM90xxIO - CONFIG_ARCNET_COM90xx - CONFIG_ARCNET_RAW - CONFIG_ARCNET_RIM_I + CONFIG_ARCNET_1051 + CONFIG_ARCNET_1201 + CONFIG_ARCNET_CAP + CONFIG_ARCNET_COM20020_CS + CONFIG_ARCNET_COM20020 + CONFIG_ARCNET_COM20020_PCI + CONFIG_ARCNET_COM90xxIO + CONFIG_ARCNET_COM90xx + CONFIG_ARCNET_RAW + CONFIG_ARCNET_RIM_I CONFIG_DECNET - CONFIG_DECNET_NF_GRABULATOR + CONFIG_DECNET_NF_GRABULATOR - commit 272dd14 ------------------------------------------------------------------- @@ -1419,7 +1827,7 @@ Fri Apr 20 18:09:06 CEST 2012 - jbeulich@novell.com Tue Apr 17 15:59:19 CEST 2012 - jeffm@suse.com - Update to 3.4-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 2fde7e0 ------------------------------------------------------------------- @@ -1439,7 +1847,7 @@ Mon Apr 9 03:28:12 CEST 2012 - jeffm@suse.com Fri Apr 6 06:42:35 CEST 2012 - jeffm@suse.com - Update AppArmor for 3.4. - - apparmor: Add "profiles" list to sysfs. + - apparmor: Add "profiles" list to sysfs. - commit 59517ac ------------------------------------------------------------------- @@ -1452,10 +1860,10 @@ Thu Apr 5 22:25:16 CEST 2012 - jeffm@suse.com Thu Apr 5 09:18:14 CEST 2012 - jeffm@suse.com - Updated to 3.4-rc1. - - Eliminated 121 patches. - - Xen is unavailable. - - ACPI overrides are unavailable. - - AppArmor network feature are unavailable. + - Eliminated 121 patches. + - Xen is unavailable. + - ACPI overrides are unavailable. + - AppArmor network feature are unavailable. - commit 3ac7e79 ------------------------------------------------------------------- @@ -1535,7 +1943,7 @@ Sat Mar 24 00:57:07 CET 2012 - dsterba@suse.cz - Refresh patches.suse/btrfs-handle-EIO. - Refresh - patches.suse/btrfs-volumes-schedule_bio-should-return-void. + patches.suse/btrfs-volumes-schedule_bio-should-return-void. - commit d97ade6 ------------------------------------------------------------------- @@ -1578,10 +1986,10 @@ Mon Mar 19 11:16:34 CET 2012 - jslaby@suse.cz Mon Mar 19 11:07:00 CET 2012 - jslaby@suse.cz - Delete - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. + patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. - Delete patches.arch/dell_optiplex_990_fix_reboot.patch. - Delete - patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. + patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. - Delete patches.drivers/libata-unlock-hpa-by-default. - Delete patches.fixes/scsi-add-tgps-setting. - Delete patches.fixes/scsi-dh-rdac-add-stk. @@ -1618,23 +2026,23 @@ Mon Mar 12 15:26:55 CET 2012 - ohering@suse.de - Staging: hv: storvsc: Cleanup storvsc_host_reset_handler(). - Staging: hv: storvsc: Move and cleanup storvsc_remove(). - Staging: hv: storvsc: Add a comment to explain life-cycle - management. + management. - Staging: hv: storvsc: Get rid of the on_io_completion in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Rename the context field in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver. - Staging: hv: storvsc: Cleanup the code for generating protocol - version. + version. - Staging: hv: storvsc: Cleanup some protocol related constants. - Staging: hv: storvsc: Get rid of some unused defines. - Staging: hv: storvsc: Consolidate the request structure. - Staging: hv: storvsc: Consolidate all the wire protocol - definitions. + definitions. - Staging: hv: storvsc: Move the storage driver out of the - staging area. + staging area. - Rename patches.suse/staging-hv-pata_piix-ignore-disks.patch to - patches.suse/suse-hv-pata_piix-ignore-disks.patch + patches.suse/suse-hv-pata_piix-ignore-disks.patch - commit 7487199 ------------------------------------------------------------------- @@ -1829,41 +2237,41 @@ Mon Feb 13 17:23:49 CET 2012 - mmarek@suse.cz Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de - Add driver auto probing for x86 features v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Fix overrun check in arch_print_cpu_modalias() - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - crypto: Add support for x86 cpuid - auto loading for x86 crypto drivers - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + auto loading for x86 crypto drivers + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Clean up modalias feature matching - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel-idle: convert to x86_cpu_id auto probing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Fix ID for Nehalem-EX Xeon in device ID table - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert via-cputemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k7: Fix CPU family number - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: Load acpi-cpufreq from processor driver automatically - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Revert change of auto_demotion_flags for Nehalem - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert coretemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k6: Really enable auto-loading - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - X86: Introduce HW-Pstate scattered cpuid feature - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - cpufreq: Add support for x86 cpuinfo auto loading v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86: autoload microcode driver on Intel and AMD systems v2 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 parts - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: remove duplicated lines of merging - problems with acpi_processor_start - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + problems with acpi_processor_start + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - Update config files. - commit 6efe9b5 @@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for --default (bnc#745632). KMPs are still built as i586. + -default (bnc#745632). KMPs are still built as i586. - commit 88a632b ------------------------------------------------------------------- @@ -1902,8 +2310,8 @@ Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com - Update to 3.3-rc2. - - Eliminated 5 patches. - - Xen is disabled. + - Eliminated 5 patches. + - Xen is disabled. - commit d017ea1 ------------------------------------------------------------------- @@ -2002,7 +2410,7 @@ Wed Dec 21 14:38:42 CET 2011 - jbeulich@novell.com Tue Dec 20 16:35:33 CET 2011 - jeffm@suse.com - Update to 3.2-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit d5a489e ------------------------------------------------------------------- @@ -2010,7 +2418,7 @@ Tue Dec 20 11:34:14 CET 2011 - trenn@suse.de - These should all be mainline in some form: - Delete - patches.arch/implement_stop_machine_from_offline_cpu.patch. + patches.arch/implement_stop_machine_from_offline_cpu.patch. - Delete patches.arch/kill-__stop_machine.patch. - Delete patches.arch/reorganize_stop_cpus.patch. - Delete patches.arch/use_stop_machine_for_mtrr_rendezvous.patch. @@ -2026,14 +2434,14 @@ Sun Dec 18 07:38:42 CET 2011 - aj@suse.de Fri Dec 16 15:37:51 CET 2011 - aj@suse.de - rpm/kernel-binary.spec.in: Add provides and make most obsoletes versioned. - This silences rpmlint warnings. + This silences rpmlint warnings. - commit e3023c7 ------------------------------------------------------------------- Wed Dec 14 13:51:41 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: Fix tarball URL for -rcX and - do not generate any URL for linux-next and vanilla snapshots. + do not generate any URL for linux-next and vanilla snapshots. - commit 1548daf ------------------------------------------------------------------- @@ -2123,7 +2531,7 @@ Wed Dec 7 11:05:05 CET 2011 - aj@suse.de Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com - Update to 3.2-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit a7d546d ------------------------------------------------------------------- @@ -2235,8 +2643,8 @@ Fri Nov 25 05:58:54 CET 2011 - jeffm@suse.com Fri Nov 25 05:47:49 CET 2011 - jeffm@suse.com - Update to 3.2-rc3. - - stack unwind: cfi_ignore takes more arguments. - - iio: Fix build error in industrialio-core.c. + - stack unwind: cfi_ignore takes more arguments. + - iio: Fix build error in industrialio-core.c. - commit 48ef020 ------------------------------------------------------------------- @@ -2249,7 +2657,7 @@ Thu Nov 24 18:45:54 CET 2011 - ohering@suse.de Thu Nov 24 13:01:09 CET 2011 - mmarek@suse.cz - rpm/try-disable-staging-driver: Script to disable failing staging - driver and restart make. + driver and restart make. - commit 819d1fa ------------------------------------------------------------------- @@ -2343,14 +2751,14 @@ Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de Wed Nov 16 06:51:07 CET 2011 - jeffm@suse.com - Update to 3.2-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 85c9930 ------------------------------------------------------------------- Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com - Update to 3.2-rc1. - - Eliminate 212 patches. + - Eliminate 212 patches. - commit 6318d5b ------------------------------------------------------------------- @@ -2390,8 +2798,8 @@ Sat Nov 5 01:32:21 CET 2011 - trenn@suse.de Thu Nov 3 17:56:46 CET 2011 - mszeredi@suse.cz - patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch: - hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops - (CVE-2011-2203 bnc#699709). + hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops + (CVE-2011-2203 bnc#699709). - commit 7923119 ------------------------------------------------------------------- @@ -2429,16 +2837,16 @@ Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com - Add Elantech touchpad v3/v4 support (bnc#716852): - - Input: elantech - add v3 hardware support. - - Input: elantech - add v4 hardware support. - - Input: elantech - better support all those v2 variants. - - Input: elantech - clean up elantech_init. - - Input: elantech - correct x, y value range for v2 hardware. - - Input: elantech - get rid of ETP_2FT_* in elantech.h. - - Input: elantech - packet checking for v2 hardware. - - Input: elantech - remove ETP_EDGE_FUZZ_V2. - - Input: elantech - remove module parameter force_elantech. - - Input: elantech - use firmware provided x, y ranges. + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. - commit 28551a0 ------------------------------------------------------------------- @@ -2469,7 +2877,7 @@ Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de Tue Oct 25 19:24:17 CEST 2011 - eich@suse.de - patches.suse/SUSE-bootsplash: remove DEBUG macro which was - left in the code by accident. + left in the code by accident. - commit a56ba15 ------------------------------------------------------------------- @@ -2482,7 +2890,7 @@ Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de - patches.suse/staging-hv-pata_piix-ignore-disks.patch: - Update comments in code and reduce patch size + Update comments in code and reduce patch size - commit 8913d07 ------------------------------------------------------------------- @@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de ------------------------------------------------------------------- Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com --Update to 3.1-rc10. +- -Update to 3.1-rc10. - commit 239957e ------------------------------------------------------------------- @@ -2522,11 +2930,11 @@ Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de - Various updates for hv drivers, which fix also the hv_mouse driver - staging: hv: storvsc: ignore SET_WINDOWN scsi command - (bnc#722646). + (bnc#722646). - staging/hv: advertise hv_storvsc instead of storvsc as sysfs - driver name (bnc#716708). + driver name (bnc#716708). - staging/hv: fill scsi/proc_name for the sake of mkinitrd - (bnc#716708). + (bnc#716708). - Staging: hv: util: Invoke cn_netlink_send() in a work context. - Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. - Refresh patches.xen/xen3-patch-2.6.32. @@ -2560,7 +2968,7 @@ Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com - patches.suse/supported-flag: Also look for Module.supported in the - source tree. + source tree. - Refresh patches.suse/supported-flag-enterprise. - commit 9c8680a @@ -2594,15 +3002,15 @@ Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - commit e3c78cf ------------------------------------------------------------------- @@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de - Refresh patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. --> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. + -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. - commit 0ac4276 ------------------------------------------------------------------- @@ -2647,9 +3055,9 @@ Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de - ACPI: Implement overriding of arbitrary ACPI tables via initrd - (none). + (none). - ACPICA: Fix wrongly mapped acpi table header when overriding - via initrd (none). + via initrd (none). - ACPICA: Introduce acpi_os_phys_table_override function (none). - x86: allow NVS can be accessed by driver (none). - Update config files: @@ -2667,7 +3075,7 @@ Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix unwinding through - interrupt frames, requiring ... + interrupt frames, requiring ... - patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression. - commit 4d917a5 @@ -2706,7 +3114,7 @@ Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com - mm: frontswap: swap data structure changes. - In HVM guests do not take over the CDROM device (bnc#645893). - x86: report ACPI-reserved state of PCI MMCONFIG region to - hypervisor. + hypervisor. - config.conf: Re-enable Xen flavors. - Update config files. - commit 3692f47 @@ -2746,33 +3154,33 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: util: kvp: Fix the reported OSVersion string. - Staging: hv: util: kvp: Cleanup kvp_get_domain_name(). - Staging: hv: Fix macros, tab errors and warning in - drivers/staging/hv/hv_mouse.c. + drivers/staging/hv/hv_mouse.c. - Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get - rid of the PCI signature. + rid of the PCI signature. - Staging: hv: Replace struct hv_guid with the uuid type already - defined in Linux. + defined in Linux. - Staging: hv: vmbus: Introduce vmbus ID space in struct - hv_driver. + hv_driver. - Staging: hv: blkvsc: Use the newly introduced vmbus ID in the - blockvsc driver. + blockvsc driver. - Staging: hv: storvsc: Use the newly introduced vmbus ID in - storvsc driver. + storvsc driver. - Staging: hv: netvsc: Use the newly introduced vmbus ID in - netvsc driver. + netvsc driver. - Staging: hv: mousevsc: Use the newly introduced vmbus ID in - mouse driver. + mouse driver. - Staging: hv: util: Make hv_utils a vmbus device driver. - Staging: hv: create VMBUS_DEVICE macro and use it. - Staging: hv: vmbus: Cleanup vmbus_match(). - Staging: hv: vmbus: Cleanup vmbus_uevent() code. - Staging: hv: vmbus: Support the notion of id tables in - vmbus_match(). + vmbus_match(). - Staging: hv: vmbus: Get rid of an unnecessary include line - in vmbus_drv.c. + in vmbus_drv.c. - Staging: hv: storvsc: Get rid of the DMI signature. - Staging: hv: netvsc: Get rid of the PCI signature. - Staging: hv: netvsc: Get rid of the DMI signature in - netvsc_drv.c. + netvsc_drv.c. - Staging: hv: util: Get rid of the DMI signature in hv_util.c. - Staging: hv: util: Get rid of the PCI signature in hv_util.c. - Staging: hv: fix up driver registering mess. @@ -2780,59 +3188,59 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: vmbus: Cleanup unnecessary comments in hv.c. - Staging: hv: vmbus: Cleanup error handling in hv_init(). - Staging: hv: vmbus: Get rid of unnecessay comments in - connection.c. + connection.c. - Staging: hv: vmbus: Get rid of the function dump_gpadl_body(). - Staging: hv: vmbus: Get rid of the function dump_gpadl_header(). - Staging: hv: vmbus: Rename openMsg to open_msg in channel.c. - Staging: hv: vmbus: Get rid of unnecessary comments in - channel.c. + channel.c. - Staging: hv: vmbus: Change the variable name openInfo to - open_info in channel.c. + open_info in channel.c. - Staging: hv: vmbus: Cleanup error values in ringbuffer.c. - Staging: hv: vmbus: Cleanup the error return value in - vmbus_recvpacket_raw(). + vmbus_recvpacket_raw(). - Staging: hv: netvsc: Get rid of an unnecessary print statement - in netvsc_probe(). + in netvsc_probe(). - Staging: hv: vmbus: Retry vmbus_post_msg() before giving up. - Staging: hv: storvsc: Cleanup error handling in - storvsc_dev_add(). + storvsc_dev_add(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_channel_init(). + storvsc_channel_init(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_connect_to_vsp(). + storvsc_connect_to_vsp(). - Staging: hv: storvsc: Cleanup error handling in storvsc_do_io(). - Storage: hv: storvsc: Get rid of some unnecessary DPRINTs - from storvsc.c. + from storvsc.c. - Staging: hv: storvsc: Fix/cleanup some dated comments in - storvsc.c. + storvsc.c. - Staging: hv: storvsc: Cleanup returned error code in - storvsc_host_reset(). + storvsc_host_reset(). - Staging: hv: storvsc: Cleanup error code returned in - storvsc_probe(). + storvsc_probe(). - Staging: hv: storvsc: Cleanup returned error code in - storvsc_drv_init(). + storvsc_drv_init(). - Staging: hv: netvsc: Cleanup the returned error code in - netvsc_probe(). + netvsc_probe(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_destroy_recv_buf(). + netvsc_destroy_recv_buf(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_init_recv_buf(). + netvsc_init_recv_buf(). - Staging: hv: netvsc: Cleanup error returns in - netvsc_connect_vsp(). + netvsc_connect_vsp(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_send(). + netvsc_send(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_device_add(). + netvsc_device_add(). - Staging: hv: netvsc: Cleanup error codes in - rndis_filter_receive(). + rndis_filter_receive(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_query_device(). + rndis_filter_query_device(). - Staging: hv: netvsc: Cleanup error return values in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - Staging: hv: netvsc: Cleanup error returns in - rndis_filter_init_device(). + rndis_filter_init_device(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_device_add(). + rndis_filter_device_add(). - Staging: hv: mouse: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Exit to exit. @@ -2845,72 +3253,72 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: add driver_data to hv_vmbus_device_id. - Staging: hv: Add code to parse struct hv_vmbus_device_id table. - Staging: hv: file2alias: fix up alias creation logic for - hv_vmbus_device_id. + hv_vmbus_device_id. - Staging: hv: storvsc: Inline free_stor_device(). - Staging: hv: storvsc: Do not aquire an unnecessary reference - on stor_device. + on stor_device. - Staging: hv: storvsc: Rename must_get_stor_device(). - Staging: hv: storvsc: Rename get_stor_device(). - Staging: hv: storvsc: Cleanup alloc_stor_device(). - Staging: hv: storvsc: Introduce state to manage the lifecycle - of stor device. + of stor device. - Staging: hv: storvsc: Prevent outgoing traffic when stor dev - is being destroyed. + is being destroyed. - Staging: hv: storvsc: Get rid of release_stor_device() by - inlining the code. + inlining the code. - Staging: hv: storvsc: Get rid of final_release_stor_device() - by inlining code. + by inlining code. - Staging: hv: storvsc: Get rid of the reference counting in - struct storvsc_device. + struct storvsc_device. - Staging: hv: netvsc: Inline the code for free_net_device(). - Staging: hv: netvsc: Cleanup alloc_net_device(). - Staging: hv: netvsc: Introduce state to manage the lifecycle - of net device. + of net device. - Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev - is destroyed. + is destroyed. - Staging: hv: netvsc: Get rid of release_outbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of release_inbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of the refcnt field in struct - netvsc_device. + netvsc_device. - Staging: hv: storvsc: Add code to handle IDE devices using - the storvsc driver. + the storvsc driver. - Staging: hv: storvsc: Handle IDE devices using the storvsc - driver. + driver. - Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is - not used. + not used. - Staging: hv: storvsc: Optimize bounce buffer handling for the - "write" case. + "write" case. - Staging: hv: storvsc: Optimize the bounce buffer handling in - the "read" case. + the "read" case. - Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of storvsc.c. + contents of storvsc.c. - Staging: hv: storvsc: Add the contents of hyperv_storage.h - to storvsc_drv.c. + to storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of hyperv_storage.h. + contents of hyperv_storage.h. - Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY - and MODE_SENSE. + and MODE_SENSE. - Staging: hv: storvsc: Fix a typo. - Staging: hv: storvsc: In case of scsi errors offline the device. - Staging: hv: storvsc: No need to copy from bounce buffer in - case of a failure. + case of a failure. - Staging: hv: util: Forcefully shutdown when shutdown is - requested. + requested. - Staging: hv: util: Adjust guest time in a process context. - Staging: hv: vmbus: Check before invoking the channel callback. - Staging: hv: vmbus: Properly deal with de-registering channel - callback. + callback. - Staging: hv: Fix a bug in vmbus_match(). - Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining - the code. + the code. - Staging: hv: vmbus: Do not enable auto eoi. - Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add(). - Staging: hv: vmbus: Get rid of some dated/redundant comments. - Staging: hv: vmbus: Get rid of an unnecessary check in - vmbus_connect(). + vmbus_connect(). - Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c. - Staging: hv: vmbus: Fix checkpatch warnings in connection.c. - Staging: hv: mousevsc: Fix checkpatch errors and warnings. @@ -2983,16 +3391,16 @@ Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com - Refreshed and re-enabled dm-path patches: - - patches.suse/dm-mpath-accept-failed-paths. - - patches.suse/dm-mpath-detach-existing-hardware-handler. + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. - commit 70cadcd ------------------------------------------------------------------- Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com - Update to 3.1-rc3. - - Eliminated 8 patches. - - Xen is disabled. + - Eliminated 8 patches. + - Xen is disabled. - commit eccefcc ------------------------------------------------------------------- @@ -3000,8 +3408,8 @@ Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de - * Refresh patches.suse/SUSE-bootsplash. * Fix bootsplash code for 15bpp framebuffers. - These framebuffers are rare these days, the legendary and still - popular server chipset Radeon ES1000 supports it, though. + These framebuffers are rare these days, the legendary and still + popular server chipset Radeon ES1000 supports it, though. - commit f25ce3e ------------------------------------------------------------------- @@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de - Update config files: bnc#674988, change: --CONFIG_ACPI_CUSTOM_METHOD=m + -CONFIG_ACPI_CUSTOM_METHOD=m +# CONFIG_ACPI_CUSTOM_METHOD is not set for all flavors - commit f1af972 @@ -3115,10 +3523,10 @@ Thu Jul 14 17:52:45 CEST 2011 - tiwai@suse.de Thu Jul 14 17:26:51 CEST 2011 - tiwai@suse.de - ALSA: hda - Add Kconfig for the default buffer size - (bnc#682725). + (bnc#682725). - Update config files. - Delete, replaced with the new upstream patch - patches.drivers/alsa-hda-0019-Increase-default-buffer-size. + patches.drivers/alsa-hda-0019-Increase-default-buffer-size. - commit 40c7644 ------------------------------------------------------------------- @@ -3140,7 +3548,7 @@ Sat Jul 9 11:17:46 CEST 2011 - jslaby@suse.cz Thu Jul 7 00:58:01 CEST 2011 - jeffm@suse.com - Update to 3.0-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 56e99da ------------------------------------------------------------------- @@ -3149,7 +3557,7 @@ Tue Jul 5 09:18:43 CEST 2011 - jbeulich@novell.com - Update Xen patches to 3.0-rc5 and c/s 1095. - xen: prepare tmem shim to handle frontswap. - support booting Xen from EFI (fate#311376, fate#311529, - bnc#578927, bnc#628554). + bnc#578927, bnc#628554). - config.conf: Re-enabled Xen flavors. - Update x86 config files. - Delete patches.xen/xen-blkback-bimodal-suse. @@ -3196,31 +3604,31 @@ Tue Jun 21 12:14:44 CEST 2011 - mmarek@suse.cz Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz - rpm/post.sh: Touch /boot/do_purge_kernels on package install - (fate#312018). + (fate#312018). - rpm/postun.sh: Remove it again if it still exists on package - uninstall. + uninstall. - commit 82f4a5d ------------------------------------------------------------------- Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de - stop_machine: implement stop_machine_from_offline_cpu() - (bnc#697859). + (bnc#697859). - stop_machine: kill __stop_machine() (bnc#697859). - x86, mtrr: lock stop machine during MTRR rendezvous sequence - (bnc#697859). + (bnc#697859). - stop_machine: reorganize stop_cpus() implementation - (bnc#697859). + (bnc#697859). - x86, mtrr: use __stop_machine() for doing MTRR rendezvous - (bnc#697859). + (bnc#697859). - commit aa3d6e2 ------------------------------------------------------------------- Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz - Remove the novfs patches, it should be packaged as a KMP, or - ideally, reimplemented as a fuse filesystem (which is the reason why - the current implementation it is never going to be accepted upstream). + ideally, reimplemented as a fuse filesystem (which is the reason why + the current implementation it is never going to be accepted upstream). - Delete patches.fixes/novfs-copy_user-fixes.diff. - Delete patches.fixes/novfs-minsize-fixes. - Delete patches.fixes/novfs-nwcapi.patch. @@ -3275,7 +3683,7 @@ Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz Wed Jun 15 08:05:05 CEST 2011 - jeffm@suse.com - Update to 3.0-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit a1fe999 ------------------------------------------------------------------- @@ -3343,9 +3751,9 @@ Mon Jun 13 14:06:28 CEST 2011 - mmarek@suse.cz the SRCVERSION variable will only be used to determine the tarball version. - rpm/compute-PATCHVERSION.sh: Set default PATCHLEVEL and SUBLEVEL to 0. - The package version will thus always match the Makefile version and - the SRCVERSION variable will only be used to determine the tarball - version. + The package version will thus always match the Makefile version and + the SRCVERSION variable will only be used to determine the tarball + version. - rpm/kernel-binary.spec.in: Revert the previous hack. - commit 95c9977 @@ -3368,9 +3776,9 @@ Fri Jun 10 20:24:41 CEST 2011 - jeffm@suse.com Fri Jun 10 17:12:22 CEST 2011 - jeffm@suse.com - x86: Remove warning and warning_symbol from struct - stacktrace_ops. + stacktrace_ops. - Delete - patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. + patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. - commit 608ce9e ------------------------------------------------------------------- @@ -3462,13 +3870,13 @@ Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - commit 83331f5 ------------------------------------------------------------------- @@ -3489,14 +3897,14 @@ Tue May 31 05:09:44 CEST 2011 - jeffm@suse.com Tue May 31 05:08:21 CEST 2011 - jeffm@suse.com - Updated to 3.0-rc1. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit 5710413 ------------------------------------------------------------------- Mon May 30 15:54:37 CEST 2011 - jack@suse.cz - mm: Fix assertion mapping->nrpages == 0 in end_writeback() - (bnc#693013 bnc#666423). + (bnc#693013 bnc#666423). - Refresh patches.xen/tmem. - commit d3e465a @@ -3504,9 +3912,9 @@ Mon May 30 15:54:37 CEST 2011 - jack@suse.cz Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. + patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. - aic94xx: world-writable sysfs update_bios file. - Update upstream info. + Update upstream info. - commit 8912816 ------------------------------------------------------------------- @@ -3567,7 +3975,7 @@ Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc7. - - Eliminated 5 patches. + - Eliminated 5 patches. - commit a8a170f ------------------------------------------------------------------- @@ -3580,16 +3988,16 @@ Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz - Delete - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 - commit 7934e2d ------------------------------------------------------------------- Thu May 12 11:56:16 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - Note about submission. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + Note about submission. - commit 9922e20 ------------------------------------------------------------------- @@ -3602,15 +4010,15 @@ Tue May 10 19:10:18 CEST 2011 - mhocko@suse.cz Tue May 10 16:14:44 CEST 2011 - mhocko@suse.cz - patches.fixes/aggressive-zone-reclaim.patch: delete because - the patch is very workload specific and can lead to unexpected - reclaims in parallel node local workloads. + the patch is very workload specific and can lead to unexpected + reclaims in parallel node local workloads. - commit 56cf10e ------------------------------------------------------------------- Tue May 10 16:04:27 CEST 2011 - mhocko@suse.cz - Delete patches.suse/mm-devzero-optimisation.patch: we do not need - it anymore as we have zero page back since 2.6.32 + it anymore as we have zero page back since 2.6.32 - commit 323a093 ------------------------------------------------------------------- @@ -3629,64 +4037,64 @@ Mon May 9 14:32:59 CEST 2011 - jbeulich@novell.com Mon May 9 11:32:35 CEST 2011 - jbeulich@novell.com - patches.suse/kconfig-automate-kernel-desktop: Remove stray blank - lines (for older versions of "patch" to grok). + lines (for older versions of "patch" to grok). - commit 4dfa74d ------------------------------------------------------------------- Sat May 7 01:50:06 CEST 2011 - jeffm@suse.com - Removed network driver entropy patches. haveged is installed by default - and should be enabled to generate entropy from non-predictable sources. - - Delete patches.drivers/bnx2-entropy-source.patch. - - Delete patches.drivers/e1000-entropy-source.patch. - - Delete patches.drivers/e1000e-entropy-source.patch. - - Delete patches.drivers/igb-entropy-source.patch. - - Delete patches.drivers/ixgbe-entropy-source.patch. - - Delete patches.drivers/tg3-entropy-source.patch. + and should be enabled to generate entropy from non-predictable sources. + - Delete patches.drivers/bnx2-entropy-source.patch. + - Delete patches.drivers/e1000-entropy-source.patch. + - Delete patches.drivers/e1000e-entropy-source.patch. + - Delete patches.drivers/igb-entropy-source.patch. + - Delete patches.drivers/ixgbe-entropy-source.patch. + - Delete patches.drivers/tg3-entropy-source.patch. - commit c88b893 ------------------------------------------------------------------- Fri May 6 19:36:47 CEST 2011 - jeffm@suse.com - Update - patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack - (bnc#466279 bnc#681639). + patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack + (bnc#466279 bnc#681639). - commit 72e779f ------------------------------------------------------------------- Fri May 6 19:31:10 CEST 2011 - jeffm@suse.com - Disabled patches.drivers/libata-unlock-hpa-by-default; It may have - been obsoleted by upstream commit d8d9129e. + been obsoleted by upstream commit d8d9129e. - commit 1a21ab3 ------------------------------------------------------------------- Fri May 6 18:51:20 CEST 2011 - jeffm@suse.com - sysctl: Increase IPC defaults (bnc#146656) - - Delete patches.suse/shmall-bigger. + - Delete patches.suse/shmall-bigger. - commit a70e34f ------------------------------------------------------------------- Fri May 6 17:50:56 CEST 2011 - jeffm@suse.com - sysctl/i386/desktop, sysctl/x86_64/desktop: Add vm.dirty_ratio = 20 - for desktop flavors (bnc#552883) - - Delete patches.suse/mm-tune-dirty-limits.patch. + for desktop flavors (bnc#552883) + - Delete patches.suse/mm-tune-dirty-limits.patch. - commit dbe73e2 ------------------------------------------------------------------- Fri May 6 17:25:45 CEST 2011 - jeffm@suse.com - sysctl/defaults: Added kernel.hung_task_timeout=0 - - Delete patches.suse/hung_task_timeout-configurable-default. + - Delete patches.suse/hung_task_timeout-configurable-default. - commit 78f9eed ------------------------------------------------------------------- Fri May 6 16:41:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-{binary,source}.spec.in: Install per-kernel /boot/sysctl-* - files (patch from Jeff Mahoney). + files (patch from Jeff Mahoney). - commit 473f2d1 ------------------------------------------------------------------- @@ -3699,7 +4107,7 @@ Thu May 5 22:35:53 CEST 2011 - jeffm@suse.com Thu May 5 22:23:21 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc6. - - 2 patches eliminated. + - 2 patches eliminated. - commit 2643e59 ------------------------------------------------------------------- @@ -3713,9 +4121,9 @@ Tue May 3 03:08:18 CEST 2011 - tonyj@suse.de Fri Apr 29 20:35:21 CEST 2011 - jeffm@suse.com - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - commit 52dd0f0 ------------------------------------------------------------------- @@ -3737,7 +4145,7 @@ Fri Apr 29 00:36:03 CEST 2011 - gregkh@suse.de - Delete patches.suse/linux-2.6.29-dont-wait-for-mouse.patch. - Delete patches.suse/linux-2.6.29-even-faster-kms.patch. - Delete - patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. + patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. - Delete patches.suse/linux-2.6.29-kms-after-sata.patch. - Delete patches.suse/linux-2.6.29-touchkit.patch. - commit c13427d @@ -3752,22 +4160,22 @@ Fri Apr 29 00:17:46 CEST 2011 - jbenc@suse.cz Thu Apr 28 23:32:44 CEST 2011 - rjw@suse.de - Delete patches.xen/xen3-x86-mcp51-no-dac. - Also remove the series.conf entires for the x86-mcp-no-dac patches. + Also remove the series.conf entires for the x86-mcp-no-dac patches. - commit 574577b ------------------------------------------------------------------- Thu Apr 28 23:16:27 CEST 2011 - rjw@suse.de - Delete patches.arch/x86-mcp51-no-dac. (This is a blacklist entry that - has been rejected by the mainline, the problem reporter is gone and - it's next to impossible to verify it now.) + has been rejected by the mainline, the problem reporter is gone and + it's next to impossible to verify it now.) - commit 195b113 ------------------------------------------------------------------- Thu Apr 28 21:38:22 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - commit a2662ae ------------------------------------------------------------------- @@ -3782,14 +4190,14 @@ Thu Apr 28 20:56:33 CEST 2011 - jslaby@suse.cz Thu Apr 28 20:30:56 CEST 2011 - bphilips@suse.de - Delete - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. + patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. - commit 9917206 ------------------------------------------------------------------- Thu Apr 28 20:19:59 CEST 2011 - bphilips@suse.de - Delete - patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. + patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. - commit 08374b3 ------------------------------------------------------------------- @@ -3822,7 +4230,7 @@ Thu Apr 28 14:18:12 CEST 2011 - jbeulich@novell.com Wed Apr 27 22:20:02 CEST 2011 - jeffm@suse.com - Delete - patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. + patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. - commit 399a100 ------------------------------------------------------------------- @@ -3884,10 +4292,10 @@ Wed Apr 27 21:34:13 CEST 2011 - jeffm@suse.com - Delete patches.suse/acpi-don-t-preempt-until-the-system-is-up. - Delete - patches.suse/acpi-generic-initramfs-table-override-support. + patches.suse/acpi-generic-initramfs-table-override-support. - Delete patches.suse/add-initramfs-file_read_write. - Delete - patches.suse/init-move-populate_rootfs-back-to-start_kernel. + patches.suse/init-move-populate_rootfs-back-to-start_kernel. - commit d4910b3 ------------------------------------------------------------------- @@ -3901,14 +4309,14 @@ Wed Apr 27 21:29:24 CEST 2011 - jeffm@suse.com Wed Apr 27 21:11:59 CEST 2011 - jeffm@suse.com - Delete patches.suse/osync-error. It was unused and the issue it fixed in - kernels prior to 2.6.32 doesn't exist anymore. + kernels prior to 2.6.32 doesn't exist anymore. - commit 52cc654 ------------------------------------------------------------------- Wed Apr 27 20:48:55 CEST 2011 - jeffm@suse.com - Delete patches.suse/s390-System.map.diff: Proper fix in binutils has - long since been upstream. + long since been upstream. - commit 2847a36 ------------------------------------------------------------------- @@ -3941,7 +4349,7 @@ Wed Apr 27 20:18:37 CEST 2011 - jeffm@suse.com Wed Apr 27 20:16:52 CEST 2011 - jeffm@suse.com - Delete patches.suse/unmap_vmas-lat: No bug report or signed-off-by. - - Delete patches.arch/s390-add-FREE_PTE_NR. + - Delete patches.arch/s390-add-FREE_PTE_NR. - commit 2a392c2 ------------------------------------------------------------------- @@ -3954,7 +4362,7 @@ Wed Apr 27 20:16:00 CEST 2011 - jeffm@suse.com Wed Apr 27 20:15:02 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc5. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5288a05 ------------------------------------------------------------------- @@ -3974,7 +4382,7 @@ Wed Apr 27 19:43:47 CEST 2011 - jeffm@suse.com Tue Apr 26 11:03:18 CEST 2011 - jkosina@suse.cz - HID: add noget quirk barcode scanners from Symbol Technologies - (bnc#689290). + (bnc#689290). - commit f5b999f ------------------------------------------------------------------- @@ -3987,7 +4395,7 @@ Fri Apr 22 00:01:41 CEST 2011 - jeffm@suse.com Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz - Revert changes to sparc configs to not make life harder for Jan Engelhardt - maintaining sparc architecture. + maintaining sparc architecture. - commit cdac873 ------------------------------------------------------------------- @@ -4006,7 +4414,7 @@ Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 3f654c8 ------------------------------------------------------------------- @@ -4019,15 +4427,15 @@ Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de - Combined and consolidated bootsplash patch (bnc#669777, - bnc#570082, bnc#595657, bnc#594209, bnc#544645). - - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. - - Delete patches.suse/bootsplash. - - Delete patches.suse/bootsplash-console-fix. - - Delete patches.suse/bootsplash-keep-multiple-data. - - Delete patches.suse/bootsplash-scaler. - - Reformatted code, fixed some minor bugs that became obvious. - - Fixed race that led to null pointer dereference in splash_read_proc(): - bnc#669777. + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. - commit 95844c5 ------------------------------------------------------------------- @@ -4040,7 +4448,7 @@ Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de - intel_idle: Make lapic_timer_reliable_states a boot param - (bnc#675161). + (bnc#675161). - commit 85b156b ------------------------------------------------------------------- @@ -4054,7 +4462,7 @@ Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - - This results in automatically disabling CONFIG_GIGASET_I4L. + - This results in automatically disabling CONFIG_GIGASET_I4L. - commit 697e68b ------------------------------------------------------------------- @@ -4074,7 +4482,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com - Update Xen patches to 2.6.39-rc3 and c/s 1079. - blktap2: replace hard-coded limit of tap devices with - configurable one. + configurable one. - config.conf: Re-enable Xen configs. - Update x86 config files. - commit d3bfd6c @@ -4083,7 +4491,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com - fs/partitions/efi.c: corrupted GUID partition tables can cause - kernel oops (bnc#687113 CVE-2011-1577). + kernel oops (bnc#687113 CVE-2011-1577). - commit 385b393 ------------------------------------------------------------------- @@ -4128,7 +4536,7 @@ Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 200c913 ------------------------------------------------------------------- @@ -4153,29 +4561,29 @@ Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc2. - - Eliminated 18 patches. - - Added 3 patches. - - hv_mouse: needs . - - dm-raid45: Remove blk_unplug calls. - - novfs: 2.6.39 API update. - - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. - - patches.kernel.org is no longer used to contain upstream patches - for -rc releases. Users planning on building their own kernel should - have a copy of the tarball corresponding to the -rc releases. + - Eliminated 18 patches. + - Added 3 patches. + - hv_mouse: needs . + - dm-raid45: Remove blk_unplug calls. + - novfs: 2.6.39 API update. + - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. + - patches.kernel.org is no longer used to contain upstream patches + for -rc releases. Users planning on building their own kernel should + have a copy of the tarball corresponding to the -rc releases. - commit adf9d16 ------------------------------------------------------------------- Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de - Make selection of 'readdir-plus' adapt to usage patterns - (bnc#678123). + (bnc#678123). - commit 5de99a8 ------------------------------------------------------------------- Wed Apr 6 09:01:38 CEST 2011 - jeffm@suse.de - reiserfs: Force inode evictions before umount to avoid crash - (bnc#610598 bnc#680073 bnc#684112). + (bnc#610598 bnc#680073 bnc#684112). - Delete patches.fixes/reiserfs-xattr-crash-fix. - commit bf57d20 @@ -4189,21 +4597,21 @@ Tue Apr 5 10:42:22 CEST 2011 - jslaby@suse.cz Wed Mar 30 23:50:41 CEST 2011 - jeffm@suse.com - Delete patches.suse/twofish-2.6. - - This was for 2.4 compatibility and has been moved to KMP purgatory. + - This was for 2.4 compatibility and has been moved to KMP purgatory. - commit dcca506 ------------------------------------------------------------------- Wed Mar 30 10:32:32 CEST 2011 - jslaby@suse.cz - Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo - (bnc#681826). + (bnc#681826). - commit 2e71042 ------------------------------------------------------------------- Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de - Update config files, remove CONFIG_X86_MCE_XEON75XX=m - ->driver got reverted with previous commit + ->driver got reverted with previous commit - Refresh patches.xen/xen3-auto-arch-x86.diff. - commit b367e7b @@ -4215,18 +4623,18 @@ Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de APEI implementation should take care of that in recent kernels. - Delete patches.arch/x86_mce_intel_decode_physical_address.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. + patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. - commit 1fe7a22 ------------------------------------------------------------------- Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not install unneeded packages in the - build chroot. + build chroot. - commit 7f4c49d ------------------------------------------------------------------- @@ -4246,7 +4654,7 @@ Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz - Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing - the signal code (bnc#681826 CVE-2011-1020). + the signal code (bnc#681826 CVE-2011-1020). - commit 2e42fd4 ------------------------------------------------------------------- @@ -4255,7 +4663,7 @@ Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de - sound/oss/opl3: validate voice and channel indexes (bnc#681999). - sound/oss: remove offset from load_patch callbacks (bnc#681999). - ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl - (bnc#680816). + (bnc#680816). - commit 09ff6e9 ------------------------------------------------------------------- @@ -4268,7 +4676,7 @@ Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz - HID: add support for Skycable 0x3f07 wireless presenter - (bnc#681297). + (bnc#681297). - commit 892e8d4 ------------------------------------------------------------------- @@ -4299,12 +4707,12 @@ Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de - netvm: Do not mark requests for swapfile writes as dirty or - kswapd fails to free the page (bnc#678472). + kswapd fails to free the page (bnc#678472). - nfs: Use page_file_offset during page writeback (bnc#677738). - nfs: Convert nfs_mark_request_dirty() to use page_file_mapping() - (bnc#677738). + (bnc#677738). - netvm: Remove duplicated initialization in net/ipv4/route.c - (bnc#678970). + (bnc#678970). - collapse: mm: Report the low watermark correctly (bnc#678497). - commit a798dd1 @@ -4318,7 +4726,7 @@ Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com - Linux: 2.6.38-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 7da557d ------------------------------------------------------------------- @@ -4343,38 +4751,38 @@ Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc7. - - Refresh patches.xen/xen-x86-no-lapic. - - Refresh patches.xen/xen3-patch-2.6.19. + - Refresh patches.xen/xen-x86-no-lapic. + - Refresh patches.xen/xen3-patch-2.6.19. - commit 7eb9d30 ------------------------------------------------------------------- Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - commit 88d5daa ------------------------------------------------------------------- Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in - yesterday's change. + yesterday's change. - commit 098768b ------------------------------------------------------------------- Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Add annotations to - lib/rwsem_64.S. + lib/rwsem_64.S. - commit 87944ac ------------------------------------------------------------------- Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de - ALSA: usb-audio: fix oops due to cleanup race when disconnecting - (bnc#674735). + (bnc#674735). - commit ed81f8c ------------------------------------------------------------------- @@ -4387,7 +4795,7 @@ Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com - Update to 2.6.38-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 6cce7bb ------------------------------------------------------------------- @@ -4400,7 +4808,7 @@ Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de - ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499, - CVE-2011-0712). + CVE-2011-0712). - commit 5ef002b ------------------------------------------------------------------- @@ -4419,22 +4827,22 @@ Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de - Update config files. - - disable CONFIG_DRM_VMWGFX (bnc#606458) - - update sparc configs to at least be able to run "make oldconfig" + - disable CONFIG_DRM_VMWGFX (bnc#606458) + - update sparc configs to at least be able to run "make oldconfig" - commit da75bd9 ------------------------------------------------------------------- Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Re-add change lost during - initial 2.6.37 merge. + initial 2.6.37 merge. - commit e493205 ------------------------------------------------------------------- Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz - Move spec file templates and helper scripts to a separate branch, to - ease synchronizing these files among master, vanilla and linux-next. + ease synchronizing these files among master, vanilla and linux-next. - commit 411abb8 ------------------------------------------------------------------- @@ -4454,7 +4862,7 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code - was merged into rpm's find-supplements script. + was merged into rpm's find-supplements script. - Delete rpm/check-build.sh, not needed anymore. - commit 0a157b1 @@ -4462,43 +4870,43 @@ Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com - flexcop: fix registering braindead stupid names (brc#575873 - bnc#661429). + bnc#661429). - commit 72bd3d0 ------------------------------------------------------------------- Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de - Staging: samsung-laptop: add support for lots of laptops - (bnc#661682). + (bnc#661682). - commit 1eb5eaa ------------------------------------------------------------------- Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Set timestamp of sources to the commit - timestamp, so that they are always older than generated files in - /usr/src/linux-obj (bnc#669669). + timestamp, so that they are always older than generated files in + /usr/src/linux-obj (bnc#669669). - commit 8565452 ------------------------------------------------------------------- Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to - keep timestamps intact. + keep timestamps intact. - commit 9ba5ff0 ------------------------------------------------------------------- Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Remove .gitignore files after applying patches - (fix last change). + (fix last change). - commit 907f9cc ------------------------------------------------------------------- Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit c327e0a ------------------------------------------------------------------- @@ -4546,8 +4954,8 @@ Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition - of %release_major and rename it to %release_num to better describe - what it does. Add some comments to explain how the versioning works. + of %release_major and rename it to %release_num to better describe + what it does. Add some comments to explain how the versioning works. - commit 9a3bc94 ------------------------------------------------------------------- @@ -4566,14 +4974,14 @@ Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit b6b51ca ------------------------------------------------------------------- Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de - ALSA: hda - Fix memory leaks in conexant jack arrays - (bnc#668929). + (bnc#668929). - commit 31971a4 ------------------------------------------------------------------- @@ -4611,8 +5019,8 @@ Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com - Update config files. - - CONFIG_EXPERT=n on all but ps3 - - Vanilla configs updated. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. - commit b25e639 ------------------------------------------------------------------- @@ -4633,7 +5041,7 @@ Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 90baa82 ------------------------------------------------------------------- @@ -4652,30 +5060,30 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc1. - - Removed 12 patches. - - Xen is disabled. - - Quite a few patches need updating. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. - commit 9163bb7 ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff ------------------------------------------------------------------- @@ -4688,7 +5096,7 @@ Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 ------------------------------------------------------------------- @@ -4707,22 +5115,22 @@ Mon Jan 17 20:52:49 CET 2011 - jeffm@suse.com Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz - Revert %kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 ------------------------------------------------------------------- Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 ------------------------------------------------------------------- Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 ------------------------------------------------------------------- @@ -4796,7 +5204,7 @@ Thu Jan 6 20:51:31 CET 2011 - jeffm@suse.com Thu Jan 6 19:48:28 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe ------------------------------------------------------------------- @@ -4815,28 +5223,28 @@ Thu Jan 6 17:09:12 CET 2011 - jeffm@suse.com Thu Jan 6 17:08:44 CET 2011 - jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d ------------------------------------------------------------------- Thu Jan 6 16:10:26 CET 2011 - jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 ------------------------------------------------------------------- @@ -4849,7 +5257,7 @@ Thu Jan 6 15:49:34 CET 2011 - jack@suse.cz Thu Jan 6 13:56:07 CET 2011 - mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 ------------------------------------------------------------------- @@ -4858,7 +5266,7 @@ Thu Jan 6 10:07:22 CET 2011 - mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b @@ -4879,7 +5287,7 @@ Thu Dec 30 00:50:58 CET 2010 - jeffm@suse.com Wed Dec 29 22:23:21 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 ------------------------------------------------------------------- @@ -4904,38 +5312,38 @@ Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c ------------------------------------------------------------------- Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (bnc#655048). + Backport to XEN. - commit 92c0965 ------------------------------------------------------------------- Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz - Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive - decode" (bnc#655048). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 @@ -4950,8 +5358,8 @@ Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz - Delete - patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. - It's unreferenced and wrong. + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. - commit 9e6fc50 ------------------------------------------------------------------- @@ -4988,10 +5396,10 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 @@ -5024,14 +5432,14 @@ Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 ------------------------------------------------------------------- Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 ------------------------------------------------------------------- @@ -5062,7 +5470,7 @@ Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b @@ -5071,12 +5479,12 @@ Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c ------------------------------------------------------------------- @@ -5109,7 +5517,7 @@ Fri Nov 26 15:04:27 CET 2010 - jbeulich@novell.com - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -5133,7 +5541,7 @@ Wed Nov 24 15:49:45 CET 2010 - jeffm@suse.com Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac ------------------------------------------------------------------- @@ -5157,7 +5565,7 @@ Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Wed Nov 17 17:10:32 CET 2010 - jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 ------------------------------------------------------------------- @@ -5176,7 +5584,7 @@ Tue Nov 16 20:08:11 CET 2010 - jeffm@suse.com Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 ------------------------------------------------------------------- @@ -5189,7 +5597,7 @@ Mon Nov 15 21:33:19 CET 2010 - jeffm@suse.com Mon Nov 15 21:30:37 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 ------------------------------------------------------------------- @@ -5208,16 +5616,16 @@ Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz Fri Nov 12 18:37:10 CET 2010 - jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 ------------------------------------------------------------------- Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de - Update config files. (bnc#652954) increase the number of possible and - default uarts for users with multi-port serial cards for the i386 and - x86-64 default configs. + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. - commit 85c87e3 ------------------------------------------------------------------- @@ -5231,20 +5639,20 @@ Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + top down (bnc#651256). - PCI: allocate bus resources from the top down (bnc#651256). - x86/PCI: allocate space from the end of a region, not the - beginning (bnc#651256). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + capabilities (bnc#651256). - x86: allocate space within a region top-down (bnc#651256). - Refresh patches.xen/xen3-patch-2.6.34. - commit 8c68ad1 @@ -5253,21 +5661,21 @@ Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 ------------------------------------------------------------------- Fri Oct 29 13:47:35 CEST 2010 - jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb ------------------------------------------------------------------- Fri Oct 29 01:53:34 CEST 2010 - trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b ------------------------------------------------------------------- @@ -5287,14 +5695,14 @@ Wed Oct 27 14:51:30 CEST 2010 - jslaby@suse.cz Tue Oct 26 21:31:22 CEST 2010 - trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 ------------------------------------------------------------------- Tue Oct 26 13:41:23 CEST 2010 - jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 ------------------------------------------------------------------- @@ -5302,7 +5710,7 @@ Mon Oct 25 12:53:38 CEST 2010 - jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 @@ -5312,7 +5720,7 @@ Mon Oct 25 08:58:15 CEST 2010 - tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda ------------------------------------------------------------------- @@ -5325,7 +5733,7 @@ Fri Oct 22 21:18:25 CEST 2010 - jeffm@suse.de Fri Oct 22 13:32:04 CEST 2010 - jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb ------------------------------------------------------------------- @@ -5340,7 +5748,7 @@ Thu Oct 21 10:11:03 CEST 2010 - sjayaraman@suse.de Mon Oct 18 16:54:57 CEST 2010 - trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf ------------------------------------------------------------------- @@ -5376,7 +5784,7 @@ Mon Oct 11 17:14:51 CEST 2010 - mmarek@suse.cz Mon Oct 11 16:12:29 CEST 2010 - jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 ------------------------------------------------------------------- @@ -5389,7 +5797,7 @@ Fri Oct 8 17:40:50 CEST 2010 - jeffm@suse.de Tue Oct 5 18:02:19 CEST 2010 - jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa ------------------------------------------------------------------- @@ -5402,7 +5810,7 @@ Tue Oct 5 17:19:46 CEST 2010 - jeffm@suse.de Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 @@ -5411,7 +5819,7 @@ Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de Mon Oct 4 16:57:34 CEST 2010 - jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 ------------------------------------------------------------------- @@ -5424,25 +5832,25 @@ Fri Sep 24 13:45:31 CEST 2010 - jbeulich@novell.com Fri Sep 24 13:23:13 CEST 2010 - trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 ------------------------------------------------------------------- Fri Sep 24 13:14:36 CEST 2010 - trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 ------------------------------------------------------------------- @@ -5467,7 +5875,7 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 @@ -5475,7 +5883,7 @@ Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b ------------------------------------------------------------------- @@ -5494,7 +5902,7 @@ Tue Sep 21 14:15:34 CEST 2010 - mmarek@suse.cz Tue Sep 21 13:59:10 CEST 2010 - jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 ------------------------------------------------------------------- @@ -5502,8 +5910,8 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f @@ -5512,14 +5920,14 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de Mon Sep 20 16:03:14 CEST 2010 - sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b ------------------------------------------------------------------- Mon Sep 20 15:25:41 CEST 2010 - jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 ------------------------------------------------------------------- @@ -5532,25 +5940,25 @@ Sun Sep 19 17:39:03 CEST 2010 - jeffm@suse.com Fri Sep 17 01:05:47 CEST 2010 - jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 ------------------------------------------------------------------- Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de - x86-64, compat: Test %rax for the syscall number, not %eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 ------------------------------------------------------------------- Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac ------------------------------------------------------------------- @@ -5563,21 +5971,21 @@ Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 ------------------------------------------------------------------- Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 ------------------------------------------------------------------- Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 ------------------------------------------------------------------- @@ -5592,11 +6000,11 @@ Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -5626,7 +6034,7 @@ Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de 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). + (CVE-2010-2954 bnc#636112). - commit f04e61f ------------------------------------------------------------------- @@ -5648,7 +6056,7 @@ Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 ------------------------------------------------------------------- @@ -5667,28 +6075,28 @@ Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - 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. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + 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. + 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. + the truncate path and causes crashes. - commit e18fc2c ------------------------------------------------------------------- @@ -5743,22 +6151,22 @@ Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de 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. + 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. + 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. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e ------------------------------------------------------------------- @@ -5772,7 +6180,7 @@ Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com 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. + avoid triggering a build service rule error. - commit 124ac26 ------------------------------------------------------------------- @@ -5791,14 +6199,14 @@ Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de 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. + 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 - to grab the BKL + to grab the BKL - commit 1df02ec ------------------------------------------------------------------- @@ -5811,20 +6219,20 @@ Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - 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. + - 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 ------------------------------------------------------------------- @@ -5843,10 +6251,10 @@ Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com 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. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 ------------------------------------------------------------------- @@ -5878,7 +6286,7 @@ Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com 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). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 ------------------------------------------------------------------- @@ -5891,7 +6299,7 @@ Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz 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. + 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 @@ -5901,14 +6309,14 @@ Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de 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). + 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). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 @@ -5917,13 +6325,13 @@ 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. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b @@ -5932,7 +6340,7 @@ Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com 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. + usage from upstream commit 718be4aa. - commit 4ce0b48 ------------------------------------------------------------------- @@ -5963,7 +6371,7 @@ Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 ------------------------------------------------------------------- @@ -5976,7 +6384,7 @@ Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 ------------------------------------------------------------------- @@ -5990,7 +6398,7 @@ 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). + though). - commit 8ed2389 ------------------------------------------------------------------- diff --git a/kernel-pae.spec b/kernel-pae.spec index d442a685d..23774cdc3 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6 -%define patchversion 3.6.3 +%define srcversion 3.7 +%define patchversion 3.7.0 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-pae Summary: Kernel with PAE Support -Version: 3.6.3 +Version: 3.7.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -91,7 +91,7 @@ Requires(post): distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release # Remove some packages that are installed automatically by the build system, # but are not needed to build the kernel -#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv +#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv %ifarch ia64 # arch/ia64/scripts/unwcheck.py @@ -483,10 +483,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz @@ -908,6 +907,7 @@ Provides: multiversion(kernel) Provides: %name-devel = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel Supplements: packageand(%name:kernel-devel%variant) +PreReq: coreutils %description devel This package contains files necessary for building kernel modules (and diff --git a/kernel-s390.changes b/kernel-s390.changes index 2887ccaf6..e0d27f80d 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -1,3 +1,393 @@ +------------------------------------------------------------------- +Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com + +- ezusb: add dependency to USB. + This prevents build failures by making it depend on the value of CONFIG_USB. + Commit 36e0f0bd did this for architectures other than ARM manually. +- commit b89db5d + +------------------------------------------------------------------- +Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de + +- Drivers: hv: balloon: Fix a memory leak. +- commit 26cdad5 + +------------------------------------------------------------------- +Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com + +- Update to 3.7-final. +- commit 1771a73 + +------------------------------------------------------------------- +Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de + +- Update patch headers for fate314663 and fate314665 changes +- commit 44044f1 + +------------------------------------------------------------------- +Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz + +- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually + ext3 will be removed upstream so let's do the transition. +- commit dadc8ea + +------------------------------------------------------------------- +Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr + +- Update omap2plus (armv7) config: Enable TWL* USB drivers +- commit 28c09f5 + +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + +------------------------------------------------------------------- +Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de + +- fate#314663 hyper-v memory ballooning support +- mm: Export a function to get vm committed memory. +- Drivers: hv: Add Hyper-V balloon driver. +- Drivers: hv: balloon: Fix a bug in the definition of struct + dm_info_msg. +- Update config files. + fate#314665 hyper-v: Update the Vmbus protocol +- Drivers: hv: Implement routines for read side signaling + optimization. +- Drivers: hv: Add state to manage batched reading. +- Drivers: hv: Turn off batched reading for util drivers. +- Drivers: hv: Optimize signaling in the read path. +- Drivers: hv: Optimize the signaling on the write path. +- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask(). +- Drivers: hv: Support handling multiple VMBUS versions. +- Drivers: hv: Update the ring buffer structure to match win8 + functionality. +- Drivers: hv: Extend/modify vmbus_channel_offer_channel for + win7 and beyond. +- Drivers: hv: Save and export negotiated vmbus version. +- Drivers: hv: Change the signature for hv_signal_event(). +- Drivers: hv: Change the signature of vmbus_set_event(). +- Drivers: hv: Move vmbus version definitions to hyperv.h. +- Drivers: hv: Manage signaling state on a per-connection basis. +- Drivers: hv: Cleanup vmbus_set_event() to support win7 and + beyond. +- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID. +- Drivers: hv: Add state to manage incoming channel interrupt + load. +- Drivers: hv: Modify the interrupt handling code to support + win8 and beyond. +- Drivers: hv: Add code to distribute channel interrupt load. +- Drivers: hv: Get rid of the unused global signaling state. +- Drivers: hv: Get rid of unnecessary request for offers. +- Drivers: hv: Manage event tasklets on per-cpu basis. +- Drivers: hv: Handle vmbus interrupts concurrently on all cpus. +- Drivers: hv: Add a check to deal with spurious interrupts. +- Drivers: hv: Enable protocol negotiation with win8 hosts. +- Drivers: hv: Implement flow management on the send side. +- Drivers: hv: Capture the host build information. +- Drivers: hv: Cleanup and consolidate reporting of build/version + info. +- commit 4fccd03 + +------------------------------------------------------------------- +Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc8. +- Delete patches.rpmify/net-fix-build-failure-in-xilinx. +- commit 76b3d92 + +------------------------------------------------------------------- +Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de + +- add splash=black option to bootsplash code, + to keep a black background, useful for remote access to VMs + (bnc#773487) +- commit c060ae1 + +------------------------------------------------------------------- +Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem + (bnc#781327) +- commit 841d864 + +------------------------------------------------------------------- +Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com + +- net: fix build failure in xilinx. +- commit 28be621 + +------------------------------------------------------------------- +Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com + +- Update config files. Enable CONFIG_SMB2 to 'y'. +- commit 25bdfaf + +------------------------------------------------------------------- +Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc6. +- commit daac70a + +------------------------------------------------------------------- +Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz + +- rpm/config.sh: Set projects for ARM +- commit 55bac79 + +------------------------------------------------------------------- +Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related + crash in context switch code). +- commit bb1d12d + +------------------------------------------------------------------- +Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com + +- Update to 3.7-rc5. +- Update Xen patches additionally to c/s 1204: +- commit d5de9cf + +------------------------------------------------------------------- +Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com + +- config: sync x86_64 configs for NR_UARTS + This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and + CONFIG_SERIAL_8250_NR_UARTS to 32. +- commit ddf88e6 + +------------------------------------------------------------------- +Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com + +- Delete patches.arch/s390-remove-kvm-para.patch. +- commit f759e1e + +------------------------------------------------------------------- +Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com + +- config: sync ppc64 configs for LIB80211, NET_SDA_MV* + This commit changes the following options to be modular: + LIB80211 + NET_DSA_MV88E6XXX + NET_DSA_MV88E6060 +- commit caa5a52 + +------------------------------------------------------------------- +Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com + +- config: sync ppc64/debug with ppc64/default + The debug config should be identical to default with the exception of + the debug options. This patch brings ppc64/debug in line with ppc64/default + with the exception of a few things that are modular in debug that should + also be modular in default. +- commit b981fcd + +------------------------------------------------------------------- +Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com + +- config: sync kvm options between ppc64 flavors. +- commit 8a389d5 + +------------------------------------------------------------------- +Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com + +- config: disable HW_RANDOM_AMD on ppc64 + This chip is only on AMD hardware and an old ppc64 eval board. We can skip + it on ppc64. +- commit 03001a4 + +------------------------------------------------------------------- +Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com + +- config: Eliminate unused ppc/ppc64 configs. + The history of the ppc/ppc64 configs is a convoluted one that started + before the kernel source could support multiple machine types with a + single image and before there was a usable 64-bit userspace. + In the subsequent years, the powerpc code has been unified and we've + released a 64-bit powerpc userspace. The "default" and "ppc64" configs + on ppc64 are essentially identical and just waste space. The "ppc64" + config on 32-bit ppc address a long since unnecessary corner case. Users + who still want a 32-bit userspace with a 64-bit kernel can install and + update it themselves using the 64-bit repository like i386/x86_64 users + can do. + This commit can be summarized thusly: + rm config/ppc/ppc64 + rm config/ppc/ps3 (already unused) + mv config/ppc64/ppc64 config/ppc64/default +- commit a9cc3d5 + +------------------------------------------------------------------- +Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr + +- Add kernel-versatile description +- commit 5424cf2 + +------------------------------------------------------------------- +Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr + +- Enable armv5 in arch-symbols +- commit 401de81 + +------------------------------------------------------------------- +Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com + +- config: sync vanilla flavor with default flavor for each platform + The vanilla configs have drifted away from the default configuration + for each platform. This patch brings them back in sync. +- commit 8d4661f + +------------------------------------------------------------------- +Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com + +- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled. +- commit 9907c37 + +------------------------------------------------------------------- +Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com + +- Updated to 3.7-rc4. + Eliminated 1 patch. +- commit 5168053 + +------------------------------------------------------------------- +Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again). +- commit 5feff7e + +------------------------------------------------------------------- +Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com + +- Update Xen patches to 3.7-rc3 and c/s 1202. +- extend base interfaces to support multi-page rings for + frontend/backend communication. +- blkback: allow using multiple page frontend communication ring. +- blkfront: allow using multiple page backend communication ring. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Fix build when disabled. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- config.conf: Re-enable Xen configs. +- Update x86 config files. +- Delete patches.xen/xen3-acpi_override_2_2.patch. +- commit f042386 + +------------------------------------------------------------------- +Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr + +- Add support to armv5 versatile kernel +- commit 99d34f3 + +------------------------------------------------------------------- +Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc3. +- commit 48e5027 + +------------------------------------------------------------------- +Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615) +- commit 2520563 + +------------------------------------------------------------------- +Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de + +- ARM: Update config files: Fix vexpress (default) config +- commit be072b4 + +------------------------------------------------------------------- +Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de + +- Fixup kvm for s390. +- commit 503388b + +------------------------------------------------------------------- +Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi +- commit 336ead7 + +------------------------------------------------------------------- +Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de + +- Revert "disable non-compiling irrelevant I2C module" +- commit d5a21c5 + +------------------------------------------------------------------- +Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de + +- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE. +- commit 8e108ab + +------------------------------------------------------------------- +Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 565b450 + +------------------------------------------------------------------- +Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de + +- Refresh patches.arch/arm-exynos-nosparse.patch. +- commit 55fbf60 + +------------------------------------------------------------------- +Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 118f2f9 + +------------------------------------------------------------------- +Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de + +- ARM: Exynos: Fix MMC driver +- ARM: Exynos: Update configs +- commit 37a1704 + +------------------------------------------------------------------- +Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com + +- config: change CONFIG_USB_EZUSB_FX2 to module +- commit 36e0f0b + +------------------------------------------------------------------- +Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com + +- Actually use kthread_run in crasher.ko. + The previous commit was incomplete. +- commit b8b35ae + +------------------------------------------------------------------- +Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com + +- crasher: use kthread_run() instead of kernel_thread(). + Linux 3.7-rc2 no longer exports kernel_thread on all architectures. +- commit f17d925 + +------------------------------------------------------------------- +Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com + +- Updated to 3.7-rc2. +- commit e00a663 + ------------------------------------------------------------------- Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de @@ -14,7 +404,7 @@ Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz - Refresh patches.xen/xen3-patch-3.6. - Delete patches.fixes/hv-storvsc-reset-wait.patch. - Delete - patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. + patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. - commit cfee26b ------------------------------------------------------------------- @@ -36,19 +426,19 @@ Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de and proper git-xy: meta tags: - lib: Add early cpio decoder. - x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() - for e820 handling. + for e820 handling. - ACPI: Store valid ACPI tables passed via early initrd in - reserved memblock areas. + reserved memblock areas. - ACPI: Implement physical address table override. - ACPI: Create acpi_table_taint() function to avoid code - duplication. + duplication. - ACPI: Document ACPI table overriding via initrd. - ACPI: Fix build when disabled. - X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. - ACPI: Overriding ACPI tables via initrd only works with - an initrd. + an initrd. - ACPI: Cleanup acpi_initrd_override declaration and remove - ifdefs. + ifdefs. - Delete patches.arch/acpi_fix_custom_method_acc.patch. - Delete patches.arch/acpi_override_2_2.patch. - Delete patches.arch/acpi_override_documentation. @@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz This allows to control the kabi checker from outside of the package. - commit 0a0900c +------------------------------------------------------------------- +Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com + +- Update to 3.7-rc1. +- Eliminated 38 patches. +- Xen is disabled. +- ARM configs need updating. +- Module signing is disabled until the build infrastructure can support it. +- commit fce087a + ------------------------------------------------------------------- Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz @@ -87,14 +487,20 @@ Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz - Delete - patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. + patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. - Delete - patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. + patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. - Delete - patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. + patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. These are in 3.6.1. - commit 2a321c4 +------------------------------------------------------------------- +Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com + +- Remove noncompiling modules +- commit b7cdd5a + ------------------------------------------------------------------- Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de @@ -136,7 +542,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - hyperv: Add comments for the extended buffer after RNDIS message. - Drivers: hv: Cleanup the guest ID computation. - Drivers: hv: vmbus: Use the standard format string to format - GUIDs. + GUIDs. - Drivers: hv: Add KVP definitions for IP address injection. - Drivers: hv: kvp: Cleanup error handling in KVP. - Drivers: hv: Explicitly size elements of protocol structures. @@ -148,7 +554,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - Tools: hv: Represent the ipv6 mask using CIDR notation. - Tools: hv: Gather ipv[4,6] gateway information. - hv: fail the probing immediately when we are not in hyperv - platform. + platform. - hv: vmbus_drv: detect hyperv through x86_hyper. - Tools: hv: Get rid of some unused variables. - Tools: hv: Correctly type string variables. @@ -167,14 +573,14 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - tools/hv: Parse /etc/os-release. - hyperv: Fix the max_xfer_size in RNDIS initialization. - hyperv: Fix the missing return value in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - hyperv: Fix page buffer handling in rndis_filter_send_request(). - hyperv: Remove extra allocated space for recv_pkt_list elements. - hyperv: Report actual status in receive completion packet. - hyperv: Add buffer for extended info after the RNDIS response - message. + message. - Delete - patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. - commit 08d283b ------------------------------------------------------------------- @@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com - ARM/u5800: Fix build of ux500 driver - Acked-by: Jeff Mahoney - commit 0ea37a0 +------------------------------------------------------------------- +Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com + +- disable non-compiling irrelevant I2C module +- commit 0ba9bac + ------------------------------------------------------------------- Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com - ARM/tegra: Remove optional parts to fix build - Acked-by: Jeff Mahoney - commit d729a16 ------------------------------------------------------------------- Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com - ARM: enable zcache support - Acked-by: Jeff Mahoney - commit 17b147b ------------------------------------------------------------------- Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com - ARM/cubox: set cachefilesd to module - Acked-by: Jeff Mahoney - commit c1fb243 ------------------------------------------------------------------- @@ -229,13 +637,13 @@ Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de - Remove old patchset to override ACPI tables via initrd. Also remove a stale xen patch related to that. - Delete - patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - Delete - patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. - Delete - patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. - Delete - patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - commit dd8f1b0 ------------------------------------------------------------------- @@ -364,7 +772,7 @@ Mon Sep 10 19:22:00 CEST 2012 - jeffm@suse.com Mon Sep 10 10:20:23 CEST 2012 - jbeulich@novell.com - patches.arch/s390-message-catalog.diff: Properly handle pr_cont() and fold - in the below two trivial fixes. + in the below two trivial fixes. - Delete patches.arch/s390-message-catalog-fix.diff. - Delete patches.arch/s390-message-catalog-perl-fix.diff. - Refresh patches.arch/kmsg-fix-parameter-limitations. @@ -438,10 +846,10 @@ Fri Aug 31 23:20:23 CEST 2012 - dmueller@suse.com Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz - i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y - && CONFIG_I2C_DESIGN. + && CONFIG_I2C_DESIGN. - Delete - patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. - Move it to rpmify, so that vanilla builds fine too. + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. - commit 0217ad5 ------------------------------------------------------------------- @@ -519,7 +927,7 @@ Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com Fri Aug 17 14:51:23 CEST 2012 - jeffm@suse.com - Update to 3.6-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 71963b0 ------------------------------------------------------------------- @@ -975,7 +1383,7 @@ Wed Jun 13 13:21:58 CEST 2012 - hare@suse.de - Rediff patch - patches.drivers/mach-dove-Fixup-ge00-initialisation.patch: - Rediff after backport from upstream. + Rediff after backport from upstream. - commit fa58c5e ------------------------------------------------------------------- @@ -983,7 +1391,7 @@ Wed Jun 13 12:56:17 CEST 2012 - hare@suse.de - Fixup patch to apply - patches.drivers/spi-orion-convert-to-new-infrastructure.patch - backported from upstream. + backported from upstream. - commit 2507393 ------------------------------------------------------------------- @@ -1002,9 +1410,9 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com - Update to 3.5-rc2. - - Xen needs update. - - ARM needs update. - - Eliminated 13 patches. + - Xen needs update. + - ARM needs update. + - Eliminated 13 patches. - commit 3f461b1 ------------------------------------------------------------------- @@ -1043,7 +1451,7 @@ Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de - [SCSI] storvsc: Properly handle errors from the host - (bnc#747404). + (bnc#747404). - Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. - commit ad28e23 @@ -1106,7 +1514,7 @@ Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Tue May 22 14:21:24 CEST 2012 - trenn@suse.de - X86 acpi_cpufreq: Do not use request_module for autoloading - (bnc#756085). + (bnc#756085). - Refresh patches.xen/xen3-auto-common.diff. - patches.xen/xen3-patch-3.3: - commit caf270e @@ -1165,7 +1573,7 @@ Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com - Update to 3.4-rc7. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 4cd9e9b ------------------------------------------------------------------- @@ -1218,7 +1626,7 @@ Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com - Update to 3.4-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 749ea8f ------------------------------------------------------------------- @@ -1255,7 +1663,7 @@ Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not require distribution-release - during build. + during build. - commit 3cd703f ------------------------------------------------------------------- @@ -1306,18 +1714,18 @@ Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com - Disabled DECNet and ARCNet. Specific config options disabled: CONFIG_ARCNET - CONFIG_ARCNET_1051 - CONFIG_ARCNET_1201 - CONFIG_ARCNET_CAP - CONFIG_ARCNET_COM20020_CS - CONFIG_ARCNET_COM20020 - CONFIG_ARCNET_COM20020_PCI - CONFIG_ARCNET_COM90xxIO - CONFIG_ARCNET_COM90xx - CONFIG_ARCNET_RAW - CONFIG_ARCNET_RIM_I + CONFIG_ARCNET_1051 + CONFIG_ARCNET_1201 + CONFIG_ARCNET_CAP + CONFIG_ARCNET_COM20020_CS + CONFIG_ARCNET_COM20020 + CONFIG_ARCNET_COM20020_PCI + CONFIG_ARCNET_COM90xxIO + CONFIG_ARCNET_COM90xx + CONFIG_ARCNET_RAW + CONFIG_ARCNET_RIM_I CONFIG_DECNET - CONFIG_DECNET_NF_GRABULATOR + CONFIG_DECNET_NF_GRABULATOR - commit 272dd14 ------------------------------------------------------------------- @@ -1419,7 +1827,7 @@ Fri Apr 20 18:09:06 CEST 2012 - jbeulich@novell.com Tue Apr 17 15:59:19 CEST 2012 - jeffm@suse.com - Update to 3.4-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 2fde7e0 ------------------------------------------------------------------- @@ -1439,7 +1847,7 @@ Mon Apr 9 03:28:12 CEST 2012 - jeffm@suse.com Fri Apr 6 06:42:35 CEST 2012 - jeffm@suse.com - Update AppArmor for 3.4. - - apparmor: Add "profiles" list to sysfs. + - apparmor: Add "profiles" list to sysfs. - commit 59517ac ------------------------------------------------------------------- @@ -1452,10 +1860,10 @@ Thu Apr 5 22:25:16 CEST 2012 - jeffm@suse.com Thu Apr 5 09:18:14 CEST 2012 - jeffm@suse.com - Updated to 3.4-rc1. - - Eliminated 121 patches. - - Xen is unavailable. - - ACPI overrides are unavailable. - - AppArmor network feature are unavailable. + - Eliminated 121 patches. + - Xen is unavailable. + - ACPI overrides are unavailable. + - AppArmor network feature are unavailable. - commit 3ac7e79 ------------------------------------------------------------------- @@ -1535,7 +1943,7 @@ Sat Mar 24 00:57:07 CET 2012 - dsterba@suse.cz - Refresh patches.suse/btrfs-handle-EIO. - Refresh - patches.suse/btrfs-volumes-schedule_bio-should-return-void. + patches.suse/btrfs-volumes-schedule_bio-should-return-void. - commit d97ade6 ------------------------------------------------------------------- @@ -1578,10 +1986,10 @@ Mon Mar 19 11:16:34 CET 2012 - jslaby@suse.cz Mon Mar 19 11:07:00 CET 2012 - jslaby@suse.cz - Delete - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. + patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. - Delete patches.arch/dell_optiplex_990_fix_reboot.patch. - Delete - patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. + patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. - Delete patches.drivers/libata-unlock-hpa-by-default. - Delete patches.fixes/scsi-add-tgps-setting. - Delete patches.fixes/scsi-dh-rdac-add-stk. @@ -1618,23 +2026,23 @@ Mon Mar 12 15:26:55 CET 2012 - ohering@suse.de - Staging: hv: storvsc: Cleanup storvsc_host_reset_handler(). - Staging: hv: storvsc: Move and cleanup storvsc_remove(). - Staging: hv: storvsc: Add a comment to explain life-cycle - management. + management. - Staging: hv: storvsc: Get rid of the on_io_completion in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Rename the context field in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver. - Staging: hv: storvsc: Cleanup the code for generating protocol - version. + version. - Staging: hv: storvsc: Cleanup some protocol related constants. - Staging: hv: storvsc: Get rid of some unused defines. - Staging: hv: storvsc: Consolidate the request structure. - Staging: hv: storvsc: Consolidate all the wire protocol - definitions. + definitions. - Staging: hv: storvsc: Move the storage driver out of the - staging area. + staging area. - Rename patches.suse/staging-hv-pata_piix-ignore-disks.patch to - patches.suse/suse-hv-pata_piix-ignore-disks.patch + patches.suse/suse-hv-pata_piix-ignore-disks.patch - commit 7487199 ------------------------------------------------------------------- @@ -1829,41 +2237,41 @@ Mon Feb 13 17:23:49 CET 2012 - mmarek@suse.cz Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de - Add driver auto probing for x86 features v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Fix overrun check in arch_print_cpu_modalias() - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - crypto: Add support for x86 cpuid - auto loading for x86 crypto drivers - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + auto loading for x86 crypto drivers + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Clean up modalias feature matching - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel-idle: convert to x86_cpu_id auto probing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Fix ID for Nehalem-EX Xeon in device ID table - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert via-cputemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k7: Fix CPU family number - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: Load acpi-cpufreq from processor driver automatically - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Revert change of auto_demotion_flags for Nehalem - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert coretemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k6: Really enable auto-loading - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - X86: Introduce HW-Pstate scattered cpuid feature - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - cpufreq: Add support for x86 cpuinfo auto loading v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86: autoload microcode driver on Intel and AMD systems v2 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 parts - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: remove duplicated lines of merging - problems with acpi_processor_start - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + problems with acpi_processor_start + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - Update config files. - commit 6efe9b5 @@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for --default (bnc#745632). KMPs are still built as i586. + -default (bnc#745632). KMPs are still built as i586. - commit 88a632b ------------------------------------------------------------------- @@ -1902,8 +2310,8 @@ Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com - Update to 3.3-rc2. - - Eliminated 5 patches. - - Xen is disabled. + - Eliminated 5 patches. + - Xen is disabled. - commit d017ea1 ------------------------------------------------------------------- @@ -2002,7 +2410,7 @@ Wed Dec 21 14:38:42 CET 2011 - jbeulich@novell.com Tue Dec 20 16:35:33 CET 2011 - jeffm@suse.com - Update to 3.2-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit d5a489e ------------------------------------------------------------------- @@ -2010,7 +2418,7 @@ Tue Dec 20 11:34:14 CET 2011 - trenn@suse.de - These should all be mainline in some form: - Delete - patches.arch/implement_stop_machine_from_offline_cpu.patch. + patches.arch/implement_stop_machine_from_offline_cpu.patch. - Delete patches.arch/kill-__stop_machine.patch. - Delete patches.arch/reorganize_stop_cpus.patch. - Delete patches.arch/use_stop_machine_for_mtrr_rendezvous.patch. @@ -2026,14 +2434,14 @@ Sun Dec 18 07:38:42 CET 2011 - aj@suse.de Fri Dec 16 15:37:51 CET 2011 - aj@suse.de - rpm/kernel-binary.spec.in: Add provides and make most obsoletes versioned. - This silences rpmlint warnings. + This silences rpmlint warnings. - commit e3023c7 ------------------------------------------------------------------- Wed Dec 14 13:51:41 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: Fix tarball URL for -rcX and - do not generate any URL for linux-next and vanilla snapshots. + do not generate any URL for linux-next and vanilla snapshots. - commit 1548daf ------------------------------------------------------------------- @@ -2123,7 +2531,7 @@ Wed Dec 7 11:05:05 CET 2011 - aj@suse.de Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com - Update to 3.2-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit a7d546d ------------------------------------------------------------------- @@ -2235,8 +2643,8 @@ Fri Nov 25 05:58:54 CET 2011 - jeffm@suse.com Fri Nov 25 05:47:49 CET 2011 - jeffm@suse.com - Update to 3.2-rc3. - - stack unwind: cfi_ignore takes more arguments. - - iio: Fix build error in industrialio-core.c. + - stack unwind: cfi_ignore takes more arguments. + - iio: Fix build error in industrialio-core.c. - commit 48ef020 ------------------------------------------------------------------- @@ -2249,7 +2657,7 @@ Thu Nov 24 18:45:54 CET 2011 - ohering@suse.de Thu Nov 24 13:01:09 CET 2011 - mmarek@suse.cz - rpm/try-disable-staging-driver: Script to disable failing staging - driver and restart make. + driver and restart make. - commit 819d1fa ------------------------------------------------------------------- @@ -2343,14 +2751,14 @@ Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de Wed Nov 16 06:51:07 CET 2011 - jeffm@suse.com - Update to 3.2-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 85c9930 ------------------------------------------------------------------- Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com - Update to 3.2-rc1. - - Eliminate 212 patches. + - Eliminate 212 patches. - commit 6318d5b ------------------------------------------------------------------- @@ -2390,8 +2798,8 @@ Sat Nov 5 01:32:21 CET 2011 - trenn@suse.de Thu Nov 3 17:56:46 CET 2011 - mszeredi@suse.cz - patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch: - hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops - (CVE-2011-2203 bnc#699709). + hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops + (CVE-2011-2203 bnc#699709). - commit 7923119 ------------------------------------------------------------------- @@ -2429,16 +2837,16 @@ Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com - Add Elantech touchpad v3/v4 support (bnc#716852): - - Input: elantech - add v3 hardware support. - - Input: elantech - add v4 hardware support. - - Input: elantech - better support all those v2 variants. - - Input: elantech - clean up elantech_init. - - Input: elantech - correct x, y value range for v2 hardware. - - Input: elantech - get rid of ETP_2FT_* in elantech.h. - - Input: elantech - packet checking for v2 hardware. - - Input: elantech - remove ETP_EDGE_FUZZ_V2. - - Input: elantech - remove module parameter force_elantech. - - Input: elantech - use firmware provided x, y ranges. + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. - commit 28551a0 ------------------------------------------------------------------- @@ -2469,7 +2877,7 @@ Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de Tue Oct 25 19:24:17 CEST 2011 - eich@suse.de - patches.suse/SUSE-bootsplash: remove DEBUG macro which was - left in the code by accident. + left in the code by accident. - commit a56ba15 ------------------------------------------------------------------- @@ -2482,7 +2890,7 @@ Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de - patches.suse/staging-hv-pata_piix-ignore-disks.patch: - Update comments in code and reduce patch size + Update comments in code and reduce patch size - commit 8913d07 ------------------------------------------------------------------- @@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de ------------------------------------------------------------------- Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com --Update to 3.1-rc10. +- -Update to 3.1-rc10. - commit 239957e ------------------------------------------------------------------- @@ -2522,11 +2930,11 @@ Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de - Various updates for hv drivers, which fix also the hv_mouse driver - staging: hv: storvsc: ignore SET_WINDOWN scsi command - (bnc#722646). + (bnc#722646). - staging/hv: advertise hv_storvsc instead of storvsc as sysfs - driver name (bnc#716708). + driver name (bnc#716708). - staging/hv: fill scsi/proc_name for the sake of mkinitrd - (bnc#716708). + (bnc#716708). - Staging: hv: util: Invoke cn_netlink_send() in a work context. - Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. - Refresh patches.xen/xen3-patch-2.6.32. @@ -2560,7 +2968,7 @@ Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com - patches.suse/supported-flag: Also look for Module.supported in the - source tree. + source tree. - Refresh patches.suse/supported-flag-enterprise. - commit 9c8680a @@ -2594,15 +3002,15 @@ Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - commit e3c78cf ------------------------------------------------------------------- @@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de - Refresh patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. --> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. + -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. - commit 0ac4276 ------------------------------------------------------------------- @@ -2647,9 +3055,9 @@ Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de - ACPI: Implement overriding of arbitrary ACPI tables via initrd - (none). + (none). - ACPICA: Fix wrongly mapped acpi table header when overriding - via initrd (none). + via initrd (none). - ACPICA: Introduce acpi_os_phys_table_override function (none). - x86: allow NVS can be accessed by driver (none). - Update config files: @@ -2667,7 +3075,7 @@ Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix unwinding through - interrupt frames, requiring ... + interrupt frames, requiring ... - patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression. - commit 4d917a5 @@ -2706,7 +3114,7 @@ Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com - mm: frontswap: swap data structure changes. - In HVM guests do not take over the CDROM device (bnc#645893). - x86: report ACPI-reserved state of PCI MMCONFIG region to - hypervisor. + hypervisor. - config.conf: Re-enable Xen flavors. - Update config files. - commit 3692f47 @@ -2746,33 +3154,33 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: util: kvp: Fix the reported OSVersion string. - Staging: hv: util: kvp: Cleanup kvp_get_domain_name(). - Staging: hv: Fix macros, tab errors and warning in - drivers/staging/hv/hv_mouse.c. + drivers/staging/hv/hv_mouse.c. - Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get - rid of the PCI signature. + rid of the PCI signature. - Staging: hv: Replace struct hv_guid with the uuid type already - defined in Linux. + defined in Linux. - Staging: hv: vmbus: Introduce vmbus ID space in struct - hv_driver. + hv_driver. - Staging: hv: blkvsc: Use the newly introduced vmbus ID in the - blockvsc driver. + blockvsc driver. - Staging: hv: storvsc: Use the newly introduced vmbus ID in - storvsc driver. + storvsc driver. - Staging: hv: netvsc: Use the newly introduced vmbus ID in - netvsc driver. + netvsc driver. - Staging: hv: mousevsc: Use the newly introduced vmbus ID in - mouse driver. + mouse driver. - Staging: hv: util: Make hv_utils a vmbus device driver. - Staging: hv: create VMBUS_DEVICE macro and use it. - Staging: hv: vmbus: Cleanup vmbus_match(). - Staging: hv: vmbus: Cleanup vmbus_uevent() code. - Staging: hv: vmbus: Support the notion of id tables in - vmbus_match(). + vmbus_match(). - Staging: hv: vmbus: Get rid of an unnecessary include line - in vmbus_drv.c. + in vmbus_drv.c. - Staging: hv: storvsc: Get rid of the DMI signature. - Staging: hv: netvsc: Get rid of the PCI signature. - Staging: hv: netvsc: Get rid of the DMI signature in - netvsc_drv.c. + netvsc_drv.c. - Staging: hv: util: Get rid of the DMI signature in hv_util.c. - Staging: hv: util: Get rid of the PCI signature in hv_util.c. - Staging: hv: fix up driver registering mess. @@ -2780,59 +3188,59 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: vmbus: Cleanup unnecessary comments in hv.c. - Staging: hv: vmbus: Cleanup error handling in hv_init(). - Staging: hv: vmbus: Get rid of unnecessay comments in - connection.c. + connection.c. - Staging: hv: vmbus: Get rid of the function dump_gpadl_body(). - Staging: hv: vmbus: Get rid of the function dump_gpadl_header(). - Staging: hv: vmbus: Rename openMsg to open_msg in channel.c. - Staging: hv: vmbus: Get rid of unnecessary comments in - channel.c. + channel.c. - Staging: hv: vmbus: Change the variable name openInfo to - open_info in channel.c. + open_info in channel.c. - Staging: hv: vmbus: Cleanup error values in ringbuffer.c. - Staging: hv: vmbus: Cleanup the error return value in - vmbus_recvpacket_raw(). + vmbus_recvpacket_raw(). - Staging: hv: netvsc: Get rid of an unnecessary print statement - in netvsc_probe(). + in netvsc_probe(). - Staging: hv: vmbus: Retry vmbus_post_msg() before giving up. - Staging: hv: storvsc: Cleanup error handling in - storvsc_dev_add(). + storvsc_dev_add(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_channel_init(). + storvsc_channel_init(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_connect_to_vsp(). + storvsc_connect_to_vsp(). - Staging: hv: storvsc: Cleanup error handling in storvsc_do_io(). - Storage: hv: storvsc: Get rid of some unnecessary DPRINTs - from storvsc.c. + from storvsc.c. - Staging: hv: storvsc: Fix/cleanup some dated comments in - storvsc.c. + storvsc.c. - Staging: hv: storvsc: Cleanup returned error code in - storvsc_host_reset(). + storvsc_host_reset(). - Staging: hv: storvsc: Cleanup error code returned in - storvsc_probe(). + storvsc_probe(). - Staging: hv: storvsc: Cleanup returned error code in - storvsc_drv_init(). + storvsc_drv_init(). - Staging: hv: netvsc: Cleanup the returned error code in - netvsc_probe(). + netvsc_probe(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_destroy_recv_buf(). + netvsc_destroy_recv_buf(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_init_recv_buf(). + netvsc_init_recv_buf(). - Staging: hv: netvsc: Cleanup error returns in - netvsc_connect_vsp(). + netvsc_connect_vsp(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_send(). + netvsc_send(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_device_add(). + netvsc_device_add(). - Staging: hv: netvsc: Cleanup error codes in - rndis_filter_receive(). + rndis_filter_receive(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_query_device(). + rndis_filter_query_device(). - Staging: hv: netvsc: Cleanup error return values in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - Staging: hv: netvsc: Cleanup error returns in - rndis_filter_init_device(). + rndis_filter_init_device(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_device_add(). + rndis_filter_device_add(). - Staging: hv: mouse: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Exit to exit. @@ -2845,72 +3253,72 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: add driver_data to hv_vmbus_device_id. - Staging: hv: Add code to parse struct hv_vmbus_device_id table. - Staging: hv: file2alias: fix up alias creation logic for - hv_vmbus_device_id. + hv_vmbus_device_id. - Staging: hv: storvsc: Inline free_stor_device(). - Staging: hv: storvsc: Do not aquire an unnecessary reference - on stor_device. + on stor_device. - Staging: hv: storvsc: Rename must_get_stor_device(). - Staging: hv: storvsc: Rename get_stor_device(). - Staging: hv: storvsc: Cleanup alloc_stor_device(). - Staging: hv: storvsc: Introduce state to manage the lifecycle - of stor device. + of stor device. - Staging: hv: storvsc: Prevent outgoing traffic when stor dev - is being destroyed. + is being destroyed. - Staging: hv: storvsc: Get rid of release_stor_device() by - inlining the code. + inlining the code. - Staging: hv: storvsc: Get rid of final_release_stor_device() - by inlining code. + by inlining code. - Staging: hv: storvsc: Get rid of the reference counting in - struct storvsc_device. + struct storvsc_device. - Staging: hv: netvsc: Inline the code for free_net_device(). - Staging: hv: netvsc: Cleanup alloc_net_device(). - Staging: hv: netvsc: Introduce state to manage the lifecycle - of net device. + of net device. - Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev - is destroyed. + is destroyed. - Staging: hv: netvsc: Get rid of release_outbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of release_inbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of the refcnt field in struct - netvsc_device. + netvsc_device. - Staging: hv: storvsc: Add code to handle IDE devices using - the storvsc driver. + the storvsc driver. - Staging: hv: storvsc: Handle IDE devices using the storvsc - driver. + driver. - Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is - not used. + not used. - Staging: hv: storvsc: Optimize bounce buffer handling for the - "write" case. + "write" case. - Staging: hv: storvsc: Optimize the bounce buffer handling in - the "read" case. + the "read" case. - Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of storvsc.c. + contents of storvsc.c. - Staging: hv: storvsc: Add the contents of hyperv_storage.h - to storvsc_drv.c. + to storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of hyperv_storage.h. + contents of hyperv_storage.h. - Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY - and MODE_SENSE. + and MODE_SENSE. - Staging: hv: storvsc: Fix a typo. - Staging: hv: storvsc: In case of scsi errors offline the device. - Staging: hv: storvsc: No need to copy from bounce buffer in - case of a failure. + case of a failure. - Staging: hv: util: Forcefully shutdown when shutdown is - requested. + requested. - Staging: hv: util: Adjust guest time in a process context. - Staging: hv: vmbus: Check before invoking the channel callback. - Staging: hv: vmbus: Properly deal with de-registering channel - callback. + callback. - Staging: hv: Fix a bug in vmbus_match(). - Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining - the code. + the code. - Staging: hv: vmbus: Do not enable auto eoi. - Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add(). - Staging: hv: vmbus: Get rid of some dated/redundant comments. - Staging: hv: vmbus: Get rid of an unnecessary check in - vmbus_connect(). + vmbus_connect(). - Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c. - Staging: hv: vmbus: Fix checkpatch warnings in connection.c. - Staging: hv: mousevsc: Fix checkpatch errors and warnings. @@ -2983,16 +3391,16 @@ Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com - Refreshed and re-enabled dm-path patches: - - patches.suse/dm-mpath-accept-failed-paths. - - patches.suse/dm-mpath-detach-existing-hardware-handler. + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. - commit 70cadcd ------------------------------------------------------------------- Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com - Update to 3.1-rc3. - - Eliminated 8 patches. - - Xen is disabled. + - Eliminated 8 patches. + - Xen is disabled. - commit eccefcc ------------------------------------------------------------------- @@ -3000,8 +3408,8 @@ Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de - * Refresh patches.suse/SUSE-bootsplash. * Fix bootsplash code for 15bpp framebuffers. - These framebuffers are rare these days, the legendary and still - popular server chipset Radeon ES1000 supports it, though. + These framebuffers are rare these days, the legendary and still + popular server chipset Radeon ES1000 supports it, though. - commit f25ce3e ------------------------------------------------------------------- @@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de - Update config files: bnc#674988, change: --CONFIG_ACPI_CUSTOM_METHOD=m + -CONFIG_ACPI_CUSTOM_METHOD=m +# CONFIG_ACPI_CUSTOM_METHOD is not set for all flavors - commit f1af972 @@ -3115,10 +3523,10 @@ Thu Jul 14 17:52:45 CEST 2011 - tiwai@suse.de Thu Jul 14 17:26:51 CEST 2011 - tiwai@suse.de - ALSA: hda - Add Kconfig for the default buffer size - (bnc#682725). + (bnc#682725). - Update config files. - Delete, replaced with the new upstream patch - patches.drivers/alsa-hda-0019-Increase-default-buffer-size. + patches.drivers/alsa-hda-0019-Increase-default-buffer-size. - commit 40c7644 ------------------------------------------------------------------- @@ -3140,7 +3548,7 @@ Sat Jul 9 11:17:46 CEST 2011 - jslaby@suse.cz Thu Jul 7 00:58:01 CEST 2011 - jeffm@suse.com - Update to 3.0-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 56e99da ------------------------------------------------------------------- @@ -3149,7 +3557,7 @@ Tue Jul 5 09:18:43 CEST 2011 - jbeulich@novell.com - Update Xen patches to 3.0-rc5 and c/s 1095. - xen: prepare tmem shim to handle frontswap. - support booting Xen from EFI (fate#311376, fate#311529, - bnc#578927, bnc#628554). + bnc#578927, bnc#628554). - config.conf: Re-enabled Xen flavors. - Update x86 config files. - Delete patches.xen/xen-blkback-bimodal-suse. @@ -3196,31 +3604,31 @@ Tue Jun 21 12:14:44 CEST 2011 - mmarek@suse.cz Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz - rpm/post.sh: Touch /boot/do_purge_kernels on package install - (fate#312018). + (fate#312018). - rpm/postun.sh: Remove it again if it still exists on package - uninstall. + uninstall. - commit 82f4a5d ------------------------------------------------------------------- Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de - stop_machine: implement stop_machine_from_offline_cpu() - (bnc#697859). + (bnc#697859). - stop_machine: kill __stop_machine() (bnc#697859). - x86, mtrr: lock stop machine during MTRR rendezvous sequence - (bnc#697859). + (bnc#697859). - stop_machine: reorganize stop_cpus() implementation - (bnc#697859). + (bnc#697859). - x86, mtrr: use __stop_machine() for doing MTRR rendezvous - (bnc#697859). + (bnc#697859). - commit aa3d6e2 ------------------------------------------------------------------- Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz - Remove the novfs patches, it should be packaged as a KMP, or - ideally, reimplemented as a fuse filesystem (which is the reason why - the current implementation it is never going to be accepted upstream). + ideally, reimplemented as a fuse filesystem (which is the reason why + the current implementation it is never going to be accepted upstream). - Delete patches.fixes/novfs-copy_user-fixes.diff. - Delete patches.fixes/novfs-minsize-fixes. - Delete patches.fixes/novfs-nwcapi.patch. @@ -3275,7 +3683,7 @@ Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz Wed Jun 15 08:05:05 CEST 2011 - jeffm@suse.com - Update to 3.0-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit a1fe999 ------------------------------------------------------------------- @@ -3343,9 +3751,9 @@ Mon Jun 13 14:06:28 CEST 2011 - mmarek@suse.cz the SRCVERSION variable will only be used to determine the tarball version. - rpm/compute-PATCHVERSION.sh: Set default PATCHLEVEL and SUBLEVEL to 0. - The package version will thus always match the Makefile version and - the SRCVERSION variable will only be used to determine the tarball - version. + The package version will thus always match the Makefile version and + the SRCVERSION variable will only be used to determine the tarball + version. - rpm/kernel-binary.spec.in: Revert the previous hack. - commit 95c9977 @@ -3368,9 +3776,9 @@ Fri Jun 10 20:24:41 CEST 2011 - jeffm@suse.com Fri Jun 10 17:12:22 CEST 2011 - jeffm@suse.com - x86: Remove warning and warning_symbol from struct - stacktrace_ops. + stacktrace_ops. - Delete - patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. + patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. - commit 608ce9e ------------------------------------------------------------------- @@ -3462,13 +3870,13 @@ Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - commit 83331f5 ------------------------------------------------------------------- @@ -3489,14 +3897,14 @@ Tue May 31 05:09:44 CEST 2011 - jeffm@suse.com Tue May 31 05:08:21 CEST 2011 - jeffm@suse.com - Updated to 3.0-rc1. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit 5710413 ------------------------------------------------------------------- Mon May 30 15:54:37 CEST 2011 - jack@suse.cz - mm: Fix assertion mapping->nrpages == 0 in end_writeback() - (bnc#693013 bnc#666423). + (bnc#693013 bnc#666423). - Refresh patches.xen/tmem. - commit d3e465a @@ -3504,9 +3912,9 @@ Mon May 30 15:54:37 CEST 2011 - jack@suse.cz Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. + patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. - aic94xx: world-writable sysfs update_bios file. - Update upstream info. + Update upstream info. - commit 8912816 ------------------------------------------------------------------- @@ -3567,7 +3975,7 @@ Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc7. - - Eliminated 5 patches. + - Eliminated 5 patches. - commit a8a170f ------------------------------------------------------------------- @@ -3580,16 +3988,16 @@ Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz - Delete - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 - commit 7934e2d ------------------------------------------------------------------- Thu May 12 11:56:16 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - Note about submission. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + Note about submission. - commit 9922e20 ------------------------------------------------------------------- @@ -3602,15 +4010,15 @@ Tue May 10 19:10:18 CEST 2011 - mhocko@suse.cz Tue May 10 16:14:44 CEST 2011 - mhocko@suse.cz - patches.fixes/aggressive-zone-reclaim.patch: delete because - the patch is very workload specific and can lead to unexpected - reclaims in parallel node local workloads. + the patch is very workload specific and can lead to unexpected + reclaims in parallel node local workloads. - commit 56cf10e ------------------------------------------------------------------- Tue May 10 16:04:27 CEST 2011 - mhocko@suse.cz - Delete patches.suse/mm-devzero-optimisation.patch: we do not need - it anymore as we have zero page back since 2.6.32 + it anymore as we have zero page back since 2.6.32 - commit 323a093 ------------------------------------------------------------------- @@ -3629,64 +4037,64 @@ Mon May 9 14:32:59 CEST 2011 - jbeulich@novell.com Mon May 9 11:32:35 CEST 2011 - jbeulich@novell.com - patches.suse/kconfig-automate-kernel-desktop: Remove stray blank - lines (for older versions of "patch" to grok). + lines (for older versions of "patch" to grok). - commit 4dfa74d ------------------------------------------------------------------- Sat May 7 01:50:06 CEST 2011 - jeffm@suse.com - Removed network driver entropy patches. haveged is installed by default - and should be enabled to generate entropy from non-predictable sources. - - Delete patches.drivers/bnx2-entropy-source.patch. - - Delete patches.drivers/e1000-entropy-source.patch. - - Delete patches.drivers/e1000e-entropy-source.patch. - - Delete patches.drivers/igb-entropy-source.patch. - - Delete patches.drivers/ixgbe-entropy-source.patch. - - Delete patches.drivers/tg3-entropy-source.patch. + and should be enabled to generate entropy from non-predictable sources. + - Delete patches.drivers/bnx2-entropy-source.patch. + - Delete patches.drivers/e1000-entropy-source.patch. + - Delete patches.drivers/e1000e-entropy-source.patch. + - Delete patches.drivers/igb-entropy-source.patch. + - Delete patches.drivers/ixgbe-entropy-source.patch. + - Delete patches.drivers/tg3-entropy-source.patch. - commit c88b893 ------------------------------------------------------------------- Fri May 6 19:36:47 CEST 2011 - jeffm@suse.com - Update - patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack - (bnc#466279 bnc#681639). + patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack + (bnc#466279 bnc#681639). - commit 72e779f ------------------------------------------------------------------- Fri May 6 19:31:10 CEST 2011 - jeffm@suse.com - Disabled patches.drivers/libata-unlock-hpa-by-default; It may have - been obsoleted by upstream commit d8d9129e. + been obsoleted by upstream commit d8d9129e. - commit 1a21ab3 ------------------------------------------------------------------- Fri May 6 18:51:20 CEST 2011 - jeffm@suse.com - sysctl: Increase IPC defaults (bnc#146656) - - Delete patches.suse/shmall-bigger. + - Delete patches.suse/shmall-bigger. - commit a70e34f ------------------------------------------------------------------- Fri May 6 17:50:56 CEST 2011 - jeffm@suse.com - sysctl/i386/desktop, sysctl/x86_64/desktop: Add vm.dirty_ratio = 20 - for desktop flavors (bnc#552883) - - Delete patches.suse/mm-tune-dirty-limits.patch. + for desktop flavors (bnc#552883) + - Delete patches.suse/mm-tune-dirty-limits.patch. - commit dbe73e2 ------------------------------------------------------------------- Fri May 6 17:25:45 CEST 2011 - jeffm@suse.com - sysctl/defaults: Added kernel.hung_task_timeout=0 - - Delete patches.suse/hung_task_timeout-configurable-default. + - Delete patches.suse/hung_task_timeout-configurable-default. - commit 78f9eed ------------------------------------------------------------------- Fri May 6 16:41:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-{binary,source}.spec.in: Install per-kernel /boot/sysctl-* - files (patch from Jeff Mahoney). + files (patch from Jeff Mahoney). - commit 473f2d1 ------------------------------------------------------------------- @@ -3699,7 +4107,7 @@ Thu May 5 22:35:53 CEST 2011 - jeffm@suse.com Thu May 5 22:23:21 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc6. - - 2 patches eliminated. + - 2 patches eliminated. - commit 2643e59 ------------------------------------------------------------------- @@ -3713,9 +4121,9 @@ Tue May 3 03:08:18 CEST 2011 - tonyj@suse.de Fri Apr 29 20:35:21 CEST 2011 - jeffm@suse.com - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - commit 52dd0f0 ------------------------------------------------------------------- @@ -3737,7 +4145,7 @@ Fri Apr 29 00:36:03 CEST 2011 - gregkh@suse.de - Delete patches.suse/linux-2.6.29-dont-wait-for-mouse.patch. - Delete patches.suse/linux-2.6.29-even-faster-kms.patch. - Delete - patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. + patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. - Delete patches.suse/linux-2.6.29-kms-after-sata.patch. - Delete patches.suse/linux-2.6.29-touchkit.patch. - commit c13427d @@ -3752,22 +4160,22 @@ Fri Apr 29 00:17:46 CEST 2011 - jbenc@suse.cz Thu Apr 28 23:32:44 CEST 2011 - rjw@suse.de - Delete patches.xen/xen3-x86-mcp51-no-dac. - Also remove the series.conf entires for the x86-mcp-no-dac patches. + Also remove the series.conf entires for the x86-mcp-no-dac patches. - commit 574577b ------------------------------------------------------------------- Thu Apr 28 23:16:27 CEST 2011 - rjw@suse.de - Delete patches.arch/x86-mcp51-no-dac. (This is a blacklist entry that - has been rejected by the mainline, the problem reporter is gone and - it's next to impossible to verify it now.) + has been rejected by the mainline, the problem reporter is gone and + it's next to impossible to verify it now.) - commit 195b113 ------------------------------------------------------------------- Thu Apr 28 21:38:22 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - commit a2662ae ------------------------------------------------------------------- @@ -3782,14 +4190,14 @@ Thu Apr 28 20:56:33 CEST 2011 - jslaby@suse.cz Thu Apr 28 20:30:56 CEST 2011 - bphilips@suse.de - Delete - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. + patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. - commit 9917206 ------------------------------------------------------------------- Thu Apr 28 20:19:59 CEST 2011 - bphilips@suse.de - Delete - patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. + patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. - commit 08374b3 ------------------------------------------------------------------- @@ -3822,7 +4230,7 @@ Thu Apr 28 14:18:12 CEST 2011 - jbeulich@novell.com Wed Apr 27 22:20:02 CEST 2011 - jeffm@suse.com - Delete - patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. + patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. - commit 399a100 ------------------------------------------------------------------- @@ -3884,10 +4292,10 @@ Wed Apr 27 21:34:13 CEST 2011 - jeffm@suse.com - Delete patches.suse/acpi-don-t-preempt-until-the-system-is-up. - Delete - patches.suse/acpi-generic-initramfs-table-override-support. + patches.suse/acpi-generic-initramfs-table-override-support. - Delete patches.suse/add-initramfs-file_read_write. - Delete - patches.suse/init-move-populate_rootfs-back-to-start_kernel. + patches.suse/init-move-populate_rootfs-back-to-start_kernel. - commit d4910b3 ------------------------------------------------------------------- @@ -3901,14 +4309,14 @@ Wed Apr 27 21:29:24 CEST 2011 - jeffm@suse.com Wed Apr 27 21:11:59 CEST 2011 - jeffm@suse.com - Delete patches.suse/osync-error. It was unused and the issue it fixed in - kernels prior to 2.6.32 doesn't exist anymore. + kernels prior to 2.6.32 doesn't exist anymore. - commit 52cc654 ------------------------------------------------------------------- Wed Apr 27 20:48:55 CEST 2011 - jeffm@suse.com - Delete patches.suse/s390-System.map.diff: Proper fix in binutils has - long since been upstream. + long since been upstream. - commit 2847a36 ------------------------------------------------------------------- @@ -3941,7 +4349,7 @@ Wed Apr 27 20:18:37 CEST 2011 - jeffm@suse.com Wed Apr 27 20:16:52 CEST 2011 - jeffm@suse.com - Delete patches.suse/unmap_vmas-lat: No bug report or signed-off-by. - - Delete patches.arch/s390-add-FREE_PTE_NR. + - Delete patches.arch/s390-add-FREE_PTE_NR. - commit 2a392c2 ------------------------------------------------------------------- @@ -3954,7 +4362,7 @@ Wed Apr 27 20:16:00 CEST 2011 - jeffm@suse.com Wed Apr 27 20:15:02 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc5. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5288a05 ------------------------------------------------------------------- @@ -3974,7 +4382,7 @@ Wed Apr 27 19:43:47 CEST 2011 - jeffm@suse.com Tue Apr 26 11:03:18 CEST 2011 - jkosina@suse.cz - HID: add noget quirk barcode scanners from Symbol Technologies - (bnc#689290). + (bnc#689290). - commit f5b999f ------------------------------------------------------------------- @@ -3987,7 +4395,7 @@ Fri Apr 22 00:01:41 CEST 2011 - jeffm@suse.com Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz - Revert changes to sparc configs to not make life harder for Jan Engelhardt - maintaining sparc architecture. + maintaining sparc architecture. - commit cdac873 ------------------------------------------------------------------- @@ -4006,7 +4414,7 @@ Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 3f654c8 ------------------------------------------------------------------- @@ -4019,15 +4427,15 @@ Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de - Combined and consolidated bootsplash patch (bnc#669777, - bnc#570082, bnc#595657, bnc#594209, bnc#544645). - - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. - - Delete patches.suse/bootsplash. - - Delete patches.suse/bootsplash-console-fix. - - Delete patches.suse/bootsplash-keep-multiple-data. - - Delete patches.suse/bootsplash-scaler. - - Reformatted code, fixed some minor bugs that became obvious. - - Fixed race that led to null pointer dereference in splash_read_proc(): - bnc#669777. + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. - commit 95844c5 ------------------------------------------------------------------- @@ -4040,7 +4448,7 @@ Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de - intel_idle: Make lapic_timer_reliable_states a boot param - (bnc#675161). + (bnc#675161). - commit 85b156b ------------------------------------------------------------------- @@ -4054,7 +4462,7 @@ Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - - This results in automatically disabling CONFIG_GIGASET_I4L. + - This results in automatically disabling CONFIG_GIGASET_I4L. - commit 697e68b ------------------------------------------------------------------- @@ -4074,7 +4482,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com - Update Xen patches to 2.6.39-rc3 and c/s 1079. - blktap2: replace hard-coded limit of tap devices with - configurable one. + configurable one. - config.conf: Re-enable Xen configs. - Update x86 config files. - commit d3bfd6c @@ -4083,7 +4491,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com - fs/partitions/efi.c: corrupted GUID partition tables can cause - kernel oops (bnc#687113 CVE-2011-1577). + kernel oops (bnc#687113 CVE-2011-1577). - commit 385b393 ------------------------------------------------------------------- @@ -4128,7 +4536,7 @@ Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 200c913 ------------------------------------------------------------------- @@ -4153,29 +4561,29 @@ Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc2. - - Eliminated 18 patches. - - Added 3 patches. - - hv_mouse: needs . - - dm-raid45: Remove blk_unplug calls. - - novfs: 2.6.39 API update. - - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. - - patches.kernel.org is no longer used to contain upstream patches - for -rc releases. Users planning on building their own kernel should - have a copy of the tarball corresponding to the -rc releases. + - Eliminated 18 patches. + - Added 3 patches. + - hv_mouse: needs . + - dm-raid45: Remove blk_unplug calls. + - novfs: 2.6.39 API update. + - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. + - patches.kernel.org is no longer used to contain upstream patches + for -rc releases. Users planning on building their own kernel should + have a copy of the tarball corresponding to the -rc releases. - commit adf9d16 ------------------------------------------------------------------- Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de - Make selection of 'readdir-plus' adapt to usage patterns - (bnc#678123). + (bnc#678123). - commit 5de99a8 ------------------------------------------------------------------- Wed Apr 6 09:01:38 CEST 2011 - jeffm@suse.de - reiserfs: Force inode evictions before umount to avoid crash - (bnc#610598 bnc#680073 bnc#684112). + (bnc#610598 bnc#680073 bnc#684112). - Delete patches.fixes/reiserfs-xattr-crash-fix. - commit bf57d20 @@ -4189,21 +4597,21 @@ Tue Apr 5 10:42:22 CEST 2011 - jslaby@suse.cz Wed Mar 30 23:50:41 CEST 2011 - jeffm@suse.com - Delete patches.suse/twofish-2.6. - - This was for 2.4 compatibility and has been moved to KMP purgatory. + - This was for 2.4 compatibility and has been moved to KMP purgatory. - commit dcca506 ------------------------------------------------------------------- Wed Mar 30 10:32:32 CEST 2011 - jslaby@suse.cz - Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo - (bnc#681826). + (bnc#681826). - commit 2e71042 ------------------------------------------------------------------- Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de - Update config files, remove CONFIG_X86_MCE_XEON75XX=m - ->driver got reverted with previous commit + ->driver got reverted with previous commit - Refresh patches.xen/xen3-auto-arch-x86.diff. - commit b367e7b @@ -4215,18 +4623,18 @@ Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de APEI implementation should take care of that in recent kernels. - Delete patches.arch/x86_mce_intel_decode_physical_address.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. + patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. - commit 1fe7a22 ------------------------------------------------------------------- Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not install unneeded packages in the - build chroot. + build chroot. - commit 7f4c49d ------------------------------------------------------------------- @@ -4246,7 +4654,7 @@ Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz - Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing - the signal code (bnc#681826 CVE-2011-1020). + the signal code (bnc#681826 CVE-2011-1020). - commit 2e42fd4 ------------------------------------------------------------------- @@ -4255,7 +4663,7 @@ Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de - sound/oss/opl3: validate voice and channel indexes (bnc#681999). - sound/oss: remove offset from load_patch callbacks (bnc#681999). - ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl - (bnc#680816). + (bnc#680816). - commit 09ff6e9 ------------------------------------------------------------------- @@ -4268,7 +4676,7 @@ Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz - HID: add support for Skycable 0x3f07 wireless presenter - (bnc#681297). + (bnc#681297). - commit 892e8d4 ------------------------------------------------------------------- @@ -4299,12 +4707,12 @@ Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de - netvm: Do not mark requests for swapfile writes as dirty or - kswapd fails to free the page (bnc#678472). + kswapd fails to free the page (bnc#678472). - nfs: Use page_file_offset during page writeback (bnc#677738). - nfs: Convert nfs_mark_request_dirty() to use page_file_mapping() - (bnc#677738). + (bnc#677738). - netvm: Remove duplicated initialization in net/ipv4/route.c - (bnc#678970). + (bnc#678970). - collapse: mm: Report the low watermark correctly (bnc#678497). - commit a798dd1 @@ -4318,7 +4726,7 @@ Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com - Linux: 2.6.38-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 7da557d ------------------------------------------------------------------- @@ -4343,38 +4751,38 @@ Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc7. - - Refresh patches.xen/xen-x86-no-lapic. - - Refresh patches.xen/xen3-patch-2.6.19. + - Refresh patches.xen/xen-x86-no-lapic. + - Refresh patches.xen/xen3-patch-2.6.19. - commit 7eb9d30 ------------------------------------------------------------------- Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - commit 88d5daa ------------------------------------------------------------------- Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in - yesterday's change. + yesterday's change. - commit 098768b ------------------------------------------------------------------- Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Add annotations to - lib/rwsem_64.S. + lib/rwsem_64.S. - commit 87944ac ------------------------------------------------------------------- Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de - ALSA: usb-audio: fix oops due to cleanup race when disconnecting - (bnc#674735). + (bnc#674735). - commit ed81f8c ------------------------------------------------------------------- @@ -4387,7 +4795,7 @@ Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com - Update to 2.6.38-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 6cce7bb ------------------------------------------------------------------- @@ -4400,7 +4808,7 @@ Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de - ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499, - CVE-2011-0712). + CVE-2011-0712). - commit 5ef002b ------------------------------------------------------------------- @@ -4419,22 +4827,22 @@ Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de - Update config files. - - disable CONFIG_DRM_VMWGFX (bnc#606458) - - update sparc configs to at least be able to run "make oldconfig" + - disable CONFIG_DRM_VMWGFX (bnc#606458) + - update sparc configs to at least be able to run "make oldconfig" - commit da75bd9 ------------------------------------------------------------------- Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Re-add change lost during - initial 2.6.37 merge. + initial 2.6.37 merge. - commit e493205 ------------------------------------------------------------------- Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz - Move spec file templates and helper scripts to a separate branch, to - ease synchronizing these files among master, vanilla and linux-next. + ease synchronizing these files among master, vanilla and linux-next. - commit 411abb8 ------------------------------------------------------------------- @@ -4454,7 +4862,7 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code - was merged into rpm's find-supplements script. + was merged into rpm's find-supplements script. - Delete rpm/check-build.sh, not needed anymore. - commit 0a157b1 @@ -4462,43 +4870,43 @@ Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com - flexcop: fix registering braindead stupid names (brc#575873 - bnc#661429). + bnc#661429). - commit 72bd3d0 ------------------------------------------------------------------- Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de - Staging: samsung-laptop: add support for lots of laptops - (bnc#661682). + (bnc#661682). - commit 1eb5eaa ------------------------------------------------------------------- Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Set timestamp of sources to the commit - timestamp, so that they are always older than generated files in - /usr/src/linux-obj (bnc#669669). + timestamp, so that they are always older than generated files in + /usr/src/linux-obj (bnc#669669). - commit 8565452 ------------------------------------------------------------------- Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to - keep timestamps intact. + keep timestamps intact. - commit 9ba5ff0 ------------------------------------------------------------------- Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Remove .gitignore files after applying patches - (fix last change). + (fix last change). - commit 907f9cc ------------------------------------------------------------------- Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit c327e0a ------------------------------------------------------------------- @@ -4546,8 +4954,8 @@ Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition - of %release_major and rename it to %release_num to better describe - what it does. Add some comments to explain how the versioning works. + of %release_major and rename it to %release_num to better describe + what it does. Add some comments to explain how the versioning works. - commit 9a3bc94 ------------------------------------------------------------------- @@ -4566,14 +4974,14 @@ Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit b6b51ca ------------------------------------------------------------------- Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de - ALSA: hda - Fix memory leaks in conexant jack arrays - (bnc#668929). + (bnc#668929). - commit 31971a4 ------------------------------------------------------------------- @@ -4611,8 +5019,8 @@ Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com - Update config files. - - CONFIG_EXPERT=n on all but ps3 - - Vanilla configs updated. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. - commit b25e639 ------------------------------------------------------------------- @@ -4633,7 +5041,7 @@ Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 90baa82 ------------------------------------------------------------------- @@ -4652,30 +5060,30 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc1. - - Removed 12 patches. - - Xen is disabled. - - Quite a few patches need updating. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. - commit 9163bb7 ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff ------------------------------------------------------------------- @@ -4688,7 +5096,7 @@ Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 ------------------------------------------------------------------- @@ -4707,22 +5115,22 @@ Mon Jan 17 20:52:49 CET 2011 - jeffm@suse.com Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz - Revert %kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 ------------------------------------------------------------------- Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 ------------------------------------------------------------------- Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 ------------------------------------------------------------------- @@ -4796,7 +5204,7 @@ Thu Jan 6 20:51:31 CET 2011 - jeffm@suse.com Thu Jan 6 19:48:28 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe ------------------------------------------------------------------- @@ -4815,28 +5223,28 @@ Thu Jan 6 17:09:12 CET 2011 - jeffm@suse.com Thu Jan 6 17:08:44 CET 2011 - jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d ------------------------------------------------------------------- Thu Jan 6 16:10:26 CET 2011 - jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 ------------------------------------------------------------------- @@ -4849,7 +5257,7 @@ Thu Jan 6 15:49:34 CET 2011 - jack@suse.cz Thu Jan 6 13:56:07 CET 2011 - mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 ------------------------------------------------------------------- @@ -4858,7 +5266,7 @@ Thu Jan 6 10:07:22 CET 2011 - mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b @@ -4879,7 +5287,7 @@ Thu Dec 30 00:50:58 CET 2010 - jeffm@suse.com Wed Dec 29 22:23:21 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 ------------------------------------------------------------------- @@ -4904,38 +5312,38 @@ Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c ------------------------------------------------------------------- Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (bnc#655048). + Backport to XEN. - commit 92c0965 ------------------------------------------------------------------- Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz - Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive - decode" (bnc#655048). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 @@ -4950,8 +5358,8 @@ Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz - Delete - patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. - It's unreferenced and wrong. + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. - commit 9e6fc50 ------------------------------------------------------------------- @@ -4988,10 +5396,10 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 @@ -5024,14 +5432,14 @@ Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 ------------------------------------------------------------------- Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 ------------------------------------------------------------------- @@ -5062,7 +5470,7 @@ Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b @@ -5071,12 +5479,12 @@ Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c ------------------------------------------------------------------- @@ -5109,7 +5517,7 @@ Fri Nov 26 15:04:27 CET 2010 - jbeulich@novell.com - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -5133,7 +5541,7 @@ Wed Nov 24 15:49:45 CET 2010 - jeffm@suse.com Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac ------------------------------------------------------------------- @@ -5157,7 +5565,7 @@ Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Wed Nov 17 17:10:32 CET 2010 - jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 ------------------------------------------------------------------- @@ -5176,7 +5584,7 @@ Tue Nov 16 20:08:11 CET 2010 - jeffm@suse.com Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 ------------------------------------------------------------------- @@ -5189,7 +5597,7 @@ Mon Nov 15 21:33:19 CET 2010 - jeffm@suse.com Mon Nov 15 21:30:37 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 ------------------------------------------------------------------- @@ -5208,16 +5616,16 @@ Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz Fri Nov 12 18:37:10 CET 2010 - jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 ------------------------------------------------------------------- Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de - Update config files. (bnc#652954) increase the number of possible and - default uarts for users with multi-port serial cards for the i386 and - x86-64 default configs. + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. - commit 85c87e3 ------------------------------------------------------------------- @@ -5231,20 +5639,20 @@ Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + top down (bnc#651256). - PCI: allocate bus resources from the top down (bnc#651256). - x86/PCI: allocate space from the end of a region, not the - beginning (bnc#651256). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + capabilities (bnc#651256). - x86: allocate space within a region top-down (bnc#651256). - Refresh patches.xen/xen3-patch-2.6.34. - commit 8c68ad1 @@ -5253,21 +5661,21 @@ Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 ------------------------------------------------------------------- Fri Oct 29 13:47:35 CEST 2010 - jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb ------------------------------------------------------------------- Fri Oct 29 01:53:34 CEST 2010 - trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b ------------------------------------------------------------------- @@ -5287,14 +5695,14 @@ Wed Oct 27 14:51:30 CEST 2010 - jslaby@suse.cz Tue Oct 26 21:31:22 CEST 2010 - trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 ------------------------------------------------------------------- Tue Oct 26 13:41:23 CEST 2010 - jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 ------------------------------------------------------------------- @@ -5302,7 +5710,7 @@ Mon Oct 25 12:53:38 CEST 2010 - jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 @@ -5312,7 +5720,7 @@ Mon Oct 25 08:58:15 CEST 2010 - tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda ------------------------------------------------------------------- @@ -5325,7 +5733,7 @@ Fri Oct 22 21:18:25 CEST 2010 - jeffm@suse.de Fri Oct 22 13:32:04 CEST 2010 - jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb ------------------------------------------------------------------- @@ -5340,7 +5748,7 @@ Thu Oct 21 10:11:03 CEST 2010 - sjayaraman@suse.de Mon Oct 18 16:54:57 CEST 2010 - trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf ------------------------------------------------------------------- @@ -5376,7 +5784,7 @@ Mon Oct 11 17:14:51 CEST 2010 - mmarek@suse.cz Mon Oct 11 16:12:29 CEST 2010 - jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 ------------------------------------------------------------------- @@ -5389,7 +5797,7 @@ Fri Oct 8 17:40:50 CEST 2010 - jeffm@suse.de Tue Oct 5 18:02:19 CEST 2010 - jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa ------------------------------------------------------------------- @@ -5402,7 +5810,7 @@ Tue Oct 5 17:19:46 CEST 2010 - jeffm@suse.de Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 @@ -5411,7 +5819,7 @@ Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de Mon Oct 4 16:57:34 CEST 2010 - jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 ------------------------------------------------------------------- @@ -5424,25 +5832,25 @@ Fri Sep 24 13:45:31 CEST 2010 - jbeulich@novell.com Fri Sep 24 13:23:13 CEST 2010 - trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 ------------------------------------------------------------------- Fri Sep 24 13:14:36 CEST 2010 - trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 ------------------------------------------------------------------- @@ -5467,7 +5875,7 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 @@ -5475,7 +5883,7 @@ Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b ------------------------------------------------------------------- @@ -5494,7 +5902,7 @@ Tue Sep 21 14:15:34 CEST 2010 - mmarek@suse.cz Tue Sep 21 13:59:10 CEST 2010 - jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 ------------------------------------------------------------------- @@ -5502,8 +5910,8 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f @@ -5512,14 +5920,14 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de Mon Sep 20 16:03:14 CEST 2010 - sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b ------------------------------------------------------------------- Mon Sep 20 15:25:41 CEST 2010 - jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 ------------------------------------------------------------------- @@ -5532,25 +5940,25 @@ Sun Sep 19 17:39:03 CEST 2010 - jeffm@suse.com Fri Sep 17 01:05:47 CEST 2010 - jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 ------------------------------------------------------------------- Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de - x86-64, compat: Test %rax for the syscall number, not %eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 ------------------------------------------------------------------- Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac ------------------------------------------------------------------- @@ -5563,21 +5971,21 @@ Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 ------------------------------------------------------------------- Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 ------------------------------------------------------------------- Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 ------------------------------------------------------------------- @@ -5592,11 +6000,11 @@ Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -5626,7 +6034,7 @@ Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de 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). + (CVE-2010-2954 bnc#636112). - commit f04e61f ------------------------------------------------------------------- @@ -5648,7 +6056,7 @@ Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 ------------------------------------------------------------------- @@ -5667,28 +6075,28 @@ Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - 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. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + 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. + 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. + the truncate path and causes crashes. - commit e18fc2c ------------------------------------------------------------------- @@ -5743,22 +6151,22 @@ Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de 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. + 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. + 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. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e ------------------------------------------------------------------- @@ -5772,7 +6180,7 @@ Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com 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. + avoid triggering a build service rule error. - commit 124ac26 ------------------------------------------------------------------- @@ -5791,14 +6199,14 @@ Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de 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. + 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 - to grab the BKL + to grab the BKL - commit 1df02ec ------------------------------------------------------------------- @@ -5811,20 +6219,20 @@ Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - 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. + - 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 ------------------------------------------------------------------- @@ -5843,10 +6251,10 @@ Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com 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. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 ------------------------------------------------------------------- @@ -5878,7 +6286,7 @@ Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com 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). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 ------------------------------------------------------------------- @@ -5891,7 +6299,7 @@ Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz 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. + 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 @@ -5901,14 +6309,14 @@ Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de 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). + 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). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 @@ -5917,13 +6325,13 @@ 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. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b @@ -5932,7 +6340,7 @@ Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com 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. + usage from upstream commit 718be4aa. - commit 4ce0b48 ------------------------------------------------------------------- @@ -5963,7 +6371,7 @@ Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 ------------------------------------------------------------------- @@ -5976,7 +6384,7 @@ Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 ------------------------------------------------------------------- @@ -5990,7 +6398,7 @@ 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). + though). - commit 8ed2389 ------------------------------------------------------------------- diff --git a/kernel-s390.spec b/kernel-s390.spec index 091bc89f7..5b342fc96 100644 --- a/kernel-s390.spec +++ b/kernel-s390.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6 -%define patchversion 3.6.3 +%define srcversion 3.7 +%define patchversion 3.7.0 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-s390 Summary: The Standard Kernel -Version: 3.6.3 +Version: 3.7.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -91,7 +91,7 @@ Requires(post): distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release # Remove some packages that are installed automatically by the build system, # but are not needed to build the kernel -#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv +#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv %ifarch ia64 # arch/ia64/scripts/unwcheck.py @@ -476,10 +476,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz @@ -887,6 +886,7 @@ Provides: multiversion(kernel) Provides: %name-devel = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel Supplements: packageand(%name:kernel-devel%variant) +PreReq: coreutils %description devel This package contains files necessary for building kernel modules (and diff --git a/kernel-source.changes b/kernel-source.changes index 2887ccaf6..e0d27f80d 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,393 @@ +------------------------------------------------------------------- +Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com + +- ezusb: add dependency to USB. + This prevents build failures by making it depend on the value of CONFIG_USB. + Commit 36e0f0bd did this for architectures other than ARM manually. +- commit b89db5d + +------------------------------------------------------------------- +Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de + +- Drivers: hv: balloon: Fix a memory leak. +- commit 26cdad5 + +------------------------------------------------------------------- +Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com + +- Update to 3.7-final. +- commit 1771a73 + +------------------------------------------------------------------- +Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de + +- Update patch headers for fate314663 and fate314665 changes +- commit 44044f1 + +------------------------------------------------------------------- +Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz + +- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually + ext3 will be removed upstream so let's do the transition. +- commit dadc8ea + +------------------------------------------------------------------- +Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr + +- Update omap2plus (armv7) config: Enable TWL* USB drivers +- commit 28c09f5 + +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + +------------------------------------------------------------------- +Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de + +- fate#314663 hyper-v memory ballooning support +- mm: Export a function to get vm committed memory. +- Drivers: hv: Add Hyper-V balloon driver. +- Drivers: hv: balloon: Fix a bug in the definition of struct + dm_info_msg. +- Update config files. + fate#314665 hyper-v: Update the Vmbus protocol +- Drivers: hv: Implement routines for read side signaling + optimization. +- Drivers: hv: Add state to manage batched reading. +- Drivers: hv: Turn off batched reading for util drivers. +- Drivers: hv: Optimize signaling in the read path. +- Drivers: hv: Optimize the signaling on the write path. +- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask(). +- Drivers: hv: Support handling multiple VMBUS versions. +- Drivers: hv: Update the ring buffer structure to match win8 + functionality. +- Drivers: hv: Extend/modify vmbus_channel_offer_channel for + win7 and beyond. +- Drivers: hv: Save and export negotiated vmbus version. +- Drivers: hv: Change the signature for hv_signal_event(). +- Drivers: hv: Change the signature of vmbus_set_event(). +- Drivers: hv: Move vmbus version definitions to hyperv.h. +- Drivers: hv: Manage signaling state on a per-connection basis. +- Drivers: hv: Cleanup vmbus_set_event() to support win7 and + beyond. +- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID. +- Drivers: hv: Add state to manage incoming channel interrupt + load. +- Drivers: hv: Modify the interrupt handling code to support + win8 and beyond. +- Drivers: hv: Add code to distribute channel interrupt load. +- Drivers: hv: Get rid of the unused global signaling state. +- Drivers: hv: Get rid of unnecessary request for offers. +- Drivers: hv: Manage event tasklets on per-cpu basis. +- Drivers: hv: Handle vmbus interrupts concurrently on all cpus. +- Drivers: hv: Add a check to deal with spurious interrupts. +- Drivers: hv: Enable protocol negotiation with win8 hosts. +- Drivers: hv: Implement flow management on the send side. +- Drivers: hv: Capture the host build information. +- Drivers: hv: Cleanup and consolidate reporting of build/version + info. +- commit 4fccd03 + +------------------------------------------------------------------- +Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc8. +- Delete patches.rpmify/net-fix-build-failure-in-xilinx. +- commit 76b3d92 + +------------------------------------------------------------------- +Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de + +- add splash=black option to bootsplash code, + to keep a black background, useful for remote access to VMs + (bnc#773487) +- commit c060ae1 + +------------------------------------------------------------------- +Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem + (bnc#781327) +- commit 841d864 + +------------------------------------------------------------------- +Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com + +- net: fix build failure in xilinx. +- commit 28be621 + +------------------------------------------------------------------- +Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com + +- Update config files. Enable CONFIG_SMB2 to 'y'. +- commit 25bdfaf + +------------------------------------------------------------------- +Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc6. +- commit daac70a + +------------------------------------------------------------------- +Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz + +- rpm/config.sh: Set projects for ARM +- commit 55bac79 + +------------------------------------------------------------------- +Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related + crash in context switch code). +- commit bb1d12d + +------------------------------------------------------------------- +Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com + +- Update to 3.7-rc5. +- Update Xen patches additionally to c/s 1204: +- commit d5de9cf + +------------------------------------------------------------------- +Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com + +- config: sync x86_64 configs for NR_UARTS + This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and + CONFIG_SERIAL_8250_NR_UARTS to 32. +- commit ddf88e6 + +------------------------------------------------------------------- +Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com + +- Delete patches.arch/s390-remove-kvm-para.patch. +- commit f759e1e + +------------------------------------------------------------------- +Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com + +- config: sync ppc64 configs for LIB80211, NET_SDA_MV* + This commit changes the following options to be modular: + LIB80211 + NET_DSA_MV88E6XXX + NET_DSA_MV88E6060 +- commit caa5a52 + +------------------------------------------------------------------- +Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com + +- config: sync ppc64/debug with ppc64/default + The debug config should be identical to default with the exception of + the debug options. This patch brings ppc64/debug in line with ppc64/default + with the exception of a few things that are modular in debug that should + also be modular in default. +- commit b981fcd + +------------------------------------------------------------------- +Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com + +- config: sync kvm options between ppc64 flavors. +- commit 8a389d5 + +------------------------------------------------------------------- +Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com + +- config: disable HW_RANDOM_AMD on ppc64 + This chip is only on AMD hardware and an old ppc64 eval board. We can skip + it on ppc64. +- commit 03001a4 + +------------------------------------------------------------------- +Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com + +- config: Eliminate unused ppc/ppc64 configs. + The history of the ppc/ppc64 configs is a convoluted one that started + before the kernel source could support multiple machine types with a + single image and before there was a usable 64-bit userspace. + In the subsequent years, the powerpc code has been unified and we've + released a 64-bit powerpc userspace. The "default" and "ppc64" configs + on ppc64 are essentially identical and just waste space. The "ppc64" + config on 32-bit ppc address a long since unnecessary corner case. Users + who still want a 32-bit userspace with a 64-bit kernel can install and + update it themselves using the 64-bit repository like i386/x86_64 users + can do. + This commit can be summarized thusly: + rm config/ppc/ppc64 + rm config/ppc/ps3 (already unused) + mv config/ppc64/ppc64 config/ppc64/default +- commit a9cc3d5 + +------------------------------------------------------------------- +Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr + +- Add kernel-versatile description +- commit 5424cf2 + +------------------------------------------------------------------- +Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr + +- Enable armv5 in arch-symbols +- commit 401de81 + +------------------------------------------------------------------- +Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com + +- config: sync vanilla flavor with default flavor for each platform + The vanilla configs have drifted away from the default configuration + for each platform. This patch brings them back in sync. +- commit 8d4661f + +------------------------------------------------------------------- +Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com + +- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled. +- commit 9907c37 + +------------------------------------------------------------------- +Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com + +- Updated to 3.7-rc4. + Eliminated 1 patch. +- commit 5168053 + +------------------------------------------------------------------- +Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again). +- commit 5feff7e + +------------------------------------------------------------------- +Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com + +- Update Xen patches to 3.7-rc3 and c/s 1202. +- extend base interfaces to support multi-page rings for + frontend/backend communication. +- blkback: allow using multiple page frontend communication ring. +- blkfront: allow using multiple page backend communication ring. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Fix build when disabled. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- config.conf: Re-enable Xen configs. +- Update x86 config files. +- Delete patches.xen/xen3-acpi_override_2_2.patch. +- commit f042386 + +------------------------------------------------------------------- +Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr + +- Add support to armv5 versatile kernel +- commit 99d34f3 + +------------------------------------------------------------------- +Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc3. +- commit 48e5027 + +------------------------------------------------------------------- +Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615) +- commit 2520563 + +------------------------------------------------------------------- +Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de + +- ARM: Update config files: Fix vexpress (default) config +- commit be072b4 + +------------------------------------------------------------------- +Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de + +- Fixup kvm for s390. +- commit 503388b + +------------------------------------------------------------------- +Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi +- commit 336ead7 + +------------------------------------------------------------------- +Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de + +- Revert "disable non-compiling irrelevant I2C module" +- commit d5a21c5 + +------------------------------------------------------------------- +Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de + +- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE. +- commit 8e108ab + +------------------------------------------------------------------- +Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 565b450 + +------------------------------------------------------------------- +Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de + +- Refresh patches.arch/arm-exynos-nosparse.patch. +- commit 55fbf60 + +------------------------------------------------------------------- +Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 118f2f9 + +------------------------------------------------------------------- +Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de + +- ARM: Exynos: Fix MMC driver +- ARM: Exynos: Update configs +- commit 37a1704 + +------------------------------------------------------------------- +Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com + +- config: change CONFIG_USB_EZUSB_FX2 to module +- commit 36e0f0b + +------------------------------------------------------------------- +Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com + +- Actually use kthread_run in crasher.ko. + The previous commit was incomplete. +- commit b8b35ae + +------------------------------------------------------------------- +Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com + +- crasher: use kthread_run() instead of kernel_thread(). + Linux 3.7-rc2 no longer exports kernel_thread on all architectures. +- commit f17d925 + +------------------------------------------------------------------- +Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com + +- Updated to 3.7-rc2. +- commit e00a663 + ------------------------------------------------------------------- Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de @@ -14,7 +404,7 @@ Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz - Refresh patches.xen/xen3-patch-3.6. - Delete patches.fixes/hv-storvsc-reset-wait.patch. - Delete - patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. + patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. - commit cfee26b ------------------------------------------------------------------- @@ -36,19 +426,19 @@ Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de and proper git-xy: meta tags: - lib: Add early cpio decoder. - x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() - for e820 handling. + for e820 handling. - ACPI: Store valid ACPI tables passed via early initrd in - reserved memblock areas. + reserved memblock areas. - ACPI: Implement physical address table override. - ACPI: Create acpi_table_taint() function to avoid code - duplication. + duplication. - ACPI: Document ACPI table overriding via initrd. - ACPI: Fix build when disabled. - X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. - ACPI: Overriding ACPI tables via initrd only works with - an initrd. + an initrd. - ACPI: Cleanup acpi_initrd_override declaration and remove - ifdefs. + ifdefs. - Delete patches.arch/acpi_fix_custom_method_acc.patch. - Delete patches.arch/acpi_override_2_2.patch. - Delete patches.arch/acpi_override_documentation. @@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz This allows to control the kabi checker from outside of the package. - commit 0a0900c +------------------------------------------------------------------- +Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com + +- Update to 3.7-rc1. +- Eliminated 38 patches. +- Xen is disabled. +- ARM configs need updating. +- Module signing is disabled until the build infrastructure can support it. +- commit fce087a + ------------------------------------------------------------------- Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz @@ -87,14 +487,20 @@ Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz - Delete - patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. + patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. - Delete - patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. + patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. - Delete - patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. + patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. These are in 3.6.1. - commit 2a321c4 +------------------------------------------------------------------- +Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com + +- Remove noncompiling modules +- commit b7cdd5a + ------------------------------------------------------------------- Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de @@ -136,7 +542,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - hyperv: Add comments for the extended buffer after RNDIS message. - Drivers: hv: Cleanup the guest ID computation. - Drivers: hv: vmbus: Use the standard format string to format - GUIDs. + GUIDs. - Drivers: hv: Add KVP definitions for IP address injection. - Drivers: hv: kvp: Cleanup error handling in KVP. - Drivers: hv: Explicitly size elements of protocol structures. @@ -148,7 +554,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - Tools: hv: Represent the ipv6 mask using CIDR notation. - Tools: hv: Gather ipv[4,6] gateway information. - hv: fail the probing immediately when we are not in hyperv - platform. + platform. - hv: vmbus_drv: detect hyperv through x86_hyper. - Tools: hv: Get rid of some unused variables. - Tools: hv: Correctly type string variables. @@ -167,14 +573,14 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - tools/hv: Parse /etc/os-release. - hyperv: Fix the max_xfer_size in RNDIS initialization. - hyperv: Fix the missing return value in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - hyperv: Fix page buffer handling in rndis_filter_send_request(). - hyperv: Remove extra allocated space for recv_pkt_list elements. - hyperv: Report actual status in receive completion packet. - hyperv: Add buffer for extended info after the RNDIS response - message. + message. - Delete - patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. - commit 08d283b ------------------------------------------------------------------- @@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com - ARM/u5800: Fix build of ux500 driver - Acked-by: Jeff Mahoney - commit 0ea37a0 +------------------------------------------------------------------- +Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com + +- disable non-compiling irrelevant I2C module +- commit 0ba9bac + ------------------------------------------------------------------- Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com - ARM/tegra: Remove optional parts to fix build - Acked-by: Jeff Mahoney - commit d729a16 ------------------------------------------------------------------- Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com - ARM: enable zcache support - Acked-by: Jeff Mahoney - commit 17b147b ------------------------------------------------------------------- Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com - ARM/cubox: set cachefilesd to module - Acked-by: Jeff Mahoney - commit c1fb243 ------------------------------------------------------------------- @@ -229,13 +637,13 @@ Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de - Remove old patchset to override ACPI tables via initrd. Also remove a stale xen patch related to that. - Delete - patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - Delete - patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. - Delete - patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. - Delete - patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - commit dd8f1b0 ------------------------------------------------------------------- @@ -364,7 +772,7 @@ Mon Sep 10 19:22:00 CEST 2012 - jeffm@suse.com Mon Sep 10 10:20:23 CEST 2012 - jbeulich@novell.com - patches.arch/s390-message-catalog.diff: Properly handle pr_cont() and fold - in the below two trivial fixes. + in the below two trivial fixes. - Delete patches.arch/s390-message-catalog-fix.diff. - Delete patches.arch/s390-message-catalog-perl-fix.diff. - Refresh patches.arch/kmsg-fix-parameter-limitations. @@ -438,10 +846,10 @@ Fri Aug 31 23:20:23 CEST 2012 - dmueller@suse.com Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz - i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y - && CONFIG_I2C_DESIGN. + && CONFIG_I2C_DESIGN. - Delete - patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. - Move it to rpmify, so that vanilla builds fine too. + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. - commit 0217ad5 ------------------------------------------------------------------- @@ -519,7 +927,7 @@ Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com Fri Aug 17 14:51:23 CEST 2012 - jeffm@suse.com - Update to 3.6-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 71963b0 ------------------------------------------------------------------- @@ -975,7 +1383,7 @@ Wed Jun 13 13:21:58 CEST 2012 - hare@suse.de - Rediff patch - patches.drivers/mach-dove-Fixup-ge00-initialisation.patch: - Rediff after backport from upstream. + Rediff after backport from upstream. - commit fa58c5e ------------------------------------------------------------------- @@ -983,7 +1391,7 @@ Wed Jun 13 12:56:17 CEST 2012 - hare@suse.de - Fixup patch to apply - patches.drivers/spi-orion-convert-to-new-infrastructure.patch - backported from upstream. + backported from upstream. - commit 2507393 ------------------------------------------------------------------- @@ -1002,9 +1410,9 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com - Update to 3.5-rc2. - - Xen needs update. - - ARM needs update. - - Eliminated 13 patches. + - Xen needs update. + - ARM needs update. + - Eliminated 13 patches. - commit 3f461b1 ------------------------------------------------------------------- @@ -1043,7 +1451,7 @@ Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de - [SCSI] storvsc: Properly handle errors from the host - (bnc#747404). + (bnc#747404). - Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. - commit ad28e23 @@ -1106,7 +1514,7 @@ Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Tue May 22 14:21:24 CEST 2012 - trenn@suse.de - X86 acpi_cpufreq: Do not use request_module for autoloading - (bnc#756085). + (bnc#756085). - Refresh patches.xen/xen3-auto-common.diff. - patches.xen/xen3-patch-3.3: - commit caf270e @@ -1165,7 +1573,7 @@ Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com - Update to 3.4-rc7. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 4cd9e9b ------------------------------------------------------------------- @@ -1218,7 +1626,7 @@ Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com - Update to 3.4-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 749ea8f ------------------------------------------------------------------- @@ -1255,7 +1663,7 @@ Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not require distribution-release - during build. + during build. - commit 3cd703f ------------------------------------------------------------------- @@ -1306,18 +1714,18 @@ Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com - Disabled DECNet and ARCNet. Specific config options disabled: CONFIG_ARCNET - CONFIG_ARCNET_1051 - CONFIG_ARCNET_1201 - CONFIG_ARCNET_CAP - CONFIG_ARCNET_COM20020_CS - CONFIG_ARCNET_COM20020 - CONFIG_ARCNET_COM20020_PCI - CONFIG_ARCNET_COM90xxIO - CONFIG_ARCNET_COM90xx - CONFIG_ARCNET_RAW - CONFIG_ARCNET_RIM_I + CONFIG_ARCNET_1051 + CONFIG_ARCNET_1201 + CONFIG_ARCNET_CAP + CONFIG_ARCNET_COM20020_CS + CONFIG_ARCNET_COM20020 + CONFIG_ARCNET_COM20020_PCI + CONFIG_ARCNET_COM90xxIO + CONFIG_ARCNET_COM90xx + CONFIG_ARCNET_RAW + CONFIG_ARCNET_RIM_I CONFIG_DECNET - CONFIG_DECNET_NF_GRABULATOR + CONFIG_DECNET_NF_GRABULATOR - commit 272dd14 ------------------------------------------------------------------- @@ -1419,7 +1827,7 @@ Fri Apr 20 18:09:06 CEST 2012 - jbeulich@novell.com Tue Apr 17 15:59:19 CEST 2012 - jeffm@suse.com - Update to 3.4-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 2fde7e0 ------------------------------------------------------------------- @@ -1439,7 +1847,7 @@ Mon Apr 9 03:28:12 CEST 2012 - jeffm@suse.com Fri Apr 6 06:42:35 CEST 2012 - jeffm@suse.com - Update AppArmor for 3.4. - - apparmor: Add "profiles" list to sysfs. + - apparmor: Add "profiles" list to sysfs. - commit 59517ac ------------------------------------------------------------------- @@ -1452,10 +1860,10 @@ Thu Apr 5 22:25:16 CEST 2012 - jeffm@suse.com Thu Apr 5 09:18:14 CEST 2012 - jeffm@suse.com - Updated to 3.4-rc1. - - Eliminated 121 patches. - - Xen is unavailable. - - ACPI overrides are unavailable. - - AppArmor network feature are unavailable. + - Eliminated 121 patches. + - Xen is unavailable. + - ACPI overrides are unavailable. + - AppArmor network feature are unavailable. - commit 3ac7e79 ------------------------------------------------------------------- @@ -1535,7 +1943,7 @@ Sat Mar 24 00:57:07 CET 2012 - dsterba@suse.cz - Refresh patches.suse/btrfs-handle-EIO. - Refresh - patches.suse/btrfs-volumes-schedule_bio-should-return-void. + patches.suse/btrfs-volumes-schedule_bio-should-return-void. - commit d97ade6 ------------------------------------------------------------------- @@ -1578,10 +1986,10 @@ Mon Mar 19 11:16:34 CET 2012 - jslaby@suse.cz Mon Mar 19 11:07:00 CET 2012 - jslaby@suse.cz - Delete - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. + patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. - Delete patches.arch/dell_optiplex_990_fix_reboot.patch. - Delete - patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. + patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. - Delete patches.drivers/libata-unlock-hpa-by-default. - Delete patches.fixes/scsi-add-tgps-setting. - Delete patches.fixes/scsi-dh-rdac-add-stk. @@ -1618,23 +2026,23 @@ Mon Mar 12 15:26:55 CET 2012 - ohering@suse.de - Staging: hv: storvsc: Cleanup storvsc_host_reset_handler(). - Staging: hv: storvsc: Move and cleanup storvsc_remove(). - Staging: hv: storvsc: Add a comment to explain life-cycle - management. + management. - Staging: hv: storvsc: Get rid of the on_io_completion in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Rename the context field in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver. - Staging: hv: storvsc: Cleanup the code for generating protocol - version. + version. - Staging: hv: storvsc: Cleanup some protocol related constants. - Staging: hv: storvsc: Get rid of some unused defines. - Staging: hv: storvsc: Consolidate the request structure. - Staging: hv: storvsc: Consolidate all the wire protocol - definitions. + definitions. - Staging: hv: storvsc: Move the storage driver out of the - staging area. + staging area. - Rename patches.suse/staging-hv-pata_piix-ignore-disks.patch to - patches.suse/suse-hv-pata_piix-ignore-disks.patch + patches.suse/suse-hv-pata_piix-ignore-disks.patch - commit 7487199 ------------------------------------------------------------------- @@ -1829,41 +2237,41 @@ Mon Feb 13 17:23:49 CET 2012 - mmarek@suse.cz Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de - Add driver auto probing for x86 features v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Fix overrun check in arch_print_cpu_modalias() - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - crypto: Add support for x86 cpuid - auto loading for x86 crypto drivers - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + auto loading for x86 crypto drivers + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Clean up modalias feature matching - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel-idle: convert to x86_cpu_id auto probing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Fix ID for Nehalem-EX Xeon in device ID table - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert via-cputemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k7: Fix CPU family number - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: Load acpi-cpufreq from processor driver automatically - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Revert change of auto_demotion_flags for Nehalem - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert coretemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k6: Really enable auto-loading - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - X86: Introduce HW-Pstate scattered cpuid feature - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - cpufreq: Add support for x86 cpuinfo auto loading v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86: autoload microcode driver on Intel and AMD systems v2 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 parts - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: remove duplicated lines of merging - problems with acpi_processor_start - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + problems with acpi_processor_start + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - Update config files. - commit 6efe9b5 @@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for --default (bnc#745632). KMPs are still built as i586. + -default (bnc#745632). KMPs are still built as i586. - commit 88a632b ------------------------------------------------------------------- @@ -1902,8 +2310,8 @@ Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com - Update to 3.3-rc2. - - Eliminated 5 patches. - - Xen is disabled. + - Eliminated 5 patches. + - Xen is disabled. - commit d017ea1 ------------------------------------------------------------------- @@ -2002,7 +2410,7 @@ Wed Dec 21 14:38:42 CET 2011 - jbeulich@novell.com Tue Dec 20 16:35:33 CET 2011 - jeffm@suse.com - Update to 3.2-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit d5a489e ------------------------------------------------------------------- @@ -2010,7 +2418,7 @@ Tue Dec 20 11:34:14 CET 2011 - trenn@suse.de - These should all be mainline in some form: - Delete - patches.arch/implement_stop_machine_from_offline_cpu.patch. + patches.arch/implement_stop_machine_from_offline_cpu.patch. - Delete patches.arch/kill-__stop_machine.patch. - Delete patches.arch/reorganize_stop_cpus.patch. - Delete patches.arch/use_stop_machine_for_mtrr_rendezvous.patch. @@ -2026,14 +2434,14 @@ Sun Dec 18 07:38:42 CET 2011 - aj@suse.de Fri Dec 16 15:37:51 CET 2011 - aj@suse.de - rpm/kernel-binary.spec.in: Add provides and make most obsoletes versioned. - This silences rpmlint warnings. + This silences rpmlint warnings. - commit e3023c7 ------------------------------------------------------------------- Wed Dec 14 13:51:41 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: Fix tarball URL for -rcX and - do not generate any URL for linux-next and vanilla snapshots. + do not generate any URL for linux-next and vanilla snapshots. - commit 1548daf ------------------------------------------------------------------- @@ -2123,7 +2531,7 @@ Wed Dec 7 11:05:05 CET 2011 - aj@suse.de Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com - Update to 3.2-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit a7d546d ------------------------------------------------------------------- @@ -2235,8 +2643,8 @@ Fri Nov 25 05:58:54 CET 2011 - jeffm@suse.com Fri Nov 25 05:47:49 CET 2011 - jeffm@suse.com - Update to 3.2-rc3. - - stack unwind: cfi_ignore takes more arguments. - - iio: Fix build error in industrialio-core.c. + - stack unwind: cfi_ignore takes more arguments. + - iio: Fix build error in industrialio-core.c. - commit 48ef020 ------------------------------------------------------------------- @@ -2249,7 +2657,7 @@ Thu Nov 24 18:45:54 CET 2011 - ohering@suse.de Thu Nov 24 13:01:09 CET 2011 - mmarek@suse.cz - rpm/try-disable-staging-driver: Script to disable failing staging - driver and restart make. + driver and restart make. - commit 819d1fa ------------------------------------------------------------------- @@ -2343,14 +2751,14 @@ Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de Wed Nov 16 06:51:07 CET 2011 - jeffm@suse.com - Update to 3.2-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 85c9930 ------------------------------------------------------------------- Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com - Update to 3.2-rc1. - - Eliminate 212 patches. + - Eliminate 212 patches. - commit 6318d5b ------------------------------------------------------------------- @@ -2390,8 +2798,8 @@ Sat Nov 5 01:32:21 CET 2011 - trenn@suse.de Thu Nov 3 17:56:46 CET 2011 - mszeredi@suse.cz - patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch: - hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops - (CVE-2011-2203 bnc#699709). + hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops + (CVE-2011-2203 bnc#699709). - commit 7923119 ------------------------------------------------------------------- @@ -2429,16 +2837,16 @@ Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com - Add Elantech touchpad v3/v4 support (bnc#716852): - - Input: elantech - add v3 hardware support. - - Input: elantech - add v4 hardware support. - - Input: elantech - better support all those v2 variants. - - Input: elantech - clean up elantech_init. - - Input: elantech - correct x, y value range for v2 hardware. - - Input: elantech - get rid of ETP_2FT_* in elantech.h. - - Input: elantech - packet checking for v2 hardware. - - Input: elantech - remove ETP_EDGE_FUZZ_V2. - - Input: elantech - remove module parameter force_elantech. - - Input: elantech - use firmware provided x, y ranges. + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. - commit 28551a0 ------------------------------------------------------------------- @@ -2469,7 +2877,7 @@ Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de Tue Oct 25 19:24:17 CEST 2011 - eich@suse.de - patches.suse/SUSE-bootsplash: remove DEBUG macro which was - left in the code by accident. + left in the code by accident. - commit a56ba15 ------------------------------------------------------------------- @@ -2482,7 +2890,7 @@ Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de - patches.suse/staging-hv-pata_piix-ignore-disks.patch: - Update comments in code and reduce patch size + Update comments in code and reduce patch size - commit 8913d07 ------------------------------------------------------------------- @@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de ------------------------------------------------------------------- Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com --Update to 3.1-rc10. +- -Update to 3.1-rc10. - commit 239957e ------------------------------------------------------------------- @@ -2522,11 +2930,11 @@ Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de - Various updates for hv drivers, which fix also the hv_mouse driver - staging: hv: storvsc: ignore SET_WINDOWN scsi command - (bnc#722646). + (bnc#722646). - staging/hv: advertise hv_storvsc instead of storvsc as sysfs - driver name (bnc#716708). + driver name (bnc#716708). - staging/hv: fill scsi/proc_name for the sake of mkinitrd - (bnc#716708). + (bnc#716708). - Staging: hv: util: Invoke cn_netlink_send() in a work context. - Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. - Refresh patches.xen/xen3-patch-2.6.32. @@ -2560,7 +2968,7 @@ Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com - patches.suse/supported-flag: Also look for Module.supported in the - source tree. + source tree. - Refresh patches.suse/supported-flag-enterprise. - commit 9c8680a @@ -2594,15 +3002,15 @@ Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - commit e3c78cf ------------------------------------------------------------------- @@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de - Refresh patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. --> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. + -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. - commit 0ac4276 ------------------------------------------------------------------- @@ -2647,9 +3055,9 @@ Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de - ACPI: Implement overriding of arbitrary ACPI tables via initrd - (none). + (none). - ACPICA: Fix wrongly mapped acpi table header when overriding - via initrd (none). + via initrd (none). - ACPICA: Introduce acpi_os_phys_table_override function (none). - x86: allow NVS can be accessed by driver (none). - Update config files: @@ -2667,7 +3075,7 @@ Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix unwinding through - interrupt frames, requiring ... + interrupt frames, requiring ... - patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression. - commit 4d917a5 @@ -2706,7 +3114,7 @@ Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com - mm: frontswap: swap data structure changes. - In HVM guests do not take over the CDROM device (bnc#645893). - x86: report ACPI-reserved state of PCI MMCONFIG region to - hypervisor. + hypervisor. - config.conf: Re-enable Xen flavors. - Update config files. - commit 3692f47 @@ -2746,33 +3154,33 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: util: kvp: Fix the reported OSVersion string. - Staging: hv: util: kvp: Cleanup kvp_get_domain_name(). - Staging: hv: Fix macros, tab errors and warning in - drivers/staging/hv/hv_mouse.c. + drivers/staging/hv/hv_mouse.c. - Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get - rid of the PCI signature. + rid of the PCI signature. - Staging: hv: Replace struct hv_guid with the uuid type already - defined in Linux. + defined in Linux. - Staging: hv: vmbus: Introduce vmbus ID space in struct - hv_driver. + hv_driver. - Staging: hv: blkvsc: Use the newly introduced vmbus ID in the - blockvsc driver. + blockvsc driver. - Staging: hv: storvsc: Use the newly introduced vmbus ID in - storvsc driver. + storvsc driver. - Staging: hv: netvsc: Use the newly introduced vmbus ID in - netvsc driver. + netvsc driver. - Staging: hv: mousevsc: Use the newly introduced vmbus ID in - mouse driver. + mouse driver. - Staging: hv: util: Make hv_utils a vmbus device driver. - Staging: hv: create VMBUS_DEVICE macro and use it. - Staging: hv: vmbus: Cleanup vmbus_match(). - Staging: hv: vmbus: Cleanup vmbus_uevent() code. - Staging: hv: vmbus: Support the notion of id tables in - vmbus_match(). + vmbus_match(). - Staging: hv: vmbus: Get rid of an unnecessary include line - in vmbus_drv.c. + in vmbus_drv.c. - Staging: hv: storvsc: Get rid of the DMI signature. - Staging: hv: netvsc: Get rid of the PCI signature. - Staging: hv: netvsc: Get rid of the DMI signature in - netvsc_drv.c. + netvsc_drv.c. - Staging: hv: util: Get rid of the DMI signature in hv_util.c. - Staging: hv: util: Get rid of the PCI signature in hv_util.c. - Staging: hv: fix up driver registering mess. @@ -2780,59 +3188,59 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: vmbus: Cleanup unnecessary comments in hv.c. - Staging: hv: vmbus: Cleanup error handling in hv_init(). - Staging: hv: vmbus: Get rid of unnecessay comments in - connection.c. + connection.c. - Staging: hv: vmbus: Get rid of the function dump_gpadl_body(). - Staging: hv: vmbus: Get rid of the function dump_gpadl_header(). - Staging: hv: vmbus: Rename openMsg to open_msg in channel.c. - Staging: hv: vmbus: Get rid of unnecessary comments in - channel.c. + channel.c. - Staging: hv: vmbus: Change the variable name openInfo to - open_info in channel.c. + open_info in channel.c. - Staging: hv: vmbus: Cleanup error values in ringbuffer.c. - Staging: hv: vmbus: Cleanup the error return value in - vmbus_recvpacket_raw(). + vmbus_recvpacket_raw(). - Staging: hv: netvsc: Get rid of an unnecessary print statement - in netvsc_probe(). + in netvsc_probe(). - Staging: hv: vmbus: Retry vmbus_post_msg() before giving up. - Staging: hv: storvsc: Cleanup error handling in - storvsc_dev_add(). + storvsc_dev_add(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_channel_init(). + storvsc_channel_init(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_connect_to_vsp(). + storvsc_connect_to_vsp(). - Staging: hv: storvsc: Cleanup error handling in storvsc_do_io(). - Storage: hv: storvsc: Get rid of some unnecessary DPRINTs - from storvsc.c. + from storvsc.c. - Staging: hv: storvsc: Fix/cleanup some dated comments in - storvsc.c. + storvsc.c. - Staging: hv: storvsc: Cleanup returned error code in - storvsc_host_reset(). + storvsc_host_reset(). - Staging: hv: storvsc: Cleanup error code returned in - storvsc_probe(). + storvsc_probe(). - Staging: hv: storvsc: Cleanup returned error code in - storvsc_drv_init(). + storvsc_drv_init(). - Staging: hv: netvsc: Cleanup the returned error code in - netvsc_probe(). + netvsc_probe(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_destroy_recv_buf(). + netvsc_destroy_recv_buf(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_init_recv_buf(). + netvsc_init_recv_buf(). - Staging: hv: netvsc: Cleanup error returns in - netvsc_connect_vsp(). + netvsc_connect_vsp(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_send(). + netvsc_send(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_device_add(). + netvsc_device_add(). - Staging: hv: netvsc: Cleanup error codes in - rndis_filter_receive(). + rndis_filter_receive(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_query_device(). + rndis_filter_query_device(). - Staging: hv: netvsc: Cleanup error return values in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - Staging: hv: netvsc: Cleanup error returns in - rndis_filter_init_device(). + rndis_filter_init_device(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_device_add(). + rndis_filter_device_add(). - Staging: hv: mouse: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Exit to exit. @@ -2845,72 +3253,72 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: add driver_data to hv_vmbus_device_id. - Staging: hv: Add code to parse struct hv_vmbus_device_id table. - Staging: hv: file2alias: fix up alias creation logic for - hv_vmbus_device_id. + hv_vmbus_device_id. - Staging: hv: storvsc: Inline free_stor_device(). - Staging: hv: storvsc: Do not aquire an unnecessary reference - on stor_device. + on stor_device. - Staging: hv: storvsc: Rename must_get_stor_device(). - Staging: hv: storvsc: Rename get_stor_device(). - Staging: hv: storvsc: Cleanup alloc_stor_device(). - Staging: hv: storvsc: Introduce state to manage the lifecycle - of stor device. + of stor device. - Staging: hv: storvsc: Prevent outgoing traffic when stor dev - is being destroyed. + is being destroyed. - Staging: hv: storvsc: Get rid of release_stor_device() by - inlining the code. + inlining the code. - Staging: hv: storvsc: Get rid of final_release_stor_device() - by inlining code. + by inlining code. - Staging: hv: storvsc: Get rid of the reference counting in - struct storvsc_device. + struct storvsc_device. - Staging: hv: netvsc: Inline the code for free_net_device(). - Staging: hv: netvsc: Cleanup alloc_net_device(). - Staging: hv: netvsc: Introduce state to manage the lifecycle - of net device. + of net device. - Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev - is destroyed. + is destroyed. - Staging: hv: netvsc: Get rid of release_outbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of release_inbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of the refcnt field in struct - netvsc_device. + netvsc_device. - Staging: hv: storvsc: Add code to handle IDE devices using - the storvsc driver. + the storvsc driver. - Staging: hv: storvsc: Handle IDE devices using the storvsc - driver. + driver. - Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is - not used. + not used. - Staging: hv: storvsc: Optimize bounce buffer handling for the - "write" case. + "write" case. - Staging: hv: storvsc: Optimize the bounce buffer handling in - the "read" case. + the "read" case. - Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of storvsc.c. + contents of storvsc.c. - Staging: hv: storvsc: Add the contents of hyperv_storage.h - to storvsc_drv.c. + to storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of hyperv_storage.h. + contents of hyperv_storage.h. - Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY - and MODE_SENSE. + and MODE_SENSE. - Staging: hv: storvsc: Fix a typo. - Staging: hv: storvsc: In case of scsi errors offline the device. - Staging: hv: storvsc: No need to copy from bounce buffer in - case of a failure. + case of a failure. - Staging: hv: util: Forcefully shutdown when shutdown is - requested. + requested. - Staging: hv: util: Adjust guest time in a process context. - Staging: hv: vmbus: Check before invoking the channel callback. - Staging: hv: vmbus: Properly deal with de-registering channel - callback. + callback. - Staging: hv: Fix a bug in vmbus_match(). - Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining - the code. + the code. - Staging: hv: vmbus: Do not enable auto eoi. - Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add(). - Staging: hv: vmbus: Get rid of some dated/redundant comments. - Staging: hv: vmbus: Get rid of an unnecessary check in - vmbus_connect(). + vmbus_connect(). - Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c. - Staging: hv: vmbus: Fix checkpatch warnings in connection.c. - Staging: hv: mousevsc: Fix checkpatch errors and warnings. @@ -2983,16 +3391,16 @@ Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com - Refreshed and re-enabled dm-path patches: - - patches.suse/dm-mpath-accept-failed-paths. - - patches.suse/dm-mpath-detach-existing-hardware-handler. + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. - commit 70cadcd ------------------------------------------------------------------- Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com - Update to 3.1-rc3. - - Eliminated 8 patches. - - Xen is disabled. + - Eliminated 8 patches. + - Xen is disabled. - commit eccefcc ------------------------------------------------------------------- @@ -3000,8 +3408,8 @@ Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de - * Refresh patches.suse/SUSE-bootsplash. * Fix bootsplash code for 15bpp framebuffers. - These framebuffers are rare these days, the legendary and still - popular server chipset Radeon ES1000 supports it, though. + These framebuffers are rare these days, the legendary and still + popular server chipset Radeon ES1000 supports it, though. - commit f25ce3e ------------------------------------------------------------------- @@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de - Update config files: bnc#674988, change: --CONFIG_ACPI_CUSTOM_METHOD=m + -CONFIG_ACPI_CUSTOM_METHOD=m +# CONFIG_ACPI_CUSTOM_METHOD is not set for all flavors - commit f1af972 @@ -3115,10 +3523,10 @@ Thu Jul 14 17:52:45 CEST 2011 - tiwai@suse.de Thu Jul 14 17:26:51 CEST 2011 - tiwai@suse.de - ALSA: hda - Add Kconfig for the default buffer size - (bnc#682725). + (bnc#682725). - Update config files. - Delete, replaced with the new upstream patch - patches.drivers/alsa-hda-0019-Increase-default-buffer-size. + patches.drivers/alsa-hda-0019-Increase-default-buffer-size. - commit 40c7644 ------------------------------------------------------------------- @@ -3140,7 +3548,7 @@ Sat Jul 9 11:17:46 CEST 2011 - jslaby@suse.cz Thu Jul 7 00:58:01 CEST 2011 - jeffm@suse.com - Update to 3.0-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 56e99da ------------------------------------------------------------------- @@ -3149,7 +3557,7 @@ Tue Jul 5 09:18:43 CEST 2011 - jbeulich@novell.com - Update Xen patches to 3.0-rc5 and c/s 1095. - xen: prepare tmem shim to handle frontswap. - support booting Xen from EFI (fate#311376, fate#311529, - bnc#578927, bnc#628554). + bnc#578927, bnc#628554). - config.conf: Re-enabled Xen flavors. - Update x86 config files. - Delete patches.xen/xen-blkback-bimodal-suse. @@ -3196,31 +3604,31 @@ Tue Jun 21 12:14:44 CEST 2011 - mmarek@suse.cz Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz - rpm/post.sh: Touch /boot/do_purge_kernels on package install - (fate#312018). + (fate#312018). - rpm/postun.sh: Remove it again if it still exists on package - uninstall. + uninstall. - commit 82f4a5d ------------------------------------------------------------------- Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de - stop_machine: implement stop_machine_from_offline_cpu() - (bnc#697859). + (bnc#697859). - stop_machine: kill __stop_machine() (bnc#697859). - x86, mtrr: lock stop machine during MTRR rendezvous sequence - (bnc#697859). + (bnc#697859). - stop_machine: reorganize stop_cpus() implementation - (bnc#697859). + (bnc#697859). - x86, mtrr: use __stop_machine() for doing MTRR rendezvous - (bnc#697859). + (bnc#697859). - commit aa3d6e2 ------------------------------------------------------------------- Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz - Remove the novfs patches, it should be packaged as a KMP, or - ideally, reimplemented as a fuse filesystem (which is the reason why - the current implementation it is never going to be accepted upstream). + ideally, reimplemented as a fuse filesystem (which is the reason why + the current implementation it is never going to be accepted upstream). - Delete patches.fixes/novfs-copy_user-fixes.diff. - Delete patches.fixes/novfs-minsize-fixes. - Delete patches.fixes/novfs-nwcapi.patch. @@ -3275,7 +3683,7 @@ Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz Wed Jun 15 08:05:05 CEST 2011 - jeffm@suse.com - Update to 3.0-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit a1fe999 ------------------------------------------------------------------- @@ -3343,9 +3751,9 @@ Mon Jun 13 14:06:28 CEST 2011 - mmarek@suse.cz the SRCVERSION variable will only be used to determine the tarball version. - rpm/compute-PATCHVERSION.sh: Set default PATCHLEVEL and SUBLEVEL to 0. - The package version will thus always match the Makefile version and - the SRCVERSION variable will only be used to determine the tarball - version. + The package version will thus always match the Makefile version and + the SRCVERSION variable will only be used to determine the tarball + version. - rpm/kernel-binary.spec.in: Revert the previous hack. - commit 95c9977 @@ -3368,9 +3776,9 @@ Fri Jun 10 20:24:41 CEST 2011 - jeffm@suse.com Fri Jun 10 17:12:22 CEST 2011 - jeffm@suse.com - x86: Remove warning and warning_symbol from struct - stacktrace_ops. + stacktrace_ops. - Delete - patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. + patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. - commit 608ce9e ------------------------------------------------------------------- @@ -3462,13 +3870,13 @@ Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - commit 83331f5 ------------------------------------------------------------------- @@ -3489,14 +3897,14 @@ Tue May 31 05:09:44 CEST 2011 - jeffm@suse.com Tue May 31 05:08:21 CEST 2011 - jeffm@suse.com - Updated to 3.0-rc1. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit 5710413 ------------------------------------------------------------------- Mon May 30 15:54:37 CEST 2011 - jack@suse.cz - mm: Fix assertion mapping->nrpages == 0 in end_writeback() - (bnc#693013 bnc#666423). + (bnc#693013 bnc#666423). - Refresh patches.xen/tmem. - commit d3e465a @@ -3504,9 +3912,9 @@ Mon May 30 15:54:37 CEST 2011 - jack@suse.cz Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. + patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. - aic94xx: world-writable sysfs update_bios file. - Update upstream info. + Update upstream info. - commit 8912816 ------------------------------------------------------------------- @@ -3567,7 +3975,7 @@ Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc7. - - Eliminated 5 patches. + - Eliminated 5 patches. - commit a8a170f ------------------------------------------------------------------- @@ -3580,16 +3988,16 @@ Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz - Delete - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 - commit 7934e2d ------------------------------------------------------------------- Thu May 12 11:56:16 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - Note about submission. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + Note about submission. - commit 9922e20 ------------------------------------------------------------------- @@ -3602,15 +4010,15 @@ Tue May 10 19:10:18 CEST 2011 - mhocko@suse.cz Tue May 10 16:14:44 CEST 2011 - mhocko@suse.cz - patches.fixes/aggressive-zone-reclaim.patch: delete because - the patch is very workload specific and can lead to unexpected - reclaims in parallel node local workloads. + the patch is very workload specific and can lead to unexpected + reclaims in parallel node local workloads. - commit 56cf10e ------------------------------------------------------------------- Tue May 10 16:04:27 CEST 2011 - mhocko@suse.cz - Delete patches.suse/mm-devzero-optimisation.patch: we do not need - it anymore as we have zero page back since 2.6.32 + it anymore as we have zero page back since 2.6.32 - commit 323a093 ------------------------------------------------------------------- @@ -3629,64 +4037,64 @@ Mon May 9 14:32:59 CEST 2011 - jbeulich@novell.com Mon May 9 11:32:35 CEST 2011 - jbeulich@novell.com - patches.suse/kconfig-automate-kernel-desktop: Remove stray blank - lines (for older versions of "patch" to grok). + lines (for older versions of "patch" to grok). - commit 4dfa74d ------------------------------------------------------------------- Sat May 7 01:50:06 CEST 2011 - jeffm@suse.com - Removed network driver entropy patches. haveged is installed by default - and should be enabled to generate entropy from non-predictable sources. - - Delete patches.drivers/bnx2-entropy-source.patch. - - Delete patches.drivers/e1000-entropy-source.patch. - - Delete patches.drivers/e1000e-entropy-source.patch. - - Delete patches.drivers/igb-entropy-source.patch. - - Delete patches.drivers/ixgbe-entropy-source.patch. - - Delete patches.drivers/tg3-entropy-source.patch. + and should be enabled to generate entropy from non-predictable sources. + - Delete patches.drivers/bnx2-entropy-source.patch. + - Delete patches.drivers/e1000-entropy-source.patch. + - Delete patches.drivers/e1000e-entropy-source.patch. + - Delete patches.drivers/igb-entropy-source.patch. + - Delete patches.drivers/ixgbe-entropy-source.patch. + - Delete patches.drivers/tg3-entropy-source.patch. - commit c88b893 ------------------------------------------------------------------- Fri May 6 19:36:47 CEST 2011 - jeffm@suse.com - Update - patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack - (bnc#466279 bnc#681639). + patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack + (bnc#466279 bnc#681639). - commit 72e779f ------------------------------------------------------------------- Fri May 6 19:31:10 CEST 2011 - jeffm@suse.com - Disabled patches.drivers/libata-unlock-hpa-by-default; It may have - been obsoleted by upstream commit d8d9129e. + been obsoleted by upstream commit d8d9129e. - commit 1a21ab3 ------------------------------------------------------------------- Fri May 6 18:51:20 CEST 2011 - jeffm@suse.com - sysctl: Increase IPC defaults (bnc#146656) - - Delete patches.suse/shmall-bigger. + - Delete patches.suse/shmall-bigger. - commit a70e34f ------------------------------------------------------------------- Fri May 6 17:50:56 CEST 2011 - jeffm@suse.com - sysctl/i386/desktop, sysctl/x86_64/desktop: Add vm.dirty_ratio = 20 - for desktop flavors (bnc#552883) - - Delete patches.suse/mm-tune-dirty-limits.patch. + for desktop flavors (bnc#552883) + - Delete patches.suse/mm-tune-dirty-limits.patch. - commit dbe73e2 ------------------------------------------------------------------- Fri May 6 17:25:45 CEST 2011 - jeffm@suse.com - sysctl/defaults: Added kernel.hung_task_timeout=0 - - Delete patches.suse/hung_task_timeout-configurable-default. + - Delete patches.suse/hung_task_timeout-configurable-default. - commit 78f9eed ------------------------------------------------------------------- Fri May 6 16:41:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-{binary,source}.spec.in: Install per-kernel /boot/sysctl-* - files (patch from Jeff Mahoney). + files (patch from Jeff Mahoney). - commit 473f2d1 ------------------------------------------------------------------- @@ -3699,7 +4107,7 @@ Thu May 5 22:35:53 CEST 2011 - jeffm@suse.com Thu May 5 22:23:21 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc6. - - 2 patches eliminated. + - 2 patches eliminated. - commit 2643e59 ------------------------------------------------------------------- @@ -3713,9 +4121,9 @@ Tue May 3 03:08:18 CEST 2011 - tonyj@suse.de Fri Apr 29 20:35:21 CEST 2011 - jeffm@suse.com - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - commit 52dd0f0 ------------------------------------------------------------------- @@ -3737,7 +4145,7 @@ Fri Apr 29 00:36:03 CEST 2011 - gregkh@suse.de - Delete patches.suse/linux-2.6.29-dont-wait-for-mouse.patch. - Delete patches.suse/linux-2.6.29-even-faster-kms.patch. - Delete - patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. + patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. - Delete patches.suse/linux-2.6.29-kms-after-sata.patch. - Delete patches.suse/linux-2.6.29-touchkit.patch. - commit c13427d @@ -3752,22 +4160,22 @@ Fri Apr 29 00:17:46 CEST 2011 - jbenc@suse.cz Thu Apr 28 23:32:44 CEST 2011 - rjw@suse.de - Delete patches.xen/xen3-x86-mcp51-no-dac. - Also remove the series.conf entires for the x86-mcp-no-dac patches. + Also remove the series.conf entires for the x86-mcp-no-dac patches. - commit 574577b ------------------------------------------------------------------- Thu Apr 28 23:16:27 CEST 2011 - rjw@suse.de - Delete patches.arch/x86-mcp51-no-dac. (This is a blacklist entry that - has been rejected by the mainline, the problem reporter is gone and - it's next to impossible to verify it now.) + has been rejected by the mainline, the problem reporter is gone and + it's next to impossible to verify it now.) - commit 195b113 ------------------------------------------------------------------- Thu Apr 28 21:38:22 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - commit a2662ae ------------------------------------------------------------------- @@ -3782,14 +4190,14 @@ Thu Apr 28 20:56:33 CEST 2011 - jslaby@suse.cz Thu Apr 28 20:30:56 CEST 2011 - bphilips@suse.de - Delete - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. + patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. - commit 9917206 ------------------------------------------------------------------- Thu Apr 28 20:19:59 CEST 2011 - bphilips@suse.de - Delete - patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. + patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. - commit 08374b3 ------------------------------------------------------------------- @@ -3822,7 +4230,7 @@ Thu Apr 28 14:18:12 CEST 2011 - jbeulich@novell.com Wed Apr 27 22:20:02 CEST 2011 - jeffm@suse.com - Delete - patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. + patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. - commit 399a100 ------------------------------------------------------------------- @@ -3884,10 +4292,10 @@ Wed Apr 27 21:34:13 CEST 2011 - jeffm@suse.com - Delete patches.suse/acpi-don-t-preempt-until-the-system-is-up. - Delete - patches.suse/acpi-generic-initramfs-table-override-support. + patches.suse/acpi-generic-initramfs-table-override-support. - Delete patches.suse/add-initramfs-file_read_write. - Delete - patches.suse/init-move-populate_rootfs-back-to-start_kernel. + patches.suse/init-move-populate_rootfs-back-to-start_kernel. - commit d4910b3 ------------------------------------------------------------------- @@ -3901,14 +4309,14 @@ Wed Apr 27 21:29:24 CEST 2011 - jeffm@suse.com Wed Apr 27 21:11:59 CEST 2011 - jeffm@suse.com - Delete patches.suse/osync-error. It was unused and the issue it fixed in - kernels prior to 2.6.32 doesn't exist anymore. + kernels prior to 2.6.32 doesn't exist anymore. - commit 52cc654 ------------------------------------------------------------------- Wed Apr 27 20:48:55 CEST 2011 - jeffm@suse.com - Delete patches.suse/s390-System.map.diff: Proper fix in binutils has - long since been upstream. + long since been upstream. - commit 2847a36 ------------------------------------------------------------------- @@ -3941,7 +4349,7 @@ Wed Apr 27 20:18:37 CEST 2011 - jeffm@suse.com Wed Apr 27 20:16:52 CEST 2011 - jeffm@suse.com - Delete patches.suse/unmap_vmas-lat: No bug report or signed-off-by. - - Delete patches.arch/s390-add-FREE_PTE_NR. + - Delete patches.arch/s390-add-FREE_PTE_NR. - commit 2a392c2 ------------------------------------------------------------------- @@ -3954,7 +4362,7 @@ Wed Apr 27 20:16:00 CEST 2011 - jeffm@suse.com Wed Apr 27 20:15:02 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc5. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5288a05 ------------------------------------------------------------------- @@ -3974,7 +4382,7 @@ Wed Apr 27 19:43:47 CEST 2011 - jeffm@suse.com Tue Apr 26 11:03:18 CEST 2011 - jkosina@suse.cz - HID: add noget quirk barcode scanners from Symbol Technologies - (bnc#689290). + (bnc#689290). - commit f5b999f ------------------------------------------------------------------- @@ -3987,7 +4395,7 @@ Fri Apr 22 00:01:41 CEST 2011 - jeffm@suse.com Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz - Revert changes to sparc configs to not make life harder for Jan Engelhardt - maintaining sparc architecture. + maintaining sparc architecture. - commit cdac873 ------------------------------------------------------------------- @@ -4006,7 +4414,7 @@ Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 3f654c8 ------------------------------------------------------------------- @@ -4019,15 +4427,15 @@ Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de - Combined and consolidated bootsplash patch (bnc#669777, - bnc#570082, bnc#595657, bnc#594209, bnc#544645). - - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. - - Delete patches.suse/bootsplash. - - Delete patches.suse/bootsplash-console-fix. - - Delete patches.suse/bootsplash-keep-multiple-data. - - Delete patches.suse/bootsplash-scaler. - - Reformatted code, fixed some minor bugs that became obvious. - - Fixed race that led to null pointer dereference in splash_read_proc(): - bnc#669777. + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. - commit 95844c5 ------------------------------------------------------------------- @@ -4040,7 +4448,7 @@ Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de - intel_idle: Make lapic_timer_reliable_states a boot param - (bnc#675161). + (bnc#675161). - commit 85b156b ------------------------------------------------------------------- @@ -4054,7 +4462,7 @@ Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - - This results in automatically disabling CONFIG_GIGASET_I4L. + - This results in automatically disabling CONFIG_GIGASET_I4L. - commit 697e68b ------------------------------------------------------------------- @@ -4074,7 +4482,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com - Update Xen patches to 2.6.39-rc3 and c/s 1079. - blktap2: replace hard-coded limit of tap devices with - configurable one. + configurable one. - config.conf: Re-enable Xen configs. - Update x86 config files. - commit d3bfd6c @@ -4083,7 +4491,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com - fs/partitions/efi.c: corrupted GUID partition tables can cause - kernel oops (bnc#687113 CVE-2011-1577). + kernel oops (bnc#687113 CVE-2011-1577). - commit 385b393 ------------------------------------------------------------------- @@ -4128,7 +4536,7 @@ Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 200c913 ------------------------------------------------------------------- @@ -4153,29 +4561,29 @@ Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc2. - - Eliminated 18 patches. - - Added 3 patches. - - hv_mouse: needs . - - dm-raid45: Remove blk_unplug calls. - - novfs: 2.6.39 API update. - - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. - - patches.kernel.org is no longer used to contain upstream patches - for -rc releases. Users planning on building their own kernel should - have a copy of the tarball corresponding to the -rc releases. + - Eliminated 18 patches. + - Added 3 patches. + - hv_mouse: needs . + - dm-raid45: Remove blk_unplug calls. + - novfs: 2.6.39 API update. + - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. + - patches.kernel.org is no longer used to contain upstream patches + for -rc releases. Users planning on building their own kernel should + have a copy of the tarball corresponding to the -rc releases. - commit adf9d16 ------------------------------------------------------------------- Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de - Make selection of 'readdir-plus' adapt to usage patterns - (bnc#678123). + (bnc#678123). - commit 5de99a8 ------------------------------------------------------------------- Wed Apr 6 09:01:38 CEST 2011 - jeffm@suse.de - reiserfs: Force inode evictions before umount to avoid crash - (bnc#610598 bnc#680073 bnc#684112). + (bnc#610598 bnc#680073 bnc#684112). - Delete patches.fixes/reiserfs-xattr-crash-fix. - commit bf57d20 @@ -4189,21 +4597,21 @@ Tue Apr 5 10:42:22 CEST 2011 - jslaby@suse.cz Wed Mar 30 23:50:41 CEST 2011 - jeffm@suse.com - Delete patches.suse/twofish-2.6. - - This was for 2.4 compatibility and has been moved to KMP purgatory. + - This was for 2.4 compatibility and has been moved to KMP purgatory. - commit dcca506 ------------------------------------------------------------------- Wed Mar 30 10:32:32 CEST 2011 - jslaby@suse.cz - Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo - (bnc#681826). + (bnc#681826). - commit 2e71042 ------------------------------------------------------------------- Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de - Update config files, remove CONFIG_X86_MCE_XEON75XX=m - ->driver got reverted with previous commit + ->driver got reverted with previous commit - Refresh patches.xen/xen3-auto-arch-x86.diff. - commit b367e7b @@ -4215,18 +4623,18 @@ Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de APEI implementation should take care of that in recent kernels. - Delete patches.arch/x86_mce_intel_decode_physical_address.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. + patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. - commit 1fe7a22 ------------------------------------------------------------------- Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not install unneeded packages in the - build chroot. + build chroot. - commit 7f4c49d ------------------------------------------------------------------- @@ -4246,7 +4654,7 @@ Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz - Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing - the signal code (bnc#681826 CVE-2011-1020). + the signal code (bnc#681826 CVE-2011-1020). - commit 2e42fd4 ------------------------------------------------------------------- @@ -4255,7 +4663,7 @@ Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de - sound/oss/opl3: validate voice and channel indexes (bnc#681999). - sound/oss: remove offset from load_patch callbacks (bnc#681999). - ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl - (bnc#680816). + (bnc#680816). - commit 09ff6e9 ------------------------------------------------------------------- @@ -4268,7 +4676,7 @@ Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz - HID: add support for Skycable 0x3f07 wireless presenter - (bnc#681297). + (bnc#681297). - commit 892e8d4 ------------------------------------------------------------------- @@ -4299,12 +4707,12 @@ Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de - netvm: Do not mark requests for swapfile writes as dirty or - kswapd fails to free the page (bnc#678472). + kswapd fails to free the page (bnc#678472). - nfs: Use page_file_offset during page writeback (bnc#677738). - nfs: Convert nfs_mark_request_dirty() to use page_file_mapping() - (bnc#677738). + (bnc#677738). - netvm: Remove duplicated initialization in net/ipv4/route.c - (bnc#678970). + (bnc#678970). - collapse: mm: Report the low watermark correctly (bnc#678497). - commit a798dd1 @@ -4318,7 +4726,7 @@ Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com - Linux: 2.6.38-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 7da557d ------------------------------------------------------------------- @@ -4343,38 +4751,38 @@ Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc7. - - Refresh patches.xen/xen-x86-no-lapic. - - Refresh patches.xen/xen3-patch-2.6.19. + - Refresh patches.xen/xen-x86-no-lapic. + - Refresh patches.xen/xen3-patch-2.6.19. - commit 7eb9d30 ------------------------------------------------------------------- Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - commit 88d5daa ------------------------------------------------------------------- Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in - yesterday's change. + yesterday's change. - commit 098768b ------------------------------------------------------------------- Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Add annotations to - lib/rwsem_64.S. + lib/rwsem_64.S. - commit 87944ac ------------------------------------------------------------------- Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de - ALSA: usb-audio: fix oops due to cleanup race when disconnecting - (bnc#674735). + (bnc#674735). - commit ed81f8c ------------------------------------------------------------------- @@ -4387,7 +4795,7 @@ Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com - Update to 2.6.38-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 6cce7bb ------------------------------------------------------------------- @@ -4400,7 +4808,7 @@ Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de - ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499, - CVE-2011-0712). + CVE-2011-0712). - commit 5ef002b ------------------------------------------------------------------- @@ -4419,22 +4827,22 @@ Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de - Update config files. - - disable CONFIG_DRM_VMWGFX (bnc#606458) - - update sparc configs to at least be able to run "make oldconfig" + - disable CONFIG_DRM_VMWGFX (bnc#606458) + - update sparc configs to at least be able to run "make oldconfig" - commit da75bd9 ------------------------------------------------------------------- Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Re-add change lost during - initial 2.6.37 merge. + initial 2.6.37 merge. - commit e493205 ------------------------------------------------------------------- Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz - Move spec file templates and helper scripts to a separate branch, to - ease synchronizing these files among master, vanilla and linux-next. + ease synchronizing these files among master, vanilla and linux-next. - commit 411abb8 ------------------------------------------------------------------- @@ -4454,7 +4862,7 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code - was merged into rpm's find-supplements script. + was merged into rpm's find-supplements script. - Delete rpm/check-build.sh, not needed anymore. - commit 0a157b1 @@ -4462,43 +4870,43 @@ Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com - flexcop: fix registering braindead stupid names (brc#575873 - bnc#661429). + bnc#661429). - commit 72bd3d0 ------------------------------------------------------------------- Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de - Staging: samsung-laptop: add support for lots of laptops - (bnc#661682). + (bnc#661682). - commit 1eb5eaa ------------------------------------------------------------------- Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Set timestamp of sources to the commit - timestamp, so that they are always older than generated files in - /usr/src/linux-obj (bnc#669669). + timestamp, so that they are always older than generated files in + /usr/src/linux-obj (bnc#669669). - commit 8565452 ------------------------------------------------------------------- Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to - keep timestamps intact. + keep timestamps intact. - commit 9ba5ff0 ------------------------------------------------------------------- Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Remove .gitignore files after applying patches - (fix last change). + (fix last change). - commit 907f9cc ------------------------------------------------------------------- Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit c327e0a ------------------------------------------------------------------- @@ -4546,8 +4954,8 @@ Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition - of %release_major and rename it to %release_num to better describe - what it does. Add some comments to explain how the versioning works. + of %release_major and rename it to %release_num to better describe + what it does. Add some comments to explain how the versioning works. - commit 9a3bc94 ------------------------------------------------------------------- @@ -4566,14 +4974,14 @@ Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit b6b51ca ------------------------------------------------------------------- Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de - ALSA: hda - Fix memory leaks in conexant jack arrays - (bnc#668929). + (bnc#668929). - commit 31971a4 ------------------------------------------------------------------- @@ -4611,8 +5019,8 @@ Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com - Update config files. - - CONFIG_EXPERT=n on all but ps3 - - Vanilla configs updated. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. - commit b25e639 ------------------------------------------------------------------- @@ -4633,7 +5041,7 @@ Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 90baa82 ------------------------------------------------------------------- @@ -4652,30 +5060,30 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc1. - - Removed 12 patches. - - Xen is disabled. - - Quite a few patches need updating. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. - commit 9163bb7 ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff ------------------------------------------------------------------- @@ -4688,7 +5096,7 @@ Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 ------------------------------------------------------------------- @@ -4707,22 +5115,22 @@ Mon Jan 17 20:52:49 CET 2011 - jeffm@suse.com Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz - Revert %kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 ------------------------------------------------------------------- Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 ------------------------------------------------------------------- Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 ------------------------------------------------------------------- @@ -4796,7 +5204,7 @@ Thu Jan 6 20:51:31 CET 2011 - jeffm@suse.com Thu Jan 6 19:48:28 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe ------------------------------------------------------------------- @@ -4815,28 +5223,28 @@ Thu Jan 6 17:09:12 CET 2011 - jeffm@suse.com Thu Jan 6 17:08:44 CET 2011 - jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d ------------------------------------------------------------------- Thu Jan 6 16:10:26 CET 2011 - jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 ------------------------------------------------------------------- @@ -4849,7 +5257,7 @@ Thu Jan 6 15:49:34 CET 2011 - jack@suse.cz Thu Jan 6 13:56:07 CET 2011 - mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 ------------------------------------------------------------------- @@ -4858,7 +5266,7 @@ Thu Jan 6 10:07:22 CET 2011 - mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b @@ -4879,7 +5287,7 @@ Thu Dec 30 00:50:58 CET 2010 - jeffm@suse.com Wed Dec 29 22:23:21 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 ------------------------------------------------------------------- @@ -4904,38 +5312,38 @@ Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c ------------------------------------------------------------------- Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (bnc#655048). + Backport to XEN. - commit 92c0965 ------------------------------------------------------------------- Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz - Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive - decode" (bnc#655048). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 @@ -4950,8 +5358,8 @@ Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz - Delete - patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. - It's unreferenced and wrong. + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. - commit 9e6fc50 ------------------------------------------------------------------- @@ -4988,10 +5396,10 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 @@ -5024,14 +5432,14 @@ Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 ------------------------------------------------------------------- Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 ------------------------------------------------------------------- @@ -5062,7 +5470,7 @@ Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b @@ -5071,12 +5479,12 @@ Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c ------------------------------------------------------------------- @@ -5109,7 +5517,7 @@ Fri Nov 26 15:04:27 CET 2010 - jbeulich@novell.com - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -5133,7 +5541,7 @@ Wed Nov 24 15:49:45 CET 2010 - jeffm@suse.com Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac ------------------------------------------------------------------- @@ -5157,7 +5565,7 @@ Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Wed Nov 17 17:10:32 CET 2010 - jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 ------------------------------------------------------------------- @@ -5176,7 +5584,7 @@ Tue Nov 16 20:08:11 CET 2010 - jeffm@suse.com Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 ------------------------------------------------------------------- @@ -5189,7 +5597,7 @@ Mon Nov 15 21:33:19 CET 2010 - jeffm@suse.com Mon Nov 15 21:30:37 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 ------------------------------------------------------------------- @@ -5208,16 +5616,16 @@ Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz Fri Nov 12 18:37:10 CET 2010 - jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 ------------------------------------------------------------------- Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de - Update config files. (bnc#652954) increase the number of possible and - default uarts for users with multi-port serial cards for the i386 and - x86-64 default configs. + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. - commit 85c87e3 ------------------------------------------------------------------- @@ -5231,20 +5639,20 @@ Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + top down (bnc#651256). - PCI: allocate bus resources from the top down (bnc#651256). - x86/PCI: allocate space from the end of a region, not the - beginning (bnc#651256). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + capabilities (bnc#651256). - x86: allocate space within a region top-down (bnc#651256). - Refresh patches.xen/xen3-patch-2.6.34. - commit 8c68ad1 @@ -5253,21 +5661,21 @@ Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 ------------------------------------------------------------------- Fri Oct 29 13:47:35 CEST 2010 - jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb ------------------------------------------------------------------- Fri Oct 29 01:53:34 CEST 2010 - trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b ------------------------------------------------------------------- @@ -5287,14 +5695,14 @@ Wed Oct 27 14:51:30 CEST 2010 - jslaby@suse.cz Tue Oct 26 21:31:22 CEST 2010 - trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 ------------------------------------------------------------------- Tue Oct 26 13:41:23 CEST 2010 - jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 ------------------------------------------------------------------- @@ -5302,7 +5710,7 @@ Mon Oct 25 12:53:38 CEST 2010 - jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 @@ -5312,7 +5720,7 @@ Mon Oct 25 08:58:15 CEST 2010 - tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda ------------------------------------------------------------------- @@ -5325,7 +5733,7 @@ Fri Oct 22 21:18:25 CEST 2010 - jeffm@suse.de Fri Oct 22 13:32:04 CEST 2010 - jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb ------------------------------------------------------------------- @@ -5340,7 +5748,7 @@ Thu Oct 21 10:11:03 CEST 2010 - sjayaraman@suse.de Mon Oct 18 16:54:57 CEST 2010 - trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf ------------------------------------------------------------------- @@ -5376,7 +5784,7 @@ Mon Oct 11 17:14:51 CEST 2010 - mmarek@suse.cz Mon Oct 11 16:12:29 CEST 2010 - jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 ------------------------------------------------------------------- @@ -5389,7 +5797,7 @@ Fri Oct 8 17:40:50 CEST 2010 - jeffm@suse.de Tue Oct 5 18:02:19 CEST 2010 - jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa ------------------------------------------------------------------- @@ -5402,7 +5810,7 @@ Tue Oct 5 17:19:46 CEST 2010 - jeffm@suse.de Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 @@ -5411,7 +5819,7 @@ Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de Mon Oct 4 16:57:34 CEST 2010 - jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 ------------------------------------------------------------------- @@ -5424,25 +5832,25 @@ Fri Sep 24 13:45:31 CEST 2010 - jbeulich@novell.com Fri Sep 24 13:23:13 CEST 2010 - trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 ------------------------------------------------------------------- Fri Sep 24 13:14:36 CEST 2010 - trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 ------------------------------------------------------------------- @@ -5467,7 +5875,7 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 @@ -5475,7 +5883,7 @@ Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b ------------------------------------------------------------------- @@ -5494,7 +5902,7 @@ Tue Sep 21 14:15:34 CEST 2010 - mmarek@suse.cz Tue Sep 21 13:59:10 CEST 2010 - jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 ------------------------------------------------------------------- @@ -5502,8 +5910,8 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f @@ -5512,14 +5920,14 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de Mon Sep 20 16:03:14 CEST 2010 - sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b ------------------------------------------------------------------- Mon Sep 20 15:25:41 CEST 2010 - jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 ------------------------------------------------------------------- @@ -5532,25 +5940,25 @@ Sun Sep 19 17:39:03 CEST 2010 - jeffm@suse.com Fri Sep 17 01:05:47 CEST 2010 - jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 ------------------------------------------------------------------- Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de - x86-64, compat: Test %rax for the syscall number, not %eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 ------------------------------------------------------------------- Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac ------------------------------------------------------------------- @@ -5563,21 +5971,21 @@ Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 ------------------------------------------------------------------- Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 ------------------------------------------------------------------- Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 ------------------------------------------------------------------- @@ -5592,11 +6000,11 @@ Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -5626,7 +6034,7 @@ Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de 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). + (CVE-2010-2954 bnc#636112). - commit f04e61f ------------------------------------------------------------------- @@ -5648,7 +6056,7 @@ Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 ------------------------------------------------------------------- @@ -5667,28 +6075,28 @@ Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - 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. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + 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. + 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. + the truncate path and causes crashes. - commit e18fc2c ------------------------------------------------------------------- @@ -5743,22 +6151,22 @@ Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de 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. + 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. + 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. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e ------------------------------------------------------------------- @@ -5772,7 +6180,7 @@ Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com 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. + avoid triggering a build service rule error. - commit 124ac26 ------------------------------------------------------------------- @@ -5791,14 +6199,14 @@ Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de 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. + 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 - to grab the BKL + to grab the BKL - commit 1df02ec ------------------------------------------------------------------- @@ -5811,20 +6219,20 @@ Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - 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. + - 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 ------------------------------------------------------------------- @@ -5843,10 +6251,10 @@ Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com 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. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 ------------------------------------------------------------------- @@ -5878,7 +6286,7 @@ Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com 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). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 ------------------------------------------------------------------- @@ -5891,7 +6299,7 @@ Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz 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. + 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 @@ -5901,14 +6309,14 @@ Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de 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). + 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). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 @@ -5917,13 +6325,13 @@ 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. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b @@ -5932,7 +6340,7 @@ Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com 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. + usage from upstream commit 718be4aa. - commit 4ce0b48 ------------------------------------------------------------------- @@ -5963,7 +6371,7 @@ Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 ------------------------------------------------------------------- @@ -5976,7 +6384,7 @@ Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 ------------------------------------------------------------------- @@ -5990,7 +6398,7 @@ 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). + though). - commit 8ed2389 ------------------------------------------------------------------- diff --git a/kernel-source.spec b/kernel-source.spec index 66030c5c6..9c836b4e7 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -18,8 +18,8 @@ # norootforbuild # icecream 0 -%define srcversion 3.6 -%define patchversion 3.6.3 +%define srcversion 3.7 +%define patchversion 3.7.0 %define variant %{nil} %define vanilla_only 0 @@ -29,7 +29,7 @@ Name: kernel-source Summary: The Linux Kernel Sources -Version: 3.6.3 +Version: 3.7.0 Release: 0 License: GPL-2.0 Group: Development/Sources diff --git a/kernel-syms.changes b/kernel-syms.changes index 2887ccaf6..e0d27f80d 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,393 @@ +------------------------------------------------------------------- +Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com + +- ezusb: add dependency to USB. + This prevents build failures by making it depend on the value of CONFIG_USB. + Commit 36e0f0bd did this for architectures other than ARM manually. +- commit b89db5d + +------------------------------------------------------------------- +Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de + +- Drivers: hv: balloon: Fix a memory leak. +- commit 26cdad5 + +------------------------------------------------------------------- +Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com + +- Update to 3.7-final. +- commit 1771a73 + +------------------------------------------------------------------- +Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de + +- Update patch headers for fate314663 and fate314665 changes +- commit 44044f1 + +------------------------------------------------------------------- +Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz + +- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually + ext3 will be removed upstream so let's do the transition. +- commit dadc8ea + +------------------------------------------------------------------- +Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr + +- Update omap2plus (armv7) config: Enable TWL* USB drivers +- commit 28c09f5 + +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + +------------------------------------------------------------------- +Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de + +- fate#314663 hyper-v memory ballooning support +- mm: Export a function to get vm committed memory. +- Drivers: hv: Add Hyper-V balloon driver. +- Drivers: hv: balloon: Fix a bug in the definition of struct + dm_info_msg. +- Update config files. + fate#314665 hyper-v: Update the Vmbus protocol +- Drivers: hv: Implement routines for read side signaling + optimization. +- Drivers: hv: Add state to manage batched reading. +- Drivers: hv: Turn off batched reading for util drivers. +- Drivers: hv: Optimize signaling in the read path. +- Drivers: hv: Optimize the signaling on the write path. +- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask(). +- Drivers: hv: Support handling multiple VMBUS versions. +- Drivers: hv: Update the ring buffer structure to match win8 + functionality. +- Drivers: hv: Extend/modify vmbus_channel_offer_channel for + win7 and beyond. +- Drivers: hv: Save and export negotiated vmbus version. +- Drivers: hv: Change the signature for hv_signal_event(). +- Drivers: hv: Change the signature of vmbus_set_event(). +- Drivers: hv: Move vmbus version definitions to hyperv.h. +- Drivers: hv: Manage signaling state on a per-connection basis. +- Drivers: hv: Cleanup vmbus_set_event() to support win7 and + beyond. +- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID. +- Drivers: hv: Add state to manage incoming channel interrupt + load. +- Drivers: hv: Modify the interrupt handling code to support + win8 and beyond. +- Drivers: hv: Add code to distribute channel interrupt load. +- Drivers: hv: Get rid of the unused global signaling state. +- Drivers: hv: Get rid of unnecessary request for offers. +- Drivers: hv: Manage event tasklets on per-cpu basis. +- Drivers: hv: Handle vmbus interrupts concurrently on all cpus. +- Drivers: hv: Add a check to deal with spurious interrupts. +- Drivers: hv: Enable protocol negotiation with win8 hosts. +- Drivers: hv: Implement flow management on the send side. +- Drivers: hv: Capture the host build information. +- Drivers: hv: Cleanup and consolidate reporting of build/version + info. +- commit 4fccd03 + +------------------------------------------------------------------- +Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc8. +- Delete patches.rpmify/net-fix-build-failure-in-xilinx. +- commit 76b3d92 + +------------------------------------------------------------------- +Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de + +- add splash=black option to bootsplash code, + to keep a black background, useful for remote access to VMs + (bnc#773487) +- commit c060ae1 + +------------------------------------------------------------------- +Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem + (bnc#781327) +- commit 841d864 + +------------------------------------------------------------------- +Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com + +- net: fix build failure in xilinx. +- commit 28be621 + +------------------------------------------------------------------- +Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com + +- Update config files. Enable CONFIG_SMB2 to 'y'. +- commit 25bdfaf + +------------------------------------------------------------------- +Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc6. +- commit daac70a + +------------------------------------------------------------------- +Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz + +- rpm/config.sh: Set projects for ARM +- commit 55bac79 + +------------------------------------------------------------------- +Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related + crash in context switch code). +- commit bb1d12d + +------------------------------------------------------------------- +Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com + +- Update to 3.7-rc5. +- Update Xen patches additionally to c/s 1204: +- commit d5de9cf + +------------------------------------------------------------------- +Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com + +- config: sync x86_64 configs for NR_UARTS + This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and + CONFIG_SERIAL_8250_NR_UARTS to 32. +- commit ddf88e6 + +------------------------------------------------------------------- +Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com + +- Delete patches.arch/s390-remove-kvm-para.patch. +- commit f759e1e + +------------------------------------------------------------------- +Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com + +- config: sync ppc64 configs for LIB80211, NET_SDA_MV* + This commit changes the following options to be modular: + LIB80211 + NET_DSA_MV88E6XXX + NET_DSA_MV88E6060 +- commit caa5a52 + +------------------------------------------------------------------- +Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com + +- config: sync ppc64/debug with ppc64/default + The debug config should be identical to default with the exception of + the debug options. This patch brings ppc64/debug in line with ppc64/default + with the exception of a few things that are modular in debug that should + also be modular in default. +- commit b981fcd + +------------------------------------------------------------------- +Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com + +- config: sync kvm options between ppc64 flavors. +- commit 8a389d5 + +------------------------------------------------------------------- +Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com + +- config: disable HW_RANDOM_AMD on ppc64 + This chip is only on AMD hardware and an old ppc64 eval board. We can skip + it on ppc64. +- commit 03001a4 + +------------------------------------------------------------------- +Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com + +- config: Eliminate unused ppc/ppc64 configs. + The history of the ppc/ppc64 configs is a convoluted one that started + before the kernel source could support multiple machine types with a + single image and before there was a usable 64-bit userspace. + In the subsequent years, the powerpc code has been unified and we've + released a 64-bit powerpc userspace. The "default" and "ppc64" configs + on ppc64 are essentially identical and just waste space. The "ppc64" + config on 32-bit ppc address a long since unnecessary corner case. Users + who still want a 32-bit userspace with a 64-bit kernel can install and + update it themselves using the 64-bit repository like i386/x86_64 users + can do. + This commit can be summarized thusly: + rm config/ppc/ppc64 + rm config/ppc/ps3 (already unused) + mv config/ppc64/ppc64 config/ppc64/default +- commit a9cc3d5 + +------------------------------------------------------------------- +Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr + +- Add kernel-versatile description +- commit 5424cf2 + +------------------------------------------------------------------- +Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr + +- Enable armv5 in arch-symbols +- commit 401de81 + +------------------------------------------------------------------- +Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com + +- config: sync vanilla flavor with default flavor for each platform + The vanilla configs have drifted away from the default configuration + for each platform. This patch brings them back in sync. +- commit 8d4661f + +------------------------------------------------------------------- +Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com + +- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled. +- commit 9907c37 + +------------------------------------------------------------------- +Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com + +- Updated to 3.7-rc4. + Eliminated 1 patch. +- commit 5168053 + +------------------------------------------------------------------- +Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again). +- commit 5feff7e + +------------------------------------------------------------------- +Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com + +- Update Xen patches to 3.7-rc3 and c/s 1202. +- extend base interfaces to support multi-page rings for + frontend/backend communication. +- blkback: allow using multiple page frontend communication ring. +- blkfront: allow using multiple page backend communication ring. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Fix build when disabled. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- config.conf: Re-enable Xen configs. +- Update x86 config files. +- Delete patches.xen/xen3-acpi_override_2_2.patch. +- commit f042386 + +------------------------------------------------------------------- +Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr + +- Add support to armv5 versatile kernel +- commit 99d34f3 + +------------------------------------------------------------------- +Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc3. +- commit 48e5027 + +------------------------------------------------------------------- +Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615) +- commit 2520563 + +------------------------------------------------------------------- +Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de + +- ARM: Update config files: Fix vexpress (default) config +- commit be072b4 + +------------------------------------------------------------------- +Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de + +- Fixup kvm for s390. +- commit 503388b + +------------------------------------------------------------------- +Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi +- commit 336ead7 + +------------------------------------------------------------------- +Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de + +- Revert "disable non-compiling irrelevant I2C module" +- commit d5a21c5 + +------------------------------------------------------------------- +Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de + +- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE. +- commit 8e108ab + +------------------------------------------------------------------- +Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 565b450 + +------------------------------------------------------------------- +Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de + +- Refresh patches.arch/arm-exynos-nosparse.patch. +- commit 55fbf60 + +------------------------------------------------------------------- +Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 118f2f9 + +------------------------------------------------------------------- +Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de + +- ARM: Exynos: Fix MMC driver +- ARM: Exynos: Update configs +- commit 37a1704 + +------------------------------------------------------------------- +Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com + +- config: change CONFIG_USB_EZUSB_FX2 to module +- commit 36e0f0b + +------------------------------------------------------------------- +Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com + +- Actually use kthread_run in crasher.ko. + The previous commit was incomplete. +- commit b8b35ae + +------------------------------------------------------------------- +Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com + +- crasher: use kthread_run() instead of kernel_thread(). + Linux 3.7-rc2 no longer exports kernel_thread on all architectures. +- commit f17d925 + +------------------------------------------------------------------- +Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com + +- Updated to 3.7-rc2. +- commit e00a663 + ------------------------------------------------------------------- Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de @@ -14,7 +404,7 @@ Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz - Refresh patches.xen/xen3-patch-3.6. - Delete patches.fixes/hv-storvsc-reset-wait.patch. - Delete - patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. + patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. - commit cfee26b ------------------------------------------------------------------- @@ -36,19 +426,19 @@ Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de and proper git-xy: meta tags: - lib: Add early cpio decoder. - x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() - for e820 handling. + for e820 handling. - ACPI: Store valid ACPI tables passed via early initrd in - reserved memblock areas. + reserved memblock areas. - ACPI: Implement physical address table override. - ACPI: Create acpi_table_taint() function to avoid code - duplication. + duplication. - ACPI: Document ACPI table overriding via initrd. - ACPI: Fix build when disabled. - X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. - ACPI: Overriding ACPI tables via initrd only works with - an initrd. + an initrd. - ACPI: Cleanup acpi_initrd_override declaration and remove - ifdefs. + ifdefs. - Delete patches.arch/acpi_fix_custom_method_acc.patch. - Delete patches.arch/acpi_override_2_2.patch. - Delete patches.arch/acpi_override_documentation. @@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz This allows to control the kabi checker from outside of the package. - commit 0a0900c +------------------------------------------------------------------- +Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com + +- Update to 3.7-rc1. +- Eliminated 38 patches. +- Xen is disabled. +- ARM configs need updating. +- Module signing is disabled until the build infrastructure can support it. +- commit fce087a + ------------------------------------------------------------------- Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz @@ -87,14 +487,20 @@ Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz - Delete - patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. + patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. - Delete - patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. + patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. - Delete - patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. + patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. These are in 3.6.1. - commit 2a321c4 +------------------------------------------------------------------- +Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com + +- Remove noncompiling modules +- commit b7cdd5a + ------------------------------------------------------------------- Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de @@ -136,7 +542,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - hyperv: Add comments for the extended buffer after RNDIS message. - Drivers: hv: Cleanup the guest ID computation. - Drivers: hv: vmbus: Use the standard format string to format - GUIDs. + GUIDs. - Drivers: hv: Add KVP definitions for IP address injection. - Drivers: hv: kvp: Cleanup error handling in KVP. - Drivers: hv: Explicitly size elements of protocol structures. @@ -148,7 +554,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - Tools: hv: Represent the ipv6 mask using CIDR notation. - Tools: hv: Gather ipv[4,6] gateway information. - hv: fail the probing immediately when we are not in hyperv - platform. + platform. - hv: vmbus_drv: detect hyperv through x86_hyper. - Tools: hv: Get rid of some unused variables. - Tools: hv: Correctly type string variables. @@ -167,14 +573,14 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - tools/hv: Parse /etc/os-release. - hyperv: Fix the max_xfer_size in RNDIS initialization. - hyperv: Fix the missing return value in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - hyperv: Fix page buffer handling in rndis_filter_send_request(). - hyperv: Remove extra allocated space for recv_pkt_list elements. - hyperv: Report actual status in receive completion packet. - hyperv: Add buffer for extended info after the RNDIS response - message. + message. - Delete - patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. - commit 08d283b ------------------------------------------------------------------- @@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com - ARM/u5800: Fix build of ux500 driver - Acked-by: Jeff Mahoney - commit 0ea37a0 +------------------------------------------------------------------- +Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com + +- disable non-compiling irrelevant I2C module +- commit 0ba9bac + ------------------------------------------------------------------- Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com - ARM/tegra: Remove optional parts to fix build - Acked-by: Jeff Mahoney - commit d729a16 ------------------------------------------------------------------- Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com - ARM: enable zcache support - Acked-by: Jeff Mahoney - commit 17b147b ------------------------------------------------------------------- Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com - ARM/cubox: set cachefilesd to module - Acked-by: Jeff Mahoney - commit c1fb243 ------------------------------------------------------------------- @@ -229,13 +637,13 @@ Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de - Remove old patchset to override ACPI tables via initrd. Also remove a stale xen patch related to that. - Delete - patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - Delete - patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. - Delete - patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. - Delete - patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - commit dd8f1b0 ------------------------------------------------------------------- @@ -364,7 +772,7 @@ Mon Sep 10 19:22:00 CEST 2012 - jeffm@suse.com Mon Sep 10 10:20:23 CEST 2012 - jbeulich@novell.com - patches.arch/s390-message-catalog.diff: Properly handle pr_cont() and fold - in the below two trivial fixes. + in the below two trivial fixes. - Delete patches.arch/s390-message-catalog-fix.diff. - Delete patches.arch/s390-message-catalog-perl-fix.diff. - Refresh patches.arch/kmsg-fix-parameter-limitations. @@ -438,10 +846,10 @@ Fri Aug 31 23:20:23 CEST 2012 - dmueller@suse.com Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz - i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y - && CONFIG_I2C_DESIGN. + && CONFIG_I2C_DESIGN. - Delete - patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. - Move it to rpmify, so that vanilla builds fine too. + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. - commit 0217ad5 ------------------------------------------------------------------- @@ -519,7 +927,7 @@ Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com Fri Aug 17 14:51:23 CEST 2012 - jeffm@suse.com - Update to 3.6-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 71963b0 ------------------------------------------------------------------- @@ -975,7 +1383,7 @@ Wed Jun 13 13:21:58 CEST 2012 - hare@suse.de - Rediff patch - patches.drivers/mach-dove-Fixup-ge00-initialisation.patch: - Rediff after backport from upstream. + Rediff after backport from upstream. - commit fa58c5e ------------------------------------------------------------------- @@ -983,7 +1391,7 @@ Wed Jun 13 12:56:17 CEST 2012 - hare@suse.de - Fixup patch to apply - patches.drivers/spi-orion-convert-to-new-infrastructure.patch - backported from upstream. + backported from upstream. - commit 2507393 ------------------------------------------------------------------- @@ -1002,9 +1410,9 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com - Update to 3.5-rc2. - - Xen needs update. - - ARM needs update. - - Eliminated 13 patches. + - Xen needs update. + - ARM needs update. + - Eliminated 13 patches. - commit 3f461b1 ------------------------------------------------------------------- @@ -1043,7 +1451,7 @@ Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de - [SCSI] storvsc: Properly handle errors from the host - (bnc#747404). + (bnc#747404). - Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. - commit ad28e23 @@ -1106,7 +1514,7 @@ Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Tue May 22 14:21:24 CEST 2012 - trenn@suse.de - X86 acpi_cpufreq: Do not use request_module for autoloading - (bnc#756085). + (bnc#756085). - Refresh patches.xen/xen3-auto-common.diff. - patches.xen/xen3-patch-3.3: - commit caf270e @@ -1165,7 +1573,7 @@ Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com - Update to 3.4-rc7. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 4cd9e9b ------------------------------------------------------------------- @@ -1218,7 +1626,7 @@ Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com - Update to 3.4-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 749ea8f ------------------------------------------------------------------- @@ -1255,7 +1663,7 @@ Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not require distribution-release - during build. + during build. - commit 3cd703f ------------------------------------------------------------------- @@ -1306,18 +1714,18 @@ Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com - Disabled DECNet and ARCNet. Specific config options disabled: CONFIG_ARCNET - CONFIG_ARCNET_1051 - CONFIG_ARCNET_1201 - CONFIG_ARCNET_CAP - CONFIG_ARCNET_COM20020_CS - CONFIG_ARCNET_COM20020 - CONFIG_ARCNET_COM20020_PCI - CONFIG_ARCNET_COM90xxIO - CONFIG_ARCNET_COM90xx - CONFIG_ARCNET_RAW - CONFIG_ARCNET_RIM_I + CONFIG_ARCNET_1051 + CONFIG_ARCNET_1201 + CONFIG_ARCNET_CAP + CONFIG_ARCNET_COM20020_CS + CONFIG_ARCNET_COM20020 + CONFIG_ARCNET_COM20020_PCI + CONFIG_ARCNET_COM90xxIO + CONFIG_ARCNET_COM90xx + CONFIG_ARCNET_RAW + CONFIG_ARCNET_RIM_I CONFIG_DECNET - CONFIG_DECNET_NF_GRABULATOR + CONFIG_DECNET_NF_GRABULATOR - commit 272dd14 ------------------------------------------------------------------- @@ -1419,7 +1827,7 @@ Fri Apr 20 18:09:06 CEST 2012 - jbeulich@novell.com Tue Apr 17 15:59:19 CEST 2012 - jeffm@suse.com - Update to 3.4-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 2fde7e0 ------------------------------------------------------------------- @@ -1439,7 +1847,7 @@ Mon Apr 9 03:28:12 CEST 2012 - jeffm@suse.com Fri Apr 6 06:42:35 CEST 2012 - jeffm@suse.com - Update AppArmor for 3.4. - - apparmor: Add "profiles" list to sysfs. + - apparmor: Add "profiles" list to sysfs. - commit 59517ac ------------------------------------------------------------------- @@ -1452,10 +1860,10 @@ Thu Apr 5 22:25:16 CEST 2012 - jeffm@suse.com Thu Apr 5 09:18:14 CEST 2012 - jeffm@suse.com - Updated to 3.4-rc1. - - Eliminated 121 patches. - - Xen is unavailable. - - ACPI overrides are unavailable. - - AppArmor network feature are unavailable. + - Eliminated 121 patches. + - Xen is unavailable. + - ACPI overrides are unavailable. + - AppArmor network feature are unavailable. - commit 3ac7e79 ------------------------------------------------------------------- @@ -1535,7 +1943,7 @@ Sat Mar 24 00:57:07 CET 2012 - dsterba@suse.cz - Refresh patches.suse/btrfs-handle-EIO. - Refresh - patches.suse/btrfs-volumes-schedule_bio-should-return-void. + patches.suse/btrfs-volumes-schedule_bio-should-return-void. - commit d97ade6 ------------------------------------------------------------------- @@ -1578,10 +1986,10 @@ Mon Mar 19 11:16:34 CET 2012 - jslaby@suse.cz Mon Mar 19 11:07:00 CET 2012 - jslaby@suse.cz - Delete - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. + patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. - Delete patches.arch/dell_optiplex_990_fix_reboot.patch. - Delete - patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. + patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. - Delete patches.drivers/libata-unlock-hpa-by-default. - Delete patches.fixes/scsi-add-tgps-setting. - Delete patches.fixes/scsi-dh-rdac-add-stk. @@ -1618,23 +2026,23 @@ Mon Mar 12 15:26:55 CET 2012 - ohering@suse.de - Staging: hv: storvsc: Cleanup storvsc_host_reset_handler(). - Staging: hv: storvsc: Move and cleanup storvsc_remove(). - Staging: hv: storvsc: Add a comment to explain life-cycle - management. + management. - Staging: hv: storvsc: Get rid of the on_io_completion in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Rename the context field in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver. - Staging: hv: storvsc: Cleanup the code for generating protocol - version. + version. - Staging: hv: storvsc: Cleanup some protocol related constants. - Staging: hv: storvsc: Get rid of some unused defines. - Staging: hv: storvsc: Consolidate the request structure. - Staging: hv: storvsc: Consolidate all the wire protocol - definitions. + definitions. - Staging: hv: storvsc: Move the storage driver out of the - staging area. + staging area. - Rename patches.suse/staging-hv-pata_piix-ignore-disks.patch to - patches.suse/suse-hv-pata_piix-ignore-disks.patch + patches.suse/suse-hv-pata_piix-ignore-disks.patch - commit 7487199 ------------------------------------------------------------------- @@ -1829,41 +2237,41 @@ Mon Feb 13 17:23:49 CET 2012 - mmarek@suse.cz Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de - Add driver auto probing for x86 features v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Fix overrun check in arch_print_cpu_modalias() - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - crypto: Add support for x86 cpuid - auto loading for x86 crypto drivers - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + auto loading for x86 crypto drivers + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Clean up modalias feature matching - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel-idle: convert to x86_cpu_id auto probing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Fix ID for Nehalem-EX Xeon in device ID table - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert via-cputemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k7: Fix CPU family number - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: Load acpi-cpufreq from processor driver automatically - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Revert change of auto_demotion_flags for Nehalem - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert coretemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k6: Really enable auto-loading - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - X86: Introduce HW-Pstate scattered cpuid feature - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - cpufreq: Add support for x86 cpuinfo auto loading v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86: autoload microcode driver on Intel and AMD systems v2 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 parts - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: remove duplicated lines of merging - problems with acpi_processor_start - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + problems with acpi_processor_start + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - Update config files. - commit 6efe9b5 @@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for --default (bnc#745632). KMPs are still built as i586. + -default (bnc#745632). KMPs are still built as i586. - commit 88a632b ------------------------------------------------------------------- @@ -1902,8 +2310,8 @@ Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com - Update to 3.3-rc2. - - Eliminated 5 patches. - - Xen is disabled. + - Eliminated 5 patches. + - Xen is disabled. - commit d017ea1 ------------------------------------------------------------------- @@ -2002,7 +2410,7 @@ Wed Dec 21 14:38:42 CET 2011 - jbeulich@novell.com Tue Dec 20 16:35:33 CET 2011 - jeffm@suse.com - Update to 3.2-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit d5a489e ------------------------------------------------------------------- @@ -2010,7 +2418,7 @@ Tue Dec 20 11:34:14 CET 2011 - trenn@suse.de - These should all be mainline in some form: - Delete - patches.arch/implement_stop_machine_from_offline_cpu.patch. + patches.arch/implement_stop_machine_from_offline_cpu.patch. - Delete patches.arch/kill-__stop_machine.patch. - Delete patches.arch/reorganize_stop_cpus.patch. - Delete patches.arch/use_stop_machine_for_mtrr_rendezvous.patch. @@ -2026,14 +2434,14 @@ Sun Dec 18 07:38:42 CET 2011 - aj@suse.de Fri Dec 16 15:37:51 CET 2011 - aj@suse.de - rpm/kernel-binary.spec.in: Add provides and make most obsoletes versioned. - This silences rpmlint warnings. + This silences rpmlint warnings. - commit e3023c7 ------------------------------------------------------------------- Wed Dec 14 13:51:41 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: Fix tarball URL for -rcX and - do not generate any URL for linux-next and vanilla snapshots. + do not generate any URL for linux-next and vanilla snapshots. - commit 1548daf ------------------------------------------------------------------- @@ -2123,7 +2531,7 @@ Wed Dec 7 11:05:05 CET 2011 - aj@suse.de Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com - Update to 3.2-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit a7d546d ------------------------------------------------------------------- @@ -2235,8 +2643,8 @@ Fri Nov 25 05:58:54 CET 2011 - jeffm@suse.com Fri Nov 25 05:47:49 CET 2011 - jeffm@suse.com - Update to 3.2-rc3. - - stack unwind: cfi_ignore takes more arguments. - - iio: Fix build error in industrialio-core.c. + - stack unwind: cfi_ignore takes more arguments. + - iio: Fix build error in industrialio-core.c. - commit 48ef020 ------------------------------------------------------------------- @@ -2249,7 +2657,7 @@ Thu Nov 24 18:45:54 CET 2011 - ohering@suse.de Thu Nov 24 13:01:09 CET 2011 - mmarek@suse.cz - rpm/try-disable-staging-driver: Script to disable failing staging - driver and restart make. + driver and restart make. - commit 819d1fa ------------------------------------------------------------------- @@ -2343,14 +2751,14 @@ Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de Wed Nov 16 06:51:07 CET 2011 - jeffm@suse.com - Update to 3.2-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 85c9930 ------------------------------------------------------------------- Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com - Update to 3.2-rc1. - - Eliminate 212 patches. + - Eliminate 212 patches. - commit 6318d5b ------------------------------------------------------------------- @@ -2390,8 +2798,8 @@ Sat Nov 5 01:32:21 CET 2011 - trenn@suse.de Thu Nov 3 17:56:46 CET 2011 - mszeredi@suse.cz - patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch: - hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops - (CVE-2011-2203 bnc#699709). + hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops + (CVE-2011-2203 bnc#699709). - commit 7923119 ------------------------------------------------------------------- @@ -2429,16 +2837,16 @@ Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com - Add Elantech touchpad v3/v4 support (bnc#716852): - - Input: elantech - add v3 hardware support. - - Input: elantech - add v4 hardware support. - - Input: elantech - better support all those v2 variants. - - Input: elantech - clean up elantech_init. - - Input: elantech - correct x, y value range for v2 hardware. - - Input: elantech - get rid of ETP_2FT_* in elantech.h. - - Input: elantech - packet checking for v2 hardware. - - Input: elantech - remove ETP_EDGE_FUZZ_V2. - - Input: elantech - remove module parameter force_elantech. - - Input: elantech - use firmware provided x, y ranges. + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. - commit 28551a0 ------------------------------------------------------------------- @@ -2469,7 +2877,7 @@ Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de Tue Oct 25 19:24:17 CEST 2011 - eich@suse.de - patches.suse/SUSE-bootsplash: remove DEBUG macro which was - left in the code by accident. + left in the code by accident. - commit a56ba15 ------------------------------------------------------------------- @@ -2482,7 +2890,7 @@ Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de - patches.suse/staging-hv-pata_piix-ignore-disks.patch: - Update comments in code and reduce patch size + Update comments in code and reduce patch size - commit 8913d07 ------------------------------------------------------------------- @@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de ------------------------------------------------------------------- Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com --Update to 3.1-rc10. +- -Update to 3.1-rc10. - commit 239957e ------------------------------------------------------------------- @@ -2522,11 +2930,11 @@ Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de - Various updates for hv drivers, which fix also the hv_mouse driver - staging: hv: storvsc: ignore SET_WINDOWN scsi command - (bnc#722646). + (bnc#722646). - staging/hv: advertise hv_storvsc instead of storvsc as sysfs - driver name (bnc#716708). + driver name (bnc#716708). - staging/hv: fill scsi/proc_name for the sake of mkinitrd - (bnc#716708). + (bnc#716708). - Staging: hv: util: Invoke cn_netlink_send() in a work context. - Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. - Refresh patches.xen/xen3-patch-2.6.32. @@ -2560,7 +2968,7 @@ Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com - patches.suse/supported-flag: Also look for Module.supported in the - source tree. + source tree. - Refresh patches.suse/supported-flag-enterprise. - commit 9c8680a @@ -2594,15 +3002,15 @@ Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - commit e3c78cf ------------------------------------------------------------------- @@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de - Refresh patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. --> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. + -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. - commit 0ac4276 ------------------------------------------------------------------- @@ -2647,9 +3055,9 @@ Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de - ACPI: Implement overriding of arbitrary ACPI tables via initrd - (none). + (none). - ACPICA: Fix wrongly mapped acpi table header when overriding - via initrd (none). + via initrd (none). - ACPICA: Introduce acpi_os_phys_table_override function (none). - x86: allow NVS can be accessed by driver (none). - Update config files: @@ -2667,7 +3075,7 @@ Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix unwinding through - interrupt frames, requiring ... + interrupt frames, requiring ... - patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression. - commit 4d917a5 @@ -2706,7 +3114,7 @@ Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com - mm: frontswap: swap data structure changes. - In HVM guests do not take over the CDROM device (bnc#645893). - x86: report ACPI-reserved state of PCI MMCONFIG region to - hypervisor. + hypervisor. - config.conf: Re-enable Xen flavors. - Update config files. - commit 3692f47 @@ -2746,33 +3154,33 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: util: kvp: Fix the reported OSVersion string. - Staging: hv: util: kvp: Cleanup kvp_get_domain_name(). - Staging: hv: Fix macros, tab errors and warning in - drivers/staging/hv/hv_mouse.c. + drivers/staging/hv/hv_mouse.c. - Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get - rid of the PCI signature. + rid of the PCI signature. - Staging: hv: Replace struct hv_guid with the uuid type already - defined in Linux. + defined in Linux. - Staging: hv: vmbus: Introduce vmbus ID space in struct - hv_driver. + hv_driver. - Staging: hv: blkvsc: Use the newly introduced vmbus ID in the - blockvsc driver. + blockvsc driver. - Staging: hv: storvsc: Use the newly introduced vmbus ID in - storvsc driver. + storvsc driver. - Staging: hv: netvsc: Use the newly introduced vmbus ID in - netvsc driver. + netvsc driver. - Staging: hv: mousevsc: Use the newly introduced vmbus ID in - mouse driver. + mouse driver. - Staging: hv: util: Make hv_utils a vmbus device driver. - Staging: hv: create VMBUS_DEVICE macro and use it. - Staging: hv: vmbus: Cleanup vmbus_match(). - Staging: hv: vmbus: Cleanup vmbus_uevent() code. - Staging: hv: vmbus: Support the notion of id tables in - vmbus_match(). + vmbus_match(). - Staging: hv: vmbus: Get rid of an unnecessary include line - in vmbus_drv.c. + in vmbus_drv.c. - Staging: hv: storvsc: Get rid of the DMI signature. - Staging: hv: netvsc: Get rid of the PCI signature. - Staging: hv: netvsc: Get rid of the DMI signature in - netvsc_drv.c. + netvsc_drv.c. - Staging: hv: util: Get rid of the DMI signature in hv_util.c. - Staging: hv: util: Get rid of the PCI signature in hv_util.c. - Staging: hv: fix up driver registering mess. @@ -2780,59 +3188,59 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: vmbus: Cleanup unnecessary comments in hv.c. - Staging: hv: vmbus: Cleanup error handling in hv_init(). - Staging: hv: vmbus: Get rid of unnecessay comments in - connection.c. + connection.c. - Staging: hv: vmbus: Get rid of the function dump_gpadl_body(). - Staging: hv: vmbus: Get rid of the function dump_gpadl_header(). - Staging: hv: vmbus: Rename openMsg to open_msg in channel.c. - Staging: hv: vmbus: Get rid of unnecessary comments in - channel.c. + channel.c. - Staging: hv: vmbus: Change the variable name openInfo to - open_info in channel.c. + open_info in channel.c. - Staging: hv: vmbus: Cleanup error values in ringbuffer.c. - Staging: hv: vmbus: Cleanup the error return value in - vmbus_recvpacket_raw(). + vmbus_recvpacket_raw(). - Staging: hv: netvsc: Get rid of an unnecessary print statement - in netvsc_probe(). + in netvsc_probe(). - Staging: hv: vmbus: Retry vmbus_post_msg() before giving up. - Staging: hv: storvsc: Cleanup error handling in - storvsc_dev_add(). + storvsc_dev_add(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_channel_init(). + storvsc_channel_init(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_connect_to_vsp(). + storvsc_connect_to_vsp(). - Staging: hv: storvsc: Cleanup error handling in storvsc_do_io(). - Storage: hv: storvsc: Get rid of some unnecessary DPRINTs - from storvsc.c. + from storvsc.c. - Staging: hv: storvsc: Fix/cleanup some dated comments in - storvsc.c. + storvsc.c. - Staging: hv: storvsc: Cleanup returned error code in - storvsc_host_reset(). + storvsc_host_reset(). - Staging: hv: storvsc: Cleanup error code returned in - storvsc_probe(). + storvsc_probe(). - Staging: hv: storvsc: Cleanup returned error code in - storvsc_drv_init(). + storvsc_drv_init(). - Staging: hv: netvsc: Cleanup the returned error code in - netvsc_probe(). + netvsc_probe(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_destroy_recv_buf(). + netvsc_destroy_recv_buf(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_init_recv_buf(). + netvsc_init_recv_buf(). - Staging: hv: netvsc: Cleanup error returns in - netvsc_connect_vsp(). + netvsc_connect_vsp(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_send(). + netvsc_send(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_device_add(). + netvsc_device_add(). - Staging: hv: netvsc: Cleanup error codes in - rndis_filter_receive(). + rndis_filter_receive(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_query_device(). + rndis_filter_query_device(). - Staging: hv: netvsc: Cleanup error return values in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - Staging: hv: netvsc: Cleanup error returns in - rndis_filter_init_device(). + rndis_filter_init_device(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_device_add(). + rndis_filter_device_add(). - Staging: hv: mouse: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Exit to exit. @@ -2845,72 +3253,72 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: add driver_data to hv_vmbus_device_id. - Staging: hv: Add code to parse struct hv_vmbus_device_id table. - Staging: hv: file2alias: fix up alias creation logic for - hv_vmbus_device_id. + hv_vmbus_device_id. - Staging: hv: storvsc: Inline free_stor_device(). - Staging: hv: storvsc: Do not aquire an unnecessary reference - on stor_device. + on stor_device. - Staging: hv: storvsc: Rename must_get_stor_device(). - Staging: hv: storvsc: Rename get_stor_device(). - Staging: hv: storvsc: Cleanup alloc_stor_device(). - Staging: hv: storvsc: Introduce state to manage the lifecycle - of stor device. + of stor device. - Staging: hv: storvsc: Prevent outgoing traffic when stor dev - is being destroyed. + is being destroyed. - Staging: hv: storvsc: Get rid of release_stor_device() by - inlining the code. + inlining the code. - Staging: hv: storvsc: Get rid of final_release_stor_device() - by inlining code. + by inlining code. - Staging: hv: storvsc: Get rid of the reference counting in - struct storvsc_device. + struct storvsc_device. - Staging: hv: netvsc: Inline the code for free_net_device(). - Staging: hv: netvsc: Cleanup alloc_net_device(). - Staging: hv: netvsc: Introduce state to manage the lifecycle - of net device. + of net device. - Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev - is destroyed. + is destroyed. - Staging: hv: netvsc: Get rid of release_outbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of release_inbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of the refcnt field in struct - netvsc_device. + netvsc_device. - Staging: hv: storvsc: Add code to handle IDE devices using - the storvsc driver. + the storvsc driver. - Staging: hv: storvsc: Handle IDE devices using the storvsc - driver. + driver. - Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is - not used. + not used. - Staging: hv: storvsc: Optimize bounce buffer handling for the - "write" case. + "write" case. - Staging: hv: storvsc: Optimize the bounce buffer handling in - the "read" case. + the "read" case. - Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of storvsc.c. + contents of storvsc.c. - Staging: hv: storvsc: Add the contents of hyperv_storage.h - to storvsc_drv.c. + to storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of hyperv_storage.h. + contents of hyperv_storage.h. - Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY - and MODE_SENSE. + and MODE_SENSE. - Staging: hv: storvsc: Fix a typo. - Staging: hv: storvsc: In case of scsi errors offline the device. - Staging: hv: storvsc: No need to copy from bounce buffer in - case of a failure. + case of a failure. - Staging: hv: util: Forcefully shutdown when shutdown is - requested. + requested. - Staging: hv: util: Adjust guest time in a process context. - Staging: hv: vmbus: Check before invoking the channel callback. - Staging: hv: vmbus: Properly deal with de-registering channel - callback. + callback. - Staging: hv: Fix a bug in vmbus_match(). - Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining - the code. + the code. - Staging: hv: vmbus: Do not enable auto eoi. - Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add(). - Staging: hv: vmbus: Get rid of some dated/redundant comments. - Staging: hv: vmbus: Get rid of an unnecessary check in - vmbus_connect(). + vmbus_connect(). - Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c. - Staging: hv: vmbus: Fix checkpatch warnings in connection.c. - Staging: hv: mousevsc: Fix checkpatch errors and warnings. @@ -2983,16 +3391,16 @@ Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com - Refreshed and re-enabled dm-path patches: - - patches.suse/dm-mpath-accept-failed-paths. - - patches.suse/dm-mpath-detach-existing-hardware-handler. + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. - commit 70cadcd ------------------------------------------------------------------- Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com - Update to 3.1-rc3. - - Eliminated 8 patches. - - Xen is disabled. + - Eliminated 8 patches. + - Xen is disabled. - commit eccefcc ------------------------------------------------------------------- @@ -3000,8 +3408,8 @@ Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de - * Refresh patches.suse/SUSE-bootsplash. * Fix bootsplash code for 15bpp framebuffers. - These framebuffers are rare these days, the legendary and still - popular server chipset Radeon ES1000 supports it, though. + These framebuffers are rare these days, the legendary and still + popular server chipset Radeon ES1000 supports it, though. - commit f25ce3e ------------------------------------------------------------------- @@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de - Update config files: bnc#674988, change: --CONFIG_ACPI_CUSTOM_METHOD=m + -CONFIG_ACPI_CUSTOM_METHOD=m +# CONFIG_ACPI_CUSTOM_METHOD is not set for all flavors - commit f1af972 @@ -3115,10 +3523,10 @@ Thu Jul 14 17:52:45 CEST 2011 - tiwai@suse.de Thu Jul 14 17:26:51 CEST 2011 - tiwai@suse.de - ALSA: hda - Add Kconfig for the default buffer size - (bnc#682725). + (bnc#682725). - Update config files. - Delete, replaced with the new upstream patch - patches.drivers/alsa-hda-0019-Increase-default-buffer-size. + patches.drivers/alsa-hda-0019-Increase-default-buffer-size. - commit 40c7644 ------------------------------------------------------------------- @@ -3140,7 +3548,7 @@ Sat Jul 9 11:17:46 CEST 2011 - jslaby@suse.cz Thu Jul 7 00:58:01 CEST 2011 - jeffm@suse.com - Update to 3.0-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 56e99da ------------------------------------------------------------------- @@ -3149,7 +3557,7 @@ Tue Jul 5 09:18:43 CEST 2011 - jbeulich@novell.com - Update Xen patches to 3.0-rc5 and c/s 1095. - xen: prepare tmem shim to handle frontswap. - support booting Xen from EFI (fate#311376, fate#311529, - bnc#578927, bnc#628554). + bnc#578927, bnc#628554). - config.conf: Re-enabled Xen flavors. - Update x86 config files. - Delete patches.xen/xen-blkback-bimodal-suse. @@ -3196,31 +3604,31 @@ Tue Jun 21 12:14:44 CEST 2011 - mmarek@suse.cz Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz - rpm/post.sh: Touch /boot/do_purge_kernels on package install - (fate#312018). + (fate#312018). - rpm/postun.sh: Remove it again if it still exists on package - uninstall. + uninstall. - commit 82f4a5d ------------------------------------------------------------------- Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de - stop_machine: implement stop_machine_from_offline_cpu() - (bnc#697859). + (bnc#697859). - stop_machine: kill __stop_machine() (bnc#697859). - x86, mtrr: lock stop machine during MTRR rendezvous sequence - (bnc#697859). + (bnc#697859). - stop_machine: reorganize stop_cpus() implementation - (bnc#697859). + (bnc#697859). - x86, mtrr: use __stop_machine() for doing MTRR rendezvous - (bnc#697859). + (bnc#697859). - commit aa3d6e2 ------------------------------------------------------------------- Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz - Remove the novfs patches, it should be packaged as a KMP, or - ideally, reimplemented as a fuse filesystem (which is the reason why - the current implementation it is never going to be accepted upstream). + ideally, reimplemented as a fuse filesystem (which is the reason why + the current implementation it is never going to be accepted upstream). - Delete patches.fixes/novfs-copy_user-fixes.diff. - Delete patches.fixes/novfs-minsize-fixes. - Delete patches.fixes/novfs-nwcapi.patch. @@ -3275,7 +3683,7 @@ Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz Wed Jun 15 08:05:05 CEST 2011 - jeffm@suse.com - Update to 3.0-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit a1fe999 ------------------------------------------------------------------- @@ -3343,9 +3751,9 @@ Mon Jun 13 14:06:28 CEST 2011 - mmarek@suse.cz the SRCVERSION variable will only be used to determine the tarball version. - rpm/compute-PATCHVERSION.sh: Set default PATCHLEVEL and SUBLEVEL to 0. - The package version will thus always match the Makefile version and - the SRCVERSION variable will only be used to determine the tarball - version. + The package version will thus always match the Makefile version and + the SRCVERSION variable will only be used to determine the tarball + version. - rpm/kernel-binary.spec.in: Revert the previous hack. - commit 95c9977 @@ -3368,9 +3776,9 @@ Fri Jun 10 20:24:41 CEST 2011 - jeffm@suse.com Fri Jun 10 17:12:22 CEST 2011 - jeffm@suse.com - x86: Remove warning and warning_symbol from struct - stacktrace_ops. + stacktrace_ops. - Delete - patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. + patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. - commit 608ce9e ------------------------------------------------------------------- @@ -3462,13 +3870,13 @@ Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - commit 83331f5 ------------------------------------------------------------------- @@ -3489,14 +3897,14 @@ Tue May 31 05:09:44 CEST 2011 - jeffm@suse.com Tue May 31 05:08:21 CEST 2011 - jeffm@suse.com - Updated to 3.0-rc1. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit 5710413 ------------------------------------------------------------------- Mon May 30 15:54:37 CEST 2011 - jack@suse.cz - mm: Fix assertion mapping->nrpages == 0 in end_writeback() - (bnc#693013 bnc#666423). + (bnc#693013 bnc#666423). - Refresh patches.xen/tmem. - commit d3e465a @@ -3504,9 +3912,9 @@ Mon May 30 15:54:37 CEST 2011 - jack@suse.cz Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. + patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. - aic94xx: world-writable sysfs update_bios file. - Update upstream info. + Update upstream info. - commit 8912816 ------------------------------------------------------------------- @@ -3567,7 +3975,7 @@ Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc7. - - Eliminated 5 patches. + - Eliminated 5 patches. - commit a8a170f ------------------------------------------------------------------- @@ -3580,16 +3988,16 @@ Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz - Delete - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 - commit 7934e2d ------------------------------------------------------------------- Thu May 12 11:56:16 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - Note about submission. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + Note about submission. - commit 9922e20 ------------------------------------------------------------------- @@ -3602,15 +4010,15 @@ Tue May 10 19:10:18 CEST 2011 - mhocko@suse.cz Tue May 10 16:14:44 CEST 2011 - mhocko@suse.cz - patches.fixes/aggressive-zone-reclaim.patch: delete because - the patch is very workload specific and can lead to unexpected - reclaims in parallel node local workloads. + the patch is very workload specific and can lead to unexpected + reclaims in parallel node local workloads. - commit 56cf10e ------------------------------------------------------------------- Tue May 10 16:04:27 CEST 2011 - mhocko@suse.cz - Delete patches.suse/mm-devzero-optimisation.patch: we do not need - it anymore as we have zero page back since 2.6.32 + it anymore as we have zero page back since 2.6.32 - commit 323a093 ------------------------------------------------------------------- @@ -3629,64 +4037,64 @@ Mon May 9 14:32:59 CEST 2011 - jbeulich@novell.com Mon May 9 11:32:35 CEST 2011 - jbeulich@novell.com - patches.suse/kconfig-automate-kernel-desktop: Remove stray blank - lines (for older versions of "patch" to grok). + lines (for older versions of "patch" to grok). - commit 4dfa74d ------------------------------------------------------------------- Sat May 7 01:50:06 CEST 2011 - jeffm@suse.com - Removed network driver entropy patches. haveged is installed by default - and should be enabled to generate entropy from non-predictable sources. - - Delete patches.drivers/bnx2-entropy-source.patch. - - Delete patches.drivers/e1000-entropy-source.patch. - - Delete patches.drivers/e1000e-entropy-source.patch. - - Delete patches.drivers/igb-entropy-source.patch. - - Delete patches.drivers/ixgbe-entropy-source.patch. - - Delete patches.drivers/tg3-entropy-source.patch. + and should be enabled to generate entropy from non-predictable sources. + - Delete patches.drivers/bnx2-entropy-source.patch. + - Delete patches.drivers/e1000-entropy-source.patch. + - Delete patches.drivers/e1000e-entropy-source.patch. + - Delete patches.drivers/igb-entropy-source.patch. + - Delete patches.drivers/ixgbe-entropy-source.patch. + - Delete patches.drivers/tg3-entropy-source.patch. - commit c88b893 ------------------------------------------------------------------- Fri May 6 19:36:47 CEST 2011 - jeffm@suse.com - Update - patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack - (bnc#466279 bnc#681639). + patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack + (bnc#466279 bnc#681639). - commit 72e779f ------------------------------------------------------------------- Fri May 6 19:31:10 CEST 2011 - jeffm@suse.com - Disabled patches.drivers/libata-unlock-hpa-by-default; It may have - been obsoleted by upstream commit d8d9129e. + been obsoleted by upstream commit d8d9129e. - commit 1a21ab3 ------------------------------------------------------------------- Fri May 6 18:51:20 CEST 2011 - jeffm@suse.com - sysctl: Increase IPC defaults (bnc#146656) - - Delete patches.suse/shmall-bigger. + - Delete patches.suse/shmall-bigger. - commit a70e34f ------------------------------------------------------------------- Fri May 6 17:50:56 CEST 2011 - jeffm@suse.com - sysctl/i386/desktop, sysctl/x86_64/desktop: Add vm.dirty_ratio = 20 - for desktop flavors (bnc#552883) - - Delete patches.suse/mm-tune-dirty-limits.patch. + for desktop flavors (bnc#552883) + - Delete patches.suse/mm-tune-dirty-limits.patch. - commit dbe73e2 ------------------------------------------------------------------- Fri May 6 17:25:45 CEST 2011 - jeffm@suse.com - sysctl/defaults: Added kernel.hung_task_timeout=0 - - Delete patches.suse/hung_task_timeout-configurable-default. + - Delete patches.suse/hung_task_timeout-configurable-default. - commit 78f9eed ------------------------------------------------------------------- Fri May 6 16:41:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-{binary,source}.spec.in: Install per-kernel /boot/sysctl-* - files (patch from Jeff Mahoney). + files (patch from Jeff Mahoney). - commit 473f2d1 ------------------------------------------------------------------- @@ -3699,7 +4107,7 @@ Thu May 5 22:35:53 CEST 2011 - jeffm@suse.com Thu May 5 22:23:21 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc6. - - 2 patches eliminated. + - 2 patches eliminated. - commit 2643e59 ------------------------------------------------------------------- @@ -3713,9 +4121,9 @@ Tue May 3 03:08:18 CEST 2011 - tonyj@suse.de Fri Apr 29 20:35:21 CEST 2011 - jeffm@suse.com - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - commit 52dd0f0 ------------------------------------------------------------------- @@ -3737,7 +4145,7 @@ Fri Apr 29 00:36:03 CEST 2011 - gregkh@suse.de - Delete patches.suse/linux-2.6.29-dont-wait-for-mouse.patch. - Delete patches.suse/linux-2.6.29-even-faster-kms.patch. - Delete - patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. + patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. - Delete patches.suse/linux-2.6.29-kms-after-sata.patch. - Delete patches.suse/linux-2.6.29-touchkit.patch. - commit c13427d @@ -3752,22 +4160,22 @@ Fri Apr 29 00:17:46 CEST 2011 - jbenc@suse.cz Thu Apr 28 23:32:44 CEST 2011 - rjw@suse.de - Delete patches.xen/xen3-x86-mcp51-no-dac. - Also remove the series.conf entires for the x86-mcp-no-dac patches. + Also remove the series.conf entires for the x86-mcp-no-dac patches. - commit 574577b ------------------------------------------------------------------- Thu Apr 28 23:16:27 CEST 2011 - rjw@suse.de - Delete patches.arch/x86-mcp51-no-dac. (This is a blacklist entry that - has been rejected by the mainline, the problem reporter is gone and - it's next to impossible to verify it now.) + has been rejected by the mainline, the problem reporter is gone and + it's next to impossible to verify it now.) - commit 195b113 ------------------------------------------------------------------- Thu Apr 28 21:38:22 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - commit a2662ae ------------------------------------------------------------------- @@ -3782,14 +4190,14 @@ Thu Apr 28 20:56:33 CEST 2011 - jslaby@suse.cz Thu Apr 28 20:30:56 CEST 2011 - bphilips@suse.de - Delete - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. + patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. - commit 9917206 ------------------------------------------------------------------- Thu Apr 28 20:19:59 CEST 2011 - bphilips@suse.de - Delete - patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. + patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. - commit 08374b3 ------------------------------------------------------------------- @@ -3822,7 +4230,7 @@ Thu Apr 28 14:18:12 CEST 2011 - jbeulich@novell.com Wed Apr 27 22:20:02 CEST 2011 - jeffm@suse.com - Delete - patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. + patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. - commit 399a100 ------------------------------------------------------------------- @@ -3884,10 +4292,10 @@ Wed Apr 27 21:34:13 CEST 2011 - jeffm@suse.com - Delete patches.suse/acpi-don-t-preempt-until-the-system-is-up. - Delete - patches.suse/acpi-generic-initramfs-table-override-support. + patches.suse/acpi-generic-initramfs-table-override-support. - Delete patches.suse/add-initramfs-file_read_write. - Delete - patches.suse/init-move-populate_rootfs-back-to-start_kernel. + patches.suse/init-move-populate_rootfs-back-to-start_kernel. - commit d4910b3 ------------------------------------------------------------------- @@ -3901,14 +4309,14 @@ Wed Apr 27 21:29:24 CEST 2011 - jeffm@suse.com Wed Apr 27 21:11:59 CEST 2011 - jeffm@suse.com - Delete patches.suse/osync-error. It was unused and the issue it fixed in - kernels prior to 2.6.32 doesn't exist anymore. + kernels prior to 2.6.32 doesn't exist anymore. - commit 52cc654 ------------------------------------------------------------------- Wed Apr 27 20:48:55 CEST 2011 - jeffm@suse.com - Delete patches.suse/s390-System.map.diff: Proper fix in binutils has - long since been upstream. + long since been upstream. - commit 2847a36 ------------------------------------------------------------------- @@ -3941,7 +4349,7 @@ Wed Apr 27 20:18:37 CEST 2011 - jeffm@suse.com Wed Apr 27 20:16:52 CEST 2011 - jeffm@suse.com - Delete patches.suse/unmap_vmas-lat: No bug report or signed-off-by. - - Delete patches.arch/s390-add-FREE_PTE_NR. + - Delete patches.arch/s390-add-FREE_PTE_NR. - commit 2a392c2 ------------------------------------------------------------------- @@ -3954,7 +4362,7 @@ Wed Apr 27 20:16:00 CEST 2011 - jeffm@suse.com Wed Apr 27 20:15:02 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc5. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5288a05 ------------------------------------------------------------------- @@ -3974,7 +4382,7 @@ Wed Apr 27 19:43:47 CEST 2011 - jeffm@suse.com Tue Apr 26 11:03:18 CEST 2011 - jkosina@suse.cz - HID: add noget quirk barcode scanners from Symbol Technologies - (bnc#689290). + (bnc#689290). - commit f5b999f ------------------------------------------------------------------- @@ -3987,7 +4395,7 @@ Fri Apr 22 00:01:41 CEST 2011 - jeffm@suse.com Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz - Revert changes to sparc configs to not make life harder for Jan Engelhardt - maintaining sparc architecture. + maintaining sparc architecture. - commit cdac873 ------------------------------------------------------------------- @@ -4006,7 +4414,7 @@ Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 3f654c8 ------------------------------------------------------------------- @@ -4019,15 +4427,15 @@ Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de - Combined and consolidated bootsplash patch (bnc#669777, - bnc#570082, bnc#595657, bnc#594209, bnc#544645). - - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. - - Delete patches.suse/bootsplash. - - Delete patches.suse/bootsplash-console-fix. - - Delete patches.suse/bootsplash-keep-multiple-data. - - Delete patches.suse/bootsplash-scaler. - - Reformatted code, fixed some minor bugs that became obvious. - - Fixed race that led to null pointer dereference in splash_read_proc(): - bnc#669777. + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. - commit 95844c5 ------------------------------------------------------------------- @@ -4040,7 +4448,7 @@ Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de - intel_idle: Make lapic_timer_reliable_states a boot param - (bnc#675161). + (bnc#675161). - commit 85b156b ------------------------------------------------------------------- @@ -4054,7 +4462,7 @@ Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - - This results in automatically disabling CONFIG_GIGASET_I4L. + - This results in automatically disabling CONFIG_GIGASET_I4L. - commit 697e68b ------------------------------------------------------------------- @@ -4074,7 +4482,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com - Update Xen patches to 2.6.39-rc3 and c/s 1079. - blktap2: replace hard-coded limit of tap devices with - configurable one. + configurable one. - config.conf: Re-enable Xen configs. - Update x86 config files. - commit d3bfd6c @@ -4083,7 +4491,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com - fs/partitions/efi.c: corrupted GUID partition tables can cause - kernel oops (bnc#687113 CVE-2011-1577). + kernel oops (bnc#687113 CVE-2011-1577). - commit 385b393 ------------------------------------------------------------------- @@ -4128,7 +4536,7 @@ Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 200c913 ------------------------------------------------------------------- @@ -4153,29 +4561,29 @@ Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc2. - - Eliminated 18 patches. - - Added 3 patches. - - hv_mouse: needs . - - dm-raid45: Remove blk_unplug calls. - - novfs: 2.6.39 API update. - - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. - - patches.kernel.org is no longer used to contain upstream patches - for -rc releases. Users planning on building their own kernel should - have a copy of the tarball corresponding to the -rc releases. + - Eliminated 18 patches. + - Added 3 patches. + - hv_mouse: needs . + - dm-raid45: Remove blk_unplug calls. + - novfs: 2.6.39 API update. + - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. + - patches.kernel.org is no longer used to contain upstream patches + for -rc releases. Users planning on building their own kernel should + have a copy of the tarball corresponding to the -rc releases. - commit adf9d16 ------------------------------------------------------------------- Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de - Make selection of 'readdir-plus' adapt to usage patterns - (bnc#678123). + (bnc#678123). - commit 5de99a8 ------------------------------------------------------------------- Wed Apr 6 09:01:38 CEST 2011 - jeffm@suse.de - reiserfs: Force inode evictions before umount to avoid crash - (bnc#610598 bnc#680073 bnc#684112). + (bnc#610598 bnc#680073 bnc#684112). - Delete patches.fixes/reiserfs-xattr-crash-fix. - commit bf57d20 @@ -4189,21 +4597,21 @@ Tue Apr 5 10:42:22 CEST 2011 - jslaby@suse.cz Wed Mar 30 23:50:41 CEST 2011 - jeffm@suse.com - Delete patches.suse/twofish-2.6. - - This was for 2.4 compatibility and has been moved to KMP purgatory. + - This was for 2.4 compatibility and has been moved to KMP purgatory. - commit dcca506 ------------------------------------------------------------------- Wed Mar 30 10:32:32 CEST 2011 - jslaby@suse.cz - Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo - (bnc#681826). + (bnc#681826). - commit 2e71042 ------------------------------------------------------------------- Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de - Update config files, remove CONFIG_X86_MCE_XEON75XX=m - ->driver got reverted with previous commit + ->driver got reverted with previous commit - Refresh patches.xen/xen3-auto-arch-x86.diff. - commit b367e7b @@ -4215,18 +4623,18 @@ Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de APEI implementation should take care of that in recent kernels. - Delete patches.arch/x86_mce_intel_decode_physical_address.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. + patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. - commit 1fe7a22 ------------------------------------------------------------------- Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not install unneeded packages in the - build chroot. + build chroot. - commit 7f4c49d ------------------------------------------------------------------- @@ -4246,7 +4654,7 @@ Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz - Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing - the signal code (bnc#681826 CVE-2011-1020). + the signal code (bnc#681826 CVE-2011-1020). - commit 2e42fd4 ------------------------------------------------------------------- @@ -4255,7 +4663,7 @@ Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de - sound/oss/opl3: validate voice and channel indexes (bnc#681999). - sound/oss: remove offset from load_patch callbacks (bnc#681999). - ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl - (bnc#680816). + (bnc#680816). - commit 09ff6e9 ------------------------------------------------------------------- @@ -4268,7 +4676,7 @@ Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz - HID: add support for Skycable 0x3f07 wireless presenter - (bnc#681297). + (bnc#681297). - commit 892e8d4 ------------------------------------------------------------------- @@ -4299,12 +4707,12 @@ Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de - netvm: Do not mark requests for swapfile writes as dirty or - kswapd fails to free the page (bnc#678472). + kswapd fails to free the page (bnc#678472). - nfs: Use page_file_offset during page writeback (bnc#677738). - nfs: Convert nfs_mark_request_dirty() to use page_file_mapping() - (bnc#677738). + (bnc#677738). - netvm: Remove duplicated initialization in net/ipv4/route.c - (bnc#678970). + (bnc#678970). - collapse: mm: Report the low watermark correctly (bnc#678497). - commit a798dd1 @@ -4318,7 +4726,7 @@ Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com - Linux: 2.6.38-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 7da557d ------------------------------------------------------------------- @@ -4343,38 +4751,38 @@ Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc7. - - Refresh patches.xen/xen-x86-no-lapic. - - Refresh patches.xen/xen3-patch-2.6.19. + - Refresh patches.xen/xen-x86-no-lapic. + - Refresh patches.xen/xen3-patch-2.6.19. - commit 7eb9d30 ------------------------------------------------------------------- Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - commit 88d5daa ------------------------------------------------------------------- Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in - yesterday's change. + yesterday's change. - commit 098768b ------------------------------------------------------------------- Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Add annotations to - lib/rwsem_64.S. + lib/rwsem_64.S. - commit 87944ac ------------------------------------------------------------------- Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de - ALSA: usb-audio: fix oops due to cleanup race when disconnecting - (bnc#674735). + (bnc#674735). - commit ed81f8c ------------------------------------------------------------------- @@ -4387,7 +4795,7 @@ Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com - Update to 2.6.38-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 6cce7bb ------------------------------------------------------------------- @@ -4400,7 +4808,7 @@ Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de - ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499, - CVE-2011-0712). + CVE-2011-0712). - commit 5ef002b ------------------------------------------------------------------- @@ -4419,22 +4827,22 @@ Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de - Update config files. - - disable CONFIG_DRM_VMWGFX (bnc#606458) - - update sparc configs to at least be able to run "make oldconfig" + - disable CONFIG_DRM_VMWGFX (bnc#606458) + - update sparc configs to at least be able to run "make oldconfig" - commit da75bd9 ------------------------------------------------------------------- Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Re-add change lost during - initial 2.6.37 merge. + initial 2.6.37 merge. - commit e493205 ------------------------------------------------------------------- Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz - Move spec file templates and helper scripts to a separate branch, to - ease synchronizing these files among master, vanilla and linux-next. + ease synchronizing these files among master, vanilla and linux-next. - commit 411abb8 ------------------------------------------------------------------- @@ -4454,7 +4862,7 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code - was merged into rpm's find-supplements script. + was merged into rpm's find-supplements script. - Delete rpm/check-build.sh, not needed anymore. - commit 0a157b1 @@ -4462,43 +4870,43 @@ Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com - flexcop: fix registering braindead stupid names (brc#575873 - bnc#661429). + bnc#661429). - commit 72bd3d0 ------------------------------------------------------------------- Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de - Staging: samsung-laptop: add support for lots of laptops - (bnc#661682). + (bnc#661682). - commit 1eb5eaa ------------------------------------------------------------------- Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Set timestamp of sources to the commit - timestamp, so that they are always older than generated files in - /usr/src/linux-obj (bnc#669669). + timestamp, so that they are always older than generated files in + /usr/src/linux-obj (bnc#669669). - commit 8565452 ------------------------------------------------------------------- Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to - keep timestamps intact. + keep timestamps intact. - commit 9ba5ff0 ------------------------------------------------------------------- Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Remove .gitignore files after applying patches - (fix last change). + (fix last change). - commit 907f9cc ------------------------------------------------------------------- Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit c327e0a ------------------------------------------------------------------- @@ -4546,8 +4954,8 @@ Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition - of %release_major and rename it to %release_num to better describe - what it does. Add some comments to explain how the versioning works. + of %release_major and rename it to %release_num to better describe + what it does. Add some comments to explain how the versioning works. - commit 9a3bc94 ------------------------------------------------------------------- @@ -4566,14 +4974,14 @@ Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit b6b51ca ------------------------------------------------------------------- Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de - ALSA: hda - Fix memory leaks in conexant jack arrays - (bnc#668929). + (bnc#668929). - commit 31971a4 ------------------------------------------------------------------- @@ -4611,8 +5019,8 @@ Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com - Update config files. - - CONFIG_EXPERT=n on all but ps3 - - Vanilla configs updated. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. - commit b25e639 ------------------------------------------------------------------- @@ -4633,7 +5041,7 @@ Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 90baa82 ------------------------------------------------------------------- @@ -4652,30 +5060,30 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc1. - - Removed 12 patches. - - Xen is disabled. - - Quite a few patches need updating. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. - commit 9163bb7 ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff ------------------------------------------------------------------- @@ -4688,7 +5096,7 @@ Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 ------------------------------------------------------------------- @@ -4707,22 +5115,22 @@ Mon Jan 17 20:52:49 CET 2011 - jeffm@suse.com Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz - Revert %kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 ------------------------------------------------------------------- Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 ------------------------------------------------------------------- Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 ------------------------------------------------------------------- @@ -4796,7 +5204,7 @@ Thu Jan 6 20:51:31 CET 2011 - jeffm@suse.com Thu Jan 6 19:48:28 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe ------------------------------------------------------------------- @@ -4815,28 +5223,28 @@ Thu Jan 6 17:09:12 CET 2011 - jeffm@suse.com Thu Jan 6 17:08:44 CET 2011 - jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d ------------------------------------------------------------------- Thu Jan 6 16:10:26 CET 2011 - jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 ------------------------------------------------------------------- @@ -4849,7 +5257,7 @@ Thu Jan 6 15:49:34 CET 2011 - jack@suse.cz Thu Jan 6 13:56:07 CET 2011 - mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 ------------------------------------------------------------------- @@ -4858,7 +5266,7 @@ Thu Jan 6 10:07:22 CET 2011 - mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b @@ -4879,7 +5287,7 @@ Thu Dec 30 00:50:58 CET 2010 - jeffm@suse.com Wed Dec 29 22:23:21 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 ------------------------------------------------------------------- @@ -4904,38 +5312,38 @@ Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c ------------------------------------------------------------------- Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (bnc#655048). + Backport to XEN. - commit 92c0965 ------------------------------------------------------------------- Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz - Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive - decode" (bnc#655048). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 @@ -4950,8 +5358,8 @@ Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz - Delete - patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. - It's unreferenced and wrong. + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. - commit 9e6fc50 ------------------------------------------------------------------- @@ -4988,10 +5396,10 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 @@ -5024,14 +5432,14 @@ Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 ------------------------------------------------------------------- Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 ------------------------------------------------------------------- @@ -5062,7 +5470,7 @@ Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b @@ -5071,12 +5479,12 @@ Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c ------------------------------------------------------------------- @@ -5109,7 +5517,7 @@ Fri Nov 26 15:04:27 CET 2010 - jbeulich@novell.com - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -5133,7 +5541,7 @@ Wed Nov 24 15:49:45 CET 2010 - jeffm@suse.com Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac ------------------------------------------------------------------- @@ -5157,7 +5565,7 @@ Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Wed Nov 17 17:10:32 CET 2010 - jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 ------------------------------------------------------------------- @@ -5176,7 +5584,7 @@ Tue Nov 16 20:08:11 CET 2010 - jeffm@suse.com Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 ------------------------------------------------------------------- @@ -5189,7 +5597,7 @@ Mon Nov 15 21:33:19 CET 2010 - jeffm@suse.com Mon Nov 15 21:30:37 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 ------------------------------------------------------------------- @@ -5208,16 +5616,16 @@ Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz Fri Nov 12 18:37:10 CET 2010 - jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 ------------------------------------------------------------------- Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de - Update config files. (bnc#652954) increase the number of possible and - default uarts for users with multi-port serial cards for the i386 and - x86-64 default configs. + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. - commit 85c87e3 ------------------------------------------------------------------- @@ -5231,20 +5639,20 @@ Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + top down (bnc#651256). - PCI: allocate bus resources from the top down (bnc#651256). - x86/PCI: allocate space from the end of a region, not the - beginning (bnc#651256). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + capabilities (bnc#651256). - x86: allocate space within a region top-down (bnc#651256). - Refresh patches.xen/xen3-patch-2.6.34. - commit 8c68ad1 @@ -5253,21 +5661,21 @@ Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 ------------------------------------------------------------------- Fri Oct 29 13:47:35 CEST 2010 - jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb ------------------------------------------------------------------- Fri Oct 29 01:53:34 CEST 2010 - trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b ------------------------------------------------------------------- @@ -5287,14 +5695,14 @@ Wed Oct 27 14:51:30 CEST 2010 - jslaby@suse.cz Tue Oct 26 21:31:22 CEST 2010 - trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 ------------------------------------------------------------------- Tue Oct 26 13:41:23 CEST 2010 - jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 ------------------------------------------------------------------- @@ -5302,7 +5710,7 @@ Mon Oct 25 12:53:38 CEST 2010 - jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 @@ -5312,7 +5720,7 @@ Mon Oct 25 08:58:15 CEST 2010 - tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda ------------------------------------------------------------------- @@ -5325,7 +5733,7 @@ Fri Oct 22 21:18:25 CEST 2010 - jeffm@suse.de Fri Oct 22 13:32:04 CEST 2010 - jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb ------------------------------------------------------------------- @@ -5340,7 +5748,7 @@ Thu Oct 21 10:11:03 CEST 2010 - sjayaraman@suse.de Mon Oct 18 16:54:57 CEST 2010 - trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf ------------------------------------------------------------------- @@ -5376,7 +5784,7 @@ Mon Oct 11 17:14:51 CEST 2010 - mmarek@suse.cz Mon Oct 11 16:12:29 CEST 2010 - jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 ------------------------------------------------------------------- @@ -5389,7 +5797,7 @@ Fri Oct 8 17:40:50 CEST 2010 - jeffm@suse.de Tue Oct 5 18:02:19 CEST 2010 - jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa ------------------------------------------------------------------- @@ -5402,7 +5810,7 @@ Tue Oct 5 17:19:46 CEST 2010 - jeffm@suse.de Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 @@ -5411,7 +5819,7 @@ Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de Mon Oct 4 16:57:34 CEST 2010 - jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 ------------------------------------------------------------------- @@ -5424,25 +5832,25 @@ Fri Sep 24 13:45:31 CEST 2010 - jbeulich@novell.com Fri Sep 24 13:23:13 CEST 2010 - trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 ------------------------------------------------------------------- Fri Sep 24 13:14:36 CEST 2010 - trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 ------------------------------------------------------------------- @@ -5467,7 +5875,7 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 @@ -5475,7 +5883,7 @@ Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b ------------------------------------------------------------------- @@ -5494,7 +5902,7 @@ Tue Sep 21 14:15:34 CEST 2010 - mmarek@suse.cz Tue Sep 21 13:59:10 CEST 2010 - jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 ------------------------------------------------------------------- @@ -5502,8 +5910,8 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f @@ -5512,14 +5920,14 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de Mon Sep 20 16:03:14 CEST 2010 - sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b ------------------------------------------------------------------- Mon Sep 20 15:25:41 CEST 2010 - jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 ------------------------------------------------------------------- @@ -5532,25 +5940,25 @@ Sun Sep 19 17:39:03 CEST 2010 - jeffm@suse.com Fri Sep 17 01:05:47 CEST 2010 - jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 ------------------------------------------------------------------- Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de - x86-64, compat: Test %rax for the syscall number, not %eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 ------------------------------------------------------------------- Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac ------------------------------------------------------------------- @@ -5563,21 +5971,21 @@ Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 ------------------------------------------------------------------- Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 ------------------------------------------------------------------- Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 ------------------------------------------------------------------- @@ -5592,11 +6000,11 @@ Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -5626,7 +6034,7 @@ Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de 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). + (CVE-2010-2954 bnc#636112). - commit f04e61f ------------------------------------------------------------------- @@ -5648,7 +6056,7 @@ Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 ------------------------------------------------------------------- @@ -5667,28 +6075,28 @@ Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - 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. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + 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. + 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. + the truncate path and causes crashes. - commit e18fc2c ------------------------------------------------------------------- @@ -5743,22 +6151,22 @@ Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de 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. + 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. + 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. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e ------------------------------------------------------------------- @@ -5772,7 +6180,7 @@ Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com 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. + avoid triggering a build service rule error. - commit 124ac26 ------------------------------------------------------------------- @@ -5791,14 +6199,14 @@ Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de 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. + 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 - to grab the BKL + to grab the BKL - commit 1df02ec ------------------------------------------------------------------- @@ -5811,20 +6219,20 @@ Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - 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. + - 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 ------------------------------------------------------------------- @@ -5843,10 +6251,10 @@ Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com 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. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 ------------------------------------------------------------------- @@ -5878,7 +6286,7 @@ Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com 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). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 ------------------------------------------------------------------- @@ -5891,7 +6299,7 @@ Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz 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. + 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 @@ -5901,14 +6309,14 @@ Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de 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). + 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). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 @@ -5917,13 +6325,13 @@ 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. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b @@ -5932,7 +6340,7 @@ Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com 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. + usage from upstream commit 718be4aa. - commit 4ce0b48 ------------------------------------------------------------------- @@ -5963,7 +6371,7 @@ Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 ------------------------------------------------------------------- @@ -5976,7 +6384,7 @@ Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 ------------------------------------------------------------------- @@ -5990,7 +6398,7 @@ 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). + though). - commit 8ed2389 ------------------------------------------------------------------- diff --git a/kernel-syms.spec b/kernel-syms.spec index 09d6585f1..81a427e9f 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -23,7 +23,7 @@ Name: kernel-syms Summary: Kernel Symbol Versions (modversions) -Version: 3.6.3 +Version: 3.7.0 %if %using_buildservice Release: 0 %else @@ -59,9 +59,6 @@ Requires: kernel-omap2plus-devel = %version-%source_rel %ifarch %ix86 Requires: kernel-pae-devel = %version-%source_rel %endif -%ifarch ppc ppc64 -Requires: kernel-ppc64-devel = %version-%source_rel -%endif %ifarch s390 Requires: kernel-s390-devel = %version-%source_rel %endif @@ -71,6 +68,9 @@ Requires: kernel-tegra-devel = %version-%source_rel %ifarch armv7hl Requires: kernel-u8500-devel = %version-%source_rel %endif +%ifarch armv5tel +Requires: kernel-versatile-devel = %version-%source_rel +%endif %ifarch %ix86 x86_64 Requires: kernel-xen-devel = %version-%source_rel %endif @@ -79,7 +79,7 @@ Provides: %name = %version-%source_rel Source: README.KSYMS Requires: kernel-devel%variant = %version-%source_rel BuildRoot: %{_tmppath}/%{name}-%{version}-build -ExclusiveArch: %ix86 armv7hl ia64 ppc ppc64 s390 s390x x86_64 +ExclusiveArch: %ix86 armv5tel armv7hl ia64 ppc ppc64 s390 s390x x86_64 Prefix: /usr/src %description diff --git a/kernel-tegra.changes b/kernel-tegra.changes index 2887ccaf6..e0d27f80d 100644 --- a/kernel-tegra.changes +++ b/kernel-tegra.changes @@ -1,3 +1,393 @@ +------------------------------------------------------------------- +Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com + +- ezusb: add dependency to USB. + This prevents build failures by making it depend on the value of CONFIG_USB. + Commit 36e0f0bd did this for architectures other than ARM manually. +- commit b89db5d + +------------------------------------------------------------------- +Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de + +- Drivers: hv: balloon: Fix a memory leak. +- commit 26cdad5 + +------------------------------------------------------------------- +Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com + +- Update to 3.7-final. +- commit 1771a73 + +------------------------------------------------------------------- +Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de + +- Update patch headers for fate314663 and fate314665 changes +- commit 44044f1 + +------------------------------------------------------------------- +Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz + +- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually + ext3 will be removed upstream so let's do the transition. +- commit dadc8ea + +------------------------------------------------------------------- +Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr + +- Update omap2plus (armv7) config: Enable TWL* USB drivers +- commit 28c09f5 + +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + +------------------------------------------------------------------- +Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de + +- fate#314663 hyper-v memory ballooning support +- mm: Export a function to get vm committed memory. +- Drivers: hv: Add Hyper-V balloon driver. +- Drivers: hv: balloon: Fix a bug in the definition of struct + dm_info_msg. +- Update config files. + fate#314665 hyper-v: Update the Vmbus protocol +- Drivers: hv: Implement routines for read side signaling + optimization. +- Drivers: hv: Add state to manage batched reading. +- Drivers: hv: Turn off batched reading for util drivers. +- Drivers: hv: Optimize signaling in the read path. +- Drivers: hv: Optimize the signaling on the write path. +- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask(). +- Drivers: hv: Support handling multiple VMBUS versions. +- Drivers: hv: Update the ring buffer structure to match win8 + functionality. +- Drivers: hv: Extend/modify vmbus_channel_offer_channel for + win7 and beyond. +- Drivers: hv: Save and export negotiated vmbus version. +- Drivers: hv: Change the signature for hv_signal_event(). +- Drivers: hv: Change the signature of vmbus_set_event(). +- Drivers: hv: Move vmbus version definitions to hyperv.h. +- Drivers: hv: Manage signaling state on a per-connection basis. +- Drivers: hv: Cleanup vmbus_set_event() to support win7 and + beyond. +- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID. +- Drivers: hv: Add state to manage incoming channel interrupt + load. +- Drivers: hv: Modify the interrupt handling code to support + win8 and beyond. +- Drivers: hv: Add code to distribute channel interrupt load. +- Drivers: hv: Get rid of the unused global signaling state. +- Drivers: hv: Get rid of unnecessary request for offers. +- Drivers: hv: Manage event tasklets on per-cpu basis. +- Drivers: hv: Handle vmbus interrupts concurrently on all cpus. +- Drivers: hv: Add a check to deal with spurious interrupts. +- Drivers: hv: Enable protocol negotiation with win8 hosts. +- Drivers: hv: Implement flow management on the send side. +- Drivers: hv: Capture the host build information. +- Drivers: hv: Cleanup and consolidate reporting of build/version + info. +- commit 4fccd03 + +------------------------------------------------------------------- +Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc8. +- Delete patches.rpmify/net-fix-build-failure-in-xilinx. +- commit 76b3d92 + +------------------------------------------------------------------- +Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de + +- add splash=black option to bootsplash code, + to keep a black background, useful for remote access to VMs + (bnc#773487) +- commit c060ae1 + +------------------------------------------------------------------- +Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem + (bnc#781327) +- commit 841d864 + +------------------------------------------------------------------- +Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com + +- net: fix build failure in xilinx. +- commit 28be621 + +------------------------------------------------------------------- +Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com + +- Update config files. Enable CONFIG_SMB2 to 'y'. +- commit 25bdfaf + +------------------------------------------------------------------- +Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc6. +- commit daac70a + +------------------------------------------------------------------- +Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz + +- rpm/config.sh: Set projects for ARM +- commit 55bac79 + +------------------------------------------------------------------- +Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related + crash in context switch code). +- commit bb1d12d + +------------------------------------------------------------------- +Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com + +- Update to 3.7-rc5. +- Update Xen patches additionally to c/s 1204: +- commit d5de9cf + +------------------------------------------------------------------- +Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com + +- config: sync x86_64 configs for NR_UARTS + This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and + CONFIG_SERIAL_8250_NR_UARTS to 32. +- commit ddf88e6 + +------------------------------------------------------------------- +Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com + +- Delete patches.arch/s390-remove-kvm-para.patch. +- commit f759e1e + +------------------------------------------------------------------- +Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com + +- config: sync ppc64 configs for LIB80211, NET_SDA_MV* + This commit changes the following options to be modular: + LIB80211 + NET_DSA_MV88E6XXX + NET_DSA_MV88E6060 +- commit caa5a52 + +------------------------------------------------------------------- +Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com + +- config: sync ppc64/debug with ppc64/default + The debug config should be identical to default with the exception of + the debug options. This patch brings ppc64/debug in line with ppc64/default + with the exception of a few things that are modular in debug that should + also be modular in default. +- commit b981fcd + +------------------------------------------------------------------- +Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com + +- config: sync kvm options between ppc64 flavors. +- commit 8a389d5 + +------------------------------------------------------------------- +Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com + +- config: disable HW_RANDOM_AMD on ppc64 + This chip is only on AMD hardware and an old ppc64 eval board. We can skip + it on ppc64. +- commit 03001a4 + +------------------------------------------------------------------- +Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com + +- config: Eliminate unused ppc/ppc64 configs. + The history of the ppc/ppc64 configs is a convoluted one that started + before the kernel source could support multiple machine types with a + single image and before there was a usable 64-bit userspace. + In the subsequent years, the powerpc code has been unified and we've + released a 64-bit powerpc userspace. The "default" and "ppc64" configs + on ppc64 are essentially identical and just waste space. The "ppc64" + config on 32-bit ppc address a long since unnecessary corner case. Users + who still want a 32-bit userspace with a 64-bit kernel can install and + update it themselves using the 64-bit repository like i386/x86_64 users + can do. + This commit can be summarized thusly: + rm config/ppc/ppc64 + rm config/ppc/ps3 (already unused) + mv config/ppc64/ppc64 config/ppc64/default +- commit a9cc3d5 + +------------------------------------------------------------------- +Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr + +- Add kernel-versatile description +- commit 5424cf2 + +------------------------------------------------------------------- +Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr + +- Enable armv5 in arch-symbols +- commit 401de81 + +------------------------------------------------------------------- +Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com + +- config: sync vanilla flavor with default flavor for each platform + The vanilla configs have drifted away from the default configuration + for each platform. This patch brings them back in sync. +- commit 8d4661f + +------------------------------------------------------------------- +Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com + +- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled. +- commit 9907c37 + +------------------------------------------------------------------- +Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com + +- Updated to 3.7-rc4. + Eliminated 1 patch. +- commit 5168053 + +------------------------------------------------------------------- +Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again). +- commit 5feff7e + +------------------------------------------------------------------- +Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com + +- Update Xen patches to 3.7-rc3 and c/s 1202. +- extend base interfaces to support multi-page rings for + frontend/backend communication. +- blkback: allow using multiple page frontend communication ring. +- blkfront: allow using multiple page backend communication ring. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Fix build when disabled. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- config.conf: Re-enable Xen configs. +- Update x86 config files. +- Delete patches.xen/xen3-acpi_override_2_2.patch. +- commit f042386 + +------------------------------------------------------------------- +Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr + +- Add support to armv5 versatile kernel +- commit 99d34f3 + +------------------------------------------------------------------- +Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc3. +- commit 48e5027 + +------------------------------------------------------------------- +Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615) +- commit 2520563 + +------------------------------------------------------------------- +Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de + +- ARM: Update config files: Fix vexpress (default) config +- commit be072b4 + +------------------------------------------------------------------- +Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de + +- Fixup kvm for s390. +- commit 503388b + +------------------------------------------------------------------- +Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi +- commit 336ead7 + +------------------------------------------------------------------- +Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de + +- Revert "disable non-compiling irrelevant I2C module" +- commit d5a21c5 + +------------------------------------------------------------------- +Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de + +- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE. +- commit 8e108ab + +------------------------------------------------------------------- +Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 565b450 + +------------------------------------------------------------------- +Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de + +- Refresh patches.arch/arm-exynos-nosparse.patch. +- commit 55fbf60 + +------------------------------------------------------------------- +Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 118f2f9 + +------------------------------------------------------------------- +Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de + +- ARM: Exynos: Fix MMC driver +- ARM: Exynos: Update configs +- commit 37a1704 + +------------------------------------------------------------------- +Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com + +- config: change CONFIG_USB_EZUSB_FX2 to module +- commit 36e0f0b + +------------------------------------------------------------------- +Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com + +- Actually use kthread_run in crasher.ko. + The previous commit was incomplete. +- commit b8b35ae + +------------------------------------------------------------------- +Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com + +- crasher: use kthread_run() instead of kernel_thread(). + Linux 3.7-rc2 no longer exports kernel_thread on all architectures. +- commit f17d925 + +------------------------------------------------------------------- +Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com + +- Updated to 3.7-rc2. +- commit e00a663 + ------------------------------------------------------------------- Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de @@ -14,7 +404,7 @@ Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz - Refresh patches.xen/xen3-patch-3.6. - Delete patches.fixes/hv-storvsc-reset-wait.patch. - Delete - patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. + patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. - commit cfee26b ------------------------------------------------------------------- @@ -36,19 +426,19 @@ Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de and proper git-xy: meta tags: - lib: Add early cpio decoder. - x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() - for e820 handling. + for e820 handling. - ACPI: Store valid ACPI tables passed via early initrd in - reserved memblock areas. + reserved memblock areas. - ACPI: Implement physical address table override. - ACPI: Create acpi_table_taint() function to avoid code - duplication. + duplication. - ACPI: Document ACPI table overriding via initrd. - ACPI: Fix build when disabled. - X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. - ACPI: Overriding ACPI tables via initrd only works with - an initrd. + an initrd. - ACPI: Cleanup acpi_initrd_override declaration and remove - ifdefs. + ifdefs. - Delete patches.arch/acpi_fix_custom_method_acc.patch. - Delete patches.arch/acpi_override_2_2.patch. - Delete patches.arch/acpi_override_documentation. @@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz This allows to control the kabi checker from outside of the package. - commit 0a0900c +------------------------------------------------------------------- +Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com + +- Update to 3.7-rc1. +- Eliminated 38 patches. +- Xen is disabled. +- ARM configs need updating. +- Module signing is disabled until the build infrastructure can support it. +- commit fce087a + ------------------------------------------------------------------- Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz @@ -87,14 +487,20 @@ Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz - Delete - patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. + patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. - Delete - patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. + patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. - Delete - patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. + patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. These are in 3.6.1. - commit 2a321c4 +------------------------------------------------------------------- +Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com + +- Remove noncompiling modules +- commit b7cdd5a + ------------------------------------------------------------------- Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de @@ -136,7 +542,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - hyperv: Add comments for the extended buffer after RNDIS message. - Drivers: hv: Cleanup the guest ID computation. - Drivers: hv: vmbus: Use the standard format string to format - GUIDs. + GUIDs. - Drivers: hv: Add KVP definitions for IP address injection. - Drivers: hv: kvp: Cleanup error handling in KVP. - Drivers: hv: Explicitly size elements of protocol structures. @@ -148,7 +554,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - Tools: hv: Represent the ipv6 mask using CIDR notation. - Tools: hv: Gather ipv[4,6] gateway information. - hv: fail the probing immediately when we are not in hyperv - platform. + platform. - hv: vmbus_drv: detect hyperv through x86_hyper. - Tools: hv: Get rid of some unused variables. - Tools: hv: Correctly type string variables. @@ -167,14 +573,14 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - tools/hv: Parse /etc/os-release. - hyperv: Fix the max_xfer_size in RNDIS initialization. - hyperv: Fix the missing return value in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - hyperv: Fix page buffer handling in rndis_filter_send_request(). - hyperv: Remove extra allocated space for recv_pkt_list elements. - hyperv: Report actual status in receive completion packet. - hyperv: Add buffer for extended info after the RNDIS response - message. + message. - Delete - patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. - commit 08d283b ------------------------------------------------------------------- @@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com - ARM/u5800: Fix build of ux500 driver - Acked-by: Jeff Mahoney - commit 0ea37a0 +------------------------------------------------------------------- +Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com + +- disable non-compiling irrelevant I2C module +- commit 0ba9bac + ------------------------------------------------------------------- Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com - ARM/tegra: Remove optional parts to fix build - Acked-by: Jeff Mahoney - commit d729a16 ------------------------------------------------------------------- Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com - ARM: enable zcache support - Acked-by: Jeff Mahoney - commit 17b147b ------------------------------------------------------------------- Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com - ARM/cubox: set cachefilesd to module - Acked-by: Jeff Mahoney - commit c1fb243 ------------------------------------------------------------------- @@ -229,13 +637,13 @@ Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de - Remove old patchset to override ACPI tables via initrd. Also remove a stale xen patch related to that. - Delete - patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - Delete - patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. - Delete - patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. - Delete - patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - commit dd8f1b0 ------------------------------------------------------------------- @@ -364,7 +772,7 @@ Mon Sep 10 19:22:00 CEST 2012 - jeffm@suse.com Mon Sep 10 10:20:23 CEST 2012 - jbeulich@novell.com - patches.arch/s390-message-catalog.diff: Properly handle pr_cont() and fold - in the below two trivial fixes. + in the below two trivial fixes. - Delete patches.arch/s390-message-catalog-fix.diff. - Delete patches.arch/s390-message-catalog-perl-fix.diff. - Refresh patches.arch/kmsg-fix-parameter-limitations. @@ -438,10 +846,10 @@ Fri Aug 31 23:20:23 CEST 2012 - dmueller@suse.com Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz - i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y - && CONFIG_I2C_DESIGN. + && CONFIG_I2C_DESIGN. - Delete - patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. - Move it to rpmify, so that vanilla builds fine too. + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. - commit 0217ad5 ------------------------------------------------------------------- @@ -519,7 +927,7 @@ Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com Fri Aug 17 14:51:23 CEST 2012 - jeffm@suse.com - Update to 3.6-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 71963b0 ------------------------------------------------------------------- @@ -975,7 +1383,7 @@ Wed Jun 13 13:21:58 CEST 2012 - hare@suse.de - Rediff patch - patches.drivers/mach-dove-Fixup-ge00-initialisation.patch: - Rediff after backport from upstream. + Rediff after backport from upstream. - commit fa58c5e ------------------------------------------------------------------- @@ -983,7 +1391,7 @@ Wed Jun 13 12:56:17 CEST 2012 - hare@suse.de - Fixup patch to apply - patches.drivers/spi-orion-convert-to-new-infrastructure.patch - backported from upstream. + backported from upstream. - commit 2507393 ------------------------------------------------------------------- @@ -1002,9 +1410,9 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com - Update to 3.5-rc2. - - Xen needs update. - - ARM needs update. - - Eliminated 13 patches. + - Xen needs update. + - ARM needs update. + - Eliminated 13 patches. - commit 3f461b1 ------------------------------------------------------------------- @@ -1043,7 +1451,7 @@ Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de - [SCSI] storvsc: Properly handle errors from the host - (bnc#747404). + (bnc#747404). - Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. - commit ad28e23 @@ -1106,7 +1514,7 @@ Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Tue May 22 14:21:24 CEST 2012 - trenn@suse.de - X86 acpi_cpufreq: Do not use request_module for autoloading - (bnc#756085). + (bnc#756085). - Refresh patches.xen/xen3-auto-common.diff. - patches.xen/xen3-patch-3.3: - commit caf270e @@ -1165,7 +1573,7 @@ Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com - Update to 3.4-rc7. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 4cd9e9b ------------------------------------------------------------------- @@ -1218,7 +1626,7 @@ Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com - Update to 3.4-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 749ea8f ------------------------------------------------------------------- @@ -1255,7 +1663,7 @@ Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not require distribution-release - during build. + during build. - commit 3cd703f ------------------------------------------------------------------- @@ -1306,18 +1714,18 @@ Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com - Disabled DECNet and ARCNet. Specific config options disabled: CONFIG_ARCNET - CONFIG_ARCNET_1051 - CONFIG_ARCNET_1201 - CONFIG_ARCNET_CAP - CONFIG_ARCNET_COM20020_CS - CONFIG_ARCNET_COM20020 - CONFIG_ARCNET_COM20020_PCI - CONFIG_ARCNET_COM90xxIO - CONFIG_ARCNET_COM90xx - CONFIG_ARCNET_RAW - CONFIG_ARCNET_RIM_I + CONFIG_ARCNET_1051 + CONFIG_ARCNET_1201 + CONFIG_ARCNET_CAP + CONFIG_ARCNET_COM20020_CS + CONFIG_ARCNET_COM20020 + CONFIG_ARCNET_COM20020_PCI + CONFIG_ARCNET_COM90xxIO + CONFIG_ARCNET_COM90xx + CONFIG_ARCNET_RAW + CONFIG_ARCNET_RIM_I CONFIG_DECNET - CONFIG_DECNET_NF_GRABULATOR + CONFIG_DECNET_NF_GRABULATOR - commit 272dd14 ------------------------------------------------------------------- @@ -1419,7 +1827,7 @@ Fri Apr 20 18:09:06 CEST 2012 - jbeulich@novell.com Tue Apr 17 15:59:19 CEST 2012 - jeffm@suse.com - Update to 3.4-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 2fde7e0 ------------------------------------------------------------------- @@ -1439,7 +1847,7 @@ Mon Apr 9 03:28:12 CEST 2012 - jeffm@suse.com Fri Apr 6 06:42:35 CEST 2012 - jeffm@suse.com - Update AppArmor for 3.4. - - apparmor: Add "profiles" list to sysfs. + - apparmor: Add "profiles" list to sysfs. - commit 59517ac ------------------------------------------------------------------- @@ -1452,10 +1860,10 @@ Thu Apr 5 22:25:16 CEST 2012 - jeffm@suse.com Thu Apr 5 09:18:14 CEST 2012 - jeffm@suse.com - Updated to 3.4-rc1. - - Eliminated 121 patches. - - Xen is unavailable. - - ACPI overrides are unavailable. - - AppArmor network feature are unavailable. + - Eliminated 121 patches. + - Xen is unavailable. + - ACPI overrides are unavailable. + - AppArmor network feature are unavailable. - commit 3ac7e79 ------------------------------------------------------------------- @@ -1535,7 +1943,7 @@ Sat Mar 24 00:57:07 CET 2012 - dsterba@suse.cz - Refresh patches.suse/btrfs-handle-EIO. - Refresh - patches.suse/btrfs-volumes-schedule_bio-should-return-void. + patches.suse/btrfs-volumes-schedule_bio-should-return-void. - commit d97ade6 ------------------------------------------------------------------- @@ -1578,10 +1986,10 @@ Mon Mar 19 11:16:34 CET 2012 - jslaby@suse.cz Mon Mar 19 11:07:00 CET 2012 - jslaby@suse.cz - Delete - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. + patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. - Delete patches.arch/dell_optiplex_990_fix_reboot.patch. - Delete - patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. + patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. - Delete patches.drivers/libata-unlock-hpa-by-default. - Delete patches.fixes/scsi-add-tgps-setting. - Delete patches.fixes/scsi-dh-rdac-add-stk. @@ -1618,23 +2026,23 @@ Mon Mar 12 15:26:55 CET 2012 - ohering@suse.de - Staging: hv: storvsc: Cleanup storvsc_host_reset_handler(). - Staging: hv: storvsc: Move and cleanup storvsc_remove(). - Staging: hv: storvsc: Add a comment to explain life-cycle - management. + management. - Staging: hv: storvsc: Get rid of the on_io_completion in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Rename the context field in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver. - Staging: hv: storvsc: Cleanup the code for generating protocol - version. + version. - Staging: hv: storvsc: Cleanup some protocol related constants. - Staging: hv: storvsc: Get rid of some unused defines. - Staging: hv: storvsc: Consolidate the request structure. - Staging: hv: storvsc: Consolidate all the wire protocol - definitions. + definitions. - Staging: hv: storvsc: Move the storage driver out of the - staging area. + staging area. - Rename patches.suse/staging-hv-pata_piix-ignore-disks.patch to - patches.suse/suse-hv-pata_piix-ignore-disks.patch + patches.suse/suse-hv-pata_piix-ignore-disks.patch - commit 7487199 ------------------------------------------------------------------- @@ -1829,41 +2237,41 @@ Mon Feb 13 17:23:49 CET 2012 - mmarek@suse.cz Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de - Add driver auto probing for x86 features v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Fix overrun check in arch_print_cpu_modalias() - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - crypto: Add support for x86 cpuid - auto loading for x86 crypto drivers - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + auto loading for x86 crypto drivers + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Clean up modalias feature matching - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel-idle: convert to x86_cpu_id auto probing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Fix ID for Nehalem-EX Xeon in device ID table - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert via-cputemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k7: Fix CPU family number - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: Load acpi-cpufreq from processor driver automatically - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Revert change of auto_demotion_flags for Nehalem - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert coretemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k6: Really enable auto-loading - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - X86: Introduce HW-Pstate scattered cpuid feature - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - cpufreq: Add support for x86 cpuinfo auto loading v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86: autoload microcode driver on Intel and AMD systems v2 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 parts - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: remove duplicated lines of merging - problems with acpi_processor_start - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + problems with acpi_processor_start + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - Update config files. - commit 6efe9b5 @@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for --default (bnc#745632). KMPs are still built as i586. + -default (bnc#745632). KMPs are still built as i586. - commit 88a632b ------------------------------------------------------------------- @@ -1902,8 +2310,8 @@ Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com - Update to 3.3-rc2. - - Eliminated 5 patches. - - Xen is disabled. + - Eliminated 5 patches. + - Xen is disabled. - commit d017ea1 ------------------------------------------------------------------- @@ -2002,7 +2410,7 @@ Wed Dec 21 14:38:42 CET 2011 - jbeulich@novell.com Tue Dec 20 16:35:33 CET 2011 - jeffm@suse.com - Update to 3.2-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit d5a489e ------------------------------------------------------------------- @@ -2010,7 +2418,7 @@ Tue Dec 20 11:34:14 CET 2011 - trenn@suse.de - These should all be mainline in some form: - Delete - patches.arch/implement_stop_machine_from_offline_cpu.patch. + patches.arch/implement_stop_machine_from_offline_cpu.patch. - Delete patches.arch/kill-__stop_machine.patch. - Delete patches.arch/reorganize_stop_cpus.patch. - Delete patches.arch/use_stop_machine_for_mtrr_rendezvous.patch. @@ -2026,14 +2434,14 @@ Sun Dec 18 07:38:42 CET 2011 - aj@suse.de Fri Dec 16 15:37:51 CET 2011 - aj@suse.de - rpm/kernel-binary.spec.in: Add provides and make most obsoletes versioned. - This silences rpmlint warnings. + This silences rpmlint warnings. - commit e3023c7 ------------------------------------------------------------------- Wed Dec 14 13:51:41 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: Fix tarball URL for -rcX and - do not generate any URL for linux-next and vanilla snapshots. + do not generate any URL for linux-next and vanilla snapshots. - commit 1548daf ------------------------------------------------------------------- @@ -2123,7 +2531,7 @@ Wed Dec 7 11:05:05 CET 2011 - aj@suse.de Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com - Update to 3.2-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit a7d546d ------------------------------------------------------------------- @@ -2235,8 +2643,8 @@ Fri Nov 25 05:58:54 CET 2011 - jeffm@suse.com Fri Nov 25 05:47:49 CET 2011 - jeffm@suse.com - Update to 3.2-rc3. - - stack unwind: cfi_ignore takes more arguments. - - iio: Fix build error in industrialio-core.c. + - stack unwind: cfi_ignore takes more arguments. + - iio: Fix build error in industrialio-core.c. - commit 48ef020 ------------------------------------------------------------------- @@ -2249,7 +2657,7 @@ Thu Nov 24 18:45:54 CET 2011 - ohering@suse.de Thu Nov 24 13:01:09 CET 2011 - mmarek@suse.cz - rpm/try-disable-staging-driver: Script to disable failing staging - driver and restart make. + driver and restart make. - commit 819d1fa ------------------------------------------------------------------- @@ -2343,14 +2751,14 @@ Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de Wed Nov 16 06:51:07 CET 2011 - jeffm@suse.com - Update to 3.2-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 85c9930 ------------------------------------------------------------------- Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com - Update to 3.2-rc1. - - Eliminate 212 patches. + - Eliminate 212 patches. - commit 6318d5b ------------------------------------------------------------------- @@ -2390,8 +2798,8 @@ Sat Nov 5 01:32:21 CET 2011 - trenn@suse.de Thu Nov 3 17:56:46 CET 2011 - mszeredi@suse.cz - patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch: - hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops - (CVE-2011-2203 bnc#699709). + hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops + (CVE-2011-2203 bnc#699709). - commit 7923119 ------------------------------------------------------------------- @@ -2429,16 +2837,16 @@ Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com - Add Elantech touchpad v3/v4 support (bnc#716852): - - Input: elantech - add v3 hardware support. - - Input: elantech - add v4 hardware support. - - Input: elantech - better support all those v2 variants. - - Input: elantech - clean up elantech_init. - - Input: elantech - correct x, y value range for v2 hardware. - - Input: elantech - get rid of ETP_2FT_* in elantech.h. - - Input: elantech - packet checking for v2 hardware. - - Input: elantech - remove ETP_EDGE_FUZZ_V2. - - Input: elantech - remove module parameter force_elantech. - - Input: elantech - use firmware provided x, y ranges. + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. - commit 28551a0 ------------------------------------------------------------------- @@ -2469,7 +2877,7 @@ Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de Tue Oct 25 19:24:17 CEST 2011 - eich@suse.de - patches.suse/SUSE-bootsplash: remove DEBUG macro which was - left in the code by accident. + left in the code by accident. - commit a56ba15 ------------------------------------------------------------------- @@ -2482,7 +2890,7 @@ Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de - patches.suse/staging-hv-pata_piix-ignore-disks.patch: - Update comments in code and reduce patch size + Update comments in code and reduce patch size - commit 8913d07 ------------------------------------------------------------------- @@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de ------------------------------------------------------------------- Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com --Update to 3.1-rc10. +- -Update to 3.1-rc10. - commit 239957e ------------------------------------------------------------------- @@ -2522,11 +2930,11 @@ Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de - Various updates for hv drivers, which fix also the hv_mouse driver - staging: hv: storvsc: ignore SET_WINDOWN scsi command - (bnc#722646). + (bnc#722646). - staging/hv: advertise hv_storvsc instead of storvsc as sysfs - driver name (bnc#716708). + driver name (bnc#716708). - staging/hv: fill scsi/proc_name for the sake of mkinitrd - (bnc#716708). + (bnc#716708). - Staging: hv: util: Invoke cn_netlink_send() in a work context. - Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. - Refresh patches.xen/xen3-patch-2.6.32. @@ -2560,7 +2968,7 @@ Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com - patches.suse/supported-flag: Also look for Module.supported in the - source tree. + source tree. - Refresh patches.suse/supported-flag-enterprise. - commit 9c8680a @@ -2594,15 +3002,15 @@ Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - commit e3c78cf ------------------------------------------------------------------- @@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de - Refresh patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. --> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. + -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. - commit 0ac4276 ------------------------------------------------------------------- @@ -2647,9 +3055,9 @@ Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de - ACPI: Implement overriding of arbitrary ACPI tables via initrd - (none). + (none). - ACPICA: Fix wrongly mapped acpi table header when overriding - via initrd (none). + via initrd (none). - ACPICA: Introduce acpi_os_phys_table_override function (none). - x86: allow NVS can be accessed by driver (none). - Update config files: @@ -2667,7 +3075,7 @@ Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix unwinding through - interrupt frames, requiring ... + interrupt frames, requiring ... - patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression. - commit 4d917a5 @@ -2706,7 +3114,7 @@ Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com - mm: frontswap: swap data structure changes. - In HVM guests do not take over the CDROM device (bnc#645893). - x86: report ACPI-reserved state of PCI MMCONFIG region to - hypervisor. + hypervisor. - config.conf: Re-enable Xen flavors. - Update config files. - commit 3692f47 @@ -2746,33 +3154,33 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: util: kvp: Fix the reported OSVersion string. - Staging: hv: util: kvp: Cleanup kvp_get_domain_name(). - Staging: hv: Fix macros, tab errors and warning in - drivers/staging/hv/hv_mouse.c. + drivers/staging/hv/hv_mouse.c. - Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get - rid of the PCI signature. + rid of the PCI signature. - Staging: hv: Replace struct hv_guid with the uuid type already - defined in Linux. + defined in Linux. - Staging: hv: vmbus: Introduce vmbus ID space in struct - hv_driver. + hv_driver. - Staging: hv: blkvsc: Use the newly introduced vmbus ID in the - blockvsc driver. + blockvsc driver. - Staging: hv: storvsc: Use the newly introduced vmbus ID in - storvsc driver. + storvsc driver. - Staging: hv: netvsc: Use the newly introduced vmbus ID in - netvsc driver. + netvsc driver. - Staging: hv: mousevsc: Use the newly introduced vmbus ID in - mouse driver. + mouse driver. - Staging: hv: util: Make hv_utils a vmbus device driver. - Staging: hv: create VMBUS_DEVICE macro and use it. - Staging: hv: vmbus: Cleanup vmbus_match(). - Staging: hv: vmbus: Cleanup vmbus_uevent() code. - Staging: hv: vmbus: Support the notion of id tables in - vmbus_match(). + vmbus_match(). - Staging: hv: vmbus: Get rid of an unnecessary include line - in vmbus_drv.c. + in vmbus_drv.c. - Staging: hv: storvsc: Get rid of the DMI signature. - Staging: hv: netvsc: Get rid of the PCI signature. - Staging: hv: netvsc: Get rid of the DMI signature in - netvsc_drv.c. + netvsc_drv.c. - Staging: hv: util: Get rid of the DMI signature in hv_util.c. - Staging: hv: util: Get rid of the PCI signature in hv_util.c. - Staging: hv: fix up driver registering mess. @@ -2780,59 +3188,59 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: vmbus: Cleanup unnecessary comments in hv.c. - Staging: hv: vmbus: Cleanup error handling in hv_init(). - Staging: hv: vmbus: Get rid of unnecessay comments in - connection.c. + connection.c. - Staging: hv: vmbus: Get rid of the function dump_gpadl_body(). - Staging: hv: vmbus: Get rid of the function dump_gpadl_header(). - Staging: hv: vmbus: Rename openMsg to open_msg in channel.c. - Staging: hv: vmbus: Get rid of unnecessary comments in - channel.c. + channel.c. - Staging: hv: vmbus: Change the variable name openInfo to - open_info in channel.c. + open_info in channel.c. - Staging: hv: vmbus: Cleanup error values in ringbuffer.c. - Staging: hv: vmbus: Cleanup the error return value in - vmbus_recvpacket_raw(). + vmbus_recvpacket_raw(). - Staging: hv: netvsc: Get rid of an unnecessary print statement - in netvsc_probe(). + in netvsc_probe(). - Staging: hv: vmbus: Retry vmbus_post_msg() before giving up. - Staging: hv: storvsc: Cleanup error handling in - storvsc_dev_add(). + storvsc_dev_add(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_channel_init(). + storvsc_channel_init(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_connect_to_vsp(). + storvsc_connect_to_vsp(). - Staging: hv: storvsc: Cleanup error handling in storvsc_do_io(). - Storage: hv: storvsc: Get rid of some unnecessary DPRINTs - from storvsc.c. + from storvsc.c. - Staging: hv: storvsc: Fix/cleanup some dated comments in - storvsc.c. + storvsc.c. - Staging: hv: storvsc: Cleanup returned error code in - storvsc_host_reset(). + storvsc_host_reset(). - Staging: hv: storvsc: Cleanup error code returned in - storvsc_probe(). + storvsc_probe(). - Staging: hv: storvsc: Cleanup returned error code in - storvsc_drv_init(). + storvsc_drv_init(). - Staging: hv: netvsc: Cleanup the returned error code in - netvsc_probe(). + netvsc_probe(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_destroy_recv_buf(). + netvsc_destroy_recv_buf(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_init_recv_buf(). + netvsc_init_recv_buf(). - Staging: hv: netvsc: Cleanup error returns in - netvsc_connect_vsp(). + netvsc_connect_vsp(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_send(). + netvsc_send(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_device_add(). + netvsc_device_add(). - Staging: hv: netvsc: Cleanup error codes in - rndis_filter_receive(). + rndis_filter_receive(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_query_device(). + rndis_filter_query_device(). - Staging: hv: netvsc: Cleanup error return values in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - Staging: hv: netvsc: Cleanup error returns in - rndis_filter_init_device(). + rndis_filter_init_device(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_device_add(). + rndis_filter_device_add(). - Staging: hv: mouse: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Exit to exit. @@ -2845,72 +3253,72 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: add driver_data to hv_vmbus_device_id. - Staging: hv: Add code to parse struct hv_vmbus_device_id table. - Staging: hv: file2alias: fix up alias creation logic for - hv_vmbus_device_id. + hv_vmbus_device_id. - Staging: hv: storvsc: Inline free_stor_device(). - Staging: hv: storvsc: Do not aquire an unnecessary reference - on stor_device. + on stor_device. - Staging: hv: storvsc: Rename must_get_stor_device(). - Staging: hv: storvsc: Rename get_stor_device(). - Staging: hv: storvsc: Cleanup alloc_stor_device(). - Staging: hv: storvsc: Introduce state to manage the lifecycle - of stor device. + of stor device. - Staging: hv: storvsc: Prevent outgoing traffic when stor dev - is being destroyed. + is being destroyed. - Staging: hv: storvsc: Get rid of release_stor_device() by - inlining the code. + inlining the code. - Staging: hv: storvsc: Get rid of final_release_stor_device() - by inlining code. + by inlining code. - Staging: hv: storvsc: Get rid of the reference counting in - struct storvsc_device. + struct storvsc_device. - Staging: hv: netvsc: Inline the code for free_net_device(). - Staging: hv: netvsc: Cleanup alloc_net_device(). - Staging: hv: netvsc: Introduce state to manage the lifecycle - of net device. + of net device. - Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev - is destroyed. + is destroyed. - Staging: hv: netvsc: Get rid of release_outbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of release_inbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of the refcnt field in struct - netvsc_device. + netvsc_device. - Staging: hv: storvsc: Add code to handle IDE devices using - the storvsc driver. + the storvsc driver. - Staging: hv: storvsc: Handle IDE devices using the storvsc - driver. + driver. - Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is - not used. + not used. - Staging: hv: storvsc: Optimize bounce buffer handling for the - "write" case. + "write" case. - Staging: hv: storvsc: Optimize the bounce buffer handling in - the "read" case. + the "read" case. - Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of storvsc.c. + contents of storvsc.c. - Staging: hv: storvsc: Add the contents of hyperv_storage.h - to storvsc_drv.c. + to storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of hyperv_storage.h. + contents of hyperv_storage.h. - Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY - and MODE_SENSE. + and MODE_SENSE. - Staging: hv: storvsc: Fix a typo. - Staging: hv: storvsc: In case of scsi errors offline the device. - Staging: hv: storvsc: No need to copy from bounce buffer in - case of a failure. + case of a failure. - Staging: hv: util: Forcefully shutdown when shutdown is - requested. + requested. - Staging: hv: util: Adjust guest time in a process context. - Staging: hv: vmbus: Check before invoking the channel callback. - Staging: hv: vmbus: Properly deal with de-registering channel - callback. + callback. - Staging: hv: Fix a bug in vmbus_match(). - Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining - the code. + the code. - Staging: hv: vmbus: Do not enable auto eoi. - Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add(). - Staging: hv: vmbus: Get rid of some dated/redundant comments. - Staging: hv: vmbus: Get rid of an unnecessary check in - vmbus_connect(). + vmbus_connect(). - Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c. - Staging: hv: vmbus: Fix checkpatch warnings in connection.c. - Staging: hv: mousevsc: Fix checkpatch errors and warnings. @@ -2983,16 +3391,16 @@ Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com - Refreshed and re-enabled dm-path patches: - - patches.suse/dm-mpath-accept-failed-paths. - - patches.suse/dm-mpath-detach-existing-hardware-handler. + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. - commit 70cadcd ------------------------------------------------------------------- Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com - Update to 3.1-rc3. - - Eliminated 8 patches. - - Xen is disabled. + - Eliminated 8 patches. + - Xen is disabled. - commit eccefcc ------------------------------------------------------------------- @@ -3000,8 +3408,8 @@ Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de - * Refresh patches.suse/SUSE-bootsplash. * Fix bootsplash code for 15bpp framebuffers. - These framebuffers are rare these days, the legendary and still - popular server chipset Radeon ES1000 supports it, though. + These framebuffers are rare these days, the legendary and still + popular server chipset Radeon ES1000 supports it, though. - commit f25ce3e ------------------------------------------------------------------- @@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de - Update config files: bnc#674988, change: --CONFIG_ACPI_CUSTOM_METHOD=m + -CONFIG_ACPI_CUSTOM_METHOD=m +# CONFIG_ACPI_CUSTOM_METHOD is not set for all flavors - commit f1af972 @@ -3115,10 +3523,10 @@ Thu Jul 14 17:52:45 CEST 2011 - tiwai@suse.de Thu Jul 14 17:26:51 CEST 2011 - tiwai@suse.de - ALSA: hda - Add Kconfig for the default buffer size - (bnc#682725). + (bnc#682725). - Update config files. - Delete, replaced with the new upstream patch - patches.drivers/alsa-hda-0019-Increase-default-buffer-size. + patches.drivers/alsa-hda-0019-Increase-default-buffer-size. - commit 40c7644 ------------------------------------------------------------------- @@ -3140,7 +3548,7 @@ Sat Jul 9 11:17:46 CEST 2011 - jslaby@suse.cz Thu Jul 7 00:58:01 CEST 2011 - jeffm@suse.com - Update to 3.0-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 56e99da ------------------------------------------------------------------- @@ -3149,7 +3557,7 @@ Tue Jul 5 09:18:43 CEST 2011 - jbeulich@novell.com - Update Xen patches to 3.0-rc5 and c/s 1095. - xen: prepare tmem shim to handle frontswap. - support booting Xen from EFI (fate#311376, fate#311529, - bnc#578927, bnc#628554). + bnc#578927, bnc#628554). - config.conf: Re-enabled Xen flavors. - Update x86 config files. - Delete patches.xen/xen-blkback-bimodal-suse. @@ -3196,31 +3604,31 @@ Tue Jun 21 12:14:44 CEST 2011 - mmarek@suse.cz Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz - rpm/post.sh: Touch /boot/do_purge_kernels on package install - (fate#312018). + (fate#312018). - rpm/postun.sh: Remove it again if it still exists on package - uninstall. + uninstall. - commit 82f4a5d ------------------------------------------------------------------- Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de - stop_machine: implement stop_machine_from_offline_cpu() - (bnc#697859). + (bnc#697859). - stop_machine: kill __stop_machine() (bnc#697859). - x86, mtrr: lock stop machine during MTRR rendezvous sequence - (bnc#697859). + (bnc#697859). - stop_machine: reorganize stop_cpus() implementation - (bnc#697859). + (bnc#697859). - x86, mtrr: use __stop_machine() for doing MTRR rendezvous - (bnc#697859). + (bnc#697859). - commit aa3d6e2 ------------------------------------------------------------------- Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz - Remove the novfs patches, it should be packaged as a KMP, or - ideally, reimplemented as a fuse filesystem (which is the reason why - the current implementation it is never going to be accepted upstream). + ideally, reimplemented as a fuse filesystem (which is the reason why + the current implementation it is never going to be accepted upstream). - Delete patches.fixes/novfs-copy_user-fixes.diff. - Delete patches.fixes/novfs-minsize-fixes. - Delete patches.fixes/novfs-nwcapi.patch. @@ -3275,7 +3683,7 @@ Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz Wed Jun 15 08:05:05 CEST 2011 - jeffm@suse.com - Update to 3.0-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit a1fe999 ------------------------------------------------------------------- @@ -3343,9 +3751,9 @@ Mon Jun 13 14:06:28 CEST 2011 - mmarek@suse.cz the SRCVERSION variable will only be used to determine the tarball version. - rpm/compute-PATCHVERSION.sh: Set default PATCHLEVEL and SUBLEVEL to 0. - The package version will thus always match the Makefile version and - the SRCVERSION variable will only be used to determine the tarball - version. + The package version will thus always match the Makefile version and + the SRCVERSION variable will only be used to determine the tarball + version. - rpm/kernel-binary.spec.in: Revert the previous hack. - commit 95c9977 @@ -3368,9 +3776,9 @@ Fri Jun 10 20:24:41 CEST 2011 - jeffm@suse.com Fri Jun 10 17:12:22 CEST 2011 - jeffm@suse.com - x86: Remove warning and warning_symbol from struct - stacktrace_ops. + stacktrace_ops. - Delete - patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. + patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. - commit 608ce9e ------------------------------------------------------------------- @@ -3462,13 +3870,13 @@ Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - commit 83331f5 ------------------------------------------------------------------- @@ -3489,14 +3897,14 @@ Tue May 31 05:09:44 CEST 2011 - jeffm@suse.com Tue May 31 05:08:21 CEST 2011 - jeffm@suse.com - Updated to 3.0-rc1. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit 5710413 ------------------------------------------------------------------- Mon May 30 15:54:37 CEST 2011 - jack@suse.cz - mm: Fix assertion mapping->nrpages == 0 in end_writeback() - (bnc#693013 bnc#666423). + (bnc#693013 bnc#666423). - Refresh patches.xen/tmem. - commit d3e465a @@ -3504,9 +3912,9 @@ Mon May 30 15:54:37 CEST 2011 - jack@suse.cz Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. + patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. - aic94xx: world-writable sysfs update_bios file. - Update upstream info. + Update upstream info. - commit 8912816 ------------------------------------------------------------------- @@ -3567,7 +3975,7 @@ Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc7. - - Eliminated 5 patches. + - Eliminated 5 patches. - commit a8a170f ------------------------------------------------------------------- @@ -3580,16 +3988,16 @@ Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz - Delete - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 - commit 7934e2d ------------------------------------------------------------------- Thu May 12 11:56:16 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - Note about submission. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + Note about submission. - commit 9922e20 ------------------------------------------------------------------- @@ -3602,15 +4010,15 @@ Tue May 10 19:10:18 CEST 2011 - mhocko@suse.cz Tue May 10 16:14:44 CEST 2011 - mhocko@suse.cz - patches.fixes/aggressive-zone-reclaim.patch: delete because - the patch is very workload specific and can lead to unexpected - reclaims in parallel node local workloads. + the patch is very workload specific and can lead to unexpected + reclaims in parallel node local workloads. - commit 56cf10e ------------------------------------------------------------------- Tue May 10 16:04:27 CEST 2011 - mhocko@suse.cz - Delete patches.suse/mm-devzero-optimisation.patch: we do not need - it anymore as we have zero page back since 2.6.32 + it anymore as we have zero page back since 2.6.32 - commit 323a093 ------------------------------------------------------------------- @@ -3629,64 +4037,64 @@ Mon May 9 14:32:59 CEST 2011 - jbeulich@novell.com Mon May 9 11:32:35 CEST 2011 - jbeulich@novell.com - patches.suse/kconfig-automate-kernel-desktop: Remove stray blank - lines (for older versions of "patch" to grok). + lines (for older versions of "patch" to grok). - commit 4dfa74d ------------------------------------------------------------------- Sat May 7 01:50:06 CEST 2011 - jeffm@suse.com - Removed network driver entropy patches. haveged is installed by default - and should be enabled to generate entropy from non-predictable sources. - - Delete patches.drivers/bnx2-entropy-source.patch. - - Delete patches.drivers/e1000-entropy-source.patch. - - Delete patches.drivers/e1000e-entropy-source.patch. - - Delete patches.drivers/igb-entropy-source.patch. - - Delete patches.drivers/ixgbe-entropy-source.patch. - - Delete patches.drivers/tg3-entropy-source.patch. + and should be enabled to generate entropy from non-predictable sources. + - Delete patches.drivers/bnx2-entropy-source.patch. + - Delete patches.drivers/e1000-entropy-source.patch. + - Delete patches.drivers/e1000e-entropy-source.patch. + - Delete patches.drivers/igb-entropy-source.patch. + - Delete patches.drivers/ixgbe-entropy-source.patch. + - Delete patches.drivers/tg3-entropy-source.patch. - commit c88b893 ------------------------------------------------------------------- Fri May 6 19:36:47 CEST 2011 - jeffm@suse.com - Update - patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack - (bnc#466279 bnc#681639). + patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack + (bnc#466279 bnc#681639). - commit 72e779f ------------------------------------------------------------------- Fri May 6 19:31:10 CEST 2011 - jeffm@suse.com - Disabled patches.drivers/libata-unlock-hpa-by-default; It may have - been obsoleted by upstream commit d8d9129e. + been obsoleted by upstream commit d8d9129e. - commit 1a21ab3 ------------------------------------------------------------------- Fri May 6 18:51:20 CEST 2011 - jeffm@suse.com - sysctl: Increase IPC defaults (bnc#146656) - - Delete patches.suse/shmall-bigger. + - Delete patches.suse/shmall-bigger. - commit a70e34f ------------------------------------------------------------------- Fri May 6 17:50:56 CEST 2011 - jeffm@suse.com - sysctl/i386/desktop, sysctl/x86_64/desktop: Add vm.dirty_ratio = 20 - for desktop flavors (bnc#552883) - - Delete patches.suse/mm-tune-dirty-limits.patch. + for desktop flavors (bnc#552883) + - Delete patches.suse/mm-tune-dirty-limits.patch. - commit dbe73e2 ------------------------------------------------------------------- Fri May 6 17:25:45 CEST 2011 - jeffm@suse.com - sysctl/defaults: Added kernel.hung_task_timeout=0 - - Delete patches.suse/hung_task_timeout-configurable-default. + - Delete patches.suse/hung_task_timeout-configurable-default. - commit 78f9eed ------------------------------------------------------------------- Fri May 6 16:41:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-{binary,source}.spec.in: Install per-kernel /boot/sysctl-* - files (patch from Jeff Mahoney). + files (patch from Jeff Mahoney). - commit 473f2d1 ------------------------------------------------------------------- @@ -3699,7 +4107,7 @@ Thu May 5 22:35:53 CEST 2011 - jeffm@suse.com Thu May 5 22:23:21 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc6. - - 2 patches eliminated. + - 2 patches eliminated. - commit 2643e59 ------------------------------------------------------------------- @@ -3713,9 +4121,9 @@ Tue May 3 03:08:18 CEST 2011 - tonyj@suse.de Fri Apr 29 20:35:21 CEST 2011 - jeffm@suse.com - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - commit 52dd0f0 ------------------------------------------------------------------- @@ -3737,7 +4145,7 @@ Fri Apr 29 00:36:03 CEST 2011 - gregkh@suse.de - Delete patches.suse/linux-2.6.29-dont-wait-for-mouse.patch. - Delete patches.suse/linux-2.6.29-even-faster-kms.patch. - Delete - patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. + patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. - Delete patches.suse/linux-2.6.29-kms-after-sata.patch. - Delete patches.suse/linux-2.6.29-touchkit.patch. - commit c13427d @@ -3752,22 +4160,22 @@ Fri Apr 29 00:17:46 CEST 2011 - jbenc@suse.cz Thu Apr 28 23:32:44 CEST 2011 - rjw@suse.de - Delete patches.xen/xen3-x86-mcp51-no-dac. - Also remove the series.conf entires for the x86-mcp-no-dac patches. + Also remove the series.conf entires for the x86-mcp-no-dac patches. - commit 574577b ------------------------------------------------------------------- Thu Apr 28 23:16:27 CEST 2011 - rjw@suse.de - Delete patches.arch/x86-mcp51-no-dac. (This is a blacklist entry that - has been rejected by the mainline, the problem reporter is gone and - it's next to impossible to verify it now.) + has been rejected by the mainline, the problem reporter is gone and + it's next to impossible to verify it now.) - commit 195b113 ------------------------------------------------------------------- Thu Apr 28 21:38:22 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - commit a2662ae ------------------------------------------------------------------- @@ -3782,14 +4190,14 @@ Thu Apr 28 20:56:33 CEST 2011 - jslaby@suse.cz Thu Apr 28 20:30:56 CEST 2011 - bphilips@suse.de - Delete - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. + patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. - commit 9917206 ------------------------------------------------------------------- Thu Apr 28 20:19:59 CEST 2011 - bphilips@suse.de - Delete - patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. + patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. - commit 08374b3 ------------------------------------------------------------------- @@ -3822,7 +4230,7 @@ Thu Apr 28 14:18:12 CEST 2011 - jbeulich@novell.com Wed Apr 27 22:20:02 CEST 2011 - jeffm@suse.com - Delete - patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. + patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. - commit 399a100 ------------------------------------------------------------------- @@ -3884,10 +4292,10 @@ Wed Apr 27 21:34:13 CEST 2011 - jeffm@suse.com - Delete patches.suse/acpi-don-t-preempt-until-the-system-is-up. - Delete - patches.suse/acpi-generic-initramfs-table-override-support. + patches.suse/acpi-generic-initramfs-table-override-support. - Delete patches.suse/add-initramfs-file_read_write. - Delete - patches.suse/init-move-populate_rootfs-back-to-start_kernel. + patches.suse/init-move-populate_rootfs-back-to-start_kernel. - commit d4910b3 ------------------------------------------------------------------- @@ -3901,14 +4309,14 @@ Wed Apr 27 21:29:24 CEST 2011 - jeffm@suse.com Wed Apr 27 21:11:59 CEST 2011 - jeffm@suse.com - Delete patches.suse/osync-error. It was unused and the issue it fixed in - kernels prior to 2.6.32 doesn't exist anymore. + kernels prior to 2.6.32 doesn't exist anymore. - commit 52cc654 ------------------------------------------------------------------- Wed Apr 27 20:48:55 CEST 2011 - jeffm@suse.com - Delete patches.suse/s390-System.map.diff: Proper fix in binutils has - long since been upstream. + long since been upstream. - commit 2847a36 ------------------------------------------------------------------- @@ -3941,7 +4349,7 @@ Wed Apr 27 20:18:37 CEST 2011 - jeffm@suse.com Wed Apr 27 20:16:52 CEST 2011 - jeffm@suse.com - Delete patches.suse/unmap_vmas-lat: No bug report or signed-off-by. - - Delete patches.arch/s390-add-FREE_PTE_NR. + - Delete patches.arch/s390-add-FREE_PTE_NR. - commit 2a392c2 ------------------------------------------------------------------- @@ -3954,7 +4362,7 @@ Wed Apr 27 20:16:00 CEST 2011 - jeffm@suse.com Wed Apr 27 20:15:02 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc5. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5288a05 ------------------------------------------------------------------- @@ -3974,7 +4382,7 @@ Wed Apr 27 19:43:47 CEST 2011 - jeffm@suse.com Tue Apr 26 11:03:18 CEST 2011 - jkosina@suse.cz - HID: add noget quirk barcode scanners from Symbol Technologies - (bnc#689290). + (bnc#689290). - commit f5b999f ------------------------------------------------------------------- @@ -3987,7 +4395,7 @@ Fri Apr 22 00:01:41 CEST 2011 - jeffm@suse.com Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz - Revert changes to sparc configs to not make life harder for Jan Engelhardt - maintaining sparc architecture. + maintaining sparc architecture. - commit cdac873 ------------------------------------------------------------------- @@ -4006,7 +4414,7 @@ Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 3f654c8 ------------------------------------------------------------------- @@ -4019,15 +4427,15 @@ Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de - Combined and consolidated bootsplash patch (bnc#669777, - bnc#570082, bnc#595657, bnc#594209, bnc#544645). - - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. - - Delete patches.suse/bootsplash. - - Delete patches.suse/bootsplash-console-fix. - - Delete patches.suse/bootsplash-keep-multiple-data. - - Delete patches.suse/bootsplash-scaler. - - Reformatted code, fixed some minor bugs that became obvious. - - Fixed race that led to null pointer dereference in splash_read_proc(): - bnc#669777. + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. - commit 95844c5 ------------------------------------------------------------------- @@ -4040,7 +4448,7 @@ Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de - intel_idle: Make lapic_timer_reliable_states a boot param - (bnc#675161). + (bnc#675161). - commit 85b156b ------------------------------------------------------------------- @@ -4054,7 +4462,7 @@ Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - - This results in automatically disabling CONFIG_GIGASET_I4L. + - This results in automatically disabling CONFIG_GIGASET_I4L. - commit 697e68b ------------------------------------------------------------------- @@ -4074,7 +4482,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com - Update Xen patches to 2.6.39-rc3 and c/s 1079. - blktap2: replace hard-coded limit of tap devices with - configurable one. + configurable one. - config.conf: Re-enable Xen configs. - Update x86 config files. - commit d3bfd6c @@ -4083,7 +4491,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com - fs/partitions/efi.c: corrupted GUID partition tables can cause - kernel oops (bnc#687113 CVE-2011-1577). + kernel oops (bnc#687113 CVE-2011-1577). - commit 385b393 ------------------------------------------------------------------- @@ -4128,7 +4536,7 @@ Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 200c913 ------------------------------------------------------------------- @@ -4153,29 +4561,29 @@ Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc2. - - Eliminated 18 patches. - - Added 3 patches. - - hv_mouse: needs . - - dm-raid45: Remove blk_unplug calls. - - novfs: 2.6.39 API update. - - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. - - patches.kernel.org is no longer used to contain upstream patches - for -rc releases. Users planning on building their own kernel should - have a copy of the tarball corresponding to the -rc releases. + - Eliminated 18 patches. + - Added 3 patches. + - hv_mouse: needs . + - dm-raid45: Remove blk_unplug calls. + - novfs: 2.6.39 API update. + - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. + - patches.kernel.org is no longer used to contain upstream patches + for -rc releases. Users planning on building their own kernel should + have a copy of the tarball corresponding to the -rc releases. - commit adf9d16 ------------------------------------------------------------------- Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de - Make selection of 'readdir-plus' adapt to usage patterns - (bnc#678123). + (bnc#678123). - commit 5de99a8 ------------------------------------------------------------------- Wed Apr 6 09:01:38 CEST 2011 - jeffm@suse.de - reiserfs: Force inode evictions before umount to avoid crash - (bnc#610598 bnc#680073 bnc#684112). + (bnc#610598 bnc#680073 bnc#684112). - Delete patches.fixes/reiserfs-xattr-crash-fix. - commit bf57d20 @@ -4189,21 +4597,21 @@ Tue Apr 5 10:42:22 CEST 2011 - jslaby@suse.cz Wed Mar 30 23:50:41 CEST 2011 - jeffm@suse.com - Delete patches.suse/twofish-2.6. - - This was for 2.4 compatibility and has been moved to KMP purgatory. + - This was for 2.4 compatibility and has been moved to KMP purgatory. - commit dcca506 ------------------------------------------------------------------- Wed Mar 30 10:32:32 CEST 2011 - jslaby@suse.cz - Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo - (bnc#681826). + (bnc#681826). - commit 2e71042 ------------------------------------------------------------------- Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de - Update config files, remove CONFIG_X86_MCE_XEON75XX=m - ->driver got reverted with previous commit + ->driver got reverted with previous commit - Refresh patches.xen/xen3-auto-arch-x86.diff. - commit b367e7b @@ -4215,18 +4623,18 @@ Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de APEI implementation should take care of that in recent kernels. - Delete patches.arch/x86_mce_intel_decode_physical_address.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. + patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. - commit 1fe7a22 ------------------------------------------------------------------- Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not install unneeded packages in the - build chroot. + build chroot. - commit 7f4c49d ------------------------------------------------------------------- @@ -4246,7 +4654,7 @@ Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz - Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing - the signal code (bnc#681826 CVE-2011-1020). + the signal code (bnc#681826 CVE-2011-1020). - commit 2e42fd4 ------------------------------------------------------------------- @@ -4255,7 +4663,7 @@ Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de - sound/oss/opl3: validate voice and channel indexes (bnc#681999). - sound/oss: remove offset from load_patch callbacks (bnc#681999). - ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl - (bnc#680816). + (bnc#680816). - commit 09ff6e9 ------------------------------------------------------------------- @@ -4268,7 +4676,7 @@ Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz - HID: add support for Skycable 0x3f07 wireless presenter - (bnc#681297). + (bnc#681297). - commit 892e8d4 ------------------------------------------------------------------- @@ -4299,12 +4707,12 @@ Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de - netvm: Do not mark requests for swapfile writes as dirty or - kswapd fails to free the page (bnc#678472). + kswapd fails to free the page (bnc#678472). - nfs: Use page_file_offset during page writeback (bnc#677738). - nfs: Convert nfs_mark_request_dirty() to use page_file_mapping() - (bnc#677738). + (bnc#677738). - netvm: Remove duplicated initialization in net/ipv4/route.c - (bnc#678970). + (bnc#678970). - collapse: mm: Report the low watermark correctly (bnc#678497). - commit a798dd1 @@ -4318,7 +4726,7 @@ Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com - Linux: 2.6.38-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 7da557d ------------------------------------------------------------------- @@ -4343,38 +4751,38 @@ Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc7. - - Refresh patches.xen/xen-x86-no-lapic. - - Refresh patches.xen/xen3-patch-2.6.19. + - Refresh patches.xen/xen-x86-no-lapic. + - Refresh patches.xen/xen3-patch-2.6.19. - commit 7eb9d30 ------------------------------------------------------------------- Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - commit 88d5daa ------------------------------------------------------------------- Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in - yesterday's change. + yesterday's change. - commit 098768b ------------------------------------------------------------------- Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Add annotations to - lib/rwsem_64.S. + lib/rwsem_64.S. - commit 87944ac ------------------------------------------------------------------- Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de - ALSA: usb-audio: fix oops due to cleanup race when disconnecting - (bnc#674735). + (bnc#674735). - commit ed81f8c ------------------------------------------------------------------- @@ -4387,7 +4795,7 @@ Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com - Update to 2.6.38-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 6cce7bb ------------------------------------------------------------------- @@ -4400,7 +4808,7 @@ Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de - ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499, - CVE-2011-0712). + CVE-2011-0712). - commit 5ef002b ------------------------------------------------------------------- @@ -4419,22 +4827,22 @@ Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de - Update config files. - - disable CONFIG_DRM_VMWGFX (bnc#606458) - - update sparc configs to at least be able to run "make oldconfig" + - disable CONFIG_DRM_VMWGFX (bnc#606458) + - update sparc configs to at least be able to run "make oldconfig" - commit da75bd9 ------------------------------------------------------------------- Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Re-add change lost during - initial 2.6.37 merge. + initial 2.6.37 merge. - commit e493205 ------------------------------------------------------------------- Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz - Move spec file templates and helper scripts to a separate branch, to - ease synchronizing these files among master, vanilla and linux-next. + ease synchronizing these files among master, vanilla and linux-next. - commit 411abb8 ------------------------------------------------------------------- @@ -4454,7 +4862,7 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code - was merged into rpm's find-supplements script. + was merged into rpm's find-supplements script. - Delete rpm/check-build.sh, not needed anymore. - commit 0a157b1 @@ -4462,43 +4870,43 @@ Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com - flexcop: fix registering braindead stupid names (brc#575873 - bnc#661429). + bnc#661429). - commit 72bd3d0 ------------------------------------------------------------------- Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de - Staging: samsung-laptop: add support for lots of laptops - (bnc#661682). + (bnc#661682). - commit 1eb5eaa ------------------------------------------------------------------- Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Set timestamp of sources to the commit - timestamp, so that they are always older than generated files in - /usr/src/linux-obj (bnc#669669). + timestamp, so that they are always older than generated files in + /usr/src/linux-obj (bnc#669669). - commit 8565452 ------------------------------------------------------------------- Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to - keep timestamps intact. + keep timestamps intact. - commit 9ba5ff0 ------------------------------------------------------------------- Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Remove .gitignore files after applying patches - (fix last change). + (fix last change). - commit 907f9cc ------------------------------------------------------------------- Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit c327e0a ------------------------------------------------------------------- @@ -4546,8 +4954,8 @@ Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition - of %release_major and rename it to %release_num to better describe - what it does. Add some comments to explain how the versioning works. + of %release_major and rename it to %release_num to better describe + what it does. Add some comments to explain how the versioning works. - commit 9a3bc94 ------------------------------------------------------------------- @@ -4566,14 +4974,14 @@ Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit b6b51ca ------------------------------------------------------------------- Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de - ALSA: hda - Fix memory leaks in conexant jack arrays - (bnc#668929). + (bnc#668929). - commit 31971a4 ------------------------------------------------------------------- @@ -4611,8 +5019,8 @@ Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com - Update config files. - - CONFIG_EXPERT=n on all but ps3 - - Vanilla configs updated. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. - commit b25e639 ------------------------------------------------------------------- @@ -4633,7 +5041,7 @@ Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 90baa82 ------------------------------------------------------------------- @@ -4652,30 +5060,30 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc1. - - Removed 12 patches. - - Xen is disabled. - - Quite a few patches need updating. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. - commit 9163bb7 ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff ------------------------------------------------------------------- @@ -4688,7 +5096,7 @@ Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 ------------------------------------------------------------------- @@ -4707,22 +5115,22 @@ Mon Jan 17 20:52:49 CET 2011 - jeffm@suse.com Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz - Revert %kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 ------------------------------------------------------------------- Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 ------------------------------------------------------------------- Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 ------------------------------------------------------------------- @@ -4796,7 +5204,7 @@ Thu Jan 6 20:51:31 CET 2011 - jeffm@suse.com Thu Jan 6 19:48:28 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe ------------------------------------------------------------------- @@ -4815,28 +5223,28 @@ Thu Jan 6 17:09:12 CET 2011 - jeffm@suse.com Thu Jan 6 17:08:44 CET 2011 - jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d ------------------------------------------------------------------- Thu Jan 6 16:10:26 CET 2011 - jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 ------------------------------------------------------------------- @@ -4849,7 +5257,7 @@ Thu Jan 6 15:49:34 CET 2011 - jack@suse.cz Thu Jan 6 13:56:07 CET 2011 - mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 ------------------------------------------------------------------- @@ -4858,7 +5266,7 @@ Thu Jan 6 10:07:22 CET 2011 - mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b @@ -4879,7 +5287,7 @@ Thu Dec 30 00:50:58 CET 2010 - jeffm@suse.com Wed Dec 29 22:23:21 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 ------------------------------------------------------------------- @@ -4904,38 +5312,38 @@ Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c ------------------------------------------------------------------- Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (bnc#655048). + Backport to XEN. - commit 92c0965 ------------------------------------------------------------------- Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz - Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive - decode" (bnc#655048). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 @@ -4950,8 +5358,8 @@ Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz - Delete - patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. - It's unreferenced and wrong. + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. - commit 9e6fc50 ------------------------------------------------------------------- @@ -4988,10 +5396,10 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 @@ -5024,14 +5432,14 @@ Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 ------------------------------------------------------------------- Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 ------------------------------------------------------------------- @@ -5062,7 +5470,7 @@ Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b @@ -5071,12 +5479,12 @@ Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c ------------------------------------------------------------------- @@ -5109,7 +5517,7 @@ Fri Nov 26 15:04:27 CET 2010 - jbeulich@novell.com - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -5133,7 +5541,7 @@ Wed Nov 24 15:49:45 CET 2010 - jeffm@suse.com Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac ------------------------------------------------------------------- @@ -5157,7 +5565,7 @@ Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Wed Nov 17 17:10:32 CET 2010 - jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 ------------------------------------------------------------------- @@ -5176,7 +5584,7 @@ Tue Nov 16 20:08:11 CET 2010 - jeffm@suse.com Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 ------------------------------------------------------------------- @@ -5189,7 +5597,7 @@ Mon Nov 15 21:33:19 CET 2010 - jeffm@suse.com Mon Nov 15 21:30:37 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 ------------------------------------------------------------------- @@ -5208,16 +5616,16 @@ Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz Fri Nov 12 18:37:10 CET 2010 - jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 ------------------------------------------------------------------- Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de - Update config files. (bnc#652954) increase the number of possible and - default uarts for users with multi-port serial cards for the i386 and - x86-64 default configs. + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. - commit 85c87e3 ------------------------------------------------------------------- @@ -5231,20 +5639,20 @@ Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + top down (bnc#651256). - PCI: allocate bus resources from the top down (bnc#651256). - x86/PCI: allocate space from the end of a region, not the - beginning (bnc#651256). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + capabilities (bnc#651256). - x86: allocate space within a region top-down (bnc#651256). - Refresh patches.xen/xen3-patch-2.6.34. - commit 8c68ad1 @@ -5253,21 +5661,21 @@ Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 ------------------------------------------------------------------- Fri Oct 29 13:47:35 CEST 2010 - jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb ------------------------------------------------------------------- Fri Oct 29 01:53:34 CEST 2010 - trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b ------------------------------------------------------------------- @@ -5287,14 +5695,14 @@ Wed Oct 27 14:51:30 CEST 2010 - jslaby@suse.cz Tue Oct 26 21:31:22 CEST 2010 - trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 ------------------------------------------------------------------- Tue Oct 26 13:41:23 CEST 2010 - jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 ------------------------------------------------------------------- @@ -5302,7 +5710,7 @@ Mon Oct 25 12:53:38 CEST 2010 - jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 @@ -5312,7 +5720,7 @@ Mon Oct 25 08:58:15 CEST 2010 - tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda ------------------------------------------------------------------- @@ -5325,7 +5733,7 @@ Fri Oct 22 21:18:25 CEST 2010 - jeffm@suse.de Fri Oct 22 13:32:04 CEST 2010 - jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb ------------------------------------------------------------------- @@ -5340,7 +5748,7 @@ Thu Oct 21 10:11:03 CEST 2010 - sjayaraman@suse.de Mon Oct 18 16:54:57 CEST 2010 - trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf ------------------------------------------------------------------- @@ -5376,7 +5784,7 @@ Mon Oct 11 17:14:51 CEST 2010 - mmarek@suse.cz Mon Oct 11 16:12:29 CEST 2010 - jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 ------------------------------------------------------------------- @@ -5389,7 +5797,7 @@ Fri Oct 8 17:40:50 CEST 2010 - jeffm@suse.de Tue Oct 5 18:02:19 CEST 2010 - jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa ------------------------------------------------------------------- @@ -5402,7 +5810,7 @@ Tue Oct 5 17:19:46 CEST 2010 - jeffm@suse.de Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 @@ -5411,7 +5819,7 @@ Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de Mon Oct 4 16:57:34 CEST 2010 - jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 ------------------------------------------------------------------- @@ -5424,25 +5832,25 @@ Fri Sep 24 13:45:31 CEST 2010 - jbeulich@novell.com Fri Sep 24 13:23:13 CEST 2010 - trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 ------------------------------------------------------------------- Fri Sep 24 13:14:36 CEST 2010 - trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 ------------------------------------------------------------------- @@ -5467,7 +5875,7 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 @@ -5475,7 +5883,7 @@ Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b ------------------------------------------------------------------- @@ -5494,7 +5902,7 @@ Tue Sep 21 14:15:34 CEST 2010 - mmarek@suse.cz Tue Sep 21 13:59:10 CEST 2010 - jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 ------------------------------------------------------------------- @@ -5502,8 +5910,8 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f @@ -5512,14 +5920,14 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de Mon Sep 20 16:03:14 CEST 2010 - sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b ------------------------------------------------------------------- Mon Sep 20 15:25:41 CEST 2010 - jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 ------------------------------------------------------------------- @@ -5532,25 +5940,25 @@ Sun Sep 19 17:39:03 CEST 2010 - jeffm@suse.com Fri Sep 17 01:05:47 CEST 2010 - jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 ------------------------------------------------------------------- Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de - x86-64, compat: Test %rax for the syscall number, not %eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 ------------------------------------------------------------------- Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac ------------------------------------------------------------------- @@ -5563,21 +5971,21 @@ Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 ------------------------------------------------------------------- Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 ------------------------------------------------------------------- Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 ------------------------------------------------------------------- @@ -5592,11 +6000,11 @@ Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -5626,7 +6034,7 @@ Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de 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). + (CVE-2010-2954 bnc#636112). - commit f04e61f ------------------------------------------------------------------- @@ -5648,7 +6056,7 @@ Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 ------------------------------------------------------------------- @@ -5667,28 +6075,28 @@ Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - 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. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + 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. + 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. + the truncate path and causes crashes. - commit e18fc2c ------------------------------------------------------------------- @@ -5743,22 +6151,22 @@ Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de 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. + 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. + 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. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e ------------------------------------------------------------------- @@ -5772,7 +6180,7 @@ Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com 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. + avoid triggering a build service rule error. - commit 124ac26 ------------------------------------------------------------------- @@ -5791,14 +6199,14 @@ Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de 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. + 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 - to grab the BKL + to grab the BKL - commit 1df02ec ------------------------------------------------------------------- @@ -5811,20 +6219,20 @@ Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - 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. + - 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 ------------------------------------------------------------------- @@ -5843,10 +6251,10 @@ Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com 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. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 ------------------------------------------------------------------- @@ -5878,7 +6286,7 @@ Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com 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). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 ------------------------------------------------------------------- @@ -5891,7 +6299,7 @@ Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz 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. + 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 @@ -5901,14 +6309,14 @@ Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de 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). + 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). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 @@ -5917,13 +6325,13 @@ 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. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b @@ -5932,7 +6340,7 @@ Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com 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. + usage from upstream commit 718be4aa. - commit 4ce0b48 ------------------------------------------------------------------- @@ -5963,7 +6371,7 @@ Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 ------------------------------------------------------------------- @@ -5976,7 +6384,7 @@ Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 ------------------------------------------------------------------- @@ -5990,7 +6398,7 @@ 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). + though). - commit 8ed2389 ------------------------------------------------------------------- diff --git a/kernel-tegra.spec b/kernel-tegra.spec index 4ac41ab8e..216b7df1a 100644 --- a/kernel-tegra.spec +++ b/kernel-tegra.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6 -%define patchversion 3.6.3 +%define srcversion 3.7 +%define patchversion 3.7.0 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-tegra Summary: Kernel for Nvidia's Tegra SoC -Version: 3.6.3 +Version: 3.7.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -91,7 +91,7 @@ Requires(post): distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release # Remove some packages that are installed automatically by the build system, # but are not needed to build the kernel -#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv +#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv %ifarch ia64 # arch/ia64/scripts/unwcheck.py @@ -474,10 +474,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz @@ -887,6 +886,7 @@ Provides: multiversion(kernel) Provides: %name-devel = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel Supplements: packageand(%name:kernel-devel%variant) +PreReq: coreutils %description devel This package contains files necessary for building kernel modules (and diff --git a/kernel-trace.changes b/kernel-trace.changes index 2887ccaf6..e0d27f80d 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,393 @@ +------------------------------------------------------------------- +Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com + +- ezusb: add dependency to USB. + This prevents build failures by making it depend on the value of CONFIG_USB. + Commit 36e0f0bd did this for architectures other than ARM manually. +- commit b89db5d + +------------------------------------------------------------------- +Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de + +- Drivers: hv: balloon: Fix a memory leak. +- commit 26cdad5 + +------------------------------------------------------------------- +Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com + +- Update to 3.7-final. +- commit 1771a73 + +------------------------------------------------------------------- +Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de + +- Update patch headers for fate314663 and fate314665 changes +- commit 44044f1 + +------------------------------------------------------------------- +Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz + +- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually + ext3 will be removed upstream so let's do the transition. +- commit dadc8ea + +------------------------------------------------------------------- +Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr + +- Update omap2plus (armv7) config: Enable TWL* USB drivers +- commit 28c09f5 + +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + +------------------------------------------------------------------- +Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de + +- fate#314663 hyper-v memory ballooning support +- mm: Export a function to get vm committed memory. +- Drivers: hv: Add Hyper-V balloon driver. +- Drivers: hv: balloon: Fix a bug in the definition of struct + dm_info_msg. +- Update config files. + fate#314665 hyper-v: Update the Vmbus protocol +- Drivers: hv: Implement routines for read side signaling + optimization. +- Drivers: hv: Add state to manage batched reading. +- Drivers: hv: Turn off batched reading for util drivers. +- Drivers: hv: Optimize signaling in the read path. +- Drivers: hv: Optimize the signaling on the write path. +- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask(). +- Drivers: hv: Support handling multiple VMBUS versions. +- Drivers: hv: Update the ring buffer structure to match win8 + functionality. +- Drivers: hv: Extend/modify vmbus_channel_offer_channel for + win7 and beyond. +- Drivers: hv: Save and export negotiated vmbus version. +- Drivers: hv: Change the signature for hv_signal_event(). +- Drivers: hv: Change the signature of vmbus_set_event(). +- Drivers: hv: Move vmbus version definitions to hyperv.h. +- Drivers: hv: Manage signaling state on a per-connection basis. +- Drivers: hv: Cleanup vmbus_set_event() to support win7 and + beyond. +- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID. +- Drivers: hv: Add state to manage incoming channel interrupt + load. +- Drivers: hv: Modify the interrupt handling code to support + win8 and beyond. +- Drivers: hv: Add code to distribute channel interrupt load. +- Drivers: hv: Get rid of the unused global signaling state. +- Drivers: hv: Get rid of unnecessary request for offers. +- Drivers: hv: Manage event tasklets on per-cpu basis. +- Drivers: hv: Handle vmbus interrupts concurrently on all cpus. +- Drivers: hv: Add a check to deal with spurious interrupts. +- Drivers: hv: Enable protocol negotiation with win8 hosts. +- Drivers: hv: Implement flow management on the send side. +- Drivers: hv: Capture the host build information. +- Drivers: hv: Cleanup and consolidate reporting of build/version + info. +- commit 4fccd03 + +------------------------------------------------------------------- +Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc8. +- Delete patches.rpmify/net-fix-build-failure-in-xilinx. +- commit 76b3d92 + +------------------------------------------------------------------- +Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de + +- add splash=black option to bootsplash code, + to keep a black background, useful for remote access to VMs + (bnc#773487) +- commit c060ae1 + +------------------------------------------------------------------- +Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem + (bnc#781327) +- commit 841d864 + +------------------------------------------------------------------- +Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com + +- net: fix build failure in xilinx. +- commit 28be621 + +------------------------------------------------------------------- +Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com + +- Update config files. Enable CONFIG_SMB2 to 'y'. +- commit 25bdfaf + +------------------------------------------------------------------- +Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc6. +- commit daac70a + +------------------------------------------------------------------- +Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz + +- rpm/config.sh: Set projects for ARM +- commit 55bac79 + +------------------------------------------------------------------- +Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related + crash in context switch code). +- commit bb1d12d + +------------------------------------------------------------------- +Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com + +- Update to 3.7-rc5. +- Update Xen patches additionally to c/s 1204: +- commit d5de9cf + +------------------------------------------------------------------- +Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com + +- config: sync x86_64 configs for NR_UARTS + This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and + CONFIG_SERIAL_8250_NR_UARTS to 32. +- commit ddf88e6 + +------------------------------------------------------------------- +Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com + +- Delete patches.arch/s390-remove-kvm-para.patch. +- commit f759e1e + +------------------------------------------------------------------- +Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com + +- config: sync ppc64 configs for LIB80211, NET_SDA_MV* + This commit changes the following options to be modular: + LIB80211 + NET_DSA_MV88E6XXX + NET_DSA_MV88E6060 +- commit caa5a52 + +------------------------------------------------------------------- +Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com + +- config: sync ppc64/debug with ppc64/default + The debug config should be identical to default with the exception of + the debug options. This patch brings ppc64/debug in line with ppc64/default + with the exception of a few things that are modular in debug that should + also be modular in default. +- commit b981fcd + +------------------------------------------------------------------- +Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com + +- config: sync kvm options between ppc64 flavors. +- commit 8a389d5 + +------------------------------------------------------------------- +Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com + +- config: disable HW_RANDOM_AMD on ppc64 + This chip is only on AMD hardware and an old ppc64 eval board. We can skip + it on ppc64. +- commit 03001a4 + +------------------------------------------------------------------- +Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com + +- config: Eliminate unused ppc/ppc64 configs. + The history of the ppc/ppc64 configs is a convoluted one that started + before the kernel source could support multiple machine types with a + single image and before there was a usable 64-bit userspace. + In the subsequent years, the powerpc code has been unified and we've + released a 64-bit powerpc userspace. The "default" and "ppc64" configs + on ppc64 are essentially identical and just waste space. The "ppc64" + config on 32-bit ppc address a long since unnecessary corner case. Users + who still want a 32-bit userspace with a 64-bit kernel can install and + update it themselves using the 64-bit repository like i386/x86_64 users + can do. + This commit can be summarized thusly: + rm config/ppc/ppc64 + rm config/ppc/ps3 (already unused) + mv config/ppc64/ppc64 config/ppc64/default +- commit a9cc3d5 + +------------------------------------------------------------------- +Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr + +- Add kernel-versatile description +- commit 5424cf2 + +------------------------------------------------------------------- +Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr + +- Enable armv5 in arch-symbols +- commit 401de81 + +------------------------------------------------------------------- +Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com + +- config: sync vanilla flavor with default flavor for each platform + The vanilla configs have drifted away from the default configuration + for each platform. This patch brings them back in sync. +- commit 8d4661f + +------------------------------------------------------------------- +Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com + +- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled. +- commit 9907c37 + +------------------------------------------------------------------- +Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com + +- Updated to 3.7-rc4. + Eliminated 1 patch. +- commit 5168053 + +------------------------------------------------------------------- +Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again). +- commit 5feff7e + +------------------------------------------------------------------- +Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com + +- Update Xen patches to 3.7-rc3 and c/s 1202. +- extend base interfaces to support multi-page rings for + frontend/backend communication. +- blkback: allow using multiple page frontend communication ring. +- blkfront: allow using multiple page backend communication ring. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Fix build when disabled. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- config.conf: Re-enable Xen configs. +- Update x86 config files. +- Delete patches.xen/xen3-acpi_override_2_2.patch. +- commit f042386 + +------------------------------------------------------------------- +Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr + +- Add support to armv5 versatile kernel +- commit 99d34f3 + +------------------------------------------------------------------- +Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc3. +- commit 48e5027 + +------------------------------------------------------------------- +Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615) +- commit 2520563 + +------------------------------------------------------------------- +Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de + +- ARM: Update config files: Fix vexpress (default) config +- commit be072b4 + +------------------------------------------------------------------- +Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de + +- Fixup kvm for s390. +- commit 503388b + +------------------------------------------------------------------- +Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi +- commit 336ead7 + +------------------------------------------------------------------- +Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de + +- Revert "disable non-compiling irrelevant I2C module" +- commit d5a21c5 + +------------------------------------------------------------------- +Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de + +- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE. +- commit 8e108ab + +------------------------------------------------------------------- +Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 565b450 + +------------------------------------------------------------------- +Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de + +- Refresh patches.arch/arm-exynos-nosparse.patch. +- commit 55fbf60 + +------------------------------------------------------------------- +Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 118f2f9 + +------------------------------------------------------------------- +Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de + +- ARM: Exynos: Fix MMC driver +- ARM: Exynos: Update configs +- commit 37a1704 + +------------------------------------------------------------------- +Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com + +- config: change CONFIG_USB_EZUSB_FX2 to module +- commit 36e0f0b + +------------------------------------------------------------------- +Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com + +- Actually use kthread_run in crasher.ko. + The previous commit was incomplete. +- commit b8b35ae + +------------------------------------------------------------------- +Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com + +- crasher: use kthread_run() instead of kernel_thread(). + Linux 3.7-rc2 no longer exports kernel_thread on all architectures. +- commit f17d925 + +------------------------------------------------------------------- +Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com + +- Updated to 3.7-rc2. +- commit e00a663 + ------------------------------------------------------------------- Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de @@ -14,7 +404,7 @@ Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz - Refresh patches.xen/xen3-patch-3.6. - Delete patches.fixes/hv-storvsc-reset-wait.patch. - Delete - patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. + patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. - commit cfee26b ------------------------------------------------------------------- @@ -36,19 +426,19 @@ Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de and proper git-xy: meta tags: - lib: Add early cpio decoder. - x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() - for e820 handling. + for e820 handling. - ACPI: Store valid ACPI tables passed via early initrd in - reserved memblock areas. + reserved memblock areas. - ACPI: Implement physical address table override. - ACPI: Create acpi_table_taint() function to avoid code - duplication. + duplication. - ACPI: Document ACPI table overriding via initrd. - ACPI: Fix build when disabled. - X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. - ACPI: Overriding ACPI tables via initrd only works with - an initrd. + an initrd. - ACPI: Cleanup acpi_initrd_override declaration and remove - ifdefs. + ifdefs. - Delete patches.arch/acpi_fix_custom_method_acc.patch. - Delete patches.arch/acpi_override_2_2.patch. - Delete patches.arch/acpi_override_documentation. @@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz This allows to control the kabi checker from outside of the package. - commit 0a0900c +------------------------------------------------------------------- +Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com + +- Update to 3.7-rc1. +- Eliminated 38 patches. +- Xen is disabled. +- ARM configs need updating. +- Module signing is disabled until the build infrastructure can support it. +- commit fce087a + ------------------------------------------------------------------- Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz @@ -87,14 +487,20 @@ Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz - Delete - patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. + patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. - Delete - patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. + patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. - Delete - patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. + patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. These are in 3.6.1. - commit 2a321c4 +------------------------------------------------------------------- +Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com + +- Remove noncompiling modules +- commit b7cdd5a + ------------------------------------------------------------------- Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de @@ -136,7 +542,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - hyperv: Add comments for the extended buffer after RNDIS message. - Drivers: hv: Cleanup the guest ID computation. - Drivers: hv: vmbus: Use the standard format string to format - GUIDs. + GUIDs. - Drivers: hv: Add KVP definitions for IP address injection. - Drivers: hv: kvp: Cleanup error handling in KVP. - Drivers: hv: Explicitly size elements of protocol structures. @@ -148,7 +554,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - Tools: hv: Represent the ipv6 mask using CIDR notation. - Tools: hv: Gather ipv[4,6] gateway information. - hv: fail the probing immediately when we are not in hyperv - platform. + platform. - hv: vmbus_drv: detect hyperv through x86_hyper. - Tools: hv: Get rid of some unused variables. - Tools: hv: Correctly type string variables. @@ -167,14 +573,14 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - tools/hv: Parse /etc/os-release. - hyperv: Fix the max_xfer_size in RNDIS initialization. - hyperv: Fix the missing return value in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - hyperv: Fix page buffer handling in rndis_filter_send_request(). - hyperv: Remove extra allocated space for recv_pkt_list elements. - hyperv: Report actual status in receive completion packet. - hyperv: Add buffer for extended info after the RNDIS response - message. + message. - Delete - patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. - commit 08d283b ------------------------------------------------------------------- @@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com - ARM/u5800: Fix build of ux500 driver - Acked-by: Jeff Mahoney - commit 0ea37a0 +------------------------------------------------------------------- +Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com + +- disable non-compiling irrelevant I2C module +- commit 0ba9bac + ------------------------------------------------------------------- Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com - ARM/tegra: Remove optional parts to fix build - Acked-by: Jeff Mahoney - commit d729a16 ------------------------------------------------------------------- Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com - ARM: enable zcache support - Acked-by: Jeff Mahoney - commit 17b147b ------------------------------------------------------------------- Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com - ARM/cubox: set cachefilesd to module - Acked-by: Jeff Mahoney - commit c1fb243 ------------------------------------------------------------------- @@ -229,13 +637,13 @@ Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de - Remove old patchset to override ACPI tables via initrd. Also remove a stale xen patch related to that. - Delete - patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - Delete - patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. - Delete - patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. - Delete - patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - commit dd8f1b0 ------------------------------------------------------------------- @@ -364,7 +772,7 @@ Mon Sep 10 19:22:00 CEST 2012 - jeffm@suse.com Mon Sep 10 10:20:23 CEST 2012 - jbeulich@novell.com - patches.arch/s390-message-catalog.diff: Properly handle pr_cont() and fold - in the below two trivial fixes. + in the below two trivial fixes. - Delete patches.arch/s390-message-catalog-fix.diff. - Delete patches.arch/s390-message-catalog-perl-fix.diff. - Refresh patches.arch/kmsg-fix-parameter-limitations. @@ -438,10 +846,10 @@ Fri Aug 31 23:20:23 CEST 2012 - dmueller@suse.com Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz - i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y - && CONFIG_I2C_DESIGN. + && CONFIG_I2C_DESIGN. - Delete - patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. - Move it to rpmify, so that vanilla builds fine too. + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. - commit 0217ad5 ------------------------------------------------------------------- @@ -519,7 +927,7 @@ Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com Fri Aug 17 14:51:23 CEST 2012 - jeffm@suse.com - Update to 3.6-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 71963b0 ------------------------------------------------------------------- @@ -975,7 +1383,7 @@ Wed Jun 13 13:21:58 CEST 2012 - hare@suse.de - Rediff patch - patches.drivers/mach-dove-Fixup-ge00-initialisation.patch: - Rediff after backport from upstream. + Rediff after backport from upstream. - commit fa58c5e ------------------------------------------------------------------- @@ -983,7 +1391,7 @@ Wed Jun 13 12:56:17 CEST 2012 - hare@suse.de - Fixup patch to apply - patches.drivers/spi-orion-convert-to-new-infrastructure.patch - backported from upstream. + backported from upstream. - commit 2507393 ------------------------------------------------------------------- @@ -1002,9 +1410,9 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com - Update to 3.5-rc2. - - Xen needs update. - - ARM needs update. - - Eliminated 13 patches. + - Xen needs update. + - ARM needs update. + - Eliminated 13 patches. - commit 3f461b1 ------------------------------------------------------------------- @@ -1043,7 +1451,7 @@ Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de - [SCSI] storvsc: Properly handle errors from the host - (bnc#747404). + (bnc#747404). - Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. - commit ad28e23 @@ -1106,7 +1514,7 @@ Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Tue May 22 14:21:24 CEST 2012 - trenn@suse.de - X86 acpi_cpufreq: Do not use request_module for autoloading - (bnc#756085). + (bnc#756085). - Refresh patches.xen/xen3-auto-common.diff. - patches.xen/xen3-patch-3.3: - commit caf270e @@ -1165,7 +1573,7 @@ Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com - Update to 3.4-rc7. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 4cd9e9b ------------------------------------------------------------------- @@ -1218,7 +1626,7 @@ Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com - Update to 3.4-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 749ea8f ------------------------------------------------------------------- @@ -1255,7 +1663,7 @@ Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not require distribution-release - during build. + during build. - commit 3cd703f ------------------------------------------------------------------- @@ -1306,18 +1714,18 @@ Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com - Disabled DECNet and ARCNet. Specific config options disabled: CONFIG_ARCNET - CONFIG_ARCNET_1051 - CONFIG_ARCNET_1201 - CONFIG_ARCNET_CAP - CONFIG_ARCNET_COM20020_CS - CONFIG_ARCNET_COM20020 - CONFIG_ARCNET_COM20020_PCI - CONFIG_ARCNET_COM90xxIO - CONFIG_ARCNET_COM90xx - CONFIG_ARCNET_RAW - CONFIG_ARCNET_RIM_I + CONFIG_ARCNET_1051 + CONFIG_ARCNET_1201 + CONFIG_ARCNET_CAP + CONFIG_ARCNET_COM20020_CS + CONFIG_ARCNET_COM20020 + CONFIG_ARCNET_COM20020_PCI + CONFIG_ARCNET_COM90xxIO + CONFIG_ARCNET_COM90xx + CONFIG_ARCNET_RAW + CONFIG_ARCNET_RIM_I CONFIG_DECNET - CONFIG_DECNET_NF_GRABULATOR + CONFIG_DECNET_NF_GRABULATOR - commit 272dd14 ------------------------------------------------------------------- @@ -1419,7 +1827,7 @@ Fri Apr 20 18:09:06 CEST 2012 - jbeulich@novell.com Tue Apr 17 15:59:19 CEST 2012 - jeffm@suse.com - Update to 3.4-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 2fde7e0 ------------------------------------------------------------------- @@ -1439,7 +1847,7 @@ Mon Apr 9 03:28:12 CEST 2012 - jeffm@suse.com Fri Apr 6 06:42:35 CEST 2012 - jeffm@suse.com - Update AppArmor for 3.4. - - apparmor: Add "profiles" list to sysfs. + - apparmor: Add "profiles" list to sysfs. - commit 59517ac ------------------------------------------------------------------- @@ -1452,10 +1860,10 @@ Thu Apr 5 22:25:16 CEST 2012 - jeffm@suse.com Thu Apr 5 09:18:14 CEST 2012 - jeffm@suse.com - Updated to 3.4-rc1. - - Eliminated 121 patches. - - Xen is unavailable. - - ACPI overrides are unavailable. - - AppArmor network feature are unavailable. + - Eliminated 121 patches. + - Xen is unavailable. + - ACPI overrides are unavailable. + - AppArmor network feature are unavailable. - commit 3ac7e79 ------------------------------------------------------------------- @@ -1535,7 +1943,7 @@ Sat Mar 24 00:57:07 CET 2012 - dsterba@suse.cz - Refresh patches.suse/btrfs-handle-EIO. - Refresh - patches.suse/btrfs-volumes-schedule_bio-should-return-void. + patches.suse/btrfs-volumes-schedule_bio-should-return-void. - commit d97ade6 ------------------------------------------------------------------- @@ -1578,10 +1986,10 @@ Mon Mar 19 11:16:34 CET 2012 - jslaby@suse.cz Mon Mar 19 11:07:00 CET 2012 - jslaby@suse.cz - Delete - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. + patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. - Delete patches.arch/dell_optiplex_990_fix_reboot.patch. - Delete - patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. + patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. - Delete patches.drivers/libata-unlock-hpa-by-default. - Delete patches.fixes/scsi-add-tgps-setting. - Delete patches.fixes/scsi-dh-rdac-add-stk. @@ -1618,23 +2026,23 @@ Mon Mar 12 15:26:55 CET 2012 - ohering@suse.de - Staging: hv: storvsc: Cleanup storvsc_host_reset_handler(). - Staging: hv: storvsc: Move and cleanup storvsc_remove(). - Staging: hv: storvsc: Add a comment to explain life-cycle - management. + management. - Staging: hv: storvsc: Get rid of the on_io_completion in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Rename the context field in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver. - Staging: hv: storvsc: Cleanup the code for generating protocol - version. + version. - Staging: hv: storvsc: Cleanup some protocol related constants. - Staging: hv: storvsc: Get rid of some unused defines. - Staging: hv: storvsc: Consolidate the request structure. - Staging: hv: storvsc: Consolidate all the wire protocol - definitions. + definitions. - Staging: hv: storvsc: Move the storage driver out of the - staging area. + staging area. - Rename patches.suse/staging-hv-pata_piix-ignore-disks.patch to - patches.suse/suse-hv-pata_piix-ignore-disks.patch + patches.suse/suse-hv-pata_piix-ignore-disks.patch - commit 7487199 ------------------------------------------------------------------- @@ -1829,41 +2237,41 @@ Mon Feb 13 17:23:49 CET 2012 - mmarek@suse.cz Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de - Add driver auto probing for x86 features v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Fix overrun check in arch_print_cpu_modalias() - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - crypto: Add support for x86 cpuid - auto loading for x86 crypto drivers - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + auto loading for x86 crypto drivers + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Clean up modalias feature matching - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel-idle: convert to x86_cpu_id auto probing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Fix ID for Nehalem-EX Xeon in device ID table - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert via-cputemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k7: Fix CPU family number - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: Load acpi-cpufreq from processor driver automatically - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Revert change of auto_demotion_flags for Nehalem - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert coretemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k6: Really enable auto-loading - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - X86: Introduce HW-Pstate scattered cpuid feature - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - cpufreq: Add support for x86 cpuinfo auto loading v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86: autoload microcode driver on Intel and AMD systems v2 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 parts - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: remove duplicated lines of merging - problems with acpi_processor_start - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + problems with acpi_processor_start + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - Update config files. - commit 6efe9b5 @@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for --default (bnc#745632). KMPs are still built as i586. + -default (bnc#745632). KMPs are still built as i586. - commit 88a632b ------------------------------------------------------------------- @@ -1902,8 +2310,8 @@ Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com - Update to 3.3-rc2. - - Eliminated 5 patches. - - Xen is disabled. + - Eliminated 5 patches. + - Xen is disabled. - commit d017ea1 ------------------------------------------------------------------- @@ -2002,7 +2410,7 @@ Wed Dec 21 14:38:42 CET 2011 - jbeulich@novell.com Tue Dec 20 16:35:33 CET 2011 - jeffm@suse.com - Update to 3.2-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit d5a489e ------------------------------------------------------------------- @@ -2010,7 +2418,7 @@ Tue Dec 20 11:34:14 CET 2011 - trenn@suse.de - These should all be mainline in some form: - Delete - patches.arch/implement_stop_machine_from_offline_cpu.patch. + patches.arch/implement_stop_machine_from_offline_cpu.patch. - Delete patches.arch/kill-__stop_machine.patch. - Delete patches.arch/reorganize_stop_cpus.patch. - Delete patches.arch/use_stop_machine_for_mtrr_rendezvous.patch. @@ -2026,14 +2434,14 @@ Sun Dec 18 07:38:42 CET 2011 - aj@suse.de Fri Dec 16 15:37:51 CET 2011 - aj@suse.de - rpm/kernel-binary.spec.in: Add provides and make most obsoletes versioned. - This silences rpmlint warnings. + This silences rpmlint warnings. - commit e3023c7 ------------------------------------------------------------------- Wed Dec 14 13:51:41 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: Fix tarball URL for -rcX and - do not generate any URL for linux-next and vanilla snapshots. + do not generate any URL for linux-next and vanilla snapshots. - commit 1548daf ------------------------------------------------------------------- @@ -2123,7 +2531,7 @@ Wed Dec 7 11:05:05 CET 2011 - aj@suse.de Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com - Update to 3.2-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit a7d546d ------------------------------------------------------------------- @@ -2235,8 +2643,8 @@ Fri Nov 25 05:58:54 CET 2011 - jeffm@suse.com Fri Nov 25 05:47:49 CET 2011 - jeffm@suse.com - Update to 3.2-rc3. - - stack unwind: cfi_ignore takes more arguments. - - iio: Fix build error in industrialio-core.c. + - stack unwind: cfi_ignore takes more arguments. + - iio: Fix build error in industrialio-core.c. - commit 48ef020 ------------------------------------------------------------------- @@ -2249,7 +2657,7 @@ Thu Nov 24 18:45:54 CET 2011 - ohering@suse.de Thu Nov 24 13:01:09 CET 2011 - mmarek@suse.cz - rpm/try-disable-staging-driver: Script to disable failing staging - driver and restart make. + driver and restart make. - commit 819d1fa ------------------------------------------------------------------- @@ -2343,14 +2751,14 @@ Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de Wed Nov 16 06:51:07 CET 2011 - jeffm@suse.com - Update to 3.2-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 85c9930 ------------------------------------------------------------------- Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com - Update to 3.2-rc1. - - Eliminate 212 patches. + - Eliminate 212 patches. - commit 6318d5b ------------------------------------------------------------------- @@ -2390,8 +2798,8 @@ Sat Nov 5 01:32:21 CET 2011 - trenn@suse.de Thu Nov 3 17:56:46 CET 2011 - mszeredi@suse.cz - patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch: - hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops - (CVE-2011-2203 bnc#699709). + hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops + (CVE-2011-2203 bnc#699709). - commit 7923119 ------------------------------------------------------------------- @@ -2429,16 +2837,16 @@ Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com - Add Elantech touchpad v3/v4 support (bnc#716852): - - Input: elantech - add v3 hardware support. - - Input: elantech - add v4 hardware support. - - Input: elantech - better support all those v2 variants. - - Input: elantech - clean up elantech_init. - - Input: elantech - correct x, y value range for v2 hardware. - - Input: elantech - get rid of ETP_2FT_* in elantech.h. - - Input: elantech - packet checking for v2 hardware. - - Input: elantech - remove ETP_EDGE_FUZZ_V2. - - Input: elantech - remove module parameter force_elantech. - - Input: elantech - use firmware provided x, y ranges. + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. - commit 28551a0 ------------------------------------------------------------------- @@ -2469,7 +2877,7 @@ Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de Tue Oct 25 19:24:17 CEST 2011 - eich@suse.de - patches.suse/SUSE-bootsplash: remove DEBUG macro which was - left in the code by accident. + left in the code by accident. - commit a56ba15 ------------------------------------------------------------------- @@ -2482,7 +2890,7 @@ Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de - patches.suse/staging-hv-pata_piix-ignore-disks.patch: - Update comments in code and reduce patch size + Update comments in code and reduce patch size - commit 8913d07 ------------------------------------------------------------------- @@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de ------------------------------------------------------------------- Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com --Update to 3.1-rc10. +- -Update to 3.1-rc10. - commit 239957e ------------------------------------------------------------------- @@ -2522,11 +2930,11 @@ Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de - Various updates for hv drivers, which fix also the hv_mouse driver - staging: hv: storvsc: ignore SET_WINDOWN scsi command - (bnc#722646). + (bnc#722646). - staging/hv: advertise hv_storvsc instead of storvsc as sysfs - driver name (bnc#716708). + driver name (bnc#716708). - staging/hv: fill scsi/proc_name for the sake of mkinitrd - (bnc#716708). + (bnc#716708). - Staging: hv: util: Invoke cn_netlink_send() in a work context. - Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. - Refresh patches.xen/xen3-patch-2.6.32. @@ -2560,7 +2968,7 @@ Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com - patches.suse/supported-flag: Also look for Module.supported in the - source tree. + source tree. - Refresh patches.suse/supported-flag-enterprise. - commit 9c8680a @@ -2594,15 +3002,15 @@ Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - commit e3c78cf ------------------------------------------------------------------- @@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de - Refresh patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. --> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. + -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. - commit 0ac4276 ------------------------------------------------------------------- @@ -2647,9 +3055,9 @@ Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de - ACPI: Implement overriding of arbitrary ACPI tables via initrd - (none). + (none). - ACPICA: Fix wrongly mapped acpi table header when overriding - via initrd (none). + via initrd (none). - ACPICA: Introduce acpi_os_phys_table_override function (none). - x86: allow NVS can be accessed by driver (none). - Update config files: @@ -2667,7 +3075,7 @@ Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix unwinding through - interrupt frames, requiring ... + interrupt frames, requiring ... - patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression. - commit 4d917a5 @@ -2706,7 +3114,7 @@ Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com - mm: frontswap: swap data structure changes. - In HVM guests do not take over the CDROM device (bnc#645893). - x86: report ACPI-reserved state of PCI MMCONFIG region to - hypervisor. + hypervisor. - config.conf: Re-enable Xen flavors. - Update config files. - commit 3692f47 @@ -2746,33 +3154,33 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: util: kvp: Fix the reported OSVersion string. - Staging: hv: util: kvp: Cleanup kvp_get_domain_name(). - Staging: hv: Fix macros, tab errors and warning in - drivers/staging/hv/hv_mouse.c. + drivers/staging/hv/hv_mouse.c. - Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get - rid of the PCI signature. + rid of the PCI signature. - Staging: hv: Replace struct hv_guid with the uuid type already - defined in Linux. + defined in Linux. - Staging: hv: vmbus: Introduce vmbus ID space in struct - hv_driver. + hv_driver. - Staging: hv: blkvsc: Use the newly introduced vmbus ID in the - blockvsc driver. + blockvsc driver. - Staging: hv: storvsc: Use the newly introduced vmbus ID in - storvsc driver. + storvsc driver. - Staging: hv: netvsc: Use the newly introduced vmbus ID in - netvsc driver. + netvsc driver. - Staging: hv: mousevsc: Use the newly introduced vmbus ID in - mouse driver. + mouse driver. - Staging: hv: util: Make hv_utils a vmbus device driver. - Staging: hv: create VMBUS_DEVICE macro and use it. - Staging: hv: vmbus: Cleanup vmbus_match(). - Staging: hv: vmbus: Cleanup vmbus_uevent() code. - Staging: hv: vmbus: Support the notion of id tables in - vmbus_match(). + vmbus_match(). - Staging: hv: vmbus: Get rid of an unnecessary include line - in vmbus_drv.c. + in vmbus_drv.c. - Staging: hv: storvsc: Get rid of the DMI signature. - Staging: hv: netvsc: Get rid of the PCI signature. - Staging: hv: netvsc: Get rid of the DMI signature in - netvsc_drv.c. + netvsc_drv.c. - Staging: hv: util: Get rid of the DMI signature in hv_util.c. - Staging: hv: util: Get rid of the PCI signature in hv_util.c. - Staging: hv: fix up driver registering mess. @@ -2780,59 +3188,59 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: vmbus: Cleanup unnecessary comments in hv.c. - Staging: hv: vmbus: Cleanup error handling in hv_init(). - Staging: hv: vmbus: Get rid of unnecessay comments in - connection.c. + connection.c. - Staging: hv: vmbus: Get rid of the function dump_gpadl_body(). - Staging: hv: vmbus: Get rid of the function dump_gpadl_header(). - Staging: hv: vmbus: Rename openMsg to open_msg in channel.c. - Staging: hv: vmbus: Get rid of unnecessary comments in - channel.c. + channel.c. - Staging: hv: vmbus: Change the variable name openInfo to - open_info in channel.c. + open_info in channel.c. - Staging: hv: vmbus: Cleanup error values in ringbuffer.c. - Staging: hv: vmbus: Cleanup the error return value in - vmbus_recvpacket_raw(). + vmbus_recvpacket_raw(). - Staging: hv: netvsc: Get rid of an unnecessary print statement - in netvsc_probe(). + in netvsc_probe(). - Staging: hv: vmbus: Retry vmbus_post_msg() before giving up. - Staging: hv: storvsc: Cleanup error handling in - storvsc_dev_add(). + storvsc_dev_add(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_channel_init(). + storvsc_channel_init(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_connect_to_vsp(). + storvsc_connect_to_vsp(). - Staging: hv: storvsc: Cleanup error handling in storvsc_do_io(). - Storage: hv: storvsc: Get rid of some unnecessary DPRINTs - from storvsc.c. + from storvsc.c. - Staging: hv: storvsc: Fix/cleanup some dated comments in - storvsc.c. + storvsc.c. - Staging: hv: storvsc: Cleanup returned error code in - storvsc_host_reset(). + storvsc_host_reset(). - Staging: hv: storvsc: Cleanup error code returned in - storvsc_probe(). + storvsc_probe(). - Staging: hv: storvsc: Cleanup returned error code in - storvsc_drv_init(). + storvsc_drv_init(). - Staging: hv: netvsc: Cleanup the returned error code in - netvsc_probe(). + netvsc_probe(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_destroy_recv_buf(). + netvsc_destroy_recv_buf(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_init_recv_buf(). + netvsc_init_recv_buf(). - Staging: hv: netvsc: Cleanup error returns in - netvsc_connect_vsp(). + netvsc_connect_vsp(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_send(). + netvsc_send(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_device_add(). + netvsc_device_add(). - Staging: hv: netvsc: Cleanup error codes in - rndis_filter_receive(). + rndis_filter_receive(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_query_device(). + rndis_filter_query_device(). - Staging: hv: netvsc: Cleanup error return values in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - Staging: hv: netvsc: Cleanup error returns in - rndis_filter_init_device(). + rndis_filter_init_device(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_device_add(). + rndis_filter_device_add(). - Staging: hv: mouse: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Exit to exit. @@ -2845,72 +3253,72 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: add driver_data to hv_vmbus_device_id. - Staging: hv: Add code to parse struct hv_vmbus_device_id table. - Staging: hv: file2alias: fix up alias creation logic for - hv_vmbus_device_id. + hv_vmbus_device_id. - Staging: hv: storvsc: Inline free_stor_device(). - Staging: hv: storvsc: Do not aquire an unnecessary reference - on stor_device. + on stor_device. - Staging: hv: storvsc: Rename must_get_stor_device(). - Staging: hv: storvsc: Rename get_stor_device(). - Staging: hv: storvsc: Cleanup alloc_stor_device(). - Staging: hv: storvsc: Introduce state to manage the lifecycle - of stor device. + of stor device. - Staging: hv: storvsc: Prevent outgoing traffic when stor dev - is being destroyed. + is being destroyed. - Staging: hv: storvsc: Get rid of release_stor_device() by - inlining the code. + inlining the code. - Staging: hv: storvsc: Get rid of final_release_stor_device() - by inlining code. + by inlining code. - Staging: hv: storvsc: Get rid of the reference counting in - struct storvsc_device. + struct storvsc_device. - Staging: hv: netvsc: Inline the code for free_net_device(). - Staging: hv: netvsc: Cleanup alloc_net_device(). - Staging: hv: netvsc: Introduce state to manage the lifecycle - of net device. + of net device. - Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev - is destroyed. + is destroyed. - Staging: hv: netvsc: Get rid of release_outbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of release_inbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of the refcnt field in struct - netvsc_device. + netvsc_device. - Staging: hv: storvsc: Add code to handle IDE devices using - the storvsc driver. + the storvsc driver. - Staging: hv: storvsc: Handle IDE devices using the storvsc - driver. + driver. - Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is - not used. + not used. - Staging: hv: storvsc: Optimize bounce buffer handling for the - "write" case. + "write" case. - Staging: hv: storvsc: Optimize the bounce buffer handling in - the "read" case. + the "read" case. - Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of storvsc.c. + contents of storvsc.c. - Staging: hv: storvsc: Add the contents of hyperv_storage.h - to storvsc_drv.c. + to storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of hyperv_storage.h. + contents of hyperv_storage.h. - Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY - and MODE_SENSE. + and MODE_SENSE. - Staging: hv: storvsc: Fix a typo. - Staging: hv: storvsc: In case of scsi errors offline the device. - Staging: hv: storvsc: No need to copy from bounce buffer in - case of a failure. + case of a failure. - Staging: hv: util: Forcefully shutdown when shutdown is - requested. + requested. - Staging: hv: util: Adjust guest time in a process context. - Staging: hv: vmbus: Check before invoking the channel callback. - Staging: hv: vmbus: Properly deal with de-registering channel - callback. + callback. - Staging: hv: Fix a bug in vmbus_match(). - Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining - the code. + the code. - Staging: hv: vmbus: Do not enable auto eoi. - Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add(). - Staging: hv: vmbus: Get rid of some dated/redundant comments. - Staging: hv: vmbus: Get rid of an unnecessary check in - vmbus_connect(). + vmbus_connect(). - Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c. - Staging: hv: vmbus: Fix checkpatch warnings in connection.c. - Staging: hv: mousevsc: Fix checkpatch errors and warnings. @@ -2983,16 +3391,16 @@ Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com - Refreshed and re-enabled dm-path patches: - - patches.suse/dm-mpath-accept-failed-paths. - - patches.suse/dm-mpath-detach-existing-hardware-handler. + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. - commit 70cadcd ------------------------------------------------------------------- Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com - Update to 3.1-rc3. - - Eliminated 8 patches. - - Xen is disabled. + - Eliminated 8 patches. + - Xen is disabled. - commit eccefcc ------------------------------------------------------------------- @@ -3000,8 +3408,8 @@ Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de - * Refresh patches.suse/SUSE-bootsplash. * Fix bootsplash code for 15bpp framebuffers. - These framebuffers are rare these days, the legendary and still - popular server chipset Radeon ES1000 supports it, though. + These framebuffers are rare these days, the legendary and still + popular server chipset Radeon ES1000 supports it, though. - commit f25ce3e ------------------------------------------------------------------- @@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de - Update config files: bnc#674988, change: --CONFIG_ACPI_CUSTOM_METHOD=m + -CONFIG_ACPI_CUSTOM_METHOD=m +# CONFIG_ACPI_CUSTOM_METHOD is not set for all flavors - commit f1af972 @@ -3115,10 +3523,10 @@ Thu Jul 14 17:52:45 CEST 2011 - tiwai@suse.de Thu Jul 14 17:26:51 CEST 2011 - tiwai@suse.de - ALSA: hda - Add Kconfig for the default buffer size - (bnc#682725). + (bnc#682725). - Update config files. - Delete, replaced with the new upstream patch - patches.drivers/alsa-hda-0019-Increase-default-buffer-size. + patches.drivers/alsa-hda-0019-Increase-default-buffer-size. - commit 40c7644 ------------------------------------------------------------------- @@ -3140,7 +3548,7 @@ Sat Jul 9 11:17:46 CEST 2011 - jslaby@suse.cz Thu Jul 7 00:58:01 CEST 2011 - jeffm@suse.com - Update to 3.0-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 56e99da ------------------------------------------------------------------- @@ -3149,7 +3557,7 @@ Tue Jul 5 09:18:43 CEST 2011 - jbeulich@novell.com - Update Xen patches to 3.0-rc5 and c/s 1095. - xen: prepare tmem shim to handle frontswap. - support booting Xen from EFI (fate#311376, fate#311529, - bnc#578927, bnc#628554). + bnc#578927, bnc#628554). - config.conf: Re-enabled Xen flavors. - Update x86 config files. - Delete patches.xen/xen-blkback-bimodal-suse. @@ -3196,31 +3604,31 @@ Tue Jun 21 12:14:44 CEST 2011 - mmarek@suse.cz Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz - rpm/post.sh: Touch /boot/do_purge_kernels on package install - (fate#312018). + (fate#312018). - rpm/postun.sh: Remove it again if it still exists on package - uninstall. + uninstall. - commit 82f4a5d ------------------------------------------------------------------- Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de - stop_machine: implement stop_machine_from_offline_cpu() - (bnc#697859). + (bnc#697859). - stop_machine: kill __stop_machine() (bnc#697859). - x86, mtrr: lock stop machine during MTRR rendezvous sequence - (bnc#697859). + (bnc#697859). - stop_machine: reorganize stop_cpus() implementation - (bnc#697859). + (bnc#697859). - x86, mtrr: use __stop_machine() for doing MTRR rendezvous - (bnc#697859). + (bnc#697859). - commit aa3d6e2 ------------------------------------------------------------------- Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz - Remove the novfs patches, it should be packaged as a KMP, or - ideally, reimplemented as a fuse filesystem (which is the reason why - the current implementation it is never going to be accepted upstream). + ideally, reimplemented as a fuse filesystem (which is the reason why + the current implementation it is never going to be accepted upstream). - Delete patches.fixes/novfs-copy_user-fixes.diff. - Delete patches.fixes/novfs-minsize-fixes. - Delete patches.fixes/novfs-nwcapi.patch. @@ -3275,7 +3683,7 @@ Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz Wed Jun 15 08:05:05 CEST 2011 - jeffm@suse.com - Update to 3.0-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit a1fe999 ------------------------------------------------------------------- @@ -3343,9 +3751,9 @@ Mon Jun 13 14:06:28 CEST 2011 - mmarek@suse.cz the SRCVERSION variable will only be used to determine the tarball version. - rpm/compute-PATCHVERSION.sh: Set default PATCHLEVEL and SUBLEVEL to 0. - The package version will thus always match the Makefile version and - the SRCVERSION variable will only be used to determine the tarball - version. + The package version will thus always match the Makefile version and + the SRCVERSION variable will only be used to determine the tarball + version. - rpm/kernel-binary.spec.in: Revert the previous hack. - commit 95c9977 @@ -3368,9 +3776,9 @@ Fri Jun 10 20:24:41 CEST 2011 - jeffm@suse.com Fri Jun 10 17:12:22 CEST 2011 - jeffm@suse.com - x86: Remove warning and warning_symbol from struct - stacktrace_ops. + stacktrace_ops. - Delete - patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. + patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. - commit 608ce9e ------------------------------------------------------------------- @@ -3462,13 +3870,13 @@ Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - commit 83331f5 ------------------------------------------------------------------- @@ -3489,14 +3897,14 @@ Tue May 31 05:09:44 CEST 2011 - jeffm@suse.com Tue May 31 05:08:21 CEST 2011 - jeffm@suse.com - Updated to 3.0-rc1. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit 5710413 ------------------------------------------------------------------- Mon May 30 15:54:37 CEST 2011 - jack@suse.cz - mm: Fix assertion mapping->nrpages == 0 in end_writeback() - (bnc#693013 bnc#666423). + (bnc#693013 bnc#666423). - Refresh patches.xen/tmem. - commit d3e465a @@ -3504,9 +3912,9 @@ Mon May 30 15:54:37 CEST 2011 - jack@suse.cz Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. + patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. - aic94xx: world-writable sysfs update_bios file. - Update upstream info. + Update upstream info. - commit 8912816 ------------------------------------------------------------------- @@ -3567,7 +3975,7 @@ Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc7. - - Eliminated 5 patches. + - Eliminated 5 patches. - commit a8a170f ------------------------------------------------------------------- @@ -3580,16 +3988,16 @@ Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz - Delete - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 - commit 7934e2d ------------------------------------------------------------------- Thu May 12 11:56:16 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - Note about submission. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + Note about submission. - commit 9922e20 ------------------------------------------------------------------- @@ -3602,15 +4010,15 @@ Tue May 10 19:10:18 CEST 2011 - mhocko@suse.cz Tue May 10 16:14:44 CEST 2011 - mhocko@suse.cz - patches.fixes/aggressive-zone-reclaim.patch: delete because - the patch is very workload specific and can lead to unexpected - reclaims in parallel node local workloads. + the patch is very workload specific and can lead to unexpected + reclaims in parallel node local workloads. - commit 56cf10e ------------------------------------------------------------------- Tue May 10 16:04:27 CEST 2011 - mhocko@suse.cz - Delete patches.suse/mm-devzero-optimisation.patch: we do not need - it anymore as we have zero page back since 2.6.32 + it anymore as we have zero page back since 2.6.32 - commit 323a093 ------------------------------------------------------------------- @@ -3629,64 +4037,64 @@ Mon May 9 14:32:59 CEST 2011 - jbeulich@novell.com Mon May 9 11:32:35 CEST 2011 - jbeulich@novell.com - patches.suse/kconfig-automate-kernel-desktop: Remove stray blank - lines (for older versions of "patch" to grok). + lines (for older versions of "patch" to grok). - commit 4dfa74d ------------------------------------------------------------------- Sat May 7 01:50:06 CEST 2011 - jeffm@suse.com - Removed network driver entropy patches. haveged is installed by default - and should be enabled to generate entropy from non-predictable sources. - - Delete patches.drivers/bnx2-entropy-source.patch. - - Delete patches.drivers/e1000-entropy-source.patch. - - Delete patches.drivers/e1000e-entropy-source.patch. - - Delete patches.drivers/igb-entropy-source.patch. - - Delete patches.drivers/ixgbe-entropy-source.patch. - - Delete patches.drivers/tg3-entropy-source.patch. + and should be enabled to generate entropy from non-predictable sources. + - Delete patches.drivers/bnx2-entropy-source.patch. + - Delete patches.drivers/e1000-entropy-source.patch. + - Delete patches.drivers/e1000e-entropy-source.patch. + - Delete patches.drivers/igb-entropy-source.patch. + - Delete patches.drivers/ixgbe-entropy-source.patch. + - Delete patches.drivers/tg3-entropy-source.patch. - commit c88b893 ------------------------------------------------------------------- Fri May 6 19:36:47 CEST 2011 - jeffm@suse.com - Update - patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack - (bnc#466279 bnc#681639). + patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack + (bnc#466279 bnc#681639). - commit 72e779f ------------------------------------------------------------------- Fri May 6 19:31:10 CEST 2011 - jeffm@suse.com - Disabled patches.drivers/libata-unlock-hpa-by-default; It may have - been obsoleted by upstream commit d8d9129e. + been obsoleted by upstream commit d8d9129e. - commit 1a21ab3 ------------------------------------------------------------------- Fri May 6 18:51:20 CEST 2011 - jeffm@suse.com - sysctl: Increase IPC defaults (bnc#146656) - - Delete patches.suse/shmall-bigger. + - Delete patches.suse/shmall-bigger. - commit a70e34f ------------------------------------------------------------------- Fri May 6 17:50:56 CEST 2011 - jeffm@suse.com - sysctl/i386/desktop, sysctl/x86_64/desktop: Add vm.dirty_ratio = 20 - for desktop flavors (bnc#552883) - - Delete patches.suse/mm-tune-dirty-limits.patch. + for desktop flavors (bnc#552883) + - Delete patches.suse/mm-tune-dirty-limits.patch. - commit dbe73e2 ------------------------------------------------------------------- Fri May 6 17:25:45 CEST 2011 - jeffm@suse.com - sysctl/defaults: Added kernel.hung_task_timeout=0 - - Delete patches.suse/hung_task_timeout-configurable-default. + - Delete patches.suse/hung_task_timeout-configurable-default. - commit 78f9eed ------------------------------------------------------------------- Fri May 6 16:41:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-{binary,source}.spec.in: Install per-kernel /boot/sysctl-* - files (patch from Jeff Mahoney). + files (patch from Jeff Mahoney). - commit 473f2d1 ------------------------------------------------------------------- @@ -3699,7 +4107,7 @@ Thu May 5 22:35:53 CEST 2011 - jeffm@suse.com Thu May 5 22:23:21 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc6. - - 2 patches eliminated. + - 2 patches eliminated. - commit 2643e59 ------------------------------------------------------------------- @@ -3713,9 +4121,9 @@ Tue May 3 03:08:18 CEST 2011 - tonyj@suse.de Fri Apr 29 20:35:21 CEST 2011 - jeffm@suse.com - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - commit 52dd0f0 ------------------------------------------------------------------- @@ -3737,7 +4145,7 @@ Fri Apr 29 00:36:03 CEST 2011 - gregkh@suse.de - Delete patches.suse/linux-2.6.29-dont-wait-for-mouse.patch. - Delete patches.suse/linux-2.6.29-even-faster-kms.patch. - Delete - patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. + patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. - Delete patches.suse/linux-2.6.29-kms-after-sata.patch. - Delete patches.suse/linux-2.6.29-touchkit.patch. - commit c13427d @@ -3752,22 +4160,22 @@ Fri Apr 29 00:17:46 CEST 2011 - jbenc@suse.cz Thu Apr 28 23:32:44 CEST 2011 - rjw@suse.de - Delete patches.xen/xen3-x86-mcp51-no-dac. - Also remove the series.conf entires for the x86-mcp-no-dac patches. + Also remove the series.conf entires for the x86-mcp-no-dac patches. - commit 574577b ------------------------------------------------------------------- Thu Apr 28 23:16:27 CEST 2011 - rjw@suse.de - Delete patches.arch/x86-mcp51-no-dac. (This is a blacklist entry that - has been rejected by the mainline, the problem reporter is gone and - it's next to impossible to verify it now.) + has been rejected by the mainline, the problem reporter is gone and + it's next to impossible to verify it now.) - commit 195b113 ------------------------------------------------------------------- Thu Apr 28 21:38:22 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - commit a2662ae ------------------------------------------------------------------- @@ -3782,14 +4190,14 @@ Thu Apr 28 20:56:33 CEST 2011 - jslaby@suse.cz Thu Apr 28 20:30:56 CEST 2011 - bphilips@suse.de - Delete - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. + patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. - commit 9917206 ------------------------------------------------------------------- Thu Apr 28 20:19:59 CEST 2011 - bphilips@suse.de - Delete - patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. + patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. - commit 08374b3 ------------------------------------------------------------------- @@ -3822,7 +4230,7 @@ Thu Apr 28 14:18:12 CEST 2011 - jbeulich@novell.com Wed Apr 27 22:20:02 CEST 2011 - jeffm@suse.com - Delete - patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. + patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. - commit 399a100 ------------------------------------------------------------------- @@ -3884,10 +4292,10 @@ Wed Apr 27 21:34:13 CEST 2011 - jeffm@suse.com - Delete patches.suse/acpi-don-t-preempt-until-the-system-is-up. - Delete - patches.suse/acpi-generic-initramfs-table-override-support. + patches.suse/acpi-generic-initramfs-table-override-support. - Delete patches.suse/add-initramfs-file_read_write. - Delete - patches.suse/init-move-populate_rootfs-back-to-start_kernel. + patches.suse/init-move-populate_rootfs-back-to-start_kernel. - commit d4910b3 ------------------------------------------------------------------- @@ -3901,14 +4309,14 @@ Wed Apr 27 21:29:24 CEST 2011 - jeffm@suse.com Wed Apr 27 21:11:59 CEST 2011 - jeffm@suse.com - Delete patches.suse/osync-error. It was unused and the issue it fixed in - kernels prior to 2.6.32 doesn't exist anymore. + kernels prior to 2.6.32 doesn't exist anymore. - commit 52cc654 ------------------------------------------------------------------- Wed Apr 27 20:48:55 CEST 2011 - jeffm@suse.com - Delete patches.suse/s390-System.map.diff: Proper fix in binutils has - long since been upstream. + long since been upstream. - commit 2847a36 ------------------------------------------------------------------- @@ -3941,7 +4349,7 @@ Wed Apr 27 20:18:37 CEST 2011 - jeffm@suse.com Wed Apr 27 20:16:52 CEST 2011 - jeffm@suse.com - Delete patches.suse/unmap_vmas-lat: No bug report or signed-off-by. - - Delete patches.arch/s390-add-FREE_PTE_NR. + - Delete patches.arch/s390-add-FREE_PTE_NR. - commit 2a392c2 ------------------------------------------------------------------- @@ -3954,7 +4362,7 @@ Wed Apr 27 20:16:00 CEST 2011 - jeffm@suse.com Wed Apr 27 20:15:02 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc5. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5288a05 ------------------------------------------------------------------- @@ -3974,7 +4382,7 @@ Wed Apr 27 19:43:47 CEST 2011 - jeffm@suse.com Tue Apr 26 11:03:18 CEST 2011 - jkosina@suse.cz - HID: add noget quirk barcode scanners from Symbol Technologies - (bnc#689290). + (bnc#689290). - commit f5b999f ------------------------------------------------------------------- @@ -3987,7 +4395,7 @@ Fri Apr 22 00:01:41 CEST 2011 - jeffm@suse.com Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz - Revert changes to sparc configs to not make life harder for Jan Engelhardt - maintaining sparc architecture. + maintaining sparc architecture. - commit cdac873 ------------------------------------------------------------------- @@ -4006,7 +4414,7 @@ Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 3f654c8 ------------------------------------------------------------------- @@ -4019,15 +4427,15 @@ Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de - Combined and consolidated bootsplash patch (bnc#669777, - bnc#570082, bnc#595657, bnc#594209, bnc#544645). - - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. - - Delete patches.suse/bootsplash. - - Delete patches.suse/bootsplash-console-fix. - - Delete patches.suse/bootsplash-keep-multiple-data. - - Delete patches.suse/bootsplash-scaler. - - Reformatted code, fixed some minor bugs that became obvious. - - Fixed race that led to null pointer dereference in splash_read_proc(): - bnc#669777. + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. - commit 95844c5 ------------------------------------------------------------------- @@ -4040,7 +4448,7 @@ Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de - intel_idle: Make lapic_timer_reliable_states a boot param - (bnc#675161). + (bnc#675161). - commit 85b156b ------------------------------------------------------------------- @@ -4054,7 +4462,7 @@ Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - - This results in automatically disabling CONFIG_GIGASET_I4L. + - This results in automatically disabling CONFIG_GIGASET_I4L. - commit 697e68b ------------------------------------------------------------------- @@ -4074,7 +4482,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com - Update Xen patches to 2.6.39-rc3 and c/s 1079. - blktap2: replace hard-coded limit of tap devices with - configurable one. + configurable one. - config.conf: Re-enable Xen configs. - Update x86 config files. - commit d3bfd6c @@ -4083,7 +4491,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com - fs/partitions/efi.c: corrupted GUID partition tables can cause - kernel oops (bnc#687113 CVE-2011-1577). + kernel oops (bnc#687113 CVE-2011-1577). - commit 385b393 ------------------------------------------------------------------- @@ -4128,7 +4536,7 @@ Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 200c913 ------------------------------------------------------------------- @@ -4153,29 +4561,29 @@ Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc2. - - Eliminated 18 patches. - - Added 3 patches. - - hv_mouse: needs . - - dm-raid45: Remove blk_unplug calls. - - novfs: 2.6.39 API update. - - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. - - patches.kernel.org is no longer used to contain upstream patches - for -rc releases. Users planning on building their own kernel should - have a copy of the tarball corresponding to the -rc releases. + - Eliminated 18 patches. + - Added 3 patches. + - hv_mouse: needs . + - dm-raid45: Remove blk_unplug calls. + - novfs: 2.6.39 API update. + - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. + - patches.kernel.org is no longer used to contain upstream patches + for -rc releases. Users planning on building their own kernel should + have a copy of the tarball corresponding to the -rc releases. - commit adf9d16 ------------------------------------------------------------------- Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de - Make selection of 'readdir-plus' adapt to usage patterns - (bnc#678123). + (bnc#678123). - commit 5de99a8 ------------------------------------------------------------------- Wed Apr 6 09:01:38 CEST 2011 - jeffm@suse.de - reiserfs: Force inode evictions before umount to avoid crash - (bnc#610598 bnc#680073 bnc#684112). + (bnc#610598 bnc#680073 bnc#684112). - Delete patches.fixes/reiserfs-xattr-crash-fix. - commit bf57d20 @@ -4189,21 +4597,21 @@ Tue Apr 5 10:42:22 CEST 2011 - jslaby@suse.cz Wed Mar 30 23:50:41 CEST 2011 - jeffm@suse.com - Delete patches.suse/twofish-2.6. - - This was for 2.4 compatibility and has been moved to KMP purgatory. + - This was for 2.4 compatibility and has been moved to KMP purgatory. - commit dcca506 ------------------------------------------------------------------- Wed Mar 30 10:32:32 CEST 2011 - jslaby@suse.cz - Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo - (bnc#681826). + (bnc#681826). - commit 2e71042 ------------------------------------------------------------------- Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de - Update config files, remove CONFIG_X86_MCE_XEON75XX=m - ->driver got reverted with previous commit + ->driver got reverted with previous commit - Refresh patches.xen/xen3-auto-arch-x86.diff. - commit b367e7b @@ -4215,18 +4623,18 @@ Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de APEI implementation should take care of that in recent kernels. - Delete patches.arch/x86_mce_intel_decode_physical_address.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. + patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. - commit 1fe7a22 ------------------------------------------------------------------- Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not install unneeded packages in the - build chroot. + build chroot. - commit 7f4c49d ------------------------------------------------------------------- @@ -4246,7 +4654,7 @@ Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz - Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing - the signal code (bnc#681826 CVE-2011-1020). + the signal code (bnc#681826 CVE-2011-1020). - commit 2e42fd4 ------------------------------------------------------------------- @@ -4255,7 +4663,7 @@ Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de - sound/oss/opl3: validate voice and channel indexes (bnc#681999). - sound/oss: remove offset from load_patch callbacks (bnc#681999). - ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl - (bnc#680816). + (bnc#680816). - commit 09ff6e9 ------------------------------------------------------------------- @@ -4268,7 +4676,7 @@ Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz - HID: add support for Skycable 0x3f07 wireless presenter - (bnc#681297). + (bnc#681297). - commit 892e8d4 ------------------------------------------------------------------- @@ -4299,12 +4707,12 @@ Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de - netvm: Do not mark requests for swapfile writes as dirty or - kswapd fails to free the page (bnc#678472). + kswapd fails to free the page (bnc#678472). - nfs: Use page_file_offset during page writeback (bnc#677738). - nfs: Convert nfs_mark_request_dirty() to use page_file_mapping() - (bnc#677738). + (bnc#677738). - netvm: Remove duplicated initialization in net/ipv4/route.c - (bnc#678970). + (bnc#678970). - collapse: mm: Report the low watermark correctly (bnc#678497). - commit a798dd1 @@ -4318,7 +4726,7 @@ Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com - Linux: 2.6.38-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 7da557d ------------------------------------------------------------------- @@ -4343,38 +4751,38 @@ Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc7. - - Refresh patches.xen/xen-x86-no-lapic. - - Refresh patches.xen/xen3-patch-2.6.19. + - Refresh patches.xen/xen-x86-no-lapic. + - Refresh patches.xen/xen3-patch-2.6.19. - commit 7eb9d30 ------------------------------------------------------------------- Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - commit 88d5daa ------------------------------------------------------------------- Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in - yesterday's change. + yesterday's change. - commit 098768b ------------------------------------------------------------------- Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Add annotations to - lib/rwsem_64.S. + lib/rwsem_64.S. - commit 87944ac ------------------------------------------------------------------- Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de - ALSA: usb-audio: fix oops due to cleanup race when disconnecting - (bnc#674735). + (bnc#674735). - commit ed81f8c ------------------------------------------------------------------- @@ -4387,7 +4795,7 @@ Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com - Update to 2.6.38-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 6cce7bb ------------------------------------------------------------------- @@ -4400,7 +4808,7 @@ Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de - ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499, - CVE-2011-0712). + CVE-2011-0712). - commit 5ef002b ------------------------------------------------------------------- @@ -4419,22 +4827,22 @@ Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de - Update config files. - - disable CONFIG_DRM_VMWGFX (bnc#606458) - - update sparc configs to at least be able to run "make oldconfig" + - disable CONFIG_DRM_VMWGFX (bnc#606458) + - update sparc configs to at least be able to run "make oldconfig" - commit da75bd9 ------------------------------------------------------------------- Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Re-add change lost during - initial 2.6.37 merge. + initial 2.6.37 merge. - commit e493205 ------------------------------------------------------------------- Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz - Move spec file templates and helper scripts to a separate branch, to - ease synchronizing these files among master, vanilla and linux-next. + ease synchronizing these files among master, vanilla and linux-next. - commit 411abb8 ------------------------------------------------------------------- @@ -4454,7 +4862,7 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code - was merged into rpm's find-supplements script. + was merged into rpm's find-supplements script. - Delete rpm/check-build.sh, not needed anymore. - commit 0a157b1 @@ -4462,43 +4870,43 @@ Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com - flexcop: fix registering braindead stupid names (brc#575873 - bnc#661429). + bnc#661429). - commit 72bd3d0 ------------------------------------------------------------------- Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de - Staging: samsung-laptop: add support for lots of laptops - (bnc#661682). + (bnc#661682). - commit 1eb5eaa ------------------------------------------------------------------- Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Set timestamp of sources to the commit - timestamp, so that they are always older than generated files in - /usr/src/linux-obj (bnc#669669). + timestamp, so that they are always older than generated files in + /usr/src/linux-obj (bnc#669669). - commit 8565452 ------------------------------------------------------------------- Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to - keep timestamps intact. + keep timestamps intact. - commit 9ba5ff0 ------------------------------------------------------------------- Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Remove .gitignore files after applying patches - (fix last change). + (fix last change). - commit 907f9cc ------------------------------------------------------------------- Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit c327e0a ------------------------------------------------------------------- @@ -4546,8 +4954,8 @@ Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition - of %release_major and rename it to %release_num to better describe - what it does. Add some comments to explain how the versioning works. + of %release_major and rename it to %release_num to better describe + what it does. Add some comments to explain how the versioning works. - commit 9a3bc94 ------------------------------------------------------------------- @@ -4566,14 +4974,14 @@ Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit b6b51ca ------------------------------------------------------------------- Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de - ALSA: hda - Fix memory leaks in conexant jack arrays - (bnc#668929). + (bnc#668929). - commit 31971a4 ------------------------------------------------------------------- @@ -4611,8 +5019,8 @@ Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com - Update config files. - - CONFIG_EXPERT=n on all but ps3 - - Vanilla configs updated. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. - commit b25e639 ------------------------------------------------------------------- @@ -4633,7 +5041,7 @@ Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 90baa82 ------------------------------------------------------------------- @@ -4652,30 +5060,30 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc1. - - Removed 12 patches. - - Xen is disabled. - - Quite a few patches need updating. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. - commit 9163bb7 ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff ------------------------------------------------------------------- @@ -4688,7 +5096,7 @@ Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 ------------------------------------------------------------------- @@ -4707,22 +5115,22 @@ Mon Jan 17 20:52:49 CET 2011 - jeffm@suse.com Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz - Revert %kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 ------------------------------------------------------------------- Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 ------------------------------------------------------------------- Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 ------------------------------------------------------------------- @@ -4796,7 +5204,7 @@ Thu Jan 6 20:51:31 CET 2011 - jeffm@suse.com Thu Jan 6 19:48:28 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe ------------------------------------------------------------------- @@ -4815,28 +5223,28 @@ Thu Jan 6 17:09:12 CET 2011 - jeffm@suse.com Thu Jan 6 17:08:44 CET 2011 - jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d ------------------------------------------------------------------- Thu Jan 6 16:10:26 CET 2011 - jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 ------------------------------------------------------------------- @@ -4849,7 +5257,7 @@ Thu Jan 6 15:49:34 CET 2011 - jack@suse.cz Thu Jan 6 13:56:07 CET 2011 - mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 ------------------------------------------------------------------- @@ -4858,7 +5266,7 @@ Thu Jan 6 10:07:22 CET 2011 - mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b @@ -4879,7 +5287,7 @@ Thu Dec 30 00:50:58 CET 2010 - jeffm@suse.com Wed Dec 29 22:23:21 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 ------------------------------------------------------------------- @@ -4904,38 +5312,38 @@ Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c ------------------------------------------------------------------- Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (bnc#655048). + Backport to XEN. - commit 92c0965 ------------------------------------------------------------------- Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz - Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive - decode" (bnc#655048). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 @@ -4950,8 +5358,8 @@ Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz - Delete - patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. - It's unreferenced and wrong. + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. - commit 9e6fc50 ------------------------------------------------------------------- @@ -4988,10 +5396,10 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 @@ -5024,14 +5432,14 @@ Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 ------------------------------------------------------------------- Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 ------------------------------------------------------------------- @@ -5062,7 +5470,7 @@ Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b @@ -5071,12 +5479,12 @@ Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c ------------------------------------------------------------------- @@ -5109,7 +5517,7 @@ Fri Nov 26 15:04:27 CET 2010 - jbeulich@novell.com - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -5133,7 +5541,7 @@ Wed Nov 24 15:49:45 CET 2010 - jeffm@suse.com Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac ------------------------------------------------------------------- @@ -5157,7 +5565,7 @@ Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Wed Nov 17 17:10:32 CET 2010 - jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 ------------------------------------------------------------------- @@ -5176,7 +5584,7 @@ Tue Nov 16 20:08:11 CET 2010 - jeffm@suse.com Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 ------------------------------------------------------------------- @@ -5189,7 +5597,7 @@ Mon Nov 15 21:33:19 CET 2010 - jeffm@suse.com Mon Nov 15 21:30:37 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 ------------------------------------------------------------------- @@ -5208,16 +5616,16 @@ Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz Fri Nov 12 18:37:10 CET 2010 - jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 ------------------------------------------------------------------- Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de - Update config files. (bnc#652954) increase the number of possible and - default uarts for users with multi-port serial cards for the i386 and - x86-64 default configs. + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. - commit 85c87e3 ------------------------------------------------------------------- @@ -5231,20 +5639,20 @@ Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + top down (bnc#651256). - PCI: allocate bus resources from the top down (bnc#651256). - x86/PCI: allocate space from the end of a region, not the - beginning (bnc#651256). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + capabilities (bnc#651256). - x86: allocate space within a region top-down (bnc#651256). - Refresh patches.xen/xen3-patch-2.6.34. - commit 8c68ad1 @@ -5253,21 +5661,21 @@ Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 ------------------------------------------------------------------- Fri Oct 29 13:47:35 CEST 2010 - jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb ------------------------------------------------------------------- Fri Oct 29 01:53:34 CEST 2010 - trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b ------------------------------------------------------------------- @@ -5287,14 +5695,14 @@ Wed Oct 27 14:51:30 CEST 2010 - jslaby@suse.cz Tue Oct 26 21:31:22 CEST 2010 - trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 ------------------------------------------------------------------- Tue Oct 26 13:41:23 CEST 2010 - jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 ------------------------------------------------------------------- @@ -5302,7 +5710,7 @@ Mon Oct 25 12:53:38 CEST 2010 - jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 @@ -5312,7 +5720,7 @@ Mon Oct 25 08:58:15 CEST 2010 - tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda ------------------------------------------------------------------- @@ -5325,7 +5733,7 @@ Fri Oct 22 21:18:25 CEST 2010 - jeffm@suse.de Fri Oct 22 13:32:04 CEST 2010 - jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb ------------------------------------------------------------------- @@ -5340,7 +5748,7 @@ Thu Oct 21 10:11:03 CEST 2010 - sjayaraman@suse.de Mon Oct 18 16:54:57 CEST 2010 - trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf ------------------------------------------------------------------- @@ -5376,7 +5784,7 @@ Mon Oct 11 17:14:51 CEST 2010 - mmarek@suse.cz Mon Oct 11 16:12:29 CEST 2010 - jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 ------------------------------------------------------------------- @@ -5389,7 +5797,7 @@ Fri Oct 8 17:40:50 CEST 2010 - jeffm@suse.de Tue Oct 5 18:02:19 CEST 2010 - jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa ------------------------------------------------------------------- @@ -5402,7 +5810,7 @@ Tue Oct 5 17:19:46 CEST 2010 - jeffm@suse.de Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 @@ -5411,7 +5819,7 @@ Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de Mon Oct 4 16:57:34 CEST 2010 - jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 ------------------------------------------------------------------- @@ -5424,25 +5832,25 @@ Fri Sep 24 13:45:31 CEST 2010 - jbeulich@novell.com Fri Sep 24 13:23:13 CEST 2010 - trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 ------------------------------------------------------------------- Fri Sep 24 13:14:36 CEST 2010 - trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 ------------------------------------------------------------------- @@ -5467,7 +5875,7 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 @@ -5475,7 +5883,7 @@ Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b ------------------------------------------------------------------- @@ -5494,7 +5902,7 @@ Tue Sep 21 14:15:34 CEST 2010 - mmarek@suse.cz Tue Sep 21 13:59:10 CEST 2010 - jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 ------------------------------------------------------------------- @@ -5502,8 +5910,8 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f @@ -5512,14 +5920,14 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de Mon Sep 20 16:03:14 CEST 2010 - sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b ------------------------------------------------------------------- Mon Sep 20 15:25:41 CEST 2010 - jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 ------------------------------------------------------------------- @@ -5532,25 +5940,25 @@ Sun Sep 19 17:39:03 CEST 2010 - jeffm@suse.com Fri Sep 17 01:05:47 CEST 2010 - jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 ------------------------------------------------------------------- Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de - x86-64, compat: Test %rax for the syscall number, not %eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 ------------------------------------------------------------------- Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac ------------------------------------------------------------------- @@ -5563,21 +5971,21 @@ Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 ------------------------------------------------------------------- Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 ------------------------------------------------------------------- Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 ------------------------------------------------------------------- @@ -5592,11 +6000,11 @@ Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -5626,7 +6034,7 @@ Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de 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). + (CVE-2010-2954 bnc#636112). - commit f04e61f ------------------------------------------------------------------- @@ -5648,7 +6056,7 @@ Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 ------------------------------------------------------------------- @@ -5667,28 +6075,28 @@ Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - 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. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + 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. + 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. + the truncate path and causes crashes. - commit e18fc2c ------------------------------------------------------------------- @@ -5743,22 +6151,22 @@ Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de 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. + 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. + 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. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e ------------------------------------------------------------------- @@ -5772,7 +6180,7 @@ Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com 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. + avoid triggering a build service rule error. - commit 124ac26 ------------------------------------------------------------------- @@ -5791,14 +6199,14 @@ Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de 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. + 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 - to grab the BKL + to grab the BKL - commit 1df02ec ------------------------------------------------------------------- @@ -5811,20 +6219,20 @@ Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - 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. + - 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 ------------------------------------------------------------------- @@ -5843,10 +6251,10 @@ Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com 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. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 ------------------------------------------------------------------- @@ -5878,7 +6286,7 @@ Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com 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). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 ------------------------------------------------------------------- @@ -5891,7 +6299,7 @@ Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz 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. + 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 @@ -5901,14 +6309,14 @@ Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de 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). + 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). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 @@ -5917,13 +6325,13 @@ 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. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b @@ -5932,7 +6340,7 @@ Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com 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. + usage from upstream commit 718be4aa. - commit 4ce0b48 ------------------------------------------------------------------- @@ -5963,7 +6371,7 @@ Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 ------------------------------------------------------------------- @@ -5976,7 +6384,7 @@ Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 ------------------------------------------------------------------- @@ -5990,7 +6398,7 @@ 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). + though). - commit 8ed2389 ------------------------------------------------------------------- diff --git a/kernel-trace.spec b/kernel-trace.spec index 25bdd76ee..e8be2d20c 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6 -%define patchversion 3.6.3 +%define srcversion 3.7 +%define patchversion 3.7.0 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-trace Summary: The Standard Kernel with Tracing Features -Version: 3.6.3 +Version: 3.7.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -91,7 +91,7 @@ Requires(post): distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release # Remove some packages that are installed automatically by the build system, # but are not needed to build the kernel -#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv +#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv %ifarch ia64 # arch/ia64/scripts/unwcheck.py @@ -484,10 +484,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz @@ -895,6 +894,7 @@ Provides: multiversion(kernel) Provides: %name-devel = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel Supplements: packageand(%name:kernel-devel%variant) +PreReq: coreutils %description devel This package contains files necessary for building kernel modules (and diff --git a/kernel-u8500.changes b/kernel-u8500.changes index 2887ccaf6..e0d27f80d 100644 --- a/kernel-u8500.changes +++ b/kernel-u8500.changes @@ -1,3 +1,393 @@ +------------------------------------------------------------------- +Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com + +- ezusb: add dependency to USB. + This prevents build failures by making it depend on the value of CONFIG_USB. + Commit 36e0f0bd did this for architectures other than ARM manually. +- commit b89db5d + +------------------------------------------------------------------- +Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de + +- Drivers: hv: balloon: Fix a memory leak. +- commit 26cdad5 + +------------------------------------------------------------------- +Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com + +- Update to 3.7-final. +- commit 1771a73 + +------------------------------------------------------------------- +Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de + +- Update patch headers for fate314663 and fate314665 changes +- commit 44044f1 + +------------------------------------------------------------------- +Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz + +- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually + ext3 will be removed upstream so let's do the transition. +- commit dadc8ea + +------------------------------------------------------------------- +Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr + +- Update omap2plus (armv7) config: Enable TWL* USB drivers +- commit 28c09f5 + +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + +------------------------------------------------------------------- +Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de + +- fate#314663 hyper-v memory ballooning support +- mm: Export a function to get vm committed memory. +- Drivers: hv: Add Hyper-V balloon driver. +- Drivers: hv: balloon: Fix a bug in the definition of struct + dm_info_msg. +- Update config files. + fate#314665 hyper-v: Update the Vmbus protocol +- Drivers: hv: Implement routines for read side signaling + optimization. +- Drivers: hv: Add state to manage batched reading. +- Drivers: hv: Turn off batched reading for util drivers. +- Drivers: hv: Optimize signaling in the read path. +- Drivers: hv: Optimize the signaling on the write path. +- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask(). +- Drivers: hv: Support handling multiple VMBUS versions. +- Drivers: hv: Update the ring buffer structure to match win8 + functionality. +- Drivers: hv: Extend/modify vmbus_channel_offer_channel for + win7 and beyond. +- Drivers: hv: Save and export negotiated vmbus version. +- Drivers: hv: Change the signature for hv_signal_event(). +- Drivers: hv: Change the signature of vmbus_set_event(). +- Drivers: hv: Move vmbus version definitions to hyperv.h. +- Drivers: hv: Manage signaling state on a per-connection basis. +- Drivers: hv: Cleanup vmbus_set_event() to support win7 and + beyond. +- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID. +- Drivers: hv: Add state to manage incoming channel interrupt + load. +- Drivers: hv: Modify the interrupt handling code to support + win8 and beyond. +- Drivers: hv: Add code to distribute channel interrupt load. +- Drivers: hv: Get rid of the unused global signaling state. +- Drivers: hv: Get rid of unnecessary request for offers. +- Drivers: hv: Manage event tasklets on per-cpu basis. +- Drivers: hv: Handle vmbus interrupts concurrently on all cpus. +- Drivers: hv: Add a check to deal with spurious interrupts. +- Drivers: hv: Enable protocol negotiation with win8 hosts. +- Drivers: hv: Implement flow management on the send side. +- Drivers: hv: Capture the host build information. +- Drivers: hv: Cleanup and consolidate reporting of build/version + info. +- commit 4fccd03 + +------------------------------------------------------------------- +Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc8. +- Delete patches.rpmify/net-fix-build-failure-in-xilinx. +- commit 76b3d92 + +------------------------------------------------------------------- +Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de + +- add splash=black option to bootsplash code, + to keep a black background, useful for remote access to VMs + (bnc#773487) +- commit c060ae1 + +------------------------------------------------------------------- +Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem + (bnc#781327) +- commit 841d864 + +------------------------------------------------------------------- +Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com + +- net: fix build failure in xilinx. +- commit 28be621 + +------------------------------------------------------------------- +Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com + +- Update config files. Enable CONFIG_SMB2 to 'y'. +- commit 25bdfaf + +------------------------------------------------------------------- +Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc6. +- commit daac70a + +------------------------------------------------------------------- +Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz + +- rpm/config.sh: Set projects for ARM +- commit 55bac79 + +------------------------------------------------------------------- +Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related + crash in context switch code). +- commit bb1d12d + +------------------------------------------------------------------- +Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com + +- Update to 3.7-rc5. +- Update Xen patches additionally to c/s 1204: +- commit d5de9cf + +------------------------------------------------------------------- +Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com + +- config: sync x86_64 configs for NR_UARTS + This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and + CONFIG_SERIAL_8250_NR_UARTS to 32. +- commit ddf88e6 + +------------------------------------------------------------------- +Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com + +- Delete patches.arch/s390-remove-kvm-para.patch. +- commit f759e1e + +------------------------------------------------------------------- +Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com + +- config: sync ppc64 configs for LIB80211, NET_SDA_MV* + This commit changes the following options to be modular: + LIB80211 + NET_DSA_MV88E6XXX + NET_DSA_MV88E6060 +- commit caa5a52 + +------------------------------------------------------------------- +Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com + +- config: sync ppc64/debug with ppc64/default + The debug config should be identical to default with the exception of + the debug options. This patch brings ppc64/debug in line with ppc64/default + with the exception of a few things that are modular in debug that should + also be modular in default. +- commit b981fcd + +------------------------------------------------------------------- +Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com + +- config: sync kvm options between ppc64 flavors. +- commit 8a389d5 + +------------------------------------------------------------------- +Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com + +- config: disable HW_RANDOM_AMD on ppc64 + This chip is only on AMD hardware and an old ppc64 eval board. We can skip + it on ppc64. +- commit 03001a4 + +------------------------------------------------------------------- +Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com + +- config: Eliminate unused ppc/ppc64 configs. + The history of the ppc/ppc64 configs is a convoluted one that started + before the kernel source could support multiple machine types with a + single image and before there was a usable 64-bit userspace. + In the subsequent years, the powerpc code has been unified and we've + released a 64-bit powerpc userspace. The "default" and "ppc64" configs + on ppc64 are essentially identical and just waste space. The "ppc64" + config on 32-bit ppc address a long since unnecessary corner case. Users + who still want a 32-bit userspace with a 64-bit kernel can install and + update it themselves using the 64-bit repository like i386/x86_64 users + can do. + This commit can be summarized thusly: + rm config/ppc/ppc64 + rm config/ppc/ps3 (already unused) + mv config/ppc64/ppc64 config/ppc64/default +- commit a9cc3d5 + +------------------------------------------------------------------- +Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr + +- Add kernel-versatile description +- commit 5424cf2 + +------------------------------------------------------------------- +Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr + +- Enable armv5 in arch-symbols +- commit 401de81 + +------------------------------------------------------------------- +Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com + +- config: sync vanilla flavor with default flavor for each platform + The vanilla configs have drifted away from the default configuration + for each platform. This patch brings them back in sync. +- commit 8d4661f + +------------------------------------------------------------------- +Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com + +- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled. +- commit 9907c37 + +------------------------------------------------------------------- +Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com + +- Updated to 3.7-rc4. + Eliminated 1 patch. +- commit 5168053 + +------------------------------------------------------------------- +Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again). +- commit 5feff7e + +------------------------------------------------------------------- +Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com + +- Update Xen patches to 3.7-rc3 and c/s 1202. +- extend base interfaces to support multi-page rings for + frontend/backend communication. +- blkback: allow using multiple page frontend communication ring. +- blkfront: allow using multiple page backend communication ring. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Fix build when disabled. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- config.conf: Re-enable Xen configs. +- Update x86 config files. +- Delete patches.xen/xen3-acpi_override_2_2.patch. +- commit f042386 + +------------------------------------------------------------------- +Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr + +- Add support to armv5 versatile kernel +- commit 99d34f3 + +------------------------------------------------------------------- +Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc3. +- commit 48e5027 + +------------------------------------------------------------------- +Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615) +- commit 2520563 + +------------------------------------------------------------------- +Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de + +- ARM: Update config files: Fix vexpress (default) config +- commit be072b4 + +------------------------------------------------------------------- +Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de + +- Fixup kvm for s390. +- commit 503388b + +------------------------------------------------------------------- +Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi +- commit 336ead7 + +------------------------------------------------------------------- +Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de + +- Revert "disable non-compiling irrelevant I2C module" +- commit d5a21c5 + +------------------------------------------------------------------- +Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de + +- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE. +- commit 8e108ab + +------------------------------------------------------------------- +Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 565b450 + +------------------------------------------------------------------- +Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de + +- Refresh patches.arch/arm-exynos-nosparse.patch. +- commit 55fbf60 + +------------------------------------------------------------------- +Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 118f2f9 + +------------------------------------------------------------------- +Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de + +- ARM: Exynos: Fix MMC driver +- ARM: Exynos: Update configs +- commit 37a1704 + +------------------------------------------------------------------- +Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com + +- config: change CONFIG_USB_EZUSB_FX2 to module +- commit 36e0f0b + +------------------------------------------------------------------- +Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com + +- Actually use kthread_run in crasher.ko. + The previous commit was incomplete. +- commit b8b35ae + +------------------------------------------------------------------- +Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com + +- crasher: use kthread_run() instead of kernel_thread(). + Linux 3.7-rc2 no longer exports kernel_thread on all architectures. +- commit f17d925 + +------------------------------------------------------------------- +Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com + +- Updated to 3.7-rc2. +- commit e00a663 + ------------------------------------------------------------------- Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de @@ -14,7 +404,7 @@ Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz - Refresh patches.xen/xen3-patch-3.6. - Delete patches.fixes/hv-storvsc-reset-wait.patch. - Delete - patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. + patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. - commit cfee26b ------------------------------------------------------------------- @@ -36,19 +426,19 @@ Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de and proper git-xy: meta tags: - lib: Add early cpio decoder. - x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() - for e820 handling. + for e820 handling. - ACPI: Store valid ACPI tables passed via early initrd in - reserved memblock areas. + reserved memblock areas. - ACPI: Implement physical address table override. - ACPI: Create acpi_table_taint() function to avoid code - duplication. + duplication. - ACPI: Document ACPI table overriding via initrd. - ACPI: Fix build when disabled. - X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. - ACPI: Overriding ACPI tables via initrd only works with - an initrd. + an initrd. - ACPI: Cleanup acpi_initrd_override declaration and remove - ifdefs. + ifdefs. - Delete patches.arch/acpi_fix_custom_method_acc.patch. - Delete patches.arch/acpi_override_2_2.patch. - Delete patches.arch/acpi_override_documentation. @@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz This allows to control the kabi checker from outside of the package. - commit 0a0900c +------------------------------------------------------------------- +Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com + +- Update to 3.7-rc1. +- Eliminated 38 patches. +- Xen is disabled. +- ARM configs need updating. +- Module signing is disabled until the build infrastructure can support it. +- commit fce087a + ------------------------------------------------------------------- Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz @@ -87,14 +487,20 @@ Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz - Delete - patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. + patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. - Delete - patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. + patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. - Delete - patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. + patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. These are in 3.6.1. - commit 2a321c4 +------------------------------------------------------------------- +Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com + +- Remove noncompiling modules +- commit b7cdd5a + ------------------------------------------------------------------- Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de @@ -136,7 +542,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - hyperv: Add comments for the extended buffer after RNDIS message. - Drivers: hv: Cleanup the guest ID computation. - Drivers: hv: vmbus: Use the standard format string to format - GUIDs. + GUIDs. - Drivers: hv: Add KVP definitions for IP address injection. - Drivers: hv: kvp: Cleanup error handling in KVP. - Drivers: hv: Explicitly size elements of protocol structures. @@ -148,7 +554,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - Tools: hv: Represent the ipv6 mask using CIDR notation. - Tools: hv: Gather ipv[4,6] gateway information. - hv: fail the probing immediately when we are not in hyperv - platform. + platform. - hv: vmbus_drv: detect hyperv through x86_hyper. - Tools: hv: Get rid of some unused variables. - Tools: hv: Correctly type string variables. @@ -167,14 +573,14 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - tools/hv: Parse /etc/os-release. - hyperv: Fix the max_xfer_size in RNDIS initialization. - hyperv: Fix the missing return value in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - hyperv: Fix page buffer handling in rndis_filter_send_request(). - hyperv: Remove extra allocated space for recv_pkt_list elements. - hyperv: Report actual status in receive completion packet. - hyperv: Add buffer for extended info after the RNDIS response - message. + message. - Delete - patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. - commit 08d283b ------------------------------------------------------------------- @@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com - ARM/u5800: Fix build of ux500 driver - Acked-by: Jeff Mahoney - commit 0ea37a0 +------------------------------------------------------------------- +Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com + +- disable non-compiling irrelevant I2C module +- commit 0ba9bac + ------------------------------------------------------------------- Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com - ARM/tegra: Remove optional parts to fix build - Acked-by: Jeff Mahoney - commit d729a16 ------------------------------------------------------------------- Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com - ARM: enable zcache support - Acked-by: Jeff Mahoney - commit 17b147b ------------------------------------------------------------------- Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com - ARM/cubox: set cachefilesd to module - Acked-by: Jeff Mahoney - commit c1fb243 ------------------------------------------------------------------- @@ -229,13 +637,13 @@ Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de - Remove old patchset to override ACPI tables via initrd. Also remove a stale xen patch related to that. - Delete - patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - Delete - patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. - Delete - patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. - Delete - patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - commit dd8f1b0 ------------------------------------------------------------------- @@ -364,7 +772,7 @@ Mon Sep 10 19:22:00 CEST 2012 - jeffm@suse.com Mon Sep 10 10:20:23 CEST 2012 - jbeulich@novell.com - patches.arch/s390-message-catalog.diff: Properly handle pr_cont() and fold - in the below two trivial fixes. + in the below two trivial fixes. - Delete patches.arch/s390-message-catalog-fix.diff. - Delete patches.arch/s390-message-catalog-perl-fix.diff. - Refresh patches.arch/kmsg-fix-parameter-limitations. @@ -438,10 +846,10 @@ Fri Aug 31 23:20:23 CEST 2012 - dmueller@suse.com Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz - i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y - && CONFIG_I2C_DESIGN. + && CONFIG_I2C_DESIGN. - Delete - patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. - Move it to rpmify, so that vanilla builds fine too. + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. - commit 0217ad5 ------------------------------------------------------------------- @@ -519,7 +927,7 @@ Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com Fri Aug 17 14:51:23 CEST 2012 - jeffm@suse.com - Update to 3.6-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 71963b0 ------------------------------------------------------------------- @@ -975,7 +1383,7 @@ Wed Jun 13 13:21:58 CEST 2012 - hare@suse.de - Rediff patch - patches.drivers/mach-dove-Fixup-ge00-initialisation.patch: - Rediff after backport from upstream. + Rediff after backport from upstream. - commit fa58c5e ------------------------------------------------------------------- @@ -983,7 +1391,7 @@ Wed Jun 13 12:56:17 CEST 2012 - hare@suse.de - Fixup patch to apply - patches.drivers/spi-orion-convert-to-new-infrastructure.patch - backported from upstream. + backported from upstream. - commit 2507393 ------------------------------------------------------------------- @@ -1002,9 +1410,9 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com - Update to 3.5-rc2. - - Xen needs update. - - ARM needs update. - - Eliminated 13 patches. + - Xen needs update. + - ARM needs update. + - Eliminated 13 patches. - commit 3f461b1 ------------------------------------------------------------------- @@ -1043,7 +1451,7 @@ Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de - [SCSI] storvsc: Properly handle errors from the host - (bnc#747404). + (bnc#747404). - Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. - commit ad28e23 @@ -1106,7 +1514,7 @@ Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Tue May 22 14:21:24 CEST 2012 - trenn@suse.de - X86 acpi_cpufreq: Do not use request_module for autoloading - (bnc#756085). + (bnc#756085). - Refresh patches.xen/xen3-auto-common.diff. - patches.xen/xen3-patch-3.3: - commit caf270e @@ -1165,7 +1573,7 @@ Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com - Update to 3.4-rc7. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 4cd9e9b ------------------------------------------------------------------- @@ -1218,7 +1626,7 @@ Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com - Update to 3.4-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 749ea8f ------------------------------------------------------------------- @@ -1255,7 +1663,7 @@ Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not require distribution-release - during build. + during build. - commit 3cd703f ------------------------------------------------------------------- @@ -1306,18 +1714,18 @@ Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com - Disabled DECNet and ARCNet. Specific config options disabled: CONFIG_ARCNET - CONFIG_ARCNET_1051 - CONFIG_ARCNET_1201 - CONFIG_ARCNET_CAP - CONFIG_ARCNET_COM20020_CS - CONFIG_ARCNET_COM20020 - CONFIG_ARCNET_COM20020_PCI - CONFIG_ARCNET_COM90xxIO - CONFIG_ARCNET_COM90xx - CONFIG_ARCNET_RAW - CONFIG_ARCNET_RIM_I + CONFIG_ARCNET_1051 + CONFIG_ARCNET_1201 + CONFIG_ARCNET_CAP + CONFIG_ARCNET_COM20020_CS + CONFIG_ARCNET_COM20020 + CONFIG_ARCNET_COM20020_PCI + CONFIG_ARCNET_COM90xxIO + CONFIG_ARCNET_COM90xx + CONFIG_ARCNET_RAW + CONFIG_ARCNET_RIM_I CONFIG_DECNET - CONFIG_DECNET_NF_GRABULATOR + CONFIG_DECNET_NF_GRABULATOR - commit 272dd14 ------------------------------------------------------------------- @@ -1419,7 +1827,7 @@ Fri Apr 20 18:09:06 CEST 2012 - jbeulich@novell.com Tue Apr 17 15:59:19 CEST 2012 - jeffm@suse.com - Update to 3.4-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 2fde7e0 ------------------------------------------------------------------- @@ -1439,7 +1847,7 @@ Mon Apr 9 03:28:12 CEST 2012 - jeffm@suse.com Fri Apr 6 06:42:35 CEST 2012 - jeffm@suse.com - Update AppArmor for 3.4. - - apparmor: Add "profiles" list to sysfs. + - apparmor: Add "profiles" list to sysfs. - commit 59517ac ------------------------------------------------------------------- @@ -1452,10 +1860,10 @@ Thu Apr 5 22:25:16 CEST 2012 - jeffm@suse.com Thu Apr 5 09:18:14 CEST 2012 - jeffm@suse.com - Updated to 3.4-rc1. - - Eliminated 121 patches. - - Xen is unavailable. - - ACPI overrides are unavailable. - - AppArmor network feature are unavailable. + - Eliminated 121 patches. + - Xen is unavailable. + - ACPI overrides are unavailable. + - AppArmor network feature are unavailable. - commit 3ac7e79 ------------------------------------------------------------------- @@ -1535,7 +1943,7 @@ Sat Mar 24 00:57:07 CET 2012 - dsterba@suse.cz - Refresh patches.suse/btrfs-handle-EIO. - Refresh - patches.suse/btrfs-volumes-schedule_bio-should-return-void. + patches.suse/btrfs-volumes-schedule_bio-should-return-void. - commit d97ade6 ------------------------------------------------------------------- @@ -1578,10 +1986,10 @@ Mon Mar 19 11:16:34 CET 2012 - jslaby@suse.cz Mon Mar 19 11:07:00 CET 2012 - jslaby@suse.cz - Delete - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. + patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. - Delete patches.arch/dell_optiplex_990_fix_reboot.patch. - Delete - patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. + patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. - Delete patches.drivers/libata-unlock-hpa-by-default. - Delete patches.fixes/scsi-add-tgps-setting. - Delete patches.fixes/scsi-dh-rdac-add-stk. @@ -1618,23 +2026,23 @@ Mon Mar 12 15:26:55 CET 2012 - ohering@suse.de - Staging: hv: storvsc: Cleanup storvsc_host_reset_handler(). - Staging: hv: storvsc: Move and cleanup storvsc_remove(). - Staging: hv: storvsc: Add a comment to explain life-cycle - management. + management. - Staging: hv: storvsc: Get rid of the on_io_completion in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Rename the context field in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver. - Staging: hv: storvsc: Cleanup the code for generating protocol - version. + version. - Staging: hv: storvsc: Cleanup some protocol related constants. - Staging: hv: storvsc: Get rid of some unused defines. - Staging: hv: storvsc: Consolidate the request structure. - Staging: hv: storvsc: Consolidate all the wire protocol - definitions. + definitions. - Staging: hv: storvsc: Move the storage driver out of the - staging area. + staging area. - Rename patches.suse/staging-hv-pata_piix-ignore-disks.patch to - patches.suse/suse-hv-pata_piix-ignore-disks.patch + patches.suse/suse-hv-pata_piix-ignore-disks.patch - commit 7487199 ------------------------------------------------------------------- @@ -1829,41 +2237,41 @@ Mon Feb 13 17:23:49 CET 2012 - mmarek@suse.cz Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de - Add driver auto probing for x86 features v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Fix overrun check in arch_print_cpu_modalias() - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - crypto: Add support for x86 cpuid - auto loading for x86 crypto drivers - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + auto loading for x86 crypto drivers + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Clean up modalias feature matching - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel-idle: convert to x86_cpu_id auto probing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Fix ID for Nehalem-EX Xeon in device ID table - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert via-cputemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k7: Fix CPU family number - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: Load acpi-cpufreq from processor driver automatically - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Revert change of auto_demotion_flags for Nehalem - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert coretemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k6: Really enable auto-loading - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - X86: Introduce HW-Pstate scattered cpuid feature - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - cpufreq: Add support for x86 cpuinfo auto loading v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86: autoload microcode driver on Intel and AMD systems v2 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 parts - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: remove duplicated lines of merging - problems with acpi_processor_start - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + problems with acpi_processor_start + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - Update config files. - commit 6efe9b5 @@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for --default (bnc#745632). KMPs are still built as i586. + -default (bnc#745632). KMPs are still built as i586. - commit 88a632b ------------------------------------------------------------------- @@ -1902,8 +2310,8 @@ Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com - Update to 3.3-rc2. - - Eliminated 5 patches. - - Xen is disabled. + - Eliminated 5 patches. + - Xen is disabled. - commit d017ea1 ------------------------------------------------------------------- @@ -2002,7 +2410,7 @@ Wed Dec 21 14:38:42 CET 2011 - jbeulich@novell.com Tue Dec 20 16:35:33 CET 2011 - jeffm@suse.com - Update to 3.2-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit d5a489e ------------------------------------------------------------------- @@ -2010,7 +2418,7 @@ Tue Dec 20 11:34:14 CET 2011 - trenn@suse.de - These should all be mainline in some form: - Delete - patches.arch/implement_stop_machine_from_offline_cpu.patch. + patches.arch/implement_stop_machine_from_offline_cpu.patch. - Delete patches.arch/kill-__stop_machine.patch. - Delete patches.arch/reorganize_stop_cpus.patch. - Delete patches.arch/use_stop_machine_for_mtrr_rendezvous.patch. @@ -2026,14 +2434,14 @@ Sun Dec 18 07:38:42 CET 2011 - aj@suse.de Fri Dec 16 15:37:51 CET 2011 - aj@suse.de - rpm/kernel-binary.spec.in: Add provides and make most obsoletes versioned. - This silences rpmlint warnings. + This silences rpmlint warnings. - commit e3023c7 ------------------------------------------------------------------- Wed Dec 14 13:51:41 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: Fix tarball URL for -rcX and - do not generate any URL for linux-next and vanilla snapshots. + do not generate any URL for linux-next and vanilla snapshots. - commit 1548daf ------------------------------------------------------------------- @@ -2123,7 +2531,7 @@ Wed Dec 7 11:05:05 CET 2011 - aj@suse.de Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com - Update to 3.2-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit a7d546d ------------------------------------------------------------------- @@ -2235,8 +2643,8 @@ Fri Nov 25 05:58:54 CET 2011 - jeffm@suse.com Fri Nov 25 05:47:49 CET 2011 - jeffm@suse.com - Update to 3.2-rc3. - - stack unwind: cfi_ignore takes more arguments. - - iio: Fix build error in industrialio-core.c. + - stack unwind: cfi_ignore takes more arguments. + - iio: Fix build error in industrialio-core.c. - commit 48ef020 ------------------------------------------------------------------- @@ -2249,7 +2657,7 @@ Thu Nov 24 18:45:54 CET 2011 - ohering@suse.de Thu Nov 24 13:01:09 CET 2011 - mmarek@suse.cz - rpm/try-disable-staging-driver: Script to disable failing staging - driver and restart make. + driver and restart make. - commit 819d1fa ------------------------------------------------------------------- @@ -2343,14 +2751,14 @@ Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de Wed Nov 16 06:51:07 CET 2011 - jeffm@suse.com - Update to 3.2-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 85c9930 ------------------------------------------------------------------- Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com - Update to 3.2-rc1. - - Eliminate 212 patches. + - Eliminate 212 patches. - commit 6318d5b ------------------------------------------------------------------- @@ -2390,8 +2798,8 @@ Sat Nov 5 01:32:21 CET 2011 - trenn@suse.de Thu Nov 3 17:56:46 CET 2011 - mszeredi@suse.cz - patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch: - hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops - (CVE-2011-2203 bnc#699709). + hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops + (CVE-2011-2203 bnc#699709). - commit 7923119 ------------------------------------------------------------------- @@ -2429,16 +2837,16 @@ Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com - Add Elantech touchpad v3/v4 support (bnc#716852): - - Input: elantech - add v3 hardware support. - - Input: elantech - add v4 hardware support. - - Input: elantech - better support all those v2 variants. - - Input: elantech - clean up elantech_init. - - Input: elantech - correct x, y value range for v2 hardware. - - Input: elantech - get rid of ETP_2FT_* in elantech.h. - - Input: elantech - packet checking for v2 hardware. - - Input: elantech - remove ETP_EDGE_FUZZ_V2. - - Input: elantech - remove module parameter force_elantech. - - Input: elantech - use firmware provided x, y ranges. + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. - commit 28551a0 ------------------------------------------------------------------- @@ -2469,7 +2877,7 @@ Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de Tue Oct 25 19:24:17 CEST 2011 - eich@suse.de - patches.suse/SUSE-bootsplash: remove DEBUG macro which was - left in the code by accident. + left in the code by accident. - commit a56ba15 ------------------------------------------------------------------- @@ -2482,7 +2890,7 @@ Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de - patches.suse/staging-hv-pata_piix-ignore-disks.patch: - Update comments in code and reduce patch size + Update comments in code and reduce patch size - commit 8913d07 ------------------------------------------------------------------- @@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de ------------------------------------------------------------------- Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com --Update to 3.1-rc10. +- -Update to 3.1-rc10. - commit 239957e ------------------------------------------------------------------- @@ -2522,11 +2930,11 @@ Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de - Various updates for hv drivers, which fix also the hv_mouse driver - staging: hv: storvsc: ignore SET_WINDOWN scsi command - (bnc#722646). + (bnc#722646). - staging/hv: advertise hv_storvsc instead of storvsc as sysfs - driver name (bnc#716708). + driver name (bnc#716708). - staging/hv: fill scsi/proc_name for the sake of mkinitrd - (bnc#716708). + (bnc#716708). - Staging: hv: util: Invoke cn_netlink_send() in a work context. - Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. - Refresh patches.xen/xen3-patch-2.6.32. @@ -2560,7 +2968,7 @@ Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com - patches.suse/supported-flag: Also look for Module.supported in the - source tree. + source tree. - Refresh patches.suse/supported-flag-enterprise. - commit 9c8680a @@ -2594,15 +3002,15 @@ Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - commit e3c78cf ------------------------------------------------------------------- @@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de - Refresh patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. --> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. + -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. - commit 0ac4276 ------------------------------------------------------------------- @@ -2647,9 +3055,9 @@ Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de - ACPI: Implement overriding of arbitrary ACPI tables via initrd - (none). + (none). - ACPICA: Fix wrongly mapped acpi table header when overriding - via initrd (none). + via initrd (none). - ACPICA: Introduce acpi_os_phys_table_override function (none). - x86: allow NVS can be accessed by driver (none). - Update config files: @@ -2667,7 +3075,7 @@ Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix unwinding through - interrupt frames, requiring ... + interrupt frames, requiring ... - patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression. - commit 4d917a5 @@ -2706,7 +3114,7 @@ Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com - mm: frontswap: swap data structure changes. - In HVM guests do not take over the CDROM device (bnc#645893). - x86: report ACPI-reserved state of PCI MMCONFIG region to - hypervisor. + hypervisor. - config.conf: Re-enable Xen flavors. - Update config files. - commit 3692f47 @@ -2746,33 +3154,33 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: util: kvp: Fix the reported OSVersion string. - Staging: hv: util: kvp: Cleanup kvp_get_domain_name(). - Staging: hv: Fix macros, tab errors and warning in - drivers/staging/hv/hv_mouse.c. + drivers/staging/hv/hv_mouse.c. - Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get - rid of the PCI signature. + rid of the PCI signature. - Staging: hv: Replace struct hv_guid with the uuid type already - defined in Linux. + defined in Linux. - Staging: hv: vmbus: Introduce vmbus ID space in struct - hv_driver. + hv_driver. - Staging: hv: blkvsc: Use the newly introduced vmbus ID in the - blockvsc driver. + blockvsc driver. - Staging: hv: storvsc: Use the newly introduced vmbus ID in - storvsc driver. + storvsc driver. - Staging: hv: netvsc: Use the newly introduced vmbus ID in - netvsc driver. + netvsc driver. - Staging: hv: mousevsc: Use the newly introduced vmbus ID in - mouse driver. + mouse driver. - Staging: hv: util: Make hv_utils a vmbus device driver. - Staging: hv: create VMBUS_DEVICE macro and use it. - Staging: hv: vmbus: Cleanup vmbus_match(). - Staging: hv: vmbus: Cleanup vmbus_uevent() code. - Staging: hv: vmbus: Support the notion of id tables in - vmbus_match(). + vmbus_match(). - Staging: hv: vmbus: Get rid of an unnecessary include line - in vmbus_drv.c. + in vmbus_drv.c. - Staging: hv: storvsc: Get rid of the DMI signature. - Staging: hv: netvsc: Get rid of the PCI signature. - Staging: hv: netvsc: Get rid of the DMI signature in - netvsc_drv.c. + netvsc_drv.c. - Staging: hv: util: Get rid of the DMI signature in hv_util.c. - Staging: hv: util: Get rid of the PCI signature in hv_util.c. - Staging: hv: fix up driver registering mess. @@ -2780,59 +3188,59 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: vmbus: Cleanup unnecessary comments in hv.c. - Staging: hv: vmbus: Cleanup error handling in hv_init(). - Staging: hv: vmbus: Get rid of unnecessay comments in - connection.c. + connection.c. - Staging: hv: vmbus: Get rid of the function dump_gpadl_body(). - Staging: hv: vmbus: Get rid of the function dump_gpadl_header(). - Staging: hv: vmbus: Rename openMsg to open_msg in channel.c. - Staging: hv: vmbus: Get rid of unnecessary comments in - channel.c. + channel.c. - Staging: hv: vmbus: Change the variable name openInfo to - open_info in channel.c. + open_info in channel.c. - Staging: hv: vmbus: Cleanup error values in ringbuffer.c. - Staging: hv: vmbus: Cleanup the error return value in - vmbus_recvpacket_raw(). + vmbus_recvpacket_raw(). - Staging: hv: netvsc: Get rid of an unnecessary print statement - in netvsc_probe(). + in netvsc_probe(). - Staging: hv: vmbus: Retry vmbus_post_msg() before giving up. - Staging: hv: storvsc: Cleanup error handling in - storvsc_dev_add(). + storvsc_dev_add(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_channel_init(). + storvsc_channel_init(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_connect_to_vsp(). + storvsc_connect_to_vsp(). - Staging: hv: storvsc: Cleanup error handling in storvsc_do_io(). - Storage: hv: storvsc: Get rid of some unnecessary DPRINTs - from storvsc.c. + from storvsc.c. - Staging: hv: storvsc: Fix/cleanup some dated comments in - storvsc.c. + storvsc.c. - Staging: hv: storvsc: Cleanup returned error code in - storvsc_host_reset(). + storvsc_host_reset(). - Staging: hv: storvsc: Cleanup error code returned in - storvsc_probe(). + storvsc_probe(). - Staging: hv: storvsc: Cleanup returned error code in - storvsc_drv_init(). + storvsc_drv_init(). - Staging: hv: netvsc: Cleanup the returned error code in - netvsc_probe(). + netvsc_probe(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_destroy_recv_buf(). + netvsc_destroy_recv_buf(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_init_recv_buf(). + netvsc_init_recv_buf(). - Staging: hv: netvsc: Cleanup error returns in - netvsc_connect_vsp(). + netvsc_connect_vsp(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_send(). + netvsc_send(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_device_add(). + netvsc_device_add(). - Staging: hv: netvsc: Cleanup error codes in - rndis_filter_receive(). + rndis_filter_receive(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_query_device(). + rndis_filter_query_device(). - Staging: hv: netvsc: Cleanup error return values in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - Staging: hv: netvsc: Cleanup error returns in - rndis_filter_init_device(). + rndis_filter_init_device(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_device_add(). + rndis_filter_device_add(). - Staging: hv: mouse: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Exit to exit. @@ -2845,72 +3253,72 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: add driver_data to hv_vmbus_device_id. - Staging: hv: Add code to parse struct hv_vmbus_device_id table. - Staging: hv: file2alias: fix up alias creation logic for - hv_vmbus_device_id. + hv_vmbus_device_id. - Staging: hv: storvsc: Inline free_stor_device(). - Staging: hv: storvsc: Do not aquire an unnecessary reference - on stor_device. + on stor_device. - Staging: hv: storvsc: Rename must_get_stor_device(). - Staging: hv: storvsc: Rename get_stor_device(). - Staging: hv: storvsc: Cleanup alloc_stor_device(). - Staging: hv: storvsc: Introduce state to manage the lifecycle - of stor device. + of stor device. - Staging: hv: storvsc: Prevent outgoing traffic when stor dev - is being destroyed. + is being destroyed. - Staging: hv: storvsc: Get rid of release_stor_device() by - inlining the code. + inlining the code. - Staging: hv: storvsc: Get rid of final_release_stor_device() - by inlining code. + by inlining code. - Staging: hv: storvsc: Get rid of the reference counting in - struct storvsc_device. + struct storvsc_device. - Staging: hv: netvsc: Inline the code for free_net_device(). - Staging: hv: netvsc: Cleanup alloc_net_device(). - Staging: hv: netvsc: Introduce state to manage the lifecycle - of net device. + of net device. - Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev - is destroyed. + is destroyed. - Staging: hv: netvsc: Get rid of release_outbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of release_inbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of the refcnt field in struct - netvsc_device. + netvsc_device. - Staging: hv: storvsc: Add code to handle IDE devices using - the storvsc driver. + the storvsc driver. - Staging: hv: storvsc: Handle IDE devices using the storvsc - driver. + driver. - Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is - not used. + not used. - Staging: hv: storvsc: Optimize bounce buffer handling for the - "write" case. + "write" case. - Staging: hv: storvsc: Optimize the bounce buffer handling in - the "read" case. + the "read" case. - Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of storvsc.c. + contents of storvsc.c. - Staging: hv: storvsc: Add the contents of hyperv_storage.h - to storvsc_drv.c. + to storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of hyperv_storage.h. + contents of hyperv_storage.h. - Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY - and MODE_SENSE. + and MODE_SENSE. - Staging: hv: storvsc: Fix a typo. - Staging: hv: storvsc: In case of scsi errors offline the device. - Staging: hv: storvsc: No need to copy from bounce buffer in - case of a failure. + case of a failure. - Staging: hv: util: Forcefully shutdown when shutdown is - requested. + requested. - Staging: hv: util: Adjust guest time in a process context. - Staging: hv: vmbus: Check before invoking the channel callback. - Staging: hv: vmbus: Properly deal with de-registering channel - callback. + callback. - Staging: hv: Fix a bug in vmbus_match(). - Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining - the code. + the code. - Staging: hv: vmbus: Do not enable auto eoi. - Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add(). - Staging: hv: vmbus: Get rid of some dated/redundant comments. - Staging: hv: vmbus: Get rid of an unnecessary check in - vmbus_connect(). + vmbus_connect(). - Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c. - Staging: hv: vmbus: Fix checkpatch warnings in connection.c. - Staging: hv: mousevsc: Fix checkpatch errors and warnings. @@ -2983,16 +3391,16 @@ Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com - Refreshed and re-enabled dm-path patches: - - patches.suse/dm-mpath-accept-failed-paths. - - patches.suse/dm-mpath-detach-existing-hardware-handler. + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. - commit 70cadcd ------------------------------------------------------------------- Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com - Update to 3.1-rc3. - - Eliminated 8 patches. - - Xen is disabled. + - Eliminated 8 patches. + - Xen is disabled. - commit eccefcc ------------------------------------------------------------------- @@ -3000,8 +3408,8 @@ Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de - * Refresh patches.suse/SUSE-bootsplash. * Fix bootsplash code for 15bpp framebuffers. - These framebuffers are rare these days, the legendary and still - popular server chipset Radeon ES1000 supports it, though. + These framebuffers are rare these days, the legendary and still + popular server chipset Radeon ES1000 supports it, though. - commit f25ce3e ------------------------------------------------------------------- @@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de - Update config files: bnc#674988, change: --CONFIG_ACPI_CUSTOM_METHOD=m + -CONFIG_ACPI_CUSTOM_METHOD=m +# CONFIG_ACPI_CUSTOM_METHOD is not set for all flavors - commit f1af972 @@ -3115,10 +3523,10 @@ Thu Jul 14 17:52:45 CEST 2011 - tiwai@suse.de Thu Jul 14 17:26:51 CEST 2011 - tiwai@suse.de - ALSA: hda - Add Kconfig for the default buffer size - (bnc#682725). + (bnc#682725). - Update config files. - Delete, replaced with the new upstream patch - patches.drivers/alsa-hda-0019-Increase-default-buffer-size. + patches.drivers/alsa-hda-0019-Increase-default-buffer-size. - commit 40c7644 ------------------------------------------------------------------- @@ -3140,7 +3548,7 @@ Sat Jul 9 11:17:46 CEST 2011 - jslaby@suse.cz Thu Jul 7 00:58:01 CEST 2011 - jeffm@suse.com - Update to 3.0-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 56e99da ------------------------------------------------------------------- @@ -3149,7 +3557,7 @@ Tue Jul 5 09:18:43 CEST 2011 - jbeulich@novell.com - Update Xen patches to 3.0-rc5 and c/s 1095. - xen: prepare tmem shim to handle frontswap. - support booting Xen from EFI (fate#311376, fate#311529, - bnc#578927, bnc#628554). + bnc#578927, bnc#628554). - config.conf: Re-enabled Xen flavors. - Update x86 config files. - Delete patches.xen/xen-blkback-bimodal-suse. @@ -3196,31 +3604,31 @@ Tue Jun 21 12:14:44 CEST 2011 - mmarek@suse.cz Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz - rpm/post.sh: Touch /boot/do_purge_kernels on package install - (fate#312018). + (fate#312018). - rpm/postun.sh: Remove it again if it still exists on package - uninstall. + uninstall. - commit 82f4a5d ------------------------------------------------------------------- Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de - stop_machine: implement stop_machine_from_offline_cpu() - (bnc#697859). + (bnc#697859). - stop_machine: kill __stop_machine() (bnc#697859). - x86, mtrr: lock stop machine during MTRR rendezvous sequence - (bnc#697859). + (bnc#697859). - stop_machine: reorganize stop_cpus() implementation - (bnc#697859). + (bnc#697859). - x86, mtrr: use __stop_machine() for doing MTRR rendezvous - (bnc#697859). + (bnc#697859). - commit aa3d6e2 ------------------------------------------------------------------- Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz - Remove the novfs patches, it should be packaged as a KMP, or - ideally, reimplemented as a fuse filesystem (which is the reason why - the current implementation it is never going to be accepted upstream). + ideally, reimplemented as a fuse filesystem (which is the reason why + the current implementation it is never going to be accepted upstream). - Delete patches.fixes/novfs-copy_user-fixes.diff. - Delete patches.fixes/novfs-minsize-fixes. - Delete patches.fixes/novfs-nwcapi.patch. @@ -3275,7 +3683,7 @@ Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz Wed Jun 15 08:05:05 CEST 2011 - jeffm@suse.com - Update to 3.0-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit a1fe999 ------------------------------------------------------------------- @@ -3343,9 +3751,9 @@ Mon Jun 13 14:06:28 CEST 2011 - mmarek@suse.cz the SRCVERSION variable will only be used to determine the tarball version. - rpm/compute-PATCHVERSION.sh: Set default PATCHLEVEL and SUBLEVEL to 0. - The package version will thus always match the Makefile version and - the SRCVERSION variable will only be used to determine the tarball - version. + The package version will thus always match the Makefile version and + the SRCVERSION variable will only be used to determine the tarball + version. - rpm/kernel-binary.spec.in: Revert the previous hack. - commit 95c9977 @@ -3368,9 +3776,9 @@ Fri Jun 10 20:24:41 CEST 2011 - jeffm@suse.com Fri Jun 10 17:12:22 CEST 2011 - jeffm@suse.com - x86: Remove warning and warning_symbol from struct - stacktrace_ops. + stacktrace_ops. - Delete - patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. + patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. - commit 608ce9e ------------------------------------------------------------------- @@ -3462,13 +3870,13 @@ Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - commit 83331f5 ------------------------------------------------------------------- @@ -3489,14 +3897,14 @@ Tue May 31 05:09:44 CEST 2011 - jeffm@suse.com Tue May 31 05:08:21 CEST 2011 - jeffm@suse.com - Updated to 3.0-rc1. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit 5710413 ------------------------------------------------------------------- Mon May 30 15:54:37 CEST 2011 - jack@suse.cz - mm: Fix assertion mapping->nrpages == 0 in end_writeback() - (bnc#693013 bnc#666423). + (bnc#693013 bnc#666423). - Refresh patches.xen/tmem. - commit d3e465a @@ -3504,9 +3912,9 @@ Mon May 30 15:54:37 CEST 2011 - jack@suse.cz Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. + patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. - aic94xx: world-writable sysfs update_bios file. - Update upstream info. + Update upstream info. - commit 8912816 ------------------------------------------------------------------- @@ -3567,7 +3975,7 @@ Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc7. - - Eliminated 5 patches. + - Eliminated 5 patches. - commit a8a170f ------------------------------------------------------------------- @@ -3580,16 +3988,16 @@ Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz - Delete - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 - commit 7934e2d ------------------------------------------------------------------- Thu May 12 11:56:16 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - Note about submission. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + Note about submission. - commit 9922e20 ------------------------------------------------------------------- @@ -3602,15 +4010,15 @@ Tue May 10 19:10:18 CEST 2011 - mhocko@suse.cz Tue May 10 16:14:44 CEST 2011 - mhocko@suse.cz - patches.fixes/aggressive-zone-reclaim.patch: delete because - the patch is very workload specific and can lead to unexpected - reclaims in parallel node local workloads. + the patch is very workload specific and can lead to unexpected + reclaims in parallel node local workloads. - commit 56cf10e ------------------------------------------------------------------- Tue May 10 16:04:27 CEST 2011 - mhocko@suse.cz - Delete patches.suse/mm-devzero-optimisation.patch: we do not need - it anymore as we have zero page back since 2.6.32 + it anymore as we have zero page back since 2.6.32 - commit 323a093 ------------------------------------------------------------------- @@ -3629,64 +4037,64 @@ Mon May 9 14:32:59 CEST 2011 - jbeulich@novell.com Mon May 9 11:32:35 CEST 2011 - jbeulich@novell.com - patches.suse/kconfig-automate-kernel-desktop: Remove stray blank - lines (for older versions of "patch" to grok). + lines (for older versions of "patch" to grok). - commit 4dfa74d ------------------------------------------------------------------- Sat May 7 01:50:06 CEST 2011 - jeffm@suse.com - Removed network driver entropy patches. haveged is installed by default - and should be enabled to generate entropy from non-predictable sources. - - Delete patches.drivers/bnx2-entropy-source.patch. - - Delete patches.drivers/e1000-entropy-source.patch. - - Delete patches.drivers/e1000e-entropy-source.patch. - - Delete patches.drivers/igb-entropy-source.patch. - - Delete patches.drivers/ixgbe-entropy-source.patch. - - Delete patches.drivers/tg3-entropy-source.patch. + and should be enabled to generate entropy from non-predictable sources. + - Delete patches.drivers/bnx2-entropy-source.patch. + - Delete patches.drivers/e1000-entropy-source.patch. + - Delete patches.drivers/e1000e-entropy-source.patch. + - Delete patches.drivers/igb-entropy-source.patch. + - Delete patches.drivers/ixgbe-entropy-source.patch. + - Delete patches.drivers/tg3-entropy-source.patch. - commit c88b893 ------------------------------------------------------------------- Fri May 6 19:36:47 CEST 2011 - jeffm@suse.com - Update - patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack - (bnc#466279 bnc#681639). + patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack + (bnc#466279 bnc#681639). - commit 72e779f ------------------------------------------------------------------- Fri May 6 19:31:10 CEST 2011 - jeffm@suse.com - Disabled patches.drivers/libata-unlock-hpa-by-default; It may have - been obsoleted by upstream commit d8d9129e. + been obsoleted by upstream commit d8d9129e. - commit 1a21ab3 ------------------------------------------------------------------- Fri May 6 18:51:20 CEST 2011 - jeffm@suse.com - sysctl: Increase IPC defaults (bnc#146656) - - Delete patches.suse/shmall-bigger. + - Delete patches.suse/shmall-bigger. - commit a70e34f ------------------------------------------------------------------- Fri May 6 17:50:56 CEST 2011 - jeffm@suse.com - sysctl/i386/desktop, sysctl/x86_64/desktop: Add vm.dirty_ratio = 20 - for desktop flavors (bnc#552883) - - Delete patches.suse/mm-tune-dirty-limits.patch. + for desktop flavors (bnc#552883) + - Delete patches.suse/mm-tune-dirty-limits.patch. - commit dbe73e2 ------------------------------------------------------------------- Fri May 6 17:25:45 CEST 2011 - jeffm@suse.com - sysctl/defaults: Added kernel.hung_task_timeout=0 - - Delete patches.suse/hung_task_timeout-configurable-default. + - Delete patches.suse/hung_task_timeout-configurable-default. - commit 78f9eed ------------------------------------------------------------------- Fri May 6 16:41:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-{binary,source}.spec.in: Install per-kernel /boot/sysctl-* - files (patch from Jeff Mahoney). + files (patch from Jeff Mahoney). - commit 473f2d1 ------------------------------------------------------------------- @@ -3699,7 +4107,7 @@ Thu May 5 22:35:53 CEST 2011 - jeffm@suse.com Thu May 5 22:23:21 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc6. - - 2 patches eliminated. + - 2 patches eliminated. - commit 2643e59 ------------------------------------------------------------------- @@ -3713,9 +4121,9 @@ Tue May 3 03:08:18 CEST 2011 - tonyj@suse.de Fri Apr 29 20:35:21 CEST 2011 - jeffm@suse.com - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - commit 52dd0f0 ------------------------------------------------------------------- @@ -3737,7 +4145,7 @@ Fri Apr 29 00:36:03 CEST 2011 - gregkh@suse.de - Delete patches.suse/linux-2.6.29-dont-wait-for-mouse.patch. - Delete patches.suse/linux-2.6.29-even-faster-kms.patch. - Delete - patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. + patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. - Delete patches.suse/linux-2.6.29-kms-after-sata.patch. - Delete patches.suse/linux-2.6.29-touchkit.patch. - commit c13427d @@ -3752,22 +4160,22 @@ Fri Apr 29 00:17:46 CEST 2011 - jbenc@suse.cz Thu Apr 28 23:32:44 CEST 2011 - rjw@suse.de - Delete patches.xen/xen3-x86-mcp51-no-dac. - Also remove the series.conf entires for the x86-mcp-no-dac patches. + Also remove the series.conf entires for the x86-mcp-no-dac patches. - commit 574577b ------------------------------------------------------------------- Thu Apr 28 23:16:27 CEST 2011 - rjw@suse.de - Delete patches.arch/x86-mcp51-no-dac. (This is a blacklist entry that - has been rejected by the mainline, the problem reporter is gone and - it's next to impossible to verify it now.) + has been rejected by the mainline, the problem reporter is gone and + it's next to impossible to verify it now.) - commit 195b113 ------------------------------------------------------------------- Thu Apr 28 21:38:22 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - commit a2662ae ------------------------------------------------------------------- @@ -3782,14 +4190,14 @@ Thu Apr 28 20:56:33 CEST 2011 - jslaby@suse.cz Thu Apr 28 20:30:56 CEST 2011 - bphilips@suse.de - Delete - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. + patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. - commit 9917206 ------------------------------------------------------------------- Thu Apr 28 20:19:59 CEST 2011 - bphilips@suse.de - Delete - patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. + patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. - commit 08374b3 ------------------------------------------------------------------- @@ -3822,7 +4230,7 @@ Thu Apr 28 14:18:12 CEST 2011 - jbeulich@novell.com Wed Apr 27 22:20:02 CEST 2011 - jeffm@suse.com - Delete - patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. + patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. - commit 399a100 ------------------------------------------------------------------- @@ -3884,10 +4292,10 @@ Wed Apr 27 21:34:13 CEST 2011 - jeffm@suse.com - Delete patches.suse/acpi-don-t-preempt-until-the-system-is-up. - Delete - patches.suse/acpi-generic-initramfs-table-override-support. + patches.suse/acpi-generic-initramfs-table-override-support. - Delete patches.suse/add-initramfs-file_read_write. - Delete - patches.suse/init-move-populate_rootfs-back-to-start_kernel. + patches.suse/init-move-populate_rootfs-back-to-start_kernel. - commit d4910b3 ------------------------------------------------------------------- @@ -3901,14 +4309,14 @@ Wed Apr 27 21:29:24 CEST 2011 - jeffm@suse.com Wed Apr 27 21:11:59 CEST 2011 - jeffm@suse.com - Delete patches.suse/osync-error. It was unused and the issue it fixed in - kernels prior to 2.6.32 doesn't exist anymore. + kernels prior to 2.6.32 doesn't exist anymore. - commit 52cc654 ------------------------------------------------------------------- Wed Apr 27 20:48:55 CEST 2011 - jeffm@suse.com - Delete patches.suse/s390-System.map.diff: Proper fix in binutils has - long since been upstream. + long since been upstream. - commit 2847a36 ------------------------------------------------------------------- @@ -3941,7 +4349,7 @@ Wed Apr 27 20:18:37 CEST 2011 - jeffm@suse.com Wed Apr 27 20:16:52 CEST 2011 - jeffm@suse.com - Delete patches.suse/unmap_vmas-lat: No bug report or signed-off-by. - - Delete patches.arch/s390-add-FREE_PTE_NR. + - Delete patches.arch/s390-add-FREE_PTE_NR. - commit 2a392c2 ------------------------------------------------------------------- @@ -3954,7 +4362,7 @@ Wed Apr 27 20:16:00 CEST 2011 - jeffm@suse.com Wed Apr 27 20:15:02 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc5. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5288a05 ------------------------------------------------------------------- @@ -3974,7 +4382,7 @@ Wed Apr 27 19:43:47 CEST 2011 - jeffm@suse.com Tue Apr 26 11:03:18 CEST 2011 - jkosina@suse.cz - HID: add noget quirk barcode scanners from Symbol Technologies - (bnc#689290). + (bnc#689290). - commit f5b999f ------------------------------------------------------------------- @@ -3987,7 +4395,7 @@ Fri Apr 22 00:01:41 CEST 2011 - jeffm@suse.com Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz - Revert changes to sparc configs to not make life harder for Jan Engelhardt - maintaining sparc architecture. + maintaining sparc architecture. - commit cdac873 ------------------------------------------------------------------- @@ -4006,7 +4414,7 @@ Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 3f654c8 ------------------------------------------------------------------- @@ -4019,15 +4427,15 @@ Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de - Combined and consolidated bootsplash patch (bnc#669777, - bnc#570082, bnc#595657, bnc#594209, bnc#544645). - - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. - - Delete patches.suse/bootsplash. - - Delete patches.suse/bootsplash-console-fix. - - Delete patches.suse/bootsplash-keep-multiple-data. - - Delete patches.suse/bootsplash-scaler. - - Reformatted code, fixed some minor bugs that became obvious. - - Fixed race that led to null pointer dereference in splash_read_proc(): - bnc#669777. + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. - commit 95844c5 ------------------------------------------------------------------- @@ -4040,7 +4448,7 @@ Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de - intel_idle: Make lapic_timer_reliable_states a boot param - (bnc#675161). + (bnc#675161). - commit 85b156b ------------------------------------------------------------------- @@ -4054,7 +4462,7 @@ Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - - This results in automatically disabling CONFIG_GIGASET_I4L. + - This results in automatically disabling CONFIG_GIGASET_I4L. - commit 697e68b ------------------------------------------------------------------- @@ -4074,7 +4482,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com - Update Xen patches to 2.6.39-rc3 and c/s 1079. - blktap2: replace hard-coded limit of tap devices with - configurable one. + configurable one. - config.conf: Re-enable Xen configs. - Update x86 config files. - commit d3bfd6c @@ -4083,7 +4491,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com - fs/partitions/efi.c: corrupted GUID partition tables can cause - kernel oops (bnc#687113 CVE-2011-1577). + kernel oops (bnc#687113 CVE-2011-1577). - commit 385b393 ------------------------------------------------------------------- @@ -4128,7 +4536,7 @@ Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 200c913 ------------------------------------------------------------------- @@ -4153,29 +4561,29 @@ Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc2. - - Eliminated 18 patches. - - Added 3 patches. - - hv_mouse: needs . - - dm-raid45: Remove blk_unplug calls. - - novfs: 2.6.39 API update. - - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. - - patches.kernel.org is no longer used to contain upstream patches - for -rc releases. Users planning on building their own kernel should - have a copy of the tarball corresponding to the -rc releases. + - Eliminated 18 patches. + - Added 3 patches. + - hv_mouse: needs . + - dm-raid45: Remove blk_unplug calls. + - novfs: 2.6.39 API update. + - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. + - patches.kernel.org is no longer used to contain upstream patches + for -rc releases. Users planning on building their own kernel should + have a copy of the tarball corresponding to the -rc releases. - commit adf9d16 ------------------------------------------------------------------- Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de - Make selection of 'readdir-plus' adapt to usage patterns - (bnc#678123). + (bnc#678123). - commit 5de99a8 ------------------------------------------------------------------- Wed Apr 6 09:01:38 CEST 2011 - jeffm@suse.de - reiserfs: Force inode evictions before umount to avoid crash - (bnc#610598 bnc#680073 bnc#684112). + (bnc#610598 bnc#680073 bnc#684112). - Delete patches.fixes/reiserfs-xattr-crash-fix. - commit bf57d20 @@ -4189,21 +4597,21 @@ Tue Apr 5 10:42:22 CEST 2011 - jslaby@suse.cz Wed Mar 30 23:50:41 CEST 2011 - jeffm@suse.com - Delete patches.suse/twofish-2.6. - - This was for 2.4 compatibility and has been moved to KMP purgatory. + - This was for 2.4 compatibility and has been moved to KMP purgatory. - commit dcca506 ------------------------------------------------------------------- Wed Mar 30 10:32:32 CEST 2011 - jslaby@suse.cz - Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo - (bnc#681826). + (bnc#681826). - commit 2e71042 ------------------------------------------------------------------- Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de - Update config files, remove CONFIG_X86_MCE_XEON75XX=m - ->driver got reverted with previous commit + ->driver got reverted with previous commit - Refresh patches.xen/xen3-auto-arch-x86.diff. - commit b367e7b @@ -4215,18 +4623,18 @@ Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de APEI implementation should take care of that in recent kernels. - Delete patches.arch/x86_mce_intel_decode_physical_address.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. + patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. - commit 1fe7a22 ------------------------------------------------------------------- Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not install unneeded packages in the - build chroot. + build chroot. - commit 7f4c49d ------------------------------------------------------------------- @@ -4246,7 +4654,7 @@ Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz - Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing - the signal code (bnc#681826 CVE-2011-1020). + the signal code (bnc#681826 CVE-2011-1020). - commit 2e42fd4 ------------------------------------------------------------------- @@ -4255,7 +4663,7 @@ Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de - sound/oss/opl3: validate voice and channel indexes (bnc#681999). - sound/oss: remove offset from load_patch callbacks (bnc#681999). - ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl - (bnc#680816). + (bnc#680816). - commit 09ff6e9 ------------------------------------------------------------------- @@ -4268,7 +4676,7 @@ Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz - HID: add support for Skycable 0x3f07 wireless presenter - (bnc#681297). + (bnc#681297). - commit 892e8d4 ------------------------------------------------------------------- @@ -4299,12 +4707,12 @@ Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de - netvm: Do not mark requests for swapfile writes as dirty or - kswapd fails to free the page (bnc#678472). + kswapd fails to free the page (bnc#678472). - nfs: Use page_file_offset during page writeback (bnc#677738). - nfs: Convert nfs_mark_request_dirty() to use page_file_mapping() - (bnc#677738). + (bnc#677738). - netvm: Remove duplicated initialization in net/ipv4/route.c - (bnc#678970). + (bnc#678970). - collapse: mm: Report the low watermark correctly (bnc#678497). - commit a798dd1 @@ -4318,7 +4726,7 @@ Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com - Linux: 2.6.38-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 7da557d ------------------------------------------------------------------- @@ -4343,38 +4751,38 @@ Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc7. - - Refresh patches.xen/xen-x86-no-lapic. - - Refresh patches.xen/xen3-patch-2.6.19. + - Refresh patches.xen/xen-x86-no-lapic. + - Refresh patches.xen/xen3-patch-2.6.19. - commit 7eb9d30 ------------------------------------------------------------------- Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - commit 88d5daa ------------------------------------------------------------------- Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in - yesterday's change. + yesterday's change. - commit 098768b ------------------------------------------------------------------- Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Add annotations to - lib/rwsem_64.S. + lib/rwsem_64.S. - commit 87944ac ------------------------------------------------------------------- Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de - ALSA: usb-audio: fix oops due to cleanup race when disconnecting - (bnc#674735). + (bnc#674735). - commit ed81f8c ------------------------------------------------------------------- @@ -4387,7 +4795,7 @@ Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com - Update to 2.6.38-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 6cce7bb ------------------------------------------------------------------- @@ -4400,7 +4808,7 @@ Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de - ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499, - CVE-2011-0712). + CVE-2011-0712). - commit 5ef002b ------------------------------------------------------------------- @@ -4419,22 +4827,22 @@ Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de - Update config files. - - disable CONFIG_DRM_VMWGFX (bnc#606458) - - update sparc configs to at least be able to run "make oldconfig" + - disable CONFIG_DRM_VMWGFX (bnc#606458) + - update sparc configs to at least be able to run "make oldconfig" - commit da75bd9 ------------------------------------------------------------------- Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Re-add change lost during - initial 2.6.37 merge. + initial 2.6.37 merge. - commit e493205 ------------------------------------------------------------------- Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz - Move spec file templates and helper scripts to a separate branch, to - ease synchronizing these files among master, vanilla and linux-next. + ease synchronizing these files among master, vanilla and linux-next. - commit 411abb8 ------------------------------------------------------------------- @@ -4454,7 +4862,7 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code - was merged into rpm's find-supplements script. + was merged into rpm's find-supplements script. - Delete rpm/check-build.sh, not needed anymore. - commit 0a157b1 @@ -4462,43 +4870,43 @@ Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com - flexcop: fix registering braindead stupid names (brc#575873 - bnc#661429). + bnc#661429). - commit 72bd3d0 ------------------------------------------------------------------- Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de - Staging: samsung-laptop: add support for lots of laptops - (bnc#661682). + (bnc#661682). - commit 1eb5eaa ------------------------------------------------------------------- Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Set timestamp of sources to the commit - timestamp, so that they are always older than generated files in - /usr/src/linux-obj (bnc#669669). + timestamp, so that they are always older than generated files in + /usr/src/linux-obj (bnc#669669). - commit 8565452 ------------------------------------------------------------------- Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to - keep timestamps intact. + keep timestamps intact. - commit 9ba5ff0 ------------------------------------------------------------------- Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Remove .gitignore files after applying patches - (fix last change). + (fix last change). - commit 907f9cc ------------------------------------------------------------------- Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit c327e0a ------------------------------------------------------------------- @@ -4546,8 +4954,8 @@ Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition - of %release_major and rename it to %release_num to better describe - what it does. Add some comments to explain how the versioning works. + of %release_major and rename it to %release_num to better describe + what it does. Add some comments to explain how the versioning works. - commit 9a3bc94 ------------------------------------------------------------------- @@ -4566,14 +4974,14 @@ Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit b6b51ca ------------------------------------------------------------------- Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de - ALSA: hda - Fix memory leaks in conexant jack arrays - (bnc#668929). + (bnc#668929). - commit 31971a4 ------------------------------------------------------------------- @@ -4611,8 +5019,8 @@ Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com - Update config files. - - CONFIG_EXPERT=n on all but ps3 - - Vanilla configs updated. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. - commit b25e639 ------------------------------------------------------------------- @@ -4633,7 +5041,7 @@ Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 90baa82 ------------------------------------------------------------------- @@ -4652,30 +5060,30 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc1. - - Removed 12 patches. - - Xen is disabled. - - Quite a few patches need updating. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. - commit 9163bb7 ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff ------------------------------------------------------------------- @@ -4688,7 +5096,7 @@ Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 ------------------------------------------------------------------- @@ -4707,22 +5115,22 @@ Mon Jan 17 20:52:49 CET 2011 - jeffm@suse.com Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz - Revert %kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 ------------------------------------------------------------------- Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 ------------------------------------------------------------------- Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 ------------------------------------------------------------------- @@ -4796,7 +5204,7 @@ Thu Jan 6 20:51:31 CET 2011 - jeffm@suse.com Thu Jan 6 19:48:28 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe ------------------------------------------------------------------- @@ -4815,28 +5223,28 @@ Thu Jan 6 17:09:12 CET 2011 - jeffm@suse.com Thu Jan 6 17:08:44 CET 2011 - jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d ------------------------------------------------------------------- Thu Jan 6 16:10:26 CET 2011 - jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 ------------------------------------------------------------------- @@ -4849,7 +5257,7 @@ Thu Jan 6 15:49:34 CET 2011 - jack@suse.cz Thu Jan 6 13:56:07 CET 2011 - mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 ------------------------------------------------------------------- @@ -4858,7 +5266,7 @@ Thu Jan 6 10:07:22 CET 2011 - mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b @@ -4879,7 +5287,7 @@ Thu Dec 30 00:50:58 CET 2010 - jeffm@suse.com Wed Dec 29 22:23:21 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 ------------------------------------------------------------------- @@ -4904,38 +5312,38 @@ Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c ------------------------------------------------------------------- Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (bnc#655048). + Backport to XEN. - commit 92c0965 ------------------------------------------------------------------- Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz - Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive - decode" (bnc#655048). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 @@ -4950,8 +5358,8 @@ Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz - Delete - patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. - It's unreferenced and wrong. + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. - commit 9e6fc50 ------------------------------------------------------------------- @@ -4988,10 +5396,10 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 @@ -5024,14 +5432,14 @@ Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 ------------------------------------------------------------------- Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 ------------------------------------------------------------------- @@ -5062,7 +5470,7 @@ Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b @@ -5071,12 +5479,12 @@ Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c ------------------------------------------------------------------- @@ -5109,7 +5517,7 @@ Fri Nov 26 15:04:27 CET 2010 - jbeulich@novell.com - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -5133,7 +5541,7 @@ Wed Nov 24 15:49:45 CET 2010 - jeffm@suse.com Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac ------------------------------------------------------------------- @@ -5157,7 +5565,7 @@ Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Wed Nov 17 17:10:32 CET 2010 - jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 ------------------------------------------------------------------- @@ -5176,7 +5584,7 @@ Tue Nov 16 20:08:11 CET 2010 - jeffm@suse.com Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 ------------------------------------------------------------------- @@ -5189,7 +5597,7 @@ Mon Nov 15 21:33:19 CET 2010 - jeffm@suse.com Mon Nov 15 21:30:37 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 ------------------------------------------------------------------- @@ -5208,16 +5616,16 @@ Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz Fri Nov 12 18:37:10 CET 2010 - jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 ------------------------------------------------------------------- Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de - Update config files. (bnc#652954) increase the number of possible and - default uarts for users with multi-port serial cards for the i386 and - x86-64 default configs. + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. - commit 85c87e3 ------------------------------------------------------------------- @@ -5231,20 +5639,20 @@ Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + top down (bnc#651256). - PCI: allocate bus resources from the top down (bnc#651256). - x86/PCI: allocate space from the end of a region, not the - beginning (bnc#651256). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + capabilities (bnc#651256). - x86: allocate space within a region top-down (bnc#651256). - Refresh patches.xen/xen3-patch-2.6.34. - commit 8c68ad1 @@ -5253,21 +5661,21 @@ Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 ------------------------------------------------------------------- Fri Oct 29 13:47:35 CEST 2010 - jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb ------------------------------------------------------------------- Fri Oct 29 01:53:34 CEST 2010 - trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b ------------------------------------------------------------------- @@ -5287,14 +5695,14 @@ Wed Oct 27 14:51:30 CEST 2010 - jslaby@suse.cz Tue Oct 26 21:31:22 CEST 2010 - trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 ------------------------------------------------------------------- Tue Oct 26 13:41:23 CEST 2010 - jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 ------------------------------------------------------------------- @@ -5302,7 +5710,7 @@ Mon Oct 25 12:53:38 CEST 2010 - jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 @@ -5312,7 +5720,7 @@ Mon Oct 25 08:58:15 CEST 2010 - tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda ------------------------------------------------------------------- @@ -5325,7 +5733,7 @@ Fri Oct 22 21:18:25 CEST 2010 - jeffm@suse.de Fri Oct 22 13:32:04 CEST 2010 - jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb ------------------------------------------------------------------- @@ -5340,7 +5748,7 @@ Thu Oct 21 10:11:03 CEST 2010 - sjayaraman@suse.de Mon Oct 18 16:54:57 CEST 2010 - trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf ------------------------------------------------------------------- @@ -5376,7 +5784,7 @@ Mon Oct 11 17:14:51 CEST 2010 - mmarek@suse.cz Mon Oct 11 16:12:29 CEST 2010 - jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 ------------------------------------------------------------------- @@ -5389,7 +5797,7 @@ Fri Oct 8 17:40:50 CEST 2010 - jeffm@suse.de Tue Oct 5 18:02:19 CEST 2010 - jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa ------------------------------------------------------------------- @@ -5402,7 +5810,7 @@ Tue Oct 5 17:19:46 CEST 2010 - jeffm@suse.de Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 @@ -5411,7 +5819,7 @@ Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de Mon Oct 4 16:57:34 CEST 2010 - jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 ------------------------------------------------------------------- @@ -5424,25 +5832,25 @@ Fri Sep 24 13:45:31 CEST 2010 - jbeulich@novell.com Fri Sep 24 13:23:13 CEST 2010 - trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 ------------------------------------------------------------------- Fri Sep 24 13:14:36 CEST 2010 - trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 ------------------------------------------------------------------- @@ -5467,7 +5875,7 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 @@ -5475,7 +5883,7 @@ Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b ------------------------------------------------------------------- @@ -5494,7 +5902,7 @@ Tue Sep 21 14:15:34 CEST 2010 - mmarek@suse.cz Tue Sep 21 13:59:10 CEST 2010 - jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 ------------------------------------------------------------------- @@ -5502,8 +5910,8 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f @@ -5512,14 +5920,14 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de Mon Sep 20 16:03:14 CEST 2010 - sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b ------------------------------------------------------------------- Mon Sep 20 15:25:41 CEST 2010 - jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 ------------------------------------------------------------------- @@ -5532,25 +5940,25 @@ Sun Sep 19 17:39:03 CEST 2010 - jeffm@suse.com Fri Sep 17 01:05:47 CEST 2010 - jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 ------------------------------------------------------------------- Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de - x86-64, compat: Test %rax for the syscall number, not %eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 ------------------------------------------------------------------- Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac ------------------------------------------------------------------- @@ -5563,21 +5971,21 @@ Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 ------------------------------------------------------------------- Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 ------------------------------------------------------------------- Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 ------------------------------------------------------------------- @@ -5592,11 +6000,11 @@ Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -5626,7 +6034,7 @@ Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de 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). + (CVE-2010-2954 bnc#636112). - commit f04e61f ------------------------------------------------------------------- @@ -5648,7 +6056,7 @@ Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 ------------------------------------------------------------------- @@ -5667,28 +6075,28 @@ Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - 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. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + 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. + 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. + the truncate path and causes crashes. - commit e18fc2c ------------------------------------------------------------------- @@ -5743,22 +6151,22 @@ Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de 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. + 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. + 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. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e ------------------------------------------------------------------- @@ -5772,7 +6180,7 @@ Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com 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. + avoid triggering a build service rule error. - commit 124ac26 ------------------------------------------------------------------- @@ -5791,14 +6199,14 @@ Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de 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. + 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 - to grab the BKL + to grab the BKL - commit 1df02ec ------------------------------------------------------------------- @@ -5811,20 +6219,20 @@ Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - 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. + - 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 ------------------------------------------------------------------- @@ -5843,10 +6251,10 @@ Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com 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. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 ------------------------------------------------------------------- @@ -5878,7 +6286,7 @@ Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com 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). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 ------------------------------------------------------------------- @@ -5891,7 +6299,7 @@ Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz 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. + 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 @@ -5901,14 +6309,14 @@ Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de 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). + 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). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 @@ -5917,13 +6325,13 @@ 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. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b @@ -5932,7 +6340,7 @@ Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com 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. + usage from upstream commit 718be4aa. - commit 4ce0b48 ------------------------------------------------------------------- @@ -5963,7 +6371,7 @@ Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 ------------------------------------------------------------------- @@ -5976,7 +6384,7 @@ Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 ------------------------------------------------------------------- @@ -5990,7 +6398,7 @@ 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). + though). - commit 8ed2389 ------------------------------------------------------------------- diff --git a/kernel-u8500.spec b/kernel-u8500.spec index 51c87f341..658814c9d 100644 --- a/kernel-u8500.spec +++ b/kernel-u8500.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6 -%define patchversion 3.6.3 +%define srcversion 3.7 +%define patchversion 3.7.0 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-u8500 Summary: Kernel for ST-Ericsson's Nova SoC -Version: 3.6.3 +Version: 3.7.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -91,7 +91,7 @@ Requires(post): distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release # Remove some packages that are installed automatically by the build system, # but are not needed to build the kernel -#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv +#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv %ifarch ia64 # arch/ia64/scripts/unwcheck.py @@ -474,10 +474,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz @@ -887,6 +886,7 @@ Provides: multiversion(kernel) Provides: %name-devel = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel Supplements: packageand(%name:kernel-devel%variant) +PreReq: coreutils %description devel This package contains files necessary for building kernel modules (and diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index 2887ccaf6..e0d27f80d 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,393 @@ +------------------------------------------------------------------- +Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com + +- ezusb: add dependency to USB. + This prevents build failures by making it depend on the value of CONFIG_USB. + Commit 36e0f0bd did this for architectures other than ARM manually. +- commit b89db5d + +------------------------------------------------------------------- +Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de + +- Drivers: hv: balloon: Fix a memory leak. +- commit 26cdad5 + +------------------------------------------------------------------- +Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com + +- Update to 3.7-final. +- commit 1771a73 + +------------------------------------------------------------------- +Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de + +- Update patch headers for fate314663 and fate314665 changes +- commit 44044f1 + +------------------------------------------------------------------- +Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz + +- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually + ext3 will be removed upstream so let's do the transition. +- commit dadc8ea + +------------------------------------------------------------------- +Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr + +- Update omap2plus (armv7) config: Enable TWL* USB drivers +- commit 28c09f5 + +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + +------------------------------------------------------------------- +Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de + +- fate#314663 hyper-v memory ballooning support +- mm: Export a function to get vm committed memory. +- Drivers: hv: Add Hyper-V balloon driver. +- Drivers: hv: balloon: Fix a bug in the definition of struct + dm_info_msg. +- Update config files. + fate#314665 hyper-v: Update the Vmbus protocol +- Drivers: hv: Implement routines for read side signaling + optimization. +- Drivers: hv: Add state to manage batched reading. +- Drivers: hv: Turn off batched reading for util drivers. +- Drivers: hv: Optimize signaling in the read path. +- Drivers: hv: Optimize the signaling on the write path. +- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask(). +- Drivers: hv: Support handling multiple VMBUS versions. +- Drivers: hv: Update the ring buffer structure to match win8 + functionality. +- Drivers: hv: Extend/modify vmbus_channel_offer_channel for + win7 and beyond. +- Drivers: hv: Save and export negotiated vmbus version. +- Drivers: hv: Change the signature for hv_signal_event(). +- Drivers: hv: Change the signature of vmbus_set_event(). +- Drivers: hv: Move vmbus version definitions to hyperv.h. +- Drivers: hv: Manage signaling state on a per-connection basis. +- Drivers: hv: Cleanup vmbus_set_event() to support win7 and + beyond. +- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID. +- Drivers: hv: Add state to manage incoming channel interrupt + load. +- Drivers: hv: Modify the interrupt handling code to support + win8 and beyond. +- Drivers: hv: Add code to distribute channel interrupt load. +- Drivers: hv: Get rid of the unused global signaling state. +- Drivers: hv: Get rid of unnecessary request for offers. +- Drivers: hv: Manage event tasklets on per-cpu basis. +- Drivers: hv: Handle vmbus interrupts concurrently on all cpus. +- Drivers: hv: Add a check to deal with spurious interrupts. +- Drivers: hv: Enable protocol negotiation with win8 hosts. +- Drivers: hv: Implement flow management on the send side. +- Drivers: hv: Capture the host build information. +- Drivers: hv: Cleanup and consolidate reporting of build/version + info. +- commit 4fccd03 + +------------------------------------------------------------------- +Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc8. +- Delete patches.rpmify/net-fix-build-failure-in-xilinx. +- commit 76b3d92 + +------------------------------------------------------------------- +Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de + +- add splash=black option to bootsplash code, + to keep a black background, useful for remote access to VMs + (bnc#773487) +- commit c060ae1 + +------------------------------------------------------------------- +Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem + (bnc#781327) +- commit 841d864 + +------------------------------------------------------------------- +Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com + +- net: fix build failure in xilinx. +- commit 28be621 + +------------------------------------------------------------------- +Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com + +- Update config files. Enable CONFIG_SMB2 to 'y'. +- commit 25bdfaf + +------------------------------------------------------------------- +Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc6. +- commit daac70a + +------------------------------------------------------------------- +Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz + +- rpm/config.sh: Set projects for ARM +- commit 55bac79 + +------------------------------------------------------------------- +Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related + crash in context switch code). +- commit bb1d12d + +------------------------------------------------------------------- +Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com + +- Update to 3.7-rc5. +- Update Xen patches additionally to c/s 1204: +- commit d5de9cf + +------------------------------------------------------------------- +Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com + +- config: sync x86_64 configs for NR_UARTS + This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and + CONFIG_SERIAL_8250_NR_UARTS to 32. +- commit ddf88e6 + +------------------------------------------------------------------- +Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com + +- Delete patches.arch/s390-remove-kvm-para.patch. +- commit f759e1e + +------------------------------------------------------------------- +Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com + +- config: sync ppc64 configs for LIB80211, NET_SDA_MV* + This commit changes the following options to be modular: + LIB80211 + NET_DSA_MV88E6XXX + NET_DSA_MV88E6060 +- commit caa5a52 + +------------------------------------------------------------------- +Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com + +- config: sync ppc64/debug with ppc64/default + The debug config should be identical to default with the exception of + the debug options. This patch brings ppc64/debug in line with ppc64/default + with the exception of a few things that are modular in debug that should + also be modular in default. +- commit b981fcd + +------------------------------------------------------------------- +Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com + +- config: sync kvm options between ppc64 flavors. +- commit 8a389d5 + +------------------------------------------------------------------- +Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com + +- config: disable HW_RANDOM_AMD on ppc64 + This chip is only on AMD hardware and an old ppc64 eval board. We can skip + it on ppc64. +- commit 03001a4 + +------------------------------------------------------------------- +Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com + +- config: Eliminate unused ppc/ppc64 configs. + The history of the ppc/ppc64 configs is a convoluted one that started + before the kernel source could support multiple machine types with a + single image and before there was a usable 64-bit userspace. + In the subsequent years, the powerpc code has been unified and we've + released a 64-bit powerpc userspace. The "default" and "ppc64" configs + on ppc64 are essentially identical and just waste space. The "ppc64" + config on 32-bit ppc address a long since unnecessary corner case. Users + who still want a 32-bit userspace with a 64-bit kernel can install and + update it themselves using the 64-bit repository like i386/x86_64 users + can do. + This commit can be summarized thusly: + rm config/ppc/ppc64 + rm config/ppc/ps3 (already unused) + mv config/ppc64/ppc64 config/ppc64/default +- commit a9cc3d5 + +------------------------------------------------------------------- +Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr + +- Add kernel-versatile description +- commit 5424cf2 + +------------------------------------------------------------------- +Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr + +- Enable armv5 in arch-symbols +- commit 401de81 + +------------------------------------------------------------------- +Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com + +- config: sync vanilla flavor with default flavor for each platform + The vanilla configs have drifted away from the default configuration + for each platform. This patch brings them back in sync. +- commit 8d4661f + +------------------------------------------------------------------- +Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com + +- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled. +- commit 9907c37 + +------------------------------------------------------------------- +Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com + +- Updated to 3.7-rc4. + Eliminated 1 patch. +- commit 5168053 + +------------------------------------------------------------------- +Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again). +- commit 5feff7e + +------------------------------------------------------------------- +Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com + +- Update Xen patches to 3.7-rc3 and c/s 1202. +- extend base interfaces to support multi-page rings for + frontend/backend communication. +- blkback: allow using multiple page frontend communication ring. +- blkfront: allow using multiple page backend communication ring. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Fix build when disabled. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- config.conf: Re-enable Xen configs. +- Update x86 config files. +- Delete patches.xen/xen3-acpi_override_2_2.patch. +- commit f042386 + +------------------------------------------------------------------- +Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr + +- Add support to armv5 versatile kernel +- commit 99d34f3 + +------------------------------------------------------------------- +Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc3. +- commit 48e5027 + +------------------------------------------------------------------- +Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615) +- commit 2520563 + +------------------------------------------------------------------- +Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de + +- ARM: Update config files: Fix vexpress (default) config +- commit be072b4 + +------------------------------------------------------------------- +Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de + +- Fixup kvm for s390. +- commit 503388b + +------------------------------------------------------------------- +Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi +- commit 336ead7 + +------------------------------------------------------------------- +Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de + +- Revert "disable non-compiling irrelevant I2C module" +- commit d5a21c5 + +------------------------------------------------------------------- +Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de + +- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE. +- commit 8e108ab + +------------------------------------------------------------------- +Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 565b450 + +------------------------------------------------------------------- +Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de + +- Refresh patches.arch/arm-exynos-nosparse.patch. +- commit 55fbf60 + +------------------------------------------------------------------- +Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 118f2f9 + +------------------------------------------------------------------- +Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de + +- ARM: Exynos: Fix MMC driver +- ARM: Exynos: Update configs +- commit 37a1704 + +------------------------------------------------------------------- +Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com + +- config: change CONFIG_USB_EZUSB_FX2 to module +- commit 36e0f0b + +------------------------------------------------------------------- +Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com + +- Actually use kthread_run in crasher.ko. + The previous commit was incomplete. +- commit b8b35ae + +------------------------------------------------------------------- +Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com + +- crasher: use kthread_run() instead of kernel_thread(). + Linux 3.7-rc2 no longer exports kernel_thread on all architectures. +- commit f17d925 + +------------------------------------------------------------------- +Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com + +- Updated to 3.7-rc2. +- commit e00a663 + ------------------------------------------------------------------- Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de @@ -14,7 +404,7 @@ Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz - Refresh patches.xen/xen3-patch-3.6. - Delete patches.fixes/hv-storvsc-reset-wait.patch. - Delete - patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. + patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. - commit cfee26b ------------------------------------------------------------------- @@ -36,19 +426,19 @@ Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de and proper git-xy: meta tags: - lib: Add early cpio decoder. - x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() - for e820 handling. + for e820 handling. - ACPI: Store valid ACPI tables passed via early initrd in - reserved memblock areas. + reserved memblock areas. - ACPI: Implement physical address table override. - ACPI: Create acpi_table_taint() function to avoid code - duplication. + duplication. - ACPI: Document ACPI table overriding via initrd. - ACPI: Fix build when disabled. - X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. - ACPI: Overriding ACPI tables via initrd only works with - an initrd. + an initrd. - ACPI: Cleanup acpi_initrd_override declaration and remove - ifdefs. + ifdefs. - Delete patches.arch/acpi_fix_custom_method_acc.patch. - Delete patches.arch/acpi_override_2_2.patch. - Delete patches.arch/acpi_override_documentation. @@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz This allows to control the kabi checker from outside of the package. - commit 0a0900c +------------------------------------------------------------------- +Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com + +- Update to 3.7-rc1. +- Eliminated 38 patches. +- Xen is disabled. +- ARM configs need updating. +- Module signing is disabled until the build infrastructure can support it. +- commit fce087a + ------------------------------------------------------------------- Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz @@ -87,14 +487,20 @@ Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz - Delete - patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. + patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. - Delete - patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. + patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. - Delete - patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. + patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. These are in 3.6.1. - commit 2a321c4 +------------------------------------------------------------------- +Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com + +- Remove noncompiling modules +- commit b7cdd5a + ------------------------------------------------------------------- Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de @@ -136,7 +542,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - hyperv: Add comments for the extended buffer after RNDIS message. - Drivers: hv: Cleanup the guest ID computation. - Drivers: hv: vmbus: Use the standard format string to format - GUIDs. + GUIDs. - Drivers: hv: Add KVP definitions for IP address injection. - Drivers: hv: kvp: Cleanup error handling in KVP. - Drivers: hv: Explicitly size elements of protocol structures. @@ -148,7 +554,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - Tools: hv: Represent the ipv6 mask using CIDR notation. - Tools: hv: Gather ipv[4,6] gateway information. - hv: fail the probing immediately when we are not in hyperv - platform. + platform. - hv: vmbus_drv: detect hyperv through x86_hyper. - Tools: hv: Get rid of some unused variables. - Tools: hv: Correctly type string variables. @@ -167,14 +573,14 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - tools/hv: Parse /etc/os-release. - hyperv: Fix the max_xfer_size in RNDIS initialization. - hyperv: Fix the missing return value in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - hyperv: Fix page buffer handling in rndis_filter_send_request(). - hyperv: Remove extra allocated space for recv_pkt_list elements. - hyperv: Report actual status in receive completion packet. - hyperv: Add buffer for extended info after the RNDIS response - message. + message. - Delete - patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. - commit 08d283b ------------------------------------------------------------------- @@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com - ARM/u5800: Fix build of ux500 driver - Acked-by: Jeff Mahoney - commit 0ea37a0 +------------------------------------------------------------------- +Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com + +- disable non-compiling irrelevant I2C module +- commit 0ba9bac + ------------------------------------------------------------------- Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com - ARM/tegra: Remove optional parts to fix build - Acked-by: Jeff Mahoney - commit d729a16 ------------------------------------------------------------------- Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com - ARM: enable zcache support - Acked-by: Jeff Mahoney - commit 17b147b ------------------------------------------------------------------- Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com - ARM/cubox: set cachefilesd to module - Acked-by: Jeff Mahoney - commit c1fb243 ------------------------------------------------------------------- @@ -229,13 +637,13 @@ Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de - Remove old patchset to override ACPI tables via initrd. Also remove a stale xen patch related to that. - Delete - patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - Delete - patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. - Delete - patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. - Delete - patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - commit dd8f1b0 ------------------------------------------------------------------- @@ -364,7 +772,7 @@ Mon Sep 10 19:22:00 CEST 2012 - jeffm@suse.com Mon Sep 10 10:20:23 CEST 2012 - jbeulich@novell.com - patches.arch/s390-message-catalog.diff: Properly handle pr_cont() and fold - in the below two trivial fixes. + in the below two trivial fixes. - Delete patches.arch/s390-message-catalog-fix.diff. - Delete patches.arch/s390-message-catalog-perl-fix.diff. - Refresh patches.arch/kmsg-fix-parameter-limitations. @@ -438,10 +846,10 @@ Fri Aug 31 23:20:23 CEST 2012 - dmueller@suse.com Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz - i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y - && CONFIG_I2C_DESIGN. + && CONFIG_I2C_DESIGN. - Delete - patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. - Move it to rpmify, so that vanilla builds fine too. + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. - commit 0217ad5 ------------------------------------------------------------------- @@ -519,7 +927,7 @@ Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com Fri Aug 17 14:51:23 CEST 2012 - jeffm@suse.com - Update to 3.6-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 71963b0 ------------------------------------------------------------------- @@ -975,7 +1383,7 @@ Wed Jun 13 13:21:58 CEST 2012 - hare@suse.de - Rediff patch - patches.drivers/mach-dove-Fixup-ge00-initialisation.patch: - Rediff after backport from upstream. + Rediff after backport from upstream. - commit fa58c5e ------------------------------------------------------------------- @@ -983,7 +1391,7 @@ Wed Jun 13 12:56:17 CEST 2012 - hare@suse.de - Fixup patch to apply - patches.drivers/spi-orion-convert-to-new-infrastructure.patch - backported from upstream. + backported from upstream. - commit 2507393 ------------------------------------------------------------------- @@ -1002,9 +1410,9 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com - Update to 3.5-rc2. - - Xen needs update. - - ARM needs update. - - Eliminated 13 patches. + - Xen needs update. + - ARM needs update. + - Eliminated 13 patches. - commit 3f461b1 ------------------------------------------------------------------- @@ -1043,7 +1451,7 @@ Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de - [SCSI] storvsc: Properly handle errors from the host - (bnc#747404). + (bnc#747404). - Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. - commit ad28e23 @@ -1106,7 +1514,7 @@ Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Tue May 22 14:21:24 CEST 2012 - trenn@suse.de - X86 acpi_cpufreq: Do not use request_module for autoloading - (bnc#756085). + (bnc#756085). - Refresh patches.xen/xen3-auto-common.diff. - patches.xen/xen3-patch-3.3: - commit caf270e @@ -1165,7 +1573,7 @@ Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com - Update to 3.4-rc7. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 4cd9e9b ------------------------------------------------------------------- @@ -1218,7 +1626,7 @@ Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com - Update to 3.4-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 749ea8f ------------------------------------------------------------------- @@ -1255,7 +1663,7 @@ Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not require distribution-release - during build. + during build. - commit 3cd703f ------------------------------------------------------------------- @@ -1306,18 +1714,18 @@ Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com - Disabled DECNet and ARCNet. Specific config options disabled: CONFIG_ARCNET - CONFIG_ARCNET_1051 - CONFIG_ARCNET_1201 - CONFIG_ARCNET_CAP - CONFIG_ARCNET_COM20020_CS - CONFIG_ARCNET_COM20020 - CONFIG_ARCNET_COM20020_PCI - CONFIG_ARCNET_COM90xxIO - CONFIG_ARCNET_COM90xx - CONFIG_ARCNET_RAW - CONFIG_ARCNET_RIM_I + CONFIG_ARCNET_1051 + CONFIG_ARCNET_1201 + CONFIG_ARCNET_CAP + CONFIG_ARCNET_COM20020_CS + CONFIG_ARCNET_COM20020 + CONFIG_ARCNET_COM20020_PCI + CONFIG_ARCNET_COM90xxIO + CONFIG_ARCNET_COM90xx + CONFIG_ARCNET_RAW + CONFIG_ARCNET_RIM_I CONFIG_DECNET - CONFIG_DECNET_NF_GRABULATOR + CONFIG_DECNET_NF_GRABULATOR - commit 272dd14 ------------------------------------------------------------------- @@ -1419,7 +1827,7 @@ Fri Apr 20 18:09:06 CEST 2012 - jbeulich@novell.com Tue Apr 17 15:59:19 CEST 2012 - jeffm@suse.com - Update to 3.4-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 2fde7e0 ------------------------------------------------------------------- @@ -1439,7 +1847,7 @@ Mon Apr 9 03:28:12 CEST 2012 - jeffm@suse.com Fri Apr 6 06:42:35 CEST 2012 - jeffm@suse.com - Update AppArmor for 3.4. - - apparmor: Add "profiles" list to sysfs. + - apparmor: Add "profiles" list to sysfs. - commit 59517ac ------------------------------------------------------------------- @@ -1452,10 +1860,10 @@ Thu Apr 5 22:25:16 CEST 2012 - jeffm@suse.com Thu Apr 5 09:18:14 CEST 2012 - jeffm@suse.com - Updated to 3.4-rc1. - - Eliminated 121 patches. - - Xen is unavailable. - - ACPI overrides are unavailable. - - AppArmor network feature are unavailable. + - Eliminated 121 patches. + - Xen is unavailable. + - ACPI overrides are unavailable. + - AppArmor network feature are unavailable. - commit 3ac7e79 ------------------------------------------------------------------- @@ -1535,7 +1943,7 @@ Sat Mar 24 00:57:07 CET 2012 - dsterba@suse.cz - Refresh patches.suse/btrfs-handle-EIO. - Refresh - patches.suse/btrfs-volumes-schedule_bio-should-return-void. + patches.suse/btrfs-volumes-schedule_bio-should-return-void. - commit d97ade6 ------------------------------------------------------------------- @@ -1578,10 +1986,10 @@ Mon Mar 19 11:16:34 CET 2012 - jslaby@suse.cz Mon Mar 19 11:07:00 CET 2012 - jslaby@suse.cz - Delete - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. + patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. - Delete patches.arch/dell_optiplex_990_fix_reboot.patch. - Delete - patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. + patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. - Delete patches.drivers/libata-unlock-hpa-by-default. - Delete patches.fixes/scsi-add-tgps-setting. - Delete patches.fixes/scsi-dh-rdac-add-stk. @@ -1618,23 +2026,23 @@ Mon Mar 12 15:26:55 CET 2012 - ohering@suse.de - Staging: hv: storvsc: Cleanup storvsc_host_reset_handler(). - Staging: hv: storvsc: Move and cleanup storvsc_remove(). - Staging: hv: storvsc: Add a comment to explain life-cycle - management. + management. - Staging: hv: storvsc: Get rid of the on_io_completion in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Rename the context field in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver. - Staging: hv: storvsc: Cleanup the code for generating protocol - version. + version. - Staging: hv: storvsc: Cleanup some protocol related constants. - Staging: hv: storvsc: Get rid of some unused defines. - Staging: hv: storvsc: Consolidate the request structure. - Staging: hv: storvsc: Consolidate all the wire protocol - definitions. + definitions. - Staging: hv: storvsc: Move the storage driver out of the - staging area. + staging area. - Rename patches.suse/staging-hv-pata_piix-ignore-disks.patch to - patches.suse/suse-hv-pata_piix-ignore-disks.patch + patches.suse/suse-hv-pata_piix-ignore-disks.patch - commit 7487199 ------------------------------------------------------------------- @@ -1829,41 +2237,41 @@ Mon Feb 13 17:23:49 CET 2012 - mmarek@suse.cz Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de - Add driver auto probing for x86 features v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Fix overrun check in arch_print_cpu_modalias() - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - crypto: Add support for x86 cpuid - auto loading for x86 crypto drivers - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + auto loading for x86 crypto drivers + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Clean up modalias feature matching - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel-idle: convert to x86_cpu_id auto probing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Fix ID for Nehalem-EX Xeon in device ID table - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert via-cputemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k7: Fix CPU family number - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: Load acpi-cpufreq from processor driver automatically - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Revert change of auto_demotion_flags for Nehalem - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert coretemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k6: Really enable auto-loading - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - X86: Introduce HW-Pstate scattered cpuid feature - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - cpufreq: Add support for x86 cpuinfo auto loading v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86: autoload microcode driver on Intel and AMD systems v2 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 parts - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: remove duplicated lines of merging - problems with acpi_processor_start - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + problems with acpi_processor_start + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - Update config files. - commit 6efe9b5 @@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for --default (bnc#745632). KMPs are still built as i586. + -default (bnc#745632). KMPs are still built as i586. - commit 88a632b ------------------------------------------------------------------- @@ -1902,8 +2310,8 @@ Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com - Update to 3.3-rc2. - - Eliminated 5 patches. - - Xen is disabled. + - Eliminated 5 patches. + - Xen is disabled. - commit d017ea1 ------------------------------------------------------------------- @@ -2002,7 +2410,7 @@ Wed Dec 21 14:38:42 CET 2011 - jbeulich@novell.com Tue Dec 20 16:35:33 CET 2011 - jeffm@suse.com - Update to 3.2-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit d5a489e ------------------------------------------------------------------- @@ -2010,7 +2418,7 @@ Tue Dec 20 11:34:14 CET 2011 - trenn@suse.de - These should all be mainline in some form: - Delete - patches.arch/implement_stop_machine_from_offline_cpu.patch. + patches.arch/implement_stop_machine_from_offline_cpu.patch. - Delete patches.arch/kill-__stop_machine.patch. - Delete patches.arch/reorganize_stop_cpus.patch. - Delete patches.arch/use_stop_machine_for_mtrr_rendezvous.patch. @@ -2026,14 +2434,14 @@ Sun Dec 18 07:38:42 CET 2011 - aj@suse.de Fri Dec 16 15:37:51 CET 2011 - aj@suse.de - rpm/kernel-binary.spec.in: Add provides and make most obsoletes versioned. - This silences rpmlint warnings. + This silences rpmlint warnings. - commit e3023c7 ------------------------------------------------------------------- Wed Dec 14 13:51:41 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: Fix tarball URL for -rcX and - do not generate any URL for linux-next and vanilla snapshots. + do not generate any URL for linux-next and vanilla snapshots. - commit 1548daf ------------------------------------------------------------------- @@ -2123,7 +2531,7 @@ Wed Dec 7 11:05:05 CET 2011 - aj@suse.de Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com - Update to 3.2-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit a7d546d ------------------------------------------------------------------- @@ -2235,8 +2643,8 @@ Fri Nov 25 05:58:54 CET 2011 - jeffm@suse.com Fri Nov 25 05:47:49 CET 2011 - jeffm@suse.com - Update to 3.2-rc3. - - stack unwind: cfi_ignore takes more arguments. - - iio: Fix build error in industrialio-core.c. + - stack unwind: cfi_ignore takes more arguments. + - iio: Fix build error in industrialio-core.c. - commit 48ef020 ------------------------------------------------------------------- @@ -2249,7 +2657,7 @@ Thu Nov 24 18:45:54 CET 2011 - ohering@suse.de Thu Nov 24 13:01:09 CET 2011 - mmarek@suse.cz - rpm/try-disable-staging-driver: Script to disable failing staging - driver and restart make. + driver and restart make. - commit 819d1fa ------------------------------------------------------------------- @@ -2343,14 +2751,14 @@ Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de Wed Nov 16 06:51:07 CET 2011 - jeffm@suse.com - Update to 3.2-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 85c9930 ------------------------------------------------------------------- Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com - Update to 3.2-rc1. - - Eliminate 212 patches. + - Eliminate 212 patches. - commit 6318d5b ------------------------------------------------------------------- @@ -2390,8 +2798,8 @@ Sat Nov 5 01:32:21 CET 2011 - trenn@suse.de Thu Nov 3 17:56:46 CET 2011 - mszeredi@suse.cz - patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch: - hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops - (CVE-2011-2203 bnc#699709). + hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops + (CVE-2011-2203 bnc#699709). - commit 7923119 ------------------------------------------------------------------- @@ -2429,16 +2837,16 @@ Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com - Add Elantech touchpad v3/v4 support (bnc#716852): - - Input: elantech - add v3 hardware support. - - Input: elantech - add v4 hardware support. - - Input: elantech - better support all those v2 variants. - - Input: elantech - clean up elantech_init. - - Input: elantech - correct x, y value range for v2 hardware. - - Input: elantech - get rid of ETP_2FT_* in elantech.h. - - Input: elantech - packet checking for v2 hardware. - - Input: elantech - remove ETP_EDGE_FUZZ_V2. - - Input: elantech - remove module parameter force_elantech. - - Input: elantech - use firmware provided x, y ranges. + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. - commit 28551a0 ------------------------------------------------------------------- @@ -2469,7 +2877,7 @@ Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de Tue Oct 25 19:24:17 CEST 2011 - eich@suse.de - patches.suse/SUSE-bootsplash: remove DEBUG macro which was - left in the code by accident. + left in the code by accident. - commit a56ba15 ------------------------------------------------------------------- @@ -2482,7 +2890,7 @@ Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de - patches.suse/staging-hv-pata_piix-ignore-disks.patch: - Update comments in code and reduce patch size + Update comments in code and reduce patch size - commit 8913d07 ------------------------------------------------------------------- @@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de ------------------------------------------------------------------- Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com --Update to 3.1-rc10. +- -Update to 3.1-rc10. - commit 239957e ------------------------------------------------------------------- @@ -2522,11 +2930,11 @@ Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de - Various updates for hv drivers, which fix also the hv_mouse driver - staging: hv: storvsc: ignore SET_WINDOWN scsi command - (bnc#722646). + (bnc#722646). - staging/hv: advertise hv_storvsc instead of storvsc as sysfs - driver name (bnc#716708). + driver name (bnc#716708). - staging/hv: fill scsi/proc_name for the sake of mkinitrd - (bnc#716708). + (bnc#716708). - Staging: hv: util: Invoke cn_netlink_send() in a work context. - Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. - Refresh patches.xen/xen3-patch-2.6.32. @@ -2560,7 +2968,7 @@ Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com - patches.suse/supported-flag: Also look for Module.supported in the - source tree. + source tree. - Refresh patches.suse/supported-flag-enterprise. - commit 9c8680a @@ -2594,15 +3002,15 @@ Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - commit e3c78cf ------------------------------------------------------------------- @@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de - Refresh patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. --> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. + -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. - commit 0ac4276 ------------------------------------------------------------------- @@ -2647,9 +3055,9 @@ Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de - ACPI: Implement overriding of arbitrary ACPI tables via initrd - (none). + (none). - ACPICA: Fix wrongly mapped acpi table header when overriding - via initrd (none). + via initrd (none). - ACPICA: Introduce acpi_os_phys_table_override function (none). - x86: allow NVS can be accessed by driver (none). - Update config files: @@ -2667,7 +3075,7 @@ Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix unwinding through - interrupt frames, requiring ... + interrupt frames, requiring ... - patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression. - commit 4d917a5 @@ -2706,7 +3114,7 @@ Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com - mm: frontswap: swap data structure changes. - In HVM guests do not take over the CDROM device (bnc#645893). - x86: report ACPI-reserved state of PCI MMCONFIG region to - hypervisor. + hypervisor. - config.conf: Re-enable Xen flavors. - Update config files. - commit 3692f47 @@ -2746,33 +3154,33 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: util: kvp: Fix the reported OSVersion string. - Staging: hv: util: kvp: Cleanup kvp_get_domain_name(). - Staging: hv: Fix macros, tab errors and warning in - drivers/staging/hv/hv_mouse.c. + drivers/staging/hv/hv_mouse.c. - Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get - rid of the PCI signature. + rid of the PCI signature. - Staging: hv: Replace struct hv_guid with the uuid type already - defined in Linux. + defined in Linux. - Staging: hv: vmbus: Introduce vmbus ID space in struct - hv_driver. + hv_driver. - Staging: hv: blkvsc: Use the newly introduced vmbus ID in the - blockvsc driver. + blockvsc driver. - Staging: hv: storvsc: Use the newly introduced vmbus ID in - storvsc driver. + storvsc driver. - Staging: hv: netvsc: Use the newly introduced vmbus ID in - netvsc driver. + netvsc driver. - Staging: hv: mousevsc: Use the newly introduced vmbus ID in - mouse driver. + mouse driver. - Staging: hv: util: Make hv_utils a vmbus device driver. - Staging: hv: create VMBUS_DEVICE macro and use it. - Staging: hv: vmbus: Cleanup vmbus_match(). - Staging: hv: vmbus: Cleanup vmbus_uevent() code. - Staging: hv: vmbus: Support the notion of id tables in - vmbus_match(). + vmbus_match(). - Staging: hv: vmbus: Get rid of an unnecessary include line - in vmbus_drv.c. + in vmbus_drv.c. - Staging: hv: storvsc: Get rid of the DMI signature. - Staging: hv: netvsc: Get rid of the PCI signature. - Staging: hv: netvsc: Get rid of the DMI signature in - netvsc_drv.c. + netvsc_drv.c. - Staging: hv: util: Get rid of the DMI signature in hv_util.c. - Staging: hv: util: Get rid of the PCI signature in hv_util.c. - Staging: hv: fix up driver registering mess. @@ -2780,59 +3188,59 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: vmbus: Cleanup unnecessary comments in hv.c. - Staging: hv: vmbus: Cleanup error handling in hv_init(). - Staging: hv: vmbus: Get rid of unnecessay comments in - connection.c. + connection.c. - Staging: hv: vmbus: Get rid of the function dump_gpadl_body(). - Staging: hv: vmbus: Get rid of the function dump_gpadl_header(). - Staging: hv: vmbus: Rename openMsg to open_msg in channel.c. - Staging: hv: vmbus: Get rid of unnecessary comments in - channel.c. + channel.c. - Staging: hv: vmbus: Change the variable name openInfo to - open_info in channel.c. + open_info in channel.c. - Staging: hv: vmbus: Cleanup error values in ringbuffer.c. - Staging: hv: vmbus: Cleanup the error return value in - vmbus_recvpacket_raw(). + vmbus_recvpacket_raw(). - Staging: hv: netvsc: Get rid of an unnecessary print statement - in netvsc_probe(). + in netvsc_probe(). - Staging: hv: vmbus: Retry vmbus_post_msg() before giving up. - Staging: hv: storvsc: Cleanup error handling in - storvsc_dev_add(). + storvsc_dev_add(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_channel_init(). + storvsc_channel_init(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_connect_to_vsp(). + storvsc_connect_to_vsp(). - Staging: hv: storvsc: Cleanup error handling in storvsc_do_io(). - Storage: hv: storvsc: Get rid of some unnecessary DPRINTs - from storvsc.c. + from storvsc.c. - Staging: hv: storvsc: Fix/cleanup some dated comments in - storvsc.c. + storvsc.c. - Staging: hv: storvsc: Cleanup returned error code in - storvsc_host_reset(). + storvsc_host_reset(). - Staging: hv: storvsc: Cleanup error code returned in - storvsc_probe(). + storvsc_probe(). - Staging: hv: storvsc: Cleanup returned error code in - storvsc_drv_init(). + storvsc_drv_init(). - Staging: hv: netvsc: Cleanup the returned error code in - netvsc_probe(). + netvsc_probe(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_destroy_recv_buf(). + netvsc_destroy_recv_buf(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_init_recv_buf(). + netvsc_init_recv_buf(). - Staging: hv: netvsc: Cleanup error returns in - netvsc_connect_vsp(). + netvsc_connect_vsp(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_send(). + netvsc_send(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_device_add(). + netvsc_device_add(). - Staging: hv: netvsc: Cleanup error codes in - rndis_filter_receive(). + rndis_filter_receive(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_query_device(). + rndis_filter_query_device(). - Staging: hv: netvsc: Cleanup error return values in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - Staging: hv: netvsc: Cleanup error returns in - rndis_filter_init_device(). + rndis_filter_init_device(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_device_add(). + rndis_filter_device_add(). - Staging: hv: mouse: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Exit to exit. @@ -2845,72 +3253,72 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: add driver_data to hv_vmbus_device_id. - Staging: hv: Add code to parse struct hv_vmbus_device_id table. - Staging: hv: file2alias: fix up alias creation logic for - hv_vmbus_device_id. + hv_vmbus_device_id. - Staging: hv: storvsc: Inline free_stor_device(). - Staging: hv: storvsc: Do not aquire an unnecessary reference - on stor_device. + on stor_device. - Staging: hv: storvsc: Rename must_get_stor_device(). - Staging: hv: storvsc: Rename get_stor_device(). - Staging: hv: storvsc: Cleanup alloc_stor_device(). - Staging: hv: storvsc: Introduce state to manage the lifecycle - of stor device. + of stor device. - Staging: hv: storvsc: Prevent outgoing traffic when stor dev - is being destroyed. + is being destroyed. - Staging: hv: storvsc: Get rid of release_stor_device() by - inlining the code. + inlining the code. - Staging: hv: storvsc: Get rid of final_release_stor_device() - by inlining code. + by inlining code. - Staging: hv: storvsc: Get rid of the reference counting in - struct storvsc_device. + struct storvsc_device. - Staging: hv: netvsc: Inline the code for free_net_device(). - Staging: hv: netvsc: Cleanup alloc_net_device(). - Staging: hv: netvsc: Introduce state to manage the lifecycle - of net device. + of net device. - Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev - is destroyed. + is destroyed. - Staging: hv: netvsc: Get rid of release_outbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of release_inbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of the refcnt field in struct - netvsc_device. + netvsc_device. - Staging: hv: storvsc: Add code to handle IDE devices using - the storvsc driver. + the storvsc driver. - Staging: hv: storvsc: Handle IDE devices using the storvsc - driver. + driver. - Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is - not used. + not used. - Staging: hv: storvsc: Optimize bounce buffer handling for the - "write" case. + "write" case. - Staging: hv: storvsc: Optimize the bounce buffer handling in - the "read" case. + the "read" case. - Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of storvsc.c. + contents of storvsc.c. - Staging: hv: storvsc: Add the contents of hyperv_storage.h - to storvsc_drv.c. + to storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of hyperv_storage.h. + contents of hyperv_storage.h. - Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY - and MODE_SENSE. + and MODE_SENSE. - Staging: hv: storvsc: Fix a typo. - Staging: hv: storvsc: In case of scsi errors offline the device. - Staging: hv: storvsc: No need to copy from bounce buffer in - case of a failure. + case of a failure. - Staging: hv: util: Forcefully shutdown when shutdown is - requested. + requested. - Staging: hv: util: Adjust guest time in a process context. - Staging: hv: vmbus: Check before invoking the channel callback. - Staging: hv: vmbus: Properly deal with de-registering channel - callback. + callback. - Staging: hv: Fix a bug in vmbus_match(). - Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining - the code. + the code. - Staging: hv: vmbus: Do not enable auto eoi. - Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add(). - Staging: hv: vmbus: Get rid of some dated/redundant comments. - Staging: hv: vmbus: Get rid of an unnecessary check in - vmbus_connect(). + vmbus_connect(). - Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c. - Staging: hv: vmbus: Fix checkpatch warnings in connection.c. - Staging: hv: mousevsc: Fix checkpatch errors and warnings. @@ -2983,16 +3391,16 @@ Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com - Refreshed and re-enabled dm-path patches: - - patches.suse/dm-mpath-accept-failed-paths. - - patches.suse/dm-mpath-detach-existing-hardware-handler. + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. - commit 70cadcd ------------------------------------------------------------------- Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com - Update to 3.1-rc3. - - Eliminated 8 patches. - - Xen is disabled. + - Eliminated 8 patches. + - Xen is disabled. - commit eccefcc ------------------------------------------------------------------- @@ -3000,8 +3408,8 @@ Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de - * Refresh patches.suse/SUSE-bootsplash. * Fix bootsplash code for 15bpp framebuffers. - These framebuffers are rare these days, the legendary and still - popular server chipset Radeon ES1000 supports it, though. + These framebuffers are rare these days, the legendary and still + popular server chipset Radeon ES1000 supports it, though. - commit f25ce3e ------------------------------------------------------------------- @@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de - Update config files: bnc#674988, change: --CONFIG_ACPI_CUSTOM_METHOD=m + -CONFIG_ACPI_CUSTOM_METHOD=m +# CONFIG_ACPI_CUSTOM_METHOD is not set for all flavors - commit f1af972 @@ -3115,10 +3523,10 @@ Thu Jul 14 17:52:45 CEST 2011 - tiwai@suse.de Thu Jul 14 17:26:51 CEST 2011 - tiwai@suse.de - ALSA: hda - Add Kconfig for the default buffer size - (bnc#682725). + (bnc#682725). - Update config files. - Delete, replaced with the new upstream patch - patches.drivers/alsa-hda-0019-Increase-default-buffer-size. + patches.drivers/alsa-hda-0019-Increase-default-buffer-size. - commit 40c7644 ------------------------------------------------------------------- @@ -3140,7 +3548,7 @@ Sat Jul 9 11:17:46 CEST 2011 - jslaby@suse.cz Thu Jul 7 00:58:01 CEST 2011 - jeffm@suse.com - Update to 3.0-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 56e99da ------------------------------------------------------------------- @@ -3149,7 +3557,7 @@ Tue Jul 5 09:18:43 CEST 2011 - jbeulich@novell.com - Update Xen patches to 3.0-rc5 and c/s 1095. - xen: prepare tmem shim to handle frontswap. - support booting Xen from EFI (fate#311376, fate#311529, - bnc#578927, bnc#628554). + bnc#578927, bnc#628554). - config.conf: Re-enabled Xen flavors. - Update x86 config files. - Delete patches.xen/xen-blkback-bimodal-suse. @@ -3196,31 +3604,31 @@ Tue Jun 21 12:14:44 CEST 2011 - mmarek@suse.cz Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz - rpm/post.sh: Touch /boot/do_purge_kernels on package install - (fate#312018). + (fate#312018). - rpm/postun.sh: Remove it again if it still exists on package - uninstall. + uninstall. - commit 82f4a5d ------------------------------------------------------------------- Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de - stop_machine: implement stop_machine_from_offline_cpu() - (bnc#697859). + (bnc#697859). - stop_machine: kill __stop_machine() (bnc#697859). - x86, mtrr: lock stop machine during MTRR rendezvous sequence - (bnc#697859). + (bnc#697859). - stop_machine: reorganize stop_cpus() implementation - (bnc#697859). + (bnc#697859). - x86, mtrr: use __stop_machine() for doing MTRR rendezvous - (bnc#697859). + (bnc#697859). - commit aa3d6e2 ------------------------------------------------------------------- Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz - Remove the novfs patches, it should be packaged as a KMP, or - ideally, reimplemented as a fuse filesystem (which is the reason why - the current implementation it is never going to be accepted upstream). + ideally, reimplemented as a fuse filesystem (which is the reason why + the current implementation it is never going to be accepted upstream). - Delete patches.fixes/novfs-copy_user-fixes.diff. - Delete patches.fixes/novfs-minsize-fixes. - Delete patches.fixes/novfs-nwcapi.patch. @@ -3275,7 +3683,7 @@ Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz Wed Jun 15 08:05:05 CEST 2011 - jeffm@suse.com - Update to 3.0-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit a1fe999 ------------------------------------------------------------------- @@ -3343,9 +3751,9 @@ Mon Jun 13 14:06:28 CEST 2011 - mmarek@suse.cz the SRCVERSION variable will only be used to determine the tarball version. - rpm/compute-PATCHVERSION.sh: Set default PATCHLEVEL and SUBLEVEL to 0. - The package version will thus always match the Makefile version and - the SRCVERSION variable will only be used to determine the tarball - version. + The package version will thus always match the Makefile version and + the SRCVERSION variable will only be used to determine the tarball + version. - rpm/kernel-binary.spec.in: Revert the previous hack. - commit 95c9977 @@ -3368,9 +3776,9 @@ Fri Jun 10 20:24:41 CEST 2011 - jeffm@suse.com Fri Jun 10 17:12:22 CEST 2011 - jeffm@suse.com - x86: Remove warning and warning_symbol from struct - stacktrace_ops. + stacktrace_ops. - Delete - patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. + patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. - commit 608ce9e ------------------------------------------------------------------- @@ -3462,13 +3870,13 @@ Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - commit 83331f5 ------------------------------------------------------------------- @@ -3489,14 +3897,14 @@ Tue May 31 05:09:44 CEST 2011 - jeffm@suse.com Tue May 31 05:08:21 CEST 2011 - jeffm@suse.com - Updated to 3.0-rc1. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit 5710413 ------------------------------------------------------------------- Mon May 30 15:54:37 CEST 2011 - jack@suse.cz - mm: Fix assertion mapping->nrpages == 0 in end_writeback() - (bnc#693013 bnc#666423). + (bnc#693013 bnc#666423). - Refresh patches.xen/tmem. - commit d3e465a @@ -3504,9 +3912,9 @@ Mon May 30 15:54:37 CEST 2011 - jack@suse.cz Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. + patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. - aic94xx: world-writable sysfs update_bios file. - Update upstream info. + Update upstream info. - commit 8912816 ------------------------------------------------------------------- @@ -3567,7 +3975,7 @@ Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc7. - - Eliminated 5 patches. + - Eliminated 5 patches. - commit a8a170f ------------------------------------------------------------------- @@ -3580,16 +3988,16 @@ Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz - Delete - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 - commit 7934e2d ------------------------------------------------------------------- Thu May 12 11:56:16 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - Note about submission. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + Note about submission. - commit 9922e20 ------------------------------------------------------------------- @@ -3602,15 +4010,15 @@ Tue May 10 19:10:18 CEST 2011 - mhocko@suse.cz Tue May 10 16:14:44 CEST 2011 - mhocko@suse.cz - patches.fixes/aggressive-zone-reclaim.patch: delete because - the patch is very workload specific and can lead to unexpected - reclaims in parallel node local workloads. + the patch is very workload specific and can lead to unexpected + reclaims in parallel node local workloads. - commit 56cf10e ------------------------------------------------------------------- Tue May 10 16:04:27 CEST 2011 - mhocko@suse.cz - Delete patches.suse/mm-devzero-optimisation.patch: we do not need - it anymore as we have zero page back since 2.6.32 + it anymore as we have zero page back since 2.6.32 - commit 323a093 ------------------------------------------------------------------- @@ -3629,64 +4037,64 @@ Mon May 9 14:32:59 CEST 2011 - jbeulich@novell.com Mon May 9 11:32:35 CEST 2011 - jbeulich@novell.com - patches.suse/kconfig-automate-kernel-desktop: Remove stray blank - lines (for older versions of "patch" to grok). + lines (for older versions of "patch" to grok). - commit 4dfa74d ------------------------------------------------------------------- Sat May 7 01:50:06 CEST 2011 - jeffm@suse.com - Removed network driver entropy patches. haveged is installed by default - and should be enabled to generate entropy from non-predictable sources. - - Delete patches.drivers/bnx2-entropy-source.patch. - - Delete patches.drivers/e1000-entropy-source.patch. - - Delete patches.drivers/e1000e-entropy-source.patch. - - Delete patches.drivers/igb-entropy-source.patch. - - Delete patches.drivers/ixgbe-entropy-source.patch. - - Delete patches.drivers/tg3-entropy-source.patch. + and should be enabled to generate entropy from non-predictable sources. + - Delete patches.drivers/bnx2-entropy-source.patch. + - Delete patches.drivers/e1000-entropy-source.patch. + - Delete patches.drivers/e1000e-entropy-source.patch. + - Delete patches.drivers/igb-entropy-source.patch. + - Delete patches.drivers/ixgbe-entropy-source.patch. + - Delete patches.drivers/tg3-entropy-source.patch. - commit c88b893 ------------------------------------------------------------------- Fri May 6 19:36:47 CEST 2011 - jeffm@suse.com - Update - patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack - (bnc#466279 bnc#681639). + patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack + (bnc#466279 bnc#681639). - commit 72e779f ------------------------------------------------------------------- Fri May 6 19:31:10 CEST 2011 - jeffm@suse.com - Disabled patches.drivers/libata-unlock-hpa-by-default; It may have - been obsoleted by upstream commit d8d9129e. + been obsoleted by upstream commit d8d9129e. - commit 1a21ab3 ------------------------------------------------------------------- Fri May 6 18:51:20 CEST 2011 - jeffm@suse.com - sysctl: Increase IPC defaults (bnc#146656) - - Delete patches.suse/shmall-bigger. + - Delete patches.suse/shmall-bigger. - commit a70e34f ------------------------------------------------------------------- Fri May 6 17:50:56 CEST 2011 - jeffm@suse.com - sysctl/i386/desktop, sysctl/x86_64/desktop: Add vm.dirty_ratio = 20 - for desktop flavors (bnc#552883) - - Delete patches.suse/mm-tune-dirty-limits.patch. + for desktop flavors (bnc#552883) + - Delete patches.suse/mm-tune-dirty-limits.patch. - commit dbe73e2 ------------------------------------------------------------------- Fri May 6 17:25:45 CEST 2011 - jeffm@suse.com - sysctl/defaults: Added kernel.hung_task_timeout=0 - - Delete patches.suse/hung_task_timeout-configurable-default. + - Delete patches.suse/hung_task_timeout-configurable-default. - commit 78f9eed ------------------------------------------------------------------- Fri May 6 16:41:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-{binary,source}.spec.in: Install per-kernel /boot/sysctl-* - files (patch from Jeff Mahoney). + files (patch from Jeff Mahoney). - commit 473f2d1 ------------------------------------------------------------------- @@ -3699,7 +4107,7 @@ Thu May 5 22:35:53 CEST 2011 - jeffm@suse.com Thu May 5 22:23:21 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc6. - - 2 patches eliminated. + - 2 patches eliminated. - commit 2643e59 ------------------------------------------------------------------- @@ -3713,9 +4121,9 @@ Tue May 3 03:08:18 CEST 2011 - tonyj@suse.de Fri Apr 29 20:35:21 CEST 2011 - jeffm@suse.com - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - commit 52dd0f0 ------------------------------------------------------------------- @@ -3737,7 +4145,7 @@ Fri Apr 29 00:36:03 CEST 2011 - gregkh@suse.de - Delete patches.suse/linux-2.6.29-dont-wait-for-mouse.patch. - Delete patches.suse/linux-2.6.29-even-faster-kms.patch. - Delete - patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. + patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. - Delete patches.suse/linux-2.6.29-kms-after-sata.patch. - Delete patches.suse/linux-2.6.29-touchkit.patch. - commit c13427d @@ -3752,22 +4160,22 @@ Fri Apr 29 00:17:46 CEST 2011 - jbenc@suse.cz Thu Apr 28 23:32:44 CEST 2011 - rjw@suse.de - Delete patches.xen/xen3-x86-mcp51-no-dac. - Also remove the series.conf entires for the x86-mcp-no-dac patches. + Also remove the series.conf entires for the x86-mcp-no-dac patches. - commit 574577b ------------------------------------------------------------------- Thu Apr 28 23:16:27 CEST 2011 - rjw@suse.de - Delete patches.arch/x86-mcp51-no-dac. (This is a blacklist entry that - has been rejected by the mainline, the problem reporter is gone and - it's next to impossible to verify it now.) + has been rejected by the mainline, the problem reporter is gone and + it's next to impossible to verify it now.) - commit 195b113 ------------------------------------------------------------------- Thu Apr 28 21:38:22 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - commit a2662ae ------------------------------------------------------------------- @@ -3782,14 +4190,14 @@ Thu Apr 28 20:56:33 CEST 2011 - jslaby@suse.cz Thu Apr 28 20:30:56 CEST 2011 - bphilips@suse.de - Delete - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. + patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. - commit 9917206 ------------------------------------------------------------------- Thu Apr 28 20:19:59 CEST 2011 - bphilips@suse.de - Delete - patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. + patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. - commit 08374b3 ------------------------------------------------------------------- @@ -3822,7 +4230,7 @@ Thu Apr 28 14:18:12 CEST 2011 - jbeulich@novell.com Wed Apr 27 22:20:02 CEST 2011 - jeffm@suse.com - Delete - patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. + patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. - commit 399a100 ------------------------------------------------------------------- @@ -3884,10 +4292,10 @@ Wed Apr 27 21:34:13 CEST 2011 - jeffm@suse.com - Delete patches.suse/acpi-don-t-preempt-until-the-system-is-up. - Delete - patches.suse/acpi-generic-initramfs-table-override-support. + patches.suse/acpi-generic-initramfs-table-override-support. - Delete patches.suse/add-initramfs-file_read_write. - Delete - patches.suse/init-move-populate_rootfs-back-to-start_kernel. + patches.suse/init-move-populate_rootfs-back-to-start_kernel. - commit d4910b3 ------------------------------------------------------------------- @@ -3901,14 +4309,14 @@ Wed Apr 27 21:29:24 CEST 2011 - jeffm@suse.com Wed Apr 27 21:11:59 CEST 2011 - jeffm@suse.com - Delete patches.suse/osync-error. It was unused and the issue it fixed in - kernels prior to 2.6.32 doesn't exist anymore. + kernels prior to 2.6.32 doesn't exist anymore. - commit 52cc654 ------------------------------------------------------------------- Wed Apr 27 20:48:55 CEST 2011 - jeffm@suse.com - Delete patches.suse/s390-System.map.diff: Proper fix in binutils has - long since been upstream. + long since been upstream. - commit 2847a36 ------------------------------------------------------------------- @@ -3941,7 +4349,7 @@ Wed Apr 27 20:18:37 CEST 2011 - jeffm@suse.com Wed Apr 27 20:16:52 CEST 2011 - jeffm@suse.com - Delete patches.suse/unmap_vmas-lat: No bug report or signed-off-by. - - Delete patches.arch/s390-add-FREE_PTE_NR. + - Delete patches.arch/s390-add-FREE_PTE_NR. - commit 2a392c2 ------------------------------------------------------------------- @@ -3954,7 +4362,7 @@ Wed Apr 27 20:16:00 CEST 2011 - jeffm@suse.com Wed Apr 27 20:15:02 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc5. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5288a05 ------------------------------------------------------------------- @@ -3974,7 +4382,7 @@ Wed Apr 27 19:43:47 CEST 2011 - jeffm@suse.com Tue Apr 26 11:03:18 CEST 2011 - jkosina@suse.cz - HID: add noget quirk barcode scanners from Symbol Technologies - (bnc#689290). + (bnc#689290). - commit f5b999f ------------------------------------------------------------------- @@ -3987,7 +4395,7 @@ Fri Apr 22 00:01:41 CEST 2011 - jeffm@suse.com Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz - Revert changes to sparc configs to not make life harder for Jan Engelhardt - maintaining sparc architecture. + maintaining sparc architecture. - commit cdac873 ------------------------------------------------------------------- @@ -4006,7 +4414,7 @@ Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 3f654c8 ------------------------------------------------------------------- @@ -4019,15 +4427,15 @@ Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de - Combined and consolidated bootsplash patch (bnc#669777, - bnc#570082, bnc#595657, bnc#594209, bnc#544645). - - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. - - Delete patches.suse/bootsplash. - - Delete patches.suse/bootsplash-console-fix. - - Delete patches.suse/bootsplash-keep-multiple-data. - - Delete patches.suse/bootsplash-scaler. - - Reformatted code, fixed some minor bugs that became obvious. - - Fixed race that led to null pointer dereference in splash_read_proc(): - bnc#669777. + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. - commit 95844c5 ------------------------------------------------------------------- @@ -4040,7 +4448,7 @@ Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de - intel_idle: Make lapic_timer_reliable_states a boot param - (bnc#675161). + (bnc#675161). - commit 85b156b ------------------------------------------------------------------- @@ -4054,7 +4462,7 @@ Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - - This results in automatically disabling CONFIG_GIGASET_I4L. + - This results in automatically disabling CONFIG_GIGASET_I4L. - commit 697e68b ------------------------------------------------------------------- @@ -4074,7 +4482,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com - Update Xen patches to 2.6.39-rc3 and c/s 1079. - blktap2: replace hard-coded limit of tap devices with - configurable one. + configurable one. - config.conf: Re-enable Xen configs. - Update x86 config files. - commit d3bfd6c @@ -4083,7 +4491,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com - fs/partitions/efi.c: corrupted GUID partition tables can cause - kernel oops (bnc#687113 CVE-2011-1577). + kernel oops (bnc#687113 CVE-2011-1577). - commit 385b393 ------------------------------------------------------------------- @@ -4128,7 +4536,7 @@ Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 200c913 ------------------------------------------------------------------- @@ -4153,29 +4561,29 @@ Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc2. - - Eliminated 18 patches. - - Added 3 patches. - - hv_mouse: needs . - - dm-raid45: Remove blk_unplug calls. - - novfs: 2.6.39 API update. - - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. - - patches.kernel.org is no longer used to contain upstream patches - for -rc releases. Users planning on building their own kernel should - have a copy of the tarball corresponding to the -rc releases. + - Eliminated 18 patches. + - Added 3 patches. + - hv_mouse: needs . + - dm-raid45: Remove blk_unplug calls. + - novfs: 2.6.39 API update. + - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. + - patches.kernel.org is no longer used to contain upstream patches + for -rc releases. Users planning on building their own kernel should + have a copy of the tarball corresponding to the -rc releases. - commit adf9d16 ------------------------------------------------------------------- Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de - Make selection of 'readdir-plus' adapt to usage patterns - (bnc#678123). + (bnc#678123). - commit 5de99a8 ------------------------------------------------------------------- Wed Apr 6 09:01:38 CEST 2011 - jeffm@suse.de - reiserfs: Force inode evictions before umount to avoid crash - (bnc#610598 bnc#680073 bnc#684112). + (bnc#610598 bnc#680073 bnc#684112). - Delete patches.fixes/reiserfs-xattr-crash-fix. - commit bf57d20 @@ -4189,21 +4597,21 @@ Tue Apr 5 10:42:22 CEST 2011 - jslaby@suse.cz Wed Mar 30 23:50:41 CEST 2011 - jeffm@suse.com - Delete patches.suse/twofish-2.6. - - This was for 2.4 compatibility and has been moved to KMP purgatory. + - This was for 2.4 compatibility and has been moved to KMP purgatory. - commit dcca506 ------------------------------------------------------------------- Wed Mar 30 10:32:32 CEST 2011 - jslaby@suse.cz - Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo - (bnc#681826). + (bnc#681826). - commit 2e71042 ------------------------------------------------------------------- Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de - Update config files, remove CONFIG_X86_MCE_XEON75XX=m - ->driver got reverted with previous commit + ->driver got reverted with previous commit - Refresh patches.xen/xen3-auto-arch-x86.diff. - commit b367e7b @@ -4215,18 +4623,18 @@ Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de APEI implementation should take care of that in recent kernels. - Delete patches.arch/x86_mce_intel_decode_physical_address.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. + patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. - commit 1fe7a22 ------------------------------------------------------------------- Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not install unneeded packages in the - build chroot. + build chroot. - commit 7f4c49d ------------------------------------------------------------------- @@ -4246,7 +4654,7 @@ Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz - Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing - the signal code (bnc#681826 CVE-2011-1020). + the signal code (bnc#681826 CVE-2011-1020). - commit 2e42fd4 ------------------------------------------------------------------- @@ -4255,7 +4663,7 @@ Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de - sound/oss/opl3: validate voice and channel indexes (bnc#681999). - sound/oss: remove offset from load_patch callbacks (bnc#681999). - ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl - (bnc#680816). + (bnc#680816). - commit 09ff6e9 ------------------------------------------------------------------- @@ -4268,7 +4676,7 @@ Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz - HID: add support for Skycable 0x3f07 wireless presenter - (bnc#681297). + (bnc#681297). - commit 892e8d4 ------------------------------------------------------------------- @@ -4299,12 +4707,12 @@ Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de - netvm: Do not mark requests for swapfile writes as dirty or - kswapd fails to free the page (bnc#678472). + kswapd fails to free the page (bnc#678472). - nfs: Use page_file_offset during page writeback (bnc#677738). - nfs: Convert nfs_mark_request_dirty() to use page_file_mapping() - (bnc#677738). + (bnc#677738). - netvm: Remove duplicated initialization in net/ipv4/route.c - (bnc#678970). + (bnc#678970). - collapse: mm: Report the low watermark correctly (bnc#678497). - commit a798dd1 @@ -4318,7 +4726,7 @@ Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com - Linux: 2.6.38-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 7da557d ------------------------------------------------------------------- @@ -4343,38 +4751,38 @@ Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc7. - - Refresh patches.xen/xen-x86-no-lapic. - - Refresh patches.xen/xen3-patch-2.6.19. + - Refresh patches.xen/xen-x86-no-lapic. + - Refresh patches.xen/xen3-patch-2.6.19. - commit 7eb9d30 ------------------------------------------------------------------- Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - commit 88d5daa ------------------------------------------------------------------- Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in - yesterday's change. + yesterday's change. - commit 098768b ------------------------------------------------------------------- Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Add annotations to - lib/rwsem_64.S. + lib/rwsem_64.S. - commit 87944ac ------------------------------------------------------------------- Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de - ALSA: usb-audio: fix oops due to cleanup race when disconnecting - (bnc#674735). + (bnc#674735). - commit ed81f8c ------------------------------------------------------------------- @@ -4387,7 +4795,7 @@ Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com - Update to 2.6.38-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 6cce7bb ------------------------------------------------------------------- @@ -4400,7 +4808,7 @@ Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de - ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499, - CVE-2011-0712). + CVE-2011-0712). - commit 5ef002b ------------------------------------------------------------------- @@ -4419,22 +4827,22 @@ Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de - Update config files. - - disable CONFIG_DRM_VMWGFX (bnc#606458) - - update sparc configs to at least be able to run "make oldconfig" + - disable CONFIG_DRM_VMWGFX (bnc#606458) + - update sparc configs to at least be able to run "make oldconfig" - commit da75bd9 ------------------------------------------------------------------- Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Re-add change lost during - initial 2.6.37 merge. + initial 2.6.37 merge. - commit e493205 ------------------------------------------------------------------- Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz - Move spec file templates and helper scripts to a separate branch, to - ease synchronizing these files among master, vanilla and linux-next. + ease synchronizing these files among master, vanilla and linux-next. - commit 411abb8 ------------------------------------------------------------------- @@ -4454,7 +4862,7 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code - was merged into rpm's find-supplements script. + was merged into rpm's find-supplements script. - Delete rpm/check-build.sh, not needed anymore. - commit 0a157b1 @@ -4462,43 +4870,43 @@ Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com - flexcop: fix registering braindead stupid names (brc#575873 - bnc#661429). + bnc#661429). - commit 72bd3d0 ------------------------------------------------------------------- Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de - Staging: samsung-laptop: add support for lots of laptops - (bnc#661682). + (bnc#661682). - commit 1eb5eaa ------------------------------------------------------------------- Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Set timestamp of sources to the commit - timestamp, so that they are always older than generated files in - /usr/src/linux-obj (bnc#669669). + timestamp, so that they are always older than generated files in + /usr/src/linux-obj (bnc#669669). - commit 8565452 ------------------------------------------------------------------- Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to - keep timestamps intact. + keep timestamps intact. - commit 9ba5ff0 ------------------------------------------------------------------- Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Remove .gitignore files after applying patches - (fix last change). + (fix last change). - commit 907f9cc ------------------------------------------------------------------- Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit c327e0a ------------------------------------------------------------------- @@ -4546,8 +4954,8 @@ Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition - of %release_major and rename it to %release_num to better describe - what it does. Add some comments to explain how the versioning works. + of %release_major and rename it to %release_num to better describe + what it does. Add some comments to explain how the versioning works. - commit 9a3bc94 ------------------------------------------------------------------- @@ -4566,14 +4974,14 @@ Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit b6b51ca ------------------------------------------------------------------- Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de - ALSA: hda - Fix memory leaks in conexant jack arrays - (bnc#668929). + (bnc#668929). - commit 31971a4 ------------------------------------------------------------------- @@ -4611,8 +5019,8 @@ Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com - Update config files. - - CONFIG_EXPERT=n on all but ps3 - - Vanilla configs updated. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. - commit b25e639 ------------------------------------------------------------------- @@ -4633,7 +5041,7 @@ Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 90baa82 ------------------------------------------------------------------- @@ -4652,30 +5060,30 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc1. - - Removed 12 patches. - - Xen is disabled. - - Quite a few patches need updating. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. - commit 9163bb7 ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff ------------------------------------------------------------------- @@ -4688,7 +5096,7 @@ Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 ------------------------------------------------------------------- @@ -4707,22 +5115,22 @@ Mon Jan 17 20:52:49 CET 2011 - jeffm@suse.com Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz - Revert %kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 ------------------------------------------------------------------- Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 ------------------------------------------------------------------- Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 ------------------------------------------------------------------- @@ -4796,7 +5204,7 @@ Thu Jan 6 20:51:31 CET 2011 - jeffm@suse.com Thu Jan 6 19:48:28 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe ------------------------------------------------------------------- @@ -4815,28 +5223,28 @@ Thu Jan 6 17:09:12 CET 2011 - jeffm@suse.com Thu Jan 6 17:08:44 CET 2011 - jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d ------------------------------------------------------------------- Thu Jan 6 16:10:26 CET 2011 - jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 ------------------------------------------------------------------- @@ -4849,7 +5257,7 @@ Thu Jan 6 15:49:34 CET 2011 - jack@suse.cz Thu Jan 6 13:56:07 CET 2011 - mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 ------------------------------------------------------------------- @@ -4858,7 +5266,7 @@ Thu Jan 6 10:07:22 CET 2011 - mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b @@ -4879,7 +5287,7 @@ Thu Dec 30 00:50:58 CET 2010 - jeffm@suse.com Wed Dec 29 22:23:21 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 ------------------------------------------------------------------- @@ -4904,38 +5312,38 @@ Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c ------------------------------------------------------------------- Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (bnc#655048). + Backport to XEN. - commit 92c0965 ------------------------------------------------------------------- Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz - Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive - decode" (bnc#655048). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 @@ -4950,8 +5358,8 @@ Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz - Delete - patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. - It's unreferenced and wrong. + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. - commit 9e6fc50 ------------------------------------------------------------------- @@ -4988,10 +5396,10 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 @@ -5024,14 +5432,14 @@ Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 ------------------------------------------------------------------- Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 ------------------------------------------------------------------- @@ -5062,7 +5470,7 @@ Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b @@ -5071,12 +5479,12 @@ Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c ------------------------------------------------------------------- @@ -5109,7 +5517,7 @@ Fri Nov 26 15:04:27 CET 2010 - jbeulich@novell.com - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -5133,7 +5541,7 @@ Wed Nov 24 15:49:45 CET 2010 - jeffm@suse.com Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac ------------------------------------------------------------------- @@ -5157,7 +5565,7 @@ Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Wed Nov 17 17:10:32 CET 2010 - jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 ------------------------------------------------------------------- @@ -5176,7 +5584,7 @@ Tue Nov 16 20:08:11 CET 2010 - jeffm@suse.com Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 ------------------------------------------------------------------- @@ -5189,7 +5597,7 @@ Mon Nov 15 21:33:19 CET 2010 - jeffm@suse.com Mon Nov 15 21:30:37 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 ------------------------------------------------------------------- @@ -5208,16 +5616,16 @@ Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz Fri Nov 12 18:37:10 CET 2010 - jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 ------------------------------------------------------------------- Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de - Update config files. (bnc#652954) increase the number of possible and - default uarts for users with multi-port serial cards for the i386 and - x86-64 default configs. + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. - commit 85c87e3 ------------------------------------------------------------------- @@ -5231,20 +5639,20 @@ Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + top down (bnc#651256). - PCI: allocate bus resources from the top down (bnc#651256). - x86/PCI: allocate space from the end of a region, not the - beginning (bnc#651256). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + capabilities (bnc#651256). - x86: allocate space within a region top-down (bnc#651256). - Refresh patches.xen/xen3-patch-2.6.34. - commit 8c68ad1 @@ -5253,21 +5661,21 @@ Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 ------------------------------------------------------------------- Fri Oct 29 13:47:35 CEST 2010 - jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb ------------------------------------------------------------------- Fri Oct 29 01:53:34 CEST 2010 - trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b ------------------------------------------------------------------- @@ -5287,14 +5695,14 @@ Wed Oct 27 14:51:30 CEST 2010 - jslaby@suse.cz Tue Oct 26 21:31:22 CEST 2010 - trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 ------------------------------------------------------------------- Tue Oct 26 13:41:23 CEST 2010 - jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 ------------------------------------------------------------------- @@ -5302,7 +5710,7 @@ Mon Oct 25 12:53:38 CEST 2010 - jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 @@ -5312,7 +5720,7 @@ Mon Oct 25 08:58:15 CEST 2010 - tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda ------------------------------------------------------------------- @@ -5325,7 +5733,7 @@ Fri Oct 22 21:18:25 CEST 2010 - jeffm@suse.de Fri Oct 22 13:32:04 CEST 2010 - jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb ------------------------------------------------------------------- @@ -5340,7 +5748,7 @@ Thu Oct 21 10:11:03 CEST 2010 - sjayaraman@suse.de Mon Oct 18 16:54:57 CEST 2010 - trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf ------------------------------------------------------------------- @@ -5376,7 +5784,7 @@ Mon Oct 11 17:14:51 CEST 2010 - mmarek@suse.cz Mon Oct 11 16:12:29 CEST 2010 - jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 ------------------------------------------------------------------- @@ -5389,7 +5797,7 @@ Fri Oct 8 17:40:50 CEST 2010 - jeffm@suse.de Tue Oct 5 18:02:19 CEST 2010 - jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa ------------------------------------------------------------------- @@ -5402,7 +5810,7 @@ Tue Oct 5 17:19:46 CEST 2010 - jeffm@suse.de Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 @@ -5411,7 +5819,7 @@ Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de Mon Oct 4 16:57:34 CEST 2010 - jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 ------------------------------------------------------------------- @@ -5424,25 +5832,25 @@ Fri Sep 24 13:45:31 CEST 2010 - jbeulich@novell.com Fri Sep 24 13:23:13 CEST 2010 - trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 ------------------------------------------------------------------- Fri Sep 24 13:14:36 CEST 2010 - trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 ------------------------------------------------------------------- @@ -5467,7 +5875,7 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 @@ -5475,7 +5883,7 @@ Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b ------------------------------------------------------------------- @@ -5494,7 +5902,7 @@ Tue Sep 21 14:15:34 CEST 2010 - mmarek@suse.cz Tue Sep 21 13:59:10 CEST 2010 - jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 ------------------------------------------------------------------- @@ -5502,8 +5910,8 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f @@ -5512,14 +5920,14 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de Mon Sep 20 16:03:14 CEST 2010 - sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b ------------------------------------------------------------------- Mon Sep 20 15:25:41 CEST 2010 - jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 ------------------------------------------------------------------- @@ -5532,25 +5940,25 @@ Sun Sep 19 17:39:03 CEST 2010 - jeffm@suse.com Fri Sep 17 01:05:47 CEST 2010 - jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 ------------------------------------------------------------------- Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de - x86-64, compat: Test %rax for the syscall number, not %eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 ------------------------------------------------------------------- Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac ------------------------------------------------------------------- @@ -5563,21 +5971,21 @@ Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 ------------------------------------------------------------------- Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 ------------------------------------------------------------------- Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 ------------------------------------------------------------------- @@ -5592,11 +6000,11 @@ Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -5626,7 +6034,7 @@ Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de 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). + (CVE-2010-2954 bnc#636112). - commit f04e61f ------------------------------------------------------------------- @@ -5648,7 +6056,7 @@ Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 ------------------------------------------------------------------- @@ -5667,28 +6075,28 @@ Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - 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. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + 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. + 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. + the truncate path and causes crashes. - commit e18fc2c ------------------------------------------------------------------- @@ -5743,22 +6151,22 @@ Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de 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. + 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. + 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. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e ------------------------------------------------------------------- @@ -5772,7 +6180,7 @@ Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com 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. + avoid triggering a build service rule error. - commit 124ac26 ------------------------------------------------------------------- @@ -5791,14 +6199,14 @@ Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de 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. + 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 - to grab the BKL + to grab the BKL - commit 1df02ec ------------------------------------------------------------------- @@ -5811,20 +6219,20 @@ Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - 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. + - 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 ------------------------------------------------------------------- @@ -5843,10 +6251,10 @@ Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com 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. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 ------------------------------------------------------------------- @@ -5878,7 +6286,7 @@ Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com 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). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 ------------------------------------------------------------------- @@ -5891,7 +6299,7 @@ Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz 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. + 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 @@ -5901,14 +6309,14 @@ Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de 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). + 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). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 @@ -5917,13 +6325,13 @@ 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. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b @@ -5932,7 +6340,7 @@ Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com 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. + usage from upstream commit 718be4aa. - commit 4ce0b48 ------------------------------------------------------------------- @@ -5963,7 +6371,7 @@ Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 ------------------------------------------------------------------- @@ -5976,7 +6384,7 @@ Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 ------------------------------------------------------------------- @@ -5990,7 +6398,7 @@ 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). + though). - commit 8ed2389 ------------------------------------------------------------------- diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 07768501e..84bd51587 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6 -%define patchversion 3.6.3 +%define srcversion 3.7 +%define patchversion 3.7.0 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-vanilla Summary: The Standard Kernel - without any SUSE patches -Version: 3.6.3 +Version: 3.7.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -91,7 +91,7 @@ Requires(post): distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release # Remove some packages that are installed automatically by the build system, # but are not needed to build the kernel -#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv +#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv %ifarch ia64 # arch/ia64/scripts/unwcheck.py @@ -480,10 +480,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz @@ -891,6 +890,7 @@ Provides: multiversion(kernel) Provides: %name-devel = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel Supplements: packageand(%name:kernel-devel%variant) +PreReq: coreutils %description devel This package contains files necessary for building kernel modules (and diff --git a/kernel-ppc64.changes b/kernel-versatile.changes similarity index 96% rename from kernel-ppc64.changes rename to kernel-versatile.changes index 2887ccaf6..e0d27f80d 100644 --- a/kernel-ppc64.changes +++ b/kernel-versatile.changes @@ -1,3 +1,393 @@ +------------------------------------------------------------------- +Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com + +- ezusb: add dependency to USB. + This prevents build failures by making it depend on the value of CONFIG_USB. + Commit 36e0f0bd did this for architectures other than ARM manually. +- commit b89db5d + +------------------------------------------------------------------- +Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de + +- Drivers: hv: balloon: Fix a memory leak. +- commit 26cdad5 + +------------------------------------------------------------------- +Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com + +- Update to 3.7-final. +- commit 1771a73 + +------------------------------------------------------------------- +Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de + +- Update patch headers for fate314663 and fate314665 changes +- commit 44044f1 + +------------------------------------------------------------------- +Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz + +- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually + ext3 will be removed upstream so let's do the transition. +- commit dadc8ea + +------------------------------------------------------------------- +Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr + +- Update omap2plus (armv7) config: Enable TWL* USB drivers +- commit 28c09f5 + +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + +------------------------------------------------------------------- +Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de + +- fate#314663 hyper-v memory ballooning support +- mm: Export a function to get vm committed memory. +- Drivers: hv: Add Hyper-V balloon driver. +- Drivers: hv: balloon: Fix a bug in the definition of struct + dm_info_msg. +- Update config files. + fate#314665 hyper-v: Update the Vmbus protocol +- Drivers: hv: Implement routines for read side signaling + optimization. +- Drivers: hv: Add state to manage batched reading. +- Drivers: hv: Turn off batched reading for util drivers. +- Drivers: hv: Optimize signaling in the read path. +- Drivers: hv: Optimize the signaling on the write path. +- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask(). +- Drivers: hv: Support handling multiple VMBUS versions. +- Drivers: hv: Update the ring buffer structure to match win8 + functionality. +- Drivers: hv: Extend/modify vmbus_channel_offer_channel for + win7 and beyond. +- Drivers: hv: Save and export negotiated vmbus version. +- Drivers: hv: Change the signature for hv_signal_event(). +- Drivers: hv: Change the signature of vmbus_set_event(). +- Drivers: hv: Move vmbus version definitions to hyperv.h. +- Drivers: hv: Manage signaling state on a per-connection basis. +- Drivers: hv: Cleanup vmbus_set_event() to support win7 and + beyond. +- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID. +- Drivers: hv: Add state to manage incoming channel interrupt + load. +- Drivers: hv: Modify the interrupt handling code to support + win8 and beyond. +- Drivers: hv: Add code to distribute channel interrupt load. +- Drivers: hv: Get rid of the unused global signaling state. +- Drivers: hv: Get rid of unnecessary request for offers. +- Drivers: hv: Manage event tasklets on per-cpu basis. +- Drivers: hv: Handle vmbus interrupts concurrently on all cpus. +- Drivers: hv: Add a check to deal with spurious interrupts. +- Drivers: hv: Enable protocol negotiation with win8 hosts. +- Drivers: hv: Implement flow management on the send side. +- Drivers: hv: Capture the host build information. +- Drivers: hv: Cleanup and consolidate reporting of build/version + info. +- commit 4fccd03 + +------------------------------------------------------------------- +Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc8. +- Delete patches.rpmify/net-fix-build-failure-in-xilinx. +- commit 76b3d92 + +------------------------------------------------------------------- +Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de + +- add splash=black option to bootsplash code, + to keep a black background, useful for remote access to VMs + (bnc#773487) +- commit c060ae1 + +------------------------------------------------------------------- +Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem + (bnc#781327) +- commit 841d864 + +------------------------------------------------------------------- +Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com + +- net: fix build failure in xilinx. +- commit 28be621 + +------------------------------------------------------------------- +Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com + +- Update config files. Enable CONFIG_SMB2 to 'y'. +- commit 25bdfaf + +------------------------------------------------------------------- +Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc6. +- commit daac70a + +------------------------------------------------------------------- +Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz + +- rpm/config.sh: Set projects for ARM +- commit 55bac79 + +------------------------------------------------------------------- +Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related + crash in context switch code). +- commit bb1d12d + +------------------------------------------------------------------- +Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com + +- Update to 3.7-rc5. +- Update Xen patches additionally to c/s 1204: +- commit d5de9cf + +------------------------------------------------------------------- +Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com + +- config: sync x86_64 configs for NR_UARTS + This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and + CONFIG_SERIAL_8250_NR_UARTS to 32. +- commit ddf88e6 + +------------------------------------------------------------------- +Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com + +- Delete patches.arch/s390-remove-kvm-para.patch. +- commit f759e1e + +------------------------------------------------------------------- +Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com + +- config: sync ppc64 configs for LIB80211, NET_SDA_MV* + This commit changes the following options to be modular: + LIB80211 + NET_DSA_MV88E6XXX + NET_DSA_MV88E6060 +- commit caa5a52 + +------------------------------------------------------------------- +Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com + +- config: sync ppc64/debug with ppc64/default + The debug config should be identical to default with the exception of + the debug options. This patch brings ppc64/debug in line with ppc64/default + with the exception of a few things that are modular in debug that should + also be modular in default. +- commit b981fcd + +------------------------------------------------------------------- +Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com + +- config: sync kvm options between ppc64 flavors. +- commit 8a389d5 + +------------------------------------------------------------------- +Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com + +- config: disable HW_RANDOM_AMD on ppc64 + This chip is only on AMD hardware and an old ppc64 eval board. We can skip + it on ppc64. +- commit 03001a4 + +------------------------------------------------------------------- +Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com + +- config: Eliminate unused ppc/ppc64 configs. + The history of the ppc/ppc64 configs is a convoluted one that started + before the kernel source could support multiple machine types with a + single image and before there was a usable 64-bit userspace. + In the subsequent years, the powerpc code has been unified and we've + released a 64-bit powerpc userspace. The "default" and "ppc64" configs + on ppc64 are essentially identical and just waste space. The "ppc64" + config on 32-bit ppc address a long since unnecessary corner case. Users + who still want a 32-bit userspace with a 64-bit kernel can install and + update it themselves using the 64-bit repository like i386/x86_64 users + can do. + This commit can be summarized thusly: + rm config/ppc/ppc64 + rm config/ppc/ps3 (already unused) + mv config/ppc64/ppc64 config/ppc64/default +- commit a9cc3d5 + +------------------------------------------------------------------- +Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr + +- Add kernel-versatile description +- commit 5424cf2 + +------------------------------------------------------------------- +Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr + +- Enable armv5 in arch-symbols +- commit 401de81 + +------------------------------------------------------------------- +Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com + +- config: sync vanilla flavor with default flavor for each platform + The vanilla configs have drifted away from the default configuration + for each platform. This patch brings them back in sync. +- commit 8d4661f + +------------------------------------------------------------------- +Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com + +- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled. +- commit 9907c37 + +------------------------------------------------------------------- +Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com + +- Updated to 3.7-rc4. + Eliminated 1 patch. +- commit 5168053 + +------------------------------------------------------------------- +Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again). +- commit 5feff7e + +------------------------------------------------------------------- +Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com + +- Update Xen patches to 3.7-rc3 and c/s 1202. +- extend base interfaces to support multi-page rings for + frontend/backend communication. +- blkback: allow using multiple page frontend communication ring. +- blkfront: allow using multiple page backend communication ring. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Fix build when disabled. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- config.conf: Re-enable Xen configs. +- Update x86 config files. +- Delete patches.xen/xen3-acpi_override_2_2.patch. +- commit f042386 + +------------------------------------------------------------------- +Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr + +- Add support to armv5 versatile kernel +- commit 99d34f3 + +------------------------------------------------------------------- +Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc3. +- commit 48e5027 + +------------------------------------------------------------------- +Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615) +- commit 2520563 + +------------------------------------------------------------------- +Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de + +- ARM: Update config files: Fix vexpress (default) config +- commit be072b4 + +------------------------------------------------------------------- +Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de + +- Fixup kvm for s390. +- commit 503388b + +------------------------------------------------------------------- +Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi +- commit 336ead7 + +------------------------------------------------------------------- +Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de + +- Revert "disable non-compiling irrelevant I2C module" +- commit d5a21c5 + +------------------------------------------------------------------- +Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de + +- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE. +- commit 8e108ab + +------------------------------------------------------------------- +Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 565b450 + +------------------------------------------------------------------- +Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de + +- Refresh patches.arch/arm-exynos-nosparse.patch. +- commit 55fbf60 + +------------------------------------------------------------------- +Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 118f2f9 + +------------------------------------------------------------------- +Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de + +- ARM: Exynos: Fix MMC driver +- ARM: Exynos: Update configs +- commit 37a1704 + +------------------------------------------------------------------- +Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com + +- config: change CONFIG_USB_EZUSB_FX2 to module +- commit 36e0f0b + +------------------------------------------------------------------- +Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com + +- Actually use kthread_run in crasher.ko. + The previous commit was incomplete. +- commit b8b35ae + +------------------------------------------------------------------- +Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com + +- crasher: use kthread_run() instead of kernel_thread(). + Linux 3.7-rc2 no longer exports kernel_thread on all architectures. +- commit f17d925 + +------------------------------------------------------------------- +Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com + +- Updated to 3.7-rc2. +- commit e00a663 + ------------------------------------------------------------------- Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de @@ -14,7 +404,7 @@ Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz - Refresh patches.xen/xen3-patch-3.6. - Delete patches.fixes/hv-storvsc-reset-wait.patch. - Delete - patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. + patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. - commit cfee26b ------------------------------------------------------------------- @@ -36,19 +426,19 @@ Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de and proper git-xy: meta tags: - lib: Add early cpio decoder. - x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() - for e820 handling. + for e820 handling. - ACPI: Store valid ACPI tables passed via early initrd in - reserved memblock areas. + reserved memblock areas. - ACPI: Implement physical address table override. - ACPI: Create acpi_table_taint() function to avoid code - duplication. + duplication. - ACPI: Document ACPI table overriding via initrd. - ACPI: Fix build when disabled. - X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. - ACPI: Overriding ACPI tables via initrd only works with - an initrd. + an initrd. - ACPI: Cleanup acpi_initrd_override declaration and remove - ifdefs. + ifdefs. - Delete patches.arch/acpi_fix_custom_method_acc.patch. - Delete patches.arch/acpi_override_2_2.patch. - Delete patches.arch/acpi_override_documentation. @@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz This allows to control the kabi checker from outside of the package. - commit 0a0900c +------------------------------------------------------------------- +Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com + +- Update to 3.7-rc1. +- Eliminated 38 patches. +- Xen is disabled. +- ARM configs need updating. +- Module signing is disabled until the build infrastructure can support it. +- commit fce087a + ------------------------------------------------------------------- Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz @@ -87,14 +487,20 @@ Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz - Delete - patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. + patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. - Delete - patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. + patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. - Delete - patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. + patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. These are in 3.6.1. - commit 2a321c4 +------------------------------------------------------------------- +Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com + +- Remove noncompiling modules +- commit b7cdd5a + ------------------------------------------------------------------- Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de @@ -136,7 +542,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - hyperv: Add comments for the extended buffer after RNDIS message. - Drivers: hv: Cleanup the guest ID computation. - Drivers: hv: vmbus: Use the standard format string to format - GUIDs. + GUIDs. - Drivers: hv: Add KVP definitions for IP address injection. - Drivers: hv: kvp: Cleanup error handling in KVP. - Drivers: hv: Explicitly size elements of protocol structures. @@ -148,7 +554,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - Tools: hv: Represent the ipv6 mask using CIDR notation. - Tools: hv: Gather ipv[4,6] gateway information. - hv: fail the probing immediately when we are not in hyperv - platform. + platform. - hv: vmbus_drv: detect hyperv through x86_hyper. - Tools: hv: Get rid of some unused variables. - Tools: hv: Correctly type string variables. @@ -167,14 +573,14 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - tools/hv: Parse /etc/os-release. - hyperv: Fix the max_xfer_size in RNDIS initialization. - hyperv: Fix the missing return value in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - hyperv: Fix page buffer handling in rndis_filter_send_request(). - hyperv: Remove extra allocated space for recv_pkt_list elements. - hyperv: Report actual status in receive completion packet. - hyperv: Add buffer for extended info after the RNDIS response - message. + message. - Delete - patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. - commit 08d283b ------------------------------------------------------------------- @@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com - ARM/u5800: Fix build of ux500 driver - Acked-by: Jeff Mahoney - commit 0ea37a0 +------------------------------------------------------------------- +Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com + +- disable non-compiling irrelevant I2C module +- commit 0ba9bac + ------------------------------------------------------------------- Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com - ARM/tegra: Remove optional parts to fix build - Acked-by: Jeff Mahoney - commit d729a16 ------------------------------------------------------------------- Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com - ARM: enable zcache support - Acked-by: Jeff Mahoney - commit 17b147b ------------------------------------------------------------------- Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com - ARM/cubox: set cachefilesd to module - Acked-by: Jeff Mahoney - commit c1fb243 ------------------------------------------------------------------- @@ -229,13 +637,13 @@ Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de - Remove old patchset to override ACPI tables via initrd. Also remove a stale xen patch related to that. - Delete - patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - Delete - patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. - Delete - patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. - Delete - patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - commit dd8f1b0 ------------------------------------------------------------------- @@ -364,7 +772,7 @@ Mon Sep 10 19:22:00 CEST 2012 - jeffm@suse.com Mon Sep 10 10:20:23 CEST 2012 - jbeulich@novell.com - patches.arch/s390-message-catalog.diff: Properly handle pr_cont() and fold - in the below two trivial fixes. + in the below two trivial fixes. - Delete patches.arch/s390-message-catalog-fix.diff. - Delete patches.arch/s390-message-catalog-perl-fix.diff. - Refresh patches.arch/kmsg-fix-parameter-limitations. @@ -438,10 +846,10 @@ Fri Aug 31 23:20:23 CEST 2012 - dmueller@suse.com Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz - i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y - && CONFIG_I2C_DESIGN. + && CONFIG_I2C_DESIGN. - Delete - patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. - Move it to rpmify, so that vanilla builds fine too. + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. - commit 0217ad5 ------------------------------------------------------------------- @@ -519,7 +927,7 @@ Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com Fri Aug 17 14:51:23 CEST 2012 - jeffm@suse.com - Update to 3.6-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 71963b0 ------------------------------------------------------------------- @@ -975,7 +1383,7 @@ Wed Jun 13 13:21:58 CEST 2012 - hare@suse.de - Rediff patch - patches.drivers/mach-dove-Fixup-ge00-initialisation.patch: - Rediff after backport from upstream. + Rediff after backport from upstream. - commit fa58c5e ------------------------------------------------------------------- @@ -983,7 +1391,7 @@ Wed Jun 13 12:56:17 CEST 2012 - hare@suse.de - Fixup patch to apply - patches.drivers/spi-orion-convert-to-new-infrastructure.patch - backported from upstream. + backported from upstream. - commit 2507393 ------------------------------------------------------------------- @@ -1002,9 +1410,9 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com - Update to 3.5-rc2. - - Xen needs update. - - ARM needs update. - - Eliminated 13 patches. + - Xen needs update. + - ARM needs update. + - Eliminated 13 patches. - commit 3f461b1 ------------------------------------------------------------------- @@ -1043,7 +1451,7 @@ Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de - [SCSI] storvsc: Properly handle errors from the host - (bnc#747404). + (bnc#747404). - Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. - commit ad28e23 @@ -1106,7 +1514,7 @@ Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Tue May 22 14:21:24 CEST 2012 - trenn@suse.de - X86 acpi_cpufreq: Do not use request_module for autoloading - (bnc#756085). + (bnc#756085). - Refresh patches.xen/xen3-auto-common.diff. - patches.xen/xen3-patch-3.3: - commit caf270e @@ -1165,7 +1573,7 @@ Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com - Update to 3.4-rc7. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 4cd9e9b ------------------------------------------------------------------- @@ -1218,7 +1626,7 @@ Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com - Update to 3.4-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 749ea8f ------------------------------------------------------------------- @@ -1255,7 +1663,7 @@ Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not require distribution-release - during build. + during build. - commit 3cd703f ------------------------------------------------------------------- @@ -1306,18 +1714,18 @@ Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com - Disabled DECNet and ARCNet. Specific config options disabled: CONFIG_ARCNET - CONFIG_ARCNET_1051 - CONFIG_ARCNET_1201 - CONFIG_ARCNET_CAP - CONFIG_ARCNET_COM20020_CS - CONFIG_ARCNET_COM20020 - CONFIG_ARCNET_COM20020_PCI - CONFIG_ARCNET_COM90xxIO - CONFIG_ARCNET_COM90xx - CONFIG_ARCNET_RAW - CONFIG_ARCNET_RIM_I + CONFIG_ARCNET_1051 + CONFIG_ARCNET_1201 + CONFIG_ARCNET_CAP + CONFIG_ARCNET_COM20020_CS + CONFIG_ARCNET_COM20020 + CONFIG_ARCNET_COM20020_PCI + CONFIG_ARCNET_COM90xxIO + CONFIG_ARCNET_COM90xx + CONFIG_ARCNET_RAW + CONFIG_ARCNET_RIM_I CONFIG_DECNET - CONFIG_DECNET_NF_GRABULATOR + CONFIG_DECNET_NF_GRABULATOR - commit 272dd14 ------------------------------------------------------------------- @@ -1419,7 +1827,7 @@ Fri Apr 20 18:09:06 CEST 2012 - jbeulich@novell.com Tue Apr 17 15:59:19 CEST 2012 - jeffm@suse.com - Update to 3.4-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 2fde7e0 ------------------------------------------------------------------- @@ -1439,7 +1847,7 @@ Mon Apr 9 03:28:12 CEST 2012 - jeffm@suse.com Fri Apr 6 06:42:35 CEST 2012 - jeffm@suse.com - Update AppArmor for 3.4. - - apparmor: Add "profiles" list to sysfs. + - apparmor: Add "profiles" list to sysfs. - commit 59517ac ------------------------------------------------------------------- @@ -1452,10 +1860,10 @@ Thu Apr 5 22:25:16 CEST 2012 - jeffm@suse.com Thu Apr 5 09:18:14 CEST 2012 - jeffm@suse.com - Updated to 3.4-rc1. - - Eliminated 121 patches. - - Xen is unavailable. - - ACPI overrides are unavailable. - - AppArmor network feature are unavailable. + - Eliminated 121 patches. + - Xen is unavailable. + - ACPI overrides are unavailable. + - AppArmor network feature are unavailable. - commit 3ac7e79 ------------------------------------------------------------------- @@ -1535,7 +1943,7 @@ Sat Mar 24 00:57:07 CET 2012 - dsterba@suse.cz - Refresh patches.suse/btrfs-handle-EIO. - Refresh - patches.suse/btrfs-volumes-schedule_bio-should-return-void. + patches.suse/btrfs-volumes-schedule_bio-should-return-void. - commit d97ade6 ------------------------------------------------------------------- @@ -1578,10 +1986,10 @@ Mon Mar 19 11:16:34 CET 2012 - jslaby@suse.cz Mon Mar 19 11:07:00 CET 2012 - jslaby@suse.cz - Delete - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. + patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. - Delete patches.arch/dell_optiplex_990_fix_reboot.patch. - Delete - patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. + patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. - Delete patches.drivers/libata-unlock-hpa-by-default. - Delete patches.fixes/scsi-add-tgps-setting. - Delete patches.fixes/scsi-dh-rdac-add-stk. @@ -1618,23 +2026,23 @@ Mon Mar 12 15:26:55 CET 2012 - ohering@suse.de - Staging: hv: storvsc: Cleanup storvsc_host_reset_handler(). - Staging: hv: storvsc: Move and cleanup storvsc_remove(). - Staging: hv: storvsc: Add a comment to explain life-cycle - management. + management. - Staging: hv: storvsc: Get rid of the on_io_completion in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Rename the context field in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver. - Staging: hv: storvsc: Cleanup the code for generating protocol - version. + version. - Staging: hv: storvsc: Cleanup some protocol related constants. - Staging: hv: storvsc: Get rid of some unused defines. - Staging: hv: storvsc: Consolidate the request structure. - Staging: hv: storvsc: Consolidate all the wire protocol - definitions. + definitions. - Staging: hv: storvsc: Move the storage driver out of the - staging area. + staging area. - Rename patches.suse/staging-hv-pata_piix-ignore-disks.patch to - patches.suse/suse-hv-pata_piix-ignore-disks.patch + patches.suse/suse-hv-pata_piix-ignore-disks.patch - commit 7487199 ------------------------------------------------------------------- @@ -1829,41 +2237,41 @@ Mon Feb 13 17:23:49 CET 2012 - mmarek@suse.cz Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de - Add driver auto probing for x86 features v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Fix overrun check in arch_print_cpu_modalias() - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - crypto: Add support for x86 cpuid - auto loading for x86 crypto drivers - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + auto loading for x86 crypto drivers + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Clean up modalias feature matching - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel-idle: convert to x86_cpu_id auto probing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Fix ID for Nehalem-EX Xeon in device ID table - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert via-cputemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k7: Fix CPU family number - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: Load acpi-cpufreq from processor driver automatically - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Revert change of auto_demotion_flags for Nehalem - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert coretemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k6: Really enable auto-loading - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - X86: Introduce HW-Pstate scattered cpuid feature - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - cpufreq: Add support for x86 cpuinfo auto loading v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86: autoload microcode driver on Intel and AMD systems v2 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 parts - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: remove duplicated lines of merging - problems with acpi_processor_start - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + problems with acpi_processor_start + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - Update config files. - commit 6efe9b5 @@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for --default (bnc#745632). KMPs are still built as i586. + -default (bnc#745632). KMPs are still built as i586. - commit 88a632b ------------------------------------------------------------------- @@ -1902,8 +2310,8 @@ Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com - Update to 3.3-rc2. - - Eliminated 5 patches. - - Xen is disabled. + - Eliminated 5 patches. + - Xen is disabled. - commit d017ea1 ------------------------------------------------------------------- @@ -2002,7 +2410,7 @@ Wed Dec 21 14:38:42 CET 2011 - jbeulich@novell.com Tue Dec 20 16:35:33 CET 2011 - jeffm@suse.com - Update to 3.2-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit d5a489e ------------------------------------------------------------------- @@ -2010,7 +2418,7 @@ Tue Dec 20 11:34:14 CET 2011 - trenn@suse.de - These should all be mainline in some form: - Delete - patches.arch/implement_stop_machine_from_offline_cpu.patch. + patches.arch/implement_stop_machine_from_offline_cpu.patch. - Delete patches.arch/kill-__stop_machine.patch. - Delete patches.arch/reorganize_stop_cpus.patch. - Delete patches.arch/use_stop_machine_for_mtrr_rendezvous.patch. @@ -2026,14 +2434,14 @@ Sun Dec 18 07:38:42 CET 2011 - aj@suse.de Fri Dec 16 15:37:51 CET 2011 - aj@suse.de - rpm/kernel-binary.spec.in: Add provides and make most obsoletes versioned. - This silences rpmlint warnings. + This silences rpmlint warnings. - commit e3023c7 ------------------------------------------------------------------- Wed Dec 14 13:51:41 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: Fix tarball URL for -rcX and - do not generate any URL for linux-next and vanilla snapshots. + do not generate any URL for linux-next and vanilla snapshots. - commit 1548daf ------------------------------------------------------------------- @@ -2123,7 +2531,7 @@ Wed Dec 7 11:05:05 CET 2011 - aj@suse.de Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com - Update to 3.2-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit a7d546d ------------------------------------------------------------------- @@ -2235,8 +2643,8 @@ Fri Nov 25 05:58:54 CET 2011 - jeffm@suse.com Fri Nov 25 05:47:49 CET 2011 - jeffm@suse.com - Update to 3.2-rc3. - - stack unwind: cfi_ignore takes more arguments. - - iio: Fix build error in industrialio-core.c. + - stack unwind: cfi_ignore takes more arguments. + - iio: Fix build error in industrialio-core.c. - commit 48ef020 ------------------------------------------------------------------- @@ -2249,7 +2657,7 @@ Thu Nov 24 18:45:54 CET 2011 - ohering@suse.de Thu Nov 24 13:01:09 CET 2011 - mmarek@suse.cz - rpm/try-disable-staging-driver: Script to disable failing staging - driver and restart make. + driver and restart make. - commit 819d1fa ------------------------------------------------------------------- @@ -2343,14 +2751,14 @@ Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de Wed Nov 16 06:51:07 CET 2011 - jeffm@suse.com - Update to 3.2-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 85c9930 ------------------------------------------------------------------- Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com - Update to 3.2-rc1. - - Eliminate 212 patches. + - Eliminate 212 patches. - commit 6318d5b ------------------------------------------------------------------- @@ -2390,8 +2798,8 @@ Sat Nov 5 01:32:21 CET 2011 - trenn@suse.de Thu Nov 3 17:56:46 CET 2011 - mszeredi@suse.cz - patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch: - hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops - (CVE-2011-2203 bnc#699709). + hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops + (CVE-2011-2203 bnc#699709). - commit 7923119 ------------------------------------------------------------------- @@ -2429,16 +2837,16 @@ Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com - Add Elantech touchpad v3/v4 support (bnc#716852): - - Input: elantech - add v3 hardware support. - - Input: elantech - add v4 hardware support. - - Input: elantech - better support all those v2 variants. - - Input: elantech - clean up elantech_init. - - Input: elantech - correct x, y value range for v2 hardware. - - Input: elantech - get rid of ETP_2FT_* in elantech.h. - - Input: elantech - packet checking for v2 hardware. - - Input: elantech - remove ETP_EDGE_FUZZ_V2. - - Input: elantech - remove module parameter force_elantech. - - Input: elantech - use firmware provided x, y ranges. + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. - commit 28551a0 ------------------------------------------------------------------- @@ -2469,7 +2877,7 @@ Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de Tue Oct 25 19:24:17 CEST 2011 - eich@suse.de - patches.suse/SUSE-bootsplash: remove DEBUG macro which was - left in the code by accident. + left in the code by accident. - commit a56ba15 ------------------------------------------------------------------- @@ -2482,7 +2890,7 @@ Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de - patches.suse/staging-hv-pata_piix-ignore-disks.patch: - Update comments in code and reduce patch size + Update comments in code and reduce patch size - commit 8913d07 ------------------------------------------------------------------- @@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de ------------------------------------------------------------------- Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com --Update to 3.1-rc10. +- -Update to 3.1-rc10. - commit 239957e ------------------------------------------------------------------- @@ -2522,11 +2930,11 @@ Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de - Various updates for hv drivers, which fix also the hv_mouse driver - staging: hv: storvsc: ignore SET_WINDOWN scsi command - (bnc#722646). + (bnc#722646). - staging/hv: advertise hv_storvsc instead of storvsc as sysfs - driver name (bnc#716708). + driver name (bnc#716708). - staging/hv: fill scsi/proc_name for the sake of mkinitrd - (bnc#716708). + (bnc#716708). - Staging: hv: util: Invoke cn_netlink_send() in a work context. - Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. - Refresh patches.xen/xen3-patch-2.6.32. @@ -2560,7 +2968,7 @@ Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com - patches.suse/supported-flag: Also look for Module.supported in the - source tree. + source tree. - Refresh patches.suse/supported-flag-enterprise. - commit 9c8680a @@ -2594,15 +3002,15 @@ Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - commit e3c78cf ------------------------------------------------------------------- @@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de - Refresh patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. --> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. + -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. - commit 0ac4276 ------------------------------------------------------------------- @@ -2647,9 +3055,9 @@ Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de - ACPI: Implement overriding of arbitrary ACPI tables via initrd - (none). + (none). - ACPICA: Fix wrongly mapped acpi table header when overriding - via initrd (none). + via initrd (none). - ACPICA: Introduce acpi_os_phys_table_override function (none). - x86: allow NVS can be accessed by driver (none). - Update config files: @@ -2667,7 +3075,7 @@ Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix unwinding through - interrupt frames, requiring ... + interrupt frames, requiring ... - patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression. - commit 4d917a5 @@ -2706,7 +3114,7 @@ Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com - mm: frontswap: swap data structure changes. - In HVM guests do not take over the CDROM device (bnc#645893). - x86: report ACPI-reserved state of PCI MMCONFIG region to - hypervisor. + hypervisor. - config.conf: Re-enable Xen flavors. - Update config files. - commit 3692f47 @@ -2746,33 +3154,33 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: util: kvp: Fix the reported OSVersion string. - Staging: hv: util: kvp: Cleanup kvp_get_domain_name(). - Staging: hv: Fix macros, tab errors and warning in - drivers/staging/hv/hv_mouse.c. + drivers/staging/hv/hv_mouse.c. - Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get - rid of the PCI signature. + rid of the PCI signature. - Staging: hv: Replace struct hv_guid with the uuid type already - defined in Linux. + defined in Linux. - Staging: hv: vmbus: Introduce vmbus ID space in struct - hv_driver. + hv_driver. - Staging: hv: blkvsc: Use the newly introduced vmbus ID in the - blockvsc driver. + blockvsc driver. - Staging: hv: storvsc: Use the newly introduced vmbus ID in - storvsc driver. + storvsc driver. - Staging: hv: netvsc: Use the newly introduced vmbus ID in - netvsc driver. + netvsc driver. - Staging: hv: mousevsc: Use the newly introduced vmbus ID in - mouse driver. + mouse driver. - Staging: hv: util: Make hv_utils a vmbus device driver. - Staging: hv: create VMBUS_DEVICE macro and use it. - Staging: hv: vmbus: Cleanup vmbus_match(). - Staging: hv: vmbus: Cleanup vmbus_uevent() code. - Staging: hv: vmbus: Support the notion of id tables in - vmbus_match(). + vmbus_match(). - Staging: hv: vmbus: Get rid of an unnecessary include line - in vmbus_drv.c. + in vmbus_drv.c. - Staging: hv: storvsc: Get rid of the DMI signature. - Staging: hv: netvsc: Get rid of the PCI signature. - Staging: hv: netvsc: Get rid of the DMI signature in - netvsc_drv.c. + netvsc_drv.c. - Staging: hv: util: Get rid of the DMI signature in hv_util.c. - Staging: hv: util: Get rid of the PCI signature in hv_util.c. - Staging: hv: fix up driver registering mess. @@ -2780,59 +3188,59 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: vmbus: Cleanup unnecessary comments in hv.c. - Staging: hv: vmbus: Cleanup error handling in hv_init(). - Staging: hv: vmbus: Get rid of unnecessay comments in - connection.c. + connection.c. - Staging: hv: vmbus: Get rid of the function dump_gpadl_body(). - Staging: hv: vmbus: Get rid of the function dump_gpadl_header(). - Staging: hv: vmbus: Rename openMsg to open_msg in channel.c. - Staging: hv: vmbus: Get rid of unnecessary comments in - channel.c. + channel.c. - Staging: hv: vmbus: Change the variable name openInfo to - open_info in channel.c. + open_info in channel.c. - Staging: hv: vmbus: Cleanup error values in ringbuffer.c. - Staging: hv: vmbus: Cleanup the error return value in - vmbus_recvpacket_raw(). + vmbus_recvpacket_raw(). - Staging: hv: netvsc: Get rid of an unnecessary print statement - in netvsc_probe(). + in netvsc_probe(). - Staging: hv: vmbus: Retry vmbus_post_msg() before giving up. - Staging: hv: storvsc: Cleanup error handling in - storvsc_dev_add(). + storvsc_dev_add(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_channel_init(). + storvsc_channel_init(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_connect_to_vsp(). + storvsc_connect_to_vsp(). - Staging: hv: storvsc: Cleanup error handling in storvsc_do_io(). - Storage: hv: storvsc: Get rid of some unnecessary DPRINTs - from storvsc.c. + from storvsc.c. - Staging: hv: storvsc: Fix/cleanup some dated comments in - storvsc.c. + storvsc.c. - Staging: hv: storvsc: Cleanup returned error code in - storvsc_host_reset(). + storvsc_host_reset(). - Staging: hv: storvsc: Cleanup error code returned in - storvsc_probe(). + storvsc_probe(). - Staging: hv: storvsc: Cleanup returned error code in - storvsc_drv_init(). + storvsc_drv_init(). - Staging: hv: netvsc: Cleanup the returned error code in - netvsc_probe(). + netvsc_probe(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_destroy_recv_buf(). + netvsc_destroy_recv_buf(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_init_recv_buf(). + netvsc_init_recv_buf(). - Staging: hv: netvsc: Cleanup error returns in - netvsc_connect_vsp(). + netvsc_connect_vsp(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_send(). + netvsc_send(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_device_add(). + netvsc_device_add(). - Staging: hv: netvsc: Cleanup error codes in - rndis_filter_receive(). + rndis_filter_receive(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_query_device(). + rndis_filter_query_device(). - Staging: hv: netvsc: Cleanup error return values in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - Staging: hv: netvsc: Cleanup error returns in - rndis_filter_init_device(). + rndis_filter_init_device(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_device_add(). + rndis_filter_device_add(). - Staging: hv: mouse: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Exit to exit. @@ -2845,72 +3253,72 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: add driver_data to hv_vmbus_device_id. - Staging: hv: Add code to parse struct hv_vmbus_device_id table. - Staging: hv: file2alias: fix up alias creation logic for - hv_vmbus_device_id. + hv_vmbus_device_id. - Staging: hv: storvsc: Inline free_stor_device(). - Staging: hv: storvsc: Do not aquire an unnecessary reference - on stor_device. + on stor_device. - Staging: hv: storvsc: Rename must_get_stor_device(). - Staging: hv: storvsc: Rename get_stor_device(). - Staging: hv: storvsc: Cleanup alloc_stor_device(). - Staging: hv: storvsc: Introduce state to manage the lifecycle - of stor device. + of stor device. - Staging: hv: storvsc: Prevent outgoing traffic when stor dev - is being destroyed. + is being destroyed. - Staging: hv: storvsc: Get rid of release_stor_device() by - inlining the code. + inlining the code. - Staging: hv: storvsc: Get rid of final_release_stor_device() - by inlining code. + by inlining code. - Staging: hv: storvsc: Get rid of the reference counting in - struct storvsc_device. + struct storvsc_device. - Staging: hv: netvsc: Inline the code for free_net_device(). - Staging: hv: netvsc: Cleanup alloc_net_device(). - Staging: hv: netvsc: Introduce state to manage the lifecycle - of net device. + of net device. - Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev - is destroyed. + is destroyed. - Staging: hv: netvsc: Get rid of release_outbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of release_inbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of the refcnt field in struct - netvsc_device. + netvsc_device. - Staging: hv: storvsc: Add code to handle IDE devices using - the storvsc driver. + the storvsc driver. - Staging: hv: storvsc: Handle IDE devices using the storvsc - driver. + driver. - Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is - not used. + not used. - Staging: hv: storvsc: Optimize bounce buffer handling for the - "write" case. + "write" case. - Staging: hv: storvsc: Optimize the bounce buffer handling in - the "read" case. + the "read" case. - Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of storvsc.c. + contents of storvsc.c. - Staging: hv: storvsc: Add the contents of hyperv_storage.h - to storvsc_drv.c. + to storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of hyperv_storage.h. + contents of hyperv_storage.h. - Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY - and MODE_SENSE. + and MODE_SENSE. - Staging: hv: storvsc: Fix a typo. - Staging: hv: storvsc: In case of scsi errors offline the device. - Staging: hv: storvsc: No need to copy from bounce buffer in - case of a failure. + case of a failure. - Staging: hv: util: Forcefully shutdown when shutdown is - requested. + requested. - Staging: hv: util: Adjust guest time in a process context. - Staging: hv: vmbus: Check before invoking the channel callback. - Staging: hv: vmbus: Properly deal with de-registering channel - callback. + callback. - Staging: hv: Fix a bug in vmbus_match(). - Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining - the code. + the code. - Staging: hv: vmbus: Do not enable auto eoi. - Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add(). - Staging: hv: vmbus: Get rid of some dated/redundant comments. - Staging: hv: vmbus: Get rid of an unnecessary check in - vmbus_connect(). + vmbus_connect(). - Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c. - Staging: hv: vmbus: Fix checkpatch warnings in connection.c. - Staging: hv: mousevsc: Fix checkpatch errors and warnings. @@ -2983,16 +3391,16 @@ Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com - Refreshed and re-enabled dm-path patches: - - patches.suse/dm-mpath-accept-failed-paths. - - patches.suse/dm-mpath-detach-existing-hardware-handler. + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. - commit 70cadcd ------------------------------------------------------------------- Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com - Update to 3.1-rc3. - - Eliminated 8 patches. - - Xen is disabled. + - Eliminated 8 patches. + - Xen is disabled. - commit eccefcc ------------------------------------------------------------------- @@ -3000,8 +3408,8 @@ Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de - * Refresh patches.suse/SUSE-bootsplash. * Fix bootsplash code for 15bpp framebuffers. - These framebuffers are rare these days, the legendary and still - popular server chipset Radeon ES1000 supports it, though. + These framebuffers are rare these days, the legendary and still + popular server chipset Radeon ES1000 supports it, though. - commit f25ce3e ------------------------------------------------------------------- @@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de - Update config files: bnc#674988, change: --CONFIG_ACPI_CUSTOM_METHOD=m + -CONFIG_ACPI_CUSTOM_METHOD=m +# CONFIG_ACPI_CUSTOM_METHOD is not set for all flavors - commit f1af972 @@ -3115,10 +3523,10 @@ Thu Jul 14 17:52:45 CEST 2011 - tiwai@suse.de Thu Jul 14 17:26:51 CEST 2011 - tiwai@suse.de - ALSA: hda - Add Kconfig for the default buffer size - (bnc#682725). + (bnc#682725). - Update config files. - Delete, replaced with the new upstream patch - patches.drivers/alsa-hda-0019-Increase-default-buffer-size. + patches.drivers/alsa-hda-0019-Increase-default-buffer-size. - commit 40c7644 ------------------------------------------------------------------- @@ -3140,7 +3548,7 @@ Sat Jul 9 11:17:46 CEST 2011 - jslaby@suse.cz Thu Jul 7 00:58:01 CEST 2011 - jeffm@suse.com - Update to 3.0-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 56e99da ------------------------------------------------------------------- @@ -3149,7 +3557,7 @@ Tue Jul 5 09:18:43 CEST 2011 - jbeulich@novell.com - Update Xen patches to 3.0-rc5 and c/s 1095. - xen: prepare tmem shim to handle frontswap. - support booting Xen from EFI (fate#311376, fate#311529, - bnc#578927, bnc#628554). + bnc#578927, bnc#628554). - config.conf: Re-enabled Xen flavors. - Update x86 config files. - Delete patches.xen/xen-blkback-bimodal-suse. @@ -3196,31 +3604,31 @@ Tue Jun 21 12:14:44 CEST 2011 - mmarek@suse.cz Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz - rpm/post.sh: Touch /boot/do_purge_kernels on package install - (fate#312018). + (fate#312018). - rpm/postun.sh: Remove it again if it still exists on package - uninstall. + uninstall. - commit 82f4a5d ------------------------------------------------------------------- Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de - stop_machine: implement stop_machine_from_offline_cpu() - (bnc#697859). + (bnc#697859). - stop_machine: kill __stop_machine() (bnc#697859). - x86, mtrr: lock stop machine during MTRR rendezvous sequence - (bnc#697859). + (bnc#697859). - stop_machine: reorganize stop_cpus() implementation - (bnc#697859). + (bnc#697859). - x86, mtrr: use __stop_machine() for doing MTRR rendezvous - (bnc#697859). + (bnc#697859). - commit aa3d6e2 ------------------------------------------------------------------- Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz - Remove the novfs patches, it should be packaged as a KMP, or - ideally, reimplemented as a fuse filesystem (which is the reason why - the current implementation it is never going to be accepted upstream). + ideally, reimplemented as a fuse filesystem (which is the reason why + the current implementation it is never going to be accepted upstream). - Delete patches.fixes/novfs-copy_user-fixes.diff. - Delete patches.fixes/novfs-minsize-fixes. - Delete patches.fixes/novfs-nwcapi.patch. @@ -3275,7 +3683,7 @@ Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz Wed Jun 15 08:05:05 CEST 2011 - jeffm@suse.com - Update to 3.0-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit a1fe999 ------------------------------------------------------------------- @@ -3343,9 +3751,9 @@ Mon Jun 13 14:06:28 CEST 2011 - mmarek@suse.cz the SRCVERSION variable will only be used to determine the tarball version. - rpm/compute-PATCHVERSION.sh: Set default PATCHLEVEL and SUBLEVEL to 0. - The package version will thus always match the Makefile version and - the SRCVERSION variable will only be used to determine the tarball - version. + The package version will thus always match the Makefile version and + the SRCVERSION variable will only be used to determine the tarball + version. - rpm/kernel-binary.spec.in: Revert the previous hack. - commit 95c9977 @@ -3368,9 +3776,9 @@ Fri Jun 10 20:24:41 CEST 2011 - jeffm@suse.com Fri Jun 10 17:12:22 CEST 2011 - jeffm@suse.com - x86: Remove warning and warning_symbol from struct - stacktrace_ops. + stacktrace_ops. - Delete - patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. + patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. - commit 608ce9e ------------------------------------------------------------------- @@ -3462,13 +3870,13 @@ Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - commit 83331f5 ------------------------------------------------------------------- @@ -3489,14 +3897,14 @@ Tue May 31 05:09:44 CEST 2011 - jeffm@suse.com Tue May 31 05:08:21 CEST 2011 - jeffm@suse.com - Updated to 3.0-rc1. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit 5710413 ------------------------------------------------------------------- Mon May 30 15:54:37 CEST 2011 - jack@suse.cz - mm: Fix assertion mapping->nrpages == 0 in end_writeback() - (bnc#693013 bnc#666423). + (bnc#693013 bnc#666423). - Refresh patches.xen/tmem. - commit d3e465a @@ -3504,9 +3912,9 @@ Mon May 30 15:54:37 CEST 2011 - jack@suse.cz Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. + patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. - aic94xx: world-writable sysfs update_bios file. - Update upstream info. + Update upstream info. - commit 8912816 ------------------------------------------------------------------- @@ -3567,7 +3975,7 @@ Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc7. - - Eliminated 5 patches. + - Eliminated 5 patches. - commit a8a170f ------------------------------------------------------------------- @@ -3580,16 +3988,16 @@ Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz - Delete - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 - commit 7934e2d ------------------------------------------------------------------- Thu May 12 11:56:16 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - Note about submission. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + Note about submission. - commit 9922e20 ------------------------------------------------------------------- @@ -3602,15 +4010,15 @@ Tue May 10 19:10:18 CEST 2011 - mhocko@suse.cz Tue May 10 16:14:44 CEST 2011 - mhocko@suse.cz - patches.fixes/aggressive-zone-reclaim.patch: delete because - the patch is very workload specific and can lead to unexpected - reclaims in parallel node local workloads. + the patch is very workload specific and can lead to unexpected + reclaims in parallel node local workloads. - commit 56cf10e ------------------------------------------------------------------- Tue May 10 16:04:27 CEST 2011 - mhocko@suse.cz - Delete patches.suse/mm-devzero-optimisation.patch: we do not need - it anymore as we have zero page back since 2.6.32 + it anymore as we have zero page back since 2.6.32 - commit 323a093 ------------------------------------------------------------------- @@ -3629,64 +4037,64 @@ Mon May 9 14:32:59 CEST 2011 - jbeulich@novell.com Mon May 9 11:32:35 CEST 2011 - jbeulich@novell.com - patches.suse/kconfig-automate-kernel-desktop: Remove stray blank - lines (for older versions of "patch" to grok). + lines (for older versions of "patch" to grok). - commit 4dfa74d ------------------------------------------------------------------- Sat May 7 01:50:06 CEST 2011 - jeffm@suse.com - Removed network driver entropy patches. haveged is installed by default - and should be enabled to generate entropy from non-predictable sources. - - Delete patches.drivers/bnx2-entropy-source.patch. - - Delete patches.drivers/e1000-entropy-source.patch. - - Delete patches.drivers/e1000e-entropy-source.patch. - - Delete patches.drivers/igb-entropy-source.patch. - - Delete patches.drivers/ixgbe-entropy-source.patch. - - Delete patches.drivers/tg3-entropy-source.patch. + and should be enabled to generate entropy from non-predictable sources. + - Delete patches.drivers/bnx2-entropy-source.patch. + - Delete patches.drivers/e1000-entropy-source.patch. + - Delete patches.drivers/e1000e-entropy-source.patch. + - Delete patches.drivers/igb-entropy-source.patch. + - Delete patches.drivers/ixgbe-entropy-source.patch. + - Delete patches.drivers/tg3-entropy-source.patch. - commit c88b893 ------------------------------------------------------------------- Fri May 6 19:36:47 CEST 2011 - jeffm@suse.com - Update - patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack - (bnc#466279 bnc#681639). + patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack + (bnc#466279 bnc#681639). - commit 72e779f ------------------------------------------------------------------- Fri May 6 19:31:10 CEST 2011 - jeffm@suse.com - Disabled patches.drivers/libata-unlock-hpa-by-default; It may have - been obsoleted by upstream commit d8d9129e. + been obsoleted by upstream commit d8d9129e. - commit 1a21ab3 ------------------------------------------------------------------- Fri May 6 18:51:20 CEST 2011 - jeffm@suse.com - sysctl: Increase IPC defaults (bnc#146656) - - Delete patches.suse/shmall-bigger. + - Delete patches.suse/shmall-bigger. - commit a70e34f ------------------------------------------------------------------- Fri May 6 17:50:56 CEST 2011 - jeffm@suse.com - sysctl/i386/desktop, sysctl/x86_64/desktop: Add vm.dirty_ratio = 20 - for desktop flavors (bnc#552883) - - Delete patches.suse/mm-tune-dirty-limits.patch. + for desktop flavors (bnc#552883) + - Delete patches.suse/mm-tune-dirty-limits.patch. - commit dbe73e2 ------------------------------------------------------------------- Fri May 6 17:25:45 CEST 2011 - jeffm@suse.com - sysctl/defaults: Added kernel.hung_task_timeout=0 - - Delete patches.suse/hung_task_timeout-configurable-default. + - Delete patches.suse/hung_task_timeout-configurable-default. - commit 78f9eed ------------------------------------------------------------------- Fri May 6 16:41:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-{binary,source}.spec.in: Install per-kernel /boot/sysctl-* - files (patch from Jeff Mahoney). + files (patch from Jeff Mahoney). - commit 473f2d1 ------------------------------------------------------------------- @@ -3699,7 +4107,7 @@ Thu May 5 22:35:53 CEST 2011 - jeffm@suse.com Thu May 5 22:23:21 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc6. - - 2 patches eliminated. + - 2 patches eliminated. - commit 2643e59 ------------------------------------------------------------------- @@ -3713,9 +4121,9 @@ Tue May 3 03:08:18 CEST 2011 - tonyj@suse.de Fri Apr 29 20:35:21 CEST 2011 - jeffm@suse.com - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - commit 52dd0f0 ------------------------------------------------------------------- @@ -3737,7 +4145,7 @@ Fri Apr 29 00:36:03 CEST 2011 - gregkh@suse.de - Delete patches.suse/linux-2.6.29-dont-wait-for-mouse.patch. - Delete patches.suse/linux-2.6.29-even-faster-kms.patch. - Delete - patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. + patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. - Delete patches.suse/linux-2.6.29-kms-after-sata.patch. - Delete patches.suse/linux-2.6.29-touchkit.patch. - commit c13427d @@ -3752,22 +4160,22 @@ Fri Apr 29 00:17:46 CEST 2011 - jbenc@suse.cz Thu Apr 28 23:32:44 CEST 2011 - rjw@suse.de - Delete patches.xen/xen3-x86-mcp51-no-dac. - Also remove the series.conf entires for the x86-mcp-no-dac patches. + Also remove the series.conf entires for the x86-mcp-no-dac patches. - commit 574577b ------------------------------------------------------------------- Thu Apr 28 23:16:27 CEST 2011 - rjw@suse.de - Delete patches.arch/x86-mcp51-no-dac. (This is a blacklist entry that - has been rejected by the mainline, the problem reporter is gone and - it's next to impossible to verify it now.) + has been rejected by the mainline, the problem reporter is gone and + it's next to impossible to verify it now.) - commit 195b113 ------------------------------------------------------------------- Thu Apr 28 21:38:22 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - commit a2662ae ------------------------------------------------------------------- @@ -3782,14 +4190,14 @@ Thu Apr 28 20:56:33 CEST 2011 - jslaby@suse.cz Thu Apr 28 20:30:56 CEST 2011 - bphilips@suse.de - Delete - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. + patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. - commit 9917206 ------------------------------------------------------------------- Thu Apr 28 20:19:59 CEST 2011 - bphilips@suse.de - Delete - patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. + patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. - commit 08374b3 ------------------------------------------------------------------- @@ -3822,7 +4230,7 @@ Thu Apr 28 14:18:12 CEST 2011 - jbeulich@novell.com Wed Apr 27 22:20:02 CEST 2011 - jeffm@suse.com - Delete - patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. + patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. - commit 399a100 ------------------------------------------------------------------- @@ -3884,10 +4292,10 @@ Wed Apr 27 21:34:13 CEST 2011 - jeffm@suse.com - Delete patches.suse/acpi-don-t-preempt-until-the-system-is-up. - Delete - patches.suse/acpi-generic-initramfs-table-override-support. + patches.suse/acpi-generic-initramfs-table-override-support. - Delete patches.suse/add-initramfs-file_read_write. - Delete - patches.suse/init-move-populate_rootfs-back-to-start_kernel. + patches.suse/init-move-populate_rootfs-back-to-start_kernel. - commit d4910b3 ------------------------------------------------------------------- @@ -3901,14 +4309,14 @@ Wed Apr 27 21:29:24 CEST 2011 - jeffm@suse.com Wed Apr 27 21:11:59 CEST 2011 - jeffm@suse.com - Delete patches.suse/osync-error. It was unused and the issue it fixed in - kernels prior to 2.6.32 doesn't exist anymore. + kernels prior to 2.6.32 doesn't exist anymore. - commit 52cc654 ------------------------------------------------------------------- Wed Apr 27 20:48:55 CEST 2011 - jeffm@suse.com - Delete patches.suse/s390-System.map.diff: Proper fix in binutils has - long since been upstream. + long since been upstream. - commit 2847a36 ------------------------------------------------------------------- @@ -3941,7 +4349,7 @@ Wed Apr 27 20:18:37 CEST 2011 - jeffm@suse.com Wed Apr 27 20:16:52 CEST 2011 - jeffm@suse.com - Delete patches.suse/unmap_vmas-lat: No bug report or signed-off-by. - - Delete patches.arch/s390-add-FREE_PTE_NR. + - Delete patches.arch/s390-add-FREE_PTE_NR. - commit 2a392c2 ------------------------------------------------------------------- @@ -3954,7 +4362,7 @@ Wed Apr 27 20:16:00 CEST 2011 - jeffm@suse.com Wed Apr 27 20:15:02 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc5. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5288a05 ------------------------------------------------------------------- @@ -3974,7 +4382,7 @@ Wed Apr 27 19:43:47 CEST 2011 - jeffm@suse.com Tue Apr 26 11:03:18 CEST 2011 - jkosina@suse.cz - HID: add noget quirk barcode scanners from Symbol Technologies - (bnc#689290). + (bnc#689290). - commit f5b999f ------------------------------------------------------------------- @@ -3987,7 +4395,7 @@ Fri Apr 22 00:01:41 CEST 2011 - jeffm@suse.com Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz - Revert changes to sparc configs to not make life harder for Jan Engelhardt - maintaining sparc architecture. + maintaining sparc architecture. - commit cdac873 ------------------------------------------------------------------- @@ -4006,7 +4414,7 @@ Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 3f654c8 ------------------------------------------------------------------- @@ -4019,15 +4427,15 @@ Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de - Combined and consolidated bootsplash patch (bnc#669777, - bnc#570082, bnc#595657, bnc#594209, bnc#544645). - - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. - - Delete patches.suse/bootsplash. - - Delete patches.suse/bootsplash-console-fix. - - Delete patches.suse/bootsplash-keep-multiple-data. - - Delete patches.suse/bootsplash-scaler. - - Reformatted code, fixed some minor bugs that became obvious. - - Fixed race that led to null pointer dereference in splash_read_proc(): - bnc#669777. + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. - commit 95844c5 ------------------------------------------------------------------- @@ -4040,7 +4448,7 @@ Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de - intel_idle: Make lapic_timer_reliable_states a boot param - (bnc#675161). + (bnc#675161). - commit 85b156b ------------------------------------------------------------------- @@ -4054,7 +4462,7 @@ Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - - This results in automatically disabling CONFIG_GIGASET_I4L. + - This results in automatically disabling CONFIG_GIGASET_I4L. - commit 697e68b ------------------------------------------------------------------- @@ -4074,7 +4482,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com - Update Xen patches to 2.6.39-rc3 and c/s 1079. - blktap2: replace hard-coded limit of tap devices with - configurable one. + configurable one. - config.conf: Re-enable Xen configs. - Update x86 config files. - commit d3bfd6c @@ -4083,7 +4491,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com - fs/partitions/efi.c: corrupted GUID partition tables can cause - kernel oops (bnc#687113 CVE-2011-1577). + kernel oops (bnc#687113 CVE-2011-1577). - commit 385b393 ------------------------------------------------------------------- @@ -4128,7 +4536,7 @@ Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 200c913 ------------------------------------------------------------------- @@ -4153,29 +4561,29 @@ Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc2. - - Eliminated 18 patches. - - Added 3 patches. - - hv_mouse: needs . - - dm-raid45: Remove blk_unplug calls. - - novfs: 2.6.39 API update. - - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. - - patches.kernel.org is no longer used to contain upstream patches - for -rc releases. Users planning on building their own kernel should - have a copy of the tarball corresponding to the -rc releases. + - Eliminated 18 patches. + - Added 3 patches. + - hv_mouse: needs . + - dm-raid45: Remove blk_unplug calls. + - novfs: 2.6.39 API update. + - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. + - patches.kernel.org is no longer used to contain upstream patches + for -rc releases. Users planning on building their own kernel should + have a copy of the tarball corresponding to the -rc releases. - commit adf9d16 ------------------------------------------------------------------- Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de - Make selection of 'readdir-plus' adapt to usage patterns - (bnc#678123). + (bnc#678123). - commit 5de99a8 ------------------------------------------------------------------- Wed Apr 6 09:01:38 CEST 2011 - jeffm@suse.de - reiserfs: Force inode evictions before umount to avoid crash - (bnc#610598 bnc#680073 bnc#684112). + (bnc#610598 bnc#680073 bnc#684112). - Delete patches.fixes/reiserfs-xattr-crash-fix. - commit bf57d20 @@ -4189,21 +4597,21 @@ Tue Apr 5 10:42:22 CEST 2011 - jslaby@suse.cz Wed Mar 30 23:50:41 CEST 2011 - jeffm@suse.com - Delete patches.suse/twofish-2.6. - - This was for 2.4 compatibility and has been moved to KMP purgatory. + - This was for 2.4 compatibility and has been moved to KMP purgatory. - commit dcca506 ------------------------------------------------------------------- Wed Mar 30 10:32:32 CEST 2011 - jslaby@suse.cz - Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo - (bnc#681826). + (bnc#681826). - commit 2e71042 ------------------------------------------------------------------- Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de - Update config files, remove CONFIG_X86_MCE_XEON75XX=m - ->driver got reverted with previous commit + ->driver got reverted with previous commit - Refresh patches.xen/xen3-auto-arch-x86.diff. - commit b367e7b @@ -4215,18 +4623,18 @@ Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de APEI implementation should take care of that in recent kernels. - Delete patches.arch/x86_mce_intel_decode_physical_address.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. + patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. - commit 1fe7a22 ------------------------------------------------------------------- Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not install unneeded packages in the - build chroot. + build chroot. - commit 7f4c49d ------------------------------------------------------------------- @@ -4246,7 +4654,7 @@ Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz - Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing - the signal code (bnc#681826 CVE-2011-1020). + the signal code (bnc#681826 CVE-2011-1020). - commit 2e42fd4 ------------------------------------------------------------------- @@ -4255,7 +4663,7 @@ Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de - sound/oss/opl3: validate voice and channel indexes (bnc#681999). - sound/oss: remove offset from load_patch callbacks (bnc#681999). - ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl - (bnc#680816). + (bnc#680816). - commit 09ff6e9 ------------------------------------------------------------------- @@ -4268,7 +4676,7 @@ Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz - HID: add support for Skycable 0x3f07 wireless presenter - (bnc#681297). + (bnc#681297). - commit 892e8d4 ------------------------------------------------------------------- @@ -4299,12 +4707,12 @@ Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de - netvm: Do not mark requests for swapfile writes as dirty or - kswapd fails to free the page (bnc#678472). + kswapd fails to free the page (bnc#678472). - nfs: Use page_file_offset during page writeback (bnc#677738). - nfs: Convert nfs_mark_request_dirty() to use page_file_mapping() - (bnc#677738). + (bnc#677738). - netvm: Remove duplicated initialization in net/ipv4/route.c - (bnc#678970). + (bnc#678970). - collapse: mm: Report the low watermark correctly (bnc#678497). - commit a798dd1 @@ -4318,7 +4726,7 @@ Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com - Linux: 2.6.38-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 7da557d ------------------------------------------------------------------- @@ -4343,38 +4751,38 @@ Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc7. - - Refresh patches.xen/xen-x86-no-lapic. - - Refresh patches.xen/xen3-patch-2.6.19. + - Refresh patches.xen/xen-x86-no-lapic. + - Refresh patches.xen/xen3-patch-2.6.19. - commit 7eb9d30 ------------------------------------------------------------------- Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - commit 88d5daa ------------------------------------------------------------------- Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in - yesterday's change. + yesterday's change. - commit 098768b ------------------------------------------------------------------- Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Add annotations to - lib/rwsem_64.S. + lib/rwsem_64.S. - commit 87944ac ------------------------------------------------------------------- Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de - ALSA: usb-audio: fix oops due to cleanup race when disconnecting - (bnc#674735). + (bnc#674735). - commit ed81f8c ------------------------------------------------------------------- @@ -4387,7 +4795,7 @@ Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com - Update to 2.6.38-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 6cce7bb ------------------------------------------------------------------- @@ -4400,7 +4808,7 @@ Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de - ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499, - CVE-2011-0712). + CVE-2011-0712). - commit 5ef002b ------------------------------------------------------------------- @@ -4419,22 +4827,22 @@ Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de - Update config files. - - disable CONFIG_DRM_VMWGFX (bnc#606458) - - update sparc configs to at least be able to run "make oldconfig" + - disable CONFIG_DRM_VMWGFX (bnc#606458) + - update sparc configs to at least be able to run "make oldconfig" - commit da75bd9 ------------------------------------------------------------------- Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Re-add change lost during - initial 2.6.37 merge. + initial 2.6.37 merge. - commit e493205 ------------------------------------------------------------------- Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz - Move spec file templates and helper scripts to a separate branch, to - ease synchronizing these files among master, vanilla and linux-next. + ease synchronizing these files among master, vanilla and linux-next. - commit 411abb8 ------------------------------------------------------------------- @@ -4454,7 +4862,7 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code - was merged into rpm's find-supplements script. + was merged into rpm's find-supplements script. - Delete rpm/check-build.sh, not needed anymore. - commit 0a157b1 @@ -4462,43 +4870,43 @@ Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com - flexcop: fix registering braindead stupid names (brc#575873 - bnc#661429). + bnc#661429). - commit 72bd3d0 ------------------------------------------------------------------- Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de - Staging: samsung-laptop: add support for lots of laptops - (bnc#661682). + (bnc#661682). - commit 1eb5eaa ------------------------------------------------------------------- Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Set timestamp of sources to the commit - timestamp, so that they are always older than generated files in - /usr/src/linux-obj (bnc#669669). + timestamp, so that they are always older than generated files in + /usr/src/linux-obj (bnc#669669). - commit 8565452 ------------------------------------------------------------------- Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to - keep timestamps intact. + keep timestamps intact. - commit 9ba5ff0 ------------------------------------------------------------------- Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Remove .gitignore files after applying patches - (fix last change). + (fix last change). - commit 907f9cc ------------------------------------------------------------------- Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit c327e0a ------------------------------------------------------------------- @@ -4546,8 +4954,8 @@ Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition - of %release_major and rename it to %release_num to better describe - what it does. Add some comments to explain how the versioning works. + of %release_major and rename it to %release_num to better describe + what it does. Add some comments to explain how the versioning works. - commit 9a3bc94 ------------------------------------------------------------------- @@ -4566,14 +4974,14 @@ Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit b6b51ca ------------------------------------------------------------------- Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de - ALSA: hda - Fix memory leaks in conexant jack arrays - (bnc#668929). + (bnc#668929). - commit 31971a4 ------------------------------------------------------------------- @@ -4611,8 +5019,8 @@ Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com - Update config files. - - CONFIG_EXPERT=n on all but ps3 - - Vanilla configs updated. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. - commit b25e639 ------------------------------------------------------------------- @@ -4633,7 +5041,7 @@ Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 90baa82 ------------------------------------------------------------------- @@ -4652,30 +5060,30 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc1. - - Removed 12 patches. - - Xen is disabled. - - Quite a few patches need updating. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. - commit 9163bb7 ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff ------------------------------------------------------------------- @@ -4688,7 +5096,7 @@ Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 ------------------------------------------------------------------- @@ -4707,22 +5115,22 @@ Mon Jan 17 20:52:49 CET 2011 - jeffm@suse.com Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz - Revert %kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 ------------------------------------------------------------------- Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 ------------------------------------------------------------------- Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 ------------------------------------------------------------------- @@ -4796,7 +5204,7 @@ Thu Jan 6 20:51:31 CET 2011 - jeffm@suse.com Thu Jan 6 19:48:28 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe ------------------------------------------------------------------- @@ -4815,28 +5223,28 @@ Thu Jan 6 17:09:12 CET 2011 - jeffm@suse.com Thu Jan 6 17:08:44 CET 2011 - jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d ------------------------------------------------------------------- Thu Jan 6 16:10:26 CET 2011 - jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 ------------------------------------------------------------------- @@ -4849,7 +5257,7 @@ Thu Jan 6 15:49:34 CET 2011 - jack@suse.cz Thu Jan 6 13:56:07 CET 2011 - mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 ------------------------------------------------------------------- @@ -4858,7 +5266,7 @@ Thu Jan 6 10:07:22 CET 2011 - mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b @@ -4879,7 +5287,7 @@ Thu Dec 30 00:50:58 CET 2010 - jeffm@suse.com Wed Dec 29 22:23:21 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 ------------------------------------------------------------------- @@ -4904,38 +5312,38 @@ Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c ------------------------------------------------------------------- Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (bnc#655048). + Backport to XEN. - commit 92c0965 ------------------------------------------------------------------- Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz - Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive - decode" (bnc#655048). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 @@ -4950,8 +5358,8 @@ Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz - Delete - patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. - It's unreferenced and wrong. + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. - commit 9e6fc50 ------------------------------------------------------------------- @@ -4988,10 +5396,10 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 @@ -5024,14 +5432,14 @@ Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 ------------------------------------------------------------------- Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 ------------------------------------------------------------------- @@ -5062,7 +5470,7 @@ Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b @@ -5071,12 +5479,12 @@ Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c ------------------------------------------------------------------- @@ -5109,7 +5517,7 @@ Fri Nov 26 15:04:27 CET 2010 - jbeulich@novell.com - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -5133,7 +5541,7 @@ Wed Nov 24 15:49:45 CET 2010 - jeffm@suse.com Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac ------------------------------------------------------------------- @@ -5157,7 +5565,7 @@ Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Wed Nov 17 17:10:32 CET 2010 - jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 ------------------------------------------------------------------- @@ -5176,7 +5584,7 @@ Tue Nov 16 20:08:11 CET 2010 - jeffm@suse.com Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 ------------------------------------------------------------------- @@ -5189,7 +5597,7 @@ Mon Nov 15 21:33:19 CET 2010 - jeffm@suse.com Mon Nov 15 21:30:37 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 ------------------------------------------------------------------- @@ -5208,16 +5616,16 @@ Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz Fri Nov 12 18:37:10 CET 2010 - jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 ------------------------------------------------------------------- Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de - Update config files. (bnc#652954) increase the number of possible and - default uarts for users with multi-port serial cards for the i386 and - x86-64 default configs. + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. - commit 85c87e3 ------------------------------------------------------------------- @@ -5231,20 +5639,20 @@ Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + top down (bnc#651256). - PCI: allocate bus resources from the top down (bnc#651256). - x86/PCI: allocate space from the end of a region, not the - beginning (bnc#651256). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + capabilities (bnc#651256). - x86: allocate space within a region top-down (bnc#651256). - Refresh patches.xen/xen3-patch-2.6.34. - commit 8c68ad1 @@ -5253,21 +5661,21 @@ Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 ------------------------------------------------------------------- Fri Oct 29 13:47:35 CEST 2010 - jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb ------------------------------------------------------------------- Fri Oct 29 01:53:34 CEST 2010 - trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b ------------------------------------------------------------------- @@ -5287,14 +5695,14 @@ Wed Oct 27 14:51:30 CEST 2010 - jslaby@suse.cz Tue Oct 26 21:31:22 CEST 2010 - trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 ------------------------------------------------------------------- Tue Oct 26 13:41:23 CEST 2010 - jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 ------------------------------------------------------------------- @@ -5302,7 +5710,7 @@ Mon Oct 25 12:53:38 CEST 2010 - jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 @@ -5312,7 +5720,7 @@ Mon Oct 25 08:58:15 CEST 2010 - tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda ------------------------------------------------------------------- @@ -5325,7 +5733,7 @@ Fri Oct 22 21:18:25 CEST 2010 - jeffm@suse.de Fri Oct 22 13:32:04 CEST 2010 - jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb ------------------------------------------------------------------- @@ -5340,7 +5748,7 @@ Thu Oct 21 10:11:03 CEST 2010 - sjayaraman@suse.de Mon Oct 18 16:54:57 CEST 2010 - trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf ------------------------------------------------------------------- @@ -5376,7 +5784,7 @@ Mon Oct 11 17:14:51 CEST 2010 - mmarek@suse.cz Mon Oct 11 16:12:29 CEST 2010 - jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 ------------------------------------------------------------------- @@ -5389,7 +5797,7 @@ Fri Oct 8 17:40:50 CEST 2010 - jeffm@suse.de Tue Oct 5 18:02:19 CEST 2010 - jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa ------------------------------------------------------------------- @@ -5402,7 +5810,7 @@ Tue Oct 5 17:19:46 CEST 2010 - jeffm@suse.de Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 @@ -5411,7 +5819,7 @@ Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de Mon Oct 4 16:57:34 CEST 2010 - jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 ------------------------------------------------------------------- @@ -5424,25 +5832,25 @@ Fri Sep 24 13:45:31 CEST 2010 - jbeulich@novell.com Fri Sep 24 13:23:13 CEST 2010 - trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 ------------------------------------------------------------------- Fri Sep 24 13:14:36 CEST 2010 - trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 ------------------------------------------------------------------- @@ -5467,7 +5875,7 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 @@ -5475,7 +5883,7 @@ Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b ------------------------------------------------------------------- @@ -5494,7 +5902,7 @@ Tue Sep 21 14:15:34 CEST 2010 - mmarek@suse.cz Tue Sep 21 13:59:10 CEST 2010 - jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 ------------------------------------------------------------------- @@ -5502,8 +5910,8 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f @@ -5512,14 +5920,14 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de Mon Sep 20 16:03:14 CEST 2010 - sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b ------------------------------------------------------------------- Mon Sep 20 15:25:41 CEST 2010 - jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 ------------------------------------------------------------------- @@ -5532,25 +5940,25 @@ Sun Sep 19 17:39:03 CEST 2010 - jeffm@suse.com Fri Sep 17 01:05:47 CEST 2010 - jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 ------------------------------------------------------------------- Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de - x86-64, compat: Test %rax for the syscall number, not %eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 ------------------------------------------------------------------- Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac ------------------------------------------------------------------- @@ -5563,21 +5971,21 @@ Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 ------------------------------------------------------------------- Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 ------------------------------------------------------------------- Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 ------------------------------------------------------------------- @@ -5592,11 +6000,11 @@ Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -5626,7 +6034,7 @@ Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de 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). + (CVE-2010-2954 bnc#636112). - commit f04e61f ------------------------------------------------------------------- @@ -5648,7 +6056,7 @@ Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 ------------------------------------------------------------------- @@ -5667,28 +6075,28 @@ Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - 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. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + 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. + 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. + the truncate path and causes crashes. - commit e18fc2c ------------------------------------------------------------------- @@ -5743,22 +6151,22 @@ Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de 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. + 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. + 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. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e ------------------------------------------------------------------- @@ -5772,7 +6180,7 @@ Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com 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. + avoid triggering a build service rule error. - commit 124ac26 ------------------------------------------------------------------- @@ -5791,14 +6199,14 @@ Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de 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. + 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 - to grab the BKL + to grab the BKL - commit 1df02ec ------------------------------------------------------------------- @@ -5811,20 +6219,20 @@ Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - 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. + - 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 ------------------------------------------------------------------- @@ -5843,10 +6251,10 @@ Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com 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. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 ------------------------------------------------------------------- @@ -5878,7 +6286,7 @@ Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com 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). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 ------------------------------------------------------------------- @@ -5891,7 +6299,7 @@ Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz 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. + 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 @@ -5901,14 +6309,14 @@ Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de 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). + 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). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 @@ -5917,13 +6325,13 @@ 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. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b @@ -5932,7 +6340,7 @@ Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com 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. + usage from upstream commit 718be4aa. - commit 4ce0b48 ------------------------------------------------------------------- @@ -5963,7 +6371,7 @@ Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 ------------------------------------------------------------------- @@ -5976,7 +6384,7 @@ Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 ------------------------------------------------------------------- @@ -5990,7 +6398,7 @@ 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). + though). - commit 8ed2389 ------------------------------------------------------------------- diff --git a/kernel-ppc64.spec b/kernel-versatile.spec similarity index 95% rename from kernel-ppc64.spec rename to kernel-versatile.spec index 8eebfd04d..6288cec02 100644 --- a/kernel-ppc64.spec +++ b/kernel-versatile.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-ppc64 +# spec file for package kernel-versatile # # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -17,14 +17,14 @@ # norootforbuild -%define srcversion 3.6 -%define patchversion 3.6.3 +%define srcversion 3.7 +%define patchversion 3.7.0 %define variant %{nil} %define vanilla_only 0 %include %_sourcedir/kernel-spec-macros -%define build_flavor ppc64 +%define build_flavor versatile %define build_default (%build_flavor == "default") %define build_kdump (%build_flavor == "kdump") %define build_xen (%build_flavor == "xen" || %build_flavor == "ec2") @@ -55,9 +55,9 @@ %define install_vdso 0 %endif -Name: kernel-ppc64 -Summary: Kernel for ppc64 Systems -Version: 3.6.3 +Name: kernel-versatile +Summary: Kernel for Versatile SoC +Version: 3.7.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -91,7 +91,7 @@ Requires(post): distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release # Remove some packages that are installed automatically by the build system, # but are not needed to build the kernel -#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv +#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv %ifarch ia64 # arch/ia64/scripts/unwcheck.py @@ -134,14 +134,7 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -%ifarch ppc -Provides: kernel-pmac64 kernel-pseries64 kernel-iseries64 kernel-kdump -Obsoletes: kernel-pmac64 kernel-pseries64 kernel-iseries64 kernel-kdump -%endif -%ifarch ppc64 -Provides: kernel-kdump -Obsoletes: kernel-kdump -%endif + Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2 Source2: source-post.sh @@ -203,7 +196,7 @@ Source113: patches.kabi.tar.bz2 Source120: kabi.tar.bz2 Source121: sysctl.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build -ExclusiveArch: ppc ppc64 +ExclusiveArch: armv5tel %define kmp_target_cpu %_target_cpu %ifarch %ix86 # Only i386/default supports i586, mark other flavors' packages as i686 @@ -270,14 +263,7 @@ Obsoletes: quickcam-kmp-%build_flavor < 0.6.7 %define supported_modules_check 0 %description -This package contains the kernel for: - -IBM pSeries 64bit machines IBM iSeries 64bit machines Apple G5 machines -Sony Playstation 3 - -The boot file is /boot/vmlinux. - -The home page of the ppc64 project is http://www.penguinppc.org/ +The standard kernel for Versatile SoC, or for emulation with QEMU. %source_timestamp @@ -487,10 +473,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz @@ -801,7 +786,7 @@ rm %my_builddir/tmp %endif %package base -Summary: Kernel for ppc64 Systems - base modules +Summary: Kernel for Versatile SoC - base modules Group: System/Kernel Url: http://www.kernel.org/ Provides: multiversion(kernel) @@ -816,14 +801,7 @@ Conflicts: libc.so.6()(64bit) %endif %description base -This package contains the kernel for: - -IBM pSeries 64bit machines IBM iSeries 64bit machines Apple G5 machines -Sony Playstation 3 - -The boot file is /boot/vmlinux. - -The home page of the ppc64 project is http://www.penguinppc.org/ +The standard kernel for Versatile SoC, or for emulation with QEMU. This package contains only the base modules, required in all installs. @@ -844,7 +822,7 @@ This package contains only the base modules, required in all installs. %endif %package extra -Summary: Kernel for ppc64 Systems - Unsupported kernel modules +Summary: Kernel for Versatile SoC - Unsupported kernel modules Group: System/Kernel Url: http://www.kernel.org/ Provides: multiversion(kernel) @@ -861,14 +839,7 @@ Conflicts: libc.so.6()(64bit) %endif %description extra -This package contains the kernel for: - -IBM pSeries 64bit machines IBM iSeries 64bit machines Apple G5 machines -Sony Playstation 3 - -The boot file is /boot/vmlinux. - -The home page of the ppc64 project is http://www.penguinppc.org/ +The standard kernel for Versatile SoC, or for emulation with QEMU. This package contains additional modules not supported by Novell. @@ -912,6 +883,7 @@ Provides: multiversion(kernel) Provides: %name-devel = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel Supplements: packageand(%name:kernel-devel%variant) +PreReq: coreutils %description devel This package contains files necessary for building kernel modules (and diff --git a/kernel-xen.changes b/kernel-xen.changes index 2887ccaf6..e0d27f80d 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,393 @@ +------------------------------------------------------------------- +Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com + +- ezusb: add dependency to USB. + This prevents build failures by making it depend on the value of CONFIG_USB. + Commit 36e0f0bd did this for architectures other than ARM manually. +- commit b89db5d + +------------------------------------------------------------------- +Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de + +- Drivers: hv: balloon: Fix a memory leak. +- commit 26cdad5 + +------------------------------------------------------------------- +Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com + +- Update to 3.7-final. +- commit 1771a73 + +------------------------------------------------------------------- +Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de + +- Update patch headers for fate314663 and fate314665 changes +- commit 44044f1 + +------------------------------------------------------------------- +Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz + +- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually + ext3 will be removed upstream so let's do the transition. +- commit dadc8ea + +------------------------------------------------------------------- +Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr + +- Update omap2plus (armv7) config: Enable TWL* USB drivers +- commit 28c09f5 + +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + +------------------------------------------------------------------- +Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de + +- fate#314663 hyper-v memory ballooning support +- mm: Export a function to get vm committed memory. +- Drivers: hv: Add Hyper-V balloon driver. +- Drivers: hv: balloon: Fix a bug in the definition of struct + dm_info_msg. +- Update config files. + fate#314665 hyper-v: Update the Vmbus protocol +- Drivers: hv: Implement routines for read side signaling + optimization. +- Drivers: hv: Add state to manage batched reading. +- Drivers: hv: Turn off batched reading for util drivers. +- Drivers: hv: Optimize signaling in the read path. +- Drivers: hv: Optimize the signaling on the write path. +- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask(). +- Drivers: hv: Support handling multiple VMBUS versions. +- Drivers: hv: Update the ring buffer structure to match win8 + functionality. +- Drivers: hv: Extend/modify vmbus_channel_offer_channel for + win7 and beyond. +- Drivers: hv: Save and export negotiated vmbus version. +- Drivers: hv: Change the signature for hv_signal_event(). +- Drivers: hv: Change the signature of vmbus_set_event(). +- Drivers: hv: Move vmbus version definitions to hyperv.h. +- Drivers: hv: Manage signaling state on a per-connection basis. +- Drivers: hv: Cleanup vmbus_set_event() to support win7 and + beyond. +- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID. +- Drivers: hv: Add state to manage incoming channel interrupt + load. +- Drivers: hv: Modify the interrupt handling code to support + win8 and beyond. +- Drivers: hv: Add code to distribute channel interrupt load. +- Drivers: hv: Get rid of the unused global signaling state. +- Drivers: hv: Get rid of unnecessary request for offers. +- Drivers: hv: Manage event tasklets on per-cpu basis. +- Drivers: hv: Handle vmbus interrupts concurrently on all cpus. +- Drivers: hv: Add a check to deal with spurious interrupts. +- Drivers: hv: Enable protocol negotiation with win8 hosts. +- Drivers: hv: Implement flow management on the send side. +- Drivers: hv: Capture the host build information. +- Drivers: hv: Cleanup and consolidate reporting of build/version + info. +- commit 4fccd03 + +------------------------------------------------------------------- +Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc8. +- Delete patches.rpmify/net-fix-build-failure-in-xilinx. +- commit 76b3d92 + +------------------------------------------------------------------- +Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de + +- add splash=black option to bootsplash code, + to keep a black background, useful for remote access to VMs + (bnc#773487) +- commit c060ae1 + +------------------------------------------------------------------- +Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem + (bnc#781327) +- commit 841d864 + +------------------------------------------------------------------- +Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com + +- net: fix build failure in xilinx. +- commit 28be621 + +------------------------------------------------------------------- +Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com + +- Update config files. Enable CONFIG_SMB2 to 'y'. +- commit 25bdfaf + +------------------------------------------------------------------- +Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc6. +- commit daac70a + +------------------------------------------------------------------- +Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz + +- rpm/config.sh: Set projects for ARM +- commit 55bac79 + +------------------------------------------------------------------- +Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related + crash in context switch code). +- commit bb1d12d + +------------------------------------------------------------------- +Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com + +- Update to 3.7-rc5. +- Update Xen patches additionally to c/s 1204: +- commit d5de9cf + +------------------------------------------------------------------- +Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com + +- config: sync x86_64 configs for NR_UARTS + This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and + CONFIG_SERIAL_8250_NR_UARTS to 32. +- commit ddf88e6 + +------------------------------------------------------------------- +Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com + +- Delete patches.arch/s390-remove-kvm-para.patch. +- commit f759e1e + +------------------------------------------------------------------- +Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com + +- config: sync ppc64 configs for LIB80211, NET_SDA_MV* + This commit changes the following options to be modular: + LIB80211 + NET_DSA_MV88E6XXX + NET_DSA_MV88E6060 +- commit caa5a52 + +------------------------------------------------------------------- +Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com + +- config: sync ppc64/debug with ppc64/default + The debug config should be identical to default with the exception of + the debug options. This patch brings ppc64/debug in line with ppc64/default + with the exception of a few things that are modular in debug that should + also be modular in default. +- commit b981fcd + +------------------------------------------------------------------- +Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com + +- config: sync kvm options between ppc64 flavors. +- commit 8a389d5 + +------------------------------------------------------------------- +Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com + +- config: disable HW_RANDOM_AMD on ppc64 + This chip is only on AMD hardware and an old ppc64 eval board. We can skip + it on ppc64. +- commit 03001a4 + +------------------------------------------------------------------- +Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com + +- config: Eliminate unused ppc/ppc64 configs. + The history of the ppc/ppc64 configs is a convoluted one that started + before the kernel source could support multiple machine types with a + single image and before there was a usable 64-bit userspace. + In the subsequent years, the powerpc code has been unified and we've + released a 64-bit powerpc userspace. The "default" and "ppc64" configs + on ppc64 are essentially identical and just waste space. The "ppc64" + config on 32-bit ppc address a long since unnecessary corner case. Users + who still want a 32-bit userspace with a 64-bit kernel can install and + update it themselves using the 64-bit repository like i386/x86_64 users + can do. + This commit can be summarized thusly: + rm config/ppc/ppc64 + rm config/ppc/ps3 (already unused) + mv config/ppc64/ppc64 config/ppc64/default +- commit a9cc3d5 + +------------------------------------------------------------------- +Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr + +- Add kernel-versatile description +- commit 5424cf2 + +------------------------------------------------------------------- +Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr + +- Enable armv5 in arch-symbols +- commit 401de81 + +------------------------------------------------------------------- +Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com + +- config: sync vanilla flavor with default flavor for each platform + The vanilla configs have drifted away from the default configuration + for each platform. This patch brings them back in sync. +- commit 8d4661f + +------------------------------------------------------------------- +Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com + +- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled. +- commit 9907c37 + +------------------------------------------------------------------- +Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com + +- Updated to 3.7-rc4. + Eliminated 1 patch. +- commit 5168053 + +------------------------------------------------------------------- +Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com + +- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again). +- commit 5feff7e + +------------------------------------------------------------------- +Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com + +- Update Xen patches to 3.7-rc3 and c/s 1202. +- extend base interfaces to support multi-page rings for + frontend/backend communication. +- blkback: allow using multiple page frontend communication ring. +- blkfront: allow using multiple page backend communication ring. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Fix build when disabled. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- config.conf: Re-enable Xen configs. +- Update x86 config files. +- Delete patches.xen/xen3-acpi_override_2_2.patch. +- commit f042386 + +------------------------------------------------------------------- +Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr + +- Add support to armv5 versatile kernel +- commit 99d34f3 + +------------------------------------------------------------------- +Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com + +- Update to 3.7-rc3. +- commit 48e5027 + +------------------------------------------------------------------- +Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615) +- commit 2520563 + +------------------------------------------------------------------- +Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de + +- ARM: Update config files: Fix vexpress (default) config +- commit be072b4 + +------------------------------------------------------------------- +Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de + +- Fixup kvm for s390. +- commit 503388b + +------------------------------------------------------------------- +Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi +- commit 336ead7 + +------------------------------------------------------------------- +Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de + +- Revert "disable non-compiling irrelevant I2C module" +- commit d5a21c5 + +------------------------------------------------------------------- +Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de + +- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE. +- commit 8e108ab + +------------------------------------------------------------------- +Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 565b450 + +------------------------------------------------------------------- +Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de + +- Refresh patches.arch/arm-exynos-nosparse.patch. +- commit 55fbf60 + +------------------------------------------------------------------- +Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de + +- ARM: Update config files. +- commit 118f2f9 + +------------------------------------------------------------------- +Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de + +- ARM: Exynos: Fix MMC driver +- ARM: Exynos: Update configs +- commit 37a1704 + +------------------------------------------------------------------- +Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com + +- config: change CONFIG_USB_EZUSB_FX2 to module +- commit 36e0f0b + +------------------------------------------------------------------- +Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com + +- Actually use kthread_run in crasher.ko. + The previous commit was incomplete. +- commit b8b35ae + +------------------------------------------------------------------- +Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com + +- crasher: use kthread_run() instead of kernel_thread(). + Linux 3.7-rc2 no longer exports kernel_thread on all architectures. +- commit f17d925 + +------------------------------------------------------------------- +Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com + +- Updated to 3.7-rc2. +- commit e00a663 + ------------------------------------------------------------------- Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de @@ -14,7 +404,7 @@ Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz - Refresh patches.xen/xen3-patch-3.6. - Delete patches.fixes/hv-storvsc-reset-wait.patch. - Delete - patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. + patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic. - commit cfee26b ------------------------------------------------------------------- @@ -36,19 +426,19 @@ Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de and proper git-xy: meta tags: - lib: Add early cpio decoder. - x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() - for e820 handling. + for e820 handling. - ACPI: Store valid ACPI tables passed via early initrd in - reserved memblock areas. + reserved memblock areas. - ACPI: Implement physical address table override. - ACPI: Create acpi_table_taint() function to avoid code - duplication. + duplication. - ACPI: Document ACPI table overriding via initrd. - ACPI: Fix build when disabled. - X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. - ACPI: Overriding ACPI tables via initrd only works with - an initrd. + an initrd. - ACPI: Cleanup acpi_initrd_override declaration and remove - ifdefs. + ifdefs. - Delete patches.arch/acpi_fix_custom_method_acc.patch. - Delete patches.arch/acpi_override_2_2.patch. - Delete patches.arch/acpi_override_documentation. @@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz This allows to control the kabi checker from outside of the package. - commit 0a0900c +------------------------------------------------------------------- +Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com + +- Update to 3.7-rc1. +- Eliminated 38 patches. +- Xen is disabled. +- ARM configs need updating. +- Module signing is disabled until the build infrastructure can support it. +- commit fce087a + ------------------------------------------------------------------- Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz @@ -87,14 +487,20 @@ Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz - Delete - patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. + patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch. - Delete - patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. + patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch. - Delete - patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. + patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch. These are in 3.6.1. - commit 2a321c4 +------------------------------------------------------------------- +Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com + +- Remove noncompiling modules +- commit b7cdd5a + ------------------------------------------------------------------- Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de @@ -136,7 +542,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - hyperv: Add comments for the extended buffer after RNDIS message. - Drivers: hv: Cleanup the guest ID computation. - Drivers: hv: vmbus: Use the standard format string to format - GUIDs. + GUIDs. - Drivers: hv: Add KVP definitions for IP address injection. - Drivers: hv: kvp: Cleanup error handling in KVP. - Drivers: hv: Explicitly size elements of protocol structures. @@ -148,7 +554,7 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - Tools: hv: Represent the ipv6 mask using CIDR notation. - Tools: hv: Gather ipv[4,6] gateway information. - hv: fail the probing immediately when we are not in hyperv - platform. + platform. - hv: vmbus_drv: detect hyperv through x86_hyper. - Tools: hv: Get rid of some unused variables. - Tools: hv: Correctly type string variables. @@ -167,14 +573,14 @@ Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de - tools/hv: Parse /etc/os-release. - hyperv: Fix the max_xfer_size in RNDIS initialization. - hyperv: Fix the missing return value in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - hyperv: Fix page buffer handling in rndis_filter_send_request(). - hyperv: Remove extra allocated space for recv_pkt_list elements. - hyperv: Report actual status in receive completion packet. - hyperv: Add buffer for extended info after the RNDIS response - message. + message. - Delete - patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. - commit 08d283b ------------------------------------------------------------------- @@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com - ARM/u5800: Fix build of ux500 driver - Acked-by: Jeff Mahoney - commit 0ea37a0 +------------------------------------------------------------------- +Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com + +- disable non-compiling irrelevant I2C module +- commit 0ba9bac + ------------------------------------------------------------------- Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com - ARM/tegra: Remove optional parts to fix build - Acked-by: Jeff Mahoney - commit d729a16 ------------------------------------------------------------------- Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com - ARM: enable zcache support - Acked-by: Jeff Mahoney - commit 17b147b ------------------------------------------------------------------- Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com - ARM/cubox: set cachefilesd to module - Acked-by: Jeff Mahoney - commit c1fb243 ------------------------------------------------------------------- @@ -229,13 +637,13 @@ Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de - Remove old patchset to override ACPI tables via initrd. Also remove a stale xen patch related to that. - Delete - patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - Delete - patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. - Delete - patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. - Delete - patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. - commit dd8f1b0 ------------------------------------------------------------------- @@ -364,7 +772,7 @@ Mon Sep 10 19:22:00 CEST 2012 - jeffm@suse.com Mon Sep 10 10:20:23 CEST 2012 - jbeulich@novell.com - patches.arch/s390-message-catalog.diff: Properly handle pr_cont() and fold - in the below two trivial fixes. + in the below two trivial fixes. - Delete patches.arch/s390-message-catalog-fix.diff. - Delete patches.arch/s390-message-catalog-perl-fix.diff. - Refresh patches.arch/kmsg-fix-parameter-limitations. @@ -438,10 +846,10 @@ Fri Aug 31 23:20:23 CEST 2012 - dmueller@suse.com Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz - i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y - && CONFIG_I2C_DESIGN. + && CONFIG_I2C_DESIGN. - Delete - patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. - Move it to rpmify, so that vanilla builds fine too. + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. - commit 0217ad5 ------------------------------------------------------------------- @@ -519,7 +927,7 @@ Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com Fri Aug 17 14:51:23 CEST 2012 - jeffm@suse.com - Update to 3.6-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 71963b0 ------------------------------------------------------------------- @@ -975,7 +1383,7 @@ Wed Jun 13 13:21:58 CEST 2012 - hare@suse.de - Rediff patch - patches.drivers/mach-dove-Fixup-ge00-initialisation.patch: - Rediff after backport from upstream. + Rediff after backport from upstream. - commit fa58c5e ------------------------------------------------------------------- @@ -983,7 +1391,7 @@ Wed Jun 13 12:56:17 CEST 2012 - hare@suse.de - Fixup patch to apply - patches.drivers/spi-orion-convert-to-new-infrastructure.patch - backported from upstream. + backported from upstream. - commit 2507393 ------------------------------------------------------------------- @@ -1002,9 +1410,9 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com - Update to 3.5-rc2. - - Xen needs update. - - ARM needs update. - - Eliminated 13 patches. + - Xen needs update. + - ARM needs update. + - Eliminated 13 patches. - commit 3f461b1 ------------------------------------------------------------------- @@ -1043,7 +1451,7 @@ Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de - [SCSI] storvsc: Properly handle errors from the host - (bnc#747404). + (bnc#747404). - Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. - commit ad28e23 @@ -1106,7 +1514,7 @@ Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Tue May 22 14:21:24 CEST 2012 - trenn@suse.de - X86 acpi_cpufreq: Do not use request_module for autoloading - (bnc#756085). + (bnc#756085). - Refresh patches.xen/xen3-auto-common.diff. - patches.xen/xen3-patch-3.3: - commit caf270e @@ -1165,7 +1573,7 @@ Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com - Update to 3.4-rc7. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 4cd9e9b ------------------------------------------------------------------- @@ -1218,7 +1626,7 @@ Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com - Update to 3.4-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 749ea8f ------------------------------------------------------------------- @@ -1255,7 +1663,7 @@ Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not require distribution-release - during build. + during build. - commit 3cd703f ------------------------------------------------------------------- @@ -1306,18 +1714,18 @@ Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com - Disabled DECNet and ARCNet. Specific config options disabled: CONFIG_ARCNET - CONFIG_ARCNET_1051 - CONFIG_ARCNET_1201 - CONFIG_ARCNET_CAP - CONFIG_ARCNET_COM20020_CS - CONFIG_ARCNET_COM20020 - CONFIG_ARCNET_COM20020_PCI - CONFIG_ARCNET_COM90xxIO - CONFIG_ARCNET_COM90xx - CONFIG_ARCNET_RAW - CONFIG_ARCNET_RIM_I + CONFIG_ARCNET_1051 + CONFIG_ARCNET_1201 + CONFIG_ARCNET_CAP + CONFIG_ARCNET_COM20020_CS + CONFIG_ARCNET_COM20020 + CONFIG_ARCNET_COM20020_PCI + CONFIG_ARCNET_COM90xxIO + CONFIG_ARCNET_COM90xx + CONFIG_ARCNET_RAW + CONFIG_ARCNET_RIM_I CONFIG_DECNET - CONFIG_DECNET_NF_GRABULATOR + CONFIG_DECNET_NF_GRABULATOR - commit 272dd14 ------------------------------------------------------------------- @@ -1419,7 +1827,7 @@ Fri Apr 20 18:09:06 CEST 2012 - jbeulich@novell.com Tue Apr 17 15:59:19 CEST 2012 - jeffm@suse.com - Update to 3.4-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 2fde7e0 ------------------------------------------------------------------- @@ -1439,7 +1847,7 @@ Mon Apr 9 03:28:12 CEST 2012 - jeffm@suse.com Fri Apr 6 06:42:35 CEST 2012 - jeffm@suse.com - Update AppArmor for 3.4. - - apparmor: Add "profiles" list to sysfs. + - apparmor: Add "profiles" list to sysfs. - commit 59517ac ------------------------------------------------------------------- @@ -1452,10 +1860,10 @@ Thu Apr 5 22:25:16 CEST 2012 - jeffm@suse.com Thu Apr 5 09:18:14 CEST 2012 - jeffm@suse.com - Updated to 3.4-rc1. - - Eliminated 121 patches. - - Xen is unavailable. - - ACPI overrides are unavailable. - - AppArmor network feature are unavailable. + - Eliminated 121 patches. + - Xen is unavailable. + - ACPI overrides are unavailable. + - AppArmor network feature are unavailable. - commit 3ac7e79 ------------------------------------------------------------------- @@ -1535,7 +1943,7 @@ Sat Mar 24 00:57:07 CET 2012 - dsterba@suse.cz - Refresh patches.suse/btrfs-handle-EIO. - Refresh - patches.suse/btrfs-volumes-schedule_bio-should-return-void. + patches.suse/btrfs-volumes-schedule_bio-should-return-void. - commit d97ade6 ------------------------------------------------------------------- @@ -1578,10 +1986,10 @@ Mon Mar 19 11:16:34 CET 2012 - jslaby@suse.cz Mon Mar 19 11:07:00 CET 2012 - jslaby@suse.cz - Delete - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. + patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch. - Delete patches.arch/dell_optiplex_990_fix_reboot.patch. - Delete - patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. + patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu. - Delete patches.drivers/libata-unlock-hpa-by-default. - Delete patches.fixes/scsi-add-tgps-setting. - Delete patches.fixes/scsi-dh-rdac-add-stk. @@ -1618,23 +2026,23 @@ Mon Mar 12 15:26:55 CET 2012 - ohering@suse.de - Staging: hv: storvsc: Cleanup storvsc_host_reset_handler(). - Staging: hv: storvsc: Move and cleanup storvsc_remove(). - Staging: hv: storvsc: Add a comment to explain life-cycle - management. + management. - Staging: hv: storvsc: Get rid of the on_io_completion in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Rename the context field in - hv_storvsc_request. + hv_storvsc_request. - Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver. - Staging: hv: storvsc: Cleanup the code for generating protocol - version. + version. - Staging: hv: storvsc: Cleanup some protocol related constants. - Staging: hv: storvsc: Get rid of some unused defines. - Staging: hv: storvsc: Consolidate the request structure. - Staging: hv: storvsc: Consolidate all the wire protocol - definitions. + definitions. - Staging: hv: storvsc: Move the storage driver out of the - staging area. + staging area. - Rename patches.suse/staging-hv-pata_piix-ignore-disks.patch to - patches.suse/suse-hv-pata_piix-ignore-disks.patch + patches.suse/suse-hv-pata_piix-ignore-disks.patch - commit 7487199 ------------------------------------------------------------------- @@ -1829,41 +2237,41 @@ Mon Feb 13 17:23:49 CET 2012 - mmarek@suse.cz Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de - Add driver auto probing for x86 features v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Fix overrun check in arch_print_cpu_modalias() - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - crypto: Add support for x86 cpuid - auto loading for x86 crypto drivers - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + auto loading for x86 crypto drivers + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86/cpu: Clean up modalias feature matching - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel-idle: convert to x86_cpu_id auto probing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Fix ID for Nehalem-EX Xeon in device ID table - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert via-cputemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k7: Fix CPU family number - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: Load acpi-cpufreq from processor driver automatically - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - intel_idle: Revert change of auto_demotion_flags for Nehalem - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - HWMON: Convert coretemp to x86 cpuid autoprobing - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - powernow-k6: Really enable auto-loading - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - X86: Introduce HW-Pstate scattered cpuid feature - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - cpufreq: Add support for x86 cpuinfo auto loading v4 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - x86: autoload microcode driver on Intel and AMD systems v2 - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 parts - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - ACPI: remove duplicated lines of merging - problems with acpi_processor_start - (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). + problems with acpi_processor_start + (http://lists.opensuse.org/opensuse-kernel/2011-11/msg00075.html). - Update config files. - commit 6efe9b5 @@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for --default (bnc#745632). KMPs are still built as i586. + -default (bnc#745632). KMPs are still built as i586. - commit 88a632b ------------------------------------------------------------------- @@ -1902,8 +2310,8 @@ Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com - Update to 3.3-rc2. - - Eliminated 5 patches. - - Xen is disabled. + - Eliminated 5 patches. + - Xen is disabled. - commit d017ea1 ------------------------------------------------------------------- @@ -2002,7 +2410,7 @@ Wed Dec 21 14:38:42 CET 2011 - jbeulich@novell.com Tue Dec 20 16:35:33 CET 2011 - jeffm@suse.com - Update to 3.2-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit d5a489e ------------------------------------------------------------------- @@ -2010,7 +2418,7 @@ Tue Dec 20 11:34:14 CET 2011 - trenn@suse.de - These should all be mainline in some form: - Delete - patches.arch/implement_stop_machine_from_offline_cpu.patch. + patches.arch/implement_stop_machine_from_offline_cpu.patch. - Delete patches.arch/kill-__stop_machine.patch. - Delete patches.arch/reorganize_stop_cpus.patch. - Delete patches.arch/use_stop_machine_for_mtrr_rendezvous.patch. @@ -2026,14 +2434,14 @@ Sun Dec 18 07:38:42 CET 2011 - aj@suse.de Fri Dec 16 15:37:51 CET 2011 - aj@suse.de - rpm/kernel-binary.spec.in: Add provides and make most obsoletes versioned. - This silences rpmlint warnings. + This silences rpmlint warnings. - commit e3023c7 ------------------------------------------------------------------- Wed Dec 14 13:51:41 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: Fix tarball URL for -rcX and - do not generate any URL for linux-next and vanilla snapshots. + do not generate any URL for linux-next and vanilla snapshots. - commit 1548daf ------------------------------------------------------------------- @@ -2123,7 +2531,7 @@ Wed Dec 7 11:05:05 CET 2011 - aj@suse.de Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com - Update to 3.2-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit a7d546d ------------------------------------------------------------------- @@ -2235,8 +2643,8 @@ Fri Nov 25 05:58:54 CET 2011 - jeffm@suse.com Fri Nov 25 05:47:49 CET 2011 - jeffm@suse.com - Update to 3.2-rc3. - - stack unwind: cfi_ignore takes more arguments. - - iio: Fix build error in industrialio-core.c. + - stack unwind: cfi_ignore takes more arguments. + - iio: Fix build error in industrialio-core.c. - commit 48ef020 ------------------------------------------------------------------- @@ -2249,7 +2657,7 @@ Thu Nov 24 18:45:54 CET 2011 - ohering@suse.de Thu Nov 24 13:01:09 CET 2011 - mmarek@suse.cz - rpm/try-disable-staging-driver: Script to disable failing staging - driver and restart make. + driver and restart make. - commit 819d1fa ------------------------------------------------------------------- @@ -2343,14 +2751,14 @@ Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de Wed Nov 16 06:51:07 CET 2011 - jeffm@suse.com - Update to 3.2-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 85c9930 ------------------------------------------------------------------- Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com - Update to 3.2-rc1. - - Eliminate 212 patches. + - Eliminate 212 patches. - commit 6318d5b ------------------------------------------------------------------- @@ -2390,8 +2798,8 @@ Sat Nov 5 01:32:21 CET 2011 - trenn@suse.de Thu Nov 3 17:56:46 CET 2011 - mszeredi@suse.cz - patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch: - hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops - (CVE-2011-2203 bnc#699709). + hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops + (CVE-2011-2203 bnc#699709). - commit 7923119 ------------------------------------------------------------------- @@ -2429,16 +2837,16 @@ Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com - Add Elantech touchpad v3/v4 support (bnc#716852): - - Input: elantech - add v3 hardware support. - - Input: elantech - add v4 hardware support. - - Input: elantech - better support all those v2 variants. - - Input: elantech - clean up elantech_init. - - Input: elantech - correct x, y value range for v2 hardware. - - Input: elantech - get rid of ETP_2FT_* in elantech.h. - - Input: elantech - packet checking for v2 hardware. - - Input: elantech - remove ETP_EDGE_FUZZ_V2. - - Input: elantech - remove module parameter force_elantech. - - Input: elantech - use firmware provided x, y ranges. + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. - commit 28551a0 ------------------------------------------------------------------- @@ -2469,7 +2877,7 @@ Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de Tue Oct 25 19:24:17 CEST 2011 - eich@suse.de - patches.suse/SUSE-bootsplash: remove DEBUG macro which was - left in the code by accident. + left in the code by accident. - commit a56ba15 ------------------------------------------------------------------- @@ -2482,7 +2890,7 @@ Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de - patches.suse/staging-hv-pata_piix-ignore-disks.patch: - Update comments in code and reduce patch size + Update comments in code and reduce patch size - commit 8913d07 ------------------------------------------------------------------- @@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de ------------------------------------------------------------------- Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com --Update to 3.1-rc10. +- -Update to 3.1-rc10. - commit 239957e ------------------------------------------------------------------- @@ -2522,11 +2930,11 @@ Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de - Various updates for hv drivers, which fix also the hv_mouse driver - staging: hv: storvsc: ignore SET_WINDOWN scsi command - (bnc#722646). + (bnc#722646). - staging/hv: advertise hv_storvsc instead of storvsc as sysfs - driver name (bnc#716708). + driver name (bnc#716708). - staging/hv: fill scsi/proc_name for the sake of mkinitrd - (bnc#716708). + (bnc#716708). - Staging: hv: util: Invoke cn_netlink_send() in a work context. - Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. - Refresh patches.xen/xen3-patch-2.6.32. @@ -2560,7 +2968,7 @@ Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com - patches.suse/supported-flag: Also look for Module.supported in the - source tree. + source tree. - Refresh patches.suse/supported-flag-enterprise. - commit 9c8680a @@ -2594,15 +3002,15 @@ Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol - in userspace programs, so that they keep working on older systems. + in userspace programs, so that they keep working on older systems. - rpm/kernel-binary.spec.in: Pass -include - %_sourcedir/host-memcpy-hack.h to the compiler when compiling - userspace programs. + %_sourcedir/host-memcpy-hack.h to the compiler when compiling + userspace programs. - commit e3c78cf ------------------------------------------------------------------- @@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de - Refresh patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. --> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. + -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. - commit 0ac4276 ------------------------------------------------------------------- @@ -2647,9 +3055,9 @@ Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de - ACPI: Implement overriding of arbitrary ACPI tables via initrd - (none). + (none). - ACPICA: Fix wrongly mapped acpi table header when overriding - via initrd (none). + via initrd (none). - ACPICA: Introduce acpi_os_phys_table_override function (none). - x86: allow NVS can be accessed by driver (none). - Update config files: @@ -2667,7 +3075,7 @@ Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix unwinding through - interrupt frames, requiring ... + interrupt frames, requiring ... - patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression. - commit 4d917a5 @@ -2706,7 +3114,7 @@ Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com - mm: frontswap: swap data structure changes. - In HVM guests do not take over the CDROM device (bnc#645893). - x86: report ACPI-reserved state of PCI MMCONFIG region to - hypervisor. + hypervisor. - config.conf: Re-enable Xen flavors. - Update config files. - commit 3692f47 @@ -2746,33 +3154,33 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: util: kvp: Fix the reported OSVersion string. - Staging: hv: util: kvp: Cleanup kvp_get_domain_name(). - Staging: hv: Fix macros, tab errors and warning in - drivers/staging/hv/hv_mouse.c. + drivers/staging/hv/hv_mouse.c. - Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get - rid of the PCI signature. + rid of the PCI signature. - Staging: hv: Replace struct hv_guid with the uuid type already - defined in Linux. + defined in Linux. - Staging: hv: vmbus: Introduce vmbus ID space in struct - hv_driver. + hv_driver. - Staging: hv: blkvsc: Use the newly introduced vmbus ID in the - blockvsc driver. + blockvsc driver. - Staging: hv: storvsc: Use the newly introduced vmbus ID in - storvsc driver. + storvsc driver. - Staging: hv: netvsc: Use the newly introduced vmbus ID in - netvsc driver. + netvsc driver. - Staging: hv: mousevsc: Use the newly introduced vmbus ID in - mouse driver. + mouse driver. - Staging: hv: util: Make hv_utils a vmbus device driver. - Staging: hv: create VMBUS_DEVICE macro and use it. - Staging: hv: vmbus: Cleanup vmbus_match(). - Staging: hv: vmbus: Cleanup vmbus_uevent() code. - Staging: hv: vmbus: Support the notion of id tables in - vmbus_match(). + vmbus_match(). - Staging: hv: vmbus: Get rid of an unnecessary include line - in vmbus_drv.c. + in vmbus_drv.c. - Staging: hv: storvsc: Get rid of the DMI signature. - Staging: hv: netvsc: Get rid of the PCI signature. - Staging: hv: netvsc: Get rid of the DMI signature in - netvsc_drv.c. + netvsc_drv.c. - Staging: hv: util: Get rid of the DMI signature in hv_util.c. - Staging: hv: util: Get rid of the PCI signature in hv_util.c. - Staging: hv: fix up driver registering mess. @@ -2780,59 +3188,59 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: vmbus: Cleanup unnecessary comments in hv.c. - Staging: hv: vmbus: Cleanup error handling in hv_init(). - Staging: hv: vmbus: Get rid of unnecessay comments in - connection.c. + connection.c. - Staging: hv: vmbus: Get rid of the function dump_gpadl_body(). - Staging: hv: vmbus: Get rid of the function dump_gpadl_header(). - Staging: hv: vmbus: Rename openMsg to open_msg in channel.c. - Staging: hv: vmbus: Get rid of unnecessary comments in - channel.c. + channel.c. - Staging: hv: vmbus: Change the variable name openInfo to - open_info in channel.c. + open_info in channel.c. - Staging: hv: vmbus: Cleanup error values in ringbuffer.c. - Staging: hv: vmbus: Cleanup the error return value in - vmbus_recvpacket_raw(). + vmbus_recvpacket_raw(). - Staging: hv: netvsc: Get rid of an unnecessary print statement - in netvsc_probe(). + in netvsc_probe(). - Staging: hv: vmbus: Retry vmbus_post_msg() before giving up. - Staging: hv: storvsc: Cleanup error handling in - storvsc_dev_add(). + storvsc_dev_add(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_channel_init(). + storvsc_channel_init(). - Staging: hv: storvsc: Cleanup error handling in - storvsc_connect_to_vsp(). + storvsc_connect_to_vsp(). - Staging: hv: storvsc: Cleanup error handling in storvsc_do_io(). - Storage: hv: storvsc: Get rid of some unnecessary DPRINTs - from storvsc.c. + from storvsc.c. - Staging: hv: storvsc: Fix/cleanup some dated comments in - storvsc.c. + storvsc.c. - Staging: hv: storvsc: Cleanup returned error code in - storvsc_host_reset(). + storvsc_host_reset(). - Staging: hv: storvsc: Cleanup error code returned in - storvsc_probe(). + storvsc_probe(). - Staging: hv: storvsc: Cleanup returned error code in - storvsc_drv_init(). + storvsc_drv_init(). - Staging: hv: netvsc: Cleanup the returned error code in - netvsc_probe(). + netvsc_probe(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_destroy_recv_buf(). + netvsc_destroy_recv_buf(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_init_recv_buf(). + netvsc_init_recv_buf(). - Staging: hv: netvsc: Cleanup error returns in - netvsc_connect_vsp(). + netvsc_connect_vsp(). - Staging: hv: netvsc: Cleanup error return values in - netvsc_send(). + netvsc_send(). - Staging: hv: netvsc: Cleanup error return codes in - netvsc_device_add(). + netvsc_device_add(). - Staging: hv: netvsc: Cleanup error codes in - rndis_filter_receive(). + rndis_filter_receive(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_query_device(). + rndis_filter_query_device(). - Staging: hv: netvsc: Cleanup error return values in - rndis_filter_set_packet_filter(). + rndis_filter_set_packet_filter(). - Staging: hv: netvsc: Cleanup error returns in - rndis_filter_init_device(). + rndis_filter_init_device(). - Staging: hv: netvsc: Cleanup error code in - rndis_filter_device_add(). + rndis_filter_device_add(). - Staging: hv: mouse: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Cleanup to cleanup. - Staging: hv: netvsc: Change the jump label Exit to exit. @@ -2845,72 +3253,72 @@ Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de - Staging: hv: add driver_data to hv_vmbus_device_id. - Staging: hv: Add code to parse struct hv_vmbus_device_id table. - Staging: hv: file2alias: fix up alias creation logic for - hv_vmbus_device_id. + hv_vmbus_device_id. - Staging: hv: storvsc: Inline free_stor_device(). - Staging: hv: storvsc: Do not aquire an unnecessary reference - on stor_device. + on stor_device. - Staging: hv: storvsc: Rename must_get_stor_device(). - Staging: hv: storvsc: Rename get_stor_device(). - Staging: hv: storvsc: Cleanup alloc_stor_device(). - Staging: hv: storvsc: Introduce state to manage the lifecycle - of stor device. + of stor device. - Staging: hv: storvsc: Prevent outgoing traffic when stor dev - is being destroyed. + is being destroyed. - Staging: hv: storvsc: Get rid of release_stor_device() by - inlining the code. + inlining the code. - Staging: hv: storvsc: Get rid of final_release_stor_device() - by inlining code. + by inlining code. - Staging: hv: storvsc: Get rid of the reference counting in - struct storvsc_device. + struct storvsc_device. - Staging: hv: netvsc: Inline the code for free_net_device(). - Staging: hv: netvsc: Cleanup alloc_net_device(). - Staging: hv: netvsc: Introduce state to manage the lifecycle - of net device. + of net device. - Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev - is destroyed. + is destroyed. - Staging: hv: netvsc: Get rid of release_outbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of release_inbound_net_device() - by inlining the code. + by inlining the code. - Staging: hv: netvsc: Get rid of the refcnt field in struct - netvsc_device. + netvsc_device. - Staging: hv: storvsc: Add code to handle IDE devices using - the storvsc driver. + the storvsc driver. - Staging: hv: storvsc: Handle IDE devices using the storvsc - driver. + driver. - Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is - not used. + not used. - Staging: hv: storvsc: Optimize bounce buffer handling for the - "write" case. + "write" case. - Staging: hv: storvsc: Optimize the bounce buffer handling in - the "read" case. + the "read" case. - Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of storvsc.c. + contents of storvsc.c. - Staging: hv: storvsc: Add the contents of hyperv_storage.h - to storvsc_drv.c. + to storvsc_drv.c. - Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the - contents of hyperv_storage.h. + contents of hyperv_storage.h. - Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY - and MODE_SENSE. + and MODE_SENSE. - Staging: hv: storvsc: Fix a typo. - Staging: hv: storvsc: In case of scsi errors offline the device. - Staging: hv: storvsc: No need to copy from bounce buffer in - case of a failure. + case of a failure. - Staging: hv: util: Forcefully shutdown when shutdown is - requested. + requested. - Staging: hv: util: Adjust guest time in a process context. - Staging: hv: vmbus: Check before invoking the channel callback. - Staging: hv: vmbus: Properly deal with de-registering channel - callback. + callback. - Staging: hv: Fix a bug in vmbus_match(). - Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining - the code. + the code. - Staging: hv: vmbus: Do not enable auto eoi. - Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add(). - Staging: hv: vmbus: Get rid of some dated/redundant comments. - Staging: hv: vmbus: Get rid of an unnecessary check in - vmbus_connect(). + vmbus_connect(). - Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c. - Staging: hv: vmbus: Fix checkpatch warnings in connection.c. - Staging: hv: mousevsc: Fix checkpatch errors and warnings. @@ -2983,16 +3391,16 @@ Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com - Refreshed and re-enabled dm-path patches: - - patches.suse/dm-mpath-accept-failed-paths. - - patches.suse/dm-mpath-detach-existing-hardware-handler. + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. - commit 70cadcd ------------------------------------------------------------------- Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com - Update to 3.1-rc3. - - Eliminated 8 patches. - - Xen is disabled. + - Eliminated 8 patches. + - Xen is disabled. - commit eccefcc ------------------------------------------------------------------- @@ -3000,8 +3408,8 @@ Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de - * Refresh patches.suse/SUSE-bootsplash. * Fix bootsplash code for 15bpp framebuffers. - These framebuffers are rare these days, the legendary and still - popular server chipset Radeon ES1000 supports it, though. + These framebuffers are rare these days, the legendary and still + popular server chipset Radeon ES1000 supports it, though. - commit f25ce3e ------------------------------------------------------------------- @@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de - Update config files: bnc#674988, change: --CONFIG_ACPI_CUSTOM_METHOD=m + -CONFIG_ACPI_CUSTOM_METHOD=m +# CONFIG_ACPI_CUSTOM_METHOD is not set for all flavors - commit f1af972 @@ -3115,10 +3523,10 @@ Thu Jul 14 17:52:45 CEST 2011 - tiwai@suse.de Thu Jul 14 17:26:51 CEST 2011 - tiwai@suse.de - ALSA: hda - Add Kconfig for the default buffer size - (bnc#682725). + (bnc#682725). - Update config files. - Delete, replaced with the new upstream patch - patches.drivers/alsa-hda-0019-Increase-default-buffer-size. + patches.drivers/alsa-hda-0019-Increase-default-buffer-size. - commit 40c7644 ------------------------------------------------------------------- @@ -3140,7 +3548,7 @@ Sat Jul 9 11:17:46 CEST 2011 - jslaby@suse.cz Thu Jul 7 00:58:01 CEST 2011 - jeffm@suse.com - Update to 3.0-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 56e99da ------------------------------------------------------------------- @@ -3149,7 +3557,7 @@ Tue Jul 5 09:18:43 CEST 2011 - jbeulich@novell.com - Update Xen patches to 3.0-rc5 and c/s 1095. - xen: prepare tmem shim to handle frontswap. - support booting Xen from EFI (fate#311376, fate#311529, - bnc#578927, bnc#628554). + bnc#578927, bnc#628554). - config.conf: Re-enabled Xen flavors. - Update x86 config files. - Delete patches.xen/xen-blkback-bimodal-suse. @@ -3196,31 +3604,31 @@ Tue Jun 21 12:14:44 CEST 2011 - mmarek@suse.cz Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz - rpm/post.sh: Touch /boot/do_purge_kernels on package install - (fate#312018). + (fate#312018). - rpm/postun.sh: Remove it again if it still exists on package - uninstall. + uninstall. - commit 82f4a5d ------------------------------------------------------------------- Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de - stop_machine: implement stop_machine_from_offline_cpu() - (bnc#697859). + (bnc#697859). - stop_machine: kill __stop_machine() (bnc#697859). - x86, mtrr: lock stop machine during MTRR rendezvous sequence - (bnc#697859). + (bnc#697859). - stop_machine: reorganize stop_cpus() implementation - (bnc#697859). + (bnc#697859). - x86, mtrr: use __stop_machine() for doing MTRR rendezvous - (bnc#697859). + (bnc#697859). - commit aa3d6e2 ------------------------------------------------------------------- Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz - Remove the novfs patches, it should be packaged as a KMP, or - ideally, reimplemented as a fuse filesystem (which is the reason why - the current implementation it is never going to be accepted upstream). + ideally, reimplemented as a fuse filesystem (which is the reason why + the current implementation it is never going to be accepted upstream). - Delete patches.fixes/novfs-copy_user-fixes.diff. - Delete patches.fixes/novfs-minsize-fixes. - Delete patches.fixes/novfs-nwcapi.patch. @@ -3275,7 +3683,7 @@ Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz Wed Jun 15 08:05:05 CEST 2011 - jeffm@suse.com - Update to 3.0-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit a1fe999 ------------------------------------------------------------------- @@ -3343,9 +3751,9 @@ Mon Jun 13 14:06:28 CEST 2011 - mmarek@suse.cz the SRCVERSION variable will only be used to determine the tarball version. - rpm/compute-PATCHVERSION.sh: Set default PATCHLEVEL and SUBLEVEL to 0. - The package version will thus always match the Makefile version and - the SRCVERSION variable will only be used to determine the tarball - version. + The package version will thus always match the Makefile version and + the SRCVERSION variable will only be used to determine the tarball + version. - rpm/kernel-binary.spec.in: Revert the previous hack. - commit 95c9977 @@ -3368,9 +3776,9 @@ Fri Jun 10 20:24:41 CEST 2011 - jeffm@suse.com Fri Jun 10 17:12:22 CEST 2011 - jeffm@suse.com - x86: Remove warning and warning_symbol from struct - stacktrace_ops. + stacktrace_ops. - Delete - patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. + patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch. - commit 608ce9e ------------------------------------------------------------------- @@ -3462,13 +3870,13 @@ Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - rpm/macros.kernel-source: Add -b option to %kernel_module_package - to unconditionally call mkinitrd on kmp install (fate#309400). + to unconditionally call mkinitrd on kmp install (fate#309400). - rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to - weak-modules2 if the -b option is used. + weak-modules2 if the -b option is used. - commit 83331f5 ------------------------------------------------------------------- @@ -3489,14 +3897,14 @@ Tue May 31 05:09:44 CEST 2011 - jeffm@suse.com Tue May 31 05:08:21 CEST 2011 - jeffm@suse.com - Updated to 3.0-rc1. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit 5710413 ------------------------------------------------------------------- Mon May 30 15:54:37 CEST 2011 - jack@suse.cz - mm: Fix assertion mapping->nrpages == 0 in end_writeback() - (bnc#693013 bnc#666423). + (bnc#693013 bnc#666423). - Refresh patches.xen/tmem. - commit d3e465a @@ -3504,9 +3912,9 @@ Mon May 30 15:54:37 CEST 2011 - jack@suse.cz Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. + patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch. - aic94xx: world-writable sysfs update_bios file. - Update upstream info. + Update upstream info. - commit 8912816 ------------------------------------------------------------------- @@ -3567,7 +3975,7 @@ Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc7. - - Eliminated 5 patches. + - Eliminated 5 patches. - commit a8a170f ------------------------------------------------------------------- @@ -3580,16 +3988,16 @@ Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz - Delete - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + It's fixed differently by commits 43f12d47f and f844a709a7 in .39-rc1 - commit 7934e2d ------------------------------------------------------------------- Thu May 12 11:56:16 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - Note about submission. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + Note about submission. - commit 9922e20 ------------------------------------------------------------------- @@ -3602,15 +4010,15 @@ Tue May 10 19:10:18 CEST 2011 - mhocko@suse.cz Tue May 10 16:14:44 CEST 2011 - mhocko@suse.cz - patches.fixes/aggressive-zone-reclaim.patch: delete because - the patch is very workload specific and can lead to unexpected - reclaims in parallel node local workloads. + the patch is very workload specific and can lead to unexpected + reclaims in parallel node local workloads. - commit 56cf10e ------------------------------------------------------------------- Tue May 10 16:04:27 CEST 2011 - mhocko@suse.cz - Delete patches.suse/mm-devzero-optimisation.patch: we do not need - it anymore as we have zero page back since 2.6.32 + it anymore as we have zero page back since 2.6.32 - commit 323a093 ------------------------------------------------------------------- @@ -3629,64 +4037,64 @@ Mon May 9 14:32:59 CEST 2011 - jbeulich@novell.com Mon May 9 11:32:35 CEST 2011 - jbeulich@novell.com - patches.suse/kconfig-automate-kernel-desktop: Remove stray blank - lines (for older versions of "patch" to grok). + lines (for older versions of "patch" to grok). - commit 4dfa74d ------------------------------------------------------------------- Sat May 7 01:50:06 CEST 2011 - jeffm@suse.com - Removed network driver entropy patches. haveged is installed by default - and should be enabled to generate entropy from non-predictable sources. - - Delete patches.drivers/bnx2-entropy-source.patch. - - Delete patches.drivers/e1000-entropy-source.patch. - - Delete patches.drivers/e1000e-entropy-source.patch. - - Delete patches.drivers/igb-entropy-source.patch. - - Delete patches.drivers/ixgbe-entropy-source.patch. - - Delete patches.drivers/tg3-entropy-source.patch. + and should be enabled to generate entropy from non-predictable sources. + - Delete patches.drivers/bnx2-entropy-source.patch. + - Delete patches.drivers/e1000-entropy-source.patch. + - Delete patches.drivers/e1000e-entropy-source.patch. + - Delete patches.drivers/igb-entropy-source.patch. + - Delete patches.drivers/ixgbe-entropy-source.patch. + - Delete patches.drivers/tg3-entropy-source.patch. - commit c88b893 ------------------------------------------------------------------- Fri May 6 19:36:47 CEST 2011 - jeffm@suse.com - Update - patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack - (bnc#466279 bnc#681639). + patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack + (bnc#466279 bnc#681639). - commit 72e779f ------------------------------------------------------------------- Fri May 6 19:31:10 CEST 2011 - jeffm@suse.com - Disabled patches.drivers/libata-unlock-hpa-by-default; It may have - been obsoleted by upstream commit d8d9129e. + been obsoleted by upstream commit d8d9129e. - commit 1a21ab3 ------------------------------------------------------------------- Fri May 6 18:51:20 CEST 2011 - jeffm@suse.com - sysctl: Increase IPC defaults (bnc#146656) - - Delete patches.suse/shmall-bigger. + - Delete patches.suse/shmall-bigger. - commit a70e34f ------------------------------------------------------------------- Fri May 6 17:50:56 CEST 2011 - jeffm@suse.com - sysctl/i386/desktop, sysctl/x86_64/desktop: Add vm.dirty_ratio = 20 - for desktop flavors (bnc#552883) - - Delete patches.suse/mm-tune-dirty-limits.patch. + for desktop flavors (bnc#552883) + - Delete patches.suse/mm-tune-dirty-limits.patch. - commit dbe73e2 ------------------------------------------------------------------- Fri May 6 17:25:45 CEST 2011 - jeffm@suse.com - sysctl/defaults: Added kernel.hung_task_timeout=0 - - Delete patches.suse/hung_task_timeout-configurable-default. + - Delete patches.suse/hung_task_timeout-configurable-default. - commit 78f9eed ------------------------------------------------------------------- Fri May 6 16:41:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-{binary,source}.spec.in: Install per-kernel /boot/sysctl-* - files (patch from Jeff Mahoney). + files (patch from Jeff Mahoney). - commit 473f2d1 ------------------------------------------------------------------- @@ -3699,7 +4107,7 @@ Thu May 5 22:35:53 CEST 2011 - jeffm@suse.com Thu May 5 22:23:21 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc6. - - 2 patches eliminated. + - 2 patches eliminated. - commit 2643e59 ------------------------------------------------------------------- @@ -3713,9 +4121,9 @@ Tue May 3 03:08:18 CEST 2011 - tonyj@suse.de Fri Apr 29 20:35:21 CEST 2011 - jeffm@suse.com - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an - awk regex. It's technically invalid. + awk regex. It's technically invalid. - commit 52dd0f0 ------------------------------------------------------------------- @@ -3737,7 +4145,7 @@ Fri Apr 29 00:36:03 CEST 2011 - gregkh@suse.de - Delete patches.suse/linux-2.6.29-dont-wait-for-mouse.patch. - Delete patches.suse/linux-2.6.29-even-faster-kms.patch. - Delete - patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. + patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch. - Delete patches.suse/linux-2.6.29-kms-after-sata.patch. - Delete patches.suse/linux-2.6.29-touchkit.patch. - commit c13427d @@ -3752,22 +4160,22 @@ Fri Apr 29 00:17:46 CEST 2011 - jbenc@suse.cz Thu Apr 28 23:32:44 CEST 2011 - rjw@suse.de - Delete patches.xen/xen3-x86-mcp51-no-dac. - Also remove the series.conf entires for the x86-mcp-no-dac patches. + Also remove the series.conf entires for the x86-mcp-no-dac patches. - commit 574577b ------------------------------------------------------------------- Thu Apr 28 23:16:27 CEST 2011 - rjw@suse.de - Delete patches.arch/x86-mcp51-no-dac. (This is a blacklist entry that - has been rejected by the mainline, the problem reporter is gone and - it's next to impossible to verify it now.) + has been rejected by the mainline, the problem reporter is gone and + it's next to impossible to verify it now.) - commit 195b113 ------------------------------------------------------------------- Thu Apr 28 21:38:22 CEST 2011 - jslaby@suse.cz - Refresh - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. + patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices. - commit a2662ae ------------------------------------------------------------------- @@ -3782,14 +4190,14 @@ Thu Apr 28 20:56:33 CEST 2011 - jslaby@suse.cz Thu Apr 28 20:30:56 CEST 2011 - bphilips@suse.de - Delete - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. + patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch. - commit 9917206 ------------------------------------------------------------------- Thu Apr 28 20:19:59 CEST 2011 - bphilips@suse.de - Delete - patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. + patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch. - commit 08374b3 ------------------------------------------------------------------- @@ -3822,7 +4230,7 @@ Thu Apr 28 14:18:12 CEST 2011 - jbeulich@novell.com Wed Apr 27 22:20:02 CEST 2011 - jeffm@suse.com - Delete - patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. + patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch. - commit 399a100 ------------------------------------------------------------------- @@ -3884,10 +4292,10 @@ Wed Apr 27 21:34:13 CEST 2011 - jeffm@suse.com - Delete patches.suse/acpi-don-t-preempt-until-the-system-is-up. - Delete - patches.suse/acpi-generic-initramfs-table-override-support. + patches.suse/acpi-generic-initramfs-table-override-support. - Delete patches.suse/add-initramfs-file_read_write. - Delete - patches.suse/init-move-populate_rootfs-back-to-start_kernel. + patches.suse/init-move-populate_rootfs-back-to-start_kernel. - commit d4910b3 ------------------------------------------------------------------- @@ -3901,14 +4309,14 @@ Wed Apr 27 21:29:24 CEST 2011 - jeffm@suse.com Wed Apr 27 21:11:59 CEST 2011 - jeffm@suse.com - Delete patches.suse/osync-error. It was unused and the issue it fixed in - kernels prior to 2.6.32 doesn't exist anymore. + kernels prior to 2.6.32 doesn't exist anymore. - commit 52cc654 ------------------------------------------------------------------- Wed Apr 27 20:48:55 CEST 2011 - jeffm@suse.com - Delete patches.suse/s390-System.map.diff: Proper fix in binutils has - long since been upstream. + long since been upstream. - commit 2847a36 ------------------------------------------------------------------- @@ -3941,7 +4349,7 @@ Wed Apr 27 20:18:37 CEST 2011 - jeffm@suse.com Wed Apr 27 20:16:52 CEST 2011 - jeffm@suse.com - Delete patches.suse/unmap_vmas-lat: No bug report or signed-off-by. - - Delete patches.arch/s390-add-FREE_PTE_NR. + - Delete patches.arch/s390-add-FREE_PTE_NR. - commit 2a392c2 ------------------------------------------------------------------- @@ -3954,7 +4362,7 @@ Wed Apr 27 20:16:00 CEST 2011 - jeffm@suse.com Wed Apr 27 20:15:02 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc5. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5288a05 ------------------------------------------------------------------- @@ -3974,7 +4382,7 @@ Wed Apr 27 19:43:47 CEST 2011 - jeffm@suse.com Tue Apr 26 11:03:18 CEST 2011 - jkosina@suse.cz - HID: add noget quirk barcode scanners from Symbol Technologies - (bnc#689290). + (bnc#689290). - commit f5b999f ------------------------------------------------------------------- @@ -3987,7 +4395,7 @@ Fri Apr 22 00:01:41 CEST 2011 - jeffm@suse.com Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz - Revert changes to sparc configs to not make life harder for Jan Engelhardt - maintaining sparc architecture. + maintaining sparc architecture. - commit cdac873 ------------------------------------------------------------------- @@ -4006,7 +4414,7 @@ Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 3f654c8 ------------------------------------------------------------------- @@ -4019,15 +4427,15 @@ Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de - Combined and consolidated bootsplash patch (bnc#669777, - bnc#570082, bnc#595657, bnc#594209, bnc#544645). - - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. - - Delete patches.suse/bootsplash. - - Delete patches.suse/bootsplash-console-fix. - - Delete patches.suse/bootsplash-keep-multiple-data. - - Delete patches.suse/bootsplash-scaler. - - Reformatted code, fixed some minor bugs that became obvious. - - Fixed race that led to null pointer dereference in splash_read_proc(): - bnc#669777. + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. - commit 95844c5 ------------------------------------------------------------------- @@ -4040,7 +4448,7 @@ Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de - intel_idle: Make lapic_timer_reliable_states a boot param - (bnc#675161). + (bnc#675161). - commit 85b156b ------------------------------------------------------------------- @@ -4054,7 +4462,7 @@ Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - - This results in automatically disabling CONFIG_GIGASET_I4L. + - This results in automatically disabling CONFIG_GIGASET_I4L. - commit 697e68b ------------------------------------------------------------------- @@ -4074,7 +4482,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com - Update Xen patches to 2.6.39-rc3 and c/s 1079. - blktap2: replace hard-coded limit of tap devices with - configurable one. + configurable one. - config.conf: Re-enable Xen configs. - Update x86 config files. - commit d3bfd6c @@ -4083,7 +4491,7 @@ Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com - fs/partitions/efi.c: corrupted GUID partition tables can cause - kernel oops (bnc#687113 CVE-2011-1577). + kernel oops (bnc#687113 CVE-2011-1577). - commit 385b393 ------------------------------------------------------------------- @@ -4128,7 +4536,7 @@ Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com - Updated to 2.6.39-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 200c913 ------------------------------------------------------------------- @@ -4153,29 +4561,29 @@ Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com - Update to 2.6.39-rc2. - - Eliminated 18 patches. - - Added 3 patches. - - hv_mouse: needs . - - dm-raid45: Remove blk_unplug calls. - - novfs: 2.6.39 API update. - - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. - - patches.kernel.org is no longer used to contain upstream patches - for -rc releases. Users planning on building their own kernel should - have a copy of the tarball corresponding to the -rc releases. + - Eliminated 18 patches. + - Added 3 patches. + - hv_mouse: needs . + - dm-raid45: Remove blk_unplug calls. + - novfs: 2.6.39 API update. + - Xen, Swap-over-NFS, and certain SCSI multipath features are disabled. + - patches.kernel.org is no longer used to contain upstream patches + for -rc releases. Users planning on building their own kernel should + have a copy of the tarball corresponding to the -rc releases. - commit adf9d16 ------------------------------------------------------------------- Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de - Make selection of 'readdir-plus' adapt to usage patterns - (bnc#678123). + (bnc#678123). - commit 5de99a8 ------------------------------------------------------------------- Wed Apr 6 09:01:38 CEST 2011 - jeffm@suse.de - reiserfs: Force inode evictions before umount to avoid crash - (bnc#610598 bnc#680073 bnc#684112). + (bnc#610598 bnc#680073 bnc#684112). - Delete patches.fixes/reiserfs-xattr-crash-fix. - commit bf57d20 @@ -4189,21 +4597,21 @@ Tue Apr 5 10:42:22 CEST 2011 - jslaby@suse.cz Wed Mar 30 23:50:41 CEST 2011 - jeffm@suse.com - Delete patches.suse/twofish-2.6. - - This was for 2.4 compatibility and has been moved to KMP purgatory. + - This was for 2.4 compatibility and has been moved to KMP purgatory. - commit dcca506 ------------------------------------------------------------------- Wed Mar 30 10:32:32 CEST 2011 - jslaby@suse.cz - Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo - (bnc#681826). + (bnc#681826). - commit 2e71042 ------------------------------------------------------------------- Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de - Update config files, remove CONFIG_X86_MCE_XEON75XX=m - ->driver got reverted with previous commit + ->driver got reverted with previous commit - Refresh patches.xen/xen3-auto-arch-x86.diff. - commit b367e7b @@ -4215,18 +4623,18 @@ Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de APEI implementation should take care of that in recent kernels. - Delete patches.arch/x86_mce_intel_decode_physical_address.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. + patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch. - Delete - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. + patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch. - commit 1fe7a22 ------------------------------------------------------------------- Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not install unneeded packages in the - build chroot. + build chroot. - commit 7f4c49d ------------------------------------------------------------------- @@ -4246,7 +4654,7 @@ Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz - Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing - the signal code (bnc#681826 CVE-2011-1020). + the signal code (bnc#681826 CVE-2011-1020). - commit 2e42fd4 ------------------------------------------------------------------- @@ -4255,7 +4663,7 @@ Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de - sound/oss/opl3: validate voice and channel indexes (bnc#681999). - sound/oss: remove offset from load_patch callbacks (bnc#681999). - ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl - (bnc#680816). + (bnc#680816). - commit 09ff6e9 ------------------------------------------------------------------- @@ -4268,7 +4676,7 @@ Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz - HID: add support for Skycable 0x3f07 wireless presenter - (bnc#681297). + (bnc#681297). - commit 892e8d4 ------------------------------------------------------------------- @@ -4299,12 +4707,12 @@ Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de - netvm: Do not mark requests for swapfile writes as dirty or - kswapd fails to free the page (bnc#678472). + kswapd fails to free the page (bnc#678472). - nfs: Use page_file_offset during page writeback (bnc#677738). - nfs: Convert nfs_mark_request_dirty() to use page_file_mapping() - (bnc#677738). + (bnc#677738). - netvm: Remove duplicated initialization in net/ipv4/route.c - (bnc#678970). + (bnc#678970). - collapse: mm: Report the low watermark correctly (bnc#678497). - commit a798dd1 @@ -4318,7 +4726,7 @@ Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com - Linux: 2.6.38-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 7da557d ------------------------------------------------------------------- @@ -4343,38 +4751,38 @@ Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc7. - - Refresh patches.xen/xen-x86-no-lapic. - - Refresh patches.xen/xen3-patch-2.6.19. + - Refresh patches.xen/xen-x86-no-lapic. + - Refresh patches.xen/xen3-patch-2.6.19. - commit 7eb9d30 ------------------------------------------------------------------- Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - rpm/kernel-binary.spec.in: Do not abort build because of - supported.conf inconsistency if %supported_modules_check == 0. + supported.conf inconsistency if %supported_modules_check == 0. - commit 88d5daa ------------------------------------------------------------------- Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in - yesterday's change. + yesterday's change. - commit 098768b ------------------------------------------------------------------- Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Add annotations to - lib/rwsem_64.S. + lib/rwsem_64.S. - commit 87944ac ------------------------------------------------------------------- Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de - ALSA: usb-audio: fix oops due to cleanup race when disconnecting - (bnc#674735). + (bnc#674735). - commit ed81f8c ------------------------------------------------------------------- @@ -4387,7 +4795,7 @@ Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com - Update to 2.6.38-rc6. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 6cce7bb ------------------------------------------------------------------- @@ -4400,7 +4808,7 @@ Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de - ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499, - CVE-2011-0712). + CVE-2011-0712). - commit 5ef002b ------------------------------------------------------------------- @@ -4419,22 +4827,22 @@ Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de - Update config files. - - disable CONFIG_DRM_VMWGFX (bnc#606458) - - update sparc configs to at least be able to run "make oldconfig" + - disable CONFIG_DRM_VMWGFX (bnc#606458) + - update sparc configs to at least be able to run "make oldconfig" - commit da75bd9 ------------------------------------------------------------------- Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Re-add change lost during - initial 2.6.37 merge. + initial 2.6.37 merge. - commit e493205 ------------------------------------------------------------------- Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz - Move spec file templates and helper scripts to a separate branch, to - ease synchronizing these files among master, vanilla and linux-next. + ease synchronizing these files among master, vanilla and linux-next. - commit 411abb8 ------------------------------------------------------------------- @@ -4454,7 +4862,7 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code - was merged into rpm's find-supplements script. + was merged into rpm's find-supplements script. - Delete rpm/check-build.sh, not needed anymore. - commit 0a157b1 @@ -4462,43 +4870,43 @@ Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com - flexcop: fix registering braindead stupid names (brc#575873 - bnc#661429). + bnc#661429). - commit 72bd3d0 ------------------------------------------------------------------- Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de - Staging: samsung-laptop: add support for lots of laptops - (bnc#661682). + (bnc#661682). - commit 1eb5eaa ------------------------------------------------------------------- Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Set timestamp of sources to the commit - timestamp, so that they are always older than generated files in - /usr/src/linux-obj (bnc#669669). + timestamp, so that they are always older than generated files in + /usr/src/linux-obj (bnc#669669). - commit 8565452 ------------------------------------------------------------------- Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to - keep timestamps intact. + keep timestamps intact. - commit 9ba5ff0 ------------------------------------------------------------------- Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Remove .gitignore files after applying patches - (fix last change). + (fix last change). - commit 907f9cc ------------------------------------------------------------------- Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc4. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit c327e0a ------------------------------------------------------------------- @@ -4546,8 +4954,8 @@ Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition - of %release_major and rename it to %release_num to better describe - what it does. Add some comments to explain how the versioning works. + of %release_major and rename it to %release_num to better describe + what it does. Add some comments to explain how the versioning works. - commit 9a3bc94 ------------------------------------------------------------------- @@ -4566,14 +4974,14 @@ Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc3. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit b6b51ca ------------------------------------------------------------------- Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de - ALSA: hda - Fix memory leaks in conexant jack arrays - (bnc#668929). + (bnc#668929). - commit 31971a4 ------------------------------------------------------------------- @@ -4611,8 +5019,8 @@ Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com - Update config files. - - CONFIG_EXPERT=n on all but ps3 - - Vanilla configs updated. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. - commit b25e639 ------------------------------------------------------------------- @@ -4633,7 +5041,7 @@ Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com - Updated to 2.6.38-rc2. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 90baa82 ------------------------------------------------------------------- @@ -4652,30 +5060,30 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de - Update to 2.6.38-rc1. - - Removed 12 patches. - - Xen is disabled. - - Quite a few patches need updating. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. - commit 9163bb7 ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff ------------------------------------------------------------------- @@ -4688,7 +5096,7 @@ Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 ------------------------------------------------------------------- @@ -4707,22 +5115,22 @@ Mon Jan 17 20:52:49 CET 2011 - jeffm@suse.com Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz - Revert %kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 ------------------------------------------------------------------- Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 ------------------------------------------------------------------- Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 ------------------------------------------------------------------- @@ -4796,7 +5204,7 @@ Thu Jan 6 20:51:31 CET 2011 - jeffm@suse.com Thu Jan 6 19:48:28 CET 2011 - mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe ------------------------------------------------------------------- @@ -4815,28 +5223,28 @@ Thu Jan 6 17:09:12 CET 2011 - jeffm@suse.com Thu Jan 6 17:08:44 CET 2011 - jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d ------------------------------------------------------------------- Thu Jan 6 16:10:26 CET 2011 - jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 ------------------------------------------------------------------- @@ -4849,7 +5257,7 @@ Thu Jan 6 15:49:34 CET 2011 - jack@suse.cz Thu Jan 6 13:56:07 CET 2011 - mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 ------------------------------------------------------------------- @@ -4858,7 +5266,7 @@ Thu Jan 6 10:07:22 CET 2011 - mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b @@ -4879,7 +5287,7 @@ Thu Dec 30 00:50:58 CET 2010 - jeffm@suse.com Wed Dec 29 22:23:21 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 ------------------------------------------------------------------- @@ -4904,38 +5312,38 @@ Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c ------------------------------------------------------------------- Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (bnc#655048). + Backport to XEN. - commit 92c0965 ------------------------------------------------------------------- Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz - Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive - decode" (bnc#655048). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 @@ -4950,8 +5358,8 @@ Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz - Delete - patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. - It's unreferenced and wrong. + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. - commit 9e6fc50 ------------------------------------------------------------------- @@ -4988,10 +5396,10 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 @@ -5024,14 +5432,14 @@ Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 ------------------------------------------------------------------- Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 ------------------------------------------------------------------- @@ -5062,7 +5470,7 @@ Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b @@ -5071,12 +5479,12 @@ Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c ------------------------------------------------------------------- @@ -5109,7 +5517,7 @@ Fri Nov 26 15:04:27 CET 2010 - jbeulich@novell.com - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -5133,7 +5541,7 @@ Wed Nov 24 15:49:45 CET 2010 - jeffm@suse.com Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac ------------------------------------------------------------------- @@ -5157,7 +5565,7 @@ Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Wed Nov 17 17:10:32 CET 2010 - jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 ------------------------------------------------------------------- @@ -5176,7 +5584,7 @@ Tue Nov 16 20:08:11 CET 2010 - jeffm@suse.com Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 ------------------------------------------------------------------- @@ -5189,7 +5597,7 @@ Mon Nov 15 21:33:19 CET 2010 - jeffm@suse.com Mon Nov 15 21:30:37 CET 2010 - jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 ------------------------------------------------------------------- @@ -5208,16 +5616,16 @@ Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz Fri Nov 12 18:37:10 CET 2010 - jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 ------------------------------------------------------------------- Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de - Update config files. (bnc#652954) increase the number of possible and - default uarts for users with multi-port serial cards for the i386 and - x86-64 default configs. + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. - commit 85c87e3 ------------------------------------------------------------------- @@ -5231,20 +5639,20 @@ Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + top down (bnc#651256). - PCI: allocate bus resources from the top down (bnc#651256). - x86/PCI: allocate space from the end of a region, not the - beginning (bnc#651256). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + capabilities (bnc#651256). - x86: allocate space within a region top-down (bnc#651256). - Refresh patches.xen/xen3-patch-2.6.34. - commit 8c68ad1 @@ -5253,21 +5661,21 @@ Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 ------------------------------------------------------------------- Fri Oct 29 13:47:35 CEST 2010 - jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb ------------------------------------------------------------------- Fri Oct 29 01:53:34 CEST 2010 - trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b ------------------------------------------------------------------- @@ -5287,14 +5695,14 @@ Wed Oct 27 14:51:30 CEST 2010 - jslaby@suse.cz Tue Oct 26 21:31:22 CEST 2010 - trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 ------------------------------------------------------------------- Tue Oct 26 13:41:23 CEST 2010 - jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 ------------------------------------------------------------------- @@ -5302,7 +5710,7 @@ Mon Oct 25 12:53:38 CEST 2010 - jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 @@ -5312,7 +5720,7 @@ Mon Oct 25 08:58:15 CEST 2010 - tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda ------------------------------------------------------------------- @@ -5325,7 +5733,7 @@ Fri Oct 22 21:18:25 CEST 2010 - jeffm@suse.de Fri Oct 22 13:32:04 CEST 2010 - jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb ------------------------------------------------------------------- @@ -5340,7 +5748,7 @@ Thu Oct 21 10:11:03 CEST 2010 - sjayaraman@suse.de Mon Oct 18 16:54:57 CEST 2010 - trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf ------------------------------------------------------------------- @@ -5376,7 +5784,7 @@ Mon Oct 11 17:14:51 CEST 2010 - mmarek@suse.cz Mon Oct 11 16:12:29 CEST 2010 - jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 ------------------------------------------------------------------- @@ -5389,7 +5797,7 @@ Fri Oct 8 17:40:50 CEST 2010 - jeffm@suse.de Tue Oct 5 18:02:19 CEST 2010 - jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa ------------------------------------------------------------------- @@ -5402,7 +5810,7 @@ Tue Oct 5 17:19:46 CEST 2010 - jeffm@suse.de Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 @@ -5411,7 +5819,7 @@ Tue Oct 5 16:58:20 CEST 2010 - jeffm@suse.de Mon Oct 4 16:57:34 CEST 2010 - jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 ------------------------------------------------------------------- @@ -5424,25 +5832,25 @@ Fri Sep 24 13:45:31 CEST 2010 - jbeulich@novell.com Fri Sep 24 13:23:13 CEST 2010 - trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 ------------------------------------------------------------------- Fri Sep 24 13:14:36 CEST 2010 - trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 ------------------------------------------------------------------- @@ -5467,7 +5875,7 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 @@ -5475,7 +5883,7 @@ Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b ------------------------------------------------------------------- @@ -5494,7 +5902,7 @@ Tue Sep 21 14:15:34 CEST 2010 - mmarek@suse.cz Tue Sep 21 13:59:10 CEST 2010 - jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 ------------------------------------------------------------------- @@ -5502,8 +5910,8 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f @@ -5512,14 +5920,14 @@ Mon Sep 20 19:57:39 CEST 2010 - jeffm@suse.de Mon Sep 20 16:03:14 CEST 2010 - sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b ------------------------------------------------------------------- Mon Sep 20 15:25:41 CEST 2010 - jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 ------------------------------------------------------------------- @@ -5532,25 +5940,25 @@ Sun Sep 19 17:39:03 CEST 2010 - jeffm@suse.com Fri Sep 17 01:05:47 CEST 2010 - jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 ------------------------------------------------------------------- Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de - x86-64, compat: Test %rax for the syscall number, not %eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 ------------------------------------------------------------------- Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac ------------------------------------------------------------------- @@ -5563,21 +5971,21 @@ Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 ------------------------------------------------------------------- Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 ------------------------------------------------------------------- Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 ------------------------------------------------------------------- @@ -5592,11 +6000,11 @@ Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -5626,7 +6034,7 @@ Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de 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). + (CVE-2010-2954 bnc#636112). - commit f04e61f ------------------------------------------------------------------- @@ -5648,7 +6056,7 @@ Wed Sep 1 11:40:45 CEST 2010 - jbeulich@novell.com Wed Sep 1 00:53:49 CEST 2010 - jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 ------------------------------------------------------------------- @@ -5667,28 +6075,28 @@ Mon Aug 30 17:24:07 CEST 2010 - jeffm@suse.de Mon Aug 30 17:03:30 CEST 2010 - jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - 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. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + 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. + 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. + the truncate path and causes crashes. - commit e18fc2c ------------------------------------------------------------------- @@ -5743,22 +6151,22 @@ Tue Aug 24 17:11:08 CEST 2010 - jeffm@suse.de 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. + 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. + 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. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e ------------------------------------------------------------------- @@ -5772,7 +6180,7 @@ Tue Aug 24 16:16:55 CEST 2010 - jeffm@suse.com 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. + avoid triggering a build service rule error. - commit 124ac26 ------------------------------------------------------------------- @@ -5791,14 +6199,14 @@ Mon Aug 23 20:25:52 CEST 2010 - jeffm@suse.de 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. + 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 - to grab the BKL + to grab the BKL - commit 1df02ec ------------------------------------------------------------------- @@ -5811,20 +6219,20 @@ Mon Aug 23 17:57:06 CEST 2010 - jeffm@suse.de Mon Aug 23 16:59:08 CEST 2010 - jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - 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. + - 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 ------------------------------------------------------------------- @@ -5843,10 +6251,10 @@ Fri Aug 13 02:39:29 CEST 2010 - jeffm@suse.com 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. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 ------------------------------------------------------------------- @@ -5878,7 +6286,7 @@ Thu Aug 12 19:24:58 CEST 2010 - jeffm@suse.com 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). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 ------------------------------------------------------------------- @@ -5891,7 +6299,7 @@ Wed Aug 11 23:34:07 CEST 2010 - jack@suse.cz 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. + 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 @@ -5901,14 +6309,14 @@ Wed Aug 11 06:08:17 CEST 2010 - neilb@suse.de 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). + 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). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 @@ -5917,13 +6325,13 @@ 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. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b @@ -5932,7 +6340,7 @@ Mon Aug 9 16:28:00 CEST 2010 - jbeulich@novell.com 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. + usage from upstream commit 718be4aa. - commit 4ce0b48 ------------------------------------------------------------------- @@ -5963,7 +6371,7 @@ Fri Jul 23 18:25:37 CEST 2010 - jeffm@suse.de Fri Jul 23 12:15:59 CEST 2010 - jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 ------------------------------------------------------------------- @@ -5976,7 +6384,7 @@ Wed Jul 21 11:07:10 CEST 2010 - jack@suse.cz Wed Jul 21 10:47:22 CEST 2010 - jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 ------------------------------------------------------------------- @@ -5990,7 +6398,7 @@ 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). + though). - commit 8ed2389 ------------------------------------------------------------------- diff --git a/kernel-xen.spec b/kernel-xen.spec index 478e6557b..1ec0e105d 100644 --- a/kernel-xen.spec +++ b/kernel-xen.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6 -%define patchversion 3.6.3 +%define srcversion 3.7 +%define patchversion 3.7.0 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-xen Summary: The Xen Kernel -Version: 3.6.3 +Version: 3.7.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -91,7 +91,7 @@ Requires(post): distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release # Remove some packages that are installed automatically by the build system, # but are not needed to build the kernel -#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv +#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv %ifarch ia64 # arch/ia64/scripts/unwcheck.py @@ -476,10 +476,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz @@ -893,6 +892,7 @@ Provides: multiversion(kernel) Provides: %name-devel = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel Supplements: packageand(%name:kernel-devel%variant) +PreReq: coreutils %description devel This package contains files necessary for building kernel modules (and diff --git a/linux-3.6.tar.bz2 b/linux-3.6.tar.bz2 deleted file mode 100644 index 64db6ff53..000000000 --- a/linux-3.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88ae0a20fd39ecae79db0ce8f9397922fae33c8b06a54ed2c883c861126c9771 -size 82296001 diff --git a/linux-3.7.tar.bz2 b/linux-3.7.tar.bz2 new file mode 100644 index 000000000..c536a7625 --- /dev/null +++ b/linux-3.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc08d87a579fe2918362e6666e503a95a76296419195cb499aa9dd4dbe171a9e +size 83671392 diff --git a/package-descriptions b/package-descriptions index e171f01d3..9d2f9ec4e 100644 --- a/package-descriptions +++ b/package-descriptions @@ -162,3 +162,7 @@ Kernel for Calxeda Highbank SoC The standard kernel for Calxeda's Highbank SoC, as found in the HP Moonshot project. +=== kernel-versatile === +Kernel for Versatile SoC + +The standard kernel for Versatile SoC, or for emulation with QEMU. diff --git a/patches.apparmor.tar.bz2 b/patches.apparmor.tar.bz2 index b71e01d75..9cd82ee8a 100644 --- a/patches.apparmor.tar.bz2 +++ b/patches.apparmor.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fc3c3137f21d83f7b9cd471922ebc92aa26f1ab0355a4262d146dad3f26138b3 -size 6615 +oid sha256:5a3a3ebdf19b353974fdd67cc434ba7df7e75d47b8f2530035877c3fb67e632b +size 6638 diff --git a/patches.arch.tar.bz2 b/patches.arch.tar.bz2 index 689778fd4..9707ff47a 100644 --- a/patches.arch.tar.bz2 +++ b/patches.arch.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:533d1a9cb6e2223e2ed3aa17ae3681a0cbd530a54a4f091cbc80bd5ac912854d -size 83742 +oid sha256:bfceb66e488ba73bb836005dbddc634c86cf6106b53a9d729c5cc9a04dbf8895 +size 84743 diff --git a/patches.drivers.tar.bz2 b/patches.drivers.tar.bz2 index 18465916f..ec6b3dece 100644 --- a/patches.drivers.tar.bz2 +++ b/patches.drivers.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b76e2654cfd0997a4b5555006ead171efa15fdf2ba1cf4caf34e3835432c8d58 -size 8889 +oid sha256:bb5294d2af909da029ea2c6e22d2c0843ce446ce32049d9c9726f6d7ef3b41d4 +size 7192 diff --git a/patches.fixes.tar.bz2 b/patches.fixes.tar.bz2 index 680e86fc1..3ac526852 100644 --- a/patches.fixes.tar.bz2 +++ b/patches.fixes.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f282467f23e92f6fa1b8cd4ad253fba9a8109bd3740315dec93c84f2159fc6e7 -size 21431 +oid sha256:e8d79e5e975b4e059fd325c56b9c582903254deaccbf363405ad44742cf55af4 +size 20752 diff --git a/patches.kernel.org.tar.bz2 b/patches.kernel.org.tar.bz2 index ba8c9a00e..3f8741cd2 100644 --- a/patches.kernel.org.tar.bz2 +++ b/patches.kernel.org.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2595d4747b3cc56ce5ec43dc3455f3538e6e63c5ca98ce99e4c6985e6265093a -size 90791 +oid sha256:ee18541c0eac40ab98a3cc2afffb20d24e6531f3cdbb7990b74d2deb7c88225b +size 133 diff --git a/patches.rpmify.tar.bz2 b/patches.rpmify.tar.bz2 index b1de20701..f406a8c57 100644 --- a/patches.rpmify.tar.bz2 +++ b/patches.rpmify.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:99785b499d19ddb64e37eb73aed49153fd79e4e3269cd6dc232f79a28f1feac2 -size 5496 +oid sha256:02c1601227a01af6a3ba4978a17c9989206e986b9c2d2cb2669d227976e33991 +size 5720 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index b1c4df79e..43ec8d75b 100644 --- a/patches.suse.tar.bz2 +++ b/patches.suse.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:59af3d6e130722ecf7de532e81beeda6019d7ed12704d11eeda689441fbbb699 -size 166001 +oid sha256:ac67fb3ad89b2d951d79ce839f265700987fb77e7ec692b800e3a1127c34f05f +size 166020 diff --git a/patches.xen.tar.bz2 b/patches.xen.tar.bz2 index 6a0b1b983..c99daa103 100644 --- a/patches.xen.tar.bz2 +++ b/patches.xen.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e537013344848ed9f3e202ffcfd580167dbb679dc0ed2abdd8a0509120a45c26 -size 2093850 +oid sha256:51bc8bfb1eeefdce09248e6bf3d997663ba885cd956e8e85374db2bf1a0252d6 +size 2112652 diff --git a/series.conf b/series.conf index 1cbd3b700..a9908ae79 100644 --- a/series.conf +++ b/series.conf @@ -27,9 +27,6 @@ # DO NOT MODIFY THEM! # Send separate patches upstream if you find a problem... ######################################################## - patches.kernel.org/patch-3.6.1 - patches.kernel.org/patch-3.6.1-2 - patches.kernel.org/patch-3.6.2-3 ######################################################## # Build fixes that apply to the vanilla kernel too. @@ -40,8 +37,8 @@ patches.rpmify/nouveau-make-vga_switcheroo-code-depend-on-vga_switcheroo patches.rpmify/pti-depends-on-x86-pci patches.rpmify/geode-depends-on-x86_32 - patches.rpmify/ubifs-remove-DATE-TIME.patch patches.rpmify/chipidea-clean-up-dependencies + patches.rpmify/ezusb-add-dependency-to-usb ######################################################## # kABI consistency patches @@ -156,6 +153,8 @@ ######################################################## patches.arch/cubox-configuration.patch patches.arch/arm-fix-build-ux500-module.diff + patches.arch/arm-exynos-nosparse.patch + patches.arch/arm-origen-regulator.patch ######################################################## # S/390 @@ -229,39 +228,38 @@ ######################################################## # Suse specific stuff ######################################################## - patches.suse/msft-hv-0368-hyperv-Add-comments-for-the-extended-buffer-after-RN.patch - patches.suse/msft-hv-0369-Drivers-hv-Cleanup-the-guest-ID-computation.patch - patches.suse/msft-hv-0370-Drivers-hv-vmbus-Use-the-standard-format-string-to-f.patch - patches.suse/msft-hv-0371-Drivers-hv-Add-KVP-definitions-for-IP-address-inject.patch - patches.suse/msft-hv-0372-Drivers-hv-kvp-Cleanup-error-handling-in-KVP.patch - patches.suse/msft-hv-0373-Drivers-hv-Explicitly-size-elements-of-protocol-stru.patch - patches.suse/msft-hv-0374-Drivers-hv-kvp-Support-the-new-IP-injection-messages.patch - patches.suse/msft-hv-0375-Tools-hv-Prepare-to-expand-kvp_get_ip_address-functi.patch - patches.suse/msft-hv-0376-Tools-hv-Further-refactor-kvp_get_ip_address.patch - patches.suse/msft-hv-0377-Tools-hv-Gather-address-family-information.patch - patches.suse/msft-hv-0378-Tools-hv-Gather-subnet-information.patch - patches.suse/msft-hv-0379-Tools-hv-Represent-the-ipv6-mask-using-CIDR-notation.patch - patches.suse/msft-hv-0380-Tools-hv-Gather-ipv-4-6-gateway-information.patch - patches.suse/msft-hv-0381-hv-fail-the-probing-immediately-when-we-are-not-in-h.patch - patches.suse/msft-hv-0382-hv-vmbus_drv-detect-hyperv-through-x86_hyper.patch - patches.suse/msft-hv-0383-Tools-hv-Get-rid-of-some-unused-variables.patch - patches.suse/msft-hv-0384-Tools-hv-Correctly-type-string-variables.patch - patches.suse/msft-hv-0385-Tools-hv-Add-an-example-script-to-retrieve-DNS-entri.patch - patches.suse/msft-hv-0386-Tools-hv-Gather-DNS-information.patch - patches.suse/msft-hv-0387-Drivers-hv-kvp-Copy-the-address-family-information.patch - patches.suse/msft-hv-0388-Tools-hv-Add-an-example-script-to-retrieve-dhcp-stat.patch - patches.suse/msft-hv-0389-Tools-hv-Gather-DHCP-information.patch - patches.suse/msft-hv-0390-Tools-hv-Add-an-example-script-to-configure-an-inter.patch - patches.suse/msft-hv-0391-Tools-hv-Implement-the-KVP-verb-KVP_OP_SET_IP_INFO.patch - patches.suse/msft-hv-0392-Tools-hv-Rename-the-function-kvp_get_ip_address.patch - patches.suse/msft-hv-0393-Tools-hv-Implement-the-KVP-verb-KVP_OP_GET_IP_INFO.patch - patches.suse/msft-hv-0397-tools-hv-Parse-etc-os-release.patch - patches.suse/msft-hv-0398-hyperv-Fix-the-max_xfer_size-in-RNDIS-initialization.patch - patches.suse/msft-hv-0399-hyperv-Fix-the-missing-return-value-in-rndis_filter_.patch - patches.suse/msft-hv-0400-hyperv-Fix-page-buffer-handling-in-rndis_filter_send.patch - patches.suse/msft-hv-0401-hyperv-Remove-extra-allocated-space-for-recv_pkt_lis.patch - patches.suse/msft-hv-0402-hyperv-Report-actual-status-in-receive-completion-pa.patch - patches.suse/msft-hv-0403-hyperv-Add-buffer-for-extended-info-after-the-RNDIS-.patch + patches.suse/suse-hv-fate314663-0001-mm-Export-a-function-to-get-vm-committed-memory.patch + patches.suse/suse-hv-fate314663-0002-Drivers-hv-Add-Hyper-V-balloon-driver.patch + patches.suse/suse-hv-fate314663-0003-Drivers-hv-balloon-Fix-a-bug-in-the-definition-of-st.patch + patches.suse/suse-hv-fate314663-0004-Drivers-hv-balloon-Fix-a-memory-leak.patch + patches.suse/suse-hv-fate314665-0001-Drivers-hv-Implement-routines-for-read-side-signalin.patch + patches.suse/suse-hv-fate314665-0002-Drivers-hv-Add-state-to-manage-batched-reading.patch + patches.suse/suse-hv-fate314665-0003-Drivers-hv-Turn-off-batched-reading-for-util-drivers.patch + patches.suse/suse-hv-fate314665-0004-Drivers-hv-Optimize-signaling-in-the-read-path.patch + patches.suse/suse-hv-fate314665-0005-Drivers-hv-Optimize-the-signaling-on-the-write-path.patch + patches.suse/suse-hv-fate314665-0006-Drivers-hv-Get-rid-of-hv_get_ringbuffer_interrupt_ma.patch + patches.suse/suse-hv-fate314665-0007-Drivers-hv-Support-handling-multiple-VMBUS-versions.patch + patches.suse/suse-hv-fate314665-0008-Drivers-hv-Update-the-ring-buffer-structure-to-match.patch + patches.suse/suse-hv-fate314665-0009-Drivers-hv-Extend-modify-vmbus_channel_offer_channel.patch + patches.suse/suse-hv-fate314665-0010-Drivers-hv-Save-and-export-negotiated-vmbus-version.patch + patches.suse/suse-hv-fate314665-0011-Drivers-hv-Change-the-signature-for-hv_signal_event.patch + patches.suse/suse-hv-fate314665-0012-Drivers-hv-Change-the-signature-of-vmbus_set_event.patch + patches.suse/suse-hv-fate314665-0013-Drivers-hv-Move-vmbus-version-definitions-to-hyperv..patch + patches.suse/suse-hv-fate314665-0014-Drivers-hv-Manage-signaling-state-on-a-per-connectio.patch + patches.suse/suse-hv-fate314665-0015-Drivers-hv-Cleanup-vmbus_set_event-to-support-win7-a.patch + patches.suse/suse-hv-fate314665-0016-Drivers-hv-Setup-a-mapping-for-Hyper-V-s-notion-cpu-.patch + patches.suse/suse-hv-fate314665-0017-Drivers-hv-Add-state-to-manage-incoming-channel-inte.patch + patches.suse/suse-hv-fate314665-0018-Drivers-hv-Modify-the-interrupt-handling-code-to-sup.patch + patches.suse/suse-hv-fate314665-0019-Drivers-hv-Add-code-to-distribute-channel-interrupt-.patch + patches.suse/suse-hv-fate314665-0020-Drivers-hv-Get-rid-of-the-unused-global-signaling-st.patch + patches.suse/suse-hv-fate314665-0021-Drivers-hv-Get-rid-of-unnecessary-request-for-offers.patch + patches.suse/suse-hv-fate314665-0022-Drivers-hv-Manage-event-tasklets-on-per-cpu-basis.patch + patches.suse/suse-hv-fate314665-0023-Drivers-hv-Handle-vmbus-interrupts-concurrently-on-a.patch + patches.suse/suse-hv-fate314665-0024-Drivers-hv-Add-a-check-to-deal-with-spurious-interru.patch + patches.suse/suse-hv-fate314665-0025-Drivers-hv-Enable-protocol-negotiation-with-win8-hos.patch + patches.suse/suse-hv-fate314665-0026-Drivers-hv-Implement-flow-management-on-the-send-sid.patch + patches.suse/suse-hv-fate314665-0027-Drivers-hv-Capture-the-host-build-information.patch + patches.suse/suse-hv-fate314665-0028-Drivers-hv-Cleanup-and-consolidate-reporting-of-buil.patch patches.suse/suse-hv-identify-virtual-pc-in-ata_piix.patch ######################################################## @@ -379,7 +377,6 @@ # Device drivers # ######################################################## - patches.drivers/spi-orion-convert-to-new-infrastructure.patch ######################################################## # Storage @@ -393,7 +390,6 @@ patches.fixes/scsi-dh-queuedata-accessors - patches.fixes/scsi-check-host-lookup-failure patches.drivers/megaraid-mbox-fix-SG_IO # Remaining SCSI patches (garloff) @@ -425,7 +421,6 @@ # Wireless Networking ######################################################## patches.suse/b43-missing-firmware-info.patch - patches.fixes/brcmsmac-firmware ######################################################## # ISDN @@ -651,9 +646,14 @@ patches.xen/xen3-patch-3.4 patches.xen/xen3-patch-3.5 patches.xen/xen3-patch-3.6 + patches.xen/xen3-patch-3.7-rc3 + patches.xen/xen3-patch-3.7-rc4-rc5 + patches.xen/xen3-patch-3.7-rc6-rc7 # ports of other patches - patches.xen/xen3-acpi_override_2_2.patch + patches.xen/xen3-003-acpi_initrd_override_tables.patch + patches.xen/xen3-007-acpi_initrd_override_tables.patch + patches.xen/xen3-010-acpi_initrd_override_tables.patch patches.xen/xen3-stack-unwind patches.xen/xen3-x86_64-unwind-annotations @@ -672,15 +672,18 @@ patches.xen/xen-sections patches.xen/xen-unpriv-build patches.xen/xen-cpufreq-report + patches.xen/xen-multi-page-ring patches.xen/xen-balloon-max-target - patches.xen/xen-blkif-protocol-fallback-hack + patches.xen/xen-blkback-multi-page-ring patches.xen/xen-blkback-cdrom - patches.xen/xen-blktap-modular - patches.xen/xen-blktap-write-barriers - patches.xen/xen-blktap2-configurable-nr-devs + patches.xen/xen-blkif-protocol-fallback-hack + patches.xen/xen-blkfront-multi-page-ring patches.xen/xen-blkif-op-packet patches.xen/xen-blkfront-cdrom patches.xen/xen-blkfront-hvm-no-cdrom + patches.xen/xen-blktap-modular + patches.xen/xen-blktap-write-barriers + patches.xen/xen-blktap2-configurable-nr-devs patches.xen/xen-netback-nr-irqs patches.xen/xen-netback-notify-multi patches.xen/xen-netback-generalize @@ -697,6 +700,7 @@ patches.xen/xen-x86-per-cpu-vcpu-info patches.xen/xen-x86-pcpu patches.xen/xen-x86-EFI + patches.xen/xen-x86-bzImage patches.xen/xen-x86_64-pgd-pin patches.xen/xen-x86_64-pgd-alloc-order patches.xen/xen-x86_64-dump-user-pgt diff --git a/source-timestamp b/source-timestamp index 2d05a1683..1330c974e 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2012-10-22 01:11:42 +0200 -GIT Revision: e8b3bd988d91394bef4d1d674333ee150f636a3e +2012-12-12 11:29:06 -0500 +GIT Revision: b89db5df80c07ceaa1a0189caf9cc632f5952d9c GIT Branch: master