summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2011-08-26 02:09:45 +0200
committerMartin Väth <martin@mvath.de>2015-10-11 10:46:40 +0200
commit9f4cd8cc9540012e94436e32884208d39710015b (patch)
treec5570a2be9a711d8f2a14ca756b77d01616ccb80 /sys-fs/aufs2/files
parentBump stylish (diff)
downloadmv-9f4cd8cc9540012e94436e32884208d39710015b.tar.gz
mv-9f4cd8cc9540012e94436e32884208d39710015b.tar.bz2
mv-9f4cd8cc9540012e94436e32884208d39710015b.zip
Bump aufs, aufs-util. Fix martian for grsecurity breakage
Diffstat (limited to 'sys-fs/aufs2/files')
-rw-r--r--sys-fs/aufs2/files/grsecurity-2.2.0.patch61
-rw-r--r--sys-fs/aufs2/files/grsecurity-2.2.1.patch63
-rw-r--r--sys-fs/aufs2/files/grsecurity-2.2.2.patch61
-rw-r--r--sys-fs/aufs2/files/grsecurity-2.2.2.r1.patch11
4 files changed, 0 insertions, 196 deletions
diff --git a/sys-fs/aufs2/files/grsecurity-2.2.0.patch b/sys-fs/aufs2/files/grsecurity-2.2.0.patch
deleted file mode 100644
index 5c805ba7..00000000
--- a/sys-fs/aufs2/files/grsecurity-2.2.0.patch
+++ /dev/null
@@ -1,61 +0,0 @@
---- linux/include/linux/fs.h
-+++ linux/include/linux/fs.h
-@@ -575,41 +575,41 @@
- unsigned long, unsigned long);
-
- struct address_space_operations {
-- int (* const writepage)(struct page *page, struct writeback_control *wbc);
-- int (* const readpage)(struct file *, struct page *);
-- void (* const sync_page)(struct page *);
-+ int (*writepage)(struct page *page, struct writeback_control *wbc);
-+ int (*readpage)(struct file *, struct page *);
-+ void (*sync_page)(struct page *);
-
- /* Write back some dirty pages from this mapping. */
-- int (* const writepages)(struct address_space *, struct writeback_control *);
-+ int (*writepages)(struct address_space *, struct writeback_control *);
-
- /* Set a page dirty. Return true if this dirtied it */
-- int (* const set_page_dirty)(struct page *page);
-+ int (*set_page_dirty)(struct page *page);
-
-- int (* const readpages)(struct file *filp, struct address_space *mapping,
-+ int (*readpages)(struct file *filp, struct address_space *mapping,
- struct list_head *pages, unsigned nr_pages);
-
-- int (* const write_begin)(struct file *, struct address_space *mapping,
-+ int (*write_begin)(struct file *, struct address_space *mapping,
- loff_t pos, unsigned len, unsigned flags,
- struct page **pagep, void **fsdata);
-- int (* const write_end)(struct file *, struct address_space *mapping,
-+ int (*write_end)(struct file *, struct address_space *mapping,
- loff_t pos, unsigned len, unsigned copied,
- struct page *page, void *fsdata);
-
- /* Unfortunately this kludge is needed for FIBMAP. Don't use it */
-- sector_t (* const bmap)(struct address_space *, sector_t);
-- void (* const invalidatepage) (struct page *, unsigned long);
-- int (* const releasepage) (struct page *, gfp_t);
-- ssize_t (* const direct_IO)(int, struct kiocb *, const struct iovec *iov,
-+ sector_t (*bmap)(struct address_space *, sector_t);
-+ void (*invalidatepage) (struct page *, unsigned long);
-+ int (*releasepage) (struct page *, gfp_t);
-+ ssize_t (*direct_IO)(int, struct kiocb *, const struct iovec *iov,
- loff_t offset, unsigned long nr_segs);
-- int (* const get_xip_mem)(struct address_space *, pgoff_t, int,
-+ int (*get_xip_mem)(struct address_space *, pgoff_t, int,
- void **, unsigned long *);
- /* migrate the contents of a page to the specified target */
-- int (* const migratepage) (struct address_space *,
-+ int (*migratepage) (struct address_space *,
- struct page *, struct page *);
-- int (* const launder_page) (struct page *);
-- int (* const is_partially_uptodate) (struct page *, read_descriptor_t *,
-+ int (*launder_page) (struct page *);
-+ int (*is_partially_uptodate) (struct page *, read_descriptor_t *,
- unsigned long);
-- int (* const error_remove_page)(struct address_space *, struct page *);
-+ int (*error_remove_page)(struct address_space *, struct page *);
- };
-
- /*
diff --git a/sys-fs/aufs2/files/grsecurity-2.2.1.patch b/sys-fs/aufs2/files/grsecurity-2.2.1.patch
deleted file mode 100644
index 8396dfd1..00000000
--- a/sys-fs/aufs2/files/grsecurity-2.2.1.patch
+++ /dev/null
@@ -1,63 +0,0 @@
---- linux/include/linux/fs.h
-+++ linux/include/linux/fs.h
-@@ -583,42 +583,42 @@
- unsigned long, unsigned long);
-
- struct address_space_operations {
-- int (* const writepage)(struct page *page, struct writeback_control *wbc);
-- int (* const readpage)(struct file *, struct page *);
-- void (* const sync_page)(struct page *);
-+ int (*writepage)(struct page *page, struct writeback_control *wbc);
-+ int (*readpage)(struct file *, struct page *);
-+ void (*sync_page)(struct page *);
-
- /* Write back some dirty pages from this mapping. */
-- int (* const writepages)(struct address_space *, struct writeback_control *);
-+ int (*writepages)(struct address_space *, struct writeback_control *);
-
- /* Set a page dirty. Return true if this dirtied it */
-- int (* const set_page_dirty)(struct page *page);
-+ int (*set_page_dirty)(struct page *page);
-
-- int (* const readpages)(struct file *filp, struct address_space *mapping,
-+ int (*readpages)(struct file *filp, struct address_space *mapping,
- struct list_head *pages, unsigned nr_pages);
-
-- int (* const write_begin)(struct file *, struct address_space *mapping,
-+ int (*write_begin)(struct file *, struct address_space *mapping,
- loff_t pos, unsigned len, unsigned flags,
- struct page **pagep, void **fsdata);
-- int (* const write_end)(struct file *, struct address_space *mapping,
-+ int (*write_end)(struct file *, struct address_space *mapping,
- loff_t pos, unsigned len, unsigned copied,
- struct page *page, void *fsdata);
-
- /* Unfortunately this kludge is needed for FIBMAP. Don't use it */
-- sector_t (* const bmap)(struct address_space *, sector_t);
-- void (* const invalidatepage) (struct page *, unsigned long);
-- int (* const releasepage) (struct page *, gfp_t);
-- void (* const freepage)(struct page *);
-- ssize_t (* const direct_IO)(int, struct kiocb *, const struct iovec *iov,
-+ sector_t (*bmap)(struct address_space *, sector_t);
-+ void (*invalidatepage) (struct page *, unsigned long);
-+ int (*releasepage) (struct page *, gfp_t);
-+ void (*freepage)(struct page *);
-+ ssize_t (*direct_IO)(int, struct kiocb *, const struct iovec *iov,
- loff_t offset, unsigned long nr_segs);
-- int (* const get_xip_mem)(struct address_space *, pgoff_t, int,
-+ int (*get_xip_mem)(struct address_space *, pgoff_t, int,
- void **, unsigned long *);
- /* migrate the contents of a page to the specified target */
-- int (* const migratepage) (struct address_space *,
-+ int (*migratepage) (struct address_space *,
- struct page *, struct page *);
-- int (* const launder_page) (struct page *);
-- int (* const is_partially_uptodate) (struct page *, read_descriptor_t *,
-+ int (*launder_page) (struct page *);
-+ int (*is_partially_uptodate) (struct page *, read_descriptor_t *,
- unsigned long);
-- int (* const error_remove_page)(struct address_space *, struct page *);
-+ int (*error_remove_page)(struct address_space *, struct page *);
- };
-
- /*
diff --git a/sys-fs/aufs2/files/grsecurity-2.2.2.patch b/sys-fs/aufs2/files/grsecurity-2.2.2.patch
deleted file mode 100644
index 9a38594d..00000000
--- a/sys-fs/aufs2/files/grsecurity-2.2.2.patch
+++ /dev/null
@@ -1,61 +0,0 @@
---- linux/include/linux/fs.h
-+++ linux/include/linux/fs.h
-@@ -580,41 +580,41 @@
- unsigned long, unsigned long);
-
- struct address_space_operations {
-- int (* const writepage)(struct page *page, struct writeback_control *wbc);
-- int (* const readpage)(struct file *, struct page *);
-+ int (*writepage)(struct page *page, struct writeback_control *wbc);
-+ int (*readpage)(struct file *, struct page *);
-
- /* Write back some dirty pages from this mapping. */
-- int (* const writepages)(struct address_space *, struct writeback_control *);
-+ int (*writepages)(struct address_space *, struct writeback_control *);
-
- /* Set a page dirty. Return true if this dirtied it */
-- int (* const set_page_dirty)(struct page *page);
-+ int (*set_page_dirty)(struct page *page);
-
-- int (* const readpages)(struct file *filp, struct address_space *mapping,
-+ int (*readpages)(struct file *filp, struct address_space *mapping,
- struct list_head *pages, unsigned nr_pages);
-
-- int (* const write_begin)(struct file *, struct address_space *mapping,
-+ int (*write_begin)(struct file *, struct address_space *mapping,
- loff_t pos, unsigned len, unsigned flags,
- struct page **pagep, void **fsdata);
-- int (* const write_end)(struct file *, struct address_space *mapping,
-+ int (*write_end)(struct file *, struct address_space *mapping,
- loff_t pos, unsigned len, unsigned copied,
- struct page *page, void *fsdata);
-
- /* Unfortunately this kludge is needed for FIBMAP. Don't use it */
-- sector_t (* const bmap)(struct address_space *, sector_t);
-- void (* const invalidatepage) (struct page *, unsigned long);
-- int (* const releasepage) (struct page *, gfp_t);
-- void (* const freepage)(struct page *);
-- ssize_t (* const direct_IO)(int, struct kiocb *, const struct iovec *iov,
-+ sector_t (*bmap)(struct address_space *, sector_t);
-+ void (*invalidatepage) (struct page *, unsigned long);
-+ int (*releasepage) (struct page *, gfp_t);
-+ void (*freepage)(struct page *);
-+ ssize_t (*direct_IO)(int, struct kiocb *, const struct iovec *iov,
- loff_t offset, unsigned long nr_segs);
-- int (* const get_xip_mem)(struct address_space *, pgoff_t, int,
-+ int (*get_xip_mem)(struct address_space *, pgoff_t, int,
- void **, unsigned long *);
- /* migrate the contents of a page to the specified target */
-- int (* const migratepage) (struct address_space *,
-+ int (*migratepage) (struct address_space *,
- struct page *, struct page *);
-- int (* const launder_page) (struct page *);
-- int (* const is_partially_uptodate) (struct page *, read_descriptor_t *,
-+ int (*launder_page) (struct page *);
-+ int (*is_partially_uptodate) (struct page *, read_descriptor_t *,
- unsigned long);
-- int (* const error_remove_page)(struct address_space *, struct page *);
-+ int (*error_remove_page)(struct address_space *, struct page *);
- };
-
- extern const struct address_space_operations empty_aops;
diff --git a/sys-fs/aufs2/files/grsecurity-2.2.2.r1.patch b/sys-fs/aufs2/files/grsecurity-2.2.2.r1.patch
deleted file mode 100644
index 25e9a1ed..00000000
--- a/sys-fs/aufs2/files/grsecurity-2.2.2.r1.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- linux/include/linux/fs.h
-+++ linux/include/linux/fs.h
-@@ -615,7 +615,7 @@
- int (*is_partially_uptodate) (struct page *, read_descriptor_t *,
- unsigned long);
- int (*error_remove_page)(struct address_space *, struct page *);
--};
-+} __no_const;
-
- extern const struct address_space_operations empty_aops;
-