Re: [ANNOUNCE] Git v2.17.0

2018-04-02 Thread Stefan Beller
On Mon, Apr 2, 2018 at 12:57 PM, Randall S. Becker wrote: > On April 2, 2018 3:34 PM, Junio C Hamano wrote: >> The latest feature release Git v2.17.0 is now available at the usual places. >> It is >> comprised of 516 non-merge commits since v2.16.0, contributed by 71 >>

Re: [ANNOUNCE] Git v2.17.0

2018-04-02 Thread Stefan Beller
On Mon, Apr 2, 2018 at 12:57 PM, Randall S. Becker wrote: > On April 2, 2018 3:34 PM, Junio C Hamano wrote: >> The latest feature release Git v2.17.0 is now available at the usual places. >> It is >> comprised of 516 non-merge commits since v2.16.0, contributed by 71 >> people, 20 of which are

Re: [ANNOUNCE] Git v2.11.0-rc0

2016-11-01 Thread Stefan Beller
> * "git clone --resurse-submodules --reference $path $URL" is a way to "recurse"

Re: [ANNOUNCE] Git v2.11.0-rc0

2016-11-01 Thread Stefan Beller
> * "git clone --resurse-submodules --reference $path $URL" is a way to "recurse"

Re: [ANNOUNCE] git-series: track changes to a patch series over time

2016-07-29 Thread Stefan Beller
On Fri, Jul 29, 2016 at 5:44 AM, Richard Ipsum wrote: >> >> These definitely seem like a family of related problems. I'd like to >> use git-series as a format for storing iterations on things like GitHub >> pull-requests or Gerrit patch versions (in the latter

Re: [ANNOUNCE] git-series: track changes to a patch series over time

2016-07-29 Thread Stefan Beller
On Fri, Jul 29, 2016 at 5:44 AM, Richard Ipsum wrote: >> >> These definitely seem like a family of related problems. I'd like to >> use git-series as a format for storing iterations on things like GitHub >> pull-requests or Gerrit patch versions (in the latter case, overcoming >> Gerrit's

Re: [RFC/PATCH 1/1] format-patch: add an option to record base tree info

2016-02-23 Thread Stefan Beller
On Tue, Feb 23, 2016 at 12:46 PM, H. Peter Anvin wrote: > On February 23, 2016 12:35:12 PM PST, Junio C Hamano > wrote: >>ebied...@xmission.com (Eric W. Biederman) writes: >> >>> Junio C Hamano writes: >>> It is valuable for a testing

Re: [RFC/PATCH 1/1] format-patch: add an option to record base tree info

2016-02-23 Thread Stefan Beller
On Tue, Feb 23, 2016 at 12:46 PM, H. Peter Anvin wrote: > On February 23, 2016 12:35:12 PM PST, Junio C Hamano > wrote: >>ebied...@xmission.com (Eric W. Biederman) writes: >> >>> Junio C Hamano writes: >>> It is valuable for a testing organization to say "We tested this series on top

Fwd: What's cooking in git.git (Aug 2015, #02; Wed, 12)

2015-08-12 Thread Stefan Beller
"git am" rewritten in C just hit the master branch! This may be helpful for maintainers applying many patches a day. -- Forwarded message -- From: Junio C Hamano Date: Wed, Aug 12, 2015 at 3:50 PM Subject: What's cooking in git.git (Aug 2015, #02; Wed, 12) To:

Fwd: What's cooking in git.git (Aug 2015, #02; Wed, 12)

2015-08-12 Thread Stefan Beller
git am rewritten in C just hit the master branch! This may be helpful for maintainers applying many patches a day. -- Forwarded message -- From: Junio C Hamano gits...@pobox.com Date: Wed, Aug 12, 2015 at 3:50 PM Subject: What's cooking in git.git (Aug 2015, #02; Wed, 12) To:

Re: [PATCH] apply: refuse touching a file beyond symlink

2015-01-29 Thread Stefan Beller
On Thu, Jan 29, 2015 at 12:45 PM, Junio C Hamano wrote: > + > +test_expect_success SYMLINKS 'do not follow symbolic link (same input)' ' > + > + # same input creates a confusihng symbolic link s/confusihng/confusing/ -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH] apply: refuse touching a file beyond symlink

2015-01-29 Thread Stefan Beller
On Thu, Jan 29, 2015 at 12:45 PM, Junio C Hamano gits...@pobox.com wrote: + +test_expect_success SYMLINKS 'do not follow symbolic link (same input)' ' + + # same input creates a confusihng symbolic link s/confusihng/confusing/ -- To unsubscribe from this list: send the line unsubscribe

[PATCH] Documentation/SubmittingPatches: unify whitespace/tabs for the DCO

2014-12-17 Thread Stefan Beller
The Developers Certificate of Origin has a mixture of tabs and white spaces which is annoying to view if your editor explicitly views white space characters. Also remove any trailing white spaces found in the file. Signed-off-by: Stefan Beller --- Hi, I found this issue when being asked

[PATCH] Documentation/SubmittingPatches: unify whitespace/tabs for the DCO

2014-12-17 Thread Stefan Beller
The Developers Certificate of Origin has a mixture of tabs and white spaces which is annoying to view if your editor explicitly views white space characters. Also remove any trailing white spaces found in the file. Signed-off-by: Stefan Beller sbel...@google.com --- Hi, I found this issue when

Re: Help about calculating total memory consumption during booting

2013-12-29 Thread Stefan Beller
On 29.12.2013 19:17, PINTU KUMAR wrote: > Hi, > > I need help in roughly calculating the total memory consumption in an > embedded Linux system just after booting is finished. > I know, I can see the memory stats using "free" and "/proc/meminfo" > > But, I need the breakup of "Used" memory

Re: Help about calculating total memory consumption during booting

2013-12-29 Thread Stefan Beller
On 29.12.2013 19:17, PINTU KUMAR wrote: Hi, I need help in roughly calculating the total memory consumption in an embedded Linux system just after booting is finished. I know, I can see the memory stats using free and /proc/meminfo But, I need the breakup of Used memory during bootup,

Watchdog detected hard LOCKUP on cpu 0 on FITPC2

2013-12-28 Thread Stefan Beller
Hi, I noticed a machine to hang after a few days of uptime, i.e. the USB, networking etc are all gone, but the machine is still up and displaying the login screen. I am running $ uname -a Linux sd 3.12.5-302.fc20.i686 #1 SMP Tue Dec 17 21:01:18 UTC 2013 i686 i686 i386 GNU/Linux Today

Watchdog detected hard LOCKUP on cpu 0 on FITPC2

2013-12-28 Thread Stefan Beller
Hi, I noticed a machine to hang after a few days of uptime, i.e. the USB, networking etc are all gone, but the machine is still up and displaying the login screen. I am running $ uname -a Linux sd 3.12.5-302.fc20.i686 #1 SMP Tue Dec 17 21:01:18 UTC 2013 i686 i686 i386 GNU/Linux Today

[PATCH] perf tools: Ignore feature tests

2013-12-23 Thread Stefan Beller
The binaries to be ignored are created by linux/tools $ make perf Signed-off-by: Stefan Beller --- tools/perf/config/feature-checks/.gitignore | 43 + 1 file changed, 43 insertions(+) create mode 100644 tools/perf/config/feature-checks/.gitignore diff --git

[PATCH] perf tools: Ignore feature tests

2013-12-23 Thread Stefan Beller
The binaries to be ignored are created by linux/tools $ make perf Signed-off-by: Stefan Beller stefanbel...@googlemail.com --- tools/perf/config/feature-checks/.gitignore | 43 + 1 file changed, 43 insertions(+) create mode 100644 tools/perf/config/feature

Re: [PATCH 2/2] binder: implement namepsace support for Android binder driver

2013-12-22 Thread Stefan Beller
> #include > #include > #include > +#include > #include > > #include "binder.h" > #include "binder_trace.h" > > +/* > + * Using a private context manager for each binder namespace is sufficient > + * to isolate between namespaces, because in binder all IPC must be realized > + *

Re: [PATCH 2/2] binder: implement namepsace support for Android binder driver

2013-12-22 Thread Stefan Beller
#include linux/uaccess.h #include linux/vmalloc.h #include linux/slab.h +#include linux/ipc_namespace.h #include linux/pid_namespace.h #include binder.h #include binder_trace.h +/* + * Using a private context manager for each binder namespace is sufficient + * to isolate

Re: [PATCH] commit: Add -f, --fixes option to add Fixes: line

2013-10-27 Thread Stefan Beller
On 10/27/2013 05:30 PM, Thomas Rast wrote: > Stefan Beller writes: > >> I assembled an overview table, which plots the long options of >> git commands by the short letters. > [...] >> (In case thunderbird messes it up, here it is again >> http://pastebin.com

Re: [PATCH] commit: Add -f, --fixes option to add Fixes: line

2013-10-27 Thread Stefan Beller
On 10/27/2013 09:09 AM, Thomas Rast wrote: > Josh Triplett writes: > >> On Sun, Oct 27, 2013 at 06:42:44AM +0100, Michael Haggerty wrote: >>> But I don't think that this feature should be given the "-f" short >>> option, as (a) -f often means "force"; (b) it will increase the >>> confusion with

Re: [PATCH] commit: Add -f, --fixes commit option to add Fixes: line

2013-10-27 Thread Stefan Beller
On 10/27/2013 09:09 AM, Thomas Rast wrote: Josh Triplett j...@joshtriplett.org writes: On Sun, Oct 27, 2013 at 06:42:44AM +0100, Michael Haggerty wrote: But I don't think that this feature should be given the -f short option, as (a) -f often means force; (b) it will increase the confusion

Re: [PATCH] commit: Add -f, --fixes commit option to add Fixes: line

2013-10-27 Thread Stefan Beller
On 10/27/2013 05:30 PM, Thomas Rast wrote: Stefan Beller stefanbel...@googlemail.com writes: I assembled an overview table, which plots the long options of git commands by the short letters. [...] (In case thunderbird messes it up, here it is again http://pastebin.com/raw.php?i=JBci2Krx

[PATCH] random.c: fix a typo in comments

2013-10-13 Thread Stefan Beller
Also removes (trailing) tabs from an empty line. Signed-off-by: Stefan Beller --- drivers/char/random.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/char/random.c b/drivers/char/random.c index 57d4b15..294a59c 100644 --- a/drivers/char/random.c +++ b/drivers

[PATCH] random.c: fix a typo in comments

2013-10-13 Thread Stefan Beller
Also removes (trailing) tabs from an empty line. Signed-off-by: Stefan Beller stefanbel...@googlemail.com --- drivers/char/random.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/char/random.c b/drivers/char/random.c index 57d4b15..294a59c 100644 --- a/drivers

[PATCH] random.c: fix a typo in comments

2013-10-07 Thread Stefan Beller
Also removes (trailing) tabs from an empty line. Signed-off-by: Stefan Beller --- drivers/char/random.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/char/random.c b/drivers/char/random.c index 7737b5b..a8457f2 100644 --- a/drivers/char/random.c +++ b/drivers

[PATCH] random.c: fix a typo in comments

2013-10-07 Thread Stefan Beller
Also removes (trailing) tabs from an empty line. Signed-off-by: Stefan Beller stefanbel...@googlemail.com --- drivers/char/random.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/char/random.c b/drivers/char/random.c index 7737b5b..a8457f2 100644 --- a/drivers

Segfault in perf tool

2012-12-23 Thread Stefan Beller
Hi, I get segmentation faults when running one of these commands: perf report -g --sort symbol_to perf report -g --sort symbol_from perf report -g --sort dso_from perf report -g --sort dso_to I am running uname -a Linux sb 3.5.0-21-generic #32-Ubuntu SMP Tue Dec 11 18:51:59 UTC 2012 x86_64

Segfault in perf tool

2012-12-23 Thread Stefan Beller
Hi, I get segmentation faults when running one of these commands: perf report -g --sort symbol_to perf report -g --sort symbol_from perf report -g --sort dso_from perf report -g --sort dso_to I am running uname -a Linux sb 3.5.0-21-generic #32-Ubuntu SMP Tue Dec 11 18:51:59 UTC 2012 x86_64

Re: Kernel panic

2012-12-02 Thread Stefan Beller
So I tested vanilla v3.6 and v3.5 as well and this panic comes up. Hence I guess my .config is screwed or the way I install the kernel. On 12/02/2012 06:30 PM, Stefan Beller wrote: > Hello, > > so I tested v3.7-rc7-163-g3c46f3d and got a kernel panic. > Usually I am running Ubunt

Kernel panic

2012-12-02 Thread Stefan Beller
Hello, so I tested v3.7-rc7-163-g3c46f3d and got a kernel panic. Usually I am running Ubuntu on my Dell Latitutde E6520, which usually works fine except some sound issues. I did this: git clone https://github.com/torvalds/linux.git cd linux make deb-pkg cd .. dpkg -i

Kernel panic

2012-12-02 Thread Stefan Beller
Hello, so I tested v3.7-rc7-163-g3c46f3d and got a kernel panic. Usually I am running Ubuntu on my Dell Latitutde E6520, which usually works fine except some sound issues. I did this: git clone https://github.com/torvalds/linux.git cd linux make deb-pkg cd .. dpkg -i

Re: Kernel panic

2012-12-02 Thread Stefan Beller
So I tested vanilla v3.6 and v3.5 as well and this panic comes up. Hence I guess my .config is screwed or the way I install the kernel. On 12/02/2012 06:30 PM, Stefan Beller wrote: Hello, so I tested v3.7-rc7-163-g3c46f3d and got a kernel panic. Usually I am running Ubuntu on my Dell

Updating the .mailmap file

2012-12-01 Thread Stefan Beller
Hello, I was just browsing the shortlog and it looked to me as if there are many double entries, i.e. the same person being there with multiple email addresses. So I wrote a script, which finds double names and adds them to the .mailmap file. However manual checking, whether these are really

Updating the .mailmap file

2012-12-01 Thread Stefan Beller
Hello, I was just browsing the shortlog and it looked to me as if there are many double entries, i.e. the same person being there with multiple email addresses. So I wrote a script, which finds double names and adds them to the .mailmap file. However manual checking, whether these are really

Re: [RESEND][PATCH] Rewrite Documentation/SubmittingPatches.

2012-11-23 Thread Stefan Beller
the patch sending process, without breaking the output results. A discussion can be found at https://plus.google.com/111049168280159033135/posts/ekAxK9achsA Signed-off-by: Stefan Beller Acked-by: Jeff Garzik jgar...@pobox.com --- Documentation/SubmittingPatches | 197

Re: [RESEND][PATCH] Rewrite Documentation/SubmittingPatches.

2012-11-23 Thread Stefan Beller
the patch sending process, without breaking the output results. A discussion can be found at https://plus.google.com/111049168280159033135/posts/ekAxK9achsA Signed-off-by: Stefan Beller stefanbel...@googlemail.com Acked-by: Jeff Garzik jgar...@pobox.com --- Documentation/SubmittingPatches | 197

miss-leading help in configuration options

2012-08-14 Thread Stefan Beller
I was configuring a kernel build and stumbled across some options, which default to [n], but the help says "If unsure, say Y". Also the other way round defaulting to [y], but the help saying "If unsure, say N". So now I am really unsure, what to pick. Here is a list of options, which I found with

miss-leading help in configuration options

2012-08-14 Thread Stefan Beller
I was configuring a kernel build and stumbled across some options, which default to [n], but the help says If unsure, say Y. Also the other way round defaulting to [y], but the help saying If unsure, say N. So now I am really unsure, what to pick. Here is a list of options, which I found with a

[PATCH v2] Rewrite Documentation/SubmittingPatches.

2012-08-13 Thread Stefan Beller
the patch sending process, without breaking the output results. A discussion can be found at https://plus.google.com/111049168280159033135/posts/ekAxK9achsA Signed-off-by: Stefan Beller Acked-by: Jeff Garzik jgar...@pobox.com --- Documentation/SubmittingPatches | 197

[PATCH v2] Rewrite Documentation/SubmittingPatches.

2012-08-13 Thread Stefan Beller
the patch sending process, without breaking the output results. A discussion can be found at https://plus.google.com/111049168280159033135/posts/ekAxK9achsA Signed-off-by: Stefan Beller stefanbel...@googlemail.com Acked-by: Jeff Garzik jgar...@pobox.com --- Documentation/SubmittingPatches | 197

Re: [RESEND][PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-23 Thread Stefan Beller
On 07/23/2012 06:45 AM, Randy Dunlap wrote: On 07/22/2012 12:56 AM, Stefan Beller wrote: Documentation/SubmittingPatches | 191 1 file changed, 116 insertions(+), 75 deletions(-) diff --git a/Documentation/SubmittingPatches b/Documentation

Re: [RESEND][PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-23 Thread Stefan Beller
On 07/23/2012 06:45 AM, Randy Dunlap wrote: On 07/22/2012 12:56 AM, Stefan Beller wrote: Documentation/SubmittingPatches | 191 1 file changed, 116 insertions(+), 75 deletions(-) diff --git a/Documentation/SubmittingPatches b/Documentation

[RESEND][PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-22 Thread Stefan Beller
the patch sending process, without breaking the output results. A discussion can be found at https://plus.google.com/111049168280159033135/posts/ekAxK9achsA Signed-off-by: Stefan Beller Acked-by: Jeff Garzik jgar...@pobox.com Acked-by: Rob Landley --- Documentation/SubmittingPatches | 191

[RESEND][PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-22 Thread Stefan Beller
the patch sending process, without breaking the output results. A discussion can be found at https://plus.google.com/111049168280159033135/posts/ekAxK9achsA Signed-off-by: Stefan Beller stefanbel...@googlemail.com Acked-by: Jeff Garzik jgar...@pobox.com Acked-by: Rob Landley r...@landley.net

Re: [PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-16 Thread Stefan Beller
Heh, It seems as if googlemail is not a suited interface to contribute to linux. The raw patch (without clipped lines) can be found at http://pastebin.com/raw.php?i=3QKRZz2M Stefan 2012/7/15 Rob Landley : > On 07/13/2012 09:45 AM, Stefan Beller wrote: >> This updates the documentati

Re: [PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-16 Thread Stefan Beller
Heh, It seems as if googlemail is not a suited interface to contribute to linux. The raw patch (without clipped lines) can be found at http://pastebin.com/raw.php?i=3QKRZz2M Stefan 2012/7/15 Rob Landley r...@landley.net: On 07/13/2012 09:45 AM, Stefan Beller wrote: This updates

[PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-13 Thread Stefan Beller
the patch sending process, without breaking the output results. A discussion can be found at https://plus.google.com/111049168280159033135/posts/ekAxK9achsA Signed-off-by: Stefan Beller Acked-by: Jeff Garzik jgar...@pobox.com --- Documentation/SubmittingPatches | 191

[PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-13 Thread Stefan Beller
the patch sending process, without breaking the output results. A discussion with gregkh can be found at https://plus.google.com/111049168280159033135/posts/ekAxK9achsA Signed-off-by: Stefan Beller --- Documentation/SubmittingPatches | 135 ++- 1 files changed, 63

[PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-13 Thread Stefan Beller
the patch sending process, without breaking the output results. A discussion with gregkh can be found at https://plus.google.com/111049168280159033135/posts/ekAxK9achsA Signed-off-by: Stefan Beller stefanbel...@googlemail.com --- Documentation/SubmittingPatches | 135

[PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-13 Thread Stefan Beller
the patch sending process, without breaking the output results. A discussion can be found at https://plus.google.com/111049168280159033135/posts/ekAxK9achsA Signed-off-by: Stefan Beller stefanbel...@googlemail.com Acked-by: Jeff Garzik jgar...@pobox.com --- Documentation/SubmittingPatches | 191