mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Justin Mattock" <justinmattock@gmail.com>
To: "R. J. Wysocki" <Rafal.Wysocki@fuw.edu.pl>
Cc: "Pavel Machek" <pavel@ucw.cz>,
	"Soeren Sonnenburg" <kernel@nn7.de>,
	"Linux Kernel" <linux-kernel@vger.kernel.org>
Subject: Re: suspend issue
Date: Mon, 7 Apr 2008 16:41:06 +0000	[thread overview]
Message-ID: <dd18b0c30804070941r793fc61le564cc5dcbda7640@mail.gmail.com> (raw)
In-Reply-To: <200804071041.11899.Rafal.Wysocki@fuw.edu.pl>

I wouldn't mind trying out git. Hopefully I know what I'm doing.
regards;
                Justin P. Mattock

On Mon, Apr 7, 2008 at 8:41 AM, R. J. Wysocki <Rafal.Wysocki@fuw.edu.pl> wrote:
> On Monday, 7 of April 2008, Justin Mattock wrote:
>  > Hello; I don't know how to do a git bisect(too much of a noob)
>  > regards;
>
>  First, please don't top post.  Looking at this message you can see why it
>  really doesn't make sense. :-)
>
>  Now, in short, to run a git bisection:
>
>  (1) clone the Linus' tree (see http://linux.yyz.us/git-howto.html#download_first_time)
>  (2) from within the kernel source code directory downloaded in (1) run
>         $ git bisect start
>         $ git bisect bad
>     (this will mark the last revision as a failing one)
>  (3) If you have already verified that 2.6.24 works correctly, run
>         $ git bisect good v2.6.24
>     (this will mark the 2.6.24 kernel as a good one)
>  (4) as a result of this, git will select a kernel revision between 2.6.24 and
>     the most recent one for testing.  Compile it, install it and check if it
>     works.  If it does, run
>         $ git bisect good
>     Otherwise, run
>         $ git bisect bad
>  (5) repeat (4) until there's no more revisions to test.
>
>  If you encounter any problems, please ask what to do next.
>
>  Thanks,
>  Rafael
>
>
>  > On Sun, Apr 6, 2008 at 11:28 PM, Pavel Machek <pavel@ucw.cz> wrote:
>  > > On Sun 2008-04-06 13:55:04, Soeren Sonnenburg wrote:
>  > >  > On Sun, 2008-04-06 at 04:03 +0000, Justin Mattock wrote:
>  > >  > > Hello; I seem to have discovered something with echo mem > /sys/power/state.
>  > >  > > I recompile the kernel and had forgotten to compile fglrx, when
>  > >  > > performing a suspend without fglrx I was confronted with the dreaded
>  > >  > > blank screen and a reboot. then as a test I compiled fglrx and loaded,
>  > >  > > and to my amazement suspend reacted properly again.
>  > >  >
>  > >  > Yeah, but I it does not even work without X - console only!
>  > >  >
>  > >  > s2ram -f -p used to work since at least 2.6.20 ... and is now not
>  > >  > anymore in 2.6.25-*
>  > >
>  > >  Can you do git bisect?
>  > >                                                                         Pavel
>  > >  --
>  > >  (english) http://www.livejournal.com/~pavelmachek
>  > >  (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
>  > >
>  >
>  >
>  >
>
>
>
>  --
>  Rafael J. Wysocki, Ph.D.
>  Institute of Theoretical Physics
>  Faculty of Physics of Warsaw University
>  ul. Hoza 69, 00-681 Warsaw
>  [tel: +48 22 55 32 263]
>  [mob: +48 60 50 53 693]
>  ----------------------------
>  One should not increase, beyond what is necessary,
>  the number of entities required to explain anything.
>                         -- William of Ockham
>



-- 
Justin P. Mattock

  reply	other threads:[~2008-04-07 16:41 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-06  4:03 Justin Mattock
2008-04-06 13:55 ` Soeren Sonnenburg
2008-04-06 15:48   ` Justin Mattock
2008-04-06 20:31     ` Rafael J. Wysocki
2008-04-07 10:35     ` Rafael J. Wysocki
2008-04-06 23:28   ` Pavel Machek
2008-04-07  0:08     ` Justin Mattock
2008-04-07  8:41       ` R. J. Wysocki
2008-04-07 16:41         ` Justin Mattock [this message]
2008-04-09 10:25     ` Soeren Sonnenburg
2008-04-09 15:06       ` Justin Mattock
2008-04-10 10:02       ` Pavel Machek
2008-04-10 16:04         ` Justin Mattock
2008-04-10 22:05         ` Soeren Sonnenburg
2008-04-11  5:18           ` Justin Mattock
2008-04-11  5:32             ` Soeren Sonnenburg
2008-04-11  6:12               ` Justin Mattock
2008-04-11 10:57           ` Pavel Machek
2008-04-11 12:11             ` Soeren Sonnenburg

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=dd18b0c30804070941r793fc61le564cc5dcbda7640@mail.gmail.com \
    --to=justinmattock@gmail.com \
    --cc=Rafal.Wysocki@fuw.edu.pl \
    --cc=kernel@nn7.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pavel@ucw.cz \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®