All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Christian Borntraeger <borntraeger@de.ibm.com>
Cc: Jeff Chua <jeff.chua.linux@gmail.com>,
	Daniel Drake <dsd@gentoo.org>, "Rafael J. Wysocki" <rjw@sisk.pl>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Kernel Testers List <kernel-testers@vger.kernel.org>,
	Phil Dibowitz <phil@ipom.com>
Subject: Re: [Bug #12422] 2.6.28-git can't resume from str
Date: Sun, 11 Jan 2009 17:39:04 +0100	[thread overview]
Message-ID: <20090111163904.GA21806@elte.hu> (raw)
In-Reply-To: <200901111736.24350.borntraeger@de.ibm.com>


* Christian Borntraeger <borntraeger@de.ibm.com> wrote:

> Am Sonntag 11 Januar 2009 schrieb Ingo Molnar:
> > 
> > * Jeff Chua <jeff.chua.linux@gmail.com> wrote:
> > 
> > > On Sun, Jan 11, 2009 at 10:18 PM, Christian Borntraeger
> > > <borntraeger@de.ibm.com> wrote:
> > > > Am Sonntag 11 Januar 2009 schrieb Daniel Drake:
> > > >> Rafael J. Wysocki wrote:
> > > >> > This message has been generated automatically as a part of a report
> > > >> > of recent regressions.
> > > >> >
> > > >> > The following bug entry is on the current list of known regressions
> > > >> > from 2.6.28.  Please verify if it still should be listed and let me 
> know
> > > >> > (either way).
> > > >> >
> > > >> >
> > > >> > Bug-Entry   : http://bugzilla.kernel.org/show_bug.cgi?id=12422
> > > >> > Subject             : 2.6.28-git can't resume from str
> > > >> > Submitter   : Jeff Chua <jeff.chua.linux@gmail.com>
> > > >> > Date                : 2009-01-10 1:39 (2 days old)
> > > >> > References  : http://marc.info/?l=linux-kernel&m=123155157909282&w=4
> > > >>
> > > >> The bisection looks invalid. It is unlikely to be this commit at fault.
> > > >> Jeff, do you even have that camera?
> > > >>
> > > >> It is also easy to revert that commit by hand. Just delete the
> > > >> unusual_devs entry for it.
> > > >
> > > > I found a nearby commit during bisect, which looks much saner:
> > > >
> > > > http://marc.info/?l=linux-kernel&m=123167815028388&w=2
> > > 
> > > This was committed earlier than
> > > a0e280e0f33f6c859a235fb69a875ed8f3420388, and
> > > a0e280e0f33f6c859a235fb69a875ed8f3420388 was the last working kernel
> > > that is able to suspend/resume. Go one before, and suspend/resume
> > > breaks.
> > 
> > so you mean a0e280e0f33f6c859a235fb69a875ed8f3420388 seems good, while the 
> > next step in Linus's tree, 52fefcec97c25b15887e6a9a885ca54e7f7c0928 is 
> > already broken?
> 
> I guess Jeff, meant the other way around.
> Since a0e280e0f33f6c859a235fb69a875ed8f3420388 is a fix for a known S2R 
> problem , the earlier patch (before) does of course not work.

ah, okay.

So i suspect that at every bisection point, this should be done:

  git cherry-pick a0e280e0f33f6c859a235fb69a875ed8f3420388

To make sure the bisection finds the secondary breakage too.

(the cherry-pick will fail harmlessly on kernels that have that commit 
already - so it can be done unconditionally at every bisection point.)

	Ingo

WARNING: multiple messages have this Message-ID (diff)
From: Ingo Molnar <mingo-X9Un+BFzKDI@public.gmane.org>
To: Christian Borntraeger
	<borntraeger-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org>
Cc: Jeff Chua
	<jeff.chua.linux-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Daniel Drake <dsd-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>,
	"Rafael J. Wysocki" <rjw-KKrjLPT3xs0@public.gmane.org>,
	Linux Kernel Mailing List
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Kernel Testers List
	<kernel-testers-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Phil Dibowitz <phil-LijsOF1cAEA@public.gmane.org>
Subject: Re: [Bug #12422] 2.6.28-git can't resume from str
Date: Sun, 11 Jan 2009 17:39:04 +0100	[thread overview]
Message-ID: <20090111163904.GA21806@elte.hu> (raw)
In-Reply-To: <200901111736.24350.borntraeger-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org>


* Christian Borntraeger <borntraeger-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org> wrote:

> Am Sonntag 11 Januar 2009 schrieb Ingo Molnar:
> > 
> > * Jeff Chua <jeff.chua.linux-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> > 
> > > On Sun, Jan 11, 2009 at 10:18 PM, Christian Borntraeger
> > > <borntraeger-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org> wrote:
> > > > Am Sonntag 11 Januar 2009 schrieb Daniel Drake:
> > > >> Rafael J. Wysocki wrote:
> > > >> > This message has been generated automatically as a part of a report
> > > >> > of recent regressions.
> > > >> >
> > > >> > The following bug entry is on the current list of known regressions
> > > >> > from 2.6.28.  Please verify if it still should be listed and let me 
> know
> > > >> > (either way).
> > > >> >
> > > >> >
> > > >> > Bug-Entry   : http://bugzilla.kernel.org/show_bug.cgi?id=12422
> > > >> > Subject             : 2.6.28-git can't resume from str
> > > >> > Submitter   : Jeff Chua <jeff.chua.linux-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> > > >> > Date                : 2009-01-10 1:39 (2 days old)
> > > >> > References  : http://marc.info/?l=linux-kernel&m=123155157909282&w=4
> > > >>
> > > >> The bisection looks invalid. It is unlikely to be this commit at fault.
> > > >> Jeff, do you even have that camera?
> > > >>
> > > >> It is also easy to revert that commit by hand. Just delete the
> > > >> unusual_devs entry for it.
> > > >
> > > > I found a nearby commit during bisect, which looks much saner:
> > > >
> > > > http://marc.info/?l=linux-kernel&m=123167815028388&w=2
> > > 
> > > This was committed earlier than
> > > a0e280e0f33f6c859a235fb69a875ed8f3420388, and
> > > a0e280e0f33f6c859a235fb69a875ed8f3420388 was the last working kernel
> > > that is able to suspend/resume. Go one before, and suspend/resume
> > > breaks.
> > 
> > so you mean a0e280e0f33f6c859a235fb69a875ed8f3420388 seems good, while the 
> > next step in Linus's tree, 52fefcec97c25b15887e6a9a885ca54e7f7c0928 is 
> > already broken?
> 
> I guess Jeff, meant the other way around.
> Since a0e280e0f33f6c859a235fb69a875ed8f3420388 is a fix for a known S2R 
> problem , the earlier patch (before) does of course not work.

ah, okay.

So i suspect that at every bisection point, this should be done:

  git cherry-pick a0e280e0f33f6c859a235fb69a875ed8f3420388

To make sure the bisection finds the secondary breakage too.

(the cherry-pick will fail harmlessly on kernels that have that commit 
already - so it can be done unconditionally at every bisection point.)

	Ingo

  reply	other threads:[~2009-01-11 16:39 UTC|newest]

Thread overview: 111+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-11 11:12 2.6.29-rc1: Reported regressions from 2.6.28 Rafael J. Wysocki
2009-01-11 11:12 ` [Bug #12399] USB wakeup problem on Toshiba Portege R500 Rafael J. Wysocki
2009-01-11 11:12   ` Rafael J. Wysocki
2009-01-11 21:14   ` Maxim Levitsky
2009-01-11 21:14     ` Maxim Levitsky
2009-01-11 11:16 ` [Bug #12417] glx performance drop with: "x86: PAT: implement track/untrack of pfnmap regions for x86 - v3" Rafael J. Wysocki
2009-01-11 11:16   ` Rafael J. Wysocki
2009-01-14  7:38   ` Alexey Fisher
2009-01-14  7:38     ` Alexey Fisher
2009-01-14  7:51     ` Pallipadi, Venkatesh
2009-01-14  7:51       ` Pallipadi, Venkatesh
2009-01-11 11:16 ` [Bug #12402] 2.6.29-rc: kernel BUG at fs/xfs/support/debug.c:108 Rafael J. Wysocki
2009-01-11 11:16   ` Rafael J. Wysocki
2009-01-11 11:16 ` [Bug #12400] git-latest: kernel oops in IOMMU setup Rafael J. Wysocki
2009-01-11 11:16   ` Rafael J. Wysocki
2009-01-11 11:16 ` [Bug #12414] iwl4965 cannot use "ap auto" on latest 2.6.28/29? Rafael J. Wysocki
2009-01-11 11:16   ` Rafael J. Wysocki
2009-01-11 13:57   ` Jeff Chua
2009-01-11 13:57     ` Jeff Chua
2009-01-11 18:55     ` Rafael J. Wysocki
2009-01-11 18:55       ` Rafael J. Wysocki
2009-01-11 11:16 ` [Bug #12415] WARNING: at drivers/net/wireless/iwlwifi/iwl-sta.c:689 Rafael J. Wysocki
2009-01-11 11:16   ` Rafael J. Wysocki
2009-01-12 11:15   ` Christian Borntraeger
2009-01-12 11:15     ` Christian Borntraeger
2009-01-12 12:47     ` Rafael J. Wysocki
2009-01-12 12:47       ` Rafael J. Wysocki
2009-01-18 15:49       ` Christian Borntraeger
2009-01-18 15:49         ` Christian Borntraeger
2009-01-11 11:16 ` [Bug #12416] Recent change to kernel spikes out ccache/distcc Rafael J. Wysocki
2009-01-11 11:16   ` Rafael J. Wysocki
2009-01-11 11:16 ` [Bug #12420] WARNING: at drivers/ata/libata-sff.c:1017 ata_sff_hsm_move+0x45e/0x750() Rafael J. Wysocki
2009-01-11 11:16   ` Rafael J. Wysocki
2009-01-11 14:52   ` Alexey Fisher
2009-01-11 14:52     ` Alexey Fisher
2009-01-14  7:35   ` Alexey Rempel
2009-01-14  7:35     ` Alexey Rempel
2009-01-14  7:40     ` Christian Borntraeger
2009-01-14  7:40       ` Christian Borntraeger
2009-01-14 10:58       ` Rafael J. Wysocki
2009-01-14 10:58         ` Rafael J. Wysocki
2009-01-11 11:16 ` [Bug #12418] Repeated ioctl(4, 0x40046445, ..) loop in glxgears Rafael J. Wysocki
2009-01-11 11:16   ` Rafael J. Wysocki
2009-01-11 11:16 ` [Bug #12422] 2.6.28-git can't resume from str Rafael J. Wysocki
2009-01-11 11:16   ` Rafael J. Wysocki
2009-01-11 13:57   ` Jeff Chua
2009-01-11 13:57     ` Jeff Chua
2009-01-11 14:08   ` Daniel Drake
2009-01-11 14:18     ` Christian Borntraeger
2009-01-11 14:18       ` Christian Borntraeger
2009-01-11 16:13       ` Jeff Chua
2009-01-11 16:13         ` Jeff Chua
2009-01-11 16:18         ` Christian Borntraeger
2009-01-11 16:18           ` Christian Borntraeger
2009-01-11 16:29         ` Ingo Molnar
2009-01-11 16:29           ` Ingo Molnar
2009-01-11 16:36           ` Christian Borntraeger
2009-01-11 16:36             ` Christian Borntraeger
2009-01-11 16:39             ` Ingo Molnar [this message]
2009-01-11 16:39               ` Ingo Molnar
2009-01-11 16:56               ` Jeff Chua
2009-01-11 16:56                 ` Jeff Chua
2009-01-11 18:07                 ` Ingo Molnar
2009-01-11 18:07                   ` Ingo Molnar
2009-01-13  1:20                   ` Jeff Chua
2009-01-13  1:20                     ` Jeff Chua
2009-01-13  1:28                     ` Ingo Molnar
2009-01-13  1:28                       ` Ingo Molnar
2009-01-13  2:08                     ` Linus Torvalds
2009-01-13  2:08                       ` Linus Torvalds
2009-01-13  4:28                       ` Jeff Chua
2009-01-13  4:28                         ` Jeff Chua
2009-01-13  5:47                         ` Jeff Chua
2009-01-13  5:47                           ` Jeff Chua
2009-01-13 11:32                           ` Rafael J. Wysocki
2009-01-13 11:32                             ` Rafael J. Wysocki
2009-01-13 13:30                             ` Jeff Chua
2009-01-13 13:30                               ` Jeff Chua
2009-01-11 16:10     ` Jeff Chua
2009-01-11 16:10       ` Jeff Chua
2009-01-11 11:16 ` [Bug #12419] possible circular locking dependency on i915 dma Rafael J. Wysocki
2009-01-11 11:16   ` Rafael J. Wysocki
2009-01-11 11:16 ` [Bug #12427] cpumask change causes sparc build bustage Rafael J. Wysocki
2009-01-11 11:16   ` Rafael J. Wysocki
2009-01-11 11:16 ` [Bug #12428] Build error on latest git Rafael J. Wysocki
2009-01-11 11:16   ` Rafael J. Wysocki
2009-01-11 13:46 ` 2.6.29-rc1: Reported regressions from 2.6.28 Jaswinder Singh Rajput
2009-01-11 13:46 ` Jaswinder Singh Rajput
2009-01-11 13:52   ` Ingo Molnar
2009-01-11 13:52     ` Ingo Molnar
2009-01-11 19:00     ` Rafael J. Wysocki
2009-01-11 19:00     ` Rafael J. Wysocki
2009-01-13  3:24       ` Jaswinder Singh Rajput
     [not found]       ` <200901112001.00394.rjw-KKrjLPT3xs0@public.gmane.org>
2009-01-13  3:24         ` Jaswinder Singh Rajput
2009-01-13  3:24           ` Jaswinder Singh Rajput
2009-01-13 11:23           ` Rafael J. Wysocki
2009-01-13 11:23           ` Rafael J. Wysocki
2009-01-11 13:52   ` Ingo Molnar
2009-01-11 13:47 ` Ingo Molnar
2009-01-11 13:47 ` Ingo Molnar
2009-01-11 14:22 ` Matthias Heinz
2009-01-11 14:22 ` Matthias Heinz
2009-01-11 14:39 ` Matthias Heinz
2009-01-11 14:39   ` Matthias Heinz
2009-01-11 14:39 ` Matthias Heinz
2009-01-19 21:28 2.6.29-rc2-git1: " Rafael J. Wysocki
2009-01-19 21:32 ` [Bug #12422] 2.6.28-git can't resume from str Rafael J. Wysocki
2009-01-19 21:32   ` Rafael J. Wysocki
2009-01-20  0:39   ` Harvey Harrison
2009-01-20  0:39     ` Harvey Harrison
2009-01-20  1:46   ` Jeff Chua
2009-01-20  1:46     ` Jeff Chua

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090111163904.GA21806@elte.hu \
    --to=mingo@elte.hu \
    --cc=borntraeger@de.ibm.com \
    --cc=dsd@gentoo.org \
    --cc=jeff.chua.linux@gmail.com \
    --cc=kernel-testers@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=phil@ipom.com \
    --cc=rjw@sisk.pl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.