commit bd444a0ec3f0379d51f2edafa54eaf99cd6a6ca7
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=801
This commit is contained in:
parent
c2acb27daa
commit
d024a6a4f7
@ -1,3 +1,73 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 10:14:27 CET 2018 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.14.13 (bnc#1012628).
|
||||
- x86/mm: Set MODULES_END to 0xffffffffff000000 (bnc#1012628).
|
||||
- x86/mm: Map cpu_entry_area at the same place on 4/5 level
|
||||
(bnc#1012628).
|
||||
- x86/kaslr: Fix the vaddr_end mess (bnc#1012628).
|
||||
- x86/events/intel/ds: Use the proper cache flush method for
|
||||
mapping ds buffers (bnc#1012628).
|
||||
- x86/tlb: Drop the _GPL from the cpu_tlbstate export
|
||||
(bnc#1012628).
|
||||
- x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline
|
||||
asm (bnc#1012628).
|
||||
- x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
|
||||
(bnc#1012628).
|
||||
- kernel/acct.c: fix the acct->needcheck check in
|
||||
check_free_space() (bnc#1012628).
|
||||
- mm/mprotect: add a cond_resched() inside change_pmd_range()
|
||||
(bnc#1012628).
|
||||
- mm/sparse.c: wrong allocation for mem_section (bnc#1012628).
|
||||
- userfaultfd: clear the vma->vm_userfaultfd_ctx if
|
||||
UFFD_EVENT_FORK fails (bnc#1012628).
|
||||
- btrfs: fix refcount_t usage when deleting btrfs_delayed_nodes
|
||||
(bnc#1012628).
|
||||
- efi/capsule-loader: Reinstate virtual capsule mapping
|
||||
(bnc#1012628).
|
||||
- crypto: n2 - cure use after free (bnc#1012628).
|
||||
- crypto: chacha20poly1305 - validate the digest size
|
||||
(bnc#1012628).
|
||||
- crypto: pcrypt - fix freeing pcrypt instances (bnc#1012628).
|
||||
- crypto: chelsio - select CRYPTO_GF128MUL (bnc#1012628).
|
||||
- drm/i915: Disable DC states around GMBUS on GLK (bnc#1012628).
|
||||
- drm/i915: Apply Display WA #1183 on skl, kbl, and cfl
|
||||
(bnc#1012628).
|
||||
- sunxi-rsb: Include OF based modalias in device uevent
|
||||
(bnc#1012628).
|
||||
- fscache: Fix the default for fscache_maybe_release_page()
|
||||
(bnc#1012628).
|
||||
- x86 / CPU: Avoid unnecessary IPIs in arch_freq_get_on_cpu()
|
||||
(bnc#1012628).
|
||||
- x86 / CPU: Always show current CPU frequency in /proc/cpuinfo
|
||||
(bnc#1012628).
|
||||
- kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks
|
||||
from SIGKILL (bnc#1012628).
|
||||
- kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from
|
||||
!sig_kernel_only() signals (bnc#1012628).
|
||||
- kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE
|
||||
check in complete_signal() (bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Don't free page table ops twice
|
||||
(bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Cope with duplicated Stream IDs
|
||||
(bnc#1012628).
|
||||
- ARC: uaccess: dont use "l" gcc inline asm constraint modifier
|
||||
(bnc#1012628).
|
||||
- powerpc/mm: Fix SEGV on mapped region to return SEGV_ACCERR
|
||||
(bnc#1012628).
|
||||
- Input: elantech - add new icbody type 15 (bnc#1012628).
|
||||
- apparmor: fix regression in mount mediation when feature set
|
||||
is pinned (bnc#1012628).
|
||||
- parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit
|
||||
SMP kernel (bnc#1012628).
|
||||
- parisc: qemu idle sleep support (bnc#1012628).
|
||||
- mtd: nand: pxa3xx: Fix READOOB implementation (bnc#1012628).
|
||||
- KVM: s390: fix cmma migration for multiple memory slots
|
||||
(bnc#1012628).
|
||||
- KVM: s390: prevent buffer overrun on memory hotplug during
|
||||
migration (bnc#1012628).
|
||||
- commit bd444a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 14:35:46 CET 2018 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 4.14
|
||||
%define patchversion 4.14.12
|
||||
%define patchversion 4.14.13
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -29,9 +29,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb})
|
||||
|
||||
Name: dtb-aarch64
|
||||
Version: 4.14.12
|
||||
Version: 4.14.13
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4b3cf0
|
||||
Release: <RELEASE>.gbd444a0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,73 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 10:14:27 CET 2018 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.14.13 (bnc#1012628).
|
||||
- x86/mm: Set MODULES_END to 0xffffffffff000000 (bnc#1012628).
|
||||
- x86/mm: Map cpu_entry_area at the same place on 4/5 level
|
||||
(bnc#1012628).
|
||||
- x86/kaslr: Fix the vaddr_end mess (bnc#1012628).
|
||||
- x86/events/intel/ds: Use the proper cache flush method for
|
||||
mapping ds buffers (bnc#1012628).
|
||||
- x86/tlb: Drop the _GPL from the cpu_tlbstate export
|
||||
(bnc#1012628).
|
||||
- x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline
|
||||
asm (bnc#1012628).
|
||||
- x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
|
||||
(bnc#1012628).
|
||||
- kernel/acct.c: fix the acct->needcheck check in
|
||||
check_free_space() (bnc#1012628).
|
||||
- mm/mprotect: add a cond_resched() inside change_pmd_range()
|
||||
(bnc#1012628).
|
||||
- mm/sparse.c: wrong allocation for mem_section (bnc#1012628).
|
||||
- userfaultfd: clear the vma->vm_userfaultfd_ctx if
|
||||
UFFD_EVENT_FORK fails (bnc#1012628).
|
||||
- btrfs: fix refcount_t usage when deleting btrfs_delayed_nodes
|
||||
(bnc#1012628).
|
||||
- efi/capsule-loader: Reinstate virtual capsule mapping
|
||||
(bnc#1012628).
|
||||
- crypto: n2 - cure use after free (bnc#1012628).
|
||||
- crypto: chacha20poly1305 - validate the digest size
|
||||
(bnc#1012628).
|
||||
- crypto: pcrypt - fix freeing pcrypt instances (bnc#1012628).
|
||||
- crypto: chelsio - select CRYPTO_GF128MUL (bnc#1012628).
|
||||
- drm/i915: Disable DC states around GMBUS on GLK (bnc#1012628).
|
||||
- drm/i915: Apply Display WA #1183 on skl, kbl, and cfl
|
||||
(bnc#1012628).
|
||||
- sunxi-rsb: Include OF based modalias in device uevent
|
||||
(bnc#1012628).
|
||||
- fscache: Fix the default for fscache_maybe_release_page()
|
||||
(bnc#1012628).
|
||||
- x86 / CPU: Avoid unnecessary IPIs in arch_freq_get_on_cpu()
|
||||
(bnc#1012628).
|
||||
- x86 / CPU: Always show current CPU frequency in /proc/cpuinfo
|
||||
(bnc#1012628).
|
||||
- kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks
|
||||
from SIGKILL (bnc#1012628).
|
||||
- kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from
|
||||
!sig_kernel_only() signals (bnc#1012628).
|
||||
- kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE
|
||||
check in complete_signal() (bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Don't free page table ops twice
|
||||
(bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Cope with duplicated Stream IDs
|
||||
(bnc#1012628).
|
||||
- ARC: uaccess: dont use "l" gcc inline asm constraint modifier
|
||||
(bnc#1012628).
|
||||
- powerpc/mm: Fix SEGV on mapped region to return SEGV_ACCERR
|
||||
(bnc#1012628).
|
||||
- Input: elantech - add new icbody type 15 (bnc#1012628).
|
||||
- apparmor: fix regression in mount mediation when feature set
|
||||
is pinned (bnc#1012628).
|
||||
- parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit
|
||||
SMP kernel (bnc#1012628).
|
||||
- parisc: qemu idle sleep support (bnc#1012628).
|
||||
- mtd: nand: pxa3xx: Fix READOOB implementation (bnc#1012628).
|
||||
- KVM: s390: fix cmma migration for multiple memory slots
|
||||
(bnc#1012628).
|
||||
- KVM: s390: prevent buffer overrun on memory hotplug during
|
||||
migration (bnc#1012628).
|
||||
- commit bd444a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 14:35:46 CET 2018 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 4.14
|
||||
%define patchversion 4.14.12
|
||||
%define patchversion 4.14.13
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -29,9 +29,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb})
|
||||
|
||||
Name: dtb-armv6l
|
||||
Version: 4.14.12
|
||||
Version: 4.14.13
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4b3cf0
|
||||
Release: <RELEASE>.gbd444a0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,73 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 10:14:27 CET 2018 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.14.13 (bnc#1012628).
|
||||
- x86/mm: Set MODULES_END to 0xffffffffff000000 (bnc#1012628).
|
||||
- x86/mm: Map cpu_entry_area at the same place on 4/5 level
|
||||
(bnc#1012628).
|
||||
- x86/kaslr: Fix the vaddr_end mess (bnc#1012628).
|
||||
- x86/events/intel/ds: Use the proper cache flush method for
|
||||
mapping ds buffers (bnc#1012628).
|
||||
- x86/tlb: Drop the _GPL from the cpu_tlbstate export
|
||||
(bnc#1012628).
|
||||
- x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline
|
||||
asm (bnc#1012628).
|
||||
- x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
|
||||
(bnc#1012628).
|
||||
- kernel/acct.c: fix the acct->needcheck check in
|
||||
check_free_space() (bnc#1012628).
|
||||
- mm/mprotect: add a cond_resched() inside change_pmd_range()
|
||||
(bnc#1012628).
|
||||
- mm/sparse.c: wrong allocation for mem_section (bnc#1012628).
|
||||
- userfaultfd: clear the vma->vm_userfaultfd_ctx if
|
||||
UFFD_EVENT_FORK fails (bnc#1012628).
|
||||
- btrfs: fix refcount_t usage when deleting btrfs_delayed_nodes
|
||||
(bnc#1012628).
|
||||
- efi/capsule-loader: Reinstate virtual capsule mapping
|
||||
(bnc#1012628).
|
||||
- crypto: n2 - cure use after free (bnc#1012628).
|
||||
- crypto: chacha20poly1305 - validate the digest size
|
||||
(bnc#1012628).
|
||||
- crypto: pcrypt - fix freeing pcrypt instances (bnc#1012628).
|
||||
- crypto: chelsio - select CRYPTO_GF128MUL (bnc#1012628).
|
||||
- drm/i915: Disable DC states around GMBUS on GLK (bnc#1012628).
|
||||
- drm/i915: Apply Display WA #1183 on skl, kbl, and cfl
|
||||
(bnc#1012628).
|
||||
- sunxi-rsb: Include OF based modalias in device uevent
|
||||
(bnc#1012628).
|
||||
- fscache: Fix the default for fscache_maybe_release_page()
|
||||
(bnc#1012628).
|
||||
- x86 / CPU: Avoid unnecessary IPIs in arch_freq_get_on_cpu()
|
||||
(bnc#1012628).
|
||||
- x86 / CPU: Always show current CPU frequency in /proc/cpuinfo
|
||||
(bnc#1012628).
|
||||
- kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks
|
||||
from SIGKILL (bnc#1012628).
|
||||
- kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from
|
||||
!sig_kernel_only() signals (bnc#1012628).
|
||||
- kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE
|
||||
check in complete_signal() (bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Don't free page table ops twice
|
||||
(bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Cope with duplicated Stream IDs
|
||||
(bnc#1012628).
|
||||
- ARC: uaccess: dont use "l" gcc inline asm constraint modifier
|
||||
(bnc#1012628).
|
||||
- powerpc/mm: Fix SEGV on mapped region to return SEGV_ACCERR
|
||||
(bnc#1012628).
|
||||
- Input: elantech - add new icbody type 15 (bnc#1012628).
|
||||
- apparmor: fix regression in mount mediation when feature set
|
||||
is pinned (bnc#1012628).
|
||||
- parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit
|
||||
SMP kernel (bnc#1012628).
|
||||
- parisc: qemu idle sleep support (bnc#1012628).
|
||||
- mtd: nand: pxa3xx: Fix READOOB implementation (bnc#1012628).
|
||||
- KVM: s390: fix cmma migration for multiple memory slots
|
||||
(bnc#1012628).
|
||||
- KVM: s390: prevent buffer overrun on memory hotplug during
|
||||
migration (bnc#1012628).
|
||||
- commit bd444a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 14:35:46 CET 2018 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 4.14
|
||||
%define patchversion 4.14.12
|
||||
%define patchversion 4.14.13
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -29,9 +29,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb})
|
||||
|
||||
Name: dtb-armv7l
|
||||
Version: 4.14.12
|
||||
Version: 4.14.13
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4b3cf0
|
||||
Release: <RELEASE>.gbd444a0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,73 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 10:14:27 CET 2018 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.14.13 (bnc#1012628).
|
||||
- x86/mm: Set MODULES_END to 0xffffffffff000000 (bnc#1012628).
|
||||
- x86/mm: Map cpu_entry_area at the same place on 4/5 level
|
||||
(bnc#1012628).
|
||||
- x86/kaslr: Fix the vaddr_end mess (bnc#1012628).
|
||||
- x86/events/intel/ds: Use the proper cache flush method for
|
||||
mapping ds buffers (bnc#1012628).
|
||||
- x86/tlb: Drop the _GPL from the cpu_tlbstate export
|
||||
(bnc#1012628).
|
||||
- x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline
|
||||
asm (bnc#1012628).
|
||||
- x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
|
||||
(bnc#1012628).
|
||||
- kernel/acct.c: fix the acct->needcheck check in
|
||||
check_free_space() (bnc#1012628).
|
||||
- mm/mprotect: add a cond_resched() inside change_pmd_range()
|
||||
(bnc#1012628).
|
||||
- mm/sparse.c: wrong allocation for mem_section (bnc#1012628).
|
||||
- userfaultfd: clear the vma->vm_userfaultfd_ctx if
|
||||
UFFD_EVENT_FORK fails (bnc#1012628).
|
||||
- btrfs: fix refcount_t usage when deleting btrfs_delayed_nodes
|
||||
(bnc#1012628).
|
||||
- efi/capsule-loader: Reinstate virtual capsule mapping
|
||||
(bnc#1012628).
|
||||
- crypto: n2 - cure use after free (bnc#1012628).
|
||||
- crypto: chacha20poly1305 - validate the digest size
|
||||
(bnc#1012628).
|
||||
- crypto: pcrypt - fix freeing pcrypt instances (bnc#1012628).
|
||||
- crypto: chelsio - select CRYPTO_GF128MUL (bnc#1012628).
|
||||
- drm/i915: Disable DC states around GMBUS on GLK (bnc#1012628).
|
||||
- drm/i915: Apply Display WA #1183 on skl, kbl, and cfl
|
||||
(bnc#1012628).
|
||||
- sunxi-rsb: Include OF based modalias in device uevent
|
||||
(bnc#1012628).
|
||||
- fscache: Fix the default for fscache_maybe_release_page()
|
||||
(bnc#1012628).
|
||||
- x86 / CPU: Avoid unnecessary IPIs in arch_freq_get_on_cpu()
|
||||
(bnc#1012628).
|
||||
- x86 / CPU: Always show current CPU frequency in /proc/cpuinfo
|
||||
(bnc#1012628).
|
||||
- kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks
|
||||
from SIGKILL (bnc#1012628).
|
||||
- kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from
|
||||
!sig_kernel_only() signals (bnc#1012628).
|
||||
- kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE
|
||||
check in complete_signal() (bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Don't free page table ops twice
|
||||
(bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Cope with duplicated Stream IDs
|
||||
(bnc#1012628).
|
||||
- ARC: uaccess: dont use "l" gcc inline asm constraint modifier
|
||||
(bnc#1012628).
|
||||
- powerpc/mm: Fix SEGV on mapped region to return SEGV_ACCERR
|
||||
(bnc#1012628).
|
||||
- Input: elantech - add new icbody type 15 (bnc#1012628).
|
||||
- apparmor: fix regression in mount mediation when feature set
|
||||
is pinned (bnc#1012628).
|
||||
- parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit
|
||||
SMP kernel (bnc#1012628).
|
||||
- parisc: qemu idle sleep support (bnc#1012628).
|
||||
- mtd: nand: pxa3xx: Fix READOOB implementation (bnc#1012628).
|
||||
- KVM: s390: fix cmma migration for multiple memory slots
|
||||
(bnc#1012628).
|
||||
- KVM: s390: prevent buffer overrun on memory hotplug during
|
||||
migration (bnc#1012628).
|
||||
- commit bd444a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 14:35:46 CET 2018 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 4.14
|
||||
%define patchversion 4.14.12
|
||||
%define patchversion 4.14.13
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -58,9 +58,9 @@ Name: kernel-64kb
|
||||
Summary: Kernel with 64kb PAGE_SIZE
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.14.12
|
||||
Version: 4.14.13
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4b3cf0
|
||||
Release: <RELEASE>.gbd444a0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,73 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 10:14:27 CET 2018 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.14.13 (bnc#1012628).
|
||||
- x86/mm: Set MODULES_END to 0xffffffffff000000 (bnc#1012628).
|
||||
- x86/mm: Map cpu_entry_area at the same place on 4/5 level
|
||||
(bnc#1012628).
|
||||
- x86/kaslr: Fix the vaddr_end mess (bnc#1012628).
|
||||
- x86/events/intel/ds: Use the proper cache flush method for
|
||||
mapping ds buffers (bnc#1012628).
|
||||
- x86/tlb: Drop the _GPL from the cpu_tlbstate export
|
||||
(bnc#1012628).
|
||||
- x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline
|
||||
asm (bnc#1012628).
|
||||
- x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
|
||||
(bnc#1012628).
|
||||
- kernel/acct.c: fix the acct->needcheck check in
|
||||
check_free_space() (bnc#1012628).
|
||||
- mm/mprotect: add a cond_resched() inside change_pmd_range()
|
||||
(bnc#1012628).
|
||||
- mm/sparse.c: wrong allocation for mem_section (bnc#1012628).
|
||||
- userfaultfd: clear the vma->vm_userfaultfd_ctx if
|
||||
UFFD_EVENT_FORK fails (bnc#1012628).
|
||||
- btrfs: fix refcount_t usage when deleting btrfs_delayed_nodes
|
||||
(bnc#1012628).
|
||||
- efi/capsule-loader: Reinstate virtual capsule mapping
|
||||
(bnc#1012628).
|
||||
- crypto: n2 - cure use after free (bnc#1012628).
|
||||
- crypto: chacha20poly1305 - validate the digest size
|
||||
(bnc#1012628).
|
||||
- crypto: pcrypt - fix freeing pcrypt instances (bnc#1012628).
|
||||
- crypto: chelsio - select CRYPTO_GF128MUL (bnc#1012628).
|
||||
- drm/i915: Disable DC states around GMBUS on GLK (bnc#1012628).
|
||||
- drm/i915: Apply Display WA #1183 on skl, kbl, and cfl
|
||||
(bnc#1012628).
|
||||
- sunxi-rsb: Include OF based modalias in device uevent
|
||||
(bnc#1012628).
|
||||
- fscache: Fix the default for fscache_maybe_release_page()
|
||||
(bnc#1012628).
|
||||
- x86 / CPU: Avoid unnecessary IPIs in arch_freq_get_on_cpu()
|
||||
(bnc#1012628).
|
||||
- x86 / CPU: Always show current CPU frequency in /proc/cpuinfo
|
||||
(bnc#1012628).
|
||||
- kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks
|
||||
from SIGKILL (bnc#1012628).
|
||||
- kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from
|
||||
!sig_kernel_only() signals (bnc#1012628).
|
||||
- kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE
|
||||
check in complete_signal() (bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Don't free page table ops twice
|
||||
(bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Cope with duplicated Stream IDs
|
||||
(bnc#1012628).
|
||||
- ARC: uaccess: dont use "l" gcc inline asm constraint modifier
|
||||
(bnc#1012628).
|
||||
- powerpc/mm: Fix SEGV on mapped region to return SEGV_ACCERR
|
||||
(bnc#1012628).
|
||||
- Input: elantech - add new icbody type 15 (bnc#1012628).
|
||||
- apparmor: fix regression in mount mediation when feature set
|
||||
is pinned (bnc#1012628).
|
||||
- parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit
|
||||
SMP kernel (bnc#1012628).
|
||||
- parisc: qemu idle sleep support (bnc#1012628).
|
||||
- mtd: nand: pxa3xx: Fix READOOB implementation (bnc#1012628).
|
||||
- KVM: s390: fix cmma migration for multiple memory slots
|
||||
(bnc#1012628).
|
||||
- KVM: s390: prevent buffer overrun on memory hotplug during
|
||||
migration (bnc#1012628).
|
||||
- commit bd444a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 14:35:46 CET 2018 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 4.14
|
||||
%define patchversion 4.14.12
|
||||
%define patchversion 4.14.13
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -58,9 +58,9 @@ Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.14.12
|
||||
Version: 4.14.13
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4b3cf0
|
||||
Release: <RELEASE>.gbd444a0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,73 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 10:14:27 CET 2018 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.14.13 (bnc#1012628).
|
||||
- x86/mm: Set MODULES_END to 0xffffffffff000000 (bnc#1012628).
|
||||
- x86/mm: Map cpu_entry_area at the same place on 4/5 level
|
||||
(bnc#1012628).
|
||||
- x86/kaslr: Fix the vaddr_end mess (bnc#1012628).
|
||||
- x86/events/intel/ds: Use the proper cache flush method for
|
||||
mapping ds buffers (bnc#1012628).
|
||||
- x86/tlb: Drop the _GPL from the cpu_tlbstate export
|
||||
(bnc#1012628).
|
||||
- x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline
|
||||
asm (bnc#1012628).
|
||||
- x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
|
||||
(bnc#1012628).
|
||||
- kernel/acct.c: fix the acct->needcheck check in
|
||||
check_free_space() (bnc#1012628).
|
||||
- mm/mprotect: add a cond_resched() inside change_pmd_range()
|
||||
(bnc#1012628).
|
||||
- mm/sparse.c: wrong allocation for mem_section (bnc#1012628).
|
||||
- userfaultfd: clear the vma->vm_userfaultfd_ctx if
|
||||
UFFD_EVENT_FORK fails (bnc#1012628).
|
||||
- btrfs: fix refcount_t usage when deleting btrfs_delayed_nodes
|
||||
(bnc#1012628).
|
||||
- efi/capsule-loader: Reinstate virtual capsule mapping
|
||||
(bnc#1012628).
|
||||
- crypto: n2 - cure use after free (bnc#1012628).
|
||||
- crypto: chacha20poly1305 - validate the digest size
|
||||
(bnc#1012628).
|
||||
- crypto: pcrypt - fix freeing pcrypt instances (bnc#1012628).
|
||||
- crypto: chelsio - select CRYPTO_GF128MUL (bnc#1012628).
|
||||
- drm/i915: Disable DC states around GMBUS on GLK (bnc#1012628).
|
||||
- drm/i915: Apply Display WA #1183 on skl, kbl, and cfl
|
||||
(bnc#1012628).
|
||||
- sunxi-rsb: Include OF based modalias in device uevent
|
||||
(bnc#1012628).
|
||||
- fscache: Fix the default for fscache_maybe_release_page()
|
||||
(bnc#1012628).
|
||||
- x86 / CPU: Avoid unnecessary IPIs in arch_freq_get_on_cpu()
|
||||
(bnc#1012628).
|
||||
- x86 / CPU: Always show current CPU frequency in /proc/cpuinfo
|
||||
(bnc#1012628).
|
||||
- kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks
|
||||
from SIGKILL (bnc#1012628).
|
||||
- kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from
|
||||
!sig_kernel_only() signals (bnc#1012628).
|
||||
- kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE
|
||||
check in complete_signal() (bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Don't free page table ops twice
|
||||
(bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Cope with duplicated Stream IDs
|
||||
(bnc#1012628).
|
||||
- ARC: uaccess: dont use "l" gcc inline asm constraint modifier
|
||||
(bnc#1012628).
|
||||
- powerpc/mm: Fix SEGV on mapped region to return SEGV_ACCERR
|
||||
(bnc#1012628).
|
||||
- Input: elantech - add new icbody type 15 (bnc#1012628).
|
||||
- apparmor: fix regression in mount mediation when feature set
|
||||
is pinned (bnc#1012628).
|
||||
- parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit
|
||||
SMP kernel (bnc#1012628).
|
||||
- parisc: qemu idle sleep support (bnc#1012628).
|
||||
- mtd: nand: pxa3xx: Fix READOOB implementation (bnc#1012628).
|
||||
- KVM: s390: fix cmma migration for multiple memory slots
|
||||
(bnc#1012628).
|
||||
- KVM: s390: prevent buffer overrun on memory hotplug during
|
||||
migration (bnc#1012628).
|
||||
- commit bd444a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 14:35:46 CET 2018 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 4.14
|
||||
%define patchversion 4.14.12
|
||||
%define patchversion 4.14.13
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -58,9 +58,9 @@ Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.14.12
|
||||
Version: 4.14.13
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4b3cf0
|
||||
Release: <RELEASE>.gbd444a0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,73 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 10:14:27 CET 2018 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.14.13 (bnc#1012628).
|
||||
- x86/mm: Set MODULES_END to 0xffffffffff000000 (bnc#1012628).
|
||||
- x86/mm: Map cpu_entry_area at the same place on 4/5 level
|
||||
(bnc#1012628).
|
||||
- x86/kaslr: Fix the vaddr_end mess (bnc#1012628).
|
||||
- x86/events/intel/ds: Use the proper cache flush method for
|
||||
mapping ds buffers (bnc#1012628).
|
||||
- x86/tlb: Drop the _GPL from the cpu_tlbstate export
|
||||
(bnc#1012628).
|
||||
- x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline
|
||||
asm (bnc#1012628).
|
||||
- x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
|
||||
(bnc#1012628).
|
||||
- kernel/acct.c: fix the acct->needcheck check in
|
||||
check_free_space() (bnc#1012628).
|
||||
- mm/mprotect: add a cond_resched() inside change_pmd_range()
|
||||
(bnc#1012628).
|
||||
- mm/sparse.c: wrong allocation for mem_section (bnc#1012628).
|
||||
- userfaultfd: clear the vma->vm_userfaultfd_ctx if
|
||||
UFFD_EVENT_FORK fails (bnc#1012628).
|
||||
- btrfs: fix refcount_t usage when deleting btrfs_delayed_nodes
|
||||
(bnc#1012628).
|
||||
- efi/capsule-loader: Reinstate virtual capsule mapping
|
||||
(bnc#1012628).
|
||||
- crypto: n2 - cure use after free (bnc#1012628).
|
||||
- crypto: chacha20poly1305 - validate the digest size
|
||||
(bnc#1012628).
|
||||
- crypto: pcrypt - fix freeing pcrypt instances (bnc#1012628).
|
||||
- crypto: chelsio - select CRYPTO_GF128MUL (bnc#1012628).
|
||||
- drm/i915: Disable DC states around GMBUS on GLK (bnc#1012628).
|
||||
- drm/i915: Apply Display WA #1183 on skl, kbl, and cfl
|
||||
(bnc#1012628).
|
||||
- sunxi-rsb: Include OF based modalias in device uevent
|
||||
(bnc#1012628).
|
||||
- fscache: Fix the default for fscache_maybe_release_page()
|
||||
(bnc#1012628).
|
||||
- x86 / CPU: Avoid unnecessary IPIs in arch_freq_get_on_cpu()
|
||||
(bnc#1012628).
|
||||
- x86 / CPU: Always show current CPU frequency in /proc/cpuinfo
|
||||
(bnc#1012628).
|
||||
- kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks
|
||||
from SIGKILL (bnc#1012628).
|
||||
- kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from
|
||||
!sig_kernel_only() signals (bnc#1012628).
|
||||
- kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE
|
||||
check in complete_signal() (bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Don't free page table ops twice
|
||||
(bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Cope with duplicated Stream IDs
|
||||
(bnc#1012628).
|
||||
- ARC: uaccess: dont use "l" gcc inline asm constraint modifier
|
||||
(bnc#1012628).
|
||||
- powerpc/mm: Fix SEGV on mapped region to return SEGV_ACCERR
|
||||
(bnc#1012628).
|
||||
- Input: elantech - add new icbody type 15 (bnc#1012628).
|
||||
- apparmor: fix regression in mount mediation when feature set
|
||||
is pinned (bnc#1012628).
|
||||
- parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit
|
||||
SMP kernel (bnc#1012628).
|
||||
- parisc: qemu idle sleep support (bnc#1012628).
|
||||
- mtd: nand: pxa3xx: Fix READOOB implementation (bnc#1012628).
|
||||
- KVM: s390: fix cmma migration for multiple memory slots
|
||||
(bnc#1012628).
|
||||
- KVM: s390: prevent buffer overrun on memory hotplug during
|
||||
migration (bnc#1012628).
|
||||
- commit bd444a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 14:35:46 CET 2018 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 4.14
|
||||
%define patchversion 4.14.12
|
||||
%define patchversion 4.14.13
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -31,9 +31,9 @@ Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
License: GPL-2.0
|
||||
Group: Documentation/Man
|
||||
Version: 4.14.12
|
||||
Version: 4.14.13
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4b3cf0
|
||||
Release: <RELEASE>.gbd444a0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,73 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 10:14:27 CET 2018 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.14.13 (bnc#1012628).
|
||||
- x86/mm: Set MODULES_END to 0xffffffffff000000 (bnc#1012628).
|
||||
- x86/mm: Map cpu_entry_area at the same place on 4/5 level
|
||||
(bnc#1012628).
|
||||
- x86/kaslr: Fix the vaddr_end mess (bnc#1012628).
|
||||
- x86/events/intel/ds: Use the proper cache flush method for
|
||||
mapping ds buffers (bnc#1012628).
|
||||
- x86/tlb: Drop the _GPL from the cpu_tlbstate export
|
||||
(bnc#1012628).
|
||||
- x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline
|
||||
asm (bnc#1012628).
|
||||
- x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
|
||||
(bnc#1012628).
|
||||
- kernel/acct.c: fix the acct->needcheck check in
|
||||
check_free_space() (bnc#1012628).
|
||||
- mm/mprotect: add a cond_resched() inside change_pmd_range()
|
||||
(bnc#1012628).
|
||||
- mm/sparse.c: wrong allocation for mem_section (bnc#1012628).
|
||||
- userfaultfd: clear the vma->vm_userfaultfd_ctx if
|
||||
UFFD_EVENT_FORK fails (bnc#1012628).
|
||||
- btrfs: fix refcount_t usage when deleting btrfs_delayed_nodes
|
||||
(bnc#1012628).
|
||||
- efi/capsule-loader: Reinstate virtual capsule mapping
|
||||
(bnc#1012628).
|
||||
- crypto: n2 - cure use after free (bnc#1012628).
|
||||
- crypto: chacha20poly1305 - validate the digest size
|
||||
(bnc#1012628).
|
||||
- crypto: pcrypt - fix freeing pcrypt instances (bnc#1012628).
|
||||
- crypto: chelsio - select CRYPTO_GF128MUL (bnc#1012628).
|
||||
- drm/i915: Disable DC states around GMBUS on GLK (bnc#1012628).
|
||||
- drm/i915: Apply Display WA #1183 on skl, kbl, and cfl
|
||||
(bnc#1012628).
|
||||
- sunxi-rsb: Include OF based modalias in device uevent
|
||||
(bnc#1012628).
|
||||
- fscache: Fix the default for fscache_maybe_release_page()
|
||||
(bnc#1012628).
|
||||
- x86 / CPU: Avoid unnecessary IPIs in arch_freq_get_on_cpu()
|
||||
(bnc#1012628).
|
||||
- x86 / CPU: Always show current CPU frequency in /proc/cpuinfo
|
||||
(bnc#1012628).
|
||||
- kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks
|
||||
from SIGKILL (bnc#1012628).
|
||||
- kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from
|
||||
!sig_kernel_only() signals (bnc#1012628).
|
||||
- kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE
|
||||
check in complete_signal() (bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Don't free page table ops twice
|
||||
(bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Cope with duplicated Stream IDs
|
||||
(bnc#1012628).
|
||||
- ARC: uaccess: dont use "l" gcc inline asm constraint modifier
|
||||
(bnc#1012628).
|
||||
- powerpc/mm: Fix SEGV on mapped region to return SEGV_ACCERR
|
||||
(bnc#1012628).
|
||||
- Input: elantech - add new icbody type 15 (bnc#1012628).
|
||||
- apparmor: fix regression in mount mediation when feature set
|
||||
is pinned (bnc#1012628).
|
||||
- parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit
|
||||
SMP kernel (bnc#1012628).
|
||||
- parisc: qemu idle sleep support (bnc#1012628).
|
||||
- mtd: nand: pxa3xx: Fix READOOB implementation (bnc#1012628).
|
||||
- KVM: s390: fix cmma migration for multiple memory slots
|
||||
(bnc#1012628).
|
||||
- KVM: s390: prevent buffer overrun on memory hotplug during
|
||||
migration (bnc#1012628).
|
||||
- commit bd444a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 14:35:46 CET 2018 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 4.14
|
||||
%define patchversion 4.14.12
|
||||
%define patchversion 4.14.13
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -58,9 +58,9 @@ Name: kernel-lpae
|
||||
Summary: Kernel for LPAE enabled systems
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.14.12
|
||||
Version: 4.14.13
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4b3cf0
|
||||
Release: <RELEASE>.gbd444a0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,73 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 10:14:27 CET 2018 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.14.13 (bnc#1012628).
|
||||
- x86/mm: Set MODULES_END to 0xffffffffff000000 (bnc#1012628).
|
||||
- x86/mm: Map cpu_entry_area at the same place on 4/5 level
|
||||
(bnc#1012628).
|
||||
- x86/kaslr: Fix the vaddr_end mess (bnc#1012628).
|
||||
- x86/events/intel/ds: Use the proper cache flush method for
|
||||
mapping ds buffers (bnc#1012628).
|
||||
- x86/tlb: Drop the _GPL from the cpu_tlbstate export
|
||||
(bnc#1012628).
|
||||
- x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline
|
||||
asm (bnc#1012628).
|
||||
- x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
|
||||
(bnc#1012628).
|
||||
- kernel/acct.c: fix the acct->needcheck check in
|
||||
check_free_space() (bnc#1012628).
|
||||
- mm/mprotect: add a cond_resched() inside change_pmd_range()
|
||||
(bnc#1012628).
|
||||
- mm/sparse.c: wrong allocation for mem_section (bnc#1012628).
|
||||
- userfaultfd: clear the vma->vm_userfaultfd_ctx if
|
||||
UFFD_EVENT_FORK fails (bnc#1012628).
|
||||
- btrfs: fix refcount_t usage when deleting btrfs_delayed_nodes
|
||||
(bnc#1012628).
|
||||
- efi/capsule-loader: Reinstate virtual capsule mapping
|
||||
(bnc#1012628).
|
||||
- crypto: n2 - cure use after free (bnc#1012628).
|
||||
- crypto: chacha20poly1305 - validate the digest size
|
||||
(bnc#1012628).
|
||||
- crypto: pcrypt - fix freeing pcrypt instances (bnc#1012628).
|
||||
- crypto: chelsio - select CRYPTO_GF128MUL (bnc#1012628).
|
||||
- drm/i915: Disable DC states around GMBUS on GLK (bnc#1012628).
|
||||
- drm/i915: Apply Display WA #1183 on skl, kbl, and cfl
|
||||
(bnc#1012628).
|
||||
- sunxi-rsb: Include OF based modalias in device uevent
|
||||
(bnc#1012628).
|
||||
- fscache: Fix the default for fscache_maybe_release_page()
|
||||
(bnc#1012628).
|
||||
- x86 / CPU: Avoid unnecessary IPIs in arch_freq_get_on_cpu()
|
||||
(bnc#1012628).
|
||||
- x86 / CPU: Always show current CPU frequency in /proc/cpuinfo
|
||||
(bnc#1012628).
|
||||
- kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks
|
||||
from SIGKILL (bnc#1012628).
|
||||
- kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from
|
||||
!sig_kernel_only() signals (bnc#1012628).
|
||||
- kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE
|
||||
check in complete_signal() (bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Don't free page table ops twice
|
||||
(bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Cope with duplicated Stream IDs
|
||||
(bnc#1012628).
|
||||
- ARC: uaccess: dont use "l" gcc inline asm constraint modifier
|
||||
(bnc#1012628).
|
||||
- powerpc/mm: Fix SEGV on mapped region to return SEGV_ACCERR
|
||||
(bnc#1012628).
|
||||
- Input: elantech - add new icbody type 15 (bnc#1012628).
|
||||
- apparmor: fix regression in mount mediation when feature set
|
||||
is pinned (bnc#1012628).
|
||||
- parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit
|
||||
SMP kernel (bnc#1012628).
|
||||
- parisc: qemu idle sleep support (bnc#1012628).
|
||||
- mtd: nand: pxa3xx: Fix READOOB implementation (bnc#1012628).
|
||||
- KVM: s390: fix cmma migration for multiple memory slots
|
||||
(bnc#1012628).
|
||||
- KVM: s390: prevent buffer overrun on memory hotplug during
|
||||
migration (bnc#1012628).
|
||||
- commit bd444a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 14:35:46 CET 2018 - jslaby@suse.cz
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 4.14.12
|
||||
%define patchversion 4.14.13
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,9 +57,9 @@ BuildRequires: dracut
|
||||
Summary: package kernel and initrd for OBS VM builds
|
||||
License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 4.14.12
|
||||
Version: 4.14.13
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4b3cf0
|
||||
Release: <RELEASE>.gbd444a0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,73 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 10:14:27 CET 2018 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.14.13 (bnc#1012628).
|
||||
- x86/mm: Set MODULES_END to 0xffffffffff000000 (bnc#1012628).
|
||||
- x86/mm: Map cpu_entry_area at the same place on 4/5 level
|
||||
(bnc#1012628).
|
||||
- x86/kaslr: Fix the vaddr_end mess (bnc#1012628).
|
||||
- x86/events/intel/ds: Use the proper cache flush method for
|
||||
mapping ds buffers (bnc#1012628).
|
||||
- x86/tlb: Drop the _GPL from the cpu_tlbstate export
|
||||
(bnc#1012628).
|
||||
- x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline
|
||||
asm (bnc#1012628).
|
||||
- x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
|
||||
(bnc#1012628).
|
||||
- kernel/acct.c: fix the acct->needcheck check in
|
||||
check_free_space() (bnc#1012628).
|
||||
- mm/mprotect: add a cond_resched() inside change_pmd_range()
|
||||
(bnc#1012628).
|
||||
- mm/sparse.c: wrong allocation for mem_section (bnc#1012628).
|
||||
- userfaultfd: clear the vma->vm_userfaultfd_ctx if
|
||||
UFFD_EVENT_FORK fails (bnc#1012628).
|
||||
- btrfs: fix refcount_t usage when deleting btrfs_delayed_nodes
|
||||
(bnc#1012628).
|
||||
- efi/capsule-loader: Reinstate virtual capsule mapping
|
||||
(bnc#1012628).
|
||||
- crypto: n2 - cure use after free (bnc#1012628).
|
||||
- crypto: chacha20poly1305 - validate the digest size
|
||||
(bnc#1012628).
|
||||
- crypto: pcrypt - fix freeing pcrypt instances (bnc#1012628).
|
||||
- crypto: chelsio - select CRYPTO_GF128MUL (bnc#1012628).
|
||||
- drm/i915: Disable DC states around GMBUS on GLK (bnc#1012628).
|
||||
- drm/i915: Apply Display WA #1183 on skl, kbl, and cfl
|
||||
(bnc#1012628).
|
||||
- sunxi-rsb: Include OF based modalias in device uevent
|
||||
(bnc#1012628).
|
||||
- fscache: Fix the default for fscache_maybe_release_page()
|
||||
(bnc#1012628).
|
||||
- x86 / CPU: Avoid unnecessary IPIs in arch_freq_get_on_cpu()
|
||||
(bnc#1012628).
|
||||
- x86 / CPU: Always show current CPU frequency in /proc/cpuinfo
|
||||
(bnc#1012628).
|
||||
- kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks
|
||||
from SIGKILL (bnc#1012628).
|
||||
- kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from
|
||||
!sig_kernel_only() signals (bnc#1012628).
|
||||
- kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE
|
||||
check in complete_signal() (bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Don't free page table ops twice
|
||||
(bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Cope with duplicated Stream IDs
|
||||
(bnc#1012628).
|
||||
- ARC: uaccess: dont use "l" gcc inline asm constraint modifier
|
||||
(bnc#1012628).
|
||||
- powerpc/mm: Fix SEGV on mapped region to return SEGV_ACCERR
|
||||
(bnc#1012628).
|
||||
- Input: elantech - add new icbody type 15 (bnc#1012628).
|
||||
- apparmor: fix regression in mount mediation when feature set
|
||||
is pinned (bnc#1012628).
|
||||
- parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit
|
||||
SMP kernel (bnc#1012628).
|
||||
- parisc: qemu idle sleep support (bnc#1012628).
|
||||
- mtd: nand: pxa3xx: Fix READOOB implementation (bnc#1012628).
|
||||
- KVM: s390: fix cmma migration for multiple memory slots
|
||||
(bnc#1012628).
|
||||
- KVM: s390: prevent buffer overrun on memory hotplug during
|
||||
migration (bnc#1012628).
|
||||
- commit bd444a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 14:35:46 CET 2018 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 4.14.12
|
||||
%define patchversion 4.14.13
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Basic QA tests for the kernel
|
||||
License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 4.14.12
|
||||
Version: 4.14.13
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4b3cf0
|
||||
Release: <RELEASE>.gbd444a0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,73 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 10:14:27 CET 2018 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.14.13 (bnc#1012628).
|
||||
- x86/mm: Set MODULES_END to 0xffffffffff000000 (bnc#1012628).
|
||||
- x86/mm: Map cpu_entry_area at the same place on 4/5 level
|
||||
(bnc#1012628).
|
||||
- x86/kaslr: Fix the vaddr_end mess (bnc#1012628).
|
||||
- x86/events/intel/ds: Use the proper cache flush method for
|
||||
mapping ds buffers (bnc#1012628).
|
||||
- x86/tlb: Drop the _GPL from the cpu_tlbstate export
|
||||
(bnc#1012628).
|
||||
- x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline
|
||||
asm (bnc#1012628).
|
||||
- x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
|
||||
(bnc#1012628).
|
||||
- kernel/acct.c: fix the acct->needcheck check in
|
||||
check_free_space() (bnc#1012628).
|
||||
- mm/mprotect: add a cond_resched() inside change_pmd_range()
|
||||
(bnc#1012628).
|
||||
- mm/sparse.c: wrong allocation for mem_section (bnc#1012628).
|
||||
- userfaultfd: clear the vma->vm_userfaultfd_ctx if
|
||||
UFFD_EVENT_FORK fails (bnc#1012628).
|
||||
- btrfs: fix refcount_t usage when deleting btrfs_delayed_nodes
|
||||
(bnc#1012628).
|
||||
- efi/capsule-loader: Reinstate virtual capsule mapping
|
||||
(bnc#1012628).
|
||||
- crypto: n2 - cure use after free (bnc#1012628).
|
||||
- crypto: chacha20poly1305 - validate the digest size
|
||||
(bnc#1012628).
|
||||
- crypto: pcrypt - fix freeing pcrypt instances (bnc#1012628).
|
||||
- crypto: chelsio - select CRYPTO_GF128MUL (bnc#1012628).
|
||||
- drm/i915: Disable DC states around GMBUS on GLK (bnc#1012628).
|
||||
- drm/i915: Apply Display WA #1183 on skl, kbl, and cfl
|
||||
(bnc#1012628).
|
||||
- sunxi-rsb: Include OF based modalias in device uevent
|
||||
(bnc#1012628).
|
||||
- fscache: Fix the default for fscache_maybe_release_page()
|
||||
(bnc#1012628).
|
||||
- x86 / CPU: Avoid unnecessary IPIs in arch_freq_get_on_cpu()
|
||||
(bnc#1012628).
|
||||
- x86 / CPU: Always show current CPU frequency in /proc/cpuinfo
|
||||
(bnc#1012628).
|
||||
- kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks
|
||||
from SIGKILL (bnc#1012628).
|
||||
- kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from
|
||||
!sig_kernel_only() signals (bnc#1012628).
|
||||
- kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE
|
||||
check in complete_signal() (bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Don't free page table ops twice
|
||||
(bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Cope with duplicated Stream IDs
|
||||
(bnc#1012628).
|
||||
- ARC: uaccess: dont use "l" gcc inline asm constraint modifier
|
||||
(bnc#1012628).
|
||||
- powerpc/mm: Fix SEGV on mapped region to return SEGV_ACCERR
|
||||
(bnc#1012628).
|
||||
- Input: elantech - add new icbody type 15 (bnc#1012628).
|
||||
- apparmor: fix regression in mount mediation when feature set
|
||||
is pinned (bnc#1012628).
|
||||
- parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit
|
||||
SMP kernel (bnc#1012628).
|
||||
- parisc: qemu idle sleep support (bnc#1012628).
|
||||
- mtd: nand: pxa3xx: Fix READOOB implementation (bnc#1012628).
|
||||
- KVM: s390: fix cmma migration for multiple memory slots
|
||||
(bnc#1012628).
|
||||
- KVM: s390: prevent buffer overrun on memory hotplug during
|
||||
migration (bnc#1012628).
|
||||
- commit bd444a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 14:35:46 CET 2018 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 4.14
|
||||
%define patchversion 4.14.12
|
||||
%define patchversion 4.14.13
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -58,9 +58,9 @@ Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.14.12
|
||||
Version: 4.14.13
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4b3cf0
|
||||
Release: <RELEASE>.gbd444a0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,73 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 10:14:27 CET 2018 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.14.13 (bnc#1012628).
|
||||
- x86/mm: Set MODULES_END to 0xffffffffff000000 (bnc#1012628).
|
||||
- x86/mm: Map cpu_entry_area at the same place on 4/5 level
|
||||
(bnc#1012628).
|
||||
- x86/kaslr: Fix the vaddr_end mess (bnc#1012628).
|
||||
- x86/events/intel/ds: Use the proper cache flush method for
|
||||
mapping ds buffers (bnc#1012628).
|
||||
- x86/tlb: Drop the _GPL from the cpu_tlbstate export
|
||||
(bnc#1012628).
|
||||
- x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline
|
||||
asm (bnc#1012628).
|
||||
- x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
|
||||
(bnc#1012628).
|
||||
- kernel/acct.c: fix the acct->needcheck check in
|
||||
check_free_space() (bnc#1012628).
|
||||
- mm/mprotect: add a cond_resched() inside change_pmd_range()
|
||||
(bnc#1012628).
|
||||
- mm/sparse.c: wrong allocation for mem_section (bnc#1012628).
|
||||
- userfaultfd: clear the vma->vm_userfaultfd_ctx if
|
||||
UFFD_EVENT_FORK fails (bnc#1012628).
|
||||
- btrfs: fix refcount_t usage when deleting btrfs_delayed_nodes
|
||||
(bnc#1012628).
|
||||
- efi/capsule-loader: Reinstate virtual capsule mapping
|
||||
(bnc#1012628).
|
||||
- crypto: n2 - cure use after free (bnc#1012628).
|
||||
- crypto: chacha20poly1305 - validate the digest size
|
||||
(bnc#1012628).
|
||||
- crypto: pcrypt - fix freeing pcrypt instances (bnc#1012628).
|
||||
- crypto: chelsio - select CRYPTO_GF128MUL (bnc#1012628).
|
||||
- drm/i915: Disable DC states around GMBUS on GLK (bnc#1012628).
|
||||
- drm/i915: Apply Display WA #1183 on skl, kbl, and cfl
|
||||
(bnc#1012628).
|
||||
- sunxi-rsb: Include OF based modalias in device uevent
|
||||
(bnc#1012628).
|
||||
- fscache: Fix the default for fscache_maybe_release_page()
|
||||
(bnc#1012628).
|
||||
- x86 / CPU: Avoid unnecessary IPIs in arch_freq_get_on_cpu()
|
||||
(bnc#1012628).
|
||||
- x86 / CPU: Always show current CPU frequency in /proc/cpuinfo
|
||||
(bnc#1012628).
|
||||
- kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks
|
||||
from SIGKILL (bnc#1012628).
|
||||
- kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from
|
||||
!sig_kernel_only() signals (bnc#1012628).
|
||||
- kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE
|
||||
check in complete_signal() (bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Don't free page table ops twice
|
||||
(bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Cope with duplicated Stream IDs
|
||||
(bnc#1012628).
|
||||
- ARC: uaccess: dont use "l" gcc inline asm constraint modifier
|
||||
(bnc#1012628).
|
||||
- powerpc/mm: Fix SEGV on mapped region to return SEGV_ACCERR
|
||||
(bnc#1012628).
|
||||
- Input: elantech - add new icbody type 15 (bnc#1012628).
|
||||
- apparmor: fix regression in mount mediation when feature set
|
||||
is pinned (bnc#1012628).
|
||||
- parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit
|
||||
SMP kernel (bnc#1012628).
|
||||
- parisc: qemu idle sleep support (bnc#1012628).
|
||||
- mtd: nand: pxa3xx: Fix READOOB implementation (bnc#1012628).
|
||||
- KVM: s390: fix cmma migration for multiple memory slots
|
||||
(bnc#1012628).
|
||||
- KVM: s390: prevent buffer overrun on memory hotplug during
|
||||
migration (bnc#1012628).
|
||||
- commit bd444a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 14:35:46 CET 2018 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 4.14
|
||||
%define patchversion 4.14.12
|
||||
%define patchversion 4.14.13
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -30,9 +30,9 @@ Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 4.14.12
|
||||
Version: 4.14.13
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4b3cf0
|
||||
Release: <RELEASE>.gbd444a0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,73 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 10:14:27 CET 2018 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.14.13 (bnc#1012628).
|
||||
- x86/mm: Set MODULES_END to 0xffffffffff000000 (bnc#1012628).
|
||||
- x86/mm: Map cpu_entry_area at the same place on 4/5 level
|
||||
(bnc#1012628).
|
||||
- x86/kaslr: Fix the vaddr_end mess (bnc#1012628).
|
||||
- x86/events/intel/ds: Use the proper cache flush method for
|
||||
mapping ds buffers (bnc#1012628).
|
||||
- x86/tlb: Drop the _GPL from the cpu_tlbstate export
|
||||
(bnc#1012628).
|
||||
- x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline
|
||||
asm (bnc#1012628).
|
||||
- x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
|
||||
(bnc#1012628).
|
||||
- kernel/acct.c: fix the acct->needcheck check in
|
||||
check_free_space() (bnc#1012628).
|
||||
- mm/mprotect: add a cond_resched() inside change_pmd_range()
|
||||
(bnc#1012628).
|
||||
- mm/sparse.c: wrong allocation for mem_section (bnc#1012628).
|
||||
- userfaultfd: clear the vma->vm_userfaultfd_ctx if
|
||||
UFFD_EVENT_FORK fails (bnc#1012628).
|
||||
- btrfs: fix refcount_t usage when deleting btrfs_delayed_nodes
|
||||
(bnc#1012628).
|
||||
- efi/capsule-loader: Reinstate virtual capsule mapping
|
||||
(bnc#1012628).
|
||||
- crypto: n2 - cure use after free (bnc#1012628).
|
||||
- crypto: chacha20poly1305 - validate the digest size
|
||||
(bnc#1012628).
|
||||
- crypto: pcrypt - fix freeing pcrypt instances (bnc#1012628).
|
||||
- crypto: chelsio - select CRYPTO_GF128MUL (bnc#1012628).
|
||||
- drm/i915: Disable DC states around GMBUS on GLK (bnc#1012628).
|
||||
- drm/i915: Apply Display WA #1183 on skl, kbl, and cfl
|
||||
(bnc#1012628).
|
||||
- sunxi-rsb: Include OF based modalias in device uevent
|
||||
(bnc#1012628).
|
||||
- fscache: Fix the default for fscache_maybe_release_page()
|
||||
(bnc#1012628).
|
||||
- x86 / CPU: Avoid unnecessary IPIs in arch_freq_get_on_cpu()
|
||||
(bnc#1012628).
|
||||
- x86 / CPU: Always show current CPU frequency in /proc/cpuinfo
|
||||
(bnc#1012628).
|
||||
- kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks
|
||||
from SIGKILL (bnc#1012628).
|
||||
- kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from
|
||||
!sig_kernel_only() signals (bnc#1012628).
|
||||
- kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE
|
||||
check in complete_signal() (bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Don't free page table ops twice
|
||||
(bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Cope with duplicated Stream IDs
|
||||
(bnc#1012628).
|
||||
- ARC: uaccess: dont use "l" gcc inline asm constraint modifier
|
||||
(bnc#1012628).
|
||||
- powerpc/mm: Fix SEGV on mapped region to return SEGV_ACCERR
|
||||
(bnc#1012628).
|
||||
- Input: elantech - add new icbody type 15 (bnc#1012628).
|
||||
- apparmor: fix regression in mount mediation when feature set
|
||||
is pinned (bnc#1012628).
|
||||
- parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit
|
||||
SMP kernel (bnc#1012628).
|
||||
- parisc: qemu idle sleep support (bnc#1012628).
|
||||
- mtd: nand: pxa3xx: Fix READOOB implementation (bnc#1012628).
|
||||
- KVM: s390: fix cmma migration for multiple memory slots
|
||||
(bnc#1012628).
|
||||
- KVM: s390: prevent buffer overrun on memory hotplug during
|
||||
migration (bnc#1012628).
|
||||
- commit bd444a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 14:35:46 CET 2018 - jslaby@suse.cz
|
||||
|
||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 4.14.12
|
||||
Version: 4.14.13
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4b3cf0
|
||||
Release: <RELEASE>.gbd444a0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,73 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 10:14:27 CET 2018 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.14.13 (bnc#1012628).
|
||||
- x86/mm: Set MODULES_END to 0xffffffffff000000 (bnc#1012628).
|
||||
- x86/mm: Map cpu_entry_area at the same place on 4/5 level
|
||||
(bnc#1012628).
|
||||
- x86/kaslr: Fix the vaddr_end mess (bnc#1012628).
|
||||
- x86/events/intel/ds: Use the proper cache flush method for
|
||||
mapping ds buffers (bnc#1012628).
|
||||
- x86/tlb: Drop the _GPL from the cpu_tlbstate export
|
||||
(bnc#1012628).
|
||||
- x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline
|
||||
asm (bnc#1012628).
|
||||
- x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
|
||||
(bnc#1012628).
|
||||
- kernel/acct.c: fix the acct->needcheck check in
|
||||
check_free_space() (bnc#1012628).
|
||||
- mm/mprotect: add a cond_resched() inside change_pmd_range()
|
||||
(bnc#1012628).
|
||||
- mm/sparse.c: wrong allocation for mem_section (bnc#1012628).
|
||||
- userfaultfd: clear the vma->vm_userfaultfd_ctx if
|
||||
UFFD_EVENT_FORK fails (bnc#1012628).
|
||||
- btrfs: fix refcount_t usage when deleting btrfs_delayed_nodes
|
||||
(bnc#1012628).
|
||||
- efi/capsule-loader: Reinstate virtual capsule mapping
|
||||
(bnc#1012628).
|
||||
- crypto: n2 - cure use after free (bnc#1012628).
|
||||
- crypto: chacha20poly1305 - validate the digest size
|
||||
(bnc#1012628).
|
||||
- crypto: pcrypt - fix freeing pcrypt instances (bnc#1012628).
|
||||
- crypto: chelsio - select CRYPTO_GF128MUL (bnc#1012628).
|
||||
- drm/i915: Disable DC states around GMBUS on GLK (bnc#1012628).
|
||||
- drm/i915: Apply Display WA #1183 on skl, kbl, and cfl
|
||||
(bnc#1012628).
|
||||
- sunxi-rsb: Include OF based modalias in device uevent
|
||||
(bnc#1012628).
|
||||
- fscache: Fix the default for fscache_maybe_release_page()
|
||||
(bnc#1012628).
|
||||
- x86 / CPU: Avoid unnecessary IPIs in arch_freq_get_on_cpu()
|
||||
(bnc#1012628).
|
||||
- x86 / CPU: Always show current CPU frequency in /proc/cpuinfo
|
||||
(bnc#1012628).
|
||||
- kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks
|
||||
from SIGKILL (bnc#1012628).
|
||||
- kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from
|
||||
!sig_kernel_only() signals (bnc#1012628).
|
||||
- kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE
|
||||
check in complete_signal() (bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Don't free page table ops twice
|
||||
(bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Cope with duplicated Stream IDs
|
||||
(bnc#1012628).
|
||||
- ARC: uaccess: dont use "l" gcc inline asm constraint modifier
|
||||
(bnc#1012628).
|
||||
- powerpc/mm: Fix SEGV on mapped region to return SEGV_ACCERR
|
||||
(bnc#1012628).
|
||||
- Input: elantech - add new icbody type 15 (bnc#1012628).
|
||||
- apparmor: fix regression in mount mediation when feature set
|
||||
is pinned (bnc#1012628).
|
||||
- parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit
|
||||
SMP kernel (bnc#1012628).
|
||||
- parisc: qemu idle sleep support (bnc#1012628).
|
||||
- mtd: nand: pxa3xx: Fix READOOB implementation (bnc#1012628).
|
||||
- KVM: s390: fix cmma migration for multiple memory slots
|
||||
(bnc#1012628).
|
||||
- KVM: s390: prevent buffer overrun on memory hotplug during
|
||||
migration (bnc#1012628).
|
||||
- commit bd444a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 14:35:46 CET 2018 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 4.14
|
||||
%define patchversion 4.14.12
|
||||
%define patchversion 4.14.13
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -58,9 +58,9 @@ Name: kernel-syzkaller
|
||||
Summary: Kernel used for fuzzing by syzkaller
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.14.12
|
||||
Version: 4.14.13
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4b3cf0
|
||||
Release: <RELEASE>.gbd444a0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,73 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 10:14:27 CET 2018 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.14.13 (bnc#1012628).
|
||||
- x86/mm: Set MODULES_END to 0xffffffffff000000 (bnc#1012628).
|
||||
- x86/mm: Map cpu_entry_area at the same place on 4/5 level
|
||||
(bnc#1012628).
|
||||
- x86/kaslr: Fix the vaddr_end mess (bnc#1012628).
|
||||
- x86/events/intel/ds: Use the proper cache flush method for
|
||||
mapping ds buffers (bnc#1012628).
|
||||
- x86/tlb: Drop the _GPL from the cpu_tlbstate export
|
||||
(bnc#1012628).
|
||||
- x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline
|
||||
asm (bnc#1012628).
|
||||
- x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
|
||||
(bnc#1012628).
|
||||
- kernel/acct.c: fix the acct->needcheck check in
|
||||
check_free_space() (bnc#1012628).
|
||||
- mm/mprotect: add a cond_resched() inside change_pmd_range()
|
||||
(bnc#1012628).
|
||||
- mm/sparse.c: wrong allocation for mem_section (bnc#1012628).
|
||||
- userfaultfd: clear the vma->vm_userfaultfd_ctx if
|
||||
UFFD_EVENT_FORK fails (bnc#1012628).
|
||||
- btrfs: fix refcount_t usage when deleting btrfs_delayed_nodes
|
||||
(bnc#1012628).
|
||||
- efi/capsule-loader: Reinstate virtual capsule mapping
|
||||
(bnc#1012628).
|
||||
- crypto: n2 - cure use after free (bnc#1012628).
|
||||
- crypto: chacha20poly1305 - validate the digest size
|
||||
(bnc#1012628).
|
||||
- crypto: pcrypt - fix freeing pcrypt instances (bnc#1012628).
|
||||
- crypto: chelsio - select CRYPTO_GF128MUL (bnc#1012628).
|
||||
- drm/i915: Disable DC states around GMBUS on GLK (bnc#1012628).
|
||||
- drm/i915: Apply Display WA #1183 on skl, kbl, and cfl
|
||||
(bnc#1012628).
|
||||
- sunxi-rsb: Include OF based modalias in device uevent
|
||||
(bnc#1012628).
|
||||
- fscache: Fix the default for fscache_maybe_release_page()
|
||||
(bnc#1012628).
|
||||
- x86 / CPU: Avoid unnecessary IPIs in arch_freq_get_on_cpu()
|
||||
(bnc#1012628).
|
||||
- x86 / CPU: Always show current CPU frequency in /proc/cpuinfo
|
||||
(bnc#1012628).
|
||||
- kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks
|
||||
from SIGKILL (bnc#1012628).
|
||||
- kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from
|
||||
!sig_kernel_only() signals (bnc#1012628).
|
||||
- kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE
|
||||
check in complete_signal() (bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Don't free page table ops twice
|
||||
(bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Cope with duplicated Stream IDs
|
||||
(bnc#1012628).
|
||||
- ARC: uaccess: dont use "l" gcc inline asm constraint modifier
|
||||
(bnc#1012628).
|
||||
- powerpc/mm: Fix SEGV on mapped region to return SEGV_ACCERR
|
||||
(bnc#1012628).
|
||||
- Input: elantech - add new icbody type 15 (bnc#1012628).
|
||||
- apparmor: fix regression in mount mediation when feature set
|
||||
is pinned (bnc#1012628).
|
||||
- parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit
|
||||
SMP kernel (bnc#1012628).
|
||||
- parisc: qemu idle sleep support (bnc#1012628).
|
||||
- mtd: nand: pxa3xx: Fix READOOB implementation (bnc#1012628).
|
||||
- KVM: s390: fix cmma migration for multiple memory slots
|
||||
(bnc#1012628).
|
||||
- KVM: s390: prevent buffer overrun on memory hotplug during
|
||||
migration (bnc#1012628).
|
||||
- commit bd444a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 14:35:46 CET 2018 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 4.14
|
||||
%define patchversion 4.14.12
|
||||
%define patchversion 4.14.13
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -58,9 +58,9 @@ Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.14.12
|
||||
Version: 4.14.13
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4b3cf0
|
||||
Release: <RELEASE>.gbd444a0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,73 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 10:14:27 CET 2018 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.14.13 (bnc#1012628).
|
||||
- x86/mm: Set MODULES_END to 0xffffffffff000000 (bnc#1012628).
|
||||
- x86/mm: Map cpu_entry_area at the same place on 4/5 level
|
||||
(bnc#1012628).
|
||||
- x86/kaslr: Fix the vaddr_end mess (bnc#1012628).
|
||||
- x86/events/intel/ds: Use the proper cache flush method for
|
||||
mapping ds buffers (bnc#1012628).
|
||||
- x86/tlb: Drop the _GPL from the cpu_tlbstate export
|
||||
(bnc#1012628).
|
||||
- x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline
|
||||
asm (bnc#1012628).
|
||||
- x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
|
||||
(bnc#1012628).
|
||||
- kernel/acct.c: fix the acct->needcheck check in
|
||||
check_free_space() (bnc#1012628).
|
||||
- mm/mprotect: add a cond_resched() inside change_pmd_range()
|
||||
(bnc#1012628).
|
||||
- mm/sparse.c: wrong allocation for mem_section (bnc#1012628).
|
||||
- userfaultfd: clear the vma->vm_userfaultfd_ctx if
|
||||
UFFD_EVENT_FORK fails (bnc#1012628).
|
||||
- btrfs: fix refcount_t usage when deleting btrfs_delayed_nodes
|
||||
(bnc#1012628).
|
||||
- efi/capsule-loader: Reinstate virtual capsule mapping
|
||||
(bnc#1012628).
|
||||
- crypto: n2 - cure use after free (bnc#1012628).
|
||||
- crypto: chacha20poly1305 - validate the digest size
|
||||
(bnc#1012628).
|
||||
- crypto: pcrypt - fix freeing pcrypt instances (bnc#1012628).
|
||||
- crypto: chelsio - select CRYPTO_GF128MUL (bnc#1012628).
|
||||
- drm/i915: Disable DC states around GMBUS on GLK (bnc#1012628).
|
||||
- drm/i915: Apply Display WA #1183 on skl, kbl, and cfl
|
||||
(bnc#1012628).
|
||||
- sunxi-rsb: Include OF based modalias in device uevent
|
||||
(bnc#1012628).
|
||||
- fscache: Fix the default for fscache_maybe_release_page()
|
||||
(bnc#1012628).
|
||||
- x86 / CPU: Avoid unnecessary IPIs in arch_freq_get_on_cpu()
|
||||
(bnc#1012628).
|
||||
- x86 / CPU: Always show current CPU frequency in /proc/cpuinfo
|
||||
(bnc#1012628).
|
||||
- kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks
|
||||
from SIGKILL (bnc#1012628).
|
||||
- kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from
|
||||
!sig_kernel_only() signals (bnc#1012628).
|
||||
- kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE
|
||||
check in complete_signal() (bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Don't free page table ops twice
|
||||
(bnc#1012628).
|
||||
- iommu/arm-smmu-v3: Cope with duplicated Stream IDs
|
||||
(bnc#1012628).
|
||||
- ARC: uaccess: dont use "l" gcc inline asm constraint modifier
|
||||
(bnc#1012628).
|
||||
- powerpc/mm: Fix SEGV on mapped region to return SEGV_ACCERR
|
||||
(bnc#1012628).
|
||||
- Input: elantech - add new icbody type 15 (bnc#1012628).
|
||||
- apparmor: fix regression in mount mediation when feature set
|
||||
is pinned (bnc#1012628).
|
||||
- parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit
|
||||
SMP kernel (bnc#1012628).
|
||||
- parisc: qemu idle sleep support (bnc#1012628).
|
||||
- mtd: nand: pxa3xx: Fix READOOB implementation (bnc#1012628).
|
||||
- KVM: s390: fix cmma migration for multiple memory slots
|
||||
(bnc#1012628).
|
||||
- KVM: s390: prevent buffer overrun on memory hotplug during
|
||||
migration (bnc#1012628).
|
||||
- commit bd444a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 14:35:46 CET 2018 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 4.14
|
||||
%define patchversion 4.14.12
|
||||
%define patchversion 4.14.13
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -58,9 +58,9 @@ Name: kernel-zfcpdump
|
||||
Summary: The IBM System Z zfcpdump Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.14.12
|
||||
Version: 4.14.13
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4b3cf0
|
||||
Release: <RELEASE>.gbd444a0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:69026034b189f975c10291b85e8ea40cd0108a7fe0f183a20c568020d4c712f2
|
||||
size 906601
|
||||
oid sha256:10ce9360bf98a6e018d2d537aaed19c4390f0c40af6fef32931b549e22eb7b85
|
||||
size 936789
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8abce552ef070e499dcb937bd9a5d26228f0843483fc8a0f6d711edc60124e92
|
||||
size 79259
|
||||
oid sha256:346511c7a36391fe6366d2bcfd53cc06e209c4357840f293b184f8a062f7da1e
|
||||
size 78820
|
||||
|
41
series.conf
41
series.conf
@ -1243,6 +1243,45 @@
|
||||
patches.kernel.org/4.14.12-013-rtc-m41t80-avoid-i2c-read-in-m41t80_sqw_is_pr.patch
|
||||
patches.kernel.org/4.14.12-014-rtc-m41t80-remove-unneeded-checks-from-m41t80.patch
|
||||
patches.kernel.org/4.14.12-015-Linux-4.14.12.patch
|
||||
patches.kernel.org/4.14.13-001-x86-mm-Set-MODULES_END-to-0xffffffffff000000.patch
|
||||
patches.kernel.org/4.14.13-002-x86-mm-Map-cpu_entry_area-at-the-same-place-o.patch
|
||||
patches.kernel.org/4.14.13-003-x86-kaslr-Fix-the-vaddr_end-mess.patch
|
||||
patches.kernel.org/4.14.13-004-x86-events-intel-ds-Use-the-proper-cache-flus.patch
|
||||
patches.kernel.org/4.14.13-005-x86-tlb-Drop-the-_GPL-from-the-cpu_tlbstate-e.patch
|
||||
patches.kernel.org/4.14.13-006-x86-alternatives-Add-missing-n-at-end-of-ALTE.patch
|
||||
patches.kernel.org/4.14.13-007-x86-pti-Rename-BUG_CPU_INSECURE-to-BUG_CPU_ME.patch
|
||||
patches.kernel.org/4.14.13-008-kernel-acct.c-fix-the-acct-needcheck-check-in.patch
|
||||
patches.kernel.org/4.14.13-009-mm-mprotect-add-a-cond_resched-inside-change_.patch
|
||||
patches.kernel.org/4.14.13-010-mm-sparse.c-wrong-allocation-for-mem_section.patch
|
||||
patches.kernel.org/4.14.13-011-userfaultfd-clear-the-vma-vm_userfaultfd_ctx-.patch
|
||||
patches.kernel.org/4.14.13-012-btrfs-fix-refcount_t-usage-when-deleting-btrf.patch
|
||||
patches.kernel.org/4.14.13-013-efi-capsule-loader-Reinstate-virtual-capsule-.patch
|
||||
patches.kernel.org/4.14.13-014-crypto-n2-cure-use-after-free.patch
|
||||
patches.kernel.org/4.14.13-015-crypto-chacha20poly1305-validate-the-digest-s.patch
|
||||
patches.kernel.org/4.14.13-016-crypto-pcrypt-fix-freeing-pcrypt-instances.patch
|
||||
patches.kernel.org/4.14.13-017-crypto-chelsio-select-CRYPTO_GF128MUL.patch
|
||||
patches.kernel.org/4.14.13-018-drm-i915-Disable-DC-states-around-GMBUS-on-GL.patch
|
||||
patches.kernel.org/4.14.13-019-drm-i915-Apply-Display-WA-1183-on-skl-kbl-and.patch
|
||||
patches.kernel.org/4.14.13-020-sunxi-rsb-Include-OF-based-modalias-in-device.patch
|
||||
patches.kernel.org/4.14.13-021-fscache-Fix-the-default-for-fscache_maybe_rel.patch
|
||||
patches.kernel.org/4.14.13-022-x86-CPU-Avoid-unnecessary-IPIs-in-arch_freq_g.patch
|
||||
patches.kernel.org/4.14.13-023-x86-CPU-Always-show-current-CPU-frequency-in-.patch
|
||||
patches.kernel.org/4.14.13-024-kernel-signal.c-protect-the-traced-SIGNAL_UNK.patch
|
||||
patches.kernel.org/4.14.13-025-kernel-signal.c-protect-the-SIGNAL_UNKILLABLE.patch
|
||||
patches.kernel.org/4.14.13-026-kernel-signal.c-remove-the-no-longer-needed-S.patch
|
||||
patches.kernel.org/4.14.13-027-iommu-arm-smmu-v3-Don-t-free-page-table-ops-t.patch
|
||||
patches.kernel.org/4.14.13-028-iommu-arm-smmu-v3-Cope-with-duplicated-Stream.patch
|
||||
patches.kernel.org/4.14.13-029-ARC-uaccess-dont-use-l-gcc-inline-asm-constra.patch
|
||||
patches.kernel.org/4.14.13-030-powerpc-mm-Fix-SEGV-on-mapped-region-to-retur.patch
|
||||
patches.kernel.org/4.14.13-031-Input-elantech-add-new-icbody-type-15.patch
|
||||
patches.kernel.org/4.14.13-032-x86-microcode-AMD-Add-support-for-fam17h-micr.patch
|
||||
patches.kernel.org/4.14.13-033-apparmor-fix-regression-in-mount-mediation-wh.patch
|
||||
patches.kernel.org/4.14.13-034-parisc-Fix-alignment-of-pa_tlb_lock-in-assemb.patch
|
||||
patches.kernel.org/4.14.13-035-parisc-qemu-idle-sleep-support.patch
|
||||
patches.kernel.org/4.14.13-036-mtd-nand-pxa3xx-Fix-READOOB-implementation.patch
|
||||
patches.kernel.org/4.14.13-037-KVM-s390-fix-cmma-migration-for-multiple-memo.patch
|
||||
patches.kernel.org/4.14.13-038-KVM-s390-prevent-buffer-overrun-on-memory-hot.patch
|
||||
patches.kernel.org/4.14.13-039-Linux-4.14.13.patch
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -1372,8 +1411,6 @@
|
||||
# changed this area a lot.
|
||||
+needs_updating patches.suse/x86_64-hpet-64bit-timer.patch
|
||||
|
||||
# bsc#1068032
|
||||
patches.suse/x86-microcode-amd-add-support-for-fam17h-microcode-loading.patch
|
||||
|
||||
########################################################
|
||||
# x86 MCE/MCA (Machine Check Error/Architecture) extensions
|
||||
|
@ -1,3 +1,3 @@
|
||||
2018-01-09 14:48:04 +0100
|
||||
GIT Revision: f4b3cf0d7fc3f44dad4f198c1b1725bac93a6625
|
||||
2018-01-10 10:14:27 +0100
|
||||
GIT Revision: bd444a0ec3f0379d51f2edafa54eaf99cd6a6ca7
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user