From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751407AbaH1P1a (ORCPT ); Thu, 28 Aug 2014 11:27:30 -0400 Received: from mail-vc0-f175.google.com ([209.85.220.175]:56499 "EHLO mail-vc0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750794AbaH1P12 (ORCPT ); Thu, 28 Aug 2014 11:27:28 -0400 MIME-Version: 1.0 In-Reply-To: <20140828152205.GA18432@kroah.com> References: <20140828152205.GA18432@kroah.com> Date: Thu, 28 Aug 2014 17:27:27 +0200 Message-ID: Subject: Re: linux-3.16.2 queue (3.16.1+) From: Matt To: Greg KH Cc: ReiserFS Mailing List , Linux Kernel Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 28, 2014 at 5:22 PM, Greg KH wrote: > On Thu, Aug 28, 2014 at 05:16:58PM +0200, Matt wrote: >> Hi Greg, >> >> >> please consider adding the following 2 patches to 3.16.2: >> >> Jan Kara (1): >> reiserfs: Fix use after free in journal teardown >> >> Jeff Mahoney (1): >> reiserfs: fix corruption introduced by balance_leaf refactor >> >> >> >> Reason/Related: >> >> https://bugzilla.kernel.org/show_bug.cgi?id=83121 >> >> https://bugzilla.kernel.org/show_bug.cgi?id=83321 >> >> http://forums.gentoo.org/viewtopic-t-998538-postdays-0-postorder-asc-start-0.html >> >> >> Many thanks in advance > > I need git commit ids of these patches in Linus's tree, can you provide > those please? > > thanks, > > greg k-h Sure: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=27d0e5bc85f3341b9ba66f0c23627cf9d7538c9d reiserfs: fix corruption introduced by balance_leaf refactor https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=01777836c87081e4f68c4a43c9abe6114805f91e reiserfs: Fix use after free in journal teardown are checkpatch warnings usually also fixed within stable releases ? if yes: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=f3fb9e27325c4e1730440820ea8a1e9d9a5af709 fs/reiserfs/xattr.c: fix blank line missing after declarations https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=17093991af4995c4b93f6d8ac63aab68fcd9e1be fs/reiserfs: use linux/uaccess.h https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=53872ed07786714bff3642ee9ee61afd3f4eb749 fs/reiserfs: replace not-standard %Lu/%Ld Greetings Matt