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 n
> * "git clone --resurse-submodules --reference $path $URL" is a way to
"recurse"
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 limitat
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
"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: g...@vger.kernel.or
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 linux-kernel
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 to
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 durin
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 I
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
> #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
> + * via
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
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 -
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
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
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
x86_6
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
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 linux-headers-3.7.0-rc7+_3.7
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 t
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
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
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
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
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
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 documentation
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 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
27 matches
Mail list logo