* [GIT] kbuild misc changes for v3.15-rc1
@ 2014-04-09 15:59 Michal Marek
2014-04-13 1:33 ` Linus Torvalds
0 siblings, 1 reply; 3+ messages in thread
From: Michal Marek @ 2014-04-09 15:59 UTC (permalink / raw)
To: Linus Torvalds
Cc: fabf, jason, peter.senna, prarit, sachin.kamat, linux-kbuild,
linux-kernel
Hi Linus,
here is the non-critical part of kbuild:
- One bogus coccinelle check removed, one check fixed not to suggest
the obsolete PTR_RET macro
- scripts/tags.sh does not index the generated *.mod.c files
- new objdiff tool to list differences between two versions of an object
file
- A fix for scripts/bootgraph.pl
Thanks,
Michal
The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:
Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
for you to fetch changes up to f23a9fa7e81f7df65e0bcf586e028a2db736b9e6:
scripts/coccinelle: Use PTR_ERR_OR_ZERO (2014-04-08 17:27:01 +0200)
----------------------------------------------------------------
Fabian Frederick (1):
scripts/bootgraph.pl: Add graphic header
Jason Cooper (1):
scripts: objdiff: detect object code changes between two commits
Peter Senna Tschudin (1):
Coccicheck: Remove memcpy to struct assignment test
Prarit Bhargava (1):
scripts/tags.sh: Ignore *.mod.c
Sachin Kamat (1):
scripts/coccinelle: Use PTR_ERR_OR_ZERO
Makefile | 7 +-
scripts/bootgraph.pl | 42 ++++++++-
scripts/coccinelle/api/ptr_ret.cocci | 14 +--
scripts/coccinelle/misc/memcpy-assign.cocci | 103 --------------------
scripts/objdiff | 141 ++++++++++++++++++++++++++++
scripts/tags.sh | 9 +-
6 files changed, 196 insertions(+), 120 deletions(-)
delete mode 100644 scripts/coccinelle/misc/memcpy-assign.cocci
create mode 100755 scripts/objdiff
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT] kbuild misc changes for v3.15-rc1
2014-04-09 15:59 [GIT] kbuild misc changes for v3.15-rc1 Michal Marek
@ 2014-04-13 1:33 ` Linus Torvalds
2014-04-13 6:19 ` Michal Marek
0 siblings, 1 reply; 3+ messages in thread
From: Linus Torvalds @ 2014-04-13 1:33 UTC (permalink / raw)
To: Michal Marek
Cc: fabf, jason, Peter Senna Tschudin, Prarit Bhargava, Sachin Kamat,
Linux Kbuild mailing list, Linux Kernel Mailing List
On Wed, Apr 9, 2014 at 8:59 AM, Michal Marek <mmarek@suse.cz> wrote:
>
> here is the non-critical part of kbuild:
Michal, please make your pull request script clearly say both "git"
and "pull" somewhere. Your emails don't trigger my search criteria, so
they end up not being visible in my list of pull requests.
Most people do it in the subject, with "[GIT PULL]" at the beginning
of the subject line.
Others (like David Miller) end up having just "[GIT]" like you, but
then have a "Please pull" in the message body, making it match my
pattern. As it is, you only have that "git" part, although sometimes
occasionally you have "please pull" in the free-form section. But not
always, and not in this case, for example.
This pull request literally almost dropped through the cracks due to
this, so this is not some theoretical issue.
Linus
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT] kbuild misc changes for v3.15-rc1
2014-04-13 1:33 ` Linus Torvalds
@ 2014-04-13 6:19 ` Michal Marek
0 siblings, 0 replies; 3+ messages in thread
From: Michal Marek @ 2014-04-13 6:19 UTC (permalink / raw)
To: Linus Torvalds
Cc: fabf, jason, Peter Senna Tschudin, Prarit Bhargava, Sachin Kamat,
Linux Kbuild mailing list, Linux Kernel Mailing List
Dne 13.4.2014 03:33, Linus Torvalds napsal(a):
> On Wed, Apr 9, 2014 at 8:59 AM, Michal Marek <mmarek@suse.cz> wrote:
>>
>> here is the non-critical part of kbuild:
>
> Michal, please make your pull request script clearly say both "git"
> and "pull" somewhere. Your emails don't trigger my search criteria, so
> they end up not being visible in my list of pull requests.
>
> Most people do it in the subject, with "[GIT PULL]" at the beginning
> of the subject line.
I changed it to [GIT PULL]. Thanks for pulling the branch nevertheless.
Michal
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-04-13 6:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-09 15:59 [GIT] kbuild misc changes for v3.15-rc1 Michal Marek
2014-04-13 1:33 ` Linus Torvalds
2014-04-13 6:19 ` Michal Marek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox