From: Jonathan Nieder <jrnieder@gmail.com>
To: paul.szabo@sydney.edu.au
Cc: 695182@bugs.debian.org, ben@decadent.org.uk,
linux-kernel@vger.kernel.org, linux-mm@kvack.org,
minchan@kernel.org
Subject: Re: [PATCH] Subtract min_free_kbytes from dirtyable memory
Date: Fri, 25 Jan 2013 16:14:19 -0800 [thread overview]
Message-ID: <20130126001419.GG3341@elie.Belkin> (raw)
In-Reply-To: <201301252349.r0PNnFYF024399@como.maths.usyd.edu.au>
Hi Paul,
paul.szabo@sydney.edu.au wrote:
> Dear Ben,
>> If you can identify where it was fixed then ...
>
> Sorry I cannot do that. I have no idea where kernel changelogs are kept.
Here are some tools.
# prerequisite:
apt-get install git; # as root
# to get the kernel history:
git clone \
https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux.git
cd linux
# to view the changelog:
git log v3.2..
# to grep change descriptions:
git log --grep=min_free_kbytes v3.2..
# to view the patches corresponding to changes:
git log --patch v3.2.. -- mm/
# graphical interface
apt-get install gitk; # as root
gitk v3.2.. -- mm
# web interface:
w3m http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git
The "exploring git history" section of the git user manual has more
details:
http://git-htmldocs.googlecode.com/git/user-manual.html#exploring-git-history
Thanks,
Jonathan
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next prev parent reply other threads:[~2013-01-26 0:14 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-25 9:53 [PATCH] Subtract min_free_kbytes from dirtyable memory paul.szabo
2013-01-25 13:01 ` Bug#695182: " Ben Hutchings
2013-01-25 23:49 ` paul.szabo
2013-01-26 0:10 ` Ben Hutchings
2013-01-26 3:05 ` paul.szabo
2013-01-26 3:07 ` paul.szabo
2013-01-26 3:17 ` Ben Hutchings
2013-01-26 0:14 ` Jonathan Nieder [this message]
2013-01-26 15:43 ` Theodore Ts'o
2013-01-26 7:44 ` Bug#695182: " Jonathan Nieder
2013-01-26 20:23 ` paul.szabo
2013-01-28 6:23 ` Minchan Kim
-- strict thread matches above, loose matches on Subject: below --
2013-01-21 3:15 paul.szabo
2013-01-21 17:49 ` Rik van Riel
2013-01-22 23:38 ` Andrew Morton
2013-01-23 1:49 ` Minchan Kim
2013-01-23 3:11 ` paul.szabo
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=20130126001419.GG3341@elie.Belkin \
--to=jrnieder@gmail.com \
--cc=695182@bugs.debian.org \
--cc=ben@decadent.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=minchan@kernel.org \
--cc=paul.szabo@sydney.edu.au \
/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;
as well as URLs for NNTP newsgroup(s).