public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: LKML <linux-kernel@vger.kernel.org>,
	Peter Zijlstra <peterz@infradead.org>,
	Kate Stewart <kstewart@linuxfoundation.org>,
	Philippe Ombredanne <pombredanne@nexb.com>,
	John Stultz <john.stultz@linaro.org>, Peter Anvin <hpa@zytor.com>,
	Russell King <rmk+kernel@armlinux.org.uk>,
	Kees Cook <keescook@chromium.org>,
	Richard Cochran <richardcochran@gmail.com>,
	Corey Minyard <cminyard@mvista.com>,
	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>,
	Nicolas Pitre <nicolas.pitre@linaro.org>,
	David Riley <davidriley@chromium.org>,
	Colin Cross <ccross@android.com>, Mark Brown <broonie@kernel.org>
Subject: Re: [patch 0/9] time: Add SPDX identifiers and cleanup boilerplates
Date: Mon, 5 Nov 2018 20:51:01 +0100	[thread overview]
Message-ID: <20181105195101.GA86288@gmail.com> (raw)
In-Reply-To: <20181031182107.726051323@linutronix.de>


* Thomas Gleixner <tglx@linutronix.de> wrote:

> Add SPDX identifiers to all files in kernel/time and remove the license
> boiler plates.
> 
> Aside of that use the chance to get rid of (stale) file references and tidy
> up the top of file comments as they are touched anyway by this work.
> 
> This work is based on a script and data from Philippe Ombredanne, Kate
> Stewart and myself. The data has been created with two independent license
> scanners and manual inspection.
> 
> Thanks,
> 
> 	tglx
> 
> ---
>  include/linux/hrtimer.h              |    5 +----
>  kernel/time/alarmtimer.c             |    5 +----
>  kernel/time/clockevents.c            |    6 +-----
>  kernel/time/clocksource.c            |   20 +-------------------
>  kernel/time/hrtimer.c                |   19 +++++--------------
>  kernel/time/itimer.c                 |    2 --
>  kernel/time/jiffies.c                |   28 ++++++----------------------
>  kernel/time/posix-clock.c            |   17 ++---------------
>  kernel/time/posix-stubs.c            |    5 +----
>  kernel/time/posix-timers.c           |   25 ++-----------------------
>  kernel/time/sched_clock.c            |    9 +++------
>  kernel/time/test_udelay.c            |   10 +---------
>  kernel/time/tick-broadcast-hrtimer.c |    4 +---
>  kernel/time/tick-broadcast.c         |    6 +-----
>  kernel/time/tick-common.c            |    6 +-----
>  kernel/time/tick-oneshot.c           |    6 +-----
>  kernel/time/tick-sched.c             |    5 +----
>  kernel/time/time.c                   |   13 +++++--------
>  kernel/time/timeconst.bc             |    2 ++
>  kernel/time/timeconv.c               |    1 +
>  kernel/time/timecounter.c            |   17 ++---------------
>  kernel/time/timekeeping.c            |   11 +++--------
>  kernel/time/timekeeping_debug.c      |   11 +----------
>  kernel/time/timer.c                  |    3 +--
>  kernel/time/timer_list.c             |    7 +------
>  25 files changed, 45 insertions(+), 198 deletions(-)

Acked-by: Ingo Molnar <mingo@kernel.org>

Thanks,

	Ingo

      parent reply	other threads:[~2018-11-05 19:51 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-31 18:21 [patch 0/9] time: Add SPDX identifiers and cleanup boilerplates Thomas Gleixner
2018-10-31 18:21 ` [patch 1/9] time: Remove useless filenames in top level comments Thomas Gleixner
2018-11-23 11:18   ` [tip:timers/core] " tip-bot for Thomas Gleixner
2018-10-31 18:21 ` [patch 2/9] time: Add SPDX license identifiers Thomas Gleixner
2018-11-23 11:19   ` [tip:timers/core] " tip-bot for Thomas Gleixner
2018-11-24  4:15     ` Joe Perches
2018-11-29  1:09       ` Joe Perches
2018-10-31 18:21 ` [patch 3/9] hrtimers/tick/clockevents: Remove sloppy license references Thomas Gleixner
2018-11-23 11:20   ` [tip:timers/core] " tip-bot for Thomas Gleixner
2018-10-31 18:21 ` [patch 4/9] time/debug: Remove license boilerplate Thomas Gleixner
2018-11-23 11:20   ` [tip:timers/core] " tip-bot for Thomas Gleixner
2018-10-31 18:21 ` [patch 5/9] time: " Thomas Gleixner
2018-11-23 11:21   ` [tip:timers/core] " tip-bot for Thomas Gleixner
2018-10-31 18:21 ` [patch 6/9] posix-timers/stubs: " Thomas Gleixner
2018-11-23 11:21   ` [tip:timers/core] " tip-bot for Thomas Gleixner
2018-10-31 18:21 ` [patch 7/9] sched/clock: " Thomas Gleixner
2018-11-23 11:22   ` [tip:timers/core] " tip-bot for Thomas Gleixner
2018-10-31 18:21 ` [patch 8/9] posix-clocks: Remove license boiler plate Thomas Gleixner
2018-11-01  2:12   ` Richard Cochran
2018-11-23  7:11     ` Manfred Rudigier
2018-11-23 10:31       ` Thomas Gleixner
2018-11-23 11:23   ` [tip:timers/core] " tip-bot for Thomas Gleixner
2018-10-31 18:21 ` [patch 9/9] posix-timers: Remove license boilerplate Thomas Gleixner
2018-11-23 11:23   ` [tip:timers/core] " tip-bot for Thomas Gleixner
2018-10-31 18:35 ` [patch 0/9] time: Add SPDX identifiers and cleanup boilerplates John Stultz
2018-10-31 18:36 ` Kees Cook
2018-10-31 18:41 ` Nicolas Pitre
2018-10-31 19:00 ` Corey Minyard
2018-11-05 19:51 ` Ingo Molnar [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181105195101.GA86288@gmail.com \
    --to=mingo@kernel.org \
    --cc=broonie@kernel.org \
    --cc=ccross@android.com \
    --cc=cminyard@mvista.com \
    --cc=davidriley@chromium.org \
    --cc=hpa@zytor.com \
    --cc=john.stultz@linaro.org \
    --cc=keescook@chromium.org \
    --cc=kstewart@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nicolas.pitre@linaro.org \
    --cc=paulmck@linux.vnet.ibm.com \
    --cc=peterz@infradead.org \
    --cc=pombredanne@nexb.com \
    --cc=richardcochran@gmail.com \
    --cc=rmk+kernel@armlinux.org.uk \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox