From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Thu, 17 May 2018 11:40:03 +0200 (CEST) Received: from mail.kernel.org ([198.145.29.99]:55444 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23993497AbeEQJjprZCHk (ORCPT ); Thu, 17 May 2018 11:39:45 +0200 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D418620834; Thu, 17 May 2018 09:39:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1526549979; bh=8BPAJJNeWqgHZtnRmkPjeBHq0RXbc+l/ZgUiZZLGTeU=; h=Subject:To:Cc:From:Date:From; b=gM5qnksBQPZP7VdvvQCXRpiDV6oyDEnTQtATIa1B4k4sfBa1lX2NUBcIYXuQGYxcR f2tK/3I0CkEdpDRAWFC1pdvkiAbTO4jMk/A5JXouwQpWtCFP7zXcm2i8qygoYVOyL3 HUmyGIjf9mhza5q3NMFo/WmgW9FLz14KRoAZ0III= Subject: Patch "futex: Remove duplicated code and fix undefined behaviour" has been added to the 4.9-stable tree To: 20170824073105.3901-1-jslaby@suse.cz, arnd@arndb.de, ben.hutchings@codethink.co.uk, benh@kernel.crashing.org, catalin.marinas@arm.com, chris@zankel.net, cmetcalf@mellanox.com, dalias@libc.org, davem@davemloft.net, deller@gmx.de, dvhart@infradead.org, fenghua.yu@intel.com, gregkh@linuxfoundation.org, heiko.carstens@de.ibm.com, ink@jurassic.park.msu.ru, jcmvbkbc@gmail.com, jejb@parisc-linux.org, jonas@southpole.se, jslaby@suse.cz, linux-arm-kernel@lists.infradead.org, linux-mips@linux-mips.org, linux-snps-arc@lists.infradead.org, linux-xtensa@linux-xtensa.org, linuxppc-dev@lists.ozlabs.org, mattst88@gmail.com, monstr@monstr.eu, mpe@ellerman.id.au, openrisc@lists.librecores.org, paulus@samba.org, peterz@infradead.org, ralf@linux-mips.org, rkuo@codeaurora.org, rmk+kernel@armlinux.org.uk, rth@twiddle.net, schwidefsky@de.ibm.com, shorne@gmail.com, stefan.kristiansson@saunalahti.fi, tglx@linutronix.de, tony.luck@intel.com, vgupta@synopsys.com, will.deacon@arm.com, ysato@users.sourceforge.jp Cc: From: Date: Thu, 17 May 2018 11:39:09 +0200 Message-ID: <152654994912565@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit X-stable: commit Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 63982 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: gregkh@linuxfoundation.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips This is a note to let you know that I've just added the patch titled futex: Remove duplicated code and fix undefined behaviour to the 4.9-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: futex-remove-duplicated-code-and-fix-undefined-behaviour.patch and it can be found in the queue-4.9 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let know about it. From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org ([198.145.29.99]:55444 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23993497AbeEQJjprZCHk (ORCPT ); Thu, 17 May 2018 11:39:45 +0200 Subject: Patch "futex: Remove duplicated code and fix undefined behaviour" has been added to the 4.9-stable tree From: Date: Thu, 17 May 2018 11:39:09 +0200 Message-ID: <152654994912565@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit Return-Path: Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: To: 20170824073105.3901-1-jslaby@suse.cz, arnd@arndb.de, ben.hutchings@codethink.co.uk, benh@kernel.crashing.org, catalin.marinas@arm.com, chris@zankel.net, cmetcalf@mellanox.com, dalias@libc.org, davem@davemloft.net, deller@gmx.de, dvhart@infradead.org, fenghua.yu@intel.com, gregkh@linuxfoundation.org, heiko.carstens@de.ibm.com, ink@jurassic.park.msu.ru, jcmvbkbc@gmail.com, jejb@parisc-linux.org, jonas@southpole.sejslaby@suse.cz, linux-arm-kernel@lists.infradead.org, linux-mips@linux-mips.org, linux-snps-arc@lists.infradead.org, linux-xtensa@linux-xtensa.org, linuxppc-dev@lists.ozlabs.org, mattst88@gmail.com, monstr@monstr.eu, mpe@ellerman.id.au, openrisc@lists.librecores.org, paulus@samba.org, peterz@infradead.org, ralf@linux-mips.org, rkuo@codeaurora.org, rmk+kernel@armlinux.org.uk, rth@twiddle.net, schwidefsky@de.ibm.com, shorne@gmail.com, stefan.kristiansson@saunalahti.fi, tglx@linutronix.de, tony.luck@intel.com, vgupta@synopsys.com, will.deacon@arm.com, ysato@users.sourceforge.jp Cc: stable-commits@vger.kernel.org Message-ID: <20180517093909.UrbfQd3EJYqCq4sFHbF2LO5hYOL7mCGVvAT7xdJ4Vys@z> This is a note to let you know that I've just added the patch titled futex: Remove duplicated code and fix undefined behaviour to the 4.9-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: futex-remove-duplicated-code-and-fix-undefined-behaviour.patch and it can be found in the queue-4.9 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let know about it.