Re: Linux source tree size difference issue

2013-05-17 Thread Roland Eggner
t size is usually smaller, it may be larger due to holes in ('sparse') files, internal fragmentation, indirect blocks, and the like -b, --bytes equivalent to '--apparent-size --block-size=1' -- Regards Roland Eggner pgpusNUa6j_Do.pgp Description: PGP signature

Re: Linux source tree size difference issue

2013-05-17 Thread Roland Eggner
due to holes in ('sparse') files, internal fragmentation, indirect blocks, and the like -b, --bytes equivalent to '--apparent-size --block-size=1' -- Regards Roland Eggner pgpusNUa6j_Do.pgp Description: PGP signature

Re: [git pull] single_open() leak fixes

2013-05-05 Thread Roland Eggner
AFAICS, -stable > fodder, for as far as the patches apply. … … Some 40 memory leaks plugged at once … quite elegant :) Additionally maybe your cunning grep commands are checkpatch.pl fodder? At patch level risk of false warnings probably would be lower than at C code level. -- Regards Rolan

Re: [git pull] single_open() leak fixes

2013-05-05 Thread Roland Eggner
apply. … … Some 40 memory leaks plugged at once … quite elegant :) Additionally maybe your cunning grep commands are checkpatch.pl fodder? At patch level risk of false warnings probably would be lower than at C code level. -- Regards Roland Eggner pgp6USFRL3U8o.pgp Description: PGP

Re: [PATCH resend v3 3/3] kconfig: nconf: add vi-style navigation keys

2013-02-09 Thread Roland Eggner
On 2013-02-09 Saturday at 12:36 +0100 Yann E. MORIN wrote: > Rolland, All, > > On Saturday 09 February 2013 Roland Eggner wrote: > > Regarding the / conflict: My vision is to eliminate the need for > > help > > keybindings at all by displaying the related hel

Re: [PATCH resend v3 1/3] kconfig: nconf: rewrite help texts

2013-02-09 Thread Roland Eggner
On 2013-02-09 Saturday at 12:23 +0100 Yann E. MORIN wrote: > Rolland, All, > > On Saturday 09 February 2013 Roland Eggner wrote: > > On 2013-02-09 Saturday at 01:30 +0100 Yann E. MORIN wrote: > [--SNIP--] > > > > +"Text Box (Help Window)\n" > >

Re: [PATCH resend v3 1/3] kconfig: nconf: rewrite help texts

2013-02-09 Thread Roland Eggner
On 2013-02-09 Saturday at 12:23 +0100 Yann E. MORIN wrote: Rolland, All, On Saturday 09 February 2013 Roland Eggner wrote: On 2013-02-09 Saturday at 01:30 +0100 Yann E. MORIN wrote: [--SNIP--] +Text Box (Help Window)\n +--\n +Use movement keys Down Up

Re: [PATCH resend v3 3/3] kconfig: nconf: add vi-style navigation keys

2013-02-09 Thread Roland Eggner
On 2013-02-09 Saturday at 12:36 +0100 Yann E. MORIN wrote: Rolland, All, On Saturday 09 February 2013 Roland Eggner wrote: Regarding the h/H conflict: My vision is to eliminate the need for help keybindings h ? at all by displaying the related help text beside the menu permanently

Re: [PATCH resend v3 3/3] kconfig: nconf: add vi-style navigation keys

2013-02-08 Thread Roland Eggner
On 2013-02-09 Saturday at 02:03 +0100 Yann E. MORIN wrote: > On Friday 01 February 2013 Roland Eggner wrote: > > Add vi-style navigation keys, based on initial work by Dmitry Voytik. > > As much I am a unconditional vim user, I doubt this is a sane idea to > include thi

Re: [PATCH resend v3 1/3] kconfig: nconf: rewrite help texts

2013-02-08 Thread Roland Eggner
On 2013-02-09 Saturday at 01:30 +0100 Yann E. MORIN wrote: > Roland, All, > > I've taken that in my branch now. > I will push later with a few fixes (see below). > > On Friday 01 February 2013 Roland Eggner wrote: > [--SNIP--] > > diff --git a/scripts/kconfig/nconf.

Re: Linux 3.2.38

2013-02-08 Thread Roland Eggner
an't make any better > suggestion than to do that bisection. > > Ben. > Just an almost blind guess: Colin Ian King (1): PCI: Allow pcie_aspm=force even when FADT indicates it is unsupported -- Roland Eggner pgpCl9Dk4jY9L.pgp Description: PGP signature

Re: Linux 3.2.38

2013-02-08 Thread Roland Eggner
blind guess: Colin Ian King (1): PCI: Allow pcie_aspm=force even when FADT indicates it is unsupported -- Roland Eggner pgpCl9Dk4jY9L.pgp Description: PGP signature

Re: [PATCH resend v3 1/3] kconfig: nconf: rewrite help texts

2013-02-08 Thread Roland Eggner
On 2013-02-09 Saturday at 01:30 +0100 Yann E. MORIN wrote: Roland, All, I've taken that in my branch now. I will push later with a few fixes (see below). On Friday 01 February 2013 Roland Eggner wrote: [--SNIP--] diff --git a/scripts/kconfig/nconf.c b/scripts/kconfig/nconf.c

Re: [PATCH resend v3 3/3] kconfig: nconf: add vi-style navigation keys

2013-02-08 Thread Roland Eggner
On 2013-02-09 Saturday at 02:03 +0100 Yann E. MORIN wrote: On Friday 01 February 2013 Roland Eggner wrote: Add vi-style navigation keys, based on initial work by Dmitry Voytik. As much I am a unconditional vim user, I doubt this is a sane idea to include this, as it conflicts

Re: [PATCH resend v3 3/3] kconfig: nconf: add vi-style navigation keys

2013-02-01 Thread Roland Eggner
>From: Roland Eggner Add vi-style navigation keys, based on initial work by Dmitry Voytik. Users of netbooks, notebooks and other devices with keyboards lacking a dedicated number keypad will enjoy. And advanced users of vim, less, mutt, … having navigation by keys hjkl “hardwi

Re: [PATCH resend v3 2/3] kconfig: nconf: rewrite labels of function keys line

2013-02-01 Thread Roland Eggner
>From: Roland Eggner More reasonable labels of function keys line. Rename labels and keep menu width, as required for fitting on COLUMNS=80 terminals: • s/Insts/Help 2/ • s/Config/ShowAll/ Signed-off-by: Roland Eggner --- scripts/kconfig/nconf.c | 8 1 files changed, 4 inserti

Re: [PATCH resend v3 1/3] kconfig: nconf: rewrite help texts

2013-02-01 Thread Roland Eggner
>From: Roland Eggner Rewrite all help texts. During several years lazy (incomplete) updates have left behind a rather thick layer of dust. Intentions: (1) Global help called by should document all _currently_ implemented keybindings. (2) Different help texts called by resp. sho

[PATCH resend v3 0/3] kconfig: nconf: rewrite help texts, add vi-style navigation keys

2013-02-01 Thread Roland Eggner
Yann, Michal, thanks for advice and comments to v2, I tried to address all and posted v3 a week ago. Got no reply and resent now. I would like to see this in 3.9. How to proceed? -- Regards Roland Eggner pgp7u2C7gD_zG.pgp Description: PGP signature

[PATCH resend v3 0/3] kconfig: nconf: rewrite help texts, add vi-style navigation keys

2013-02-01 Thread Roland Eggner
Yann, Michal, thanks for advice and comments to v2, I tried to address all and posted v3 a week ago. Got no reply and resent now. I would like to see this in 3.9. How to proceed? -- Regards Roland Eggner pgp7u2C7gD_zG.pgp Description: PGP signature

Re: [PATCH resend v3 1/3] kconfig: nconf: rewrite help texts

2013-02-01 Thread Roland Eggner
From: Roland Eggner ed...@systemanalysen.net Rewrite all help texts. During several years lazy (incomplete) updates have left behind a rather thick layer of dust. Intentions: (1) Global help called by F1 should document all _currently_ implemented keybindings. (2) Different help texts

Re: [PATCH resend v3 2/3] kconfig: nconf: rewrite labels of function keys line

2013-02-01 Thread Roland Eggner
From: Roland Eggner ed...@systemanalysen.net More reasonable labels of function keys line. Rename labels and keep menu width, as required for fitting on COLUMNS=80 terminals: • s/Insts/Help 2/ • s/Config/ShowAll/ Signed-off-by: Roland Eggner ed...@systemanalysen.net --- scripts/kconfig

Re: [PATCH resend v3 3/3] kconfig: nconf: add vi-style navigation keys

2013-02-01 Thread Roland Eggner
From: Roland Eggner ed...@systemanalysen.net Add vi-style navigation keys, based on initial work by Dmitry Voytik. Users of netbooks, notebooks and other devices with keyboards lacking a dedicated number keypad will enjoy. And advanced users of vim, less, mutt, … having navigation by keys

[PATCH v3 3/3] kconfig: nconf: add vi-style navigation keys

2013-01-26 Thread Roland Eggner
>From: Roland Eggner Add vi-style navigation keys, based on initial work by Dmitry Voytik. Users of netbooks, notebooks and other devices with keyboards lacking a dedicated number keypad will enjoy. And advanced users of vim, less, mutt, … having navigation by keys hjkl “hardwi

[PATCH v3 2/3] kconfig: nconf: rewrite labels of function keys line

2013-01-26 Thread Roland Eggner
>From: Roland Eggner More reasonable labels of function keys line. Rename labels and keep menu width, as required for fitting on COLUMNS=80 terminals: • s/Insts/Help 2/ • s/Config/ShowAll/ Signed-off-by: Roland Eggner --- scripts/kconfig/nconf.c | 8 1 files changed, 4 inserti

[PATCH v3 1/3] kconfig: nconf: rewrite help texts

2013-01-26 Thread Roland Eggner
>From: Roland Eggner Rewrite all help texts. During several years lazy (incomplete) updates have left behind a rather thick layer of dust. Intentions: (1) Global help called by should document all _currently_ implemented keybindings. (2) Different help texts called by resp. sho

[PATCH v3 1/3] kconfig: nconf: rewrite help texts

2013-01-26 Thread Roland Eggner
From: Roland Eggner ed...@systemanalysen.net Rewrite all help texts. During several years lazy (incomplete) updates have left behind a rather thick layer of dust. Intentions: (1) Global help called by F1 should document all _currently_ implemented keybindings. (2) Different help texts

[PATCH v3 2/3] kconfig: nconf: rewrite labels of function keys line

2013-01-26 Thread Roland Eggner
From: Roland Eggner ed...@systemanalysen.net More reasonable labels of function keys line. Rename labels and keep menu width, as required for fitting on COLUMNS=80 terminals: • s/Insts/Help 2/ • s/Config/ShowAll/ Signed-off-by: Roland Eggner ed...@systemanalysen.net --- scripts/kconfig

[PATCH v3 3/3] kconfig: nconf: add vi-style navigation keys

2013-01-26 Thread Roland Eggner
From: Roland Eggner ed...@systemanalysen.net Add vi-style navigation keys, based on initial work by Dmitry Voytik. Users of netbooks, notebooks and other devices with keyboards lacking a dedicated number keypad will enjoy. And advanced users of vim, less, mutt, … having navigation by keys

Re: [PATCH v2 1/2] nconf: add keybindings for vi-style menu navigation, rewrite help texts

2013-01-16 Thread Roland Eggner
On 2013-01-15 Tuesday at 23:27 +0100 Yann E. MORIN wrote: > Roland, All, > > On Tuesday 15 January 2013 Roland Eggner wrote: > > >From: Roland Eggner > > OK, now I've had time to test it. Works OK. > > However, this patch mixes different things: feature

Re: [PATCH v2 1/2] nconf: add keybindings for vi-style menu navigation, rewrite help texts

2013-01-16 Thread Roland Eggner
On 2013-01-15 Tuesday at 23:27 +0100 Yann E. MORIN wrote: Roland, All, On Tuesday 15 January 2013 Roland Eggner wrote: From: Roland Eggner ed...@systemanalysen.net OK, now I've had time to test it. Works OK. However, this patch mixes different things: feature changes, help-texts

Re: [PATCH] nconf: add vi-style command keys for the menu navigation

2013-01-15 Thread Roland Eggner
On 2013-01-15 Tuesday at 18:38 +0100 Yann E. MORIN wrote: > Roland, All, > > On Tuesday 15 January 2013 Roland Eggner wrote: > > On 2013-01-14 Monday at 23:10 +0100 Yann E. MORIN wrote: > > > The / keys are not documented in the help text. > > > / are not, ei

Re: [PATCH] nconf: add vi-style command keys for the menu navigation

2013-01-15 Thread Roland Eggner
t) entry' scripts/kconfig/nconf.c > Care to add those and resend, please? v2 based on 3.8-rc3 posted. Thanks for review. -- Roland Eggner pgp26lkApFVtH.pgp Description: PGP signature

Re: [PATCH v2stable 1/2] nconf: add keybindings for vi-style menu navigation, rewrite help texts

2013-01-15 Thread Roland Eggner
>From: Roland Eggner • Implemented vi-style navigation, based on initial work by Dmitry Voytik. Using instead of for help related to current menu entry avoids conflict. • Added keybindings additionally to for moving pagewise down and up.is used for characterw

Re: [PATCH v2 1/2] nconf: add keybindings for vi-style menu navigation, rewrite help texts

2013-01-15 Thread Roland Eggner
>From: Roland Eggner • Implemented vi-style navigation, based on initial work by Dmitry Voytik. Using instead of for help related to current menu entry avoids conflict. • Added keybindings additionally to for moving pagewise down and up.is used for characterw

Re: [PATCH 1/2] nconf: add keybindings for vi-style menu navigation, rewrite help texts

2013-01-15 Thread Roland Eggner
On 2013-01-14 Monday at 19:24 +0100 Yann E. MORIN wrote: > Roland, All, > > On Saturday 29 December 2012 Roland Eggner wrote: > > On 2012-12-28 Friday at 23:40 +0400 Dmitry Voytik wrote: > > > Add alternative vi-style keys for the menu navigation: > > > / for dow

Re: [PATCH 1/2] nconf: add keybindings for vi-style menu navigation, rewrite help texts

2013-01-15 Thread Roland Eggner
On 2013-01-14 Monday at 19:24 +0100 Yann E. MORIN wrote: Roland, All, On Saturday 29 December 2012 Roland Eggner wrote: On 2012-12-28 Friday at 23:40 +0400 Dmitry Voytik wrote: Add alternative vi-style keys for the menu navigation: j/k for down/up navigation, C-f/C-b for page down

Re: [PATCH v2 1/2] nconf: add keybindings for vi-style menu navigation, rewrite help texts

2013-01-15 Thread Roland Eggner
From: Roland Eggner ed...@systemanalysen.net • Implemented vi-style navigation k j l h, based on initial work by Dmitry Voytik. Using ? H instead of ? h for help related to current menu entry avoids conflict. • Added keybindings C-n C-p additionally to C-f C-b for moving pagewise

Re: [PATCH v2stable 1/2] nconf: add keybindings for vi-style menu navigation, rewrite help texts

2013-01-15 Thread Roland Eggner
From: Roland Eggner ed...@systemanalysen.net • Implemented vi-style navigation k j l h, based on initial work by Dmitry Voytik. Using ? H instead of ? h for help related to current menu entry avoids conflict. • Added keybindings C-n C-p additionally to C-f C-b for moving pagewise

Re: [PATCH] nconf: add vi-style command keys for the menu navigation

2013-01-15 Thread Roland Eggner
Care to add those and resend, please? v2 based on 3.8-rc3 posted. Thanks for review. -- Roland Eggner pgp26lkApFVtH.pgp Description: PGP signature

Re: [PATCH] nconf: add vi-style command keys for the menu navigation

2013-01-15 Thread Roland Eggner
On 2013-01-15 Tuesday at 18:38 +0100 Yann E. MORIN wrote: Roland, All, On Tuesday 15 January 2013 Roland Eggner wrote: On 2013-01-14 Monday at 23:10 +0100 Yann E. MORIN wrote: The g/G keys are not documented in the help text. HOME/END are not, either. Already documented

Re: Supporting SYSRQ on broken laptops like the thinkpad T530

2013-01-08 Thread Roland Eggner
On 2013-01-08 Tuesday at 15:09 -0800 Marc MERLIN wrote: > In its infinite wisdom, lenovo has removed the sysrq key on the latest > thinkpads, and replaced it with a stupid ALT+FN+S key combination, which > doesn't really work for doing sysrq from the console (nor do I know how the > genius who did

Re: Supporting SYSRQ on broken laptops like the thinkpad T530

2013-01-08 Thread Roland Eggner
On 2013-01-08 Tuesday at 15:09 -0800 Marc MERLIN wrote: In its infinite wisdom, lenovo has removed the sysrq key on the latest thinkpads, and replaced it with a stupid ALT+FN+S key combination, which doesn't really work for doing sysrq from the console (nor do I know how the genius who did

[PATCH 1/2] nconf: add keybindings for vi-style menu navigation, rewrite help texts

2012-12-29 Thread Roland Eggner
l work. Here is completion of the work: >From: Roland Eggner • Completed vi-style navigation. Using instead of for help related to current menu entry avoids conflict. • Added keybindings additionally to for moving pagewise down and up.is used for characterwise right an

[PATCH 2/2] nconf: function keys line, change background color for better readability

2012-12-29 Thread Roland Eggner
>From: Roland Eggner • In function keys line descriptions black on darkblue are almost impossible to read. Change colors to black on brown. Signed-off-by: Roland Eggner --- --- a/scripts/kconfig/nconf.gui.c 2012-11-16 17:47:22.0 +0100 +++ b/scripts/kconfig/nconf.gu

[PATCH 2/2] nconf: function keys line, change background color for better readability

2012-12-29 Thread Roland Eggner
From: Roland Eggner ed...@systemanalysen.net • In function keys line descriptions black on darkblue are almost impossible to read. Change colors to black on brown. Signed-off-by: Roland Eggner ed...@systemanalysen.net --- --- a/scripts/kconfig/nconf.gui.c 2012-11-16 17:47:22.0

[PATCH 1/2] nconf: add keybindings for vi-style menu navigation, rewrite help texts

2012-12-29 Thread Roland Eggner
is completion of the work: From: Roland Eggner ed...@systemanalysen.net • Completed vi-style navigation k j l h. Using ? H instead of ? h for help related to current menu entry avoids conflict. • Added keybindings C-n C-p additionally to C-f C-b for moving pagewise down and up. C-f C

Re: backing up ext4 fs, system unresponsive, thrashing like crazy even though swap is unused

2012-12-03 Thread Roland Eggner
On 2012-12-03 Monday at 01:56 +0200 Dimitrios Apostolou wrote: > Dear Ronald, Excuse me, my name is Roland. > sorry for not replying at your first message but I didn't consider changing > kernel as a resolution to my problem. > > … … > > … … > > One advantage of Linux compared to other OS is

Re: backing up ext4 fs, system unresponsive, thrashing like crazy even though swap is unused

2012-12-03 Thread Roland Eggner
On 2012-12-03 Monday at 01:56 +0200 Dimitrios Apostolou wrote: Dear Ronald, Excuse me, my name is Roland. sorry for not replying at your first message but I didn't consider changing kernel as a resolution to my problem. … … … … One advantage of Linux compared to other OS is much more

Re: backing up ext4 fs, system unresponsive, thrashing like crazy even though swap is unused

2012-12-02 Thread Roland Eggner
On 2012-11-25 Sun 23:59:55 +0100 Roland Eggner wrote: >On 2012-11-25 Sunday at 21:30 +0200 Dimitrios Apostolou wrote: > > On Sun, 2012-11-25 at 15:55 +0200, Dimitrios Apostolou wrote: > > > on an old PIII-500MHz laptop, 128MB RAM, kernel 3.6.6, I started a > > > backup

Re: backing up ext4 fs, system unresponsive, thrashing like crazy even though swap is unused

2012-12-02 Thread Roland Eggner
On 2012-11-25 Sun 23:59:55 +0100 Roland Eggner wrote: On 2012-11-25 Sunday at 21:30 +0200 Dimitrios Apostolou wrote: On Sun, 2012-11-25 at 15:55 +0200, Dimitrios Apostolou wrote: on an old PIII-500MHz laptop, 128MB RAM, kernel 3.6.6, I started a backup process (tar|xz -4, nice'd

Re: backing up ext4 fs, system unresponsive, thrashing like crazy even though swap is unused

2012-11-25 Thread Roland Eggner
On 2012-11-25 Sunday at 23:56 + Alan Cox wrote: > > Does anybody know a x86 distribution or live-CD using a 2.6.27.* kernel? > > Probably not a good idea, there are known exploitable holes in 2.6.27 era > kernels and nobody maintains anything that old. “old” is relative … cd

Re: backing up ext4 fs, system unresponsive, thrashing like crazy even though swap is unused

2012-11-25 Thread Roland Eggner
On 2012-11-25 Sunday at 21:30 +0200 Dimitrios Apostolou wrote: > On Sun, 2012-11-25 at 15:55 +0200, Dimitrios Apostolou wrote: > > on an old PIII-500MHz laptop, 128MB RAM, kernel 3.6.6, I started a > > backup process (tar|xz -4, nice'd and ionice'd -c3) from ext4 on local > > ATA disk to ext3 on

Re: backing up ext4 fs, system unresponsive, thrashing like crazy even though swap is unused

2012-11-25 Thread Roland Eggner
On 2012-11-25 Sunday at 21:30 +0200 Dimitrios Apostolou wrote: On Sun, 2012-11-25 at 15:55 +0200, Dimitrios Apostolou wrote: on an old PIII-500MHz laptop, 128MB RAM, kernel 3.6.6, I started a backup process (tar|xz -4, nice'd and ionice'd -c3) from ext4 on local ATA disk to ext3 on external

Re: backing up ext4 fs, system unresponsive, thrashing like crazy even though swap is unused

2012-11-25 Thread Roland Eggner
On 2012-11-25 Sunday at 23:56 + Alan Cox wrote: Does anybody know a x86 distribution or live-CD using a 2.6.27.* kernel? Probably not a good idea, there are known exploitable holes in 2.6.27 era kernels and nobody maintains anything that old. “old” is relative … cd git/linux-stable

Re: [PATCH v3] devtmpfs: mount with noexec and nosuid

2012-11-20 Thread Roland Eggner
> for this mount, so the mount flags should be configurable. > > Cc: ellyjo...@chromium.org > Cc: Kay Sievers > Cc: Roland Eggner > Signed-off-by: Kees Cook > > --- > v3: > - use a single define for the mount flags, suggested by Greg K.H. > v2: > - use

Re: [PATCH v3] devtmpfs: mount with noexec and nosuid

2012-11-20 Thread Roland Eggner
be configurable. Cc: ellyjo...@chromium.org Cc: Kay Sievers k...@vrfy.org Cc: Roland Eggner ed...@systemanalysen.net Signed-off-by: Kees Cook keesc...@chromium.org --- v3: - use a single define for the mount flags, suggested by Greg K.H. v2: - use CONFIG_DEVTMPFS_SAFE to wrap the logic

Re: [PATCH] devtmpfs: mount with noexec and nosuid

2012-11-19 Thread Roland Eggner
On 2012-11-19 Monday at 10:14 -0800 Kees Cook wrote: > On Fri, Nov 16, 2012 at 4:39 PM, Kay Sievers wrote: > > On Sat, Nov 17, 2012 at 1:27 AM, Greg Kroah-Hartman > > wrote: > >> On Fri, Nov 16, 2012 at 04:20:16PM -0800, Kees Cook wrote: > >>> Since devtmpfs is writable, make the default noexec

Re: [PATCH] devtmpfs: mount with noexec and nosuid

2012-11-19 Thread Roland Eggner
On 2012-11-19 Monday at 10:14 -0800 Kees Cook wrote: On Fri, Nov 16, 2012 at 4:39 PM, Kay Sievers k...@vrfy.org wrote: On Sat, Nov 17, 2012 at 1:27 AM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Fri, Nov 16, 2012 at 04:20:16PM -0800, Kees Cook wrote: Since devtmpfs is

Re: [PATCH 07/11] kexec: Disable in a secure boot environment

2012-09-05 Thread Roland Eggner
ow. [1] Jonathan Brossard: “… We have built a generic proof of concept malware for the Intel architecture, called 'Rakshasa', capable of infecting more than 100 different motherboards. Targets are BIOS and firmware of PCI-devices. …” http://www.toucan-system.com/research/blackhat2012_bros

Re: [PATCH 07/11] kexec: Disable in a secure boot environment

2012-09-05 Thread Roland Eggner
architecture, called 'Rakshasa', capable of infecting more than 100 different motherboards. Targets are BIOS and firmware of PCI-devices. …” http://www.toucan-system.com/research/blackhat2012_brossard_hardware_backdooring.pdf -- Roland Eggner pgploXjr1UcPT.pgp Description: PGP signature

Re: missing dependencies in drivers/usb/mon/Kconfig (was: file Documentation/usb/usbmon.txt should list the .config settings)

2012-09-03 Thread Roland Eggner
t; > Ok what I meant is "if you want to build usbmon support into the kernel > then it needs to be compiled with ..." > I think it will be useful, especially for embedded developers to have > this info in the usbmon doc file. > Sorry about this confusion... +1 Even more u

Re: missing dependencies in drivers/usb/mon/Kconfig (was: file Documentation/usb/usbmon.txt should list the .config settings)

2012-09-03 Thread Roland Eggner
for embedded developers to have this info in the usbmon doc file. Sorry about this confusion... +1 Even more useful would be, if Kconfig would automatically take care of this dependency. -- Roland Eggner pgpp3oFWvPVeQ.pgp Description: PGP signature

Re: formail doing weird things (was: [ 01/37] Remove easily user-triggerable BUG from generic_setlease)

2012-07-18 Thread Roland Eggner
many thanks for your great maintainance work on stable kernel releases. -- Roland Eggner pgphDcH3Ia7Pl.pgp Description: PGP signature

Re: formail doing weird things (was: [ 01/37] Remove easily user-triggerable BUG from generic_setlease)

2012-07-18 Thread Roland Eggner
work on stable kernel releases. -- Roland Eggner pgphDcH3Ia7Pl.pgp Description: PGP signature