commit e8fa6b4cfaec56a0c32d81779cd0383e275d45ef

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=250
This commit is contained in:
Michal Marek 2013-11-05 07:02:30 +00:00 committed by Git OBS Bridge
parent f011d0564f
commit da2b745f49
43 changed files with 7844 additions and 2882 deletions

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Mon Sep 30 14:34:41 UTC 2013 - mmarek@suse.cz
- Do not build udlfb, to avoid conflict with udl (fate#316407)
CONFIG_FB_UDL=n
-------------------------------------------------------------------
Mon Sep 30 12:39:40 UTC 2013 - mmarek@suse.cz
- Disable fb drivers that have been blacklisted via
/etc/modprobe.d/50-blacklist.conf for a long time:
CONFIG_FB_ATY=n
CONFIG_FB_ATY128=n
CONFIG_FB_CYBER2000=n
CONFIG_FB_MATROX=n (and dependent options)
CONFIG_FB_HGA=n
CONFIG_FB_I810=n
CONFIG_MDA_CONSOLE=n
CONFIG_FB_NEOMAGIC=n
CONFIG_FB_PM2=n
CONFIG_FB_PM3=n
CONFIG_FB_RADEON=n
CONFIG_FB_RIVA=n
CONFIG_FB_SIS=n
CONFIG_FB_VOODOO1=n
CONFIG_FB_3DFX=n
CONFIG_FB_TRIDENT=n
CONFIG_FB_VGA16=n
CONFIG_FB_KYRO=n
CONFIG_FB_ARC=n
CONFIG_FB_CIRRUS=n
CONFIG_FB_GEODE_LX=n
CONFIG_FB_GEODE_GX=n
CONFIG_FB_GEODE_GX1=n
CONFIG_FB_NVIDIA=n
CONFIG_FB_S1D13XXX=n
CONFIG_FB_SAVAGE=n
CONFIG_FB_ARK=n
CONFIG_FB_CARMINE=n
CONFIG_FB_N411=n
CONFIG_FB_HECUBA=n
CONFIG_FB_S3=n
CONFIG_FB_SM501=n
CONFIG_FB_VIA=n
CONFIG_CONFIG_FB_LE80578=n
CONFIG_FB_VT8623=n
-------------------------------------------------------------------
Fri Sep 27 10:26:33 CEST 2013 - jdelvare@suse.de

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:92cffd97f732d9ca37c9a750ac5f7661d1de33bb8418cc14dce42c84eb3ad5f1
size 312778
oid sha256:618474548bcc9f7efd2317e46023bcc2cd1d1370dddc8cf2363f777b0e812bed
size 311263

View File

@ -1,3 +1,100 @@
-------------------------------------------------------------------
Mon Nov 4 13:54:39 CET 2013 - jslaby@suse.cz
- Delete patches.kernel.org/patch-3.11.1.
- commit ec24572
-------------------------------------------------------------------
Mon Nov 4 03:19:40 CET 2013 - jeffm@suse.com
- Update config files.
- commit f7c27a2
-------------------------------------------------------------------
Mon Nov 4 02:20:43 CET 2013 - jeffm@suse.com
- Update to 3.12-final.
- commit bd2bcf1
-------------------------------------------------------------------
Mon Nov 4 02:19:32 CET 2013 - jeffm@suse.com
- Refresh
patches.suse/btrfs-add-ability-to-query-change-feature-bits-online-ioctl.
- commit a58c8c5
-------------------------------------------------------------------
Mon Nov 4 02:16:56 CET 2013 - jeffm@suse.com
- Refresh patches.suse/btrfs-add-tracing-for-failed-reservations.
- Refresh patches.suse/btrfs-publish-allocation-data-in-sysfs.
- No code change: missing 'quilt add' caused a chunk to be
in the wrong patch.
- commit 0346b5c
-------------------------------------------------------------------
Wed Oct 30 17:49:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Add extra chmap for 2.1 outputs on ASUS laptops
(bnc#846531).
- commit 5fe5110
-------------------------------------------------------------------
Wed Oct 30 12:36:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Add a fixup for ASUS N76VZ (bnc#846529).
- commit c8ca4fb
-------------------------------------------------------------------
Tue Oct 29 14:04:37 CET 2013 - jbeulich@suse.com
- Update Xen patches to 3.12-rc7 and c/s 1240.
- commit 49141ff
-------------------------------------------------------------------
Mon Oct 28 15:04:30 CET 2013 - jeffm@suse.de
- Update to 3.12-rc7.
- commit c59f68d
-------------------------------------------------------------------
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
- nouveau: Fix race with fence signaling (bnc#844177).
- commit db1113e
-------------------------------------------------------------------
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
- btrfs: add ioctl to export size of global metadata reservation.
- btrfs: add tracing for failed reservations.
- btrfs: publish allocation data in sysfs.
- btrfs: publish device membership in sysfs.
- btrfs: publish fs label in sysfs.
- btrfs: publish per-super attributes in sysfs.
- btrfs: publish per-super features in sysfs.
- btrfs: publish supported featured in sysfs.
- btrfs: publish unknown feature bits in sysfs.
- kobject: export kobj_sysfs_ops.
- Refresh
patches.suse/btrfs-add-ability-to-change-features-via-sysfs.
- Refresh
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors.
- Delete
patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs.
- Delete
patches.suse/btrfs-add-publishing-of-unknown-features-in-sysfs.
- Delete patches.suse/btrfs-export-supported-featured-to-sysfs.
- Delete patches.suse/btrfs-publish-per-super-features-to-sysfs.
- Delete patches.suse/introduce-kobj_completion.
- commit 28f62b4
-------------------------------------------------------------------
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc6.
- commit 7244867
-------------------------------------------------------------------
Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
@ -5,6 +102,27 @@ Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
- Delete patches.drivers/ALSA-hda-Add-fixup-for-ASUS-N56VZ.
- commit 9ca6827
-------------------------------------------------------------------
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
- Update x86 Xen config files (RTC_DRV_EFI=y).
- commit ac42dba
-------------------------------------------------------------------
Wed Oct 16 11:35:46 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.12-rc5.
- config.conf: Re-enable Xen configs.
- Update config files.
- Delete patches.xen/xen3-010-acpi_initrd_override_tables.patch.
- commit 8673f3f
-------------------------------------------------------------------
Tue Oct 15 15:26:01 CEST 2013 - oneukum@suse.de
- sha256_ssse3: also test for BMI2 (bnc#842459).
- commit 243990f
-------------------------------------------------------------------
Mon Oct 14 18:45:32 CEST 2013 - jeffm@suse.com
@ -17,6 +135,13 @@ Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5
- commit 22f9877
-------------------------------------------------------------------
Mon Oct 14 17:40:49 CEST 2013 - jeffm@suse.com
- btrfs: Fix creation of per-super sysfs directories when using multiple
subvolumes (bnc#845774)
- commit adcee6c
-------------------------------------------------------------------
Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
@ -24,6 +149,12 @@ Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
subvolumes (bnc#845774).
- commit 0801062
-------------------------------------------------------------------
Mon Oct 14 17:15:35 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc5.
- commit 6c5465f
-------------------------------------------------------------------
Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de
@ -44,17 +175,29 @@ Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz
patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch.
- commit c00734a
-------------------------------------------------------------------
Fri Oct 11 18:35:04 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc4.
- commit 8fdbb19
-------------------------------------------------------------------
Fri Oct 11 13:45:25 CEST 2013 - tiwai@suse.de
- drm/i915: Undo the PIPEA quirk for i845 (bnc#845503).
- commit 61a06cb
- commit e401a74
-------------------------------------------------------------------
Tue Oct 8 20:02:53 CEST 2013 - tiwai@suse.de
- ALSA: hda - Add fixup for ASUS N56VZ (bnc#841645).
- commit a306dfb
- commit 9f1b1d6
-------------------------------------------------------------------
Mon Oct 7 23:46:39 CEST 2013 - jack@suse.cz
- supported.conf: Update support info
- commit fe619b0
-------------------------------------------------------------------
Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
@ -62,6 +205,51 @@ Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
- Linux 3.11.4.
- commit 40d7ca3
-------------------------------------------------------------------
Fri Oct 4 20:14:16 CEST 2013 - bp@suse.de
- supported.conf: Remove IOMMU v2
This is only needed for HSA.
- commit 1d0217b
-------------------------------------------------------------------
Fri Oct 4 19:53:33 CEST 2013 - bp@suse.de
- supported.conf: Add a bunch of AMD-specific drivers to the list
+ sb_edac which people wanted since SLE11-SP2.
- commit 942c03a
-------------------------------------------------------------------
Fri Oct 4 19:41:56 CEST 2013 - bpoirier@suse.de
- supported.conf: update for network related modules
based on FATE#313655
+ drivers/net/ethernet/intel/i40e/i40e
vhost_net depends on vhost
+ drivers/vhost/vhost
nf_nat is now nf_nat_ipv4, _ipv6 was introduced in v3.7
- net/ipv4/netfilter/nf_nat
+ net/ipv4/netfilter/nf_nat_ipv4
+ net/ipv6/netfilter/nf_nat_ipv6
based on the rationale that we already package `ss` and support inet_diag:
+ net/ipv4/udp_diag
+ net/netlink/netlink_diag
+ net/packet/af_packet_diag
+ net/unix/unix_diag
- commit 07a54e6
-------------------------------------------------------------------
Fri Oct 4 17:04:15 CEST 2013 - mmarek@suse.cz
- supported.conf: Add newly requested drivers
- commit 199c169
-------------------------------------------------------------------
Fri Oct 4 14:53:01 CEST 2013 - mmarek@suse.cz
- supported.conf: More updates from SLE11-SP3
- commit 45bc81a
-------------------------------------------------------------------
Fri Oct 4 13:04:43 CEST 2013 - mmarek@suse.cz
@ -81,6 +269,36 @@ Fri Oct 4 12:57:44 CEST 2013 - mmarek@suse.cz
CONFIG_ENTERPRISE_SUPPORT has been renamed to CONFIG_SUSE_KERNEL_SUPPORTED
- commit 9e5b6fe
-------------------------------------------------------------------
Fri Oct 4 11:48:44 CEST 2013 - mmarek@suse.cz
- supported.conf: Copy some missing changes from SLE11-SP3
- commit fdeb1a7
-------------------------------------------------------------------
Fri Oct 4 10:47:37 CEST 2013 - mmarek@suse.cz
- supported.conf: Remove the kernel/ prefix from module paths.
- commit 9649d9f
-------------------------------------------------------------------
Fri Oct 4 10:45:53 CEST 2013 - mmarek@suse.cz
- modpost: Allow wildcards in the Module.supported file.
- commit a464383
-------------------------------------------------------------------
Fri Oct 4 10:38:42 CEST 2013 - mmarek@suse.cz
- modpost: Fix matching of dashes and underscores in Module.supported (bnc#719090).
- commit cab1abc
-------------------------------------------------------------------
Thu Oct 3 17:25:25 CEST 2013 - mmarek@suse.cz
- Enable CONFIG_DRM_QXL and mark qxl.ko as supported (fate#316469)
- commit acad9db
-------------------------------------------------------------------
Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
@ -88,6 +306,24 @@ Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-3.4.
- commit 485f0d1
-------------------------------------------------------------------
Tue Oct 1 20:08:51 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc3.
- commit e5ef0d0
-------------------------------------------------------------------
Tue Oct 1 12:04:02 CEST 2013 - mmarek@suse.cz
- Disable CONFIG_FB_TMIO (Sharp Zaurus) on non-arm configs.
- commit 977b235
-------------------------------------------------------------------
Tue Oct 1 10:06:04 CEST 2013 - mmarek@suse.cz
- Disable CONFIG_FB_GEODE, as the individual GEODE options are already disabled
- commit d10fe5f
-------------------------------------------------------------------
Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
@ -96,6 +332,25 @@ Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
official distribution (bnc#821612, bnc#824171).
- commit a80e5ef
-------------------------------------------------------------------
Mon Sep 30 16:35:24 CEST 2013 - mmarek@suse.cz
- Do not build udlfb, to avoid conflict with udl (fate#316407)
- commit 678681d
-------------------------------------------------------------------
Mon Sep 30 16:21:15 CEST 2013 - mmarek@suse.cz
- Disable fb drivers that have been blacklisted for a long time
via /etc/modprobe.d/50-blacklist.conf.
- commit b34e737
-------------------------------------------------------------------
Mon Sep 30 13:53:44 CEST 2013 - dsterba@suse.cz
- Btrfs: relocate csums properly with prealloc extents.
- commit 6cf855e
-------------------------------------------------------------------
Mon Sep 30 13:49:46 CEST 2013 - dsterba@suse.cz
@ -110,6 +365,14 @@ Sat Sep 28 18:00:10 CEST 2013 - ohering@suse.de
actually assign the divide result to hv_lapic_frequency
- commit 420e19b
-------------------------------------------------------------------
Sat Sep 28 11:51:54 CEST 2013 - ohering@suse.de
- Refresh
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
actually assign the divide result to hv_lapic_frequency
- commit 9e0a852
-------------------------------------------------------------------
Fri Sep 27 23:46:35 CEST 2013 - mmarek@suse.cz
@ -150,6 +413,13 @@ Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
- commit 83e7e53
-------------------------------------------------------------------
Fri Sep 27 17:35:01 CEST 2013 - ohering@suse.de
- Refresh
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
- commit ff1e29f
-------------------------------------------------------------------
Fri Sep 27 16:24:13 CEST 2013 - ohering@suse.de
@ -165,6 +435,29 @@ Fri Sep 27 16:22:49 CEST 2013 - ohering@suse.de
- Update config files.
- commit 7affb28
-------------------------------------------------------------------
Fri Sep 27 16:19:51 CEST 2013 - ohering@suse.de
- X86: Hyper-V: Get the local APIC timer frequency from the
hypervisor.
- commit ca351ea
-------------------------------------------------------------------
Fri Sep 27 16:10:26 CEST 2013 - ohering@suse.de
- Input: add a driver to support Hyper-V synthetic keyboard
(fate#315887).
- Update config files.
- commit 0b0a3fa
-------------------------------------------------------------------
Fri Sep 27 15:40:04 CEST 2013 - jeffm@suse.com
- config: disable DGAP on s390
It requires ioremap, which isn't available on s390. It's a staging
driver anyway.
- commit cf0bc41
-------------------------------------------------------------------
Fri Sep 27 14:52:18 CEST 2013 - mmarek@suse.cz
@ -219,6 +512,12 @@ Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
kernel until the patches are reviewed.
- commit 9d2b4ca
-------------------------------------------------------------------
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit 954d4c1
-------------------------------------------------------------------
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
@ -238,6 +537,12 @@ Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit 68bb010
-------------------------------------------------------------------
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit fc372c0
-------------------------------------------------------------------
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
@ -250,6 +555,66 @@ Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
- commit e74b2a8
-------------------------------------------------------------------
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de
- ARM: Update config files: Use lpae for multiarch, exynos for LPAE exynos5
- commit 957e65c
-------------------------------------------------------------------
Wed Sep 25 16:09:40 CEST 2013 - agraf@suse.de
- Clean up ARM patches:
- Refresh patches.arch/arm-arndale-dma.patch.
- Delete patches.arch/arm-exynos-nosparse.patch.
- Delete
patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch.
- Delete
patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch.
- Delete
patches.arch/arm-xen-0006-xen-arm-disable-cpuidle-when-linux-is-running-as-dom.patch.
- Delete
patches.arch/arm-xen-0007-arm-choose-debug-uncompress.h-include-when-uncompres.patch.
- Delete
patches.arch/arm-xen-0008-xen-arm-enable-PV-control-for-ARM.patch.
- commit 1cdc83d
-------------------------------------------------------------------
Wed Sep 25 16:01:31 CEST 2013 - agraf@suse.de
- config.conf:
- Update config files for ARM on 3.12.
- commit 2503bec
-------------------------------------------------------------------
Tue Sep 24 18:47:46 CEST 2013 - trenn@suse.de
- Delete patches.arch/010-acpi_initrd_override_tables.patch.
This old one alone broke acpi initrd override -> delete it.
- commit a75f081
-------------------------------------------------------------------
Tue Sep 24 18:10:03 CEST 2013 - jeffm@suse.com
- lustre/lloop: don't change the logical size for the queue.
- commit 4a2006a
-------------------------------------------------------------------
Tue Sep 24 16:30:50 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc2.
- Eliminated 3 patches.
- commit d7d9943
-------------------------------------------------------------------
Tue Sep 24 15:55:10 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc1.
- Eliminated 42 patches.
- Xen is disabled.
- ARM is disabled.
- commit c58d853
-------------------------------------------------------------------
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
@ -6643,6 +7008,12 @@ Thu Sep 22 11:18:31 CEST 2011 - mmarek@suse.cz
- rpm/split-modules: Print the full path for modules missing in supported.conf
- commit e55e4c6
-------------------------------------------------------------------
Thu Sep 22 10:52:13 CEST 2011 - mmarek@suse.cz
- supported.conf: Fix stray line making net/atm/atm suddenly unsupported.
- commit 58dbd06
-------------------------------------------------------------------
Wed Sep 21 16:33:53 CEST 2011 - mmarek@suse.cz

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.11
%define patchversion 3.11.6
%define srcversion 3.12
%define patchversion 3.12.0
%define variant %{nil}
%define vanilla_only 0
@ -59,11 +59,11 @@
Name: kernel-cubox
Summary: Kernel for SolidRun Cubox
Version: 3.11.6
Version: 3.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf7498bf
Release: <RELEASE>.ge8fa6b4
%else
Release: <RELEASE>.gf7498bf
Release: <RELEASE>.ge8fa6b4
%endif
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,100 @@
-------------------------------------------------------------------
Mon Nov 4 13:54:39 CET 2013 - jslaby@suse.cz
- Delete patches.kernel.org/patch-3.11.1.
- commit ec24572
-------------------------------------------------------------------
Mon Nov 4 03:19:40 CET 2013 - jeffm@suse.com
- Update config files.
- commit f7c27a2
-------------------------------------------------------------------
Mon Nov 4 02:20:43 CET 2013 - jeffm@suse.com
- Update to 3.12-final.
- commit bd2bcf1
-------------------------------------------------------------------
Mon Nov 4 02:19:32 CET 2013 - jeffm@suse.com
- Refresh
patches.suse/btrfs-add-ability-to-query-change-feature-bits-online-ioctl.
- commit a58c8c5
-------------------------------------------------------------------
Mon Nov 4 02:16:56 CET 2013 - jeffm@suse.com
- Refresh patches.suse/btrfs-add-tracing-for-failed-reservations.
- Refresh patches.suse/btrfs-publish-allocation-data-in-sysfs.
- No code change: missing 'quilt add' caused a chunk to be
in the wrong patch.
- commit 0346b5c
-------------------------------------------------------------------
Wed Oct 30 17:49:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Add extra chmap for 2.1 outputs on ASUS laptops
(bnc#846531).
- commit 5fe5110
-------------------------------------------------------------------
Wed Oct 30 12:36:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Add a fixup for ASUS N76VZ (bnc#846529).
- commit c8ca4fb
-------------------------------------------------------------------
Tue Oct 29 14:04:37 CET 2013 - jbeulich@suse.com
- Update Xen patches to 3.12-rc7 and c/s 1240.
- commit 49141ff
-------------------------------------------------------------------
Mon Oct 28 15:04:30 CET 2013 - jeffm@suse.de
- Update to 3.12-rc7.
- commit c59f68d
-------------------------------------------------------------------
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
- nouveau: Fix race with fence signaling (bnc#844177).
- commit db1113e
-------------------------------------------------------------------
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
- btrfs: add ioctl to export size of global metadata reservation.
- btrfs: add tracing for failed reservations.
- btrfs: publish allocation data in sysfs.
- btrfs: publish device membership in sysfs.
- btrfs: publish fs label in sysfs.
- btrfs: publish per-super attributes in sysfs.
- btrfs: publish per-super features in sysfs.
- btrfs: publish supported featured in sysfs.
- btrfs: publish unknown feature bits in sysfs.
- kobject: export kobj_sysfs_ops.
- Refresh
patches.suse/btrfs-add-ability-to-change-features-via-sysfs.
- Refresh
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors.
- Delete
patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs.
- Delete
patches.suse/btrfs-add-publishing-of-unknown-features-in-sysfs.
- Delete patches.suse/btrfs-export-supported-featured-to-sysfs.
- Delete patches.suse/btrfs-publish-per-super-features-to-sysfs.
- Delete patches.suse/introduce-kobj_completion.
- commit 28f62b4
-------------------------------------------------------------------
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc6.
- commit 7244867
-------------------------------------------------------------------
Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
@ -5,6 +102,27 @@ Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
- Delete patches.drivers/ALSA-hda-Add-fixup-for-ASUS-N56VZ.
- commit 9ca6827
-------------------------------------------------------------------
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
- Update x86 Xen config files (RTC_DRV_EFI=y).
- commit ac42dba
-------------------------------------------------------------------
Wed Oct 16 11:35:46 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.12-rc5.
- config.conf: Re-enable Xen configs.
- Update config files.
- Delete patches.xen/xen3-010-acpi_initrd_override_tables.patch.
- commit 8673f3f
-------------------------------------------------------------------
Tue Oct 15 15:26:01 CEST 2013 - oneukum@suse.de
- sha256_ssse3: also test for BMI2 (bnc#842459).
- commit 243990f
-------------------------------------------------------------------
Mon Oct 14 18:45:32 CEST 2013 - jeffm@suse.com
@ -17,6 +135,13 @@ Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5
- commit 22f9877
-------------------------------------------------------------------
Mon Oct 14 17:40:49 CEST 2013 - jeffm@suse.com
- btrfs: Fix creation of per-super sysfs directories when using multiple
subvolumes (bnc#845774)
- commit adcee6c
-------------------------------------------------------------------
Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
@ -24,6 +149,12 @@ Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
subvolumes (bnc#845774).
- commit 0801062
-------------------------------------------------------------------
Mon Oct 14 17:15:35 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc5.
- commit 6c5465f
-------------------------------------------------------------------
Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de
@ -44,17 +175,29 @@ Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz
patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch.
- commit c00734a
-------------------------------------------------------------------
Fri Oct 11 18:35:04 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc4.
- commit 8fdbb19
-------------------------------------------------------------------
Fri Oct 11 13:45:25 CEST 2013 - tiwai@suse.de
- drm/i915: Undo the PIPEA quirk for i845 (bnc#845503).
- commit 61a06cb
- commit e401a74
-------------------------------------------------------------------
Tue Oct 8 20:02:53 CEST 2013 - tiwai@suse.de
- ALSA: hda - Add fixup for ASUS N56VZ (bnc#841645).
- commit a306dfb
- commit 9f1b1d6
-------------------------------------------------------------------
Mon Oct 7 23:46:39 CEST 2013 - jack@suse.cz
- supported.conf: Update support info
- commit fe619b0
-------------------------------------------------------------------
Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
@ -62,6 +205,51 @@ Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
- Linux 3.11.4.
- commit 40d7ca3
-------------------------------------------------------------------
Fri Oct 4 20:14:16 CEST 2013 - bp@suse.de
- supported.conf: Remove IOMMU v2
This is only needed for HSA.
- commit 1d0217b
-------------------------------------------------------------------
Fri Oct 4 19:53:33 CEST 2013 - bp@suse.de
- supported.conf: Add a bunch of AMD-specific drivers to the list
+ sb_edac which people wanted since SLE11-SP2.
- commit 942c03a
-------------------------------------------------------------------
Fri Oct 4 19:41:56 CEST 2013 - bpoirier@suse.de
- supported.conf: update for network related modules
based on FATE#313655
+ drivers/net/ethernet/intel/i40e/i40e
vhost_net depends on vhost
+ drivers/vhost/vhost
nf_nat is now nf_nat_ipv4, _ipv6 was introduced in v3.7
- net/ipv4/netfilter/nf_nat
+ net/ipv4/netfilter/nf_nat_ipv4
+ net/ipv6/netfilter/nf_nat_ipv6
based on the rationale that we already package `ss` and support inet_diag:
+ net/ipv4/udp_diag
+ net/netlink/netlink_diag
+ net/packet/af_packet_diag
+ net/unix/unix_diag
- commit 07a54e6
-------------------------------------------------------------------
Fri Oct 4 17:04:15 CEST 2013 - mmarek@suse.cz
- supported.conf: Add newly requested drivers
- commit 199c169
-------------------------------------------------------------------
Fri Oct 4 14:53:01 CEST 2013 - mmarek@suse.cz
- supported.conf: More updates from SLE11-SP3
- commit 45bc81a
-------------------------------------------------------------------
Fri Oct 4 13:04:43 CEST 2013 - mmarek@suse.cz
@ -81,6 +269,36 @@ Fri Oct 4 12:57:44 CEST 2013 - mmarek@suse.cz
CONFIG_ENTERPRISE_SUPPORT has been renamed to CONFIG_SUSE_KERNEL_SUPPORTED
- commit 9e5b6fe
-------------------------------------------------------------------
Fri Oct 4 11:48:44 CEST 2013 - mmarek@suse.cz
- supported.conf: Copy some missing changes from SLE11-SP3
- commit fdeb1a7
-------------------------------------------------------------------
Fri Oct 4 10:47:37 CEST 2013 - mmarek@suse.cz
- supported.conf: Remove the kernel/ prefix from module paths.
- commit 9649d9f
-------------------------------------------------------------------
Fri Oct 4 10:45:53 CEST 2013 - mmarek@suse.cz
- modpost: Allow wildcards in the Module.supported file.
- commit a464383
-------------------------------------------------------------------
Fri Oct 4 10:38:42 CEST 2013 - mmarek@suse.cz
- modpost: Fix matching of dashes and underscores in Module.supported (bnc#719090).
- commit cab1abc
-------------------------------------------------------------------
Thu Oct 3 17:25:25 CEST 2013 - mmarek@suse.cz
- Enable CONFIG_DRM_QXL and mark qxl.ko as supported (fate#316469)
- commit acad9db
-------------------------------------------------------------------
Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
@ -88,6 +306,24 @@ Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-3.4.
- commit 485f0d1
-------------------------------------------------------------------
Tue Oct 1 20:08:51 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc3.
- commit e5ef0d0
-------------------------------------------------------------------
Tue Oct 1 12:04:02 CEST 2013 - mmarek@suse.cz
- Disable CONFIG_FB_TMIO (Sharp Zaurus) on non-arm configs.
- commit 977b235
-------------------------------------------------------------------
Tue Oct 1 10:06:04 CEST 2013 - mmarek@suse.cz
- Disable CONFIG_FB_GEODE, as the individual GEODE options are already disabled
- commit d10fe5f
-------------------------------------------------------------------
Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
@ -96,6 +332,25 @@ Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
official distribution (bnc#821612, bnc#824171).
- commit a80e5ef
-------------------------------------------------------------------
Mon Sep 30 16:35:24 CEST 2013 - mmarek@suse.cz
- Do not build udlfb, to avoid conflict with udl (fate#316407)
- commit 678681d
-------------------------------------------------------------------
Mon Sep 30 16:21:15 CEST 2013 - mmarek@suse.cz
- Disable fb drivers that have been blacklisted for a long time
via /etc/modprobe.d/50-blacklist.conf.
- commit b34e737
-------------------------------------------------------------------
Mon Sep 30 13:53:44 CEST 2013 - dsterba@suse.cz
- Btrfs: relocate csums properly with prealloc extents.
- commit 6cf855e
-------------------------------------------------------------------
Mon Sep 30 13:49:46 CEST 2013 - dsterba@suse.cz
@ -110,6 +365,14 @@ Sat Sep 28 18:00:10 CEST 2013 - ohering@suse.de
actually assign the divide result to hv_lapic_frequency
- commit 420e19b
-------------------------------------------------------------------
Sat Sep 28 11:51:54 CEST 2013 - ohering@suse.de
- Refresh
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
actually assign the divide result to hv_lapic_frequency
- commit 9e0a852
-------------------------------------------------------------------
Fri Sep 27 23:46:35 CEST 2013 - mmarek@suse.cz
@ -150,6 +413,13 @@ Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
- commit 83e7e53
-------------------------------------------------------------------
Fri Sep 27 17:35:01 CEST 2013 - ohering@suse.de
- Refresh
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
- commit ff1e29f
-------------------------------------------------------------------
Fri Sep 27 16:24:13 CEST 2013 - ohering@suse.de
@ -165,6 +435,29 @@ Fri Sep 27 16:22:49 CEST 2013 - ohering@suse.de
- Update config files.
- commit 7affb28
-------------------------------------------------------------------
Fri Sep 27 16:19:51 CEST 2013 - ohering@suse.de
- X86: Hyper-V: Get the local APIC timer frequency from the
hypervisor.
- commit ca351ea
-------------------------------------------------------------------
Fri Sep 27 16:10:26 CEST 2013 - ohering@suse.de
- Input: add a driver to support Hyper-V synthetic keyboard
(fate#315887).
- Update config files.
- commit 0b0a3fa
-------------------------------------------------------------------
Fri Sep 27 15:40:04 CEST 2013 - jeffm@suse.com
- config: disable DGAP on s390
It requires ioremap, which isn't available on s390. It's a staging
driver anyway.
- commit cf0bc41
-------------------------------------------------------------------
Fri Sep 27 14:52:18 CEST 2013 - mmarek@suse.cz
@ -219,6 +512,12 @@ Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
kernel until the patches are reviewed.
- commit 9d2b4ca
-------------------------------------------------------------------
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit 954d4c1
-------------------------------------------------------------------
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
@ -238,6 +537,12 @@ Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit 68bb010
-------------------------------------------------------------------
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit fc372c0
-------------------------------------------------------------------
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
@ -250,6 +555,66 @@ Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
- commit e74b2a8
-------------------------------------------------------------------
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de
- ARM: Update config files: Use lpae for multiarch, exynos for LPAE exynos5
- commit 957e65c
-------------------------------------------------------------------
Wed Sep 25 16:09:40 CEST 2013 - agraf@suse.de
- Clean up ARM patches:
- Refresh patches.arch/arm-arndale-dma.patch.
- Delete patches.arch/arm-exynos-nosparse.patch.
- Delete
patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch.
- Delete
patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch.
- Delete
patches.arch/arm-xen-0006-xen-arm-disable-cpuidle-when-linux-is-running-as-dom.patch.
- Delete
patches.arch/arm-xen-0007-arm-choose-debug-uncompress.h-include-when-uncompres.patch.
- Delete
patches.arch/arm-xen-0008-xen-arm-enable-PV-control-for-ARM.patch.
- commit 1cdc83d
-------------------------------------------------------------------
Wed Sep 25 16:01:31 CEST 2013 - agraf@suse.de
- config.conf:
- Update config files for ARM on 3.12.
- commit 2503bec
-------------------------------------------------------------------
Tue Sep 24 18:47:46 CEST 2013 - trenn@suse.de
- Delete patches.arch/010-acpi_initrd_override_tables.patch.
This old one alone broke acpi initrd override -> delete it.
- commit a75f081
-------------------------------------------------------------------
Tue Sep 24 18:10:03 CEST 2013 - jeffm@suse.com
- lustre/lloop: don't change the logical size for the queue.
- commit 4a2006a
-------------------------------------------------------------------
Tue Sep 24 16:30:50 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc2.
- Eliminated 3 patches.
- commit d7d9943
-------------------------------------------------------------------
Tue Sep 24 15:55:10 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc1.
- Eliminated 42 patches.
- Xen is disabled.
- ARM is disabled.
- commit c58d853
-------------------------------------------------------------------
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
@ -6643,6 +7008,12 @@ Thu Sep 22 11:18:31 CEST 2011 - mmarek@suse.cz
- rpm/split-modules: Print the full path for modules missing in supported.conf
- commit e55e4c6
-------------------------------------------------------------------
Thu Sep 22 10:52:13 CEST 2011 - mmarek@suse.cz
- supported.conf: Fix stray line making net/atm/atm suddenly unsupported.
- commit 58dbd06
-------------------------------------------------------------------
Wed Sep 21 16:33:53 CEST 2011 - mmarek@suse.cz

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.11
%define patchversion 3.11.6
%define srcversion 3.12
%define patchversion 3.12.0
%define variant %{nil}
%define vanilla_only 0
@ -59,11 +59,11 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 3.11.6
Version: 3.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf7498bf
Release: <RELEASE>.ge8fa6b4
%else
Release: <RELEASE>.gf7498bf
Release: <RELEASE>.ge8fa6b4
%endif
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,100 @@
-------------------------------------------------------------------
Mon Nov 4 13:54:39 CET 2013 - jslaby@suse.cz
- Delete patches.kernel.org/patch-3.11.1.
- commit ec24572
-------------------------------------------------------------------
Mon Nov 4 03:19:40 CET 2013 - jeffm@suse.com
- Update config files.
- commit f7c27a2
-------------------------------------------------------------------
Mon Nov 4 02:20:43 CET 2013 - jeffm@suse.com
- Update to 3.12-final.
- commit bd2bcf1
-------------------------------------------------------------------
Mon Nov 4 02:19:32 CET 2013 - jeffm@suse.com
- Refresh
patches.suse/btrfs-add-ability-to-query-change-feature-bits-online-ioctl.
- commit a58c8c5
-------------------------------------------------------------------
Mon Nov 4 02:16:56 CET 2013 - jeffm@suse.com
- Refresh patches.suse/btrfs-add-tracing-for-failed-reservations.
- Refresh patches.suse/btrfs-publish-allocation-data-in-sysfs.
- No code change: missing 'quilt add' caused a chunk to be
in the wrong patch.
- commit 0346b5c
-------------------------------------------------------------------
Wed Oct 30 17:49:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Add extra chmap for 2.1 outputs on ASUS laptops
(bnc#846531).
- commit 5fe5110
-------------------------------------------------------------------
Wed Oct 30 12:36:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Add a fixup for ASUS N76VZ (bnc#846529).
- commit c8ca4fb
-------------------------------------------------------------------
Tue Oct 29 14:04:37 CET 2013 - jbeulich@suse.com
- Update Xen patches to 3.12-rc7 and c/s 1240.
- commit 49141ff
-------------------------------------------------------------------
Mon Oct 28 15:04:30 CET 2013 - jeffm@suse.de
- Update to 3.12-rc7.
- commit c59f68d
-------------------------------------------------------------------
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
- nouveau: Fix race with fence signaling (bnc#844177).
- commit db1113e
-------------------------------------------------------------------
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
- btrfs: add ioctl to export size of global metadata reservation.
- btrfs: add tracing for failed reservations.
- btrfs: publish allocation data in sysfs.
- btrfs: publish device membership in sysfs.
- btrfs: publish fs label in sysfs.
- btrfs: publish per-super attributes in sysfs.
- btrfs: publish per-super features in sysfs.
- btrfs: publish supported featured in sysfs.
- btrfs: publish unknown feature bits in sysfs.
- kobject: export kobj_sysfs_ops.
- Refresh
patches.suse/btrfs-add-ability-to-change-features-via-sysfs.
- Refresh
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors.
- Delete
patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs.
- Delete
patches.suse/btrfs-add-publishing-of-unknown-features-in-sysfs.
- Delete patches.suse/btrfs-export-supported-featured-to-sysfs.
- Delete patches.suse/btrfs-publish-per-super-features-to-sysfs.
- Delete patches.suse/introduce-kobj_completion.
- commit 28f62b4
-------------------------------------------------------------------
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc6.
- commit 7244867
-------------------------------------------------------------------
Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
@ -5,6 +102,27 @@ Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
- Delete patches.drivers/ALSA-hda-Add-fixup-for-ASUS-N56VZ.
- commit 9ca6827
-------------------------------------------------------------------
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
- Update x86 Xen config files (RTC_DRV_EFI=y).
- commit ac42dba
-------------------------------------------------------------------
Wed Oct 16 11:35:46 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.12-rc5.
- config.conf: Re-enable Xen configs.
- Update config files.
- Delete patches.xen/xen3-010-acpi_initrd_override_tables.patch.
- commit 8673f3f
-------------------------------------------------------------------
Tue Oct 15 15:26:01 CEST 2013 - oneukum@suse.de
- sha256_ssse3: also test for BMI2 (bnc#842459).
- commit 243990f
-------------------------------------------------------------------
Mon Oct 14 18:45:32 CEST 2013 - jeffm@suse.com
@ -17,6 +135,13 @@ Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5
- commit 22f9877
-------------------------------------------------------------------
Mon Oct 14 17:40:49 CEST 2013 - jeffm@suse.com
- btrfs: Fix creation of per-super sysfs directories when using multiple
subvolumes (bnc#845774)
- commit adcee6c
-------------------------------------------------------------------
Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
@ -24,6 +149,12 @@ Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
subvolumes (bnc#845774).
- commit 0801062
-------------------------------------------------------------------
Mon Oct 14 17:15:35 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc5.
- commit 6c5465f
-------------------------------------------------------------------
Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de
@ -44,17 +175,29 @@ Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz
patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch.
- commit c00734a
-------------------------------------------------------------------
Fri Oct 11 18:35:04 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc4.
- commit 8fdbb19
-------------------------------------------------------------------
Fri Oct 11 13:45:25 CEST 2013 - tiwai@suse.de
- drm/i915: Undo the PIPEA quirk for i845 (bnc#845503).
- commit 61a06cb
- commit e401a74
-------------------------------------------------------------------
Tue Oct 8 20:02:53 CEST 2013 - tiwai@suse.de
- ALSA: hda - Add fixup for ASUS N56VZ (bnc#841645).
- commit a306dfb
- commit 9f1b1d6
-------------------------------------------------------------------
Mon Oct 7 23:46:39 CEST 2013 - jack@suse.cz
- supported.conf: Update support info
- commit fe619b0
-------------------------------------------------------------------
Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
@ -62,6 +205,51 @@ Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
- Linux 3.11.4.
- commit 40d7ca3
-------------------------------------------------------------------
Fri Oct 4 20:14:16 CEST 2013 - bp@suse.de
- supported.conf: Remove IOMMU v2
This is only needed for HSA.
- commit 1d0217b
-------------------------------------------------------------------
Fri Oct 4 19:53:33 CEST 2013 - bp@suse.de
- supported.conf: Add a bunch of AMD-specific drivers to the list
+ sb_edac which people wanted since SLE11-SP2.
- commit 942c03a
-------------------------------------------------------------------
Fri Oct 4 19:41:56 CEST 2013 - bpoirier@suse.de
- supported.conf: update for network related modules
based on FATE#313655
+ drivers/net/ethernet/intel/i40e/i40e
vhost_net depends on vhost
+ drivers/vhost/vhost
nf_nat is now nf_nat_ipv4, _ipv6 was introduced in v3.7
- net/ipv4/netfilter/nf_nat
+ net/ipv4/netfilter/nf_nat_ipv4
+ net/ipv6/netfilter/nf_nat_ipv6
based on the rationale that we already package `ss` and support inet_diag:
+ net/ipv4/udp_diag
+ net/netlink/netlink_diag
+ net/packet/af_packet_diag
+ net/unix/unix_diag
- commit 07a54e6
-------------------------------------------------------------------
Fri Oct 4 17:04:15 CEST 2013 - mmarek@suse.cz
- supported.conf: Add newly requested drivers
- commit 199c169
-------------------------------------------------------------------
Fri Oct 4 14:53:01 CEST 2013 - mmarek@suse.cz
- supported.conf: More updates from SLE11-SP3
- commit 45bc81a
-------------------------------------------------------------------
Fri Oct 4 13:04:43 CEST 2013 - mmarek@suse.cz
@ -81,6 +269,36 @@ Fri Oct 4 12:57:44 CEST 2013 - mmarek@suse.cz
CONFIG_ENTERPRISE_SUPPORT has been renamed to CONFIG_SUSE_KERNEL_SUPPORTED
- commit 9e5b6fe
-------------------------------------------------------------------
Fri Oct 4 11:48:44 CEST 2013 - mmarek@suse.cz
- supported.conf: Copy some missing changes from SLE11-SP3
- commit fdeb1a7
-------------------------------------------------------------------
Fri Oct 4 10:47:37 CEST 2013 - mmarek@suse.cz
- supported.conf: Remove the kernel/ prefix from module paths.
- commit 9649d9f
-------------------------------------------------------------------
Fri Oct 4 10:45:53 CEST 2013 - mmarek@suse.cz
- modpost: Allow wildcards in the Module.supported file.
- commit a464383
-------------------------------------------------------------------
Fri Oct 4 10:38:42 CEST 2013 - mmarek@suse.cz
- modpost: Fix matching of dashes and underscores in Module.supported (bnc#719090).
- commit cab1abc
-------------------------------------------------------------------
Thu Oct 3 17:25:25 CEST 2013 - mmarek@suse.cz
- Enable CONFIG_DRM_QXL and mark qxl.ko as supported (fate#316469)
- commit acad9db
-------------------------------------------------------------------
Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
@ -88,6 +306,24 @@ Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-3.4.
- commit 485f0d1
-------------------------------------------------------------------
Tue Oct 1 20:08:51 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc3.
- commit e5ef0d0
-------------------------------------------------------------------
Tue Oct 1 12:04:02 CEST 2013 - mmarek@suse.cz
- Disable CONFIG_FB_TMIO (Sharp Zaurus) on non-arm configs.
- commit 977b235
-------------------------------------------------------------------
Tue Oct 1 10:06:04 CEST 2013 - mmarek@suse.cz
- Disable CONFIG_FB_GEODE, as the individual GEODE options are already disabled
- commit d10fe5f
-------------------------------------------------------------------
Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
@ -96,6 +332,25 @@ Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
official distribution (bnc#821612, bnc#824171).
- commit a80e5ef
-------------------------------------------------------------------
Mon Sep 30 16:35:24 CEST 2013 - mmarek@suse.cz
- Do not build udlfb, to avoid conflict with udl (fate#316407)
- commit 678681d
-------------------------------------------------------------------
Mon Sep 30 16:21:15 CEST 2013 - mmarek@suse.cz
- Disable fb drivers that have been blacklisted for a long time
via /etc/modprobe.d/50-blacklist.conf.
- commit b34e737
-------------------------------------------------------------------
Mon Sep 30 13:53:44 CEST 2013 - dsterba@suse.cz
- Btrfs: relocate csums properly with prealloc extents.
- commit 6cf855e
-------------------------------------------------------------------
Mon Sep 30 13:49:46 CEST 2013 - dsterba@suse.cz
@ -110,6 +365,14 @@ Sat Sep 28 18:00:10 CEST 2013 - ohering@suse.de
actually assign the divide result to hv_lapic_frequency
- commit 420e19b
-------------------------------------------------------------------
Sat Sep 28 11:51:54 CEST 2013 - ohering@suse.de
- Refresh
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
actually assign the divide result to hv_lapic_frequency
- commit 9e0a852
-------------------------------------------------------------------
Fri Sep 27 23:46:35 CEST 2013 - mmarek@suse.cz
@ -150,6 +413,13 @@ Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
- commit 83e7e53
-------------------------------------------------------------------
Fri Sep 27 17:35:01 CEST 2013 - ohering@suse.de
- Refresh
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
- commit ff1e29f
-------------------------------------------------------------------
Fri Sep 27 16:24:13 CEST 2013 - ohering@suse.de
@ -165,6 +435,29 @@ Fri Sep 27 16:22:49 CEST 2013 - ohering@suse.de
- Update config files.
- commit 7affb28
-------------------------------------------------------------------
Fri Sep 27 16:19:51 CEST 2013 - ohering@suse.de
- X86: Hyper-V: Get the local APIC timer frequency from the
hypervisor.
- commit ca351ea
-------------------------------------------------------------------
Fri Sep 27 16:10:26 CEST 2013 - ohering@suse.de
- Input: add a driver to support Hyper-V synthetic keyboard
(fate#315887).
- Update config files.
- commit 0b0a3fa
-------------------------------------------------------------------
Fri Sep 27 15:40:04 CEST 2013 - jeffm@suse.com
- config: disable DGAP on s390
It requires ioremap, which isn't available on s390. It's a staging
driver anyway.
- commit cf0bc41
-------------------------------------------------------------------
Fri Sep 27 14:52:18 CEST 2013 - mmarek@suse.cz
@ -219,6 +512,12 @@ Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
kernel until the patches are reviewed.
- commit 9d2b4ca
-------------------------------------------------------------------
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit 954d4c1
-------------------------------------------------------------------
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
@ -238,6 +537,12 @@ Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit 68bb010
-------------------------------------------------------------------
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit fc372c0
-------------------------------------------------------------------
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
@ -250,6 +555,66 @@ Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
- commit e74b2a8
-------------------------------------------------------------------
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de
- ARM: Update config files: Use lpae for multiarch, exynos for LPAE exynos5
- commit 957e65c
-------------------------------------------------------------------
Wed Sep 25 16:09:40 CEST 2013 - agraf@suse.de
- Clean up ARM patches:
- Refresh patches.arch/arm-arndale-dma.patch.
- Delete patches.arch/arm-exynos-nosparse.patch.
- Delete
patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch.
- Delete
patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch.
- Delete
patches.arch/arm-xen-0006-xen-arm-disable-cpuidle-when-linux-is-running-as-dom.patch.
- Delete
patches.arch/arm-xen-0007-arm-choose-debug-uncompress.h-include-when-uncompres.patch.
- Delete
patches.arch/arm-xen-0008-xen-arm-enable-PV-control-for-ARM.patch.
- commit 1cdc83d
-------------------------------------------------------------------
Wed Sep 25 16:01:31 CEST 2013 - agraf@suse.de
- config.conf:
- Update config files for ARM on 3.12.
- commit 2503bec
-------------------------------------------------------------------
Tue Sep 24 18:47:46 CEST 2013 - trenn@suse.de
- Delete patches.arch/010-acpi_initrd_override_tables.patch.
This old one alone broke acpi initrd override -> delete it.
- commit a75f081
-------------------------------------------------------------------
Tue Sep 24 18:10:03 CEST 2013 - jeffm@suse.com
- lustre/lloop: don't change the logical size for the queue.
- commit 4a2006a
-------------------------------------------------------------------
Tue Sep 24 16:30:50 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc2.
- Eliminated 3 patches.
- commit d7d9943
-------------------------------------------------------------------
Tue Sep 24 15:55:10 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc1.
- Eliminated 42 patches.
- Xen is disabled.
- ARM is disabled.
- commit c58d853
-------------------------------------------------------------------
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
@ -6643,6 +7008,12 @@ Thu Sep 22 11:18:31 CEST 2011 - mmarek@suse.cz
- rpm/split-modules: Print the full path for modules missing in supported.conf
- commit e55e4c6
-------------------------------------------------------------------
Thu Sep 22 10:52:13 CEST 2011 - mmarek@suse.cz
- supported.conf: Fix stray line making net/atm/atm suddenly unsupported.
- commit 58dbd06
-------------------------------------------------------------------
Wed Sep 21 16:33:53 CEST 2011 - mmarek@suse.cz

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.11
%define patchversion 3.11.6
%define srcversion 3.12
%define patchversion 3.12.0
%define variant %{nil}
%define vanilla_only 0
@ -59,11 +59,11 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 3.11.6
Version: 3.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf7498bf
Release: <RELEASE>.ge8fa6b4
%else
Release: <RELEASE>.gf7498bf
Release: <RELEASE>.ge8fa6b4
%endif
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,100 @@
-------------------------------------------------------------------
Mon Nov 4 13:54:39 CET 2013 - jslaby@suse.cz
- Delete patches.kernel.org/patch-3.11.1.
- commit ec24572
-------------------------------------------------------------------
Mon Nov 4 03:19:40 CET 2013 - jeffm@suse.com
- Update config files.
- commit f7c27a2
-------------------------------------------------------------------
Mon Nov 4 02:20:43 CET 2013 - jeffm@suse.com
- Update to 3.12-final.
- commit bd2bcf1
-------------------------------------------------------------------
Mon Nov 4 02:19:32 CET 2013 - jeffm@suse.com
- Refresh
patches.suse/btrfs-add-ability-to-query-change-feature-bits-online-ioctl.
- commit a58c8c5
-------------------------------------------------------------------
Mon Nov 4 02:16:56 CET 2013 - jeffm@suse.com
- Refresh patches.suse/btrfs-add-tracing-for-failed-reservations.
- Refresh patches.suse/btrfs-publish-allocation-data-in-sysfs.
- No code change: missing 'quilt add' caused a chunk to be
in the wrong patch.
- commit 0346b5c
-------------------------------------------------------------------
Wed Oct 30 17:49:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Add extra chmap for 2.1 outputs on ASUS laptops
(bnc#846531).
- commit 5fe5110
-------------------------------------------------------------------
Wed Oct 30 12:36:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Add a fixup for ASUS N76VZ (bnc#846529).
- commit c8ca4fb
-------------------------------------------------------------------
Tue Oct 29 14:04:37 CET 2013 - jbeulich@suse.com
- Update Xen patches to 3.12-rc7 and c/s 1240.
- commit 49141ff
-------------------------------------------------------------------
Mon Oct 28 15:04:30 CET 2013 - jeffm@suse.de
- Update to 3.12-rc7.
- commit c59f68d
-------------------------------------------------------------------
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
- nouveau: Fix race with fence signaling (bnc#844177).
- commit db1113e
-------------------------------------------------------------------
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
- btrfs: add ioctl to export size of global metadata reservation.
- btrfs: add tracing for failed reservations.
- btrfs: publish allocation data in sysfs.
- btrfs: publish device membership in sysfs.
- btrfs: publish fs label in sysfs.
- btrfs: publish per-super attributes in sysfs.
- btrfs: publish per-super features in sysfs.
- btrfs: publish supported featured in sysfs.
- btrfs: publish unknown feature bits in sysfs.
- kobject: export kobj_sysfs_ops.
- Refresh
patches.suse/btrfs-add-ability-to-change-features-via-sysfs.
- Refresh
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors.
- Delete
patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs.
- Delete
patches.suse/btrfs-add-publishing-of-unknown-features-in-sysfs.
- Delete patches.suse/btrfs-export-supported-featured-to-sysfs.
- Delete patches.suse/btrfs-publish-per-super-features-to-sysfs.
- Delete patches.suse/introduce-kobj_completion.
- commit 28f62b4
-------------------------------------------------------------------
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc6.
- commit 7244867
-------------------------------------------------------------------
Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
@ -5,6 +102,27 @@ Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
- Delete patches.drivers/ALSA-hda-Add-fixup-for-ASUS-N56VZ.
- commit 9ca6827
-------------------------------------------------------------------
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
- Update x86 Xen config files (RTC_DRV_EFI=y).
- commit ac42dba
-------------------------------------------------------------------
Wed Oct 16 11:35:46 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.12-rc5.
- config.conf: Re-enable Xen configs.
- Update config files.
- Delete patches.xen/xen3-010-acpi_initrd_override_tables.patch.
- commit 8673f3f
-------------------------------------------------------------------
Tue Oct 15 15:26:01 CEST 2013 - oneukum@suse.de
- sha256_ssse3: also test for BMI2 (bnc#842459).
- commit 243990f
-------------------------------------------------------------------
Mon Oct 14 18:45:32 CEST 2013 - jeffm@suse.com
@ -17,6 +135,13 @@ Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5
- commit 22f9877
-------------------------------------------------------------------
Mon Oct 14 17:40:49 CEST 2013 - jeffm@suse.com
- btrfs: Fix creation of per-super sysfs directories when using multiple
subvolumes (bnc#845774)
- commit adcee6c
-------------------------------------------------------------------
Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
@ -24,6 +149,12 @@ Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
subvolumes (bnc#845774).
- commit 0801062
-------------------------------------------------------------------
Mon Oct 14 17:15:35 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc5.
- commit 6c5465f
-------------------------------------------------------------------
Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de
@ -44,17 +175,29 @@ Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz
patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch.
- commit c00734a
-------------------------------------------------------------------
Fri Oct 11 18:35:04 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc4.
- commit 8fdbb19
-------------------------------------------------------------------
Fri Oct 11 13:45:25 CEST 2013 - tiwai@suse.de
- drm/i915: Undo the PIPEA quirk for i845 (bnc#845503).
- commit 61a06cb
- commit e401a74
-------------------------------------------------------------------
Tue Oct 8 20:02:53 CEST 2013 - tiwai@suse.de
- ALSA: hda - Add fixup for ASUS N56VZ (bnc#841645).
- commit a306dfb
- commit 9f1b1d6
-------------------------------------------------------------------
Mon Oct 7 23:46:39 CEST 2013 - jack@suse.cz
- supported.conf: Update support info
- commit fe619b0
-------------------------------------------------------------------
Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
@ -62,6 +205,51 @@ Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
- Linux 3.11.4.
- commit 40d7ca3
-------------------------------------------------------------------
Fri Oct 4 20:14:16 CEST 2013 - bp@suse.de
- supported.conf: Remove IOMMU v2
This is only needed for HSA.
- commit 1d0217b
-------------------------------------------------------------------
Fri Oct 4 19:53:33 CEST 2013 - bp@suse.de
- supported.conf: Add a bunch of AMD-specific drivers to the list
+ sb_edac which people wanted since SLE11-SP2.
- commit 942c03a
-------------------------------------------------------------------
Fri Oct 4 19:41:56 CEST 2013 - bpoirier@suse.de
- supported.conf: update for network related modules
based on FATE#313655
+ drivers/net/ethernet/intel/i40e/i40e
vhost_net depends on vhost
+ drivers/vhost/vhost
nf_nat is now nf_nat_ipv4, _ipv6 was introduced in v3.7
- net/ipv4/netfilter/nf_nat
+ net/ipv4/netfilter/nf_nat_ipv4
+ net/ipv6/netfilter/nf_nat_ipv6
based on the rationale that we already package `ss` and support inet_diag:
+ net/ipv4/udp_diag
+ net/netlink/netlink_diag
+ net/packet/af_packet_diag
+ net/unix/unix_diag
- commit 07a54e6
-------------------------------------------------------------------
Fri Oct 4 17:04:15 CEST 2013 - mmarek@suse.cz
- supported.conf: Add newly requested drivers
- commit 199c169
-------------------------------------------------------------------
Fri Oct 4 14:53:01 CEST 2013 - mmarek@suse.cz
- supported.conf: More updates from SLE11-SP3
- commit 45bc81a
-------------------------------------------------------------------
Fri Oct 4 13:04:43 CEST 2013 - mmarek@suse.cz
@ -81,6 +269,36 @@ Fri Oct 4 12:57:44 CEST 2013 - mmarek@suse.cz
CONFIG_ENTERPRISE_SUPPORT has been renamed to CONFIG_SUSE_KERNEL_SUPPORTED
- commit 9e5b6fe
-------------------------------------------------------------------
Fri Oct 4 11:48:44 CEST 2013 - mmarek@suse.cz
- supported.conf: Copy some missing changes from SLE11-SP3
- commit fdeb1a7
-------------------------------------------------------------------
Fri Oct 4 10:47:37 CEST 2013 - mmarek@suse.cz
- supported.conf: Remove the kernel/ prefix from module paths.
- commit 9649d9f
-------------------------------------------------------------------
Fri Oct 4 10:45:53 CEST 2013 - mmarek@suse.cz
- modpost: Allow wildcards in the Module.supported file.
- commit a464383
-------------------------------------------------------------------
Fri Oct 4 10:38:42 CEST 2013 - mmarek@suse.cz
- modpost: Fix matching of dashes and underscores in Module.supported (bnc#719090).
- commit cab1abc
-------------------------------------------------------------------
Thu Oct 3 17:25:25 CEST 2013 - mmarek@suse.cz
- Enable CONFIG_DRM_QXL and mark qxl.ko as supported (fate#316469)
- commit acad9db
-------------------------------------------------------------------
Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
@ -88,6 +306,24 @@ Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-3.4.
- commit 485f0d1
-------------------------------------------------------------------
Tue Oct 1 20:08:51 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc3.
- commit e5ef0d0
-------------------------------------------------------------------
Tue Oct 1 12:04:02 CEST 2013 - mmarek@suse.cz
- Disable CONFIG_FB_TMIO (Sharp Zaurus) on non-arm configs.
- commit 977b235
-------------------------------------------------------------------
Tue Oct 1 10:06:04 CEST 2013 - mmarek@suse.cz
- Disable CONFIG_FB_GEODE, as the individual GEODE options are already disabled
- commit d10fe5f
-------------------------------------------------------------------
Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
@ -96,6 +332,25 @@ Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
official distribution (bnc#821612, bnc#824171).
- commit a80e5ef
-------------------------------------------------------------------
Mon Sep 30 16:35:24 CEST 2013 - mmarek@suse.cz
- Do not build udlfb, to avoid conflict with udl (fate#316407)
- commit 678681d
-------------------------------------------------------------------
Mon Sep 30 16:21:15 CEST 2013 - mmarek@suse.cz
- Disable fb drivers that have been blacklisted for a long time
via /etc/modprobe.d/50-blacklist.conf.
- commit b34e737
-------------------------------------------------------------------
Mon Sep 30 13:53:44 CEST 2013 - dsterba@suse.cz
- Btrfs: relocate csums properly with prealloc extents.
- commit 6cf855e
-------------------------------------------------------------------
Mon Sep 30 13:49:46 CEST 2013 - dsterba@suse.cz
@ -110,6 +365,14 @@ Sat Sep 28 18:00:10 CEST 2013 - ohering@suse.de
actually assign the divide result to hv_lapic_frequency
- commit 420e19b
-------------------------------------------------------------------
Sat Sep 28 11:51:54 CEST 2013 - ohering@suse.de
- Refresh
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
actually assign the divide result to hv_lapic_frequency
- commit 9e0a852
-------------------------------------------------------------------
Fri Sep 27 23:46:35 CEST 2013 - mmarek@suse.cz
@ -150,6 +413,13 @@ Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
- commit 83e7e53
-------------------------------------------------------------------
Fri Sep 27 17:35:01 CEST 2013 - ohering@suse.de
- Refresh
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
- commit ff1e29f
-------------------------------------------------------------------
Fri Sep 27 16:24:13 CEST 2013 - ohering@suse.de
@ -165,6 +435,29 @@ Fri Sep 27 16:22:49 CEST 2013 - ohering@suse.de
- Update config files.
- commit 7affb28
-------------------------------------------------------------------
Fri Sep 27 16:19:51 CEST 2013 - ohering@suse.de
- X86: Hyper-V: Get the local APIC timer frequency from the
hypervisor.
- commit ca351ea
-------------------------------------------------------------------
Fri Sep 27 16:10:26 CEST 2013 - ohering@suse.de
- Input: add a driver to support Hyper-V synthetic keyboard
(fate#315887).
- Update config files.
- commit 0b0a3fa
-------------------------------------------------------------------
Fri Sep 27 15:40:04 CEST 2013 - jeffm@suse.com
- config: disable DGAP on s390
It requires ioremap, which isn't available on s390. It's a staging
driver anyway.
- commit cf0bc41
-------------------------------------------------------------------
Fri Sep 27 14:52:18 CEST 2013 - mmarek@suse.cz
@ -219,6 +512,12 @@ Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
kernel until the patches are reviewed.
- commit 9d2b4ca
-------------------------------------------------------------------
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit 954d4c1
-------------------------------------------------------------------
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
@ -238,6 +537,12 @@ Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit 68bb010
-------------------------------------------------------------------
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit fc372c0
-------------------------------------------------------------------
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
@ -250,6 +555,66 @@ Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
- commit e74b2a8
-------------------------------------------------------------------
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de
- ARM: Update config files: Use lpae for multiarch, exynos for LPAE exynos5
- commit 957e65c
-------------------------------------------------------------------
Wed Sep 25 16:09:40 CEST 2013 - agraf@suse.de
- Clean up ARM patches:
- Refresh patches.arch/arm-arndale-dma.patch.
- Delete patches.arch/arm-exynos-nosparse.patch.
- Delete
patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch.
- Delete
patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch.
- Delete
patches.arch/arm-xen-0006-xen-arm-disable-cpuidle-when-linux-is-running-as-dom.patch.
- Delete
patches.arch/arm-xen-0007-arm-choose-debug-uncompress.h-include-when-uncompres.patch.
- Delete
patches.arch/arm-xen-0008-xen-arm-enable-PV-control-for-ARM.patch.
- commit 1cdc83d
-------------------------------------------------------------------
Wed Sep 25 16:01:31 CEST 2013 - agraf@suse.de
- config.conf:
- Update config files for ARM on 3.12.
- commit 2503bec
-------------------------------------------------------------------
Tue Sep 24 18:47:46 CEST 2013 - trenn@suse.de
- Delete patches.arch/010-acpi_initrd_override_tables.patch.
This old one alone broke acpi initrd override -> delete it.
- commit a75f081
-------------------------------------------------------------------
Tue Sep 24 18:10:03 CEST 2013 - jeffm@suse.com
- lustre/lloop: don't change the logical size for the queue.
- commit 4a2006a
-------------------------------------------------------------------
Tue Sep 24 16:30:50 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc2.
- Eliminated 3 patches.
- commit d7d9943
-------------------------------------------------------------------
Tue Sep 24 15:55:10 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc1.
- Eliminated 42 patches.
- Xen is disabled.
- ARM is disabled.
- commit c58d853
-------------------------------------------------------------------
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
@ -6643,6 +7008,12 @@ Thu Sep 22 11:18:31 CEST 2011 - mmarek@suse.cz
- rpm/split-modules: Print the full path for modules missing in supported.conf
- commit e55e4c6
-------------------------------------------------------------------
Thu Sep 22 10:52:13 CEST 2011 - mmarek@suse.cz
- supported.conf: Fix stray line making net/atm/atm suddenly unsupported.
- commit 58dbd06
-------------------------------------------------------------------
Wed Sep 21 16:33:53 CEST 2011 - mmarek@suse.cz

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.11
%define patchversion 3.11.6
%define srcversion 3.12
%define patchversion 3.12.0
%define variant %{nil}
%define vanilla_only 0
@ -59,11 +59,11 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 3.11.6
Version: 3.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf7498bf
Release: <RELEASE>.ge8fa6b4
%else
Release: <RELEASE>.gf7498bf
Release: <RELEASE>.ge8fa6b4
%endif
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,100 @@
-------------------------------------------------------------------
Mon Nov 4 13:54:39 CET 2013 - jslaby@suse.cz
- Delete patches.kernel.org/patch-3.11.1.
- commit ec24572
-------------------------------------------------------------------
Mon Nov 4 03:19:40 CET 2013 - jeffm@suse.com
- Update config files.
- commit f7c27a2
-------------------------------------------------------------------
Mon Nov 4 02:20:43 CET 2013 - jeffm@suse.com
- Update to 3.12-final.
- commit bd2bcf1
-------------------------------------------------------------------
Mon Nov 4 02:19:32 CET 2013 - jeffm@suse.com
- Refresh
patches.suse/btrfs-add-ability-to-query-change-feature-bits-online-ioctl.
- commit a58c8c5
-------------------------------------------------------------------
Mon Nov 4 02:16:56 CET 2013 - jeffm@suse.com
- Refresh patches.suse/btrfs-add-tracing-for-failed-reservations.
- Refresh patches.suse/btrfs-publish-allocation-data-in-sysfs.
- No code change: missing 'quilt add' caused a chunk to be
in the wrong patch.
- commit 0346b5c
-------------------------------------------------------------------
Wed Oct 30 17:49:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Add extra chmap for 2.1 outputs on ASUS laptops
(bnc#846531).
- commit 5fe5110
-------------------------------------------------------------------
Wed Oct 30 12:36:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Add a fixup for ASUS N76VZ (bnc#846529).
- commit c8ca4fb
-------------------------------------------------------------------
Tue Oct 29 14:04:37 CET 2013 - jbeulich@suse.com
- Update Xen patches to 3.12-rc7 and c/s 1240.
- commit 49141ff
-------------------------------------------------------------------
Mon Oct 28 15:04:30 CET 2013 - jeffm@suse.de
- Update to 3.12-rc7.
- commit c59f68d
-------------------------------------------------------------------
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
- nouveau: Fix race with fence signaling (bnc#844177).
- commit db1113e
-------------------------------------------------------------------
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
- btrfs: add ioctl to export size of global metadata reservation.
- btrfs: add tracing for failed reservations.
- btrfs: publish allocation data in sysfs.
- btrfs: publish device membership in sysfs.
- btrfs: publish fs label in sysfs.
- btrfs: publish per-super attributes in sysfs.
- btrfs: publish per-super features in sysfs.
- btrfs: publish supported featured in sysfs.
- btrfs: publish unknown feature bits in sysfs.
- kobject: export kobj_sysfs_ops.
- Refresh
patches.suse/btrfs-add-ability-to-change-features-via-sysfs.
- Refresh
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors.
- Delete
patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs.
- Delete
patches.suse/btrfs-add-publishing-of-unknown-features-in-sysfs.
- Delete patches.suse/btrfs-export-supported-featured-to-sysfs.
- Delete patches.suse/btrfs-publish-per-super-features-to-sysfs.
- Delete patches.suse/introduce-kobj_completion.
- commit 28f62b4
-------------------------------------------------------------------
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc6.
- commit 7244867
-------------------------------------------------------------------
Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
@ -5,6 +102,27 @@ Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
- Delete patches.drivers/ALSA-hda-Add-fixup-for-ASUS-N56VZ.
- commit 9ca6827
-------------------------------------------------------------------
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
- Update x86 Xen config files (RTC_DRV_EFI=y).
- commit ac42dba
-------------------------------------------------------------------
Wed Oct 16 11:35:46 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.12-rc5.
- config.conf: Re-enable Xen configs.
- Update config files.
- Delete patches.xen/xen3-010-acpi_initrd_override_tables.patch.
- commit 8673f3f
-------------------------------------------------------------------
Tue Oct 15 15:26:01 CEST 2013 - oneukum@suse.de
- sha256_ssse3: also test for BMI2 (bnc#842459).
- commit 243990f
-------------------------------------------------------------------
Mon Oct 14 18:45:32 CEST 2013 - jeffm@suse.com
@ -17,6 +135,13 @@ Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5
- commit 22f9877
-------------------------------------------------------------------
Mon Oct 14 17:40:49 CEST 2013 - jeffm@suse.com
- btrfs: Fix creation of per-super sysfs directories when using multiple
subvolumes (bnc#845774)
- commit adcee6c
-------------------------------------------------------------------
Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
@ -24,6 +149,12 @@ Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
subvolumes (bnc#845774).
- commit 0801062
-------------------------------------------------------------------
Mon Oct 14 17:15:35 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc5.
- commit 6c5465f
-------------------------------------------------------------------
Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de
@ -44,17 +175,29 @@ Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz
patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch.
- commit c00734a
-------------------------------------------------------------------
Fri Oct 11 18:35:04 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc4.
- commit 8fdbb19
-------------------------------------------------------------------
Fri Oct 11 13:45:25 CEST 2013 - tiwai@suse.de
- drm/i915: Undo the PIPEA quirk for i845 (bnc#845503).
- commit 61a06cb
- commit e401a74
-------------------------------------------------------------------
Tue Oct 8 20:02:53 CEST 2013 - tiwai@suse.de
- ALSA: hda - Add fixup for ASUS N56VZ (bnc#841645).
- commit a306dfb
- commit 9f1b1d6
-------------------------------------------------------------------
Mon Oct 7 23:46:39 CEST 2013 - jack@suse.cz
- supported.conf: Update support info
- commit fe619b0
-------------------------------------------------------------------
Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
@ -62,6 +205,51 @@ Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
- Linux 3.11.4.
- commit 40d7ca3
-------------------------------------------------------------------
Fri Oct 4 20:14:16 CEST 2013 - bp@suse.de
- supported.conf: Remove IOMMU v2
This is only needed for HSA.
- commit 1d0217b
-------------------------------------------------------------------
Fri Oct 4 19:53:33 CEST 2013 - bp@suse.de
- supported.conf: Add a bunch of AMD-specific drivers to the list
+ sb_edac which people wanted since SLE11-SP2.
- commit 942c03a
-------------------------------------------------------------------
Fri Oct 4 19:41:56 CEST 2013 - bpoirier@suse.de
- supported.conf: update for network related modules
based on FATE#313655
+ drivers/net/ethernet/intel/i40e/i40e
vhost_net depends on vhost
+ drivers/vhost/vhost
nf_nat is now nf_nat_ipv4, _ipv6 was introduced in v3.7
- net/ipv4/netfilter/nf_nat
+ net/ipv4/netfilter/nf_nat_ipv4
+ net/ipv6/netfilter/nf_nat_ipv6
based on the rationale that we already package `ss` and support inet_diag:
+ net/ipv4/udp_diag
+ net/netlink/netlink_diag
+ net/packet/af_packet_diag
+ net/unix/unix_diag
- commit 07a54e6
-------------------------------------------------------------------
Fri Oct 4 17:04:15 CEST 2013 - mmarek@suse.cz
- supported.conf: Add newly requested drivers
- commit 199c169
-------------------------------------------------------------------
Fri Oct 4 14:53:01 CEST 2013 - mmarek@suse.cz
- supported.conf: More updates from SLE11-SP3
- commit 45bc81a
-------------------------------------------------------------------
Fri Oct 4 13:04:43 CEST 2013 - mmarek@suse.cz
@ -81,6 +269,36 @@ Fri Oct 4 12:57:44 CEST 2013 - mmarek@suse.cz
CONFIG_ENTERPRISE_SUPPORT has been renamed to CONFIG_SUSE_KERNEL_SUPPORTED
- commit 9e5b6fe
-------------------------------------------------------------------
Fri Oct 4 11:48:44 CEST 2013 - mmarek@suse.cz
- supported.conf: Copy some missing changes from SLE11-SP3
- commit fdeb1a7
-------------------------------------------------------------------
Fri Oct 4 10:47:37 CEST 2013 - mmarek@suse.cz
- supported.conf: Remove the kernel/ prefix from module paths.
- commit 9649d9f
-------------------------------------------------------------------
Fri Oct 4 10:45:53 CEST 2013 - mmarek@suse.cz
- modpost: Allow wildcards in the Module.supported file.
- commit a464383
-------------------------------------------------------------------
Fri Oct 4 10:38:42 CEST 2013 - mmarek@suse.cz
- modpost: Fix matching of dashes and underscores in Module.supported (bnc#719090).
- commit cab1abc
-------------------------------------------------------------------
Thu Oct 3 17:25:25 CEST 2013 - mmarek@suse.cz
- Enable CONFIG_DRM_QXL and mark qxl.ko as supported (fate#316469)
- commit acad9db
-------------------------------------------------------------------
Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
@ -88,6 +306,24 @@ Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-3.4.
- commit 485f0d1
-------------------------------------------------------------------
Tue Oct 1 20:08:51 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc3.
- commit e5ef0d0
-------------------------------------------------------------------
Tue Oct 1 12:04:02 CEST 2013 - mmarek@suse.cz
- Disable CONFIG_FB_TMIO (Sharp Zaurus) on non-arm configs.
- commit 977b235
-------------------------------------------------------------------
Tue Oct 1 10:06:04 CEST 2013 - mmarek@suse.cz
- Disable CONFIG_FB_GEODE, as the individual GEODE options are already disabled
- commit d10fe5f
-------------------------------------------------------------------
Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
@ -96,6 +332,25 @@ Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
official distribution (bnc#821612, bnc#824171).
- commit a80e5ef
-------------------------------------------------------------------
Mon Sep 30 16:35:24 CEST 2013 - mmarek@suse.cz
- Do not build udlfb, to avoid conflict with udl (fate#316407)
- commit 678681d
-------------------------------------------------------------------
Mon Sep 30 16:21:15 CEST 2013 - mmarek@suse.cz
- Disable fb drivers that have been blacklisted for a long time
via /etc/modprobe.d/50-blacklist.conf.
- commit b34e737
-------------------------------------------------------------------
Mon Sep 30 13:53:44 CEST 2013 - dsterba@suse.cz
- Btrfs: relocate csums properly with prealloc extents.
- commit 6cf855e
-------------------------------------------------------------------
Mon Sep 30 13:49:46 CEST 2013 - dsterba@suse.cz
@ -110,6 +365,14 @@ Sat Sep 28 18:00:10 CEST 2013 - ohering@suse.de
actually assign the divide result to hv_lapic_frequency
- commit 420e19b
-------------------------------------------------------------------
Sat Sep 28 11:51:54 CEST 2013 - ohering@suse.de
- Refresh
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
actually assign the divide result to hv_lapic_frequency
- commit 9e0a852
-------------------------------------------------------------------
Fri Sep 27 23:46:35 CEST 2013 - mmarek@suse.cz
@ -150,6 +413,13 @@ Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
- commit 83e7e53
-------------------------------------------------------------------
Fri Sep 27 17:35:01 CEST 2013 - ohering@suse.de
- Refresh
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
- commit ff1e29f
-------------------------------------------------------------------
Fri Sep 27 16:24:13 CEST 2013 - ohering@suse.de
@ -165,6 +435,29 @@ Fri Sep 27 16:22:49 CEST 2013 - ohering@suse.de
- Update config files.
- commit 7affb28
-------------------------------------------------------------------
Fri Sep 27 16:19:51 CEST 2013 - ohering@suse.de
- X86: Hyper-V: Get the local APIC timer frequency from the
hypervisor.
- commit ca351ea
-------------------------------------------------------------------
Fri Sep 27 16:10:26 CEST 2013 - ohering@suse.de
- Input: add a driver to support Hyper-V synthetic keyboard
(fate#315887).
- Update config files.
- commit 0b0a3fa
-------------------------------------------------------------------
Fri Sep 27 15:40:04 CEST 2013 - jeffm@suse.com
- config: disable DGAP on s390
It requires ioremap, which isn't available on s390. It's a staging
driver anyway.
- commit cf0bc41
-------------------------------------------------------------------
Fri Sep 27 14:52:18 CEST 2013 - mmarek@suse.cz
@ -219,6 +512,12 @@ Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
kernel until the patches are reviewed.
- commit 9d2b4ca
-------------------------------------------------------------------
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit 954d4c1
-------------------------------------------------------------------
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
@ -238,6 +537,12 @@ Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit 68bb010
-------------------------------------------------------------------
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit fc372c0
-------------------------------------------------------------------
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
@ -250,6 +555,66 @@ Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
- commit e74b2a8
-------------------------------------------------------------------
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de
- ARM: Update config files: Use lpae for multiarch, exynos for LPAE exynos5
- commit 957e65c
-------------------------------------------------------------------
Wed Sep 25 16:09:40 CEST 2013 - agraf@suse.de
- Clean up ARM patches:
- Refresh patches.arch/arm-arndale-dma.patch.
- Delete patches.arch/arm-exynos-nosparse.patch.
- Delete
patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch.
- Delete
patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch.
- Delete
patches.arch/arm-xen-0006-xen-arm-disable-cpuidle-when-linux-is-running-as-dom.patch.
- Delete
patches.arch/arm-xen-0007-arm-choose-debug-uncompress.h-include-when-uncompres.patch.
- Delete
patches.arch/arm-xen-0008-xen-arm-enable-PV-control-for-ARM.patch.
- commit 1cdc83d
-------------------------------------------------------------------
Wed Sep 25 16:01:31 CEST 2013 - agraf@suse.de
- config.conf:
- Update config files for ARM on 3.12.
- commit 2503bec
-------------------------------------------------------------------
Tue Sep 24 18:47:46 CEST 2013 - trenn@suse.de
- Delete patches.arch/010-acpi_initrd_override_tables.patch.
This old one alone broke acpi initrd override -> delete it.
- commit a75f081
-------------------------------------------------------------------
Tue Sep 24 18:10:03 CEST 2013 - jeffm@suse.com
- lustre/lloop: don't change the logical size for the queue.
- commit 4a2006a
-------------------------------------------------------------------
Tue Sep 24 16:30:50 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc2.
- Eliminated 3 patches.
- commit d7d9943
-------------------------------------------------------------------
Tue Sep 24 15:55:10 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc1.
- Eliminated 42 patches.
- Xen is disabled.
- ARM is disabled.
- commit c58d853
-------------------------------------------------------------------
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
@ -6643,6 +7008,12 @@ Thu Sep 22 11:18:31 CEST 2011 - mmarek@suse.cz
- rpm/split-modules: Print the full path for modules missing in supported.conf
- commit e55e4c6
-------------------------------------------------------------------
Thu Sep 22 10:52:13 CEST 2011 - mmarek@suse.cz
- supported.conf: Fix stray line making net/atm/atm suddenly unsupported.
- commit 58dbd06
-------------------------------------------------------------------
Wed Sep 21 16:33:53 CEST 2011 - mmarek@suse.cz

View File

@ -17,18 +17,18 @@
# norootforbuild
%define patchversion 3.11.6
%define patchversion 3.12.0
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-docs
Summary: Kernel Documentation
Version: 3.11.6
Version: 3.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf7498bf
Release: <RELEASE>.ge8fa6b4
%else
Release: <RELEASE>.gf7498bf
Release: <RELEASE>.ge8fa6b4
%endif
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
BuildRequires: kernel-source%variant

View File

@ -1,3 +1,100 @@
-------------------------------------------------------------------
Mon Nov 4 13:54:39 CET 2013 - jslaby@suse.cz
- Delete patches.kernel.org/patch-3.11.1.
- commit ec24572
-------------------------------------------------------------------
Mon Nov 4 03:19:40 CET 2013 - jeffm@suse.com
- Update config files.
- commit f7c27a2
-------------------------------------------------------------------
Mon Nov 4 02:20:43 CET 2013 - jeffm@suse.com
- Update to 3.12-final.
- commit bd2bcf1
-------------------------------------------------------------------
Mon Nov 4 02:19:32 CET 2013 - jeffm@suse.com
- Refresh
patches.suse/btrfs-add-ability-to-query-change-feature-bits-online-ioctl.
- commit a58c8c5
-------------------------------------------------------------------
Mon Nov 4 02:16:56 CET 2013 - jeffm@suse.com
- Refresh patches.suse/btrfs-add-tracing-for-failed-reservations.
- Refresh patches.suse/btrfs-publish-allocation-data-in-sysfs.
- No code change: missing 'quilt add' caused a chunk to be
in the wrong patch.
- commit 0346b5c
-------------------------------------------------------------------
Wed Oct 30 17:49:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Add extra chmap for 2.1 outputs on ASUS laptops
(bnc#846531).
- commit 5fe5110
-------------------------------------------------------------------
Wed Oct 30 12:36:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Add a fixup for ASUS N76VZ (bnc#846529).
- commit c8ca4fb
-------------------------------------------------------------------
Tue Oct 29 14:04:37 CET 2013 - jbeulich@suse.com
- Update Xen patches to 3.12-rc7 and c/s 1240.
- commit 49141ff
-------------------------------------------------------------------
Mon Oct 28 15:04:30 CET 2013 - jeffm@suse.de
- Update to 3.12-rc7.
- commit c59f68d
-------------------------------------------------------------------
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
- nouveau: Fix race with fence signaling (bnc#844177).
- commit db1113e
-------------------------------------------------------------------
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
- btrfs: add ioctl to export size of global metadata reservation.
- btrfs: add tracing for failed reservations.
- btrfs: publish allocation data in sysfs.
- btrfs: publish device membership in sysfs.
- btrfs: publish fs label in sysfs.
- btrfs: publish per-super attributes in sysfs.
- btrfs: publish per-super features in sysfs.
- btrfs: publish supported featured in sysfs.
- btrfs: publish unknown feature bits in sysfs.
- kobject: export kobj_sysfs_ops.
- Refresh
patches.suse/btrfs-add-ability-to-change-features-via-sysfs.
- Refresh
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors.
- Delete
patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs.
- Delete
patches.suse/btrfs-add-publishing-of-unknown-features-in-sysfs.
- Delete patches.suse/btrfs-export-supported-featured-to-sysfs.
- Delete patches.suse/btrfs-publish-per-super-features-to-sysfs.
- Delete patches.suse/introduce-kobj_completion.
- commit 28f62b4
-------------------------------------------------------------------
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc6.
- commit 7244867
-------------------------------------------------------------------
Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
@ -5,6 +102,27 @@ Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
- Delete patches.drivers/ALSA-hda-Add-fixup-for-ASUS-N56VZ.
- commit 9ca6827
-------------------------------------------------------------------
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
- Update x86 Xen config files (RTC_DRV_EFI=y).
- commit ac42dba
-------------------------------------------------------------------
Wed Oct 16 11:35:46 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.12-rc5.
- config.conf: Re-enable Xen configs.
- Update config files.
- Delete patches.xen/xen3-010-acpi_initrd_override_tables.patch.
- commit 8673f3f
-------------------------------------------------------------------
Tue Oct 15 15:26:01 CEST 2013 - oneukum@suse.de
- sha256_ssse3: also test for BMI2 (bnc#842459).
- commit 243990f
-------------------------------------------------------------------
Mon Oct 14 18:45:32 CEST 2013 - jeffm@suse.com
@ -17,6 +135,13 @@ Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5
- commit 22f9877
-------------------------------------------------------------------
Mon Oct 14 17:40:49 CEST 2013 - jeffm@suse.com
- btrfs: Fix creation of per-super sysfs directories when using multiple
subvolumes (bnc#845774)
- commit adcee6c
-------------------------------------------------------------------
Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
@ -24,6 +149,12 @@ Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
subvolumes (bnc#845774).
- commit 0801062
-------------------------------------------------------------------
Mon Oct 14 17:15:35 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc5.
- commit 6c5465f
-------------------------------------------------------------------
Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de
@ -44,17 +175,29 @@ Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz
patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch.
- commit c00734a
-------------------------------------------------------------------
Fri Oct 11 18:35:04 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc4.
- commit 8fdbb19
-------------------------------------------------------------------
Fri Oct 11 13:45:25 CEST 2013 - tiwai@suse.de
- drm/i915: Undo the PIPEA quirk for i845 (bnc#845503).
- commit 61a06cb
- commit e401a74
-------------------------------------------------------------------
Tue Oct 8 20:02:53 CEST 2013 - tiwai@suse.de
- ALSA: hda - Add fixup for ASUS N56VZ (bnc#841645).
- commit a306dfb
- commit 9f1b1d6
-------------------------------------------------------------------
Mon Oct 7 23:46:39 CEST 2013 - jack@suse.cz
- supported.conf: Update support info
- commit fe619b0
-------------------------------------------------------------------
Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
@ -62,6 +205,51 @@ Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
- Linux 3.11.4.
- commit 40d7ca3
-------------------------------------------------------------------
Fri Oct 4 20:14:16 CEST 2013 - bp@suse.de
- supported.conf: Remove IOMMU v2
This is only needed for HSA.
- commit 1d0217b
-------------------------------------------------------------------
Fri Oct 4 19:53:33 CEST 2013 - bp@suse.de
- supported.conf: Add a bunch of AMD-specific drivers to the list
+ sb_edac which people wanted since SLE11-SP2.
- commit 942c03a
-------------------------------------------------------------------
Fri Oct 4 19:41:56 CEST 2013 - bpoirier@suse.de
- supported.conf: update for network related modules
based on FATE#313655
+ drivers/net/ethernet/intel/i40e/i40e
vhost_net depends on vhost
+ drivers/vhost/vhost
nf_nat is now nf_nat_ipv4, _ipv6 was introduced in v3.7
- net/ipv4/netfilter/nf_nat
+ net/ipv4/netfilter/nf_nat_ipv4
+ net/ipv6/netfilter/nf_nat_ipv6
based on the rationale that we already package `ss` and support inet_diag:
+ net/ipv4/udp_diag
+ net/netlink/netlink_diag
+ net/packet/af_packet_diag
+ net/unix/unix_diag
- commit 07a54e6
-------------------------------------------------------------------
Fri Oct 4 17:04:15 CEST 2013 - mmarek@suse.cz
- supported.conf: Add newly requested drivers
- commit 199c169
-------------------------------------------------------------------
Fri Oct 4 14:53:01 CEST 2013 - mmarek@suse.cz
- supported.conf: More updates from SLE11-SP3
- commit 45bc81a
-------------------------------------------------------------------
Fri Oct 4 13:04:43 CEST 2013 - mmarek@suse.cz
@ -81,6 +269,36 @@ Fri Oct 4 12:57:44 CEST 2013 - mmarek@suse.cz
CONFIG_ENTERPRISE_SUPPORT has been renamed to CONFIG_SUSE_KERNEL_SUPPORTED
- commit 9e5b6fe
-------------------------------------------------------------------
Fri Oct 4 11:48:44 CEST 2013 - mmarek@suse.cz
- supported.conf: Copy some missing changes from SLE11-SP3
- commit fdeb1a7
-------------------------------------------------------------------
Fri Oct 4 10:47:37 CEST 2013 - mmarek@suse.cz
- supported.conf: Remove the kernel/ prefix from module paths.
- commit 9649d9f
-------------------------------------------------------------------
Fri Oct 4 10:45:53 CEST 2013 - mmarek@suse.cz
- modpost: Allow wildcards in the Module.supported file.
- commit a464383
-------------------------------------------------------------------
Fri Oct 4 10:38:42 CEST 2013 - mmarek@suse.cz
- modpost: Fix matching of dashes and underscores in Module.supported (bnc#719090).
- commit cab1abc
-------------------------------------------------------------------
Thu Oct 3 17:25:25 CEST 2013 - mmarek@suse.cz
- Enable CONFIG_DRM_QXL and mark qxl.ko as supported (fate#316469)
- commit acad9db
-------------------------------------------------------------------
Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
@ -88,6 +306,24 @@ Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-3.4.
- commit 485f0d1
-------------------------------------------------------------------
Tue Oct 1 20:08:51 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc3.
- commit e5ef0d0
-------------------------------------------------------------------
Tue Oct 1 12:04:02 CEST 2013 - mmarek@suse.cz
- Disable CONFIG_FB_TMIO (Sharp Zaurus) on non-arm configs.
- commit 977b235
-------------------------------------------------------------------
Tue Oct 1 10:06:04 CEST 2013 - mmarek@suse.cz
- Disable CONFIG_FB_GEODE, as the individual GEODE options are already disabled
- commit d10fe5f
-------------------------------------------------------------------
Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
@ -96,6 +332,25 @@ Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
official distribution (bnc#821612, bnc#824171).
- commit a80e5ef
-------------------------------------------------------------------
Mon Sep 30 16:35:24 CEST 2013 - mmarek@suse.cz
- Do not build udlfb, to avoid conflict with udl (fate#316407)
- commit 678681d
-------------------------------------------------------------------
Mon Sep 30 16:21:15 CEST 2013 - mmarek@suse.cz
- Disable fb drivers that have been blacklisted for a long time
via /etc/modprobe.d/50-blacklist.conf.
- commit b34e737
-------------------------------------------------------------------
Mon Sep 30 13:53:44 CEST 2013 - dsterba@suse.cz
- Btrfs: relocate csums properly with prealloc extents.
- commit 6cf855e
-------------------------------------------------------------------
Mon Sep 30 13:49:46 CEST 2013 - dsterba@suse.cz
@ -110,6 +365,14 @@ Sat Sep 28 18:00:10 CEST 2013 - ohering@suse.de
actually assign the divide result to hv_lapic_frequency
- commit 420e19b
-------------------------------------------------------------------
Sat Sep 28 11:51:54 CEST 2013 - ohering@suse.de
- Refresh
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
actually assign the divide result to hv_lapic_frequency
- commit 9e0a852
-------------------------------------------------------------------
Fri Sep 27 23:46:35 CEST 2013 - mmarek@suse.cz
@ -150,6 +413,13 @@ Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
- commit 83e7e53
-------------------------------------------------------------------
Fri Sep 27 17:35:01 CEST 2013 - ohering@suse.de
- Refresh
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
- commit ff1e29f
-------------------------------------------------------------------
Fri Sep 27 16:24:13 CEST 2013 - ohering@suse.de
@ -165,6 +435,29 @@ Fri Sep 27 16:22:49 CEST 2013 - ohering@suse.de
- Update config files.
- commit 7affb28
-------------------------------------------------------------------
Fri Sep 27 16:19:51 CEST 2013 - ohering@suse.de
- X86: Hyper-V: Get the local APIC timer frequency from the
hypervisor.
- commit ca351ea
-------------------------------------------------------------------
Fri Sep 27 16:10:26 CEST 2013 - ohering@suse.de
- Input: add a driver to support Hyper-V synthetic keyboard
(fate#315887).
- Update config files.
- commit 0b0a3fa
-------------------------------------------------------------------
Fri Sep 27 15:40:04 CEST 2013 - jeffm@suse.com
- config: disable DGAP on s390
It requires ioremap, which isn't available on s390. It's a staging
driver anyway.
- commit cf0bc41
-------------------------------------------------------------------
Fri Sep 27 14:52:18 CEST 2013 - mmarek@suse.cz
@ -219,6 +512,12 @@ Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
kernel until the patches are reviewed.
- commit 9d2b4ca
-------------------------------------------------------------------
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit 954d4c1
-------------------------------------------------------------------
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
@ -238,6 +537,12 @@ Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit 68bb010
-------------------------------------------------------------------
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit fc372c0
-------------------------------------------------------------------
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
@ -250,6 +555,66 @@ Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
- commit e74b2a8
-------------------------------------------------------------------
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de
- ARM: Update config files: Use lpae for multiarch, exynos for LPAE exynos5
- commit 957e65c
-------------------------------------------------------------------
Wed Sep 25 16:09:40 CEST 2013 - agraf@suse.de
- Clean up ARM patches:
- Refresh patches.arch/arm-arndale-dma.patch.
- Delete patches.arch/arm-exynos-nosparse.patch.
- Delete
patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch.
- Delete
patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch.
- Delete
patches.arch/arm-xen-0006-xen-arm-disable-cpuidle-when-linux-is-running-as-dom.patch.
- Delete
patches.arch/arm-xen-0007-arm-choose-debug-uncompress.h-include-when-uncompres.patch.
- Delete
patches.arch/arm-xen-0008-xen-arm-enable-PV-control-for-ARM.patch.
- commit 1cdc83d
-------------------------------------------------------------------
Wed Sep 25 16:01:31 CEST 2013 - agraf@suse.de
- config.conf:
- Update config files for ARM on 3.12.
- commit 2503bec
-------------------------------------------------------------------
Tue Sep 24 18:47:46 CEST 2013 - trenn@suse.de
- Delete patches.arch/010-acpi_initrd_override_tables.patch.
This old one alone broke acpi initrd override -> delete it.
- commit a75f081
-------------------------------------------------------------------
Tue Sep 24 18:10:03 CEST 2013 - jeffm@suse.com
- lustre/lloop: don't change the logical size for the queue.
- commit 4a2006a
-------------------------------------------------------------------
Tue Sep 24 16:30:50 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc2.
- Eliminated 3 patches.
- commit d7d9943
-------------------------------------------------------------------
Tue Sep 24 15:55:10 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc1.
- Eliminated 42 patches.
- Xen is disabled.
- ARM is disabled.
- commit c58d853
-------------------------------------------------------------------
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
@ -6643,6 +7008,12 @@ Thu Sep 22 11:18:31 CEST 2011 - mmarek@suse.cz
- rpm/split-modules: Print the full path for modules missing in supported.conf
- commit e55e4c6
-------------------------------------------------------------------
Thu Sep 22 10:52:13 CEST 2011 - mmarek@suse.cz
- supported.conf: Fix stray line making net/atm/atm suddenly unsupported.
- commit 58dbd06
-------------------------------------------------------------------
Wed Sep 21 16:33:53 CEST 2011 - mmarek@suse.cz

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.11
%define patchversion 3.11.6
%define srcversion 3.12
%define patchversion 3.12.0
%define variant %{nil}
%define vanilla_only 0
@ -59,11 +59,11 @@
Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel
Version: 3.11.6
Version: 3.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf7498bf
Release: <RELEASE>.ge8fa6b4
%else
Release: <RELEASE>.gf7498bf
Release: <RELEASE>.ge8fa6b4
%endif
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,100 @@
-------------------------------------------------------------------
Mon Nov 4 13:54:39 CET 2013 - jslaby@suse.cz
- Delete patches.kernel.org/patch-3.11.1.
- commit ec24572
-------------------------------------------------------------------
Mon Nov 4 03:19:40 CET 2013 - jeffm@suse.com
- Update config files.
- commit f7c27a2
-------------------------------------------------------------------
Mon Nov 4 02:20:43 CET 2013 - jeffm@suse.com
- Update to 3.12-final.
- commit bd2bcf1
-------------------------------------------------------------------
Mon Nov 4 02:19:32 CET 2013 - jeffm@suse.com
- Refresh
patches.suse/btrfs-add-ability-to-query-change-feature-bits-online-ioctl.
- commit a58c8c5
-------------------------------------------------------------------
Mon Nov 4 02:16:56 CET 2013 - jeffm@suse.com
- Refresh patches.suse/btrfs-add-tracing-for-failed-reservations.
- Refresh patches.suse/btrfs-publish-allocation-data-in-sysfs.
- No code change: missing 'quilt add' caused a chunk to be
in the wrong patch.
- commit 0346b5c
-------------------------------------------------------------------
Wed Oct 30 17:49:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Add extra chmap for 2.1 outputs on ASUS laptops
(bnc#846531).
- commit 5fe5110
-------------------------------------------------------------------
Wed Oct 30 12:36:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Add a fixup for ASUS N76VZ (bnc#846529).
- commit c8ca4fb
-------------------------------------------------------------------
Tue Oct 29 14:04:37 CET 2013 - jbeulich@suse.com
- Update Xen patches to 3.12-rc7 and c/s 1240.
- commit 49141ff
-------------------------------------------------------------------
Mon Oct 28 15:04:30 CET 2013 - jeffm@suse.de
- Update to 3.12-rc7.
- commit c59f68d
-------------------------------------------------------------------
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
- nouveau: Fix race with fence signaling (bnc#844177).
- commit db1113e
-------------------------------------------------------------------
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
- btrfs: add ioctl to export size of global metadata reservation.
- btrfs: add tracing for failed reservations.
- btrfs: publish allocation data in sysfs.
- btrfs: publish device membership in sysfs.
- btrfs: publish fs label in sysfs.
- btrfs: publish per-super attributes in sysfs.
- btrfs: publish per-super features in sysfs.
- btrfs: publish supported featured in sysfs.
- btrfs: publish unknown feature bits in sysfs.
- kobject: export kobj_sysfs_ops.
- Refresh
patches.suse/btrfs-add-ability-to-change-features-via-sysfs.
- Refresh
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors.
- Delete
patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs.
- Delete
patches.suse/btrfs-add-publishing-of-unknown-features-in-sysfs.
- Delete patches.suse/btrfs-export-supported-featured-to-sysfs.
- Delete patches.suse/btrfs-publish-per-super-features-to-sysfs.
- Delete patches.suse/introduce-kobj_completion.
- commit 28f62b4
-------------------------------------------------------------------
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc6.
- commit 7244867
-------------------------------------------------------------------
Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
@ -5,6 +102,27 @@ Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
- Delete patches.drivers/ALSA-hda-Add-fixup-for-ASUS-N56VZ.
- commit 9ca6827
-------------------------------------------------------------------
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
- Update x86 Xen config files (RTC_DRV_EFI=y).
- commit ac42dba
-------------------------------------------------------------------
Wed Oct 16 11:35:46 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.12-rc5.
- config.conf: Re-enable Xen configs.
- Update config files.
- Delete patches.xen/xen3-010-acpi_initrd_override_tables.patch.
- commit 8673f3f
-------------------------------------------------------------------
Tue Oct 15 15:26:01 CEST 2013 - oneukum@suse.de
- sha256_ssse3: also test for BMI2 (bnc#842459).
- commit 243990f
-------------------------------------------------------------------
Mon Oct 14 18:45:32 CEST 2013 - jeffm@suse.com
@ -17,6 +135,13 @@ Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5
- commit 22f9877
-------------------------------------------------------------------
Mon Oct 14 17:40:49 CEST 2013 - jeffm@suse.com
- btrfs: Fix creation of per-super sysfs directories when using multiple
subvolumes (bnc#845774)
- commit adcee6c
-------------------------------------------------------------------
Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
@ -24,6 +149,12 @@ Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
subvolumes (bnc#845774).
- commit 0801062
-------------------------------------------------------------------
Mon Oct 14 17:15:35 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc5.
- commit 6c5465f
-------------------------------------------------------------------
Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de
@ -44,17 +175,29 @@ Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz
patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch.
- commit c00734a
-------------------------------------------------------------------
Fri Oct 11 18:35:04 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc4.
- commit 8fdbb19
-------------------------------------------------------------------
Fri Oct 11 13:45:25 CEST 2013 - tiwai@suse.de
- drm/i915: Undo the PIPEA quirk for i845 (bnc#845503).
- commit 61a06cb
- commit e401a74
-------------------------------------------------------------------
Tue Oct 8 20:02:53 CEST 2013 - tiwai@suse.de
- ALSA: hda - Add fixup for ASUS N56VZ (bnc#841645).
- commit a306dfb
- commit 9f1b1d6
-------------------------------------------------------------------
Mon Oct 7 23:46:39 CEST 2013 - jack@suse.cz
- supported.conf: Update support info
- commit fe619b0
-------------------------------------------------------------------
Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
@ -62,6 +205,51 @@ Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
- Linux 3.11.4.
- commit 40d7ca3
-------------------------------------------------------------------
Fri Oct 4 20:14:16 CEST 2013 - bp@suse.de
- supported.conf: Remove IOMMU v2
This is only needed for HSA.
- commit 1d0217b
-------------------------------------------------------------------
Fri Oct 4 19:53:33 CEST 2013 - bp@suse.de
- supported.conf: Add a bunch of AMD-specific drivers to the list
+ sb_edac which people wanted since SLE11-SP2.
- commit 942c03a
-------------------------------------------------------------------
Fri Oct 4 19:41:56 CEST 2013 - bpoirier@suse.de
- supported.conf: update for network related modules
based on FATE#313655
+ drivers/net/ethernet/intel/i40e/i40e
vhost_net depends on vhost
+ drivers/vhost/vhost
nf_nat is now nf_nat_ipv4, _ipv6 was introduced in v3.7
- net/ipv4/netfilter/nf_nat
+ net/ipv4/netfilter/nf_nat_ipv4
+ net/ipv6/netfilter/nf_nat_ipv6
based on the rationale that we already package `ss` and support inet_diag:
+ net/ipv4/udp_diag
+ net/netlink/netlink_diag
+ net/packet/af_packet_diag
+ net/unix/unix_diag
- commit 07a54e6
-------------------------------------------------------------------
Fri Oct 4 17:04:15 CEST 2013 - mmarek@suse.cz
- supported.conf: Add newly requested drivers
- commit 199c169
-------------------------------------------------------------------
Fri Oct 4 14:53:01 CEST 2013 - mmarek@suse.cz
- supported.conf: More updates from SLE11-SP3
- commit 45bc81a
-------------------------------------------------------------------
Fri Oct 4 13:04:43 CEST 2013 - mmarek@suse.cz
@ -81,6 +269,36 @@ Fri Oct 4 12:57:44 CEST 2013 - mmarek@suse.cz
CONFIG_ENTERPRISE_SUPPORT has been renamed to CONFIG_SUSE_KERNEL_SUPPORTED
- commit 9e5b6fe
-------------------------------------------------------------------
Fri Oct 4 11:48:44 CEST 2013 - mmarek@suse.cz
- supported.conf: Copy some missing changes from SLE11-SP3
- commit fdeb1a7
-------------------------------------------------------------------
Fri Oct 4 10:47:37 CEST 2013 - mmarek@suse.cz
- supported.conf: Remove the kernel/ prefix from module paths.
- commit 9649d9f
-------------------------------------------------------------------
Fri Oct 4 10:45:53 CEST 2013 - mmarek@suse.cz
- modpost: Allow wildcards in the Module.supported file.
- commit a464383
-------------------------------------------------------------------
Fri Oct 4 10:38:42 CEST 2013 - mmarek@suse.cz
- modpost: Fix matching of dashes and underscores in Module.supported (bnc#719090).
- commit cab1abc
-------------------------------------------------------------------
Thu Oct 3 17:25:25 CEST 2013 - mmarek@suse.cz
- Enable CONFIG_DRM_QXL and mark qxl.ko as supported (fate#316469)
- commit acad9db
-------------------------------------------------------------------
Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
@ -88,6 +306,24 @@ Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-3.4.
- commit 485f0d1
-------------------------------------------------------------------
Tue Oct 1 20:08:51 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc3.
- commit e5ef0d0
-------------------------------------------------------------------
Tue Oct 1 12:04:02 CEST 2013 - mmarek@suse.cz
- Disable CONFIG_FB_TMIO (Sharp Zaurus) on non-arm configs.
- commit 977b235
-------------------------------------------------------------------
Tue Oct 1 10:06:04 CEST 2013 - mmarek@suse.cz
- Disable CONFIG_FB_GEODE, as the individual GEODE options are already disabled
- commit d10fe5f
-------------------------------------------------------------------
Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
@ -96,6 +332,25 @@ Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
official distribution (bnc#821612, bnc#824171).
- commit a80e5ef
-------------------------------------------------------------------
Mon Sep 30 16:35:24 CEST 2013 - mmarek@suse.cz
- Do not build udlfb, to avoid conflict with udl (fate#316407)
- commit 678681d
-------------------------------------------------------------------
Mon Sep 30 16:21:15 CEST 2013 - mmarek@suse.cz
- Disable fb drivers that have been blacklisted for a long time
via /etc/modprobe.d/50-blacklist.conf.
- commit b34e737
-------------------------------------------------------------------
Mon Sep 30 13:53:44 CEST 2013 - dsterba@suse.cz
- Btrfs: relocate csums properly with prealloc extents.
- commit 6cf855e
-------------------------------------------------------------------
Mon Sep 30 13:49:46 CEST 2013 - dsterba@suse.cz
@ -110,6 +365,14 @@ Sat Sep 28 18:00:10 CEST 2013 - ohering@suse.de
actually assign the divide result to hv_lapic_frequency
- commit 420e19b
-------------------------------------------------------------------
Sat Sep 28 11:51:54 CEST 2013 - ohering@suse.de
- Refresh
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
actually assign the divide result to hv_lapic_frequency
- commit 9e0a852
-------------------------------------------------------------------
Fri Sep 27 23:46:35 CEST 2013 - mmarek@suse.cz
@ -150,6 +413,13 @@ Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
- commit 83e7e53
-------------------------------------------------------------------
Fri Sep 27 17:35:01 CEST 2013 - ohering@suse.de
- Refresh
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
- commit ff1e29f
-------------------------------------------------------------------
Fri Sep 27 16:24:13 CEST 2013 - ohering@suse.de
@ -165,6 +435,29 @@ Fri Sep 27 16:22:49 CEST 2013 - ohering@suse.de
- Update config files.
- commit 7affb28
-------------------------------------------------------------------
Fri Sep 27 16:19:51 CEST 2013 - ohering@suse.de
- X86: Hyper-V: Get the local APIC timer frequency from the
hypervisor.
- commit ca351ea
-------------------------------------------------------------------
Fri Sep 27 16:10:26 CEST 2013 - ohering@suse.de
- Input: add a driver to support Hyper-V synthetic keyboard
(fate#315887).
- Update config files.
- commit 0b0a3fa
-------------------------------------------------------------------
Fri Sep 27 15:40:04 CEST 2013 - jeffm@suse.com
- config: disable DGAP on s390
It requires ioremap, which isn't available on s390. It's a staging
driver anyway.
- commit cf0bc41
-------------------------------------------------------------------
Fri Sep 27 14:52:18 CEST 2013 - mmarek@suse.cz
@ -219,6 +512,12 @@ Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
kernel until the patches are reviewed.
- commit 9d2b4ca
-------------------------------------------------------------------
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit 954d4c1
-------------------------------------------------------------------
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
@ -238,6 +537,12 @@ Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit 68bb010
-------------------------------------------------------------------
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit fc372c0
-------------------------------------------------------------------
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
@ -250,6 +555,66 @@ Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
- commit e74b2a8
-------------------------------------------------------------------
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de
- ARM: Update config files: Use lpae for multiarch, exynos for LPAE exynos5
- commit 957e65c
-------------------------------------------------------------------
Wed Sep 25 16:09:40 CEST 2013 - agraf@suse.de
- Clean up ARM patches:
- Refresh patches.arch/arm-arndale-dma.patch.
- Delete patches.arch/arm-exynos-nosparse.patch.
- Delete
patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch.
- Delete
patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch.
- Delete
patches.arch/arm-xen-0006-xen-arm-disable-cpuidle-when-linux-is-running-as-dom.patch.
- Delete
patches.arch/arm-xen-0007-arm-choose-debug-uncompress.h-include-when-uncompres.patch.
- Delete
patches.arch/arm-xen-0008-xen-arm-enable-PV-control-for-ARM.patch.
- commit 1cdc83d
-------------------------------------------------------------------
Wed Sep 25 16:01:31 CEST 2013 - agraf@suse.de
- config.conf:
- Update config files for ARM on 3.12.
- commit 2503bec
-------------------------------------------------------------------
Tue Sep 24 18:47:46 CEST 2013 - trenn@suse.de
- Delete patches.arch/010-acpi_initrd_override_tables.patch.
This old one alone broke acpi initrd override -> delete it.
- commit a75f081
-------------------------------------------------------------------
Tue Sep 24 18:10:03 CEST 2013 - jeffm@suse.com
- lustre/lloop: don't change the logical size for the queue.
- commit 4a2006a
-------------------------------------------------------------------
Tue Sep 24 16:30:50 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc2.
- Eliminated 3 patches.
- commit d7d9943
-------------------------------------------------------------------
Tue Sep 24 15:55:10 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc1.
- Eliminated 42 patches.
- Xen is disabled.
- ARM is disabled.
- commit c58d853
-------------------------------------------------------------------
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
@ -6643,6 +7008,12 @@ Thu Sep 22 11:18:31 CEST 2011 - mmarek@suse.cz
- rpm/split-modules: Print the full path for modules missing in supported.conf
- commit e55e4c6
-------------------------------------------------------------------
Thu Sep 22 10:52:13 CEST 2011 - mmarek@suse.cz
- supported.conf: Fix stray line making net/atm/atm suddenly unsupported.
- commit 58dbd06
-------------------------------------------------------------------
Wed Sep 21 16:33:53 CEST 2011 - mmarek@suse.cz

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.11
%define patchversion 3.11.6
%define srcversion 3.12
%define patchversion 3.12.0
%define variant %{nil}
%define vanilla_only 0
@ -59,11 +59,11 @@
Name: kernel-exynos
Summary: Kernel for Samsung's Exynos SoC
Version: 3.11.6
Version: 3.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf7498bf
Release: <RELEASE>.ge8fa6b4
%else
Release: <RELEASE>.gf7498bf
Release: <RELEASE>.ge8fa6b4
%endif
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,100 @@
-------------------------------------------------------------------
Mon Nov 4 13:54:39 CET 2013 - jslaby@suse.cz
- Delete patches.kernel.org/patch-3.11.1.
- commit ec24572
-------------------------------------------------------------------
Mon Nov 4 03:19:40 CET 2013 - jeffm@suse.com
- Update config files.
- commit f7c27a2
-------------------------------------------------------------------
Mon Nov 4 02:20:43 CET 2013 - jeffm@suse.com
- Update to 3.12-final.
- commit bd2bcf1
-------------------------------------------------------------------
Mon Nov 4 02:19:32 CET 2013 - jeffm@suse.com
- Refresh
patches.suse/btrfs-add-ability-to-query-change-feature-bits-online-ioctl.
- commit a58c8c5
-------------------------------------------------------------------
Mon Nov 4 02:16:56 CET 2013 - jeffm@suse.com
- Refresh patches.suse/btrfs-add-tracing-for-failed-reservations.
- Refresh patches.suse/btrfs-publish-allocation-data-in-sysfs.
- No code change: missing 'quilt add' caused a chunk to be
in the wrong patch.
- commit 0346b5c
-------------------------------------------------------------------
Wed Oct 30 17:49:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Add extra chmap for 2.1 outputs on ASUS laptops
(bnc#846531).
- commit 5fe5110
-------------------------------------------------------------------
Wed Oct 30 12:36:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Add a fixup for ASUS N76VZ (bnc#846529).
- commit c8ca4fb
-------------------------------------------------------------------
Tue Oct 29 14:04:37 CET 2013 - jbeulich@suse.com
- Update Xen patches to 3.12-rc7 and c/s 1240.
- commit 49141ff
-------------------------------------------------------------------
Mon Oct 28 15:04:30 CET 2013 - jeffm@suse.de
- Update to 3.12-rc7.
- commit c59f68d
-------------------------------------------------------------------
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
- nouveau: Fix race with fence signaling (bnc#844177).
- commit db1113e
-------------------------------------------------------------------
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
- btrfs: add ioctl to export size of global metadata reservation.
- btrfs: add tracing for failed reservations.
- btrfs: publish allocation data in sysfs.
- btrfs: publish device membership in sysfs.
- btrfs: publish fs label in sysfs.
- btrfs: publish per-super attributes in sysfs.
- btrfs: publish per-super features in sysfs.
- btrfs: publish supported featured in sysfs.
- btrfs: publish unknown feature bits in sysfs.
- kobject: export kobj_sysfs_ops.
- Refresh
patches.suse/btrfs-add-ability-to-change-features-via-sysfs.
- Refresh
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors.
- Delete
patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs.
- Delete
patches.suse/btrfs-add-publishing-of-unknown-features-in-sysfs.
- Delete patches.suse/btrfs-export-supported-featured-to-sysfs.
- Delete patches.suse/btrfs-publish-per-super-features-to-sysfs.
- Delete patches.suse/introduce-kobj_completion.
- commit 28f62b4
-------------------------------------------------------------------
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc6.
- commit 7244867
-------------------------------------------------------------------
Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
@ -5,6 +102,27 @@ Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
- Delete patches.drivers/ALSA-hda-Add-fixup-for-ASUS-N56VZ.
- commit 9ca6827
-------------------------------------------------------------------
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
- Update x86 Xen config files (RTC_DRV_EFI=y).
- commit ac42dba
-------------------------------------------------------------------
Wed Oct 16 11:35:46 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.12-rc5.
- config.conf: Re-enable Xen configs.
- Update config files.
- Delete patches.xen/xen3-010-acpi_initrd_override_tables.patch.
- commit 8673f3f
-------------------------------------------------------------------
Tue Oct 15 15:26:01 CEST 2013 - oneukum@suse.de
- sha256_ssse3: also test for BMI2 (bnc#842459).
- commit 243990f
-------------------------------------------------------------------
Mon Oct 14 18:45:32 CEST 2013 - jeffm@suse.com
@ -17,6 +135,13 @@ Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5
- commit 22f9877
-------------------------------------------------------------------
Mon Oct 14 17:40:49 CEST 2013 - jeffm@suse.com
- btrfs: Fix creation of per-super sysfs directories when using multiple
subvolumes (bnc#845774)
- commit adcee6c
-------------------------------------------------------------------
Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
@ -24,6 +149,12 @@ Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
subvolumes (bnc#845774).
- commit 0801062
-------------------------------------------------------------------
Mon Oct 14 17:15:35 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc5.
- commit 6c5465f
-------------------------------------------------------------------
Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de
@ -44,17 +175,29 @@ Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz
patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch.
- commit c00734a
-------------------------------------------------------------------
Fri Oct 11 18:35:04 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc4.
- commit 8fdbb19
-------------------------------------------------------------------
Fri Oct 11 13:45:25 CEST 2013 - tiwai@suse.de
- drm/i915: Undo the PIPEA quirk for i845 (bnc#845503).
- commit 61a06cb
- commit e401a74
-------------------------------------------------------------------
Tue Oct 8 20:02:53 CEST 2013 - tiwai@suse.de
- ALSA: hda - Add fixup for ASUS N56VZ (bnc#841645).
- commit a306dfb
- commit 9f1b1d6
-------------------------------------------------------------------
Mon Oct 7 23:46:39 CEST 2013 - jack@suse.cz
- supported.conf: Update support info
- commit fe619b0
-------------------------------------------------------------------
Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
@ -62,6 +205,51 @@ Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
- Linux 3.11.4.
- commit 40d7ca3
-------------------------------------------------------------------
Fri Oct 4 20:14:16 CEST 2013 - bp@suse.de
- supported.conf: Remove IOMMU v2
This is only needed for HSA.
- commit 1d0217b
-------------------------------------------------------------------
Fri Oct 4 19:53:33 CEST 2013 - bp@suse.de
- supported.conf: Add a bunch of AMD-specific drivers to the list
+ sb_edac which people wanted since SLE11-SP2.
- commit 942c03a
-------------------------------------------------------------------
Fri Oct 4 19:41:56 CEST 2013 - bpoirier@suse.de
- supported.conf: update for network related modules
based on FATE#313655
+ drivers/net/ethernet/intel/i40e/i40e
vhost_net depends on vhost
+ drivers/vhost/vhost
nf_nat is now nf_nat_ipv4, _ipv6 was introduced in v3.7
- net/ipv4/netfilter/nf_nat
+ net/ipv4/netfilter/nf_nat_ipv4
+ net/ipv6/netfilter/nf_nat_ipv6
based on the rationale that we already package `ss` and support inet_diag:
+ net/ipv4/udp_diag
+ net/netlink/netlink_diag
+ net/packet/af_packet_diag
+ net/unix/unix_diag
- commit 07a54e6
-------------------------------------------------------------------
Fri Oct 4 17:04:15 CEST 2013 - mmarek@suse.cz
- supported.conf: Add newly requested drivers
- commit 199c169
-------------------------------------------------------------------
Fri Oct 4 14:53:01 CEST 2013 - mmarek@suse.cz
- supported.conf: More updates from SLE11-SP3
- commit 45bc81a
-------------------------------------------------------------------
Fri Oct 4 13:04:43 CEST 2013 - mmarek@suse.cz
@ -81,6 +269,36 @@ Fri Oct 4 12:57:44 CEST 2013 - mmarek@suse.cz
CONFIG_ENTERPRISE_SUPPORT has been renamed to CONFIG_SUSE_KERNEL_SUPPORTED
- commit 9e5b6fe
-------------------------------------------------------------------
Fri Oct 4 11:48:44 CEST 2013 - mmarek@suse.cz
- supported.conf: Copy some missing changes from SLE11-SP3
- commit fdeb1a7
-------------------------------------------------------------------
Fri Oct 4 10:47:37 CEST 2013 - mmarek@suse.cz
- supported.conf: Remove the kernel/ prefix from module paths.
- commit 9649d9f
-------------------------------------------------------------------
Fri Oct 4 10:45:53 CEST 2013 - mmarek@suse.cz
- modpost: Allow wildcards in the Module.supported file.
- commit a464383
-------------------------------------------------------------------
Fri Oct 4 10:38:42 CEST 2013 - mmarek@suse.cz
- modpost: Fix matching of dashes and underscores in Module.supported (bnc#719090).
- commit cab1abc
-------------------------------------------------------------------
Thu Oct 3 17:25:25 CEST 2013 - mmarek@suse.cz
- Enable CONFIG_DRM_QXL and mark qxl.ko as supported (fate#316469)
- commit acad9db
-------------------------------------------------------------------
Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
@ -88,6 +306,24 @@ Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-3.4.
- commit 485f0d1
-------------------------------------------------------------------
Tue Oct 1 20:08:51 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc3.
- commit e5ef0d0
-------------------------------------------------------------------
Tue Oct 1 12:04:02 CEST 2013 - mmarek@suse.cz
- Disable CONFIG_FB_TMIO (Sharp Zaurus) on non-arm configs.
- commit 977b235
-------------------------------------------------------------------
Tue Oct 1 10:06:04 CEST 2013 - mmarek@suse.cz
- Disable CONFIG_FB_GEODE, as the individual GEODE options are already disabled
- commit d10fe5f
-------------------------------------------------------------------
Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
@ -96,6 +332,25 @@ Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
official distribution (bnc#821612, bnc#824171).
- commit a80e5ef
-------------------------------------------------------------------
Mon Sep 30 16:35:24 CEST 2013 - mmarek@suse.cz
- Do not build udlfb, to avoid conflict with udl (fate#316407)
- commit 678681d
-------------------------------------------------------------------
Mon Sep 30 16:21:15 CEST 2013 - mmarek@suse.cz
- Disable fb drivers that have been blacklisted for a long time
via /etc/modprobe.d/50-blacklist.conf.
- commit b34e737
-------------------------------------------------------------------
Mon Sep 30 13:53:44 CEST 2013 - dsterba@suse.cz
- Btrfs: relocate csums properly with prealloc extents.
- commit 6cf855e
-------------------------------------------------------------------
Mon Sep 30 13:49:46 CEST 2013 - dsterba@suse.cz
@ -110,6 +365,14 @@ Sat Sep 28 18:00:10 CEST 2013 - ohering@suse.de
actually assign the divide result to hv_lapic_frequency
- commit 420e19b
-------------------------------------------------------------------
Sat Sep 28 11:51:54 CEST 2013 - ohering@suse.de
- Refresh
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
actually assign the divide result to hv_lapic_frequency
- commit 9e0a852
-------------------------------------------------------------------
Fri Sep 27 23:46:35 CEST 2013 - mmarek@suse.cz
@ -150,6 +413,13 @@ Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
- commit 83e7e53
-------------------------------------------------------------------
Fri Sep 27 17:35:01 CEST 2013 - ohering@suse.de
- Refresh
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
- commit ff1e29f
-------------------------------------------------------------------
Fri Sep 27 16:24:13 CEST 2013 - ohering@suse.de
@ -165,6 +435,29 @@ Fri Sep 27 16:22:49 CEST 2013 - ohering@suse.de
- Update config files.
- commit 7affb28
-------------------------------------------------------------------
Fri Sep 27 16:19:51 CEST 2013 - ohering@suse.de
- X86: Hyper-V: Get the local APIC timer frequency from the
hypervisor.
- commit ca351ea
-------------------------------------------------------------------
Fri Sep 27 16:10:26 CEST 2013 - ohering@suse.de
- Input: add a driver to support Hyper-V synthetic keyboard
(fate#315887).
- Update config files.
- commit 0b0a3fa
-------------------------------------------------------------------
Fri Sep 27 15:40:04 CEST 2013 - jeffm@suse.com
- config: disable DGAP on s390
It requires ioremap, which isn't available on s390. It's a staging
driver anyway.
- commit cf0bc41
-------------------------------------------------------------------
Fri Sep 27 14:52:18 CEST 2013 - mmarek@suse.cz
@ -219,6 +512,12 @@ Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
kernel until the patches are reviewed.
- commit 9d2b4ca
-------------------------------------------------------------------
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit 954d4c1
-------------------------------------------------------------------
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
@ -238,6 +537,12 @@ Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit 68bb010
-------------------------------------------------------------------
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit fc372c0
-------------------------------------------------------------------
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
@ -250,6 +555,66 @@ Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
- commit e74b2a8
-------------------------------------------------------------------
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de
- ARM: Update config files: Use lpae for multiarch, exynos for LPAE exynos5
- commit 957e65c
-------------------------------------------------------------------
Wed Sep 25 16:09:40 CEST 2013 - agraf@suse.de
- Clean up ARM patches:
- Refresh patches.arch/arm-arndale-dma.patch.
- Delete patches.arch/arm-exynos-nosparse.patch.
- Delete
patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch.
- Delete
patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch.
- Delete
patches.arch/arm-xen-0006-xen-arm-disable-cpuidle-when-linux-is-running-as-dom.patch.
- Delete
patches.arch/arm-xen-0007-arm-choose-debug-uncompress.h-include-when-uncompres.patch.
- Delete
patches.arch/arm-xen-0008-xen-arm-enable-PV-control-for-ARM.patch.
- commit 1cdc83d
-------------------------------------------------------------------
Wed Sep 25 16:01:31 CEST 2013 - agraf@suse.de
- config.conf:
- Update config files for ARM on 3.12.
- commit 2503bec
-------------------------------------------------------------------
Tue Sep 24 18:47:46 CEST 2013 - trenn@suse.de
- Delete patches.arch/010-acpi_initrd_override_tables.patch.
This old one alone broke acpi initrd override -> delete it.
- commit a75f081
-------------------------------------------------------------------
Tue Sep 24 18:10:03 CEST 2013 - jeffm@suse.com
- lustre/lloop: don't change the logical size for the queue.
- commit 4a2006a
-------------------------------------------------------------------
Tue Sep 24 16:30:50 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc2.
- Eliminated 3 patches.
- commit d7d9943
-------------------------------------------------------------------
Tue Sep 24 15:55:10 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc1.
- Eliminated 42 patches.
- Xen is disabled.
- ARM is disabled.
- commit c58d853
-------------------------------------------------------------------
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
@ -6643,6 +7008,12 @@ Thu Sep 22 11:18:31 CEST 2011 - mmarek@suse.cz
- rpm/split-modules: Print the full path for modules missing in supported.conf
- commit e55e4c6
-------------------------------------------------------------------
Thu Sep 22 10:52:13 CEST 2011 - mmarek@suse.cz
- supported.conf: Fix stray line making net/atm/atm suddenly unsupported.
- commit 58dbd06
-------------------------------------------------------------------
Wed Sep 21 16:33:53 CEST 2011 - mmarek@suse.cz

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.11
%define patchversion 3.11.6
%define srcversion 3.12
%define patchversion 3.12.0
%define variant %{nil}
%define vanilla_only 0
@ -59,11 +59,11 @@
Name: kernel-lpae
Summary: Kernel for LPAE enabled systems
Version: 3.11.6
Version: 3.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf7498bf
Release: <RELEASE>.ge8fa6b4
%else
Release: <RELEASE>.gf7498bf
Release: <RELEASE>.ge8fa6b4
%endif
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,100 @@
-------------------------------------------------------------------
Mon Nov 4 13:54:39 CET 2013 - jslaby@suse.cz
- Delete patches.kernel.org/patch-3.11.1.
- commit ec24572
-------------------------------------------------------------------
Mon Nov 4 03:19:40 CET 2013 - jeffm@suse.com
- Update config files.
- commit f7c27a2
-------------------------------------------------------------------
Mon Nov 4 02:20:43 CET 2013 - jeffm@suse.com
- Update to 3.12-final.
- commit bd2bcf1
-------------------------------------------------------------------
Mon Nov 4 02:19:32 CET 2013 - jeffm@suse.com
- Refresh
patches.suse/btrfs-add-ability-to-query-change-feature-bits-online-ioctl.
- commit a58c8c5
-------------------------------------------------------------------
Mon Nov 4 02:16:56 CET 2013 - jeffm@suse.com
- Refresh patches.suse/btrfs-add-tracing-for-failed-reservations.
- Refresh patches.suse/btrfs-publish-allocation-data-in-sysfs.
- No code change: missing 'quilt add' caused a chunk to be
in the wrong patch.
- commit 0346b5c
-------------------------------------------------------------------
Wed Oct 30 17:49:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Add extra chmap for 2.1 outputs on ASUS laptops
(bnc#846531).
- commit 5fe5110
-------------------------------------------------------------------
Wed Oct 30 12:36:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Add a fixup for ASUS N76VZ (bnc#846529).
- commit c8ca4fb
-------------------------------------------------------------------
Tue Oct 29 14:04:37 CET 2013 - jbeulich@suse.com
- Update Xen patches to 3.12-rc7 and c/s 1240.
- commit 49141ff
-------------------------------------------------------------------
Mon Oct 28 15:04:30 CET 2013 - jeffm@suse.de
- Update to 3.12-rc7.
- commit c59f68d
-------------------------------------------------------------------
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
- nouveau: Fix race with fence signaling (bnc#844177).
- commit db1113e
-------------------------------------------------------------------
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
- btrfs: add ioctl to export size of global metadata reservation.
- btrfs: add tracing for failed reservations.
- btrfs: publish allocation data in sysfs.
- btrfs: publish device membership in sysfs.
- btrfs: publish fs label in sysfs.
- btrfs: publish per-super attributes in sysfs.
- btrfs: publish per-super features in sysfs.
- btrfs: publish supported featured in sysfs.
- btrfs: publish unknown feature bits in sysfs.
- kobject: export kobj_sysfs_ops.
- Refresh
patches.suse/btrfs-add-ability-to-change-features-via-sysfs.
- Refresh
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors.
- Delete
patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs.
- Delete
patches.suse/btrfs-add-publishing-of-unknown-features-in-sysfs.
- Delete patches.suse/btrfs-export-supported-featured-to-sysfs.
- Delete patches.suse/btrfs-publish-per-super-features-to-sysfs.
- Delete patches.suse/introduce-kobj_completion.
- commit 28f62b4
-------------------------------------------------------------------
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc6.
- commit 7244867
-------------------------------------------------------------------
Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
@ -5,6 +102,27 @@ Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
- Delete patches.drivers/ALSA-hda-Add-fixup-for-ASUS-N56VZ.
- commit 9ca6827
-------------------------------------------------------------------
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
- Update x86 Xen config files (RTC_DRV_EFI=y).
- commit ac42dba
-------------------------------------------------------------------
Wed Oct 16 11:35:46 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.12-rc5.
- config.conf: Re-enable Xen configs.
- Update config files.
- Delete patches.xen/xen3-010-acpi_initrd_override_tables.patch.
- commit 8673f3f
-------------------------------------------------------------------
Tue Oct 15 15:26:01 CEST 2013 - oneukum@suse.de
- sha256_ssse3: also test for BMI2 (bnc#842459).
- commit 243990f
-------------------------------------------------------------------
Mon Oct 14 18:45:32 CEST 2013 - jeffm@suse.com
@ -17,6 +135,13 @@ Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5
- commit 22f9877
-------------------------------------------------------------------
Mon Oct 14 17:40:49 CEST 2013 - jeffm@suse.com
- btrfs: Fix creation of per-super sysfs directories when using multiple
subvolumes (bnc#845774)
- commit adcee6c
-------------------------------------------------------------------
Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
@ -24,6 +149,12 @@ Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
subvolumes (bnc#845774).
- commit 0801062
-------------------------------------------------------------------
Mon Oct 14 17:15:35 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc5.
- commit 6c5465f
-------------------------------------------------------------------
Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de
@ -44,17 +175,29 @@ Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz
patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch.
- commit c00734a
-------------------------------------------------------------------
Fri Oct 11 18:35:04 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc4.
- commit 8fdbb19
-------------------------------------------------------------------
Fri Oct 11 13:45:25 CEST 2013 - tiwai@suse.de
- drm/i915: Undo the PIPEA quirk for i845 (bnc#845503).
- commit 61a06cb
- commit e401a74
-------------------------------------------------------------------
Tue Oct 8 20:02:53 CEST 2013 - tiwai@suse.de
- ALSA: hda - Add fixup for ASUS N56VZ (bnc#841645).
- commit a306dfb
- commit 9f1b1d6
-------------------------------------------------------------------
Mon Oct 7 23:46:39 CEST 2013 - jack@suse.cz
- supported.conf: Update support info
- commit fe619b0
-------------------------------------------------------------------
Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
@ -62,6 +205,51 @@ Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
- Linux 3.11.4.
- commit 40d7ca3
-------------------------------------------------------------------
Fri Oct 4 20:14:16 CEST 2013 - bp@suse.de
- supported.conf: Remove IOMMU v2
This is only needed for HSA.
- commit 1d0217b
-------------------------------------------------------------------
Fri Oct 4 19:53:33 CEST 2013 - bp@suse.de
- supported.conf: Add a bunch of AMD-specific drivers to the list
+ sb_edac which people wanted since SLE11-SP2.
- commit 942c03a
-------------------------------------------------------------------
Fri Oct 4 19:41:56 CEST 2013 - bpoirier@suse.de
- supported.conf: update for network related modules
based on FATE#313655
+ drivers/net/ethernet/intel/i40e/i40e
vhost_net depends on vhost
+ drivers/vhost/vhost
nf_nat is now nf_nat_ipv4, _ipv6 was introduced in v3.7
- net/ipv4/netfilter/nf_nat
+ net/ipv4/netfilter/nf_nat_ipv4
+ net/ipv6/netfilter/nf_nat_ipv6
based on the rationale that we already package `ss` and support inet_diag:
+ net/ipv4/udp_diag
+ net/netlink/netlink_diag
+ net/packet/af_packet_diag
+ net/unix/unix_diag
- commit 07a54e6
-------------------------------------------------------------------
Fri Oct 4 17:04:15 CEST 2013 - mmarek@suse.cz
- supported.conf: Add newly requested drivers
- commit 199c169
-------------------------------------------------------------------
Fri Oct 4 14:53:01 CEST 2013 - mmarek@suse.cz
- supported.conf: More updates from SLE11-SP3
- commit 45bc81a
-------------------------------------------------------------------
Fri Oct 4 13:04:43 CEST 2013 - mmarek@suse.cz
@ -81,6 +269,36 @@ Fri Oct 4 12:57:44 CEST 2013 - mmarek@suse.cz
CONFIG_ENTERPRISE_SUPPORT has been renamed to CONFIG_SUSE_KERNEL_SUPPORTED
- commit 9e5b6fe
-------------------------------------------------------------------
Fri Oct 4 11:48:44 CEST 2013 - mmarek@suse.cz
- supported.conf: Copy some missing changes from SLE11-SP3
- commit fdeb1a7
-------------------------------------------------------------------
Fri Oct 4 10:47:37 CEST 2013 - mmarek@suse.cz
- supported.conf: Remove the kernel/ prefix from module paths.
- commit 9649d9f
-------------------------------------------------------------------
Fri Oct 4 10:45:53 CEST 2013 - mmarek@suse.cz
- modpost: Allow wildcards in the Module.supported file.
- commit a464383
-------------------------------------------------------------------
Fri Oct 4 10:38:42 CEST 2013 - mmarek@suse.cz
- modpost: Fix matching of dashes and underscores in Module.supported (bnc#719090).
- commit cab1abc
-------------------------------------------------------------------
Thu Oct 3 17:25:25 CEST 2013 - mmarek@suse.cz
- Enable CONFIG_DRM_QXL and mark qxl.ko as supported (fate#316469)
- commit acad9db
-------------------------------------------------------------------
Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
@ -88,6 +306,24 @@ Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-3.4.
- commit 485f0d1
-------------------------------------------------------------------
Tue Oct 1 20:08:51 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc3.
- commit e5ef0d0
-------------------------------------------------------------------
Tue Oct 1 12:04:02 CEST 2013 - mmarek@suse.cz
- Disable CONFIG_FB_TMIO (Sharp Zaurus) on non-arm configs.
- commit 977b235
-------------------------------------------------------------------
Tue Oct 1 10:06:04 CEST 2013 - mmarek@suse.cz
- Disable CONFIG_FB_GEODE, as the individual GEODE options are already disabled
- commit d10fe5f
-------------------------------------------------------------------
Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
@ -96,6 +332,25 @@ Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
official distribution (bnc#821612, bnc#824171).
- commit a80e5ef
-------------------------------------------------------------------
Mon Sep 30 16:35:24 CEST 2013 - mmarek@suse.cz
- Do not build udlfb, to avoid conflict with udl (fate#316407)
- commit 678681d
-------------------------------------------------------------------
Mon Sep 30 16:21:15 CEST 2013 - mmarek@suse.cz
- Disable fb drivers that have been blacklisted for a long time
via /etc/modprobe.d/50-blacklist.conf.
- commit b34e737
-------------------------------------------------------------------
Mon Sep 30 13:53:44 CEST 2013 - dsterba@suse.cz
- Btrfs: relocate csums properly with prealloc extents.
- commit 6cf855e
-------------------------------------------------------------------
Mon Sep 30 13:49:46 CEST 2013 - dsterba@suse.cz
@ -110,6 +365,14 @@ Sat Sep 28 18:00:10 CEST 2013 - ohering@suse.de
actually assign the divide result to hv_lapic_frequency
- commit 420e19b
-------------------------------------------------------------------
Sat Sep 28 11:51:54 CEST 2013 - ohering@suse.de
- Refresh
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
actually assign the divide result to hv_lapic_frequency
- commit 9e0a852
-------------------------------------------------------------------
Fri Sep 27 23:46:35 CEST 2013 - mmarek@suse.cz
@ -150,6 +413,13 @@ Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
- commit 83e7e53
-------------------------------------------------------------------
Fri Sep 27 17:35:01 CEST 2013 - ohering@suse.de
- Refresh
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
- commit ff1e29f
-------------------------------------------------------------------
Fri Sep 27 16:24:13 CEST 2013 - ohering@suse.de
@ -165,6 +435,29 @@ Fri Sep 27 16:22:49 CEST 2013 - ohering@suse.de
- Update config files.
- commit 7affb28
-------------------------------------------------------------------
Fri Sep 27 16:19:51 CEST 2013 - ohering@suse.de
- X86: Hyper-V: Get the local APIC timer frequency from the
hypervisor.
- commit ca351ea
-------------------------------------------------------------------
Fri Sep 27 16:10:26 CEST 2013 - ohering@suse.de
- Input: add a driver to support Hyper-V synthetic keyboard
(fate#315887).
- Update config files.
- commit 0b0a3fa
-------------------------------------------------------------------
Fri Sep 27 15:40:04 CEST 2013 - jeffm@suse.com
- config: disable DGAP on s390
It requires ioremap, which isn't available on s390. It's a staging
driver anyway.
- commit cf0bc41
-------------------------------------------------------------------
Fri Sep 27 14:52:18 CEST 2013 - mmarek@suse.cz
@ -219,6 +512,12 @@ Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
kernel until the patches are reviewed.
- commit 9d2b4ca
-------------------------------------------------------------------
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit 954d4c1
-------------------------------------------------------------------
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
@ -238,6 +537,12 @@ Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit 68bb010
-------------------------------------------------------------------
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit fc372c0
-------------------------------------------------------------------
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
@ -250,6 +555,66 @@ Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
- commit e74b2a8
-------------------------------------------------------------------
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de
- ARM: Update config files: Use lpae for multiarch, exynos for LPAE exynos5
- commit 957e65c
-------------------------------------------------------------------
Wed Sep 25 16:09:40 CEST 2013 - agraf@suse.de
- Clean up ARM patches:
- Refresh patches.arch/arm-arndale-dma.patch.
- Delete patches.arch/arm-exynos-nosparse.patch.
- Delete
patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch.
- Delete
patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch.
- Delete
patches.arch/arm-xen-0006-xen-arm-disable-cpuidle-when-linux-is-running-as-dom.patch.
- Delete
patches.arch/arm-xen-0007-arm-choose-debug-uncompress.h-include-when-uncompres.patch.
- Delete
patches.arch/arm-xen-0008-xen-arm-enable-PV-control-for-ARM.patch.
- commit 1cdc83d
-------------------------------------------------------------------
Wed Sep 25 16:01:31 CEST 2013 - agraf@suse.de
- config.conf:
- Update config files for ARM on 3.12.
- commit 2503bec
-------------------------------------------------------------------
Tue Sep 24 18:47:46 CEST 2013 - trenn@suse.de
- Delete patches.arch/010-acpi_initrd_override_tables.patch.
This old one alone broke acpi initrd override -> delete it.
- commit a75f081
-------------------------------------------------------------------
Tue Sep 24 18:10:03 CEST 2013 - jeffm@suse.com
- lustre/lloop: don't change the logical size for the queue.
- commit 4a2006a
-------------------------------------------------------------------
Tue Sep 24 16:30:50 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc2.
- Eliminated 3 patches.
- commit d7d9943
-------------------------------------------------------------------
Tue Sep 24 15:55:10 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc1.
- Eliminated 42 patches.
- Xen is disabled.
- ARM is disabled.
- commit c58d853
-------------------------------------------------------------------
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
@ -6643,6 +7008,12 @@ Thu Sep 22 11:18:31 CEST 2011 - mmarek@suse.cz
- rpm/split-modules: Print the full path for modules missing in supported.conf
- commit e55e4c6
-------------------------------------------------------------------
Thu Sep 22 10:52:13 CEST 2011 - mmarek@suse.cz
- supported.conf: Fix stray line making net/atm/atm suddenly unsupported.
- commit 58dbd06
-------------------------------------------------------------------
Wed Sep 21 16:33:53 CEST 2011 - mmarek@suse.cz

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.11
%define patchversion 3.11.6
%define srcversion 3.12
%define patchversion 3.12.0
%define variant %{nil}
%define vanilla_only 0
@ -59,11 +59,11 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 3.11.6
Version: 3.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf7498bf
Release: <RELEASE>.ge8fa6b4
%else
Release: <RELEASE>.gf7498bf
Release: <RELEASE>.ge8fa6b4
%endif
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,100 @@
-------------------------------------------------------------------
Mon Nov 4 13:54:39 CET 2013 - jslaby@suse.cz
- Delete patches.kernel.org/patch-3.11.1.
- commit ec24572
-------------------------------------------------------------------
Mon Nov 4 03:19:40 CET 2013 - jeffm@suse.com
- Update config files.
- commit f7c27a2
-------------------------------------------------------------------
Mon Nov 4 02:20:43 CET 2013 - jeffm@suse.com
- Update to 3.12-final.
- commit bd2bcf1
-------------------------------------------------------------------
Mon Nov 4 02:19:32 CET 2013 - jeffm@suse.com
- Refresh
patches.suse/btrfs-add-ability-to-query-change-feature-bits-online-ioctl.
- commit a58c8c5
-------------------------------------------------------------------
Mon Nov 4 02:16:56 CET 2013 - jeffm@suse.com
- Refresh patches.suse/btrfs-add-tracing-for-failed-reservations.
- Refresh patches.suse/btrfs-publish-allocation-data-in-sysfs.
- No code change: missing 'quilt add' caused a chunk to be
in the wrong patch.
- commit 0346b5c
-------------------------------------------------------------------
Wed Oct 30 17:49:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Add extra chmap for 2.1 outputs on ASUS laptops
(bnc#846531).
- commit 5fe5110
-------------------------------------------------------------------
Wed Oct 30 12:36:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Add a fixup for ASUS N76VZ (bnc#846529).
- commit c8ca4fb
-------------------------------------------------------------------
Tue Oct 29 14:04:37 CET 2013 - jbeulich@suse.com
- Update Xen patches to 3.12-rc7 and c/s 1240.
- commit 49141ff
-------------------------------------------------------------------
Mon Oct 28 15:04:30 CET 2013 - jeffm@suse.de
- Update to 3.12-rc7.
- commit c59f68d
-------------------------------------------------------------------
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
- nouveau: Fix race with fence signaling (bnc#844177).
- commit db1113e
-------------------------------------------------------------------
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
- btrfs: add ioctl to export size of global metadata reservation.
- btrfs: add tracing for failed reservations.
- btrfs: publish allocation data in sysfs.
- btrfs: publish device membership in sysfs.
- btrfs: publish fs label in sysfs.
- btrfs: publish per-super attributes in sysfs.
- btrfs: publish per-super features in sysfs.
- btrfs: publish supported featured in sysfs.
- btrfs: publish unknown feature bits in sysfs.
- kobject: export kobj_sysfs_ops.
- Refresh
patches.suse/btrfs-add-ability-to-change-features-via-sysfs.
- Refresh
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors.
- Delete
patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs.
- Delete
patches.suse/btrfs-add-publishing-of-unknown-features-in-sysfs.
- Delete patches.suse/btrfs-export-supported-featured-to-sysfs.
- Delete patches.suse/btrfs-publish-per-super-features-to-sysfs.
- Delete patches.suse/introduce-kobj_completion.
- commit 28f62b4
-------------------------------------------------------------------
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc6.
- commit 7244867
-------------------------------------------------------------------
Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
@ -5,6 +102,27 @@ Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
- Delete patches.drivers/ALSA-hda-Add-fixup-for-ASUS-N56VZ.
- commit 9ca6827
-------------------------------------------------------------------
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
- Update x86 Xen config files (RTC_DRV_EFI=y).
- commit ac42dba
-------------------------------------------------------------------
Wed Oct 16 11:35:46 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.12-rc5.
- config.conf: Re-enable Xen configs.
- Update config files.
- Delete patches.xen/xen3-010-acpi_initrd_override_tables.patch.
- commit 8673f3f
-------------------------------------------------------------------
Tue Oct 15 15:26:01 CEST 2013 - oneukum@suse.de
- sha256_ssse3: also test for BMI2 (bnc#842459).
- commit 243990f
-------------------------------------------------------------------
Mon Oct 14 18:45:32 CEST 2013 - jeffm@suse.com
@ -17,6 +135,13 @@ Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5
- commit 22f9877
-------------------------------------------------------------------
Mon Oct 14 17:40:49 CEST 2013 - jeffm@suse.com
- btrfs: Fix creation of per-super sysfs directories when using multiple
subvolumes (bnc#845774)
- commit adcee6c
-------------------------------------------------------------------
Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
@ -24,6 +149,12 @@ Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
subvolumes (bnc#845774).
- commit 0801062
-------------------------------------------------------------------
Mon Oct 14 17:15:35 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc5.
- commit 6c5465f
-------------------------------------------------------------------
Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de
@ -44,17 +175,29 @@ Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz
patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch.
- commit c00734a
-------------------------------------------------------------------
Fri Oct 11 18:35:04 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc4.
- commit 8fdbb19
-------------------------------------------------------------------
Fri Oct 11 13:45:25 CEST 2013 - tiwai@suse.de
- drm/i915: Undo the PIPEA quirk for i845 (bnc#845503).
- commit 61a06cb
- commit e401a74
-------------------------------------------------------------------
Tue Oct 8 20:02:53 CEST 2013 - tiwai@suse.de
- ALSA: hda - Add fixup for ASUS N56VZ (bnc#841645).
- commit a306dfb
- commit 9f1b1d6
-------------------------------------------------------------------
Mon Oct 7 23:46:39 CEST 2013 - jack@suse.cz
- supported.conf: Update support info
- commit fe619b0
-------------------------------------------------------------------
Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
@ -62,6 +205,51 @@ Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
- Linux 3.11.4.
- commit 40d7ca3
-------------------------------------------------------------------
Fri Oct 4 20:14:16 CEST 2013 - bp@suse.de
- supported.conf: Remove IOMMU v2
This is only needed for HSA.
- commit 1d0217b
-------------------------------------------------------------------
Fri Oct 4 19:53:33 CEST 2013 - bp@suse.de
- supported.conf: Add a bunch of AMD-specific drivers to the list
+ sb_edac which people wanted since SLE11-SP2.
- commit 942c03a
-------------------------------------------------------------------
Fri Oct 4 19:41:56 CEST 2013 - bpoirier@suse.de
- supported.conf: update for network related modules
based on FATE#313655
+ drivers/net/ethernet/intel/i40e/i40e
vhost_net depends on vhost
+ drivers/vhost/vhost
nf_nat is now nf_nat_ipv4, _ipv6 was introduced in v3.7
- net/ipv4/netfilter/nf_nat
+ net/ipv4/netfilter/nf_nat_ipv4
+ net/ipv6/netfilter/nf_nat_ipv6
based on the rationale that we already package `ss` and support inet_diag:
+ net/ipv4/udp_diag
+ net/netlink/netlink_diag
+ net/packet/af_packet_diag
+ net/unix/unix_diag
- commit 07a54e6
-------------------------------------------------------------------
Fri Oct 4 17:04:15 CEST 2013 - mmarek@suse.cz
- supported.conf: Add newly requested drivers
- commit 199c169
-------------------------------------------------------------------
Fri Oct 4 14:53:01 CEST 2013 - mmarek@suse.cz
- supported.conf: More updates from SLE11-SP3
- commit 45bc81a
-------------------------------------------------------------------
Fri Oct 4 13:04:43 CEST 2013 - mmarek@suse.cz
@ -81,6 +269,36 @@ Fri Oct 4 12:57:44 CEST 2013 - mmarek@suse.cz
CONFIG_ENTERPRISE_SUPPORT has been renamed to CONFIG_SUSE_KERNEL_SUPPORTED
- commit 9e5b6fe
-------------------------------------------------------------------
Fri Oct 4 11:48:44 CEST 2013 - mmarek@suse.cz
- supported.conf: Copy some missing changes from SLE11-SP3
- commit fdeb1a7
-------------------------------------------------------------------
Fri Oct 4 10:47:37 CEST 2013 - mmarek@suse.cz
- supported.conf: Remove the kernel/ prefix from module paths.
- commit 9649d9f
-------------------------------------------------------------------
Fri Oct 4 10:45:53 CEST 2013 - mmarek@suse.cz
- modpost: Allow wildcards in the Module.supported file.
- commit a464383
-------------------------------------------------------------------
Fri Oct 4 10:38:42 CEST 2013 - mmarek@suse.cz
- modpost: Fix matching of dashes and underscores in Module.supported (bnc#719090).
- commit cab1abc
-------------------------------------------------------------------
Thu Oct 3 17:25:25 CEST 2013 - mmarek@suse.cz
- Enable CONFIG_DRM_QXL and mark qxl.ko as supported (fate#316469)
- commit acad9db
-------------------------------------------------------------------
Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
@ -88,6 +306,24 @@ Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-3.4.
- commit 485f0d1
-------------------------------------------------------------------
Tue Oct 1 20:08:51 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc3.
- commit e5ef0d0
-------------------------------------------------------------------
Tue Oct 1 12:04:02 CEST 2013 - mmarek@suse.cz
- Disable CONFIG_FB_TMIO (Sharp Zaurus) on non-arm configs.
- commit 977b235
-------------------------------------------------------------------
Tue Oct 1 10:06:04 CEST 2013 - mmarek@suse.cz
- Disable CONFIG_FB_GEODE, as the individual GEODE options are already disabled
- commit d10fe5f
-------------------------------------------------------------------
Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
@ -96,6 +332,25 @@ Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
official distribution (bnc#821612, bnc#824171).
- commit a80e5ef
-------------------------------------------------------------------
Mon Sep 30 16:35:24 CEST 2013 - mmarek@suse.cz
- Do not build udlfb, to avoid conflict with udl (fate#316407)
- commit 678681d
-------------------------------------------------------------------
Mon Sep 30 16:21:15 CEST 2013 - mmarek@suse.cz
- Disable fb drivers that have been blacklisted for a long time
via /etc/modprobe.d/50-blacklist.conf.
- commit b34e737
-------------------------------------------------------------------
Mon Sep 30 13:53:44 CEST 2013 - dsterba@suse.cz
- Btrfs: relocate csums properly with prealloc extents.
- commit 6cf855e
-------------------------------------------------------------------
Mon Sep 30 13:49:46 CEST 2013 - dsterba@suse.cz
@ -110,6 +365,14 @@ Sat Sep 28 18:00:10 CEST 2013 - ohering@suse.de
actually assign the divide result to hv_lapic_frequency
- commit 420e19b
-------------------------------------------------------------------
Sat Sep 28 11:51:54 CEST 2013 - ohering@suse.de
- Refresh
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
actually assign the divide result to hv_lapic_frequency
- commit 9e0a852
-------------------------------------------------------------------
Fri Sep 27 23:46:35 CEST 2013 - mmarek@suse.cz
@ -150,6 +413,13 @@ Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
- commit 83e7e53
-------------------------------------------------------------------
Fri Sep 27 17:35:01 CEST 2013 - ohering@suse.de
- Refresh
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
- commit ff1e29f
-------------------------------------------------------------------
Fri Sep 27 16:24:13 CEST 2013 - ohering@suse.de
@ -165,6 +435,29 @@ Fri Sep 27 16:22:49 CEST 2013 - ohering@suse.de
- Update config files.
- commit 7affb28
-------------------------------------------------------------------
Fri Sep 27 16:19:51 CEST 2013 - ohering@suse.de
- X86: Hyper-V: Get the local APIC timer frequency from the
hypervisor.
- commit ca351ea
-------------------------------------------------------------------
Fri Sep 27 16:10:26 CEST 2013 - ohering@suse.de
- Input: add a driver to support Hyper-V synthetic keyboard
(fate#315887).
- Update config files.
- commit 0b0a3fa
-------------------------------------------------------------------
Fri Sep 27 15:40:04 CEST 2013 - jeffm@suse.com
- config: disable DGAP on s390
It requires ioremap, which isn't available on s390. It's a staging
driver anyway.
- commit cf0bc41
-------------------------------------------------------------------
Fri Sep 27 14:52:18 CEST 2013 - mmarek@suse.cz
@ -219,6 +512,12 @@ Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
kernel until the patches are reviewed.
- commit 9d2b4ca
-------------------------------------------------------------------
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit 954d4c1
-------------------------------------------------------------------
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
@ -238,6 +537,12 @@ Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit 68bb010
-------------------------------------------------------------------
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit fc372c0
-------------------------------------------------------------------
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
@ -250,6 +555,66 @@ Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
- commit e74b2a8
-------------------------------------------------------------------
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de
- ARM: Update config files: Use lpae for multiarch, exynos for LPAE exynos5
- commit 957e65c
-------------------------------------------------------------------
Wed Sep 25 16:09:40 CEST 2013 - agraf@suse.de
- Clean up ARM patches:
- Refresh patches.arch/arm-arndale-dma.patch.
- Delete patches.arch/arm-exynos-nosparse.patch.
- Delete
patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch.
- Delete
patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch.
- Delete
patches.arch/arm-xen-0006-xen-arm-disable-cpuidle-when-linux-is-running-as-dom.patch.
- Delete
patches.arch/arm-xen-0007-arm-choose-debug-uncompress.h-include-when-uncompres.patch.
- Delete
patches.arch/arm-xen-0008-xen-arm-enable-PV-control-for-ARM.patch.
- commit 1cdc83d
-------------------------------------------------------------------
Wed Sep 25 16:01:31 CEST 2013 - agraf@suse.de
- config.conf:
- Update config files for ARM on 3.12.
- commit 2503bec
-------------------------------------------------------------------
Tue Sep 24 18:47:46 CEST 2013 - trenn@suse.de
- Delete patches.arch/010-acpi_initrd_override_tables.patch.
This old one alone broke acpi initrd override -> delete it.
- commit a75f081
-------------------------------------------------------------------
Tue Sep 24 18:10:03 CEST 2013 - jeffm@suse.com
- lustre/lloop: don't change the logical size for the queue.
- commit 4a2006a
-------------------------------------------------------------------
Tue Sep 24 16:30:50 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc2.
- Eliminated 3 patches.
- commit d7d9943
-------------------------------------------------------------------
Tue Sep 24 15:55:10 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc1.
- Eliminated 42 patches.
- Xen is disabled.
- ARM is disabled.
- commit c58d853
-------------------------------------------------------------------
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
@ -6643,6 +7008,12 @@ Thu Sep 22 11:18:31 CEST 2011 - mmarek@suse.cz
- rpm/split-modules: Print the full path for modules missing in supported.conf
- commit e55e4c6
-------------------------------------------------------------------
Thu Sep 22 10:52:13 CEST 2011 - mmarek@suse.cz
- supported.conf: Fix stray line making net/atm/atm suddenly unsupported.
- commit 58dbd06
-------------------------------------------------------------------
Wed Sep 21 16:33:53 CEST 2011 - mmarek@suse.cz

View File

@ -18,8 +18,8 @@
# norootforbuild
# icecream 0
%define srcversion 3.11
%define patchversion 3.11.6
%define srcversion 3.12
%define patchversion 3.12.0
%define variant %{nil}
%define vanilla_only 0
@ -29,11 +29,11 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 3.11.6
Version: 3.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf7498bf
Release: <RELEASE>.ge8fa6b4
%else
Release: <RELEASE>.gf7498bf
Release: <RELEASE>.ge8fa6b4
%endif
License: GPL-2.0
Group: Development/Sources

View File

@ -1,3 +1,100 @@
-------------------------------------------------------------------
Mon Nov 4 13:54:39 CET 2013 - jslaby@suse.cz
- Delete patches.kernel.org/patch-3.11.1.
- commit ec24572
-------------------------------------------------------------------
Mon Nov 4 03:19:40 CET 2013 - jeffm@suse.com
- Update config files.
- commit f7c27a2
-------------------------------------------------------------------
Mon Nov 4 02:20:43 CET 2013 - jeffm@suse.com
- Update to 3.12-final.
- commit bd2bcf1
-------------------------------------------------------------------
Mon Nov 4 02:19:32 CET 2013 - jeffm@suse.com
- Refresh
patches.suse/btrfs-add-ability-to-query-change-feature-bits-online-ioctl.
- commit a58c8c5
-------------------------------------------------------------------
Mon Nov 4 02:16:56 CET 2013 - jeffm@suse.com
- Refresh patches.suse/btrfs-add-tracing-for-failed-reservations.
- Refresh patches.suse/btrfs-publish-allocation-data-in-sysfs.
- No code change: missing 'quilt add' caused a chunk to be
in the wrong patch.
- commit 0346b5c
-------------------------------------------------------------------
Wed Oct 30 17:49:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Add extra chmap for 2.1 outputs on ASUS laptops
(bnc#846531).
- commit 5fe5110
-------------------------------------------------------------------
Wed Oct 30 12:36:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Add a fixup for ASUS N76VZ (bnc#846529).
- commit c8ca4fb
-------------------------------------------------------------------
Tue Oct 29 14:04:37 CET 2013 - jbeulich@suse.com
- Update Xen patches to 3.12-rc7 and c/s 1240.
- commit 49141ff
-------------------------------------------------------------------
Mon Oct 28 15:04:30 CET 2013 - jeffm@suse.de
- Update to 3.12-rc7.
- commit c59f68d
-------------------------------------------------------------------
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
- nouveau: Fix race with fence signaling (bnc#844177).
- commit db1113e
-------------------------------------------------------------------
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
- btrfs: add ioctl to export size of global metadata reservation.
- btrfs: add tracing for failed reservations.
- btrfs: publish allocation data in sysfs.
- btrfs: publish device membership in sysfs.
- btrfs: publish fs label in sysfs.
- btrfs: publish per-super attributes in sysfs.
- btrfs: publish per-super features in sysfs.
- btrfs: publish supported featured in sysfs.
- btrfs: publish unknown feature bits in sysfs.
- kobject: export kobj_sysfs_ops.
- Refresh
patches.suse/btrfs-add-ability-to-change-features-via-sysfs.
- Refresh
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors.
- Delete
patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs.
- Delete
patches.suse/btrfs-add-publishing-of-unknown-features-in-sysfs.
- Delete patches.suse/btrfs-export-supported-featured-to-sysfs.
- Delete patches.suse/btrfs-publish-per-super-features-to-sysfs.
- Delete patches.suse/introduce-kobj_completion.
- commit 28f62b4
-------------------------------------------------------------------
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc6.
- commit 7244867
-------------------------------------------------------------------
Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
@ -5,6 +102,27 @@ Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
- Delete patches.drivers/ALSA-hda-Add-fixup-for-ASUS-N56VZ.
- commit 9ca6827
-------------------------------------------------------------------
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
- Update x86 Xen config files (RTC_DRV_EFI=y).
- commit ac42dba
-------------------------------------------------------------------
Wed Oct 16 11:35:46 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.12-rc5.
- config.conf: Re-enable Xen configs.
- Update config files.
- Delete patches.xen/xen3-010-acpi_initrd_override_tables.patch.
- commit 8673f3f
-------------------------------------------------------------------
Tue Oct 15 15:26:01 CEST 2013 - oneukum@suse.de
- sha256_ssse3: also test for BMI2 (bnc#842459).
- commit 243990f
-------------------------------------------------------------------
Mon Oct 14 18:45:32 CEST 2013 - jeffm@suse.com
@ -17,6 +135,13 @@ Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5
- commit 22f9877
-------------------------------------------------------------------
Mon Oct 14 17:40:49 CEST 2013 - jeffm@suse.com
- btrfs: Fix creation of per-super sysfs directories when using multiple
subvolumes (bnc#845774)
- commit adcee6c
-------------------------------------------------------------------
Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
@ -24,6 +149,12 @@ Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
subvolumes (bnc#845774).
- commit 0801062
-------------------------------------------------------------------
Mon Oct 14 17:15:35 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc5.
- commit 6c5465f
-------------------------------------------------------------------
Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de
@ -44,17 +175,29 @@ Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz
patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch.
- commit c00734a
-------------------------------------------------------------------
Fri Oct 11 18:35:04 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc4.
- commit 8fdbb19
-------------------------------------------------------------------
Fri Oct 11 13:45:25 CEST 2013 - tiwai@suse.de
- drm/i915: Undo the PIPEA quirk for i845 (bnc#845503).
- commit 61a06cb
- commit e401a74
-------------------------------------------------------------------
Tue Oct 8 20:02:53 CEST 2013 - tiwai@suse.de
- ALSA: hda - Add fixup for ASUS N56VZ (bnc#841645).
- commit a306dfb
- commit 9f1b1d6
-------------------------------------------------------------------
Mon Oct 7 23:46:39 CEST 2013 - jack@suse.cz
- supported.conf: Update support info
- commit fe619b0
-------------------------------------------------------------------
Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
@ -62,6 +205,51 @@ Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
- Linux 3.11.4.
- commit 40d7ca3
-------------------------------------------------------------------
Fri Oct 4 20:14:16 CEST 2013 - bp@suse.de
- supported.conf: Remove IOMMU v2
This is only needed for HSA.
- commit 1d0217b
-------------------------------------------------------------------
Fri Oct 4 19:53:33 CEST 2013 - bp@suse.de
- supported.conf: Add a bunch of AMD-specific drivers to the list
+ sb_edac which people wanted since SLE11-SP2.
- commit 942c03a
-------------------------------------------------------------------
Fri Oct 4 19:41:56 CEST 2013 - bpoirier@suse.de
- supported.conf: update for network related modules
based on FATE#313655
+ drivers/net/ethernet/intel/i40e/i40e
vhost_net depends on vhost
+ drivers/vhost/vhost
nf_nat is now nf_nat_ipv4, _ipv6 was introduced in v3.7
- net/ipv4/netfilter/nf_nat
+ net/ipv4/netfilter/nf_nat_ipv4
+ net/ipv6/netfilter/nf_nat_ipv6
based on the rationale that we already package `ss` and support inet_diag:
+ net/ipv4/udp_diag
+ net/netlink/netlink_diag
+ net/packet/af_packet_diag
+ net/unix/unix_diag
- commit 07a54e6
-------------------------------------------------------------------
Fri Oct 4 17:04:15 CEST 2013 - mmarek@suse.cz
- supported.conf: Add newly requested drivers
- commit 199c169
-------------------------------------------------------------------
Fri Oct 4 14:53:01 CEST 2013 - mmarek@suse.cz
- supported.conf: More updates from SLE11-SP3
- commit 45bc81a
-------------------------------------------------------------------
Fri Oct 4 13:04:43 CEST 2013 - mmarek@suse.cz
@ -81,6 +269,36 @@ Fri Oct 4 12:57:44 CEST 2013 - mmarek@suse.cz
CONFIG_ENTERPRISE_SUPPORT has been renamed to CONFIG_SUSE_KERNEL_SUPPORTED
- commit 9e5b6fe
-------------------------------------------------------------------
Fri Oct 4 11:48:44 CEST 2013 - mmarek@suse.cz
- supported.conf: Copy some missing changes from SLE11-SP3
- commit fdeb1a7
-------------------------------------------------------------------
Fri Oct 4 10:47:37 CEST 2013 - mmarek@suse.cz
- supported.conf: Remove the kernel/ prefix from module paths.
- commit 9649d9f
-------------------------------------------------------------------
Fri Oct 4 10:45:53 CEST 2013 - mmarek@suse.cz
- modpost: Allow wildcards in the Module.supported file.
- commit a464383
-------------------------------------------------------------------
Fri Oct 4 10:38:42 CEST 2013 - mmarek@suse.cz
- modpost: Fix matching of dashes and underscores in Module.supported (bnc#719090).
- commit cab1abc
-------------------------------------------------------------------
Thu Oct 3 17:25:25 CEST 2013 - mmarek@suse.cz
- Enable CONFIG_DRM_QXL and mark qxl.ko as supported (fate#316469)
- commit acad9db
-------------------------------------------------------------------
Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
@ -88,6 +306,24 @@ Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-3.4.
- commit 485f0d1
-------------------------------------------------------------------
Tue Oct 1 20:08:51 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc3.
- commit e5ef0d0
-------------------------------------------------------------------
Tue Oct 1 12:04:02 CEST 2013 - mmarek@suse.cz
- Disable CONFIG_FB_TMIO (Sharp Zaurus) on non-arm configs.
- commit 977b235
-------------------------------------------------------------------
Tue Oct 1 10:06:04 CEST 2013 - mmarek@suse.cz
- Disable CONFIG_FB_GEODE, as the individual GEODE options are already disabled
- commit d10fe5f
-------------------------------------------------------------------
Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
@ -96,6 +332,25 @@ Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
official distribution (bnc#821612, bnc#824171).
- commit a80e5ef
-------------------------------------------------------------------
Mon Sep 30 16:35:24 CEST 2013 - mmarek@suse.cz
- Do not build udlfb, to avoid conflict with udl (fate#316407)
- commit 678681d
-------------------------------------------------------------------
Mon Sep 30 16:21:15 CEST 2013 - mmarek@suse.cz
- Disable fb drivers that have been blacklisted for a long time
via /etc/modprobe.d/50-blacklist.conf.
- commit b34e737
-------------------------------------------------------------------
Mon Sep 30 13:53:44 CEST 2013 - dsterba@suse.cz
- Btrfs: relocate csums properly with prealloc extents.
- commit 6cf855e
-------------------------------------------------------------------
Mon Sep 30 13:49:46 CEST 2013 - dsterba@suse.cz
@ -110,6 +365,14 @@ Sat Sep 28 18:00:10 CEST 2013 - ohering@suse.de
actually assign the divide result to hv_lapic_frequency
- commit 420e19b
-------------------------------------------------------------------
Sat Sep 28 11:51:54 CEST 2013 - ohering@suse.de
- Refresh
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
actually assign the divide result to hv_lapic_frequency
- commit 9e0a852
-------------------------------------------------------------------
Fri Sep 27 23:46:35 CEST 2013 - mmarek@suse.cz
@ -150,6 +413,13 @@ Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
- commit 83e7e53
-------------------------------------------------------------------
Fri Sep 27 17:35:01 CEST 2013 - ohering@suse.de
- Refresh
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
- commit ff1e29f
-------------------------------------------------------------------
Fri Sep 27 16:24:13 CEST 2013 - ohering@suse.de
@ -165,6 +435,29 @@ Fri Sep 27 16:22:49 CEST 2013 - ohering@suse.de
- Update config files.
- commit 7affb28
-------------------------------------------------------------------
Fri Sep 27 16:19:51 CEST 2013 - ohering@suse.de
- X86: Hyper-V: Get the local APIC timer frequency from the
hypervisor.
- commit ca351ea
-------------------------------------------------------------------
Fri Sep 27 16:10:26 CEST 2013 - ohering@suse.de
- Input: add a driver to support Hyper-V synthetic keyboard
(fate#315887).
- Update config files.
- commit 0b0a3fa
-------------------------------------------------------------------
Fri Sep 27 15:40:04 CEST 2013 - jeffm@suse.com
- config: disable DGAP on s390
It requires ioremap, which isn't available on s390. It's a staging
driver anyway.
- commit cf0bc41
-------------------------------------------------------------------
Fri Sep 27 14:52:18 CEST 2013 - mmarek@suse.cz
@ -219,6 +512,12 @@ Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
kernel until the patches are reviewed.
- commit 9d2b4ca
-------------------------------------------------------------------
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit 954d4c1
-------------------------------------------------------------------
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
@ -238,6 +537,12 @@ Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit 68bb010
-------------------------------------------------------------------
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit fc372c0
-------------------------------------------------------------------
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
@ -250,6 +555,66 @@ Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
- commit e74b2a8
-------------------------------------------------------------------
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de
- ARM: Update config files: Use lpae for multiarch, exynos for LPAE exynos5
- commit 957e65c
-------------------------------------------------------------------
Wed Sep 25 16:09:40 CEST 2013 - agraf@suse.de
- Clean up ARM patches:
- Refresh patches.arch/arm-arndale-dma.patch.
- Delete patches.arch/arm-exynos-nosparse.patch.
- Delete
patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch.
- Delete
patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch.
- Delete
patches.arch/arm-xen-0006-xen-arm-disable-cpuidle-when-linux-is-running-as-dom.patch.
- Delete
patches.arch/arm-xen-0007-arm-choose-debug-uncompress.h-include-when-uncompres.patch.
- Delete
patches.arch/arm-xen-0008-xen-arm-enable-PV-control-for-ARM.patch.
- commit 1cdc83d
-------------------------------------------------------------------
Wed Sep 25 16:01:31 CEST 2013 - agraf@suse.de
- config.conf:
- Update config files for ARM on 3.12.
- commit 2503bec
-------------------------------------------------------------------
Tue Sep 24 18:47:46 CEST 2013 - trenn@suse.de
- Delete patches.arch/010-acpi_initrd_override_tables.patch.
This old one alone broke acpi initrd override -> delete it.
- commit a75f081
-------------------------------------------------------------------
Tue Sep 24 18:10:03 CEST 2013 - jeffm@suse.com
- lustre/lloop: don't change the logical size for the queue.
- commit 4a2006a
-------------------------------------------------------------------
Tue Sep 24 16:30:50 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc2.
- Eliminated 3 patches.
- commit d7d9943
-------------------------------------------------------------------
Tue Sep 24 15:55:10 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc1.
- Eliminated 42 patches.
- Xen is disabled.
- ARM is disabled.
- commit c58d853
-------------------------------------------------------------------
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
@ -6643,6 +7008,12 @@ Thu Sep 22 11:18:31 CEST 2011 - mmarek@suse.cz
- rpm/split-modules: Print the full path for modules missing in supported.conf
- commit e55e4c6
-------------------------------------------------------------------
Thu Sep 22 10:52:13 CEST 2011 - mmarek@suse.cz
- supported.conf: Fix stray line making net/atm/atm suddenly unsupported.
- commit 58dbd06
-------------------------------------------------------------------
Wed Sep 21 16:33:53 CEST 2011 - mmarek@suse.cz

View File

@ -23,12 +23,12 @@
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 3.11.6
Version: 3.12.0
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.gf7498bf
Release: <RELEASE>.ge8fa6b4
%else
Release: <RELEASE>.gf7498bf
Release: <RELEASE>.ge8fa6b4
%endif
%else
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)

View File

@ -1,3 +1,100 @@
-------------------------------------------------------------------
Mon Nov 4 13:54:39 CET 2013 - jslaby@suse.cz
- Delete patches.kernel.org/patch-3.11.1.
- commit ec24572
-------------------------------------------------------------------
Mon Nov 4 03:19:40 CET 2013 - jeffm@suse.com
- Update config files.
- commit f7c27a2
-------------------------------------------------------------------
Mon Nov 4 02:20:43 CET 2013 - jeffm@suse.com
- Update to 3.12-final.
- commit bd2bcf1
-------------------------------------------------------------------
Mon Nov 4 02:19:32 CET 2013 - jeffm@suse.com
- Refresh
patches.suse/btrfs-add-ability-to-query-change-feature-bits-online-ioctl.
- commit a58c8c5
-------------------------------------------------------------------
Mon Nov 4 02:16:56 CET 2013 - jeffm@suse.com
- Refresh patches.suse/btrfs-add-tracing-for-failed-reservations.
- Refresh patches.suse/btrfs-publish-allocation-data-in-sysfs.
- No code change: missing 'quilt add' caused a chunk to be
in the wrong patch.
- commit 0346b5c
-------------------------------------------------------------------
Wed Oct 30 17:49:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Add extra chmap for 2.1 outputs on ASUS laptops
(bnc#846531).
- commit 5fe5110
-------------------------------------------------------------------
Wed Oct 30 12:36:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Add a fixup for ASUS N76VZ (bnc#846529).
- commit c8ca4fb
-------------------------------------------------------------------
Tue Oct 29 14:04:37 CET 2013 - jbeulich@suse.com
- Update Xen patches to 3.12-rc7 and c/s 1240.
- commit 49141ff
-------------------------------------------------------------------
Mon Oct 28 15:04:30 CET 2013 - jeffm@suse.de
- Update to 3.12-rc7.
- commit c59f68d
-------------------------------------------------------------------
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
- nouveau: Fix race with fence signaling (bnc#844177).
- commit db1113e
-------------------------------------------------------------------
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
- btrfs: add ioctl to export size of global metadata reservation.
- btrfs: add tracing for failed reservations.
- btrfs: publish allocation data in sysfs.
- btrfs: publish device membership in sysfs.
- btrfs: publish fs label in sysfs.
- btrfs: publish per-super attributes in sysfs.
- btrfs: publish per-super features in sysfs.
- btrfs: publish supported featured in sysfs.
- btrfs: publish unknown feature bits in sysfs.
- kobject: export kobj_sysfs_ops.
- Refresh
patches.suse/btrfs-add-ability-to-change-features-via-sysfs.
- Refresh
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors.
- Delete
patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs.
- Delete
patches.suse/btrfs-add-publishing-of-unknown-features-in-sysfs.
- Delete patches.suse/btrfs-export-supported-featured-to-sysfs.
- Delete patches.suse/btrfs-publish-per-super-features-to-sysfs.
- Delete patches.suse/introduce-kobj_completion.
- commit 28f62b4
-------------------------------------------------------------------
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc6.
- commit 7244867
-------------------------------------------------------------------
Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
@ -5,6 +102,27 @@ Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
- Delete patches.drivers/ALSA-hda-Add-fixup-for-ASUS-N56VZ.
- commit 9ca6827
-------------------------------------------------------------------
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
- Update x86 Xen config files (RTC_DRV_EFI=y).
- commit ac42dba
-------------------------------------------------------------------
Wed Oct 16 11:35:46 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.12-rc5.
- config.conf: Re-enable Xen configs.
- Update config files.
- Delete patches.xen/xen3-010-acpi_initrd_override_tables.patch.
- commit 8673f3f
-------------------------------------------------------------------
Tue Oct 15 15:26:01 CEST 2013 - oneukum@suse.de
- sha256_ssse3: also test for BMI2 (bnc#842459).
- commit 243990f
-------------------------------------------------------------------
Mon Oct 14 18:45:32 CEST 2013 - jeffm@suse.com
@ -17,6 +135,13 @@ Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5
- commit 22f9877
-------------------------------------------------------------------
Mon Oct 14 17:40:49 CEST 2013 - jeffm@suse.com
- btrfs: Fix creation of per-super sysfs directories when using multiple
subvolumes (bnc#845774)
- commit adcee6c
-------------------------------------------------------------------
Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
@ -24,6 +149,12 @@ Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
subvolumes (bnc#845774).
- commit 0801062
-------------------------------------------------------------------
Mon Oct 14 17:15:35 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc5.
- commit 6c5465f
-------------------------------------------------------------------
Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de
@ -44,17 +175,29 @@ Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz
patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch.
- commit c00734a
-------------------------------------------------------------------
Fri Oct 11 18:35:04 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc4.
- commit 8fdbb19
-------------------------------------------------------------------
Fri Oct 11 13:45:25 CEST 2013 - tiwai@suse.de
- drm/i915: Undo the PIPEA quirk for i845 (bnc#845503).
- commit 61a06cb
- commit e401a74
-------------------------------------------------------------------
Tue Oct 8 20:02:53 CEST 2013 - tiwai@suse.de
- ALSA: hda - Add fixup for ASUS N56VZ (bnc#841645).
- commit a306dfb
- commit 9f1b1d6
-------------------------------------------------------------------
Mon Oct 7 23:46:39 CEST 2013 - jack@suse.cz
- supported.conf: Update support info
- commit fe619b0
-------------------------------------------------------------------
Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
@ -62,6 +205,51 @@ Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
- Linux 3.11.4.
- commit 40d7ca3
-------------------------------------------------------------------
Fri Oct 4 20:14:16 CEST 2013 - bp@suse.de
- supported.conf: Remove IOMMU v2
This is only needed for HSA.
- commit 1d0217b
-------------------------------------------------------------------
Fri Oct 4 19:53:33 CEST 2013 - bp@suse.de
- supported.conf: Add a bunch of AMD-specific drivers to the list
+ sb_edac which people wanted since SLE11-SP2.
- commit 942c03a
-------------------------------------------------------------------
Fri Oct 4 19:41:56 CEST 2013 - bpoirier@suse.de
- supported.conf: update for network related modules
based on FATE#313655
+ drivers/net/ethernet/intel/i40e/i40e
vhost_net depends on vhost
+ drivers/vhost/vhost
nf_nat is now nf_nat_ipv4, _ipv6 was introduced in v3.7
- net/ipv4/netfilter/nf_nat
+ net/ipv4/netfilter/nf_nat_ipv4
+ net/ipv6/netfilter/nf_nat_ipv6
based on the rationale that we already package `ss` and support inet_diag:
+ net/ipv4/udp_diag
+ net/netlink/netlink_diag
+ net/packet/af_packet_diag
+ net/unix/unix_diag
- commit 07a54e6
-------------------------------------------------------------------
Fri Oct 4 17:04:15 CEST 2013 - mmarek@suse.cz
- supported.conf: Add newly requested drivers
- commit 199c169
-------------------------------------------------------------------
Fri Oct 4 14:53:01 CEST 2013 - mmarek@suse.cz
- supported.conf: More updates from SLE11-SP3
- commit 45bc81a
-------------------------------------------------------------------
Fri Oct 4 13:04:43 CEST 2013 - mmarek@suse.cz
@ -81,6 +269,36 @@ Fri Oct 4 12:57:44 CEST 2013 - mmarek@suse.cz
CONFIG_ENTERPRISE_SUPPORT has been renamed to CONFIG_SUSE_KERNEL_SUPPORTED
- commit 9e5b6fe
-------------------------------------------------------------------
Fri Oct 4 11:48:44 CEST 2013 - mmarek@suse.cz
- supported.conf: Copy some missing changes from SLE11-SP3
- commit fdeb1a7
-------------------------------------------------------------------
Fri Oct 4 10:47:37 CEST 2013 - mmarek@suse.cz
- supported.conf: Remove the kernel/ prefix from module paths.
- commit 9649d9f
-------------------------------------------------------------------
Fri Oct 4 10:45:53 CEST 2013 - mmarek@suse.cz
- modpost: Allow wildcards in the Module.supported file.
- commit a464383
-------------------------------------------------------------------
Fri Oct 4 10:38:42 CEST 2013 - mmarek@suse.cz
- modpost: Fix matching of dashes and underscores in Module.supported (bnc#719090).
- commit cab1abc
-------------------------------------------------------------------
Thu Oct 3 17:25:25 CEST 2013 - mmarek@suse.cz
- Enable CONFIG_DRM_QXL and mark qxl.ko as supported (fate#316469)
- commit acad9db
-------------------------------------------------------------------
Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
@ -88,6 +306,24 @@ Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-3.4.
- commit 485f0d1
-------------------------------------------------------------------
Tue Oct 1 20:08:51 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc3.
- commit e5ef0d0
-------------------------------------------------------------------
Tue Oct 1 12:04:02 CEST 2013 - mmarek@suse.cz
- Disable CONFIG_FB_TMIO (Sharp Zaurus) on non-arm configs.
- commit 977b235
-------------------------------------------------------------------
Tue Oct 1 10:06:04 CEST 2013 - mmarek@suse.cz
- Disable CONFIG_FB_GEODE, as the individual GEODE options are already disabled
- commit d10fe5f
-------------------------------------------------------------------
Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
@ -96,6 +332,25 @@ Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
official distribution (bnc#821612, bnc#824171).
- commit a80e5ef
-------------------------------------------------------------------
Mon Sep 30 16:35:24 CEST 2013 - mmarek@suse.cz
- Do not build udlfb, to avoid conflict with udl (fate#316407)
- commit 678681d
-------------------------------------------------------------------
Mon Sep 30 16:21:15 CEST 2013 - mmarek@suse.cz
- Disable fb drivers that have been blacklisted for a long time
via /etc/modprobe.d/50-blacklist.conf.
- commit b34e737
-------------------------------------------------------------------
Mon Sep 30 13:53:44 CEST 2013 - dsterba@suse.cz
- Btrfs: relocate csums properly with prealloc extents.
- commit 6cf855e
-------------------------------------------------------------------
Mon Sep 30 13:49:46 CEST 2013 - dsterba@suse.cz
@ -110,6 +365,14 @@ Sat Sep 28 18:00:10 CEST 2013 - ohering@suse.de
actually assign the divide result to hv_lapic_frequency
- commit 420e19b
-------------------------------------------------------------------
Sat Sep 28 11:51:54 CEST 2013 - ohering@suse.de
- Refresh
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
actually assign the divide result to hv_lapic_frequency
- commit 9e0a852
-------------------------------------------------------------------
Fri Sep 27 23:46:35 CEST 2013 - mmarek@suse.cz
@ -150,6 +413,13 @@ Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
- commit 83e7e53
-------------------------------------------------------------------
Fri Sep 27 17:35:01 CEST 2013 - ohering@suse.de
- Refresh
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
- commit ff1e29f
-------------------------------------------------------------------
Fri Sep 27 16:24:13 CEST 2013 - ohering@suse.de
@ -165,6 +435,29 @@ Fri Sep 27 16:22:49 CEST 2013 - ohering@suse.de
- Update config files.
- commit 7affb28
-------------------------------------------------------------------
Fri Sep 27 16:19:51 CEST 2013 - ohering@suse.de
- X86: Hyper-V: Get the local APIC timer frequency from the
hypervisor.
- commit ca351ea
-------------------------------------------------------------------
Fri Sep 27 16:10:26 CEST 2013 - ohering@suse.de
- Input: add a driver to support Hyper-V synthetic keyboard
(fate#315887).
- Update config files.
- commit 0b0a3fa
-------------------------------------------------------------------
Fri Sep 27 15:40:04 CEST 2013 - jeffm@suse.com
- config: disable DGAP on s390
It requires ioremap, which isn't available on s390. It's a staging
driver anyway.
- commit cf0bc41
-------------------------------------------------------------------
Fri Sep 27 14:52:18 CEST 2013 - mmarek@suse.cz
@ -219,6 +512,12 @@ Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
kernel until the patches are reviewed.
- commit 9d2b4ca
-------------------------------------------------------------------
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit 954d4c1
-------------------------------------------------------------------
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
@ -238,6 +537,12 @@ Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit 68bb010
-------------------------------------------------------------------
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit fc372c0
-------------------------------------------------------------------
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
@ -250,6 +555,66 @@ Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
- commit e74b2a8
-------------------------------------------------------------------
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de
- ARM: Update config files: Use lpae for multiarch, exynos for LPAE exynos5
- commit 957e65c
-------------------------------------------------------------------
Wed Sep 25 16:09:40 CEST 2013 - agraf@suse.de
- Clean up ARM patches:
- Refresh patches.arch/arm-arndale-dma.patch.
- Delete patches.arch/arm-exynos-nosparse.patch.
- Delete
patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch.
- Delete
patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch.
- Delete
patches.arch/arm-xen-0006-xen-arm-disable-cpuidle-when-linux-is-running-as-dom.patch.
- Delete
patches.arch/arm-xen-0007-arm-choose-debug-uncompress.h-include-when-uncompres.patch.
- Delete
patches.arch/arm-xen-0008-xen-arm-enable-PV-control-for-ARM.patch.
- commit 1cdc83d
-------------------------------------------------------------------
Wed Sep 25 16:01:31 CEST 2013 - agraf@suse.de
- config.conf:
- Update config files for ARM on 3.12.
- commit 2503bec
-------------------------------------------------------------------
Tue Sep 24 18:47:46 CEST 2013 - trenn@suse.de
- Delete patches.arch/010-acpi_initrd_override_tables.patch.
This old one alone broke acpi initrd override -> delete it.
- commit a75f081
-------------------------------------------------------------------
Tue Sep 24 18:10:03 CEST 2013 - jeffm@suse.com
- lustre/lloop: don't change the logical size for the queue.
- commit 4a2006a
-------------------------------------------------------------------
Tue Sep 24 16:30:50 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc2.
- Eliminated 3 patches.
- commit d7d9943
-------------------------------------------------------------------
Tue Sep 24 15:55:10 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc1.
- Eliminated 42 patches.
- Xen is disabled.
- ARM is disabled.
- commit c58d853
-------------------------------------------------------------------
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
@ -6643,6 +7008,12 @@ Thu Sep 22 11:18:31 CEST 2011 - mmarek@suse.cz
- rpm/split-modules: Print the full path for modules missing in supported.conf
- commit e55e4c6
-------------------------------------------------------------------
Thu Sep 22 10:52:13 CEST 2011 - mmarek@suse.cz
- supported.conf: Fix stray line making net/atm/atm suddenly unsupported.
- commit 58dbd06
-------------------------------------------------------------------
Wed Sep 21 16:33:53 CEST 2011 - mmarek@suse.cz

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.11
%define patchversion 3.11.6
%define srcversion 3.12
%define patchversion 3.12.0
%define variant %{nil}
%define vanilla_only 0
@ -59,11 +59,11 @@
Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 3.11.6
Version: 3.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf7498bf
Release: <RELEASE>.ge8fa6b4
%else
Release: <RELEASE>.gf7498bf
Release: <RELEASE>.ge8fa6b4
%endif
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,100 @@
-------------------------------------------------------------------
Mon Nov 4 13:54:39 CET 2013 - jslaby@suse.cz
- Delete patches.kernel.org/patch-3.11.1.
- commit ec24572
-------------------------------------------------------------------
Mon Nov 4 03:19:40 CET 2013 - jeffm@suse.com
- Update config files.
- commit f7c27a2
-------------------------------------------------------------------
Mon Nov 4 02:20:43 CET 2013 - jeffm@suse.com
- Update to 3.12-final.
- commit bd2bcf1
-------------------------------------------------------------------
Mon Nov 4 02:19:32 CET 2013 - jeffm@suse.com
- Refresh
patches.suse/btrfs-add-ability-to-query-change-feature-bits-online-ioctl.
- commit a58c8c5
-------------------------------------------------------------------
Mon Nov 4 02:16:56 CET 2013 - jeffm@suse.com
- Refresh patches.suse/btrfs-add-tracing-for-failed-reservations.
- Refresh patches.suse/btrfs-publish-allocation-data-in-sysfs.
- No code change: missing 'quilt add' caused a chunk to be
in the wrong patch.
- commit 0346b5c
-------------------------------------------------------------------
Wed Oct 30 17:49:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Add extra chmap for 2.1 outputs on ASUS laptops
(bnc#846531).
- commit 5fe5110
-------------------------------------------------------------------
Wed Oct 30 12:36:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Add a fixup for ASUS N76VZ (bnc#846529).
- commit c8ca4fb
-------------------------------------------------------------------
Tue Oct 29 14:04:37 CET 2013 - jbeulich@suse.com
- Update Xen patches to 3.12-rc7 and c/s 1240.
- commit 49141ff
-------------------------------------------------------------------
Mon Oct 28 15:04:30 CET 2013 - jeffm@suse.de
- Update to 3.12-rc7.
- commit c59f68d
-------------------------------------------------------------------
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
- nouveau: Fix race with fence signaling (bnc#844177).
- commit db1113e
-------------------------------------------------------------------
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
- btrfs: add ioctl to export size of global metadata reservation.
- btrfs: add tracing for failed reservations.
- btrfs: publish allocation data in sysfs.
- btrfs: publish device membership in sysfs.
- btrfs: publish fs label in sysfs.
- btrfs: publish per-super attributes in sysfs.
- btrfs: publish per-super features in sysfs.
- btrfs: publish supported featured in sysfs.
- btrfs: publish unknown feature bits in sysfs.
- kobject: export kobj_sysfs_ops.
- Refresh
patches.suse/btrfs-add-ability-to-change-features-via-sysfs.
- Refresh
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors.
- Delete
patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs.
- Delete
patches.suse/btrfs-add-publishing-of-unknown-features-in-sysfs.
- Delete patches.suse/btrfs-export-supported-featured-to-sysfs.
- Delete patches.suse/btrfs-publish-per-super-features-to-sysfs.
- Delete patches.suse/introduce-kobj_completion.
- commit 28f62b4
-------------------------------------------------------------------
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc6.
- commit 7244867
-------------------------------------------------------------------
Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
@ -5,6 +102,27 @@ Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
- Delete patches.drivers/ALSA-hda-Add-fixup-for-ASUS-N56VZ.
- commit 9ca6827
-------------------------------------------------------------------
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
- Update x86 Xen config files (RTC_DRV_EFI=y).
- commit ac42dba
-------------------------------------------------------------------
Wed Oct 16 11:35:46 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.12-rc5.
- config.conf: Re-enable Xen configs.
- Update config files.
- Delete patches.xen/xen3-010-acpi_initrd_override_tables.patch.
- commit 8673f3f
-------------------------------------------------------------------
Tue Oct 15 15:26:01 CEST 2013 - oneukum@suse.de
- sha256_ssse3: also test for BMI2 (bnc#842459).
- commit 243990f
-------------------------------------------------------------------
Mon Oct 14 18:45:32 CEST 2013 - jeffm@suse.com
@ -17,6 +135,13 @@ Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5
- commit 22f9877
-------------------------------------------------------------------
Mon Oct 14 17:40:49 CEST 2013 - jeffm@suse.com
- btrfs: Fix creation of per-super sysfs directories when using multiple
subvolumes (bnc#845774)
- commit adcee6c
-------------------------------------------------------------------
Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
@ -24,6 +149,12 @@ Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
subvolumes (bnc#845774).
- commit 0801062
-------------------------------------------------------------------
Mon Oct 14 17:15:35 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc5.
- commit 6c5465f
-------------------------------------------------------------------
Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de
@ -44,17 +175,29 @@ Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz
patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch.
- commit c00734a
-------------------------------------------------------------------
Fri Oct 11 18:35:04 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc4.
- commit 8fdbb19
-------------------------------------------------------------------
Fri Oct 11 13:45:25 CEST 2013 - tiwai@suse.de
- drm/i915: Undo the PIPEA quirk for i845 (bnc#845503).
- commit 61a06cb
- commit e401a74
-------------------------------------------------------------------
Tue Oct 8 20:02:53 CEST 2013 - tiwai@suse.de
- ALSA: hda - Add fixup for ASUS N56VZ (bnc#841645).
- commit a306dfb
- commit 9f1b1d6
-------------------------------------------------------------------
Mon Oct 7 23:46:39 CEST 2013 - jack@suse.cz
- supported.conf: Update support info
- commit fe619b0
-------------------------------------------------------------------
Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
@ -62,6 +205,51 @@ Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
- Linux 3.11.4.
- commit 40d7ca3
-------------------------------------------------------------------
Fri Oct 4 20:14:16 CEST 2013 - bp@suse.de
- supported.conf: Remove IOMMU v2
This is only needed for HSA.
- commit 1d0217b
-------------------------------------------------------------------
Fri Oct 4 19:53:33 CEST 2013 - bp@suse.de
- supported.conf: Add a bunch of AMD-specific drivers to the list
+ sb_edac which people wanted since SLE11-SP2.
- commit 942c03a
-------------------------------------------------------------------
Fri Oct 4 19:41:56 CEST 2013 - bpoirier@suse.de
- supported.conf: update for network related modules
based on FATE#313655
+ drivers/net/ethernet/intel/i40e/i40e
vhost_net depends on vhost
+ drivers/vhost/vhost
nf_nat is now nf_nat_ipv4, _ipv6 was introduced in v3.7
- net/ipv4/netfilter/nf_nat
+ net/ipv4/netfilter/nf_nat_ipv4
+ net/ipv6/netfilter/nf_nat_ipv6
based on the rationale that we already package `ss` and support inet_diag:
+ net/ipv4/udp_diag
+ net/netlink/netlink_diag
+ net/packet/af_packet_diag
+ net/unix/unix_diag
- commit 07a54e6
-------------------------------------------------------------------
Fri Oct 4 17:04:15 CEST 2013 - mmarek@suse.cz
- supported.conf: Add newly requested drivers
- commit 199c169
-------------------------------------------------------------------
Fri Oct 4 14:53:01 CEST 2013 - mmarek@suse.cz
- supported.conf: More updates from SLE11-SP3
- commit 45bc81a
-------------------------------------------------------------------
Fri Oct 4 13:04:43 CEST 2013 - mmarek@suse.cz
@ -81,6 +269,36 @@ Fri Oct 4 12:57:44 CEST 2013 - mmarek@suse.cz
CONFIG_ENTERPRISE_SUPPORT has been renamed to CONFIG_SUSE_KERNEL_SUPPORTED
- commit 9e5b6fe
-------------------------------------------------------------------
Fri Oct 4 11:48:44 CEST 2013 - mmarek@suse.cz
- supported.conf: Copy some missing changes from SLE11-SP3
- commit fdeb1a7
-------------------------------------------------------------------
Fri Oct 4 10:47:37 CEST 2013 - mmarek@suse.cz
- supported.conf: Remove the kernel/ prefix from module paths.
- commit 9649d9f
-------------------------------------------------------------------
Fri Oct 4 10:45:53 CEST 2013 - mmarek@suse.cz
- modpost: Allow wildcards in the Module.supported file.
- commit a464383
-------------------------------------------------------------------
Fri Oct 4 10:38:42 CEST 2013 - mmarek@suse.cz
- modpost: Fix matching of dashes and underscores in Module.supported (bnc#719090).
- commit cab1abc
-------------------------------------------------------------------
Thu Oct 3 17:25:25 CEST 2013 - mmarek@suse.cz
- Enable CONFIG_DRM_QXL and mark qxl.ko as supported (fate#316469)
- commit acad9db
-------------------------------------------------------------------
Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
@ -88,6 +306,24 @@ Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-3.4.
- commit 485f0d1
-------------------------------------------------------------------
Tue Oct 1 20:08:51 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc3.
- commit e5ef0d0
-------------------------------------------------------------------
Tue Oct 1 12:04:02 CEST 2013 - mmarek@suse.cz
- Disable CONFIG_FB_TMIO (Sharp Zaurus) on non-arm configs.
- commit 977b235
-------------------------------------------------------------------
Tue Oct 1 10:06:04 CEST 2013 - mmarek@suse.cz
- Disable CONFIG_FB_GEODE, as the individual GEODE options are already disabled
- commit d10fe5f
-------------------------------------------------------------------
Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
@ -96,6 +332,25 @@ Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
official distribution (bnc#821612, bnc#824171).
- commit a80e5ef
-------------------------------------------------------------------
Mon Sep 30 16:35:24 CEST 2013 - mmarek@suse.cz
- Do not build udlfb, to avoid conflict with udl (fate#316407)
- commit 678681d
-------------------------------------------------------------------
Mon Sep 30 16:21:15 CEST 2013 - mmarek@suse.cz
- Disable fb drivers that have been blacklisted for a long time
via /etc/modprobe.d/50-blacklist.conf.
- commit b34e737
-------------------------------------------------------------------
Mon Sep 30 13:53:44 CEST 2013 - dsterba@suse.cz
- Btrfs: relocate csums properly with prealloc extents.
- commit 6cf855e
-------------------------------------------------------------------
Mon Sep 30 13:49:46 CEST 2013 - dsterba@suse.cz
@ -110,6 +365,14 @@ Sat Sep 28 18:00:10 CEST 2013 - ohering@suse.de
actually assign the divide result to hv_lapic_frequency
- commit 420e19b
-------------------------------------------------------------------
Sat Sep 28 11:51:54 CEST 2013 - ohering@suse.de
- Refresh
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
actually assign the divide result to hv_lapic_frequency
- commit 9e0a852
-------------------------------------------------------------------
Fri Sep 27 23:46:35 CEST 2013 - mmarek@suse.cz
@ -150,6 +413,13 @@ Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
- commit 83e7e53
-------------------------------------------------------------------
Fri Sep 27 17:35:01 CEST 2013 - ohering@suse.de
- Refresh
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
- commit ff1e29f
-------------------------------------------------------------------
Fri Sep 27 16:24:13 CEST 2013 - ohering@suse.de
@ -165,6 +435,29 @@ Fri Sep 27 16:22:49 CEST 2013 - ohering@suse.de
- Update config files.
- commit 7affb28
-------------------------------------------------------------------
Fri Sep 27 16:19:51 CEST 2013 - ohering@suse.de
- X86: Hyper-V: Get the local APIC timer frequency from the
hypervisor.
- commit ca351ea
-------------------------------------------------------------------
Fri Sep 27 16:10:26 CEST 2013 - ohering@suse.de
- Input: add a driver to support Hyper-V synthetic keyboard
(fate#315887).
- Update config files.
- commit 0b0a3fa
-------------------------------------------------------------------
Fri Sep 27 15:40:04 CEST 2013 - jeffm@suse.com
- config: disable DGAP on s390
It requires ioremap, which isn't available on s390. It's a staging
driver anyway.
- commit cf0bc41
-------------------------------------------------------------------
Fri Sep 27 14:52:18 CEST 2013 - mmarek@suse.cz
@ -219,6 +512,12 @@ Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
kernel until the patches are reviewed.
- commit 9d2b4ca
-------------------------------------------------------------------
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit 954d4c1
-------------------------------------------------------------------
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
@ -238,6 +537,12 @@ Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit 68bb010
-------------------------------------------------------------------
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit fc372c0
-------------------------------------------------------------------
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
@ -250,6 +555,66 @@ Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
- commit e74b2a8
-------------------------------------------------------------------
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de
- ARM: Update config files: Use lpae for multiarch, exynos for LPAE exynos5
- commit 957e65c
-------------------------------------------------------------------
Wed Sep 25 16:09:40 CEST 2013 - agraf@suse.de
- Clean up ARM patches:
- Refresh patches.arch/arm-arndale-dma.patch.
- Delete patches.arch/arm-exynos-nosparse.patch.
- Delete
patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch.
- Delete
patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch.
- Delete
patches.arch/arm-xen-0006-xen-arm-disable-cpuidle-when-linux-is-running-as-dom.patch.
- Delete
patches.arch/arm-xen-0007-arm-choose-debug-uncompress.h-include-when-uncompres.patch.
- Delete
patches.arch/arm-xen-0008-xen-arm-enable-PV-control-for-ARM.patch.
- commit 1cdc83d
-------------------------------------------------------------------
Wed Sep 25 16:01:31 CEST 2013 - agraf@suse.de
- config.conf:
- Update config files for ARM on 3.12.
- commit 2503bec
-------------------------------------------------------------------
Tue Sep 24 18:47:46 CEST 2013 - trenn@suse.de
- Delete patches.arch/010-acpi_initrd_override_tables.patch.
This old one alone broke acpi initrd override -> delete it.
- commit a75f081
-------------------------------------------------------------------
Tue Sep 24 18:10:03 CEST 2013 - jeffm@suse.com
- lustre/lloop: don't change the logical size for the queue.
- commit 4a2006a
-------------------------------------------------------------------
Tue Sep 24 16:30:50 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc2.
- Eliminated 3 patches.
- commit d7d9943
-------------------------------------------------------------------
Tue Sep 24 15:55:10 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc1.
- Eliminated 42 patches.
- Xen is disabled.
- ARM is disabled.
- commit c58d853
-------------------------------------------------------------------
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
@ -6643,6 +7008,12 @@ Thu Sep 22 11:18:31 CEST 2011 - mmarek@suse.cz
- rpm/split-modules: Print the full path for modules missing in supported.conf
- commit e55e4c6
-------------------------------------------------------------------
Thu Sep 22 10:52:13 CEST 2011 - mmarek@suse.cz
- supported.conf: Fix stray line making net/atm/atm suddenly unsupported.
- commit 58dbd06
-------------------------------------------------------------------
Wed Sep 21 16:33:53 CEST 2011 - mmarek@suse.cz

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.11
%define patchversion 3.11.6
%define srcversion 3.12
%define patchversion 3.12.0
%define variant %{nil}
%define vanilla_only 0
@ -59,11 +59,11 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 3.11.6
Version: 3.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf7498bf
Release: <RELEASE>.ge8fa6b4
%else
Release: <RELEASE>.gf7498bf
Release: <RELEASE>.ge8fa6b4
%endif
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,100 @@
-------------------------------------------------------------------
Mon Nov 4 13:54:39 CET 2013 - jslaby@suse.cz
- Delete patches.kernel.org/patch-3.11.1.
- commit ec24572
-------------------------------------------------------------------
Mon Nov 4 03:19:40 CET 2013 - jeffm@suse.com
- Update config files.
- commit f7c27a2
-------------------------------------------------------------------
Mon Nov 4 02:20:43 CET 2013 - jeffm@suse.com
- Update to 3.12-final.
- commit bd2bcf1
-------------------------------------------------------------------
Mon Nov 4 02:19:32 CET 2013 - jeffm@suse.com
- Refresh
patches.suse/btrfs-add-ability-to-query-change-feature-bits-online-ioctl.
- commit a58c8c5
-------------------------------------------------------------------
Mon Nov 4 02:16:56 CET 2013 - jeffm@suse.com
- Refresh patches.suse/btrfs-add-tracing-for-failed-reservations.
- Refresh patches.suse/btrfs-publish-allocation-data-in-sysfs.
- No code change: missing 'quilt add' caused a chunk to be
in the wrong patch.
- commit 0346b5c
-------------------------------------------------------------------
Wed Oct 30 17:49:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Add extra chmap for 2.1 outputs on ASUS laptops
(bnc#846531).
- commit 5fe5110
-------------------------------------------------------------------
Wed Oct 30 12:36:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Add a fixup for ASUS N76VZ (bnc#846529).
- commit c8ca4fb
-------------------------------------------------------------------
Tue Oct 29 14:04:37 CET 2013 - jbeulich@suse.com
- Update Xen patches to 3.12-rc7 and c/s 1240.
- commit 49141ff
-------------------------------------------------------------------
Mon Oct 28 15:04:30 CET 2013 - jeffm@suse.de
- Update to 3.12-rc7.
- commit c59f68d
-------------------------------------------------------------------
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
- nouveau: Fix race with fence signaling (bnc#844177).
- commit db1113e
-------------------------------------------------------------------
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
- btrfs: add ioctl to export size of global metadata reservation.
- btrfs: add tracing for failed reservations.
- btrfs: publish allocation data in sysfs.
- btrfs: publish device membership in sysfs.
- btrfs: publish fs label in sysfs.
- btrfs: publish per-super attributes in sysfs.
- btrfs: publish per-super features in sysfs.
- btrfs: publish supported featured in sysfs.
- btrfs: publish unknown feature bits in sysfs.
- kobject: export kobj_sysfs_ops.
- Refresh
patches.suse/btrfs-add-ability-to-change-features-via-sysfs.
- Refresh
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors.
- Delete
patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs.
- Delete
patches.suse/btrfs-add-publishing-of-unknown-features-in-sysfs.
- Delete patches.suse/btrfs-export-supported-featured-to-sysfs.
- Delete patches.suse/btrfs-publish-per-super-features-to-sysfs.
- Delete patches.suse/introduce-kobj_completion.
- commit 28f62b4
-------------------------------------------------------------------
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc6.
- commit 7244867
-------------------------------------------------------------------
Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
@ -5,6 +102,27 @@ Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
- Delete patches.drivers/ALSA-hda-Add-fixup-for-ASUS-N56VZ.
- commit 9ca6827
-------------------------------------------------------------------
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
- Update x86 Xen config files (RTC_DRV_EFI=y).
- commit ac42dba
-------------------------------------------------------------------
Wed Oct 16 11:35:46 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.12-rc5.
- config.conf: Re-enable Xen configs.
- Update config files.
- Delete patches.xen/xen3-010-acpi_initrd_override_tables.patch.
- commit 8673f3f
-------------------------------------------------------------------
Tue Oct 15 15:26:01 CEST 2013 - oneukum@suse.de
- sha256_ssse3: also test for BMI2 (bnc#842459).
- commit 243990f
-------------------------------------------------------------------
Mon Oct 14 18:45:32 CEST 2013 - jeffm@suse.com
@ -17,6 +135,13 @@ Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5
- commit 22f9877
-------------------------------------------------------------------
Mon Oct 14 17:40:49 CEST 2013 - jeffm@suse.com
- btrfs: Fix creation of per-super sysfs directories when using multiple
subvolumes (bnc#845774)
- commit adcee6c
-------------------------------------------------------------------
Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
@ -24,6 +149,12 @@ Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
subvolumes (bnc#845774).
- commit 0801062
-------------------------------------------------------------------
Mon Oct 14 17:15:35 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc5.
- commit 6c5465f
-------------------------------------------------------------------
Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de
@ -44,17 +175,29 @@ Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz
patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch.
- commit c00734a
-------------------------------------------------------------------
Fri Oct 11 18:35:04 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc4.
- commit 8fdbb19
-------------------------------------------------------------------
Fri Oct 11 13:45:25 CEST 2013 - tiwai@suse.de
- drm/i915: Undo the PIPEA quirk for i845 (bnc#845503).
- commit 61a06cb
- commit e401a74
-------------------------------------------------------------------
Tue Oct 8 20:02:53 CEST 2013 - tiwai@suse.de
- ALSA: hda - Add fixup for ASUS N56VZ (bnc#841645).
- commit a306dfb
- commit 9f1b1d6
-------------------------------------------------------------------
Mon Oct 7 23:46:39 CEST 2013 - jack@suse.cz
- supported.conf: Update support info
- commit fe619b0
-------------------------------------------------------------------
Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
@ -62,6 +205,51 @@ Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
- Linux 3.11.4.
- commit 40d7ca3
-------------------------------------------------------------------
Fri Oct 4 20:14:16 CEST 2013 - bp@suse.de
- supported.conf: Remove IOMMU v2
This is only needed for HSA.
- commit 1d0217b
-------------------------------------------------------------------
Fri Oct 4 19:53:33 CEST 2013 - bp@suse.de
- supported.conf: Add a bunch of AMD-specific drivers to the list
+ sb_edac which people wanted since SLE11-SP2.
- commit 942c03a
-------------------------------------------------------------------
Fri Oct 4 19:41:56 CEST 2013 - bpoirier@suse.de
- supported.conf: update for network related modules
based on FATE#313655
+ drivers/net/ethernet/intel/i40e/i40e
vhost_net depends on vhost
+ drivers/vhost/vhost
nf_nat is now nf_nat_ipv4, _ipv6 was introduced in v3.7
- net/ipv4/netfilter/nf_nat
+ net/ipv4/netfilter/nf_nat_ipv4
+ net/ipv6/netfilter/nf_nat_ipv6
based on the rationale that we already package `ss` and support inet_diag:
+ net/ipv4/udp_diag
+ net/netlink/netlink_diag
+ net/packet/af_packet_diag
+ net/unix/unix_diag
- commit 07a54e6
-------------------------------------------------------------------
Fri Oct 4 17:04:15 CEST 2013 - mmarek@suse.cz
- supported.conf: Add newly requested drivers
- commit 199c169
-------------------------------------------------------------------
Fri Oct 4 14:53:01 CEST 2013 - mmarek@suse.cz
- supported.conf: More updates from SLE11-SP3
- commit 45bc81a
-------------------------------------------------------------------
Fri Oct 4 13:04:43 CEST 2013 - mmarek@suse.cz
@ -81,6 +269,36 @@ Fri Oct 4 12:57:44 CEST 2013 - mmarek@suse.cz
CONFIG_ENTERPRISE_SUPPORT has been renamed to CONFIG_SUSE_KERNEL_SUPPORTED
- commit 9e5b6fe
-------------------------------------------------------------------
Fri Oct 4 11:48:44 CEST 2013 - mmarek@suse.cz
- supported.conf: Copy some missing changes from SLE11-SP3
- commit fdeb1a7
-------------------------------------------------------------------
Fri Oct 4 10:47:37 CEST 2013 - mmarek@suse.cz
- supported.conf: Remove the kernel/ prefix from module paths.
- commit 9649d9f
-------------------------------------------------------------------
Fri Oct 4 10:45:53 CEST 2013 - mmarek@suse.cz
- modpost: Allow wildcards in the Module.supported file.
- commit a464383
-------------------------------------------------------------------
Fri Oct 4 10:38:42 CEST 2013 - mmarek@suse.cz
- modpost: Fix matching of dashes and underscores in Module.supported (bnc#719090).
- commit cab1abc
-------------------------------------------------------------------
Thu Oct 3 17:25:25 CEST 2013 - mmarek@suse.cz
- Enable CONFIG_DRM_QXL and mark qxl.ko as supported (fate#316469)
- commit acad9db
-------------------------------------------------------------------
Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
@ -88,6 +306,24 @@ Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-3.4.
- commit 485f0d1
-------------------------------------------------------------------
Tue Oct 1 20:08:51 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc3.
- commit e5ef0d0
-------------------------------------------------------------------
Tue Oct 1 12:04:02 CEST 2013 - mmarek@suse.cz
- Disable CONFIG_FB_TMIO (Sharp Zaurus) on non-arm configs.
- commit 977b235
-------------------------------------------------------------------
Tue Oct 1 10:06:04 CEST 2013 - mmarek@suse.cz
- Disable CONFIG_FB_GEODE, as the individual GEODE options are already disabled
- commit d10fe5f
-------------------------------------------------------------------
Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
@ -96,6 +332,25 @@ Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
official distribution (bnc#821612, bnc#824171).
- commit a80e5ef
-------------------------------------------------------------------
Mon Sep 30 16:35:24 CEST 2013 - mmarek@suse.cz
- Do not build udlfb, to avoid conflict with udl (fate#316407)
- commit 678681d
-------------------------------------------------------------------
Mon Sep 30 16:21:15 CEST 2013 - mmarek@suse.cz
- Disable fb drivers that have been blacklisted for a long time
via /etc/modprobe.d/50-blacklist.conf.
- commit b34e737
-------------------------------------------------------------------
Mon Sep 30 13:53:44 CEST 2013 - dsterba@suse.cz
- Btrfs: relocate csums properly with prealloc extents.
- commit 6cf855e
-------------------------------------------------------------------
Mon Sep 30 13:49:46 CEST 2013 - dsterba@suse.cz
@ -110,6 +365,14 @@ Sat Sep 28 18:00:10 CEST 2013 - ohering@suse.de
actually assign the divide result to hv_lapic_frequency
- commit 420e19b
-------------------------------------------------------------------
Sat Sep 28 11:51:54 CEST 2013 - ohering@suse.de
- Refresh
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
actually assign the divide result to hv_lapic_frequency
- commit 9e0a852
-------------------------------------------------------------------
Fri Sep 27 23:46:35 CEST 2013 - mmarek@suse.cz
@ -150,6 +413,13 @@ Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
- commit 83e7e53
-------------------------------------------------------------------
Fri Sep 27 17:35:01 CEST 2013 - ohering@suse.de
- Refresh
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch.
- commit ff1e29f
-------------------------------------------------------------------
Fri Sep 27 16:24:13 CEST 2013 - ohering@suse.de
@ -165,6 +435,29 @@ Fri Sep 27 16:22:49 CEST 2013 - ohering@suse.de
- Update config files.
- commit 7affb28
-------------------------------------------------------------------
Fri Sep 27 16:19:51 CEST 2013 - ohering@suse.de
- X86: Hyper-V: Get the local APIC timer frequency from the
hypervisor.
- commit ca351ea
-------------------------------------------------------------------
Fri Sep 27 16:10:26 CEST 2013 - ohering@suse.de
- Input: add a driver to support Hyper-V synthetic keyboard
(fate#315887).
- Update config files.
- commit 0b0a3fa
-------------------------------------------------------------------
Fri Sep 27 15:40:04 CEST 2013 - jeffm@suse.com
- config: disable DGAP on s390
It requires ioremap, which isn't available on s390. It's a staging
driver anyway.
- commit cf0bc41
-------------------------------------------------------------------
Fri Sep 27 14:52:18 CEST 2013 - mmarek@suse.cz
@ -219,6 +512,12 @@ Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
kernel until the patches are reviewed.
- commit 9d2b4ca
-------------------------------------------------------------------
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit 954d4c1
-------------------------------------------------------------------
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
@ -238,6 +537,12 @@ Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit 68bb010
-------------------------------------------------------------------
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit fc372c0
-------------------------------------------------------------------
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
@ -250,6 +555,66 @@ Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
- commit e74b2a8
-------------------------------------------------------------------
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de
- ARM: Update config files: Use lpae for multiarch, exynos for LPAE exynos5
- commit 957e65c
-------------------------------------------------------------------
Wed Sep 25 16:09:40 CEST 2013 - agraf@suse.de
- Clean up ARM patches:
- Refresh patches.arch/arm-arndale-dma.patch.
- Delete patches.arch/arm-exynos-nosparse.patch.
- Delete
patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch.
- Delete
patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch.
- Delete
patches.arch/arm-xen-0006-xen-arm-disable-cpuidle-when-linux-is-running-as-dom.patch.
- Delete
patches.arch/arm-xen-0007-arm-choose-debug-uncompress.h-include-when-uncompres.patch.
- Delete
patches.arch/arm-xen-0008-xen-arm-enable-PV-control-for-ARM.patch.
- commit 1cdc83d
-------------------------------------------------------------------
Wed Sep 25 16:01:31 CEST 2013 - agraf@suse.de
- config.conf:
- Update config files for ARM on 3.12.
- commit 2503bec
-------------------------------------------------------------------
Tue Sep 24 18:47:46 CEST 2013 - trenn@suse.de
- Delete patches.arch/010-acpi_initrd_override_tables.patch.
This old one alone broke acpi initrd override -> delete it.
- commit a75f081
-------------------------------------------------------------------
Tue Sep 24 18:10:03 CEST 2013 - jeffm@suse.com
- lustre/lloop: don't change the logical size for the queue.
- commit 4a2006a
-------------------------------------------------------------------
Tue Sep 24 16:30:50 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc2.
- Eliminated 3 patches.
- commit d7d9943
-------------------------------------------------------------------
Tue Sep 24 15:55:10 CEST 2013 - jeffm@suse.com
- Update to 3.12-rc1.
- Eliminated 42 patches.
- Xen is disabled.
- ARM is disabled.
- commit c58d853
-------------------------------------------------------------------
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
@ -6643,6 +7008,12 @@ Thu Sep 22 11:18:31 CEST 2011 - mmarek@suse.cz
- rpm/split-modules: Print the full path for modules missing in supported.conf
- commit e55e4c6
-------------------------------------------------------------------
Thu Sep 22 10:52:13 CEST 2011 - mmarek@suse.cz
- supported.conf: Fix stray line making net/atm/atm suddenly unsupported.
- commit 58dbd06
-------------------------------------------------------------------
Wed Sep 21 16:33:53 CEST 2011 - mmarek@suse.cz

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.11
%define patchversion 3.11.6
%define srcversion 3.12
%define patchversion 3.12.0
%define variant %{nil}
%define vanilla_only 0
@ -59,11 +59,11 @@
Name: kernel-xen
Summary: The Xen Kernel
Version: 3.11.6
Version: 3.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf7498bf
Release: <RELEASE>.ge8fa6b4
%else
Release: <RELEASE>.gf7498bf
Release: <RELEASE>.ge8fa6b4
%endif
License: GPL-2.0
Group: System/Kernel

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

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c71439113c44288244bb59b769f24a75f2c1c40866c17b412364345289a5caa4
size 6642
oid sha256:9ceb66c80b2f09f5134931e1080bf77f6db663200c0ab5ccbc3130732fb5874e
size 5138

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4421f38bd077c7209a685d669fea3a3402c3d6bbb8ad36781633ad6260cdf1c2
size 156008
oid sha256:635dd22348053e0cd292ab00f60226073a443c4219de60c1a83c960642ccc22b
size 150640

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:468ff22ddeca4022b5f4de65ab4b8dd9b1f644b3d04665d09f6d5e802c4172cf
size 4945
oid sha256:e252f4c5d369e44888e40ca658168a21a3e886e82c41ef2eb85db0aac783e7ad
size 6089

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb884dabbc190ce899f196946168f297bfdc5ddbc576f865a13c346a370c5413
size 28573
oid sha256:517888bfb2d044e29cf346b8bbfb041734b21f9ce7fa7a8d3e5f3a559d475041
size 13267

BIN
patches.kernel.org.tar.bz2 (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80fd1477b3c75ba2908e500bed0f592e7b3c4d145f801043dcdfb344c5fba51b
size 3695
oid sha256:dfc706980084eb47da8203f6168001fba4c3d3f193d5961204a2c9a5aa209dd5
size 3802

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a93825b1427a2099ff30f9e7f6fcfa60b317558982825d2ece272bbb49379818
size 145300
oid sha256:107df2070ab3d31d4e3895f04ee3a769e82abdf33520879d7e2f0fc59eaca920
size 132218

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:98d9b94243368fb170bdbc4691f6dcce8d08de7c41c02b47d40fd4667bbdcea3
size 2121868
oid sha256:ee1d3cd60cd59e6ff0782cf865f240b0805b1b0feb0626e41b8f99c36cb59a4b
size 2059802

View File

@ -27,21 +27,15 @@
# DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/patch-3.11.1
patches.kernel.org/patch-3.11.1-2
patches.kernel.org/patch-3.11.2-3
patches.kernel.org/patch-3.11.3-4
patches.kernel.org/patch-3.11.4-5
patches.kernel.org/patch-3.11.5-6
########################################################
# Build fixes that apply to the vanilla kernel too.
# Patches in patches.rpmify are applied to both -vanilla
# and patched flavors.
########################################################
patches.rpmify/documentation-fix-bad-merge-with-tmpfile-documentation
patches.rpmify/nouveau-make-vga_switcheroo-code-depend-on-vga_switcheroo
patches.rpmify/chipidea-clean-up-dependencies
patches.rpmify/lustre-lloop-dont-change-logical-size
########################################################
# kABI consistency patches
@ -66,6 +60,8 @@
# kbuild/module infrastructure fixes
########################################################
patches.suse/supported-flag
patches.suse/supported-flag-underscores
patches.suse/supported-flag-wildcards
patches.suse/genksyms-add-override-flag.diff
patches.suse/kconfig-automate-kernel-desktop
@ -115,7 +111,7 @@
+needs_update patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature
+needs_update patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic
patches.fixes/0001-sha256_ssse3-also-test-for-BMI2.patch
patches.drivers/0001-sha256_ssse3-also-test-for-BMI2.patch
########################################################
# x86 MCE/MCA (Machine Check Error/Architecture) extensions
@ -156,24 +152,17 @@
# ARM
########################################################
patches.arch/cubox-configuration.patch
+needs_update patches.arch/arm-exynos-nosparse.patch
patches.arch/arm-OMAP-Fix-missing-cm3xxx.h-include.patch
patches.arch/arm-OMAP-Fix-missing-usb.h-include.patch
patches.arch/arm-imx-usb.patch
patches.arch/arm-omap3isp.patch
# Compile fix for Xen on ARM with our Xen patches applied
patches.arch/arm-xen-fixup.patch
patches.arch/arm-refresh-mach-types.diff
patches.arch/arm-arndale-usb.patch
+needs_update patches.arch/arm-arndale-dma.patch
patches.arch/arm-arndale-dma.patch
patches.arch/arm-arndale-usb-phy.patch
patches.arch/arm-exynos-dwmmc-modalias.patch
+needs_update patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch
+needs_update patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch
+needs_update patches.arch/arm-xen-0006-xen-arm-disable-cpuidle-when-linux-is-running-as-dom.patch
+needs_update patches.arch/arm-xen-0007-arm-choose-debug-uncompress.h-include-when-uncompres.patch
+needs_update patches.arch/arm-xen-0008-xen-arm-enable-PV-control-for-ARM.patch
########################################################
# S/390
@ -214,8 +203,6 @@
patches.arch/acpi_thermal_passive_blacklist.patch
patches.arch/010-acpi_initrd_override_tables.patch
########################################################
# CPUFREQ
########################################################
@ -232,8 +219,8 @@
########################################################
# Suse specific stuff
########################################################
patches.suse/suse-hv-Drivers-hv-util-Fix-a-bug-in-version-negotiation-cod.patch
patches.suse/suse-hv-Drivers-hv-util-Fix-a-bug-in-util-version-negotiatio.patch
# I assume this is commit 3a4916050ba2 upstream
+olh patches.suse/suse-hv-Drivers-hv-util-Fix-a-bug-in-util-version-negotiatio.patch
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch
patches.suse/suse-hv-Input-add-a-driver-to-support-Hyper-V-synthetic-keyb.patch
@ -268,56 +255,28 @@
# btrfs
########################################################
patches.suse/btrfs-use-correct-device-for-maps.patch
patches.suse/btrfs-fall-back-to-global-reservation-when-removing-subvolumes
patches.suse/btrfs-check-index-in-extent_buffer_page
patches.suse/btrfs-0001-Release-uuid_mutex-for-shrink-during-device-de.patch
patches.suse/btrfs-0002-add-missing-error-checks-to-add_data_reference.patch
patches.suse/btrfs-0003-set-qgroup_ulist-to-be-null-after-calling-ulis.patch
patches.suse/btrfs-0004-fix-get-set-label-blocking-against-balance.patch
patches.suse/btrfs-0006-cleanup-reloc-roots-properly-on-error.patch
patches.suse/btrfs-0007-don-t-bother-autodefragging-if-our-root-is-goi.patch
patches.suse/btrfs-0008-use-u64-for-subvolid-when-parsing-mount-option.patch
patches.suse/btrfs-0009-add-missing-mounting-options-in-btrfs_show_opt.patch
patches.suse/btrfs-0011-don-t-bug_on-when-we-fail-when-cleaning-up-tra.patch
patches.suse/btrfs-0012-add-missing-error-check-to-find_parent_nodes.patch
patches.suse/btrfs-0013-add-missing-error-handling-to-read_tree_block.patch
patches.suse/btrfs-0014-handle-errors-when-doing-slow-caching.patch
patches.suse/btrfs-0015-check-our-parent-dir-when-doing-a-compare-send.patch
patches.suse/btrfs-0016-deal-with-enomem-in-the-rewind-path.patch
patches.suse/btrfs-0017-stop-using-GFP_ATOMIC-when-allocating-rewind-e.patch
patches.suse/btrfs-0018-fix-inode-leak-on-kmalloc-failure-in-tree-log..patch
patches.suse/btrfs-0019-don-t-ignore-errors-from-btrfs_run_delayed_ite.patch
patches.suse/btrfs-0020-return-ENOSPC-when-target-space-is-full.patch
patches.suse/btrfs-0021-fix-possible-memory-leak-in-find_parent_nodes.patch
patches.suse/btrfs-0023-don-t-allow-a-subvol-to-be-deleted-if-it-is-th.patch
patches.suse/btrfs-0024-fix-the-error-handling-wrt-orphan-items.patch
patches.suse/btrfs-0025-fix-heavy-delalloc-related-deadlock.patch
patches.suse/btrfs-0026-fix-oops-when-writing-dirty-qgroups-to-disk.patch
patches.suse/btrfs-0027-move-btrfs_free_qgroup_config-out-of-spin_lock.patch
patches.suse/btrfs-0028-add-missing-error-code-to-btrfs_IOC_INO_LOOKUP.patch
patches.suse/btrfs-0029-don-t-miss-inode-ref-items-in-btrfs_IOC_INO_LO.patch
patches.suse/btrfs-0030-fix-memory-leak-of-orphan-block-rsv.patch
patches.suse/btrfs-0031-fix-printing-of-non-NULL-terminated-string.patch
patches.suse/btrfs-0032-do-not-clear-our-orphan-item-runtime-flag-on-e.patch
+dsterba patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
patches.suse/btrfs-relocate-csums-properly-with-prealloc-extents.patch
patches.suse/btrfs-use-end-trans-in-label-ioctl
patches.suse/btrfs-add-ability-to-query-change-feature-bits-online-ioctl
patches.suse/introduce-kobj_completion
patches.suse/btrfs-export-supported-featured-to-sysfs
patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs
patches.suse/btrfs-publish-per-super-features-to-sysfs
patches.suse/btrfs-add-publishing-of-unknown-features-in-sysfs
patches.suse/export-kobj_sysfs_ops
patches.suse/btrfs-publish-supported-featured-in-sysfs
patches.suse/btrfs-publish-per-super-attributes-in-sysfs
patches.suse/btrfs-publish-per-super-features-in-sysfs
patches.suse/btrfs-publish-unknown-feature-bits-in-sysfs
patches.suse/btrfs-add-ability-to-change-features-via-sysfs
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors
patches.suse/btrfs-add-ioctl-to-export-size-of-global-metadata-reservation
patches.suse/btrfs-publish-allocation-data-in-sysfs
patches.suse/btrfs-publish-device-membership-in-sysfs
patches.suse/btrfs-publish-fs-label-in-sysfs
patches.suse/btrfs-add-tracing-for-failed-reservations
########################################################
# Reiserfs Patches
########################################################
patches.fixes/reiserfs-locking-push-write-lock-out-of-xattr-code
patches.fixes/reiserfs-locking-handle-nested-locks-properly
patches.fixes/reiserfs-locking-release-lock-around-quota-operations
########################################################
# dlm
@ -423,6 +382,7 @@
patches.drivers/drm-i915-Undo-the-PIPEA-quirk-for-i845
patches.drivers/drm-cirrus-Correct-register-values-for-16bpp
patches.drivers/drm-cirrus-Use-16bpp-as-default
patches.fixes/nouveau-fix-race-with-fence-signaling
########################################################
# video4linux
@ -432,7 +392,6 @@
# Network
########################################################
patches.fixes/tulip-quad-NIC-ifdown
patches.drivers/ehea-modinfo.patch
########################################################
# Wireless Networking
@ -474,6 +433,7 @@
##########################################################
# Sound
##########################################################
patches.drivers/ALSA-hda-Add-extra-chmap-for-2.1-outputs-on-ASUS-lap
########################################################
# Char / serial
@ -487,7 +447,6 @@
+hare patches.suse/no-partition-scan
patches.drivers/gpio-ucb1400-can-be-built-as-a-module.patch
patches.fixes/power_supply-Prevent-suspend-until-power-supply-even.patch
########################################################
# Other drivers we have added to the tree
@ -532,7 +491,7 @@
# AppArmor
##########################################################
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control
patches.apparmor/apparmor-profiles-seq_file
# patches.apparmor/apparmor-profiles-seq_file
########################################################
# Address space layout randomization
@ -664,9 +623,9 @@
patches.xen/xen3-patch-3.9
patches.xen/xen3-patch-3.10
patches.xen/xen3-patch-3.11
patches.xen/xen3-patch-3.12-rc7
# ports of other patches
patches.xen/xen3-010-acpi_initrd_override_tables.patch
patches.xen/xen3-stack-unwind
patches.xen/xen3-x86_64-unwind-annotations

View File

@ -1,3 +1,3 @@
2013-10-19 15:21:13 +0200
GIT Revision: f7498bf4c478bfdf2e33c8abaf93575d88038933
2013-11-04 14:06:33 +0100
GIT Revision: e8fa6b4cfaec56a0c32d81779cd0383e275d45ef
GIT Branch: stable

File diff suppressed because it is too large Load Diff