[Bug 951043] Re: Port OOM changes into do_page_fault for arm

2012-07-17 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-armadaxp - 3.2.0-1605.8 --- linux-armadaxp (3.2.0-1605.8) precise-proposed; urgency=low * Release Tracking Bug -LP: #1020888 [ Jani Monoses ] * Fix warnings. * Adapt to new sched_clock API [ Ubuntu: 3.2.0-27.43 ] * No change u

[Bug 951043] Re: Port OOM changes into do_page_fault for arm

2012-06-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-armadaxp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/951043 Title: Port OOM changes into do_page_fault for arm To manage notifications about thi

[Bug 951043] Re: Port OOM changes into do_page_fault for arm

2012-06-13 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-ti-omap4 - 3.2.0-1414.19 --- linux-ti-omap4 (3.2.0-1414.19) precise-proposed; urgency=low * Release Tracking Bug - LP: #1004555 [ Paolo Pisati ] * [Config] updateconfigs following rebase * rebased on 3.2.0-25.40 [ Ubuntu: 3.2.0-

[Bug 951043] Re: Port OOM changes into do_page_fault for arm

2012-06-13 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.2.0-25.40 --- linux (3.2.0-25.40) precise-proposed; urgency=low [Luis Henriques] * Release Tracking Bug - LP: #1003534 [ Andy Whitcroft ] * [Config] control.stub is an intermediate product not a dependancy - LP: #992414

[Bug 951043] Re: Port OOM changes into do_page_fault for arm

2012-06-04 Thread Paolo Pisati
** Changed in: linux-ti-omap4 (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/951043 Title: Port OOM changes into do_page_fault for arm To manage not

[Bug 951043] Re: Port OOM changes into do_page_fault for arm

2012-06-04 Thread Paolo Pisati
** Changed in: linux (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/951043 Title: Port OOM changes into do_page_fault for arm To manage notification

[Bug 951043] Re: Port OOM changes into do_page_fault for arm

2012-06-04 Thread Brad Figg
Given that this only impacts ARM and that this has been upstream and tested for some time, I am going to mark this verified. ** Tags removed: verification-needed-precise ** Tags added: verification-done-precise -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 951043] Re: Port OOM changes into do_page_fault for arm

2012-06-01 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-ti-omap4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/951043 Title: Port OOM changes into do_page_fault for arm To manage notifications about thi

[Bug 951043] Re: Port OOM changes into do_page_fault for arm

2012-05-28 Thread Luis Henriques
This bug is awaiting verification that the kernel for precise in -proposed solves the problem (3.2.0-25.40). Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed-precise' to 'verification-done-precise'. If verification is not do

[Bug 951043] Re: Port OOM changes into do_page_fault for arm

2012-05-25 Thread Colin Watson
** Also affects: linux (Ubuntu Precise) Importance: Undecided Status: New ** Also affects: linux-ti-omap4 (Ubuntu Precise) Importance: Undecided Status: New ** Also affects: linux-armadaxp (Ubuntu Precise) Importance: Undecided Status: New -- You received this bug

[Bug 951043] Re: Port OOM changes into do_page_fault for arm

2012-05-02 Thread Paolo Pisati
** Description changed: + SRU JUSTIFICATION + = + + EFFECT + == + + Reduce mmap_sem lock contention on arm while using java (see below) + + FIX + === + + see the attached patch + + TEST + + + This commit has already been incorporated/tested in the armadaxp kerne

[Bug 951043] Re: Port OOM changes into do_page_fault for arm

2012-04-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/linux-armadaxp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/951043 Title: Port OOM changes into do_page_fault for arm To manage notifications about this bug go to: http

[Bug 951043] Re: Port OOM changes into do_page_fault for arm

2012-04-05 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-armadaxp - 3.2.0-1602.5 --- linux-armadaxp (3.2.0-1602.5) precise; urgency=low [ Ike Panhc ] * Remove unnecessary debug message - LP: #960340 * Rebase onto Ubuntu-3.2.0-22.35 [ Stefan Bader ] * d-i: Fix module name for dm-raid45

[Bug 951043] Re: Port OOM changes into do_page_fault for arm

2012-04-03 Thread Ike Panhc
** Changed in: linux-armadaxp (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/951043 Title: Port OOM changes into do_page_fault for arm To manage noti

[Bug 951043] Re: Port OOM changes into do_page_fault for arm

2012-04-03 Thread Ike Panhc
** Changed in: linux-armadaxp (Ubuntu) Assignee: Bryan Wu (cooloney) => Ike Panhc (ikepanhc) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/951043 Title: Port OOM changes into do_page_fault for

[Bug 951043] Re: Port OOM changes into do_page_fault for arm

2012-03-19 Thread Xerxes Rånby
the issue in #5 can get easily fixed by adding a up_read(&mm->mmap_sem); before the goto retry; ... + up_read(&mm->mmap_sem); + goto retry; + } + } + + up_read(&mm->mmap_sem); -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bu

[Bug 951043] Re: Port OOM changes into do_page_fault for arm

2012-03-19 Thread Xerxes Rånby
I think there is an inconsistency in this patch that can cause a deadlock: Consider that the code first takes the &mm->mmap_sem lock during if (!down_read_trylock(&mm->mmap_sem)) { @@ -305,6 +297,7 @@ do_page_fault(unsigned long addr, unsigned int fsr, struct pt_regs *regs) if (!down_rea

[Bug 951043] Re: Port OOM changes into do_page_fault for arm

2012-03-14 Thread Tobin Davis
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Paolo Pisati (p-pisati) ** Changed in: linux-ti-omap4 (Ubuntu) Assignee: (unassigned) => Paolo Pisati (p-pisati) ** Changed in: linux-armadaxp (Ubuntu) Assignee: (unassigned) => Bryan Wu (cooloney) -- You received this bug n

[Bug 951043] Re: Port OOM changes into do_page_fault for arm

2012-03-12 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: linux-armadaxp (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/951043 Title

[Bug 951043] Re: Port OOM changes into do_page_fault for arm

2012-03-12 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: linux-ti-omap4 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/951043 Title

[Bug 951043] Re: Port OOM changes into do_page_fault for arm

2012-03-09 Thread Ubuntu Foundation's Bug Bot
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/951043 Title: Port OOM changes into do_page_fault for arm To manage notifications about this bug go to: https://bugs.launchpad.net

[Bug 951043] Re: Port OOM changes into do_page_fault for arm

2012-03-09 Thread Tobin Davis
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed ** Tags removed: no-bot-spam ** Tags added: bot-stop-nagging -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/951043 Title: Port OO

[Bug 951043] Re: Port OOM changes into do_page_fault for arm

2012-03-09 Thread Tobin Davis
** Patch added: "linux-2.6.git-8878a539ff19a43cf3729e7562cd528f490246ae.patch" https://bugs.launchpad.net/bugs/951043/+attachment/2841359/+files/linux-2.6.git-8878a539ff19a43cf3729e7562cd528f490246ae.patch ** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** Also aff