commit fcf834967da38723f991cc0b2066ad617ea4318d

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=384
This commit is contained in:
Michal Marek 2015-06-24 06:05:27 +00:00 committed by Git OBS Bridge
parent 85a2feba2a
commit dae4d823a6
41 changed files with 4291 additions and 132 deletions

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e94b6283a75458008feb514bb1ce506d206cebe725010b055f2a03b3c3e7c938
size 379958
oid sha256:80965614f1f309bdb7cd87419f3f6355fb3d1a545d188c325d50348c39d5047b
size 394139

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 23 04:44:59 CEST 2015 - jeffm@suse.com
- Update to 4.1-final.
- commit d6cfe1f
-------------------------------------------------------------------
Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
@ -5,7 +11,11 @@ Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
addressing (bnc#907092).
- x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
(bnc#907092).
- commit 80f6bcd
- x86/PCI: Use host bridge _CRS info on systems with >32 bit
addressing (bnc#907092).
- x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
(bnc#907092).
- commit 1d9da2e
-------------------------------------------------------------------
Thu Jun 18 17:11:04 CEST 2015 - dsterba@suse.cz
@ -21,6 +31,24 @@ Thu Jun 18 17:11:04 CEST 2015 - dsterba@suse.cz
- Btrfs: send, add missing check for dead clone root.
- commit 56152db
-------------------------------------------------------------------
Tue Jun 16 16:03:55 CEST 2015 - tiwai@suse.de
- Enable brcmfmac driver for x86-64 and i586 (boo#934932)
- commit 3e79c51
-------------------------------------------------------------------
Mon Jun 15 15:46:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc8.
- commit d3aa377
-------------------------------------------------------------------
Fri Jun 12 15:40:32 CEST 2015 - tiwai@suse.de
- Update config files: extend CONFIG_DPM_WATCHDOG_TIMEOUT to 60 (bnc#934397)
- commit b3acd3f
-------------------------------------------------------------------
Fri Jun 12 15:39:21 CEST 2015 - tiwai@suse.de
@ -31,7 +59,16 @@ Fri Jun 12 15:39:21 CEST 2015 - tiwai@suse.de
Fri Jun 12 11:50:05 CEST 2015 - jslaby@suse.cz
- mmc: sdhci: fix low memory corruption (bnc#934531).
- commit 0e899eb
- commit ea963c7
-------------------------------------------------------------------
Tue Jun 9 21:02:26 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc7.
- Config changes:
- arm64/armv7hl:
- PHY_QCOM_UFS=m
- commit abe587d
-------------------------------------------------------------------
Mon Jun 8 11:07:06 CEST 2015 - jslaby@suse.cz
@ -43,18 +80,122 @@ Mon Jun 8 11:07:06 CEST 2015 - jslaby@suse.cz
- Delete patches.fixes/rtlwifi-rtl8192cu-Fix-kernel-deadlock.
- commit f4cd21b
-------------------------------------------------------------------
Sat Jun 6 23:38:38 CEST 2015 - dirk@dmllr.de
- ARM: config: Sync more settings with x86_64
Compile in modules that are =y on x86_64, remove modules
that are not compiled on x86_64
- commit d36ab59
-------------------------------------------------------------------
Sat Jun 6 23:03:52 CEST 2015 - dirk@dmllr.de
- config: armv7hl: Disable CONFIG_FW_LOADER_USER_HELPER_FALLBACK
Only needed by DRM_STI, which we don't need, so disable
it alltogether (it isn't configured in userspace anyway
and deprecated)
- commit 6ad70fc
-------------------------------------------------------------------
Sat Jun 6 23:02:13 CEST 2015 - dirk@dmllr.de
- config: armv7hl: Disable DECNET
DECNET is not enabled on any other arch either
and we don't need it
- commit ec172d8
-------------------------------------------------------------------
Sat Jun 6 23:00:43 CEST 2015 - dirk@dmllr.de
- armv6hl: config: Reenable for 4.1
Generic options follow x86_64 ones.
- commit 1d5f3b2
-------------------------------------------------------------------
Tue Jun 2 13:40:10 CEST 2015 - jbeulich@suse.com
- Fix patch headers of just updated Xen patches.
- commit 78a3079
-------------------------------------------------------------------
Tue Jun 2 12:42:50 CEST 2015 - jbeulich@suse.com
- Update Xen patches to 4.1-rc6.
- config.conf: Re-enabled Xen and PV configs.
- Update config files.
- commit 0447183
-------------------------------------------------------------------
Mon Jun 1 17:45:22 CEST 2015 - jeffm@suse.com
- config: restore FRAME_POINTER configs to pre-4.1-rc1 values
The disabling of the stack unwind patches due to required merging
ended up enabling FRAME_POINTER on some configs. Now that stack
unwinding is re-enabled, we can disable it again.
- commit e3d8f0a
-------------------------------------------------------------------
Mon Jun 1 16:59:19 CEST 2015 - jeffm@suse.com
- config: revert options initially selected by EXT4_ENCRYPTION
EXT4_ENCRYPTION was initially a bool, which caused anything
selected by it to be selected as =y even if EXT4 was =m.
We can restore the following options back to being modular:
- CRYPTO_CTS
- CRYPTO_ECB
- CRYPTO_GF128MUL
- CRYPTO_XTS
Other crypto-related options enabled in the v4.1-rc1 update are
a result of INTEGRITY=y and can't be returned to modular options
without also disabling INTEGRITY.
- commit 1c78a8e
-------------------------------------------------------------------
Mon Jun 1 16:21:11 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc6.
- commit 9abfb15
-------------------------------------------------------------------
Fri May 29 17:50:29 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc5.
- commit 5c5c1d1
-------------------------------------------------------------------
Fri May 29 17:00:18 CEST 2015 - tiwai@suse.de
- rtlwifi: rtl8192cu: Fix kernel deadlock (bnc#927786).
- commit ac67377
-------------------------------------------------------------------
Thu May 28 18:51:09 CEST 2015 - dmueller@suse.com
- arm64-0004-net-xgbe-Add-A0-silicon-support: adjust for gettime64/settime64
- commit 8f2a4d1
-------------------------------------------------------------------
Thu May 28 15:46:14 CEST 2015 - jslaby@suse.cz
- drm/radeon: retry dcpd fetch (bnc#931580).
- commit ad54361
-------------------------------------------------------------------
Thu May 28 12:49:08 CEST 2015 - jbeulich@suse.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
- Refresh patches.suse/stack-unwind.
- Delete
patches.arch/stack-unwind-cfi_ignore-takes-more-arguments,
patches.suse/no-frame-pointer-select,
patches.suse/unwind-remove-check-for-vdso32-compat-range:
All folded into base patch.
- Update config files.
- commit 4631e0c
-------------------------------------------------------------------
Mon May 25 10:05:13 CEST 2015 - tiwai@suse.de
@ -69,6 +210,14 @@ Tue May 19 17:29:15 CEST 2015 - dsterba@suse.cz
High user impact, should land in 4.1.
- commit 4f5e0d5
-------------------------------------------------------------------
Tue May 19 16:34:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc4.
- Config changes:
- armv7hl: SPI_FSL_DSPI=m
- commit 9c4ab6c
-------------------------------------------------------------------
Tue May 19 12:31:23 CEST 2015 - jslaby@suse.cz
@ -77,6 +226,14 @@ Tue May 19 12:31:23 CEST 2015 - jslaby@suse.cz
disabled. I.e. make it the same as on other configs/arches.
- commit 6355689
-------------------------------------------------------------------
Tue May 19 12:27:54 CEST 2015 - jslaby@suse.cz
- Update config files.
Unset PKCS7_TEST_KEY, so that SYSTEM_TRUSTED_KEYRING can stay
disabled. I.e. make it the same as on other configs/arches.
- commit c9bc255
-------------------------------------------------------------------
Mon May 18 09:19:31 CEST 2015 - jslaby@suse.cz
@ -90,6 +247,14 @@ Wed May 13 15:41:19 CEST 2015 - jslaby@suse.cz
- Linux 4.0.3.
- commit 3ee3773
-------------------------------------------------------------------
Mon May 11 16:10:08 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc3.
- Config changes:
- RTC_DRV_ABX80X=m
- commit b798b43
-------------------------------------------------------------------
Thu May 7 11:28:39 CEST 2015 - jslaby@suse.cz
@ -102,6 +267,120 @@ Thu May 7 11:28:39 CEST 2015 - jslaby@suse.cz
CONFIG_ARM64_ERRATUM_845719=y, the same as master.
- commit a425d38
-------------------------------------------------------------------
Thu May 7 08:21:57 CEST 2015 - jdelvare@suse.de
- config/armv7hl: Disable AMD_XGBE_PHY
The AMD XGBE ethernet chip is only used on ARM64 systems.
- commit 3541e77
-------------------------------------------------------------------
Wed May 6 10:39:25 CEST 2015 - dmueller@suse.com
- config: arm64: Reenable for 4.1
ACPI left disabled for now, Qualcom/Xen enabled,
rest synced with x86_64
- commit da874b0
-------------------------------------------------------------------
Mon May 4 17:21:54 CEST 2015 - jeffm@suse.com
- config: disable XGBE on non-ARM hardware
It's documented as being present only on AMD SoCs.
- commit a32d077
-------------------------------------------------------------------
Mon May 4 15:59:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc2.
- Config changes:
- CONFIG_EXT4_ENCRYPTION y->m (changed to tristate)
- commit d8dfb45
-------------------------------------------------------------------
Sat May 2 19:21:49 CEST 2015 - matwey.kornilov@gmail.com
- config: Reenable armv7hl for 4.1
Update armv7hl configs for 4.1
Generic options follow x86_64 ones.
CONFIG_DRM_I2C_NXP_TDA998X set to y as it is single known way to make video work on BBB
- commit 749ab51
-------------------------------------------------------------------
Fri May 1 22:19:51 CEST 2015 - jeffm@suse.com
- scripts/sequence-patch.sh, scripts/tar-up.sh: Fix detection of SKIP_XEN.
With the stricter checks to ensure all files in the repository are
referenced, it's no longer possible to comment out configs in
config.conf. It is possible to exclude them via rule, but then
scripts/guards --list will list them unconditionally. That breaks the
automatic no-xen handling. The fix is to use scripts/guards
$(scripts/arch-symbols --list) instead.
- commit fbf7f40
-------------------------------------------------------------------
Fri May 1 21:41:34 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc1.
- Xen needs updating.
- ARM configs need updating.
- Stack unwinding needs updating.
- 11 patches eliminated.
- Config changes:
- Generic:
- MULTIUSER=y (default)
- Networking
- 6LOWPAN_NHC=m
- 6LOWPAN_NHC_DEST=m
- 6LOWPAN_NHC_FRAGMENT=m
- 6LOWPAN_NHC_HOP=m
- 6LOWPAN_NHC_IPV6=m
- 6LOWPAN_NHC_MOBILITY=m
- 6LOWPAN_NHC_ROUTING=m
- 6LOWPAN_NHC_UDP=m
- MPLS_ROUTING=m
- BT_DEBUGFS=n
- Driver options:
- BT_HCIBTUSB
- BT_HCIBTUSB_BCM=y
- BT_HCIUART
- BT_HCIUART_INTEL=y
- BT_HCIUART_BCM=y
- TARGET_CORE
- TCM_USER2=m
- CHELSIO_T4
- CHELSIO_T4_FCOE=y
- MOUSE_PS2
- MOUSE_PS2_VMMOUSE=y
- New modules:
- TOUCHSCREEN_CHIPONE_ICN8318=m
- TOUCHSCREEN_SX8654=m
- NFC_NXP_NCI=m
- NFC_NXP_NCI_I2C=m
- Storage:
- BLK_DEV_PMEM=m
- MD_CLUSTER=m
- DM_MQ_DEFAULT=n (needs performance testing)
- DM_LOG_WRITES=m
- MTD_PARTITIONED_MASTER=y
- x86/x86_64:
- SCHED_OMIT_FRAME_POINTER=y (only because unwinding needs updating)
- X86_PMEM_LEGACY=y (compatibility)
- MFD_INTEL_QUARK_I2C_GPIO=m
- PINCTRL_AMD=y
- ARM (disabled):
- MACB=n
- KEYBOARD_BCM=n
- TCG_TIS_ST33ZP24=n
- SPI_CADENCE=n
- GPIO_ALTERA=n
- GPIO_DWAPB=n
- POWER_RESET_SYSCON_POWEROFF=n
- CADENCE_WATCHDOG=n
- MFD_MAX77843=n
- MFD_MT6397=n
- commit e5a9df9
-------------------------------------------------------------------
Wed Apr 29 15:52:57 CEST 2015 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 23 04:44:59 CEST 2015 - jeffm@suse.com
- Update to 4.1-final.
- commit d6cfe1f
-------------------------------------------------------------------
Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
@ -5,7 +11,11 @@ Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
addressing (bnc#907092).
- x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
(bnc#907092).
- commit 80f6bcd
- x86/PCI: Use host bridge _CRS info on systems with >32 bit
addressing (bnc#907092).
- x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
(bnc#907092).
- commit 1d9da2e
-------------------------------------------------------------------
Thu Jun 18 17:11:04 CEST 2015 - dsterba@suse.cz
@ -21,6 +31,24 @@ Thu Jun 18 17:11:04 CEST 2015 - dsterba@suse.cz
- Btrfs: send, add missing check for dead clone root.
- commit 56152db
-------------------------------------------------------------------
Tue Jun 16 16:03:55 CEST 2015 - tiwai@suse.de
- Enable brcmfmac driver for x86-64 and i586 (boo#934932)
- commit 3e79c51
-------------------------------------------------------------------
Mon Jun 15 15:46:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc8.
- commit d3aa377
-------------------------------------------------------------------
Fri Jun 12 15:40:32 CEST 2015 - tiwai@suse.de
- Update config files: extend CONFIG_DPM_WATCHDOG_TIMEOUT to 60 (bnc#934397)
- commit b3acd3f
-------------------------------------------------------------------
Fri Jun 12 15:39:21 CEST 2015 - tiwai@suse.de
@ -31,7 +59,16 @@ Fri Jun 12 15:39:21 CEST 2015 - tiwai@suse.de
Fri Jun 12 11:50:05 CEST 2015 - jslaby@suse.cz
- mmc: sdhci: fix low memory corruption (bnc#934531).
- commit 0e899eb
- commit ea963c7
-------------------------------------------------------------------
Tue Jun 9 21:02:26 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc7.
- Config changes:
- arm64/armv7hl:
- PHY_QCOM_UFS=m
- commit abe587d
-------------------------------------------------------------------
Mon Jun 8 11:07:06 CEST 2015 - jslaby@suse.cz
@ -43,18 +80,122 @@ Mon Jun 8 11:07:06 CEST 2015 - jslaby@suse.cz
- Delete patches.fixes/rtlwifi-rtl8192cu-Fix-kernel-deadlock.
- commit f4cd21b
-------------------------------------------------------------------
Sat Jun 6 23:38:38 CEST 2015 - dirk@dmllr.de
- ARM: config: Sync more settings with x86_64
Compile in modules that are =y on x86_64, remove modules
that are not compiled on x86_64
- commit d36ab59
-------------------------------------------------------------------
Sat Jun 6 23:03:52 CEST 2015 - dirk@dmllr.de
- config: armv7hl: Disable CONFIG_FW_LOADER_USER_HELPER_FALLBACK
Only needed by DRM_STI, which we don't need, so disable
it alltogether (it isn't configured in userspace anyway
and deprecated)
- commit 6ad70fc
-------------------------------------------------------------------
Sat Jun 6 23:02:13 CEST 2015 - dirk@dmllr.de
- config: armv7hl: Disable DECNET
DECNET is not enabled on any other arch either
and we don't need it
- commit ec172d8
-------------------------------------------------------------------
Sat Jun 6 23:00:43 CEST 2015 - dirk@dmllr.de
- armv6hl: config: Reenable for 4.1
Generic options follow x86_64 ones.
- commit 1d5f3b2
-------------------------------------------------------------------
Tue Jun 2 13:40:10 CEST 2015 - jbeulich@suse.com
- Fix patch headers of just updated Xen patches.
- commit 78a3079
-------------------------------------------------------------------
Tue Jun 2 12:42:50 CEST 2015 - jbeulich@suse.com
- Update Xen patches to 4.1-rc6.
- config.conf: Re-enabled Xen and PV configs.
- Update config files.
- commit 0447183
-------------------------------------------------------------------
Mon Jun 1 17:45:22 CEST 2015 - jeffm@suse.com
- config: restore FRAME_POINTER configs to pre-4.1-rc1 values
The disabling of the stack unwind patches due to required merging
ended up enabling FRAME_POINTER on some configs. Now that stack
unwinding is re-enabled, we can disable it again.
- commit e3d8f0a
-------------------------------------------------------------------
Mon Jun 1 16:59:19 CEST 2015 - jeffm@suse.com
- config: revert options initially selected by EXT4_ENCRYPTION
EXT4_ENCRYPTION was initially a bool, which caused anything
selected by it to be selected as =y even if EXT4 was =m.
We can restore the following options back to being modular:
- CRYPTO_CTS
- CRYPTO_ECB
- CRYPTO_GF128MUL
- CRYPTO_XTS
Other crypto-related options enabled in the v4.1-rc1 update are
a result of INTEGRITY=y and can't be returned to modular options
without also disabling INTEGRITY.
- commit 1c78a8e
-------------------------------------------------------------------
Mon Jun 1 16:21:11 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc6.
- commit 9abfb15
-------------------------------------------------------------------
Fri May 29 17:50:29 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc5.
- commit 5c5c1d1
-------------------------------------------------------------------
Fri May 29 17:00:18 CEST 2015 - tiwai@suse.de
- rtlwifi: rtl8192cu: Fix kernel deadlock (bnc#927786).
- commit ac67377
-------------------------------------------------------------------
Thu May 28 18:51:09 CEST 2015 - dmueller@suse.com
- arm64-0004-net-xgbe-Add-A0-silicon-support: adjust for gettime64/settime64
- commit 8f2a4d1
-------------------------------------------------------------------
Thu May 28 15:46:14 CEST 2015 - jslaby@suse.cz
- drm/radeon: retry dcpd fetch (bnc#931580).
- commit ad54361
-------------------------------------------------------------------
Thu May 28 12:49:08 CEST 2015 - jbeulich@suse.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
- Refresh patches.suse/stack-unwind.
- Delete
patches.arch/stack-unwind-cfi_ignore-takes-more-arguments,
patches.suse/no-frame-pointer-select,
patches.suse/unwind-remove-check-for-vdso32-compat-range:
All folded into base patch.
- Update config files.
- commit 4631e0c
-------------------------------------------------------------------
Mon May 25 10:05:13 CEST 2015 - tiwai@suse.de
@ -69,6 +210,14 @@ Tue May 19 17:29:15 CEST 2015 - dsterba@suse.cz
High user impact, should land in 4.1.
- commit 4f5e0d5
-------------------------------------------------------------------
Tue May 19 16:34:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc4.
- Config changes:
- armv7hl: SPI_FSL_DSPI=m
- commit 9c4ab6c
-------------------------------------------------------------------
Tue May 19 12:31:23 CEST 2015 - jslaby@suse.cz
@ -77,6 +226,14 @@ Tue May 19 12:31:23 CEST 2015 - jslaby@suse.cz
disabled. I.e. make it the same as on other configs/arches.
- commit 6355689
-------------------------------------------------------------------
Tue May 19 12:27:54 CEST 2015 - jslaby@suse.cz
- Update config files.
Unset PKCS7_TEST_KEY, so that SYSTEM_TRUSTED_KEYRING can stay
disabled. I.e. make it the same as on other configs/arches.
- commit c9bc255
-------------------------------------------------------------------
Mon May 18 09:19:31 CEST 2015 - jslaby@suse.cz
@ -90,6 +247,14 @@ Wed May 13 15:41:19 CEST 2015 - jslaby@suse.cz
- Linux 4.0.3.
- commit 3ee3773
-------------------------------------------------------------------
Mon May 11 16:10:08 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc3.
- Config changes:
- RTC_DRV_ABX80X=m
- commit b798b43
-------------------------------------------------------------------
Thu May 7 11:28:39 CEST 2015 - jslaby@suse.cz
@ -102,6 +267,120 @@ Thu May 7 11:28:39 CEST 2015 - jslaby@suse.cz
CONFIG_ARM64_ERRATUM_845719=y, the same as master.
- commit a425d38
-------------------------------------------------------------------
Thu May 7 08:21:57 CEST 2015 - jdelvare@suse.de
- config/armv7hl: Disable AMD_XGBE_PHY
The AMD XGBE ethernet chip is only used on ARM64 systems.
- commit 3541e77
-------------------------------------------------------------------
Wed May 6 10:39:25 CEST 2015 - dmueller@suse.com
- config: arm64: Reenable for 4.1
ACPI left disabled for now, Qualcom/Xen enabled,
rest synced with x86_64
- commit da874b0
-------------------------------------------------------------------
Mon May 4 17:21:54 CEST 2015 - jeffm@suse.com
- config: disable XGBE on non-ARM hardware
It's documented as being present only on AMD SoCs.
- commit a32d077
-------------------------------------------------------------------
Mon May 4 15:59:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc2.
- Config changes:
- CONFIG_EXT4_ENCRYPTION y->m (changed to tristate)
- commit d8dfb45
-------------------------------------------------------------------
Sat May 2 19:21:49 CEST 2015 - matwey.kornilov@gmail.com
- config: Reenable armv7hl for 4.1
Update armv7hl configs for 4.1
Generic options follow x86_64 ones.
CONFIG_DRM_I2C_NXP_TDA998X set to y as it is single known way to make video work on BBB
- commit 749ab51
-------------------------------------------------------------------
Fri May 1 22:19:51 CEST 2015 - jeffm@suse.com
- scripts/sequence-patch.sh, scripts/tar-up.sh: Fix detection of SKIP_XEN.
With the stricter checks to ensure all files in the repository are
referenced, it's no longer possible to comment out configs in
config.conf. It is possible to exclude them via rule, but then
scripts/guards --list will list them unconditionally. That breaks the
automatic no-xen handling. The fix is to use scripts/guards
$(scripts/arch-symbols --list) instead.
- commit fbf7f40
-------------------------------------------------------------------
Fri May 1 21:41:34 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc1.
- Xen needs updating.
- ARM configs need updating.
- Stack unwinding needs updating.
- 11 patches eliminated.
- Config changes:
- Generic:
- MULTIUSER=y (default)
- Networking
- 6LOWPAN_NHC=m
- 6LOWPAN_NHC_DEST=m
- 6LOWPAN_NHC_FRAGMENT=m
- 6LOWPAN_NHC_HOP=m
- 6LOWPAN_NHC_IPV6=m
- 6LOWPAN_NHC_MOBILITY=m
- 6LOWPAN_NHC_ROUTING=m
- 6LOWPAN_NHC_UDP=m
- MPLS_ROUTING=m
- BT_DEBUGFS=n
- Driver options:
- BT_HCIBTUSB
- BT_HCIBTUSB_BCM=y
- BT_HCIUART
- BT_HCIUART_INTEL=y
- BT_HCIUART_BCM=y
- TARGET_CORE
- TCM_USER2=m
- CHELSIO_T4
- CHELSIO_T4_FCOE=y
- MOUSE_PS2
- MOUSE_PS2_VMMOUSE=y
- New modules:
- TOUCHSCREEN_CHIPONE_ICN8318=m
- TOUCHSCREEN_SX8654=m
- NFC_NXP_NCI=m
- NFC_NXP_NCI_I2C=m
- Storage:
- BLK_DEV_PMEM=m
- MD_CLUSTER=m
- DM_MQ_DEFAULT=n (needs performance testing)
- DM_LOG_WRITES=m
- MTD_PARTITIONED_MASTER=y
- x86/x86_64:
- SCHED_OMIT_FRAME_POINTER=y (only because unwinding needs updating)
- X86_PMEM_LEGACY=y (compatibility)
- MFD_INTEL_QUARK_I2C_GPIO=m
- PINCTRL_AMD=y
- ARM (disabled):
- MACB=n
- KEYBOARD_BCM=n
- TCG_TIS_ST33ZP24=n
- SPI_CADENCE=n
- GPIO_ALTERA=n
- GPIO_DWAPB=n
- POWER_RESET_SYSCON_POWEROFF=n
- CADENCE_WATCHDOG=n
- MFD_MAX77843=n
- MFD_MT6397=n
- commit e5a9df9
-------------------------------------------------------------------
Wed Apr 29 15:52:57 CEST 2015 - jslaby@suse.cz

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 4.0
%define patchversion 4.0.5
%define srcversion 4.1
%define patchversion 4.1.0
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@ Name: kernel-default
Summary: The Standard Kernel
License: GPL-2.0
Group: System/Kernel
Version: 4.0.5
Version: 4.1.0
%if 0%{?is_kotd}
Release: <RELEASE>.g80f6bcd
Release: <RELEASE>.gfcf8349
%else
Release: 0
%endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 23 04:44:59 CEST 2015 - jeffm@suse.com
- Update to 4.1-final.
- commit d6cfe1f
-------------------------------------------------------------------
Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
@ -5,7 +11,11 @@ Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
addressing (bnc#907092).
- x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
(bnc#907092).
- commit 80f6bcd
- x86/PCI: Use host bridge _CRS info on systems with >32 bit
addressing (bnc#907092).
- x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
(bnc#907092).
- commit 1d9da2e
-------------------------------------------------------------------
Thu Jun 18 17:11:04 CEST 2015 - dsterba@suse.cz
@ -21,6 +31,24 @@ Thu Jun 18 17:11:04 CEST 2015 - dsterba@suse.cz
- Btrfs: send, add missing check for dead clone root.
- commit 56152db
-------------------------------------------------------------------
Tue Jun 16 16:03:55 CEST 2015 - tiwai@suse.de
- Enable brcmfmac driver for x86-64 and i586 (boo#934932)
- commit 3e79c51
-------------------------------------------------------------------
Mon Jun 15 15:46:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc8.
- commit d3aa377
-------------------------------------------------------------------
Fri Jun 12 15:40:32 CEST 2015 - tiwai@suse.de
- Update config files: extend CONFIG_DPM_WATCHDOG_TIMEOUT to 60 (bnc#934397)
- commit b3acd3f
-------------------------------------------------------------------
Fri Jun 12 15:39:21 CEST 2015 - tiwai@suse.de
@ -31,7 +59,16 @@ Fri Jun 12 15:39:21 CEST 2015 - tiwai@suse.de
Fri Jun 12 11:50:05 CEST 2015 - jslaby@suse.cz
- mmc: sdhci: fix low memory corruption (bnc#934531).
- commit 0e899eb
- commit ea963c7
-------------------------------------------------------------------
Tue Jun 9 21:02:26 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc7.
- Config changes:
- arm64/armv7hl:
- PHY_QCOM_UFS=m
- commit abe587d
-------------------------------------------------------------------
Mon Jun 8 11:07:06 CEST 2015 - jslaby@suse.cz
@ -43,18 +80,122 @@ Mon Jun 8 11:07:06 CEST 2015 - jslaby@suse.cz
- Delete patches.fixes/rtlwifi-rtl8192cu-Fix-kernel-deadlock.
- commit f4cd21b
-------------------------------------------------------------------
Sat Jun 6 23:38:38 CEST 2015 - dirk@dmllr.de
- ARM: config: Sync more settings with x86_64
Compile in modules that are =y on x86_64, remove modules
that are not compiled on x86_64
- commit d36ab59
-------------------------------------------------------------------
Sat Jun 6 23:03:52 CEST 2015 - dirk@dmllr.de
- config: armv7hl: Disable CONFIG_FW_LOADER_USER_HELPER_FALLBACK
Only needed by DRM_STI, which we don't need, so disable
it alltogether (it isn't configured in userspace anyway
and deprecated)
- commit 6ad70fc
-------------------------------------------------------------------
Sat Jun 6 23:02:13 CEST 2015 - dirk@dmllr.de
- config: armv7hl: Disable DECNET
DECNET is not enabled on any other arch either
and we don't need it
- commit ec172d8
-------------------------------------------------------------------
Sat Jun 6 23:00:43 CEST 2015 - dirk@dmllr.de
- armv6hl: config: Reenable for 4.1
Generic options follow x86_64 ones.
- commit 1d5f3b2
-------------------------------------------------------------------
Tue Jun 2 13:40:10 CEST 2015 - jbeulich@suse.com
- Fix patch headers of just updated Xen patches.
- commit 78a3079
-------------------------------------------------------------------
Tue Jun 2 12:42:50 CEST 2015 - jbeulich@suse.com
- Update Xen patches to 4.1-rc6.
- config.conf: Re-enabled Xen and PV configs.
- Update config files.
- commit 0447183
-------------------------------------------------------------------
Mon Jun 1 17:45:22 CEST 2015 - jeffm@suse.com
- config: restore FRAME_POINTER configs to pre-4.1-rc1 values
The disabling of the stack unwind patches due to required merging
ended up enabling FRAME_POINTER on some configs. Now that stack
unwinding is re-enabled, we can disable it again.
- commit e3d8f0a
-------------------------------------------------------------------
Mon Jun 1 16:59:19 CEST 2015 - jeffm@suse.com
- config: revert options initially selected by EXT4_ENCRYPTION
EXT4_ENCRYPTION was initially a bool, which caused anything
selected by it to be selected as =y even if EXT4 was =m.
We can restore the following options back to being modular:
- CRYPTO_CTS
- CRYPTO_ECB
- CRYPTO_GF128MUL
- CRYPTO_XTS
Other crypto-related options enabled in the v4.1-rc1 update are
a result of INTEGRITY=y and can't be returned to modular options
without also disabling INTEGRITY.
- commit 1c78a8e
-------------------------------------------------------------------
Mon Jun 1 16:21:11 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc6.
- commit 9abfb15
-------------------------------------------------------------------
Fri May 29 17:50:29 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc5.
- commit 5c5c1d1
-------------------------------------------------------------------
Fri May 29 17:00:18 CEST 2015 - tiwai@suse.de
- rtlwifi: rtl8192cu: Fix kernel deadlock (bnc#927786).
- commit ac67377
-------------------------------------------------------------------
Thu May 28 18:51:09 CEST 2015 - dmueller@suse.com
- arm64-0004-net-xgbe-Add-A0-silicon-support: adjust for gettime64/settime64
- commit 8f2a4d1
-------------------------------------------------------------------
Thu May 28 15:46:14 CEST 2015 - jslaby@suse.cz
- drm/radeon: retry dcpd fetch (bnc#931580).
- commit ad54361
-------------------------------------------------------------------
Thu May 28 12:49:08 CEST 2015 - jbeulich@suse.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
- Refresh patches.suse/stack-unwind.
- Delete
patches.arch/stack-unwind-cfi_ignore-takes-more-arguments,
patches.suse/no-frame-pointer-select,
patches.suse/unwind-remove-check-for-vdso32-compat-range:
All folded into base patch.
- Update config files.
- commit 4631e0c
-------------------------------------------------------------------
Mon May 25 10:05:13 CEST 2015 - tiwai@suse.de
@ -69,6 +210,14 @@ Tue May 19 17:29:15 CEST 2015 - dsterba@suse.cz
High user impact, should land in 4.1.
- commit 4f5e0d5
-------------------------------------------------------------------
Tue May 19 16:34:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc4.
- Config changes:
- armv7hl: SPI_FSL_DSPI=m
- commit 9c4ab6c
-------------------------------------------------------------------
Tue May 19 12:31:23 CEST 2015 - jslaby@suse.cz
@ -77,6 +226,14 @@ Tue May 19 12:31:23 CEST 2015 - jslaby@suse.cz
disabled. I.e. make it the same as on other configs/arches.
- commit 6355689
-------------------------------------------------------------------
Tue May 19 12:27:54 CEST 2015 - jslaby@suse.cz
- Update config files.
Unset PKCS7_TEST_KEY, so that SYSTEM_TRUSTED_KEYRING can stay
disabled. I.e. make it the same as on other configs/arches.
- commit c9bc255
-------------------------------------------------------------------
Mon May 18 09:19:31 CEST 2015 - jslaby@suse.cz
@ -90,6 +247,14 @@ Wed May 13 15:41:19 CEST 2015 - jslaby@suse.cz
- Linux 4.0.3.
- commit 3ee3773
-------------------------------------------------------------------
Mon May 11 16:10:08 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc3.
- Config changes:
- RTC_DRV_ABX80X=m
- commit b798b43
-------------------------------------------------------------------
Thu May 7 11:28:39 CEST 2015 - jslaby@suse.cz
@ -102,6 +267,120 @@ Thu May 7 11:28:39 CEST 2015 - jslaby@suse.cz
CONFIG_ARM64_ERRATUM_845719=y, the same as master.
- commit a425d38
-------------------------------------------------------------------
Thu May 7 08:21:57 CEST 2015 - jdelvare@suse.de
- config/armv7hl: Disable AMD_XGBE_PHY
The AMD XGBE ethernet chip is only used on ARM64 systems.
- commit 3541e77
-------------------------------------------------------------------
Wed May 6 10:39:25 CEST 2015 - dmueller@suse.com
- config: arm64: Reenable for 4.1
ACPI left disabled for now, Qualcom/Xen enabled,
rest synced with x86_64
- commit da874b0
-------------------------------------------------------------------
Mon May 4 17:21:54 CEST 2015 - jeffm@suse.com
- config: disable XGBE on non-ARM hardware
It's documented as being present only on AMD SoCs.
- commit a32d077
-------------------------------------------------------------------
Mon May 4 15:59:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc2.
- Config changes:
- CONFIG_EXT4_ENCRYPTION y->m (changed to tristate)
- commit d8dfb45
-------------------------------------------------------------------
Sat May 2 19:21:49 CEST 2015 - matwey.kornilov@gmail.com
- config: Reenable armv7hl for 4.1
Update armv7hl configs for 4.1
Generic options follow x86_64 ones.
CONFIG_DRM_I2C_NXP_TDA998X set to y as it is single known way to make video work on BBB
- commit 749ab51
-------------------------------------------------------------------
Fri May 1 22:19:51 CEST 2015 - jeffm@suse.com
- scripts/sequence-patch.sh, scripts/tar-up.sh: Fix detection of SKIP_XEN.
With the stricter checks to ensure all files in the repository are
referenced, it's no longer possible to comment out configs in
config.conf. It is possible to exclude them via rule, but then
scripts/guards --list will list them unconditionally. That breaks the
automatic no-xen handling. The fix is to use scripts/guards
$(scripts/arch-symbols --list) instead.
- commit fbf7f40
-------------------------------------------------------------------
Fri May 1 21:41:34 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc1.
- Xen needs updating.
- ARM configs need updating.
- Stack unwinding needs updating.
- 11 patches eliminated.
- Config changes:
- Generic:
- MULTIUSER=y (default)
- Networking
- 6LOWPAN_NHC=m
- 6LOWPAN_NHC_DEST=m
- 6LOWPAN_NHC_FRAGMENT=m
- 6LOWPAN_NHC_HOP=m
- 6LOWPAN_NHC_IPV6=m
- 6LOWPAN_NHC_MOBILITY=m
- 6LOWPAN_NHC_ROUTING=m
- 6LOWPAN_NHC_UDP=m
- MPLS_ROUTING=m
- BT_DEBUGFS=n
- Driver options:
- BT_HCIBTUSB
- BT_HCIBTUSB_BCM=y
- BT_HCIUART
- BT_HCIUART_INTEL=y
- BT_HCIUART_BCM=y
- TARGET_CORE
- TCM_USER2=m
- CHELSIO_T4
- CHELSIO_T4_FCOE=y
- MOUSE_PS2
- MOUSE_PS2_VMMOUSE=y
- New modules:
- TOUCHSCREEN_CHIPONE_ICN8318=m
- TOUCHSCREEN_SX8654=m
- NFC_NXP_NCI=m
- NFC_NXP_NCI_I2C=m
- Storage:
- BLK_DEV_PMEM=m
- MD_CLUSTER=m
- DM_MQ_DEFAULT=n (needs performance testing)
- DM_LOG_WRITES=m
- MTD_PARTITIONED_MASTER=y
- x86/x86_64:
- SCHED_OMIT_FRAME_POINTER=y (only because unwinding needs updating)
- X86_PMEM_LEGACY=y (compatibility)
- MFD_INTEL_QUARK_I2C_GPIO=m
- PINCTRL_AMD=y
- ARM (disabled):
- MACB=n
- KEYBOARD_BCM=n
- TCG_TIS_ST33ZP24=n
- SPI_CADENCE=n
- GPIO_ALTERA=n
- GPIO_DWAPB=n
- POWER_RESET_SYSCON_POWEROFF=n
- CADENCE_WATCHDOG=n
- MFD_MAX77843=n
- MFD_MT6397=n
- commit e5a9df9
-------------------------------------------------------------------
Wed Apr 29 15:52:57 CEST 2015 - jslaby@suse.cz

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 4.0
%define patchversion 4.0.5
%define srcversion 4.1
%define patchversion 4.1.0
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@ Name: kernel-desktop
Summary: Kernel optimized for the desktop
License: GPL-2.0
Group: System/Kernel
Version: 4.0.5
Version: 4.1.0
%if 0%{?is_kotd}
Release: <RELEASE>.g80f6bcd
Release: <RELEASE>.gfcf8349
%else
Release: 0
%endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 23 04:44:59 CEST 2015 - jeffm@suse.com
- Update to 4.1-final.
- commit d6cfe1f
-------------------------------------------------------------------
Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
@ -5,7 +11,11 @@ Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
addressing (bnc#907092).
- x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
(bnc#907092).
- commit 80f6bcd
- x86/PCI: Use host bridge _CRS info on systems with >32 bit
addressing (bnc#907092).
- x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
(bnc#907092).
- commit 1d9da2e
-------------------------------------------------------------------
Thu Jun 18 17:11:04 CEST 2015 - dsterba@suse.cz
@ -21,6 +31,24 @@ Thu Jun 18 17:11:04 CEST 2015 - dsterba@suse.cz
- Btrfs: send, add missing check for dead clone root.
- commit 56152db
-------------------------------------------------------------------
Tue Jun 16 16:03:55 CEST 2015 - tiwai@suse.de
- Enable brcmfmac driver for x86-64 and i586 (boo#934932)
- commit 3e79c51
-------------------------------------------------------------------
Mon Jun 15 15:46:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc8.
- commit d3aa377
-------------------------------------------------------------------
Fri Jun 12 15:40:32 CEST 2015 - tiwai@suse.de
- Update config files: extend CONFIG_DPM_WATCHDOG_TIMEOUT to 60 (bnc#934397)
- commit b3acd3f
-------------------------------------------------------------------
Fri Jun 12 15:39:21 CEST 2015 - tiwai@suse.de
@ -31,7 +59,16 @@ Fri Jun 12 15:39:21 CEST 2015 - tiwai@suse.de
Fri Jun 12 11:50:05 CEST 2015 - jslaby@suse.cz
- mmc: sdhci: fix low memory corruption (bnc#934531).
- commit 0e899eb
- commit ea963c7
-------------------------------------------------------------------
Tue Jun 9 21:02:26 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc7.
- Config changes:
- arm64/armv7hl:
- PHY_QCOM_UFS=m
- commit abe587d
-------------------------------------------------------------------
Mon Jun 8 11:07:06 CEST 2015 - jslaby@suse.cz
@ -43,18 +80,122 @@ Mon Jun 8 11:07:06 CEST 2015 - jslaby@suse.cz
- Delete patches.fixes/rtlwifi-rtl8192cu-Fix-kernel-deadlock.
- commit f4cd21b
-------------------------------------------------------------------
Sat Jun 6 23:38:38 CEST 2015 - dirk@dmllr.de
- ARM: config: Sync more settings with x86_64
Compile in modules that are =y on x86_64, remove modules
that are not compiled on x86_64
- commit d36ab59
-------------------------------------------------------------------
Sat Jun 6 23:03:52 CEST 2015 - dirk@dmllr.de
- config: armv7hl: Disable CONFIG_FW_LOADER_USER_HELPER_FALLBACK
Only needed by DRM_STI, which we don't need, so disable
it alltogether (it isn't configured in userspace anyway
and deprecated)
- commit 6ad70fc
-------------------------------------------------------------------
Sat Jun 6 23:02:13 CEST 2015 - dirk@dmllr.de
- config: armv7hl: Disable DECNET
DECNET is not enabled on any other arch either
and we don't need it
- commit ec172d8
-------------------------------------------------------------------
Sat Jun 6 23:00:43 CEST 2015 - dirk@dmllr.de
- armv6hl: config: Reenable for 4.1
Generic options follow x86_64 ones.
- commit 1d5f3b2
-------------------------------------------------------------------
Tue Jun 2 13:40:10 CEST 2015 - jbeulich@suse.com
- Fix patch headers of just updated Xen patches.
- commit 78a3079
-------------------------------------------------------------------
Tue Jun 2 12:42:50 CEST 2015 - jbeulich@suse.com
- Update Xen patches to 4.1-rc6.
- config.conf: Re-enabled Xen and PV configs.
- Update config files.
- commit 0447183
-------------------------------------------------------------------
Mon Jun 1 17:45:22 CEST 2015 - jeffm@suse.com
- config: restore FRAME_POINTER configs to pre-4.1-rc1 values
The disabling of the stack unwind patches due to required merging
ended up enabling FRAME_POINTER on some configs. Now that stack
unwinding is re-enabled, we can disable it again.
- commit e3d8f0a
-------------------------------------------------------------------
Mon Jun 1 16:59:19 CEST 2015 - jeffm@suse.com
- config: revert options initially selected by EXT4_ENCRYPTION
EXT4_ENCRYPTION was initially a bool, which caused anything
selected by it to be selected as =y even if EXT4 was =m.
We can restore the following options back to being modular:
- CRYPTO_CTS
- CRYPTO_ECB
- CRYPTO_GF128MUL
- CRYPTO_XTS
Other crypto-related options enabled in the v4.1-rc1 update are
a result of INTEGRITY=y and can't be returned to modular options
without also disabling INTEGRITY.
- commit 1c78a8e
-------------------------------------------------------------------
Mon Jun 1 16:21:11 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc6.
- commit 9abfb15
-------------------------------------------------------------------
Fri May 29 17:50:29 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc5.
- commit 5c5c1d1
-------------------------------------------------------------------
Fri May 29 17:00:18 CEST 2015 - tiwai@suse.de
- rtlwifi: rtl8192cu: Fix kernel deadlock (bnc#927786).
- commit ac67377
-------------------------------------------------------------------
Thu May 28 18:51:09 CEST 2015 - dmueller@suse.com
- arm64-0004-net-xgbe-Add-A0-silicon-support: adjust for gettime64/settime64
- commit 8f2a4d1
-------------------------------------------------------------------
Thu May 28 15:46:14 CEST 2015 - jslaby@suse.cz
- drm/radeon: retry dcpd fetch (bnc#931580).
- commit ad54361
-------------------------------------------------------------------
Thu May 28 12:49:08 CEST 2015 - jbeulich@suse.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
- Refresh patches.suse/stack-unwind.
- Delete
patches.arch/stack-unwind-cfi_ignore-takes-more-arguments,
patches.suse/no-frame-pointer-select,
patches.suse/unwind-remove-check-for-vdso32-compat-range:
All folded into base patch.
- Update config files.
- commit 4631e0c
-------------------------------------------------------------------
Mon May 25 10:05:13 CEST 2015 - tiwai@suse.de
@ -69,6 +210,14 @@ Tue May 19 17:29:15 CEST 2015 - dsterba@suse.cz
High user impact, should land in 4.1.
- commit 4f5e0d5
-------------------------------------------------------------------
Tue May 19 16:34:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc4.
- Config changes:
- armv7hl: SPI_FSL_DSPI=m
- commit 9c4ab6c
-------------------------------------------------------------------
Tue May 19 12:31:23 CEST 2015 - jslaby@suse.cz
@ -77,6 +226,14 @@ Tue May 19 12:31:23 CEST 2015 - jslaby@suse.cz
disabled. I.e. make it the same as on other configs/arches.
- commit 6355689
-------------------------------------------------------------------
Tue May 19 12:27:54 CEST 2015 - jslaby@suse.cz
- Update config files.
Unset PKCS7_TEST_KEY, so that SYSTEM_TRUSTED_KEYRING can stay
disabled. I.e. make it the same as on other configs/arches.
- commit c9bc255
-------------------------------------------------------------------
Mon May 18 09:19:31 CEST 2015 - jslaby@suse.cz
@ -90,6 +247,14 @@ Wed May 13 15:41:19 CEST 2015 - jslaby@suse.cz
- Linux 4.0.3.
- commit 3ee3773
-------------------------------------------------------------------
Mon May 11 16:10:08 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc3.
- Config changes:
- RTC_DRV_ABX80X=m
- commit b798b43
-------------------------------------------------------------------
Thu May 7 11:28:39 CEST 2015 - jslaby@suse.cz
@ -102,6 +267,120 @@ Thu May 7 11:28:39 CEST 2015 - jslaby@suse.cz
CONFIG_ARM64_ERRATUM_845719=y, the same as master.
- commit a425d38
-------------------------------------------------------------------
Thu May 7 08:21:57 CEST 2015 - jdelvare@suse.de
- config/armv7hl: Disable AMD_XGBE_PHY
The AMD XGBE ethernet chip is only used on ARM64 systems.
- commit 3541e77
-------------------------------------------------------------------
Wed May 6 10:39:25 CEST 2015 - dmueller@suse.com
- config: arm64: Reenable for 4.1
ACPI left disabled for now, Qualcom/Xen enabled,
rest synced with x86_64
- commit da874b0
-------------------------------------------------------------------
Mon May 4 17:21:54 CEST 2015 - jeffm@suse.com
- config: disable XGBE on non-ARM hardware
It's documented as being present only on AMD SoCs.
- commit a32d077
-------------------------------------------------------------------
Mon May 4 15:59:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc2.
- Config changes:
- CONFIG_EXT4_ENCRYPTION y->m (changed to tristate)
- commit d8dfb45
-------------------------------------------------------------------
Sat May 2 19:21:49 CEST 2015 - matwey.kornilov@gmail.com
- config: Reenable armv7hl for 4.1
Update armv7hl configs for 4.1
Generic options follow x86_64 ones.
CONFIG_DRM_I2C_NXP_TDA998X set to y as it is single known way to make video work on BBB
- commit 749ab51
-------------------------------------------------------------------
Fri May 1 22:19:51 CEST 2015 - jeffm@suse.com
- scripts/sequence-patch.sh, scripts/tar-up.sh: Fix detection of SKIP_XEN.
With the stricter checks to ensure all files in the repository are
referenced, it's no longer possible to comment out configs in
config.conf. It is possible to exclude them via rule, but then
scripts/guards --list will list them unconditionally. That breaks the
automatic no-xen handling. The fix is to use scripts/guards
$(scripts/arch-symbols --list) instead.
- commit fbf7f40
-------------------------------------------------------------------
Fri May 1 21:41:34 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc1.
- Xen needs updating.
- ARM configs need updating.
- Stack unwinding needs updating.
- 11 patches eliminated.
- Config changes:
- Generic:
- MULTIUSER=y (default)
- Networking
- 6LOWPAN_NHC=m
- 6LOWPAN_NHC_DEST=m
- 6LOWPAN_NHC_FRAGMENT=m
- 6LOWPAN_NHC_HOP=m
- 6LOWPAN_NHC_IPV6=m
- 6LOWPAN_NHC_MOBILITY=m
- 6LOWPAN_NHC_ROUTING=m
- 6LOWPAN_NHC_UDP=m
- MPLS_ROUTING=m
- BT_DEBUGFS=n
- Driver options:
- BT_HCIBTUSB
- BT_HCIBTUSB_BCM=y
- BT_HCIUART
- BT_HCIUART_INTEL=y
- BT_HCIUART_BCM=y
- TARGET_CORE
- TCM_USER2=m
- CHELSIO_T4
- CHELSIO_T4_FCOE=y
- MOUSE_PS2
- MOUSE_PS2_VMMOUSE=y
- New modules:
- TOUCHSCREEN_CHIPONE_ICN8318=m
- TOUCHSCREEN_SX8654=m
- NFC_NXP_NCI=m
- NFC_NXP_NCI_I2C=m
- Storage:
- BLK_DEV_PMEM=m
- MD_CLUSTER=m
- DM_MQ_DEFAULT=n (needs performance testing)
- DM_LOG_WRITES=m
- MTD_PARTITIONED_MASTER=y
- x86/x86_64:
- SCHED_OMIT_FRAME_POINTER=y (only because unwinding needs updating)
- X86_PMEM_LEGACY=y (compatibility)
- MFD_INTEL_QUARK_I2C_GPIO=m
- PINCTRL_AMD=y
- ARM (disabled):
- MACB=n
- KEYBOARD_BCM=n
- TCG_TIS_ST33ZP24=n
- SPI_CADENCE=n
- GPIO_ALTERA=n
- GPIO_DWAPB=n
- POWER_RESET_SYSCON_POWEROFF=n
- CADENCE_WATCHDOG=n
- MFD_MAX77843=n
- MFD_MT6397=n
- commit e5a9df9
-------------------------------------------------------------------
Wed Apr 29 15:52:57 CEST 2015 - jslaby@suse.cz

View File

@ -16,7 +16,7 @@
#
%define patchversion 4.0.5
%define patchversion 4.1.0
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -27,9 +27,9 @@ Name: kernel-docs
Summary: Kernel Documentation (man pages)
License: GPL-2.0
Group: Documentation/Man
Version: 4.0.5
Version: 4.1.0
%if 0%{?is_kotd}
Release: <RELEASE>.g80f6bcd
Release: <RELEASE>.gfcf8349
%else
Release: 0
%endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 23 04:44:59 CEST 2015 - jeffm@suse.com
- Update to 4.1-final.
- commit d6cfe1f
-------------------------------------------------------------------
Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
@ -5,7 +11,11 @@ Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
addressing (bnc#907092).
- x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
(bnc#907092).
- commit 80f6bcd
- x86/PCI: Use host bridge _CRS info on systems with >32 bit
addressing (bnc#907092).
- x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
(bnc#907092).
- commit 1d9da2e
-------------------------------------------------------------------
Thu Jun 18 17:11:04 CEST 2015 - dsterba@suse.cz
@ -21,6 +31,24 @@ Thu Jun 18 17:11:04 CEST 2015 - dsterba@suse.cz
- Btrfs: send, add missing check for dead clone root.
- commit 56152db
-------------------------------------------------------------------
Tue Jun 16 16:03:55 CEST 2015 - tiwai@suse.de
- Enable brcmfmac driver for x86-64 and i586 (boo#934932)
- commit 3e79c51
-------------------------------------------------------------------
Mon Jun 15 15:46:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc8.
- commit d3aa377
-------------------------------------------------------------------
Fri Jun 12 15:40:32 CEST 2015 - tiwai@suse.de
- Update config files: extend CONFIG_DPM_WATCHDOG_TIMEOUT to 60 (bnc#934397)
- commit b3acd3f
-------------------------------------------------------------------
Fri Jun 12 15:39:21 CEST 2015 - tiwai@suse.de
@ -31,7 +59,16 @@ Fri Jun 12 15:39:21 CEST 2015 - tiwai@suse.de
Fri Jun 12 11:50:05 CEST 2015 - jslaby@suse.cz
- mmc: sdhci: fix low memory corruption (bnc#934531).
- commit 0e899eb
- commit ea963c7
-------------------------------------------------------------------
Tue Jun 9 21:02:26 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc7.
- Config changes:
- arm64/armv7hl:
- PHY_QCOM_UFS=m
- commit abe587d
-------------------------------------------------------------------
Mon Jun 8 11:07:06 CEST 2015 - jslaby@suse.cz
@ -43,18 +80,122 @@ Mon Jun 8 11:07:06 CEST 2015 - jslaby@suse.cz
- Delete patches.fixes/rtlwifi-rtl8192cu-Fix-kernel-deadlock.
- commit f4cd21b
-------------------------------------------------------------------
Sat Jun 6 23:38:38 CEST 2015 - dirk@dmllr.de
- ARM: config: Sync more settings with x86_64
Compile in modules that are =y on x86_64, remove modules
that are not compiled on x86_64
- commit d36ab59
-------------------------------------------------------------------
Sat Jun 6 23:03:52 CEST 2015 - dirk@dmllr.de
- config: armv7hl: Disable CONFIG_FW_LOADER_USER_HELPER_FALLBACK
Only needed by DRM_STI, which we don't need, so disable
it alltogether (it isn't configured in userspace anyway
and deprecated)
- commit 6ad70fc
-------------------------------------------------------------------
Sat Jun 6 23:02:13 CEST 2015 - dirk@dmllr.de
- config: armv7hl: Disable DECNET
DECNET is not enabled on any other arch either
and we don't need it
- commit ec172d8
-------------------------------------------------------------------
Sat Jun 6 23:00:43 CEST 2015 - dirk@dmllr.de
- armv6hl: config: Reenable for 4.1
Generic options follow x86_64 ones.
- commit 1d5f3b2
-------------------------------------------------------------------
Tue Jun 2 13:40:10 CEST 2015 - jbeulich@suse.com
- Fix patch headers of just updated Xen patches.
- commit 78a3079
-------------------------------------------------------------------
Tue Jun 2 12:42:50 CEST 2015 - jbeulich@suse.com
- Update Xen patches to 4.1-rc6.
- config.conf: Re-enabled Xen and PV configs.
- Update config files.
- commit 0447183
-------------------------------------------------------------------
Mon Jun 1 17:45:22 CEST 2015 - jeffm@suse.com
- config: restore FRAME_POINTER configs to pre-4.1-rc1 values
The disabling of the stack unwind patches due to required merging
ended up enabling FRAME_POINTER on some configs. Now that stack
unwinding is re-enabled, we can disable it again.
- commit e3d8f0a
-------------------------------------------------------------------
Mon Jun 1 16:59:19 CEST 2015 - jeffm@suse.com
- config: revert options initially selected by EXT4_ENCRYPTION
EXT4_ENCRYPTION was initially a bool, which caused anything
selected by it to be selected as =y even if EXT4 was =m.
We can restore the following options back to being modular:
- CRYPTO_CTS
- CRYPTO_ECB
- CRYPTO_GF128MUL
- CRYPTO_XTS
Other crypto-related options enabled in the v4.1-rc1 update are
a result of INTEGRITY=y and can't be returned to modular options
without also disabling INTEGRITY.
- commit 1c78a8e
-------------------------------------------------------------------
Mon Jun 1 16:21:11 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc6.
- commit 9abfb15
-------------------------------------------------------------------
Fri May 29 17:50:29 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc5.
- commit 5c5c1d1
-------------------------------------------------------------------
Fri May 29 17:00:18 CEST 2015 - tiwai@suse.de
- rtlwifi: rtl8192cu: Fix kernel deadlock (bnc#927786).
- commit ac67377
-------------------------------------------------------------------
Thu May 28 18:51:09 CEST 2015 - dmueller@suse.com
- arm64-0004-net-xgbe-Add-A0-silicon-support: adjust for gettime64/settime64
- commit 8f2a4d1
-------------------------------------------------------------------
Thu May 28 15:46:14 CEST 2015 - jslaby@suse.cz
- drm/radeon: retry dcpd fetch (bnc#931580).
- commit ad54361
-------------------------------------------------------------------
Thu May 28 12:49:08 CEST 2015 - jbeulich@suse.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
- Refresh patches.suse/stack-unwind.
- Delete
patches.arch/stack-unwind-cfi_ignore-takes-more-arguments,
patches.suse/no-frame-pointer-select,
patches.suse/unwind-remove-check-for-vdso32-compat-range:
All folded into base patch.
- Update config files.
- commit 4631e0c
-------------------------------------------------------------------
Mon May 25 10:05:13 CEST 2015 - tiwai@suse.de
@ -69,6 +210,14 @@ Tue May 19 17:29:15 CEST 2015 - dsterba@suse.cz
High user impact, should land in 4.1.
- commit 4f5e0d5
-------------------------------------------------------------------
Tue May 19 16:34:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc4.
- Config changes:
- armv7hl: SPI_FSL_DSPI=m
- commit 9c4ab6c
-------------------------------------------------------------------
Tue May 19 12:31:23 CEST 2015 - jslaby@suse.cz
@ -77,6 +226,14 @@ Tue May 19 12:31:23 CEST 2015 - jslaby@suse.cz
disabled. I.e. make it the same as on other configs/arches.
- commit 6355689
-------------------------------------------------------------------
Tue May 19 12:27:54 CEST 2015 - jslaby@suse.cz
- Update config files.
Unset PKCS7_TEST_KEY, so that SYSTEM_TRUSTED_KEYRING can stay
disabled. I.e. make it the same as on other configs/arches.
- commit c9bc255
-------------------------------------------------------------------
Mon May 18 09:19:31 CEST 2015 - jslaby@suse.cz
@ -90,6 +247,14 @@ Wed May 13 15:41:19 CEST 2015 - jslaby@suse.cz
- Linux 4.0.3.
- commit 3ee3773
-------------------------------------------------------------------
Mon May 11 16:10:08 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc3.
- Config changes:
- RTC_DRV_ABX80X=m
- commit b798b43
-------------------------------------------------------------------
Thu May 7 11:28:39 CEST 2015 - jslaby@suse.cz
@ -102,6 +267,120 @@ Thu May 7 11:28:39 CEST 2015 - jslaby@suse.cz
CONFIG_ARM64_ERRATUM_845719=y, the same as master.
- commit a425d38
-------------------------------------------------------------------
Thu May 7 08:21:57 CEST 2015 - jdelvare@suse.de
- config/armv7hl: Disable AMD_XGBE_PHY
The AMD XGBE ethernet chip is only used on ARM64 systems.
- commit 3541e77
-------------------------------------------------------------------
Wed May 6 10:39:25 CEST 2015 - dmueller@suse.com
- config: arm64: Reenable for 4.1
ACPI left disabled for now, Qualcom/Xen enabled,
rest synced with x86_64
- commit da874b0
-------------------------------------------------------------------
Mon May 4 17:21:54 CEST 2015 - jeffm@suse.com
- config: disable XGBE on non-ARM hardware
It's documented as being present only on AMD SoCs.
- commit a32d077
-------------------------------------------------------------------
Mon May 4 15:59:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc2.
- Config changes:
- CONFIG_EXT4_ENCRYPTION y->m (changed to tristate)
- commit d8dfb45
-------------------------------------------------------------------
Sat May 2 19:21:49 CEST 2015 - matwey.kornilov@gmail.com
- config: Reenable armv7hl for 4.1
Update armv7hl configs for 4.1
Generic options follow x86_64 ones.
CONFIG_DRM_I2C_NXP_TDA998X set to y as it is single known way to make video work on BBB
- commit 749ab51
-------------------------------------------------------------------
Fri May 1 22:19:51 CEST 2015 - jeffm@suse.com
- scripts/sequence-patch.sh, scripts/tar-up.sh: Fix detection of SKIP_XEN.
With the stricter checks to ensure all files in the repository are
referenced, it's no longer possible to comment out configs in
config.conf. It is possible to exclude them via rule, but then
scripts/guards --list will list them unconditionally. That breaks the
automatic no-xen handling. The fix is to use scripts/guards
$(scripts/arch-symbols --list) instead.
- commit fbf7f40
-------------------------------------------------------------------
Fri May 1 21:41:34 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc1.
- Xen needs updating.
- ARM configs need updating.
- Stack unwinding needs updating.
- 11 patches eliminated.
- Config changes:
- Generic:
- MULTIUSER=y (default)
- Networking
- 6LOWPAN_NHC=m
- 6LOWPAN_NHC_DEST=m
- 6LOWPAN_NHC_FRAGMENT=m
- 6LOWPAN_NHC_HOP=m
- 6LOWPAN_NHC_IPV6=m
- 6LOWPAN_NHC_MOBILITY=m
- 6LOWPAN_NHC_ROUTING=m
- 6LOWPAN_NHC_UDP=m
- MPLS_ROUTING=m
- BT_DEBUGFS=n
- Driver options:
- BT_HCIBTUSB
- BT_HCIBTUSB_BCM=y
- BT_HCIUART
- BT_HCIUART_INTEL=y
- BT_HCIUART_BCM=y
- TARGET_CORE
- TCM_USER2=m
- CHELSIO_T4
- CHELSIO_T4_FCOE=y
- MOUSE_PS2
- MOUSE_PS2_VMMOUSE=y
- New modules:
- TOUCHSCREEN_CHIPONE_ICN8318=m
- TOUCHSCREEN_SX8654=m
- NFC_NXP_NCI=m
- NFC_NXP_NCI_I2C=m
- Storage:
- BLK_DEV_PMEM=m
- MD_CLUSTER=m
- DM_MQ_DEFAULT=n (needs performance testing)
- DM_LOG_WRITES=m
- MTD_PARTITIONED_MASTER=y
- x86/x86_64:
- SCHED_OMIT_FRAME_POINTER=y (only because unwinding needs updating)
- X86_PMEM_LEGACY=y (compatibility)
- MFD_INTEL_QUARK_I2C_GPIO=m
- PINCTRL_AMD=y
- ARM (disabled):
- MACB=n
- KEYBOARD_BCM=n
- TCG_TIS_ST33ZP24=n
- SPI_CADENCE=n
- GPIO_ALTERA=n
- GPIO_DWAPB=n
- POWER_RESET_SYSCON_POWEROFF=n
- CADENCE_WATCHDOG=n
- MFD_MAX77843=n
- MFD_MT6397=n
- commit e5a9df9
-------------------------------------------------------------------
Wed Apr 29 15:52:57 CEST 2015 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 23 04:44:59 CEST 2015 - jeffm@suse.com
- Update to 4.1-final.
- commit d6cfe1f
-------------------------------------------------------------------
Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
@ -5,7 +11,11 @@ Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
addressing (bnc#907092).
- x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
(bnc#907092).
- commit 80f6bcd
- x86/PCI: Use host bridge _CRS info on systems with >32 bit
addressing (bnc#907092).
- x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
(bnc#907092).
- commit 1d9da2e
-------------------------------------------------------------------
Thu Jun 18 17:11:04 CEST 2015 - dsterba@suse.cz
@ -21,6 +31,24 @@ Thu Jun 18 17:11:04 CEST 2015 - dsterba@suse.cz
- Btrfs: send, add missing check for dead clone root.
- commit 56152db
-------------------------------------------------------------------
Tue Jun 16 16:03:55 CEST 2015 - tiwai@suse.de
- Enable brcmfmac driver for x86-64 and i586 (boo#934932)
- commit 3e79c51
-------------------------------------------------------------------
Mon Jun 15 15:46:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc8.
- commit d3aa377
-------------------------------------------------------------------
Fri Jun 12 15:40:32 CEST 2015 - tiwai@suse.de
- Update config files: extend CONFIG_DPM_WATCHDOG_TIMEOUT to 60 (bnc#934397)
- commit b3acd3f
-------------------------------------------------------------------
Fri Jun 12 15:39:21 CEST 2015 - tiwai@suse.de
@ -31,7 +59,16 @@ Fri Jun 12 15:39:21 CEST 2015 - tiwai@suse.de
Fri Jun 12 11:50:05 CEST 2015 - jslaby@suse.cz
- mmc: sdhci: fix low memory corruption (bnc#934531).
- commit 0e899eb
- commit ea963c7
-------------------------------------------------------------------
Tue Jun 9 21:02:26 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc7.
- Config changes:
- arm64/armv7hl:
- PHY_QCOM_UFS=m
- commit abe587d
-------------------------------------------------------------------
Mon Jun 8 11:07:06 CEST 2015 - jslaby@suse.cz
@ -43,18 +80,122 @@ Mon Jun 8 11:07:06 CEST 2015 - jslaby@suse.cz
- Delete patches.fixes/rtlwifi-rtl8192cu-Fix-kernel-deadlock.
- commit f4cd21b
-------------------------------------------------------------------
Sat Jun 6 23:38:38 CEST 2015 - dirk@dmllr.de
- ARM: config: Sync more settings with x86_64
Compile in modules that are =y on x86_64, remove modules
that are not compiled on x86_64
- commit d36ab59
-------------------------------------------------------------------
Sat Jun 6 23:03:52 CEST 2015 - dirk@dmllr.de
- config: armv7hl: Disable CONFIG_FW_LOADER_USER_HELPER_FALLBACK
Only needed by DRM_STI, which we don't need, so disable
it alltogether (it isn't configured in userspace anyway
and deprecated)
- commit 6ad70fc
-------------------------------------------------------------------
Sat Jun 6 23:02:13 CEST 2015 - dirk@dmllr.de
- config: armv7hl: Disable DECNET
DECNET is not enabled on any other arch either
and we don't need it
- commit ec172d8
-------------------------------------------------------------------
Sat Jun 6 23:00:43 CEST 2015 - dirk@dmllr.de
- armv6hl: config: Reenable for 4.1
Generic options follow x86_64 ones.
- commit 1d5f3b2
-------------------------------------------------------------------
Tue Jun 2 13:40:10 CEST 2015 - jbeulich@suse.com
- Fix patch headers of just updated Xen patches.
- commit 78a3079
-------------------------------------------------------------------
Tue Jun 2 12:42:50 CEST 2015 - jbeulich@suse.com
- Update Xen patches to 4.1-rc6.
- config.conf: Re-enabled Xen and PV configs.
- Update config files.
- commit 0447183
-------------------------------------------------------------------
Mon Jun 1 17:45:22 CEST 2015 - jeffm@suse.com
- config: restore FRAME_POINTER configs to pre-4.1-rc1 values
The disabling of the stack unwind patches due to required merging
ended up enabling FRAME_POINTER on some configs. Now that stack
unwinding is re-enabled, we can disable it again.
- commit e3d8f0a
-------------------------------------------------------------------
Mon Jun 1 16:59:19 CEST 2015 - jeffm@suse.com
- config: revert options initially selected by EXT4_ENCRYPTION
EXT4_ENCRYPTION was initially a bool, which caused anything
selected by it to be selected as =y even if EXT4 was =m.
We can restore the following options back to being modular:
- CRYPTO_CTS
- CRYPTO_ECB
- CRYPTO_GF128MUL
- CRYPTO_XTS
Other crypto-related options enabled in the v4.1-rc1 update are
a result of INTEGRITY=y and can't be returned to modular options
without also disabling INTEGRITY.
- commit 1c78a8e
-------------------------------------------------------------------
Mon Jun 1 16:21:11 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc6.
- commit 9abfb15
-------------------------------------------------------------------
Fri May 29 17:50:29 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc5.
- commit 5c5c1d1
-------------------------------------------------------------------
Fri May 29 17:00:18 CEST 2015 - tiwai@suse.de
- rtlwifi: rtl8192cu: Fix kernel deadlock (bnc#927786).
- commit ac67377
-------------------------------------------------------------------
Thu May 28 18:51:09 CEST 2015 - dmueller@suse.com
- arm64-0004-net-xgbe-Add-A0-silicon-support: adjust for gettime64/settime64
- commit 8f2a4d1
-------------------------------------------------------------------
Thu May 28 15:46:14 CEST 2015 - jslaby@suse.cz
- drm/radeon: retry dcpd fetch (bnc#931580).
- commit ad54361
-------------------------------------------------------------------
Thu May 28 12:49:08 CEST 2015 - jbeulich@suse.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
- Refresh patches.suse/stack-unwind.
- Delete
patches.arch/stack-unwind-cfi_ignore-takes-more-arguments,
patches.suse/no-frame-pointer-select,
patches.suse/unwind-remove-check-for-vdso32-compat-range:
All folded into base patch.
- Update config files.
- commit 4631e0c
-------------------------------------------------------------------
Mon May 25 10:05:13 CEST 2015 - tiwai@suse.de
@ -69,6 +210,14 @@ Tue May 19 17:29:15 CEST 2015 - dsterba@suse.cz
High user impact, should land in 4.1.
- commit 4f5e0d5
-------------------------------------------------------------------
Tue May 19 16:34:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc4.
- Config changes:
- armv7hl: SPI_FSL_DSPI=m
- commit 9c4ab6c
-------------------------------------------------------------------
Tue May 19 12:31:23 CEST 2015 - jslaby@suse.cz
@ -77,6 +226,14 @@ Tue May 19 12:31:23 CEST 2015 - jslaby@suse.cz
disabled. I.e. make it the same as on other configs/arches.
- commit 6355689
-------------------------------------------------------------------
Tue May 19 12:27:54 CEST 2015 - jslaby@suse.cz
- Update config files.
Unset PKCS7_TEST_KEY, so that SYSTEM_TRUSTED_KEYRING can stay
disabled. I.e. make it the same as on other configs/arches.
- commit c9bc255
-------------------------------------------------------------------
Mon May 18 09:19:31 CEST 2015 - jslaby@suse.cz
@ -90,6 +247,14 @@ Wed May 13 15:41:19 CEST 2015 - jslaby@suse.cz
- Linux 4.0.3.
- commit 3ee3773
-------------------------------------------------------------------
Mon May 11 16:10:08 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc3.
- Config changes:
- RTC_DRV_ABX80X=m
- commit b798b43
-------------------------------------------------------------------
Thu May 7 11:28:39 CEST 2015 - jslaby@suse.cz
@ -102,6 +267,120 @@ Thu May 7 11:28:39 CEST 2015 - jslaby@suse.cz
CONFIG_ARM64_ERRATUM_845719=y, the same as master.
- commit a425d38
-------------------------------------------------------------------
Thu May 7 08:21:57 CEST 2015 - jdelvare@suse.de
- config/armv7hl: Disable AMD_XGBE_PHY
The AMD XGBE ethernet chip is only used on ARM64 systems.
- commit 3541e77
-------------------------------------------------------------------
Wed May 6 10:39:25 CEST 2015 - dmueller@suse.com
- config: arm64: Reenable for 4.1
ACPI left disabled for now, Qualcom/Xen enabled,
rest synced with x86_64
- commit da874b0
-------------------------------------------------------------------
Mon May 4 17:21:54 CEST 2015 - jeffm@suse.com
- config: disable XGBE on non-ARM hardware
It's documented as being present only on AMD SoCs.
- commit a32d077
-------------------------------------------------------------------
Mon May 4 15:59:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc2.
- Config changes:
- CONFIG_EXT4_ENCRYPTION y->m (changed to tristate)
- commit d8dfb45
-------------------------------------------------------------------
Sat May 2 19:21:49 CEST 2015 - matwey.kornilov@gmail.com
- config: Reenable armv7hl for 4.1
Update armv7hl configs for 4.1
Generic options follow x86_64 ones.
CONFIG_DRM_I2C_NXP_TDA998X set to y as it is single known way to make video work on BBB
- commit 749ab51
-------------------------------------------------------------------
Fri May 1 22:19:51 CEST 2015 - jeffm@suse.com
- scripts/sequence-patch.sh, scripts/tar-up.sh: Fix detection of SKIP_XEN.
With the stricter checks to ensure all files in the repository are
referenced, it's no longer possible to comment out configs in
config.conf. It is possible to exclude them via rule, but then
scripts/guards --list will list them unconditionally. That breaks the
automatic no-xen handling. The fix is to use scripts/guards
$(scripts/arch-symbols --list) instead.
- commit fbf7f40
-------------------------------------------------------------------
Fri May 1 21:41:34 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc1.
- Xen needs updating.
- ARM configs need updating.
- Stack unwinding needs updating.
- 11 patches eliminated.
- Config changes:
- Generic:
- MULTIUSER=y (default)
- Networking
- 6LOWPAN_NHC=m
- 6LOWPAN_NHC_DEST=m
- 6LOWPAN_NHC_FRAGMENT=m
- 6LOWPAN_NHC_HOP=m
- 6LOWPAN_NHC_IPV6=m
- 6LOWPAN_NHC_MOBILITY=m
- 6LOWPAN_NHC_ROUTING=m
- 6LOWPAN_NHC_UDP=m
- MPLS_ROUTING=m
- BT_DEBUGFS=n
- Driver options:
- BT_HCIBTUSB
- BT_HCIBTUSB_BCM=y
- BT_HCIUART
- BT_HCIUART_INTEL=y
- BT_HCIUART_BCM=y
- TARGET_CORE
- TCM_USER2=m
- CHELSIO_T4
- CHELSIO_T4_FCOE=y
- MOUSE_PS2
- MOUSE_PS2_VMMOUSE=y
- New modules:
- TOUCHSCREEN_CHIPONE_ICN8318=m
- TOUCHSCREEN_SX8654=m
- NFC_NXP_NCI=m
- NFC_NXP_NCI_I2C=m
- Storage:
- BLK_DEV_PMEM=m
- MD_CLUSTER=m
- DM_MQ_DEFAULT=n (needs performance testing)
- DM_LOG_WRITES=m
- MTD_PARTITIONED_MASTER=y
- x86/x86_64:
- SCHED_OMIT_FRAME_POINTER=y (only because unwinding needs updating)
- X86_PMEM_LEGACY=y (compatibility)
- MFD_INTEL_QUARK_I2C_GPIO=m
- PINCTRL_AMD=y
- ARM (disabled):
- MACB=n
- KEYBOARD_BCM=n
- TCG_TIS_ST33ZP24=n
- SPI_CADENCE=n
- GPIO_ALTERA=n
- GPIO_DWAPB=n
- POWER_RESET_SYSCON_POWEROFF=n
- CADENCE_WATCHDOG=n
- MFD_MAX77843=n
- MFD_MT6397=n
- commit e5a9df9
-------------------------------------------------------------------
Wed Apr 29 15:52:57 CEST 2015 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 23 04:44:59 CEST 2015 - jeffm@suse.com
- Update to 4.1-final.
- commit d6cfe1f
-------------------------------------------------------------------
Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
@ -5,7 +11,11 @@ Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
addressing (bnc#907092).
- x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
(bnc#907092).
- commit 80f6bcd
- x86/PCI: Use host bridge _CRS info on systems with >32 bit
addressing (bnc#907092).
- x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
(bnc#907092).
- commit 1d9da2e
-------------------------------------------------------------------
Thu Jun 18 17:11:04 CEST 2015 - dsterba@suse.cz
@ -21,6 +31,24 @@ Thu Jun 18 17:11:04 CEST 2015 - dsterba@suse.cz
- Btrfs: send, add missing check for dead clone root.
- commit 56152db
-------------------------------------------------------------------
Tue Jun 16 16:03:55 CEST 2015 - tiwai@suse.de
- Enable brcmfmac driver for x86-64 and i586 (boo#934932)
- commit 3e79c51
-------------------------------------------------------------------
Mon Jun 15 15:46:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc8.
- commit d3aa377
-------------------------------------------------------------------
Fri Jun 12 15:40:32 CEST 2015 - tiwai@suse.de
- Update config files: extend CONFIG_DPM_WATCHDOG_TIMEOUT to 60 (bnc#934397)
- commit b3acd3f
-------------------------------------------------------------------
Fri Jun 12 15:39:21 CEST 2015 - tiwai@suse.de
@ -31,7 +59,16 @@ Fri Jun 12 15:39:21 CEST 2015 - tiwai@suse.de
Fri Jun 12 11:50:05 CEST 2015 - jslaby@suse.cz
- mmc: sdhci: fix low memory corruption (bnc#934531).
- commit 0e899eb
- commit ea963c7
-------------------------------------------------------------------
Tue Jun 9 21:02:26 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc7.
- Config changes:
- arm64/armv7hl:
- PHY_QCOM_UFS=m
- commit abe587d
-------------------------------------------------------------------
Mon Jun 8 11:07:06 CEST 2015 - jslaby@suse.cz
@ -43,18 +80,122 @@ Mon Jun 8 11:07:06 CEST 2015 - jslaby@suse.cz
- Delete patches.fixes/rtlwifi-rtl8192cu-Fix-kernel-deadlock.
- commit f4cd21b
-------------------------------------------------------------------
Sat Jun 6 23:38:38 CEST 2015 - dirk@dmllr.de
- ARM: config: Sync more settings with x86_64
Compile in modules that are =y on x86_64, remove modules
that are not compiled on x86_64
- commit d36ab59
-------------------------------------------------------------------
Sat Jun 6 23:03:52 CEST 2015 - dirk@dmllr.de
- config: armv7hl: Disable CONFIG_FW_LOADER_USER_HELPER_FALLBACK
Only needed by DRM_STI, which we don't need, so disable
it alltogether (it isn't configured in userspace anyway
and deprecated)
- commit 6ad70fc
-------------------------------------------------------------------
Sat Jun 6 23:02:13 CEST 2015 - dirk@dmllr.de
- config: armv7hl: Disable DECNET
DECNET is not enabled on any other arch either
and we don't need it
- commit ec172d8
-------------------------------------------------------------------
Sat Jun 6 23:00:43 CEST 2015 - dirk@dmllr.de
- armv6hl: config: Reenable for 4.1
Generic options follow x86_64 ones.
- commit 1d5f3b2
-------------------------------------------------------------------
Tue Jun 2 13:40:10 CEST 2015 - jbeulich@suse.com
- Fix patch headers of just updated Xen patches.
- commit 78a3079
-------------------------------------------------------------------
Tue Jun 2 12:42:50 CEST 2015 - jbeulich@suse.com
- Update Xen patches to 4.1-rc6.
- config.conf: Re-enabled Xen and PV configs.
- Update config files.
- commit 0447183
-------------------------------------------------------------------
Mon Jun 1 17:45:22 CEST 2015 - jeffm@suse.com
- config: restore FRAME_POINTER configs to pre-4.1-rc1 values
The disabling of the stack unwind patches due to required merging
ended up enabling FRAME_POINTER on some configs. Now that stack
unwinding is re-enabled, we can disable it again.
- commit e3d8f0a
-------------------------------------------------------------------
Mon Jun 1 16:59:19 CEST 2015 - jeffm@suse.com
- config: revert options initially selected by EXT4_ENCRYPTION
EXT4_ENCRYPTION was initially a bool, which caused anything
selected by it to be selected as =y even if EXT4 was =m.
We can restore the following options back to being modular:
- CRYPTO_CTS
- CRYPTO_ECB
- CRYPTO_GF128MUL
- CRYPTO_XTS
Other crypto-related options enabled in the v4.1-rc1 update are
a result of INTEGRITY=y and can't be returned to modular options
without also disabling INTEGRITY.
- commit 1c78a8e
-------------------------------------------------------------------
Mon Jun 1 16:21:11 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc6.
- commit 9abfb15
-------------------------------------------------------------------
Fri May 29 17:50:29 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc5.
- commit 5c5c1d1
-------------------------------------------------------------------
Fri May 29 17:00:18 CEST 2015 - tiwai@suse.de
- rtlwifi: rtl8192cu: Fix kernel deadlock (bnc#927786).
- commit ac67377
-------------------------------------------------------------------
Thu May 28 18:51:09 CEST 2015 - dmueller@suse.com
- arm64-0004-net-xgbe-Add-A0-silicon-support: adjust for gettime64/settime64
- commit 8f2a4d1
-------------------------------------------------------------------
Thu May 28 15:46:14 CEST 2015 - jslaby@suse.cz
- drm/radeon: retry dcpd fetch (bnc#931580).
- commit ad54361
-------------------------------------------------------------------
Thu May 28 12:49:08 CEST 2015 - jbeulich@suse.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
- Refresh patches.suse/stack-unwind.
- Delete
patches.arch/stack-unwind-cfi_ignore-takes-more-arguments,
patches.suse/no-frame-pointer-select,
patches.suse/unwind-remove-check-for-vdso32-compat-range:
All folded into base patch.
- Update config files.
- commit 4631e0c
-------------------------------------------------------------------
Mon May 25 10:05:13 CEST 2015 - tiwai@suse.de
@ -69,6 +210,14 @@ Tue May 19 17:29:15 CEST 2015 - dsterba@suse.cz
High user impact, should land in 4.1.
- commit 4f5e0d5
-------------------------------------------------------------------
Tue May 19 16:34:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc4.
- Config changes:
- armv7hl: SPI_FSL_DSPI=m
- commit 9c4ab6c
-------------------------------------------------------------------
Tue May 19 12:31:23 CEST 2015 - jslaby@suse.cz
@ -77,6 +226,14 @@ Tue May 19 12:31:23 CEST 2015 - jslaby@suse.cz
disabled. I.e. make it the same as on other configs/arches.
- commit 6355689
-------------------------------------------------------------------
Tue May 19 12:27:54 CEST 2015 - jslaby@suse.cz
- Update config files.
Unset PKCS7_TEST_KEY, so that SYSTEM_TRUSTED_KEYRING can stay
disabled. I.e. make it the same as on other configs/arches.
- commit c9bc255
-------------------------------------------------------------------
Mon May 18 09:19:31 CEST 2015 - jslaby@suse.cz
@ -90,6 +247,14 @@ Wed May 13 15:41:19 CEST 2015 - jslaby@suse.cz
- Linux 4.0.3.
- commit 3ee3773
-------------------------------------------------------------------
Mon May 11 16:10:08 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc3.
- Config changes:
- RTC_DRV_ABX80X=m
- commit b798b43
-------------------------------------------------------------------
Thu May 7 11:28:39 CEST 2015 - jslaby@suse.cz
@ -102,6 +267,120 @@ Thu May 7 11:28:39 CEST 2015 - jslaby@suse.cz
CONFIG_ARM64_ERRATUM_845719=y, the same as master.
- commit a425d38
-------------------------------------------------------------------
Thu May 7 08:21:57 CEST 2015 - jdelvare@suse.de
- config/armv7hl: Disable AMD_XGBE_PHY
The AMD XGBE ethernet chip is only used on ARM64 systems.
- commit 3541e77
-------------------------------------------------------------------
Wed May 6 10:39:25 CEST 2015 - dmueller@suse.com
- config: arm64: Reenable for 4.1
ACPI left disabled for now, Qualcom/Xen enabled,
rest synced with x86_64
- commit da874b0
-------------------------------------------------------------------
Mon May 4 17:21:54 CEST 2015 - jeffm@suse.com
- config: disable XGBE on non-ARM hardware
It's documented as being present only on AMD SoCs.
- commit a32d077
-------------------------------------------------------------------
Mon May 4 15:59:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc2.
- Config changes:
- CONFIG_EXT4_ENCRYPTION y->m (changed to tristate)
- commit d8dfb45
-------------------------------------------------------------------
Sat May 2 19:21:49 CEST 2015 - matwey.kornilov@gmail.com
- config: Reenable armv7hl for 4.1
Update armv7hl configs for 4.1
Generic options follow x86_64 ones.
CONFIG_DRM_I2C_NXP_TDA998X set to y as it is single known way to make video work on BBB
- commit 749ab51
-------------------------------------------------------------------
Fri May 1 22:19:51 CEST 2015 - jeffm@suse.com
- scripts/sequence-patch.sh, scripts/tar-up.sh: Fix detection of SKIP_XEN.
With the stricter checks to ensure all files in the repository are
referenced, it's no longer possible to comment out configs in
config.conf. It is possible to exclude them via rule, but then
scripts/guards --list will list them unconditionally. That breaks the
automatic no-xen handling. The fix is to use scripts/guards
$(scripts/arch-symbols --list) instead.
- commit fbf7f40
-------------------------------------------------------------------
Fri May 1 21:41:34 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc1.
- Xen needs updating.
- ARM configs need updating.
- Stack unwinding needs updating.
- 11 patches eliminated.
- Config changes:
- Generic:
- MULTIUSER=y (default)
- Networking
- 6LOWPAN_NHC=m
- 6LOWPAN_NHC_DEST=m
- 6LOWPAN_NHC_FRAGMENT=m
- 6LOWPAN_NHC_HOP=m
- 6LOWPAN_NHC_IPV6=m
- 6LOWPAN_NHC_MOBILITY=m
- 6LOWPAN_NHC_ROUTING=m
- 6LOWPAN_NHC_UDP=m
- MPLS_ROUTING=m
- BT_DEBUGFS=n
- Driver options:
- BT_HCIBTUSB
- BT_HCIBTUSB_BCM=y
- BT_HCIUART
- BT_HCIUART_INTEL=y
- BT_HCIUART_BCM=y
- TARGET_CORE
- TCM_USER2=m
- CHELSIO_T4
- CHELSIO_T4_FCOE=y
- MOUSE_PS2
- MOUSE_PS2_VMMOUSE=y
- New modules:
- TOUCHSCREEN_CHIPONE_ICN8318=m
- TOUCHSCREEN_SX8654=m
- NFC_NXP_NCI=m
- NFC_NXP_NCI_I2C=m
- Storage:
- BLK_DEV_PMEM=m
- MD_CLUSTER=m
- DM_MQ_DEFAULT=n (needs performance testing)
- DM_LOG_WRITES=m
- MTD_PARTITIONED_MASTER=y
- x86/x86_64:
- SCHED_OMIT_FRAME_POINTER=y (only because unwinding needs updating)
- X86_PMEM_LEGACY=y (compatibility)
- MFD_INTEL_QUARK_I2C_GPIO=m
- PINCTRL_AMD=y
- ARM (disabled):
- MACB=n
- KEYBOARD_BCM=n
- TCG_TIS_ST33ZP24=n
- SPI_CADENCE=n
- GPIO_ALTERA=n
- GPIO_DWAPB=n
- POWER_RESET_SYSCON_POWEROFF=n
- CADENCE_WATCHDOG=n
- MFD_MAX77843=n
- MFD_MT6397=n
- commit e5a9df9
-------------------------------------------------------------------
Wed Apr 29 15:52:57 CEST 2015 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
#!BuildIgnore: post-build-checks
%define patchversion 4.0.5
%define patchversion 4.1.0
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -45,9 +45,9 @@ BuildRequires: dracut
Summary: package kernel and initrd for OBS VM builds
License: GPL-2.0
Group: SLES
Version: 4.0.5
Version: 4.1.0
%if 0%{?is_kotd}
Release: <RELEASE>.g80f6bcd
Release: <RELEASE>.gfcf8349
%else
Release: 0
%endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 23 04:44:59 CEST 2015 - jeffm@suse.com
- Update to 4.1-final.
- commit d6cfe1f
-------------------------------------------------------------------
Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
@ -5,7 +11,11 @@ Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
addressing (bnc#907092).
- x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
(bnc#907092).
- commit 80f6bcd
- x86/PCI: Use host bridge _CRS info on systems with >32 bit
addressing (bnc#907092).
- x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
(bnc#907092).
- commit 1d9da2e
-------------------------------------------------------------------
Thu Jun 18 17:11:04 CEST 2015 - dsterba@suse.cz
@ -21,6 +31,24 @@ Thu Jun 18 17:11:04 CEST 2015 - dsterba@suse.cz
- Btrfs: send, add missing check for dead clone root.
- commit 56152db
-------------------------------------------------------------------
Tue Jun 16 16:03:55 CEST 2015 - tiwai@suse.de
- Enable brcmfmac driver for x86-64 and i586 (boo#934932)
- commit 3e79c51
-------------------------------------------------------------------
Mon Jun 15 15:46:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc8.
- commit d3aa377
-------------------------------------------------------------------
Fri Jun 12 15:40:32 CEST 2015 - tiwai@suse.de
- Update config files: extend CONFIG_DPM_WATCHDOG_TIMEOUT to 60 (bnc#934397)
- commit b3acd3f
-------------------------------------------------------------------
Fri Jun 12 15:39:21 CEST 2015 - tiwai@suse.de
@ -31,7 +59,16 @@ Fri Jun 12 15:39:21 CEST 2015 - tiwai@suse.de
Fri Jun 12 11:50:05 CEST 2015 - jslaby@suse.cz
- mmc: sdhci: fix low memory corruption (bnc#934531).
- commit 0e899eb
- commit ea963c7
-------------------------------------------------------------------
Tue Jun 9 21:02:26 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc7.
- Config changes:
- arm64/armv7hl:
- PHY_QCOM_UFS=m
- commit abe587d
-------------------------------------------------------------------
Mon Jun 8 11:07:06 CEST 2015 - jslaby@suse.cz
@ -43,18 +80,122 @@ Mon Jun 8 11:07:06 CEST 2015 - jslaby@suse.cz
- Delete patches.fixes/rtlwifi-rtl8192cu-Fix-kernel-deadlock.
- commit f4cd21b
-------------------------------------------------------------------
Sat Jun 6 23:38:38 CEST 2015 - dirk@dmllr.de
- ARM: config: Sync more settings with x86_64
Compile in modules that are =y on x86_64, remove modules
that are not compiled on x86_64
- commit d36ab59
-------------------------------------------------------------------
Sat Jun 6 23:03:52 CEST 2015 - dirk@dmllr.de
- config: armv7hl: Disable CONFIG_FW_LOADER_USER_HELPER_FALLBACK
Only needed by DRM_STI, which we don't need, so disable
it alltogether (it isn't configured in userspace anyway
and deprecated)
- commit 6ad70fc
-------------------------------------------------------------------
Sat Jun 6 23:02:13 CEST 2015 - dirk@dmllr.de
- config: armv7hl: Disable DECNET
DECNET is not enabled on any other arch either
and we don't need it
- commit ec172d8
-------------------------------------------------------------------
Sat Jun 6 23:00:43 CEST 2015 - dirk@dmllr.de
- armv6hl: config: Reenable for 4.1
Generic options follow x86_64 ones.
- commit 1d5f3b2
-------------------------------------------------------------------
Tue Jun 2 13:40:10 CEST 2015 - jbeulich@suse.com
- Fix patch headers of just updated Xen patches.
- commit 78a3079
-------------------------------------------------------------------
Tue Jun 2 12:42:50 CEST 2015 - jbeulich@suse.com
- Update Xen patches to 4.1-rc6.
- config.conf: Re-enabled Xen and PV configs.
- Update config files.
- commit 0447183
-------------------------------------------------------------------
Mon Jun 1 17:45:22 CEST 2015 - jeffm@suse.com
- config: restore FRAME_POINTER configs to pre-4.1-rc1 values
The disabling of the stack unwind patches due to required merging
ended up enabling FRAME_POINTER on some configs. Now that stack
unwinding is re-enabled, we can disable it again.
- commit e3d8f0a
-------------------------------------------------------------------
Mon Jun 1 16:59:19 CEST 2015 - jeffm@suse.com
- config: revert options initially selected by EXT4_ENCRYPTION
EXT4_ENCRYPTION was initially a bool, which caused anything
selected by it to be selected as =y even if EXT4 was =m.
We can restore the following options back to being modular:
- CRYPTO_CTS
- CRYPTO_ECB
- CRYPTO_GF128MUL
- CRYPTO_XTS
Other crypto-related options enabled in the v4.1-rc1 update are
a result of INTEGRITY=y and can't be returned to modular options
without also disabling INTEGRITY.
- commit 1c78a8e
-------------------------------------------------------------------
Mon Jun 1 16:21:11 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc6.
- commit 9abfb15
-------------------------------------------------------------------
Fri May 29 17:50:29 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc5.
- commit 5c5c1d1
-------------------------------------------------------------------
Fri May 29 17:00:18 CEST 2015 - tiwai@suse.de
- rtlwifi: rtl8192cu: Fix kernel deadlock (bnc#927786).
- commit ac67377
-------------------------------------------------------------------
Thu May 28 18:51:09 CEST 2015 - dmueller@suse.com
- arm64-0004-net-xgbe-Add-A0-silicon-support: adjust for gettime64/settime64
- commit 8f2a4d1
-------------------------------------------------------------------
Thu May 28 15:46:14 CEST 2015 - jslaby@suse.cz
- drm/radeon: retry dcpd fetch (bnc#931580).
- commit ad54361
-------------------------------------------------------------------
Thu May 28 12:49:08 CEST 2015 - jbeulich@suse.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
- Refresh patches.suse/stack-unwind.
- Delete
patches.arch/stack-unwind-cfi_ignore-takes-more-arguments,
patches.suse/no-frame-pointer-select,
patches.suse/unwind-remove-check-for-vdso32-compat-range:
All folded into base patch.
- Update config files.
- commit 4631e0c
-------------------------------------------------------------------
Mon May 25 10:05:13 CEST 2015 - tiwai@suse.de
@ -69,6 +210,14 @@ Tue May 19 17:29:15 CEST 2015 - dsterba@suse.cz
High user impact, should land in 4.1.
- commit 4f5e0d5
-------------------------------------------------------------------
Tue May 19 16:34:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc4.
- Config changes:
- armv7hl: SPI_FSL_DSPI=m
- commit 9c4ab6c
-------------------------------------------------------------------
Tue May 19 12:31:23 CEST 2015 - jslaby@suse.cz
@ -77,6 +226,14 @@ Tue May 19 12:31:23 CEST 2015 - jslaby@suse.cz
disabled. I.e. make it the same as on other configs/arches.
- commit 6355689
-------------------------------------------------------------------
Tue May 19 12:27:54 CEST 2015 - jslaby@suse.cz
- Update config files.
Unset PKCS7_TEST_KEY, so that SYSTEM_TRUSTED_KEYRING can stay
disabled. I.e. make it the same as on other configs/arches.
- commit c9bc255
-------------------------------------------------------------------
Mon May 18 09:19:31 CEST 2015 - jslaby@suse.cz
@ -90,6 +247,14 @@ Wed May 13 15:41:19 CEST 2015 - jslaby@suse.cz
- Linux 4.0.3.
- commit 3ee3773
-------------------------------------------------------------------
Mon May 11 16:10:08 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc3.
- Config changes:
- RTC_DRV_ABX80X=m
- commit b798b43
-------------------------------------------------------------------
Thu May 7 11:28:39 CEST 2015 - jslaby@suse.cz
@ -102,6 +267,120 @@ Thu May 7 11:28:39 CEST 2015 - jslaby@suse.cz
CONFIG_ARM64_ERRATUM_845719=y, the same as master.
- commit a425d38
-------------------------------------------------------------------
Thu May 7 08:21:57 CEST 2015 - jdelvare@suse.de
- config/armv7hl: Disable AMD_XGBE_PHY
The AMD XGBE ethernet chip is only used on ARM64 systems.
- commit 3541e77
-------------------------------------------------------------------
Wed May 6 10:39:25 CEST 2015 - dmueller@suse.com
- config: arm64: Reenable for 4.1
ACPI left disabled for now, Qualcom/Xen enabled,
rest synced with x86_64
- commit da874b0
-------------------------------------------------------------------
Mon May 4 17:21:54 CEST 2015 - jeffm@suse.com
- config: disable XGBE on non-ARM hardware
It's documented as being present only on AMD SoCs.
- commit a32d077
-------------------------------------------------------------------
Mon May 4 15:59:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc2.
- Config changes:
- CONFIG_EXT4_ENCRYPTION y->m (changed to tristate)
- commit d8dfb45
-------------------------------------------------------------------
Sat May 2 19:21:49 CEST 2015 - matwey.kornilov@gmail.com
- config: Reenable armv7hl for 4.1
Update armv7hl configs for 4.1
Generic options follow x86_64 ones.
CONFIG_DRM_I2C_NXP_TDA998X set to y as it is single known way to make video work on BBB
- commit 749ab51
-------------------------------------------------------------------
Fri May 1 22:19:51 CEST 2015 - jeffm@suse.com
- scripts/sequence-patch.sh, scripts/tar-up.sh: Fix detection of SKIP_XEN.
With the stricter checks to ensure all files in the repository are
referenced, it's no longer possible to comment out configs in
config.conf. It is possible to exclude them via rule, but then
scripts/guards --list will list them unconditionally. That breaks the
automatic no-xen handling. The fix is to use scripts/guards
$(scripts/arch-symbols --list) instead.
- commit fbf7f40
-------------------------------------------------------------------
Fri May 1 21:41:34 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc1.
- Xen needs updating.
- ARM configs need updating.
- Stack unwinding needs updating.
- 11 patches eliminated.
- Config changes:
- Generic:
- MULTIUSER=y (default)
- Networking
- 6LOWPAN_NHC=m
- 6LOWPAN_NHC_DEST=m
- 6LOWPAN_NHC_FRAGMENT=m
- 6LOWPAN_NHC_HOP=m
- 6LOWPAN_NHC_IPV6=m
- 6LOWPAN_NHC_MOBILITY=m
- 6LOWPAN_NHC_ROUTING=m
- 6LOWPAN_NHC_UDP=m
- MPLS_ROUTING=m
- BT_DEBUGFS=n
- Driver options:
- BT_HCIBTUSB
- BT_HCIBTUSB_BCM=y
- BT_HCIUART
- BT_HCIUART_INTEL=y
- BT_HCIUART_BCM=y
- TARGET_CORE
- TCM_USER2=m
- CHELSIO_T4
- CHELSIO_T4_FCOE=y
- MOUSE_PS2
- MOUSE_PS2_VMMOUSE=y
- New modules:
- TOUCHSCREEN_CHIPONE_ICN8318=m
- TOUCHSCREEN_SX8654=m
- NFC_NXP_NCI=m
- NFC_NXP_NCI_I2C=m
- Storage:
- BLK_DEV_PMEM=m
- MD_CLUSTER=m
- DM_MQ_DEFAULT=n (needs performance testing)
- DM_LOG_WRITES=m
- MTD_PARTITIONED_MASTER=y
- x86/x86_64:
- SCHED_OMIT_FRAME_POINTER=y (only because unwinding needs updating)
- X86_PMEM_LEGACY=y (compatibility)
- MFD_INTEL_QUARK_I2C_GPIO=m
- PINCTRL_AMD=y
- ARM (disabled):
- MACB=n
- KEYBOARD_BCM=n
- TCG_TIS_ST33ZP24=n
- SPI_CADENCE=n
- GPIO_ALTERA=n
- GPIO_DWAPB=n
- POWER_RESET_SYSCON_POWEROFF=n
- CADENCE_WATCHDOG=n
- MFD_MAX77843=n
- MFD_MT6397=n
- commit e5a9df9
-------------------------------------------------------------------
Wed Apr 29 15:52:57 CEST 2015 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
# needsrootforbuild
%define patchversion 4.0.5
%define patchversion 4.1.0
%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.0.5
Version: 4.1.0
%if 0%{?is_kotd}
Release: <RELEASE>.g80f6bcd
Release: <RELEASE>.gfcf8349
%else
Release: 0
%endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 23 04:44:59 CEST 2015 - jeffm@suse.com
- Update to 4.1-final.
- commit d6cfe1f
-------------------------------------------------------------------
Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
@ -5,7 +11,11 @@ Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
addressing (bnc#907092).
- x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
(bnc#907092).
- commit 80f6bcd
- x86/PCI: Use host bridge _CRS info on systems with >32 bit
addressing (bnc#907092).
- x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
(bnc#907092).
- commit 1d9da2e
-------------------------------------------------------------------
Thu Jun 18 17:11:04 CEST 2015 - dsterba@suse.cz
@ -21,6 +31,24 @@ Thu Jun 18 17:11:04 CEST 2015 - dsterba@suse.cz
- Btrfs: send, add missing check for dead clone root.
- commit 56152db
-------------------------------------------------------------------
Tue Jun 16 16:03:55 CEST 2015 - tiwai@suse.de
- Enable brcmfmac driver for x86-64 and i586 (boo#934932)
- commit 3e79c51
-------------------------------------------------------------------
Mon Jun 15 15:46:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc8.
- commit d3aa377
-------------------------------------------------------------------
Fri Jun 12 15:40:32 CEST 2015 - tiwai@suse.de
- Update config files: extend CONFIG_DPM_WATCHDOG_TIMEOUT to 60 (bnc#934397)
- commit b3acd3f
-------------------------------------------------------------------
Fri Jun 12 15:39:21 CEST 2015 - tiwai@suse.de
@ -31,7 +59,16 @@ Fri Jun 12 15:39:21 CEST 2015 - tiwai@suse.de
Fri Jun 12 11:50:05 CEST 2015 - jslaby@suse.cz
- mmc: sdhci: fix low memory corruption (bnc#934531).
- commit 0e899eb
- commit ea963c7
-------------------------------------------------------------------
Tue Jun 9 21:02:26 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc7.
- Config changes:
- arm64/armv7hl:
- PHY_QCOM_UFS=m
- commit abe587d
-------------------------------------------------------------------
Mon Jun 8 11:07:06 CEST 2015 - jslaby@suse.cz
@ -43,18 +80,122 @@ Mon Jun 8 11:07:06 CEST 2015 - jslaby@suse.cz
- Delete patches.fixes/rtlwifi-rtl8192cu-Fix-kernel-deadlock.
- commit f4cd21b
-------------------------------------------------------------------
Sat Jun 6 23:38:38 CEST 2015 - dirk@dmllr.de
- ARM: config: Sync more settings with x86_64
Compile in modules that are =y on x86_64, remove modules
that are not compiled on x86_64
- commit d36ab59
-------------------------------------------------------------------
Sat Jun 6 23:03:52 CEST 2015 - dirk@dmllr.de
- config: armv7hl: Disable CONFIG_FW_LOADER_USER_HELPER_FALLBACK
Only needed by DRM_STI, which we don't need, so disable
it alltogether (it isn't configured in userspace anyway
and deprecated)
- commit 6ad70fc
-------------------------------------------------------------------
Sat Jun 6 23:02:13 CEST 2015 - dirk@dmllr.de
- config: armv7hl: Disable DECNET
DECNET is not enabled on any other arch either
and we don't need it
- commit ec172d8
-------------------------------------------------------------------
Sat Jun 6 23:00:43 CEST 2015 - dirk@dmllr.de
- armv6hl: config: Reenable for 4.1
Generic options follow x86_64 ones.
- commit 1d5f3b2
-------------------------------------------------------------------
Tue Jun 2 13:40:10 CEST 2015 - jbeulich@suse.com
- Fix patch headers of just updated Xen patches.
- commit 78a3079
-------------------------------------------------------------------
Tue Jun 2 12:42:50 CEST 2015 - jbeulich@suse.com
- Update Xen patches to 4.1-rc6.
- config.conf: Re-enabled Xen and PV configs.
- Update config files.
- commit 0447183
-------------------------------------------------------------------
Mon Jun 1 17:45:22 CEST 2015 - jeffm@suse.com
- config: restore FRAME_POINTER configs to pre-4.1-rc1 values
The disabling of the stack unwind patches due to required merging
ended up enabling FRAME_POINTER on some configs. Now that stack
unwinding is re-enabled, we can disable it again.
- commit e3d8f0a
-------------------------------------------------------------------
Mon Jun 1 16:59:19 CEST 2015 - jeffm@suse.com
- config: revert options initially selected by EXT4_ENCRYPTION
EXT4_ENCRYPTION was initially a bool, which caused anything
selected by it to be selected as =y even if EXT4 was =m.
We can restore the following options back to being modular:
- CRYPTO_CTS
- CRYPTO_ECB
- CRYPTO_GF128MUL
- CRYPTO_XTS
Other crypto-related options enabled in the v4.1-rc1 update are
a result of INTEGRITY=y and can't be returned to modular options
without also disabling INTEGRITY.
- commit 1c78a8e
-------------------------------------------------------------------
Mon Jun 1 16:21:11 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc6.
- commit 9abfb15
-------------------------------------------------------------------
Fri May 29 17:50:29 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc5.
- commit 5c5c1d1
-------------------------------------------------------------------
Fri May 29 17:00:18 CEST 2015 - tiwai@suse.de
- rtlwifi: rtl8192cu: Fix kernel deadlock (bnc#927786).
- commit ac67377
-------------------------------------------------------------------
Thu May 28 18:51:09 CEST 2015 - dmueller@suse.com
- arm64-0004-net-xgbe-Add-A0-silicon-support: adjust for gettime64/settime64
- commit 8f2a4d1
-------------------------------------------------------------------
Thu May 28 15:46:14 CEST 2015 - jslaby@suse.cz
- drm/radeon: retry dcpd fetch (bnc#931580).
- commit ad54361
-------------------------------------------------------------------
Thu May 28 12:49:08 CEST 2015 - jbeulich@suse.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
- Refresh patches.suse/stack-unwind.
- Delete
patches.arch/stack-unwind-cfi_ignore-takes-more-arguments,
patches.suse/no-frame-pointer-select,
patches.suse/unwind-remove-check-for-vdso32-compat-range:
All folded into base patch.
- Update config files.
- commit 4631e0c
-------------------------------------------------------------------
Mon May 25 10:05:13 CEST 2015 - tiwai@suse.de
@ -69,6 +210,14 @@ Tue May 19 17:29:15 CEST 2015 - dsterba@suse.cz
High user impact, should land in 4.1.
- commit 4f5e0d5
-------------------------------------------------------------------
Tue May 19 16:34:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc4.
- Config changes:
- armv7hl: SPI_FSL_DSPI=m
- commit 9c4ab6c
-------------------------------------------------------------------
Tue May 19 12:31:23 CEST 2015 - jslaby@suse.cz
@ -77,6 +226,14 @@ Tue May 19 12:31:23 CEST 2015 - jslaby@suse.cz
disabled. I.e. make it the same as on other configs/arches.
- commit 6355689
-------------------------------------------------------------------
Tue May 19 12:27:54 CEST 2015 - jslaby@suse.cz
- Update config files.
Unset PKCS7_TEST_KEY, so that SYSTEM_TRUSTED_KEYRING can stay
disabled. I.e. make it the same as on other configs/arches.
- commit c9bc255
-------------------------------------------------------------------
Mon May 18 09:19:31 CEST 2015 - jslaby@suse.cz
@ -90,6 +247,14 @@ Wed May 13 15:41:19 CEST 2015 - jslaby@suse.cz
- Linux 4.0.3.
- commit 3ee3773
-------------------------------------------------------------------
Mon May 11 16:10:08 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc3.
- Config changes:
- RTC_DRV_ABX80X=m
- commit b798b43
-------------------------------------------------------------------
Thu May 7 11:28:39 CEST 2015 - jslaby@suse.cz
@ -102,6 +267,120 @@ Thu May 7 11:28:39 CEST 2015 - jslaby@suse.cz
CONFIG_ARM64_ERRATUM_845719=y, the same as master.
- commit a425d38
-------------------------------------------------------------------
Thu May 7 08:21:57 CEST 2015 - jdelvare@suse.de
- config/armv7hl: Disable AMD_XGBE_PHY
The AMD XGBE ethernet chip is only used on ARM64 systems.
- commit 3541e77
-------------------------------------------------------------------
Wed May 6 10:39:25 CEST 2015 - dmueller@suse.com
- config: arm64: Reenable for 4.1
ACPI left disabled for now, Qualcom/Xen enabled,
rest synced with x86_64
- commit da874b0
-------------------------------------------------------------------
Mon May 4 17:21:54 CEST 2015 - jeffm@suse.com
- config: disable XGBE on non-ARM hardware
It's documented as being present only on AMD SoCs.
- commit a32d077
-------------------------------------------------------------------
Mon May 4 15:59:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc2.
- Config changes:
- CONFIG_EXT4_ENCRYPTION y->m (changed to tristate)
- commit d8dfb45
-------------------------------------------------------------------
Sat May 2 19:21:49 CEST 2015 - matwey.kornilov@gmail.com
- config: Reenable armv7hl for 4.1
Update armv7hl configs for 4.1
Generic options follow x86_64 ones.
CONFIG_DRM_I2C_NXP_TDA998X set to y as it is single known way to make video work on BBB
- commit 749ab51
-------------------------------------------------------------------
Fri May 1 22:19:51 CEST 2015 - jeffm@suse.com
- scripts/sequence-patch.sh, scripts/tar-up.sh: Fix detection of SKIP_XEN.
With the stricter checks to ensure all files in the repository are
referenced, it's no longer possible to comment out configs in
config.conf. It is possible to exclude them via rule, but then
scripts/guards --list will list them unconditionally. That breaks the
automatic no-xen handling. The fix is to use scripts/guards
$(scripts/arch-symbols --list) instead.
- commit fbf7f40
-------------------------------------------------------------------
Fri May 1 21:41:34 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc1.
- Xen needs updating.
- ARM configs need updating.
- Stack unwinding needs updating.
- 11 patches eliminated.
- Config changes:
- Generic:
- MULTIUSER=y (default)
- Networking
- 6LOWPAN_NHC=m
- 6LOWPAN_NHC_DEST=m
- 6LOWPAN_NHC_FRAGMENT=m
- 6LOWPAN_NHC_HOP=m
- 6LOWPAN_NHC_IPV6=m
- 6LOWPAN_NHC_MOBILITY=m
- 6LOWPAN_NHC_ROUTING=m
- 6LOWPAN_NHC_UDP=m
- MPLS_ROUTING=m
- BT_DEBUGFS=n
- Driver options:
- BT_HCIBTUSB
- BT_HCIBTUSB_BCM=y
- BT_HCIUART
- BT_HCIUART_INTEL=y
- BT_HCIUART_BCM=y
- TARGET_CORE
- TCM_USER2=m
- CHELSIO_T4
- CHELSIO_T4_FCOE=y
- MOUSE_PS2
- MOUSE_PS2_VMMOUSE=y
- New modules:
- TOUCHSCREEN_CHIPONE_ICN8318=m
- TOUCHSCREEN_SX8654=m
- NFC_NXP_NCI=m
- NFC_NXP_NCI_I2C=m
- Storage:
- BLK_DEV_PMEM=m
- MD_CLUSTER=m
- DM_MQ_DEFAULT=n (needs performance testing)
- DM_LOG_WRITES=m
- MTD_PARTITIONED_MASTER=y
- x86/x86_64:
- SCHED_OMIT_FRAME_POINTER=y (only because unwinding needs updating)
- X86_PMEM_LEGACY=y (compatibility)
- MFD_INTEL_QUARK_I2C_GPIO=m
- PINCTRL_AMD=y
- ARM (disabled):
- MACB=n
- KEYBOARD_BCM=n
- TCG_TIS_ST33ZP24=n
- SPI_CADENCE=n
- GPIO_ALTERA=n
- GPIO_DWAPB=n
- POWER_RESET_SYSCON_POWEROFF=n
- CADENCE_WATCHDOG=n
- MFD_MAX77843=n
- MFD_MT6397=n
- commit e5a9df9
-------------------------------------------------------------------
Wed Apr 29 15:52:57 CEST 2015 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
# needsrootforbuild
%define patchversion 4.0.5
%define patchversion 4.1.0
%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.0.5
Version: 4.1.0
%if 0%{?is_kotd}
Release: <RELEASE>.g80f6bcd
Release: <RELEASE>.gfcf8349
%else
Release: 0
%endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 23 04:44:59 CEST 2015 - jeffm@suse.com
- Update to 4.1-final.
- commit d6cfe1f
-------------------------------------------------------------------
Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
@ -5,7 +11,11 @@ Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
addressing (bnc#907092).
- x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
(bnc#907092).
- commit 80f6bcd
- x86/PCI: Use host bridge _CRS info on systems with >32 bit
addressing (bnc#907092).
- x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
(bnc#907092).
- commit 1d9da2e
-------------------------------------------------------------------
Thu Jun 18 17:11:04 CEST 2015 - dsterba@suse.cz
@ -21,6 +31,24 @@ Thu Jun 18 17:11:04 CEST 2015 - dsterba@suse.cz
- Btrfs: send, add missing check for dead clone root.
- commit 56152db
-------------------------------------------------------------------
Tue Jun 16 16:03:55 CEST 2015 - tiwai@suse.de
- Enable brcmfmac driver for x86-64 and i586 (boo#934932)
- commit 3e79c51
-------------------------------------------------------------------
Mon Jun 15 15:46:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc8.
- commit d3aa377
-------------------------------------------------------------------
Fri Jun 12 15:40:32 CEST 2015 - tiwai@suse.de
- Update config files: extend CONFIG_DPM_WATCHDOG_TIMEOUT to 60 (bnc#934397)
- commit b3acd3f
-------------------------------------------------------------------
Fri Jun 12 15:39:21 CEST 2015 - tiwai@suse.de
@ -31,7 +59,16 @@ Fri Jun 12 15:39:21 CEST 2015 - tiwai@suse.de
Fri Jun 12 11:50:05 CEST 2015 - jslaby@suse.cz
- mmc: sdhci: fix low memory corruption (bnc#934531).
- commit 0e899eb
- commit ea963c7
-------------------------------------------------------------------
Tue Jun 9 21:02:26 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc7.
- Config changes:
- arm64/armv7hl:
- PHY_QCOM_UFS=m
- commit abe587d
-------------------------------------------------------------------
Mon Jun 8 11:07:06 CEST 2015 - jslaby@suse.cz
@ -43,18 +80,122 @@ Mon Jun 8 11:07:06 CEST 2015 - jslaby@suse.cz
- Delete patches.fixes/rtlwifi-rtl8192cu-Fix-kernel-deadlock.
- commit f4cd21b
-------------------------------------------------------------------
Sat Jun 6 23:38:38 CEST 2015 - dirk@dmllr.de
- ARM: config: Sync more settings with x86_64
Compile in modules that are =y on x86_64, remove modules
that are not compiled on x86_64
- commit d36ab59
-------------------------------------------------------------------
Sat Jun 6 23:03:52 CEST 2015 - dirk@dmllr.de
- config: armv7hl: Disable CONFIG_FW_LOADER_USER_HELPER_FALLBACK
Only needed by DRM_STI, which we don't need, so disable
it alltogether (it isn't configured in userspace anyway
and deprecated)
- commit 6ad70fc
-------------------------------------------------------------------
Sat Jun 6 23:02:13 CEST 2015 - dirk@dmllr.de
- config: armv7hl: Disable DECNET
DECNET is not enabled on any other arch either
and we don't need it
- commit ec172d8
-------------------------------------------------------------------
Sat Jun 6 23:00:43 CEST 2015 - dirk@dmllr.de
- armv6hl: config: Reenable for 4.1
Generic options follow x86_64 ones.
- commit 1d5f3b2
-------------------------------------------------------------------
Tue Jun 2 13:40:10 CEST 2015 - jbeulich@suse.com
- Fix patch headers of just updated Xen patches.
- commit 78a3079
-------------------------------------------------------------------
Tue Jun 2 12:42:50 CEST 2015 - jbeulich@suse.com
- Update Xen patches to 4.1-rc6.
- config.conf: Re-enabled Xen and PV configs.
- Update config files.
- commit 0447183
-------------------------------------------------------------------
Mon Jun 1 17:45:22 CEST 2015 - jeffm@suse.com
- config: restore FRAME_POINTER configs to pre-4.1-rc1 values
The disabling of the stack unwind patches due to required merging
ended up enabling FRAME_POINTER on some configs. Now that stack
unwinding is re-enabled, we can disable it again.
- commit e3d8f0a
-------------------------------------------------------------------
Mon Jun 1 16:59:19 CEST 2015 - jeffm@suse.com
- config: revert options initially selected by EXT4_ENCRYPTION
EXT4_ENCRYPTION was initially a bool, which caused anything
selected by it to be selected as =y even if EXT4 was =m.
We can restore the following options back to being modular:
- CRYPTO_CTS
- CRYPTO_ECB
- CRYPTO_GF128MUL
- CRYPTO_XTS
Other crypto-related options enabled in the v4.1-rc1 update are
a result of INTEGRITY=y and can't be returned to modular options
without also disabling INTEGRITY.
- commit 1c78a8e
-------------------------------------------------------------------
Mon Jun 1 16:21:11 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc6.
- commit 9abfb15
-------------------------------------------------------------------
Fri May 29 17:50:29 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc5.
- commit 5c5c1d1
-------------------------------------------------------------------
Fri May 29 17:00:18 CEST 2015 - tiwai@suse.de
- rtlwifi: rtl8192cu: Fix kernel deadlock (bnc#927786).
- commit ac67377
-------------------------------------------------------------------
Thu May 28 18:51:09 CEST 2015 - dmueller@suse.com
- arm64-0004-net-xgbe-Add-A0-silicon-support: adjust for gettime64/settime64
- commit 8f2a4d1
-------------------------------------------------------------------
Thu May 28 15:46:14 CEST 2015 - jslaby@suse.cz
- drm/radeon: retry dcpd fetch (bnc#931580).
- commit ad54361
-------------------------------------------------------------------
Thu May 28 12:49:08 CEST 2015 - jbeulich@suse.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
- Refresh patches.suse/stack-unwind.
- Delete
patches.arch/stack-unwind-cfi_ignore-takes-more-arguments,
patches.suse/no-frame-pointer-select,
patches.suse/unwind-remove-check-for-vdso32-compat-range:
All folded into base patch.
- Update config files.
- commit 4631e0c
-------------------------------------------------------------------
Mon May 25 10:05:13 CEST 2015 - tiwai@suse.de
@ -69,6 +210,14 @@ Tue May 19 17:29:15 CEST 2015 - dsterba@suse.cz
High user impact, should land in 4.1.
- commit 4f5e0d5
-------------------------------------------------------------------
Tue May 19 16:34:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc4.
- Config changes:
- armv7hl: SPI_FSL_DSPI=m
- commit 9c4ab6c
-------------------------------------------------------------------
Tue May 19 12:31:23 CEST 2015 - jslaby@suse.cz
@ -77,6 +226,14 @@ Tue May 19 12:31:23 CEST 2015 - jslaby@suse.cz
disabled. I.e. make it the same as on other configs/arches.
- commit 6355689
-------------------------------------------------------------------
Tue May 19 12:27:54 CEST 2015 - jslaby@suse.cz
- Update config files.
Unset PKCS7_TEST_KEY, so that SYSTEM_TRUSTED_KEYRING can stay
disabled. I.e. make it the same as on other configs/arches.
- commit c9bc255
-------------------------------------------------------------------
Mon May 18 09:19:31 CEST 2015 - jslaby@suse.cz
@ -90,6 +247,14 @@ Wed May 13 15:41:19 CEST 2015 - jslaby@suse.cz
- Linux 4.0.3.
- commit 3ee3773
-------------------------------------------------------------------
Mon May 11 16:10:08 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc3.
- Config changes:
- RTC_DRV_ABX80X=m
- commit b798b43
-------------------------------------------------------------------
Thu May 7 11:28:39 CEST 2015 - jslaby@suse.cz
@ -102,6 +267,120 @@ Thu May 7 11:28:39 CEST 2015 - jslaby@suse.cz
CONFIG_ARM64_ERRATUM_845719=y, the same as master.
- commit a425d38
-------------------------------------------------------------------
Thu May 7 08:21:57 CEST 2015 - jdelvare@suse.de
- config/armv7hl: Disable AMD_XGBE_PHY
The AMD XGBE ethernet chip is only used on ARM64 systems.
- commit 3541e77
-------------------------------------------------------------------
Wed May 6 10:39:25 CEST 2015 - dmueller@suse.com
- config: arm64: Reenable for 4.1
ACPI left disabled for now, Qualcom/Xen enabled,
rest synced with x86_64
- commit da874b0
-------------------------------------------------------------------
Mon May 4 17:21:54 CEST 2015 - jeffm@suse.com
- config: disable XGBE on non-ARM hardware
It's documented as being present only on AMD SoCs.
- commit a32d077
-------------------------------------------------------------------
Mon May 4 15:59:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc2.
- Config changes:
- CONFIG_EXT4_ENCRYPTION y->m (changed to tristate)
- commit d8dfb45
-------------------------------------------------------------------
Sat May 2 19:21:49 CEST 2015 - matwey.kornilov@gmail.com
- config: Reenable armv7hl for 4.1
Update armv7hl configs for 4.1
Generic options follow x86_64 ones.
CONFIG_DRM_I2C_NXP_TDA998X set to y as it is single known way to make video work on BBB
- commit 749ab51
-------------------------------------------------------------------
Fri May 1 22:19:51 CEST 2015 - jeffm@suse.com
- scripts/sequence-patch.sh, scripts/tar-up.sh: Fix detection of SKIP_XEN.
With the stricter checks to ensure all files in the repository are
referenced, it's no longer possible to comment out configs in
config.conf. It is possible to exclude them via rule, but then
scripts/guards --list will list them unconditionally. That breaks the
automatic no-xen handling. The fix is to use scripts/guards
$(scripts/arch-symbols --list) instead.
- commit fbf7f40
-------------------------------------------------------------------
Fri May 1 21:41:34 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc1.
- Xen needs updating.
- ARM configs need updating.
- Stack unwinding needs updating.
- 11 patches eliminated.
- Config changes:
- Generic:
- MULTIUSER=y (default)
- Networking
- 6LOWPAN_NHC=m
- 6LOWPAN_NHC_DEST=m
- 6LOWPAN_NHC_FRAGMENT=m
- 6LOWPAN_NHC_HOP=m
- 6LOWPAN_NHC_IPV6=m
- 6LOWPAN_NHC_MOBILITY=m
- 6LOWPAN_NHC_ROUTING=m
- 6LOWPAN_NHC_UDP=m
- MPLS_ROUTING=m
- BT_DEBUGFS=n
- Driver options:
- BT_HCIBTUSB
- BT_HCIBTUSB_BCM=y
- BT_HCIUART
- BT_HCIUART_INTEL=y
- BT_HCIUART_BCM=y
- TARGET_CORE
- TCM_USER2=m
- CHELSIO_T4
- CHELSIO_T4_FCOE=y
- MOUSE_PS2
- MOUSE_PS2_VMMOUSE=y
- New modules:
- TOUCHSCREEN_CHIPONE_ICN8318=m
- TOUCHSCREEN_SX8654=m
- NFC_NXP_NCI=m
- NFC_NXP_NCI_I2C=m
- Storage:
- BLK_DEV_PMEM=m
- MD_CLUSTER=m
- DM_MQ_DEFAULT=n (needs performance testing)
- DM_LOG_WRITES=m
- MTD_PARTITIONED_MASTER=y
- x86/x86_64:
- SCHED_OMIT_FRAME_POINTER=y (only because unwinding needs updating)
- X86_PMEM_LEGACY=y (compatibility)
- MFD_INTEL_QUARK_I2C_GPIO=m
- PINCTRL_AMD=y
- ARM (disabled):
- MACB=n
- KEYBOARD_BCM=n
- TCG_TIS_ST33ZP24=n
- SPI_CADENCE=n
- GPIO_ALTERA=n
- GPIO_DWAPB=n
- POWER_RESET_SYSCON_POWEROFF=n
- CADENCE_WATCHDOG=n
- MFD_MAX77843=n
- MFD_MT6397=n
- commit e5a9df9
-------------------------------------------------------------------
Wed Apr 29 15:52:57 CEST 2015 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 23 04:44:59 CEST 2015 - jeffm@suse.com
- Update to 4.1-final.
- commit d6cfe1f
-------------------------------------------------------------------
Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
@ -5,7 +11,11 @@ Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
addressing (bnc#907092).
- x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
(bnc#907092).
- commit 80f6bcd
- x86/PCI: Use host bridge _CRS info on systems with >32 bit
addressing (bnc#907092).
- x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
(bnc#907092).
- commit 1d9da2e
-------------------------------------------------------------------
Thu Jun 18 17:11:04 CEST 2015 - dsterba@suse.cz
@ -21,6 +31,24 @@ Thu Jun 18 17:11:04 CEST 2015 - dsterba@suse.cz
- Btrfs: send, add missing check for dead clone root.
- commit 56152db
-------------------------------------------------------------------
Tue Jun 16 16:03:55 CEST 2015 - tiwai@suse.de
- Enable brcmfmac driver for x86-64 and i586 (boo#934932)
- commit 3e79c51
-------------------------------------------------------------------
Mon Jun 15 15:46:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc8.
- commit d3aa377
-------------------------------------------------------------------
Fri Jun 12 15:40:32 CEST 2015 - tiwai@suse.de
- Update config files: extend CONFIG_DPM_WATCHDOG_TIMEOUT to 60 (bnc#934397)
- commit b3acd3f
-------------------------------------------------------------------
Fri Jun 12 15:39:21 CEST 2015 - tiwai@suse.de
@ -31,7 +59,16 @@ Fri Jun 12 15:39:21 CEST 2015 - tiwai@suse.de
Fri Jun 12 11:50:05 CEST 2015 - jslaby@suse.cz
- mmc: sdhci: fix low memory corruption (bnc#934531).
- commit 0e899eb
- commit ea963c7
-------------------------------------------------------------------
Tue Jun 9 21:02:26 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc7.
- Config changes:
- arm64/armv7hl:
- PHY_QCOM_UFS=m
- commit abe587d
-------------------------------------------------------------------
Mon Jun 8 11:07:06 CEST 2015 - jslaby@suse.cz
@ -43,18 +80,122 @@ Mon Jun 8 11:07:06 CEST 2015 - jslaby@suse.cz
- Delete patches.fixes/rtlwifi-rtl8192cu-Fix-kernel-deadlock.
- commit f4cd21b
-------------------------------------------------------------------
Sat Jun 6 23:38:38 CEST 2015 - dirk@dmllr.de
- ARM: config: Sync more settings with x86_64
Compile in modules that are =y on x86_64, remove modules
that are not compiled on x86_64
- commit d36ab59
-------------------------------------------------------------------
Sat Jun 6 23:03:52 CEST 2015 - dirk@dmllr.de
- config: armv7hl: Disable CONFIG_FW_LOADER_USER_HELPER_FALLBACK
Only needed by DRM_STI, which we don't need, so disable
it alltogether (it isn't configured in userspace anyway
and deprecated)
- commit 6ad70fc
-------------------------------------------------------------------
Sat Jun 6 23:02:13 CEST 2015 - dirk@dmllr.de
- config: armv7hl: Disable DECNET
DECNET is not enabled on any other arch either
and we don't need it
- commit ec172d8
-------------------------------------------------------------------
Sat Jun 6 23:00:43 CEST 2015 - dirk@dmllr.de
- armv6hl: config: Reenable for 4.1
Generic options follow x86_64 ones.
- commit 1d5f3b2
-------------------------------------------------------------------
Tue Jun 2 13:40:10 CEST 2015 - jbeulich@suse.com
- Fix patch headers of just updated Xen patches.
- commit 78a3079
-------------------------------------------------------------------
Tue Jun 2 12:42:50 CEST 2015 - jbeulich@suse.com
- Update Xen patches to 4.1-rc6.
- config.conf: Re-enabled Xen and PV configs.
- Update config files.
- commit 0447183
-------------------------------------------------------------------
Mon Jun 1 17:45:22 CEST 2015 - jeffm@suse.com
- config: restore FRAME_POINTER configs to pre-4.1-rc1 values
The disabling of the stack unwind patches due to required merging
ended up enabling FRAME_POINTER on some configs. Now that stack
unwinding is re-enabled, we can disable it again.
- commit e3d8f0a
-------------------------------------------------------------------
Mon Jun 1 16:59:19 CEST 2015 - jeffm@suse.com
- config: revert options initially selected by EXT4_ENCRYPTION
EXT4_ENCRYPTION was initially a bool, which caused anything
selected by it to be selected as =y even if EXT4 was =m.
We can restore the following options back to being modular:
- CRYPTO_CTS
- CRYPTO_ECB
- CRYPTO_GF128MUL
- CRYPTO_XTS
Other crypto-related options enabled in the v4.1-rc1 update are
a result of INTEGRITY=y and can't be returned to modular options
without also disabling INTEGRITY.
- commit 1c78a8e
-------------------------------------------------------------------
Mon Jun 1 16:21:11 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc6.
- commit 9abfb15
-------------------------------------------------------------------
Fri May 29 17:50:29 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc5.
- commit 5c5c1d1
-------------------------------------------------------------------
Fri May 29 17:00:18 CEST 2015 - tiwai@suse.de
- rtlwifi: rtl8192cu: Fix kernel deadlock (bnc#927786).
- commit ac67377
-------------------------------------------------------------------
Thu May 28 18:51:09 CEST 2015 - dmueller@suse.com
- arm64-0004-net-xgbe-Add-A0-silicon-support: adjust for gettime64/settime64
- commit 8f2a4d1
-------------------------------------------------------------------
Thu May 28 15:46:14 CEST 2015 - jslaby@suse.cz
- drm/radeon: retry dcpd fetch (bnc#931580).
- commit ad54361
-------------------------------------------------------------------
Thu May 28 12:49:08 CEST 2015 - jbeulich@suse.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
- Refresh patches.suse/stack-unwind.
- Delete
patches.arch/stack-unwind-cfi_ignore-takes-more-arguments,
patches.suse/no-frame-pointer-select,
patches.suse/unwind-remove-check-for-vdso32-compat-range:
All folded into base patch.
- Update config files.
- commit 4631e0c
-------------------------------------------------------------------
Mon May 25 10:05:13 CEST 2015 - tiwai@suse.de
@ -69,6 +210,14 @@ Tue May 19 17:29:15 CEST 2015 - dsterba@suse.cz
High user impact, should land in 4.1.
- commit 4f5e0d5
-------------------------------------------------------------------
Tue May 19 16:34:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc4.
- Config changes:
- armv7hl: SPI_FSL_DSPI=m
- commit 9c4ab6c
-------------------------------------------------------------------
Tue May 19 12:31:23 CEST 2015 - jslaby@suse.cz
@ -77,6 +226,14 @@ Tue May 19 12:31:23 CEST 2015 - jslaby@suse.cz
disabled. I.e. make it the same as on other configs/arches.
- commit 6355689
-------------------------------------------------------------------
Tue May 19 12:27:54 CEST 2015 - jslaby@suse.cz
- Update config files.
Unset PKCS7_TEST_KEY, so that SYSTEM_TRUSTED_KEYRING can stay
disabled. I.e. make it the same as on other configs/arches.
- commit c9bc255
-------------------------------------------------------------------
Mon May 18 09:19:31 CEST 2015 - jslaby@suse.cz
@ -90,6 +247,14 @@ Wed May 13 15:41:19 CEST 2015 - jslaby@suse.cz
- Linux 4.0.3.
- commit 3ee3773
-------------------------------------------------------------------
Mon May 11 16:10:08 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc3.
- Config changes:
- RTC_DRV_ABX80X=m
- commit b798b43
-------------------------------------------------------------------
Thu May 7 11:28:39 CEST 2015 - jslaby@suse.cz
@ -102,6 +267,120 @@ Thu May 7 11:28:39 CEST 2015 - jslaby@suse.cz
CONFIG_ARM64_ERRATUM_845719=y, the same as master.
- commit a425d38
-------------------------------------------------------------------
Thu May 7 08:21:57 CEST 2015 - jdelvare@suse.de
- config/armv7hl: Disable AMD_XGBE_PHY
The AMD XGBE ethernet chip is only used on ARM64 systems.
- commit 3541e77
-------------------------------------------------------------------
Wed May 6 10:39:25 CEST 2015 - dmueller@suse.com
- config: arm64: Reenable for 4.1
ACPI left disabled for now, Qualcom/Xen enabled,
rest synced with x86_64
- commit da874b0
-------------------------------------------------------------------
Mon May 4 17:21:54 CEST 2015 - jeffm@suse.com
- config: disable XGBE on non-ARM hardware
It's documented as being present only on AMD SoCs.
- commit a32d077
-------------------------------------------------------------------
Mon May 4 15:59:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc2.
- Config changes:
- CONFIG_EXT4_ENCRYPTION y->m (changed to tristate)
- commit d8dfb45
-------------------------------------------------------------------
Sat May 2 19:21:49 CEST 2015 - matwey.kornilov@gmail.com
- config: Reenable armv7hl for 4.1
Update armv7hl configs for 4.1
Generic options follow x86_64 ones.
CONFIG_DRM_I2C_NXP_TDA998X set to y as it is single known way to make video work on BBB
- commit 749ab51
-------------------------------------------------------------------
Fri May 1 22:19:51 CEST 2015 - jeffm@suse.com
- scripts/sequence-patch.sh, scripts/tar-up.sh: Fix detection of SKIP_XEN.
With the stricter checks to ensure all files in the repository are
referenced, it's no longer possible to comment out configs in
config.conf. It is possible to exclude them via rule, but then
scripts/guards --list will list them unconditionally. That breaks the
automatic no-xen handling. The fix is to use scripts/guards
$(scripts/arch-symbols --list) instead.
- commit fbf7f40
-------------------------------------------------------------------
Fri May 1 21:41:34 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc1.
- Xen needs updating.
- ARM configs need updating.
- Stack unwinding needs updating.
- 11 patches eliminated.
- Config changes:
- Generic:
- MULTIUSER=y (default)
- Networking
- 6LOWPAN_NHC=m
- 6LOWPAN_NHC_DEST=m
- 6LOWPAN_NHC_FRAGMENT=m
- 6LOWPAN_NHC_HOP=m
- 6LOWPAN_NHC_IPV6=m
- 6LOWPAN_NHC_MOBILITY=m
- 6LOWPAN_NHC_ROUTING=m
- 6LOWPAN_NHC_UDP=m
- MPLS_ROUTING=m
- BT_DEBUGFS=n
- Driver options:
- BT_HCIBTUSB
- BT_HCIBTUSB_BCM=y
- BT_HCIUART
- BT_HCIUART_INTEL=y
- BT_HCIUART_BCM=y
- TARGET_CORE
- TCM_USER2=m
- CHELSIO_T4
- CHELSIO_T4_FCOE=y
- MOUSE_PS2
- MOUSE_PS2_VMMOUSE=y
- New modules:
- TOUCHSCREEN_CHIPONE_ICN8318=m
- TOUCHSCREEN_SX8654=m
- NFC_NXP_NCI=m
- NFC_NXP_NCI_I2C=m
- Storage:
- BLK_DEV_PMEM=m
- MD_CLUSTER=m
- DM_MQ_DEFAULT=n (needs performance testing)
- DM_LOG_WRITES=m
- MTD_PARTITIONED_MASTER=y
- x86/x86_64:
- SCHED_OMIT_FRAME_POINTER=y (only because unwinding needs updating)
- X86_PMEM_LEGACY=y (compatibility)
- MFD_INTEL_QUARK_I2C_GPIO=m
- PINCTRL_AMD=y
- ARM (disabled):
- MACB=n
- KEYBOARD_BCM=n
- TCG_TIS_ST33ZP24=n
- SPI_CADENCE=n
- GPIO_ALTERA=n
- GPIO_DWAPB=n
- POWER_RESET_SYSCON_POWEROFF=n
- CADENCE_WATCHDOG=n
- MFD_MAX77843=n
- MFD_MT6397=n
- commit e5a9df9
-------------------------------------------------------------------
Wed Apr 29 15:52:57 CEST 2015 - jslaby@suse.cz

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 4.0
%define patchversion 4.0.5
%define srcversion 4.1
%define patchversion 4.1.0
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@ Name: kernel-pv
Summary: The para-virtualized Kernel
License: GPL-2.0
Group: System/Kernel
Version: 4.0.5
Version: 4.1.0
%if 0%{?is_kotd}
Release: <RELEASE>.g80f6bcd
Release: <RELEASE>.gfcf8349
%else
Release: 0
%endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 23 04:44:59 CEST 2015 - jeffm@suse.com
- Update to 4.1-final.
- commit d6cfe1f
-------------------------------------------------------------------
Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
@ -5,7 +11,11 @@ Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
addressing (bnc#907092).
- x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
(bnc#907092).
- commit 80f6bcd
- x86/PCI: Use host bridge _CRS info on systems with >32 bit
addressing (bnc#907092).
- x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
(bnc#907092).
- commit 1d9da2e
-------------------------------------------------------------------
Thu Jun 18 17:11:04 CEST 2015 - dsterba@suse.cz
@ -21,6 +31,24 @@ Thu Jun 18 17:11:04 CEST 2015 - dsterba@suse.cz
- Btrfs: send, add missing check for dead clone root.
- commit 56152db
-------------------------------------------------------------------
Tue Jun 16 16:03:55 CEST 2015 - tiwai@suse.de
- Enable brcmfmac driver for x86-64 and i586 (boo#934932)
- commit 3e79c51
-------------------------------------------------------------------
Mon Jun 15 15:46:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc8.
- commit d3aa377
-------------------------------------------------------------------
Fri Jun 12 15:40:32 CEST 2015 - tiwai@suse.de
- Update config files: extend CONFIG_DPM_WATCHDOG_TIMEOUT to 60 (bnc#934397)
- commit b3acd3f
-------------------------------------------------------------------
Fri Jun 12 15:39:21 CEST 2015 - tiwai@suse.de
@ -31,7 +59,16 @@ Fri Jun 12 15:39:21 CEST 2015 - tiwai@suse.de
Fri Jun 12 11:50:05 CEST 2015 - jslaby@suse.cz
- mmc: sdhci: fix low memory corruption (bnc#934531).
- commit 0e899eb
- commit ea963c7
-------------------------------------------------------------------
Tue Jun 9 21:02:26 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc7.
- Config changes:
- arm64/armv7hl:
- PHY_QCOM_UFS=m
- commit abe587d
-------------------------------------------------------------------
Mon Jun 8 11:07:06 CEST 2015 - jslaby@suse.cz
@ -43,18 +80,122 @@ Mon Jun 8 11:07:06 CEST 2015 - jslaby@suse.cz
- Delete patches.fixes/rtlwifi-rtl8192cu-Fix-kernel-deadlock.
- commit f4cd21b
-------------------------------------------------------------------
Sat Jun 6 23:38:38 CEST 2015 - dirk@dmllr.de
- ARM: config: Sync more settings with x86_64
Compile in modules that are =y on x86_64, remove modules
that are not compiled on x86_64
- commit d36ab59
-------------------------------------------------------------------
Sat Jun 6 23:03:52 CEST 2015 - dirk@dmllr.de
- config: armv7hl: Disable CONFIG_FW_LOADER_USER_HELPER_FALLBACK
Only needed by DRM_STI, which we don't need, so disable
it alltogether (it isn't configured in userspace anyway
and deprecated)
- commit 6ad70fc
-------------------------------------------------------------------
Sat Jun 6 23:02:13 CEST 2015 - dirk@dmllr.de
- config: armv7hl: Disable DECNET
DECNET is not enabled on any other arch either
and we don't need it
- commit ec172d8
-------------------------------------------------------------------
Sat Jun 6 23:00:43 CEST 2015 - dirk@dmllr.de
- armv6hl: config: Reenable for 4.1
Generic options follow x86_64 ones.
- commit 1d5f3b2
-------------------------------------------------------------------
Tue Jun 2 13:40:10 CEST 2015 - jbeulich@suse.com
- Fix patch headers of just updated Xen patches.
- commit 78a3079
-------------------------------------------------------------------
Tue Jun 2 12:42:50 CEST 2015 - jbeulich@suse.com
- Update Xen patches to 4.1-rc6.
- config.conf: Re-enabled Xen and PV configs.
- Update config files.
- commit 0447183
-------------------------------------------------------------------
Mon Jun 1 17:45:22 CEST 2015 - jeffm@suse.com
- config: restore FRAME_POINTER configs to pre-4.1-rc1 values
The disabling of the stack unwind patches due to required merging
ended up enabling FRAME_POINTER on some configs. Now that stack
unwinding is re-enabled, we can disable it again.
- commit e3d8f0a
-------------------------------------------------------------------
Mon Jun 1 16:59:19 CEST 2015 - jeffm@suse.com
- config: revert options initially selected by EXT4_ENCRYPTION
EXT4_ENCRYPTION was initially a bool, which caused anything
selected by it to be selected as =y even if EXT4 was =m.
We can restore the following options back to being modular:
- CRYPTO_CTS
- CRYPTO_ECB
- CRYPTO_GF128MUL
- CRYPTO_XTS
Other crypto-related options enabled in the v4.1-rc1 update are
a result of INTEGRITY=y and can't be returned to modular options
without also disabling INTEGRITY.
- commit 1c78a8e
-------------------------------------------------------------------
Mon Jun 1 16:21:11 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc6.
- commit 9abfb15
-------------------------------------------------------------------
Fri May 29 17:50:29 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc5.
- commit 5c5c1d1
-------------------------------------------------------------------
Fri May 29 17:00:18 CEST 2015 - tiwai@suse.de
- rtlwifi: rtl8192cu: Fix kernel deadlock (bnc#927786).
- commit ac67377
-------------------------------------------------------------------
Thu May 28 18:51:09 CEST 2015 - dmueller@suse.com
- arm64-0004-net-xgbe-Add-A0-silicon-support: adjust for gettime64/settime64
- commit 8f2a4d1
-------------------------------------------------------------------
Thu May 28 15:46:14 CEST 2015 - jslaby@suse.cz
- drm/radeon: retry dcpd fetch (bnc#931580).
- commit ad54361
-------------------------------------------------------------------
Thu May 28 12:49:08 CEST 2015 - jbeulich@suse.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
- Refresh patches.suse/stack-unwind.
- Delete
patches.arch/stack-unwind-cfi_ignore-takes-more-arguments,
patches.suse/no-frame-pointer-select,
patches.suse/unwind-remove-check-for-vdso32-compat-range:
All folded into base patch.
- Update config files.
- commit 4631e0c
-------------------------------------------------------------------
Mon May 25 10:05:13 CEST 2015 - tiwai@suse.de
@ -69,6 +210,14 @@ Tue May 19 17:29:15 CEST 2015 - dsterba@suse.cz
High user impact, should land in 4.1.
- commit 4f5e0d5
-------------------------------------------------------------------
Tue May 19 16:34:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc4.
- Config changes:
- armv7hl: SPI_FSL_DSPI=m
- commit 9c4ab6c
-------------------------------------------------------------------
Tue May 19 12:31:23 CEST 2015 - jslaby@suse.cz
@ -77,6 +226,14 @@ Tue May 19 12:31:23 CEST 2015 - jslaby@suse.cz
disabled. I.e. make it the same as on other configs/arches.
- commit 6355689
-------------------------------------------------------------------
Tue May 19 12:27:54 CEST 2015 - jslaby@suse.cz
- Update config files.
Unset PKCS7_TEST_KEY, so that SYSTEM_TRUSTED_KEYRING can stay
disabled. I.e. make it the same as on other configs/arches.
- commit c9bc255
-------------------------------------------------------------------
Mon May 18 09:19:31 CEST 2015 - jslaby@suse.cz
@ -90,6 +247,14 @@ Wed May 13 15:41:19 CEST 2015 - jslaby@suse.cz
- Linux 4.0.3.
- commit 3ee3773
-------------------------------------------------------------------
Mon May 11 16:10:08 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc3.
- Config changes:
- RTC_DRV_ABX80X=m
- commit b798b43
-------------------------------------------------------------------
Thu May 7 11:28:39 CEST 2015 - jslaby@suse.cz
@ -102,6 +267,120 @@ Thu May 7 11:28:39 CEST 2015 - jslaby@suse.cz
CONFIG_ARM64_ERRATUM_845719=y, the same as master.
- commit a425d38
-------------------------------------------------------------------
Thu May 7 08:21:57 CEST 2015 - jdelvare@suse.de
- config/armv7hl: Disable AMD_XGBE_PHY
The AMD XGBE ethernet chip is only used on ARM64 systems.
- commit 3541e77
-------------------------------------------------------------------
Wed May 6 10:39:25 CEST 2015 - dmueller@suse.com
- config: arm64: Reenable for 4.1
ACPI left disabled for now, Qualcom/Xen enabled,
rest synced with x86_64
- commit da874b0
-------------------------------------------------------------------
Mon May 4 17:21:54 CEST 2015 - jeffm@suse.com
- config: disable XGBE on non-ARM hardware
It's documented as being present only on AMD SoCs.
- commit a32d077
-------------------------------------------------------------------
Mon May 4 15:59:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc2.
- Config changes:
- CONFIG_EXT4_ENCRYPTION y->m (changed to tristate)
- commit d8dfb45
-------------------------------------------------------------------
Sat May 2 19:21:49 CEST 2015 - matwey.kornilov@gmail.com
- config: Reenable armv7hl for 4.1
Update armv7hl configs for 4.1
Generic options follow x86_64 ones.
CONFIG_DRM_I2C_NXP_TDA998X set to y as it is single known way to make video work on BBB
- commit 749ab51
-------------------------------------------------------------------
Fri May 1 22:19:51 CEST 2015 - jeffm@suse.com
- scripts/sequence-patch.sh, scripts/tar-up.sh: Fix detection of SKIP_XEN.
With the stricter checks to ensure all files in the repository are
referenced, it's no longer possible to comment out configs in
config.conf. It is possible to exclude them via rule, but then
scripts/guards --list will list them unconditionally. That breaks the
automatic no-xen handling. The fix is to use scripts/guards
$(scripts/arch-symbols --list) instead.
- commit fbf7f40
-------------------------------------------------------------------
Fri May 1 21:41:34 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc1.
- Xen needs updating.
- ARM configs need updating.
- Stack unwinding needs updating.
- 11 patches eliminated.
- Config changes:
- Generic:
- MULTIUSER=y (default)
- Networking
- 6LOWPAN_NHC=m
- 6LOWPAN_NHC_DEST=m
- 6LOWPAN_NHC_FRAGMENT=m
- 6LOWPAN_NHC_HOP=m
- 6LOWPAN_NHC_IPV6=m
- 6LOWPAN_NHC_MOBILITY=m
- 6LOWPAN_NHC_ROUTING=m
- 6LOWPAN_NHC_UDP=m
- MPLS_ROUTING=m
- BT_DEBUGFS=n
- Driver options:
- BT_HCIBTUSB
- BT_HCIBTUSB_BCM=y
- BT_HCIUART
- BT_HCIUART_INTEL=y
- BT_HCIUART_BCM=y
- TARGET_CORE
- TCM_USER2=m
- CHELSIO_T4
- CHELSIO_T4_FCOE=y
- MOUSE_PS2
- MOUSE_PS2_VMMOUSE=y
- New modules:
- TOUCHSCREEN_CHIPONE_ICN8318=m
- TOUCHSCREEN_SX8654=m
- NFC_NXP_NCI=m
- NFC_NXP_NCI_I2C=m
- Storage:
- BLK_DEV_PMEM=m
- MD_CLUSTER=m
- DM_MQ_DEFAULT=n (needs performance testing)
- DM_LOG_WRITES=m
- MTD_PARTITIONED_MASTER=y
- x86/x86_64:
- SCHED_OMIT_FRAME_POINTER=y (only because unwinding needs updating)
- X86_PMEM_LEGACY=y (compatibility)
- MFD_INTEL_QUARK_I2C_GPIO=m
- PINCTRL_AMD=y
- ARM (disabled):
- MACB=n
- KEYBOARD_BCM=n
- TCG_TIS_ST33ZP24=n
- SPI_CADENCE=n
- GPIO_ALTERA=n
- GPIO_DWAPB=n
- POWER_RESET_SYSCON_POWEROFF=n
- CADENCE_WATCHDOG=n
- MFD_MAX77843=n
- MFD_MT6397=n
- commit e5a9df9
-------------------------------------------------------------------
Wed Apr 29 15:52:57 CEST 2015 - jslaby@suse.cz

View File

@ -17,8 +17,8 @@
# icecream 0
%define srcversion 4.0
%define patchversion 4.0.5
%define srcversion 4.1
%define patchversion 4.1.0
%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.0.5
Version: 4.1.0
%if 0%{?is_kotd}
Release: <RELEASE>.g80f6bcd
Release: <RELEASE>.gfcf8349
%else
Release: 0
%endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 23 04:44:59 CEST 2015 - jeffm@suse.com
- Update to 4.1-final.
- commit d6cfe1f
-------------------------------------------------------------------
Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
@ -5,7 +11,11 @@ Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
addressing (bnc#907092).
- x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
(bnc#907092).
- commit 80f6bcd
- x86/PCI: Use host bridge _CRS info on systems with >32 bit
addressing (bnc#907092).
- x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
(bnc#907092).
- commit 1d9da2e
-------------------------------------------------------------------
Thu Jun 18 17:11:04 CEST 2015 - dsterba@suse.cz
@ -21,6 +31,24 @@ Thu Jun 18 17:11:04 CEST 2015 - dsterba@suse.cz
- Btrfs: send, add missing check for dead clone root.
- commit 56152db
-------------------------------------------------------------------
Tue Jun 16 16:03:55 CEST 2015 - tiwai@suse.de
- Enable brcmfmac driver for x86-64 and i586 (boo#934932)
- commit 3e79c51
-------------------------------------------------------------------
Mon Jun 15 15:46:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc8.
- commit d3aa377
-------------------------------------------------------------------
Fri Jun 12 15:40:32 CEST 2015 - tiwai@suse.de
- Update config files: extend CONFIG_DPM_WATCHDOG_TIMEOUT to 60 (bnc#934397)
- commit b3acd3f
-------------------------------------------------------------------
Fri Jun 12 15:39:21 CEST 2015 - tiwai@suse.de
@ -31,7 +59,16 @@ Fri Jun 12 15:39:21 CEST 2015 - tiwai@suse.de
Fri Jun 12 11:50:05 CEST 2015 - jslaby@suse.cz
- mmc: sdhci: fix low memory corruption (bnc#934531).
- commit 0e899eb
- commit ea963c7
-------------------------------------------------------------------
Tue Jun 9 21:02:26 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc7.
- Config changes:
- arm64/armv7hl:
- PHY_QCOM_UFS=m
- commit abe587d
-------------------------------------------------------------------
Mon Jun 8 11:07:06 CEST 2015 - jslaby@suse.cz
@ -43,18 +80,122 @@ Mon Jun 8 11:07:06 CEST 2015 - jslaby@suse.cz
- Delete patches.fixes/rtlwifi-rtl8192cu-Fix-kernel-deadlock.
- commit f4cd21b
-------------------------------------------------------------------
Sat Jun 6 23:38:38 CEST 2015 - dirk@dmllr.de
- ARM: config: Sync more settings with x86_64
Compile in modules that are =y on x86_64, remove modules
that are not compiled on x86_64
- commit d36ab59
-------------------------------------------------------------------
Sat Jun 6 23:03:52 CEST 2015 - dirk@dmllr.de
- config: armv7hl: Disable CONFIG_FW_LOADER_USER_HELPER_FALLBACK
Only needed by DRM_STI, which we don't need, so disable
it alltogether (it isn't configured in userspace anyway
and deprecated)
- commit 6ad70fc
-------------------------------------------------------------------
Sat Jun 6 23:02:13 CEST 2015 - dirk@dmllr.de
- config: armv7hl: Disable DECNET
DECNET is not enabled on any other arch either
and we don't need it
- commit ec172d8
-------------------------------------------------------------------
Sat Jun 6 23:00:43 CEST 2015 - dirk@dmllr.de
- armv6hl: config: Reenable for 4.1
Generic options follow x86_64 ones.
- commit 1d5f3b2
-------------------------------------------------------------------
Tue Jun 2 13:40:10 CEST 2015 - jbeulich@suse.com
- Fix patch headers of just updated Xen patches.
- commit 78a3079
-------------------------------------------------------------------
Tue Jun 2 12:42:50 CEST 2015 - jbeulich@suse.com
- Update Xen patches to 4.1-rc6.
- config.conf: Re-enabled Xen and PV configs.
- Update config files.
- commit 0447183
-------------------------------------------------------------------
Mon Jun 1 17:45:22 CEST 2015 - jeffm@suse.com
- config: restore FRAME_POINTER configs to pre-4.1-rc1 values
The disabling of the stack unwind patches due to required merging
ended up enabling FRAME_POINTER on some configs. Now that stack
unwinding is re-enabled, we can disable it again.
- commit e3d8f0a
-------------------------------------------------------------------
Mon Jun 1 16:59:19 CEST 2015 - jeffm@suse.com
- config: revert options initially selected by EXT4_ENCRYPTION
EXT4_ENCRYPTION was initially a bool, which caused anything
selected by it to be selected as =y even if EXT4 was =m.
We can restore the following options back to being modular:
- CRYPTO_CTS
- CRYPTO_ECB
- CRYPTO_GF128MUL
- CRYPTO_XTS
Other crypto-related options enabled in the v4.1-rc1 update are
a result of INTEGRITY=y and can't be returned to modular options
without also disabling INTEGRITY.
- commit 1c78a8e
-------------------------------------------------------------------
Mon Jun 1 16:21:11 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc6.
- commit 9abfb15
-------------------------------------------------------------------
Fri May 29 17:50:29 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc5.
- commit 5c5c1d1
-------------------------------------------------------------------
Fri May 29 17:00:18 CEST 2015 - tiwai@suse.de
- rtlwifi: rtl8192cu: Fix kernel deadlock (bnc#927786).
- commit ac67377
-------------------------------------------------------------------
Thu May 28 18:51:09 CEST 2015 - dmueller@suse.com
- arm64-0004-net-xgbe-Add-A0-silicon-support: adjust for gettime64/settime64
- commit 8f2a4d1
-------------------------------------------------------------------
Thu May 28 15:46:14 CEST 2015 - jslaby@suse.cz
- drm/radeon: retry dcpd fetch (bnc#931580).
- commit ad54361
-------------------------------------------------------------------
Thu May 28 12:49:08 CEST 2015 - jbeulich@suse.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
- Refresh patches.suse/stack-unwind.
- Delete
patches.arch/stack-unwind-cfi_ignore-takes-more-arguments,
patches.suse/no-frame-pointer-select,
patches.suse/unwind-remove-check-for-vdso32-compat-range:
All folded into base patch.
- Update config files.
- commit 4631e0c
-------------------------------------------------------------------
Mon May 25 10:05:13 CEST 2015 - tiwai@suse.de
@ -69,6 +210,14 @@ Tue May 19 17:29:15 CEST 2015 - dsterba@suse.cz
High user impact, should land in 4.1.
- commit 4f5e0d5
-------------------------------------------------------------------
Tue May 19 16:34:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc4.
- Config changes:
- armv7hl: SPI_FSL_DSPI=m
- commit 9c4ab6c
-------------------------------------------------------------------
Tue May 19 12:31:23 CEST 2015 - jslaby@suse.cz
@ -77,6 +226,14 @@ Tue May 19 12:31:23 CEST 2015 - jslaby@suse.cz
disabled. I.e. make it the same as on other configs/arches.
- commit 6355689
-------------------------------------------------------------------
Tue May 19 12:27:54 CEST 2015 - jslaby@suse.cz
- Update config files.
Unset PKCS7_TEST_KEY, so that SYSTEM_TRUSTED_KEYRING can stay
disabled. I.e. make it the same as on other configs/arches.
- commit c9bc255
-------------------------------------------------------------------
Mon May 18 09:19:31 CEST 2015 - jslaby@suse.cz
@ -90,6 +247,14 @@ Wed May 13 15:41:19 CEST 2015 - jslaby@suse.cz
- Linux 4.0.3.
- commit 3ee3773
-------------------------------------------------------------------
Mon May 11 16:10:08 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc3.
- Config changes:
- RTC_DRV_ABX80X=m
- commit b798b43
-------------------------------------------------------------------
Thu May 7 11:28:39 CEST 2015 - jslaby@suse.cz
@ -102,6 +267,120 @@ Thu May 7 11:28:39 CEST 2015 - jslaby@suse.cz
CONFIG_ARM64_ERRATUM_845719=y, the same as master.
- commit a425d38
-------------------------------------------------------------------
Thu May 7 08:21:57 CEST 2015 - jdelvare@suse.de
- config/armv7hl: Disable AMD_XGBE_PHY
The AMD XGBE ethernet chip is only used on ARM64 systems.
- commit 3541e77
-------------------------------------------------------------------
Wed May 6 10:39:25 CEST 2015 - dmueller@suse.com
- config: arm64: Reenable for 4.1
ACPI left disabled for now, Qualcom/Xen enabled,
rest synced with x86_64
- commit da874b0
-------------------------------------------------------------------
Mon May 4 17:21:54 CEST 2015 - jeffm@suse.com
- config: disable XGBE on non-ARM hardware
It's documented as being present only on AMD SoCs.
- commit a32d077
-------------------------------------------------------------------
Mon May 4 15:59:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc2.
- Config changes:
- CONFIG_EXT4_ENCRYPTION y->m (changed to tristate)
- commit d8dfb45
-------------------------------------------------------------------
Sat May 2 19:21:49 CEST 2015 - matwey.kornilov@gmail.com
- config: Reenable armv7hl for 4.1
Update armv7hl configs for 4.1
Generic options follow x86_64 ones.
CONFIG_DRM_I2C_NXP_TDA998X set to y as it is single known way to make video work on BBB
- commit 749ab51
-------------------------------------------------------------------
Fri May 1 22:19:51 CEST 2015 - jeffm@suse.com
- scripts/sequence-patch.sh, scripts/tar-up.sh: Fix detection of SKIP_XEN.
With the stricter checks to ensure all files in the repository are
referenced, it's no longer possible to comment out configs in
config.conf. It is possible to exclude them via rule, but then
scripts/guards --list will list them unconditionally. That breaks the
automatic no-xen handling. The fix is to use scripts/guards
$(scripts/arch-symbols --list) instead.
- commit fbf7f40
-------------------------------------------------------------------
Fri May 1 21:41:34 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc1.
- Xen needs updating.
- ARM configs need updating.
- Stack unwinding needs updating.
- 11 patches eliminated.
- Config changes:
- Generic:
- MULTIUSER=y (default)
- Networking
- 6LOWPAN_NHC=m
- 6LOWPAN_NHC_DEST=m
- 6LOWPAN_NHC_FRAGMENT=m
- 6LOWPAN_NHC_HOP=m
- 6LOWPAN_NHC_IPV6=m
- 6LOWPAN_NHC_MOBILITY=m
- 6LOWPAN_NHC_ROUTING=m
- 6LOWPAN_NHC_UDP=m
- MPLS_ROUTING=m
- BT_DEBUGFS=n
- Driver options:
- BT_HCIBTUSB
- BT_HCIBTUSB_BCM=y
- BT_HCIUART
- BT_HCIUART_INTEL=y
- BT_HCIUART_BCM=y
- TARGET_CORE
- TCM_USER2=m
- CHELSIO_T4
- CHELSIO_T4_FCOE=y
- MOUSE_PS2
- MOUSE_PS2_VMMOUSE=y
- New modules:
- TOUCHSCREEN_CHIPONE_ICN8318=m
- TOUCHSCREEN_SX8654=m
- NFC_NXP_NCI=m
- NFC_NXP_NCI_I2C=m
- Storage:
- BLK_DEV_PMEM=m
- MD_CLUSTER=m
- DM_MQ_DEFAULT=n (needs performance testing)
- DM_LOG_WRITES=m
- MTD_PARTITIONED_MASTER=y
- x86/x86_64:
- SCHED_OMIT_FRAME_POINTER=y (only because unwinding needs updating)
- X86_PMEM_LEGACY=y (compatibility)
- MFD_INTEL_QUARK_I2C_GPIO=m
- PINCTRL_AMD=y
- ARM (disabled):
- MACB=n
- KEYBOARD_BCM=n
- TCG_TIS_ST33ZP24=n
- SPI_CADENCE=n
- GPIO_ALTERA=n
- GPIO_DWAPB=n
- POWER_RESET_SYSCON_POWEROFF=n
- CADENCE_WATCHDOG=n
- MFD_MAX77843=n
- MFD_MT6397=n
- commit e5a9df9
-------------------------------------------------------------------
Wed Apr 29 15:52:57 CEST 2015 - jslaby@suse.cz

View File

@ -24,10 +24,10 @@ Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
License: GPL-2.0
Group: Development/Sources
Version: 4.0.5
Version: 4.1.0
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.g80f6bcd
Release: <RELEASE>.gfcf8349
%else
Release: 0
%endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 23 04:44:59 CEST 2015 - jeffm@suse.com
- Update to 4.1-final.
- commit d6cfe1f
-------------------------------------------------------------------
Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
@ -5,7 +11,11 @@ Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
addressing (bnc#907092).
- x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
(bnc#907092).
- commit 80f6bcd
- x86/PCI: Use host bridge _CRS info on systems with >32 bit
addressing (bnc#907092).
- x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
(bnc#907092).
- commit 1d9da2e
-------------------------------------------------------------------
Thu Jun 18 17:11:04 CEST 2015 - dsterba@suse.cz
@ -21,6 +31,24 @@ Thu Jun 18 17:11:04 CEST 2015 - dsterba@suse.cz
- Btrfs: send, add missing check for dead clone root.
- commit 56152db
-------------------------------------------------------------------
Tue Jun 16 16:03:55 CEST 2015 - tiwai@suse.de
- Enable brcmfmac driver for x86-64 and i586 (boo#934932)
- commit 3e79c51
-------------------------------------------------------------------
Mon Jun 15 15:46:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc8.
- commit d3aa377
-------------------------------------------------------------------
Fri Jun 12 15:40:32 CEST 2015 - tiwai@suse.de
- Update config files: extend CONFIG_DPM_WATCHDOG_TIMEOUT to 60 (bnc#934397)
- commit b3acd3f
-------------------------------------------------------------------
Fri Jun 12 15:39:21 CEST 2015 - tiwai@suse.de
@ -31,7 +59,16 @@ Fri Jun 12 15:39:21 CEST 2015 - tiwai@suse.de
Fri Jun 12 11:50:05 CEST 2015 - jslaby@suse.cz
- mmc: sdhci: fix low memory corruption (bnc#934531).
- commit 0e899eb
- commit ea963c7
-------------------------------------------------------------------
Tue Jun 9 21:02:26 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc7.
- Config changes:
- arm64/armv7hl:
- PHY_QCOM_UFS=m
- commit abe587d
-------------------------------------------------------------------
Mon Jun 8 11:07:06 CEST 2015 - jslaby@suse.cz
@ -43,18 +80,122 @@ Mon Jun 8 11:07:06 CEST 2015 - jslaby@suse.cz
- Delete patches.fixes/rtlwifi-rtl8192cu-Fix-kernel-deadlock.
- commit f4cd21b
-------------------------------------------------------------------
Sat Jun 6 23:38:38 CEST 2015 - dirk@dmllr.de
- ARM: config: Sync more settings with x86_64
Compile in modules that are =y on x86_64, remove modules
that are not compiled on x86_64
- commit d36ab59
-------------------------------------------------------------------
Sat Jun 6 23:03:52 CEST 2015 - dirk@dmllr.de
- config: armv7hl: Disable CONFIG_FW_LOADER_USER_HELPER_FALLBACK
Only needed by DRM_STI, which we don't need, so disable
it alltogether (it isn't configured in userspace anyway
and deprecated)
- commit 6ad70fc
-------------------------------------------------------------------
Sat Jun 6 23:02:13 CEST 2015 - dirk@dmllr.de
- config: armv7hl: Disable DECNET
DECNET is not enabled on any other arch either
and we don't need it
- commit ec172d8
-------------------------------------------------------------------
Sat Jun 6 23:00:43 CEST 2015 - dirk@dmllr.de
- armv6hl: config: Reenable for 4.1
Generic options follow x86_64 ones.
- commit 1d5f3b2
-------------------------------------------------------------------
Tue Jun 2 13:40:10 CEST 2015 - jbeulich@suse.com
- Fix patch headers of just updated Xen patches.
- commit 78a3079
-------------------------------------------------------------------
Tue Jun 2 12:42:50 CEST 2015 - jbeulich@suse.com
- Update Xen patches to 4.1-rc6.
- config.conf: Re-enabled Xen and PV configs.
- Update config files.
- commit 0447183
-------------------------------------------------------------------
Mon Jun 1 17:45:22 CEST 2015 - jeffm@suse.com
- config: restore FRAME_POINTER configs to pre-4.1-rc1 values
The disabling of the stack unwind patches due to required merging
ended up enabling FRAME_POINTER on some configs. Now that stack
unwinding is re-enabled, we can disable it again.
- commit e3d8f0a
-------------------------------------------------------------------
Mon Jun 1 16:59:19 CEST 2015 - jeffm@suse.com
- config: revert options initially selected by EXT4_ENCRYPTION
EXT4_ENCRYPTION was initially a bool, which caused anything
selected by it to be selected as =y even if EXT4 was =m.
We can restore the following options back to being modular:
- CRYPTO_CTS
- CRYPTO_ECB
- CRYPTO_GF128MUL
- CRYPTO_XTS
Other crypto-related options enabled in the v4.1-rc1 update are
a result of INTEGRITY=y and can't be returned to modular options
without also disabling INTEGRITY.
- commit 1c78a8e
-------------------------------------------------------------------
Mon Jun 1 16:21:11 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc6.
- commit 9abfb15
-------------------------------------------------------------------
Fri May 29 17:50:29 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc5.
- commit 5c5c1d1
-------------------------------------------------------------------
Fri May 29 17:00:18 CEST 2015 - tiwai@suse.de
- rtlwifi: rtl8192cu: Fix kernel deadlock (bnc#927786).
- commit ac67377
-------------------------------------------------------------------
Thu May 28 18:51:09 CEST 2015 - dmueller@suse.com
- arm64-0004-net-xgbe-Add-A0-silicon-support: adjust for gettime64/settime64
- commit 8f2a4d1
-------------------------------------------------------------------
Thu May 28 15:46:14 CEST 2015 - jslaby@suse.cz
- drm/radeon: retry dcpd fetch (bnc#931580).
- commit ad54361
-------------------------------------------------------------------
Thu May 28 12:49:08 CEST 2015 - jbeulich@suse.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
- Refresh patches.suse/stack-unwind.
- Delete
patches.arch/stack-unwind-cfi_ignore-takes-more-arguments,
patches.suse/no-frame-pointer-select,
patches.suse/unwind-remove-check-for-vdso32-compat-range:
All folded into base patch.
- Update config files.
- commit 4631e0c
-------------------------------------------------------------------
Mon May 25 10:05:13 CEST 2015 - tiwai@suse.de
@ -69,6 +210,14 @@ Tue May 19 17:29:15 CEST 2015 - dsterba@suse.cz
High user impact, should land in 4.1.
- commit 4f5e0d5
-------------------------------------------------------------------
Tue May 19 16:34:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc4.
- Config changes:
- armv7hl: SPI_FSL_DSPI=m
- commit 9c4ab6c
-------------------------------------------------------------------
Tue May 19 12:31:23 CEST 2015 - jslaby@suse.cz
@ -77,6 +226,14 @@ Tue May 19 12:31:23 CEST 2015 - jslaby@suse.cz
disabled. I.e. make it the same as on other configs/arches.
- commit 6355689
-------------------------------------------------------------------
Tue May 19 12:27:54 CEST 2015 - jslaby@suse.cz
- Update config files.
Unset PKCS7_TEST_KEY, so that SYSTEM_TRUSTED_KEYRING can stay
disabled. I.e. make it the same as on other configs/arches.
- commit c9bc255
-------------------------------------------------------------------
Mon May 18 09:19:31 CEST 2015 - jslaby@suse.cz
@ -90,6 +247,14 @@ Wed May 13 15:41:19 CEST 2015 - jslaby@suse.cz
- Linux 4.0.3.
- commit 3ee3773
-------------------------------------------------------------------
Mon May 11 16:10:08 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc3.
- Config changes:
- RTC_DRV_ABX80X=m
- commit b798b43
-------------------------------------------------------------------
Thu May 7 11:28:39 CEST 2015 - jslaby@suse.cz
@ -102,6 +267,120 @@ Thu May 7 11:28:39 CEST 2015 - jslaby@suse.cz
CONFIG_ARM64_ERRATUM_845719=y, the same as master.
- commit a425d38
-------------------------------------------------------------------
Thu May 7 08:21:57 CEST 2015 - jdelvare@suse.de
- config/armv7hl: Disable AMD_XGBE_PHY
The AMD XGBE ethernet chip is only used on ARM64 systems.
- commit 3541e77
-------------------------------------------------------------------
Wed May 6 10:39:25 CEST 2015 - dmueller@suse.com
- config: arm64: Reenable for 4.1
ACPI left disabled for now, Qualcom/Xen enabled,
rest synced with x86_64
- commit da874b0
-------------------------------------------------------------------
Mon May 4 17:21:54 CEST 2015 - jeffm@suse.com
- config: disable XGBE on non-ARM hardware
It's documented as being present only on AMD SoCs.
- commit a32d077
-------------------------------------------------------------------
Mon May 4 15:59:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc2.
- Config changes:
- CONFIG_EXT4_ENCRYPTION y->m (changed to tristate)
- commit d8dfb45
-------------------------------------------------------------------
Sat May 2 19:21:49 CEST 2015 - matwey.kornilov@gmail.com
- config: Reenable armv7hl for 4.1
Update armv7hl configs for 4.1
Generic options follow x86_64 ones.
CONFIG_DRM_I2C_NXP_TDA998X set to y as it is single known way to make video work on BBB
- commit 749ab51
-------------------------------------------------------------------
Fri May 1 22:19:51 CEST 2015 - jeffm@suse.com
- scripts/sequence-patch.sh, scripts/tar-up.sh: Fix detection of SKIP_XEN.
With the stricter checks to ensure all files in the repository are
referenced, it's no longer possible to comment out configs in
config.conf. It is possible to exclude them via rule, but then
scripts/guards --list will list them unconditionally. That breaks the
automatic no-xen handling. The fix is to use scripts/guards
$(scripts/arch-symbols --list) instead.
- commit fbf7f40
-------------------------------------------------------------------
Fri May 1 21:41:34 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc1.
- Xen needs updating.
- ARM configs need updating.
- Stack unwinding needs updating.
- 11 patches eliminated.
- Config changes:
- Generic:
- MULTIUSER=y (default)
- Networking
- 6LOWPAN_NHC=m
- 6LOWPAN_NHC_DEST=m
- 6LOWPAN_NHC_FRAGMENT=m
- 6LOWPAN_NHC_HOP=m
- 6LOWPAN_NHC_IPV6=m
- 6LOWPAN_NHC_MOBILITY=m
- 6LOWPAN_NHC_ROUTING=m
- 6LOWPAN_NHC_UDP=m
- MPLS_ROUTING=m
- BT_DEBUGFS=n
- Driver options:
- BT_HCIBTUSB
- BT_HCIBTUSB_BCM=y
- BT_HCIUART
- BT_HCIUART_INTEL=y
- BT_HCIUART_BCM=y
- TARGET_CORE
- TCM_USER2=m
- CHELSIO_T4
- CHELSIO_T4_FCOE=y
- MOUSE_PS2
- MOUSE_PS2_VMMOUSE=y
- New modules:
- TOUCHSCREEN_CHIPONE_ICN8318=m
- TOUCHSCREEN_SX8654=m
- NFC_NXP_NCI=m
- NFC_NXP_NCI_I2C=m
- Storage:
- BLK_DEV_PMEM=m
- MD_CLUSTER=m
- DM_MQ_DEFAULT=n (needs performance testing)
- DM_LOG_WRITES=m
- MTD_PARTITIONED_MASTER=y
- x86/x86_64:
- SCHED_OMIT_FRAME_POINTER=y (only because unwinding needs updating)
- X86_PMEM_LEGACY=y (compatibility)
- MFD_INTEL_QUARK_I2C_GPIO=m
- PINCTRL_AMD=y
- ARM (disabled):
- MACB=n
- KEYBOARD_BCM=n
- TCG_TIS_ST33ZP24=n
- SPI_CADENCE=n
- GPIO_ALTERA=n
- GPIO_DWAPB=n
- POWER_RESET_SYSCON_POWEROFF=n
- CADENCE_WATCHDOG=n
- MFD_MAX77843=n
- MFD_MT6397=n
- commit e5a9df9
-------------------------------------------------------------------
Wed Apr 29 15:52:57 CEST 2015 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 23 04:44:59 CEST 2015 - jeffm@suse.com
- Update to 4.1-final.
- commit d6cfe1f
-------------------------------------------------------------------
Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
@ -5,7 +11,11 @@ Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
addressing (bnc#907092).
- x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
(bnc#907092).
- commit 80f6bcd
- x86/PCI: Use host bridge _CRS info on systems with >32 bit
addressing (bnc#907092).
- x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
(bnc#907092).
- commit 1d9da2e
-------------------------------------------------------------------
Thu Jun 18 17:11:04 CEST 2015 - dsterba@suse.cz
@ -21,6 +31,24 @@ Thu Jun 18 17:11:04 CEST 2015 - dsterba@suse.cz
- Btrfs: send, add missing check for dead clone root.
- commit 56152db
-------------------------------------------------------------------
Tue Jun 16 16:03:55 CEST 2015 - tiwai@suse.de
- Enable brcmfmac driver for x86-64 and i586 (boo#934932)
- commit 3e79c51
-------------------------------------------------------------------
Mon Jun 15 15:46:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc8.
- commit d3aa377
-------------------------------------------------------------------
Fri Jun 12 15:40:32 CEST 2015 - tiwai@suse.de
- Update config files: extend CONFIG_DPM_WATCHDOG_TIMEOUT to 60 (bnc#934397)
- commit b3acd3f
-------------------------------------------------------------------
Fri Jun 12 15:39:21 CEST 2015 - tiwai@suse.de
@ -31,7 +59,16 @@ Fri Jun 12 15:39:21 CEST 2015 - tiwai@suse.de
Fri Jun 12 11:50:05 CEST 2015 - jslaby@suse.cz
- mmc: sdhci: fix low memory corruption (bnc#934531).
- commit 0e899eb
- commit ea963c7
-------------------------------------------------------------------
Tue Jun 9 21:02:26 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc7.
- Config changes:
- arm64/armv7hl:
- PHY_QCOM_UFS=m
- commit abe587d
-------------------------------------------------------------------
Mon Jun 8 11:07:06 CEST 2015 - jslaby@suse.cz
@ -43,18 +80,122 @@ Mon Jun 8 11:07:06 CEST 2015 - jslaby@suse.cz
- Delete patches.fixes/rtlwifi-rtl8192cu-Fix-kernel-deadlock.
- commit f4cd21b
-------------------------------------------------------------------
Sat Jun 6 23:38:38 CEST 2015 - dirk@dmllr.de
- ARM: config: Sync more settings with x86_64
Compile in modules that are =y on x86_64, remove modules
that are not compiled on x86_64
- commit d36ab59
-------------------------------------------------------------------
Sat Jun 6 23:03:52 CEST 2015 - dirk@dmllr.de
- config: armv7hl: Disable CONFIG_FW_LOADER_USER_HELPER_FALLBACK
Only needed by DRM_STI, which we don't need, so disable
it alltogether (it isn't configured in userspace anyway
and deprecated)
- commit 6ad70fc
-------------------------------------------------------------------
Sat Jun 6 23:02:13 CEST 2015 - dirk@dmllr.de
- config: armv7hl: Disable DECNET
DECNET is not enabled on any other arch either
and we don't need it
- commit ec172d8
-------------------------------------------------------------------
Sat Jun 6 23:00:43 CEST 2015 - dirk@dmllr.de
- armv6hl: config: Reenable for 4.1
Generic options follow x86_64 ones.
- commit 1d5f3b2
-------------------------------------------------------------------
Tue Jun 2 13:40:10 CEST 2015 - jbeulich@suse.com
- Fix patch headers of just updated Xen patches.
- commit 78a3079
-------------------------------------------------------------------
Tue Jun 2 12:42:50 CEST 2015 - jbeulich@suse.com
- Update Xen patches to 4.1-rc6.
- config.conf: Re-enabled Xen and PV configs.
- Update config files.
- commit 0447183
-------------------------------------------------------------------
Mon Jun 1 17:45:22 CEST 2015 - jeffm@suse.com
- config: restore FRAME_POINTER configs to pre-4.1-rc1 values
The disabling of the stack unwind patches due to required merging
ended up enabling FRAME_POINTER on some configs. Now that stack
unwinding is re-enabled, we can disable it again.
- commit e3d8f0a
-------------------------------------------------------------------
Mon Jun 1 16:59:19 CEST 2015 - jeffm@suse.com
- config: revert options initially selected by EXT4_ENCRYPTION
EXT4_ENCRYPTION was initially a bool, which caused anything
selected by it to be selected as =y even if EXT4 was =m.
We can restore the following options back to being modular:
- CRYPTO_CTS
- CRYPTO_ECB
- CRYPTO_GF128MUL
- CRYPTO_XTS
Other crypto-related options enabled in the v4.1-rc1 update are
a result of INTEGRITY=y and can't be returned to modular options
without also disabling INTEGRITY.
- commit 1c78a8e
-------------------------------------------------------------------
Mon Jun 1 16:21:11 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc6.
- commit 9abfb15
-------------------------------------------------------------------
Fri May 29 17:50:29 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc5.
- commit 5c5c1d1
-------------------------------------------------------------------
Fri May 29 17:00:18 CEST 2015 - tiwai@suse.de
- rtlwifi: rtl8192cu: Fix kernel deadlock (bnc#927786).
- commit ac67377
-------------------------------------------------------------------
Thu May 28 18:51:09 CEST 2015 - dmueller@suse.com
- arm64-0004-net-xgbe-Add-A0-silicon-support: adjust for gettime64/settime64
- commit 8f2a4d1
-------------------------------------------------------------------
Thu May 28 15:46:14 CEST 2015 - jslaby@suse.cz
- drm/radeon: retry dcpd fetch (bnc#931580).
- commit ad54361
-------------------------------------------------------------------
Thu May 28 12:49:08 CEST 2015 - jbeulich@suse.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
- Refresh patches.suse/stack-unwind.
- Delete
patches.arch/stack-unwind-cfi_ignore-takes-more-arguments,
patches.suse/no-frame-pointer-select,
patches.suse/unwind-remove-check-for-vdso32-compat-range:
All folded into base patch.
- Update config files.
- commit 4631e0c
-------------------------------------------------------------------
Mon May 25 10:05:13 CEST 2015 - tiwai@suse.de
@ -69,6 +210,14 @@ Tue May 19 17:29:15 CEST 2015 - dsterba@suse.cz
High user impact, should land in 4.1.
- commit 4f5e0d5
-------------------------------------------------------------------
Tue May 19 16:34:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc4.
- Config changes:
- armv7hl: SPI_FSL_DSPI=m
- commit 9c4ab6c
-------------------------------------------------------------------
Tue May 19 12:31:23 CEST 2015 - jslaby@suse.cz
@ -77,6 +226,14 @@ Tue May 19 12:31:23 CEST 2015 - jslaby@suse.cz
disabled. I.e. make it the same as on other configs/arches.
- commit 6355689
-------------------------------------------------------------------
Tue May 19 12:27:54 CEST 2015 - jslaby@suse.cz
- Update config files.
Unset PKCS7_TEST_KEY, so that SYSTEM_TRUSTED_KEYRING can stay
disabled. I.e. make it the same as on other configs/arches.
- commit c9bc255
-------------------------------------------------------------------
Mon May 18 09:19:31 CEST 2015 - jslaby@suse.cz
@ -90,6 +247,14 @@ Wed May 13 15:41:19 CEST 2015 - jslaby@suse.cz
- Linux 4.0.3.
- commit 3ee3773
-------------------------------------------------------------------
Mon May 11 16:10:08 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc3.
- Config changes:
- RTC_DRV_ABX80X=m
- commit b798b43
-------------------------------------------------------------------
Thu May 7 11:28:39 CEST 2015 - jslaby@suse.cz
@ -102,6 +267,120 @@ Thu May 7 11:28:39 CEST 2015 - jslaby@suse.cz
CONFIG_ARM64_ERRATUM_845719=y, the same as master.
- commit a425d38
-------------------------------------------------------------------
Thu May 7 08:21:57 CEST 2015 - jdelvare@suse.de
- config/armv7hl: Disable AMD_XGBE_PHY
The AMD XGBE ethernet chip is only used on ARM64 systems.
- commit 3541e77
-------------------------------------------------------------------
Wed May 6 10:39:25 CEST 2015 - dmueller@suse.com
- config: arm64: Reenable for 4.1
ACPI left disabled for now, Qualcom/Xen enabled,
rest synced with x86_64
- commit da874b0
-------------------------------------------------------------------
Mon May 4 17:21:54 CEST 2015 - jeffm@suse.com
- config: disable XGBE on non-ARM hardware
It's documented as being present only on AMD SoCs.
- commit a32d077
-------------------------------------------------------------------
Mon May 4 15:59:12 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc2.
- Config changes:
- CONFIG_EXT4_ENCRYPTION y->m (changed to tristate)
- commit d8dfb45
-------------------------------------------------------------------
Sat May 2 19:21:49 CEST 2015 - matwey.kornilov@gmail.com
- config: Reenable armv7hl for 4.1
Update armv7hl configs for 4.1
Generic options follow x86_64 ones.
CONFIG_DRM_I2C_NXP_TDA998X set to y as it is single known way to make video work on BBB
- commit 749ab51
-------------------------------------------------------------------
Fri May 1 22:19:51 CEST 2015 - jeffm@suse.com
- scripts/sequence-patch.sh, scripts/tar-up.sh: Fix detection of SKIP_XEN.
With the stricter checks to ensure all files in the repository are
referenced, it's no longer possible to comment out configs in
config.conf. It is possible to exclude them via rule, but then
scripts/guards --list will list them unconditionally. That breaks the
automatic no-xen handling. The fix is to use scripts/guards
$(scripts/arch-symbols --list) instead.
- commit fbf7f40
-------------------------------------------------------------------
Fri May 1 21:41:34 CEST 2015 - jeffm@suse.com
- Update to 4.1-rc1.
- Xen needs updating.
- ARM configs need updating.
- Stack unwinding needs updating.
- 11 patches eliminated.
- Config changes:
- Generic:
- MULTIUSER=y (default)
- Networking
- 6LOWPAN_NHC=m
- 6LOWPAN_NHC_DEST=m
- 6LOWPAN_NHC_FRAGMENT=m
- 6LOWPAN_NHC_HOP=m
- 6LOWPAN_NHC_IPV6=m
- 6LOWPAN_NHC_MOBILITY=m
- 6LOWPAN_NHC_ROUTING=m
- 6LOWPAN_NHC_UDP=m
- MPLS_ROUTING=m
- BT_DEBUGFS=n
- Driver options:
- BT_HCIBTUSB
- BT_HCIBTUSB_BCM=y
- BT_HCIUART
- BT_HCIUART_INTEL=y
- BT_HCIUART_BCM=y
- TARGET_CORE
- TCM_USER2=m
- CHELSIO_T4
- CHELSIO_T4_FCOE=y
- MOUSE_PS2
- MOUSE_PS2_VMMOUSE=y
- New modules:
- TOUCHSCREEN_CHIPONE_ICN8318=m
- TOUCHSCREEN_SX8654=m
- NFC_NXP_NCI=m
- NFC_NXP_NCI_I2C=m
- Storage:
- BLK_DEV_PMEM=m
- MD_CLUSTER=m
- DM_MQ_DEFAULT=n (needs performance testing)
- DM_LOG_WRITES=m
- MTD_PARTITIONED_MASTER=y
- x86/x86_64:
- SCHED_OMIT_FRAME_POINTER=y (only because unwinding needs updating)
- X86_PMEM_LEGACY=y (compatibility)
- MFD_INTEL_QUARK_I2C_GPIO=m
- PINCTRL_AMD=y
- ARM (disabled):
- MACB=n
- KEYBOARD_BCM=n
- TCG_TIS_ST33ZP24=n
- SPI_CADENCE=n
- GPIO_ALTERA=n
- GPIO_DWAPB=n
- POWER_RESET_SYSCON_POWEROFF=n
- CADENCE_WATCHDOG=n
- MFD_MAX77843=n
- MFD_MT6397=n
- commit e5a9df9
-------------------------------------------------------------------
Wed Apr 29 15:52:57 CEST 2015 - jslaby@suse.cz

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 4.0
%define patchversion 4.0.5
%define srcversion 4.1
%define patchversion 4.1.0
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@ Name: kernel-xen
Summary: The Xen Kernel
License: GPL-2.0
Group: System/Kernel
Version: 4.0.5
Version: 4.1.0
%if 0%{?is_kotd}
Release: <RELEASE>.g80f6bcd
Release: <RELEASE>.gfcf8349
%else
Release: 0
%endif

3
linux-4.1.tar.xz Normal file
View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b14f0bdaec8792214ecc442a7edee86ca629dc7f95dbd1cfb028f414637973ee
size 211713
oid sha256:4f00788162245f90f677db24dd52adcc2576430505f6ec1e2b694487760ff856
size 204770

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6b50ac714529badc0bcc8ac8556570450fbc87617e363ef19f69ddd3dfec5da6
size 20168
oid sha256:1524380e2326827d0e0333010f20354f5e346ccbe3488f8a2d95271be48db389
size 13974

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

Binary file not shown.

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe7eaca068e28a2aa4d88de0940b4d863546bc8efa5b1019055425db35080d3c
size 2542
oid sha256:2701624dda88e3c1726f97dda4f8e70ea42a7b63a55ac8a2faf69d64de5c3919
size 2525

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59da35dc99c7088f649932952832d7dcd4e392a34a68529c1e9147ca6b840842
size 47732
oid sha256:9032078d96733922971e37e7aa8d29b84af5fd3f437f0f2ef257798a2ccf22ba
size 47181

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc905d7df34d6904bb319d6894272416eff2f2589c8ef5adfcee7fab61247596
size 2218416
oid sha256:603899e6f9d089e589cb8d89ced2e312ca607866e4060434384bc68960e8ba57
size 2213886

View File

@ -27,12 +27,6 @@
# DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/patch-4.0.1
patches.kernel.org/patch-4.0.1-2
patches.kernel.org/patch-4.0.2-3
patches.kernel.org/patch-4.0.3-4
patches.kernel.org/revert-xen-xenbus-Update-xenbus-event-channel-on-res.patch
patches.kernel.org/patch-4.0.4-5
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -168,14 +162,11 @@
patches.arch/arm-exynos-dwmmc-modalias.patch
patches.arch/arm64-0001-usb-Add-support-for-Synopsis-H20AHB-EHCI-host-contro.patch
patches.arch/arm64-0002-usb-fix-hcd-h20ahb-driver-depends.patch
patches.arch/arm64-0003-KVM-ARM-Add-arm-gic-400-compatible-support.patch
patches.arch/arm64-0004-net-xgbe-Add-A0-silicon-support.patch
patches.arch/arm64-0005-arm64-dts-Add-X-Gene-reboot-driver-dts-node.patch
patches.arch/arm64-0006-arm64-Select-reboot-driver-for-X-Gene-platform.patch
patches.arch/arm64-0007-arm64-Do-not-call-enable-PCI-resources-when-specify-.patch
patches.arch/arm64-0010-KVM-ARM-Hack-to-enable-VGIC-mapping-on-64k-PAGE_SIZE.patch
patches.arch/arm64-0011-Enable-CONFIG_COMPAT-also-for-64k-page-size.patch
patches.arch/arm64-0012-fix-mmap2-compat-syscall.patch
# Generic PCIe host bridge, necessary for QEMU and Seattle, upstreaming wip
patches.arch/arm64-gpex-0001-device-core-Introduce-per-device-MSI-domain-pointer.patch
@ -188,13 +179,6 @@
patches.arch/arm64-gpex-0008-PCI-MSI-of-Allow-msi_domain-lookup-using-the-PHB-nod.patch
patches.arch/arm64-gpex-0009-pci-Enable-pci-host-generic-support-for-ARM64.patch
# DMA Cache coherency fixups with PCIe, necessary for m400, all are backports from 4.1
patches.arch/arm64-pci-0001-of-pci-Add-of_pci_dma_configure-to-update-DMA-config.patch
patches.arch/arm64-pci-0002-PCI-Update-DMA-configuration-from-DT.patch
patches.arch/arm64-pci-0003-PCI-Add-helper-functions-pci_get-put-_host_bridge_de.patch
patches.arch/arm64-pci-0004-of-iommu-Add-ptr-to-OF-node-arg-to-of_iommu_configur.patch
patches.arch/arm64-pci-0005-of-Move-of_dma_configure-to-device.c-to-help-re-use.patch
patches.arch/arm64-pci-0006-of-Fix-size-when-dma-range-is-not-used.patch
########################################################
# S/390
@ -280,14 +264,6 @@
# btrfs
########################################################
patches.suse/btrfs-use-correct-device-for-maps.patch
patches.fixes/btrfs-revert-delete-chunk-allocation.patch
patches.fixes/btrfs-0001-send-add-missing-check-for-dead-clone-root.patch
patches.fixes/btrfs-0002-send-don-t-leave-without-decrementing-clone-ro.patch
patches.fixes/btrfs-0003-incorrect-handling-for-fiemap_fill_next_extent.patch
patches.fixes/btrfs-0004-cleanup-orphans-while-looking-up-default-subvo.patch
patches.fixes/btrfs-0005-fix-range-cloning-when-same-inode-used-as-sour.patch
patches.fixes/btrfs-0006-fix-uninit-variable-in-clone-ioctl.patch
patches.fixes/btrfs-0007-fix-regression-in-raid-level-conversion.patch
########################################################
# Reiserfs Patches
@ -372,7 +348,6 @@
# DRM/Video
########################################################
+jeffm patches.fixes/nouveau-fix-race-with-fence-signaling
patches.fixes/drm-nouveau-bios-fix-fetching-from-acpi-on-certain-s
########################################################
# video4linux
@ -491,12 +466,9 @@
# Other patches for debugging
########################################################
patches.suse/crasher-26.diff
patches.suse/stack-unwind
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops
patches.suse/unwind-remove-check-for-vdso32-compat-range
patches.suse/no-frame-pointer-select
patches.suse/stack-unwind
patches.arch/x86_64-unwind-annotations
patches.arch/stack-unwind-cfi_ignore-takes-more-arguments
########################################################
# Kdump
@ -620,13 +592,12 @@
patches.xen/xen3-patch-3.18
patches.xen/xen3-patch-3.19
patches.xen/xen3-patch-4.0
patches.xen/xen3-patch-4.1-rc6
# ports of other patches
patches.xen/xen3-stack-unwind
patches.xen/xen3-x86_64-unwind-annotations
# bugfixes and enhancements
patches.xen/xen-hypercall-symbols
patches.xen/xen-sys-suspend
patches.xen/xen-ipi-per-cpu-irq
patches.xen/xen-virq-per-cpu-irq

View File

@ -1,3 +1,3 @@
2015-06-18 18:07:57 +0200
GIT Revision: 80f6bcd918b47a1f6ec03dd4c1170cc18ebd2cab
2015-06-23 11:26:39 +0200
GIT Revision: fcf834967da38723f991cc0b2066ad617ea4318d
GIT Branch: stable