From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752196AbdHGRlZ (ORCPT ); Mon, 7 Aug 2017 13:41:25 -0400 Received: from mx0a-00010702.pphosted.com ([148.163.156.75]:47705 "EHLO mx0b-00010702.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751834AbdHGRlW (ORCPT ); Mon, 7 Aug 2017 13:41:22 -0400 From: Julia Cartwright To: , CC: Thomas Gleixner , Steven Rostedt , Carsten Emde , "Sebastian Andrzej Siewior" , John Kacur , "Paul Gortmaker" Subject: [PATCH RT 0/6] Linux 4.1.42-rt50-rc1 Date: Mon, 7 Aug 2017 12:40:56 -0500 Message-ID: <20170807174102.5448-1-julia@ni.com> X-Mailer: git-send-email 2.13.1 MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-08-07_11:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_policy_notspam policy=outbound_policy score=30 priorityscore=1501 malwarescore=0 suspectscore=2 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=30 reason=mlx scancount=1 engine=8.0.1-1706020000 definitions=main-1708070291 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dear RT Folks, This is the RT stable review cycle of patch 4.1.42-rt50-rc1. Please review the included patches, and test! 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/14/2017. Julia ---------------------------------------------------------------- To build 4.1.42-rt50-rc1 directly, the following patches should be applied: http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.1.tar.xz http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.1.42.xz http://www.kernel.org/pub/linux/kernel/projects/rt/4.1/patch-4.1.42-rt50-rc1.patch.xz You can also build from 4.1.42-rt49 release by applying the incremental patch: http://www.kernel.org/pub/linux/kernel/projects/rt/4.1/incr/patch-4.1.42-rt49-rt50-rc1.patch.xz ---------------------------------------------------------------- Alex Shi (1): cpu_pm: replace raw_notifier to atomic_notifier Julia Cartwright (1): Linux 4.1.42-rt50-rc1 Peter Zijlstra (2): lockdep: Fix per-cpu static objects sched: Remove TASK_ALL Thomas Gleixner (2): rtmutex: Make lock_killable work sched: Prevent task state corruption by spurious lock wakeup include/linux/sched.h | 1 - include/linux/smp.h | 12 ++++++++++++ init/main.c | 8 ++++++++ kernel/cpu_pm.c | 43 ++++++------------------------------------- kernel/locking/rtmutex.c | 19 +++++++------------ kernel/module.c | 6 +++++- kernel/sched/core.c | 2 +- localversion-rt | 2 +- mm/percpu.c | 5 ++++- 9 files changed, 44 insertions(+), 54 deletions(-) -- 2.13.1