← Back to team overview

ubuntu-bugcontrol team mailing list archive

[Merge] lp:~gruemaster/qa-regression-testing/mmap_min into lp:qa-regression-testing

 

Tobin Davis has proposed merging lp:~gruemaster/qa-regression-testing/mmap_min into lp:qa-regression-testing.

Requested reviews:
  Ubuntu Bug Control (ubuntu-bugcontrol)

For more details, see:
https://code.launchpad.net/~gruemaster/qa-regression-testing/mmap_min/+merge/87676

Removes omap specific filter for mmap_min_addr check as the omap kernels have been patched (LP:903346).
-- 
https://code.launchpad.net/~gruemaster/qa-regression-testing/mmap_min/+merge/87676
Your team Ubuntu Bug Control is requested to review the proposed merge of lp:~gruemaster/qa-regression-testing/mmap_min into lp:qa-regression-testing.
=== modified file 'scripts/test-kernel-security.py'
--- scripts/test-kernel-security.py	2011-12-19 23:14:06 +0000
+++ scripts/test-kernel-security.py	2012-01-05 20:39:26 +0000
@@ -240,8 +240,7 @@
         '''Low memory allocation respects mmap_min_addr'''
 
         wanted = 65536
-        if self.dpkg_arch in self.arm_archs and \
-           not self.kernel_version.endswith('-omap'):
+        if self.dpkg_arch in self.arm_archs: 
             wanted = 32768
         self.announce("%d" % (wanted))
         if self.lsb_release['Release'] == 9.10 and self.kernel_version.endswith('-ec2'):