I'm hitting issue with those new package
dbus-1 (1.10.20 -> 1.12.2) dbus-1-x11 (1.10.20 -> 1.12.2) kernel-source (4.14.5 -> 4.14.6)
==== dbus-1 ==== Version update (1.10.20 -> 1.12.2) Subpackages: dbus-1-devel libdbus-1-3 libdbus-1-3-32bit
- Swap a missed libdir to libexecdir - Do not hide errors during useradd. - Fix dbus-daemon-launch-helper to use proper ref to libexecdir - use %{_libexecdir}/dbus-1 as libexecdir - Update to 1.12.2 Deprecations: ? Eavesdropping is officially deprecated in favour of BecomeMonitor. See the release notes for spec version 0.31 (in dbus 1.11.14). ? [Unix] Flag files in /var/run/console/${username} are deprecated. See the release notes for 1.11.18. New APIs: ? <allow> and <deny> rules in dbus-daemon configuration can now include send_broadcast="true", send_broadcast="false", max_unix_fds="N", min_unix_fds="N" (for some integer N). See the release notes for 1.11.18. ? dbus_try_get_local_machine_id() is like dbus_get_local_machine_id(), but returns a DBusError. ? New APIs around DBusMessageIter to simplify cleanup. See the release notes for 1.11.16. ? The message bus daemon now implements the standard Introspectable, Peer and Properties interfaces. See the release notes for dbus 1.11.14 and spec version 0.31. ? DTDs for introspection XML and bus configuration are installed. ? [Unix] A new unix:dir=? address family resembles unix:tmpdir=? but never uses Linux abstract sockets, which is advantageous for containers. On non-Linux it is equivalent to unix:tmpdir=?. See the release notes for dbus 1.11.14 and spec version 0.31. ? [Unix] New option "dbus-launch --exit-with-x11". ? [Unix] Session managers can create transient .service files in $XDG_RUNTIME_DIR/dbus-1/services. See the release notes for 1.11.12. ? [Unix] A sysusers.d snippet can create the messagebus user on-demand. Miscellaneous behaviour changes: ? [Unix] The session bus now logs to syslog if it was started by dbus-launch. ? [Unix] Internal warnings are logged to syslog if configured. ? [Unix] Exceeding an anti-DoS limit is logged to syslog if configured, or to stderr. - Enabled "make check test suite" - Patches removed, fixed upstream * fix-upstream-drop-install-sections-from-user-services.patch * fix-upstream-increase-backlog.patch * fix-upstream-timeout-reset-1.patch * fix-upstream-timeout-reset-2.patch - boo#1027201 dbus-daemon not found - boo#978477 systemd reseting under heavy load * fix-upstream-timeout-reset-1.patch * fix-upstream-timeout-reset-2.patch - boo#1027200 don't generate machine-id in %post systemd will do it on first boot. - swap usage of /bin/false to /usr/bin/false - Use libexecdir=%{_libdir}/dbus-1 rather then /lib/dbus-1
==== kernel-source ==== Version update (4.14.5 -> 4.14.6) Subpackages: kernel-default kernel-default-devel kernel-devel kernel-docs kernel-macros kernel-syms
- Linux 4.14.6 (bnc#1012628). - usb: gadget: udc: renesas_usb3: fix number of the pipes (bnc#1012628). - usb: gadget: core: Fix ->udc_set_speed() speed handling (bnc#1012628). - serdev: ttyport: add missing receive_buf sanity checks (bnc#1012628). - serdev: ttyport: fix NULL-deref on hangup (bnc#1012628). - serdev: ttyport: fix tty locking in close (bnc#1012628). - usb: f_fs: Force Reserved1=1 in OS_DESC_EXT_COMPAT (bnc#1012628). - can: mcba_usb: fix device disconnect bug (bnc#1012628). - can: peak/pci: fix potential bug when probe() fails (bnc#1012628). - can: flexcan: fix VF610 state transition issue (bnc#1012628). - can: ti_hecc: Fix napi poll return value for repoll (bnc#1012628). - can: kvaser_usb: free buf in error paths (bnc#1012628). - can: kvaser_usb: Fix comparison bug in kvaser_usb_read_bulk_callback() (bnc#1012628). - can: kvaser_usb: ratelimit errors if incomplete messages are received (bnc#1012628). - can: kvaser_usb: cancel urb on -EPIPE and -EPROTO (bnc#1012628). - can: mcba_usb: cancel urb on -EPROTO (bnc#1012628). - can: ems_usb: cancel urb on -EPIPE and -EPROTO (bnc#1012628). - can: esd_usb2: cancel urb on -EPIPE and -EPROTO (bnc#1012628). - can: usb_8dev: cancel urb on -EPIPE and -EPROTO (bnc#1012628). - can: peak/pcie_fd: fix potential bug in restarting tx queue (bnc#1012628). - virtio: release virtio index when fail to device_register (bnc#1012628). - iio: stm32: fix adc/trigger link error (bnc#1012628). - iio: health: max30102: Temperature should be in milli Celsius (bnc#1012628). - iio: adc: cpcap: fix incorrect validation (bnc#1012628). - iio: adc: meson-saradc: fix the bit_idx of the adc_en clock (bnc#1012628). - iio: adc: meson-saradc: initialize the bandgap correctly on older SoCs (bnc#1012628). - iio: adc: meson-saradc: Meson8 and Meson8b do not have REG11 and REG13 (bnc#1012628). - pinctrl: armada-37xx: Fix direction_output() callback behavior (bnc#1012628). - Drivers: hv: vmbus: Fix a rescind issue (bnc#1012628). - hv: kvp: Avoid reading past allocated blocks from KVP file (bnc#1012628). - firmware: cleanup FIRMWARE_IN_KERNEL message (bnc#1012628). - firmware: vpd: Destroy vpd sections in remove function (bnc#1012628). - firmware: vpd: Tie firmware kobject to device lifetime (bnc#1012628). - firmware: vpd: Fix platform driver and device registration/unregistration (bnc#1012628). - isa: Prevent NULL dereference in isa_bus driver callbacks (bnc#1012628). - scsi: dma-mapping: always provide dma_get_cache_alignment (bnc#1012628). - scsi: use dma_get_cache_alignment() as minimum DMA alignment (bnc#1012628). - scsi: libsas: align sata_device's rps_resp on a cacheline (bnc#1012628). - efi: Move some sysfs files to be read-only by root (bnc#1012628). - efi/esrt: Use memunmap() instead of kfree() to free the remapping (bnc#1012628). - ASN.1: fix out-of-bounds read when parsing indefinite length item (bnc#1012628). - ASN.1: check for error from ASN1_OP_END__ACT actions (bnc#1012628). - KEYS: add missing permission check for request_key() destination (bnc#1012628). - KEYS: reject NULL restriction string when type is specified (bnc#1012628). - X.509: reject invalid BIT STRING for subjectPublicKey (bnc#1012628). - X.509: fix comparisons of ->pkey_algo (bnc#1012628). - x86/idt: Load idt early in start_secondary (bnc#1012628). - x86/PCI: Make broadcom_postcore_init() check acpi_disabled (bnc#1012628). - KVM: x86: fix APIC page invalidation (bnc#1012628). - btrfs: fix missing error return in btrfs_drop_snapshot (bnc#1012628). - btrfs: handle errors while updating refcounts in update_ref_for_cow (bnc#1012628). - ALSA: hda/realtek - New codec support for ALC257 (bnc#1012628). - ALSA: pcm: prevent UAF in snd_pcm_info (bnc#1012628). - ALSA: seq: Remove spurious WARN_ON() at timer check (bnc#1012628). - ALSA: usb-audio: Fix out-of-bound error (bnc#1012628). - ALSA: usb-audio: Add check return value for usb_string() (bnc#1012628). - iommu/vt-d: Fix scatterlist offset handling (bnc#1012628). - smp/hotplug: Move step CPUHP_AP_SMPCFD_DYING to the correct place (bnc#1012628). - s390: always save and restore all registers on context switch (bnc#1012628). - s390/mm: fix off-by-one bug in 5-level page table handling (bnc#1012628). - s390: fix compat system call table (bnc#1012628). - KVM: s390: Fix skey emulation permission check (bnc#1012628). - Revert "powerpc: Do not call ppc_md.panic in fadump panic notifier" (bnc#1012628). - powerpc/64s: Initialize ISAv3 MMU registers before setting partition table (bnc#1012628). - iwlwifi: mvm: mark MIC stripped MPDUs (bnc#1012628). - iwlwifi: mvm: don't use transmit queue hang detection when it is not possible (bnc#1012628). - iwlwifi: mvm: flush queue before deleting ROC (bnc#1012628). - iwlwifi: add new cards for 9260 and 22000 series (bnc#1012628). - iwlwifi: mvm: fix packet injection (bnc#1012628). - iwlwifi: mvm: enable RX offloading with TKIP and WEP (bnc#1012628). - brcmfmac: change driver unbind order of the sdio function devices (bnc#1012628). - kdb: Fix handling of kallsyms_symbol_next() return value (bnc#1012628). - md/r5cache: move mddev_lock() out of r5c_journal_mode_set() (bnc#1012628). - drm/exynos: gem: Drop NONCONTIG flag for buffers allocated without IOMMU (bnc#1012628). - drm/i915: Fix vblank timestamp/frame counter jumps on gen2 (bnc#1012628). - media: dvb: i2c transfers over usb cannot be done from stack (bnc#1012628). - media: rc: sir_ir: detect presence of port (bnc#1012628). - media: rc: partial revert of "media: rc: per-protocol repeat period" (bnc#1012628). - arm64: KVM: fix VTTBR_BADDR_MASK BUG_ON off-by-one (bnc#1012628). - arm: KVM: Fix VTTBR_BADDR_MASK BUG_ON off-by-one (bnc#1012628). - KVM: VMX: remove I/O port 0x80 bypass on Intel hosts (bnc#1012628). - KVM: arm/arm64: Fix broken GICH_ELRSR big endian conversion (bnc#1012628). - KVM: arm/arm64: vgic-irqfd: Fix MSI entry allocation (bnc#1012628). - KVM: arm/arm64: vgic: Preserve the revious read from the pending table (bnc#1012628). - KVM: arm/arm64: vgic-its: Check result of allocation before use (bnc#1012628). - arm64: fpsimd: Prevent registers leaking from dead tasks (bnc#1012628). - arm64: SW PAN: Point saved ttbr0 at the zero page when switching to init_mm (bnc#1012628). - arm64: SW PAN: Update saved ttbr0 value on enter_lazy_tlb (bnc#1012628). - Revert "ARM: dts: imx53: add srtc node" (bnc#1012628). - bus: arm-cci: Fix use of smp_processor_id() in preemptible context (bnc#1012628). - bus: arm-ccn: Check memory allocation failure (bnc#1012628). - bus: arm-ccn: Fix use of smp_processor_id() in preemptible context (bnc#1012628). - bus: arm-ccn: fix module unloading Error: Removing state 147 which has instances left (bnc#1012628). - IB/core: Avoid unnecessary return value check (bnc#1012628). - IB/core: Only enforce security for InfiniBand (bnc#1012628). - crypto: talitos - fix AEAD test failures (bnc#1012628). - crypto: talitos - fix memory corruption on SEC2 (bnc#1012628). - crypto: talitos - fix setkey to check key weakness (bnc#1012628). - crypto: talitos - fix AEAD for sha224 on non sha224 capable chips (bnc#1012628). - crypto: talitos - fix use of sg_link_tbl_len (bnc#1012628). - crypto: talitos - fix ctr-aes-talitos (bnc#1012628). - ARM: BUG if jumping to usermode address in kernel mode (bnc#1012628). - ARM: avoid faulting on qemu (bnc#1012628). - irqchip/qcom: Fix u32 comparison with value less than zero (bnc#1012628). - net/smc: use sk_rcvbuf as start for rmb creation (bnc#1012628). - kbuild: pkg: use --transform option to prefix paths in tar (bnc#1012628). - coccinelle: fix parallel build with CHECK=scripts/coccicheck (bnc#1012628). - powerpc/perf: Fix pmu_count to count only nest imc pmus (bnc#1012628). - apparmor: fix leak of null profile name if profile allocation fails (bnc#1012628). - x86/mpx/selftests: Fix up weird arrays (bnc#1012628). - mac80211_hwsim: Fix memory leak in hwsim_new_radio_nl() (bnc#1012628). - gre6: use log_ecn_error module parameter in ip6_tnl_rcv() (bnc#1012628). - route: also update fnhe_genid when updating a route cache (bnc#1012628). - route: update fnhe_expires for redirect when the fnhe exists (bnc#1012628). - rsi: fix memory leak on buf and usb_reg_buf (bnc#1012628). - drivers/rapidio/devices/rio_mport_cdev.c: fix resource leak in error handling path in 'rio_dma_transfer()' (bnc#1012628). - pipe: match pipe_max_size data type with procfs (bnc#1012628). - lib/genalloc.c: make the avail variable an atomic_long_t (bnc#1012628). - dynamic-debug-howto: fix optional/omitted ending line number to be LARGE instead of 0 (bnc#1012628). - NFS: Fix a typo in nfs_rename() (bnc#1012628). - sunrpc: Fix rpc_task_begin trace point (bnc#1012628). - nfp: inherit the max_mtu from the PF netdev (bnc#1012628). - nfp: fix flower offload metadata flag usage (bnc#1012628). - xfs: fix forgotten rcu read unlock when skipping inode reclaim (bnc#1012628). - dt-bindings: usb: fix reg-property port-number range (bnc#1012628). - block: wake up all tasks blocked in get_request() (bnc#1012628). - sparc64/mm: set fields in deferred pages (bnc#1012628). - zsmalloc: calling zs_map_object() from irq is a bug (bnc#1012628). - slub: fix sysfs duplicate filename creation when slub_debug=O (bnc#1012628). - sctp: do not free asoc when it is already dead in sctp_sendmsg (bnc#1012628). - sctp: use the right sk after waking up from wait_buf sleep (bnc#1012628). - fcntl: don't leak fd reference when fixup_compat_flock fails (bnc#1012628). - geneve: fix fill_info when link down (bnc#1012628). - bpf: fix lockdep splat (bnc#1012628). - clk: stm32h7: fix test of clock config (bnc#1012628). - clk: sunxi-ng: a83t: Fix i2c buses bits (bnc#1012628). - clk: qcom: common: fix legacy board-clock registration (bnc#1012628). - clk: uniphier: fix DAPLL2 clock rate of Pro5 (bnc#1012628). - clk: hi3660: fix incorrect uart3 clock freqency (bnc#1012628). - mailbox: mailbox-test: don't rely on rx_buffer content to signal data ready (bnc#1012628). - kbuild: rpm-pkg: fix jobserver unavailable warning (bnc#1012628). - atm: horizon: Fix irq release error (bnc#1012628). - jump_label: Invoke jump_label_test() via early_initcall() (bnc#1012628). - tls: Use kzalloc for aead_request allocation (bnc#1012628). - xfrm: Copy policy family in clone_policy (bnc#1012628). - f2fs: fix to clear FI_NO_PREALLOC (bnc#1012628). - bnxt_re: changing the ip address shouldn't affect new connections (bnc#1012628). - IB/mlx4: Increase maximal message size under UD QP (bnc#1012628). - IB/mlx5: Assign send CQ and recv CQ of UMR QP (bnc#1012628). - afs: Fix total-length calculation for multiple-page send (bnc#1012628). - afs: Connect up the CB.ProbeUuid (bnc#1012628). - commit 45f120a - x86/microcode/AMD: Add support for fam17h microcode loading (bsc#1068032). - commit c1a1611 - netfilter: xt_osf: Add missing permission checks (CVE-2017-17450 bsc#1071695). - commit a1ac243 - netlink: Add netns check on taps (CVE-2017-17449 bsc#1071694). - commit 9e5e383 - netfilter: nfnetlink_cthelper: Add missing permission checks (CVE-2017-17448 bsc#1071693). - commit a208c29 - dccp: CVE-2017-8824: use-after-free in DCCP code (CVE-2017-8824 bsc#1070771). - commit bd1657a
udevd seems to have a hickup (need to be confirmed by others) Dec 17 21:02:05 kernel: [drm] No driver support for vblank timestamp query. Dec 17 21:02:05 systemd-udevd[337]: chown: invalid group: 'root:root' Dec 17 21:02:05 systemd-udevd[337]: sh: chmod: command not found Dec 17 21:02:05 systemd-udevd[356]: Error running install command for nvidia Dec 17 21:02:05 kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0 Kernel crash with hardfreeze and nmi reboot Seems to be apparmor related, when I don't use it, apparmor.service disabled I know I've crap like vbox and nvidia :-) But none of them were failing with 4.14.5 ... https://bugzilla.opensuse.org/show_bug.cgi?id=1073212 -- Bruno Friedmann Ioda-Net Sàrl www.ioda-net.ch Bareos Partner, openSUSE Member, fsfe fellowship GPG KEY : D5C9B751C4653227 irc: tigerfoot