Hi Avik,

Your fix seems ok for ubuntu/debian, but this would not work in general case. E.g. Fedora doesn't have /usr/bin/pager. So this doesn't look like a generic solution that fits into linux-linaro kernel.

Also for a patch I need a one-line title (subject), a short description of the change, and the "Signed-off-by: Name <email>". I.e. all the stuff
a git commit header should have.

Thanks,
Andrey

On 02/14/2012 03:33 PM, Avik Sil wrote:
Hi Andrey,

Can you please consider adding the following patch that supposedly fixes
bug 833101 (https://bugs.launchpad.net/bugs/833101)?

Regards,
Avik

diff --git a/tools/perf/util/pager.c b/tools/perf/util/pager.c
index 1915de2..13496dc 100644
--- a/tools/perf/util/pager.c
+++ b/tools/perf/util/pager.c
@@ -58,7 +58,7 @@ void setup_pager(void)
if (!pager)
pager = getenv("PAGER");
if (!pager)
- pager = "less";
+ pager = "pager";
else if (!*pager || !strcmp(pager, "cat"))
return;


On Tuesday 14 February 2012 01:52 AM, Andrey Konovalov wrote:
Greetings,

If someone has something which is not in the mainline, was not in the
12.01 kernel release, but worth including into the 12.02 kernel release,
please let me know by the end of Feb 14, PST (the git branch where I
could pull from). This release will be v3.3-rc3 based, so you patches
should be based on that (easiest for me), or on the tip of the linus
tree.

My expectations are that the power management WG has some topics to add
to the 12.02.

I am aware of git://git.secretlab.ca/git/linux-2.6.git, irqdomain/next

The kernel working group has some blueprints for 12.02. Please let me
know, if there is something for me to do here.

The following commits from linux-linaro-3.2 branch will be carried over
to 12.02:
commit 2eb6f8b98d8471c83be7e3ab53fe4386884c96a9
Author: Vincent Guittot <vincent.guit...@linaro.org>
Date: Fri Oct 21 09:02:47 2011 +0200
sched: Ensure cpu_power periodic update

commit 2b21b980917662503a16e079b5d4a5a8a17886cd
Author: Arnd Bergmann <a...@arndb.de>
Date: Sat Oct 8 17:07:50 2011 +0200
ARM: kprobes: work around build errors

commit 61d24dd4d0528d369ea81f6e5d5e1db9c62ad46a
Author: Ming Lei <ming....@canonical.com>
Date: Wed Aug 31 00:03:13 2011 +0800
usb: ehci: make HC see up-to-date qh/qtd descriptor ASAP

Amit (Amit Daniel Kachhap), please let me know if for 12.02 I should use
the commits below, or take an updated version from you:
ARM: exynos4: Add thermal sensor driver platform device support
thermal: exynos4: Register the tmu sensor with the thermal interface
layer
thermal: exynos: Add thermal interface support for linux thermal layer
thermal: Add generic cpu cooling implementation
thermal: Add a new trip type to use cooling device instance number
EXYNOS: Make EXYNOS common cpufreq driver
ARM: exynos: Enable l2 configuration through device tree
ARM: exynos: remove useless code to save/restore L2
ARM: exynos: save L2 settings during bootup
ARM: s5p: add L2 early resume code
ARM: exynos: Add support AFTR mode on EXYNOS4210


Thanks,
Andrey Konovalov

_______________________________________________
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev



_______________________________________________
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev

Reply via email to