lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 19 Mar 2012 16:59:51 +1100
From:	Stephen Rothwell <sfr@...b.auug.org.au>
To:	Paul Gortmaker <paul.gortmaker@...driver.com>
Cc:	linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
	Al Viro <viro@...IV.linux.org.uk>
Subject: linux-next: manual merge of the moduleh tree with the vfs tree

Hi Paul,

Today's linux-next merge of the moduleh tree got a conflict in
include/linux/reiserfs_fs.h between commit e9876523cf40 ("move private
bits of reiserfs_fs.h to fs/reiserfs/reiserfs.h") from the vfs tree and
commit 187f1882b5b0 ("BUG: headers with BUG/BUG_ON etc. need
linux/bug.h") from the moduleh tree.

The former commit gutted this file so that the latter patch is no longer
needed.   I also added the following patch as a merge fix.

Al: this could be added to your tree.

From: Stephen Rothwell <sfr@...b.auug.org.au>
Date: Mon, 19 Mar 2012 16:43:56 +1100
Subject: [PATCH] reiserfs: reiserfs.h uses BUG so should include bug.h

Signed-off-by: Stephen Rothwell <sfr@...b.auug.org.au>
---
 fs/reiserfs/reiserfs.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fs/reiserfs/reiserfs.h b/fs/reiserfs/reiserfs.h
index 445d768..a59d271 100644
--- a/fs/reiserfs/reiserfs.h
+++ b/fs/reiserfs/reiserfs.h
@@ -7,6 +7,7 @@
 #include <linux/slab.h>
 #include <linux/interrupt.h>
 #include <linux/sched.h>
+#include <linux/bug.h>
 #include <linux/workqueue.h>
 #include <asm/unaligned.h>
 #include <linux/bitops.h>
-- 
1.7.9.1

-- 
Cheers,
Stephen Rothwell                    sfr@...b.auug.org.au

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ