Accepting request 207903 from Kernel:HEAD
commit 1e06fbeab3dabef01d2a3b4d68dbf5531de7cbc9 OBS-URL: https://build.opensuse.org/request/show/207903 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=220
This commit is contained in:
commit
9c4691fbcf
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f67c99510bfcaa5c3eee21b8a68abbc45761122f7b05575e7edf000dcedc214a
|
||||
size 312843
|
||||
oid sha256:e3994e8a67ac9eb59dcd8536329a7bd29fb0251c2392b39d0cba9c73d60fc990
|
||||
size 311235
|
||||
|
@ -1,127 +1,264 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 14:54:28 CET 2013 - mhocko@suse.cz
|
||||
Thu Nov 21 00:04:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Fix a few incorrectly checked [io_]remap_pfn_range() calls
|
||||
(bnc#849021, CVE-2013-4511).
|
||||
- commit 2607707
|
||||
- Linux 3.12.1.
|
||||
- commit 1e06fbe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 19:04:18 CET 2013 - dsterba@suse.cz
|
||||
Wed Nov 20 14:47:00 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Disable patches.suse/btrfs-fix-negative-qgroup-tracking-from-owher.patch
|
||||
reference: bnc#848059
|
||||
- commit e6d4a27
|
||||
- Update config files (fate#315172).
|
||||
- commit a0984ed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 13:15:58 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- x86/dumpstack: Fix printk_address for direct addresses
|
||||
(bnc#845621).
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
- Refresh patches.xen/xen-x86_64-dump-user-pgt.
|
||||
- commit ce55b22
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 16:52:03 CET 2013 - jbohac@suse.cz
|
||||
|
||||
- supported.conf: marked net/netfilter/xt_set as supported (bnc#851066)
|
||||
xt_set should have been enabled together with the ip_set modules in
|
||||
fate#313309
|
||||
- commit c2e046e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 14:09:24 CET 2013 - jdelvare@suse.de
|
||||
|
||||
- armv6hl, armv7hl: Update config files.
|
||||
Set CONFIG_BATMAN_ADV_BLA=y as all other kernel configuration files
|
||||
have.
|
||||
- commit e7c00d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 17:27:48 CET 2013 - jdelvare@suse.de
|
||||
|
||||
- Update config files:
|
||||
* CONFIG_BATMAN_ADV_NC=y, because other BATMAN_ADV options are all
|
||||
enabled so why not this one.
|
||||
* CONFIG_GPIO_SCH=m, CONFIG_GPIO_PCH=m, because we support all other
|
||||
features of these pieces of hardware.
|
||||
* CONFIG_INTEL_POWERCLAMP=m, because this small driver might be
|
||||
useful in specific cases, and there's no obvious reason not to
|
||||
include it.
|
||||
- commit 79e7a03
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 14:39:46 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.12-final.
|
||||
- commit ec28986
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 17:58:38 CET 2013 - duwe@suse.de
|
||||
|
||||
- fate#316581: CONFIG_IBM_BSR y -> m
|
||||
- commit f5eba64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 5b1b1d3
|
||||
- commit 5fe5110
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 12:36:05 CET 2013 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Add a fixup for ASUS N76VZ (bnc#846529).
|
||||
- commit 8bd2042
|
||||
- commit c8ca4fb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 10:31:59 CET 2013 - jbeulich@suse.com
|
||||
Tue Oct 29 14:04:37 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update EC2 config files.
|
||||
- commit 81dd01f
|
||||
- Update Xen patches to 3.12-rc7 and c/s 1240.
|
||||
- commit 49141ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 09:25:43 CET 2013 - jbeulich@suse.com
|
||||
Mon Oct 28 15:04:30 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Refresh Xen patches (bnc#829682, bnc#842063).
|
||||
- pcifront: Deal with toolstack missing 'XenbusStateClosing'
|
||||
state.
|
||||
- Update Xen patches to 3.11.6.
|
||||
- commit 2339477
|
||||
- Update to 3.12-rc7.
|
||||
- commit c59f68d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 18:23:02 CEST 2013 - trenn@suse.de
|
||||
|
||||
- cpufreq: ondemand: Change the calculation of target frequency
|
||||
(bnc#846734).
|
||||
- commit 0ba01b7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 17:08:03 CEST 2013 - dsterba@suse.cz
|
||||
|
||||
- Btrfs: fix negative qgroup tracking from owner accounting (bnc#821948)
|
||||
- commit ef319f1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 21:17:47 CEST 2013 - jeffm@suse.com
|
||||
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- nouveau: Fix race with fence signaling (bnc#844177).
|
||||
- commit 8d7989b
|
||||
- commit db1113e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
|
||||
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Linux 3.11.6 (bnc#841645).
|
||||
- Delete patches.drivers/ALSA-hda-Add-fixup-for-ASUS-N56VZ.
|
||||
- commit 9ca6827
|
||||
- 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 14 18:45:32 CEST 2013 - jeffm@suse.com
|
||||
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 (vanilla)
|
||||
- commit 53efb9c
|
||||
- Update to 3.12-rc6.
|
||||
- commit 7244867
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com
|
||||
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5
|
||||
- commit 22f9877
|
||||
- Update x86 Xen config files (RTC_DRV_EFI=y).
|
||||
- commit ac42dba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
|
||||
Wed Oct 16 11:35:46 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- btrfs: Fix creation of per-super sysfs directories when using multiple
|
||||
subvolumes (bnc#845774).
|
||||
- commit 0801062
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de
|
||||
Tue Oct 15 15:26:01 CEST 2013 - oneukum@suse.de
|
||||
|
||||
- sha256_ssse3: also test for BMI2 (bnc#842459).
|
||||
- commit 626459d
|
||||
- commit 243990f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz
|
||||
Mon Oct 14 17:40:49 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Linux 3.11.5.
|
||||
- Delete
|
||||
patches.suse/btrfs-0005-reset-ret-in-record_one_backref.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0010-change-how-we-queue-blocks-for-backref-checkin.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0022-skip-subvol-entries-when-checking-if-we-ve-cre.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch.
|
||||
- commit c00734a
|
||||
- btrfs: Fix creation of per-super sysfs directories when using multiple
|
||||
subvolumes (bnc#845774)
|
||||
- commit adcee6c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 17:15:35 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.12-rc5.
|
||||
- commit 6c5465f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
|
||||
Mon Oct 7 23:46:39 CEST 2013 - jack@suse.cz
|
||||
|
||||
- Linux 3.11.4.
|
||||
- commit 40d7ca3
|
||||
- supported.conf: Update support info
|
||||
- commit fe619b0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@ -143,11 +280,52 @@ Fri Oct 4 12:57:44 CEST 2013 - mmarek@suse.cz
|
||||
- commit 9e5b6fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
|
||||
Fri Oct 4 11:48:44 CEST 2013 - mmarek@suse.cz
|
||||
|
||||
- Linux 3.11.3.
|
||||
- Refresh patches.xen/xen3-patch-3.4.
|
||||
- commit 485f0d1
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@ -158,18 +336,31 @@ Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
|
||||
- commit a80e5ef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 30 13:49:46 CEST 2013 - dsterba@suse.cz
|
||||
Mon Sep 30 16:35:24 CEST 2013 - mmarek@suse.cz
|
||||
|
||||
- Btrfs: relocate csums properly with prealloc extents.
|
||||
- commit cb5d5b5
|
||||
- Do not build udlfb, to avoid conflict with udl (fate#316407)
|
||||
- commit 678681d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 28 18:00:10 CEST 2013 - ohering@suse.de
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 420e19b
|
||||
- commit 9e0a852
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 23:46:35 CEST 2013 - mmarek@suse.cz
|
||||
@ -199,32 +390,34 @@ Fri Sep 27 22:59:13 CEST 2013 - mmarek@suse.cz
|
||||
- commit 7e1f4b6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 22:11:47 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable FB_UDL in favor of DRM_UDL (bnc#836782).
|
||||
- commit 68c5865
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de
|
||||
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 83e7e53
|
||||
- commit ff1e29f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 16:24:13 CEST 2013 - ohering@suse.de
|
||||
Fri Sep 27 16:19:51 CEST 2013 - ohering@suse.de
|
||||
|
||||
- X86: Hyper-V: Get the local APIC timer frequency from the
|
||||
hypervisor.
|
||||
- commit 4f400e1
|
||||
- commit ca351ea
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 16:22:49 CEST 2013 - ohering@suse.de
|
||||
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 7affb28
|
||||
- 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
|
||||
@ -250,113 +443,103 @@ Fri Sep 27 13:20:24 CEST 2013 - mmarek@suse.cz
|
||||
- rpm/old-packages.conf: Drop bogus obsoletes for "smp" (bnc#821465)
|
||||
- commit 50c4c23
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 10:34:30 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.11.2.
|
||||
- Refresh patches.xen/pci-guestdev.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Delete
|
||||
patches.rpmify/powerpc-add-missing-include-to-book3s_xics-c.
|
||||
- commit d1e8a21
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 10:29:30 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- config/*/debug: Enable FSCACHE_DEBUG and CACHEFILES_DEBUG.
|
||||
- commit 5068fbc
|
||||
- commit 528f287
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Remove Obsoletes ocfs2-kmp
|
||||
This is done to enable install of ocfs2-kmp-* alongwith the
|
||||
kernel until the patches are reviewed.
|
||||
- commit 9d2b4ca
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
|
||||
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config.conf: Re-enable s390x and ia64 configs
|
||||
- commit adb564f
|
||||
- commit 954d4c1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 16:10:27 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- patches.rpmify/documentation-fix-bad-merge-with-tmpfile-documentation:
|
||||
Updated Patch-mainline
|
||||
- commit a1513a8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
|
||||
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- Build gpio-ucb1400 as a module
|
||||
- commit 68bb010
|
||||
- commit fc372c0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
|
||||
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de
|
||||
|
||||
- Update README.BRANCH
|
||||
- commit 4d432eb
|
||||
- ARM: Update config files: Use lpae for multiarch, exynos for LPAE exynos5
|
||||
- commit 957e65c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
|
||||
Wed Sep 25 16:09:40 CEST 2013 - agraf@suse.de
|
||||
|
||||
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
|
||||
- commit e74b2a8
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
|
||||
Wed Sep 25 16:01:31 CEST 2013 - agraf@suse.de
|
||||
|
||||
- patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs: Fix issue where
|
||||
the error case would still attempt to create sysfs dir.
|
||||
- commit 129c02b
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- power_supply: Prevent suspend until power supply events are
|
||||
processed (bnc#841596).
|
||||
- commit 11b28da
|
||||
- commit 50dfbd0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de
|
||||
|
||||
- Increase NR_CPUS on ppc64 to 2048 (fate#315438)
|
||||
- commit 8a38aef
|
||||
- commit ddaa978
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- Update config files.
|
||||
Fix ZSWAP on vanillas.
|
||||
- commit da42424
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 18:05:34 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Fix for Xen detection with --vanilla
|
||||
When we hit the limit code to handle $SKIP_XEN and there aren't
|
||||
any Xen patches to apply anyway, we'll fail because LIMIT is unset.
|
||||
- commit 1d7b879
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 17:44:49 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/tar-up.sh: Disable Xen patches when Xen configs are disabled
|
||||
Similar to the change for scripts/sequence-patch.sh, this change
|
||||
disables the Xen patches with +noxen in series.conf when creating
|
||||
the kernel-source package.
|
||||
- commit 3104a04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 17:14:19 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Skip Xen patches when Xen configs are disabled.
|
||||
When updating the base kernel version, the Xen patches must be updated
|
||||
separately. This allows us to skip the Xen patches until they're resynced
|
||||
just by disabling the configs.
|
||||
- commit d9673e9
|
||||
- commit 5a7a093
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com
|
||||
@ -5115,6 +5298,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
|
||||
|
||||
|
@ -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.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@
|
||||
|
||||
Name: kernel-cubox
|
||||
Summary: Kernel for SolidRun Cubox
|
||||
Version: 3.11.6
|
||||
Version: 3.12.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g2607707
|
||||
Release: <RELEASE>.g1e06fbe
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,127 +1,264 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 14:54:28 CET 2013 - mhocko@suse.cz
|
||||
Thu Nov 21 00:04:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Fix a few incorrectly checked [io_]remap_pfn_range() calls
|
||||
(bnc#849021, CVE-2013-4511).
|
||||
- commit 2607707
|
||||
- Linux 3.12.1.
|
||||
- commit 1e06fbe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 19:04:18 CET 2013 - dsterba@suse.cz
|
||||
Wed Nov 20 14:47:00 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Disable patches.suse/btrfs-fix-negative-qgroup-tracking-from-owher.patch
|
||||
reference: bnc#848059
|
||||
- commit e6d4a27
|
||||
- Update config files (fate#315172).
|
||||
- commit a0984ed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 13:15:58 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- x86/dumpstack: Fix printk_address for direct addresses
|
||||
(bnc#845621).
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
- Refresh patches.xen/xen-x86_64-dump-user-pgt.
|
||||
- commit ce55b22
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 16:52:03 CET 2013 - jbohac@suse.cz
|
||||
|
||||
- supported.conf: marked net/netfilter/xt_set as supported (bnc#851066)
|
||||
xt_set should have been enabled together with the ip_set modules in
|
||||
fate#313309
|
||||
- commit c2e046e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 14:09:24 CET 2013 - jdelvare@suse.de
|
||||
|
||||
- armv6hl, armv7hl: Update config files.
|
||||
Set CONFIG_BATMAN_ADV_BLA=y as all other kernel configuration files
|
||||
have.
|
||||
- commit e7c00d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 17:27:48 CET 2013 - jdelvare@suse.de
|
||||
|
||||
- Update config files:
|
||||
* CONFIG_BATMAN_ADV_NC=y, because other BATMAN_ADV options are all
|
||||
enabled so why not this one.
|
||||
* CONFIG_GPIO_SCH=m, CONFIG_GPIO_PCH=m, because we support all other
|
||||
features of these pieces of hardware.
|
||||
* CONFIG_INTEL_POWERCLAMP=m, because this small driver might be
|
||||
useful in specific cases, and there's no obvious reason not to
|
||||
include it.
|
||||
- commit 79e7a03
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 14:39:46 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.12-final.
|
||||
- commit ec28986
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 17:58:38 CET 2013 - duwe@suse.de
|
||||
|
||||
- fate#316581: CONFIG_IBM_BSR y -> m
|
||||
- commit f5eba64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 5b1b1d3
|
||||
- commit 5fe5110
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 12:36:05 CET 2013 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Add a fixup for ASUS N76VZ (bnc#846529).
|
||||
- commit 8bd2042
|
||||
- commit c8ca4fb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 10:31:59 CET 2013 - jbeulich@suse.com
|
||||
Tue Oct 29 14:04:37 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update EC2 config files.
|
||||
- commit 81dd01f
|
||||
- Update Xen patches to 3.12-rc7 and c/s 1240.
|
||||
- commit 49141ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 09:25:43 CET 2013 - jbeulich@suse.com
|
||||
Mon Oct 28 15:04:30 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Refresh Xen patches (bnc#829682, bnc#842063).
|
||||
- pcifront: Deal with toolstack missing 'XenbusStateClosing'
|
||||
state.
|
||||
- Update Xen patches to 3.11.6.
|
||||
- commit 2339477
|
||||
- Update to 3.12-rc7.
|
||||
- commit c59f68d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 18:23:02 CEST 2013 - trenn@suse.de
|
||||
|
||||
- cpufreq: ondemand: Change the calculation of target frequency
|
||||
(bnc#846734).
|
||||
- commit 0ba01b7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 17:08:03 CEST 2013 - dsterba@suse.cz
|
||||
|
||||
- Btrfs: fix negative qgroup tracking from owner accounting (bnc#821948)
|
||||
- commit ef319f1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 21:17:47 CEST 2013 - jeffm@suse.com
|
||||
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- nouveau: Fix race with fence signaling (bnc#844177).
|
||||
- commit 8d7989b
|
||||
- commit db1113e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
|
||||
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Linux 3.11.6 (bnc#841645).
|
||||
- Delete patches.drivers/ALSA-hda-Add-fixup-for-ASUS-N56VZ.
|
||||
- commit 9ca6827
|
||||
- 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 14 18:45:32 CEST 2013 - jeffm@suse.com
|
||||
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 (vanilla)
|
||||
- commit 53efb9c
|
||||
- Update to 3.12-rc6.
|
||||
- commit 7244867
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com
|
||||
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5
|
||||
- commit 22f9877
|
||||
- Update x86 Xen config files (RTC_DRV_EFI=y).
|
||||
- commit ac42dba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
|
||||
Wed Oct 16 11:35:46 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- btrfs: Fix creation of per-super sysfs directories when using multiple
|
||||
subvolumes (bnc#845774).
|
||||
- commit 0801062
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de
|
||||
Tue Oct 15 15:26:01 CEST 2013 - oneukum@suse.de
|
||||
|
||||
- sha256_ssse3: also test for BMI2 (bnc#842459).
|
||||
- commit 626459d
|
||||
- commit 243990f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz
|
||||
Mon Oct 14 17:40:49 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Linux 3.11.5.
|
||||
- Delete
|
||||
patches.suse/btrfs-0005-reset-ret-in-record_one_backref.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0010-change-how-we-queue-blocks-for-backref-checkin.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0022-skip-subvol-entries-when-checking-if-we-ve-cre.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch.
|
||||
- commit c00734a
|
||||
- btrfs: Fix creation of per-super sysfs directories when using multiple
|
||||
subvolumes (bnc#845774)
|
||||
- commit adcee6c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 17:15:35 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.12-rc5.
|
||||
- commit 6c5465f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
|
||||
Mon Oct 7 23:46:39 CEST 2013 - jack@suse.cz
|
||||
|
||||
- Linux 3.11.4.
|
||||
- commit 40d7ca3
|
||||
- supported.conf: Update support info
|
||||
- commit fe619b0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@ -143,11 +280,52 @@ Fri Oct 4 12:57:44 CEST 2013 - mmarek@suse.cz
|
||||
- commit 9e5b6fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
|
||||
Fri Oct 4 11:48:44 CEST 2013 - mmarek@suse.cz
|
||||
|
||||
- Linux 3.11.3.
|
||||
- Refresh patches.xen/xen3-patch-3.4.
|
||||
- commit 485f0d1
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@ -158,18 +336,31 @@ Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
|
||||
- commit a80e5ef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 30 13:49:46 CEST 2013 - dsterba@suse.cz
|
||||
Mon Sep 30 16:35:24 CEST 2013 - mmarek@suse.cz
|
||||
|
||||
- Btrfs: relocate csums properly with prealloc extents.
|
||||
- commit cb5d5b5
|
||||
- Do not build udlfb, to avoid conflict with udl (fate#316407)
|
||||
- commit 678681d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 28 18:00:10 CEST 2013 - ohering@suse.de
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 420e19b
|
||||
- commit 9e0a852
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 23:46:35 CEST 2013 - mmarek@suse.cz
|
||||
@ -199,32 +390,34 @@ Fri Sep 27 22:59:13 CEST 2013 - mmarek@suse.cz
|
||||
- commit 7e1f4b6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 22:11:47 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable FB_UDL in favor of DRM_UDL (bnc#836782).
|
||||
- commit 68c5865
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de
|
||||
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 83e7e53
|
||||
- commit ff1e29f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 16:24:13 CEST 2013 - ohering@suse.de
|
||||
Fri Sep 27 16:19:51 CEST 2013 - ohering@suse.de
|
||||
|
||||
- X86: Hyper-V: Get the local APIC timer frequency from the
|
||||
hypervisor.
|
||||
- commit 4f400e1
|
||||
- commit ca351ea
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 16:22:49 CEST 2013 - ohering@suse.de
|
||||
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 7affb28
|
||||
- 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
|
||||
@ -250,113 +443,103 @@ Fri Sep 27 13:20:24 CEST 2013 - mmarek@suse.cz
|
||||
- rpm/old-packages.conf: Drop bogus obsoletes for "smp" (bnc#821465)
|
||||
- commit 50c4c23
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 10:34:30 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.11.2.
|
||||
- Refresh patches.xen/pci-guestdev.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Delete
|
||||
patches.rpmify/powerpc-add-missing-include-to-book3s_xics-c.
|
||||
- commit d1e8a21
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 10:29:30 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- config/*/debug: Enable FSCACHE_DEBUG and CACHEFILES_DEBUG.
|
||||
- commit 5068fbc
|
||||
- commit 528f287
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Remove Obsoletes ocfs2-kmp
|
||||
This is done to enable install of ocfs2-kmp-* alongwith the
|
||||
kernel until the patches are reviewed.
|
||||
- commit 9d2b4ca
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
|
||||
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config.conf: Re-enable s390x and ia64 configs
|
||||
- commit adb564f
|
||||
- commit 954d4c1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 16:10:27 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- patches.rpmify/documentation-fix-bad-merge-with-tmpfile-documentation:
|
||||
Updated Patch-mainline
|
||||
- commit a1513a8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
|
||||
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- Build gpio-ucb1400 as a module
|
||||
- commit 68bb010
|
||||
- commit fc372c0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
|
||||
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de
|
||||
|
||||
- Update README.BRANCH
|
||||
- commit 4d432eb
|
||||
- ARM: Update config files: Use lpae for multiarch, exynos for LPAE exynos5
|
||||
- commit 957e65c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
|
||||
Wed Sep 25 16:09:40 CEST 2013 - agraf@suse.de
|
||||
|
||||
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
|
||||
- commit e74b2a8
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
|
||||
Wed Sep 25 16:01:31 CEST 2013 - agraf@suse.de
|
||||
|
||||
- patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs: Fix issue where
|
||||
the error case would still attempt to create sysfs dir.
|
||||
- commit 129c02b
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- power_supply: Prevent suspend until power supply events are
|
||||
processed (bnc#841596).
|
||||
- commit 11b28da
|
||||
- commit 50dfbd0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de
|
||||
|
||||
- Increase NR_CPUS on ppc64 to 2048 (fate#315438)
|
||||
- commit 8a38aef
|
||||
- commit ddaa978
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- Update config files.
|
||||
Fix ZSWAP on vanillas.
|
||||
- commit da42424
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 18:05:34 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Fix for Xen detection with --vanilla
|
||||
When we hit the limit code to handle $SKIP_XEN and there aren't
|
||||
any Xen patches to apply anyway, we'll fail because LIMIT is unset.
|
||||
- commit 1d7b879
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 17:44:49 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/tar-up.sh: Disable Xen patches when Xen configs are disabled
|
||||
Similar to the change for scripts/sequence-patch.sh, this change
|
||||
disables the Xen patches with +noxen in series.conf when creating
|
||||
the kernel-source package.
|
||||
- commit 3104a04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 17:14:19 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Skip Xen patches when Xen configs are disabled.
|
||||
When updating the base kernel version, the Xen patches must be updated
|
||||
separately. This allows us to skip the Xen patches until they're resynced
|
||||
just by disabling the configs.
|
||||
- commit d9673e9
|
||||
- commit 5a7a093
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com
|
||||
@ -5115,6 +5298,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
|
||||
|
||||
|
@ -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.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@
|
||||
|
||||
Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 3.11.6
|
||||
Version: 3.12.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g2607707
|
||||
Release: <RELEASE>.g1e06fbe
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,127 +1,264 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 14:54:28 CET 2013 - mhocko@suse.cz
|
||||
Thu Nov 21 00:04:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Fix a few incorrectly checked [io_]remap_pfn_range() calls
|
||||
(bnc#849021, CVE-2013-4511).
|
||||
- commit 2607707
|
||||
- Linux 3.12.1.
|
||||
- commit 1e06fbe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 19:04:18 CET 2013 - dsterba@suse.cz
|
||||
Wed Nov 20 14:47:00 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Disable patches.suse/btrfs-fix-negative-qgroup-tracking-from-owher.patch
|
||||
reference: bnc#848059
|
||||
- commit e6d4a27
|
||||
- Update config files (fate#315172).
|
||||
- commit a0984ed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 13:15:58 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- x86/dumpstack: Fix printk_address for direct addresses
|
||||
(bnc#845621).
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
- Refresh patches.xen/xen-x86_64-dump-user-pgt.
|
||||
- commit ce55b22
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 16:52:03 CET 2013 - jbohac@suse.cz
|
||||
|
||||
- supported.conf: marked net/netfilter/xt_set as supported (bnc#851066)
|
||||
xt_set should have been enabled together with the ip_set modules in
|
||||
fate#313309
|
||||
- commit c2e046e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 14:09:24 CET 2013 - jdelvare@suse.de
|
||||
|
||||
- armv6hl, armv7hl: Update config files.
|
||||
Set CONFIG_BATMAN_ADV_BLA=y as all other kernel configuration files
|
||||
have.
|
||||
- commit e7c00d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 17:27:48 CET 2013 - jdelvare@suse.de
|
||||
|
||||
- Update config files:
|
||||
* CONFIG_BATMAN_ADV_NC=y, because other BATMAN_ADV options are all
|
||||
enabled so why not this one.
|
||||
* CONFIG_GPIO_SCH=m, CONFIG_GPIO_PCH=m, because we support all other
|
||||
features of these pieces of hardware.
|
||||
* CONFIG_INTEL_POWERCLAMP=m, because this small driver might be
|
||||
useful in specific cases, and there's no obvious reason not to
|
||||
include it.
|
||||
- commit 79e7a03
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 14:39:46 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.12-final.
|
||||
- commit ec28986
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 17:58:38 CET 2013 - duwe@suse.de
|
||||
|
||||
- fate#316581: CONFIG_IBM_BSR y -> m
|
||||
- commit f5eba64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 5b1b1d3
|
||||
- commit 5fe5110
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 12:36:05 CET 2013 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Add a fixup for ASUS N76VZ (bnc#846529).
|
||||
- commit 8bd2042
|
||||
- commit c8ca4fb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 10:31:59 CET 2013 - jbeulich@suse.com
|
||||
Tue Oct 29 14:04:37 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update EC2 config files.
|
||||
- commit 81dd01f
|
||||
- Update Xen patches to 3.12-rc7 and c/s 1240.
|
||||
- commit 49141ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 09:25:43 CET 2013 - jbeulich@suse.com
|
||||
Mon Oct 28 15:04:30 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Refresh Xen patches (bnc#829682, bnc#842063).
|
||||
- pcifront: Deal with toolstack missing 'XenbusStateClosing'
|
||||
state.
|
||||
- Update Xen patches to 3.11.6.
|
||||
- commit 2339477
|
||||
- Update to 3.12-rc7.
|
||||
- commit c59f68d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 18:23:02 CEST 2013 - trenn@suse.de
|
||||
|
||||
- cpufreq: ondemand: Change the calculation of target frequency
|
||||
(bnc#846734).
|
||||
- commit 0ba01b7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 17:08:03 CEST 2013 - dsterba@suse.cz
|
||||
|
||||
- Btrfs: fix negative qgroup tracking from owner accounting (bnc#821948)
|
||||
- commit ef319f1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 21:17:47 CEST 2013 - jeffm@suse.com
|
||||
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- nouveau: Fix race with fence signaling (bnc#844177).
|
||||
- commit 8d7989b
|
||||
- commit db1113e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
|
||||
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Linux 3.11.6 (bnc#841645).
|
||||
- Delete patches.drivers/ALSA-hda-Add-fixup-for-ASUS-N56VZ.
|
||||
- commit 9ca6827
|
||||
- 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 14 18:45:32 CEST 2013 - jeffm@suse.com
|
||||
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 (vanilla)
|
||||
- commit 53efb9c
|
||||
- Update to 3.12-rc6.
|
||||
- commit 7244867
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com
|
||||
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5
|
||||
- commit 22f9877
|
||||
- Update x86 Xen config files (RTC_DRV_EFI=y).
|
||||
- commit ac42dba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
|
||||
Wed Oct 16 11:35:46 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- btrfs: Fix creation of per-super sysfs directories when using multiple
|
||||
subvolumes (bnc#845774).
|
||||
- commit 0801062
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de
|
||||
Tue Oct 15 15:26:01 CEST 2013 - oneukum@suse.de
|
||||
|
||||
- sha256_ssse3: also test for BMI2 (bnc#842459).
|
||||
- commit 626459d
|
||||
- commit 243990f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz
|
||||
Mon Oct 14 17:40:49 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Linux 3.11.5.
|
||||
- Delete
|
||||
patches.suse/btrfs-0005-reset-ret-in-record_one_backref.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0010-change-how-we-queue-blocks-for-backref-checkin.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0022-skip-subvol-entries-when-checking-if-we-ve-cre.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch.
|
||||
- commit c00734a
|
||||
- btrfs: Fix creation of per-super sysfs directories when using multiple
|
||||
subvolumes (bnc#845774)
|
||||
- commit adcee6c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 17:15:35 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.12-rc5.
|
||||
- commit 6c5465f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
|
||||
Mon Oct 7 23:46:39 CEST 2013 - jack@suse.cz
|
||||
|
||||
- Linux 3.11.4.
|
||||
- commit 40d7ca3
|
||||
- supported.conf: Update support info
|
||||
- commit fe619b0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@ -143,11 +280,52 @@ Fri Oct 4 12:57:44 CEST 2013 - mmarek@suse.cz
|
||||
- commit 9e5b6fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
|
||||
Fri Oct 4 11:48:44 CEST 2013 - mmarek@suse.cz
|
||||
|
||||
- Linux 3.11.3.
|
||||
- Refresh patches.xen/xen3-patch-3.4.
|
||||
- commit 485f0d1
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@ -158,18 +336,31 @@ Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
|
||||
- commit a80e5ef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 30 13:49:46 CEST 2013 - dsterba@suse.cz
|
||||
Mon Sep 30 16:35:24 CEST 2013 - mmarek@suse.cz
|
||||
|
||||
- Btrfs: relocate csums properly with prealloc extents.
|
||||
- commit cb5d5b5
|
||||
- Do not build udlfb, to avoid conflict with udl (fate#316407)
|
||||
- commit 678681d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 28 18:00:10 CEST 2013 - ohering@suse.de
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 420e19b
|
||||
- commit 9e0a852
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 23:46:35 CEST 2013 - mmarek@suse.cz
|
||||
@ -199,32 +390,34 @@ Fri Sep 27 22:59:13 CEST 2013 - mmarek@suse.cz
|
||||
- commit 7e1f4b6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 22:11:47 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable FB_UDL in favor of DRM_UDL (bnc#836782).
|
||||
- commit 68c5865
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de
|
||||
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 83e7e53
|
||||
- commit ff1e29f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 16:24:13 CEST 2013 - ohering@suse.de
|
||||
Fri Sep 27 16:19:51 CEST 2013 - ohering@suse.de
|
||||
|
||||
- X86: Hyper-V: Get the local APIC timer frequency from the
|
||||
hypervisor.
|
||||
- commit 4f400e1
|
||||
- commit ca351ea
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 16:22:49 CEST 2013 - ohering@suse.de
|
||||
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 7affb28
|
||||
- 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
|
||||
@ -250,113 +443,103 @@ Fri Sep 27 13:20:24 CEST 2013 - mmarek@suse.cz
|
||||
- rpm/old-packages.conf: Drop bogus obsoletes for "smp" (bnc#821465)
|
||||
- commit 50c4c23
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 10:34:30 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.11.2.
|
||||
- Refresh patches.xen/pci-guestdev.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Delete
|
||||
patches.rpmify/powerpc-add-missing-include-to-book3s_xics-c.
|
||||
- commit d1e8a21
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 10:29:30 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- config/*/debug: Enable FSCACHE_DEBUG and CACHEFILES_DEBUG.
|
||||
- commit 5068fbc
|
||||
- commit 528f287
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Remove Obsoletes ocfs2-kmp
|
||||
This is done to enable install of ocfs2-kmp-* alongwith the
|
||||
kernel until the patches are reviewed.
|
||||
- commit 9d2b4ca
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
|
||||
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config.conf: Re-enable s390x and ia64 configs
|
||||
- commit adb564f
|
||||
- commit 954d4c1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 16:10:27 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- patches.rpmify/documentation-fix-bad-merge-with-tmpfile-documentation:
|
||||
Updated Patch-mainline
|
||||
- commit a1513a8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
|
||||
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- Build gpio-ucb1400 as a module
|
||||
- commit 68bb010
|
||||
- commit fc372c0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
|
||||
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de
|
||||
|
||||
- Update README.BRANCH
|
||||
- commit 4d432eb
|
||||
- ARM: Update config files: Use lpae for multiarch, exynos for LPAE exynos5
|
||||
- commit 957e65c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
|
||||
Wed Sep 25 16:09:40 CEST 2013 - agraf@suse.de
|
||||
|
||||
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
|
||||
- commit e74b2a8
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
|
||||
Wed Sep 25 16:01:31 CEST 2013 - agraf@suse.de
|
||||
|
||||
- patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs: Fix issue where
|
||||
the error case would still attempt to create sysfs dir.
|
||||
- commit 129c02b
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- power_supply: Prevent suspend until power supply events are
|
||||
processed (bnc#841596).
|
||||
- commit 11b28da
|
||||
- commit 50dfbd0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de
|
||||
|
||||
- Increase NR_CPUS on ppc64 to 2048 (fate#315438)
|
||||
- commit 8a38aef
|
||||
- commit ddaa978
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- Update config files.
|
||||
Fix ZSWAP on vanillas.
|
||||
- commit da42424
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 18:05:34 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Fix for Xen detection with --vanilla
|
||||
When we hit the limit code to handle $SKIP_XEN and there aren't
|
||||
any Xen patches to apply anyway, we'll fail because LIMIT is unset.
|
||||
- commit 1d7b879
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 17:44:49 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/tar-up.sh: Disable Xen patches when Xen configs are disabled
|
||||
Similar to the change for scripts/sequence-patch.sh, this change
|
||||
disables the Xen patches with +noxen in series.conf when creating
|
||||
the kernel-source package.
|
||||
- commit 3104a04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 17:14:19 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Skip Xen patches when Xen configs are disabled.
|
||||
When updating the base kernel version, the Xen patches must be updated
|
||||
separately. This allows us to skip the Xen patches until they're resynced
|
||||
just by disabling the configs.
|
||||
- commit d9673e9
|
||||
- commit 5a7a093
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com
|
||||
@ -5115,6 +5298,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
|
||||
|
||||
|
@ -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.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@
|
||||
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.11.6
|
||||
Version: 3.12.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g2607707
|
||||
Release: <RELEASE>.g1e06fbe
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,127 +1,264 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 14:54:28 CET 2013 - mhocko@suse.cz
|
||||
Thu Nov 21 00:04:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Fix a few incorrectly checked [io_]remap_pfn_range() calls
|
||||
(bnc#849021, CVE-2013-4511).
|
||||
- commit 2607707
|
||||
- Linux 3.12.1.
|
||||
- commit 1e06fbe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 19:04:18 CET 2013 - dsterba@suse.cz
|
||||
Wed Nov 20 14:47:00 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Disable patches.suse/btrfs-fix-negative-qgroup-tracking-from-owher.patch
|
||||
reference: bnc#848059
|
||||
- commit e6d4a27
|
||||
- Update config files (fate#315172).
|
||||
- commit a0984ed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 13:15:58 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- x86/dumpstack: Fix printk_address for direct addresses
|
||||
(bnc#845621).
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
- Refresh patches.xen/xen-x86_64-dump-user-pgt.
|
||||
- commit ce55b22
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 16:52:03 CET 2013 - jbohac@suse.cz
|
||||
|
||||
- supported.conf: marked net/netfilter/xt_set as supported (bnc#851066)
|
||||
xt_set should have been enabled together with the ip_set modules in
|
||||
fate#313309
|
||||
- commit c2e046e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 14:09:24 CET 2013 - jdelvare@suse.de
|
||||
|
||||
- armv6hl, armv7hl: Update config files.
|
||||
Set CONFIG_BATMAN_ADV_BLA=y as all other kernel configuration files
|
||||
have.
|
||||
- commit e7c00d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 17:27:48 CET 2013 - jdelvare@suse.de
|
||||
|
||||
- Update config files:
|
||||
* CONFIG_BATMAN_ADV_NC=y, because other BATMAN_ADV options are all
|
||||
enabled so why not this one.
|
||||
* CONFIG_GPIO_SCH=m, CONFIG_GPIO_PCH=m, because we support all other
|
||||
features of these pieces of hardware.
|
||||
* CONFIG_INTEL_POWERCLAMP=m, because this small driver might be
|
||||
useful in specific cases, and there's no obvious reason not to
|
||||
include it.
|
||||
- commit 79e7a03
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 14:39:46 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.12-final.
|
||||
- commit ec28986
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 17:58:38 CET 2013 - duwe@suse.de
|
||||
|
||||
- fate#316581: CONFIG_IBM_BSR y -> m
|
||||
- commit f5eba64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 5b1b1d3
|
||||
- commit 5fe5110
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 12:36:05 CET 2013 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Add a fixup for ASUS N76VZ (bnc#846529).
|
||||
- commit 8bd2042
|
||||
- commit c8ca4fb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 10:31:59 CET 2013 - jbeulich@suse.com
|
||||
Tue Oct 29 14:04:37 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update EC2 config files.
|
||||
- commit 81dd01f
|
||||
- Update Xen patches to 3.12-rc7 and c/s 1240.
|
||||
- commit 49141ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 09:25:43 CET 2013 - jbeulich@suse.com
|
||||
Mon Oct 28 15:04:30 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Refresh Xen patches (bnc#829682, bnc#842063).
|
||||
- pcifront: Deal with toolstack missing 'XenbusStateClosing'
|
||||
state.
|
||||
- Update Xen patches to 3.11.6.
|
||||
- commit 2339477
|
||||
- Update to 3.12-rc7.
|
||||
- commit c59f68d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 18:23:02 CEST 2013 - trenn@suse.de
|
||||
|
||||
- cpufreq: ondemand: Change the calculation of target frequency
|
||||
(bnc#846734).
|
||||
- commit 0ba01b7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 17:08:03 CEST 2013 - dsterba@suse.cz
|
||||
|
||||
- Btrfs: fix negative qgroup tracking from owner accounting (bnc#821948)
|
||||
- commit ef319f1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 21:17:47 CEST 2013 - jeffm@suse.com
|
||||
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- nouveau: Fix race with fence signaling (bnc#844177).
|
||||
- commit 8d7989b
|
||||
- commit db1113e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
|
||||
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Linux 3.11.6 (bnc#841645).
|
||||
- Delete patches.drivers/ALSA-hda-Add-fixup-for-ASUS-N56VZ.
|
||||
- commit 9ca6827
|
||||
- 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 14 18:45:32 CEST 2013 - jeffm@suse.com
|
||||
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 (vanilla)
|
||||
- commit 53efb9c
|
||||
- Update to 3.12-rc6.
|
||||
- commit 7244867
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com
|
||||
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5
|
||||
- commit 22f9877
|
||||
- Update x86 Xen config files (RTC_DRV_EFI=y).
|
||||
- commit ac42dba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
|
||||
Wed Oct 16 11:35:46 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- btrfs: Fix creation of per-super sysfs directories when using multiple
|
||||
subvolumes (bnc#845774).
|
||||
- commit 0801062
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de
|
||||
Tue Oct 15 15:26:01 CEST 2013 - oneukum@suse.de
|
||||
|
||||
- sha256_ssse3: also test for BMI2 (bnc#842459).
|
||||
- commit 626459d
|
||||
- commit 243990f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz
|
||||
Mon Oct 14 17:40:49 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Linux 3.11.5.
|
||||
- Delete
|
||||
patches.suse/btrfs-0005-reset-ret-in-record_one_backref.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0010-change-how-we-queue-blocks-for-backref-checkin.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0022-skip-subvol-entries-when-checking-if-we-ve-cre.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch.
|
||||
- commit c00734a
|
||||
- btrfs: Fix creation of per-super sysfs directories when using multiple
|
||||
subvolumes (bnc#845774)
|
||||
- commit adcee6c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 17:15:35 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.12-rc5.
|
||||
- commit 6c5465f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
|
||||
Mon Oct 7 23:46:39 CEST 2013 - jack@suse.cz
|
||||
|
||||
- Linux 3.11.4.
|
||||
- commit 40d7ca3
|
||||
- supported.conf: Update support info
|
||||
- commit fe619b0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@ -143,11 +280,52 @@ Fri Oct 4 12:57:44 CEST 2013 - mmarek@suse.cz
|
||||
- commit 9e5b6fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
|
||||
Fri Oct 4 11:48:44 CEST 2013 - mmarek@suse.cz
|
||||
|
||||
- Linux 3.11.3.
|
||||
- Refresh patches.xen/xen3-patch-3.4.
|
||||
- commit 485f0d1
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@ -158,18 +336,31 @@ Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
|
||||
- commit a80e5ef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 30 13:49:46 CEST 2013 - dsterba@suse.cz
|
||||
Mon Sep 30 16:35:24 CEST 2013 - mmarek@suse.cz
|
||||
|
||||
- Btrfs: relocate csums properly with prealloc extents.
|
||||
- commit cb5d5b5
|
||||
- Do not build udlfb, to avoid conflict with udl (fate#316407)
|
||||
- commit 678681d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 28 18:00:10 CEST 2013 - ohering@suse.de
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 420e19b
|
||||
- commit 9e0a852
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 23:46:35 CEST 2013 - mmarek@suse.cz
|
||||
@ -199,32 +390,34 @@ Fri Sep 27 22:59:13 CEST 2013 - mmarek@suse.cz
|
||||
- commit 7e1f4b6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 22:11:47 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable FB_UDL in favor of DRM_UDL (bnc#836782).
|
||||
- commit 68c5865
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de
|
||||
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 83e7e53
|
||||
- commit ff1e29f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 16:24:13 CEST 2013 - ohering@suse.de
|
||||
Fri Sep 27 16:19:51 CEST 2013 - ohering@suse.de
|
||||
|
||||
- X86: Hyper-V: Get the local APIC timer frequency from the
|
||||
hypervisor.
|
||||
- commit 4f400e1
|
||||
- commit ca351ea
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 16:22:49 CEST 2013 - ohering@suse.de
|
||||
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 7affb28
|
||||
- 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
|
||||
@ -250,113 +443,103 @@ Fri Sep 27 13:20:24 CEST 2013 - mmarek@suse.cz
|
||||
- rpm/old-packages.conf: Drop bogus obsoletes for "smp" (bnc#821465)
|
||||
- commit 50c4c23
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 10:34:30 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.11.2.
|
||||
- Refresh patches.xen/pci-guestdev.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Delete
|
||||
patches.rpmify/powerpc-add-missing-include-to-book3s_xics-c.
|
||||
- commit d1e8a21
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 10:29:30 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- config/*/debug: Enable FSCACHE_DEBUG and CACHEFILES_DEBUG.
|
||||
- commit 5068fbc
|
||||
- commit 528f287
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Remove Obsoletes ocfs2-kmp
|
||||
This is done to enable install of ocfs2-kmp-* alongwith the
|
||||
kernel until the patches are reviewed.
|
||||
- commit 9d2b4ca
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
|
||||
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config.conf: Re-enable s390x and ia64 configs
|
||||
- commit adb564f
|
||||
- commit 954d4c1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 16:10:27 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- patches.rpmify/documentation-fix-bad-merge-with-tmpfile-documentation:
|
||||
Updated Patch-mainline
|
||||
- commit a1513a8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
|
||||
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- Build gpio-ucb1400 as a module
|
||||
- commit 68bb010
|
||||
- commit fc372c0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
|
||||
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de
|
||||
|
||||
- Update README.BRANCH
|
||||
- commit 4d432eb
|
||||
- ARM: Update config files: Use lpae for multiarch, exynos for LPAE exynos5
|
||||
- commit 957e65c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
|
||||
Wed Sep 25 16:09:40 CEST 2013 - agraf@suse.de
|
||||
|
||||
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
|
||||
- commit e74b2a8
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
|
||||
Wed Sep 25 16:01:31 CEST 2013 - agraf@suse.de
|
||||
|
||||
- patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs: Fix issue where
|
||||
the error case would still attempt to create sysfs dir.
|
||||
- commit 129c02b
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- power_supply: Prevent suspend until power supply events are
|
||||
processed (bnc#841596).
|
||||
- commit 11b28da
|
||||
- commit 50dfbd0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de
|
||||
|
||||
- Increase NR_CPUS on ppc64 to 2048 (fate#315438)
|
||||
- commit 8a38aef
|
||||
- commit ddaa978
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- Update config files.
|
||||
Fix ZSWAP on vanillas.
|
||||
- commit da42424
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 18:05:34 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Fix for Xen detection with --vanilla
|
||||
When we hit the limit code to handle $SKIP_XEN and there aren't
|
||||
any Xen patches to apply anyway, we'll fail because LIMIT is unset.
|
||||
- commit 1d7b879
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 17:44:49 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/tar-up.sh: Disable Xen patches when Xen configs are disabled
|
||||
Similar to the change for scripts/sequence-patch.sh, this change
|
||||
disables the Xen patches with +noxen in series.conf when creating
|
||||
the kernel-source package.
|
||||
- commit 3104a04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 17:14:19 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Skip Xen patches when Xen configs are disabled.
|
||||
When updating the base kernel version, the Xen patches must be updated
|
||||
separately. This allows us to skip the Xen patches until they're resynced
|
||||
just by disabling the configs.
|
||||
- commit d9673e9
|
||||
- commit 5a7a093
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com
|
||||
@ -5115,6 +5298,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
|
||||
|
||||
|
@ -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.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@
|
||||
|
||||
Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
Version: 3.11.6
|
||||
Version: 3.12.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g2607707
|
||||
Release: <RELEASE>.g1e06fbe
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,127 +1,264 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 14:54:28 CET 2013 - mhocko@suse.cz
|
||||
Thu Nov 21 00:04:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Fix a few incorrectly checked [io_]remap_pfn_range() calls
|
||||
(bnc#849021, CVE-2013-4511).
|
||||
- commit 2607707
|
||||
- Linux 3.12.1.
|
||||
- commit 1e06fbe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 19:04:18 CET 2013 - dsterba@suse.cz
|
||||
Wed Nov 20 14:47:00 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Disable patches.suse/btrfs-fix-negative-qgroup-tracking-from-owher.patch
|
||||
reference: bnc#848059
|
||||
- commit e6d4a27
|
||||
- Update config files (fate#315172).
|
||||
- commit a0984ed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 13:15:58 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- x86/dumpstack: Fix printk_address for direct addresses
|
||||
(bnc#845621).
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
- Refresh patches.xen/xen-x86_64-dump-user-pgt.
|
||||
- commit ce55b22
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 16:52:03 CET 2013 - jbohac@suse.cz
|
||||
|
||||
- supported.conf: marked net/netfilter/xt_set as supported (bnc#851066)
|
||||
xt_set should have been enabled together with the ip_set modules in
|
||||
fate#313309
|
||||
- commit c2e046e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 14:09:24 CET 2013 - jdelvare@suse.de
|
||||
|
||||
- armv6hl, armv7hl: Update config files.
|
||||
Set CONFIG_BATMAN_ADV_BLA=y as all other kernel configuration files
|
||||
have.
|
||||
- commit e7c00d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 17:27:48 CET 2013 - jdelvare@suse.de
|
||||
|
||||
- Update config files:
|
||||
* CONFIG_BATMAN_ADV_NC=y, because other BATMAN_ADV options are all
|
||||
enabled so why not this one.
|
||||
* CONFIG_GPIO_SCH=m, CONFIG_GPIO_PCH=m, because we support all other
|
||||
features of these pieces of hardware.
|
||||
* CONFIG_INTEL_POWERCLAMP=m, because this small driver might be
|
||||
useful in specific cases, and there's no obvious reason not to
|
||||
include it.
|
||||
- commit 79e7a03
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 14:39:46 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.12-final.
|
||||
- commit ec28986
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 17:58:38 CET 2013 - duwe@suse.de
|
||||
|
||||
- fate#316581: CONFIG_IBM_BSR y -> m
|
||||
- commit f5eba64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 5b1b1d3
|
||||
- commit 5fe5110
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 12:36:05 CET 2013 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Add a fixup for ASUS N76VZ (bnc#846529).
|
||||
- commit 8bd2042
|
||||
- commit c8ca4fb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 10:31:59 CET 2013 - jbeulich@suse.com
|
||||
Tue Oct 29 14:04:37 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update EC2 config files.
|
||||
- commit 81dd01f
|
||||
- Update Xen patches to 3.12-rc7 and c/s 1240.
|
||||
- commit 49141ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 09:25:43 CET 2013 - jbeulich@suse.com
|
||||
Mon Oct 28 15:04:30 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Refresh Xen patches (bnc#829682, bnc#842063).
|
||||
- pcifront: Deal with toolstack missing 'XenbusStateClosing'
|
||||
state.
|
||||
- Update Xen patches to 3.11.6.
|
||||
- commit 2339477
|
||||
- Update to 3.12-rc7.
|
||||
- commit c59f68d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 18:23:02 CEST 2013 - trenn@suse.de
|
||||
|
||||
- cpufreq: ondemand: Change the calculation of target frequency
|
||||
(bnc#846734).
|
||||
- commit 0ba01b7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 17:08:03 CEST 2013 - dsterba@suse.cz
|
||||
|
||||
- Btrfs: fix negative qgroup tracking from owner accounting (bnc#821948)
|
||||
- commit ef319f1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 21:17:47 CEST 2013 - jeffm@suse.com
|
||||
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- nouveau: Fix race with fence signaling (bnc#844177).
|
||||
- commit 8d7989b
|
||||
- commit db1113e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
|
||||
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Linux 3.11.6 (bnc#841645).
|
||||
- Delete patches.drivers/ALSA-hda-Add-fixup-for-ASUS-N56VZ.
|
||||
- commit 9ca6827
|
||||
- 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 14 18:45:32 CEST 2013 - jeffm@suse.com
|
||||
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 (vanilla)
|
||||
- commit 53efb9c
|
||||
- Update to 3.12-rc6.
|
||||
- commit 7244867
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com
|
||||
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5
|
||||
- commit 22f9877
|
||||
- Update x86 Xen config files (RTC_DRV_EFI=y).
|
||||
- commit ac42dba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
|
||||
Wed Oct 16 11:35:46 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- btrfs: Fix creation of per-super sysfs directories when using multiple
|
||||
subvolumes (bnc#845774).
|
||||
- commit 0801062
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de
|
||||
Tue Oct 15 15:26:01 CEST 2013 - oneukum@suse.de
|
||||
|
||||
- sha256_ssse3: also test for BMI2 (bnc#842459).
|
||||
- commit 626459d
|
||||
- commit 243990f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz
|
||||
Mon Oct 14 17:40:49 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Linux 3.11.5.
|
||||
- Delete
|
||||
patches.suse/btrfs-0005-reset-ret-in-record_one_backref.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0010-change-how-we-queue-blocks-for-backref-checkin.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0022-skip-subvol-entries-when-checking-if-we-ve-cre.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch.
|
||||
- commit c00734a
|
||||
- btrfs: Fix creation of per-super sysfs directories when using multiple
|
||||
subvolumes (bnc#845774)
|
||||
- commit adcee6c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 17:15:35 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.12-rc5.
|
||||
- commit 6c5465f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
|
||||
Mon Oct 7 23:46:39 CEST 2013 - jack@suse.cz
|
||||
|
||||
- Linux 3.11.4.
|
||||
- commit 40d7ca3
|
||||
- supported.conf: Update support info
|
||||
- commit fe619b0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@ -143,11 +280,52 @@ Fri Oct 4 12:57:44 CEST 2013 - mmarek@suse.cz
|
||||
- commit 9e5b6fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
|
||||
Fri Oct 4 11:48:44 CEST 2013 - mmarek@suse.cz
|
||||
|
||||
- Linux 3.11.3.
|
||||
- Refresh patches.xen/xen3-patch-3.4.
|
||||
- commit 485f0d1
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@ -158,18 +336,31 @@ Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
|
||||
- commit a80e5ef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 30 13:49:46 CEST 2013 - dsterba@suse.cz
|
||||
Mon Sep 30 16:35:24 CEST 2013 - mmarek@suse.cz
|
||||
|
||||
- Btrfs: relocate csums properly with prealloc extents.
|
||||
- commit cb5d5b5
|
||||
- Do not build udlfb, to avoid conflict with udl (fate#316407)
|
||||
- commit 678681d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 28 18:00:10 CEST 2013 - ohering@suse.de
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 420e19b
|
||||
- commit 9e0a852
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 23:46:35 CEST 2013 - mmarek@suse.cz
|
||||
@ -199,32 +390,34 @@ Fri Sep 27 22:59:13 CEST 2013 - mmarek@suse.cz
|
||||
- commit 7e1f4b6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 22:11:47 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable FB_UDL in favor of DRM_UDL (bnc#836782).
|
||||
- commit 68c5865
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de
|
||||
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 83e7e53
|
||||
- commit ff1e29f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 16:24:13 CEST 2013 - ohering@suse.de
|
||||
Fri Sep 27 16:19:51 CEST 2013 - ohering@suse.de
|
||||
|
||||
- X86: Hyper-V: Get the local APIC timer frequency from the
|
||||
hypervisor.
|
||||
- commit 4f400e1
|
||||
- commit ca351ea
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 16:22:49 CEST 2013 - ohering@suse.de
|
||||
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 7affb28
|
||||
- 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
|
||||
@ -250,113 +443,103 @@ Fri Sep 27 13:20:24 CEST 2013 - mmarek@suse.cz
|
||||
- rpm/old-packages.conf: Drop bogus obsoletes for "smp" (bnc#821465)
|
||||
- commit 50c4c23
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 10:34:30 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.11.2.
|
||||
- Refresh patches.xen/pci-guestdev.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Delete
|
||||
patches.rpmify/powerpc-add-missing-include-to-book3s_xics-c.
|
||||
- commit d1e8a21
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 10:29:30 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- config/*/debug: Enable FSCACHE_DEBUG and CACHEFILES_DEBUG.
|
||||
- commit 5068fbc
|
||||
- commit 528f287
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Remove Obsoletes ocfs2-kmp
|
||||
This is done to enable install of ocfs2-kmp-* alongwith the
|
||||
kernel until the patches are reviewed.
|
||||
- commit 9d2b4ca
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
|
||||
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config.conf: Re-enable s390x and ia64 configs
|
||||
- commit adb564f
|
||||
- commit 954d4c1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 16:10:27 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- patches.rpmify/documentation-fix-bad-merge-with-tmpfile-documentation:
|
||||
Updated Patch-mainline
|
||||
- commit a1513a8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
|
||||
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- Build gpio-ucb1400 as a module
|
||||
- commit 68bb010
|
||||
- commit fc372c0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
|
||||
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de
|
||||
|
||||
- Update README.BRANCH
|
||||
- commit 4d432eb
|
||||
- ARM: Update config files: Use lpae for multiarch, exynos for LPAE exynos5
|
||||
- commit 957e65c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
|
||||
Wed Sep 25 16:09:40 CEST 2013 - agraf@suse.de
|
||||
|
||||
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
|
||||
- commit e74b2a8
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
|
||||
Wed Sep 25 16:01:31 CEST 2013 - agraf@suse.de
|
||||
|
||||
- patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs: Fix issue where
|
||||
the error case would still attempt to create sysfs dir.
|
||||
- commit 129c02b
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- power_supply: Prevent suspend until power supply events are
|
||||
processed (bnc#841596).
|
||||
- commit 11b28da
|
||||
- commit 50dfbd0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de
|
||||
|
||||
- Increase NR_CPUS on ppc64 to 2048 (fate#315438)
|
||||
- commit 8a38aef
|
||||
- commit ddaa978
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- Update config files.
|
||||
Fix ZSWAP on vanillas.
|
||||
- commit da42424
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 18:05:34 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Fix for Xen detection with --vanilla
|
||||
When we hit the limit code to handle $SKIP_XEN and there aren't
|
||||
any Xen patches to apply anyway, we'll fail because LIMIT is unset.
|
||||
- commit 1d7b879
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 17:44:49 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/tar-up.sh: Disable Xen patches when Xen configs are disabled
|
||||
Similar to the change for scripts/sequence-patch.sh, this change
|
||||
disables the Xen patches with +noxen in series.conf when creating
|
||||
the kernel-source package.
|
||||
- commit 3104a04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 17:14:19 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Skip Xen patches when Xen configs are disabled.
|
||||
When updating the base kernel version, the Xen patches must be updated
|
||||
separately. This allows us to skip the Xen patches until they're resynced
|
||||
just by disabling the configs.
|
||||
- commit d9673e9
|
||||
- commit 5a7a093
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com
|
||||
@ -5115,6 +5298,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
|
||||
|
||||
|
@ -17,16 +17,16 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define patchversion 3.11.6
|
||||
%define patchversion 3.12.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
Version: 3.11.6
|
||||
Version: 3.12.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g2607707
|
||||
Release: <RELEASE>.g1e06fbe
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,127 +1,264 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 14:54:28 CET 2013 - mhocko@suse.cz
|
||||
Thu Nov 21 00:04:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Fix a few incorrectly checked [io_]remap_pfn_range() calls
|
||||
(bnc#849021, CVE-2013-4511).
|
||||
- commit 2607707
|
||||
- Linux 3.12.1.
|
||||
- commit 1e06fbe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 19:04:18 CET 2013 - dsterba@suse.cz
|
||||
Wed Nov 20 14:47:00 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Disable patches.suse/btrfs-fix-negative-qgroup-tracking-from-owher.patch
|
||||
reference: bnc#848059
|
||||
- commit e6d4a27
|
||||
- Update config files (fate#315172).
|
||||
- commit a0984ed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 13:15:58 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- x86/dumpstack: Fix printk_address for direct addresses
|
||||
(bnc#845621).
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
- Refresh patches.xen/xen-x86_64-dump-user-pgt.
|
||||
- commit ce55b22
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 16:52:03 CET 2013 - jbohac@suse.cz
|
||||
|
||||
- supported.conf: marked net/netfilter/xt_set as supported (bnc#851066)
|
||||
xt_set should have been enabled together with the ip_set modules in
|
||||
fate#313309
|
||||
- commit c2e046e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 14:09:24 CET 2013 - jdelvare@suse.de
|
||||
|
||||
- armv6hl, armv7hl: Update config files.
|
||||
Set CONFIG_BATMAN_ADV_BLA=y as all other kernel configuration files
|
||||
have.
|
||||
- commit e7c00d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 17:27:48 CET 2013 - jdelvare@suse.de
|
||||
|
||||
- Update config files:
|
||||
* CONFIG_BATMAN_ADV_NC=y, because other BATMAN_ADV options are all
|
||||
enabled so why not this one.
|
||||
* CONFIG_GPIO_SCH=m, CONFIG_GPIO_PCH=m, because we support all other
|
||||
features of these pieces of hardware.
|
||||
* CONFIG_INTEL_POWERCLAMP=m, because this small driver might be
|
||||
useful in specific cases, and there's no obvious reason not to
|
||||
include it.
|
||||
- commit 79e7a03
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 14:39:46 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.12-final.
|
||||
- commit ec28986
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 17:58:38 CET 2013 - duwe@suse.de
|
||||
|
||||
- fate#316581: CONFIG_IBM_BSR y -> m
|
||||
- commit f5eba64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 5b1b1d3
|
||||
- commit 5fe5110
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 12:36:05 CET 2013 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Add a fixup for ASUS N76VZ (bnc#846529).
|
||||
- commit 8bd2042
|
||||
- commit c8ca4fb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 10:31:59 CET 2013 - jbeulich@suse.com
|
||||
Tue Oct 29 14:04:37 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update EC2 config files.
|
||||
- commit 81dd01f
|
||||
- Update Xen patches to 3.12-rc7 and c/s 1240.
|
||||
- commit 49141ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 09:25:43 CET 2013 - jbeulich@suse.com
|
||||
Mon Oct 28 15:04:30 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Refresh Xen patches (bnc#829682, bnc#842063).
|
||||
- pcifront: Deal with toolstack missing 'XenbusStateClosing'
|
||||
state.
|
||||
- Update Xen patches to 3.11.6.
|
||||
- commit 2339477
|
||||
- Update to 3.12-rc7.
|
||||
- commit c59f68d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 18:23:02 CEST 2013 - trenn@suse.de
|
||||
|
||||
- cpufreq: ondemand: Change the calculation of target frequency
|
||||
(bnc#846734).
|
||||
- commit 0ba01b7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 17:08:03 CEST 2013 - dsterba@suse.cz
|
||||
|
||||
- Btrfs: fix negative qgroup tracking from owner accounting (bnc#821948)
|
||||
- commit ef319f1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 21:17:47 CEST 2013 - jeffm@suse.com
|
||||
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- nouveau: Fix race with fence signaling (bnc#844177).
|
||||
- commit 8d7989b
|
||||
- commit db1113e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
|
||||
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Linux 3.11.6 (bnc#841645).
|
||||
- Delete patches.drivers/ALSA-hda-Add-fixup-for-ASUS-N56VZ.
|
||||
- commit 9ca6827
|
||||
- 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 14 18:45:32 CEST 2013 - jeffm@suse.com
|
||||
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 (vanilla)
|
||||
- commit 53efb9c
|
||||
- Update to 3.12-rc6.
|
||||
- commit 7244867
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com
|
||||
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5
|
||||
- commit 22f9877
|
||||
- Update x86 Xen config files (RTC_DRV_EFI=y).
|
||||
- commit ac42dba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
|
||||
Wed Oct 16 11:35:46 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- btrfs: Fix creation of per-super sysfs directories when using multiple
|
||||
subvolumes (bnc#845774).
|
||||
- commit 0801062
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de
|
||||
Tue Oct 15 15:26:01 CEST 2013 - oneukum@suse.de
|
||||
|
||||
- sha256_ssse3: also test for BMI2 (bnc#842459).
|
||||
- commit 626459d
|
||||
- commit 243990f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz
|
||||
Mon Oct 14 17:40:49 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Linux 3.11.5.
|
||||
- Delete
|
||||
patches.suse/btrfs-0005-reset-ret-in-record_one_backref.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0010-change-how-we-queue-blocks-for-backref-checkin.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0022-skip-subvol-entries-when-checking-if-we-ve-cre.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch.
|
||||
- commit c00734a
|
||||
- btrfs: Fix creation of per-super sysfs directories when using multiple
|
||||
subvolumes (bnc#845774)
|
||||
- commit adcee6c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 17:15:35 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.12-rc5.
|
||||
- commit 6c5465f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
|
||||
Mon Oct 7 23:46:39 CEST 2013 - jack@suse.cz
|
||||
|
||||
- Linux 3.11.4.
|
||||
- commit 40d7ca3
|
||||
- supported.conf: Update support info
|
||||
- commit fe619b0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@ -143,11 +280,52 @@ Fri Oct 4 12:57:44 CEST 2013 - mmarek@suse.cz
|
||||
- commit 9e5b6fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
|
||||
Fri Oct 4 11:48:44 CEST 2013 - mmarek@suse.cz
|
||||
|
||||
- Linux 3.11.3.
|
||||
- Refresh patches.xen/xen3-patch-3.4.
|
||||
- commit 485f0d1
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@ -158,18 +336,31 @@ Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
|
||||
- commit a80e5ef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 30 13:49:46 CEST 2013 - dsterba@suse.cz
|
||||
Mon Sep 30 16:35:24 CEST 2013 - mmarek@suse.cz
|
||||
|
||||
- Btrfs: relocate csums properly with prealloc extents.
|
||||
- commit cb5d5b5
|
||||
- Do not build udlfb, to avoid conflict with udl (fate#316407)
|
||||
- commit 678681d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 28 18:00:10 CEST 2013 - ohering@suse.de
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 420e19b
|
||||
- commit 9e0a852
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 23:46:35 CEST 2013 - mmarek@suse.cz
|
||||
@ -199,32 +390,34 @@ Fri Sep 27 22:59:13 CEST 2013 - mmarek@suse.cz
|
||||
- commit 7e1f4b6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 22:11:47 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable FB_UDL in favor of DRM_UDL (bnc#836782).
|
||||
- commit 68c5865
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de
|
||||
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 83e7e53
|
||||
- commit ff1e29f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 16:24:13 CEST 2013 - ohering@suse.de
|
||||
Fri Sep 27 16:19:51 CEST 2013 - ohering@suse.de
|
||||
|
||||
- X86: Hyper-V: Get the local APIC timer frequency from the
|
||||
hypervisor.
|
||||
- commit 4f400e1
|
||||
- commit ca351ea
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 16:22:49 CEST 2013 - ohering@suse.de
|
||||
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 7affb28
|
||||
- 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
|
||||
@ -250,113 +443,103 @@ Fri Sep 27 13:20:24 CEST 2013 - mmarek@suse.cz
|
||||
- rpm/old-packages.conf: Drop bogus obsoletes for "smp" (bnc#821465)
|
||||
- commit 50c4c23
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 10:34:30 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.11.2.
|
||||
- Refresh patches.xen/pci-guestdev.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Delete
|
||||
patches.rpmify/powerpc-add-missing-include-to-book3s_xics-c.
|
||||
- commit d1e8a21
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 10:29:30 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- config/*/debug: Enable FSCACHE_DEBUG and CACHEFILES_DEBUG.
|
||||
- commit 5068fbc
|
||||
- commit 528f287
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Remove Obsoletes ocfs2-kmp
|
||||
This is done to enable install of ocfs2-kmp-* alongwith the
|
||||
kernel until the patches are reviewed.
|
||||
- commit 9d2b4ca
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
|
||||
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config.conf: Re-enable s390x and ia64 configs
|
||||
- commit adb564f
|
||||
- commit 954d4c1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 16:10:27 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- patches.rpmify/documentation-fix-bad-merge-with-tmpfile-documentation:
|
||||
Updated Patch-mainline
|
||||
- commit a1513a8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
|
||||
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- Build gpio-ucb1400 as a module
|
||||
- commit 68bb010
|
||||
- commit fc372c0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
|
||||
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de
|
||||
|
||||
- Update README.BRANCH
|
||||
- commit 4d432eb
|
||||
- ARM: Update config files: Use lpae for multiarch, exynos for LPAE exynos5
|
||||
- commit 957e65c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
|
||||
Wed Sep 25 16:09:40 CEST 2013 - agraf@suse.de
|
||||
|
||||
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
|
||||
- commit e74b2a8
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
|
||||
Wed Sep 25 16:01:31 CEST 2013 - agraf@suse.de
|
||||
|
||||
- patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs: Fix issue where
|
||||
the error case would still attempt to create sysfs dir.
|
||||
- commit 129c02b
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- power_supply: Prevent suspend until power supply events are
|
||||
processed (bnc#841596).
|
||||
- commit 11b28da
|
||||
- commit 50dfbd0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de
|
||||
|
||||
- Increase NR_CPUS on ppc64 to 2048 (fate#315438)
|
||||
- commit 8a38aef
|
||||
- commit ddaa978
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- Update config files.
|
||||
Fix ZSWAP on vanillas.
|
||||
- commit da42424
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 18:05:34 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Fix for Xen detection with --vanilla
|
||||
When we hit the limit code to handle $SKIP_XEN and there aren't
|
||||
any Xen patches to apply anyway, we'll fail because LIMIT is unset.
|
||||
- commit 1d7b879
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 17:44:49 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/tar-up.sh: Disable Xen patches when Xen configs are disabled
|
||||
Similar to the change for scripts/sequence-patch.sh, this change
|
||||
disables the Xen patches with +noxen in series.conf when creating
|
||||
the kernel-source package.
|
||||
- commit 3104a04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 17:14:19 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Skip Xen patches when Xen configs are disabled.
|
||||
When updating the base kernel version, the Xen patches must be updated
|
||||
separately. This allows us to skip the Xen patches until they're resynced
|
||||
just by disabling the configs.
|
||||
- commit d9673e9
|
||||
- commit 5a7a093
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com
|
||||
@ -5115,6 +5298,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
|
||||
|
||||
|
@ -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.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@
|
||||
|
||||
Name: kernel-ec2
|
||||
Summary: The Amazon EC2 Xen Kernel
|
||||
Version: 3.11.6
|
||||
Version: 3.12.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g2607707
|
||||
Release: <RELEASE>.g1e06fbe
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,127 +1,264 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 14:54:28 CET 2013 - mhocko@suse.cz
|
||||
Thu Nov 21 00:04:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Fix a few incorrectly checked [io_]remap_pfn_range() calls
|
||||
(bnc#849021, CVE-2013-4511).
|
||||
- commit 2607707
|
||||
- Linux 3.12.1.
|
||||
- commit 1e06fbe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 19:04:18 CET 2013 - dsterba@suse.cz
|
||||
Wed Nov 20 14:47:00 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Disable patches.suse/btrfs-fix-negative-qgroup-tracking-from-owher.patch
|
||||
reference: bnc#848059
|
||||
- commit e6d4a27
|
||||
- Update config files (fate#315172).
|
||||
- commit a0984ed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 13:15:58 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- x86/dumpstack: Fix printk_address for direct addresses
|
||||
(bnc#845621).
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
- Refresh patches.xen/xen-x86_64-dump-user-pgt.
|
||||
- commit ce55b22
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 16:52:03 CET 2013 - jbohac@suse.cz
|
||||
|
||||
- supported.conf: marked net/netfilter/xt_set as supported (bnc#851066)
|
||||
xt_set should have been enabled together with the ip_set modules in
|
||||
fate#313309
|
||||
- commit c2e046e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 14:09:24 CET 2013 - jdelvare@suse.de
|
||||
|
||||
- armv6hl, armv7hl: Update config files.
|
||||
Set CONFIG_BATMAN_ADV_BLA=y as all other kernel configuration files
|
||||
have.
|
||||
- commit e7c00d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 17:27:48 CET 2013 - jdelvare@suse.de
|
||||
|
||||
- Update config files:
|
||||
* CONFIG_BATMAN_ADV_NC=y, because other BATMAN_ADV options are all
|
||||
enabled so why not this one.
|
||||
* CONFIG_GPIO_SCH=m, CONFIG_GPIO_PCH=m, because we support all other
|
||||
features of these pieces of hardware.
|
||||
* CONFIG_INTEL_POWERCLAMP=m, because this small driver might be
|
||||
useful in specific cases, and there's no obvious reason not to
|
||||
include it.
|
||||
- commit 79e7a03
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 14:39:46 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.12-final.
|
||||
- commit ec28986
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 17:58:38 CET 2013 - duwe@suse.de
|
||||
|
||||
- fate#316581: CONFIG_IBM_BSR y -> m
|
||||
- commit f5eba64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 5b1b1d3
|
||||
- commit 5fe5110
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 12:36:05 CET 2013 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Add a fixup for ASUS N76VZ (bnc#846529).
|
||||
- commit 8bd2042
|
||||
- commit c8ca4fb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 10:31:59 CET 2013 - jbeulich@suse.com
|
||||
Tue Oct 29 14:04:37 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update EC2 config files.
|
||||
- commit 81dd01f
|
||||
- Update Xen patches to 3.12-rc7 and c/s 1240.
|
||||
- commit 49141ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 09:25:43 CET 2013 - jbeulich@suse.com
|
||||
Mon Oct 28 15:04:30 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Refresh Xen patches (bnc#829682, bnc#842063).
|
||||
- pcifront: Deal with toolstack missing 'XenbusStateClosing'
|
||||
state.
|
||||
- Update Xen patches to 3.11.6.
|
||||
- commit 2339477
|
||||
- Update to 3.12-rc7.
|
||||
- commit c59f68d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 18:23:02 CEST 2013 - trenn@suse.de
|
||||
|
||||
- cpufreq: ondemand: Change the calculation of target frequency
|
||||
(bnc#846734).
|
||||
- commit 0ba01b7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 17:08:03 CEST 2013 - dsterba@suse.cz
|
||||
|
||||
- Btrfs: fix negative qgroup tracking from owner accounting (bnc#821948)
|
||||
- commit ef319f1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 21:17:47 CEST 2013 - jeffm@suse.com
|
||||
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- nouveau: Fix race with fence signaling (bnc#844177).
|
||||
- commit 8d7989b
|
||||
- commit db1113e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
|
||||
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Linux 3.11.6 (bnc#841645).
|
||||
- Delete patches.drivers/ALSA-hda-Add-fixup-for-ASUS-N56VZ.
|
||||
- commit 9ca6827
|
||||
- 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 14 18:45:32 CEST 2013 - jeffm@suse.com
|
||||
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 (vanilla)
|
||||
- commit 53efb9c
|
||||
- Update to 3.12-rc6.
|
||||
- commit 7244867
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com
|
||||
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5
|
||||
- commit 22f9877
|
||||
- Update x86 Xen config files (RTC_DRV_EFI=y).
|
||||
- commit ac42dba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
|
||||
Wed Oct 16 11:35:46 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- btrfs: Fix creation of per-super sysfs directories when using multiple
|
||||
subvolumes (bnc#845774).
|
||||
- commit 0801062
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de
|
||||
Tue Oct 15 15:26:01 CEST 2013 - oneukum@suse.de
|
||||
|
||||
- sha256_ssse3: also test for BMI2 (bnc#842459).
|
||||
- commit 626459d
|
||||
- commit 243990f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz
|
||||
Mon Oct 14 17:40:49 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Linux 3.11.5.
|
||||
- Delete
|
||||
patches.suse/btrfs-0005-reset-ret-in-record_one_backref.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0010-change-how-we-queue-blocks-for-backref-checkin.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0022-skip-subvol-entries-when-checking-if-we-ve-cre.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch.
|
||||
- commit c00734a
|
||||
- btrfs: Fix creation of per-super sysfs directories when using multiple
|
||||
subvolumes (bnc#845774)
|
||||
- commit adcee6c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 17:15:35 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.12-rc5.
|
||||
- commit 6c5465f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
|
||||
Mon Oct 7 23:46:39 CEST 2013 - jack@suse.cz
|
||||
|
||||
- Linux 3.11.4.
|
||||
- commit 40d7ca3
|
||||
- supported.conf: Update support info
|
||||
- commit fe619b0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@ -143,11 +280,52 @@ Fri Oct 4 12:57:44 CEST 2013 - mmarek@suse.cz
|
||||
- commit 9e5b6fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
|
||||
Fri Oct 4 11:48:44 CEST 2013 - mmarek@suse.cz
|
||||
|
||||
- Linux 3.11.3.
|
||||
- Refresh patches.xen/xen3-patch-3.4.
|
||||
- commit 485f0d1
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@ -158,18 +336,31 @@ Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
|
||||
- commit a80e5ef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 30 13:49:46 CEST 2013 - dsterba@suse.cz
|
||||
Mon Sep 30 16:35:24 CEST 2013 - mmarek@suse.cz
|
||||
|
||||
- Btrfs: relocate csums properly with prealloc extents.
|
||||
- commit cb5d5b5
|
||||
- Do not build udlfb, to avoid conflict with udl (fate#316407)
|
||||
- commit 678681d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 28 18:00:10 CEST 2013 - ohering@suse.de
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 420e19b
|
||||
- commit 9e0a852
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 23:46:35 CEST 2013 - mmarek@suse.cz
|
||||
@ -199,32 +390,34 @@ Fri Sep 27 22:59:13 CEST 2013 - mmarek@suse.cz
|
||||
- commit 7e1f4b6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 22:11:47 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable FB_UDL in favor of DRM_UDL (bnc#836782).
|
||||
- commit 68c5865
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de
|
||||
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 83e7e53
|
||||
- commit ff1e29f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 16:24:13 CEST 2013 - ohering@suse.de
|
||||
Fri Sep 27 16:19:51 CEST 2013 - ohering@suse.de
|
||||
|
||||
- X86: Hyper-V: Get the local APIC timer frequency from the
|
||||
hypervisor.
|
||||
- commit 4f400e1
|
||||
- commit ca351ea
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 16:22:49 CEST 2013 - ohering@suse.de
|
||||
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 7affb28
|
||||
- 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
|
||||
@ -250,113 +443,103 @@ Fri Sep 27 13:20:24 CEST 2013 - mmarek@suse.cz
|
||||
- rpm/old-packages.conf: Drop bogus obsoletes for "smp" (bnc#821465)
|
||||
- commit 50c4c23
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 10:34:30 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.11.2.
|
||||
- Refresh patches.xen/pci-guestdev.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Delete
|
||||
patches.rpmify/powerpc-add-missing-include-to-book3s_xics-c.
|
||||
- commit d1e8a21
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 10:29:30 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- config/*/debug: Enable FSCACHE_DEBUG and CACHEFILES_DEBUG.
|
||||
- commit 5068fbc
|
||||
- commit 528f287
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Remove Obsoletes ocfs2-kmp
|
||||
This is done to enable install of ocfs2-kmp-* alongwith the
|
||||
kernel until the patches are reviewed.
|
||||
- commit 9d2b4ca
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
|
||||
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config.conf: Re-enable s390x and ia64 configs
|
||||
- commit adb564f
|
||||
- commit 954d4c1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 16:10:27 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- patches.rpmify/documentation-fix-bad-merge-with-tmpfile-documentation:
|
||||
Updated Patch-mainline
|
||||
- commit a1513a8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
|
||||
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- Build gpio-ucb1400 as a module
|
||||
- commit 68bb010
|
||||
- commit fc372c0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
|
||||
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de
|
||||
|
||||
- Update README.BRANCH
|
||||
- commit 4d432eb
|
||||
- ARM: Update config files: Use lpae for multiarch, exynos for LPAE exynos5
|
||||
- commit 957e65c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
|
||||
Wed Sep 25 16:09:40 CEST 2013 - agraf@suse.de
|
||||
|
||||
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
|
||||
- commit e74b2a8
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
|
||||
Wed Sep 25 16:01:31 CEST 2013 - agraf@suse.de
|
||||
|
||||
- patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs: Fix issue where
|
||||
the error case would still attempt to create sysfs dir.
|
||||
- commit 129c02b
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- power_supply: Prevent suspend until power supply events are
|
||||
processed (bnc#841596).
|
||||
- commit 11b28da
|
||||
- commit 50dfbd0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de
|
||||
|
||||
- Increase NR_CPUS on ppc64 to 2048 (fate#315438)
|
||||
- commit 8a38aef
|
||||
- commit ddaa978
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- Update config files.
|
||||
Fix ZSWAP on vanillas.
|
||||
- commit da42424
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 18:05:34 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Fix for Xen detection with --vanilla
|
||||
When we hit the limit code to handle $SKIP_XEN and there aren't
|
||||
any Xen patches to apply anyway, we'll fail because LIMIT is unset.
|
||||
- commit 1d7b879
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 17:44:49 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/tar-up.sh: Disable Xen patches when Xen configs are disabled
|
||||
Similar to the change for scripts/sequence-patch.sh, this change
|
||||
disables the Xen patches with +noxen in series.conf when creating
|
||||
the kernel-source package.
|
||||
- commit 3104a04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 17:14:19 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Skip Xen patches when Xen configs are disabled.
|
||||
When updating the base kernel version, the Xen patches must be updated
|
||||
separately. This allows us to skip the Xen patches until they're resynced
|
||||
just by disabling the configs.
|
||||
- commit d9673e9
|
||||
- commit 5a7a093
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com
|
||||
@ -5115,6 +5298,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
|
||||
|
||||
|
@ -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.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@
|
||||
|
||||
Name: kernel-exynos
|
||||
Summary: Kernel for Samsung's Exynos SoC
|
||||
Version: 3.11.6
|
||||
Version: 3.12.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g2607707
|
||||
Release: <RELEASE>.g1e06fbe
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,127 +1,264 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 14:54:28 CET 2013 - mhocko@suse.cz
|
||||
Thu Nov 21 00:04:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Fix a few incorrectly checked [io_]remap_pfn_range() calls
|
||||
(bnc#849021, CVE-2013-4511).
|
||||
- commit 2607707
|
||||
- Linux 3.12.1.
|
||||
- commit 1e06fbe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 19:04:18 CET 2013 - dsterba@suse.cz
|
||||
Wed Nov 20 14:47:00 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Disable patches.suse/btrfs-fix-negative-qgroup-tracking-from-owher.patch
|
||||
reference: bnc#848059
|
||||
- commit e6d4a27
|
||||
- Update config files (fate#315172).
|
||||
- commit a0984ed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 13:15:58 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- x86/dumpstack: Fix printk_address for direct addresses
|
||||
(bnc#845621).
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
- Refresh patches.xen/xen-x86_64-dump-user-pgt.
|
||||
- commit ce55b22
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 16:52:03 CET 2013 - jbohac@suse.cz
|
||||
|
||||
- supported.conf: marked net/netfilter/xt_set as supported (bnc#851066)
|
||||
xt_set should have been enabled together with the ip_set modules in
|
||||
fate#313309
|
||||
- commit c2e046e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 14:09:24 CET 2013 - jdelvare@suse.de
|
||||
|
||||
- armv6hl, armv7hl: Update config files.
|
||||
Set CONFIG_BATMAN_ADV_BLA=y as all other kernel configuration files
|
||||
have.
|
||||
- commit e7c00d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 17:27:48 CET 2013 - jdelvare@suse.de
|
||||
|
||||
- Update config files:
|
||||
* CONFIG_BATMAN_ADV_NC=y, because other BATMAN_ADV options are all
|
||||
enabled so why not this one.
|
||||
* CONFIG_GPIO_SCH=m, CONFIG_GPIO_PCH=m, because we support all other
|
||||
features of these pieces of hardware.
|
||||
* CONFIG_INTEL_POWERCLAMP=m, because this small driver might be
|
||||
useful in specific cases, and there's no obvious reason not to
|
||||
include it.
|
||||
- commit 79e7a03
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 14:39:46 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.12-final.
|
||||
- commit ec28986
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 17:58:38 CET 2013 - duwe@suse.de
|
||||
|
||||
- fate#316581: CONFIG_IBM_BSR y -> m
|
||||
- commit f5eba64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 5b1b1d3
|
||||
- commit 5fe5110
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 12:36:05 CET 2013 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Add a fixup for ASUS N76VZ (bnc#846529).
|
||||
- commit 8bd2042
|
||||
- commit c8ca4fb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 10:31:59 CET 2013 - jbeulich@suse.com
|
||||
Tue Oct 29 14:04:37 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update EC2 config files.
|
||||
- commit 81dd01f
|
||||
- Update Xen patches to 3.12-rc7 and c/s 1240.
|
||||
- commit 49141ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 09:25:43 CET 2013 - jbeulich@suse.com
|
||||
Mon Oct 28 15:04:30 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Refresh Xen patches (bnc#829682, bnc#842063).
|
||||
- pcifront: Deal with toolstack missing 'XenbusStateClosing'
|
||||
state.
|
||||
- Update Xen patches to 3.11.6.
|
||||
- commit 2339477
|
||||
- Update to 3.12-rc7.
|
||||
- commit c59f68d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 18:23:02 CEST 2013 - trenn@suse.de
|
||||
|
||||
- cpufreq: ondemand: Change the calculation of target frequency
|
||||
(bnc#846734).
|
||||
- commit 0ba01b7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 17:08:03 CEST 2013 - dsterba@suse.cz
|
||||
|
||||
- Btrfs: fix negative qgroup tracking from owner accounting (bnc#821948)
|
||||
- commit ef319f1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 21:17:47 CEST 2013 - jeffm@suse.com
|
||||
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- nouveau: Fix race with fence signaling (bnc#844177).
|
||||
- commit 8d7989b
|
||||
- commit db1113e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
|
||||
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Linux 3.11.6 (bnc#841645).
|
||||
- Delete patches.drivers/ALSA-hda-Add-fixup-for-ASUS-N56VZ.
|
||||
- commit 9ca6827
|
||||
- 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 14 18:45:32 CEST 2013 - jeffm@suse.com
|
||||
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 (vanilla)
|
||||
- commit 53efb9c
|
||||
- Update to 3.12-rc6.
|
||||
- commit 7244867
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com
|
||||
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5
|
||||
- commit 22f9877
|
||||
- Update x86 Xen config files (RTC_DRV_EFI=y).
|
||||
- commit ac42dba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
|
||||
Wed Oct 16 11:35:46 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- btrfs: Fix creation of per-super sysfs directories when using multiple
|
||||
subvolumes (bnc#845774).
|
||||
- commit 0801062
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de
|
||||
Tue Oct 15 15:26:01 CEST 2013 - oneukum@suse.de
|
||||
|
||||
- sha256_ssse3: also test for BMI2 (bnc#842459).
|
||||
- commit 626459d
|
||||
- commit 243990f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz
|
||||
Mon Oct 14 17:40:49 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Linux 3.11.5.
|
||||
- Delete
|
||||
patches.suse/btrfs-0005-reset-ret-in-record_one_backref.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0010-change-how-we-queue-blocks-for-backref-checkin.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0022-skip-subvol-entries-when-checking-if-we-ve-cre.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch.
|
||||
- commit c00734a
|
||||
- btrfs: Fix creation of per-super sysfs directories when using multiple
|
||||
subvolumes (bnc#845774)
|
||||
- commit adcee6c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 17:15:35 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.12-rc5.
|
||||
- commit 6c5465f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
|
||||
Mon Oct 7 23:46:39 CEST 2013 - jack@suse.cz
|
||||
|
||||
- Linux 3.11.4.
|
||||
- commit 40d7ca3
|
||||
- supported.conf: Update support info
|
||||
- commit fe619b0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@ -143,11 +280,52 @@ Fri Oct 4 12:57:44 CEST 2013 - mmarek@suse.cz
|
||||
- commit 9e5b6fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
|
||||
Fri Oct 4 11:48:44 CEST 2013 - mmarek@suse.cz
|
||||
|
||||
- Linux 3.11.3.
|
||||
- Refresh patches.xen/xen3-patch-3.4.
|
||||
- commit 485f0d1
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@ -158,18 +336,31 @@ Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
|
||||
- commit a80e5ef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 30 13:49:46 CEST 2013 - dsterba@suse.cz
|
||||
Mon Sep 30 16:35:24 CEST 2013 - mmarek@suse.cz
|
||||
|
||||
- Btrfs: relocate csums properly with prealloc extents.
|
||||
- commit cb5d5b5
|
||||
- Do not build udlfb, to avoid conflict with udl (fate#316407)
|
||||
- commit 678681d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 28 18:00:10 CEST 2013 - ohering@suse.de
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 420e19b
|
||||
- commit 9e0a852
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 23:46:35 CEST 2013 - mmarek@suse.cz
|
||||
@ -199,32 +390,34 @@ Fri Sep 27 22:59:13 CEST 2013 - mmarek@suse.cz
|
||||
- commit 7e1f4b6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 22:11:47 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable FB_UDL in favor of DRM_UDL (bnc#836782).
|
||||
- commit 68c5865
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de
|
||||
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 83e7e53
|
||||
- commit ff1e29f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 16:24:13 CEST 2013 - ohering@suse.de
|
||||
Fri Sep 27 16:19:51 CEST 2013 - ohering@suse.de
|
||||
|
||||
- X86: Hyper-V: Get the local APIC timer frequency from the
|
||||
hypervisor.
|
||||
- commit 4f400e1
|
||||
- commit ca351ea
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 16:22:49 CEST 2013 - ohering@suse.de
|
||||
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 7affb28
|
||||
- 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
|
||||
@ -250,113 +443,103 @@ Fri Sep 27 13:20:24 CEST 2013 - mmarek@suse.cz
|
||||
- rpm/old-packages.conf: Drop bogus obsoletes for "smp" (bnc#821465)
|
||||
- commit 50c4c23
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 10:34:30 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.11.2.
|
||||
- Refresh patches.xen/pci-guestdev.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Delete
|
||||
patches.rpmify/powerpc-add-missing-include-to-book3s_xics-c.
|
||||
- commit d1e8a21
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 10:29:30 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- config/*/debug: Enable FSCACHE_DEBUG and CACHEFILES_DEBUG.
|
||||
- commit 5068fbc
|
||||
- commit 528f287
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Remove Obsoletes ocfs2-kmp
|
||||
This is done to enable install of ocfs2-kmp-* alongwith the
|
||||
kernel until the patches are reviewed.
|
||||
- commit 9d2b4ca
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
|
||||
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config.conf: Re-enable s390x and ia64 configs
|
||||
- commit adb564f
|
||||
- commit 954d4c1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 16:10:27 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- patches.rpmify/documentation-fix-bad-merge-with-tmpfile-documentation:
|
||||
Updated Patch-mainline
|
||||
- commit a1513a8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
|
||||
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- Build gpio-ucb1400 as a module
|
||||
- commit 68bb010
|
||||
- commit fc372c0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
|
||||
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de
|
||||
|
||||
- Update README.BRANCH
|
||||
- commit 4d432eb
|
||||
- ARM: Update config files: Use lpae for multiarch, exynos for LPAE exynos5
|
||||
- commit 957e65c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
|
||||
Wed Sep 25 16:09:40 CEST 2013 - agraf@suse.de
|
||||
|
||||
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
|
||||
- commit e74b2a8
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
|
||||
Wed Sep 25 16:01:31 CEST 2013 - agraf@suse.de
|
||||
|
||||
- patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs: Fix issue where
|
||||
the error case would still attempt to create sysfs dir.
|
||||
- commit 129c02b
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- power_supply: Prevent suspend until power supply events are
|
||||
processed (bnc#841596).
|
||||
- commit 11b28da
|
||||
- commit 50dfbd0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de
|
||||
|
||||
- Increase NR_CPUS on ppc64 to 2048 (fate#315438)
|
||||
- commit 8a38aef
|
||||
- commit ddaa978
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- Update config files.
|
||||
Fix ZSWAP on vanillas.
|
||||
- commit da42424
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 18:05:34 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Fix for Xen detection with --vanilla
|
||||
When we hit the limit code to handle $SKIP_XEN and there aren't
|
||||
any Xen patches to apply anyway, we'll fail because LIMIT is unset.
|
||||
- commit 1d7b879
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 17:44:49 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/tar-up.sh: Disable Xen patches when Xen configs are disabled
|
||||
Similar to the change for scripts/sequence-patch.sh, this change
|
||||
disables the Xen patches with +noxen in series.conf when creating
|
||||
the kernel-source package.
|
||||
- commit 3104a04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 17:14:19 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Skip Xen patches when Xen configs are disabled.
|
||||
When updating the base kernel version, the Xen patches must be updated
|
||||
separately. This allows us to skip the Xen patches until they're resynced
|
||||
just by disabling the configs.
|
||||
- commit d9673e9
|
||||
- commit 5a7a093
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com
|
||||
@ -5115,6 +5298,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
|
||||
|
||||
|
@ -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.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@
|
||||
|
||||
Name: kernel-lpae
|
||||
Summary: Kernel for LPAE enabled systems
|
||||
Version: 3.11.6
|
||||
Version: 3.12.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g2607707
|
||||
Release: <RELEASE>.g1e06fbe
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,127 +1,264 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 14:54:28 CET 2013 - mhocko@suse.cz
|
||||
Thu Nov 21 00:04:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Fix a few incorrectly checked [io_]remap_pfn_range() calls
|
||||
(bnc#849021, CVE-2013-4511).
|
||||
- commit 2607707
|
||||
- Linux 3.12.1.
|
||||
- commit 1e06fbe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 19:04:18 CET 2013 - dsterba@suse.cz
|
||||
Wed Nov 20 14:47:00 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Disable patches.suse/btrfs-fix-negative-qgroup-tracking-from-owher.patch
|
||||
reference: bnc#848059
|
||||
- commit e6d4a27
|
||||
- Update config files (fate#315172).
|
||||
- commit a0984ed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 13:15:58 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- x86/dumpstack: Fix printk_address for direct addresses
|
||||
(bnc#845621).
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
- Refresh patches.xen/xen-x86_64-dump-user-pgt.
|
||||
- commit ce55b22
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 16:52:03 CET 2013 - jbohac@suse.cz
|
||||
|
||||
- supported.conf: marked net/netfilter/xt_set as supported (bnc#851066)
|
||||
xt_set should have been enabled together with the ip_set modules in
|
||||
fate#313309
|
||||
- commit c2e046e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 14:09:24 CET 2013 - jdelvare@suse.de
|
||||
|
||||
- armv6hl, armv7hl: Update config files.
|
||||
Set CONFIG_BATMAN_ADV_BLA=y as all other kernel configuration files
|
||||
have.
|
||||
- commit e7c00d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 17:27:48 CET 2013 - jdelvare@suse.de
|
||||
|
||||
- Update config files:
|
||||
* CONFIG_BATMAN_ADV_NC=y, because other BATMAN_ADV options are all
|
||||
enabled so why not this one.
|
||||
* CONFIG_GPIO_SCH=m, CONFIG_GPIO_PCH=m, because we support all other
|
||||
features of these pieces of hardware.
|
||||
* CONFIG_INTEL_POWERCLAMP=m, because this small driver might be
|
||||
useful in specific cases, and there's no obvious reason not to
|
||||
include it.
|
||||
- commit 79e7a03
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 14:39:46 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.12-final.
|
||||
- commit ec28986
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 17:58:38 CET 2013 - duwe@suse.de
|
||||
|
||||
- fate#316581: CONFIG_IBM_BSR y -> m
|
||||
- commit f5eba64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 5b1b1d3
|
||||
- commit 5fe5110
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 12:36:05 CET 2013 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Add a fixup for ASUS N76VZ (bnc#846529).
|
||||
- commit 8bd2042
|
||||
- commit c8ca4fb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 10:31:59 CET 2013 - jbeulich@suse.com
|
||||
Tue Oct 29 14:04:37 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update EC2 config files.
|
||||
- commit 81dd01f
|
||||
- Update Xen patches to 3.12-rc7 and c/s 1240.
|
||||
- commit 49141ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 09:25:43 CET 2013 - jbeulich@suse.com
|
||||
Mon Oct 28 15:04:30 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Refresh Xen patches (bnc#829682, bnc#842063).
|
||||
- pcifront: Deal with toolstack missing 'XenbusStateClosing'
|
||||
state.
|
||||
- Update Xen patches to 3.11.6.
|
||||
- commit 2339477
|
||||
- Update to 3.12-rc7.
|
||||
- commit c59f68d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 18:23:02 CEST 2013 - trenn@suse.de
|
||||
|
||||
- cpufreq: ondemand: Change the calculation of target frequency
|
||||
(bnc#846734).
|
||||
- commit 0ba01b7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 17:08:03 CEST 2013 - dsterba@suse.cz
|
||||
|
||||
- Btrfs: fix negative qgroup tracking from owner accounting (bnc#821948)
|
||||
- commit ef319f1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 21:17:47 CEST 2013 - jeffm@suse.com
|
||||
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- nouveau: Fix race with fence signaling (bnc#844177).
|
||||
- commit 8d7989b
|
||||
- commit db1113e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
|
||||
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Linux 3.11.6 (bnc#841645).
|
||||
- Delete patches.drivers/ALSA-hda-Add-fixup-for-ASUS-N56VZ.
|
||||
- commit 9ca6827
|
||||
- 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 14 18:45:32 CEST 2013 - jeffm@suse.com
|
||||
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 (vanilla)
|
||||
- commit 53efb9c
|
||||
- Update to 3.12-rc6.
|
||||
- commit 7244867
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com
|
||||
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5
|
||||
- commit 22f9877
|
||||
- Update x86 Xen config files (RTC_DRV_EFI=y).
|
||||
- commit ac42dba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
|
||||
Wed Oct 16 11:35:46 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- btrfs: Fix creation of per-super sysfs directories when using multiple
|
||||
subvolumes (bnc#845774).
|
||||
- commit 0801062
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de
|
||||
Tue Oct 15 15:26:01 CEST 2013 - oneukum@suse.de
|
||||
|
||||
- sha256_ssse3: also test for BMI2 (bnc#842459).
|
||||
- commit 626459d
|
||||
- commit 243990f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz
|
||||
Mon Oct 14 17:40:49 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Linux 3.11.5.
|
||||
- Delete
|
||||
patches.suse/btrfs-0005-reset-ret-in-record_one_backref.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0010-change-how-we-queue-blocks-for-backref-checkin.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0022-skip-subvol-entries-when-checking-if-we-ve-cre.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch.
|
||||
- commit c00734a
|
||||
- btrfs: Fix creation of per-super sysfs directories when using multiple
|
||||
subvolumes (bnc#845774)
|
||||
- commit adcee6c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 17:15:35 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.12-rc5.
|
||||
- commit 6c5465f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
|
||||
Mon Oct 7 23:46:39 CEST 2013 - jack@suse.cz
|
||||
|
||||
- Linux 3.11.4.
|
||||
- commit 40d7ca3
|
||||
- supported.conf: Update support info
|
||||
- commit fe619b0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@ -143,11 +280,52 @@ Fri Oct 4 12:57:44 CEST 2013 - mmarek@suse.cz
|
||||
- commit 9e5b6fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
|
||||
Fri Oct 4 11:48:44 CEST 2013 - mmarek@suse.cz
|
||||
|
||||
- Linux 3.11.3.
|
||||
- Refresh patches.xen/xen3-patch-3.4.
|
||||
- commit 485f0d1
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@ -158,18 +336,31 @@ Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
|
||||
- commit a80e5ef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 30 13:49:46 CEST 2013 - dsterba@suse.cz
|
||||
Mon Sep 30 16:35:24 CEST 2013 - mmarek@suse.cz
|
||||
|
||||
- Btrfs: relocate csums properly with prealloc extents.
|
||||
- commit cb5d5b5
|
||||
- Do not build udlfb, to avoid conflict with udl (fate#316407)
|
||||
- commit 678681d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 28 18:00:10 CEST 2013 - ohering@suse.de
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 420e19b
|
||||
- commit 9e0a852
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 23:46:35 CEST 2013 - mmarek@suse.cz
|
||||
@ -199,32 +390,34 @@ Fri Sep 27 22:59:13 CEST 2013 - mmarek@suse.cz
|
||||
- commit 7e1f4b6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 22:11:47 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable FB_UDL in favor of DRM_UDL (bnc#836782).
|
||||
- commit 68c5865
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de
|
||||
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 83e7e53
|
||||
- commit ff1e29f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 16:24:13 CEST 2013 - ohering@suse.de
|
||||
Fri Sep 27 16:19:51 CEST 2013 - ohering@suse.de
|
||||
|
||||
- X86: Hyper-V: Get the local APIC timer frequency from the
|
||||
hypervisor.
|
||||
- commit 4f400e1
|
||||
- commit ca351ea
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 16:22:49 CEST 2013 - ohering@suse.de
|
||||
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 7affb28
|
||||
- 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
|
||||
@ -250,113 +443,103 @@ Fri Sep 27 13:20:24 CEST 2013 - mmarek@suse.cz
|
||||
- rpm/old-packages.conf: Drop bogus obsoletes for "smp" (bnc#821465)
|
||||
- commit 50c4c23
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 10:34:30 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.11.2.
|
||||
- Refresh patches.xen/pci-guestdev.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Delete
|
||||
patches.rpmify/powerpc-add-missing-include-to-book3s_xics-c.
|
||||
- commit d1e8a21
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 10:29:30 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- config/*/debug: Enable FSCACHE_DEBUG and CACHEFILES_DEBUG.
|
||||
- commit 5068fbc
|
||||
- commit 528f287
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Remove Obsoletes ocfs2-kmp
|
||||
This is done to enable install of ocfs2-kmp-* alongwith the
|
||||
kernel until the patches are reviewed.
|
||||
- commit 9d2b4ca
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
|
||||
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config.conf: Re-enable s390x and ia64 configs
|
||||
- commit adb564f
|
||||
- commit 954d4c1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 16:10:27 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- patches.rpmify/documentation-fix-bad-merge-with-tmpfile-documentation:
|
||||
Updated Patch-mainline
|
||||
- commit a1513a8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
|
||||
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- Build gpio-ucb1400 as a module
|
||||
- commit 68bb010
|
||||
- commit fc372c0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
|
||||
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de
|
||||
|
||||
- Update README.BRANCH
|
||||
- commit 4d432eb
|
||||
- ARM: Update config files: Use lpae for multiarch, exynos for LPAE exynos5
|
||||
- commit 957e65c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
|
||||
Wed Sep 25 16:09:40 CEST 2013 - agraf@suse.de
|
||||
|
||||
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
|
||||
- commit e74b2a8
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
|
||||
Wed Sep 25 16:01:31 CEST 2013 - agraf@suse.de
|
||||
|
||||
- patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs: Fix issue where
|
||||
the error case would still attempt to create sysfs dir.
|
||||
- commit 129c02b
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- power_supply: Prevent suspend until power supply events are
|
||||
processed (bnc#841596).
|
||||
- commit 11b28da
|
||||
- commit 50dfbd0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de
|
||||
|
||||
- Increase NR_CPUS on ppc64 to 2048 (fate#315438)
|
||||
- commit 8a38aef
|
||||
- commit ddaa978
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- Update config files.
|
||||
Fix ZSWAP on vanillas.
|
||||
- commit da42424
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 18:05:34 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Fix for Xen detection with --vanilla
|
||||
When we hit the limit code to handle $SKIP_XEN and there aren't
|
||||
any Xen patches to apply anyway, we'll fail because LIMIT is unset.
|
||||
- commit 1d7b879
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 17:44:49 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/tar-up.sh: Disable Xen patches when Xen configs are disabled
|
||||
Similar to the change for scripts/sequence-patch.sh, this change
|
||||
disables the Xen patches with +noxen in series.conf when creating
|
||||
the kernel-source package.
|
||||
- commit 3104a04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 17:14:19 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Skip Xen patches when Xen configs are disabled.
|
||||
When updating the base kernel version, the Xen patches must be updated
|
||||
separately. This allows us to skip the Xen patches until they're resynced
|
||||
just by disabling the configs.
|
||||
- commit d9673e9
|
||||
- commit 5a7a093
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com
|
||||
@ -5115,6 +5298,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
|
||||
|
||||
|
@ -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.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@
|
||||
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 3.11.6
|
||||
Version: 3.12.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g2607707
|
||||
Release: <RELEASE>.g1e06fbe
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,127 +1,264 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 14:54:28 CET 2013 - mhocko@suse.cz
|
||||
Thu Nov 21 00:04:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Fix a few incorrectly checked [io_]remap_pfn_range() calls
|
||||
(bnc#849021, CVE-2013-4511).
|
||||
- commit 2607707
|
||||
- Linux 3.12.1.
|
||||
- commit 1e06fbe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 19:04:18 CET 2013 - dsterba@suse.cz
|
||||
Wed Nov 20 14:47:00 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Disable patches.suse/btrfs-fix-negative-qgroup-tracking-from-owher.patch
|
||||
reference: bnc#848059
|
||||
- commit e6d4a27
|
||||
- Update config files (fate#315172).
|
||||
- commit a0984ed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 13:15:58 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- x86/dumpstack: Fix printk_address for direct addresses
|
||||
(bnc#845621).
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
- Refresh patches.xen/xen-x86_64-dump-user-pgt.
|
||||
- commit ce55b22
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 16:52:03 CET 2013 - jbohac@suse.cz
|
||||
|
||||
- supported.conf: marked net/netfilter/xt_set as supported (bnc#851066)
|
||||
xt_set should have been enabled together with the ip_set modules in
|
||||
fate#313309
|
||||
- commit c2e046e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 14:09:24 CET 2013 - jdelvare@suse.de
|
||||
|
||||
- armv6hl, armv7hl: Update config files.
|
||||
Set CONFIG_BATMAN_ADV_BLA=y as all other kernel configuration files
|
||||
have.
|
||||
- commit e7c00d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 17:27:48 CET 2013 - jdelvare@suse.de
|
||||
|
||||
- Update config files:
|
||||
* CONFIG_BATMAN_ADV_NC=y, because other BATMAN_ADV options are all
|
||||
enabled so why not this one.
|
||||
* CONFIG_GPIO_SCH=m, CONFIG_GPIO_PCH=m, because we support all other
|
||||
features of these pieces of hardware.
|
||||
* CONFIG_INTEL_POWERCLAMP=m, because this small driver might be
|
||||
useful in specific cases, and there's no obvious reason not to
|
||||
include it.
|
||||
- commit 79e7a03
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 14:39:46 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.12-final.
|
||||
- commit ec28986
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 17:58:38 CET 2013 - duwe@suse.de
|
||||
|
||||
- fate#316581: CONFIG_IBM_BSR y -> m
|
||||
- commit f5eba64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 5b1b1d3
|
||||
- commit 5fe5110
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 12:36:05 CET 2013 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Add a fixup for ASUS N76VZ (bnc#846529).
|
||||
- commit 8bd2042
|
||||
- commit c8ca4fb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 10:31:59 CET 2013 - jbeulich@suse.com
|
||||
Tue Oct 29 14:04:37 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update EC2 config files.
|
||||
- commit 81dd01f
|
||||
- Update Xen patches to 3.12-rc7 and c/s 1240.
|
||||
- commit 49141ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 09:25:43 CET 2013 - jbeulich@suse.com
|
||||
Mon Oct 28 15:04:30 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Refresh Xen patches (bnc#829682, bnc#842063).
|
||||
- pcifront: Deal with toolstack missing 'XenbusStateClosing'
|
||||
state.
|
||||
- Update Xen patches to 3.11.6.
|
||||
- commit 2339477
|
||||
- Update to 3.12-rc7.
|
||||
- commit c59f68d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 18:23:02 CEST 2013 - trenn@suse.de
|
||||
|
||||
- cpufreq: ondemand: Change the calculation of target frequency
|
||||
(bnc#846734).
|
||||
- commit 0ba01b7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 17:08:03 CEST 2013 - dsterba@suse.cz
|
||||
|
||||
- Btrfs: fix negative qgroup tracking from owner accounting (bnc#821948)
|
||||
- commit ef319f1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 21:17:47 CEST 2013 - jeffm@suse.com
|
||||
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- nouveau: Fix race with fence signaling (bnc#844177).
|
||||
- commit 8d7989b
|
||||
- commit db1113e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
|
||||
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Linux 3.11.6 (bnc#841645).
|
||||
- Delete patches.drivers/ALSA-hda-Add-fixup-for-ASUS-N56VZ.
|
||||
- commit 9ca6827
|
||||
- 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 14 18:45:32 CEST 2013 - jeffm@suse.com
|
||||
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 (vanilla)
|
||||
- commit 53efb9c
|
||||
- Update to 3.12-rc6.
|
||||
- commit 7244867
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com
|
||||
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5
|
||||
- commit 22f9877
|
||||
- Update x86 Xen config files (RTC_DRV_EFI=y).
|
||||
- commit ac42dba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
|
||||
Wed Oct 16 11:35:46 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- btrfs: Fix creation of per-super sysfs directories when using multiple
|
||||
subvolumes (bnc#845774).
|
||||
- commit 0801062
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de
|
||||
Tue Oct 15 15:26:01 CEST 2013 - oneukum@suse.de
|
||||
|
||||
- sha256_ssse3: also test for BMI2 (bnc#842459).
|
||||
- commit 626459d
|
||||
- commit 243990f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz
|
||||
Mon Oct 14 17:40:49 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Linux 3.11.5.
|
||||
- Delete
|
||||
patches.suse/btrfs-0005-reset-ret-in-record_one_backref.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0010-change-how-we-queue-blocks-for-backref-checkin.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0022-skip-subvol-entries-when-checking-if-we-ve-cre.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch.
|
||||
- commit c00734a
|
||||
- btrfs: Fix creation of per-super sysfs directories when using multiple
|
||||
subvolumes (bnc#845774)
|
||||
- commit adcee6c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 17:15:35 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.12-rc5.
|
||||
- commit 6c5465f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
|
||||
Mon Oct 7 23:46:39 CEST 2013 - jack@suse.cz
|
||||
|
||||
- Linux 3.11.4.
|
||||
- commit 40d7ca3
|
||||
- supported.conf: Update support info
|
||||
- commit fe619b0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@ -143,11 +280,52 @@ Fri Oct 4 12:57:44 CEST 2013 - mmarek@suse.cz
|
||||
- commit 9e5b6fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
|
||||
Fri Oct 4 11:48:44 CEST 2013 - mmarek@suse.cz
|
||||
|
||||
- Linux 3.11.3.
|
||||
- Refresh patches.xen/xen3-patch-3.4.
|
||||
- commit 485f0d1
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@ -158,18 +336,31 @@ Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
|
||||
- commit a80e5ef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 30 13:49:46 CEST 2013 - dsterba@suse.cz
|
||||
Mon Sep 30 16:35:24 CEST 2013 - mmarek@suse.cz
|
||||
|
||||
- Btrfs: relocate csums properly with prealloc extents.
|
||||
- commit cb5d5b5
|
||||
- Do not build udlfb, to avoid conflict with udl (fate#316407)
|
||||
- commit 678681d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 28 18:00:10 CEST 2013 - ohering@suse.de
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 420e19b
|
||||
- commit 9e0a852
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 23:46:35 CEST 2013 - mmarek@suse.cz
|
||||
@ -199,32 +390,34 @@ Fri Sep 27 22:59:13 CEST 2013 - mmarek@suse.cz
|
||||
- commit 7e1f4b6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 22:11:47 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable FB_UDL in favor of DRM_UDL (bnc#836782).
|
||||
- commit 68c5865
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de
|
||||
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 83e7e53
|
||||
- commit ff1e29f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 16:24:13 CEST 2013 - ohering@suse.de
|
||||
Fri Sep 27 16:19:51 CEST 2013 - ohering@suse.de
|
||||
|
||||
- X86: Hyper-V: Get the local APIC timer frequency from the
|
||||
hypervisor.
|
||||
- commit 4f400e1
|
||||
- commit ca351ea
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 16:22:49 CEST 2013 - ohering@suse.de
|
||||
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 7affb28
|
||||
- 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
|
||||
@ -250,113 +443,103 @@ Fri Sep 27 13:20:24 CEST 2013 - mmarek@suse.cz
|
||||
- rpm/old-packages.conf: Drop bogus obsoletes for "smp" (bnc#821465)
|
||||
- commit 50c4c23
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 10:34:30 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.11.2.
|
||||
- Refresh patches.xen/pci-guestdev.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Delete
|
||||
patches.rpmify/powerpc-add-missing-include-to-book3s_xics-c.
|
||||
- commit d1e8a21
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 10:29:30 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- config/*/debug: Enable FSCACHE_DEBUG and CACHEFILES_DEBUG.
|
||||
- commit 5068fbc
|
||||
- commit 528f287
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Remove Obsoletes ocfs2-kmp
|
||||
This is done to enable install of ocfs2-kmp-* alongwith the
|
||||
kernel until the patches are reviewed.
|
||||
- commit 9d2b4ca
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
|
||||
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config.conf: Re-enable s390x and ia64 configs
|
||||
- commit adb564f
|
||||
- commit 954d4c1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 16:10:27 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- patches.rpmify/documentation-fix-bad-merge-with-tmpfile-documentation:
|
||||
Updated Patch-mainline
|
||||
- commit a1513a8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
|
||||
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- Build gpio-ucb1400 as a module
|
||||
- commit 68bb010
|
||||
- commit fc372c0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
|
||||
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de
|
||||
|
||||
- Update README.BRANCH
|
||||
- commit 4d432eb
|
||||
- ARM: Update config files: Use lpae for multiarch, exynos for LPAE exynos5
|
||||
- commit 957e65c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
|
||||
Wed Sep 25 16:09:40 CEST 2013 - agraf@suse.de
|
||||
|
||||
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
|
||||
- commit e74b2a8
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
|
||||
Wed Sep 25 16:01:31 CEST 2013 - agraf@suse.de
|
||||
|
||||
- patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs: Fix issue where
|
||||
the error case would still attempt to create sysfs dir.
|
||||
- commit 129c02b
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- power_supply: Prevent suspend until power supply events are
|
||||
processed (bnc#841596).
|
||||
- commit 11b28da
|
||||
- commit 50dfbd0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de
|
||||
|
||||
- Increase NR_CPUS on ppc64 to 2048 (fate#315438)
|
||||
- commit 8a38aef
|
||||
- commit ddaa978
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- Update config files.
|
||||
Fix ZSWAP on vanillas.
|
||||
- commit da42424
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 18:05:34 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Fix for Xen detection with --vanilla
|
||||
When we hit the limit code to handle $SKIP_XEN and there aren't
|
||||
any Xen patches to apply anyway, we'll fail because LIMIT is unset.
|
||||
- commit 1d7b879
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 17:44:49 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/tar-up.sh: Disable Xen patches when Xen configs are disabled
|
||||
Similar to the change for scripts/sequence-patch.sh, this change
|
||||
disables the Xen patches with +noxen in series.conf when creating
|
||||
the kernel-source package.
|
||||
- commit 3104a04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 17:14:19 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Skip Xen patches when Xen configs are disabled.
|
||||
When updating the base kernel version, the Xen patches must be updated
|
||||
separately. This allows us to skip the Xen patches until they're resynced
|
||||
just by disabling the configs.
|
||||
- commit d9673e9
|
||||
- commit 5a7a093
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com
|
||||
@ -5115,6 +5298,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
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
# norootforbuild
|
||||
# icecream 0
|
||||
|
||||
%define srcversion 3.11
|
||||
%define patchversion 3.11.6
|
||||
%define srcversion 3.12
|
||||
%define patchversion 3.12.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -29,9 +29,9 @@
|
||||
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 3.11.6
|
||||
Version: 3.12.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g2607707
|
||||
Release: <RELEASE>.g1e06fbe
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,127 +1,264 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 14:54:28 CET 2013 - mhocko@suse.cz
|
||||
Thu Nov 21 00:04:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Fix a few incorrectly checked [io_]remap_pfn_range() calls
|
||||
(bnc#849021, CVE-2013-4511).
|
||||
- commit 2607707
|
||||
- Linux 3.12.1.
|
||||
- commit 1e06fbe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 19:04:18 CET 2013 - dsterba@suse.cz
|
||||
Wed Nov 20 14:47:00 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Disable patches.suse/btrfs-fix-negative-qgroup-tracking-from-owher.patch
|
||||
reference: bnc#848059
|
||||
- commit e6d4a27
|
||||
- Update config files (fate#315172).
|
||||
- commit a0984ed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 13:15:58 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- x86/dumpstack: Fix printk_address for direct addresses
|
||||
(bnc#845621).
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
- Refresh patches.xen/xen-x86_64-dump-user-pgt.
|
||||
- commit ce55b22
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 16:52:03 CET 2013 - jbohac@suse.cz
|
||||
|
||||
- supported.conf: marked net/netfilter/xt_set as supported (bnc#851066)
|
||||
xt_set should have been enabled together with the ip_set modules in
|
||||
fate#313309
|
||||
- commit c2e046e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 14:09:24 CET 2013 - jdelvare@suse.de
|
||||
|
||||
- armv6hl, armv7hl: Update config files.
|
||||
Set CONFIG_BATMAN_ADV_BLA=y as all other kernel configuration files
|
||||
have.
|
||||
- commit e7c00d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 17:27:48 CET 2013 - jdelvare@suse.de
|
||||
|
||||
- Update config files:
|
||||
* CONFIG_BATMAN_ADV_NC=y, because other BATMAN_ADV options are all
|
||||
enabled so why not this one.
|
||||
* CONFIG_GPIO_SCH=m, CONFIG_GPIO_PCH=m, because we support all other
|
||||
features of these pieces of hardware.
|
||||
* CONFIG_INTEL_POWERCLAMP=m, because this small driver might be
|
||||
useful in specific cases, and there's no obvious reason not to
|
||||
include it.
|
||||
- commit 79e7a03
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 14:39:46 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.12-final.
|
||||
- commit ec28986
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 17:58:38 CET 2013 - duwe@suse.de
|
||||
|
||||
- fate#316581: CONFIG_IBM_BSR y -> m
|
||||
- commit f5eba64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 5b1b1d3
|
||||
- commit 5fe5110
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 12:36:05 CET 2013 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Add a fixup for ASUS N76VZ (bnc#846529).
|
||||
- commit 8bd2042
|
||||
- commit c8ca4fb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 10:31:59 CET 2013 - jbeulich@suse.com
|
||||
Tue Oct 29 14:04:37 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update EC2 config files.
|
||||
- commit 81dd01f
|
||||
- Update Xen patches to 3.12-rc7 and c/s 1240.
|
||||
- commit 49141ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 09:25:43 CET 2013 - jbeulich@suse.com
|
||||
Mon Oct 28 15:04:30 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Refresh Xen patches (bnc#829682, bnc#842063).
|
||||
- pcifront: Deal with toolstack missing 'XenbusStateClosing'
|
||||
state.
|
||||
- Update Xen patches to 3.11.6.
|
||||
- commit 2339477
|
||||
- Update to 3.12-rc7.
|
||||
- commit c59f68d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 18:23:02 CEST 2013 - trenn@suse.de
|
||||
|
||||
- cpufreq: ondemand: Change the calculation of target frequency
|
||||
(bnc#846734).
|
||||
- commit 0ba01b7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 17:08:03 CEST 2013 - dsterba@suse.cz
|
||||
|
||||
- Btrfs: fix negative qgroup tracking from owner accounting (bnc#821948)
|
||||
- commit ef319f1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 21:17:47 CEST 2013 - jeffm@suse.com
|
||||
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- nouveau: Fix race with fence signaling (bnc#844177).
|
||||
- commit 8d7989b
|
||||
- commit db1113e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
|
||||
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Linux 3.11.6 (bnc#841645).
|
||||
- Delete patches.drivers/ALSA-hda-Add-fixup-for-ASUS-N56VZ.
|
||||
- commit 9ca6827
|
||||
- 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 14 18:45:32 CEST 2013 - jeffm@suse.com
|
||||
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 (vanilla)
|
||||
- commit 53efb9c
|
||||
- Update to 3.12-rc6.
|
||||
- commit 7244867
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com
|
||||
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5
|
||||
- commit 22f9877
|
||||
- Update x86 Xen config files (RTC_DRV_EFI=y).
|
||||
- commit ac42dba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
|
||||
Wed Oct 16 11:35:46 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- btrfs: Fix creation of per-super sysfs directories when using multiple
|
||||
subvolumes (bnc#845774).
|
||||
- commit 0801062
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de
|
||||
Tue Oct 15 15:26:01 CEST 2013 - oneukum@suse.de
|
||||
|
||||
- sha256_ssse3: also test for BMI2 (bnc#842459).
|
||||
- commit 626459d
|
||||
- commit 243990f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz
|
||||
Mon Oct 14 17:40:49 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Linux 3.11.5.
|
||||
- Delete
|
||||
patches.suse/btrfs-0005-reset-ret-in-record_one_backref.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0010-change-how-we-queue-blocks-for-backref-checkin.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0022-skip-subvol-entries-when-checking-if-we-ve-cre.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch.
|
||||
- commit c00734a
|
||||
- btrfs: Fix creation of per-super sysfs directories when using multiple
|
||||
subvolumes (bnc#845774)
|
||||
- commit adcee6c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 17:15:35 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.12-rc5.
|
||||
- commit 6c5465f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
|
||||
Mon Oct 7 23:46:39 CEST 2013 - jack@suse.cz
|
||||
|
||||
- Linux 3.11.4.
|
||||
- commit 40d7ca3
|
||||
- supported.conf: Update support info
|
||||
- commit fe619b0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@ -143,11 +280,52 @@ Fri Oct 4 12:57:44 CEST 2013 - mmarek@suse.cz
|
||||
- commit 9e5b6fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
|
||||
Fri Oct 4 11:48:44 CEST 2013 - mmarek@suse.cz
|
||||
|
||||
- Linux 3.11.3.
|
||||
- Refresh patches.xen/xen3-patch-3.4.
|
||||
- commit 485f0d1
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@ -158,18 +336,31 @@ Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
|
||||
- commit a80e5ef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 30 13:49:46 CEST 2013 - dsterba@suse.cz
|
||||
Mon Sep 30 16:35:24 CEST 2013 - mmarek@suse.cz
|
||||
|
||||
- Btrfs: relocate csums properly with prealloc extents.
|
||||
- commit cb5d5b5
|
||||
- Do not build udlfb, to avoid conflict with udl (fate#316407)
|
||||
- commit 678681d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 28 18:00:10 CEST 2013 - ohering@suse.de
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 420e19b
|
||||
- commit 9e0a852
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 23:46:35 CEST 2013 - mmarek@suse.cz
|
||||
@ -199,32 +390,34 @@ Fri Sep 27 22:59:13 CEST 2013 - mmarek@suse.cz
|
||||
- commit 7e1f4b6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 22:11:47 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable FB_UDL in favor of DRM_UDL (bnc#836782).
|
||||
- commit 68c5865
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de
|
||||
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 83e7e53
|
||||
- commit ff1e29f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 16:24:13 CEST 2013 - ohering@suse.de
|
||||
Fri Sep 27 16:19:51 CEST 2013 - ohering@suse.de
|
||||
|
||||
- X86: Hyper-V: Get the local APIC timer frequency from the
|
||||
hypervisor.
|
||||
- commit 4f400e1
|
||||
- commit ca351ea
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 16:22:49 CEST 2013 - ohering@suse.de
|
||||
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 7affb28
|
||||
- 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
|
||||
@ -250,113 +443,103 @@ Fri Sep 27 13:20:24 CEST 2013 - mmarek@suse.cz
|
||||
- rpm/old-packages.conf: Drop bogus obsoletes for "smp" (bnc#821465)
|
||||
- commit 50c4c23
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 10:34:30 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.11.2.
|
||||
- Refresh patches.xen/pci-guestdev.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Delete
|
||||
patches.rpmify/powerpc-add-missing-include-to-book3s_xics-c.
|
||||
- commit d1e8a21
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 10:29:30 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- config/*/debug: Enable FSCACHE_DEBUG and CACHEFILES_DEBUG.
|
||||
- commit 5068fbc
|
||||
- commit 528f287
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Remove Obsoletes ocfs2-kmp
|
||||
This is done to enable install of ocfs2-kmp-* alongwith the
|
||||
kernel until the patches are reviewed.
|
||||
- commit 9d2b4ca
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
|
||||
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config.conf: Re-enable s390x and ia64 configs
|
||||
- commit adb564f
|
||||
- commit 954d4c1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 16:10:27 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- patches.rpmify/documentation-fix-bad-merge-with-tmpfile-documentation:
|
||||
Updated Patch-mainline
|
||||
- commit a1513a8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
|
||||
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- Build gpio-ucb1400 as a module
|
||||
- commit 68bb010
|
||||
- commit fc372c0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
|
||||
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de
|
||||
|
||||
- Update README.BRANCH
|
||||
- commit 4d432eb
|
||||
- ARM: Update config files: Use lpae for multiarch, exynos for LPAE exynos5
|
||||
- commit 957e65c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
|
||||
Wed Sep 25 16:09:40 CEST 2013 - agraf@suse.de
|
||||
|
||||
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
|
||||
- commit e74b2a8
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
|
||||
Wed Sep 25 16:01:31 CEST 2013 - agraf@suse.de
|
||||
|
||||
- patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs: Fix issue where
|
||||
the error case would still attempt to create sysfs dir.
|
||||
- commit 129c02b
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- power_supply: Prevent suspend until power supply events are
|
||||
processed (bnc#841596).
|
||||
- commit 11b28da
|
||||
- commit 50dfbd0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de
|
||||
|
||||
- Increase NR_CPUS on ppc64 to 2048 (fate#315438)
|
||||
- commit 8a38aef
|
||||
- commit ddaa978
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- Update config files.
|
||||
Fix ZSWAP on vanillas.
|
||||
- commit da42424
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 18:05:34 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Fix for Xen detection with --vanilla
|
||||
When we hit the limit code to handle $SKIP_XEN and there aren't
|
||||
any Xen patches to apply anyway, we'll fail because LIMIT is unset.
|
||||
- commit 1d7b879
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 17:44:49 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/tar-up.sh: Disable Xen patches when Xen configs are disabled
|
||||
Similar to the change for scripts/sequence-patch.sh, this change
|
||||
disables the Xen patches with +noxen in series.conf when creating
|
||||
the kernel-source package.
|
||||
- commit 3104a04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 17:14:19 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Skip Xen patches when Xen configs are disabled.
|
||||
When updating the base kernel version, the Xen patches must be updated
|
||||
separately. This allows us to skip the Xen patches until they're resynced
|
||||
just by disabling the configs.
|
||||
- commit d9673e9
|
||||
- commit 5a7a093
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com
|
||||
@ -5115,6 +5298,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
|
||||
|
||||
|
@ -23,10 +23,10 @@
|
||||
|
||||
Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 3.11.6
|
||||
Version: 3.12.1
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g2607707
|
||||
Release: <RELEASE>.g1e06fbe
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,127 +1,264 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 14:54:28 CET 2013 - mhocko@suse.cz
|
||||
Thu Nov 21 00:04:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Fix a few incorrectly checked [io_]remap_pfn_range() calls
|
||||
(bnc#849021, CVE-2013-4511).
|
||||
- commit 2607707
|
||||
- Linux 3.12.1.
|
||||
- commit 1e06fbe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 19:04:18 CET 2013 - dsterba@suse.cz
|
||||
Wed Nov 20 14:47:00 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Disable patches.suse/btrfs-fix-negative-qgroup-tracking-from-owher.patch
|
||||
reference: bnc#848059
|
||||
- commit e6d4a27
|
||||
- Update config files (fate#315172).
|
||||
- commit a0984ed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 13:15:58 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- x86/dumpstack: Fix printk_address for direct addresses
|
||||
(bnc#845621).
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
- Refresh patches.xen/xen-x86_64-dump-user-pgt.
|
||||
- commit ce55b22
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 16:52:03 CET 2013 - jbohac@suse.cz
|
||||
|
||||
- supported.conf: marked net/netfilter/xt_set as supported (bnc#851066)
|
||||
xt_set should have been enabled together with the ip_set modules in
|
||||
fate#313309
|
||||
- commit c2e046e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 14:09:24 CET 2013 - jdelvare@suse.de
|
||||
|
||||
- armv6hl, armv7hl: Update config files.
|
||||
Set CONFIG_BATMAN_ADV_BLA=y as all other kernel configuration files
|
||||
have.
|
||||
- commit e7c00d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 17:27:48 CET 2013 - jdelvare@suse.de
|
||||
|
||||
- Update config files:
|
||||
* CONFIG_BATMAN_ADV_NC=y, because other BATMAN_ADV options are all
|
||||
enabled so why not this one.
|
||||
* CONFIG_GPIO_SCH=m, CONFIG_GPIO_PCH=m, because we support all other
|
||||
features of these pieces of hardware.
|
||||
* CONFIG_INTEL_POWERCLAMP=m, because this small driver might be
|
||||
useful in specific cases, and there's no obvious reason not to
|
||||
include it.
|
||||
- commit 79e7a03
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 14:39:46 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.12-final.
|
||||
- commit ec28986
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 17:58:38 CET 2013 - duwe@suse.de
|
||||
|
||||
- fate#316581: CONFIG_IBM_BSR y -> m
|
||||
- commit f5eba64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 5b1b1d3
|
||||
- commit 5fe5110
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 12:36:05 CET 2013 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Add a fixup for ASUS N76VZ (bnc#846529).
|
||||
- commit 8bd2042
|
||||
- commit c8ca4fb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 10:31:59 CET 2013 - jbeulich@suse.com
|
||||
Tue Oct 29 14:04:37 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update EC2 config files.
|
||||
- commit 81dd01f
|
||||
- Update Xen patches to 3.12-rc7 and c/s 1240.
|
||||
- commit 49141ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 09:25:43 CET 2013 - jbeulich@suse.com
|
||||
Mon Oct 28 15:04:30 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Refresh Xen patches (bnc#829682, bnc#842063).
|
||||
- pcifront: Deal with toolstack missing 'XenbusStateClosing'
|
||||
state.
|
||||
- Update Xen patches to 3.11.6.
|
||||
- commit 2339477
|
||||
- Update to 3.12-rc7.
|
||||
- commit c59f68d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 18:23:02 CEST 2013 - trenn@suse.de
|
||||
|
||||
- cpufreq: ondemand: Change the calculation of target frequency
|
||||
(bnc#846734).
|
||||
- commit 0ba01b7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 17:08:03 CEST 2013 - dsterba@suse.cz
|
||||
|
||||
- Btrfs: fix negative qgroup tracking from owner accounting (bnc#821948)
|
||||
- commit ef319f1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 21:17:47 CEST 2013 - jeffm@suse.com
|
||||
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- nouveau: Fix race with fence signaling (bnc#844177).
|
||||
- commit 8d7989b
|
||||
- commit db1113e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
|
||||
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Linux 3.11.6 (bnc#841645).
|
||||
- Delete patches.drivers/ALSA-hda-Add-fixup-for-ASUS-N56VZ.
|
||||
- commit 9ca6827
|
||||
- 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 14 18:45:32 CEST 2013 - jeffm@suse.com
|
||||
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 (vanilla)
|
||||
- commit 53efb9c
|
||||
- Update to 3.12-rc6.
|
||||
- commit 7244867
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com
|
||||
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5
|
||||
- commit 22f9877
|
||||
- Update x86 Xen config files (RTC_DRV_EFI=y).
|
||||
- commit ac42dba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
|
||||
Wed Oct 16 11:35:46 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- btrfs: Fix creation of per-super sysfs directories when using multiple
|
||||
subvolumes (bnc#845774).
|
||||
- commit 0801062
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de
|
||||
Tue Oct 15 15:26:01 CEST 2013 - oneukum@suse.de
|
||||
|
||||
- sha256_ssse3: also test for BMI2 (bnc#842459).
|
||||
- commit 626459d
|
||||
- commit 243990f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz
|
||||
Mon Oct 14 17:40:49 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Linux 3.11.5.
|
||||
- Delete
|
||||
patches.suse/btrfs-0005-reset-ret-in-record_one_backref.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0010-change-how-we-queue-blocks-for-backref-checkin.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0022-skip-subvol-entries-when-checking-if-we-ve-cre.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch.
|
||||
- commit c00734a
|
||||
- btrfs: Fix creation of per-super sysfs directories when using multiple
|
||||
subvolumes (bnc#845774)
|
||||
- commit adcee6c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 17:15:35 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.12-rc5.
|
||||
- commit 6c5465f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
|
||||
Mon Oct 7 23:46:39 CEST 2013 - jack@suse.cz
|
||||
|
||||
- Linux 3.11.4.
|
||||
- commit 40d7ca3
|
||||
- supported.conf: Update support info
|
||||
- commit fe619b0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@ -143,11 +280,52 @@ Fri Oct 4 12:57:44 CEST 2013 - mmarek@suse.cz
|
||||
- commit 9e5b6fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
|
||||
Fri Oct 4 11:48:44 CEST 2013 - mmarek@suse.cz
|
||||
|
||||
- Linux 3.11.3.
|
||||
- Refresh patches.xen/xen3-patch-3.4.
|
||||
- commit 485f0d1
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@ -158,18 +336,31 @@ Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
|
||||
- commit a80e5ef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 30 13:49:46 CEST 2013 - dsterba@suse.cz
|
||||
Mon Sep 30 16:35:24 CEST 2013 - mmarek@suse.cz
|
||||
|
||||
- Btrfs: relocate csums properly with prealloc extents.
|
||||
- commit cb5d5b5
|
||||
- Do not build udlfb, to avoid conflict with udl (fate#316407)
|
||||
- commit 678681d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 28 18:00:10 CEST 2013 - ohering@suse.de
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 420e19b
|
||||
- commit 9e0a852
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 23:46:35 CEST 2013 - mmarek@suse.cz
|
||||
@ -199,32 +390,34 @@ Fri Sep 27 22:59:13 CEST 2013 - mmarek@suse.cz
|
||||
- commit 7e1f4b6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 22:11:47 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable FB_UDL in favor of DRM_UDL (bnc#836782).
|
||||
- commit 68c5865
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de
|
||||
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 83e7e53
|
||||
- commit ff1e29f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 16:24:13 CEST 2013 - ohering@suse.de
|
||||
Fri Sep 27 16:19:51 CEST 2013 - ohering@suse.de
|
||||
|
||||
- X86: Hyper-V: Get the local APIC timer frequency from the
|
||||
hypervisor.
|
||||
- commit 4f400e1
|
||||
- commit ca351ea
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 16:22:49 CEST 2013 - ohering@suse.de
|
||||
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 7affb28
|
||||
- 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
|
||||
@ -250,113 +443,103 @@ Fri Sep 27 13:20:24 CEST 2013 - mmarek@suse.cz
|
||||
- rpm/old-packages.conf: Drop bogus obsoletes for "smp" (bnc#821465)
|
||||
- commit 50c4c23
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 10:34:30 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.11.2.
|
||||
- Refresh patches.xen/pci-guestdev.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Delete
|
||||
patches.rpmify/powerpc-add-missing-include-to-book3s_xics-c.
|
||||
- commit d1e8a21
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 10:29:30 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- config/*/debug: Enable FSCACHE_DEBUG and CACHEFILES_DEBUG.
|
||||
- commit 5068fbc
|
||||
- commit 528f287
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Remove Obsoletes ocfs2-kmp
|
||||
This is done to enable install of ocfs2-kmp-* alongwith the
|
||||
kernel until the patches are reviewed.
|
||||
- commit 9d2b4ca
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
|
||||
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config.conf: Re-enable s390x and ia64 configs
|
||||
- commit adb564f
|
||||
- commit 954d4c1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 16:10:27 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- patches.rpmify/documentation-fix-bad-merge-with-tmpfile-documentation:
|
||||
Updated Patch-mainline
|
||||
- commit a1513a8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
|
||||
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- Build gpio-ucb1400 as a module
|
||||
- commit 68bb010
|
||||
- commit fc372c0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
|
||||
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de
|
||||
|
||||
- Update README.BRANCH
|
||||
- commit 4d432eb
|
||||
- ARM: Update config files: Use lpae for multiarch, exynos for LPAE exynos5
|
||||
- commit 957e65c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
|
||||
Wed Sep 25 16:09:40 CEST 2013 - agraf@suse.de
|
||||
|
||||
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
|
||||
- commit e74b2a8
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
|
||||
Wed Sep 25 16:01:31 CEST 2013 - agraf@suse.de
|
||||
|
||||
- patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs: Fix issue where
|
||||
the error case would still attempt to create sysfs dir.
|
||||
- commit 129c02b
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- power_supply: Prevent suspend until power supply events are
|
||||
processed (bnc#841596).
|
||||
- commit 11b28da
|
||||
- commit 50dfbd0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de
|
||||
|
||||
- Increase NR_CPUS on ppc64 to 2048 (fate#315438)
|
||||
- commit 8a38aef
|
||||
- commit ddaa978
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- Update config files.
|
||||
Fix ZSWAP on vanillas.
|
||||
- commit da42424
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 18:05:34 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Fix for Xen detection with --vanilla
|
||||
When we hit the limit code to handle $SKIP_XEN and there aren't
|
||||
any Xen patches to apply anyway, we'll fail because LIMIT is unset.
|
||||
- commit 1d7b879
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 17:44:49 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/tar-up.sh: Disable Xen patches when Xen configs are disabled
|
||||
Similar to the change for scripts/sequence-patch.sh, this change
|
||||
disables the Xen patches with +noxen in series.conf when creating
|
||||
the kernel-source package.
|
||||
- commit 3104a04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 17:14:19 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Skip Xen patches when Xen configs are disabled.
|
||||
When updating the base kernel version, the Xen patches must be updated
|
||||
separately. This allows us to skip the Xen patches until they're resynced
|
||||
just by disabling the configs.
|
||||
- commit d9673e9
|
||||
- commit 5a7a093
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com
|
||||
@ -5115,6 +5298,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
|
||||
|
||||
|
@ -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.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@
|
||||
|
||||
Name: kernel-trace
|
||||
Summary: The Standard Kernel with Tracing Features
|
||||
Version: 3.11.6
|
||||
Version: 3.12.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g2607707
|
||||
Release: <RELEASE>.g1e06fbe
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,127 +1,264 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 14:54:28 CET 2013 - mhocko@suse.cz
|
||||
Thu Nov 21 00:04:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Fix a few incorrectly checked [io_]remap_pfn_range() calls
|
||||
(bnc#849021, CVE-2013-4511).
|
||||
- commit 2607707
|
||||
- Linux 3.12.1.
|
||||
- commit 1e06fbe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 19:04:18 CET 2013 - dsterba@suse.cz
|
||||
Wed Nov 20 14:47:00 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Disable patches.suse/btrfs-fix-negative-qgroup-tracking-from-owher.patch
|
||||
reference: bnc#848059
|
||||
- commit e6d4a27
|
||||
- Update config files (fate#315172).
|
||||
- commit a0984ed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 13:15:58 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- x86/dumpstack: Fix printk_address for direct addresses
|
||||
(bnc#845621).
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
- Refresh patches.xen/xen-x86_64-dump-user-pgt.
|
||||
- commit ce55b22
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 16:52:03 CET 2013 - jbohac@suse.cz
|
||||
|
||||
- supported.conf: marked net/netfilter/xt_set as supported (bnc#851066)
|
||||
xt_set should have been enabled together with the ip_set modules in
|
||||
fate#313309
|
||||
- commit c2e046e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 14:09:24 CET 2013 - jdelvare@suse.de
|
||||
|
||||
- armv6hl, armv7hl: Update config files.
|
||||
Set CONFIG_BATMAN_ADV_BLA=y as all other kernel configuration files
|
||||
have.
|
||||
- commit e7c00d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 17:27:48 CET 2013 - jdelvare@suse.de
|
||||
|
||||
- Update config files:
|
||||
* CONFIG_BATMAN_ADV_NC=y, because other BATMAN_ADV options are all
|
||||
enabled so why not this one.
|
||||
* CONFIG_GPIO_SCH=m, CONFIG_GPIO_PCH=m, because we support all other
|
||||
features of these pieces of hardware.
|
||||
* CONFIG_INTEL_POWERCLAMP=m, because this small driver might be
|
||||
useful in specific cases, and there's no obvious reason not to
|
||||
include it.
|
||||
- commit 79e7a03
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 14:39:46 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.12-final.
|
||||
- commit ec28986
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 17:58:38 CET 2013 - duwe@suse.de
|
||||
|
||||
- fate#316581: CONFIG_IBM_BSR y -> m
|
||||
- commit f5eba64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 5b1b1d3
|
||||
- commit 5fe5110
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 12:36:05 CET 2013 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Add a fixup for ASUS N76VZ (bnc#846529).
|
||||
- commit 8bd2042
|
||||
- commit c8ca4fb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 10:31:59 CET 2013 - jbeulich@suse.com
|
||||
Tue Oct 29 14:04:37 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update EC2 config files.
|
||||
- commit 81dd01f
|
||||
- Update Xen patches to 3.12-rc7 and c/s 1240.
|
||||
- commit 49141ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 09:25:43 CET 2013 - jbeulich@suse.com
|
||||
Mon Oct 28 15:04:30 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Refresh Xen patches (bnc#829682, bnc#842063).
|
||||
- pcifront: Deal with toolstack missing 'XenbusStateClosing'
|
||||
state.
|
||||
- Update Xen patches to 3.11.6.
|
||||
- commit 2339477
|
||||
- Update to 3.12-rc7.
|
||||
- commit c59f68d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 18:23:02 CEST 2013 - trenn@suse.de
|
||||
|
||||
- cpufreq: ondemand: Change the calculation of target frequency
|
||||
(bnc#846734).
|
||||
- commit 0ba01b7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 17:08:03 CEST 2013 - dsterba@suse.cz
|
||||
|
||||
- Btrfs: fix negative qgroup tracking from owner accounting (bnc#821948)
|
||||
- commit ef319f1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 21:17:47 CEST 2013 - jeffm@suse.com
|
||||
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- nouveau: Fix race with fence signaling (bnc#844177).
|
||||
- commit 8d7989b
|
||||
- commit db1113e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
|
||||
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Linux 3.11.6 (bnc#841645).
|
||||
- Delete patches.drivers/ALSA-hda-Add-fixup-for-ASUS-N56VZ.
|
||||
- commit 9ca6827
|
||||
- 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 14 18:45:32 CEST 2013 - jeffm@suse.com
|
||||
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 (vanilla)
|
||||
- commit 53efb9c
|
||||
- Update to 3.12-rc6.
|
||||
- commit 7244867
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com
|
||||
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5
|
||||
- commit 22f9877
|
||||
- Update x86 Xen config files (RTC_DRV_EFI=y).
|
||||
- commit ac42dba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
|
||||
Wed Oct 16 11:35:46 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- btrfs: Fix creation of per-super sysfs directories when using multiple
|
||||
subvolumes (bnc#845774).
|
||||
- commit 0801062
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de
|
||||
Tue Oct 15 15:26:01 CEST 2013 - oneukum@suse.de
|
||||
|
||||
- sha256_ssse3: also test for BMI2 (bnc#842459).
|
||||
- commit 626459d
|
||||
- commit 243990f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz
|
||||
Mon Oct 14 17:40:49 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Linux 3.11.5.
|
||||
- Delete
|
||||
patches.suse/btrfs-0005-reset-ret-in-record_one_backref.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0010-change-how-we-queue-blocks-for-backref-checkin.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0022-skip-subvol-entries-when-checking-if-we-ve-cre.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch.
|
||||
- commit c00734a
|
||||
- btrfs: Fix creation of per-super sysfs directories when using multiple
|
||||
subvolumes (bnc#845774)
|
||||
- commit adcee6c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 17:15:35 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.12-rc5.
|
||||
- commit 6c5465f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
|
||||
Mon Oct 7 23:46:39 CEST 2013 - jack@suse.cz
|
||||
|
||||
- Linux 3.11.4.
|
||||
- commit 40d7ca3
|
||||
- supported.conf: Update support info
|
||||
- commit fe619b0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@ -143,11 +280,52 @@ Fri Oct 4 12:57:44 CEST 2013 - mmarek@suse.cz
|
||||
- commit 9e5b6fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
|
||||
Fri Oct 4 11:48:44 CEST 2013 - mmarek@suse.cz
|
||||
|
||||
- Linux 3.11.3.
|
||||
- Refresh patches.xen/xen3-patch-3.4.
|
||||
- commit 485f0d1
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@ -158,18 +336,31 @@ Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
|
||||
- commit a80e5ef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 30 13:49:46 CEST 2013 - dsterba@suse.cz
|
||||
Mon Sep 30 16:35:24 CEST 2013 - mmarek@suse.cz
|
||||
|
||||
- Btrfs: relocate csums properly with prealloc extents.
|
||||
- commit cb5d5b5
|
||||
- Do not build udlfb, to avoid conflict with udl (fate#316407)
|
||||
- commit 678681d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 28 18:00:10 CEST 2013 - ohering@suse.de
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 420e19b
|
||||
- commit 9e0a852
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 23:46:35 CEST 2013 - mmarek@suse.cz
|
||||
@ -199,32 +390,34 @@ Fri Sep 27 22:59:13 CEST 2013 - mmarek@suse.cz
|
||||
- commit 7e1f4b6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 22:11:47 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable FB_UDL in favor of DRM_UDL (bnc#836782).
|
||||
- commit 68c5865
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de
|
||||
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 83e7e53
|
||||
- commit ff1e29f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 16:24:13 CEST 2013 - ohering@suse.de
|
||||
Fri Sep 27 16:19:51 CEST 2013 - ohering@suse.de
|
||||
|
||||
- X86: Hyper-V: Get the local APIC timer frequency from the
|
||||
hypervisor.
|
||||
- commit 4f400e1
|
||||
- commit ca351ea
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 16:22:49 CEST 2013 - ohering@suse.de
|
||||
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 7affb28
|
||||
- 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
|
||||
@ -250,113 +443,103 @@ Fri Sep 27 13:20:24 CEST 2013 - mmarek@suse.cz
|
||||
- rpm/old-packages.conf: Drop bogus obsoletes for "smp" (bnc#821465)
|
||||
- commit 50c4c23
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 10:34:30 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.11.2.
|
||||
- Refresh patches.xen/pci-guestdev.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Delete
|
||||
patches.rpmify/powerpc-add-missing-include-to-book3s_xics-c.
|
||||
- commit d1e8a21
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 10:29:30 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- config/*/debug: Enable FSCACHE_DEBUG and CACHEFILES_DEBUG.
|
||||
- commit 5068fbc
|
||||
- commit 528f287
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Remove Obsoletes ocfs2-kmp
|
||||
This is done to enable install of ocfs2-kmp-* alongwith the
|
||||
kernel until the patches are reviewed.
|
||||
- commit 9d2b4ca
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
|
||||
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config.conf: Re-enable s390x and ia64 configs
|
||||
- commit adb564f
|
||||
- commit 954d4c1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 16:10:27 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- patches.rpmify/documentation-fix-bad-merge-with-tmpfile-documentation:
|
||||
Updated Patch-mainline
|
||||
- commit a1513a8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
|
||||
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- Build gpio-ucb1400 as a module
|
||||
- commit 68bb010
|
||||
- commit fc372c0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
|
||||
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de
|
||||
|
||||
- Update README.BRANCH
|
||||
- commit 4d432eb
|
||||
- ARM: Update config files: Use lpae for multiarch, exynos for LPAE exynos5
|
||||
- commit 957e65c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
|
||||
Wed Sep 25 16:09:40 CEST 2013 - agraf@suse.de
|
||||
|
||||
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
|
||||
- commit e74b2a8
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
|
||||
Wed Sep 25 16:01:31 CEST 2013 - agraf@suse.de
|
||||
|
||||
- patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs: Fix issue where
|
||||
the error case would still attempt to create sysfs dir.
|
||||
- commit 129c02b
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- power_supply: Prevent suspend until power supply events are
|
||||
processed (bnc#841596).
|
||||
- commit 11b28da
|
||||
- commit 50dfbd0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de
|
||||
|
||||
- Increase NR_CPUS on ppc64 to 2048 (fate#315438)
|
||||
- commit 8a38aef
|
||||
- commit ddaa978
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- Update config files.
|
||||
Fix ZSWAP on vanillas.
|
||||
- commit da42424
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 18:05:34 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Fix for Xen detection with --vanilla
|
||||
When we hit the limit code to handle $SKIP_XEN and there aren't
|
||||
any Xen patches to apply anyway, we'll fail because LIMIT is unset.
|
||||
- commit 1d7b879
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 17:44:49 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/tar-up.sh: Disable Xen patches when Xen configs are disabled
|
||||
Similar to the change for scripts/sequence-patch.sh, this change
|
||||
disables the Xen patches with +noxen in series.conf when creating
|
||||
the kernel-source package.
|
||||
- commit 3104a04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 17:14:19 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Skip Xen patches when Xen configs are disabled.
|
||||
When updating the base kernel version, the Xen patches must be updated
|
||||
separately. This allows us to skip the Xen patches until they're resynced
|
||||
just by disabling the configs.
|
||||
- commit d9673e9
|
||||
- commit 5a7a093
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com
|
||||
@ -5115,6 +5298,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
|
||||
|
||||
|
@ -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.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@
|
||||
|
||||
Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
Version: 3.11.6
|
||||
Version: 3.12.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g2607707
|
||||
Release: <RELEASE>.g1e06fbe
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,127 +1,264 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 14:54:28 CET 2013 - mhocko@suse.cz
|
||||
Thu Nov 21 00:04:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Fix a few incorrectly checked [io_]remap_pfn_range() calls
|
||||
(bnc#849021, CVE-2013-4511).
|
||||
- commit 2607707
|
||||
- Linux 3.12.1.
|
||||
- commit 1e06fbe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 19:04:18 CET 2013 - dsterba@suse.cz
|
||||
Wed Nov 20 14:47:00 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Disable patches.suse/btrfs-fix-negative-qgroup-tracking-from-owher.patch
|
||||
reference: bnc#848059
|
||||
- commit e6d4a27
|
||||
- Update config files (fate#315172).
|
||||
- commit a0984ed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 13:15:58 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- x86/dumpstack: Fix printk_address for direct addresses
|
||||
(bnc#845621).
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
- Refresh patches.xen/xen-x86_64-dump-user-pgt.
|
||||
- commit ce55b22
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 16:52:03 CET 2013 - jbohac@suse.cz
|
||||
|
||||
- supported.conf: marked net/netfilter/xt_set as supported (bnc#851066)
|
||||
xt_set should have been enabled together with the ip_set modules in
|
||||
fate#313309
|
||||
- commit c2e046e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 14:09:24 CET 2013 - jdelvare@suse.de
|
||||
|
||||
- armv6hl, armv7hl: Update config files.
|
||||
Set CONFIG_BATMAN_ADV_BLA=y as all other kernel configuration files
|
||||
have.
|
||||
- commit e7c00d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 17:27:48 CET 2013 - jdelvare@suse.de
|
||||
|
||||
- Update config files:
|
||||
* CONFIG_BATMAN_ADV_NC=y, because other BATMAN_ADV options are all
|
||||
enabled so why not this one.
|
||||
* CONFIG_GPIO_SCH=m, CONFIG_GPIO_PCH=m, because we support all other
|
||||
features of these pieces of hardware.
|
||||
* CONFIG_INTEL_POWERCLAMP=m, because this small driver might be
|
||||
useful in specific cases, and there's no obvious reason not to
|
||||
include it.
|
||||
- commit 79e7a03
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 14:39:46 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.12-final.
|
||||
- commit ec28986
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 17:58:38 CET 2013 - duwe@suse.de
|
||||
|
||||
- fate#316581: CONFIG_IBM_BSR y -> m
|
||||
- commit f5eba64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 5b1b1d3
|
||||
- commit 5fe5110
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 12:36:05 CET 2013 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Add a fixup for ASUS N76VZ (bnc#846529).
|
||||
- commit 8bd2042
|
||||
- commit c8ca4fb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 10:31:59 CET 2013 - jbeulich@suse.com
|
||||
Tue Oct 29 14:04:37 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update EC2 config files.
|
||||
- commit 81dd01f
|
||||
- Update Xen patches to 3.12-rc7 and c/s 1240.
|
||||
- commit 49141ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 09:25:43 CET 2013 - jbeulich@suse.com
|
||||
Mon Oct 28 15:04:30 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Refresh Xen patches (bnc#829682, bnc#842063).
|
||||
- pcifront: Deal with toolstack missing 'XenbusStateClosing'
|
||||
state.
|
||||
- Update Xen patches to 3.11.6.
|
||||
- commit 2339477
|
||||
- Update to 3.12-rc7.
|
||||
- commit c59f68d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 18:23:02 CEST 2013 - trenn@suse.de
|
||||
|
||||
- cpufreq: ondemand: Change the calculation of target frequency
|
||||
(bnc#846734).
|
||||
- commit 0ba01b7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 17:08:03 CEST 2013 - dsterba@suse.cz
|
||||
|
||||
- Btrfs: fix negative qgroup tracking from owner accounting (bnc#821948)
|
||||
- commit ef319f1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 21:17:47 CEST 2013 - jeffm@suse.com
|
||||
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- nouveau: Fix race with fence signaling (bnc#844177).
|
||||
- commit 8d7989b
|
||||
- commit db1113e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 18 22:19:21 CEST 2013 - jslaby@suse.cz
|
||||
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Linux 3.11.6 (bnc#841645).
|
||||
- Delete patches.drivers/ALSA-hda-Add-fixup-for-ASUS-N56VZ.
|
||||
- commit 9ca6827
|
||||
- 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 14 18:45:32 CEST 2013 - jeffm@suse.com
|
||||
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 (vanilla)
|
||||
- commit 53efb9c
|
||||
- Update to 3.12-rc6.
|
||||
- commit 7244867
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com
|
||||
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5
|
||||
- commit 22f9877
|
||||
- Update x86 Xen config files (RTC_DRV_EFI=y).
|
||||
- commit ac42dba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com
|
||||
Wed Oct 16 11:35:46 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- btrfs: Fix creation of per-super sysfs directories when using multiple
|
||||
subvolumes (bnc#845774).
|
||||
- commit 0801062
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de
|
||||
Tue Oct 15 15:26:01 CEST 2013 - oneukum@suse.de
|
||||
|
||||
- sha256_ssse3: also test for BMI2 (bnc#842459).
|
||||
- commit 626459d
|
||||
- commit 243990f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz
|
||||
Mon Oct 14 17:40:49 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Linux 3.11.5.
|
||||
- Delete
|
||||
patches.suse/btrfs-0005-reset-ret-in-record_one_backref.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0010-change-how-we-queue-blocks-for-backref-checkin.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0022-skip-subvol-entries-when-checking-if-we-ve-cre.patch.
|
||||
- Delete
|
||||
patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch.
|
||||
- commit c00734a
|
||||
- btrfs: Fix creation of per-super sysfs directories when using multiple
|
||||
subvolumes (bnc#845774)
|
||||
- commit adcee6c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 17:15:35 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.12-rc5.
|
||||
- commit 6c5465f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 5 18:59:29 CEST 2013 - jslaby@suse.cz
|
||||
Mon Oct 7 23:46:39 CEST 2013 - jack@suse.cz
|
||||
|
||||
- Linux 3.11.4.
|
||||
- commit 40d7ca3
|
||||
- supported.conf: Update support info
|
||||
- commit fe619b0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@ -143,11 +280,52 @@ Fri Oct 4 12:57:44 CEST 2013 - mmarek@suse.cz
|
||||
- commit 9e5b6fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 2 07:54:02 CEST 2013 - jslaby@suse.cz
|
||||
Fri Oct 4 11:48:44 CEST 2013 - mmarek@suse.cz
|
||||
|
||||
- Linux 3.11.3.
|
||||
- Refresh patches.xen/xen3-patch-3.4.
|
||||
- commit 485f0d1
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@ -158,18 +336,31 @@ Mon Sep 30 17:08:45 CEST 2013 - mmarek@suse.cz
|
||||
- commit a80e5ef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 30 13:49:46 CEST 2013 - dsterba@suse.cz
|
||||
Mon Sep 30 16:35:24 CEST 2013 - mmarek@suse.cz
|
||||
|
||||
- Btrfs: relocate csums properly with prealloc extents.
|
||||
- commit cb5d5b5
|
||||
- Do not build udlfb, to avoid conflict with udl (fate#316407)
|
||||
- commit 678681d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 28 18:00:10 CEST 2013 - ohering@suse.de
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 420e19b
|
||||
- commit 9e0a852
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 23:46:35 CEST 2013 - mmarek@suse.cz
|
||||
@ -199,32 +390,34 @@ Fri Sep 27 22:59:13 CEST 2013 - mmarek@suse.cz
|
||||
- commit 7e1f4b6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 22:11:47 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable FB_UDL in favor of DRM_UDL (bnc#836782).
|
||||
- commit 68c5865
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de
|
||||
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 83e7e53
|
||||
- commit ff1e29f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 16:24:13 CEST 2013 - ohering@suse.de
|
||||
Fri Sep 27 16:19:51 CEST 2013 - ohering@suse.de
|
||||
|
||||
- X86: Hyper-V: Get the local APIC timer frequency from the
|
||||
hypervisor.
|
||||
- commit 4f400e1
|
||||
- commit ca351ea
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 16:22:49 CEST 2013 - ohering@suse.de
|
||||
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 7affb28
|
||||
- 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
|
||||
@ -250,113 +443,103 @@ Fri Sep 27 13:20:24 CEST 2013 - mmarek@suse.cz
|
||||
- rpm/old-packages.conf: Drop bogus obsoletes for "smp" (bnc#821465)
|
||||
- commit 50c4c23
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 10:34:30 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.11.2.
|
||||
- Refresh patches.xen/pci-guestdev.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Delete
|
||||
patches.rpmify/powerpc-add-missing-include-to-book3s_xics-c.
|
||||
- commit d1e8a21
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 10:29:30 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- config/*/debug: Enable FSCACHE_DEBUG and CACHEFILES_DEBUG.
|
||||
- commit 5068fbc
|
||||
- commit 528f287
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Remove Obsoletes ocfs2-kmp
|
||||
This is done to enable install of ocfs2-kmp-* alongwith the
|
||||
kernel until the patches are reviewed.
|
||||
- commit 9d2b4ca
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
|
||||
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config.conf: Re-enable s390x and ia64 configs
|
||||
- commit adb564f
|
||||
- commit 954d4c1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 16:10:27 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- patches.rpmify/documentation-fix-bad-merge-with-tmpfile-documentation:
|
||||
Updated Patch-mainline
|
||||
- commit a1513a8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
|
||||
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- Build gpio-ucb1400 as a module
|
||||
- commit 68bb010
|
||||
- commit fc372c0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
|
||||
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de
|
||||
|
||||
- Update README.BRANCH
|
||||
- commit 4d432eb
|
||||
- ARM: Update config files: Use lpae for multiarch, exynos for LPAE exynos5
|
||||
- commit 957e65c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
|
||||
Wed Sep 25 16:09:40 CEST 2013 - agraf@suse.de
|
||||
|
||||
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
|
||||
- commit e74b2a8
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
|
||||
Wed Sep 25 16:01:31 CEST 2013 - agraf@suse.de
|
||||
|
||||
- patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs: Fix issue where
|
||||
the error case would still attempt to create sysfs dir.
|
||||
- commit 129c02b
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- power_supply: Prevent suspend until power supply events are
|
||||
processed (bnc#841596).
|
||||
- commit 11b28da
|
||||
- commit 50dfbd0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de
|
||||
|
||||
- Increase NR_CPUS on ppc64 to 2048 (fate#315438)
|
||||
- commit 8a38aef
|
||||
- commit ddaa978
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- Update config files.
|
||||
Fix ZSWAP on vanillas.
|
||||
- commit da42424
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 18:05:34 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Fix for Xen detection with --vanilla
|
||||
When we hit the limit code to handle $SKIP_XEN and there aren't
|
||||
any Xen patches to apply anyway, we'll fail because LIMIT is unset.
|
||||
- commit 1d7b879
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 17:44:49 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/tar-up.sh: Disable Xen patches when Xen configs are disabled
|
||||
Similar to the change for scripts/sequence-patch.sh, this change
|
||||
disables the Xen patches with +noxen in series.conf when creating
|
||||
the kernel-source package.
|
||||
- commit 3104a04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 17:14:19 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Skip Xen patches when Xen configs are disabled.
|
||||
When updating the base kernel version, the Xen patches must be updated
|
||||
separately. This allows us to skip the Xen patches until they're resynced
|
||||
just by disabling the configs.
|
||||
- commit d9673e9
|
||||
- commit 5a7a093
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com
|
||||
@ -5115,6 +5298,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
|
||||
|
||||
|
@ -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.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@
|
||||
|
||||
Name: kernel-xen
|
||||
Summary: The Xen Kernel
|
||||
Version: 3.11.6
|
||||
Version: 3.12.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g2607707
|
||||
Release: <RELEASE>.g1e06fbe
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e7ae11d20aafdc5a2dfd104f198d87e5ce65fa8ada1ce18a263e89ff0148e1fa
|
||||
size 89445814
|
3
linux-3.12.tar.bz2
Normal file
3
linux-3.12.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43129defd9079c99cf5e57506d36b6b01614c734a5ed9e604d3a7c1510ab8b22
|
||||
size 91111381
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c71439113c44288244bb59b769f24a75f2c1c40866c17b412364345289a5caa4
|
||||
size 6642
|
||||
oid sha256:9ceb66c80b2f09f5134931e1080bf77f6db663200c0ab5ccbc3130732fb5874e
|
||||
size 5138
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4421f38bd077c7209a685d669fea3a3402c3d6bbb8ad36781633ad6260cdf1c2
|
||||
size 156008
|
||||
oid sha256:635dd22348053e0cd292ab00f60226073a443c4219de60c1a83c960642ccc22b
|
||||
size 150640
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:706796a645bdbdbeb25600a75e0476fd09eac02a3a0296380eb051b58a99fc7b
|
||||
size 6194
|
||||
oid sha256:e252f4c5d369e44888e40ca658168a21a3e886e82c41ef2eb85db0aac783e7ad
|
||||
size 6089
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cdd1f7c018aee3c891dbf8b2652e17f53edd518d0d3281f068192d1ac312c3c7
|
||||
size 32166
|
||||
oid sha256:4c92512e658c54b9c589da47fcfca086093eae5c21b2199dbb880cda9426ce30
|
||||
size 14951
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ffe448720a61c9a5fb9012e0ead2c78a4943d442cd050c1badfac19f5593ea40
|
||||
size 153542
|
||||
oid sha256:6c3f4ea391e1b0dea3227e3e30ce6fda8f8e01601eebb1a96f15f536ad9ba0b1
|
||||
size 7395
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80fd1477b3c75ba2908e500bed0f592e7b3c4d145f801043dcdfb344c5fba51b
|
||||
size 3695
|
||||
oid sha256:dfc706980084eb47da8203f6168001fba4c3d3f193d5961204a2c9a5aa209dd5
|
||||
size 3802
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dca1e38d24c9f3fa67c537e701e50214f498ae9d3d597386c808101278ca48db
|
||||
size 146052
|
||||
oid sha256:22de871676c6321f2f5f1ec4a630fa63cabf9b3add4c9eb29ff1376d63d3ba83
|
||||
size 132530
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f129657348a4d9fb7f0ef8d0d7f025469dd2c6c08a695d539450d7c4456b706
|
||||
size 2058028
|
||||
oid sha256:0a08ab68b31ce9ddc5c5a4395e15a299f6e1f5859acc7e4ae25957f4d15facd8
|
||||
size 2031603
|
||||
|
93
series.conf
93
series.conf
@ -27,21 +27,16 @@
|
||||
# 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
|
||||
patches.kernel.org/patch-3.12.1
|
||||
|
||||
########################################################
|
||||
# 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 +61,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 +112,8 @@
|
||||
+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
|
||||
patches.fixes/x86-dumpstack-Fix-printk_address-for-direct-addresse.patch
|
||||
|
||||
########################################################
|
||||
# x86 MCE/MCA (Machine Check Error/Architecture) extensions
|
||||
@ -156,24 +154,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,14 +205,11 @@
|
||||
|
||||
patches.arch/acpi_thermal_passive_blacklist.patch
|
||||
|
||||
patches.arch/010-acpi_initrd_override_tables.patch
|
||||
|
||||
########################################################
|
||||
# CPUFREQ
|
||||
########################################################
|
||||
|
||||
+trenn patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch
|
||||
patches.fixes/cpufreq_performance_tuning.patch
|
||||
|
||||
## cpuidle perf events cleanups and related
|
||||
patches.arch/perf_timechart_fix_zero_timestamps.patch
|
||||
@ -233,8 +221,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
|
||||
|
||||
@ -269,57 +257,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
|
||||
+dsterba patches.suse/btrfs-fix-negative-qgroup-tracking-from-owher.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
|
||||
@ -435,7 +394,6 @@
|
||||
# Network
|
||||
########################################################
|
||||
patches.fixes/tulip-quad-NIC-ifdown
|
||||
patches.drivers/ehea-modinfo.patch
|
||||
|
||||
########################################################
|
||||
# Wireless Networking
|
||||
@ -477,7 +435,6 @@
|
||||
##########################################################
|
||||
# Sound
|
||||
##########################################################
|
||||
patches.drivers/ALSA-hda-Add-a-fixup-for-ASUS-N76VZ
|
||||
patches.drivers/ALSA-hda-Add-extra-chmap-for-2.1-outputs-on-ASUS-lap
|
||||
|
||||
########################################################
|
||||
@ -492,7 +449,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
|
||||
@ -528,7 +484,6 @@
|
||||
# Security stuff
|
||||
#
|
||||
##########################################################
|
||||
patches.fixes/Fix-a-few-incorrectly-checked-io_-remap_pfn_range-ca.patch
|
||||
|
||||
##########################################################
|
||||
# Audit
|
||||
@ -538,7 +493,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
|
||||
@ -628,7 +583,6 @@
|
||||
patches.xen/xen3-fixup-xen
|
||||
|
||||
# newer changeset backports
|
||||
patches.xen/1240-pcifront-toolstack-missing-XenbusStateClosing.patch
|
||||
|
||||
# changes outside arch/{i386,x86_64}/xen
|
||||
patches.xen/xen3-fixup-kconfig
|
||||
@ -671,13 +625,12 @@
|
||||
patches.xen/xen3-patch-3.9
|
||||
patches.xen/xen3-patch-3.10
|
||||
patches.xen/xen3-patch-3.11
|
||||
patches.xen/xen3-patch-3.11.1-2
|
||||
patches.xen/xen3-patch-3.11.5-6
|
||||
patches.xen/xen3-patch-3.12
|
||||
|
||||
# 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
|
||||
patches.xen/xen3-x86-dumpstack-Fix-printk_address-for-direct-addresse.patch
|
||||
|
||||
# bugfixes and enhancements
|
||||
patches.xen/xen-hypercall-symbols
|
||||
|
@ -1,3 +1,3 @@
|
||||
2013-11-06 14:54:28 +0100
|
||||
GIT Revision: 2607707bb5fc8eb6a132671dfdf8be56978f697d
|
||||
GIT Branch: openSUSE-13.1
|
||||
2013-11-21 00:04:25 +0100
|
||||
GIT Revision: 1e06fbeab3dabef01d2a3b4d68dbf5531de7cbc9
|
||||
GIT Branch: master
|
||||
|
5165
supported.conf
5165
supported.conf
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user