From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 047C6C43142 for ; Thu, 2 Aug 2018 22:26:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A85B2215E5 for ; Thu, 2 Aug 2018 22:26:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A85B2215E5 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730822AbeHCATL (ORCPT ); Thu, 2 Aug 2018 20:19:11 -0400 Received: from mail.kernel.org ([198.145.29.99]:34520 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726702AbeHCATL (ORCPT ); Thu, 2 Aug 2018 20:19:11 -0400 Received: from localhost.localdomain (c-98-220-238-81.hsd1.il.comcast.net [98.220.238.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 09D0F21582; Thu, 2 Aug 2018 22:25:59 +0000 (UTC) From: Tom Zanussi To: linux-kernel@vger.kernel.org, linux-rt-users@vger.kernel.org Cc: rostedt@goodmis.org, tglx@linutronix.de, C.Emde@osadl.org, jkacur@redhat.com, bigeasy@linutronix.de, daniel.wagner@siemens.com, julia@ni.com, Tom Zanussi Subject: [PATCH 00/15][ANNOUNCE] 3.18.117-rt105-rc1 Date: Thu, 2 Aug 2018 17:25:15 -0500 Message-Id: X-Mailer: git-send-email 2.14.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello RT Folks! This is the RT stable review cycle of patch 3.18.117-rt105-rc1. In addition to the applicable stable-rt patches not yet in the 3.18-rt kernel, this set includes some patches needed to fix cross-compilation build failures. Please scream at me if I messed something up. Please test the patches too. The -rc release will be uploaded to kernel.org and will be deleted when the final release is out. This is just a review release (or release candidate). The pre-releases will not be pushed to the git repository, only the final release is. If all goes well, this patch will be converted to the next main release on 8/9/2018. To build 3.18.117-rt105-rc1 directly, the following patches should be applied: http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.18.tar.xz http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.18.117.xz http://www.kernel.org/pub/linux/kernel/projects/rt/3.18/patch-3.18.117-rt105-rc1.patch.xz You can also build from 3.18.117-rt104 by applying the incremental patch: http://www.kernel.org/pub/linux/kernel/projects/rt/3.18/incr/patch-3.18.117-rt104-rt105-rc1.patch.xz Enjoy! Tom Anton Blanchard (1): powerpc/vdso64: Use double word compare on pointers Julia Cartwright (2): seqlock: provide the same ordering semantics as mainline squashfs: make use of local lock in multi_cpu decompressor Krzysztof Mazur (1): um: Use POSIX ucontext_t instead of struct ucontext Paul Gortmaker (1): powerpc: ps3/device-init.c - adapt to completions using swait vs wait Peter Zijlstra (1): sched: Remove TASK_ALL Philipp Schrader (1): tracing: Fix rcu splat from idle CPU on boot Sebastian Andrzej Siewior (5): arm*: disable NEON in kernel mode posix-timers: move the rcu head out of the union alarmtimer: Prevent live lock in alarm_cancel() locking: add types.h net: use task_struct instead of CPU number as the queue owner on -RT Tom Zanussi (3): Revert "fs, jbd: pull your plug when waiting for space" s390/mm: Fix missed tsk->pagefault_disabled conversion to pagefault_disable() Linux 3.18.117-rt105-rc1 arch/arm/Kconfig | 2 +- arch/arm64/crypto/Kconfig | 14 ++++---- arch/powerpc/kernel/vdso64/datapage.S | 2 +- arch/powerpc/kernel/vdso64/gettimeofday.S | 2 +- arch/powerpc/platforms/ps3/device-init.c | 2 +- arch/s390/mm/fault.c | 2 +- arch/um/os-Linux/signal.c | 2 +- arch/x86/um/stub_segv.c | 2 +- fs/jbd/checkpoint.c | 2 -- fs/squashfs/decompressor_multi_percpu.c | 16 ++++++--- include/linux/netdevice.h | 54 +++++++++++++++++++++++++++---- include/linux/posix-timers.h | 2 +- include/linux/sched.h | 1 - include/linux/seqlock.h | 1 + include/linux/spinlock_types_raw.h | 2 ++ kernel/time/alarmtimer.c | 2 +- kernel/time/posix-timers.c | 4 +-- kernel/trace/trace_irqsoff.c | 4 +-- localversion-rt | 2 +- net/core/dev.c | 6 +++- 20 files changed, 89 insertions(+), 35 deletions(-) -- 2.14.1