commit 3081bf019df79f7c31af5bca0b5bc57ad1707d93
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=399
This commit is contained in:
parent
e0fc2cc949
commit
10cd3398a4
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:280086ab1d7a1d000e948eb36b7a22a92dcee1cc6396b9f5413536b29bf7e137
|
||||
size 393711
|
||||
oid sha256:67f3a74340e3b39966509ce2d8eae7a9914a8a3eb611099f2276327fda2a7570
|
||||
size 393865
|
||||
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 20:24:35 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- Update
|
||||
patches.suse/0001-Revert-mmc-sdhci-fix-low-memory-corruption.patch
|
||||
(bnc#934531).
|
||||
- Update
|
||||
patches.suse/0002-Revert-mmc-sdhci-use-pipeline-mmc-requests-to-improv.patch
|
||||
(bnc#934531).
|
||||
- commit 3081bf0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 20:11:34 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.fixes/KEYS-ensure-we-free-the-assoc-array-edit-if-edit-is-.patch.
|
||||
Ad git commit id.
|
||||
- commit 7cf8f32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 18:59:09 CEST 2015 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Clean up serial options
|
||||
Change SERIAL_8250_DW from =m to =y.
|
||||
Change SERIAL_SAMSUNG from =m to =y and enable SERIAL_SAMSUNG_CONSOLE=y.
|
||||
Enable Qualcomm serial: SERIAL_MSM=y and SERIAL_MSM_CONSOLE=y
|
||||
Enable Spreadtrum serial: SERIAL_SPRD=y and SERIAL_SPRD_CONSOLE=y
|
||||
Disable Altera serial: SERIAL_ALTERA_JTAGUART and SERIAL_ALTERA_UART
|
||||
We can revisit this when they have arm64 support out.
|
||||
Disable Conexant serial: SERIAL_CONEXANT_DIGICOLOR (not arm64)
|
||||
(cherry picked from commit 26cb131d91a7ba44068f1abed841b890518ea176)
|
||||
- commit 057f0a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 17:40:07 CEST 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Clean up serial options
|
||||
Fix SERIAL_OF_PLATFORM to be =y. This unbreaks AC100 serial and
|
||||
hopefully Cubietruck as well.
|
||||
Fix CONFIG_SERIAL_CONEXANT_DIGICOLOR from =m to =y and
|
||||
enable CONFIG_SERIAL_CONEXANT_DIGICOLOR_CONSOLE=y,
|
||||
but only for default and vanilla, as it is a Cortex-A8.
|
||||
Fix SERIAL_AMBA_PL010 from =m to =y for lpae, matching default, and
|
||||
enable CONFIG_SERIAL_AMBA_PL010_CONSOLE=y for lpae, too.
|
||||
Disable SERIAL_ST_ASC for lpae, as STi are Cortex-A9 only.
|
||||
(cherry picked from commit 5f5dbd3a9cd58bfb803b83459a564d06eb1e1a37)
|
||||
- commit 0c88332
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 09:41:40 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- KEYS: ensure we free the assoc array edit if edit is valid
|
||||
(bnc#938645 CVE-2015-1333).
|
||||
- commit e755463
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 29 11:47:55 CEST 2015 - mkubecek@suse.cz
|
||||
|
||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.1.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gce190a8
|
||||
Release: <RELEASE>.g3081bf0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 20:24:35 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- Update
|
||||
patches.suse/0001-Revert-mmc-sdhci-fix-low-memory-corruption.patch
|
||||
(bnc#934531).
|
||||
- Update
|
||||
patches.suse/0002-Revert-mmc-sdhci-use-pipeline-mmc-requests-to-improv.patch
|
||||
(bnc#934531).
|
||||
- commit 3081bf0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 20:11:34 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.fixes/KEYS-ensure-we-free-the-assoc-array-edit-if-edit-is-.patch.
|
||||
Ad git commit id.
|
||||
- commit 7cf8f32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 18:59:09 CEST 2015 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Clean up serial options
|
||||
Change SERIAL_8250_DW from =m to =y.
|
||||
Change SERIAL_SAMSUNG from =m to =y and enable SERIAL_SAMSUNG_CONSOLE=y.
|
||||
Enable Qualcomm serial: SERIAL_MSM=y and SERIAL_MSM_CONSOLE=y
|
||||
Enable Spreadtrum serial: SERIAL_SPRD=y and SERIAL_SPRD_CONSOLE=y
|
||||
Disable Altera serial: SERIAL_ALTERA_JTAGUART and SERIAL_ALTERA_UART
|
||||
We can revisit this when they have arm64 support out.
|
||||
Disable Conexant serial: SERIAL_CONEXANT_DIGICOLOR (not arm64)
|
||||
(cherry picked from commit 26cb131d91a7ba44068f1abed841b890518ea176)
|
||||
- commit 057f0a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 17:40:07 CEST 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Clean up serial options
|
||||
Fix SERIAL_OF_PLATFORM to be =y. This unbreaks AC100 serial and
|
||||
hopefully Cubietruck as well.
|
||||
Fix CONFIG_SERIAL_CONEXANT_DIGICOLOR from =m to =y and
|
||||
enable CONFIG_SERIAL_CONEXANT_DIGICOLOR_CONSOLE=y,
|
||||
but only for default and vanilla, as it is a Cortex-A8.
|
||||
Fix SERIAL_AMBA_PL010 from =m to =y for lpae, matching default, and
|
||||
enable CONFIG_SERIAL_AMBA_PL010_CONSOLE=y for lpae, too.
|
||||
Disable SERIAL_ST_ASC for lpae, as STi are Cortex-A9 only.
|
||||
(cherry picked from commit 5f5dbd3a9cd58bfb803b83459a564d06eb1e1a37)
|
||||
- commit 0c88332
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 09:41:40 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- KEYS: ensure we free the assoc array edit if edit is valid
|
||||
(bnc#938645 CVE-2015-1333).
|
||||
- commit e755463
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 29 11:47:55 CEST 2015 - mkubecek@suse.cz
|
||||
|
||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.1.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gce190a8
|
||||
Release: <RELEASE>.g3081bf0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 20:24:35 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- Update
|
||||
patches.suse/0001-Revert-mmc-sdhci-fix-low-memory-corruption.patch
|
||||
(bnc#934531).
|
||||
- Update
|
||||
patches.suse/0002-Revert-mmc-sdhci-use-pipeline-mmc-requests-to-improv.patch
|
||||
(bnc#934531).
|
||||
- commit 3081bf0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 20:11:34 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.fixes/KEYS-ensure-we-free-the-assoc-array-edit-if-edit-is-.patch.
|
||||
Ad git commit id.
|
||||
- commit 7cf8f32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 18:59:09 CEST 2015 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Clean up serial options
|
||||
Change SERIAL_8250_DW from =m to =y.
|
||||
Change SERIAL_SAMSUNG from =m to =y and enable SERIAL_SAMSUNG_CONSOLE=y.
|
||||
Enable Qualcomm serial: SERIAL_MSM=y and SERIAL_MSM_CONSOLE=y
|
||||
Enable Spreadtrum serial: SERIAL_SPRD=y and SERIAL_SPRD_CONSOLE=y
|
||||
Disable Altera serial: SERIAL_ALTERA_JTAGUART and SERIAL_ALTERA_UART
|
||||
We can revisit this when they have arm64 support out.
|
||||
Disable Conexant serial: SERIAL_CONEXANT_DIGICOLOR (not arm64)
|
||||
(cherry picked from commit 26cb131d91a7ba44068f1abed841b890518ea176)
|
||||
- commit 057f0a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 17:40:07 CEST 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Clean up serial options
|
||||
Fix SERIAL_OF_PLATFORM to be =y. This unbreaks AC100 serial and
|
||||
hopefully Cubietruck as well.
|
||||
Fix CONFIG_SERIAL_CONEXANT_DIGICOLOR from =m to =y and
|
||||
enable CONFIG_SERIAL_CONEXANT_DIGICOLOR_CONSOLE=y,
|
||||
but only for default and vanilla, as it is a Cortex-A8.
|
||||
Fix SERIAL_AMBA_PL010 from =m to =y for lpae, matching default, and
|
||||
enable CONFIG_SERIAL_AMBA_PL010_CONSOLE=y for lpae, too.
|
||||
Disable SERIAL_ST_ASC for lpae, as STi are Cortex-A9 only.
|
||||
(cherry picked from commit 5f5dbd3a9cd58bfb803b83459a564d06eb1e1a37)
|
||||
- commit 0c88332
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 09:41:40 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- KEYS: ensure we free the assoc array edit if edit is valid
|
||||
(bnc#938645 CVE-2015-1333).
|
||||
- commit e755463
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 29 11:47:55 CEST 2015 - mkubecek@suse.cz
|
||||
|
||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.1.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gce190a8
|
||||
Release: <RELEASE>.g3081bf0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 20:24:35 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- Update
|
||||
patches.suse/0001-Revert-mmc-sdhci-fix-low-memory-corruption.patch
|
||||
(bnc#934531).
|
||||
- Update
|
||||
patches.suse/0002-Revert-mmc-sdhci-use-pipeline-mmc-requests-to-improv.patch
|
||||
(bnc#934531).
|
||||
- commit 3081bf0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 20:11:34 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.fixes/KEYS-ensure-we-free-the-assoc-array-edit-if-edit-is-.patch.
|
||||
Ad git commit id.
|
||||
- commit 7cf8f32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 18:59:09 CEST 2015 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Clean up serial options
|
||||
Change SERIAL_8250_DW from =m to =y.
|
||||
Change SERIAL_SAMSUNG from =m to =y and enable SERIAL_SAMSUNG_CONSOLE=y.
|
||||
Enable Qualcomm serial: SERIAL_MSM=y and SERIAL_MSM_CONSOLE=y
|
||||
Enable Spreadtrum serial: SERIAL_SPRD=y and SERIAL_SPRD_CONSOLE=y
|
||||
Disable Altera serial: SERIAL_ALTERA_JTAGUART and SERIAL_ALTERA_UART
|
||||
We can revisit this when they have arm64 support out.
|
||||
Disable Conexant serial: SERIAL_CONEXANT_DIGICOLOR (not arm64)
|
||||
(cherry picked from commit 26cb131d91a7ba44068f1abed841b890518ea176)
|
||||
- commit 057f0a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 17:40:07 CEST 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Clean up serial options
|
||||
Fix SERIAL_OF_PLATFORM to be =y. This unbreaks AC100 serial and
|
||||
hopefully Cubietruck as well.
|
||||
Fix CONFIG_SERIAL_CONEXANT_DIGICOLOR from =m to =y and
|
||||
enable CONFIG_SERIAL_CONEXANT_DIGICOLOR_CONSOLE=y,
|
||||
but only for default and vanilla, as it is a Cortex-A8.
|
||||
Fix SERIAL_AMBA_PL010 from =m to =y for lpae, matching default, and
|
||||
enable CONFIG_SERIAL_AMBA_PL010_CONSOLE=y for lpae, too.
|
||||
Disable SERIAL_ST_ASC for lpae, as STi are Cortex-A9 only.
|
||||
(cherry picked from commit 5f5dbd3a9cd58bfb803b83459a564d06eb1e1a37)
|
||||
- commit 0c88332
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 09:41:40 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- KEYS: ensure we free the assoc array edit if edit is valid
|
||||
(bnc#938645 CVE-2015-1333).
|
||||
- commit e755463
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 29 11:47:55 CEST 2015 - mkubecek@suse.cz
|
||||
|
||||
|
@ -29,7 +29,7 @@ License: GPL-2.0
|
||||
Group: Documentation/Man
|
||||
Version: 4.1.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gce190a8
|
||||
Release: <RELEASE>.g3081bf0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 20:24:35 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- Update
|
||||
patches.suse/0001-Revert-mmc-sdhci-fix-low-memory-corruption.patch
|
||||
(bnc#934531).
|
||||
- Update
|
||||
patches.suse/0002-Revert-mmc-sdhci-use-pipeline-mmc-requests-to-improv.patch
|
||||
(bnc#934531).
|
||||
- commit 3081bf0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 20:11:34 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.fixes/KEYS-ensure-we-free-the-assoc-array-edit-if-edit-is-.patch.
|
||||
Ad git commit id.
|
||||
- commit 7cf8f32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 18:59:09 CEST 2015 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Clean up serial options
|
||||
Change SERIAL_8250_DW from =m to =y.
|
||||
Change SERIAL_SAMSUNG from =m to =y and enable SERIAL_SAMSUNG_CONSOLE=y.
|
||||
Enable Qualcomm serial: SERIAL_MSM=y and SERIAL_MSM_CONSOLE=y
|
||||
Enable Spreadtrum serial: SERIAL_SPRD=y and SERIAL_SPRD_CONSOLE=y
|
||||
Disable Altera serial: SERIAL_ALTERA_JTAGUART and SERIAL_ALTERA_UART
|
||||
We can revisit this when they have arm64 support out.
|
||||
Disable Conexant serial: SERIAL_CONEXANT_DIGICOLOR (not arm64)
|
||||
(cherry picked from commit 26cb131d91a7ba44068f1abed841b890518ea176)
|
||||
- commit 057f0a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 17:40:07 CEST 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Clean up serial options
|
||||
Fix SERIAL_OF_PLATFORM to be =y. This unbreaks AC100 serial and
|
||||
hopefully Cubietruck as well.
|
||||
Fix CONFIG_SERIAL_CONEXANT_DIGICOLOR from =m to =y and
|
||||
enable CONFIG_SERIAL_CONEXANT_DIGICOLOR_CONSOLE=y,
|
||||
but only for default and vanilla, as it is a Cortex-A8.
|
||||
Fix SERIAL_AMBA_PL010 from =m to =y for lpae, matching default, and
|
||||
enable CONFIG_SERIAL_AMBA_PL010_CONSOLE=y for lpae, too.
|
||||
Disable SERIAL_ST_ASC for lpae, as STi are Cortex-A9 only.
|
||||
(cherry picked from commit 5f5dbd3a9cd58bfb803b83459a564d06eb1e1a37)
|
||||
- commit 0c88332
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 09:41:40 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- KEYS: ensure we free the assoc array edit if edit is valid
|
||||
(bnc#938645 CVE-2015-1333).
|
||||
- commit e755463
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 29 11:47:55 CEST 2015 - mkubecek@suse.cz
|
||||
|
||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.1.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gce190a8
|
||||
Release: <RELEASE>.g3081bf0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 20:24:35 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- Update
|
||||
patches.suse/0001-Revert-mmc-sdhci-fix-low-memory-corruption.patch
|
||||
(bnc#934531).
|
||||
- Update
|
||||
patches.suse/0002-Revert-mmc-sdhci-use-pipeline-mmc-requests-to-improv.patch
|
||||
(bnc#934531).
|
||||
- commit 3081bf0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 20:11:34 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.fixes/KEYS-ensure-we-free-the-assoc-array-edit-if-edit-is-.patch.
|
||||
Ad git commit id.
|
||||
- commit 7cf8f32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 18:59:09 CEST 2015 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Clean up serial options
|
||||
Change SERIAL_8250_DW from =m to =y.
|
||||
Change SERIAL_SAMSUNG from =m to =y and enable SERIAL_SAMSUNG_CONSOLE=y.
|
||||
Enable Qualcomm serial: SERIAL_MSM=y and SERIAL_MSM_CONSOLE=y
|
||||
Enable Spreadtrum serial: SERIAL_SPRD=y and SERIAL_SPRD_CONSOLE=y
|
||||
Disable Altera serial: SERIAL_ALTERA_JTAGUART and SERIAL_ALTERA_UART
|
||||
We can revisit this when they have arm64 support out.
|
||||
Disable Conexant serial: SERIAL_CONEXANT_DIGICOLOR (not arm64)
|
||||
(cherry picked from commit 26cb131d91a7ba44068f1abed841b890518ea176)
|
||||
- commit 057f0a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 17:40:07 CEST 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Clean up serial options
|
||||
Fix SERIAL_OF_PLATFORM to be =y. This unbreaks AC100 serial and
|
||||
hopefully Cubietruck as well.
|
||||
Fix CONFIG_SERIAL_CONEXANT_DIGICOLOR from =m to =y and
|
||||
enable CONFIG_SERIAL_CONEXANT_DIGICOLOR_CONSOLE=y,
|
||||
but only for default and vanilla, as it is a Cortex-A8.
|
||||
Fix SERIAL_AMBA_PL010 from =m to =y for lpae, matching default, and
|
||||
enable CONFIG_SERIAL_AMBA_PL010_CONSOLE=y for lpae, too.
|
||||
Disable SERIAL_ST_ASC for lpae, as STi are Cortex-A9 only.
|
||||
(cherry picked from commit 5f5dbd3a9cd58bfb803b83459a564d06eb1e1a37)
|
||||
- commit 0c88332
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 09:41:40 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- KEYS: ensure we free the assoc array edit if edit is valid
|
||||
(bnc#938645 CVE-2015-1333).
|
||||
- commit e755463
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 29 11:47:55 CEST 2015 - mkubecek@suse.cz
|
||||
|
||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.1.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gce190a8
|
||||
Release: <RELEASE>.g3081bf0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 20:24:35 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- Update
|
||||
patches.suse/0001-Revert-mmc-sdhci-fix-low-memory-corruption.patch
|
||||
(bnc#934531).
|
||||
- Update
|
||||
patches.suse/0002-Revert-mmc-sdhci-use-pipeline-mmc-requests-to-improv.patch
|
||||
(bnc#934531).
|
||||
- commit 3081bf0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 20:11:34 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.fixes/KEYS-ensure-we-free-the-assoc-array-edit-if-edit-is-.patch.
|
||||
Ad git commit id.
|
||||
- commit 7cf8f32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 18:59:09 CEST 2015 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Clean up serial options
|
||||
Change SERIAL_8250_DW from =m to =y.
|
||||
Change SERIAL_SAMSUNG from =m to =y and enable SERIAL_SAMSUNG_CONSOLE=y.
|
||||
Enable Qualcomm serial: SERIAL_MSM=y and SERIAL_MSM_CONSOLE=y
|
||||
Enable Spreadtrum serial: SERIAL_SPRD=y and SERIAL_SPRD_CONSOLE=y
|
||||
Disable Altera serial: SERIAL_ALTERA_JTAGUART and SERIAL_ALTERA_UART
|
||||
We can revisit this when they have arm64 support out.
|
||||
Disable Conexant serial: SERIAL_CONEXANT_DIGICOLOR (not arm64)
|
||||
(cherry picked from commit 26cb131d91a7ba44068f1abed841b890518ea176)
|
||||
- commit 057f0a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 17:40:07 CEST 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Clean up serial options
|
||||
Fix SERIAL_OF_PLATFORM to be =y. This unbreaks AC100 serial and
|
||||
hopefully Cubietruck as well.
|
||||
Fix CONFIG_SERIAL_CONEXANT_DIGICOLOR from =m to =y and
|
||||
enable CONFIG_SERIAL_CONEXANT_DIGICOLOR_CONSOLE=y,
|
||||
but only for default and vanilla, as it is a Cortex-A8.
|
||||
Fix SERIAL_AMBA_PL010 from =m to =y for lpae, matching default, and
|
||||
enable CONFIG_SERIAL_AMBA_PL010_CONSOLE=y for lpae, too.
|
||||
Disable SERIAL_ST_ASC for lpae, as STi are Cortex-A9 only.
|
||||
(cherry picked from commit 5f5dbd3a9cd58bfb803b83459a564d06eb1e1a37)
|
||||
- commit 0c88332
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 09:41:40 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- KEYS: ensure we free the assoc array edit if edit is valid
|
||||
(bnc#938645 CVE-2015-1333).
|
||||
- commit e755463
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 29 11:47:55 CEST 2015 - mkubecek@suse.cz
|
||||
|
||||
|
@ -47,7 +47,7 @@ License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 4.1.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gce190a8
|
||||
Release: <RELEASE>.g3081bf0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 20:24:35 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- Update
|
||||
patches.suse/0001-Revert-mmc-sdhci-fix-low-memory-corruption.patch
|
||||
(bnc#934531).
|
||||
- Update
|
||||
patches.suse/0002-Revert-mmc-sdhci-use-pipeline-mmc-requests-to-improv.patch
|
||||
(bnc#934531).
|
||||
- commit 3081bf0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 20:11:34 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.fixes/KEYS-ensure-we-free-the-assoc-array-edit-if-edit-is-.patch.
|
||||
Ad git commit id.
|
||||
- commit 7cf8f32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 18:59:09 CEST 2015 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Clean up serial options
|
||||
Change SERIAL_8250_DW from =m to =y.
|
||||
Change SERIAL_SAMSUNG from =m to =y and enable SERIAL_SAMSUNG_CONSOLE=y.
|
||||
Enable Qualcomm serial: SERIAL_MSM=y and SERIAL_MSM_CONSOLE=y
|
||||
Enable Spreadtrum serial: SERIAL_SPRD=y and SERIAL_SPRD_CONSOLE=y
|
||||
Disable Altera serial: SERIAL_ALTERA_JTAGUART and SERIAL_ALTERA_UART
|
||||
We can revisit this when they have arm64 support out.
|
||||
Disable Conexant serial: SERIAL_CONEXANT_DIGICOLOR (not arm64)
|
||||
(cherry picked from commit 26cb131d91a7ba44068f1abed841b890518ea176)
|
||||
- commit 057f0a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 17:40:07 CEST 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Clean up serial options
|
||||
Fix SERIAL_OF_PLATFORM to be =y. This unbreaks AC100 serial and
|
||||
hopefully Cubietruck as well.
|
||||
Fix CONFIG_SERIAL_CONEXANT_DIGICOLOR from =m to =y and
|
||||
enable CONFIG_SERIAL_CONEXANT_DIGICOLOR_CONSOLE=y,
|
||||
but only for default and vanilla, as it is a Cortex-A8.
|
||||
Fix SERIAL_AMBA_PL010 from =m to =y for lpae, matching default, and
|
||||
enable CONFIG_SERIAL_AMBA_PL010_CONSOLE=y for lpae, too.
|
||||
Disable SERIAL_ST_ASC for lpae, as STi are Cortex-A9 only.
|
||||
(cherry picked from commit 5f5dbd3a9cd58bfb803b83459a564d06eb1e1a37)
|
||||
- commit 0c88332
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 09:41:40 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- KEYS: ensure we free the assoc array edit if edit is valid
|
||||
(bnc#938645 CVE-2015-1333).
|
||||
- commit e755463
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 29 11:47:55 CEST 2015 - mkubecek@suse.cz
|
||||
|
||||
|
@ -38,7 +38,7 @@ License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 4.1.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gce190a8
|
||||
Release: <RELEASE>.g3081bf0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 20:24:35 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- Update
|
||||
patches.suse/0001-Revert-mmc-sdhci-fix-low-memory-corruption.patch
|
||||
(bnc#934531).
|
||||
- Update
|
||||
patches.suse/0002-Revert-mmc-sdhci-use-pipeline-mmc-requests-to-improv.patch
|
||||
(bnc#934531).
|
||||
- commit 3081bf0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 20:11:34 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.fixes/KEYS-ensure-we-free-the-assoc-array-edit-if-edit-is-.patch.
|
||||
Ad git commit id.
|
||||
- commit 7cf8f32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 18:59:09 CEST 2015 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Clean up serial options
|
||||
Change SERIAL_8250_DW from =m to =y.
|
||||
Change SERIAL_SAMSUNG from =m to =y and enable SERIAL_SAMSUNG_CONSOLE=y.
|
||||
Enable Qualcomm serial: SERIAL_MSM=y and SERIAL_MSM_CONSOLE=y
|
||||
Enable Spreadtrum serial: SERIAL_SPRD=y and SERIAL_SPRD_CONSOLE=y
|
||||
Disable Altera serial: SERIAL_ALTERA_JTAGUART and SERIAL_ALTERA_UART
|
||||
We can revisit this when they have arm64 support out.
|
||||
Disable Conexant serial: SERIAL_CONEXANT_DIGICOLOR (not arm64)
|
||||
(cherry picked from commit 26cb131d91a7ba44068f1abed841b890518ea176)
|
||||
- commit 057f0a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 17:40:07 CEST 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Clean up serial options
|
||||
Fix SERIAL_OF_PLATFORM to be =y. This unbreaks AC100 serial and
|
||||
hopefully Cubietruck as well.
|
||||
Fix CONFIG_SERIAL_CONEXANT_DIGICOLOR from =m to =y and
|
||||
enable CONFIG_SERIAL_CONEXANT_DIGICOLOR_CONSOLE=y,
|
||||
but only for default and vanilla, as it is a Cortex-A8.
|
||||
Fix SERIAL_AMBA_PL010 from =m to =y for lpae, matching default, and
|
||||
enable CONFIG_SERIAL_AMBA_PL010_CONSOLE=y for lpae, too.
|
||||
Disable SERIAL_ST_ASC for lpae, as STi are Cortex-A9 only.
|
||||
(cherry picked from commit 5f5dbd3a9cd58bfb803b83459a564d06eb1e1a37)
|
||||
- commit 0c88332
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 09:41:40 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- KEYS: ensure we free the assoc array edit if edit is valid
|
||||
(bnc#938645 CVE-2015-1333).
|
||||
- commit e755463
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 29 11:47:55 CEST 2015 - mkubecek@suse.cz
|
||||
|
||||
|
@ -38,7 +38,7 @@ License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 4.1.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gce190a8
|
||||
Release: <RELEASE>.g3081bf0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 20:24:35 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- Update
|
||||
patches.suse/0001-Revert-mmc-sdhci-fix-low-memory-corruption.patch
|
||||
(bnc#934531).
|
||||
- Update
|
||||
patches.suse/0002-Revert-mmc-sdhci-use-pipeline-mmc-requests-to-improv.patch
|
||||
(bnc#934531).
|
||||
- commit 3081bf0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 20:11:34 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.fixes/KEYS-ensure-we-free-the-assoc-array-edit-if-edit-is-.patch.
|
||||
Ad git commit id.
|
||||
- commit 7cf8f32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 18:59:09 CEST 2015 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Clean up serial options
|
||||
Change SERIAL_8250_DW from =m to =y.
|
||||
Change SERIAL_SAMSUNG from =m to =y and enable SERIAL_SAMSUNG_CONSOLE=y.
|
||||
Enable Qualcomm serial: SERIAL_MSM=y and SERIAL_MSM_CONSOLE=y
|
||||
Enable Spreadtrum serial: SERIAL_SPRD=y and SERIAL_SPRD_CONSOLE=y
|
||||
Disable Altera serial: SERIAL_ALTERA_JTAGUART and SERIAL_ALTERA_UART
|
||||
We can revisit this when they have arm64 support out.
|
||||
Disable Conexant serial: SERIAL_CONEXANT_DIGICOLOR (not arm64)
|
||||
(cherry picked from commit 26cb131d91a7ba44068f1abed841b890518ea176)
|
||||
- commit 057f0a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 17:40:07 CEST 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Clean up serial options
|
||||
Fix SERIAL_OF_PLATFORM to be =y. This unbreaks AC100 serial and
|
||||
hopefully Cubietruck as well.
|
||||
Fix CONFIG_SERIAL_CONEXANT_DIGICOLOR from =m to =y and
|
||||
enable CONFIG_SERIAL_CONEXANT_DIGICOLOR_CONSOLE=y,
|
||||
but only for default and vanilla, as it is a Cortex-A8.
|
||||
Fix SERIAL_AMBA_PL010 from =m to =y for lpae, matching default, and
|
||||
enable CONFIG_SERIAL_AMBA_PL010_CONSOLE=y for lpae, too.
|
||||
Disable SERIAL_ST_ASC for lpae, as STi are Cortex-A9 only.
|
||||
(cherry picked from commit 5f5dbd3a9cd58bfb803b83459a564d06eb1e1a37)
|
||||
- commit 0c88332
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 09:41:40 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- KEYS: ensure we free the assoc array edit if edit is valid
|
||||
(bnc#938645 CVE-2015-1333).
|
||||
- commit e755463
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 29 11:47:55 CEST 2015 - mkubecek@suse.cz
|
||||
|
||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.1.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gce190a8
|
||||
Release: <RELEASE>.g3081bf0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 20:24:35 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- Update
|
||||
patches.suse/0001-Revert-mmc-sdhci-fix-low-memory-corruption.patch
|
||||
(bnc#934531).
|
||||
- Update
|
||||
patches.suse/0002-Revert-mmc-sdhci-use-pipeline-mmc-requests-to-improv.patch
|
||||
(bnc#934531).
|
||||
- commit 3081bf0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 20:11:34 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.fixes/KEYS-ensure-we-free-the-assoc-array-edit-if-edit-is-.patch.
|
||||
Ad git commit id.
|
||||
- commit 7cf8f32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 18:59:09 CEST 2015 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Clean up serial options
|
||||
Change SERIAL_8250_DW from =m to =y.
|
||||
Change SERIAL_SAMSUNG from =m to =y and enable SERIAL_SAMSUNG_CONSOLE=y.
|
||||
Enable Qualcomm serial: SERIAL_MSM=y and SERIAL_MSM_CONSOLE=y
|
||||
Enable Spreadtrum serial: SERIAL_SPRD=y and SERIAL_SPRD_CONSOLE=y
|
||||
Disable Altera serial: SERIAL_ALTERA_JTAGUART and SERIAL_ALTERA_UART
|
||||
We can revisit this when they have arm64 support out.
|
||||
Disable Conexant serial: SERIAL_CONEXANT_DIGICOLOR (not arm64)
|
||||
(cherry picked from commit 26cb131d91a7ba44068f1abed841b890518ea176)
|
||||
- commit 057f0a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 17:40:07 CEST 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Clean up serial options
|
||||
Fix SERIAL_OF_PLATFORM to be =y. This unbreaks AC100 serial and
|
||||
hopefully Cubietruck as well.
|
||||
Fix CONFIG_SERIAL_CONEXANT_DIGICOLOR from =m to =y and
|
||||
enable CONFIG_SERIAL_CONEXANT_DIGICOLOR_CONSOLE=y,
|
||||
but only for default and vanilla, as it is a Cortex-A8.
|
||||
Fix SERIAL_AMBA_PL010 from =m to =y for lpae, matching default, and
|
||||
enable CONFIG_SERIAL_AMBA_PL010_CONSOLE=y for lpae, too.
|
||||
Disable SERIAL_ST_ASC for lpae, as STi are Cortex-A9 only.
|
||||
(cherry picked from commit 5f5dbd3a9cd58bfb803b83459a564d06eb1e1a37)
|
||||
- commit 0c88332
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 09:41:40 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- KEYS: ensure we free the assoc array edit if edit is valid
|
||||
(bnc#938645 CVE-2015-1333).
|
||||
- commit e755463
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 29 11:47:55 CEST 2015 - mkubecek@suse.cz
|
||||
|
||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.1.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gce190a8
|
||||
Release: <RELEASE>.g3081bf0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 20:24:35 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- Update
|
||||
patches.suse/0001-Revert-mmc-sdhci-fix-low-memory-corruption.patch
|
||||
(bnc#934531).
|
||||
- Update
|
||||
patches.suse/0002-Revert-mmc-sdhci-use-pipeline-mmc-requests-to-improv.patch
|
||||
(bnc#934531).
|
||||
- commit 3081bf0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 20:11:34 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.fixes/KEYS-ensure-we-free-the-assoc-array-edit-if-edit-is-.patch.
|
||||
Ad git commit id.
|
||||
- commit 7cf8f32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 18:59:09 CEST 2015 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Clean up serial options
|
||||
Change SERIAL_8250_DW from =m to =y.
|
||||
Change SERIAL_SAMSUNG from =m to =y and enable SERIAL_SAMSUNG_CONSOLE=y.
|
||||
Enable Qualcomm serial: SERIAL_MSM=y and SERIAL_MSM_CONSOLE=y
|
||||
Enable Spreadtrum serial: SERIAL_SPRD=y and SERIAL_SPRD_CONSOLE=y
|
||||
Disable Altera serial: SERIAL_ALTERA_JTAGUART and SERIAL_ALTERA_UART
|
||||
We can revisit this when they have arm64 support out.
|
||||
Disable Conexant serial: SERIAL_CONEXANT_DIGICOLOR (not arm64)
|
||||
(cherry picked from commit 26cb131d91a7ba44068f1abed841b890518ea176)
|
||||
- commit 057f0a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 17:40:07 CEST 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Clean up serial options
|
||||
Fix SERIAL_OF_PLATFORM to be =y. This unbreaks AC100 serial and
|
||||
hopefully Cubietruck as well.
|
||||
Fix CONFIG_SERIAL_CONEXANT_DIGICOLOR from =m to =y and
|
||||
enable CONFIG_SERIAL_CONEXANT_DIGICOLOR_CONSOLE=y,
|
||||
but only for default and vanilla, as it is a Cortex-A8.
|
||||
Fix SERIAL_AMBA_PL010 from =m to =y for lpae, matching default, and
|
||||
enable CONFIG_SERIAL_AMBA_PL010_CONSOLE=y for lpae, too.
|
||||
Disable SERIAL_ST_ASC for lpae, as STi are Cortex-A9 only.
|
||||
(cherry picked from commit 5f5dbd3a9cd58bfb803b83459a564d06eb1e1a37)
|
||||
- commit 0c88332
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 09:41:40 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- KEYS: ensure we free the assoc array edit if edit is valid
|
||||
(bnc#938645 CVE-2015-1333).
|
||||
- commit e755463
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 29 11:47:55 CEST 2015 - mkubecek@suse.cz
|
||||
|
||||
|
@ -32,7 +32,7 @@ License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 4.1.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gce190a8
|
||||
Release: <RELEASE>.g3081bf0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 20:24:35 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- Update
|
||||
patches.suse/0001-Revert-mmc-sdhci-fix-low-memory-corruption.patch
|
||||
(bnc#934531).
|
||||
- Update
|
||||
patches.suse/0002-Revert-mmc-sdhci-use-pipeline-mmc-requests-to-improv.patch
|
||||
(bnc#934531).
|
||||
- commit 3081bf0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 20:11:34 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.fixes/KEYS-ensure-we-free-the-assoc-array-edit-if-edit-is-.patch.
|
||||
Ad git commit id.
|
||||
- commit 7cf8f32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 18:59:09 CEST 2015 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Clean up serial options
|
||||
Change SERIAL_8250_DW from =m to =y.
|
||||
Change SERIAL_SAMSUNG from =m to =y and enable SERIAL_SAMSUNG_CONSOLE=y.
|
||||
Enable Qualcomm serial: SERIAL_MSM=y and SERIAL_MSM_CONSOLE=y
|
||||
Enable Spreadtrum serial: SERIAL_SPRD=y and SERIAL_SPRD_CONSOLE=y
|
||||
Disable Altera serial: SERIAL_ALTERA_JTAGUART and SERIAL_ALTERA_UART
|
||||
We can revisit this when they have arm64 support out.
|
||||
Disable Conexant serial: SERIAL_CONEXANT_DIGICOLOR (not arm64)
|
||||
(cherry picked from commit 26cb131d91a7ba44068f1abed841b890518ea176)
|
||||
- commit 057f0a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 17:40:07 CEST 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Clean up serial options
|
||||
Fix SERIAL_OF_PLATFORM to be =y. This unbreaks AC100 serial and
|
||||
hopefully Cubietruck as well.
|
||||
Fix CONFIG_SERIAL_CONEXANT_DIGICOLOR from =m to =y and
|
||||
enable CONFIG_SERIAL_CONEXANT_DIGICOLOR_CONSOLE=y,
|
||||
but only for default and vanilla, as it is a Cortex-A8.
|
||||
Fix SERIAL_AMBA_PL010 from =m to =y for lpae, matching default, and
|
||||
enable CONFIG_SERIAL_AMBA_PL010_CONSOLE=y for lpae, too.
|
||||
Disable SERIAL_ST_ASC for lpae, as STi are Cortex-A9 only.
|
||||
(cherry picked from commit 5f5dbd3a9cd58bfb803b83459a564d06eb1e1a37)
|
||||
- commit 0c88332
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 09:41:40 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- KEYS: ensure we free the assoc array edit if edit is valid
|
||||
(bnc#938645 CVE-2015-1333).
|
||||
- commit e755463
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 29 11:47:55 CEST 2015 - mkubecek@suse.cz
|
||||
|
||||
|
@ -27,7 +27,7 @@ Group: Development/Sources
|
||||
Version: 4.1.3
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gce190a8
|
||||
Release: <RELEASE>.g3081bf0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 20:24:35 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- Update
|
||||
patches.suse/0001-Revert-mmc-sdhci-fix-low-memory-corruption.patch
|
||||
(bnc#934531).
|
||||
- Update
|
||||
patches.suse/0002-Revert-mmc-sdhci-use-pipeline-mmc-requests-to-improv.patch
|
||||
(bnc#934531).
|
||||
- commit 3081bf0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 20:11:34 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.fixes/KEYS-ensure-we-free-the-assoc-array-edit-if-edit-is-.patch.
|
||||
Ad git commit id.
|
||||
- commit 7cf8f32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 18:59:09 CEST 2015 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Clean up serial options
|
||||
Change SERIAL_8250_DW from =m to =y.
|
||||
Change SERIAL_SAMSUNG from =m to =y and enable SERIAL_SAMSUNG_CONSOLE=y.
|
||||
Enable Qualcomm serial: SERIAL_MSM=y and SERIAL_MSM_CONSOLE=y
|
||||
Enable Spreadtrum serial: SERIAL_SPRD=y and SERIAL_SPRD_CONSOLE=y
|
||||
Disable Altera serial: SERIAL_ALTERA_JTAGUART and SERIAL_ALTERA_UART
|
||||
We can revisit this when they have arm64 support out.
|
||||
Disable Conexant serial: SERIAL_CONEXANT_DIGICOLOR (not arm64)
|
||||
(cherry picked from commit 26cb131d91a7ba44068f1abed841b890518ea176)
|
||||
- commit 057f0a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 17:40:07 CEST 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Clean up serial options
|
||||
Fix SERIAL_OF_PLATFORM to be =y. This unbreaks AC100 serial and
|
||||
hopefully Cubietruck as well.
|
||||
Fix CONFIG_SERIAL_CONEXANT_DIGICOLOR from =m to =y and
|
||||
enable CONFIG_SERIAL_CONEXANT_DIGICOLOR_CONSOLE=y,
|
||||
but only for default and vanilla, as it is a Cortex-A8.
|
||||
Fix SERIAL_AMBA_PL010 from =m to =y for lpae, matching default, and
|
||||
enable CONFIG_SERIAL_AMBA_PL010_CONSOLE=y for lpae, too.
|
||||
Disable SERIAL_ST_ASC for lpae, as STi are Cortex-A9 only.
|
||||
(cherry picked from commit 5f5dbd3a9cd58bfb803b83459a564d06eb1e1a37)
|
||||
- commit 0c88332
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 09:41:40 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- KEYS: ensure we free the assoc array edit if edit is valid
|
||||
(bnc#938645 CVE-2015-1333).
|
||||
- commit e755463
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 29 11:47:55 CEST 2015 - mkubecek@suse.cz
|
||||
|
||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.1.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gce190a8
|
||||
Release: <RELEASE>.g3081bf0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 20:24:35 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- Update
|
||||
patches.suse/0001-Revert-mmc-sdhci-fix-low-memory-corruption.patch
|
||||
(bnc#934531).
|
||||
- Update
|
||||
patches.suse/0002-Revert-mmc-sdhci-use-pipeline-mmc-requests-to-improv.patch
|
||||
(bnc#934531).
|
||||
- commit 3081bf0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 20:11:34 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.fixes/KEYS-ensure-we-free-the-assoc-array-edit-if-edit-is-.patch.
|
||||
Ad git commit id.
|
||||
- commit 7cf8f32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 18:59:09 CEST 2015 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Clean up serial options
|
||||
Change SERIAL_8250_DW from =m to =y.
|
||||
Change SERIAL_SAMSUNG from =m to =y and enable SERIAL_SAMSUNG_CONSOLE=y.
|
||||
Enable Qualcomm serial: SERIAL_MSM=y and SERIAL_MSM_CONSOLE=y
|
||||
Enable Spreadtrum serial: SERIAL_SPRD=y and SERIAL_SPRD_CONSOLE=y
|
||||
Disable Altera serial: SERIAL_ALTERA_JTAGUART and SERIAL_ALTERA_UART
|
||||
We can revisit this when they have arm64 support out.
|
||||
Disable Conexant serial: SERIAL_CONEXANT_DIGICOLOR (not arm64)
|
||||
(cherry picked from commit 26cb131d91a7ba44068f1abed841b890518ea176)
|
||||
- commit 057f0a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 17:40:07 CEST 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Clean up serial options
|
||||
Fix SERIAL_OF_PLATFORM to be =y. This unbreaks AC100 serial and
|
||||
hopefully Cubietruck as well.
|
||||
Fix CONFIG_SERIAL_CONEXANT_DIGICOLOR from =m to =y and
|
||||
enable CONFIG_SERIAL_CONEXANT_DIGICOLOR_CONSOLE=y,
|
||||
but only for default and vanilla, as it is a Cortex-A8.
|
||||
Fix SERIAL_AMBA_PL010 from =m to =y for lpae, matching default, and
|
||||
enable CONFIG_SERIAL_AMBA_PL010_CONSOLE=y for lpae, too.
|
||||
Disable SERIAL_ST_ASC for lpae, as STi are Cortex-A9 only.
|
||||
(cherry picked from commit 5f5dbd3a9cd58bfb803b83459a564d06eb1e1a37)
|
||||
- commit 0c88332
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 09:41:40 CEST 2015 - jslaby@suse.cz
|
||||
|
||||
- KEYS: ensure we free the assoc array edit if edit is valid
|
||||
(bnc#938645 CVE-2015-1333).
|
||||
- commit e755463
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 29 11:47:55 CEST 2015 - mkubecek@suse.cz
|
||||
|
||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.1.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gce190a8
|
||||
Release: <RELEASE>.g3081bf0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c32b503fc212e5594ac693080764a5c29454e0116adbeabab58683462ab82df8
|
||||
size 12727
|
||||
oid sha256:c9fe586a4bc9af1de71a9fb5fffcec9bee2af935ed7262ac0aa0276e6916ca5e
|
||||
size 13375
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:997c98be23a0ba270f827e9816d6b61ff2f99d3baf90e2ac4ea960e939140a8a
|
||||
size 51419
|
||||
oid sha256:6a804400a332388bcebeea255a86e42ca7c8f5c18b1e9267c20ba6f985d05974
|
||||
size 51452
|
||||
|
@ -412,6 +412,7 @@
|
||||
+hare patches.suse/no-partition-scan
|
||||
patches.suse/0001-Revert-mmc-sdhci-fix-low-memory-corruption.patch
|
||||
patches.suse/0002-Revert-mmc-sdhci-use-pipeline-mmc-requests-to-improv.patch
|
||||
patches.fixes/KEYS-ensure-we-free-the-assoc-array-edit-if-edit-is-.patch
|
||||
|
||||
########################################################
|
||||
# Other drivers we have added to the tree
|
||||
|
@ -1,3 +1,3 @@
|
||||
2015-08-01 21:04:07 +0200
|
||||
GIT Revision: ce190a85abde11c16b0a12f65d7820e251373e48
|
||||
2015-08-03 20:25:03 +0200
|
||||
GIT Revision: 3081bf019df79f7c31af5bca0b5bc57ad1707d93
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user