commit b8e7496f962d8c45592170e139f22e7c5d4dea63

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=706
This commit is contained in:
Jiri Slaby 2017-07-04 06:15:50 +00:00 committed by Git OBS Bridge
parent e56aa9318a
commit 41ea513150
44 changed files with 7322 additions and 182 deletions

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f4fe2c1a213de93dd5da92758209164b3beab73d30aeedd238c01d07dd3d7914
size 171573
oid sha256:010db75c130210b7335b75e31d93b37676d1c5e0109adaa2911eea434a680a20
size 173687

View File

@ -1,15 +1,49 @@
-------------------------------------------------------------------
Tue Jul 4 08:03:22 CEST 2017 - jslaby@suse.cz
- Update to 4.12-final.
- commit f35ee68
-------------------------------------------------------------------
Mon Jul 3 11:36:04 CEST 2017 - jslaby@suse.cz
- objtool: Silence warnings for functions which use IRET
(bnc#1018348).
- Update config files.
- Refresh
patches.suse/0002-dwarf-do-not-throw-away-unwind-info.patch.
Push the new version of unDWARF unwinder which is now called Orc. The
first 4 patches were accepted to the -tip tree, so they are marked
appropriatelly.
- commit 48ca048
-------------------------------------------------------------------
Thu Jun 29 16:37:33 CEST 2017 - jslaby@suse.cz
- Linux 4.11.8 (bnc#1012628).
- commit 42bd7a0
-------------------------------------------------------------------
Mon Jun 26 17:10:55 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc7.
- commit aec31ef
-------------------------------------------------------------------
Mon Jun 26 08:56:10 CEST 2017 - jslaby@suse.cz
- tty: Fix ldisc crash on reopened tty (bnc#1043488).
- commit 53c91b6
-------------------------------------------------------------------
Sun Jun 25 21:17:28 CEST 2017 - afaerber@suse.de
- config: ARM: Consistently enable SPI_GPIO
Bit-banging is needed when a SoC doesn't support native SPI or when such
drivers are missing. SPI_GPIO was enabled for armv6hl and armv7hl default,
but missing for armv7hl lpae and arm64. Set CONFIG_SPI_GPIO=m consistently.
- commit 8750062
-------------------------------------------------------------------
Sat Jun 24 09:54:41 CEST 2017 - jslaby@suse.cz
@ -23,6 +57,13 @@ Fri Jun 23 09:04:17 CEST 2017 - jslaby@suse.cz
(bnc#1045105).
- commit d61c66b
-------------------------------------------------------------------
Thu Jun 22 22:48:39 CEST 2017 - jeffm@suse.com
- reiserfs: don't preallocate blocks for extended attributes
(bsc#990682).
- commit ffd9401
-------------------------------------------------------------------
Thu Jun 22 22:46:00 CEST 2017 - jeffm@suse.com
@ -38,6 +79,39 @@ Thu Jun 22 21:01:50 CEST 2017 - jeffm@suse.com
- reiserfs: Make cancel_old_flush() reliable (bsc#1037795).
- commit 5e3bb37
-------------------------------------------------------------------
Thu Jun 22 16:44:14 CEST 2017 - jeffm@suse.com
- config: VGACON_SOFT_SCROLLBACK_SIZE=128 (FATE#307471).
This doubles the scrollback buffer on VGA consoles with only a little
bit of memory cost.
- commit b8a18f3
-------------------------------------------------------------------
Thu Jun 22 09:56:51 CEST 2017 - jslaby@suse.cz
- x86/unwind: add undwarf unwinder (bnc#1018348).
- Refresh
patches.suse/0001-objtool-move-checking-code-to-check.c.patch.
- Refresh patches.suse/0003-objtool-stack-validation-2.0.patch.
- Refresh
patches.suse/0004-objtool-add-undwarf-debuginfo-generation.patch.
- Delete
patches.suse/0008-extable-rename-sortextable-script-to-sorttable.patch.
- Delete
patches.suse/0009-extable-add-undwarf-table-sorting-ability-to-sorttab.patch.
- Delete patches.suse/0010-x86-unwind-add-undwarf-unwinder.patch.
Refresh the UNDWARF unwinder according to usptream reviews. And add
few fixes fro DRAP sequences again and handle more exceptions.
- commit 31d141e
-------------------------------------------------------------------
Tue Jun 20 20:58:13 CEST 2017 - jeffm@suse.com
- btrfs: serialize subvolume mounts with potentially mismatching
rw flags (bsc#951844 bsc#1024015).
- commit 638ee5d
-------------------------------------------------------------------
Tue Jun 20 17:58:56 CEST 2017 - jjolly@suse.de
@ -45,6 +119,19 @@ Tue Jun 20 17:58:56 CEST 2017 - jjolly@suse.de
- config.conf: Added s390x zfcpdump kernel
- commit 9bfc6ab
-------------------------------------------------------------------
Tue Jun 20 16:26:53 CEST 2017 - jjolly@suse.de
- Update config files.
- config.conf: Added s390x zfcpdump kernel
- commit 5162e6c
-------------------------------------------------------------------
Tue Jun 20 14:22:42 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc6.
- commit 4d2b302
-------------------------------------------------------------------
Tue Jun 20 14:19:08 CEST 2017 - jeffm@suse.com
@ -52,6 +139,12 @@ Tue Jun 20 14:19:08 CEST 2017 - jeffm@suse.com
(bsc#1028286 bsc#1017461 bsc#1036171).
- commit 7d41685
-------------------------------------------------------------------
Tue Jun 20 12:17:15 CEST 2017 - mmarek@suse.com
- Only set CONFIG_GCC_PLUGINS=y in kernel-syzkaller (boo#1043591)
- commit 1fffb22
-------------------------------------------------------------------
Tue Jun 20 11:01:58 CEST 2017 - mmarek@suse.com
@ -107,6 +200,13 @@ Tue Jun 13 15:51:25 CEST 2017 - mmarek@suse.com
... instead of relying on find-provides.ksyms to do it (bsc#981083).
- commit b1fe840
-------------------------------------------------------------------
Mon Jun 12 18:40:31 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc5.
- Eliminated 1 patch.
- commit 270295f
-------------------------------------------------------------------
Mon Jun 12 16:30:47 CEST 2017 - mmarek@suse.com
@ -156,11 +256,47 @@ Wed Jun 7 17:14:28 CEST 2017 - jslaby@suse.cz
patches.fixes/sctp-do-not-inherit-ipv6_-mc-ac-fl-_list-from-parent.patch.
- commit cba98ee
-------------------------------------------------------------------
Wed Jun 7 10:08:05 CEST 2017 - mkubecek@suse.cz
- Update upstream reference:
patches.fixes/virtio_net-lower-limit-on-buffer-size.patch.
- commit 922d3e3
-------------------------------------------------------------------
Tue Jun 6 12:45:39 CEST 2017 - jslaby@suse.cz
- tty: handle the case where we cannot restore a line discipline
(bnc#1042878).
- commit 9273e2f
-------------------------------------------------------------------
Tue Jun 6 12:41:20 CEST 2017 - mkubecek@suse.cz
- usb/early: Remove trace_printk() callers in xhci-dbc
(bsc#1042295).
- commit 52a1432
-------------------------------------------------------------------
Tue Jun 6 12:27:55 CEST 2017 - mkubecek@suse.cz
- virtio_net: lower limit on buffer size (bsc#1042717).
- commit a3aa4ed
-------------------------------------------------------------------
Tue Jun 6 11:15:29 CEST 2017 - jslaby@suse.cz
- Update config files.
Disable CONFIG_DRM_I915_WERROR, i.e. -Werror in i915. It causes build
failures in -syzkaller flavor due to a bit oversized frames:
drivers/gpu/drm/i915/intel_dpll_mgr.c:1548:1: error: the frame size of 2240 bytes is larger than 2048 bytes
- commit 5fc7b32
-------------------------------------------------------------------
Tue Jun 6 09:28:09 CEST 2017 - mkubecek@suse.cz
- series.conf: better section label (networking core)
- commit 3a35823
- commit 05ee05a
-------------------------------------------------------------------
Tue Jun 6 09:24:50 CEST 2017 - mkubecek@suse.cz
@ -196,12 +332,43 @@ Mon Jun 5 13:54:42 CEST 2017 - jslaby@suse.cz
Fix References tags.
- commit bf7afe3
-------------------------------------------------------------------
Mon Jun 5 09:34:29 CEST 2017 - jslaby@suse.cz
- Refresh
patches.suse/0002-objtool-x86-add-several-functions-and-files-to-the-o.patch.
- Refresh patches.suse/0003-objtool-stack-validation-2.0.patch.
- Refresh
patches.suse/0004-objtool-add-undwarf-debuginfo-generation.patch.
- Refresh
patches.suse/0005-objtool-x86-add-facility-for-asm-code-to-provide-CFI.patch.
Handle more DRAP sequences correctly.
- commit 0a00faf
-------------------------------------------------------------------
Mon Jun 5 09:17:02 CEST 2017 - msuchanek@suse.de
- kernel-binary.spec: Propagate MAKE_ARGS to %build (bsc#1012422)
- commit 6171b7a
-------------------------------------------------------------------
Mon Jun 5 03:24:25 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc4.
- Eliminated 1 patch.
- commit f198de4
-------------------------------------------------------------------
Fri Jun 2 19:28:12 CEST 2017 - afaerber@suse.de
- rpm/dtb.spec.in.in: Fix new include path
Commit 89de3db69113d58cdab14d2c777de6080eac49dc ("rpm/dtb.spec.in.in:
Update include path for dt-bindings") introduced an additional include
path for 4.12. The commit message had it correct, but the spec file
template lacked a path component, breaking the aarch64 build while
succeeding on armv7hl. Fix that.
- commit 36b7480
-------------------------------------------------------------------
Fri Jun 2 11:40:55 CEST 2017 - mmarek@suse.com
@ -209,6 +376,57 @@ Fri Jun 2 11:40:55 CEST 2017 - mmarek@suse.com
These are empty in current branches.
- commit 742f1d0
-------------------------------------------------------------------
Wed May 31 14:43:33 CEST 2017 - afaerber@suse.de
- rpm/dtb.spec.in.in: Update include path for dt-bindings
Kernels before 4.12 had arch/{arm,arm64}/boot/dts/include/ directories
with a symlink to include/dt-bindings/.
In 4.12 those include/ directories were dropped.
Therefore use include/ directly.
Additionally some cross-architecture .dtsi reuse was introduced, which
requires scripts/dtc/include-prefixes/ that didn't exist on older kernels.
- commit 89de3db
-------------------------------------------------------------------
Wed May 31 11:31:40 CEST 2017 - jslaby@suse.cz
- objtool: move checking code to check.c (bnc#1018348).
- objtool, x86: add several functions and files to the objtool
whitelist (bnc#1018348).
- objtool: stack validation 2.0 (bnc#1018348).
- objtool: add undwarf debuginfo generation (bnc#1018348).
- objtool, x86: add facility for asm code to provide CFI hints
(bnc#1018348).
- x86/entry: add CFI hint undwarf annotations (bnc#1018348).
- x86/asm: add CFI hint annotations to sync_core() (bnc#1018348).
- extable: rename 'sortextable' script to 'sorttable'
(bnc#1018348).
- extable: add undwarf table sorting ability to sorttable script
(bnc#1018348).
- x86/unwind: add undwarf unwinder (bnc#1018348).
- Delete patches.arch/x86_64-unwind-annotations.
- Update config files.
Switch from DWARF to unDWARF. This is the way upstream wants us to go.
We can drop patches.arch/x86_64-unwind-annotations now as it is
superseded by the patchset:
1) Objtool generates info for assembly now.
2) Manual annotations are put to places where objtool gets lost.
This version is RFC submitted upstream.
DWARF unwinder is not dropped on the floor yet, just commented out.
Let's see how this works out and drop it then. So far both
task-context and the interrupt-context traces look good (TM).
unDWARF is supported only on x86_64 so far.
- commit ac3e118
-------------------------------------------------------------------
Tue May 30 21:55:44 CEST 2017 - bpoirier@suse.com
- Refresh
patches.drivers/e1000e-Don-t-return-uninitialized-stats.patch.
Update link.
- commit fe56f0b
-------------------------------------------------------------------
Tue May 30 21:53:42 CEST 2017 - bpoirier@suse.com
@ -217,6 +435,38 @@ Tue May 30 21:53:42 CEST 2017 - bpoirier@suse.com
Fix incorrect tag.
- commit 7bbd095
-------------------------------------------------------------------
Tue May 30 16:15:33 CEST 2017 - afaerber@suse.de
- config: armv7hl: Update to v4.12-rc3
- commit 8cfaade
-------------------------------------------------------------------
Tue May 30 15:44:48 CEST 2017 - afaerber@suse.de
- config: armv6hl: Update to v4.12-rc3
- commit f8dbef0
-------------------------------------------------------------------
Tue May 30 15:27:37 CEST 2017 - afaerber@suse.de
- config: arm64: Update to v4.12-rc3
Harmonize the display drivers while at it.
- commit 305b5bb
-------------------------------------------------------------------
Mon May 29 16:53:26 CEST 2017 - mkubecek@suse.cz
- drm/i915: Fix new -Wint-in-bool-context gcc compiler warning.
- commit d41a006
-------------------------------------------------------------------
Mon May 29 14:47:53 CEST 2017 - mkubecek@suse.cz
- Update to 4.12-rc3.
- Eliminated 1 patch.
- commit 383e7eb
-------------------------------------------------------------------
Mon May 29 02:20:12 CEST 2017 - neilb@suse.com
@ -232,8 +482,170 @@ Fri May 26 10:38:38 CEST 2017 - afaerber@suse.de
- config: arm64: Make PINCTRL_SINGLE built-in
This fixes serial console on the HiKey board (bsc#1040492).
(cherry picked from commit 02f57029be80cfec078617f5dbb4022ea5931ac3)
- config: arm64: Make PINCTRL_SINGLE built-in
This fixes serial console on the HiKey board (bsc#1040492).
- commit 36186ce
-------------------------------------------------------------------
Fri May 26 10:25:31 CEST 2017 - mkubecek@suse.cz
- Update to 4.12-rc2
- Eliminated 32 patches.
- ARM configs need updating.
- OSS (sound) support marked broken
- Config changes:
- Kernel hacking:
- EARLY_PRINTK_USB_XDBC=y
- Block:
- BFQ_GROUP_IOSCHED=y
- BLK_DEV_THROTTLING_LOW=n (experimental)
- DM_INTEGRITY=m
- IOSCHED_BFQ=y
- MQ_IOSCHED_KYBER=y
- Filesystems:
- UBIFS_FS_SECURITY=y
- Networking:
- NET_9P_XEN=m
- NET_SCH_DEFAULT=n (for custom builds)
- Network drivers:
- BT_HCIUART_NOKIA=m
- CAN_HI311X=m
- CAN_MCBA_USB=m
- CAN_PEAK_PCIEFD=m
- CAN_VXCAN=m
- DWC_XLGMAC=m
- DWC_XLGMAC_PCI=m
- IEEE802154_CA8210=m
- IEEE802154_CA8210_DEBUGFS=n
- MDIO_DEVICE=m
- MLX5_CORE_IPOIB=y
- NET_VENDOR_SYNOPSYS=y
- RTL8723BS=m
- TIGON3_HWMON=y
- VSOCKMON=m
- DRM:
- BACKLIGHT_ARCXCNN=m
- DM_INTEGRITY=m
- DRM_FBDEV_OVERALLOC=100 (default)
- DRM_I915_DEBUG_VBLANK_EVADE=n (driver debugging)
- DRM_I915_LOW_LEVEL_TRACEPOINTS=n (driver debugging)
- DRM_I915_SELFTEST=n (driver debugging)
- Sound:
- SND_FIREFACE=m
- SND_FIREWIRE_MOTU=m
- SND_I2S_HI6210_I2S=m
- SND_SOC_ADAU1761_I2C=n
- SND_SOC_ADAU1761_SPI=n
- SND_SOC_CS35L35=m
- SND_SOC_DA7213=m
- SND_SOC_DIO2125=n
- SND_SOC_ES7134=n
- SND_SOC_INTEL_BYT_CHT_DA7213_MACH=m
- SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=m
- SND_SOC_MAX98927=n
- SND_SOC_NAU8824=m
- PCI:
- PCI_ENDPOINT=y
- PCI_ENDPOINT_CONFIGFS=n
- PCI_ENDPOINT_TEST=m
- PCI_EPF_TEST=m
- PCI_SW_SWITCHTEC=m
- USB:
- TYPEC_FUSB302=m
- TYPEC_TCPCI=m
- TYPEC_TCPM=m
- TYPEC_WCOVE=m
- USB_PCI=y
- NVM:
- NVM_PBLK=m
- Power supply:
- BATTERY_AXP20X=m
- CHARGER_AXP20X=m
- Multimedia:
- CEC_PLATFORM_DRIVERS=y
- IR_SIR=m (renamed LIRC_SIR)
- MEDIA_CEC_RC=y
- USB_RAINSHADOW_CEC=m
- VIDEO_OV2640=m (renamed SOC_CAMERA_OV2640)
- Input:
- JOYSTICK_PSXPAD_SPI=m
- JOYSTICK_PSXPAD_SPI_FF=y
- MOUSE_PS2_SYNAPTICS_SMBUS=y
- TOUCHSCREEN_TSC2007_IIO=y
- Hardware monitoring:
- SENSORS_ASPEED=m
- DAX:
- DAX=y
- EDAC:
- EDAC_GHES=n (causes problems, ask bpetkov)
- Crypto:
- SYSTEM_BLACKLIST_KEYRING=n
- HID:
- HID_ACCUTOUCH=m
- HID_NTI=m
- HID_SENSOR_HUMIDITY=m
- HID_SENSOR_TEMP=m
- Industrial I/O
- AXP20X_ADC=m
- LTC2497=n
- LTC2632=n
- MAX1118=n
- MAX30102=m
- MAX9611=n
- SRF04=m
- VL6180=m
- Thermal:
- THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
- I2C:
- I2C_MUX_LTC4306=m
- IB:
- INFINIBAND_OPA_VNIC=m
- Staging:
- LNET_XPRT_IB=m
- Xen:
- XEN_PV=y
- x86:
- DELL_WMI_LED=m (renamed LEDS_DELL_NETBOOKS)
- INTEL_CHT_INT33FE=m
- X86_MCELOG_LEGACY=y
- Misc:
- ALTERA_PR_IP_CORE=m
- CHARLCD=m
- FPGA_MGR_XILINX_SPI=m
- HD44780=m
- INTEL_SOC_PMIC_BXTWC=m
- MFD_TI_LMU=m
- MMC_SDHCI_XENON=m
- RAS_CEC=y
- RESET_IMX7=n
- W1_SLAVE_DS2438=m
- XPOWER_PMIC_OPREGION=y
- ppc64le:
- ARCH_MMAP_RND_BITS=14
- ARCH_MMAP_RND_COMPAT_BITS=7
- CRYPTO_CRCT10DIF_VPMSUM=n
- CRYPTO_DEV_CCREE=n
- DA9062_THERMAL=n
- DRM_LVDS_ENCODER=n
- DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW=n
- DRM_RCAR_DW_HDMI=n
- FA_DUMP=n
- FPGA_MGR_ICE40_SPI=n
- GPIO_FTGPIO010=n
- KPROBES_ON_FTRACE=y
- LEDS_LP3952=n
- PPC_DT_CPU_FTRS=n
- PPC_XIVE_NATIVE=y
- THREAD_SHIFT=14
- XILINX_PR_DECOUPLER=n
- s390x:
- ARCH_RANDOM=y
- ATA=n
- DEFERRED_STRUCT_PAGE_INIT=n
- MAX_PHYSMEM_BITS=46
- S390_CCW_IOMMU=n
- commit a8e0ac1
-------------------------------------------------------------------
Thu May 25 19:55:04 CEST 2017 - jslaby@suse.cz
@ -297,7 +709,7 @@ Tue May 23 16:57:08 CEST 2017 - tiwai@suse.de
Tue May 23 07:52:52 CEST 2017 - tiwai@suse.de
- ptrace: Properly initialize ptracer_cred on fork (bsc#1040041).
- commit 24082da
- commit d5c0513
-------------------------------------------------------------------
Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz
@ -305,12 +717,18 @@ Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz
- Linux 4.11.2 (bnc#1012628).
- commit 03903d8
-------------------------------------------------------------------
Fri May 19 23:09:43 CEST 2017 - tiwai@suse.de
- Update config files: set HD-audio power save as default (boo#1039995).
- commit ba31213
-------------------------------------------------------------------
Fri May 19 12:36:38 CEST 2017 - jdelvare@suse.de
- Revert "drm/amdgpu: update tile table for oland/hainan"
(boo#1027378, boo#1039806).
- commit 2e66df6
- commit 455115d
-------------------------------------------------------------------
Mon May 15 11:42:34 CEST 2017 - jslaby@suse.cz
@ -338,12 +756,42 @@ Wed May 10 18:29:51 CEST 2017 - jeffm@suse.com
- config: disable XFS_RT
- commit 98d6a9a
-------------------------------------------------------------------
Mon May 8 11:14:29 CEST 2017 - jdelvare@suse.de
- config: armv6hl: Disable KEYBOARD_TM2_TOUCHKEY
The Samsung TM2 board is based on an Exynos SoC, which the armv6
kernel does not support.
- commit 38e6377
-------------------------------------------------------------------
Sat May 6 16:45:25 CEST 2017 - stefan.bruens@rwth-aachen.de
- config: arm64: Enable MEDIA_CONTROLLER API
Option is already set on armv7hl/armv6hl.
- commit efe309e
-------------------------------------------------------------------
Sat May 6 16:21:08 CEST 2017 - stefan.bruens@rwth-aachen.de
- config: arm64: Enable SND_SOC and codecs
Config mimics armv7hl, save any differences due to less SoCs supported
by arm64.
[AF: Rebased onto v4.12-rc3]
- commit 214bcc6
-------------------------------------------------------------------
Thu May 4 18:04:11 CEST 2017 - bpoirier@suse.com
- e1000e: Don't return uninitialized stats (bug#1034635).
- commit 836a5a5
-------------------------------------------------------------------
Thu May 4 17:57:32 CEST 2017 - bpoirier@suse.com
- e1000e: Don't return uninitialized stats (bug#1034635).
- commit 07b59a7
-------------------------------------------------------------------
Wed May 3 10:48:46 CEST 2017 - msuchanek@suse.de

View File

@ -16,8 +16,8 @@
#
%define srcversion 4.11
%define patchversion 4.11.8
%define srcversion 4.12
%define patchversion 4.12.0
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -29,9 +29,9 @@
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb})
Name: dtb-aarch64
Version: 4.11.8
Version: 4.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g42bd7a0
Release: <RELEASE>.gb8e7496
%else
Release: 0
%endif
@ -338,6 +338,7 @@ cd linux-%srcversion
%build
source=linux-%srcversion
cp $source/COPYING .
SRCDIR=`pwd`/$source
mkdir pp
PPDIR=`pwd`/pp
export DTC_FLAGS="-R 4 -p 0x1000"
@ -349,7 +350,7 @@ cd $source/arch/arm64/boot/dts
for dts in al/*.dts allwinner/*.dts altera/*.dts amd/*.dts amlogic/*.dts apm/*.dts arm/*.dts broadcom/*.dts cavium/*.dts exynos/*.dts freescale/*.dts hisilicon/*.dts lg/*.dts marvell/*.dts mediatek/*.dts nvidia/*.dts qcom/*.dts renesas/*.dts rockchip/*.dts socionext/*.dts sprd/*.dts xilinx/*.dts zte/*.dts ; do
target=${dts%*.dts}
mkdir -p $PPDIR/$(dirname $target)
cpp -x assembler-with-cpp -undef -D__DTS__ -nostdinc -I. -I./include/ -P $target.dts -o $PPDIR/$target.dts
cpp -x assembler-with-cpp -undef -D__DTS__ -nostdinc -I. -I$SRCDIR/include/ -I$SRCDIR/scripts/dtc/include-prefixes/ -P $target.dts -o $PPDIR/$target.dts
dtc $DTC_FLAGS -I dts -O dtb -i ./$(dirname $target) -o $PPDIR/$target.dtb $PPDIR/$target.dts
done

View File

@ -1,15 +1,49 @@
-------------------------------------------------------------------
Tue Jul 4 08:03:22 CEST 2017 - jslaby@suse.cz
- Update to 4.12-final.
- commit f35ee68
-------------------------------------------------------------------
Mon Jul 3 11:36:04 CEST 2017 - jslaby@suse.cz
- objtool: Silence warnings for functions which use IRET
(bnc#1018348).
- Update config files.
- Refresh
patches.suse/0002-dwarf-do-not-throw-away-unwind-info.patch.
Push the new version of unDWARF unwinder which is now called Orc. The
first 4 patches were accepted to the -tip tree, so they are marked
appropriatelly.
- commit 48ca048
-------------------------------------------------------------------
Thu Jun 29 16:37:33 CEST 2017 - jslaby@suse.cz
- Linux 4.11.8 (bnc#1012628).
- commit 42bd7a0
-------------------------------------------------------------------
Mon Jun 26 17:10:55 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc7.
- commit aec31ef
-------------------------------------------------------------------
Mon Jun 26 08:56:10 CEST 2017 - jslaby@suse.cz
- tty: Fix ldisc crash on reopened tty (bnc#1043488).
- commit 53c91b6
-------------------------------------------------------------------
Sun Jun 25 21:17:28 CEST 2017 - afaerber@suse.de
- config: ARM: Consistently enable SPI_GPIO
Bit-banging is needed when a SoC doesn't support native SPI or when such
drivers are missing. SPI_GPIO was enabled for armv6hl and armv7hl default,
but missing for armv7hl lpae and arm64. Set CONFIG_SPI_GPIO=m consistently.
- commit 8750062
-------------------------------------------------------------------
Sat Jun 24 09:54:41 CEST 2017 - jslaby@suse.cz
@ -23,6 +57,13 @@ Fri Jun 23 09:04:17 CEST 2017 - jslaby@suse.cz
(bnc#1045105).
- commit d61c66b
-------------------------------------------------------------------
Thu Jun 22 22:48:39 CEST 2017 - jeffm@suse.com
- reiserfs: don't preallocate blocks for extended attributes
(bsc#990682).
- commit ffd9401
-------------------------------------------------------------------
Thu Jun 22 22:46:00 CEST 2017 - jeffm@suse.com
@ -38,6 +79,39 @@ Thu Jun 22 21:01:50 CEST 2017 - jeffm@suse.com
- reiserfs: Make cancel_old_flush() reliable (bsc#1037795).
- commit 5e3bb37
-------------------------------------------------------------------
Thu Jun 22 16:44:14 CEST 2017 - jeffm@suse.com
- config: VGACON_SOFT_SCROLLBACK_SIZE=128 (FATE#307471).
This doubles the scrollback buffer on VGA consoles with only a little
bit of memory cost.
- commit b8a18f3
-------------------------------------------------------------------
Thu Jun 22 09:56:51 CEST 2017 - jslaby@suse.cz
- x86/unwind: add undwarf unwinder (bnc#1018348).
- Refresh
patches.suse/0001-objtool-move-checking-code-to-check.c.patch.
- Refresh patches.suse/0003-objtool-stack-validation-2.0.patch.
- Refresh
patches.suse/0004-objtool-add-undwarf-debuginfo-generation.patch.
- Delete
patches.suse/0008-extable-rename-sortextable-script-to-sorttable.patch.
- Delete
patches.suse/0009-extable-add-undwarf-table-sorting-ability-to-sorttab.patch.
- Delete patches.suse/0010-x86-unwind-add-undwarf-unwinder.patch.
Refresh the UNDWARF unwinder according to usptream reviews. And add
few fixes fro DRAP sequences again and handle more exceptions.
- commit 31d141e
-------------------------------------------------------------------
Tue Jun 20 20:58:13 CEST 2017 - jeffm@suse.com
- btrfs: serialize subvolume mounts with potentially mismatching
rw flags (bsc#951844 bsc#1024015).
- commit 638ee5d
-------------------------------------------------------------------
Tue Jun 20 17:58:56 CEST 2017 - jjolly@suse.de
@ -45,6 +119,19 @@ Tue Jun 20 17:58:56 CEST 2017 - jjolly@suse.de
- config.conf: Added s390x zfcpdump kernel
- commit 9bfc6ab
-------------------------------------------------------------------
Tue Jun 20 16:26:53 CEST 2017 - jjolly@suse.de
- Update config files.
- config.conf: Added s390x zfcpdump kernel
- commit 5162e6c
-------------------------------------------------------------------
Tue Jun 20 14:22:42 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc6.
- commit 4d2b302
-------------------------------------------------------------------
Tue Jun 20 14:19:08 CEST 2017 - jeffm@suse.com
@ -52,6 +139,12 @@ Tue Jun 20 14:19:08 CEST 2017 - jeffm@suse.com
(bsc#1028286 bsc#1017461 bsc#1036171).
- commit 7d41685
-------------------------------------------------------------------
Tue Jun 20 12:17:15 CEST 2017 - mmarek@suse.com
- Only set CONFIG_GCC_PLUGINS=y in kernel-syzkaller (boo#1043591)
- commit 1fffb22
-------------------------------------------------------------------
Tue Jun 20 11:01:58 CEST 2017 - mmarek@suse.com
@ -107,6 +200,13 @@ Tue Jun 13 15:51:25 CEST 2017 - mmarek@suse.com
... instead of relying on find-provides.ksyms to do it (bsc#981083).
- commit b1fe840
-------------------------------------------------------------------
Mon Jun 12 18:40:31 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc5.
- Eliminated 1 patch.
- commit 270295f
-------------------------------------------------------------------
Mon Jun 12 16:30:47 CEST 2017 - mmarek@suse.com
@ -156,11 +256,47 @@ Wed Jun 7 17:14:28 CEST 2017 - jslaby@suse.cz
patches.fixes/sctp-do-not-inherit-ipv6_-mc-ac-fl-_list-from-parent.patch.
- commit cba98ee
-------------------------------------------------------------------
Wed Jun 7 10:08:05 CEST 2017 - mkubecek@suse.cz
- Update upstream reference:
patches.fixes/virtio_net-lower-limit-on-buffer-size.patch.
- commit 922d3e3
-------------------------------------------------------------------
Tue Jun 6 12:45:39 CEST 2017 - jslaby@suse.cz
- tty: handle the case where we cannot restore a line discipline
(bnc#1042878).
- commit 9273e2f
-------------------------------------------------------------------
Tue Jun 6 12:41:20 CEST 2017 - mkubecek@suse.cz
- usb/early: Remove trace_printk() callers in xhci-dbc
(bsc#1042295).
- commit 52a1432
-------------------------------------------------------------------
Tue Jun 6 12:27:55 CEST 2017 - mkubecek@suse.cz
- virtio_net: lower limit on buffer size (bsc#1042717).
- commit a3aa4ed
-------------------------------------------------------------------
Tue Jun 6 11:15:29 CEST 2017 - jslaby@suse.cz
- Update config files.
Disable CONFIG_DRM_I915_WERROR, i.e. -Werror in i915. It causes build
failures in -syzkaller flavor due to a bit oversized frames:
drivers/gpu/drm/i915/intel_dpll_mgr.c:1548:1: error: the frame size of 2240 bytes is larger than 2048 bytes
- commit 5fc7b32
-------------------------------------------------------------------
Tue Jun 6 09:28:09 CEST 2017 - mkubecek@suse.cz
- series.conf: better section label (networking core)
- commit 3a35823
- commit 05ee05a
-------------------------------------------------------------------
Tue Jun 6 09:24:50 CEST 2017 - mkubecek@suse.cz
@ -196,12 +332,43 @@ Mon Jun 5 13:54:42 CEST 2017 - jslaby@suse.cz
Fix References tags.
- commit bf7afe3
-------------------------------------------------------------------
Mon Jun 5 09:34:29 CEST 2017 - jslaby@suse.cz
- Refresh
patches.suse/0002-objtool-x86-add-several-functions-and-files-to-the-o.patch.
- Refresh patches.suse/0003-objtool-stack-validation-2.0.patch.
- Refresh
patches.suse/0004-objtool-add-undwarf-debuginfo-generation.patch.
- Refresh
patches.suse/0005-objtool-x86-add-facility-for-asm-code-to-provide-CFI.patch.
Handle more DRAP sequences correctly.
- commit 0a00faf
-------------------------------------------------------------------
Mon Jun 5 09:17:02 CEST 2017 - msuchanek@suse.de
- kernel-binary.spec: Propagate MAKE_ARGS to %build (bsc#1012422)
- commit 6171b7a
-------------------------------------------------------------------
Mon Jun 5 03:24:25 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc4.
- Eliminated 1 patch.
- commit f198de4
-------------------------------------------------------------------
Fri Jun 2 19:28:12 CEST 2017 - afaerber@suse.de
- rpm/dtb.spec.in.in: Fix new include path
Commit 89de3db69113d58cdab14d2c777de6080eac49dc ("rpm/dtb.spec.in.in:
Update include path for dt-bindings") introduced an additional include
path for 4.12. The commit message had it correct, but the spec file
template lacked a path component, breaking the aarch64 build while
succeeding on armv7hl. Fix that.
- commit 36b7480
-------------------------------------------------------------------
Fri Jun 2 11:40:55 CEST 2017 - mmarek@suse.com
@ -209,6 +376,57 @@ Fri Jun 2 11:40:55 CEST 2017 - mmarek@suse.com
These are empty in current branches.
- commit 742f1d0
-------------------------------------------------------------------
Wed May 31 14:43:33 CEST 2017 - afaerber@suse.de
- rpm/dtb.spec.in.in: Update include path for dt-bindings
Kernels before 4.12 had arch/{arm,arm64}/boot/dts/include/ directories
with a symlink to include/dt-bindings/.
In 4.12 those include/ directories were dropped.
Therefore use include/ directly.
Additionally some cross-architecture .dtsi reuse was introduced, which
requires scripts/dtc/include-prefixes/ that didn't exist on older kernels.
- commit 89de3db
-------------------------------------------------------------------
Wed May 31 11:31:40 CEST 2017 - jslaby@suse.cz
- objtool: move checking code to check.c (bnc#1018348).
- objtool, x86: add several functions and files to the objtool
whitelist (bnc#1018348).
- objtool: stack validation 2.0 (bnc#1018348).
- objtool: add undwarf debuginfo generation (bnc#1018348).
- objtool, x86: add facility for asm code to provide CFI hints
(bnc#1018348).
- x86/entry: add CFI hint undwarf annotations (bnc#1018348).
- x86/asm: add CFI hint annotations to sync_core() (bnc#1018348).
- extable: rename 'sortextable' script to 'sorttable'
(bnc#1018348).
- extable: add undwarf table sorting ability to sorttable script
(bnc#1018348).
- x86/unwind: add undwarf unwinder (bnc#1018348).
- Delete patches.arch/x86_64-unwind-annotations.
- Update config files.
Switch from DWARF to unDWARF. This is the way upstream wants us to go.
We can drop patches.arch/x86_64-unwind-annotations now as it is
superseded by the patchset:
1) Objtool generates info for assembly now.
2) Manual annotations are put to places where objtool gets lost.
This version is RFC submitted upstream.
DWARF unwinder is not dropped on the floor yet, just commented out.
Let's see how this works out and drop it then. So far both
task-context and the interrupt-context traces look good (TM).
unDWARF is supported only on x86_64 so far.
- commit ac3e118
-------------------------------------------------------------------
Tue May 30 21:55:44 CEST 2017 - bpoirier@suse.com
- Refresh
patches.drivers/e1000e-Don-t-return-uninitialized-stats.patch.
Update link.
- commit fe56f0b
-------------------------------------------------------------------
Tue May 30 21:53:42 CEST 2017 - bpoirier@suse.com
@ -217,6 +435,38 @@ Tue May 30 21:53:42 CEST 2017 - bpoirier@suse.com
Fix incorrect tag.
- commit 7bbd095
-------------------------------------------------------------------
Tue May 30 16:15:33 CEST 2017 - afaerber@suse.de
- config: armv7hl: Update to v4.12-rc3
- commit 8cfaade
-------------------------------------------------------------------
Tue May 30 15:44:48 CEST 2017 - afaerber@suse.de
- config: armv6hl: Update to v4.12-rc3
- commit f8dbef0
-------------------------------------------------------------------
Tue May 30 15:27:37 CEST 2017 - afaerber@suse.de
- config: arm64: Update to v4.12-rc3
Harmonize the display drivers while at it.
- commit 305b5bb
-------------------------------------------------------------------
Mon May 29 16:53:26 CEST 2017 - mkubecek@suse.cz
- drm/i915: Fix new -Wint-in-bool-context gcc compiler warning.
- commit d41a006
-------------------------------------------------------------------
Mon May 29 14:47:53 CEST 2017 - mkubecek@suse.cz
- Update to 4.12-rc3.
- Eliminated 1 patch.
- commit 383e7eb
-------------------------------------------------------------------
Mon May 29 02:20:12 CEST 2017 - neilb@suse.com
@ -232,8 +482,170 @@ Fri May 26 10:38:38 CEST 2017 - afaerber@suse.de
- config: arm64: Make PINCTRL_SINGLE built-in
This fixes serial console on the HiKey board (bsc#1040492).
(cherry picked from commit 02f57029be80cfec078617f5dbb4022ea5931ac3)
- config: arm64: Make PINCTRL_SINGLE built-in
This fixes serial console on the HiKey board (bsc#1040492).
- commit 36186ce
-------------------------------------------------------------------
Fri May 26 10:25:31 CEST 2017 - mkubecek@suse.cz
- Update to 4.12-rc2
- Eliminated 32 patches.
- ARM configs need updating.
- OSS (sound) support marked broken
- Config changes:
- Kernel hacking:
- EARLY_PRINTK_USB_XDBC=y
- Block:
- BFQ_GROUP_IOSCHED=y
- BLK_DEV_THROTTLING_LOW=n (experimental)
- DM_INTEGRITY=m
- IOSCHED_BFQ=y
- MQ_IOSCHED_KYBER=y
- Filesystems:
- UBIFS_FS_SECURITY=y
- Networking:
- NET_9P_XEN=m
- NET_SCH_DEFAULT=n (for custom builds)
- Network drivers:
- BT_HCIUART_NOKIA=m
- CAN_HI311X=m
- CAN_MCBA_USB=m
- CAN_PEAK_PCIEFD=m
- CAN_VXCAN=m
- DWC_XLGMAC=m
- DWC_XLGMAC_PCI=m
- IEEE802154_CA8210=m
- IEEE802154_CA8210_DEBUGFS=n
- MDIO_DEVICE=m
- MLX5_CORE_IPOIB=y
- NET_VENDOR_SYNOPSYS=y
- RTL8723BS=m
- TIGON3_HWMON=y
- VSOCKMON=m
- DRM:
- BACKLIGHT_ARCXCNN=m
- DM_INTEGRITY=m
- DRM_FBDEV_OVERALLOC=100 (default)
- DRM_I915_DEBUG_VBLANK_EVADE=n (driver debugging)
- DRM_I915_LOW_LEVEL_TRACEPOINTS=n (driver debugging)
- DRM_I915_SELFTEST=n (driver debugging)
- Sound:
- SND_FIREFACE=m
- SND_FIREWIRE_MOTU=m
- SND_I2S_HI6210_I2S=m
- SND_SOC_ADAU1761_I2C=n
- SND_SOC_ADAU1761_SPI=n
- SND_SOC_CS35L35=m
- SND_SOC_DA7213=m
- SND_SOC_DIO2125=n
- SND_SOC_ES7134=n
- SND_SOC_INTEL_BYT_CHT_DA7213_MACH=m
- SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=m
- SND_SOC_MAX98927=n
- SND_SOC_NAU8824=m
- PCI:
- PCI_ENDPOINT=y
- PCI_ENDPOINT_CONFIGFS=n
- PCI_ENDPOINT_TEST=m
- PCI_EPF_TEST=m
- PCI_SW_SWITCHTEC=m
- USB:
- TYPEC_FUSB302=m
- TYPEC_TCPCI=m
- TYPEC_TCPM=m
- TYPEC_WCOVE=m
- USB_PCI=y
- NVM:
- NVM_PBLK=m
- Power supply:
- BATTERY_AXP20X=m
- CHARGER_AXP20X=m
- Multimedia:
- CEC_PLATFORM_DRIVERS=y
- IR_SIR=m (renamed LIRC_SIR)
- MEDIA_CEC_RC=y
- USB_RAINSHADOW_CEC=m
- VIDEO_OV2640=m (renamed SOC_CAMERA_OV2640)
- Input:
- JOYSTICK_PSXPAD_SPI=m
- JOYSTICK_PSXPAD_SPI_FF=y
- MOUSE_PS2_SYNAPTICS_SMBUS=y
- TOUCHSCREEN_TSC2007_IIO=y
- Hardware monitoring:
- SENSORS_ASPEED=m
- DAX:
- DAX=y
- EDAC:
- EDAC_GHES=n (causes problems, ask bpetkov)
- Crypto:
- SYSTEM_BLACKLIST_KEYRING=n
- HID:
- HID_ACCUTOUCH=m
- HID_NTI=m
- HID_SENSOR_HUMIDITY=m
- HID_SENSOR_TEMP=m
- Industrial I/O
- AXP20X_ADC=m
- LTC2497=n
- LTC2632=n
- MAX1118=n
- MAX30102=m
- MAX9611=n
- SRF04=m
- VL6180=m
- Thermal:
- THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
- I2C:
- I2C_MUX_LTC4306=m
- IB:
- INFINIBAND_OPA_VNIC=m
- Staging:
- LNET_XPRT_IB=m
- Xen:
- XEN_PV=y
- x86:
- DELL_WMI_LED=m (renamed LEDS_DELL_NETBOOKS)
- INTEL_CHT_INT33FE=m
- X86_MCELOG_LEGACY=y
- Misc:
- ALTERA_PR_IP_CORE=m
- CHARLCD=m
- FPGA_MGR_XILINX_SPI=m
- HD44780=m
- INTEL_SOC_PMIC_BXTWC=m
- MFD_TI_LMU=m
- MMC_SDHCI_XENON=m
- RAS_CEC=y
- RESET_IMX7=n
- W1_SLAVE_DS2438=m
- XPOWER_PMIC_OPREGION=y
- ppc64le:
- ARCH_MMAP_RND_BITS=14
- ARCH_MMAP_RND_COMPAT_BITS=7
- CRYPTO_CRCT10DIF_VPMSUM=n
- CRYPTO_DEV_CCREE=n
- DA9062_THERMAL=n
- DRM_LVDS_ENCODER=n
- DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW=n
- DRM_RCAR_DW_HDMI=n
- FA_DUMP=n
- FPGA_MGR_ICE40_SPI=n
- GPIO_FTGPIO010=n
- KPROBES_ON_FTRACE=y
- LEDS_LP3952=n
- PPC_DT_CPU_FTRS=n
- PPC_XIVE_NATIVE=y
- THREAD_SHIFT=14
- XILINX_PR_DECOUPLER=n
- s390x:
- ARCH_RANDOM=y
- ATA=n
- DEFERRED_STRUCT_PAGE_INIT=n
- MAX_PHYSMEM_BITS=46
- S390_CCW_IOMMU=n
- commit a8e0ac1
-------------------------------------------------------------------
Thu May 25 19:55:04 CEST 2017 - jslaby@suse.cz
@ -297,7 +709,7 @@ Tue May 23 16:57:08 CEST 2017 - tiwai@suse.de
Tue May 23 07:52:52 CEST 2017 - tiwai@suse.de
- ptrace: Properly initialize ptracer_cred on fork (bsc#1040041).
- commit 24082da
- commit d5c0513
-------------------------------------------------------------------
Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz
@ -305,12 +717,18 @@ Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz
- Linux 4.11.2 (bnc#1012628).
- commit 03903d8
-------------------------------------------------------------------
Fri May 19 23:09:43 CEST 2017 - tiwai@suse.de
- Update config files: set HD-audio power save as default (boo#1039995).
- commit ba31213
-------------------------------------------------------------------
Fri May 19 12:36:38 CEST 2017 - jdelvare@suse.de
- Revert "drm/amdgpu: update tile table for oland/hainan"
(boo#1027378, boo#1039806).
- commit 2e66df6
- commit 455115d
-------------------------------------------------------------------
Mon May 15 11:42:34 CEST 2017 - jslaby@suse.cz
@ -338,12 +756,42 @@ Wed May 10 18:29:51 CEST 2017 - jeffm@suse.com
- config: disable XFS_RT
- commit 98d6a9a
-------------------------------------------------------------------
Mon May 8 11:14:29 CEST 2017 - jdelvare@suse.de
- config: armv6hl: Disable KEYBOARD_TM2_TOUCHKEY
The Samsung TM2 board is based on an Exynos SoC, which the armv6
kernel does not support.
- commit 38e6377
-------------------------------------------------------------------
Sat May 6 16:45:25 CEST 2017 - stefan.bruens@rwth-aachen.de
- config: arm64: Enable MEDIA_CONTROLLER API
Option is already set on armv7hl/armv6hl.
- commit efe309e
-------------------------------------------------------------------
Sat May 6 16:21:08 CEST 2017 - stefan.bruens@rwth-aachen.de
- config: arm64: Enable SND_SOC and codecs
Config mimics armv7hl, save any differences due to less SoCs supported
by arm64.
[AF: Rebased onto v4.12-rc3]
- commit 214bcc6
-------------------------------------------------------------------
Thu May 4 18:04:11 CEST 2017 - bpoirier@suse.com
- e1000e: Don't return uninitialized stats (bug#1034635).
- commit 836a5a5
-------------------------------------------------------------------
Thu May 4 17:57:32 CEST 2017 - bpoirier@suse.com
- e1000e: Don't return uninitialized stats (bug#1034635).
- commit 07b59a7
-------------------------------------------------------------------
Wed May 3 10:48:46 CEST 2017 - msuchanek@suse.de

View File

@ -16,8 +16,8 @@
#
%define srcversion 4.11
%define patchversion 4.11.8
%define srcversion 4.12
%define patchversion 4.12.0
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -29,9 +29,9 @@
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb})
Name: dtb-armv6l
Version: 4.11.8
Version: 4.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g42bd7a0
Release: <RELEASE>.gb8e7496
%else
Release: 0
%endif
@ -135,6 +135,7 @@ cd linux-%srcversion
%build
source=linux-%srcversion
cp $source/COPYING .
SRCDIR=`pwd`/$source
mkdir pp
PPDIR=`pwd`/pp
export DTC_FLAGS="-R 4 -p 0x1000"
@ -146,7 +147,7 @@ cd $source/arch/arm/boot/dts
for dts in bcm2835*.dts ; do
target=${dts%*.dts}
mkdir -p $PPDIR/$(dirname $target)
cpp -x assembler-with-cpp -undef -D__DTS__ -nostdinc -I. -I./include/ -P $target.dts -o $PPDIR/$target.dts
cpp -x assembler-with-cpp -undef -D__DTS__ -nostdinc -I. -I$SRCDIR/include/ -I$SRCDIR/scripts/dtc/include-prefixes/ -P $target.dts -o $PPDIR/$target.dts
dtc $DTC_FLAGS -I dts -O dtb -i ./$(dirname $target) -o $PPDIR/$target.dtb $PPDIR/$target.dts
done

View File

@ -1,15 +1,49 @@
-------------------------------------------------------------------
Tue Jul 4 08:03:22 CEST 2017 - jslaby@suse.cz
- Update to 4.12-final.
- commit f35ee68
-------------------------------------------------------------------
Mon Jul 3 11:36:04 CEST 2017 - jslaby@suse.cz
- objtool: Silence warnings for functions which use IRET
(bnc#1018348).
- Update config files.
- Refresh
patches.suse/0002-dwarf-do-not-throw-away-unwind-info.patch.
Push the new version of unDWARF unwinder which is now called Orc. The
first 4 patches were accepted to the -tip tree, so they are marked
appropriatelly.
- commit 48ca048
-------------------------------------------------------------------
Thu Jun 29 16:37:33 CEST 2017 - jslaby@suse.cz
- Linux 4.11.8 (bnc#1012628).
- commit 42bd7a0
-------------------------------------------------------------------
Mon Jun 26 17:10:55 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc7.
- commit aec31ef
-------------------------------------------------------------------
Mon Jun 26 08:56:10 CEST 2017 - jslaby@suse.cz
- tty: Fix ldisc crash on reopened tty (bnc#1043488).
- commit 53c91b6
-------------------------------------------------------------------
Sun Jun 25 21:17:28 CEST 2017 - afaerber@suse.de
- config: ARM: Consistently enable SPI_GPIO
Bit-banging is needed when a SoC doesn't support native SPI or when such
drivers are missing. SPI_GPIO was enabled for armv6hl and armv7hl default,
but missing for armv7hl lpae and arm64. Set CONFIG_SPI_GPIO=m consistently.
- commit 8750062
-------------------------------------------------------------------
Sat Jun 24 09:54:41 CEST 2017 - jslaby@suse.cz
@ -23,6 +57,13 @@ Fri Jun 23 09:04:17 CEST 2017 - jslaby@suse.cz
(bnc#1045105).
- commit d61c66b
-------------------------------------------------------------------
Thu Jun 22 22:48:39 CEST 2017 - jeffm@suse.com
- reiserfs: don't preallocate blocks for extended attributes
(bsc#990682).
- commit ffd9401
-------------------------------------------------------------------
Thu Jun 22 22:46:00 CEST 2017 - jeffm@suse.com
@ -38,6 +79,39 @@ Thu Jun 22 21:01:50 CEST 2017 - jeffm@suse.com
- reiserfs: Make cancel_old_flush() reliable (bsc#1037795).
- commit 5e3bb37
-------------------------------------------------------------------
Thu Jun 22 16:44:14 CEST 2017 - jeffm@suse.com
- config: VGACON_SOFT_SCROLLBACK_SIZE=128 (FATE#307471).
This doubles the scrollback buffer on VGA consoles with only a little
bit of memory cost.
- commit b8a18f3
-------------------------------------------------------------------
Thu Jun 22 09:56:51 CEST 2017 - jslaby@suse.cz
- x86/unwind: add undwarf unwinder (bnc#1018348).
- Refresh
patches.suse/0001-objtool-move-checking-code-to-check.c.patch.
- Refresh patches.suse/0003-objtool-stack-validation-2.0.patch.
- Refresh
patches.suse/0004-objtool-add-undwarf-debuginfo-generation.patch.
- Delete
patches.suse/0008-extable-rename-sortextable-script-to-sorttable.patch.
- Delete
patches.suse/0009-extable-add-undwarf-table-sorting-ability-to-sorttab.patch.
- Delete patches.suse/0010-x86-unwind-add-undwarf-unwinder.patch.
Refresh the UNDWARF unwinder according to usptream reviews. And add
few fixes fro DRAP sequences again and handle more exceptions.
- commit 31d141e
-------------------------------------------------------------------
Tue Jun 20 20:58:13 CEST 2017 - jeffm@suse.com
- btrfs: serialize subvolume mounts with potentially mismatching
rw flags (bsc#951844 bsc#1024015).
- commit 638ee5d
-------------------------------------------------------------------
Tue Jun 20 17:58:56 CEST 2017 - jjolly@suse.de
@ -45,6 +119,19 @@ Tue Jun 20 17:58:56 CEST 2017 - jjolly@suse.de
- config.conf: Added s390x zfcpdump kernel
- commit 9bfc6ab
-------------------------------------------------------------------
Tue Jun 20 16:26:53 CEST 2017 - jjolly@suse.de
- Update config files.
- config.conf: Added s390x zfcpdump kernel
- commit 5162e6c
-------------------------------------------------------------------
Tue Jun 20 14:22:42 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc6.
- commit 4d2b302
-------------------------------------------------------------------
Tue Jun 20 14:19:08 CEST 2017 - jeffm@suse.com
@ -52,6 +139,12 @@ Tue Jun 20 14:19:08 CEST 2017 - jeffm@suse.com
(bsc#1028286 bsc#1017461 bsc#1036171).
- commit 7d41685
-------------------------------------------------------------------
Tue Jun 20 12:17:15 CEST 2017 - mmarek@suse.com
- Only set CONFIG_GCC_PLUGINS=y in kernel-syzkaller (boo#1043591)
- commit 1fffb22
-------------------------------------------------------------------
Tue Jun 20 11:01:58 CEST 2017 - mmarek@suse.com
@ -107,6 +200,13 @@ Tue Jun 13 15:51:25 CEST 2017 - mmarek@suse.com
... instead of relying on find-provides.ksyms to do it (bsc#981083).
- commit b1fe840
-------------------------------------------------------------------
Mon Jun 12 18:40:31 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc5.
- Eliminated 1 patch.
- commit 270295f
-------------------------------------------------------------------
Mon Jun 12 16:30:47 CEST 2017 - mmarek@suse.com
@ -156,11 +256,47 @@ Wed Jun 7 17:14:28 CEST 2017 - jslaby@suse.cz
patches.fixes/sctp-do-not-inherit-ipv6_-mc-ac-fl-_list-from-parent.patch.
- commit cba98ee
-------------------------------------------------------------------
Wed Jun 7 10:08:05 CEST 2017 - mkubecek@suse.cz
- Update upstream reference:
patches.fixes/virtio_net-lower-limit-on-buffer-size.patch.
- commit 922d3e3
-------------------------------------------------------------------
Tue Jun 6 12:45:39 CEST 2017 - jslaby@suse.cz
- tty: handle the case where we cannot restore a line discipline
(bnc#1042878).
- commit 9273e2f
-------------------------------------------------------------------
Tue Jun 6 12:41:20 CEST 2017 - mkubecek@suse.cz
- usb/early: Remove trace_printk() callers in xhci-dbc
(bsc#1042295).
- commit 52a1432
-------------------------------------------------------------------
Tue Jun 6 12:27:55 CEST 2017 - mkubecek@suse.cz
- virtio_net: lower limit on buffer size (bsc#1042717).
- commit a3aa4ed
-------------------------------------------------------------------
Tue Jun 6 11:15:29 CEST 2017 - jslaby@suse.cz
- Update config files.
Disable CONFIG_DRM_I915_WERROR, i.e. -Werror in i915. It causes build
failures in -syzkaller flavor due to a bit oversized frames:
drivers/gpu/drm/i915/intel_dpll_mgr.c:1548:1: error: the frame size of 2240 bytes is larger than 2048 bytes
- commit 5fc7b32
-------------------------------------------------------------------
Tue Jun 6 09:28:09 CEST 2017 - mkubecek@suse.cz
- series.conf: better section label (networking core)
- commit 3a35823
- commit 05ee05a
-------------------------------------------------------------------
Tue Jun 6 09:24:50 CEST 2017 - mkubecek@suse.cz
@ -196,12 +332,43 @@ Mon Jun 5 13:54:42 CEST 2017 - jslaby@suse.cz
Fix References tags.
- commit bf7afe3
-------------------------------------------------------------------
Mon Jun 5 09:34:29 CEST 2017 - jslaby@suse.cz
- Refresh
patches.suse/0002-objtool-x86-add-several-functions-and-files-to-the-o.patch.
- Refresh patches.suse/0003-objtool-stack-validation-2.0.patch.
- Refresh
patches.suse/0004-objtool-add-undwarf-debuginfo-generation.patch.
- Refresh
patches.suse/0005-objtool-x86-add-facility-for-asm-code-to-provide-CFI.patch.
Handle more DRAP sequences correctly.
- commit 0a00faf
-------------------------------------------------------------------
Mon Jun 5 09:17:02 CEST 2017 - msuchanek@suse.de
- kernel-binary.spec: Propagate MAKE_ARGS to %build (bsc#1012422)
- commit 6171b7a
-------------------------------------------------------------------
Mon Jun 5 03:24:25 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc4.
- Eliminated 1 patch.
- commit f198de4
-------------------------------------------------------------------
Fri Jun 2 19:28:12 CEST 2017 - afaerber@suse.de
- rpm/dtb.spec.in.in: Fix new include path
Commit 89de3db69113d58cdab14d2c777de6080eac49dc ("rpm/dtb.spec.in.in:
Update include path for dt-bindings") introduced an additional include
path for 4.12. The commit message had it correct, but the spec file
template lacked a path component, breaking the aarch64 build while
succeeding on armv7hl. Fix that.
- commit 36b7480
-------------------------------------------------------------------
Fri Jun 2 11:40:55 CEST 2017 - mmarek@suse.com
@ -209,6 +376,57 @@ Fri Jun 2 11:40:55 CEST 2017 - mmarek@suse.com
These are empty in current branches.
- commit 742f1d0
-------------------------------------------------------------------
Wed May 31 14:43:33 CEST 2017 - afaerber@suse.de
- rpm/dtb.spec.in.in: Update include path for dt-bindings
Kernels before 4.12 had arch/{arm,arm64}/boot/dts/include/ directories
with a symlink to include/dt-bindings/.
In 4.12 those include/ directories were dropped.
Therefore use include/ directly.
Additionally some cross-architecture .dtsi reuse was introduced, which
requires scripts/dtc/include-prefixes/ that didn't exist on older kernels.
- commit 89de3db
-------------------------------------------------------------------
Wed May 31 11:31:40 CEST 2017 - jslaby@suse.cz
- objtool: move checking code to check.c (bnc#1018348).
- objtool, x86: add several functions and files to the objtool
whitelist (bnc#1018348).
- objtool: stack validation 2.0 (bnc#1018348).
- objtool: add undwarf debuginfo generation (bnc#1018348).
- objtool, x86: add facility for asm code to provide CFI hints
(bnc#1018348).
- x86/entry: add CFI hint undwarf annotations (bnc#1018348).
- x86/asm: add CFI hint annotations to sync_core() (bnc#1018348).
- extable: rename 'sortextable' script to 'sorttable'
(bnc#1018348).
- extable: add undwarf table sorting ability to sorttable script
(bnc#1018348).
- x86/unwind: add undwarf unwinder (bnc#1018348).
- Delete patches.arch/x86_64-unwind-annotations.
- Update config files.
Switch from DWARF to unDWARF. This is the way upstream wants us to go.
We can drop patches.arch/x86_64-unwind-annotations now as it is
superseded by the patchset:
1) Objtool generates info for assembly now.
2) Manual annotations are put to places where objtool gets lost.
This version is RFC submitted upstream.
DWARF unwinder is not dropped on the floor yet, just commented out.
Let's see how this works out and drop it then. So far both
task-context and the interrupt-context traces look good (TM).
unDWARF is supported only on x86_64 so far.
- commit ac3e118
-------------------------------------------------------------------
Tue May 30 21:55:44 CEST 2017 - bpoirier@suse.com
- Refresh
patches.drivers/e1000e-Don-t-return-uninitialized-stats.patch.
Update link.
- commit fe56f0b
-------------------------------------------------------------------
Tue May 30 21:53:42 CEST 2017 - bpoirier@suse.com
@ -217,6 +435,38 @@ Tue May 30 21:53:42 CEST 2017 - bpoirier@suse.com
Fix incorrect tag.
- commit 7bbd095
-------------------------------------------------------------------
Tue May 30 16:15:33 CEST 2017 - afaerber@suse.de
- config: armv7hl: Update to v4.12-rc3
- commit 8cfaade
-------------------------------------------------------------------
Tue May 30 15:44:48 CEST 2017 - afaerber@suse.de
- config: armv6hl: Update to v4.12-rc3
- commit f8dbef0
-------------------------------------------------------------------
Tue May 30 15:27:37 CEST 2017 - afaerber@suse.de
- config: arm64: Update to v4.12-rc3
Harmonize the display drivers while at it.
- commit 305b5bb
-------------------------------------------------------------------
Mon May 29 16:53:26 CEST 2017 - mkubecek@suse.cz
- drm/i915: Fix new -Wint-in-bool-context gcc compiler warning.
- commit d41a006
-------------------------------------------------------------------
Mon May 29 14:47:53 CEST 2017 - mkubecek@suse.cz
- Update to 4.12-rc3.
- Eliminated 1 patch.
- commit 383e7eb
-------------------------------------------------------------------
Mon May 29 02:20:12 CEST 2017 - neilb@suse.com
@ -232,8 +482,170 @@ Fri May 26 10:38:38 CEST 2017 - afaerber@suse.de
- config: arm64: Make PINCTRL_SINGLE built-in
This fixes serial console on the HiKey board (bsc#1040492).
(cherry picked from commit 02f57029be80cfec078617f5dbb4022ea5931ac3)
- config: arm64: Make PINCTRL_SINGLE built-in
This fixes serial console on the HiKey board (bsc#1040492).
- commit 36186ce
-------------------------------------------------------------------
Fri May 26 10:25:31 CEST 2017 - mkubecek@suse.cz
- Update to 4.12-rc2
- Eliminated 32 patches.
- ARM configs need updating.
- OSS (sound) support marked broken
- Config changes:
- Kernel hacking:
- EARLY_PRINTK_USB_XDBC=y
- Block:
- BFQ_GROUP_IOSCHED=y
- BLK_DEV_THROTTLING_LOW=n (experimental)
- DM_INTEGRITY=m
- IOSCHED_BFQ=y
- MQ_IOSCHED_KYBER=y
- Filesystems:
- UBIFS_FS_SECURITY=y
- Networking:
- NET_9P_XEN=m
- NET_SCH_DEFAULT=n (for custom builds)
- Network drivers:
- BT_HCIUART_NOKIA=m
- CAN_HI311X=m
- CAN_MCBA_USB=m
- CAN_PEAK_PCIEFD=m
- CAN_VXCAN=m
- DWC_XLGMAC=m
- DWC_XLGMAC_PCI=m
- IEEE802154_CA8210=m
- IEEE802154_CA8210_DEBUGFS=n
- MDIO_DEVICE=m
- MLX5_CORE_IPOIB=y
- NET_VENDOR_SYNOPSYS=y
- RTL8723BS=m
- TIGON3_HWMON=y
- VSOCKMON=m
- DRM:
- BACKLIGHT_ARCXCNN=m
- DM_INTEGRITY=m
- DRM_FBDEV_OVERALLOC=100 (default)
- DRM_I915_DEBUG_VBLANK_EVADE=n (driver debugging)
- DRM_I915_LOW_LEVEL_TRACEPOINTS=n (driver debugging)
- DRM_I915_SELFTEST=n (driver debugging)
- Sound:
- SND_FIREFACE=m
- SND_FIREWIRE_MOTU=m
- SND_I2S_HI6210_I2S=m
- SND_SOC_ADAU1761_I2C=n
- SND_SOC_ADAU1761_SPI=n
- SND_SOC_CS35L35=m
- SND_SOC_DA7213=m
- SND_SOC_DIO2125=n
- SND_SOC_ES7134=n
- SND_SOC_INTEL_BYT_CHT_DA7213_MACH=m
- SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=m
- SND_SOC_MAX98927=n
- SND_SOC_NAU8824=m
- PCI:
- PCI_ENDPOINT=y
- PCI_ENDPOINT_CONFIGFS=n
- PCI_ENDPOINT_TEST=m
- PCI_EPF_TEST=m
- PCI_SW_SWITCHTEC=m
- USB:
- TYPEC_FUSB302=m
- TYPEC_TCPCI=m
- TYPEC_TCPM=m
- TYPEC_WCOVE=m
- USB_PCI=y
- NVM:
- NVM_PBLK=m
- Power supply:
- BATTERY_AXP20X=m
- CHARGER_AXP20X=m
- Multimedia:
- CEC_PLATFORM_DRIVERS=y
- IR_SIR=m (renamed LIRC_SIR)
- MEDIA_CEC_RC=y
- USB_RAINSHADOW_CEC=m
- VIDEO_OV2640=m (renamed SOC_CAMERA_OV2640)
- Input:
- JOYSTICK_PSXPAD_SPI=m
- JOYSTICK_PSXPAD_SPI_FF=y
- MOUSE_PS2_SYNAPTICS_SMBUS=y
- TOUCHSCREEN_TSC2007_IIO=y
- Hardware monitoring:
- SENSORS_ASPEED=m
- DAX:
- DAX=y
- EDAC:
- EDAC_GHES=n (causes problems, ask bpetkov)
- Crypto:
- SYSTEM_BLACKLIST_KEYRING=n
- HID:
- HID_ACCUTOUCH=m
- HID_NTI=m
- HID_SENSOR_HUMIDITY=m
- HID_SENSOR_TEMP=m
- Industrial I/O
- AXP20X_ADC=m
- LTC2497=n
- LTC2632=n
- MAX1118=n
- MAX30102=m
- MAX9611=n
- SRF04=m
- VL6180=m
- Thermal:
- THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
- I2C:
- I2C_MUX_LTC4306=m
- IB:
- INFINIBAND_OPA_VNIC=m
- Staging:
- LNET_XPRT_IB=m
- Xen:
- XEN_PV=y
- x86:
- DELL_WMI_LED=m (renamed LEDS_DELL_NETBOOKS)
- INTEL_CHT_INT33FE=m
- X86_MCELOG_LEGACY=y
- Misc:
- ALTERA_PR_IP_CORE=m
- CHARLCD=m
- FPGA_MGR_XILINX_SPI=m
- HD44780=m
- INTEL_SOC_PMIC_BXTWC=m
- MFD_TI_LMU=m
- MMC_SDHCI_XENON=m
- RAS_CEC=y
- RESET_IMX7=n
- W1_SLAVE_DS2438=m
- XPOWER_PMIC_OPREGION=y
- ppc64le:
- ARCH_MMAP_RND_BITS=14
- ARCH_MMAP_RND_COMPAT_BITS=7
- CRYPTO_CRCT10DIF_VPMSUM=n
- CRYPTO_DEV_CCREE=n
- DA9062_THERMAL=n
- DRM_LVDS_ENCODER=n
- DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW=n
- DRM_RCAR_DW_HDMI=n
- FA_DUMP=n
- FPGA_MGR_ICE40_SPI=n
- GPIO_FTGPIO010=n
- KPROBES_ON_FTRACE=y
- LEDS_LP3952=n
- PPC_DT_CPU_FTRS=n
- PPC_XIVE_NATIVE=y
- THREAD_SHIFT=14
- XILINX_PR_DECOUPLER=n
- s390x:
- ARCH_RANDOM=y
- ATA=n
- DEFERRED_STRUCT_PAGE_INIT=n
- MAX_PHYSMEM_BITS=46
- S390_CCW_IOMMU=n
- commit a8e0ac1
-------------------------------------------------------------------
Thu May 25 19:55:04 CEST 2017 - jslaby@suse.cz
@ -297,7 +709,7 @@ Tue May 23 16:57:08 CEST 2017 - tiwai@suse.de
Tue May 23 07:52:52 CEST 2017 - tiwai@suse.de
- ptrace: Properly initialize ptracer_cred on fork (bsc#1040041).
- commit 24082da
- commit d5c0513
-------------------------------------------------------------------
Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz
@ -305,12 +717,18 @@ Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz
- Linux 4.11.2 (bnc#1012628).
- commit 03903d8
-------------------------------------------------------------------
Fri May 19 23:09:43 CEST 2017 - tiwai@suse.de
- Update config files: set HD-audio power save as default (boo#1039995).
- commit ba31213
-------------------------------------------------------------------
Fri May 19 12:36:38 CEST 2017 - jdelvare@suse.de
- Revert "drm/amdgpu: update tile table for oland/hainan"
(boo#1027378, boo#1039806).
- commit 2e66df6
- commit 455115d
-------------------------------------------------------------------
Mon May 15 11:42:34 CEST 2017 - jslaby@suse.cz
@ -338,12 +756,42 @@ Wed May 10 18:29:51 CEST 2017 - jeffm@suse.com
- config: disable XFS_RT
- commit 98d6a9a
-------------------------------------------------------------------
Mon May 8 11:14:29 CEST 2017 - jdelvare@suse.de
- config: armv6hl: Disable KEYBOARD_TM2_TOUCHKEY
The Samsung TM2 board is based on an Exynos SoC, which the armv6
kernel does not support.
- commit 38e6377
-------------------------------------------------------------------
Sat May 6 16:45:25 CEST 2017 - stefan.bruens@rwth-aachen.de
- config: arm64: Enable MEDIA_CONTROLLER API
Option is already set on armv7hl/armv6hl.
- commit efe309e
-------------------------------------------------------------------
Sat May 6 16:21:08 CEST 2017 - stefan.bruens@rwth-aachen.de
- config: arm64: Enable SND_SOC and codecs
Config mimics armv7hl, save any differences due to less SoCs supported
by arm64.
[AF: Rebased onto v4.12-rc3]
- commit 214bcc6
-------------------------------------------------------------------
Thu May 4 18:04:11 CEST 2017 - bpoirier@suse.com
- e1000e: Don't return uninitialized stats (bug#1034635).
- commit 836a5a5
-------------------------------------------------------------------
Thu May 4 17:57:32 CEST 2017 - bpoirier@suse.com
- e1000e: Don't return uninitialized stats (bug#1034635).
- commit 07b59a7
-------------------------------------------------------------------
Wed May 3 10:48:46 CEST 2017 - msuchanek@suse.de

View File

@ -16,8 +16,8 @@
#
%define srcversion 4.11
%define patchversion 4.11.8
%define srcversion 4.12
%define patchversion 4.12.0
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -29,9 +29,9 @@
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb})
Name: dtb-armv7l
Version: 4.11.8
Version: 4.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g42bd7a0
Release: <RELEASE>.gb8e7496
%else
Release: 0
%endif
@ -506,6 +506,7 @@ cd linux-%srcversion
%build
source=linux-%srcversion
cp $source/COPYING .
SRCDIR=`pwd`/$source
mkdir pp
PPDIR=`pwd`/pp
export DTC_FLAGS="-R 4 -p 0x1000"
@ -517,7 +518,7 @@ cd $source/arch/arm/boot/dts
for dts in am335x-*.dts am3517*.dts am57xx-*.dts armada-370-*.dts armada-375-*.dts armada-385-*.dts armada-388-*.dts armada-398-*.dts armada-xp-*.dts bcm2836*.dts dove-*.dts exynos4*.dts exynos5*.dts imx5*.dts imx6*.dts imx7*.dts keystone-*.dts meson6-*.dts meson8-*.dts meson8b-*.dts omap3*.dts omap4*.dts omap5*.dts qcom-*.dts rk3*.dts socfpga_*.dts ste-*.dts sun4i-*.dts sun5i-*.dts sun6i-*.dts sun7i-*.dts sun8i-*.dts sun9i-*.dts tegra20-*.dts tegra30-*.dts tegra114-*.dts tegra124-*.dts vexpress-*.dts vf500-*.dts vf610-*.dts xenvm-*.dts zynq-*.dts ; do
target=${dts%*.dts}
mkdir -p $PPDIR/$(dirname $target)
cpp -x assembler-with-cpp -undef -D__DTS__ -nostdinc -I. -I./include/ -P $target.dts -o $PPDIR/$target.dts
cpp -x assembler-with-cpp -undef -D__DTS__ -nostdinc -I. -I$SRCDIR/include/ -I$SRCDIR/scripts/dtc/include-prefixes/ -P $target.dts -o $PPDIR/$target.dts
dtc $DTC_FLAGS -I dts -O dtb -i ./$(dirname $target) -o $PPDIR/$target.dtb $PPDIR/$target.dts
done

View File

@ -65,6 +65,7 @@ cd linux-%srcversion
%build
source=linux-%srcversion
cp $source/COPYING .
SRCDIR=`pwd`/$source
mkdir pp
PPDIR=`pwd`/pp
export DTC_FLAGS="-R 4 -p 0x1000"
@ -76,7 +77,7 @@ cd $source/$DTS_folder
for dts in $ALL_SUPPORTED_DTB; do
target=${dts%*.dts}
mkdir -p $PPDIR/$(dirname $target)
cpp -x assembler-with-cpp -undef -D__DTS__ -nostdinc -I. -I./include/ -P $target.dts -o $PPDIR/$target.dts
cpp -x assembler-with-cpp -undef -D__DTS__ -nostdinc -I. -I$SRCDIR/include/ -I$SRCDIR/scripts/dtc/include-prefixes/ -P $target.dts -o $PPDIR/$target.dts
dtc $DTC_FLAGS -I dts -O dtb -i ./$(dirname $target) -o $PPDIR/$target.dtb $PPDIR/$target.dts
done

View File

@ -1,15 +1,49 @@
-------------------------------------------------------------------
Tue Jul 4 08:03:22 CEST 2017 - jslaby@suse.cz
- Update to 4.12-final.
- commit f35ee68
-------------------------------------------------------------------
Mon Jul 3 11:36:04 CEST 2017 - jslaby@suse.cz
- objtool: Silence warnings for functions which use IRET
(bnc#1018348).
- Update config files.
- Refresh
patches.suse/0002-dwarf-do-not-throw-away-unwind-info.patch.
Push the new version of unDWARF unwinder which is now called Orc. The
first 4 patches were accepted to the -tip tree, so they are marked
appropriatelly.
- commit 48ca048
-------------------------------------------------------------------
Thu Jun 29 16:37:33 CEST 2017 - jslaby@suse.cz
- Linux 4.11.8 (bnc#1012628).
- commit 42bd7a0
-------------------------------------------------------------------
Mon Jun 26 17:10:55 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc7.
- commit aec31ef
-------------------------------------------------------------------
Mon Jun 26 08:56:10 CEST 2017 - jslaby@suse.cz
- tty: Fix ldisc crash on reopened tty (bnc#1043488).
- commit 53c91b6
-------------------------------------------------------------------
Sun Jun 25 21:17:28 CEST 2017 - afaerber@suse.de
- config: ARM: Consistently enable SPI_GPIO
Bit-banging is needed when a SoC doesn't support native SPI or when such
drivers are missing. SPI_GPIO was enabled for armv6hl and armv7hl default,
but missing for armv7hl lpae and arm64. Set CONFIG_SPI_GPIO=m consistently.
- commit 8750062
-------------------------------------------------------------------
Sat Jun 24 09:54:41 CEST 2017 - jslaby@suse.cz
@ -23,6 +57,13 @@ Fri Jun 23 09:04:17 CEST 2017 - jslaby@suse.cz
(bnc#1045105).
- commit d61c66b
-------------------------------------------------------------------
Thu Jun 22 22:48:39 CEST 2017 - jeffm@suse.com
- reiserfs: don't preallocate blocks for extended attributes
(bsc#990682).
- commit ffd9401
-------------------------------------------------------------------
Thu Jun 22 22:46:00 CEST 2017 - jeffm@suse.com
@ -38,6 +79,39 @@ Thu Jun 22 21:01:50 CEST 2017 - jeffm@suse.com
- reiserfs: Make cancel_old_flush() reliable (bsc#1037795).
- commit 5e3bb37
-------------------------------------------------------------------
Thu Jun 22 16:44:14 CEST 2017 - jeffm@suse.com
- config: VGACON_SOFT_SCROLLBACK_SIZE=128 (FATE#307471).
This doubles the scrollback buffer on VGA consoles with only a little
bit of memory cost.
- commit b8a18f3
-------------------------------------------------------------------
Thu Jun 22 09:56:51 CEST 2017 - jslaby@suse.cz
- x86/unwind: add undwarf unwinder (bnc#1018348).
- Refresh
patches.suse/0001-objtool-move-checking-code-to-check.c.patch.
- Refresh patches.suse/0003-objtool-stack-validation-2.0.patch.
- Refresh
patches.suse/0004-objtool-add-undwarf-debuginfo-generation.patch.
- Delete
patches.suse/0008-extable-rename-sortextable-script-to-sorttable.patch.
- Delete
patches.suse/0009-extable-add-undwarf-table-sorting-ability-to-sorttab.patch.
- Delete patches.suse/0010-x86-unwind-add-undwarf-unwinder.patch.
Refresh the UNDWARF unwinder according to usptream reviews. And add
few fixes fro DRAP sequences again and handle more exceptions.
- commit 31d141e
-------------------------------------------------------------------
Tue Jun 20 20:58:13 CEST 2017 - jeffm@suse.com
- btrfs: serialize subvolume mounts with potentially mismatching
rw flags (bsc#951844 bsc#1024015).
- commit 638ee5d
-------------------------------------------------------------------
Tue Jun 20 17:58:56 CEST 2017 - jjolly@suse.de
@ -45,6 +119,19 @@ Tue Jun 20 17:58:56 CEST 2017 - jjolly@suse.de
- config.conf: Added s390x zfcpdump kernel
- commit 9bfc6ab
-------------------------------------------------------------------
Tue Jun 20 16:26:53 CEST 2017 - jjolly@suse.de
- Update config files.
- config.conf: Added s390x zfcpdump kernel
- commit 5162e6c
-------------------------------------------------------------------
Tue Jun 20 14:22:42 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc6.
- commit 4d2b302
-------------------------------------------------------------------
Tue Jun 20 14:19:08 CEST 2017 - jeffm@suse.com
@ -52,6 +139,12 @@ Tue Jun 20 14:19:08 CEST 2017 - jeffm@suse.com
(bsc#1028286 bsc#1017461 bsc#1036171).
- commit 7d41685
-------------------------------------------------------------------
Tue Jun 20 12:17:15 CEST 2017 - mmarek@suse.com
- Only set CONFIG_GCC_PLUGINS=y in kernel-syzkaller (boo#1043591)
- commit 1fffb22
-------------------------------------------------------------------
Tue Jun 20 11:01:58 CEST 2017 - mmarek@suse.com
@ -107,6 +200,13 @@ Tue Jun 13 15:51:25 CEST 2017 - mmarek@suse.com
... instead of relying on find-provides.ksyms to do it (bsc#981083).
- commit b1fe840
-------------------------------------------------------------------
Mon Jun 12 18:40:31 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc5.
- Eliminated 1 patch.
- commit 270295f
-------------------------------------------------------------------
Mon Jun 12 16:30:47 CEST 2017 - mmarek@suse.com
@ -156,11 +256,47 @@ Wed Jun 7 17:14:28 CEST 2017 - jslaby@suse.cz
patches.fixes/sctp-do-not-inherit-ipv6_-mc-ac-fl-_list-from-parent.patch.
- commit cba98ee
-------------------------------------------------------------------
Wed Jun 7 10:08:05 CEST 2017 - mkubecek@suse.cz
- Update upstream reference:
patches.fixes/virtio_net-lower-limit-on-buffer-size.patch.
- commit 922d3e3
-------------------------------------------------------------------
Tue Jun 6 12:45:39 CEST 2017 - jslaby@suse.cz
- tty: handle the case where we cannot restore a line discipline
(bnc#1042878).
- commit 9273e2f
-------------------------------------------------------------------
Tue Jun 6 12:41:20 CEST 2017 - mkubecek@suse.cz
- usb/early: Remove trace_printk() callers in xhci-dbc
(bsc#1042295).
- commit 52a1432
-------------------------------------------------------------------
Tue Jun 6 12:27:55 CEST 2017 - mkubecek@suse.cz
- virtio_net: lower limit on buffer size (bsc#1042717).
- commit a3aa4ed
-------------------------------------------------------------------
Tue Jun 6 11:15:29 CEST 2017 - jslaby@suse.cz
- Update config files.
Disable CONFIG_DRM_I915_WERROR, i.e. -Werror in i915. It causes build
failures in -syzkaller flavor due to a bit oversized frames:
drivers/gpu/drm/i915/intel_dpll_mgr.c:1548:1: error: the frame size of 2240 bytes is larger than 2048 bytes
- commit 5fc7b32
-------------------------------------------------------------------
Tue Jun 6 09:28:09 CEST 2017 - mkubecek@suse.cz
- series.conf: better section label (networking core)
- commit 3a35823
- commit 05ee05a
-------------------------------------------------------------------
Tue Jun 6 09:24:50 CEST 2017 - mkubecek@suse.cz
@ -196,12 +332,43 @@ Mon Jun 5 13:54:42 CEST 2017 - jslaby@suse.cz
Fix References tags.
- commit bf7afe3
-------------------------------------------------------------------
Mon Jun 5 09:34:29 CEST 2017 - jslaby@suse.cz
- Refresh
patches.suse/0002-objtool-x86-add-several-functions-and-files-to-the-o.patch.
- Refresh patches.suse/0003-objtool-stack-validation-2.0.patch.
- Refresh
patches.suse/0004-objtool-add-undwarf-debuginfo-generation.patch.
- Refresh
patches.suse/0005-objtool-x86-add-facility-for-asm-code-to-provide-CFI.patch.
Handle more DRAP sequences correctly.
- commit 0a00faf
-------------------------------------------------------------------
Mon Jun 5 09:17:02 CEST 2017 - msuchanek@suse.de
- kernel-binary.spec: Propagate MAKE_ARGS to %build (bsc#1012422)
- commit 6171b7a
-------------------------------------------------------------------
Mon Jun 5 03:24:25 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc4.
- Eliminated 1 patch.
- commit f198de4
-------------------------------------------------------------------
Fri Jun 2 19:28:12 CEST 2017 - afaerber@suse.de
- rpm/dtb.spec.in.in: Fix new include path
Commit 89de3db69113d58cdab14d2c777de6080eac49dc ("rpm/dtb.spec.in.in:
Update include path for dt-bindings") introduced an additional include
path for 4.12. The commit message had it correct, but the spec file
template lacked a path component, breaking the aarch64 build while
succeeding on armv7hl. Fix that.
- commit 36b7480
-------------------------------------------------------------------
Fri Jun 2 11:40:55 CEST 2017 - mmarek@suse.com
@ -209,6 +376,57 @@ Fri Jun 2 11:40:55 CEST 2017 - mmarek@suse.com
These are empty in current branches.
- commit 742f1d0
-------------------------------------------------------------------
Wed May 31 14:43:33 CEST 2017 - afaerber@suse.de
- rpm/dtb.spec.in.in: Update include path for dt-bindings
Kernels before 4.12 had arch/{arm,arm64}/boot/dts/include/ directories
with a symlink to include/dt-bindings/.
In 4.12 those include/ directories were dropped.
Therefore use include/ directly.
Additionally some cross-architecture .dtsi reuse was introduced, which
requires scripts/dtc/include-prefixes/ that didn't exist on older kernels.
- commit 89de3db
-------------------------------------------------------------------
Wed May 31 11:31:40 CEST 2017 - jslaby@suse.cz
- objtool: move checking code to check.c (bnc#1018348).
- objtool, x86: add several functions and files to the objtool
whitelist (bnc#1018348).
- objtool: stack validation 2.0 (bnc#1018348).
- objtool: add undwarf debuginfo generation (bnc#1018348).
- objtool, x86: add facility for asm code to provide CFI hints
(bnc#1018348).
- x86/entry: add CFI hint undwarf annotations (bnc#1018348).
- x86/asm: add CFI hint annotations to sync_core() (bnc#1018348).
- extable: rename 'sortextable' script to 'sorttable'
(bnc#1018348).
- extable: add undwarf table sorting ability to sorttable script
(bnc#1018348).
- x86/unwind: add undwarf unwinder (bnc#1018348).
- Delete patches.arch/x86_64-unwind-annotations.
- Update config files.
Switch from DWARF to unDWARF. This is the way upstream wants us to go.
We can drop patches.arch/x86_64-unwind-annotations now as it is
superseded by the patchset:
1) Objtool generates info for assembly now.
2) Manual annotations are put to places where objtool gets lost.
This version is RFC submitted upstream.
DWARF unwinder is not dropped on the floor yet, just commented out.
Let's see how this works out and drop it then. So far both
task-context and the interrupt-context traces look good (TM).
unDWARF is supported only on x86_64 so far.
- commit ac3e118
-------------------------------------------------------------------
Tue May 30 21:55:44 CEST 2017 - bpoirier@suse.com
- Refresh
patches.drivers/e1000e-Don-t-return-uninitialized-stats.patch.
Update link.
- commit fe56f0b
-------------------------------------------------------------------
Tue May 30 21:53:42 CEST 2017 - bpoirier@suse.com
@ -217,6 +435,38 @@ Tue May 30 21:53:42 CEST 2017 - bpoirier@suse.com
Fix incorrect tag.
- commit 7bbd095
-------------------------------------------------------------------
Tue May 30 16:15:33 CEST 2017 - afaerber@suse.de
- config: armv7hl: Update to v4.12-rc3
- commit 8cfaade
-------------------------------------------------------------------
Tue May 30 15:44:48 CEST 2017 - afaerber@suse.de
- config: armv6hl: Update to v4.12-rc3
- commit f8dbef0
-------------------------------------------------------------------
Tue May 30 15:27:37 CEST 2017 - afaerber@suse.de
- config: arm64: Update to v4.12-rc3
Harmonize the display drivers while at it.
- commit 305b5bb
-------------------------------------------------------------------
Mon May 29 16:53:26 CEST 2017 - mkubecek@suse.cz
- drm/i915: Fix new -Wint-in-bool-context gcc compiler warning.
- commit d41a006
-------------------------------------------------------------------
Mon May 29 14:47:53 CEST 2017 - mkubecek@suse.cz
- Update to 4.12-rc3.
- Eliminated 1 patch.
- commit 383e7eb
-------------------------------------------------------------------
Mon May 29 02:20:12 CEST 2017 - neilb@suse.com
@ -232,8 +482,170 @@ Fri May 26 10:38:38 CEST 2017 - afaerber@suse.de
- config: arm64: Make PINCTRL_SINGLE built-in
This fixes serial console on the HiKey board (bsc#1040492).
(cherry picked from commit 02f57029be80cfec078617f5dbb4022ea5931ac3)
- config: arm64: Make PINCTRL_SINGLE built-in
This fixes serial console on the HiKey board (bsc#1040492).
- commit 36186ce
-------------------------------------------------------------------
Fri May 26 10:25:31 CEST 2017 - mkubecek@suse.cz
- Update to 4.12-rc2
- Eliminated 32 patches.
- ARM configs need updating.
- OSS (sound) support marked broken
- Config changes:
- Kernel hacking:
- EARLY_PRINTK_USB_XDBC=y
- Block:
- BFQ_GROUP_IOSCHED=y
- BLK_DEV_THROTTLING_LOW=n (experimental)
- DM_INTEGRITY=m
- IOSCHED_BFQ=y
- MQ_IOSCHED_KYBER=y
- Filesystems:
- UBIFS_FS_SECURITY=y
- Networking:
- NET_9P_XEN=m
- NET_SCH_DEFAULT=n (for custom builds)
- Network drivers:
- BT_HCIUART_NOKIA=m
- CAN_HI311X=m
- CAN_MCBA_USB=m
- CAN_PEAK_PCIEFD=m
- CAN_VXCAN=m
- DWC_XLGMAC=m
- DWC_XLGMAC_PCI=m
- IEEE802154_CA8210=m
- IEEE802154_CA8210_DEBUGFS=n
- MDIO_DEVICE=m
- MLX5_CORE_IPOIB=y
- NET_VENDOR_SYNOPSYS=y
- RTL8723BS=m
- TIGON3_HWMON=y
- VSOCKMON=m
- DRM:
- BACKLIGHT_ARCXCNN=m
- DM_INTEGRITY=m
- DRM_FBDEV_OVERALLOC=100 (default)
- DRM_I915_DEBUG_VBLANK_EVADE=n (driver debugging)
- DRM_I915_LOW_LEVEL_TRACEPOINTS=n (driver debugging)
- DRM_I915_SELFTEST=n (driver debugging)
- Sound:
- SND_FIREFACE=m
- SND_FIREWIRE_MOTU=m
- SND_I2S_HI6210_I2S=m
- SND_SOC_ADAU1761_I2C=n
- SND_SOC_ADAU1761_SPI=n
- SND_SOC_CS35L35=m
- SND_SOC_DA7213=m
- SND_SOC_DIO2125=n
- SND_SOC_ES7134=n
- SND_SOC_INTEL_BYT_CHT_DA7213_MACH=m
- SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=m
- SND_SOC_MAX98927=n
- SND_SOC_NAU8824=m
- PCI:
- PCI_ENDPOINT=y
- PCI_ENDPOINT_CONFIGFS=n
- PCI_ENDPOINT_TEST=m
- PCI_EPF_TEST=m
- PCI_SW_SWITCHTEC=m
- USB:
- TYPEC_FUSB302=m
- TYPEC_TCPCI=m
- TYPEC_TCPM=m
- TYPEC_WCOVE=m
- USB_PCI=y
- NVM:
- NVM_PBLK=m
- Power supply:
- BATTERY_AXP20X=m
- CHARGER_AXP20X=m
- Multimedia:
- CEC_PLATFORM_DRIVERS=y
- IR_SIR=m (renamed LIRC_SIR)
- MEDIA_CEC_RC=y
- USB_RAINSHADOW_CEC=m
- VIDEO_OV2640=m (renamed SOC_CAMERA_OV2640)
- Input:
- JOYSTICK_PSXPAD_SPI=m
- JOYSTICK_PSXPAD_SPI_FF=y
- MOUSE_PS2_SYNAPTICS_SMBUS=y
- TOUCHSCREEN_TSC2007_IIO=y
- Hardware monitoring:
- SENSORS_ASPEED=m
- DAX:
- DAX=y
- EDAC:
- EDAC_GHES=n (causes problems, ask bpetkov)
- Crypto:
- SYSTEM_BLACKLIST_KEYRING=n
- HID:
- HID_ACCUTOUCH=m
- HID_NTI=m
- HID_SENSOR_HUMIDITY=m
- HID_SENSOR_TEMP=m
- Industrial I/O
- AXP20X_ADC=m
- LTC2497=n
- LTC2632=n
- MAX1118=n
- MAX30102=m
- MAX9611=n
- SRF04=m
- VL6180=m
- Thermal:
- THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
- I2C:
- I2C_MUX_LTC4306=m
- IB:
- INFINIBAND_OPA_VNIC=m
- Staging:
- LNET_XPRT_IB=m
- Xen:
- XEN_PV=y
- x86:
- DELL_WMI_LED=m (renamed LEDS_DELL_NETBOOKS)
- INTEL_CHT_INT33FE=m
- X86_MCELOG_LEGACY=y
- Misc:
- ALTERA_PR_IP_CORE=m
- CHARLCD=m
- FPGA_MGR_XILINX_SPI=m
- HD44780=m
- INTEL_SOC_PMIC_BXTWC=m
- MFD_TI_LMU=m
- MMC_SDHCI_XENON=m
- RAS_CEC=y
- RESET_IMX7=n
- W1_SLAVE_DS2438=m
- XPOWER_PMIC_OPREGION=y
- ppc64le:
- ARCH_MMAP_RND_BITS=14
- ARCH_MMAP_RND_COMPAT_BITS=7
- CRYPTO_CRCT10DIF_VPMSUM=n
- CRYPTO_DEV_CCREE=n
- DA9062_THERMAL=n
- DRM_LVDS_ENCODER=n
- DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW=n
- DRM_RCAR_DW_HDMI=n
- FA_DUMP=n
- FPGA_MGR_ICE40_SPI=n
- GPIO_FTGPIO010=n
- KPROBES_ON_FTRACE=y
- LEDS_LP3952=n
- PPC_DT_CPU_FTRS=n
- PPC_XIVE_NATIVE=y
- THREAD_SHIFT=14
- XILINX_PR_DECOUPLER=n
- s390x:
- ARCH_RANDOM=y
- ATA=n
- DEFERRED_STRUCT_PAGE_INIT=n
- MAX_PHYSMEM_BITS=46
- S390_CCW_IOMMU=n
- commit a8e0ac1
-------------------------------------------------------------------
Thu May 25 19:55:04 CEST 2017 - jslaby@suse.cz
@ -297,7 +709,7 @@ Tue May 23 16:57:08 CEST 2017 - tiwai@suse.de
Tue May 23 07:52:52 CEST 2017 - tiwai@suse.de
- ptrace: Properly initialize ptracer_cred on fork (bsc#1040041).
- commit 24082da
- commit d5c0513
-------------------------------------------------------------------
Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz
@ -305,12 +717,18 @@ Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz
- Linux 4.11.2 (bnc#1012628).
- commit 03903d8
-------------------------------------------------------------------
Fri May 19 23:09:43 CEST 2017 - tiwai@suse.de
- Update config files: set HD-audio power save as default (boo#1039995).
- commit ba31213
-------------------------------------------------------------------
Fri May 19 12:36:38 CEST 2017 - jdelvare@suse.de
- Revert "drm/amdgpu: update tile table for oland/hainan"
(boo#1027378, boo#1039806).
- commit 2e66df6
- commit 455115d
-------------------------------------------------------------------
Mon May 15 11:42:34 CEST 2017 - jslaby@suse.cz
@ -338,12 +756,42 @@ Wed May 10 18:29:51 CEST 2017 - jeffm@suse.com
- config: disable XFS_RT
- commit 98d6a9a
-------------------------------------------------------------------
Mon May 8 11:14:29 CEST 2017 - jdelvare@suse.de
- config: armv6hl: Disable KEYBOARD_TM2_TOUCHKEY
The Samsung TM2 board is based on an Exynos SoC, which the armv6
kernel does not support.
- commit 38e6377
-------------------------------------------------------------------
Sat May 6 16:45:25 CEST 2017 - stefan.bruens@rwth-aachen.de
- config: arm64: Enable MEDIA_CONTROLLER API
Option is already set on armv7hl/armv6hl.
- commit efe309e
-------------------------------------------------------------------
Sat May 6 16:21:08 CEST 2017 - stefan.bruens@rwth-aachen.de
- config: arm64: Enable SND_SOC and codecs
Config mimics armv7hl, save any differences due to less SoCs supported
by arm64.
[AF: Rebased onto v4.12-rc3]
- commit 214bcc6
-------------------------------------------------------------------
Thu May 4 18:04:11 CEST 2017 - bpoirier@suse.com
- e1000e: Don't return uninitialized stats (bug#1034635).
- commit 836a5a5
-------------------------------------------------------------------
Thu May 4 17:57:32 CEST 2017 - bpoirier@suse.com
- e1000e: Don't return uninitialized stats (bug#1034635).
- commit 07b59a7
-------------------------------------------------------------------
Wed May 3 10:48:46 CEST 2017 - msuchanek@suse.de

View File

@ -17,8 +17,8 @@
# needssslcertforbuild
%define srcversion 4.11
%define patchversion 4.11.8
%define srcversion 4.12
%define patchversion 4.12.0
%define variant %{nil}
%define vanilla_only 0
@ -58,9 +58,9 @@ Name: kernel-64kb
Summary: Kernel with 64kb PAGE_SIZE
License: GPL-2.0
Group: System/Kernel
Version: 4.11.8
Version: 4.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g42bd7a0
Release: <RELEASE>.gb8e7496
%else
Release: 0
%endif

View File

@ -1,15 +1,49 @@
-------------------------------------------------------------------
Tue Jul 4 08:03:22 CEST 2017 - jslaby@suse.cz
- Update to 4.12-final.
- commit f35ee68
-------------------------------------------------------------------
Mon Jul 3 11:36:04 CEST 2017 - jslaby@suse.cz
- objtool: Silence warnings for functions which use IRET
(bnc#1018348).
- Update config files.
- Refresh
patches.suse/0002-dwarf-do-not-throw-away-unwind-info.patch.
Push the new version of unDWARF unwinder which is now called Orc. The
first 4 patches were accepted to the -tip tree, so they are marked
appropriatelly.
- commit 48ca048
-------------------------------------------------------------------
Thu Jun 29 16:37:33 CEST 2017 - jslaby@suse.cz
- Linux 4.11.8 (bnc#1012628).
- commit 42bd7a0
-------------------------------------------------------------------
Mon Jun 26 17:10:55 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc7.
- commit aec31ef
-------------------------------------------------------------------
Mon Jun 26 08:56:10 CEST 2017 - jslaby@suse.cz
- tty: Fix ldisc crash on reopened tty (bnc#1043488).
- commit 53c91b6
-------------------------------------------------------------------
Sun Jun 25 21:17:28 CEST 2017 - afaerber@suse.de
- config: ARM: Consistently enable SPI_GPIO
Bit-banging is needed when a SoC doesn't support native SPI or when such
drivers are missing. SPI_GPIO was enabled for armv6hl and armv7hl default,
but missing for armv7hl lpae and arm64. Set CONFIG_SPI_GPIO=m consistently.
- commit 8750062
-------------------------------------------------------------------
Sat Jun 24 09:54:41 CEST 2017 - jslaby@suse.cz
@ -23,6 +57,13 @@ Fri Jun 23 09:04:17 CEST 2017 - jslaby@suse.cz
(bnc#1045105).
- commit d61c66b
-------------------------------------------------------------------
Thu Jun 22 22:48:39 CEST 2017 - jeffm@suse.com
- reiserfs: don't preallocate blocks for extended attributes
(bsc#990682).
- commit ffd9401
-------------------------------------------------------------------
Thu Jun 22 22:46:00 CEST 2017 - jeffm@suse.com
@ -38,6 +79,39 @@ Thu Jun 22 21:01:50 CEST 2017 - jeffm@suse.com
- reiserfs: Make cancel_old_flush() reliable (bsc#1037795).
- commit 5e3bb37
-------------------------------------------------------------------
Thu Jun 22 16:44:14 CEST 2017 - jeffm@suse.com
- config: VGACON_SOFT_SCROLLBACK_SIZE=128 (FATE#307471).
This doubles the scrollback buffer on VGA consoles with only a little
bit of memory cost.
- commit b8a18f3
-------------------------------------------------------------------
Thu Jun 22 09:56:51 CEST 2017 - jslaby@suse.cz
- x86/unwind: add undwarf unwinder (bnc#1018348).
- Refresh
patches.suse/0001-objtool-move-checking-code-to-check.c.patch.
- Refresh patches.suse/0003-objtool-stack-validation-2.0.patch.
- Refresh
patches.suse/0004-objtool-add-undwarf-debuginfo-generation.patch.
- Delete
patches.suse/0008-extable-rename-sortextable-script-to-sorttable.patch.
- Delete
patches.suse/0009-extable-add-undwarf-table-sorting-ability-to-sorttab.patch.
- Delete patches.suse/0010-x86-unwind-add-undwarf-unwinder.patch.
Refresh the UNDWARF unwinder according to usptream reviews. And add
few fixes fro DRAP sequences again and handle more exceptions.
- commit 31d141e
-------------------------------------------------------------------
Tue Jun 20 20:58:13 CEST 2017 - jeffm@suse.com
- btrfs: serialize subvolume mounts with potentially mismatching
rw flags (bsc#951844 bsc#1024015).
- commit 638ee5d
-------------------------------------------------------------------
Tue Jun 20 17:58:56 CEST 2017 - jjolly@suse.de
@ -45,6 +119,19 @@ Tue Jun 20 17:58:56 CEST 2017 - jjolly@suse.de
- config.conf: Added s390x zfcpdump kernel
- commit 9bfc6ab
-------------------------------------------------------------------
Tue Jun 20 16:26:53 CEST 2017 - jjolly@suse.de
- Update config files.
- config.conf: Added s390x zfcpdump kernel
- commit 5162e6c
-------------------------------------------------------------------
Tue Jun 20 14:22:42 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc6.
- commit 4d2b302
-------------------------------------------------------------------
Tue Jun 20 14:19:08 CEST 2017 - jeffm@suse.com
@ -52,6 +139,12 @@ Tue Jun 20 14:19:08 CEST 2017 - jeffm@suse.com
(bsc#1028286 bsc#1017461 bsc#1036171).
- commit 7d41685
-------------------------------------------------------------------
Tue Jun 20 12:17:15 CEST 2017 - mmarek@suse.com
- Only set CONFIG_GCC_PLUGINS=y in kernel-syzkaller (boo#1043591)
- commit 1fffb22
-------------------------------------------------------------------
Tue Jun 20 11:01:58 CEST 2017 - mmarek@suse.com
@ -107,6 +200,13 @@ Tue Jun 13 15:51:25 CEST 2017 - mmarek@suse.com
... instead of relying on find-provides.ksyms to do it (bsc#981083).
- commit b1fe840
-------------------------------------------------------------------
Mon Jun 12 18:40:31 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc5.
- Eliminated 1 patch.
- commit 270295f
-------------------------------------------------------------------
Mon Jun 12 16:30:47 CEST 2017 - mmarek@suse.com
@ -156,11 +256,47 @@ Wed Jun 7 17:14:28 CEST 2017 - jslaby@suse.cz
patches.fixes/sctp-do-not-inherit-ipv6_-mc-ac-fl-_list-from-parent.patch.
- commit cba98ee
-------------------------------------------------------------------
Wed Jun 7 10:08:05 CEST 2017 - mkubecek@suse.cz
- Update upstream reference:
patches.fixes/virtio_net-lower-limit-on-buffer-size.patch.
- commit 922d3e3
-------------------------------------------------------------------
Tue Jun 6 12:45:39 CEST 2017 - jslaby@suse.cz
- tty: handle the case where we cannot restore a line discipline
(bnc#1042878).
- commit 9273e2f
-------------------------------------------------------------------
Tue Jun 6 12:41:20 CEST 2017 - mkubecek@suse.cz
- usb/early: Remove trace_printk() callers in xhci-dbc
(bsc#1042295).
- commit 52a1432
-------------------------------------------------------------------
Tue Jun 6 12:27:55 CEST 2017 - mkubecek@suse.cz
- virtio_net: lower limit on buffer size (bsc#1042717).
- commit a3aa4ed
-------------------------------------------------------------------
Tue Jun 6 11:15:29 CEST 2017 - jslaby@suse.cz
- Update config files.
Disable CONFIG_DRM_I915_WERROR, i.e. -Werror in i915. It causes build
failures in -syzkaller flavor due to a bit oversized frames:
drivers/gpu/drm/i915/intel_dpll_mgr.c:1548:1: error: the frame size of 2240 bytes is larger than 2048 bytes
- commit 5fc7b32
-------------------------------------------------------------------
Tue Jun 6 09:28:09 CEST 2017 - mkubecek@suse.cz
- series.conf: better section label (networking core)
- commit 3a35823
- commit 05ee05a
-------------------------------------------------------------------
Tue Jun 6 09:24:50 CEST 2017 - mkubecek@suse.cz
@ -196,12 +332,43 @@ Mon Jun 5 13:54:42 CEST 2017 - jslaby@suse.cz
Fix References tags.
- commit bf7afe3
-------------------------------------------------------------------
Mon Jun 5 09:34:29 CEST 2017 - jslaby@suse.cz
- Refresh
patches.suse/0002-objtool-x86-add-several-functions-and-files-to-the-o.patch.
- Refresh patches.suse/0003-objtool-stack-validation-2.0.patch.
- Refresh
patches.suse/0004-objtool-add-undwarf-debuginfo-generation.patch.
- Refresh
patches.suse/0005-objtool-x86-add-facility-for-asm-code-to-provide-CFI.patch.
Handle more DRAP sequences correctly.
- commit 0a00faf
-------------------------------------------------------------------
Mon Jun 5 09:17:02 CEST 2017 - msuchanek@suse.de
- kernel-binary.spec: Propagate MAKE_ARGS to %build (bsc#1012422)
- commit 6171b7a
-------------------------------------------------------------------
Mon Jun 5 03:24:25 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc4.
- Eliminated 1 patch.
- commit f198de4
-------------------------------------------------------------------
Fri Jun 2 19:28:12 CEST 2017 - afaerber@suse.de
- rpm/dtb.spec.in.in: Fix new include path
Commit 89de3db69113d58cdab14d2c777de6080eac49dc ("rpm/dtb.spec.in.in:
Update include path for dt-bindings") introduced an additional include
path for 4.12. The commit message had it correct, but the spec file
template lacked a path component, breaking the aarch64 build while
succeeding on armv7hl. Fix that.
- commit 36b7480
-------------------------------------------------------------------
Fri Jun 2 11:40:55 CEST 2017 - mmarek@suse.com
@ -209,6 +376,57 @@ Fri Jun 2 11:40:55 CEST 2017 - mmarek@suse.com
These are empty in current branches.
- commit 742f1d0
-------------------------------------------------------------------
Wed May 31 14:43:33 CEST 2017 - afaerber@suse.de
- rpm/dtb.spec.in.in: Update include path for dt-bindings
Kernels before 4.12 had arch/{arm,arm64}/boot/dts/include/ directories
with a symlink to include/dt-bindings/.
In 4.12 those include/ directories were dropped.
Therefore use include/ directly.
Additionally some cross-architecture .dtsi reuse was introduced, which
requires scripts/dtc/include-prefixes/ that didn't exist on older kernels.
- commit 89de3db
-------------------------------------------------------------------
Wed May 31 11:31:40 CEST 2017 - jslaby@suse.cz
- objtool: move checking code to check.c (bnc#1018348).
- objtool, x86: add several functions and files to the objtool
whitelist (bnc#1018348).
- objtool: stack validation 2.0 (bnc#1018348).
- objtool: add undwarf debuginfo generation (bnc#1018348).
- objtool, x86: add facility for asm code to provide CFI hints
(bnc#1018348).
- x86/entry: add CFI hint undwarf annotations (bnc#1018348).
- x86/asm: add CFI hint annotations to sync_core() (bnc#1018348).
- extable: rename 'sortextable' script to 'sorttable'
(bnc#1018348).
- extable: add undwarf table sorting ability to sorttable script
(bnc#1018348).
- x86/unwind: add undwarf unwinder (bnc#1018348).
- Delete patches.arch/x86_64-unwind-annotations.
- Update config files.
Switch from DWARF to unDWARF. This is the way upstream wants us to go.
We can drop patches.arch/x86_64-unwind-annotations now as it is
superseded by the patchset:
1) Objtool generates info for assembly now.
2) Manual annotations are put to places where objtool gets lost.
This version is RFC submitted upstream.
DWARF unwinder is not dropped on the floor yet, just commented out.
Let's see how this works out and drop it then. So far both
task-context and the interrupt-context traces look good (TM).
unDWARF is supported only on x86_64 so far.
- commit ac3e118
-------------------------------------------------------------------
Tue May 30 21:55:44 CEST 2017 - bpoirier@suse.com
- Refresh
patches.drivers/e1000e-Don-t-return-uninitialized-stats.patch.
Update link.
- commit fe56f0b
-------------------------------------------------------------------
Tue May 30 21:53:42 CEST 2017 - bpoirier@suse.com
@ -217,6 +435,38 @@ Tue May 30 21:53:42 CEST 2017 - bpoirier@suse.com
Fix incorrect tag.
- commit 7bbd095
-------------------------------------------------------------------
Tue May 30 16:15:33 CEST 2017 - afaerber@suse.de
- config: armv7hl: Update to v4.12-rc3
- commit 8cfaade
-------------------------------------------------------------------
Tue May 30 15:44:48 CEST 2017 - afaerber@suse.de
- config: armv6hl: Update to v4.12-rc3
- commit f8dbef0
-------------------------------------------------------------------
Tue May 30 15:27:37 CEST 2017 - afaerber@suse.de
- config: arm64: Update to v4.12-rc3
Harmonize the display drivers while at it.
- commit 305b5bb
-------------------------------------------------------------------
Mon May 29 16:53:26 CEST 2017 - mkubecek@suse.cz
- drm/i915: Fix new -Wint-in-bool-context gcc compiler warning.
- commit d41a006
-------------------------------------------------------------------
Mon May 29 14:47:53 CEST 2017 - mkubecek@suse.cz
- Update to 4.12-rc3.
- Eliminated 1 patch.
- commit 383e7eb
-------------------------------------------------------------------
Mon May 29 02:20:12 CEST 2017 - neilb@suse.com
@ -232,8 +482,170 @@ Fri May 26 10:38:38 CEST 2017 - afaerber@suse.de
- config: arm64: Make PINCTRL_SINGLE built-in
This fixes serial console on the HiKey board (bsc#1040492).
(cherry picked from commit 02f57029be80cfec078617f5dbb4022ea5931ac3)
- config: arm64: Make PINCTRL_SINGLE built-in
This fixes serial console on the HiKey board (bsc#1040492).
- commit 36186ce
-------------------------------------------------------------------
Fri May 26 10:25:31 CEST 2017 - mkubecek@suse.cz
- Update to 4.12-rc2
- Eliminated 32 patches.
- ARM configs need updating.
- OSS (sound) support marked broken
- Config changes:
- Kernel hacking:
- EARLY_PRINTK_USB_XDBC=y
- Block:
- BFQ_GROUP_IOSCHED=y
- BLK_DEV_THROTTLING_LOW=n (experimental)
- DM_INTEGRITY=m
- IOSCHED_BFQ=y
- MQ_IOSCHED_KYBER=y
- Filesystems:
- UBIFS_FS_SECURITY=y
- Networking:
- NET_9P_XEN=m
- NET_SCH_DEFAULT=n (for custom builds)
- Network drivers:
- BT_HCIUART_NOKIA=m
- CAN_HI311X=m
- CAN_MCBA_USB=m
- CAN_PEAK_PCIEFD=m
- CAN_VXCAN=m
- DWC_XLGMAC=m
- DWC_XLGMAC_PCI=m
- IEEE802154_CA8210=m
- IEEE802154_CA8210_DEBUGFS=n
- MDIO_DEVICE=m
- MLX5_CORE_IPOIB=y
- NET_VENDOR_SYNOPSYS=y
- RTL8723BS=m
- TIGON3_HWMON=y
- VSOCKMON=m
- DRM:
- BACKLIGHT_ARCXCNN=m
- DM_INTEGRITY=m
- DRM_FBDEV_OVERALLOC=100 (default)
- DRM_I915_DEBUG_VBLANK_EVADE=n (driver debugging)
- DRM_I915_LOW_LEVEL_TRACEPOINTS=n (driver debugging)
- DRM_I915_SELFTEST=n (driver debugging)
- Sound:
- SND_FIREFACE=m
- SND_FIREWIRE_MOTU=m
- SND_I2S_HI6210_I2S=m
- SND_SOC_ADAU1761_I2C=n
- SND_SOC_ADAU1761_SPI=n
- SND_SOC_CS35L35=m
- SND_SOC_DA7213=m
- SND_SOC_DIO2125=n
- SND_SOC_ES7134=n
- SND_SOC_INTEL_BYT_CHT_DA7213_MACH=m
- SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=m
- SND_SOC_MAX98927=n
- SND_SOC_NAU8824=m
- PCI:
- PCI_ENDPOINT=y
- PCI_ENDPOINT_CONFIGFS=n
- PCI_ENDPOINT_TEST=m
- PCI_EPF_TEST=m
- PCI_SW_SWITCHTEC=m
- USB:
- TYPEC_FUSB302=m
- TYPEC_TCPCI=m
- TYPEC_TCPM=m
- TYPEC_WCOVE=m
- USB_PCI=y
- NVM:
- NVM_PBLK=m
- Power supply:
- BATTERY_AXP20X=m
- CHARGER_AXP20X=m
- Multimedia:
- CEC_PLATFORM_DRIVERS=y
- IR_SIR=m (renamed LIRC_SIR)
- MEDIA_CEC_RC=y
- USB_RAINSHADOW_CEC=m
- VIDEO_OV2640=m (renamed SOC_CAMERA_OV2640)
- Input:
- JOYSTICK_PSXPAD_SPI=m
- JOYSTICK_PSXPAD_SPI_FF=y
- MOUSE_PS2_SYNAPTICS_SMBUS=y
- TOUCHSCREEN_TSC2007_IIO=y
- Hardware monitoring:
- SENSORS_ASPEED=m
- DAX:
- DAX=y
- EDAC:
- EDAC_GHES=n (causes problems, ask bpetkov)
- Crypto:
- SYSTEM_BLACKLIST_KEYRING=n
- HID:
- HID_ACCUTOUCH=m
- HID_NTI=m
- HID_SENSOR_HUMIDITY=m
- HID_SENSOR_TEMP=m
- Industrial I/O
- AXP20X_ADC=m
- LTC2497=n
- LTC2632=n
- MAX1118=n
- MAX30102=m
- MAX9611=n
- SRF04=m
- VL6180=m
- Thermal:
- THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
- I2C:
- I2C_MUX_LTC4306=m
- IB:
- INFINIBAND_OPA_VNIC=m
- Staging:
- LNET_XPRT_IB=m
- Xen:
- XEN_PV=y
- x86:
- DELL_WMI_LED=m (renamed LEDS_DELL_NETBOOKS)
- INTEL_CHT_INT33FE=m
- X86_MCELOG_LEGACY=y
- Misc:
- ALTERA_PR_IP_CORE=m
- CHARLCD=m
- FPGA_MGR_XILINX_SPI=m
- HD44780=m
- INTEL_SOC_PMIC_BXTWC=m
- MFD_TI_LMU=m
- MMC_SDHCI_XENON=m
- RAS_CEC=y
- RESET_IMX7=n
- W1_SLAVE_DS2438=m
- XPOWER_PMIC_OPREGION=y
- ppc64le:
- ARCH_MMAP_RND_BITS=14
- ARCH_MMAP_RND_COMPAT_BITS=7
- CRYPTO_CRCT10DIF_VPMSUM=n
- CRYPTO_DEV_CCREE=n
- DA9062_THERMAL=n
- DRM_LVDS_ENCODER=n
- DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW=n
- DRM_RCAR_DW_HDMI=n
- FA_DUMP=n
- FPGA_MGR_ICE40_SPI=n
- GPIO_FTGPIO010=n
- KPROBES_ON_FTRACE=y
- LEDS_LP3952=n
- PPC_DT_CPU_FTRS=n
- PPC_XIVE_NATIVE=y
- THREAD_SHIFT=14
- XILINX_PR_DECOUPLER=n
- s390x:
- ARCH_RANDOM=y
- ATA=n
- DEFERRED_STRUCT_PAGE_INIT=n
- MAX_PHYSMEM_BITS=46
- S390_CCW_IOMMU=n
- commit a8e0ac1
-------------------------------------------------------------------
Thu May 25 19:55:04 CEST 2017 - jslaby@suse.cz
@ -297,7 +709,7 @@ Tue May 23 16:57:08 CEST 2017 - tiwai@suse.de
Tue May 23 07:52:52 CEST 2017 - tiwai@suse.de
- ptrace: Properly initialize ptracer_cred on fork (bsc#1040041).
- commit 24082da
- commit d5c0513
-------------------------------------------------------------------
Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz
@ -305,12 +717,18 @@ Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz
- Linux 4.11.2 (bnc#1012628).
- commit 03903d8
-------------------------------------------------------------------
Fri May 19 23:09:43 CEST 2017 - tiwai@suse.de
- Update config files: set HD-audio power save as default (boo#1039995).
- commit ba31213
-------------------------------------------------------------------
Fri May 19 12:36:38 CEST 2017 - jdelvare@suse.de
- Revert "drm/amdgpu: update tile table for oland/hainan"
(boo#1027378, boo#1039806).
- commit 2e66df6
- commit 455115d
-------------------------------------------------------------------
Mon May 15 11:42:34 CEST 2017 - jslaby@suse.cz
@ -338,12 +756,42 @@ Wed May 10 18:29:51 CEST 2017 - jeffm@suse.com
- config: disable XFS_RT
- commit 98d6a9a
-------------------------------------------------------------------
Mon May 8 11:14:29 CEST 2017 - jdelvare@suse.de
- config: armv6hl: Disable KEYBOARD_TM2_TOUCHKEY
The Samsung TM2 board is based on an Exynos SoC, which the armv6
kernel does not support.
- commit 38e6377
-------------------------------------------------------------------
Sat May 6 16:45:25 CEST 2017 - stefan.bruens@rwth-aachen.de
- config: arm64: Enable MEDIA_CONTROLLER API
Option is already set on armv7hl/armv6hl.
- commit efe309e
-------------------------------------------------------------------
Sat May 6 16:21:08 CEST 2017 - stefan.bruens@rwth-aachen.de
- config: arm64: Enable SND_SOC and codecs
Config mimics armv7hl, save any differences due to less SoCs supported
by arm64.
[AF: Rebased onto v4.12-rc3]
- commit 214bcc6
-------------------------------------------------------------------
Thu May 4 18:04:11 CEST 2017 - bpoirier@suse.com
- e1000e: Don't return uninitialized stats (bug#1034635).
- commit 836a5a5
-------------------------------------------------------------------
Thu May 4 17:57:32 CEST 2017 - bpoirier@suse.com
- e1000e: Don't return uninitialized stats (bug#1034635).
- commit 07b59a7
-------------------------------------------------------------------
Wed May 3 10:48:46 CEST 2017 - msuchanek@suse.de

View File

@ -17,8 +17,8 @@
# needssslcertforbuild
%define srcversion 4.11
%define patchversion 4.11.8
%define srcversion 4.12
%define patchversion 4.12.0
%define variant %{nil}
%define vanilla_only 0
@ -58,9 +58,9 @@ Name: kernel-debug
Summary: A Debug Version of the Kernel
License: GPL-2.0
Group: System/Kernel
Version: 4.11.8
Version: 4.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g42bd7a0
Release: <RELEASE>.gb8e7496
%else
Release: 0
%endif

View File

@ -1,15 +1,49 @@
-------------------------------------------------------------------
Tue Jul 4 08:03:22 CEST 2017 - jslaby@suse.cz
- Update to 4.12-final.
- commit f35ee68
-------------------------------------------------------------------
Mon Jul 3 11:36:04 CEST 2017 - jslaby@suse.cz
- objtool: Silence warnings for functions which use IRET
(bnc#1018348).
- Update config files.
- Refresh
patches.suse/0002-dwarf-do-not-throw-away-unwind-info.patch.
Push the new version of unDWARF unwinder which is now called Orc. The
first 4 patches were accepted to the -tip tree, so they are marked
appropriatelly.
- commit 48ca048
-------------------------------------------------------------------
Thu Jun 29 16:37:33 CEST 2017 - jslaby@suse.cz
- Linux 4.11.8 (bnc#1012628).
- commit 42bd7a0
-------------------------------------------------------------------
Mon Jun 26 17:10:55 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc7.
- commit aec31ef
-------------------------------------------------------------------
Mon Jun 26 08:56:10 CEST 2017 - jslaby@suse.cz
- tty: Fix ldisc crash on reopened tty (bnc#1043488).
- commit 53c91b6
-------------------------------------------------------------------
Sun Jun 25 21:17:28 CEST 2017 - afaerber@suse.de
- config: ARM: Consistently enable SPI_GPIO
Bit-banging is needed when a SoC doesn't support native SPI or when such
drivers are missing. SPI_GPIO was enabled for armv6hl and armv7hl default,
but missing for armv7hl lpae and arm64. Set CONFIG_SPI_GPIO=m consistently.
- commit 8750062
-------------------------------------------------------------------
Sat Jun 24 09:54:41 CEST 2017 - jslaby@suse.cz
@ -23,6 +57,13 @@ Fri Jun 23 09:04:17 CEST 2017 - jslaby@suse.cz
(bnc#1045105).
- commit d61c66b
-------------------------------------------------------------------
Thu Jun 22 22:48:39 CEST 2017 - jeffm@suse.com
- reiserfs: don't preallocate blocks for extended attributes
(bsc#990682).
- commit ffd9401
-------------------------------------------------------------------
Thu Jun 22 22:46:00 CEST 2017 - jeffm@suse.com
@ -38,6 +79,39 @@ Thu Jun 22 21:01:50 CEST 2017 - jeffm@suse.com
- reiserfs: Make cancel_old_flush() reliable (bsc#1037795).
- commit 5e3bb37
-------------------------------------------------------------------
Thu Jun 22 16:44:14 CEST 2017 - jeffm@suse.com
- config: VGACON_SOFT_SCROLLBACK_SIZE=128 (FATE#307471).
This doubles the scrollback buffer on VGA consoles with only a little
bit of memory cost.
- commit b8a18f3
-------------------------------------------------------------------
Thu Jun 22 09:56:51 CEST 2017 - jslaby@suse.cz
- x86/unwind: add undwarf unwinder (bnc#1018348).
- Refresh
patches.suse/0001-objtool-move-checking-code-to-check.c.patch.
- Refresh patches.suse/0003-objtool-stack-validation-2.0.patch.
- Refresh
patches.suse/0004-objtool-add-undwarf-debuginfo-generation.patch.
- Delete
patches.suse/0008-extable-rename-sortextable-script-to-sorttable.patch.
- Delete
patches.suse/0009-extable-add-undwarf-table-sorting-ability-to-sorttab.patch.
- Delete patches.suse/0010-x86-unwind-add-undwarf-unwinder.patch.
Refresh the UNDWARF unwinder according to usptream reviews. And add
few fixes fro DRAP sequences again and handle more exceptions.
- commit 31d141e
-------------------------------------------------------------------
Tue Jun 20 20:58:13 CEST 2017 - jeffm@suse.com
- btrfs: serialize subvolume mounts with potentially mismatching
rw flags (bsc#951844 bsc#1024015).
- commit 638ee5d
-------------------------------------------------------------------
Tue Jun 20 17:58:56 CEST 2017 - jjolly@suse.de
@ -45,6 +119,19 @@ Tue Jun 20 17:58:56 CEST 2017 - jjolly@suse.de
- config.conf: Added s390x zfcpdump kernel
- commit 9bfc6ab
-------------------------------------------------------------------
Tue Jun 20 16:26:53 CEST 2017 - jjolly@suse.de
- Update config files.
- config.conf: Added s390x zfcpdump kernel
- commit 5162e6c
-------------------------------------------------------------------
Tue Jun 20 14:22:42 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc6.
- commit 4d2b302
-------------------------------------------------------------------
Tue Jun 20 14:19:08 CEST 2017 - jeffm@suse.com
@ -52,6 +139,12 @@ Tue Jun 20 14:19:08 CEST 2017 - jeffm@suse.com
(bsc#1028286 bsc#1017461 bsc#1036171).
- commit 7d41685
-------------------------------------------------------------------
Tue Jun 20 12:17:15 CEST 2017 - mmarek@suse.com
- Only set CONFIG_GCC_PLUGINS=y in kernel-syzkaller (boo#1043591)
- commit 1fffb22
-------------------------------------------------------------------
Tue Jun 20 11:01:58 CEST 2017 - mmarek@suse.com
@ -107,6 +200,13 @@ Tue Jun 13 15:51:25 CEST 2017 - mmarek@suse.com
... instead of relying on find-provides.ksyms to do it (bsc#981083).
- commit b1fe840
-------------------------------------------------------------------
Mon Jun 12 18:40:31 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc5.
- Eliminated 1 patch.
- commit 270295f
-------------------------------------------------------------------
Mon Jun 12 16:30:47 CEST 2017 - mmarek@suse.com
@ -156,11 +256,47 @@ Wed Jun 7 17:14:28 CEST 2017 - jslaby@suse.cz
patches.fixes/sctp-do-not-inherit-ipv6_-mc-ac-fl-_list-from-parent.patch.
- commit cba98ee
-------------------------------------------------------------------
Wed Jun 7 10:08:05 CEST 2017 - mkubecek@suse.cz
- Update upstream reference:
patches.fixes/virtio_net-lower-limit-on-buffer-size.patch.
- commit 922d3e3
-------------------------------------------------------------------
Tue Jun 6 12:45:39 CEST 2017 - jslaby@suse.cz
- tty: handle the case where we cannot restore a line discipline
(bnc#1042878).
- commit 9273e2f
-------------------------------------------------------------------
Tue Jun 6 12:41:20 CEST 2017 - mkubecek@suse.cz
- usb/early: Remove trace_printk() callers in xhci-dbc
(bsc#1042295).
- commit 52a1432
-------------------------------------------------------------------
Tue Jun 6 12:27:55 CEST 2017 - mkubecek@suse.cz
- virtio_net: lower limit on buffer size (bsc#1042717).
- commit a3aa4ed
-------------------------------------------------------------------
Tue Jun 6 11:15:29 CEST 2017 - jslaby@suse.cz
- Update config files.
Disable CONFIG_DRM_I915_WERROR, i.e. -Werror in i915. It causes build
failures in -syzkaller flavor due to a bit oversized frames:
drivers/gpu/drm/i915/intel_dpll_mgr.c:1548:1: error: the frame size of 2240 bytes is larger than 2048 bytes
- commit 5fc7b32
-------------------------------------------------------------------
Tue Jun 6 09:28:09 CEST 2017 - mkubecek@suse.cz
- series.conf: better section label (networking core)
- commit 3a35823
- commit 05ee05a
-------------------------------------------------------------------
Tue Jun 6 09:24:50 CEST 2017 - mkubecek@suse.cz
@ -196,12 +332,43 @@ Mon Jun 5 13:54:42 CEST 2017 - jslaby@suse.cz
Fix References tags.
- commit bf7afe3
-------------------------------------------------------------------
Mon Jun 5 09:34:29 CEST 2017 - jslaby@suse.cz
- Refresh
patches.suse/0002-objtool-x86-add-several-functions-and-files-to-the-o.patch.
- Refresh patches.suse/0003-objtool-stack-validation-2.0.patch.
- Refresh
patches.suse/0004-objtool-add-undwarf-debuginfo-generation.patch.
- Refresh
patches.suse/0005-objtool-x86-add-facility-for-asm-code-to-provide-CFI.patch.
Handle more DRAP sequences correctly.
- commit 0a00faf
-------------------------------------------------------------------
Mon Jun 5 09:17:02 CEST 2017 - msuchanek@suse.de
- kernel-binary.spec: Propagate MAKE_ARGS to %build (bsc#1012422)
- commit 6171b7a
-------------------------------------------------------------------
Mon Jun 5 03:24:25 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc4.
- Eliminated 1 patch.
- commit f198de4
-------------------------------------------------------------------
Fri Jun 2 19:28:12 CEST 2017 - afaerber@suse.de
- rpm/dtb.spec.in.in: Fix new include path
Commit 89de3db69113d58cdab14d2c777de6080eac49dc ("rpm/dtb.spec.in.in:
Update include path for dt-bindings") introduced an additional include
path for 4.12. The commit message had it correct, but the spec file
template lacked a path component, breaking the aarch64 build while
succeeding on armv7hl. Fix that.
- commit 36b7480
-------------------------------------------------------------------
Fri Jun 2 11:40:55 CEST 2017 - mmarek@suse.com
@ -209,6 +376,57 @@ Fri Jun 2 11:40:55 CEST 2017 - mmarek@suse.com
These are empty in current branches.
- commit 742f1d0
-------------------------------------------------------------------
Wed May 31 14:43:33 CEST 2017 - afaerber@suse.de
- rpm/dtb.spec.in.in: Update include path for dt-bindings
Kernels before 4.12 had arch/{arm,arm64}/boot/dts/include/ directories
with a symlink to include/dt-bindings/.
In 4.12 those include/ directories were dropped.
Therefore use include/ directly.
Additionally some cross-architecture .dtsi reuse was introduced, which
requires scripts/dtc/include-prefixes/ that didn't exist on older kernels.
- commit 89de3db
-------------------------------------------------------------------
Wed May 31 11:31:40 CEST 2017 - jslaby@suse.cz
- objtool: move checking code to check.c (bnc#1018348).
- objtool, x86: add several functions and files to the objtool
whitelist (bnc#1018348).
- objtool: stack validation 2.0 (bnc#1018348).
- objtool: add undwarf debuginfo generation (bnc#1018348).
- objtool, x86: add facility for asm code to provide CFI hints
(bnc#1018348).
- x86/entry: add CFI hint undwarf annotations (bnc#1018348).
- x86/asm: add CFI hint annotations to sync_core() (bnc#1018348).
- extable: rename 'sortextable' script to 'sorttable'
(bnc#1018348).
- extable: add undwarf table sorting ability to sorttable script
(bnc#1018348).
- x86/unwind: add undwarf unwinder (bnc#1018348).
- Delete patches.arch/x86_64-unwind-annotations.
- Update config files.
Switch from DWARF to unDWARF. This is the way upstream wants us to go.
We can drop patches.arch/x86_64-unwind-annotations now as it is
superseded by the patchset:
1) Objtool generates info for assembly now.
2) Manual annotations are put to places where objtool gets lost.
This version is RFC submitted upstream.
DWARF unwinder is not dropped on the floor yet, just commented out.
Let's see how this works out and drop it then. So far both
task-context and the interrupt-context traces look good (TM).
unDWARF is supported only on x86_64 so far.
- commit ac3e118
-------------------------------------------------------------------
Tue May 30 21:55:44 CEST 2017 - bpoirier@suse.com
- Refresh
patches.drivers/e1000e-Don-t-return-uninitialized-stats.patch.
Update link.
- commit fe56f0b
-------------------------------------------------------------------
Tue May 30 21:53:42 CEST 2017 - bpoirier@suse.com
@ -217,6 +435,38 @@ Tue May 30 21:53:42 CEST 2017 - bpoirier@suse.com
Fix incorrect tag.
- commit 7bbd095
-------------------------------------------------------------------
Tue May 30 16:15:33 CEST 2017 - afaerber@suse.de
- config: armv7hl: Update to v4.12-rc3
- commit 8cfaade
-------------------------------------------------------------------
Tue May 30 15:44:48 CEST 2017 - afaerber@suse.de
- config: armv6hl: Update to v4.12-rc3
- commit f8dbef0
-------------------------------------------------------------------
Tue May 30 15:27:37 CEST 2017 - afaerber@suse.de
- config: arm64: Update to v4.12-rc3
Harmonize the display drivers while at it.
- commit 305b5bb
-------------------------------------------------------------------
Mon May 29 16:53:26 CEST 2017 - mkubecek@suse.cz
- drm/i915: Fix new -Wint-in-bool-context gcc compiler warning.
- commit d41a006
-------------------------------------------------------------------
Mon May 29 14:47:53 CEST 2017 - mkubecek@suse.cz
- Update to 4.12-rc3.
- Eliminated 1 patch.
- commit 383e7eb
-------------------------------------------------------------------
Mon May 29 02:20:12 CEST 2017 - neilb@suse.com
@ -232,8 +482,170 @@ Fri May 26 10:38:38 CEST 2017 - afaerber@suse.de
- config: arm64: Make PINCTRL_SINGLE built-in
This fixes serial console on the HiKey board (bsc#1040492).
(cherry picked from commit 02f57029be80cfec078617f5dbb4022ea5931ac3)
- config: arm64: Make PINCTRL_SINGLE built-in
This fixes serial console on the HiKey board (bsc#1040492).
- commit 36186ce
-------------------------------------------------------------------
Fri May 26 10:25:31 CEST 2017 - mkubecek@suse.cz
- Update to 4.12-rc2
- Eliminated 32 patches.
- ARM configs need updating.
- OSS (sound) support marked broken
- Config changes:
- Kernel hacking:
- EARLY_PRINTK_USB_XDBC=y
- Block:
- BFQ_GROUP_IOSCHED=y
- BLK_DEV_THROTTLING_LOW=n (experimental)
- DM_INTEGRITY=m
- IOSCHED_BFQ=y
- MQ_IOSCHED_KYBER=y
- Filesystems:
- UBIFS_FS_SECURITY=y
- Networking:
- NET_9P_XEN=m
- NET_SCH_DEFAULT=n (for custom builds)
- Network drivers:
- BT_HCIUART_NOKIA=m
- CAN_HI311X=m
- CAN_MCBA_USB=m
- CAN_PEAK_PCIEFD=m
- CAN_VXCAN=m
- DWC_XLGMAC=m
- DWC_XLGMAC_PCI=m
- IEEE802154_CA8210=m
- IEEE802154_CA8210_DEBUGFS=n
- MDIO_DEVICE=m
- MLX5_CORE_IPOIB=y
- NET_VENDOR_SYNOPSYS=y
- RTL8723BS=m
- TIGON3_HWMON=y
- VSOCKMON=m
- DRM:
- BACKLIGHT_ARCXCNN=m
- DM_INTEGRITY=m
- DRM_FBDEV_OVERALLOC=100 (default)
- DRM_I915_DEBUG_VBLANK_EVADE=n (driver debugging)
- DRM_I915_LOW_LEVEL_TRACEPOINTS=n (driver debugging)
- DRM_I915_SELFTEST=n (driver debugging)
- Sound:
- SND_FIREFACE=m
- SND_FIREWIRE_MOTU=m
- SND_I2S_HI6210_I2S=m
- SND_SOC_ADAU1761_I2C=n
- SND_SOC_ADAU1761_SPI=n
- SND_SOC_CS35L35=m
- SND_SOC_DA7213=m
- SND_SOC_DIO2125=n
- SND_SOC_ES7134=n
- SND_SOC_INTEL_BYT_CHT_DA7213_MACH=m
- SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=m
- SND_SOC_MAX98927=n
- SND_SOC_NAU8824=m
- PCI:
- PCI_ENDPOINT=y
- PCI_ENDPOINT_CONFIGFS=n
- PCI_ENDPOINT_TEST=m
- PCI_EPF_TEST=m
- PCI_SW_SWITCHTEC=m
- USB:
- TYPEC_FUSB302=m
- TYPEC_TCPCI=m
- TYPEC_TCPM=m
- TYPEC_WCOVE=m
- USB_PCI=y
- NVM:
- NVM_PBLK=m
- Power supply:
- BATTERY_AXP20X=m
- CHARGER_AXP20X=m
- Multimedia:
- CEC_PLATFORM_DRIVERS=y
- IR_SIR=m (renamed LIRC_SIR)
- MEDIA_CEC_RC=y
- USB_RAINSHADOW_CEC=m
- VIDEO_OV2640=m (renamed SOC_CAMERA_OV2640)
- Input:
- JOYSTICK_PSXPAD_SPI=m
- JOYSTICK_PSXPAD_SPI_FF=y
- MOUSE_PS2_SYNAPTICS_SMBUS=y
- TOUCHSCREEN_TSC2007_IIO=y
- Hardware monitoring:
- SENSORS_ASPEED=m
- DAX:
- DAX=y
- EDAC:
- EDAC_GHES=n (causes problems, ask bpetkov)
- Crypto:
- SYSTEM_BLACKLIST_KEYRING=n
- HID:
- HID_ACCUTOUCH=m
- HID_NTI=m
- HID_SENSOR_HUMIDITY=m
- HID_SENSOR_TEMP=m
- Industrial I/O
- AXP20X_ADC=m
- LTC2497=n
- LTC2632=n
- MAX1118=n
- MAX30102=m
- MAX9611=n
- SRF04=m
- VL6180=m
- Thermal:
- THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
- I2C:
- I2C_MUX_LTC4306=m
- IB:
- INFINIBAND_OPA_VNIC=m
- Staging:
- LNET_XPRT_IB=m
- Xen:
- XEN_PV=y
- x86:
- DELL_WMI_LED=m (renamed LEDS_DELL_NETBOOKS)
- INTEL_CHT_INT33FE=m
- X86_MCELOG_LEGACY=y
- Misc:
- ALTERA_PR_IP_CORE=m
- CHARLCD=m
- FPGA_MGR_XILINX_SPI=m
- HD44780=m
- INTEL_SOC_PMIC_BXTWC=m
- MFD_TI_LMU=m
- MMC_SDHCI_XENON=m
- RAS_CEC=y
- RESET_IMX7=n
- W1_SLAVE_DS2438=m
- XPOWER_PMIC_OPREGION=y
- ppc64le:
- ARCH_MMAP_RND_BITS=14
- ARCH_MMAP_RND_COMPAT_BITS=7
- CRYPTO_CRCT10DIF_VPMSUM=n
- CRYPTO_DEV_CCREE=n
- DA9062_THERMAL=n
- DRM_LVDS_ENCODER=n
- DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW=n
- DRM_RCAR_DW_HDMI=n
- FA_DUMP=n
- FPGA_MGR_ICE40_SPI=n
- GPIO_FTGPIO010=n
- KPROBES_ON_FTRACE=y
- LEDS_LP3952=n
- PPC_DT_CPU_FTRS=n
- PPC_XIVE_NATIVE=y
- THREAD_SHIFT=14
- XILINX_PR_DECOUPLER=n
- s390x:
- ARCH_RANDOM=y
- ATA=n
- DEFERRED_STRUCT_PAGE_INIT=n
- MAX_PHYSMEM_BITS=46
- S390_CCW_IOMMU=n
- commit a8e0ac1
-------------------------------------------------------------------
Thu May 25 19:55:04 CEST 2017 - jslaby@suse.cz
@ -297,7 +709,7 @@ Tue May 23 16:57:08 CEST 2017 - tiwai@suse.de
Tue May 23 07:52:52 CEST 2017 - tiwai@suse.de
- ptrace: Properly initialize ptracer_cred on fork (bsc#1040041).
- commit 24082da
- commit d5c0513
-------------------------------------------------------------------
Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz
@ -305,12 +717,18 @@ Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz
- Linux 4.11.2 (bnc#1012628).
- commit 03903d8
-------------------------------------------------------------------
Fri May 19 23:09:43 CEST 2017 - tiwai@suse.de
- Update config files: set HD-audio power save as default (boo#1039995).
- commit ba31213
-------------------------------------------------------------------
Fri May 19 12:36:38 CEST 2017 - jdelvare@suse.de
- Revert "drm/amdgpu: update tile table for oland/hainan"
(boo#1027378, boo#1039806).
- commit 2e66df6
- commit 455115d
-------------------------------------------------------------------
Mon May 15 11:42:34 CEST 2017 - jslaby@suse.cz
@ -338,12 +756,42 @@ Wed May 10 18:29:51 CEST 2017 - jeffm@suse.com
- config: disable XFS_RT
- commit 98d6a9a
-------------------------------------------------------------------
Mon May 8 11:14:29 CEST 2017 - jdelvare@suse.de
- config: armv6hl: Disable KEYBOARD_TM2_TOUCHKEY
The Samsung TM2 board is based on an Exynos SoC, which the armv6
kernel does not support.
- commit 38e6377
-------------------------------------------------------------------
Sat May 6 16:45:25 CEST 2017 - stefan.bruens@rwth-aachen.de
- config: arm64: Enable MEDIA_CONTROLLER API
Option is already set on armv7hl/armv6hl.
- commit efe309e
-------------------------------------------------------------------
Sat May 6 16:21:08 CEST 2017 - stefan.bruens@rwth-aachen.de
- config: arm64: Enable SND_SOC and codecs
Config mimics armv7hl, save any differences due to less SoCs supported
by arm64.
[AF: Rebased onto v4.12-rc3]
- commit 214bcc6
-------------------------------------------------------------------
Thu May 4 18:04:11 CEST 2017 - bpoirier@suse.com
- e1000e: Don't return uninitialized stats (bug#1034635).
- commit 836a5a5
-------------------------------------------------------------------
Thu May 4 17:57:32 CEST 2017 - bpoirier@suse.com
- e1000e: Don't return uninitialized stats (bug#1034635).
- commit 07b59a7
-------------------------------------------------------------------
Wed May 3 10:48:46 CEST 2017 - msuchanek@suse.de

View File

@ -17,8 +17,8 @@
# needssslcertforbuild
%define srcversion 4.11
%define patchversion 4.11.8
%define srcversion 4.12
%define patchversion 4.12.0
%define variant %{nil}
%define vanilla_only 0
@ -58,9 +58,9 @@ Name: kernel-default
Summary: The Standard Kernel
License: GPL-2.0
Group: System/Kernel
Version: 4.11.8
Version: 4.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g42bd7a0
Release: <RELEASE>.gb8e7496
%else
Release: 0
%endif

View File

@ -1,15 +1,49 @@
-------------------------------------------------------------------
Tue Jul 4 08:03:22 CEST 2017 - jslaby@suse.cz
- Update to 4.12-final.
- commit f35ee68
-------------------------------------------------------------------
Mon Jul 3 11:36:04 CEST 2017 - jslaby@suse.cz
- objtool: Silence warnings for functions which use IRET
(bnc#1018348).
- Update config files.
- Refresh
patches.suse/0002-dwarf-do-not-throw-away-unwind-info.patch.
Push the new version of unDWARF unwinder which is now called Orc. The
first 4 patches were accepted to the -tip tree, so they are marked
appropriatelly.
- commit 48ca048
-------------------------------------------------------------------
Thu Jun 29 16:37:33 CEST 2017 - jslaby@suse.cz
- Linux 4.11.8 (bnc#1012628).
- commit 42bd7a0
-------------------------------------------------------------------
Mon Jun 26 17:10:55 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc7.
- commit aec31ef
-------------------------------------------------------------------
Mon Jun 26 08:56:10 CEST 2017 - jslaby@suse.cz
- tty: Fix ldisc crash on reopened tty (bnc#1043488).
- commit 53c91b6
-------------------------------------------------------------------
Sun Jun 25 21:17:28 CEST 2017 - afaerber@suse.de
- config: ARM: Consistently enable SPI_GPIO
Bit-banging is needed when a SoC doesn't support native SPI or when such
drivers are missing. SPI_GPIO was enabled for armv6hl and armv7hl default,
but missing for armv7hl lpae and arm64. Set CONFIG_SPI_GPIO=m consistently.
- commit 8750062
-------------------------------------------------------------------
Sat Jun 24 09:54:41 CEST 2017 - jslaby@suse.cz
@ -23,6 +57,13 @@ Fri Jun 23 09:04:17 CEST 2017 - jslaby@suse.cz
(bnc#1045105).
- commit d61c66b
-------------------------------------------------------------------
Thu Jun 22 22:48:39 CEST 2017 - jeffm@suse.com
- reiserfs: don't preallocate blocks for extended attributes
(bsc#990682).
- commit ffd9401
-------------------------------------------------------------------
Thu Jun 22 22:46:00 CEST 2017 - jeffm@suse.com
@ -38,6 +79,39 @@ Thu Jun 22 21:01:50 CEST 2017 - jeffm@suse.com
- reiserfs: Make cancel_old_flush() reliable (bsc#1037795).
- commit 5e3bb37
-------------------------------------------------------------------
Thu Jun 22 16:44:14 CEST 2017 - jeffm@suse.com
- config: VGACON_SOFT_SCROLLBACK_SIZE=128 (FATE#307471).
This doubles the scrollback buffer on VGA consoles with only a little
bit of memory cost.
- commit b8a18f3
-------------------------------------------------------------------
Thu Jun 22 09:56:51 CEST 2017 - jslaby@suse.cz
- x86/unwind: add undwarf unwinder (bnc#1018348).
- Refresh
patches.suse/0001-objtool-move-checking-code-to-check.c.patch.
- Refresh patches.suse/0003-objtool-stack-validation-2.0.patch.
- Refresh
patches.suse/0004-objtool-add-undwarf-debuginfo-generation.patch.
- Delete
patches.suse/0008-extable-rename-sortextable-script-to-sorttable.patch.
- Delete
patches.suse/0009-extable-add-undwarf-table-sorting-ability-to-sorttab.patch.
- Delete patches.suse/0010-x86-unwind-add-undwarf-unwinder.patch.
Refresh the UNDWARF unwinder according to usptream reviews. And add
few fixes fro DRAP sequences again and handle more exceptions.
- commit 31d141e
-------------------------------------------------------------------
Tue Jun 20 20:58:13 CEST 2017 - jeffm@suse.com
- btrfs: serialize subvolume mounts with potentially mismatching
rw flags (bsc#951844 bsc#1024015).
- commit 638ee5d
-------------------------------------------------------------------
Tue Jun 20 17:58:56 CEST 2017 - jjolly@suse.de
@ -45,6 +119,19 @@ Tue Jun 20 17:58:56 CEST 2017 - jjolly@suse.de
- config.conf: Added s390x zfcpdump kernel
- commit 9bfc6ab
-------------------------------------------------------------------
Tue Jun 20 16:26:53 CEST 2017 - jjolly@suse.de
- Update config files.
- config.conf: Added s390x zfcpdump kernel
- commit 5162e6c
-------------------------------------------------------------------
Tue Jun 20 14:22:42 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc6.
- commit 4d2b302
-------------------------------------------------------------------
Tue Jun 20 14:19:08 CEST 2017 - jeffm@suse.com
@ -52,6 +139,12 @@ Tue Jun 20 14:19:08 CEST 2017 - jeffm@suse.com
(bsc#1028286 bsc#1017461 bsc#1036171).
- commit 7d41685
-------------------------------------------------------------------
Tue Jun 20 12:17:15 CEST 2017 - mmarek@suse.com
- Only set CONFIG_GCC_PLUGINS=y in kernel-syzkaller (boo#1043591)
- commit 1fffb22
-------------------------------------------------------------------
Tue Jun 20 11:01:58 CEST 2017 - mmarek@suse.com
@ -107,6 +200,13 @@ Tue Jun 13 15:51:25 CEST 2017 - mmarek@suse.com
... instead of relying on find-provides.ksyms to do it (bsc#981083).
- commit b1fe840
-------------------------------------------------------------------
Mon Jun 12 18:40:31 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc5.
- Eliminated 1 patch.
- commit 270295f
-------------------------------------------------------------------
Mon Jun 12 16:30:47 CEST 2017 - mmarek@suse.com
@ -156,11 +256,47 @@ Wed Jun 7 17:14:28 CEST 2017 - jslaby@suse.cz
patches.fixes/sctp-do-not-inherit-ipv6_-mc-ac-fl-_list-from-parent.patch.
- commit cba98ee
-------------------------------------------------------------------
Wed Jun 7 10:08:05 CEST 2017 - mkubecek@suse.cz
- Update upstream reference:
patches.fixes/virtio_net-lower-limit-on-buffer-size.patch.
- commit 922d3e3
-------------------------------------------------------------------
Tue Jun 6 12:45:39 CEST 2017 - jslaby@suse.cz
- tty: handle the case where we cannot restore a line discipline
(bnc#1042878).
- commit 9273e2f
-------------------------------------------------------------------
Tue Jun 6 12:41:20 CEST 2017 - mkubecek@suse.cz
- usb/early: Remove trace_printk() callers in xhci-dbc
(bsc#1042295).
- commit 52a1432
-------------------------------------------------------------------
Tue Jun 6 12:27:55 CEST 2017 - mkubecek@suse.cz
- virtio_net: lower limit on buffer size (bsc#1042717).
- commit a3aa4ed
-------------------------------------------------------------------
Tue Jun 6 11:15:29 CEST 2017 - jslaby@suse.cz
- Update config files.
Disable CONFIG_DRM_I915_WERROR, i.e. -Werror in i915. It causes build
failures in -syzkaller flavor due to a bit oversized frames:
drivers/gpu/drm/i915/intel_dpll_mgr.c:1548:1: error: the frame size of 2240 bytes is larger than 2048 bytes
- commit 5fc7b32
-------------------------------------------------------------------
Tue Jun 6 09:28:09 CEST 2017 - mkubecek@suse.cz
- series.conf: better section label (networking core)
- commit 3a35823
- commit 05ee05a
-------------------------------------------------------------------
Tue Jun 6 09:24:50 CEST 2017 - mkubecek@suse.cz
@ -196,12 +332,43 @@ Mon Jun 5 13:54:42 CEST 2017 - jslaby@suse.cz
Fix References tags.
- commit bf7afe3
-------------------------------------------------------------------
Mon Jun 5 09:34:29 CEST 2017 - jslaby@suse.cz
- Refresh
patches.suse/0002-objtool-x86-add-several-functions-and-files-to-the-o.patch.
- Refresh patches.suse/0003-objtool-stack-validation-2.0.patch.
- Refresh
patches.suse/0004-objtool-add-undwarf-debuginfo-generation.patch.
- Refresh
patches.suse/0005-objtool-x86-add-facility-for-asm-code-to-provide-CFI.patch.
Handle more DRAP sequences correctly.
- commit 0a00faf
-------------------------------------------------------------------
Mon Jun 5 09:17:02 CEST 2017 - msuchanek@suse.de
- kernel-binary.spec: Propagate MAKE_ARGS to %build (bsc#1012422)
- commit 6171b7a
-------------------------------------------------------------------
Mon Jun 5 03:24:25 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc4.
- Eliminated 1 patch.
- commit f198de4
-------------------------------------------------------------------
Fri Jun 2 19:28:12 CEST 2017 - afaerber@suse.de
- rpm/dtb.spec.in.in: Fix new include path
Commit 89de3db69113d58cdab14d2c777de6080eac49dc ("rpm/dtb.spec.in.in:
Update include path for dt-bindings") introduced an additional include
path for 4.12. The commit message had it correct, but the spec file
template lacked a path component, breaking the aarch64 build while
succeeding on armv7hl. Fix that.
- commit 36b7480
-------------------------------------------------------------------
Fri Jun 2 11:40:55 CEST 2017 - mmarek@suse.com
@ -209,6 +376,57 @@ Fri Jun 2 11:40:55 CEST 2017 - mmarek@suse.com
These are empty in current branches.
- commit 742f1d0
-------------------------------------------------------------------
Wed May 31 14:43:33 CEST 2017 - afaerber@suse.de
- rpm/dtb.spec.in.in: Update include path for dt-bindings
Kernels before 4.12 had arch/{arm,arm64}/boot/dts/include/ directories
with a symlink to include/dt-bindings/.
In 4.12 those include/ directories were dropped.
Therefore use include/ directly.
Additionally some cross-architecture .dtsi reuse was introduced, which
requires scripts/dtc/include-prefixes/ that didn't exist on older kernels.
- commit 89de3db
-------------------------------------------------------------------
Wed May 31 11:31:40 CEST 2017 - jslaby@suse.cz
- objtool: move checking code to check.c (bnc#1018348).
- objtool, x86: add several functions and files to the objtool
whitelist (bnc#1018348).
- objtool: stack validation 2.0 (bnc#1018348).
- objtool: add undwarf debuginfo generation (bnc#1018348).
- objtool, x86: add facility for asm code to provide CFI hints
(bnc#1018348).
- x86/entry: add CFI hint undwarf annotations (bnc#1018348).
- x86/asm: add CFI hint annotations to sync_core() (bnc#1018348).
- extable: rename 'sortextable' script to 'sorttable'
(bnc#1018348).
- extable: add undwarf table sorting ability to sorttable script
(bnc#1018348).
- x86/unwind: add undwarf unwinder (bnc#1018348).
- Delete patches.arch/x86_64-unwind-annotations.
- Update config files.
Switch from DWARF to unDWARF. This is the way upstream wants us to go.
We can drop patches.arch/x86_64-unwind-annotations now as it is
superseded by the patchset:
1) Objtool generates info for assembly now.
2) Manual annotations are put to places where objtool gets lost.
This version is RFC submitted upstream.
DWARF unwinder is not dropped on the floor yet, just commented out.
Let's see how this works out and drop it then. So far both
task-context and the interrupt-context traces look good (TM).
unDWARF is supported only on x86_64 so far.
- commit ac3e118
-------------------------------------------------------------------
Tue May 30 21:55:44 CEST 2017 - bpoirier@suse.com
- Refresh
patches.drivers/e1000e-Don-t-return-uninitialized-stats.patch.
Update link.
- commit fe56f0b
-------------------------------------------------------------------
Tue May 30 21:53:42 CEST 2017 - bpoirier@suse.com
@ -217,6 +435,38 @@ Tue May 30 21:53:42 CEST 2017 - bpoirier@suse.com
Fix incorrect tag.
- commit 7bbd095
-------------------------------------------------------------------
Tue May 30 16:15:33 CEST 2017 - afaerber@suse.de
- config: armv7hl: Update to v4.12-rc3
- commit 8cfaade
-------------------------------------------------------------------
Tue May 30 15:44:48 CEST 2017 - afaerber@suse.de
- config: armv6hl: Update to v4.12-rc3
- commit f8dbef0
-------------------------------------------------------------------
Tue May 30 15:27:37 CEST 2017 - afaerber@suse.de
- config: arm64: Update to v4.12-rc3
Harmonize the display drivers while at it.
- commit 305b5bb
-------------------------------------------------------------------
Mon May 29 16:53:26 CEST 2017 - mkubecek@suse.cz
- drm/i915: Fix new -Wint-in-bool-context gcc compiler warning.
- commit d41a006
-------------------------------------------------------------------
Mon May 29 14:47:53 CEST 2017 - mkubecek@suse.cz
- Update to 4.12-rc3.
- Eliminated 1 patch.
- commit 383e7eb
-------------------------------------------------------------------
Mon May 29 02:20:12 CEST 2017 - neilb@suse.com
@ -232,8 +482,170 @@ Fri May 26 10:38:38 CEST 2017 - afaerber@suse.de
- config: arm64: Make PINCTRL_SINGLE built-in
This fixes serial console on the HiKey board (bsc#1040492).
(cherry picked from commit 02f57029be80cfec078617f5dbb4022ea5931ac3)
- config: arm64: Make PINCTRL_SINGLE built-in
This fixes serial console on the HiKey board (bsc#1040492).
- commit 36186ce
-------------------------------------------------------------------
Fri May 26 10:25:31 CEST 2017 - mkubecek@suse.cz
- Update to 4.12-rc2
- Eliminated 32 patches.
- ARM configs need updating.
- OSS (sound) support marked broken
- Config changes:
- Kernel hacking:
- EARLY_PRINTK_USB_XDBC=y
- Block:
- BFQ_GROUP_IOSCHED=y
- BLK_DEV_THROTTLING_LOW=n (experimental)
- DM_INTEGRITY=m
- IOSCHED_BFQ=y
- MQ_IOSCHED_KYBER=y
- Filesystems:
- UBIFS_FS_SECURITY=y
- Networking:
- NET_9P_XEN=m
- NET_SCH_DEFAULT=n (for custom builds)
- Network drivers:
- BT_HCIUART_NOKIA=m
- CAN_HI311X=m
- CAN_MCBA_USB=m
- CAN_PEAK_PCIEFD=m
- CAN_VXCAN=m
- DWC_XLGMAC=m
- DWC_XLGMAC_PCI=m
- IEEE802154_CA8210=m
- IEEE802154_CA8210_DEBUGFS=n
- MDIO_DEVICE=m
- MLX5_CORE_IPOIB=y
- NET_VENDOR_SYNOPSYS=y
- RTL8723BS=m
- TIGON3_HWMON=y
- VSOCKMON=m
- DRM:
- BACKLIGHT_ARCXCNN=m
- DM_INTEGRITY=m
- DRM_FBDEV_OVERALLOC=100 (default)
- DRM_I915_DEBUG_VBLANK_EVADE=n (driver debugging)
- DRM_I915_LOW_LEVEL_TRACEPOINTS=n (driver debugging)
- DRM_I915_SELFTEST=n (driver debugging)
- Sound:
- SND_FIREFACE=m
- SND_FIREWIRE_MOTU=m
- SND_I2S_HI6210_I2S=m
- SND_SOC_ADAU1761_I2C=n
- SND_SOC_ADAU1761_SPI=n
- SND_SOC_CS35L35=m
- SND_SOC_DA7213=m
- SND_SOC_DIO2125=n
- SND_SOC_ES7134=n
- SND_SOC_INTEL_BYT_CHT_DA7213_MACH=m
- SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=m
- SND_SOC_MAX98927=n
- SND_SOC_NAU8824=m
- PCI:
- PCI_ENDPOINT=y
- PCI_ENDPOINT_CONFIGFS=n
- PCI_ENDPOINT_TEST=m
- PCI_EPF_TEST=m
- PCI_SW_SWITCHTEC=m
- USB:
- TYPEC_FUSB302=m
- TYPEC_TCPCI=m
- TYPEC_TCPM=m
- TYPEC_WCOVE=m
- USB_PCI=y
- NVM:
- NVM_PBLK=m
- Power supply:
- BATTERY_AXP20X=m
- CHARGER_AXP20X=m
- Multimedia:
- CEC_PLATFORM_DRIVERS=y
- IR_SIR=m (renamed LIRC_SIR)
- MEDIA_CEC_RC=y
- USB_RAINSHADOW_CEC=m
- VIDEO_OV2640=m (renamed SOC_CAMERA_OV2640)
- Input:
- JOYSTICK_PSXPAD_SPI=m
- JOYSTICK_PSXPAD_SPI_FF=y
- MOUSE_PS2_SYNAPTICS_SMBUS=y
- TOUCHSCREEN_TSC2007_IIO=y
- Hardware monitoring:
- SENSORS_ASPEED=m
- DAX:
- DAX=y
- EDAC:
- EDAC_GHES=n (causes problems, ask bpetkov)
- Crypto:
- SYSTEM_BLACKLIST_KEYRING=n
- HID:
- HID_ACCUTOUCH=m
- HID_NTI=m
- HID_SENSOR_HUMIDITY=m
- HID_SENSOR_TEMP=m
- Industrial I/O
- AXP20X_ADC=m
- LTC2497=n
- LTC2632=n
- MAX1118=n
- MAX30102=m
- MAX9611=n
- SRF04=m
- VL6180=m
- Thermal:
- THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
- I2C:
- I2C_MUX_LTC4306=m
- IB:
- INFINIBAND_OPA_VNIC=m
- Staging:
- LNET_XPRT_IB=m
- Xen:
- XEN_PV=y
- x86:
- DELL_WMI_LED=m (renamed LEDS_DELL_NETBOOKS)
- INTEL_CHT_INT33FE=m
- X86_MCELOG_LEGACY=y
- Misc:
- ALTERA_PR_IP_CORE=m
- CHARLCD=m
- FPGA_MGR_XILINX_SPI=m
- HD44780=m
- INTEL_SOC_PMIC_BXTWC=m
- MFD_TI_LMU=m
- MMC_SDHCI_XENON=m
- RAS_CEC=y
- RESET_IMX7=n
- W1_SLAVE_DS2438=m
- XPOWER_PMIC_OPREGION=y
- ppc64le:
- ARCH_MMAP_RND_BITS=14
- ARCH_MMAP_RND_COMPAT_BITS=7
- CRYPTO_CRCT10DIF_VPMSUM=n
- CRYPTO_DEV_CCREE=n
- DA9062_THERMAL=n
- DRM_LVDS_ENCODER=n
- DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW=n
- DRM_RCAR_DW_HDMI=n
- FA_DUMP=n
- FPGA_MGR_ICE40_SPI=n
- GPIO_FTGPIO010=n
- KPROBES_ON_FTRACE=y
- LEDS_LP3952=n
- PPC_DT_CPU_FTRS=n
- PPC_XIVE_NATIVE=y
- THREAD_SHIFT=14
- XILINX_PR_DECOUPLER=n
- s390x:
- ARCH_RANDOM=y
- ATA=n
- DEFERRED_STRUCT_PAGE_INIT=n
- MAX_PHYSMEM_BITS=46
- S390_CCW_IOMMU=n
- commit a8e0ac1
-------------------------------------------------------------------
Thu May 25 19:55:04 CEST 2017 - jslaby@suse.cz
@ -297,7 +709,7 @@ Tue May 23 16:57:08 CEST 2017 - tiwai@suse.de
Tue May 23 07:52:52 CEST 2017 - tiwai@suse.de
- ptrace: Properly initialize ptracer_cred on fork (bsc#1040041).
- commit 24082da
- commit d5c0513
-------------------------------------------------------------------
Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz
@ -305,12 +717,18 @@ Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz
- Linux 4.11.2 (bnc#1012628).
- commit 03903d8
-------------------------------------------------------------------
Fri May 19 23:09:43 CEST 2017 - tiwai@suse.de
- Update config files: set HD-audio power save as default (boo#1039995).
- commit ba31213
-------------------------------------------------------------------
Fri May 19 12:36:38 CEST 2017 - jdelvare@suse.de
- Revert "drm/amdgpu: update tile table for oland/hainan"
(boo#1027378, boo#1039806).
- commit 2e66df6
- commit 455115d
-------------------------------------------------------------------
Mon May 15 11:42:34 CEST 2017 - jslaby@suse.cz
@ -338,12 +756,42 @@ Wed May 10 18:29:51 CEST 2017 - jeffm@suse.com
- config: disable XFS_RT
- commit 98d6a9a
-------------------------------------------------------------------
Mon May 8 11:14:29 CEST 2017 - jdelvare@suse.de
- config: armv6hl: Disable KEYBOARD_TM2_TOUCHKEY
The Samsung TM2 board is based on an Exynos SoC, which the armv6
kernel does not support.
- commit 38e6377
-------------------------------------------------------------------
Sat May 6 16:45:25 CEST 2017 - stefan.bruens@rwth-aachen.de
- config: arm64: Enable MEDIA_CONTROLLER API
Option is already set on armv7hl/armv6hl.
- commit efe309e
-------------------------------------------------------------------
Sat May 6 16:21:08 CEST 2017 - stefan.bruens@rwth-aachen.de
- config: arm64: Enable SND_SOC and codecs
Config mimics armv7hl, save any differences due to less SoCs supported
by arm64.
[AF: Rebased onto v4.12-rc3]
- commit 214bcc6
-------------------------------------------------------------------
Thu May 4 18:04:11 CEST 2017 - bpoirier@suse.com
- e1000e: Don't return uninitialized stats (bug#1034635).
- commit 836a5a5
-------------------------------------------------------------------
Thu May 4 17:57:32 CEST 2017 - bpoirier@suse.com
- e1000e: Don't return uninitialized stats (bug#1034635).
- commit 07b59a7
-------------------------------------------------------------------
Wed May 3 10:48:46 CEST 2017 - msuchanek@suse.de

View File

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

View File

@ -1,15 +1,49 @@
-------------------------------------------------------------------
Tue Jul 4 08:03:22 CEST 2017 - jslaby@suse.cz
- Update to 4.12-final.
- commit f35ee68
-------------------------------------------------------------------
Mon Jul 3 11:36:04 CEST 2017 - jslaby@suse.cz
- objtool: Silence warnings for functions which use IRET
(bnc#1018348).
- Update config files.
- Refresh
patches.suse/0002-dwarf-do-not-throw-away-unwind-info.patch.
Push the new version of unDWARF unwinder which is now called Orc. The
first 4 patches were accepted to the -tip tree, so they are marked
appropriatelly.
- commit 48ca048
-------------------------------------------------------------------
Thu Jun 29 16:37:33 CEST 2017 - jslaby@suse.cz
- Linux 4.11.8 (bnc#1012628).
- commit 42bd7a0
-------------------------------------------------------------------
Mon Jun 26 17:10:55 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc7.
- commit aec31ef
-------------------------------------------------------------------
Mon Jun 26 08:56:10 CEST 2017 - jslaby@suse.cz
- tty: Fix ldisc crash on reopened tty (bnc#1043488).
- commit 53c91b6
-------------------------------------------------------------------
Sun Jun 25 21:17:28 CEST 2017 - afaerber@suse.de
- config: ARM: Consistently enable SPI_GPIO
Bit-banging is needed when a SoC doesn't support native SPI or when such
drivers are missing. SPI_GPIO was enabled for armv6hl and armv7hl default,
but missing for armv7hl lpae and arm64. Set CONFIG_SPI_GPIO=m consistently.
- commit 8750062
-------------------------------------------------------------------
Sat Jun 24 09:54:41 CEST 2017 - jslaby@suse.cz
@ -23,6 +57,13 @@ Fri Jun 23 09:04:17 CEST 2017 - jslaby@suse.cz
(bnc#1045105).
- commit d61c66b
-------------------------------------------------------------------
Thu Jun 22 22:48:39 CEST 2017 - jeffm@suse.com
- reiserfs: don't preallocate blocks for extended attributes
(bsc#990682).
- commit ffd9401
-------------------------------------------------------------------
Thu Jun 22 22:46:00 CEST 2017 - jeffm@suse.com
@ -38,6 +79,39 @@ Thu Jun 22 21:01:50 CEST 2017 - jeffm@suse.com
- reiserfs: Make cancel_old_flush() reliable (bsc#1037795).
- commit 5e3bb37
-------------------------------------------------------------------
Thu Jun 22 16:44:14 CEST 2017 - jeffm@suse.com
- config: VGACON_SOFT_SCROLLBACK_SIZE=128 (FATE#307471).
This doubles the scrollback buffer on VGA consoles with only a little
bit of memory cost.
- commit b8a18f3
-------------------------------------------------------------------
Thu Jun 22 09:56:51 CEST 2017 - jslaby@suse.cz
- x86/unwind: add undwarf unwinder (bnc#1018348).
- Refresh
patches.suse/0001-objtool-move-checking-code-to-check.c.patch.
- Refresh patches.suse/0003-objtool-stack-validation-2.0.patch.
- Refresh
patches.suse/0004-objtool-add-undwarf-debuginfo-generation.patch.
- Delete
patches.suse/0008-extable-rename-sortextable-script-to-sorttable.patch.
- Delete
patches.suse/0009-extable-add-undwarf-table-sorting-ability-to-sorttab.patch.
- Delete patches.suse/0010-x86-unwind-add-undwarf-unwinder.patch.
Refresh the UNDWARF unwinder according to usptream reviews. And add
few fixes fro DRAP sequences again and handle more exceptions.
- commit 31d141e
-------------------------------------------------------------------
Tue Jun 20 20:58:13 CEST 2017 - jeffm@suse.com
- btrfs: serialize subvolume mounts with potentially mismatching
rw flags (bsc#951844 bsc#1024015).
- commit 638ee5d
-------------------------------------------------------------------
Tue Jun 20 17:58:56 CEST 2017 - jjolly@suse.de
@ -45,6 +119,19 @@ Tue Jun 20 17:58:56 CEST 2017 - jjolly@suse.de
- config.conf: Added s390x zfcpdump kernel
- commit 9bfc6ab
-------------------------------------------------------------------
Tue Jun 20 16:26:53 CEST 2017 - jjolly@suse.de
- Update config files.
- config.conf: Added s390x zfcpdump kernel
- commit 5162e6c
-------------------------------------------------------------------
Tue Jun 20 14:22:42 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc6.
- commit 4d2b302
-------------------------------------------------------------------
Tue Jun 20 14:19:08 CEST 2017 - jeffm@suse.com
@ -52,6 +139,12 @@ Tue Jun 20 14:19:08 CEST 2017 - jeffm@suse.com
(bsc#1028286 bsc#1017461 bsc#1036171).
- commit 7d41685
-------------------------------------------------------------------
Tue Jun 20 12:17:15 CEST 2017 - mmarek@suse.com
- Only set CONFIG_GCC_PLUGINS=y in kernel-syzkaller (boo#1043591)
- commit 1fffb22
-------------------------------------------------------------------
Tue Jun 20 11:01:58 CEST 2017 - mmarek@suse.com
@ -107,6 +200,13 @@ Tue Jun 13 15:51:25 CEST 2017 - mmarek@suse.com
... instead of relying on find-provides.ksyms to do it (bsc#981083).
- commit b1fe840
-------------------------------------------------------------------
Mon Jun 12 18:40:31 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc5.
- Eliminated 1 patch.
- commit 270295f
-------------------------------------------------------------------
Mon Jun 12 16:30:47 CEST 2017 - mmarek@suse.com
@ -156,11 +256,47 @@ Wed Jun 7 17:14:28 CEST 2017 - jslaby@suse.cz
patches.fixes/sctp-do-not-inherit-ipv6_-mc-ac-fl-_list-from-parent.patch.
- commit cba98ee
-------------------------------------------------------------------
Wed Jun 7 10:08:05 CEST 2017 - mkubecek@suse.cz
- Update upstream reference:
patches.fixes/virtio_net-lower-limit-on-buffer-size.patch.
- commit 922d3e3
-------------------------------------------------------------------
Tue Jun 6 12:45:39 CEST 2017 - jslaby@suse.cz
- tty: handle the case where we cannot restore a line discipline
(bnc#1042878).
- commit 9273e2f
-------------------------------------------------------------------
Tue Jun 6 12:41:20 CEST 2017 - mkubecek@suse.cz
- usb/early: Remove trace_printk() callers in xhci-dbc
(bsc#1042295).
- commit 52a1432
-------------------------------------------------------------------
Tue Jun 6 12:27:55 CEST 2017 - mkubecek@suse.cz
- virtio_net: lower limit on buffer size (bsc#1042717).
- commit a3aa4ed
-------------------------------------------------------------------
Tue Jun 6 11:15:29 CEST 2017 - jslaby@suse.cz
- Update config files.
Disable CONFIG_DRM_I915_WERROR, i.e. -Werror in i915. It causes build
failures in -syzkaller flavor due to a bit oversized frames:
drivers/gpu/drm/i915/intel_dpll_mgr.c:1548:1: error: the frame size of 2240 bytes is larger than 2048 bytes
- commit 5fc7b32
-------------------------------------------------------------------
Tue Jun 6 09:28:09 CEST 2017 - mkubecek@suse.cz
- series.conf: better section label (networking core)
- commit 3a35823
- commit 05ee05a
-------------------------------------------------------------------
Tue Jun 6 09:24:50 CEST 2017 - mkubecek@suse.cz
@ -196,12 +332,43 @@ Mon Jun 5 13:54:42 CEST 2017 - jslaby@suse.cz
Fix References tags.
- commit bf7afe3
-------------------------------------------------------------------
Mon Jun 5 09:34:29 CEST 2017 - jslaby@suse.cz
- Refresh
patches.suse/0002-objtool-x86-add-several-functions-and-files-to-the-o.patch.
- Refresh patches.suse/0003-objtool-stack-validation-2.0.patch.
- Refresh
patches.suse/0004-objtool-add-undwarf-debuginfo-generation.patch.
- Refresh
patches.suse/0005-objtool-x86-add-facility-for-asm-code-to-provide-CFI.patch.
Handle more DRAP sequences correctly.
- commit 0a00faf
-------------------------------------------------------------------
Mon Jun 5 09:17:02 CEST 2017 - msuchanek@suse.de
- kernel-binary.spec: Propagate MAKE_ARGS to %build (bsc#1012422)
- commit 6171b7a
-------------------------------------------------------------------
Mon Jun 5 03:24:25 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc4.
- Eliminated 1 patch.
- commit f198de4
-------------------------------------------------------------------
Fri Jun 2 19:28:12 CEST 2017 - afaerber@suse.de
- rpm/dtb.spec.in.in: Fix new include path
Commit 89de3db69113d58cdab14d2c777de6080eac49dc ("rpm/dtb.spec.in.in:
Update include path for dt-bindings") introduced an additional include
path for 4.12. The commit message had it correct, but the spec file
template lacked a path component, breaking the aarch64 build while
succeeding on armv7hl. Fix that.
- commit 36b7480
-------------------------------------------------------------------
Fri Jun 2 11:40:55 CEST 2017 - mmarek@suse.com
@ -209,6 +376,57 @@ Fri Jun 2 11:40:55 CEST 2017 - mmarek@suse.com
These are empty in current branches.
- commit 742f1d0
-------------------------------------------------------------------
Wed May 31 14:43:33 CEST 2017 - afaerber@suse.de
- rpm/dtb.spec.in.in: Update include path for dt-bindings
Kernels before 4.12 had arch/{arm,arm64}/boot/dts/include/ directories
with a symlink to include/dt-bindings/.
In 4.12 those include/ directories were dropped.
Therefore use include/ directly.
Additionally some cross-architecture .dtsi reuse was introduced, which
requires scripts/dtc/include-prefixes/ that didn't exist on older kernels.
- commit 89de3db
-------------------------------------------------------------------
Wed May 31 11:31:40 CEST 2017 - jslaby@suse.cz
- objtool: move checking code to check.c (bnc#1018348).
- objtool, x86: add several functions and files to the objtool
whitelist (bnc#1018348).
- objtool: stack validation 2.0 (bnc#1018348).
- objtool: add undwarf debuginfo generation (bnc#1018348).
- objtool, x86: add facility for asm code to provide CFI hints
(bnc#1018348).
- x86/entry: add CFI hint undwarf annotations (bnc#1018348).
- x86/asm: add CFI hint annotations to sync_core() (bnc#1018348).
- extable: rename 'sortextable' script to 'sorttable'
(bnc#1018348).
- extable: add undwarf table sorting ability to sorttable script
(bnc#1018348).
- x86/unwind: add undwarf unwinder (bnc#1018348).
- Delete patches.arch/x86_64-unwind-annotations.
- Update config files.
Switch from DWARF to unDWARF. This is the way upstream wants us to go.
We can drop patches.arch/x86_64-unwind-annotations now as it is
superseded by the patchset:
1) Objtool generates info for assembly now.
2) Manual annotations are put to places where objtool gets lost.
This version is RFC submitted upstream.
DWARF unwinder is not dropped on the floor yet, just commented out.
Let's see how this works out and drop it then. So far both
task-context and the interrupt-context traces look good (TM).
unDWARF is supported only on x86_64 so far.
- commit ac3e118
-------------------------------------------------------------------
Tue May 30 21:55:44 CEST 2017 - bpoirier@suse.com
- Refresh
patches.drivers/e1000e-Don-t-return-uninitialized-stats.patch.
Update link.
- commit fe56f0b
-------------------------------------------------------------------
Tue May 30 21:53:42 CEST 2017 - bpoirier@suse.com
@ -217,6 +435,38 @@ Tue May 30 21:53:42 CEST 2017 - bpoirier@suse.com
Fix incorrect tag.
- commit 7bbd095
-------------------------------------------------------------------
Tue May 30 16:15:33 CEST 2017 - afaerber@suse.de
- config: armv7hl: Update to v4.12-rc3
- commit 8cfaade
-------------------------------------------------------------------
Tue May 30 15:44:48 CEST 2017 - afaerber@suse.de
- config: armv6hl: Update to v4.12-rc3
- commit f8dbef0
-------------------------------------------------------------------
Tue May 30 15:27:37 CEST 2017 - afaerber@suse.de
- config: arm64: Update to v4.12-rc3
Harmonize the display drivers while at it.
- commit 305b5bb
-------------------------------------------------------------------
Mon May 29 16:53:26 CEST 2017 - mkubecek@suse.cz
- drm/i915: Fix new -Wint-in-bool-context gcc compiler warning.
- commit d41a006
-------------------------------------------------------------------
Mon May 29 14:47:53 CEST 2017 - mkubecek@suse.cz
- Update to 4.12-rc3.
- Eliminated 1 patch.
- commit 383e7eb
-------------------------------------------------------------------
Mon May 29 02:20:12 CEST 2017 - neilb@suse.com
@ -232,8 +482,170 @@ Fri May 26 10:38:38 CEST 2017 - afaerber@suse.de
- config: arm64: Make PINCTRL_SINGLE built-in
This fixes serial console on the HiKey board (bsc#1040492).
(cherry picked from commit 02f57029be80cfec078617f5dbb4022ea5931ac3)
- config: arm64: Make PINCTRL_SINGLE built-in
This fixes serial console on the HiKey board (bsc#1040492).
- commit 36186ce
-------------------------------------------------------------------
Fri May 26 10:25:31 CEST 2017 - mkubecek@suse.cz
- Update to 4.12-rc2
- Eliminated 32 patches.
- ARM configs need updating.
- OSS (sound) support marked broken
- Config changes:
- Kernel hacking:
- EARLY_PRINTK_USB_XDBC=y
- Block:
- BFQ_GROUP_IOSCHED=y
- BLK_DEV_THROTTLING_LOW=n (experimental)
- DM_INTEGRITY=m
- IOSCHED_BFQ=y
- MQ_IOSCHED_KYBER=y
- Filesystems:
- UBIFS_FS_SECURITY=y
- Networking:
- NET_9P_XEN=m
- NET_SCH_DEFAULT=n (for custom builds)
- Network drivers:
- BT_HCIUART_NOKIA=m
- CAN_HI311X=m
- CAN_MCBA_USB=m
- CAN_PEAK_PCIEFD=m
- CAN_VXCAN=m
- DWC_XLGMAC=m
- DWC_XLGMAC_PCI=m
- IEEE802154_CA8210=m
- IEEE802154_CA8210_DEBUGFS=n
- MDIO_DEVICE=m
- MLX5_CORE_IPOIB=y
- NET_VENDOR_SYNOPSYS=y
- RTL8723BS=m
- TIGON3_HWMON=y
- VSOCKMON=m
- DRM:
- BACKLIGHT_ARCXCNN=m
- DM_INTEGRITY=m
- DRM_FBDEV_OVERALLOC=100 (default)
- DRM_I915_DEBUG_VBLANK_EVADE=n (driver debugging)
- DRM_I915_LOW_LEVEL_TRACEPOINTS=n (driver debugging)
- DRM_I915_SELFTEST=n (driver debugging)
- Sound:
- SND_FIREFACE=m
- SND_FIREWIRE_MOTU=m
- SND_I2S_HI6210_I2S=m
- SND_SOC_ADAU1761_I2C=n
- SND_SOC_ADAU1761_SPI=n
- SND_SOC_CS35L35=m
- SND_SOC_DA7213=m
- SND_SOC_DIO2125=n
- SND_SOC_ES7134=n
- SND_SOC_INTEL_BYT_CHT_DA7213_MACH=m
- SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=m
- SND_SOC_MAX98927=n
- SND_SOC_NAU8824=m
- PCI:
- PCI_ENDPOINT=y
- PCI_ENDPOINT_CONFIGFS=n
- PCI_ENDPOINT_TEST=m
- PCI_EPF_TEST=m
- PCI_SW_SWITCHTEC=m
- USB:
- TYPEC_FUSB302=m
- TYPEC_TCPCI=m
- TYPEC_TCPM=m
- TYPEC_WCOVE=m
- USB_PCI=y
- NVM:
- NVM_PBLK=m
- Power supply:
- BATTERY_AXP20X=m
- CHARGER_AXP20X=m
- Multimedia:
- CEC_PLATFORM_DRIVERS=y
- IR_SIR=m (renamed LIRC_SIR)
- MEDIA_CEC_RC=y
- USB_RAINSHADOW_CEC=m
- VIDEO_OV2640=m (renamed SOC_CAMERA_OV2640)
- Input:
- JOYSTICK_PSXPAD_SPI=m
- JOYSTICK_PSXPAD_SPI_FF=y
- MOUSE_PS2_SYNAPTICS_SMBUS=y
- TOUCHSCREEN_TSC2007_IIO=y
- Hardware monitoring:
- SENSORS_ASPEED=m
- DAX:
- DAX=y
- EDAC:
- EDAC_GHES=n (causes problems, ask bpetkov)
- Crypto:
- SYSTEM_BLACKLIST_KEYRING=n
- HID:
- HID_ACCUTOUCH=m
- HID_NTI=m
- HID_SENSOR_HUMIDITY=m
- HID_SENSOR_TEMP=m
- Industrial I/O
- AXP20X_ADC=m
- LTC2497=n
- LTC2632=n
- MAX1118=n
- MAX30102=m
- MAX9611=n
- SRF04=m
- VL6180=m
- Thermal:
- THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
- I2C:
- I2C_MUX_LTC4306=m
- IB:
- INFINIBAND_OPA_VNIC=m
- Staging:
- LNET_XPRT_IB=m
- Xen:
- XEN_PV=y
- x86:
- DELL_WMI_LED=m (renamed LEDS_DELL_NETBOOKS)
- INTEL_CHT_INT33FE=m
- X86_MCELOG_LEGACY=y
- Misc:
- ALTERA_PR_IP_CORE=m
- CHARLCD=m
- FPGA_MGR_XILINX_SPI=m
- HD44780=m
- INTEL_SOC_PMIC_BXTWC=m
- MFD_TI_LMU=m
- MMC_SDHCI_XENON=m
- RAS_CEC=y
- RESET_IMX7=n
- W1_SLAVE_DS2438=m
- XPOWER_PMIC_OPREGION=y
- ppc64le:
- ARCH_MMAP_RND_BITS=14
- ARCH_MMAP_RND_COMPAT_BITS=7
- CRYPTO_CRCT10DIF_VPMSUM=n
- CRYPTO_DEV_CCREE=n
- DA9062_THERMAL=n
- DRM_LVDS_ENCODER=n
- DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW=n
- DRM_RCAR_DW_HDMI=n
- FA_DUMP=n
- FPGA_MGR_ICE40_SPI=n
- GPIO_FTGPIO010=n
- KPROBES_ON_FTRACE=y
- LEDS_LP3952=n
- PPC_DT_CPU_FTRS=n
- PPC_XIVE_NATIVE=y
- THREAD_SHIFT=14
- XILINX_PR_DECOUPLER=n
- s390x:
- ARCH_RANDOM=y
- ATA=n
- DEFERRED_STRUCT_PAGE_INIT=n
- MAX_PHYSMEM_BITS=46
- S390_CCW_IOMMU=n
- commit a8e0ac1
-------------------------------------------------------------------
Thu May 25 19:55:04 CEST 2017 - jslaby@suse.cz
@ -297,7 +709,7 @@ Tue May 23 16:57:08 CEST 2017 - tiwai@suse.de
Tue May 23 07:52:52 CEST 2017 - tiwai@suse.de
- ptrace: Properly initialize ptracer_cred on fork (bsc#1040041).
- commit 24082da
- commit d5c0513
-------------------------------------------------------------------
Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz
@ -305,12 +717,18 @@ Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz
- Linux 4.11.2 (bnc#1012628).
- commit 03903d8
-------------------------------------------------------------------
Fri May 19 23:09:43 CEST 2017 - tiwai@suse.de
- Update config files: set HD-audio power save as default (boo#1039995).
- commit ba31213
-------------------------------------------------------------------
Fri May 19 12:36:38 CEST 2017 - jdelvare@suse.de
- Revert "drm/amdgpu: update tile table for oland/hainan"
(boo#1027378, boo#1039806).
- commit 2e66df6
- commit 455115d
-------------------------------------------------------------------
Mon May 15 11:42:34 CEST 2017 - jslaby@suse.cz
@ -338,12 +756,42 @@ Wed May 10 18:29:51 CEST 2017 - jeffm@suse.com
- config: disable XFS_RT
- commit 98d6a9a
-------------------------------------------------------------------
Mon May 8 11:14:29 CEST 2017 - jdelvare@suse.de
- config: armv6hl: Disable KEYBOARD_TM2_TOUCHKEY
The Samsung TM2 board is based on an Exynos SoC, which the armv6
kernel does not support.
- commit 38e6377
-------------------------------------------------------------------
Sat May 6 16:45:25 CEST 2017 - stefan.bruens@rwth-aachen.de
- config: arm64: Enable MEDIA_CONTROLLER API
Option is already set on armv7hl/armv6hl.
- commit efe309e
-------------------------------------------------------------------
Sat May 6 16:21:08 CEST 2017 - stefan.bruens@rwth-aachen.de
- config: arm64: Enable SND_SOC and codecs
Config mimics armv7hl, save any differences due to less SoCs supported
by arm64.
[AF: Rebased onto v4.12-rc3]
- commit 214bcc6
-------------------------------------------------------------------
Thu May 4 18:04:11 CEST 2017 - bpoirier@suse.com
- e1000e: Don't return uninitialized stats (bug#1034635).
- commit 836a5a5
-------------------------------------------------------------------
Thu May 4 17:57:32 CEST 2017 - bpoirier@suse.com
- e1000e: Don't return uninitialized stats (bug#1034635).
- commit 07b59a7
-------------------------------------------------------------------
Wed May 3 10:48:46 CEST 2017 - msuchanek@suse.de

View File

@ -17,8 +17,8 @@
# needssslcertforbuild
%define srcversion 4.11
%define patchversion 4.11.8
%define srcversion 4.12
%define patchversion 4.12.0
%define variant %{nil}
%define vanilla_only 0
@ -58,9 +58,9 @@ Name: kernel-lpae
Summary: Kernel for LPAE enabled systems
License: GPL-2.0
Group: System/Kernel
Version: 4.11.8
Version: 4.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g42bd7a0
Release: <RELEASE>.gb8e7496
%else
Release: 0
%endif

View File

@ -1,15 +1,49 @@
-------------------------------------------------------------------
Tue Jul 4 08:03:22 CEST 2017 - jslaby@suse.cz
- Update to 4.12-final.
- commit f35ee68
-------------------------------------------------------------------
Mon Jul 3 11:36:04 CEST 2017 - jslaby@suse.cz
- objtool: Silence warnings for functions which use IRET
(bnc#1018348).
- Update config files.
- Refresh
patches.suse/0002-dwarf-do-not-throw-away-unwind-info.patch.
Push the new version of unDWARF unwinder which is now called Orc. The
first 4 patches were accepted to the -tip tree, so they are marked
appropriatelly.
- commit 48ca048
-------------------------------------------------------------------
Thu Jun 29 16:37:33 CEST 2017 - jslaby@suse.cz
- Linux 4.11.8 (bnc#1012628).
- commit 42bd7a0
-------------------------------------------------------------------
Mon Jun 26 17:10:55 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc7.
- commit aec31ef
-------------------------------------------------------------------
Mon Jun 26 08:56:10 CEST 2017 - jslaby@suse.cz
- tty: Fix ldisc crash on reopened tty (bnc#1043488).
- commit 53c91b6
-------------------------------------------------------------------
Sun Jun 25 21:17:28 CEST 2017 - afaerber@suse.de
- config: ARM: Consistently enable SPI_GPIO
Bit-banging is needed when a SoC doesn't support native SPI or when such
drivers are missing. SPI_GPIO was enabled for armv6hl and armv7hl default,
but missing for armv7hl lpae and arm64. Set CONFIG_SPI_GPIO=m consistently.
- commit 8750062
-------------------------------------------------------------------
Sat Jun 24 09:54:41 CEST 2017 - jslaby@suse.cz
@ -23,6 +57,13 @@ Fri Jun 23 09:04:17 CEST 2017 - jslaby@suse.cz
(bnc#1045105).
- commit d61c66b
-------------------------------------------------------------------
Thu Jun 22 22:48:39 CEST 2017 - jeffm@suse.com
- reiserfs: don't preallocate blocks for extended attributes
(bsc#990682).
- commit ffd9401
-------------------------------------------------------------------
Thu Jun 22 22:46:00 CEST 2017 - jeffm@suse.com
@ -38,6 +79,39 @@ Thu Jun 22 21:01:50 CEST 2017 - jeffm@suse.com
- reiserfs: Make cancel_old_flush() reliable (bsc#1037795).
- commit 5e3bb37
-------------------------------------------------------------------
Thu Jun 22 16:44:14 CEST 2017 - jeffm@suse.com
- config: VGACON_SOFT_SCROLLBACK_SIZE=128 (FATE#307471).
This doubles the scrollback buffer on VGA consoles with only a little
bit of memory cost.
- commit b8a18f3
-------------------------------------------------------------------
Thu Jun 22 09:56:51 CEST 2017 - jslaby@suse.cz
- x86/unwind: add undwarf unwinder (bnc#1018348).
- Refresh
patches.suse/0001-objtool-move-checking-code-to-check.c.patch.
- Refresh patches.suse/0003-objtool-stack-validation-2.0.patch.
- Refresh
patches.suse/0004-objtool-add-undwarf-debuginfo-generation.patch.
- Delete
patches.suse/0008-extable-rename-sortextable-script-to-sorttable.patch.
- Delete
patches.suse/0009-extable-add-undwarf-table-sorting-ability-to-sorttab.patch.
- Delete patches.suse/0010-x86-unwind-add-undwarf-unwinder.patch.
Refresh the UNDWARF unwinder according to usptream reviews. And add
few fixes fro DRAP sequences again and handle more exceptions.
- commit 31d141e
-------------------------------------------------------------------
Tue Jun 20 20:58:13 CEST 2017 - jeffm@suse.com
- btrfs: serialize subvolume mounts with potentially mismatching
rw flags (bsc#951844 bsc#1024015).
- commit 638ee5d
-------------------------------------------------------------------
Tue Jun 20 17:58:56 CEST 2017 - jjolly@suse.de
@ -45,6 +119,19 @@ Tue Jun 20 17:58:56 CEST 2017 - jjolly@suse.de
- config.conf: Added s390x zfcpdump kernel
- commit 9bfc6ab
-------------------------------------------------------------------
Tue Jun 20 16:26:53 CEST 2017 - jjolly@suse.de
- Update config files.
- config.conf: Added s390x zfcpdump kernel
- commit 5162e6c
-------------------------------------------------------------------
Tue Jun 20 14:22:42 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc6.
- commit 4d2b302
-------------------------------------------------------------------
Tue Jun 20 14:19:08 CEST 2017 - jeffm@suse.com
@ -52,6 +139,12 @@ Tue Jun 20 14:19:08 CEST 2017 - jeffm@suse.com
(bsc#1028286 bsc#1017461 bsc#1036171).
- commit 7d41685
-------------------------------------------------------------------
Tue Jun 20 12:17:15 CEST 2017 - mmarek@suse.com
- Only set CONFIG_GCC_PLUGINS=y in kernel-syzkaller (boo#1043591)
- commit 1fffb22
-------------------------------------------------------------------
Tue Jun 20 11:01:58 CEST 2017 - mmarek@suse.com
@ -107,6 +200,13 @@ Tue Jun 13 15:51:25 CEST 2017 - mmarek@suse.com
... instead of relying on find-provides.ksyms to do it (bsc#981083).
- commit b1fe840
-------------------------------------------------------------------
Mon Jun 12 18:40:31 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc5.
- Eliminated 1 patch.
- commit 270295f
-------------------------------------------------------------------
Mon Jun 12 16:30:47 CEST 2017 - mmarek@suse.com
@ -156,11 +256,47 @@ Wed Jun 7 17:14:28 CEST 2017 - jslaby@suse.cz
patches.fixes/sctp-do-not-inherit-ipv6_-mc-ac-fl-_list-from-parent.patch.
- commit cba98ee
-------------------------------------------------------------------
Wed Jun 7 10:08:05 CEST 2017 - mkubecek@suse.cz
- Update upstream reference:
patches.fixes/virtio_net-lower-limit-on-buffer-size.patch.
- commit 922d3e3
-------------------------------------------------------------------
Tue Jun 6 12:45:39 CEST 2017 - jslaby@suse.cz
- tty: handle the case where we cannot restore a line discipline
(bnc#1042878).
- commit 9273e2f
-------------------------------------------------------------------
Tue Jun 6 12:41:20 CEST 2017 - mkubecek@suse.cz
- usb/early: Remove trace_printk() callers in xhci-dbc
(bsc#1042295).
- commit 52a1432
-------------------------------------------------------------------
Tue Jun 6 12:27:55 CEST 2017 - mkubecek@suse.cz
- virtio_net: lower limit on buffer size (bsc#1042717).
- commit a3aa4ed
-------------------------------------------------------------------
Tue Jun 6 11:15:29 CEST 2017 - jslaby@suse.cz
- Update config files.
Disable CONFIG_DRM_I915_WERROR, i.e. -Werror in i915. It causes build
failures in -syzkaller flavor due to a bit oversized frames:
drivers/gpu/drm/i915/intel_dpll_mgr.c:1548:1: error: the frame size of 2240 bytes is larger than 2048 bytes
- commit 5fc7b32
-------------------------------------------------------------------
Tue Jun 6 09:28:09 CEST 2017 - mkubecek@suse.cz
- series.conf: better section label (networking core)
- commit 3a35823
- commit 05ee05a
-------------------------------------------------------------------
Tue Jun 6 09:24:50 CEST 2017 - mkubecek@suse.cz
@ -196,12 +332,43 @@ Mon Jun 5 13:54:42 CEST 2017 - jslaby@suse.cz
Fix References tags.
- commit bf7afe3
-------------------------------------------------------------------
Mon Jun 5 09:34:29 CEST 2017 - jslaby@suse.cz
- Refresh
patches.suse/0002-objtool-x86-add-several-functions-and-files-to-the-o.patch.
- Refresh patches.suse/0003-objtool-stack-validation-2.0.patch.
- Refresh
patches.suse/0004-objtool-add-undwarf-debuginfo-generation.patch.
- Refresh
patches.suse/0005-objtool-x86-add-facility-for-asm-code-to-provide-CFI.patch.
Handle more DRAP sequences correctly.
- commit 0a00faf
-------------------------------------------------------------------
Mon Jun 5 09:17:02 CEST 2017 - msuchanek@suse.de
- kernel-binary.spec: Propagate MAKE_ARGS to %build (bsc#1012422)
- commit 6171b7a
-------------------------------------------------------------------
Mon Jun 5 03:24:25 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc4.
- Eliminated 1 patch.
- commit f198de4
-------------------------------------------------------------------
Fri Jun 2 19:28:12 CEST 2017 - afaerber@suse.de
- rpm/dtb.spec.in.in: Fix new include path
Commit 89de3db69113d58cdab14d2c777de6080eac49dc ("rpm/dtb.spec.in.in:
Update include path for dt-bindings") introduced an additional include
path for 4.12. The commit message had it correct, but the spec file
template lacked a path component, breaking the aarch64 build while
succeeding on armv7hl. Fix that.
- commit 36b7480
-------------------------------------------------------------------
Fri Jun 2 11:40:55 CEST 2017 - mmarek@suse.com
@ -209,6 +376,57 @@ Fri Jun 2 11:40:55 CEST 2017 - mmarek@suse.com
These are empty in current branches.
- commit 742f1d0
-------------------------------------------------------------------
Wed May 31 14:43:33 CEST 2017 - afaerber@suse.de
- rpm/dtb.spec.in.in: Update include path for dt-bindings
Kernels before 4.12 had arch/{arm,arm64}/boot/dts/include/ directories
with a symlink to include/dt-bindings/.
In 4.12 those include/ directories were dropped.
Therefore use include/ directly.
Additionally some cross-architecture .dtsi reuse was introduced, which
requires scripts/dtc/include-prefixes/ that didn't exist on older kernels.
- commit 89de3db
-------------------------------------------------------------------
Wed May 31 11:31:40 CEST 2017 - jslaby@suse.cz
- objtool: move checking code to check.c (bnc#1018348).
- objtool, x86: add several functions and files to the objtool
whitelist (bnc#1018348).
- objtool: stack validation 2.0 (bnc#1018348).
- objtool: add undwarf debuginfo generation (bnc#1018348).
- objtool, x86: add facility for asm code to provide CFI hints
(bnc#1018348).
- x86/entry: add CFI hint undwarf annotations (bnc#1018348).
- x86/asm: add CFI hint annotations to sync_core() (bnc#1018348).
- extable: rename 'sortextable' script to 'sorttable'
(bnc#1018348).
- extable: add undwarf table sorting ability to sorttable script
(bnc#1018348).
- x86/unwind: add undwarf unwinder (bnc#1018348).
- Delete patches.arch/x86_64-unwind-annotations.
- Update config files.
Switch from DWARF to unDWARF. This is the way upstream wants us to go.
We can drop patches.arch/x86_64-unwind-annotations now as it is
superseded by the patchset:
1) Objtool generates info for assembly now.
2) Manual annotations are put to places where objtool gets lost.
This version is RFC submitted upstream.
DWARF unwinder is not dropped on the floor yet, just commented out.
Let's see how this works out and drop it then. So far both
task-context and the interrupt-context traces look good (TM).
unDWARF is supported only on x86_64 so far.
- commit ac3e118
-------------------------------------------------------------------
Tue May 30 21:55:44 CEST 2017 - bpoirier@suse.com
- Refresh
patches.drivers/e1000e-Don-t-return-uninitialized-stats.patch.
Update link.
- commit fe56f0b
-------------------------------------------------------------------
Tue May 30 21:53:42 CEST 2017 - bpoirier@suse.com
@ -217,6 +435,38 @@ Tue May 30 21:53:42 CEST 2017 - bpoirier@suse.com
Fix incorrect tag.
- commit 7bbd095
-------------------------------------------------------------------
Tue May 30 16:15:33 CEST 2017 - afaerber@suse.de
- config: armv7hl: Update to v4.12-rc3
- commit 8cfaade
-------------------------------------------------------------------
Tue May 30 15:44:48 CEST 2017 - afaerber@suse.de
- config: armv6hl: Update to v4.12-rc3
- commit f8dbef0
-------------------------------------------------------------------
Tue May 30 15:27:37 CEST 2017 - afaerber@suse.de
- config: arm64: Update to v4.12-rc3
Harmonize the display drivers while at it.
- commit 305b5bb
-------------------------------------------------------------------
Mon May 29 16:53:26 CEST 2017 - mkubecek@suse.cz
- drm/i915: Fix new -Wint-in-bool-context gcc compiler warning.
- commit d41a006
-------------------------------------------------------------------
Mon May 29 14:47:53 CEST 2017 - mkubecek@suse.cz
- Update to 4.12-rc3.
- Eliminated 1 patch.
- commit 383e7eb
-------------------------------------------------------------------
Mon May 29 02:20:12 CEST 2017 - neilb@suse.com
@ -232,8 +482,170 @@ Fri May 26 10:38:38 CEST 2017 - afaerber@suse.de
- config: arm64: Make PINCTRL_SINGLE built-in
This fixes serial console on the HiKey board (bsc#1040492).
(cherry picked from commit 02f57029be80cfec078617f5dbb4022ea5931ac3)
- config: arm64: Make PINCTRL_SINGLE built-in
This fixes serial console on the HiKey board (bsc#1040492).
- commit 36186ce
-------------------------------------------------------------------
Fri May 26 10:25:31 CEST 2017 - mkubecek@suse.cz
- Update to 4.12-rc2
- Eliminated 32 patches.
- ARM configs need updating.
- OSS (sound) support marked broken
- Config changes:
- Kernel hacking:
- EARLY_PRINTK_USB_XDBC=y
- Block:
- BFQ_GROUP_IOSCHED=y
- BLK_DEV_THROTTLING_LOW=n (experimental)
- DM_INTEGRITY=m
- IOSCHED_BFQ=y
- MQ_IOSCHED_KYBER=y
- Filesystems:
- UBIFS_FS_SECURITY=y
- Networking:
- NET_9P_XEN=m
- NET_SCH_DEFAULT=n (for custom builds)
- Network drivers:
- BT_HCIUART_NOKIA=m
- CAN_HI311X=m
- CAN_MCBA_USB=m
- CAN_PEAK_PCIEFD=m
- CAN_VXCAN=m
- DWC_XLGMAC=m
- DWC_XLGMAC_PCI=m
- IEEE802154_CA8210=m
- IEEE802154_CA8210_DEBUGFS=n
- MDIO_DEVICE=m
- MLX5_CORE_IPOIB=y
- NET_VENDOR_SYNOPSYS=y
- RTL8723BS=m
- TIGON3_HWMON=y
- VSOCKMON=m
- DRM:
- BACKLIGHT_ARCXCNN=m
- DM_INTEGRITY=m
- DRM_FBDEV_OVERALLOC=100 (default)
- DRM_I915_DEBUG_VBLANK_EVADE=n (driver debugging)
- DRM_I915_LOW_LEVEL_TRACEPOINTS=n (driver debugging)
- DRM_I915_SELFTEST=n (driver debugging)
- Sound:
- SND_FIREFACE=m
- SND_FIREWIRE_MOTU=m
- SND_I2S_HI6210_I2S=m
- SND_SOC_ADAU1761_I2C=n
- SND_SOC_ADAU1761_SPI=n
- SND_SOC_CS35L35=m
- SND_SOC_DA7213=m
- SND_SOC_DIO2125=n
- SND_SOC_ES7134=n
- SND_SOC_INTEL_BYT_CHT_DA7213_MACH=m
- SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=m
- SND_SOC_MAX98927=n
- SND_SOC_NAU8824=m
- PCI:
- PCI_ENDPOINT=y
- PCI_ENDPOINT_CONFIGFS=n
- PCI_ENDPOINT_TEST=m
- PCI_EPF_TEST=m
- PCI_SW_SWITCHTEC=m
- USB:
- TYPEC_FUSB302=m
- TYPEC_TCPCI=m
- TYPEC_TCPM=m
- TYPEC_WCOVE=m
- USB_PCI=y
- NVM:
- NVM_PBLK=m
- Power supply:
- BATTERY_AXP20X=m
- CHARGER_AXP20X=m
- Multimedia:
- CEC_PLATFORM_DRIVERS=y
- IR_SIR=m (renamed LIRC_SIR)
- MEDIA_CEC_RC=y
- USB_RAINSHADOW_CEC=m
- VIDEO_OV2640=m (renamed SOC_CAMERA_OV2640)
- Input:
- JOYSTICK_PSXPAD_SPI=m
- JOYSTICK_PSXPAD_SPI_FF=y
- MOUSE_PS2_SYNAPTICS_SMBUS=y
- TOUCHSCREEN_TSC2007_IIO=y
- Hardware monitoring:
- SENSORS_ASPEED=m
- DAX:
- DAX=y
- EDAC:
- EDAC_GHES=n (causes problems, ask bpetkov)
- Crypto:
- SYSTEM_BLACKLIST_KEYRING=n
- HID:
- HID_ACCUTOUCH=m
- HID_NTI=m
- HID_SENSOR_HUMIDITY=m
- HID_SENSOR_TEMP=m
- Industrial I/O
- AXP20X_ADC=m
- LTC2497=n
- LTC2632=n
- MAX1118=n
- MAX30102=m
- MAX9611=n
- SRF04=m
- VL6180=m
- Thermal:
- THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
- I2C:
- I2C_MUX_LTC4306=m
- IB:
- INFINIBAND_OPA_VNIC=m
- Staging:
- LNET_XPRT_IB=m
- Xen:
- XEN_PV=y
- x86:
- DELL_WMI_LED=m (renamed LEDS_DELL_NETBOOKS)
- INTEL_CHT_INT33FE=m
- X86_MCELOG_LEGACY=y
- Misc:
- ALTERA_PR_IP_CORE=m
- CHARLCD=m
- FPGA_MGR_XILINX_SPI=m
- HD44780=m
- INTEL_SOC_PMIC_BXTWC=m
- MFD_TI_LMU=m
- MMC_SDHCI_XENON=m
- RAS_CEC=y
- RESET_IMX7=n
- W1_SLAVE_DS2438=m
- XPOWER_PMIC_OPREGION=y
- ppc64le:
- ARCH_MMAP_RND_BITS=14
- ARCH_MMAP_RND_COMPAT_BITS=7
- CRYPTO_CRCT10DIF_VPMSUM=n
- CRYPTO_DEV_CCREE=n
- DA9062_THERMAL=n
- DRM_LVDS_ENCODER=n
- DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW=n
- DRM_RCAR_DW_HDMI=n
- FA_DUMP=n
- FPGA_MGR_ICE40_SPI=n
- GPIO_FTGPIO010=n
- KPROBES_ON_FTRACE=y
- LEDS_LP3952=n
- PPC_DT_CPU_FTRS=n
- PPC_XIVE_NATIVE=y
- THREAD_SHIFT=14
- XILINX_PR_DECOUPLER=n
- s390x:
- ARCH_RANDOM=y
- ATA=n
- DEFERRED_STRUCT_PAGE_INIT=n
- MAX_PHYSMEM_BITS=46
- S390_CCW_IOMMU=n
- commit a8e0ac1
-------------------------------------------------------------------
Thu May 25 19:55:04 CEST 2017 - jslaby@suse.cz
@ -297,7 +709,7 @@ Tue May 23 16:57:08 CEST 2017 - tiwai@suse.de
Tue May 23 07:52:52 CEST 2017 - tiwai@suse.de
- ptrace: Properly initialize ptracer_cred on fork (bsc#1040041).
- commit 24082da
- commit d5c0513
-------------------------------------------------------------------
Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz
@ -305,12 +717,18 @@ Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz
- Linux 4.11.2 (bnc#1012628).
- commit 03903d8
-------------------------------------------------------------------
Fri May 19 23:09:43 CEST 2017 - tiwai@suse.de
- Update config files: set HD-audio power save as default (boo#1039995).
- commit ba31213
-------------------------------------------------------------------
Fri May 19 12:36:38 CEST 2017 - jdelvare@suse.de
- Revert "drm/amdgpu: update tile table for oland/hainan"
(boo#1027378, boo#1039806).
- commit 2e66df6
- commit 455115d
-------------------------------------------------------------------
Mon May 15 11:42:34 CEST 2017 - jslaby@suse.cz
@ -338,12 +756,42 @@ Wed May 10 18:29:51 CEST 2017 - jeffm@suse.com
- config: disable XFS_RT
- commit 98d6a9a
-------------------------------------------------------------------
Mon May 8 11:14:29 CEST 2017 - jdelvare@suse.de
- config: armv6hl: Disable KEYBOARD_TM2_TOUCHKEY
The Samsung TM2 board is based on an Exynos SoC, which the armv6
kernel does not support.
- commit 38e6377
-------------------------------------------------------------------
Sat May 6 16:45:25 CEST 2017 - stefan.bruens@rwth-aachen.de
- config: arm64: Enable MEDIA_CONTROLLER API
Option is already set on armv7hl/armv6hl.
- commit efe309e
-------------------------------------------------------------------
Sat May 6 16:21:08 CEST 2017 - stefan.bruens@rwth-aachen.de
- config: arm64: Enable SND_SOC and codecs
Config mimics armv7hl, save any differences due to less SoCs supported
by arm64.
[AF: Rebased onto v4.12-rc3]
- commit 214bcc6
-------------------------------------------------------------------
Thu May 4 18:04:11 CEST 2017 - bpoirier@suse.com
- e1000e: Don't return uninitialized stats (bug#1034635).
- commit 836a5a5
-------------------------------------------------------------------
Thu May 4 17:57:32 CEST 2017 - bpoirier@suse.com
- e1000e: Don't return uninitialized stats (bug#1034635).
- commit 07b59a7
-------------------------------------------------------------------
Wed May 3 10:48:46 CEST 2017 - msuchanek@suse.de

View File

@ -19,7 +19,7 @@
#!BuildIgnore: post-build-checks
%define patchversion 4.11.8
%define patchversion 4.12.0
%define variant %{nil}
%define vanilla_only 0
@ -57,9 +57,9 @@ BuildRequires: dracut
Summary: package kernel and initrd for OBS VM builds
License: GPL-2.0
Group: SLES
Version: 4.11.8
Version: 4.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g42bd7a0
Release: <RELEASE>.gb8e7496
%else
Release: 0
%endif

View File

@ -1,15 +1,49 @@
-------------------------------------------------------------------
Tue Jul 4 08:03:22 CEST 2017 - jslaby@suse.cz
- Update to 4.12-final.
- commit f35ee68
-------------------------------------------------------------------
Mon Jul 3 11:36:04 CEST 2017 - jslaby@suse.cz
- objtool: Silence warnings for functions which use IRET
(bnc#1018348).
- Update config files.
- Refresh
patches.suse/0002-dwarf-do-not-throw-away-unwind-info.patch.
Push the new version of unDWARF unwinder which is now called Orc. The
first 4 patches were accepted to the -tip tree, so they are marked
appropriatelly.
- commit 48ca048
-------------------------------------------------------------------
Thu Jun 29 16:37:33 CEST 2017 - jslaby@suse.cz
- Linux 4.11.8 (bnc#1012628).
- commit 42bd7a0
-------------------------------------------------------------------
Mon Jun 26 17:10:55 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc7.
- commit aec31ef
-------------------------------------------------------------------
Mon Jun 26 08:56:10 CEST 2017 - jslaby@suse.cz
- tty: Fix ldisc crash on reopened tty (bnc#1043488).
- commit 53c91b6
-------------------------------------------------------------------
Sun Jun 25 21:17:28 CEST 2017 - afaerber@suse.de
- config: ARM: Consistently enable SPI_GPIO
Bit-banging is needed when a SoC doesn't support native SPI or when such
drivers are missing. SPI_GPIO was enabled for armv6hl and armv7hl default,
but missing for armv7hl lpae and arm64. Set CONFIG_SPI_GPIO=m consistently.
- commit 8750062
-------------------------------------------------------------------
Sat Jun 24 09:54:41 CEST 2017 - jslaby@suse.cz
@ -23,6 +57,13 @@ Fri Jun 23 09:04:17 CEST 2017 - jslaby@suse.cz
(bnc#1045105).
- commit d61c66b
-------------------------------------------------------------------
Thu Jun 22 22:48:39 CEST 2017 - jeffm@suse.com
- reiserfs: don't preallocate blocks for extended attributes
(bsc#990682).
- commit ffd9401
-------------------------------------------------------------------
Thu Jun 22 22:46:00 CEST 2017 - jeffm@suse.com
@ -38,6 +79,39 @@ Thu Jun 22 21:01:50 CEST 2017 - jeffm@suse.com
- reiserfs: Make cancel_old_flush() reliable (bsc#1037795).
- commit 5e3bb37
-------------------------------------------------------------------
Thu Jun 22 16:44:14 CEST 2017 - jeffm@suse.com
- config: VGACON_SOFT_SCROLLBACK_SIZE=128 (FATE#307471).
This doubles the scrollback buffer on VGA consoles with only a little
bit of memory cost.
- commit b8a18f3
-------------------------------------------------------------------
Thu Jun 22 09:56:51 CEST 2017 - jslaby@suse.cz
- x86/unwind: add undwarf unwinder (bnc#1018348).
- Refresh
patches.suse/0001-objtool-move-checking-code-to-check.c.patch.
- Refresh patches.suse/0003-objtool-stack-validation-2.0.patch.
- Refresh
patches.suse/0004-objtool-add-undwarf-debuginfo-generation.patch.
- Delete
patches.suse/0008-extable-rename-sortextable-script-to-sorttable.patch.
- Delete
patches.suse/0009-extable-add-undwarf-table-sorting-ability-to-sorttab.patch.
- Delete patches.suse/0010-x86-unwind-add-undwarf-unwinder.patch.
Refresh the UNDWARF unwinder according to usptream reviews. And add
few fixes fro DRAP sequences again and handle more exceptions.
- commit 31d141e
-------------------------------------------------------------------
Tue Jun 20 20:58:13 CEST 2017 - jeffm@suse.com
- btrfs: serialize subvolume mounts with potentially mismatching
rw flags (bsc#951844 bsc#1024015).
- commit 638ee5d
-------------------------------------------------------------------
Tue Jun 20 17:58:56 CEST 2017 - jjolly@suse.de
@ -45,6 +119,19 @@ Tue Jun 20 17:58:56 CEST 2017 - jjolly@suse.de
- config.conf: Added s390x zfcpdump kernel
- commit 9bfc6ab
-------------------------------------------------------------------
Tue Jun 20 16:26:53 CEST 2017 - jjolly@suse.de
- Update config files.
- config.conf: Added s390x zfcpdump kernel
- commit 5162e6c
-------------------------------------------------------------------
Tue Jun 20 14:22:42 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc6.
- commit 4d2b302
-------------------------------------------------------------------
Tue Jun 20 14:19:08 CEST 2017 - jeffm@suse.com
@ -52,6 +139,12 @@ Tue Jun 20 14:19:08 CEST 2017 - jeffm@suse.com
(bsc#1028286 bsc#1017461 bsc#1036171).
- commit 7d41685
-------------------------------------------------------------------
Tue Jun 20 12:17:15 CEST 2017 - mmarek@suse.com
- Only set CONFIG_GCC_PLUGINS=y in kernel-syzkaller (boo#1043591)
- commit 1fffb22
-------------------------------------------------------------------
Tue Jun 20 11:01:58 CEST 2017 - mmarek@suse.com
@ -107,6 +200,13 @@ Tue Jun 13 15:51:25 CEST 2017 - mmarek@suse.com
... instead of relying on find-provides.ksyms to do it (bsc#981083).
- commit b1fe840
-------------------------------------------------------------------
Mon Jun 12 18:40:31 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc5.
- Eliminated 1 patch.
- commit 270295f
-------------------------------------------------------------------
Mon Jun 12 16:30:47 CEST 2017 - mmarek@suse.com
@ -156,11 +256,47 @@ Wed Jun 7 17:14:28 CEST 2017 - jslaby@suse.cz
patches.fixes/sctp-do-not-inherit-ipv6_-mc-ac-fl-_list-from-parent.patch.
- commit cba98ee
-------------------------------------------------------------------
Wed Jun 7 10:08:05 CEST 2017 - mkubecek@suse.cz
- Update upstream reference:
patches.fixes/virtio_net-lower-limit-on-buffer-size.patch.
- commit 922d3e3
-------------------------------------------------------------------
Tue Jun 6 12:45:39 CEST 2017 - jslaby@suse.cz
- tty: handle the case where we cannot restore a line discipline
(bnc#1042878).
- commit 9273e2f
-------------------------------------------------------------------
Tue Jun 6 12:41:20 CEST 2017 - mkubecek@suse.cz
- usb/early: Remove trace_printk() callers in xhci-dbc
(bsc#1042295).
- commit 52a1432
-------------------------------------------------------------------
Tue Jun 6 12:27:55 CEST 2017 - mkubecek@suse.cz
- virtio_net: lower limit on buffer size (bsc#1042717).
- commit a3aa4ed
-------------------------------------------------------------------
Tue Jun 6 11:15:29 CEST 2017 - jslaby@suse.cz
- Update config files.
Disable CONFIG_DRM_I915_WERROR, i.e. -Werror in i915. It causes build
failures in -syzkaller flavor due to a bit oversized frames:
drivers/gpu/drm/i915/intel_dpll_mgr.c:1548:1: error: the frame size of 2240 bytes is larger than 2048 bytes
- commit 5fc7b32
-------------------------------------------------------------------
Tue Jun 6 09:28:09 CEST 2017 - mkubecek@suse.cz
- series.conf: better section label (networking core)
- commit 3a35823
- commit 05ee05a
-------------------------------------------------------------------
Tue Jun 6 09:24:50 CEST 2017 - mkubecek@suse.cz
@ -196,12 +332,43 @@ Mon Jun 5 13:54:42 CEST 2017 - jslaby@suse.cz
Fix References tags.
- commit bf7afe3
-------------------------------------------------------------------
Mon Jun 5 09:34:29 CEST 2017 - jslaby@suse.cz
- Refresh
patches.suse/0002-objtool-x86-add-several-functions-and-files-to-the-o.patch.
- Refresh patches.suse/0003-objtool-stack-validation-2.0.patch.
- Refresh
patches.suse/0004-objtool-add-undwarf-debuginfo-generation.patch.
- Refresh
patches.suse/0005-objtool-x86-add-facility-for-asm-code-to-provide-CFI.patch.
Handle more DRAP sequences correctly.
- commit 0a00faf
-------------------------------------------------------------------
Mon Jun 5 09:17:02 CEST 2017 - msuchanek@suse.de
- kernel-binary.spec: Propagate MAKE_ARGS to %build (bsc#1012422)
- commit 6171b7a
-------------------------------------------------------------------
Mon Jun 5 03:24:25 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc4.
- Eliminated 1 patch.
- commit f198de4
-------------------------------------------------------------------
Fri Jun 2 19:28:12 CEST 2017 - afaerber@suse.de
- rpm/dtb.spec.in.in: Fix new include path
Commit 89de3db69113d58cdab14d2c777de6080eac49dc ("rpm/dtb.spec.in.in:
Update include path for dt-bindings") introduced an additional include
path for 4.12. The commit message had it correct, but the spec file
template lacked a path component, breaking the aarch64 build while
succeeding on armv7hl. Fix that.
- commit 36b7480
-------------------------------------------------------------------
Fri Jun 2 11:40:55 CEST 2017 - mmarek@suse.com
@ -209,6 +376,57 @@ Fri Jun 2 11:40:55 CEST 2017 - mmarek@suse.com
These are empty in current branches.
- commit 742f1d0
-------------------------------------------------------------------
Wed May 31 14:43:33 CEST 2017 - afaerber@suse.de
- rpm/dtb.spec.in.in: Update include path for dt-bindings
Kernels before 4.12 had arch/{arm,arm64}/boot/dts/include/ directories
with a symlink to include/dt-bindings/.
In 4.12 those include/ directories were dropped.
Therefore use include/ directly.
Additionally some cross-architecture .dtsi reuse was introduced, which
requires scripts/dtc/include-prefixes/ that didn't exist on older kernels.
- commit 89de3db
-------------------------------------------------------------------
Wed May 31 11:31:40 CEST 2017 - jslaby@suse.cz
- objtool: move checking code to check.c (bnc#1018348).
- objtool, x86: add several functions and files to the objtool
whitelist (bnc#1018348).
- objtool: stack validation 2.0 (bnc#1018348).
- objtool: add undwarf debuginfo generation (bnc#1018348).
- objtool, x86: add facility for asm code to provide CFI hints
(bnc#1018348).
- x86/entry: add CFI hint undwarf annotations (bnc#1018348).
- x86/asm: add CFI hint annotations to sync_core() (bnc#1018348).
- extable: rename 'sortextable' script to 'sorttable'
(bnc#1018348).
- extable: add undwarf table sorting ability to sorttable script
(bnc#1018348).
- x86/unwind: add undwarf unwinder (bnc#1018348).
- Delete patches.arch/x86_64-unwind-annotations.
- Update config files.
Switch from DWARF to unDWARF. This is the way upstream wants us to go.
We can drop patches.arch/x86_64-unwind-annotations now as it is
superseded by the patchset:
1) Objtool generates info for assembly now.
2) Manual annotations are put to places where objtool gets lost.
This version is RFC submitted upstream.
DWARF unwinder is not dropped on the floor yet, just commented out.
Let's see how this works out and drop it then. So far both
task-context and the interrupt-context traces look good (TM).
unDWARF is supported only on x86_64 so far.
- commit ac3e118
-------------------------------------------------------------------
Tue May 30 21:55:44 CEST 2017 - bpoirier@suse.com
- Refresh
patches.drivers/e1000e-Don-t-return-uninitialized-stats.patch.
Update link.
- commit fe56f0b
-------------------------------------------------------------------
Tue May 30 21:53:42 CEST 2017 - bpoirier@suse.com
@ -217,6 +435,38 @@ Tue May 30 21:53:42 CEST 2017 - bpoirier@suse.com
Fix incorrect tag.
- commit 7bbd095
-------------------------------------------------------------------
Tue May 30 16:15:33 CEST 2017 - afaerber@suse.de
- config: armv7hl: Update to v4.12-rc3
- commit 8cfaade
-------------------------------------------------------------------
Tue May 30 15:44:48 CEST 2017 - afaerber@suse.de
- config: armv6hl: Update to v4.12-rc3
- commit f8dbef0
-------------------------------------------------------------------
Tue May 30 15:27:37 CEST 2017 - afaerber@suse.de
- config: arm64: Update to v4.12-rc3
Harmonize the display drivers while at it.
- commit 305b5bb
-------------------------------------------------------------------
Mon May 29 16:53:26 CEST 2017 - mkubecek@suse.cz
- drm/i915: Fix new -Wint-in-bool-context gcc compiler warning.
- commit d41a006
-------------------------------------------------------------------
Mon May 29 14:47:53 CEST 2017 - mkubecek@suse.cz
- Update to 4.12-rc3.
- Eliminated 1 patch.
- commit 383e7eb
-------------------------------------------------------------------
Mon May 29 02:20:12 CEST 2017 - neilb@suse.com
@ -232,8 +482,170 @@ Fri May 26 10:38:38 CEST 2017 - afaerber@suse.de
- config: arm64: Make PINCTRL_SINGLE built-in
This fixes serial console on the HiKey board (bsc#1040492).
(cherry picked from commit 02f57029be80cfec078617f5dbb4022ea5931ac3)
- config: arm64: Make PINCTRL_SINGLE built-in
This fixes serial console on the HiKey board (bsc#1040492).
- commit 36186ce
-------------------------------------------------------------------
Fri May 26 10:25:31 CEST 2017 - mkubecek@suse.cz
- Update to 4.12-rc2
- Eliminated 32 patches.
- ARM configs need updating.
- OSS (sound) support marked broken
- Config changes:
- Kernel hacking:
- EARLY_PRINTK_USB_XDBC=y
- Block:
- BFQ_GROUP_IOSCHED=y
- BLK_DEV_THROTTLING_LOW=n (experimental)
- DM_INTEGRITY=m
- IOSCHED_BFQ=y
- MQ_IOSCHED_KYBER=y
- Filesystems:
- UBIFS_FS_SECURITY=y
- Networking:
- NET_9P_XEN=m
- NET_SCH_DEFAULT=n (for custom builds)
- Network drivers:
- BT_HCIUART_NOKIA=m
- CAN_HI311X=m
- CAN_MCBA_USB=m
- CAN_PEAK_PCIEFD=m
- CAN_VXCAN=m
- DWC_XLGMAC=m
- DWC_XLGMAC_PCI=m
- IEEE802154_CA8210=m
- IEEE802154_CA8210_DEBUGFS=n
- MDIO_DEVICE=m
- MLX5_CORE_IPOIB=y
- NET_VENDOR_SYNOPSYS=y
- RTL8723BS=m
- TIGON3_HWMON=y
- VSOCKMON=m
- DRM:
- BACKLIGHT_ARCXCNN=m
- DM_INTEGRITY=m
- DRM_FBDEV_OVERALLOC=100 (default)
- DRM_I915_DEBUG_VBLANK_EVADE=n (driver debugging)
- DRM_I915_LOW_LEVEL_TRACEPOINTS=n (driver debugging)
- DRM_I915_SELFTEST=n (driver debugging)
- Sound:
- SND_FIREFACE=m
- SND_FIREWIRE_MOTU=m
- SND_I2S_HI6210_I2S=m
- SND_SOC_ADAU1761_I2C=n
- SND_SOC_ADAU1761_SPI=n
- SND_SOC_CS35L35=m
- SND_SOC_DA7213=m
- SND_SOC_DIO2125=n
- SND_SOC_ES7134=n
- SND_SOC_INTEL_BYT_CHT_DA7213_MACH=m
- SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=m
- SND_SOC_MAX98927=n
- SND_SOC_NAU8824=m
- PCI:
- PCI_ENDPOINT=y
- PCI_ENDPOINT_CONFIGFS=n
- PCI_ENDPOINT_TEST=m
- PCI_EPF_TEST=m
- PCI_SW_SWITCHTEC=m
- USB:
- TYPEC_FUSB302=m
- TYPEC_TCPCI=m
- TYPEC_TCPM=m
- TYPEC_WCOVE=m
- USB_PCI=y
- NVM:
- NVM_PBLK=m
- Power supply:
- BATTERY_AXP20X=m
- CHARGER_AXP20X=m
- Multimedia:
- CEC_PLATFORM_DRIVERS=y
- IR_SIR=m (renamed LIRC_SIR)
- MEDIA_CEC_RC=y
- USB_RAINSHADOW_CEC=m
- VIDEO_OV2640=m (renamed SOC_CAMERA_OV2640)
- Input:
- JOYSTICK_PSXPAD_SPI=m
- JOYSTICK_PSXPAD_SPI_FF=y
- MOUSE_PS2_SYNAPTICS_SMBUS=y
- TOUCHSCREEN_TSC2007_IIO=y
- Hardware monitoring:
- SENSORS_ASPEED=m
- DAX:
- DAX=y
- EDAC:
- EDAC_GHES=n (causes problems, ask bpetkov)
- Crypto:
- SYSTEM_BLACKLIST_KEYRING=n
- HID:
- HID_ACCUTOUCH=m
- HID_NTI=m
- HID_SENSOR_HUMIDITY=m
- HID_SENSOR_TEMP=m
- Industrial I/O
- AXP20X_ADC=m
- LTC2497=n
- LTC2632=n
- MAX1118=n
- MAX30102=m
- MAX9611=n
- SRF04=m
- VL6180=m
- Thermal:
- THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
- I2C:
- I2C_MUX_LTC4306=m
- IB:
- INFINIBAND_OPA_VNIC=m
- Staging:
- LNET_XPRT_IB=m
- Xen:
- XEN_PV=y
- x86:
- DELL_WMI_LED=m (renamed LEDS_DELL_NETBOOKS)
- INTEL_CHT_INT33FE=m
- X86_MCELOG_LEGACY=y
- Misc:
- ALTERA_PR_IP_CORE=m
- CHARLCD=m
- FPGA_MGR_XILINX_SPI=m
- HD44780=m
- INTEL_SOC_PMIC_BXTWC=m
- MFD_TI_LMU=m
- MMC_SDHCI_XENON=m
- RAS_CEC=y
- RESET_IMX7=n
- W1_SLAVE_DS2438=m
- XPOWER_PMIC_OPREGION=y
- ppc64le:
- ARCH_MMAP_RND_BITS=14
- ARCH_MMAP_RND_COMPAT_BITS=7
- CRYPTO_CRCT10DIF_VPMSUM=n
- CRYPTO_DEV_CCREE=n
- DA9062_THERMAL=n
- DRM_LVDS_ENCODER=n
- DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW=n
- DRM_RCAR_DW_HDMI=n
- FA_DUMP=n
- FPGA_MGR_ICE40_SPI=n
- GPIO_FTGPIO010=n
- KPROBES_ON_FTRACE=y
- LEDS_LP3952=n
- PPC_DT_CPU_FTRS=n
- PPC_XIVE_NATIVE=y
- THREAD_SHIFT=14
- XILINX_PR_DECOUPLER=n
- s390x:
- ARCH_RANDOM=y
- ATA=n
- DEFERRED_STRUCT_PAGE_INIT=n
- MAX_PHYSMEM_BITS=46
- S390_CCW_IOMMU=n
- commit a8e0ac1
-------------------------------------------------------------------
Thu May 25 19:55:04 CEST 2017 - jslaby@suse.cz
@ -297,7 +709,7 @@ Tue May 23 16:57:08 CEST 2017 - tiwai@suse.de
Tue May 23 07:52:52 CEST 2017 - tiwai@suse.de
- ptrace: Properly initialize ptracer_cred on fork (bsc#1040041).
- commit 24082da
- commit d5c0513
-------------------------------------------------------------------
Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz
@ -305,12 +717,18 @@ Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz
- Linux 4.11.2 (bnc#1012628).
- commit 03903d8
-------------------------------------------------------------------
Fri May 19 23:09:43 CEST 2017 - tiwai@suse.de
- Update config files: set HD-audio power save as default (boo#1039995).
- commit ba31213
-------------------------------------------------------------------
Fri May 19 12:36:38 CEST 2017 - jdelvare@suse.de
- Revert "drm/amdgpu: update tile table for oland/hainan"
(boo#1027378, boo#1039806).
- commit 2e66df6
- commit 455115d
-------------------------------------------------------------------
Mon May 15 11:42:34 CEST 2017 - jslaby@suse.cz
@ -338,12 +756,42 @@ Wed May 10 18:29:51 CEST 2017 - jeffm@suse.com
- config: disable XFS_RT
- commit 98d6a9a
-------------------------------------------------------------------
Mon May 8 11:14:29 CEST 2017 - jdelvare@suse.de
- config: armv6hl: Disable KEYBOARD_TM2_TOUCHKEY
The Samsung TM2 board is based on an Exynos SoC, which the armv6
kernel does not support.
- commit 38e6377
-------------------------------------------------------------------
Sat May 6 16:45:25 CEST 2017 - stefan.bruens@rwth-aachen.de
- config: arm64: Enable MEDIA_CONTROLLER API
Option is already set on armv7hl/armv6hl.
- commit efe309e
-------------------------------------------------------------------
Sat May 6 16:21:08 CEST 2017 - stefan.bruens@rwth-aachen.de
- config: arm64: Enable SND_SOC and codecs
Config mimics armv7hl, save any differences due to less SoCs supported
by arm64.
[AF: Rebased onto v4.12-rc3]
- commit 214bcc6
-------------------------------------------------------------------
Thu May 4 18:04:11 CEST 2017 - bpoirier@suse.com
- e1000e: Don't return uninitialized stats (bug#1034635).
- commit 836a5a5
-------------------------------------------------------------------
Thu May 4 17:57:32 CEST 2017 - bpoirier@suse.com
- e1000e: Don't return uninitialized stats (bug#1034635).
- commit 07b59a7
-------------------------------------------------------------------
Wed May 3 10:48:46 CEST 2017 - msuchanek@suse.de

View File

@ -17,7 +17,7 @@
# needsrootforbuild
%define patchversion 4.11.8
%define patchversion 4.12.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.11.8
Version: 4.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g42bd7a0
Release: <RELEASE>.gb8e7496
%else
Release: 0
%endif

View File

@ -1,15 +1,49 @@
-------------------------------------------------------------------
Tue Jul 4 08:03:22 CEST 2017 - jslaby@suse.cz
- Update to 4.12-final.
- commit f35ee68
-------------------------------------------------------------------
Mon Jul 3 11:36:04 CEST 2017 - jslaby@suse.cz
- objtool: Silence warnings for functions which use IRET
(bnc#1018348).
- Update config files.
- Refresh
patches.suse/0002-dwarf-do-not-throw-away-unwind-info.patch.
Push the new version of unDWARF unwinder which is now called Orc. The
first 4 patches were accepted to the -tip tree, so they are marked
appropriatelly.
- commit 48ca048
-------------------------------------------------------------------
Thu Jun 29 16:37:33 CEST 2017 - jslaby@suse.cz
- Linux 4.11.8 (bnc#1012628).
- commit 42bd7a0
-------------------------------------------------------------------
Mon Jun 26 17:10:55 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc7.
- commit aec31ef
-------------------------------------------------------------------
Mon Jun 26 08:56:10 CEST 2017 - jslaby@suse.cz
- tty: Fix ldisc crash on reopened tty (bnc#1043488).
- commit 53c91b6
-------------------------------------------------------------------
Sun Jun 25 21:17:28 CEST 2017 - afaerber@suse.de
- config: ARM: Consistently enable SPI_GPIO
Bit-banging is needed when a SoC doesn't support native SPI or when such
drivers are missing. SPI_GPIO was enabled for armv6hl and armv7hl default,
but missing for armv7hl lpae and arm64. Set CONFIG_SPI_GPIO=m consistently.
- commit 8750062
-------------------------------------------------------------------
Sat Jun 24 09:54:41 CEST 2017 - jslaby@suse.cz
@ -23,6 +57,13 @@ Fri Jun 23 09:04:17 CEST 2017 - jslaby@suse.cz
(bnc#1045105).
- commit d61c66b
-------------------------------------------------------------------
Thu Jun 22 22:48:39 CEST 2017 - jeffm@suse.com
- reiserfs: don't preallocate blocks for extended attributes
(bsc#990682).
- commit ffd9401
-------------------------------------------------------------------
Thu Jun 22 22:46:00 CEST 2017 - jeffm@suse.com
@ -38,6 +79,39 @@ Thu Jun 22 21:01:50 CEST 2017 - jeffm@suse.com
- reiserfs: Make cancel_old_flush() reliable (bsc#1037795).
- commit 5e3bb37
-------------------------------------------------------------------
Thu Jun 22 16:44:14 CEST 2017 - jeffm@suse.com
- config: VGACON_SOFT_SCROLLBACK_SIZE=128 (FATE#307471).
This doubles the scrollback buffer on VGA consoles with only a little
bit of memory cost.
- commit b8a18f3
-------------------------------------------------------------------
Thu Jun 22 09:56:51 CEST 2017 - jslaby@suse.cz
- x86/unwind: add undwarf unwinder (bnc#1018348).
- Refresh
patches.suse/0001-objtool-move-checking-code-to-check.c.patch.
- Refresh patches.suse/0003-objtool-stack-validation-2.0.patch.
- Refresh
patches.suse/0004-objtool-add-undwarf-debuginfo-generation.patch.
- Delete
patches.suse/0008-extable-rename-sortextable-script-to-sorttable.patch.
- Delete
patches.suse/0009-extable-add-undwarf-table-sorting-ability-to-sorttab.patch.
- Delete patches.suse/0010-x86-unwind-add-undwarf-unwinder.patch.
Refresh the UNDWARF unwinder according to usptream reviews. And add
few fixes fro DRAP sequences again and handle more exceptions.
- commit 31d141e
-------------------------------------------------------------------
Tue Jun 20 20:58:13 CEST 2017 - jeffm@suse.com
- btrfs: serialize subvolume mounts with potentially mismatching
rw flags (bsc#951844 bsc#1024015).
- commit 638ee5d
-------------------------------------------------------------------
Tue Jun 20 17:58:56 CEST 2017 - jjolly@suse.de
@ -45,6 +119,19 @@ Tue Jun 20 17:58:56 CEST 2017 - jjolly@suse.de
- config.conf: Added s390x zfcpdump kernel
- commit 9bfc6ab
-------------------------------------------------------------------
Tue Jun 20 16:26:53 CEST 2017 - jjolly@suse.de
- Update config files.
- config.conf: Added s390x zfcpdump kernel
- commit 5162e6c
-------------------------------------------------------------------
Tue Jun 20 14:22:42 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc6.
- commit 4d2b302
-------------------------------------------------------------------
Tue Jun 20 14:19:08 CEST 2017 - jeffm@suse.com
@ -52,6 +139,12 @@ Tue Jun 20 14:19:08 CEST 2017 - jeffm@suse.com
(bsc#1028286 bsc#1017461 bsc#1036171).
- commit 7d41685
-------------------------------------------------------------------
Tue Jun 20 12:17:15 CEST 2017 - mmarek@suse.com
- Only set CONFIG_GCC_PLUGINS=y in kernel-syzkaller (boo#1043591)
- commit 1fffb22
-------------------------------------------------------------------
Tue Jun 20 11:01:58 CEST 2017 - mmarek@suse.com
@ -107,6 +200,13 @@ Tue Jun 13 15:51:25 CEST 2017 - mmarek@suse.com
... instead of relying on find-provides.ksyms to do it (bsc#981083).
- commit b1fe840
-------------------------------------------------------------------
Mon Jun 12 18:40:31 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc5.
- Eliminated 1 patch.
- commit 270295f
-------------------------------------------------------------------
Mon Jun 12 16:30:47 CEST 2017 - mmarek@suse.com
@ -156,11 +256,47 @@ Wed Jun 7 17:14:28 CEST 2017 - jslaby@suse.cz
patches.fixes/sctp-do-not-inherit-ipv6_-mc-ac-fl-_list-from-parent.patch.
- commit cba98ee
-------------------------------------------------------------------
Wed Jun 7 10:08:05 CEST 2017 - mkubecek@suse.cz
- Update upstream reference:
patches.fixes/virtio_net-lower-limit-on-buffer-size.patch.
- commit 922d3e3
-------------------------------------------------------------------
Tue Jun 6 12:45:39 CEST 2017 - jslaby@suse.cz
- tty: handle the case where we cannot restore a line discipline
(bnc#1042878).
- commit 9273e2f
-------------------------------------------------------------------
Tue Jun 6 12:41:20 CEST 2017 - mkubecek@suse.cz
- usb/early: Remove trace_printk() callers in xhci-dbc
(bsc#1042295).
- commit 52a1432
-------------------------------------------------------------------
Tue Jun 6 12:27:55 CEST 2017 - mkubecek@suse.cz
- virtio_net: lower limit on buffer size (bsc#1042717).
- commit a3aa4ed
-------------------------------------------------------------------
Tue Jun 6 11:15:29 CEST 2017 - jslaby@suse.cz
- Update config files.
Disable CONFIG_DRM_I915_WERROR, i.e. -Werror in i915. It causes build
failures in -syzkaller flavor due to a bit oversized frames:
drivers/gpu/drm/i915/intel_dpll_mgr.c:1548:1: error: the frame size of 2240 bytes is larger than 2048 bytes
- commit 5fc7b32
-------------------------------------------------------------------
Tue Jun 6 09:28:09 CEST 2017 - mkubecek@suse.cz
- series.conf: better section label (networking core)
- commit 3a35823
- commit 05ee05a
-------------------------------------------------------------------
Tue Jun 6 09:24:50 CEST 2017 - mkubecek@suse.cz
@ -196,12 +332,43 @@ Mon Jun 5 13:54:42 CEST 2017 - jslaby@suse.cz
Fix References tags.
- commit bf7afe3
-------------------------------------------------------------------
Mon Jun 5 09:34:29 CEST 2017 - jslaby@suse.cz
- Refresh
patches.suse/0002-objtool-x86-add-several-functions-and-files-to-the-o.patch.
- Refresh patches.suse/0003-objtool-stack-validation-2.0.patch.
- Refresh
patches.suse/0004-objtool-add-undwarf-debuginfo-generation.patch.
- Refresh
patches.suse/0005-objtool-x86-add-facility-for-asm-code-to-provide-CFI.patch.
Handle more DRAP sequences correctly.
- commit 0a00faf
-------------------------------------------------------------------
Mon Jun 5 09:17:02 CEST 2017 - msuchanek@suse.de
- kernel-binary.spec: Propagate MAKE_ARGS to %build (bsc#1012422)
- commit 6171b7a
-------------------------------------------------------------------
Mon Jun 5 03:24:25 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc4.
- Eliminated 1 patch.
- commit f198de4
-------------------------------------------------------------------
Fri Jun 2 19:28:12 CEST 2017 - afaerber@suse.de
- rpm/dtb.spec.in.in: Fix new include path
Commit 89de3db69113d58cdab14d2c777de6080eac49dc ("rpm/dtb.spec.in.in:
Update include path for dt-bindings") introduced an additional include
path for 4.12. The commit message had it correct, but the spec file
template lacked a path component, breaking the aarch64 build while
succeeding on armv7hl. Fix that.
- commit 36b7480
-------------------------------------------------------------------
Fri Jun 2 11:40:55 CEST 2017 - mmarek@suse.com
@ -209,6 +376,57 @@ Fri Jun 2 11:40:55 CEST 2017 - mmarek@suse.com
These are empty in current branches.
- commit 742f1d0
-------------------------------------------------------------------
Wed May 31 14:43:33 CEST 2017 - afaerber@suse.de
- rpm/dtb.spec.in.in: Update include path for dt-bindings
Kernels before 4.12 had arch/{arm,arm64}/boot/dts/include/ directories
with a symlink to include/dt-bindings/.
In 4.12 those include/ directories were dropped.
Therefore use include/ directly.
Additionally some cross-architecture .dtsi reuse was introduced, which
requires scripts/dtc/include-prefixes/ that didn't exist on older kernels.
- commit 89de3db
-------------------------------------------------------------------
Wed May 31 11:31:40 CEST 2017 - jslaby@suse.cz
- objtool: move checking code to check.c (bnc#1018348).
- objtool, x86: add several functions and files to the objtool
whitelist (bnc#1018348).
- objtool: stack validation 2.0 (bnc#1018348).
- objtool: add undwarf debuginfo generation (bnc#1018348).
- objtool, x86: add facility for asm code to provide CFI hints
(bnc#1018348).
- x86/entry: add CFI hint undwarf annotations (bnc#1018348).
- x86/asm: add CFI hint annotations to sync_core() (bnc#1018348).
- extable: rename 'sortextable' script to 'sorttable'
(bnc#1018348).
- extable: add undwarf table sorting ability to sorttable script
(bnc#1018348).
- x86/unwind: add undwarf unwinder (bnc#1018348).
- Delete patches.arch/x86_64-unwind-annotations.
- Update config files.
Switch from DWARF to unDWARF. This is the way upstream wants us to go.
We can drop patches.arch/x86_64-unwind-annotations now as it is
superseded by the patchset:
1) Objtool generates info for assembly now.
2) Manual annotations are put to places where objtool gets lost.
This version is RFC submitted upstream.
DWARF unwinder is not dropped on the floor yet, just commented out.
Let's see how this works out and drop it then. So far both
task-context and the interrupt-context traces look good (TM).
unDWARF is supported only on x86_64 so far.
- commit ac3e118
-------------------------------------------------------------------
Tue May 30 21:55:44 CEST 2017 - bpoirier@suse.com
- Refresh
patches.drivers/e1000e-Don-t-return-uninitialized-stats.patch.
Update link.
- commit fe56f0b
-------------------------------------------------------------------
Tue May 30 21:53:42 CEST 2017 - bpoirier@suse.com
@ -217,6 +435,38 @@ Tue May 30 21:53:42 CEST 2017 - bpoirier@suse.com
Fix incorrect tag.
- commit 7bbd095
-------------------------------------------------------------------
Tue May 30 16:15:33 CEST 2017 - afaerber@suse.de
- config: armv7hl: Update to v4.12-rc3
- commit 8cfaade
-------------------------------------------------------------------
Tue May 30 15:44:48 CEST 2017 - afaerber@suse.de
- config: armv6hl: Update to v4.12-rc3
- commit f8dbef0
-------------------------------------------------------------------
Tue May 30 15:27:37 CEST 2017 - afaerber@suse.de
- config: arm64: Update to v4.12-rc3
Harmonize the display drivers while at it.
- commit 305b5bb
-------------------------------------------------------------------
Mon May 29 16:53:26 CEST 2017 - mkubecek@suse.cz
- drm/i915: Fix new -Wint-in-bool-context gcc compiler warning.
- commit d41a006
-------------------------------------------------------------------
Mon May 29 14:47:53 CEST 2017 - mkubecek@suse.cz
- Update to 4.12-rc3.
- Eliminated 1 patch.
- commit 383e7eb
-------------------------------------------------------------------
Mon May 29 02:20:12 CEST 2017 - neilb@suse.com
@ -232,8 +482,170 @@ Fri May 26 10:38:38 CEST 2017 - afaerber@suse.de
- config: arm64: Make PINCTRL_SINGLE built-in
This fixes serial console on the HiKey board (bsc#1040492).
(cherry picked from commit 02f57029be80cfec078617f5dbb4022ea5931ac3)
- config: arm64: Make PINCTRL_SINGLE built-in
This fixes serial console on the HiKey board (bsc#1040492).
- commit 36186ce
-------------------------------------------------------------------
Fri May 26 10:25:31 CEST 2017 - mkubecek@suse.cz
- Update to 4.12-rc2
- Eliminated 32 patches.
- ARM configs need updating.
- OSS (sound) support marked broken
- Config changes:
- Kernel hacking:
- EARLY_PRINTK_USB_XDBC=y
- Block:
- BFQ_GROUP_IOSCHED=y
- BLK_DEV_THROTTLING_LOW=n (experimental)
- DM_INTEGRITY=m
- IOSCHED_BFQ=y
- MQ_IOSCHED_KYBER=y
- Filesystems:
- UBIFS_FS_SECURITY=y
- Networking:
- NET_9P_XEN=m
- NET_SCH_DEFAULT=n (for custom builds)
- Network drivers:
- BT_HCIUART_NOKIA=m
- CAN_HI311X=m
- CAN_MCBA_USB=m
- CAN_PEAK_PCIEFD=m
- CAN_VXCAN=m
- DWC_XLGMAC=m
- DWC_XLGMAC_PCI=m
- IEEE802154_CA8210=m
- IEEE802154_CA8210_DEBUGFS=n
- MDIO_DEVICE=m
- MLX5_CORE_IPOIB=y
- NET_VENDOR_SYNOPSYS=y
- RTL8723BS=m
- TIGON3_HWMON=y
- VSOCKMON=m
- DRM:
- BACKLIGHT_ARCXCNN=m
- DM_INTEGRITY=m
- DRM_FBDEV_OVERALLOC=100 (default)
- DRM_I915_DEBUG_VBLANK_EVADE=n (driver debugging)
- DRM_I915_LOW_LEVEL_TRACEPOINTS=n (driver debugging)
- DRM_I915_SELFTEST=n (driver debugging)
- Sound:
- SND_FIREFACE=m
- SND_FIREWIRE_MOTU=m
- SND_I2S_HI6210_I2S=m
- SND_SOC_ADAU1761_I2C=n
- SND_SOC_ADAU1761_SPI=n
- SND_SOC_CS35L35=m
- SND_SOC_DA7213=m
- SND_SOC_DIO2125=n
- SND_SOC_ES7134=n
- SND_SOC_INTEL_BYT_CHT_DA7213_MACH=m
- SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=m
- SND_SOC_MAX98927=n
- SND_SOC_NAU8824=m
- PCI:
- PCI_ENDPOINT=y
- PCI_ENDPOINT_CONFIGFS=n
- PCI_ENDPOINT_TEST=m
- PCI_EPF_TEST=m
- PCI_SW_SWITCHTEC=m
- USB:
- TYPEC_FUSB302=m
- TYPEC_TCPCI=m
- TYPEC_TCPM=m
- TYPEC_WCOVE=m
- USB_PCI=y
- NVM:
- NVM_PBLK=m
- Power supply:
- BATTERY_AXP20X=m
- CHARGER_AXP20X=m
- Multimedia:
- CEC_PLATFORM_DRIVERS=y
- IR_SIR=m (renamed LIRC_SIR)
- MEDIA_CEC_RC=y
- USB_RAINSHADOW_CEC=m
- VIDEO_OV2640=m (renamed SOC_CAMERA_OV2640)
- Input:
- JOYSTICK_PSXPAD_SPI=m
- JOYSTICK_PSXPAD_SPI_FF=y
- MOUSE_PS2_SYNAPTICS_SMBUS=y
- TOUCHSCREEN_TSC2007_IIO=y
- Hardware monitoring:
- SENSORS_ASPEED=m
- DAX:
- DAX=y
- EDAC:
- EDAC_GHES=n (causes problems, ask bpetkov)
- Crypto:
- SYSTEM_BLACKLIST_KEYRING=n
- HID:
- HID_ACCUTOUCH=m
- HID_NTI=m
- HID_SENSOR_HUMIDITY=m
- HID_SENSOR_TEMP=m
- Industrial I/O
- AXP20X_ADC=m
- LTC2497=n
- LTC2632=n
- MAX1118=n
- MAX30102=m
- MAX9611=n
- SRF04=m
- VL6180=m
- Thermal:
- THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
- I2C:
- I2C_MUX_LTC4306=m
- IB:
- INFINIBAND_OPA_VNIC=m
- Staging:
- LNET_XPRT_IB=m
- Xen:
- XEN_PV=y
- x86:
- DELL_WMI_LED=m (renamed LEDS_DELL_NETBOOKS)
- INTEL_CHT_INT33FE=m
- X86_MCELOG_LEGACY=y
- Misc:
- ALTERA_PR_IP_CORE=m
- CHARLCD=m
- FPGA_MGR_XILINX_SPI=m
- HD44780=m
- INTEL_SOC_PMIC_BXTWC=m
- MFD_TI_LMU=m
- MMC_SDHCI_XENON=m
- RAS_CEC=y
- RESET_IMX7=n
- W1_SLAVE_DS2438=m
- XPOWER_PMIC_OPREGION=y
- ppc64le:
- ARCH_MMAP_RND_BITS=14
- ARCH_MMAP_RND_COMPAT_BITS=7
- CRYPTO_CRCT10DIF_VPMSUM=n
- CRYPTO_DEV_CCREE=n
- DA9062_THERMAL=n
- DRM_LVDS_ENCODER=n
- DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW=n
- DRM_RCAR_DW_HDMI=n
- FA_DUMP=n
- FPGA_MGR_ICE40_SPI=n
- GPIO_FTGPIO010=n
- KPROBES_ON_FTRACE=y
- LEDS_LP3952=n
- PPC_DT_CPU_FTRS=n
- PPC_XIVE_NATIVE=y
- THREAD_SHIFT=14
- XILINX_PR_DECOUPLER=n
- s390x:
- ARCH_RANDOM=y
- ATA=n
- DEFERRED_STRUCT_PAGE_INIT=n
- MAX_PHYSMEM_BITS=46
- S390_CCW_IOMMU=n
- commit a8e0ac1
-------------------------------------------------------------------
Thu May 25 19:55:04 CEST 2017 - jslaby@suse.cz
@ -297,7 +709,7 @@ Tue May 23 16:57:08 CEST 2017 - tiwai@suse.de
Tue May 23 07:52:52 CEST 2017 - tiwai@suse.de
- ptrace: Properly initialize ptracer_cred on fork (bsc#1040041).
- commit 24082da
- commit d5c0513
-------------------------------------------------------------------
Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz
@ -305,12 +717,18 @@ Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz
- Linux 4.11.2 (bnc#1012628).
- commit 03903d8
-------------------------------------------------------------------
Fri May 19 23:09:43 CEST 2017 - tiwai@suse.de
- Update config files: set HD-audio power save as default (boo#1039995).
- commit ba31213
-------------------------------------------------------------------
Fri May 19 12:36:38 CEST 2017 - jdelvare@suse.de
- Revert "drm/amdgpu: update tile table for oland/hainan"
(boo#1027378, boo#1039806).
- commit 2e66df6
- commit 455115d
-------------------------------------------------------------------
Mon May 15 11:42:34 CEST 2017 - jslaby@suse.cz
@ -338,12 +756,42 @@ Wed May 10 18:29:51 CEST 2017 - jeffm@suse.com
- config: disable XFS_RT
- commit 98d6a9a
-------------------------------------------------------------------
Mon May 8 11:14:29 CEST 2017 - jdelvare@suse.de
- config: armv6hl: Disable KEYBOARD_TM2_TOUCHKEY
The Samsung TM2 board is based on an Exynos SoC, which the armv6
kernel does not support.
- commit 38e6377
-------------------------------------------------------------------
Sat May 6 16:45:25 CEST 2017 - stefan.bruens@rwth-aachen.de
- config: arm64: Enable MEDIA_CONTROLLER API
Option is already set on armv7hl/armv6hl.
- commit efe309e
-------------------------------------------------------------------
Sat May 6 16:21:08 CEST 2017 - stefan.bruens@rwth-aachen.de
- config: arm64: Enable SND_SOC and codecs
Config mimics armv7hl, save any differences due to less SoCs supported
by arm64.
[AF: Rebased onto v4.12-rc3]
- commit 214bcc6
-------------------------------------------------------------------
Thu May 4 18:04:11 CEST 2017 - bpoirier@suse.com
- e1000e: Don't return uninitialized stats (bug#1034635).
- commit 836a5a5
-------------------------------------------------------------------
Thu May 4 17:57:32 CEST 2017 - bpoirier@suse.com
- e1000e: Don't return uninitialized stats (bug#1034635).
- commit 07b59a7
-------------------------------------------------------------------
Wed May 3 10:48:46 CEST 2017 - msuchanek@suse.de

View File

@ -17,8 +17,8 @@
# needssslcertforbuild
%define srcversion 4.11
%define patchversion 4.11.8
%define srcversion 4.12
%define patchversion 4.12.0
%define variant %{nil}
%define vanilla_only 0
@ -58,9 +58,9 @@ Name: kernel-pae
Summary: Kernel with PAE Support
License: GPL-2.0
Group: System/Kernel
Version: 4.11.8
Version: 4.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g42bd7a0
Release: <RELEASE>.gb8e7496
%else
Release: 0
%endif

View File

@ -1,15 +1,49 @@
-------------------------------------------------------------------
Tue Jul 4 08:03:22 CEST 2017 - jslaby@suse.cz
- Update to 4.12-final.
- commit f35ee68
-------------------------------------------------------------------
Mon Jul 3 11:36:04 CEST 2017 - jslaby@suse.cz
- objtool: Silence warnings for functions which use IRET
(bnc#1018348).
- Update config files.
- Refresh
patches.suse/0002-dwarf-do-not-throw-away-unwind-info.patch.
Push the new version of unDWARF unwinder which is now called Orc. The
first 4 patches were accepted to the -tip tree, so they are marked
appropriatelly.
- commit 48ca048
-------------------------------------------------------------------
Thu Jun 29 16:37:33 CEST 2017 - jslaby@suse.cz
- Linux 4.11.8 (bnc#1012628).
- commit 42bd7a0
-------------------------------------------------------------------
Mon Jun 26 17:10:55 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc7.
- commit aec31ef
-------------------------------------------------------------------
Mon Jun 26 08:56:10 CEST 2017 - jslaby@suse.cz
- tty: Fix ldisc crash on reopened tty (bnc#1043488).
- commit 53c91b6
-------------------------------------------------------------------
Sun Jun 25 21:17:28 CEST 2017 - afaerber@suse.de
- config: ARM: Consistently enable SPI_GPIO
Bit-banging is needed when a SoC doesn't support native SPI or when such
drivers are missing. SPI_GPIO was enabled for armv6hl and armv7hl default,
but missing for armv7hl lpae and arm64. Set CONFIG_SPI_GPIO=m consistently.
- commit 8750062
-------------------------------------------------------------------
Sat Jun 24 09:54:41 CEST 2017 - jslaby@suse.cz
@ -23,6 +57,13 @@ Fri Jun 23 09:04:17 CEST 2017 - jslaby@suse.cz
(bnc#1045105).
- commit d61c66b
-------------------------------------------------------------------
Thu Jun 22 22:48:39 CEST 2017 - jeffm@suse.com
- reiserfs: don't preallocate blocks for extended attributes
(bsc#990682).
- commit ffd9401
-------------------------------------------------------------------
Thu Jun 22 22:46:00 CEST 2017 - jeffm@suse.com
@ -38,6 +79,39 @@ Thu Jun 22 21:01:50 CEST 2017 - jeffm@suse.com
- reiserfs: Make cancel_old_flush() reliable (bsc#1037795).
- commit 5e3bb37
-------------------------------------------------------------------
Thu Jun 22 16:44:14 CEST 2017 - jeffm@suse.com
- config: VGACON_SOFT_SCROLLBACK_SIZE=128 (FATE#307471).
This doubles the scrollback buffer on VGA consoles with only a little
bit of memory cost.
- commit b8a18f3
-------------------------------------------------------------------
Thu Jun 22 09:56:51 CEST 2017 - jslaby@suse.cz
- x86/unwind: add undwarf unwinder (bnc#1018348).
- Refresh
patches.suse/0001-objtool-move-checking-code-to-check.c.patch.
- Refresh patches.suse/0003-objtool-stack-validation-2.0.patch.
- Refresh
patches.suse/0004-objtool-add-undwarf-debuginfo-generation.patch.
- Delete
patches.suse/0008-extable-rename-sortextable-script-to-sorttable.patch.
- Delete
patches.suse/0009-extable-add-undwarf-table-sorting-ability-to-sorttab.patch.
- Delete patches.suse/0010-x86-unwind-add-undwarf-unwinder.patch.
Refresh the UNDWARF unwinder according to usptream reviews. And add
few fixes fro DRAP sequences again and handle more exceptions.
- commit 31d141e
-------------------------------------------------------------------
Tue Jun 20 20:58:13 CEST 2017 - jeffm@suse.com
- btrfs: serialize subvolume mounts with potentially mismatching
rw flags (bsc#951844 bsc#1024015).
- commit 638ee5d
-------------------------------------------------------------------
Tue Jun 20 17:58:56 CEST 2017 - jjolly@suse.de
@ -45,6 +119,19 @@ Tue Jun 20 17:58:56 CEST 2017 - jjolly@suse.de
- config.conf: Added s390x zfcpdump kernel
- commit 9bfc6ab
-------------------------------------------------------------------
Tue Jun 20 16:26:53 CEST 2017 - jjolly@suse.de
- Update config files.
- config.conf: Added s390x zfcpdump kernel
- commit 5162e6c
-------------------------------------------------------------------
Tue Jun 20 14:22:42 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc6.
- commit 4d2b302
-------------------------------------------------------------------
Tue Jun 20 14:19:08 CEST 2017 - jeffm@suse.com
@ -52,6 +139,12 @@ Tue Jun 20 14:19:08 CEST 2017 - jeffm@suse.com
(bsc#1028286 bsc#1017461 bsc#1036171).
- commit 7d41685
-------------------------------------------------------------------
Tue Jun 20 12:17:15 CEST 2017 - mmarek@suse.com
- Only set CONFIG_GCC_PLUGINS=y in kernel-syzkaller (boo#1043591)
- commit 1fffb22
-------------------------------------------------------------------
Tue Jun 20 11:01:58 CEST 2017 - mmarek@suse.com
@ -107,6 +200,13 @@ Tue Jun 13 15:51:25 CEST 2017 - mmarek@suse.com
... instead of relying on find-provides.ksyms to do it (bsc#981083).
- commit b1fe840
-------------------------------------------------------------------
Mon Jun 12 18:40:31 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc5.
- Eliminated 1 patch.
- commit 270295f
-------------------------------------------------------------------
Mon Jun 12 16:30:47 CEST 2017 - mmarek@suse.com
@ -156,11 +256,47 @@ Wed Jun 7 17:14:28 CEST 2017 - jslaby@suse.cz
patches.fixes/sctp-do-not-inherit-ipv6_-mc-ac-fl-_list-from-parent.patch.
- commit cba98ee
-------------------------------------------------------------------
Wed Jun 7 10:08:05 CEST 2017 - mkubecek@suse.cz
- Update upstream reference:
patches.fixes/virtio_net-lower-limit-on-buffer-size.patch.
- commit 922d3e3
-------------------------------------------------------------------
Tue Jun 6 12:45:39 CEST 2017 - jslaby@suse.cz
- tty: handle the case where we cannot restore a line discipline
(bnc#1042878).
- commit 9273e2f
-------------------------------------------------------------------
Tue Jun 6 12:41:20 CEST 2017 - mkubecek@suse.cz
- usb/early: Remove trace_printk() callers in xhci-dbc
(bsc#1042295).
- commit 52a1432
-------------------------------------------------------------------
Tue Jun 6 12:27:55 CEST 2017 - mkubecek@suse.cz
- virtio_net: lower limit on buffer size (bsc#1042717).
- commit a3aa4ed
-------------------------------------------------------------------
Tue Jun 6 11:15:29 CEST 2017 - jslaby@suse.cz
- Update config files.
Disable CONFIG_DRM_I915_WERROR, i.e. -Werror in i915. It causes build
failures in -syzkaller flavor due to a bit oversized frames:
drivers/gpu/drm/i915/intel_dpll_mgr.c:1548:1: error: the frame size of 2240 bytes is larger than 2048 bytes
- commit 5fc7b32
-------------------------------------------------------------------
Tue Jun 6 09:28:09 CEST 2017 - mkubecek@suse.cz
- series.conf: better section label (networking core)
- commit 3a35823
- commit 05ee05a
-------------------------------------------------------------------
Tue Jun 6 09:24:50 CEST 2017 - mkubecek@suse.cz
@ -196,12 +332,43 @@ Mon Jun 5 13:54:42 CEST 2017 - jslaby@suse.cz
Fix References tags.
- commit bf7afe3
-------------------------------------------------------------------
Mon Jun 5 09:34:29 CEST 2017 - jslaby@suse.cz
- Refresh
patches.suse/0002-objtool-x86-add-several-functions-and-files-to-the-o.patch.
- Refresh patches.suse/0003-objtool-stack-validation-2.0.patch.
- Refresh
patches.suse/0004-objtool-add-undwarf-debuginfo-generation.patch.
- Refresh
patches.suse/0005-objtool-x86-add-facility-for-asm-code-to-provide-CFI.patch.
Handle more DRAP sequences correctly.
- commit 0a00faf
-------------------------------------------------------------------
Mon Jun 5 09:17:02 CEST 2017 - msuchanek@suse.de
- kernel-binary.spec: Propagate MAKE_ARGS to %build (bsc#1012422)
- commit 6171b7a
-------------------------------------------------------------------
Mon Jun 5 03:24:25 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc4.
- Eliminated 1 patch.
- commit f198de4
-------------------------------------------------------------------
Fri Jun 2 19:28:12 CEST 2017 - afaerber@suse.de
- rpm/dtb.spec.in.in: Fix new include path
Commit 89de3db69113d58cdab14d2c777de6080eac49dc ("rpm/dtb.spec.in.in:
Update include path for dt-bindings") introduced an additional include
path for 4.12. The commit message had it correct, but the spec file
template lacked a path component, breaking the aarch64 build while
succeeding on armv7hl. Fix that.
- commit 36b7480
-------------------------------------------------------------------
Fri Jun 2 11:40:55 CEST 2017 - mmarek@suse.com
@ -209,6 +376,57 @@ Fri Jun 2 11:40:55 CEST 2017 - mmarek@suse.com
These are empty in current branches.
- commit 742f1d0
-------------------------------------------------------------------
Wed May 31 14:43:33 CEST 2017 - afaerber@suse.de
- rpm/dtb.spec.in.in: Update include path for dt-bindings
Kernels before 4.12 had arch/{arm,arm64}/boot/dts/include/ directories
with a symlink to include/dt-bindings/.
In 4.12 those include/ directories were dropped.
Therefore use include/ directly.
Additionally some cross-architecture .dtsi reuse was introduced, which
requires scripts/dtc/include-prefixes/ that didn't exist on older kernels.
- commit 89de3db
-------------------------------------------------------------------
Wed May 31 11:31:40 CEST 2017 - jslaby@suse.cz
- objtool: move checking code to check.c (bnc#1018348).
- objtool, x86: add several functions and files to the objtool
whitelist (bnc#1018348).
- objtool: stack validation 2.0 (bnc#1018348).
- objtool: add undwarf debuginfo generation (bnc#1018348).
- objtool, x86: add facility for asm code to provide CFI hints
(bnc#1018348).
- x86/entry: add CFI hint undwarf annotations (bnc#1018348).
- x86/asm: add CFI hint annotations to sync_core() (bnc#1018348).
- extable: rename 'sortextable' script to 'sorttable'
(bnc#1018348).
- extable: add undwarf table sorting ability to sorttable script
(bnc#1018348).
- x86/unwind: add undwarf unwinder (bnc#1018348).
- Delete patches.arch/x86_64-unwind-annotations.
- Update config files.
Switch from DWARF to unDWARF. This is the way upstream wants us to go.
We can drop patches.arch/x86_64-unwind-annotations now as it is
superseded by the patchset:
1) Objtool generates info for assembly now.
2) Manual annotations are put to places where objtool gets lost.
This version is RFC submitted upstream.
DWARF unwinder is not dropped on the floor yet, just commented out.
Let's see how this works out and drop it then. So far both
task-context and the interrupt-context traces look good (TM).
unDWARF is supported only on x86_64 so far.
- commit ac3e118
-------------------------------------------------------------------
Tue May 30 21:55:44 CEST 2017 - bpoirier@suse.com
- Refresh
patches.drivers/e1000e-Don-t-return-uninitialized-stats.patch.
Update link.
- commit fe56f0b
-------------------------------------------------------------------
Tue May 30 21:53:42 CEST 2017 - bpoirier@suse.com
@ -217,6 +435,38 @@ Tue May 30 21:53:42 CEST 2017 - bpoirier@suse.com
Fix incorrect tag.
- commit 7bbd095
-------------------------------------------------------------------
Tue May 30 16:15:33 CEST 2017 - afaerber@suse.de
- config: armv7hl: Update to v4.12-rc3
- commit 8cfaade
-------------------------------------------------------------------
Tue May 30 15:44:48 CEST 2017 - afaerber@suse.de
- config: armv6hl: Update to v4.12-rc3
- commit f8dbef0
-------------------------------------------------------------------
Tue May 30 15:27:37 CEST 2017 - afaerber@suse.de
- config: arm64: Update to v4.12-rc3
Harmonize the display drivers while at it.
- commit 305b5bb
-------------------------------------------------------------------
Mon May 29 16:53:26 CEST 2017 - mkubecek@suse.cz
- drm/i915: Fix new -Wint-in-bool-context gcc compiler warning.
- commit d41a006
-------------------------------------------------------------------
Mon May 29 14:47:53 CEST 2017 - mkubecek@suse.cz
- Update to 4.12-rc3.
- Eliminated 1 patch.
- commit 383e7eb
-------------------------------------------------------------------
Mon May 29 02:20:12 CEST 2017 - neilb@suse.com
@ -232,8 +482,170 @@ Fri May 26 10:38:38 CEST 2017 - afaerber@suse.de
- config: arm64: Make PINCTRL_SINGLE built-in
This fixes serial console on the HiKey board (bsc#1040492).
(cherry picked from commit 02f57029be80cfec078617f5dbb4022ea5931ac3)
- config: arm64: Make PINCTRL_SINGLE built-in
This fixes serial console on the HiKey board (bsc#1040492).
- commit 36186ce
-------------------------------------------------------------------
Fri May 26 10:25:31 CEST 2017 - mkubecek@suse.cz
- Update to 4.12-rc2
- Eliminated 32 patches.
- ARM configs need updating.
- OSS (sound) support marked broken
- Config changes:
- Kernel hacking:
- EARLY_PRINTK_USB_XDBC=y
- Block:
- BFQ_GROUP_IOSCHED=y
- BLK_DEV_THROTTLING_LOW=n (experimental)
- DM_INTEGRITY=m
- IOSCHED_BFQ=y
- MQ_IOSCHED_KYBER=y
- Filesystems:
- UBIFS_FS_SECURITY=y
- Networking:
- NET_9P_XEN=m
- NET_SCH_DEFAULT=n (for custom builds)
- Network drivers:
- BT_HCIUART_NOKIA=m
- CAN_HI311X=m
- CAN_MCBA_USB=m
- CAN_PEAK_PCIEFD=m
- CAN_VXCAN=m
- DWC_XLGMAC=m
- DWC_XLGMAC_PCI=m
- IEEE802154_CA8210=m
- IEEE802154_CA8210_DEBUGFS=n
- MDIO_DEVICE=m
- MLX5_CORE_IPOIB=y
- NET_VENDOR_SYNOPSYS=y
- RTL8723BS=m
- TIGON3_HWMON=y
- VSOCKMON=m
- DRM:
- BACKLIGHT_ARCXCNN=m
- DM_INTEGRITY=m
- DRM_FBDEV_OVERALLOC=100 (default)
- DRM_I915_DEBUG_VBLANK_EVADE=n (driver debugging)
- DRM_I915_LOW_LEVEL_TRACEPOINTS=n (driver debugging)
- DRM_I915_SELFTEST=n (driver debugging)
- Sound:
- SND_FIREFACE=m
- SND_FIREWIRE_MOTU=m
- SND_I2S_HI6210_I2S=m
- SND_SOC_ADAU1761_I2C=n
- SND_SOC_ADAU1761_SPI=n
- SND_SOC_CS35L35=m
- SND_SOC_DA7213=m
- SND_SOC_DIO2125=n
- SND_SOC_ES7134=n
- SND_SOC_INTEL_BYT_CHT_DA7213_MACH=m
- SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=m
- SND_SOC_MAX98927=n
- SND_SOC_NAU8824=m
- PCI:
- PCI_ENDPOINT=y
- PCI_ENDPOINT_CONFIGFS=n
- PCI_ENDPOINT_TEST=m
- PCI_EPF_TEST=m
- PCI_SW_SWITCHTEC=m
- USB:
- TYPEC_FUSB302=m
- TYPEC_TCPCI=m
- TYPEC_TCPM=m
- TYPEC_WCOVE=m
- USB_PCI=y
- NVM:
- NVM_PBLK=m
- Power supply:
- BATTERY_AXP20X=m
- CHARGER_AXP20X=m
- Multimedia:
- CEC_PLATFORM_DRIVERS=y
- IR_SIR=m (renamed LIRC_SIR)
- MEDIA_CEC_RC=y
- USB_RAINSHADOW_CEC=m
- VIDEO_OV2640=m (renamed SOC_CAMERA_OV2640)
- Input:
- JOYSTICK_PSXPAD_SPI=m
- JOYSTICK_PSXPAD_SPI_FF=y
- MOUSE_PS2_SYNAPTICS_SMBUS=y
- TOUCHSCREEN_TSC2007_IIO=y
- Hardware monitoring:
- SENSORS_ASPEED=m
- DAX:
- DAX=y
- EDAC:
- EDAC_GHES=n (causes problems, ask bpetkov)
- Crypto:
- SYSTEM_BLACKLIST_KEYRING=n
- HID:
- HID_ACCUTOUCH=m
- HID_NTI=m
- HID_SENSOR_HUMIDITY=m
- HID_SENSOR_TEMP=m
- Industrial I/O
- AXP20X_ADC=m
- LTC2497=n
- LTC2632=n
- MAX1118=n
- MAX30102=m
- MAX9611=n
- SRF04=m
- VL6180=m
- Thermal:
- THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
- I2C:
- I2C_MUX_LTC4306=m
- IB:
- INFINIBAND_OPA_VNIC=m
- Staging:
- LNET_XPRT_IB=m
- Xen:
- XEN_PV=y
- x86:
- DELL_WMI_LED=m (renamed LEDS_DELL_NETBOOKS)
- INTEL_CHT_INT33FE=m
- X86_MCELOG_LEGACY=y
- Misc:
- ALTERA_PR_IP_CORE=m
- CHARLCD=m
- FPGA_MGR_XILINX_SPI=m
- HD44780=m
- INTEL_SOC_PMIC_BXTWC=m
- MFD_TI_LMU=m
- MMC_SDHCI_XENON=m
- RAS_CEC=y
- RESET_IMX7=n
- W1_SLAVE_DS2438=m
- XPOWER_PMIC_OPREGION=y
- ppc64le:
- ARCH_MMAP_RND_BITS=14
- ARCH_MMAP_RND_COMPAT_BITS=7
- CRYPTO_CRCT10DIF_VPMSUM=n
- CRYPTO_DEV_CCREE=n
- DA9062_THERMAL=n
- DRM_LVDS_ENCODER=n
- DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW=n
- DRM_RCAR_DW_HDMI=n
- FA_DUMP=n
- FPGA_MGR_ICE40_SPI=n
- GPIO_FTGPIO010=n
- KPROBES_ON_FTRACE=y
- LEDS_LP3952=n
- PPC_DT_CPU_FTRS=n
- PPC_XIVE_NATIVE=y
- THREAD_SHIFT=14
- XILINX_PR_DECOUPLER=n
- s390x:
- ARCH_RANDOM=y
- ATA=n
- DEFERRED_STRUCT_PAGE_INIT=n
- MAX_PHYSMEM_BITS=46
- S390_CCW_IOMMU=n
- commit a8e0ac1
-------------------------------------------------------------------
Thu May 25 19:55:04 CEST 2017 - jslaby@suse.cz
@ -297,7 +709,7 @@ Tue May 23 16:57:08 CEST 2017 - tiwai@suse.de
Tue May 23 07:52:52 CEST 2017 - tiwai@suse.de
- ptrace: Properly initialize ptracer_cred on fork (bsc#1040041).
- commit 24082da
- commit d5c0513
-------------------------------------------------------------------
Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz
@ -305,12 +717,18 @@ Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz
- Linux 4.11.2 (bnc#1012628).
- commit 03903d8
-------------------------------------------------------------------
Fri May 19 23:09:43 CEST 2017 - tiwai@suse.de
- Update config files: set HD-audio power save as default (boo#1039995).
- commit ba31213
-------------------------------------------------------------------
Fri May 19 12:36:38 CEST 2017 - jdelvare@suse.de
- Revert "drm/amdgpu: update tile table for oland/hainan"
(boo#1027378, boo#1039806).
- commit 2e66df6
- commit 455115d
-------------------------------------------------------------------
Mon May 15 11:42:34 CEST 2017 - jslaby@suse.cz
@ -338,12 +756,42 @@ Wed May 10 18:29:51 CEST 2017 - jeffm@suse.com
- config: disable XFS_RT
- commit 98d6a9a
-------------------------------------------------------------------
Mon May 8 11:14:29 CEST 2017 - jdelvare@suse.de
- config: armv6hl: Disable KEYBOARD_TM2_TOUCHKEY
The Samsung TM2 board is based on an Exynos SoC, which the armv6
kernel does not support.
- commit 38e6377
-------------------------------------------------------------------
Sat May 6 16:45:25 CEST 2017 - stefan.bruens@rwth-aachen.de
- config: arm64: Enable MEDIA_CONTROLLER API
Option is already set on armv7hl/armv6hl.
- commit efe309e
-------------------------------------------------------------------
Sat May 6 16:21:08 CEST 2017 - stefan.bruens@rwth-aachen.de
- config: arm64: Enable SND_SOC and codecs
Config mimics armv7hl, save any differences due to less SoCs supported
by arm64.
[AF: Rebased onto v4.12-rc3]
- commit 214bcc6
-------------------------------------------------------------------
Thu May 4 18:04:11 CEST 2017 - bpoirier@suse.com
- e1000e: Don't return uninitialized stats (bug#1034635).
- commit 836a5a5
-------------------------------------------------------------------
Thu May 4 17:57:32 CEST 2017 - bpoirier@suse.com
- e1000e: Don't return uninitialized stats (bug#1034635).
- commit 07b59a7
-------------------------------------------------------------------
Wed May 3 10:48:46 CEST 2017 - msuchanek@suse.de

View File

@ -17,8 +17,8 @@
# icecream 0
%define srcversion 4.11
%define patchversion 4.11.8
%define srcversion 4.12
%define patchversion 4.12.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.11.8
Version: 4.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g42bd7a0
Release: <RELEASE>.gb8e7496
%else
Release: 0
%endif

View File

@ -1,15 +1,49 @@
-------------------------------------------------------------------
Tue Jul 4 08:03:22 CEST 2017 - jslaby@suse.cz
- Update to 4.12-final.
- commit f35ee68
-------------------------------------------------------------------
Mon Jul 3 11:36:04 CEST 2017 - jslaby@suse.cz
- objtool: Silence warnings for functions which use IRET
(bnc#1018348).
- Update config files.
- Refresh
patches.suse/0002-dwarf-do-not-throw-away-unwind-info.patch.
Push the new version of unDWARF unwinder which is now called Orc. The
first 4 patches were accepted to the -tip tree, so they are marked
appropriatelly.
- commit 48ca048
-------------------------------------------------------------------
Thu Jun 29 16:37:33 CEST 2017 - jslaby@suse.cz
- Linux 4.11.8 (bnc#1012628).
- commit 42bd7a0
-------------------------------------------------------------------
Mon Jun 26 17:10:55 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc7.
- commit aec31ef
-------------------------------------------------------------------
Mon Jun 26 08:56:10 CEST 2017 - jslaby@suse.cz
- tty: Fix ldisc crash on reopened tty (bnc#1043488).
- commit 53c91b6
-------------------------------------------------------------------
Sun Jun 25 21:17:28 CEST 2017 - afaerber@suse.de
- config: ARM: Consistently enable SPI_GPIO
Bit-banging is needed when a SoC doesn't support native SPI or when such
drivers are missing. SPI_GPIO was enabled for armv6hl and armv7hl default,
but missing for armv7hl lpae and arm64. Set CONFIG_SPI_GPIO=m consistently.
- commit 8750062
-------------------------------------------------------------------
Sat Jun 24 09:54:41 CEST 2017 - jslaby@suse.cz
@ -23,6 +57,13 @@ Fri Jun 23 09:04:17 CEST 2017 - jslaby@suse.cz
(bnc#1045105).
- commit d61c66b
-------------------------------------------------------------------
Thu Jun 22 22:48:39 CEST 2017 - jeffm@suse.com
- reiserfs: don't preallocate blocks for extended attributes
(bsc#990682).
- commit ffd9401
-------------------------------------------------------------------
Thu Jun 22 22:46:00 CEST 2017 - jeffm@suse.com
@ -38,6 +79,39 @@ Thu Jun 22 21:01:50 CEST 2017 - jeffm@suse.com
- reiserfs: Make cancel_old_flush() reliable (bsc#1037795).
- commit 5e3bb37
-------------------------------------------------------------------
Thu Jun 22 16:44:14 CEST 2017 - jeffm@suse.com
- config: VGACON_SOFT_SCROLLBACK_SIZE=128 (FATE#307471).
This doubles the scrollback buffer on VGA consoles with only a little
bit of memory cost.
- commit b8a18f3
-------------------------------------------------------------------
Thu Jun 22 09:56:51 CEST 2017 - jslaby@suse.cz
- x86/unwind: add undwarf unwinder (bnc#1018348).
- Refresh
patches.suse/0001-objtool-move-checking-code-to-check.c.patch.
- Refresh patches.suse/0003-objtool-stack-validation-2.0.patch.
- Refresh
patches.suse/0004-objtool-add-undwarf-debuginfo-generation.patch.
- Delete
patches.suse/0008-extable-rename-sortextable-script-to-sorttable.patch.
- Delete
patches.suse/0009-extable-add-undwarf-table-sorting-ability-to-sorttab.patch.
- Delete patches.suse/0010-x86-unwind-add-undwarf-unwinder.patch.
Refresh the UNDWARF unwinder according to usptream reviews. And add
few fixes fro DRAP sequences again and handle more exceptions.
- commit 31d141e
-------------------------------------------------------------------
Tue Jun 20 20:58:13 CEST 2017 - jeffm@suse.com
- btrfs: serialize subvolume mounts with potentially mismatching
rw flags (bsc#951844 bsc#1024015).
- commit 638ee5d
-------------------------------------------------------------------
Tue Jun 20 17:58:56 CEST 2017 - jjolly@suse.de
@ -45,6 +119,19 @@ Tue Jun 20 17:58:56 CEST 2017 - jjolly@suse.de
- config.conf: Added s390x zfcpdump kernel
- commit 9bfc6ab
-------------------------------------------------------------------
Tue Jun 20 16:26:53 CEST 2017 - jjolly@suse.de
- Update config files.
- config.conf: Added s390x zfcpdump kernel
- commit 5162e6c
-------------------------------------------------------------------
Tue Jun 20 14:22:42 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc6.
- commit 4d2b302
-------------------------------------------------------------------
Tue Jun 20 14:19:08 CEST 2017 - jeffm@suse.com
@ -52,6 +139,12 @@ Tue Jun 20 14:19:08 CEST 2017 - jeffm@suse.com
(bsc#1028286 bsc#1017461 bsc#1036171).
- commit 7d41685
-------------------------------------------------------------------
Tue Jun 20 12:17:15 CEST 2017 - mmarek@suse.com
- Only set CONFIG_GCC_PLUGINS=y in kernel-syzkaller (boo#1043591)
- commit 1fffb22
-------------------------------------------------------------------
Tue Jun 20 11:01:58 CEST 2017 - mmarek@suse.com
@ -107,6 +200,13 @@ Tue Jun 13 15:51:25 CEST 2017 - mmarek@suse.com
... instead of relying on find-provides.ksyms to do it (bsc#981083).
- commit b1fe840
-------------------------------------------------------------------
Mon Jun 12 18:40:31 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc5.
- Eliminated 1 patch.
- commit 270295f
-------------------------------------------------------------------
Mon Jun 12 16:30:47 CEST 2017 - mmarek@suse.com
@ -156,11 +256,47 @@ Wed Jun 7 17:14:28 CEST 2017 - jslaby@suse.cz
patches.fixes/sctp-do-not-inherit-ipv6_-mc-ac-fl-_list-from-parent.patch.
- commit cba98ee
-------------------------------------------------------------------
Wed Jun 7 10:08:05 CEST 2017 - mkubecek@suse.cz
- Update upstream reference:
patches.fixes/virtio_net-lower-limit-on-buffer-size.patch.
- commit 922d3e3
-------------------------------------------------------------------
Tue Jun 6 12:45:39 CEST 2017 - jslaby@suse.cz
- tty: handle the case where we cannot restore a line discipline
(bnc#1042878).
- commit 9273e2f
-------------------------------------------------------------------
Tue Jun 6 12:41:20 CEST 2017 - mkubecek@suse.cz
- usb/early: Remove trace_printk() callers in xhci-dbc
(bsc#1042295).
- commit 52a1432
-------------------------------------------------------------------
Tue Jun 6 12:27:55 CEST 2017 - mkubecek@suse.cz
- virtio_net: lower limit on buffer size (bsc#1042717).
- commit a3aa4ed
-------------------------------------------------------------------
Tue Jun 6 11:15:29 CEST 2017 - jslaby@suse.cz
- Update config files.
Disable CONFIG_DRM_I915_WERROR, i.e. -Werror in i915. It causes build
failures in -syzkaller flavor due to a bit oversized frames:
drivers/gpu/drm/i915/intel_dpll_mgr.c:1548:1: error: the frame size of 2240 bytes is larger than 2048 bytes
- commit 5fc7b32
-------------------------------------------------------------------
Tue Jun 6 09:28:09 CEST 2017 - mkubecek@suse.cz
- series.conf: better section label (networking core)
- commit 3a35823
- commit 05ee05a
-------------------------------------------------------------------
Tue Jun 6 09:24:50 CEST 2017 - mkubecek@suse.cz
@ -196,12 +332,43 @@ Mon Jun 5 13:54:42 CEST 2017 - jslaby@suse.cz
Fix References tags.
- commit bf7afe3
-------------------------------------------------------------------
Mon Jun 5 09:34:29 CEST 2017 - jslaby@suse.cz
- Refresh
patches.suse/0002-objtool-x86-add-several-functions-and-files-to-the-o.patch.
- Refresh patches.suse/0003-objtool-stack-validation-2.0.patch.
- Refresh
patches.suse/0004-objtool-add-undwarf-debuginfo-generation.patch.
- Refresh
patches.suse/0005-objtool-x86-add-facility-for-asm-code-to-provide-CFI.patch.
Handle more DRAP sequences correctly.
- commit 0a00faf
-------------------------------------------------------------------
Mon Jun 5 09:17:02 CEST 2017 - msuchanek@suse.de
- kernel-binary.spec: Propagate MAKE_ARGS to %build (bsc#1012422)
- commit 6171b7a
-------------------------------------------------------------------
Mon Jun 5 03:24:25 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc4.
- Eliminated 1 patch.
- commit f198de4
-------------------------------------------------------------------
Fri Jun 2 19:28:12 CEST 2017 - afaerber@suse.de
- rpm/dtb.spec.in.in: Fix new include path
Commit 89de3db69113d58cdab14d2c777de6080eac49dc ("rpm/dtb.spec.in.in:
Update include path for dt-bindings") introduced an additional include
path for 4.12. The commit message had it correct, but the spec file
template lacked a path component, breaking the aarch64 build while
succeeding on armv7hl. Fix that.
- commit 36b7480
-------------------------------------------------------------------
Fri Jun 2 11:40:55 CEST 2017 - mmarek@suse.com
@ -209,6 +376,57 @@ Fri Jun 2 11:40:55 CEST 2017 - mmarek@suse.com
These are empty in current branches.
- commit 742f1d0
-------------------------------------------------------------------
Wed May 31 14:43:33 CEST 2017 - afaerber@suse.de
- rpm/dtb.spec.in.in: Update include path for dt-bindings
Kernels before 4.12 had arch/{arm,arm64}/boot/dts/include/ directories
with a symlink to include/dt-bindings/.
In 4.12 those include/ directories were dropped.
Therefore use include/ directly.
Additionally some cross-architecture .dtsi reuse was introduced, which
requires scripts/dtc/include-prefixes/ that didn't exist on older kernels.
- commit 89de3db
-------------------------------------------------------------------
Wed May 31 11:31:40 CEST 2017 - jslaby@suse.cz
- objtool: move checking code to check.c (bnc#1018348).
- objtool, x86: add several functions and files to the objtool
whitelist (bnc#1018348).
- objtool: stack validation 2.0 (bnc#1018348).
- objtool: add undwarf debuginfo generation (bnc#1018348).
- objtool, x86: add facility for asm code to provide CFI hints
(bnc#1018348).
- x86/entry: add CFI hint undwarf annotations (bnc#1018348).
- x86/asm: add CFI hint annotations to sync_core() (bnc#1018348).
- extable: rename 'sortextable' script to 'sorttable'
(bnc#1018348).
- extable: add undwarf table sorting ability to sorttable script
(bnc#1018348).
- x86/unwind: add undwarf unwinder (bnc#1018348).
- Delete patches.arch/x86_64-unwind-annotations.
- Update config files.
Switch from DWARF to unDWARF. This is the way upstream wants us to go.
We can drop patches.arch/x86_64-unwind-annotations now as it is
superseded by the patchset:
1) Objtool generates info for assembly now.
2) Manual annotations are put to places where objtool gets lost.
This version is RFC submitted upstream.
DWARF unwinder is not dropped on the floor yet, just commented out.
Let's see how this works out and drop it then. So far both
task-context and the interrupt-context traces look good (TM).
unDWARF is supported only on x86_64 so far.
- commit ac3e118
-------------------------------------------------------------------
Tue May 30 21:55:44 CEST 2017 - bpoirier@suse.com
- Refresh
patches.drivers/e1000e-Don-t-return-uninitialized-stats.patch.
Update link.
- commit fe56f0b
-------------------------------------------------------------------
Tue May 30 21:53:42 CEST 2017 - bpoirier@suse.com
@ -217,6 +435,38 @@ Tue May 30 21:53:42 CEST 2017 - bpoirier@suse.com
Fix incorrect tag.
- commit 7bbd095
-------------------------------------------------------------------
Tue May 30 16:15:33 CEST 2017 - afaerber@suse.de
- config: armv7hl: Update to v4.12-rc3
- commit 8cfaade
-------------------------------------------------------------------
Tue May 30 15:44:48 CEST 2017 - afaerber@suse.de
- config: armv6hl: Update to v4.12-rc3
- commit f8dbef0
-------------------------------------------------------------------
Tue May 30 15:27:37 CEST 2017 - afaerber@suse.de
- config: arm64: Update to v4.12-rc3
Harmonize the display drivers while at it.
- commit 305b5bb
-------------------------------------------------------------------
Mon May 29 16:53:26 CEST 2017 - mkubecek@suse.cz
- drm/i915: Fix new -Wint-in-bool-context gcc compiler warning.
- commit d41a006
-------------------------------------------------------------------
Mon May 29 14:47:53 CEST 2017 - mkubecek@suse.cz
- Update to 4.12-rc3.
- Eliminated 1 patch.
- commit 383e7eb
-------------------------------------------------------------------
Mon May 29 02:20:12 CEST 2017 - neilb@suse.com
@ -232,8 +482,170 @@ Fri May 26 10:38:38 CEST 2017 - afaerber@suse.de
- config: arm64: Make PINCTRL_SINGLE built-in
This fixes serial console on the HiKey board (bsc#1040492).
(cherry picked from commit 02f57029be80cfec078617f5dbb4022ea5931ac3)
- config: arm64: Make PINCTRL_SINGLE built-in
This fixes serial console on the HiKey board (bsc#1040492).
- commit 36186ce
-------------------------------------------------------------------
Fri May 26 10:25:31 CEST 2017 - mkubecek@suse.cz
- Update to 4.12-rc2
- Eliminated 32 patches.
- ARM configs need updating.
- OSS (sound) support marked broken
- Config changes:
- Kernel hacking:
- EARLY_PRINTK_USB_XDBC=y
- Block:
- BFQ_GROUP_IOSCHED=y
- BLK_DEV_THROTTLING_LOW=n (experimental)
- DM_INTEGRITY=m
- IOSCHED_BFQ=y
- MQ_IOSCHED_KYBER=y
- Filesystems:
- UBIFS_FS_SECURITY=y
- Networking:
- NET_9P_XEN=m
- NET_SCH_DEFAULT=n (for custom builds)
- Network drivers:
- BT_HCIUART_NOKIA=m
- CAN_HI311X=m
- CAN_MCBA_USB=m
- CAN_PEAK_PCIEFD=m
- CAN_VXCAN=m
- DWC_XLGMAC=m
- DWC_XLGMAC_PCI=m
- IEEE802154_CA8210=m
- IEEE802154_CA8210_DEBUGFS=n
- MDIO_DEVICE=m
- MLX5_CORE_IPOIB=y
- NET_VENDOR_SYNOPSYS=y
- RTL8723BS=m
- TIGON3_HWMON=y
- VSOCKMON=m
- DRM:
- BACKLIGHT_ARCXCNN=m
- DM_INTEGRITY=m
- DRM_FBDEV_OVERALLOC=100 (default)
- DRM_I915_DEBUG_VBLANK_EVADE=n (driver debugging)
- DRM_I915_LOW_LEVEL_TRACEPOINTS=n (driver debugging)
- DRM_I915_SELFTEST=n (driver debugging)
- Sound:
- SND_FIREFACE=m
- SND_FIREWIRE_MOTU=m
- SND_I2S_HI6210_I2S=m
- SND_SOC_ADAU1761_I2C=n
- SND_SOC_ADAU1761_SPI=n
- SND_SOC_CS35L35=m
- SND_SOC_DA7213=m
- SND_SOC_DIO2125=n
- SND_SOC_ES7134=n
- SND_SOC_INTEL_BYT_CHT_DA7213_MACH=m
- SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=m
- SND_SOC_MAX98927=n
- SND_SOC_NAU8824=m
- PCI:
- PCI_ENDPOINT=y
- PCI_ENDPOINT_CONFIGFS=n
- PCI_ENDPOINT_TEST=m
- PCI_EPF_TEST=m
- PCI_SW_SWITCHTEC=m
- USB:
- TYPEC_FUSB302=m
- TYPEC_TCPCI=m
- TYPEC_TCPM=m
- TYPEC_WCOVE=m
- USB_PCI=y
- NVM:
- NVM_PBLK=m
- Power supply:
- BATTERY_AXP20X=m
- CHARGER_AXP20X=m
- Multimedia:
- CEC_PLATFORM_DRIVERS=y
- IR_SIR=m (renamed LIRC_SIR)
- MEDIA_CEC_RC=y
- USB_RAINSHADOW_CEC=m
- VIDEO_OV2640=m (renamed SOC_CAMERA_OV2640)
- Input:
- JOYSTICK_PSXPAD_SPI=m
- JOYSTICK_PSXPAD_SPI_FF=y
- MOUSE_PS2_SYNAPTICS_SMBUS=y
- TOUCHSCREEN_TSC2007_IIO=y
- Hardware monitoring:
- SENSORS_ASPEED=m
- DAX:
- DAX=y
- EDAC:
- EDAC_GHES=n (causes problems, ask bpetkov)
- Crypto:
- SYSTEM_BLACKLIST_KEYRING=n
- HID:
- HID_ACCUTOUCH=m
- HID_NTI=m
- HID_SENSOR_HUMIDITY=m
- HID_SENSOR_TEMP=m
- Industrial I/O
- AXP20X_ADC=m
- LTC2497=n
- LTC2632=n
- MAX1118=n
- MAX30102=m
- MAX9611=n
- SRF04=m
- VL6180=m
- Thermal:
- THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
- I2C:
- I2C_MUX_LTC4306=m
- IB:
- INFINIBAND_OPA_VNIC=m
- Staging:
- LNET_XPRT_IB=m
- Xen:
- XEN_PV=y
- x86:
- DELL_WMI_LED=m (renamed LEDS_DELL_NETBOOKS)
- INTEL_CHT_INT33FE=m
- X86_MCELOG_LEGACY=y
- Misc:
- ALTERA_PR_IP_CORE=m
- CHARLCD=m
- FPGA_MGR_XILINX_SPI=m
- HD44780=m
- INTEL_SOC_PMIC_BXTWC=m
- MFD_TI_LMU=m
- MMC_SDHCI_XENON=m
- RAS_CEC=y
- RESET_IMX7=n
- W1_SLAVE_DS2438=m
- XPOWER_PMIC_OPREGION=y
- ppc64le:
- ARCH_MMAP_RND_BITS=14
- ARCH_MMAP_RND_COMPAT_BITS=7
- CRYPTO_CRCT10DIF_VPMSUM=n
- CRYPTO_DEV_CCREE=n
- DA9062_THERMAL=n
- DRM_LVDS_ENCODER=n
- DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW=n
- DRM_RCAR_DW_HDMI=n
- FA_DUMP=n
- FPGA_MGR_ICE40_SPI=n
- GPIO_FTGPIO010=n
- KPROBES_ON_FTRACE=y
- LEDS_LP3952=n
- PPC_DT_CPU_FTRS=n
- PPC_XIVE_NATIVE=y
- THREAD_SHIFT=14
- XILINX_PR_DECOUPLER=n
- s390x:
- ARCH_RANDOM=y
- ATA=n
- DEFERRED_STRUCT_PAGE_INIT=n
- MAX_PHYSMEM_BITS=46
- S390_CCW_IOMMU=n
- commit a8e0ac1
-------------------------------------------------------------------
Thu May 25 19:55:04 CEST 2017 - jslaby@suse.cz
@ -297,7 +709,7 @@ Tue May 23 16:57:08 CEST 2017 - tiwai@suse.de
Tue May 23 07:52:52 CEST 2017 - tiwai@suse.de
- ptrace: Properly initialize ptracer_cred on fork (bsc#1040041).
- commit 24082da
- commit d5c0513
-------------------------------------------------------------------
Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz
@ -305,12 +717,18 @@ Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz
- Linux 4.11.2 (bnc#1012628).
- commit 03903d8
-------------------------------------------------------------------
Fri May 19 23:09:43 CEST 2017 - tiwai@suse.de
- Update config files: set HD-audio power save as default (boo#1039995).
- commit ba31213
-------------------------------------------------------------------
Fri May 19 12:36:38 CEST 2017 - jdelvare@suse.de
- Revert "drm/amdgpu: update tile table for oland/hainan"
(boo#1027378, boo#1039806).
- commit 2e66df6
- commit 455115d
-------------------------------------------------------------------
Mon May 15 11:42:34 CEST 2017 - jslaby@suse.cz
@ -338,12 +756,42 @@ Wed May 10 18:29:51 CEST 2017 - jeffm@suse.com
- config: disable XFS_RT
- commit 98d6a9a
-------------------------------------------------------------------
Mon May 8 11:14:29 CEST 2017 - jdelvare@suse.de
- config: armv6hl: Disable KEYBOARD_TM2_TOUCHKEY
The Samsung TM2 board is based on an Exynos SoC, which the armv6
kernel does not support.
- commit 38e6377
-------------------------------------------------------------------
Sat May 6 16:45:25 CEST 2017 - stefan.bruens@rwth-aachen.de
- config: arm64: Enable MEDIA_CONTROLLER API
Option is already set on armv7hl/armv6hl.
- commit efe309e
-------------------------------------------------------------------
Sat May 6 16:21:08 CEST 2017 - stefan.bruens@rwth-aachen.de
- config: arm64: Enable SND_SOC and codecs
Config mimics armv7hl, save any differences due to less SoCs supported
by arm64.
[AF: Rebased onto v4.12-rc3]
- commit 214bcc6
-------------------------------------------------------------------
Thu May 4 18:04:11 CEST 2017 - bpoirier@suse.com
- e1000e: Don't return uninitialized stats (bug#1034635).
- commit 836a5a5
-------------------------------------------------------------------
Thu May 4 17:57:32 CEST 2017 - bpoirier@suse.com
- e1000e: Don't return uninitialized stats (bug#1034635).
- commit 07b59a7
-------------------------------------------------------------------
Wed May 3 10:48:46 CEST 2017 - msuchanek@suse.de

View File

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

View File

@ -1,15 +1,49 @@
-------------------------------------------------------------------
Tue Jul 4 08:03:22 CEST 2017 - jslaby@suse.cz
- Update to 4.12-final.
- commit f35ee68
-------------------------------------------------------------------
Mon Jul 3 11:36:04 CEST 2017 - jslaby@suse.cz
- objtool: Silence warnings for functions which use IRET
(bnc#1018348).
- Update config files.
- Refresh
patches.suse/0002-dwarf-do-not-throw-away-unwind-info.patch.
Push the new version of unDWARF unwinder which is now called Orc. The
first 4 patches were accepted to the -tip tree, so they are marked
appropriatelly.
- commit 48ca048
-------------------------------------------------------------------
Thu Jun 29 16:37:33 CEST 2017 - jslaby@suse.cz
- Linux 4.11.8 (bnc#1012628).
- commit 42bd7a0
-------------------------------------------------------------------
Mon Jun 26 17:10:55 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc7.
- commit aec31ef
-------------------------------------------------------------------
Mon Jun 26 08:56:10 CEST 2017 - jslaby@suse.cz
- tty: Fix ldisc crash on reopened tty (bnc#1043488).
- commit 53c91b6
-------------------------------------------------------------------
Sun Jun 25 21:17:28 CEST 2017 - afaerber@suse.de
- config: ARM: Consistently enable SPI_GPIO
Bit-banging is needed when a SoC doesn't support native SPI or when such
drivers are missing. SPI_GPIO was enabled for armv6hl and armv7hl default,
but missing for armv7hl lpae and arm64. Set CONFIG_SPI_GPIO=m consistently.
- commit 8750062
-------------------------------------------------------------------
Sat Jun 24 09:54:41 CEST 2017 - jslaby@suse.cz
@ -23,6 +57,13 @@ Fri Jun 23 09:04:17 CEST 2017 - jslaby@suse.cz
(bnc#1045105).
- commit d61c66b
-------------------------------------------------------------------
Thu Jun 22 22:48:39 CEST 2017 - jeffm@suse.com
- reiserfs: don't preallocate blocks for extended attributes
(bsc#990682).
- commit ffd9401
-------------------------------------------------------------------
Thu Jun 22 22:46:00 CEST 2017 - jeffm@suse.com
@ -38,6 +79,39 @@ Thu Jun 22 21:01:50 CEST 2017 - jeffm@suse.com
- reiserfs: Make cancel_old_flush() reliable (bsc#1037795).
- commit 5e3bb37
-------------------------------------------------------------------
Thu Jun 22 16:44:14 CEST 2017 - jeffm@suse.com
- config: VGACON_SOFT_SCROLLBACK_SIZE=128 (FATE#307471).
This doubles the scrollback buffer on VGA consoles with only a little
bit of memory cost.
- commit b8a18f3
-------------------------------------------------------------------
Thu Jun 22 09:56:51 CEST 2017 - jslaby@suse.cz
- x86/unwind: add undwarf unwinder (bnc#1018348).
- Refresh
patches.suse/0001-objtool-move-checking-code-to-check.c.patch.
- Refresh patches.suse/0003-objtool-stack-validation-2.0.patch.
- Refresh
patches.suse/0004-objtool-add-undwarf-debuginfo-generation.patch.
- Delete
patches.suse/0008-extable-rename-sortextable-script-to-sorttable.patch.
- Delete
patches.suse/0009-extable-add-undwarf-table-sorting-ability-to-sorttab.patch.
- Delete patches.suse/0010-x86-unwind-add-undwarf-unwinder.patch.
Refresh the UNDWARF unwinder according to usptream reviews. And add
few fixes fro DRAP sequences again and handle more exceptions.
- commit 31d141e
-------------------------------------------------------------------
Tue Jun 20 20:58:13 CEST 2017 - jeffm@suse.com
- btrfs: serialize subvolume mounts with potentially mismatching
rw flags (bsc#951844 bsc#1024015).
- commit 638ee5d
-------------------------------------------------------------------
Tue Jun 20 17:58:56 CEST 2017 - jjolly@suse.de
@ -45,6 +119,19 @@ Tue Jun 20 17:58:56 CEST 2017 - jjolly@suse.de
- config.conf: Added s390x zfcpdump kernel
- commit 9bfc6ab
-------------------------------------------------------------------
Tue Jun 20 16:26:53 CEST 2017 - jjolly@suse.de
- Update config files.
- config.conf: Added s390x zfcpdump kernel
- commit 5162e6c
-------------------------------------------------------------------
Tue Jun 20 14:22:42 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc6.
- commit 4d2b302
-------------------------------------------------------------------
Tue Jun 20 14:19:08 CEST 2017 - jeffm@suse.com
@ -52,6 +139,12 @@ Tue Jun 20 14:19:08 CEST 2017 - jeffm@suse.com
(bsc#1028286 bsc#1017461 bsc#1036171).
- commit 7d41685
-------------------------------------------------------------------
Tue Jun 20 12:17:15 CEST 2017 - mmarek@suse.com
- Only set CONFIG_GCC_PLUGINS=y in kernel-syzkaller (boo#1043591)
- commit 1fffb22
-------------------------------------------------------------------
Tue Jun 20 11:01:58 CEST 2017 - mmarek@suse.com
@ -107,6 +200,13 @@ Tue Jun 13 15:51:25 CEST 2017 - mmarek@suse.com
... instead of relying on find-provides.ksyms to do it (bsc#981083).
- commit b1fe840
-------------------------------------------------------------------
Mon Jun 12 18:40:31 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc5.
- Eliminated 1 patch.
- commit 270295f
-------------------------------------------------------------------
Mon Jun 12 16:30:47 CEST 2017 - mmarek@suse.com
@ -156,11 +256,47 @@ Wed Jun 7 17:14:28 CEST 2017 - jslaby@suse.cz
patches.fixes/sctp-do-not-inherit-ipv6_-mc-ac-fl-_list-from-parent.patch.
- commit cba98ee
-------------------------------------------------------------------
Wed Jun 7 10:08:05 CEST 2017 - mkubecek@suse.cz
- Update upstream reference:
patches.fixes/virtio_net-lower-limit-on-buffer-size.patch.
- commit 922d3e3
-------------------------------------------------------------------
Tue Jun 6 12:45:39 CEST 2017 - jslaby@suse.cz
- tty: handle the case where we cannot restore a line discipline
(bnc#1042878).
- commit 9273e2f
-------------------------------------------------------------------
Tue Jun 6 12:41:20 CEST 2017 - mkubecek@suse.cz
- usb/early: Remove trace_printk() callers in xhci-dbc
(bsc#1042295).
- commit 52a1432
-------------------------------------------------------------------
Tue Jun 6 12:27:55 CEST 2017 - mkubecek@suse.cz
- virtio_net: lower limit on buffer size (bsc#1042717).
- commit a3aa4ed
-------------------------------------------------------------------
Tue Jun 6 11:15:29 CEST 2017 - jslaby@suse.cz
- Update config files.
Disable CONFIG_DRM_I915_WERROR, i.e. -Werror in i915. It causes build
failures in -syzkaller flavor due to a bit oversized frames:
drivers/gpu/drm/i915/intel_dpll_mgr.c:1548:1: error: the frame size of 2240 bytes is larger than 2048 bytes
- commit 5fc7b32
-------------------------------------------------------------------
Tue Jun 6 09:28:09 CEST 2017 - mkubecek@suse.cz
- series.conf: better section label (networking core)
- commit 3a35823
- commit 05ee05a
-------------------------------------------------------------------
Tue Jun 6 09:24:50 CEST 2017 - mkubecek@suse.cz
@ -196,12 +332,43 @@ Mon Jun 5 13:54:42 CEST 2017 - jslaby@suse.cz
Fix References tags.
- commit bf7afe3
-------------------------------------------------------------------
Mon Jun 5 09:34:29 CEST 2017 - jslaby@suse.cz
- Refresh
patches.suse/0002-objtool-x86-add-several-functions-and-files-to-the-o.patch.
- Refresh patches.suse/0003-objtool-stack-validation-2.0.patch.
- Refresh
patches.suse/0004-objtool-add-undwarf-debuginfo-generation.patch.
- Refresh
patches.suse/0005-objtool-x86-add-facility-for-asm-code-to-provide-CFI.patch.
Handle more DRAP sequences correctly.
- commit 0a00faf
-------------------------------------------------------------------
Mon Jun 5 09:17:02 CEST 2017 - msuchanek@suse.de
- kernel-binary.spec: Propagate MAKE_ARGS to %build (bsc#1012422)
- commit 6171b7a
-------------------------------------------------------------------
Mon Jun 5 03:24:25 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc4.
- Eliminated 1 patch.
- commit f198de4
-------------------------------------------------------------------
Fri Jun 2 19:28:12 CEST 2017 - afaerber@suse.de
- rpm/dtb.spec.in.in: Fix new include path
Commit 89de3db69113d58cdab14d2c777de6080eac49dc ("rpm/dtb.spec.in.in:
Update include path for dt-bindings") introduced an additional include
path for 4.12. The commit message had it correct, but the spec file
template lacked a path component, breaking the aarch64 build while
succeeding on armv7hl. Fix that.
- commit 36b7480
-------------------------------------------------------------------
Fri Jun 2 11:40:55 CEST 2017 - mmarek@suse.com
@ -209,6 +376,57 @@ Fri Jun 2 11:40:55 CEST 2017 - mmarek@suse.com
These are empty in current branches.
- commit 742f1d0
-------------------------------------------------------------------
Wed May 31 14:43:33 CEST 2017 - afaerber@suse.de
- rpm/dtb.spec.in.in: Update include path for dt-bindings
Kernels before 4.12 had arch/{arm,arm64}/boot/dts/include/ directories
with a symlink to include/dt-bindings/.
In 4.12 those include/ directories were dropped.
Therefore use include/ directly.
Additionally some cross-architecture .dtsi reuse was introduced, which
requires scripts/dtc/include-prefixes/ that didn't exist on older kernels.
- commit 89de3db
-------------------------------------------------------------------
Wed May 31 11:31:40 CEST 2017 - jslaby@suse.cz
- objtool: move checking code to check.c (bnc#1018348).
- objtool, x86: add several functions and files to the objtool
whitelist (bnc#1018348).
- objtool: stack validation 2.0 (bnc#1018348).
- objtool: add undwarf debuginfo generation (bnc#1018348).
- objtool, x86: add facility for asm code to provide CFI hints
(bnc#1018348).
- x86/entry: add CFI hint undwarf annotations (bnc#1018348).
- x86/asm: add CFI hint annotations to sync_core() (bnc#1018348).
- extable: rename 'sortextable' script to 'sorttable'
(bnc#1018348).
- extable: add undwarf table sorting ability to sorttable script
(bnc#1018348).
- x86/unwind: add undwarf unwinder (bnc#1018348).
- Delete patches.arch/x86_64-unwind-annotations.
- Update config files.
Switch from DWARF to unDWARF. This is the way upstream wants us to go.
We can drop patches.arch/x86_64-unwind-annotations now as it is
superseded by the patchset:
1) Objtool generates info for assembly now.
2) Manual annotations are put to places where objtool gets lost.
This version is RFC submitted upstream.
DWARF unwinder is not dropped on the floor yet, just commented out.
Let's see how this works out and drop it then. So far both
task-context and the interrupt-context traces look good (TM).
unDWARF is supported only on x86_64 so far.
- commit ac3e118
-------------------------------------------------------------------
Tue May 30 21:55:44 CEST 2017 - bpoirier@suse.com
- Refresh
patches.drivers/e1000e-Don-t-return-uninitialized-stats.patch.
Update link.
- commit fe56f0b
-------------------------------------------------------------------
Tue May 30 21:53:42 CEST 2017 - bpoirier@suse.com
@ -217,6 +435,38 @@ Tue May 30 21:53:42 CEST 2017 - bpoirier@suse.com
Fix incorrect tag.
- commit 7bbd095
-------------------------------------------------------------------
Tue May 30 16:15:33 CEST 2017 - afaerber@suse.de
- config: armv7hl: Update to v4.12-rc3
- commit 8cfaade
-------------------------------------------------------------------
Tue May 30 15:44:48 CEST 2017 - afaerber@suse.de
- config: armv6hl: Update to v4.12-rc3
- commit f8dbef0
-------------------------------------------------------------------
Tue May 30 15:27:37 CEST 2017 - afaerber@suse.de
- config: arm64: Update to v4.12-rc3
Harmonize the display drivers while at it.
- commit 305b5bb
-------------------------------------------------------------------
Mon May 29 16:53:26 CEST 2017 - mkubecek@suse.cz
- drm/i915: Fix new -Wint-in-bool-context gcc compiler warning.
- commit d41a006
-------------------------------------------------------------------
Mon May 29 14:47:53 CEST 2017 - mkubecek@suse.cz
- Update to 4.12-rc3.
- Eliminated 1 patch.
- commit 383e7eb
-------------------------------------------------------------------
Mon May 29 02:20:12 CEST 2017 - neilb@suse.com
@ -232,8 +482,170 @@ Fri May 26 10:38:38 CEST 2017 - afaerber@suse.de
- config: arm64: Make PINCTRL_SINGLE built-in
This fixes serial console on the HiKey board (bsc#1040492).
(cherry picked from commit 02f57029be80cfec078617f5dbb4022ea5931ac3)
- config: arm64: Make PINCTRL_SINGLE built-in
This fixes serial console on the HiKey board (bsc#1040492).
- commit 36186ce
-------------------------------------------------------------------
Fri May 26 10:25:31 CEST 2017 - mkubecek@suse.cz
- Update to 4.12-rc2
- Eliminated 32 patches.
- ARM configs need updating.
- OSS (sound) support marked broken
- Config changes:
- Kernel hacking:
- EARLY_PRINTK_USB_XDBC=y
- Block:
- BFQ_GROUP_IOSCHED=y
- BLK_DEV_THROTTLING_LOW=n (experimental)
- DM_INTEGRITY=m
- IOSCHED_BFQ=y
- MQ_IOSCHED_KYBER=y
- Filesystems:
- UBIFS_FS_SECURITY=y
- Networking:
- NET_9P_XEN=m
- NET_SCH_DEFAULT=n (for custom builds)
- Network drivers:
- BT_HCIUART_NOKIA=m
- CAN_HI311X=m
- CAN_MCBA_USB=m
- CAN_PEAK_PCIEFD=m
- CAN_VXCAN=m
- DWC_XLGMAC=m
- DWC_XLGMAC_PCI=m
- IEEE802154_CA8210=m
- IEEE802154_CA8210_DEBUGFS=n
- MDIO_DEVICE=m
- MLX5_CORE_IPOIB=y
- NET_VENDOR_SYNOPSYS=y
- RTL8723BS=m
- TIGON3_HWMON=y
- VSOCKMON=m
- DRM:
- BACKLIGHT_ARCXCNN=m
- DM_INTEGRITY=m
- DRM_FBDEV_OVERALLOC=100 (default)
- DRM_I915_DEBUG_VBLANK_EVADE=n (driver debugging)
- DRM_I915_LOW_LEVEL_TRACEPOINTS=n (driver debugging)
- DRM_I915_SELFTEST=n (driver debugging)
- Sound:
- SND_FIREFACE=m
- SND_FIREWIRE_MOTU=m
- SND_I2S_HI6210_I2S=m
- SND_SOC_ADAU1761_I2C=n
- SND_SOC_ADAU1761_SPI=n
- SND_SOC_CS35L35=m
- SND_SOC_DA7213=m
- SND_SOC_DIO2125=n
- SND_SOC_ES7134=n
- SND_SOC_INTEL_BYT_CHT_DA7213_MACH=m
- SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=m
- SND_SOC_MAX98927=n
- SND_SOC_NAU8824=m
- PCI:
- PCI_ENDPOINT=y
- PCI_ENDPOINT_CONFIGFS=n
- PCI_ENDPOINT_TEST=m
- PCI_EPF_TEST=m
- PCI_SW_SWITCHTEC=m
- USB:
- TYPEC_FUSB302=m
- TYPEC_TCPCI=m
- TYPEC_TCPM=m
- TYPEC_WCOVE=m
- USB_PCI=y
- NVM:
- NVM_PBLK=m
- Power supply:
- BATTERY_AXP20X=m
- CHARGER_AXP20X=m
- Multimedia:
- CEC_PLATFORM_DRIVERS=y
- IR_SIR=m (renamed LIRC_SIR)
- MEDIA_CEC_RC=y
- USB_RAINSHADOW_CEC=m
- VIDEO_OV2640=m (renamed SOC_CAMERA_OV2640)
- Input:
- JOYSTICK_PSXPAD_SPI=m
- JOYSTICK_PSXPAD_SPI_FF=y
- MOUSE_PS2_SYNAPTICS_SMBUS=y
- TOUCHSCREEN_TSC2007_IIO=y
- Hardware monitoring:
- SENSORS_ASPEED=m
- DAX:
- DAX=y
- EDAC:
- EDAC_GHES=n (causes problems, ask bpetkov)
- Crypto:
- SYSTEM_BLACKLIST_KEYRING=n
- HID:
- HID_ACCUTOUCH=m
- HID_NTI=m
- HID_SENSOR_HUMIDITY=m
- HID_SENSOR_TEMP=m
- Industrial I/O
- AXP20X_ADC=m
- LTC2497=n
- LTC2632=n
- MAX1118=n
- MAX30102=m
- MAX9611=n
- SRF04=m
- VL6180=m
- Thermal:
- THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
- I2C:
- I2C_MUX_LTC4306=m
- IB:
- INFINIBAND_OPA_VNIC=m
- Staging:
- LNET_XPRT_IB=m
- Xen:
- XEN_PV=y
- x86:
- DELL_WMI_LED=m (renamed LEDS_DELL_NETBOOKS)
- INTEL_CHT_INT33FE=m
- X86_MCELOG_LEGACY=y
- Misc:
- ALTERA_PR_IP_CORE=m
- CHARLCD=m
- FPGA_MGR_XILINX_SPI=m
- HD44780=m
- INTEL_SOC_PMIC_BXTWC=m
- MFD_TI_LMU=m
- MMC_SDHCI_XENON=m
- RAS_CEC=y
- RESET_IMX7=n
- W1_SLAVE_DS2438=m
- XPOWER_PMIC_OPREGION=y
- ppc64le:
- ARCH_MMAP_RND_BITS=14
- ARCH_MMAP_RND_COMPAT_BITS=7
- CRYPTO_CRCT10DIF_VPMSUM=n
- CRYPTO_DEV_CCREE=n
- DA9062_THERMAL=n
- DRM_LVDS_ENCODER=n
- DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW=n
- DRM_RCAR_DW_HDMI=n
- FA_DUMP=n
- FPGA_MGR_ICE40_SPI=n
- GPIO_FTGPIO010=n
- KPROBES_ON_FTRACE=y
- LEDS_LP3952=n
- PPC_DT_CPU_FTRS=n
- PPC_XIVE_NATIVE=y
- THREAD_SHIFT=14
- XILINX_PR_DECOUPLER=n
- s390x:
- ARCH_RANDOM=y
- ATA=n
- DEFERRED_STRUCT_PAGE_INIT=n
- MAX_PHYSMEM_BITS=46
- S390_CCW_IOMMU=n
- commit a8e0ac1
-------------------------------------------------------------------
Thu May 25 19:55:04 CEST 2017 - jslaby@suse.cz
@ -297,7 +709,7 @@ Tue May 23 16:57:08 CEST 2017 - tiwai@suse.de
Tue May 23 07:52:52 CEST 2017 - tiwai@suse.de
- ptrace: Properly initialize ptracer_cred on fork (bsc#1040041).
- commit 24082da
- commit d5c0513
-------------------------------------------------------------------
Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz
@ -305,12 +717,18 @@ Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz
- Linux 4.11.2 (bnc#1012628).
- commit 03903d8
-------------------------------------------------------------------
Fri May 19 23:09:43 CEST 2017 - tiwai@suse.de
- Update config files: set HD-audio power save as default (boo#1039995).
- commit ba31213
-------------------------------------------------------------------
Fri May 19 12:36:38 CEST 2017 - jdelvare@suse.de
- Revert "drm/amdgpu: update tile table for oland/hainan"
(boo#1027378, boo#1039806).
- commit 2e66df6
- commit 455115d
-------------------------------------------------------------------
Mon May 15 11:42:34 CEST 2017 - jslaby@suse.cz
@ -338,12 +756,42 @@ Wed May 10 18:29:51 CEST 2017 - jeffm@suse.com
- config: disable XFS_RT
- commit 98d6a9a
-------------------------------------------------------------------
Mon May 8 11:14:29 CEST 2017 - jdelvare@suse.de
- config: armv6hl: Disable KEYBOARD_TM2_TOUCHKEY
The Samsung TM2 board is based on an Exynos SoC, which the armv6
kernel does not support.
- commit 38e6377
-------------------------------------------------------------------
Sat May 6 16:45:25 CEST 2017 - stefan.bruens@rwth-aachen.de
- config: arm64: Enable MEDIA_CONTROLLER API
Option is already set on armv7hl/armv6hl.
- commit efe309e
-------------------------------------------------------------------
Sat May 6 16:21:08 CEST 2017 - stefan.bruens@rwth-aachen.de
- config: arm64: Enable SND_SOC and codecs
Config mimics armv7hl, save any differences due to less SoCs supported
by arm64.
[AF: Rebased onto v4.12-rc3]
- commit 214bcc6
-------------------------------------------------------------------
Thu May 4 18:04:11 CEST 2017 - bpoirier@suse.com
- e1000e: Don't return uninitialized stats (bug#1034635).
- commit 836a5a5
-------------------------------------------------------------------
Thu May 4 17:57:32 CEST 2017 - bpoirier@suse.com
- e1000e: Don't return uninitialized stats (bug#1034635).
- commit 07b59a7
-------------------------------------------------------------------
Wed May 3 10:48:46 CEST 2017 - msuchanek@suse.de

View File

@ -17,8 +17,8 @@
# needssslcertforbuild
%define srcversion 4.11
%define patchversion 4.11.8
%define srcversion 4.12
%define patchversion 4.12.0
%define variant %{nil}
%define vanilla_only 0
@ -58,9 +58,9 @@ Name: kernel-syzkaller
Summary: Kernel used for fuzzing by syzkaller
License: GPL-2.0
Group: System/Kernel
Version: 4.11.8
Version: 4.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g42bd7a0
Release: <RELEASE>.gb8e7496
%else
Release: 0
%endif

View File

@ -1,15 +1,49 @@
-------------------------------------------------------------------
Tue Jul 4 08:03:22 CEST 2017 - jslaby@suse.cz
- Update to 4.12-final.
- commit f35ee68
-------------------------------------------------------------------
Mon Jul 3 11:36:04 CEST 2017 - jslaby@suse.cz
- objtool: Silence warnings for functions which use IRET
(bnc#1018348).
- Update config files.
- Refresh
patches.suse/0002-dwarf-do-not-throw-away-unwind-info.patch.
Push the new version of unDWARF unwinder which is now called Orc. The
first 4 patches were accepted to the -tip tree, so they are marked
appropriatelly.
- commit 48ca048
-------------------------------------------------------------------
Thu Jun 29 16:37:33 CEST 2017 - jslaby@suse.cz
- Linux 4.11.8 (bnc#1012628).
- commit 42bd7a0
-------------------------------------------------------------------
Mon Jun 26 17:10:55 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc7.
- commit aec31ef
-------------------------------------------------------------------
Mon Jun 26 08:56:10 CEST 2017 - jslaby@suse.cz
- tty: Fix ldisc crash on reopened tty (bnc#1043488).
- commit 53c91b6
-------------------------------------------------------------------
Sun Jun 25 21:17:28 CEST 2017 - afaerber@suse.de
- config: ARM: Consistently enable SPI_GPIO
Bit-banging is needed when a SoC doesn't support native SPI or when such
drivers are missing. SPI_GPIO was enabled for armv6hl and armv7hl default,
but missing for armv7hl lpae and arm64. Set CONFIG_SPI_GPIO=m consistently.
- commit 8750062
-------------------------------------------------------------------
Sat Jun 24 09:54:41 CEST 2017 - jslaby@suse.cz
@ -23,6 +57,13 @@ Fri Jun 23 09:04:17 CEST 2017 - jslaby@suse.cz
(bnc#1045105).
- commit d61c66b
-------------------------------------------------------------------
Thu Jun 22 22:48:39 CEST 2017 - jeffm@suse.com
- reiserfs: don't preallocate blocks for extended attributes
(bsc#990682).
- commit ffd9401
-------------------------------------------------------------------
Thu Jun 22 22:46:00 CEST 2017 - jeffm@suse.com
@ -38,6 +79,39 @@ Thu Jun 22 21:01:50 CEST 2017 - jeffm@suse.com
- reiserfs: Make cancel_old_flush() reliable (bsc#1037795).
- commit 5e3bb37
-------------------------------------------------------------------
Thu Jun 22 16:44:14 CEST 2017 - jeffm@suse.com
- config: VGACON_SOFT_SCROLLBACK_SIZE=128 (FATE#307471).
This doubles the scrollback buffer on VGA consoles with only a little
bit of memory cost.
- commit b8a18f3
-------------------------------------------------------------------
Thu Jun 22 09:56:51 CEST 2017 - jslaby@suse.cz
- x86/unwind: add undwarf unwinder (bnc#1018348).
- Refresh
patches.suse/0001-objtool-move-checking-code-to-check.c.patch.
- Refresh patches.suse/0003-objtool-stack-validation-2.0.patch.
- Refresh
patches.suse/0004-objtool-add-undwarf-debuginfo-generation.patch.
- Delete
patches.suse/0008-extable-rename-sortextable-script-to-sorttable.patch.
- Delete
patches.suse/0009-extable-add-undwarf-table-sorting-ability-to-sorttab.patch.
- Delete patches.suse/0010-x86-unwind-add-undwarf-unwinder.patch.
Refresh the UNDWARF unwinder according to usptream reviews. And add
few fixes fro DRAP sequences again and handle more exceptions.
- commit 31d141e
-------------------------------------------------------------------
Tue Jun 20 20:58:13 CEST 2017 - jeffm@suse.com
- btrfs: serialize subvolume mounts with potentially mismatching
rw flags (bsc#951844 bsc#1024015).
- commit 638ee5d
-------------------------------------------------------------------
Tue Jun 20 17:58:56 CEST 2017 - jjolly@suse.de
@ -45,6 +119,19 @@ Tue Jun 20 17:58:56 CEST 2017 - jjolly@suse.de
- config.conf: Added s390x zfcpdump kernel
- commit 9bfc6ab
-------------------------------------------------------------------
Tue Jun 20 16:26:53 CEST 2017 - jjolly@suse.de
- Update config files.
- config.conf: Added s390x zfcpdump kernel
- commit 5162e6c
-------------------------------------------------------------------
Tue Jun 20 14:22:42 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc6.
- commit 4d2b302
-------------------------------------------------------------------
Tue Jun 20 14:19:08 CEST 2017 - jeffm@suse.com
@ -52,6 +139,12 @@ Tue Jun 20 14:19:08 CEST 2017 - jeffm@suse.com
(bsc#1028286 bsc#1017461 bsc#1036171).
- commit 7d41685
-------------------------------------------------------------------
Tue Jun 20 12:17:15 CEST 2017 - mmarek@suse.com
- Only set CONFIG_GCC_PLUGINS=y in kernel-syzkaller (boo#1043591)
- commit 1fffb22
-------------------------------------------------------------------
Tue Jun 20 11:01:58 CEST 2017 - mmarek@suse.com
@ -107,6 +200,13 @@ Tue Jun 13 15:51:25 CEST 2017 - mmarek@suse.com
... instead of relying on find-provides.ksyms to do it (bsc#981083).
- commit b1fe840
-------------------------------------------------------------------
Mon Jun 12 18:40:31 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc5.
- Eliminated 1 patch.
- commit 270295f
-------------------------------------------------------------------
Mon Jun 12 16:30:47 CEST 2017 - mmarek@suse.com
@ -156,11 +256,47 @@ Wed Jun 7 17:14:28 CEST 2017 - jslaby@suse.cz
patches.fixes/sctp-do-not-inherit-ipv6_-mc-ac-fl-_list-from-parent.patch.
- commit cba98ee
-------------------------------------------------------------------
Wed Jun 7 10:08:05 CEST 2017 - mkubecek@suse.cz
- Update upstream reference:
patches.fixes/virtio_net-lower-limit-on-buffer-size.patch.
- commit 922d3e3
-------------------------------------------------------------------
Tue Jun 6 12:45:39 CEST 2017 - jslaby@suse.cz
- tty: handle the case where we cannot restore a line discipline
(bnc#1042878).
- commit 9273e2f
-------------------------------------------------------------------
Tue Jun 6 12:41:20 CEST 2017 - mkubecek@suse.cz
- usb/early: Remove trace_printk() callers in xhci-dbc
(bsc#1042295).
- commit 52a1432
-------------------------------------------------------------------
Tue Jun 6 12:27:55 CEST 2017 - mkubecek@suse.cz
- virtio_net: lower limit on buffer size (bsc#1042717).
- commit a3aa4ed
-------------------------------------------------------------------
Tue Jun 6 11:15:29 CEST 2017 - jslaby@suse.cz
- Update config files.
Disable CONFIG_DRM_I915_WERROR, i.e. -Werror in i915. It causes build
failures in -syzkaller flavor due to a bit oversized frames:
drivers/gpu/drm/i915/intel_dpll_mgr.c:1548:1: error: the frame size of 2240 bytes is larger than 2048 bytes
- commit 5fc7b32
-------------------------------------------------------------------
Tue Jun 6 09:28:09 CEST 2017 - mkubecek@suse.cz
- series.conf: better section label (networking core)
- commit 3a35823
- commit 05ee05a
-------------------------------------------------------------------
Tue Jun 6 09:24:50 CEST 2017 - mkubecek@suse.cz
@ -196,12 +332,43 @@ Mon Jun 5 13:54:42 CEST 2017 - jslaby@suse.cz
Fix References tags.
- commit bf7afe3
-------------------------------------------------------------------
Mon Jun 5 09:34:29 CEST 2017 - jslaby@suse.cz
- Refresh
patches.suse/0002-objtool-x86-add-several-functions-and-files-to-the-o.patch.
- Refresh patches.suse/0003-objtool-stack-validation-2.0.patch.
- Refresh
patches.suse/0004-objtool-add-undwarf-debuginfo-generation.patch.
- Refresh
patches.suse/0005-objtool-x86-add-facility-for-asm-code-to-provide-CFI.patch.
Handle more DRAP sequences correctly.
- commit 0a00faf
-------------------------------------------------------------------
Mon Jun 5 09:17:02 CEST 2017 - msuchanek@suse.de
- kernel-binary.spec: Propagate MAKE_ARGS to %build (bsc#1012422)
- commit 6171b7a
-------------------------------------------------------------------
Mon Jun 5 03:24:25 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc4.
- Eliminated 1 patch.
- commit f198de4
-------------------------------------------------------------------
Fri Jun 2 19:28:12 CEST 2017 - afaerber@suse.de
- rpm/dtb.spec.in.in: Fix new include path
Commit 89de3db69113d58cdab14d2c777de6080eac49dc ("rpm/dtb.spec.in.in:
Update include path for dt-bindings") introduced an additional include
path for 4.12. The commit message had it correct, but the spec file
template lacked a path component, breaking the aarch64 build while
succeeding on armv7hl. Fix that.
- commit 36b7480
-------------------------------------------------------------------
Fri Jun 2 11:40:55 CEST 2017 - mmarek@suse.com
@ -209,6 +376,57 @@ Fri Jun 2 11:40:55 CEST 2017 - mmarek@suse.com
These are empty in current branches.
- commit 742f1d0
-------------------------------------------------------------------
Wed May 31 14:43:33 CEST 2017 - afaerber@suse.de
- rpm/dtb.spec.in.in: Update include path for dt-bindings
Kernels before 4.12 had arch/{arm,arm64}/boot/dts/include/ directories
with a symlink to include/dt-bindings/.
In 4.12 those include/ directories were dropped.
Therefore use include/ directly.
Additionally some cross-architecture .dtsi reuse was introduced, which
requires scripts/dtc/include-prefixes/ that didn't exist on older kernels.
- commit 89de3db
-------------------------------------------------------------------
Wed May 31 11:31:40 CEST 2017 - jslaby@suse.cz
- objtool: move checking code to check.c (bnc#1018348).
- objtool, x86: add several functions and files to the objtool
whitelist (bnc#1018348).
- objtool: stack validation 2.0 (bnc#1018348).
- objtool: add undwarf debuginfo generation (bnc#1018348).
- objtool, x86: add facility for asm code to provide CFI hints
(bnc#1018348).
- x86/entry: add CFI hint undwarf annotations (bnc#1018348).
- x86/asm: add CFI hint annotations to sync_core() (bnc#1018348).
- extable: rename 'sortextable' script to 'sorttable'
(bnc#1018348).
- extable: add undwarf table sorting ability to sorttable script
(bnc#1018348).
- x86/unwind: add undwarf unwinder (bnc#1018348).
- Delete patches.arch/x86_64-unwind-annotations.
- Update config files.
Switch from DWARF to unDWARF. This is the way upstream wants us to go.
We can drop patches.arch/x86_64-unwind-annotations now as it is
superseded by the patchset:
1) Objtool generates info for assembly now.
2) Manual annotations are put to places where objtool gets lost.
This version is RFC submitted upstream.
DWARF unwinder is not dropped on the floor yet, just commented out.
Let's see how this works out and drop it then. So far both
task-context and the interrupt-context traces look good (TM).
unDWARF is supported only on x86_64 so far.
- commit ac3e118
-------------------------------------------------------------------
Tue May 30 21:55:44 CEST 2017 - bpoirier@suse.com
- Refresh
patches.drivers/e1000e-Don-t-return-uninitialized-stats.patch.
Update link.
- commit fe56f0b
-------------------------------------------------------------------
Tue May 30 21:53:42 CEST 2017 - bpoirier@suse.com
@ -217,6 +435,38 @@ Tue May 30 21:53:42 CEST 2017 - bpoirier@suse.com
Fix incorrect tag.
- commit 7bbd095
-------------------------------------------------------------------
Tue May 30 16:15:33 CEST 2017 - afaerber@suse.de
- config: armv7hl: Update to v4.12-rc3
- commit 8cfaade
-------------------------------------------------------------------
Tue May 30 15:44:48 CEST 2017 - afaerber@suse.de
- config: armv6hl: Update to v4.12-rc3
- commit f8dbef0
-------------------------------------------------------------------
Tue May 30 15:27:37 CEST 2017 - afaerber@suse.de
- config: arm64: Update to v4.12-rc3
Harmonize the display drivers while at it.
- commit 305b5bb
-------------------------------------------------------------------
Mon May 29 16:53:26 CEST 2017 - mkubecek@suse.cz
- drm/i915: Fix new -Wint-in-bool-context gcc compiler warning.
- commit d41a006
-------------------------------------------------------------------
Mon May 29 14:47:53 CEST 2017 - mkubecek@suse.cz
- Update to 4.12-rc3.
- Eliminated 1 patch.
- commit 383e7eb
-------------------------------------------------------------------
Mon May 29 02:20:12 CEST 2017 - neilb@suse.com
@ -232,8 +482,170 @@ Fri May 26 10:38:38 CEST 2017 - afaerber@suse.de
- config: arm64: Make PINCTRL_SINGLE built-in
This fixes serial console on the HiKey board (bsc#1040492).
(cherry picked from commit 02f57029be80cfec078617f5dbb4022ea5931ac3)
- config: arm64: Make PINCTRL_SINGLE built-in
This fixes serial console on the HiKey board (bsc#1040492).
- commit 36186ce
-------------------------------------------------------------------
Fri May 26 10:25:31 CEST 2017 - mkubecek@suse.cz
- Update to 4.12-rc2
- Eliminated 32 patches.
- ARM configs need updating.
- OSS (sound) support marked broken
- Config changes:
- Kernel hacking:
- EARLY_PRINTK_USB_XDBC=y
- Block:
- BFQ_GROUP_IOSCHED=y
- BLK_DEV_THROTTLING_LOW=n (experimental)
- DM_INTEGRITY=m
- IOSCHED_BFQ=y
- MQ_IOSCHED_KYBER=y
- Filesystems:
- UBIFS_FS_SECURITY=y
- Networking:
- NET_9P_XEN=m
- NET_SCH_DEFAULT=n (for custom builds)
- Network drivers:
- BT_HCIUART_NOKIA=m
- CAN_HI311X=m
- CAN_MCBA_USB=m
- CAN_PEAK_PCIEFD=m
- CAN_VXCAN=m
- DWC_XLGMAC=m
- DWC_XLGMAC_PCI=m
- IEEE802154_CA8210=m
- IEEE802154_CA8210_DEBUGFS=n
- MDIO_DEVICE=m
- MLX5_CORE_IPOIB=y
- NET_VENDOR_SYNOPSYS=y
- RTL8723BS=m
- TIGON3_HWMON=y
- VSOCKMON=m
- DRM:
- BACKLIGHT_ARCXCNN=m
- DM_INTEGRITY=m
- DRM_FBDEV_OVERALLOC=100 (default)
- DRM_I915_DEBUG_VBLANK_EVADE=n (driver debugging)
- DRM_I915_LOW_LEVEL_TRACEPOINTS=n (driver debugging)
- DRM_I915_SELFTEST=n (driver debugging)
- Sound:
- SND_FIREFACE=m
- SND_FIREWIRE_MOTU=m
- SND_I2S_HI6210_I2S=m
- SND_SOC_ADAU1761_I2C=n
- SND_SOC_ADAU1761_SPI=n
- SND_SOC_CS35L35=m
- SND_SOC_DA7213=m
- SND_SOC_DIO2125=n
- SND_SOC_ES7134=n
- SND_SOC_INTEL_BYT_CHT_DA7213_MACH=m
- SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=m
- SND_SOC_MAX98927=n
- SND_SOC_NAU8824=m
- PCI:
- PCI_ENDPOINT=y
- PCI_ENDPOINT_CONFIGFS=n
- PCI_ENDPOINT_TEST=m
- PCI_EPF_TEST=m
- PCI_SW_SWITCHTEC=m
- USB:
- TYPEC_FUSB302=m
- TYPEC_TCPCI=m
- TYPEC_TCPM=m
- TYPEC_WCOVE=m
- USB_PCI=y
- NVM:
- NVM_PBLK=m
- Power supply:
- BATTERY_AXP20X=m
- CHARGER_AXP20X=m
- Multimedia:
- CEC_PLATFORM_DRIVERS=y
- IR_SIR=m (renamed LIRC_SIR)
- MEDIA_CEC_RC=y
- USB_RAINSHADOW_CEC=m
- VIDEO_OV2640=m (renamed SOC_CAMERA_OV2640)
- Input:
- JOYSTICK_PSXPAD_SPI=m
- JOYSTICK_PSXPAD_SPI_FF=y
- MOUSE_PS2_SYNAPTICS_SMBUS=y
- TOUCHSCREEN_TSC2007_IIO=y
- Hardware monitoring:
- SENSORS_ASPEED=m
- DAX:
- DAX=y
- EDAC:
- EDAC_GHES=n (causes problems, ask bpetkov)
- Crypto:
- SYSTEM_BLACKLIST_KEYRING=n
- HID:
- HID_ACCUTOUCH=m
- HID_NTI=m
- HID_SENSOR_HUMIDITY=m
- HID_SENSOR_TEMP=m
- Industrial I/O
- AXP20X_ADC=m
- LTC2497=n
- LTC2632=n
- MAX1118=n
- MAX30102=m
- MAX9611=n
- SRF04=m
- VL6180=m
- Thermal:
- THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
- I2C:
- I2C_MUX_LTC4306=m
- IB:
- INFINIBAND_OPA_VNIC=m
- Staging:
- LNET_XPRT_IB=m
- Xen:
- XEN_PV=y
- x86:
- DELL_WMI_LED=m (renamed LEDS_DELL_NETBOOKS)
- INTEL_CHT_INT33FE=m
- X86_MCELOG_LEGACY=y
- Misc:
- ALTERA_PR_IP_CORE=m
- CHARLCD=m
- FPGA_MGR_XILINX_SPI=m
- HD44780=m
- INTEL_SOC_PMIC_BXTWC=m
- MFD_TI_LMU=m
- MMC_SDHCI_XENON=m
- RAS_CEC=y
- RESET_IMX7=n
- W1_SLAVE_DS2438=m
- XPOWER_PMIC_OPREGION=y
- ppc64le:
- ARCH_MMAP_RND_BITS=14
- ARCH_MMAP_RND_COMPAT_BITS=7
- CRYPTO_CRCT10DIF_VPMSUM=n
- CRYPTO_DEV_CCREE=n
- DA9062_THERMAL=n
- DRM_LVDS_ENCODER=n
- DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW=n
- DRM_RCAR_DW_HDMI=n
- FA_DUMP=n
- FPGA_MGR_ICE40_SPI=n
- GPIO_FTGPIO010=n
- KPROBES_ON_FTRACE=y
- LEDS_LP3952=n
- PPC_DT_CPU_FTRS=n
- PPC_XIVE_NATIVE=y
- THREAD_SHIFT=14
- XILINX_PR_DECOUPLER=n
- s390x:
- ARCH_RANDOM=y
- ATA=n
- DEFERRED_STRUCT_PAGE_INIT=n
- MAX_PHYSMEM_BITS=46
- S390_CCW_IOMMU=n
- commit a8e0ac1
-------------------------------------------------------------------
Thu May 25 19:55:04 CEST 2017 - jslaby@suse.cz
@ -297,7 +709,7 @@ Tue May 23 16:57:08 CEST 2017 - tiwai@suse.de
Tue May 23 07:52:52 CEST 2017 - tiwai@suse.de
- ptrace: Properly initialize ptracer_cred on fork (bsc#1040041).
- commit 24082da
- commit d5c0513
-------------------------------------------------------------------
Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz
@ -305,12 +717,18 @@ Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz
- Linux 4.11.2 (bnc#1012628).
- commit 03903d8
-------------------------------------------------------------------
Fri May 19 23:09:43 CEST 2017 - tiwai@suse.de
- Update config files: set HD-audio power save as default (boo#1039995).
- commit ba31213
-------------------------------------------------------------------
Fri May 19 12:36:38 CEST 2017 - jdelvare@suse.de
- Revert "drm/amdgpu: update tile table for oland/hainan"
(boo#1027378, boo#1039806).
- commit 2e66df6
- commit 455115d
-------------------------------------------------------------------
Mon May 15 11:42:34 CEST 2017 - jslaby@suse.cz
@ -338,12 +756,42 @@ Wed May 10 18:29:51 CEST 2017 - jeffm@suse.com
- config: disable XFS_RT
- commit 98d6a9a
-------------------------------------------------------------------
Mon May 8 11:14:29 CEST 2017 - jdelvare@suse.de
- config: armv6hl: Disable KEYBOARD_TM2_TOUCHKEY
The Samsung TM2 board is based on an Exynos SoC, which the armv6
kernel does not support.
- commit 38e6377
-------------------------------------------------------------------
Sat May 6 16:45:25 CEST 2017 - stefan.bruens@rwth-aachen.de
- config: arm64: Enable MEDIA_CONTROLLER API
Option is already set on armv7hl/armv6hl.
- commit efe309e
-------------------------------------------------------------------
Sat May 6 16:21:08 CEST 2017 - stefan.bruens@rwth-aachen.de
- config: arm64: Enable SND_SOC and codecs
Config mimics armv7hl, save any differences due to less SoCs supported
by arm64.
[AF: Rebased onto v4.12-rc3]
- commit 214bcc6
-------------------------------------------------------------------
Thu May 4 18:04:11 CEST 2017 - bpoirier@suse.com
- e1000e: Don't return uninitialized stats (bug#1034635).
- commit 836a5a5
-------------------------------------------------------------------
Thu May 4 17:57:32 CEST 2017 - bpoirier@suse.com
- e1000e: Don't return uninitialized stats (bug#1034635).
- commit 07b59a7
-------------------------------------------------------------------
Wed May 3 10:48:46 CEST 2017 - msuchanek@suse.de

View File

@ -17,8 +17,8 @@
# needssslcertforbuild
%define srcversion 4.11
%define patchversion 4.11.8
%define srcversion 4.12
%define patchversion 4.12.0
%define variant %{nil}
%define vanilla_only 0
@ -58,9 +58,9 @@ Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
License: GPL-2.0
Group: System/Kernel
Version: 4.11.8
Version: 4.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g42bd7a0
Release: <RELEASE>.gb8e7496
%else
Release: 0
%endif

View File

@ -1,15 +1,49 @@
-------------------------------------------------------------------
Tue Jul 4 08:03:22 CEST 2017 - jslaby@suse.cz
- Update to 4.12-final.
- commit f35ee68
-------------------------------------------------------------------
Mon Jul 3 11:36:04 CEST 2017 - jslaby@suse.cz
- objtool: Silence warnings for functions which use IRET
(bnc#1018348).
- Update config files.
- Refresh
patches.suse/0002-dwarf-do-not-throw-away-unwind-info.patch.
Push the new version of unDWARF unwinder which is now called Orc. The
first 4 patches were accepted to the -tip tree, so they are marked
appropriatelly.
- commit 48ca048
-------------------------------------------------------------------
Thu Jun 29 16:37:33 CEST 2017 - jslaby@suse.cz
- Linux 4.11.8 (bnc#1012628).
- commit 42bd7a0
-------------------------------------------------------------------
Mon Jun 26 17:10:55 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc7.
- commit aec31ef
-------------------------------------------------------------------
Mon Jun 26 08:56:10 CEST 2017 - jslaby@suse.cz
- tty: Fix ldisc crash on reopened tty (bnc#1043488).
- commit 53c91b6
-------------------------------------------------------------------
Sun Jun 25 21:17:28 CEST 2017 - afaerber@suse.de
- config: ARM: Consistently enable SPI_GPIO
Bit-banging is needed when a SoC doesn't support native SPI or when such
drivers are missing. SPI_GPIO was enabled for armv6hl and armv7hl default,
but missing for armv7hl lpae and arm64. Set CONFIG_SPI_GPIO=m consistently.
- commit 8750062
-------------------------------------------------------------------
Sat Jun 24 09:54:41 CEST 2017 - jslaby@suse.cz
@ -23,6 +57,13 @@ Fri Jun 23 09:04:17 CEST 2017 - jslaby@suse.cz
(bnc#1045105).
- commit d61c66b
-------------------------------------------------------------------
Thu Jun 22 22:48:39 CEST 2017 - jeffm@suse.com
- reiserfs: don't preallocate blocks for extended attributes
(bsc#990682).
- commit ffd9401
-------------------------------------------------------------------
Thu Jun 22 22:46:00 CEST 2017 - jeffm@suse.com
@ -38,6 +79,39 @@ Thu Jun 22 21:01:50 CEST 2017 - jeffm@suse.com
- reiserfs: Make cancel_old_flush() reliable (bsc#1037795).
- commit 5e3bb37
-------------------------------------------------------------------
Thu Jun 22 16:44:14 CEST 2017 - jeffm@suse.com
- config: VGACON_SOFT_SCROLLBACK_SIZE=128 (FATE#307471).
This doubles the scrollback buffer on VGA consoles with only a little
bit of memory cost.
- commit b8a18f3
-------------------------------------------------------------------
Thu Jun 22 09:56:51 CEST 2017 - jslaby@suse.cz
- x86/unwind: add undwarf unwinder (bnc#1018348).
- Refresh
patches.suse/0001-objtool-move-checking-code-to-check.c.patch.
- Refresh patches.suse/0003-objtool-stack-validation-2.0.patch.
- Refresh
patches.suse/0004-objtool-add-undwarf-debuginfo-generation.patch.
- Delete
patches.suse/0008-extable-rename-sortextable-script-to-sorttable.patch.
- Delete
patches.suse/0009-extable-add-undwarf-table-sorting-ability-to-sorttab.patch.
- Delete patches.suse/0010-x86-unwind-add-undwarf-unwinder.patch.
Refresh the UNDWARF unwinder according to usptream reviews. And add
few fixes fro DRAP sequences again and handle more exceptions.
- commit 31d141e
-------------------------------------------------------------------
Tue Jun 20 20:58:13 CEST 2017 - jeffm@suse.com
- btrfs: serialize subvolume mounts with potentially mismatching
rw flags (bsc#951844 bsc#1024015).
- commit 638ee5d
-------------------------------------------------------------------
Tue Jun 20 17:58:56 CEST 2017 - jjolly@suse.de
@ -45,6 +119,19 @@ Tue Jun 20 17:58:56 CEST 2017 - jjolly@suse.de
- config.conf: Added s390x zfcpdump kernel
- commit 9bfc6ab
-------------------------------------------------------------------
Tue Jun 20 16:26:53 CEST 2017 - jjolly@suse.de
- Update config files.
- config.conf: Added s390x zfcpdump kernel
- commit 5162e6c
-------------------------------------------------------------------
Tue Jun 20 14:22:42 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc6.
- commit 4d2b302
-------------------------------------------------------------------
Tue Jun 20 14:19:08 CEST 2017 - jeffm@suse.com
@ -52,6 +139,12 @@ Tue Jun 20 14:19:08 CEST 2017 - jeffm@suse.com
(bsc#1028286 bsc#1017461 bsc#1036171).
- commit 7d41685
-------------------------------------------------------------------
Tue Jun 20 12:17:15 CEST 2017 - mmarek@suse.com
- Only set CONFIG_GCC_PLUGINS=y in kernel-syzkaller (boo#1043591)
- commit 1fffb22
-------------------------------------------------------------------
Tue Jun 20 11:01:58 CEST 2017 - mmarek@suse.com
@ -107,6 +200,13 @@ Tue Jun 13 15:51:25 CEST 2017 - mmarek@suse.com
... instead of relying on find-provides.ksyms to do it (bsc#981083).
- commit b1fe840
-------------------------------------------------------------------
Mon Jun 12 18:40:31 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc5.
- Eliminated 1 patch.
- commit 270295f
-------------------------------------------------------------------
Mon Jun 12 16:30:47 CEST 2017 - mmarek@suse.com
@ -156,11 +256,47 @@ Wed Jun 7 17:14:28 CEST 2017 - jslaby@suse.cz
patches.fixes/sctp-do-not-inherit-ipv6_-mc-ac-fl-_list-from-parent.patch.
- commit cba98ee
-------------------------------------------------------------------
Wed Jun 7 10:08:05 CEST 2017 - mkubecek@suse.cz
- Update upstream reference:
patches.fixes/virtio_net-lower-limit-on-buffer-size.patch.
- commit 922d3e3
-------------------------------------------------------------------
Tue Jun 6 12:45:39 CEST 2017 - jslaby@suse.cz
- tty: handle the case where we cannot restore a line discipline
(bnc#1042878).
- commit 9273e2f
-------------------------------------------------------------------
Tue Jun 6 12:41:20 CEST 2017 - mkubecek@suse.cz
- usb/early: Remove trace_printk() callers in xhci-dbc
(bsc#1042295).
- commit 52a1432
-------------------------------------------------------------------
Tue Jun 6 12:27:55 CEST 2017 - mkubecek@suse.cz
- virtio_net: lower limit on buffer size (bsc#1042717).
- commit a3aa4ed
-------------------------------------------------------------------
Tue Jun 6 11:15:29 CEST 2017 - jslaby@suse.cz
- Update config files.
Disable CONFIG_DRM_I915_WERROR, i.e. -Werror in i915. It causes build
failures in -syzkaller flavor due to a bit oversized frames:
drivers/gpu/drm/i915/intel_dpll_mgr.c:1548:1: error: the frame size of 2240 bytes is larger than 2048 bytes
- commit 5fc7b32
-------------------------------------------------------------------
Tue Jun 6 09:28:09 CEST 2017 - mkubecek@suse.cz
- series.conf: better section label (networking core)
- commit 3a35823
- commit 05ee05a
-------------------------------------------------------------------
Tue Jun 6 09:24:50 CEST 2017 - mkubecek@suse.cz
@ -196,12 +332,43 @@ Mon Jun 5 13:54:42 CEST 2017 - jslaby@suse.cz
Fix References tags.
- commit bf7afe3
-------------------------------------------------------------------
Mon Jun 5 09:34:29 CEST 2017 - jslaby@suse.cz
- Refresh
patches.suse/0002-objtool-x86-add-several-functions-and-files-to-the-o.patch.
- Refresh patches.suse/0003-objtool-stack-validation-2.0.patch.
- Refresh
patches.suse/0004-objtool-add-undwarf-debuginfo-generation.patch.
- Refresh
patches.suse/0005-objtool-x86-add-facility-for-asm-code-to-provide-CFI.patch.
Handle more DRAP sequences correctly.
- commit 0a00faf
-------------------------------------------------------------------
Mon Jun 5 09:17:02 CEST 2017 - msuchanek@suse.de
- kernel-binary.spec: Propagate MAKE_ARGS to %build (bsc#1012422)
- commit 6171b7a
-------------------------------------------------------------------
Mon Jun 5 03:24:25 CEST 2017 - jeffm@suse.com
- Update to 4.12-rc4.
- Eliminated 1 patch.
- commit f198de4
-------------------------------------------------------------------
Fri Jun 2 19:28:12 CEST 2017 - afaerber@suse.de
- rpm/dtb.spec.in.in: Fix new include path
Commit 89de3db69113d58cdab14d2c777de6080eac49dc ("rpm/dtb.spec.in.in:
Update include path for dt-bindings") introduced an additional include
path for 4.12. The commit message had it correct, but the spec file
template lacked a path component, breaking the aarch64 build while
succeeding on armv7hl. Fix that.
- commit 36b7480
-------------------------------------------------------------------
Fri Jun 2 11:40:55 CEST 2017 - mmarek@suse.com
@ -209,6 +376,57 @@ Fri Jun 2 11:40:55 CEST 2017 - mmarek@suse.com
These are empty in current branches.
- commit 742f1d0
-------------------------------------------------------------------
Wed May 31 14:43:33 CEST 2017 - afaerber@suse.de
- rpm/dtb.spec.in.in: Update include path for dt-bindings
Kernels before 4.12 had arch/{arm,arm64}/boot/dts/include/ directories
with a symlink to include/dt-bindings/.
In 4.12 those include/ directories were dropped.
Therefore use include/ directly.
Additionally some cross-architecture .dtsi reuse was introduced, which
requires scripts/dtc/include-prefixes/ that didn't exist on older kernels.
- commit 89de3db
-------------------------------------------------------------------
Wed May 31 11:31:40 CEST 2017 - jslaby@suse.cz
- objtool: move checking code to check.c (bnc#1018348).
- objtool, x86: add several functions and files to the objtool
whitelist (bnc#1018348).
- objtool: stack validation 2.0 (bnc#1018348).
- objtool: add undwarf debuginfo generation (bnc#1018348).
- objtool, x86: add facility for asm code to provide CFI hints
(bnc#1018348).
- x86/entry: add CFI hint undwarf annotations (bnc#1018348).
- x86/asm: add CFI hint annotations to sync_core() (bnc#1018348).
- extable: rename 'sortextable' script to 'sorttable'
(bnc#1018348).
- extable: add undwarf table sorting ability to sorttable script
(bnc#1018348).
- x86/unwind: add undwarf unwinder (bnc#1018348).
- Delete patches.arch/x86_64-unwind-annotations.
- Update config files.
Switch from DWARF to unDWARF. This is the way upstream wants us to go.
We can drop patches.arch/x86_64-unwind-annotations now as it is
superseded by the patchset:
1) Objtool generates info for assembly now.
2) Manual annotations are put to places where objtool gets lost.
This version is RFC submitted upstream.
DWARF unwinder is not dropped on the floor yet, just commented out.
Let's see how this works out and drop it then. So far both
task-context and the interrupt-context traces look good (TM).
unDWARF is supported only on x86_64 so far.
- commit ac3e118
-------------------------------------------------------------------
Tue May 30 21:55:44 CEST 2017 - bpoirier@suse.com
- Refresh
patches.drivers/e1000e-Don-t-return-uninitialized-stats.patch.
Update link.
- commit fe56f0b
-------------------------------------------------------------------
Tue May 30 21:53:42 CEST 2017 - bpoirier@suse.com
@ -217,6 +435,38 @@ Tue May 30 21:53:42 CEST 2017 - bpoirier@suse.com
Fix incorrect tag.
- commit 7bbd095
-------------------------------------------------------------------
Tue May 30 16:15:33 CEST 2017 - afaerber@suse.de
- config: armv7hl: Update to v4.12-rc3
- commit 8cfaade
-------------------------------------------------------------------
Tue May 30 15:44:48 CEST 2017 - afaerber@suse.de
- config: armv6hl: Update to v4.12-rc3
- commit f8dbef0
-------------------------------------------------------------------
Tue May 30 15:27:37 CEST 2017 - afaerber@suse.de
- config: arm64: Update to v4.12-rc3
Harmonize the display drivers while at it.
- commit 305b5bb
-------------------------------------------------------------------
Mon May 29 16:53:26 CEST 2017 - mkubecek@suse.cz
- drm/i915: Fix new -Wint-in-bool-context gcc compiler warning.
- commit d41a006
-------------------------------------------------------------------
Mon May 29 14:47:53 CEST 2017 - mkubecek@suse.cz
- Update to 4.12-rc3.
- Eliminated 1 patch.
- commit 383e7eb
-------------------------------------------------------------------
Mon May 29 02:20:12 CEST 2017 - neilb@suse.com
@ -232,8 +482,170 @@ Fri May 26 10:38:38 CEST 2017 - afaerber@suse.de
- config: arm64: Make PINCTRL_SINGLE built-in
This fixes serial console on the HiKey board (bsc#1040492).
(cherry picked from commit 02f57029be80cfec078617f5dbb4022ea5931ac3)
- config: arm64: Make PINCTRL_SINGLE built-in
This fixes serial console on the HiKey board (bsc#1040492).
- commit 36186ce
-------------------------------------------------------------------
Fri May 26 10:25:31 CEST 2017 - mkubecek@suse.cz
- Update to 4.12-rc2
- Eliminated 32 patches.
- ARM configs need updating.
- OSS (sound) support marked broken
- Config changes:
- Kernel hacking:
- EARLY_PRINTK_USB_XDBC=y
- Block:
- BFQ_GROUP_IOSCHED=y
- BLK_DEV_THROTTLING_LOW=n (experimental)
- DM_INTEGRITY=m
- IOSCHED_BFQ=y
- MQ_IOSCHED_KYBER=y
- Filesystems:
- UBIFS_FS_SECURITY=y
- Networking:
- NET_9P_XEN=m
- NET_SCH_DEFAULT=n (for custom builds)
- Network drivers:
- BT_HCIUART_NOKIA=m
- CAN_HI311X=m
- CAN_MCBA_USB=m
- CAN_PEAK_PCIEFD=m
- CAN_VXCAN=m
- DWC_XLGMAC=m
- DWC_XLGMAC_PCI=m
- IEEE802154_CA8210=m
- IEEE802154_CA8210_DEBUGFS=n
- MDIO_DEVICE=m
- MLX5_CORE_IPOIB=y
- NET_VENDOR_SYNOPSYS=y
- RTL8723BS=m
- TIGON3_HWMON=y
- VSOCKMON=m
- DRM:
- BACKLIGHT_ARCXCNN=m
- DM_INTEGRITY=m
- DRM_FBDEV_OVERALLOC=100 (default)
- DRM_I915_DEBUG_VBLANK_EVADE=n (driver debugging)
- DRM_I915_LOW_LEVEL_TRACEPOINTS=n (driver debugging)
- DRM_I915_SELFTEST=n (driver debugging)
- Sound:
- SND_FIREFACE=m
- SND_FIREWIRE_MOTU=m
- SND_I2S_HI6210_I2S=m
- SND_SOC_ADAU1761_I2C=n
- SND_SOC_ADAU1761_SPI=n
- SND_SOC_CS35L35=m
- SND_SOC_DA7213=m
- SND_SOC_DIO2125=n
- SND_SOC_ES7134=n
- SND_SOC_INTEL_BYT_CHT_DA7213_MACH=m
- SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=m
- SND_SOC_MAX98927=n
- SND_SOC_NAU8824=m
- PCI:
- PCI_ENDPOINT=y
- PCI_ENDPOINT_CONFIGFS=n
- PCI_ENDPOINT_TEST=m
- PCI_EPF_TEST=m
- PCI_SW_SWITCHTEC=m
- USB:
- TYPEC_FUSB302=m
- TYPEC_TCPCI=m
- TYPEC_TCPM=m
- TYPEC_WCOVE=m
- USB_PCI=y
- NVM:
- NVM_PBLK=m
- Power supply:
- BATTERY_AXP20X=m
- CHARGER_AXP20X=m
- Multimedia:
- CEC_PLATFORM_DRIVERS=y
- IR_SIR=m (renamed LIRC_SIR)
- MEDIA_CEC_RC=y
- USB_RAINSHADOW_CEC=m
- VIDEO_OV2640=m (renamed SOC_CAMERA_OV2640)
- Input:
- JOYSTICK_PSXPAD_SPI=m
- JOYSTICK_PSXPAD_SPI_FF=y
- MOUSE_PS2_SYNAPTICS_SMBUS=y
- TOUCHSCREEN_TSC2007_IIO=y
- Hardware monitoring:
- SENSORS_ASPEED=m
- DAX:
- DAX=y
- EDAC:
- EDAC_GHES=n (causes problems, ask bpetkov)
- Crypto:
- SYSTEM_BLACKLIST_KEYRING=n
- HID:
- HID_ACCUTOUCH=m
- HID_NTI=m
- HID_SENSOR_HUMIDITY=m
- HID_SENSOR_TEMP=m
- Industrial I/O
- AXP20X_ADC=m
- LTC2497=n
- LTC2632=n
- MAX1118=n
- MAX30102=m
- MAX9611=n
- SRF04=m
- VL6180=m
- Thermal:
- THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
- I2C:
- I2C_MUX_LTC4306=m
- IB:
- INFINIBAND_OPA_VNIC=m
- Staging:
- LNET_XPRT_IB=m
- Xen:
- XEN_PV=y
- x86:
- DELL_WMI_LED=m (renamed LEDS_DELL_NETBOOKS)
- INTEL_CHT_INT33FE=m
- X86_MCELOG_LEGACY=y
- Misc:
- ALTERA_PR_IP_CORE=m
- CHARLCD=m
- FPGA_MGR_XILINX_SPI=m
- HD44780=m
- INTEL_SOC_PMIC_BXTWC=m
- MFD_TI_LMU=m
- MMC_SDHCI_XENON=m
- RAS_CEC=y
- RESET_IMX7=n
- W1_SLAVE_DS2438=m
- XPOWER_PMIC_OPREGION=y
- ppc64le:
- ARCH_MMAP_RND_BITS=14
- ARCH_MMAP_RND_COMPAT_BITS=7
- CRYPTO_CRCT10DIF_VPMSUM=n
- CRYPTO_DEV_CCREE=n
- DA9062_THERMAL=n
- DRM_LVDS_ENCODER=n
- DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW=n
- DRM_RCAR_DW_HDMI=n
- FA_DUMP=n
- FPGA_MGR_ICE40_SPI=n
- GPIO_FTGPIO010=n
- KPROBES_ON_FTRACE=y
- LEDS_LP3952=n
- PPC_DT_CPU_FTRS=n
- PPC_XIVE_NATIVE=y
- THREAD_SHIFT=14
- XILINX_PR_DECOUPLER=n
- s390x:
- ARCH_RANDOM=y
- ATA=n
- DEFERRED_STRUCT_PAGE_INIT=n
- MAX_PHYSMEM_BITS=46
- S390_CCW_IOMMU=n
- commit a8e0ac1
-------------------------------------------------------------------
Thu May 25 19:55:04 CEST 2017 - jslaby@suse.cz
@ -297,7 +709,7 @@ Tue May 23 16:57:08 CEST 2017 - tiwai@suse.de
Tue May 23 07:52:52 CEST 2017 - tiwai@suse.de
- ptrace: Properly initialize ptracer_cred on fork (bsc#1040041).
- commit 24082da
- commit d5c0513
-------------------------------------------------------------------
Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz
@ -305,12 +717,18 @@ Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz
- Linux 4.11.2 (bnc#1012628).
- commit 03903d8
-------------------------------------------------------------------
Fri May 19 23:09:43 CEST 2017 - tiwai@suse.de
- Update config files: set HD-audio power save as default (boo#1039995).
- commit ba31213
-------------------------------------------------------------------
Fri May 19 12:36:38 CEST 2017 - jdelvare@suse.de
- Revert "drm/amdgpu: update tile table for oland/hainan"
(boo#1027378, boo#1039806).
- commit 2e66df6
- commit 455115d
-------------------------------------------------------------------
Mon May 15 11:42:34 CEST 2017 - jslaby@suse.cz
@ -338,12 +756,42 @@ Wed May 10 18:29:51 CEST 2017 - jeffm@suse.com
- config: disable XFS_RT
- commit 98d6a9a
-------------------------------------------------------------------
Mon May 8 11:14:29 CEST 2017 - jdelvare@suse.de
- config: armv6hl: Disable KEYBOARD_TM2_TOUCHKEY
The Samsung TM2 board is based on an Exynos SoC, which the armv6
kernel does not support.
- commit 38e6377
-------------------------------------------------------------------
Sat May 6 16:45:25 CEST 2017 - stefan.bruens@rwth-aachen.de
- config: arm64: Enable MEDIA_CONTROLLER API
Option is already set on armv7hl/armv6hl.
- commit efe309e
-------------------------------------------------------------------
Sat May 6 16:21:08 CEST 2017 - stefan.bruens@rwth-aachen.de
- config: arm64: Enable SND_SOC and codecs
Config mimics armv7hl, save any differences due to less SoCs supported
by arm64.
[AF: Rebased onto v4.12-rc3]
- commit 214bcc6
-------------------------------------------------------------------
Thu May 4 18:04:11 CEST 2017 - bpoirier@suse.com
- e1000e: Don't return uninitialized stats (bug#1034635).
- commit 836a5a5
-------------------------------------------------------------------
Thu May 4 17:57:32 CEST 2017 - bpoirier@suse.com
- e1000e: Don't return uninitialized stats (bug#1034635).
- commit 07b59a7
-------------------------------------------------------------------
Wed May 3 10:48:46 CEST 2017 - msuchanek@suse.de

View File

@ -17,8 +17,8 @@
# needssslcertforbuild
%define srcversion 4.11
%define patchversion 4.11.8
%define srcversion 4.12
%define patchversion 4.12.0
%define variant %{nil}
%define vanilla_only 0
@ -58,9 +58,9 @@ Name: kernel-zfcpdump
Summary: The IBM System Z zfcpdump Kernel
License: GPL-2.0
Group: System/Kernel
Version: 4.11.8
Version: 4.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g42bd7a0
Release: <RELEASE>.gb8e7496
%else
Release: 0
%endif

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

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b738ef929e0695cdba4ac4b5c3a70d37beed82e926aa18f795b2dd8106d2d2e9
size 6762
oid sha256:a720d177f560c0d130f47e35cc948376f3c273e176cc734862f74780e21f544c
size 6959

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:254790a79c05d181d651819a7b17546bc6688edeeafc01db6b9a010fce59169e
size 125986
oid sha256:1cb57b1344928c29ad72e1abd8d3990517ed52ee68de293a094d20ad6b92ab27
size 124673

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f2697c0d45d6548f18053dcb6fdc2831d64926fc81b5be5c502753b501430b9
size 27854
oid sha256:aa4ae3c50b63ad2d165fd4c9c6fb71f9018804e2223c32a10c7bc07325194f27
size 2996

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0a4ed02ea3bfb87a54f1d565f1800976db1a74bb2785e3158eefb55ce4fa5922
size 16786
oid sha256:f426673501feca614ecccefad836eb0966eec8a0408e3b1765113b7cc5483921
size 11956

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:492485500e0d9468065ebc554094ff036eb957c1432de780fc9ab2a1cbec8419
size 55500
oid sha256:7e732886d95f7d6a23a401143ad4bd8b8b0d77799d4e8d04c52aac4f0f25ec32
size 102431

View File

@ -27,14 +27,6 @@
# DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/patch-4.11.1
patches.kernel.org/patch-4.11.1-2
patches.kernel.org/patch-4.11.2-3
patches.kernel.org/patch-4.11.3-4
patches.kernel.org/patch-4.11.4-5
patches.kernel.org/patch-4.11.5-6
patches.kernel.org/patch-4.11.6-7
patches.kernel.org/patch-4.11.7-8
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -229,8 +221,6 @@
########################################################
patches.fixes/0001-Revert-SUNRPC-xs_sock_mark_closed-does-not-need-to-t.patch
patches.fixes/0001-SUNRPC-Refactor-svc_set_num_threads.patch
patches.fixes/0002-NFSv4-Fix-callback-server-shutdown.patch
########################################################
# lockd + statd
@ -253,8 +243,6 @@
# btrfs
########################################################
patches.fixes/btrfs-qgroups-Retry-after-commit-on-getting-EDQUOT.patch
# Not upstream yet
patches.suse/btrfs-add-cond_resched-to-btrfs_qgroup_trace_leaf_items
@ -262,13 +250,12 @@
patches.suse/btrfs-provide-super_operations-get_inode_dev
patches.suse/btrfs-fs-super.c-add-new-super-block-devices-super_block_d.patch
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch
########################################################
# Reiserfs Patches
########################################################
patches.fixes/reiserfs-fix-race-in-prealloc-discard.patch
patches.fixes/reiserfs-make-cancel_old_flush-reliable.patch
patches.fixes/reiserfs-protect-dquot_writeback_dquots-by-s_umount-semaphore.patch
patches.fixes/reiserfs-don-t-preallocate-blocks-for-extended-attributes.patch
########################################################
@ -336,7 +323,6 @@
########################################################
patches.fixes/drm-i915-Fix-S4-resume-breakage
patches.fixes/drm-amdgpu-revert-update-tile-table-for-oland-hainan.patch
patches.fixes/drm-nouveau-gpio-enable-interrupts-on-cards-with-32-.patch
########################################################
# video4linux
@ -346,7 +332,6 @@
# Network
########################################################
patches.drivers/e1000e-Don-t-return-uninitialized-stats.patch
patches.drivers/0001-IB-rxe-Don-t-clamp-residual-length-to-mtu.patch
########################################################
# Wireless Networking
@ -374,48 +359,17 @@
########################################################
# USB
########################################################
patches.fixes/usb-early-Remove-trace_printk-callers-in-xhci-dbc.patch
########################################################
# I2C
########################################################
patches.drivers/001-x86-platform-intel-iosf_mbi-Add-a-mutex-for-P-Unit-a
patches.drivers/002-x86-platform-intel-iosf_mbi-Add-a-PMIC-bus-access-no
patches.drivers/003-i2c-designware-Rename-accessor_flags-to-flags
patches.drivers/004-i2c-designware-baytrail-Pass-dw_i2c_dev-into-helper-
patches.drivers/005-i2c-designware-baytrail-Only-check-iosf_mbi_availabl
patches.drivers/006-i2c-designware-baytrail-Disallow-the-CPU-to-enter-C6
patches.drivers/007-i2c-designware-baytrail-Fix-race-when-resetting-the-
patches.drivers/008-i2c-designware-baytrail-Add-support-for-cherrytrail
patches.drivers/009-i2c-designware-baytrail-Acquire-P-Unit-access-on-bus
patches.drivers/010-i2c-designware-baytrail-Call-pmic_bus_access_notifie
patches.drivers/011-drm-i915-Add-intel_uncore_suspend-resume-functions
patches.drivers/012-drm-i915-Listen-for-PMIC-bus-access-notifications
patches.drivers/013-i2c-designware-increase-timeout-of-semaphore-transfe
patches.drivers/014-i2c-designware-Never-suspend-i2c-busses-used-for-acc
patches.drivers/015-i2c-designware-Disable-pm-for-PMIC-i2c-bus-even-if-t
patches.drivers/016-i2c-designware-Get-selected-speed-mode-sda-hold-time
patches.drivers/017-i2c-designware-baytrail-fix-potential-null-pointer-d
########################################################
# Input & Console
########################################################
# patches.suse/SUSE-bootsplash
# patches.suse/SUSE-bootsplash-mgadrmfb-workaround
patches.drivers/HID-asus-drop-dependency-on-I2C_HID
patches.drivers/HID-asus-support-Republic-of-Gamers-special-keys
patches.drivers/HID-asus-fix-and-generalize-ambiguous-preprocessor-m
patches.drivers/HID-asus-ignore-declared-dummy-usages
patches.drivers/HID-asus-change-mapping-from-KEY_WLAN-to-KEY_RFKILL
patches.drivers/Input-axp20x-pek-use-our-own-device-for-errors
patches.drivers/Input-axp20x_pek-add-axp20x_pek_probe_input_device-h
patches.drivers/Input-axp20x-pek-do-not-register-input-device-on-som
patches.drivers/Input-soc_button_array-use-NULL-for-GPIO-connection
patches.drivers/Input-soc_button_array-Propagate-error-from-gpiod_co
patches.drivers/Input-soc_button_array-get-rid-of-MAX_NBUTTONS
patches.drivers/Input-soc_button_array-add-support-for-ACPI-6.0-Gene
patches.drivers/Input-soc_button_array-properly-map-usage-0x07-0xe3
##########################################################
# Sound
@ -424,7 +378,7 @@
########################################################
# Char / serial
########################################################
patches.fixes/tty-Fix-ldisc-crash-on-reopened-tty.patch
patches.fixes/tty-handle-the-case-where-we-cannot-restore-a-line-d.patch
########################################################
# Other driver fixes
@ -432,7 +386,6 @@
# Needs updating WRT d27769ec (block: add GENHD_FL_NO_PART_SCAN)
+hare patches.suse/no-partition-scan
patches.drivers/dell-laptop-Adds-support-for-keyboard-backlight-timeout
########################################################
# Other drivers we have added to the tree
@ -486,11 +439,23 @@
# Other patches for debugging
########################################################
patches.suse/crasher.patch
patches.suse/0001-linkage-new-macros-for-assembler-symbols.patch
+dwarf patches.suse/0001-linkage-new-macros-for-assembler-symbols.patch
patches.suse/0002-dwarf-do-not-throw-away-unwind-info.patch
patches.suse/0003-DWARF-EH-frame-based-stack-unwinding.patch
patches.suse/stack-unwind-disable-kasan.patch
+needs_updating patches.arch/x86_64-unwind-annotations
+dwarf patches.suse/0003-DWARF-EH-frame-based-stack-unwinding.patch
+dwarf patches.suse/stack-unwind-disable-kasan.patch
# from -tip
patches.suse/0001-objtool-Move-checking-code-to-check.c.patch
patches.suse/0002-objtool-x86-Add-several-functions-and-files-to-the-o.patch
patches.suse/0003-objtool-Implement-stack-validation-2.0.patch
patches.suse/0004-objtool-Silence-warnings-for-functions-which-use-IRE.patch
# pending
patches.suse/0001-objtool-add-orc-debuginfo-generation.patch
patches.suse/0002-objtool-x86-add-facility-for-asm-code-to-provide-unw.patch
patches.suse/0003-x86-entry-add-unwind-hint-annotations.patch
patches.suse/0004-x86-asm-add-unwind-hint-annotations-to-sync_core.patch
patches.suse/0005-x86-unwind-add-orc-unwinder.patch
########################################################
# Kdump

View File

@ -1,3 +1,3 @@
2017-06-29 16:37:33 +0200
GIT Revision: 42bd7a027035420d318d4cb5a3db7233aff32b44
2017-07-04 08:03:56 +0200
GIT Revision: b8e7496f962d8c45592170e139f22e7c5d4dea63
GIT Branch: stable