Merge lp:~rsalveti/jasper-initramfs/746137 into lp:jasper-initramfs

Proposed by Ricardo Salveti
Status: Merged
Merged at revision: 151
Proposed branch: lp:~rsalveti/jasper-initramfs/746137
Merge into: lp:jasper-initramfs
Diff against target: 45 lines (+22/-0)
3 files modified
debian/changelog (+7/-0)
scripts/local-bottom/jasper_setup (+3/-0)
sysctl/30-jasper-smsc-min-free-kbytes.conf (+12/-0)
To merge this branch: bzr merge lp:~rsalveti/jasper-initramfs/746137
Reviewer Review Type Date Requested Status
Oliver Grawert (community) Approve
Review via email: mp+57104@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Oliver Grawert (ogra) wrote :

merged

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2011-04-07 17:34:57 +0000
+++ debian/changelog 2011-04-11 03:39:27 +0000
@@ -1,3 +1,10 @@
1jasper-initramfs (0.54) UNRELEASED; urgency=low
2
3 * Workaround to increase kernel min_free_kbytes to avoid page allocation
4 failures (LP: #746137)
5
6 -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com> Mon, 11 Apr 2011 00:31:33 -0300
7
1jasper-initramfs (0.53) natty; urgency=low8jasper-initramfs (0.53) natty; urgency=low
29
3 * fix typo10 * fix typo
411
=== modified file 'scripts/local-bottom/jasper_setup'
--- scripts/local-bottom/jasper_setup 2011-04-07 17:34:31 +0000
+++ scripts/local-bottom/jasper_setup 2011-04-11 03:39:27 +0000
@@ -177,6 +177,9 @@
177 cp /root/usr/share/jasper-initramfs/sysctl/30-jasper-root-on-sd.conf /root/etc/sysctl.d/ >>$LOGFILE 2>&1177 cp /root/usr/share/jasper-initramfs/sysctl/30-jasper-root-on-sd.conf /root/etc/sysctl.d/ >>$LOGFILE 2>&1
178fi178fi
179179
180# for bug 746137
181cp /root/usr/share/jasper-initramfs/sysctl/30-jasper-smsc-min-free-kbytes.conf /root/etc/sysctl.d/ >>$LOGFILE 2>&1
182
180chroot /root /usr/share/jasper-initramfs/apt/enable_additional_repos.py >>$LOGFILE 2>&1183chroot /root /usr/share/jasper-initramfs/apt/enable_additional_repos.py >>$LOGFILE 2>&1
181184
182# move jasper.log to root filesystem185# move jasper.log to root filesystem
183186
=== added file 'sysctl/30-jasper-smsc-min-free-kbytes.conf'
--- sysctl/30-jasper-smsc-min-free-kbytes.conf 1970-01-01 00:00:00 +0000
+++ sysctl/30-jasper-smsc-min-free-kbytes.conf 2011-04-11 03:39:27 +0000
@@ -0,0 +1,12 @@
1# The driver smsc95xx, used by both Beagleboard XM and Pandaboard uses
2# turbo mode by default, that enables multiple frames per Rx transaction,
3# increasing performance but consuming more kernel memory.
4# To avoid page allocation failures and smsc kevent drops we need to
5# increase the minimum free system memory in the kernel to a higher value.
6# If you're still having page allocation failures, try to increase this
7# value to 12288 or even higher. You could also disable the driver's turbo
8# mode, but decreasing the ethernet performance.
9# If you encounter problems due to the settings please file a bug
10# against the jasper-initramfs ubuntu package.
11# For more details please check http://bugs.launchpad.net/bugs/746137
12vm.min_free_kbytes = 8192

Subscribers

People subscribed via source and target branches