https://github.com/torvalds/linux
Revision bf9196d51f7d7222875916c685653981088668b1 authored by Linus Torvalds on 17 April 2020, 17:08:08 UTC, committed by Linus Torvalds on 17 April 2020, 17:08:08 UTC
Pull block fixes from Jens Axboe:

 - Fix for a driver tag leak in error handling (John)

 - Remove now defunct Kconfig selection from dasd (Stefan)

 - blk-wbt trace fiexs (Tommi)

* tag 'block-5.7-2020-04-17' of git://git.kernel.dk/linux-block:
  blk-wbt: Drop needless newlines from tracepoint format strings
  blk-wbt: Use tracepoint_string() for wbt_step tracepoint string literals
  s390/dasd: remove IOSCHED_DEADLINE from DASD Kconfig
  blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when no budget
2 parent s 2acbb9e + 3f22037
Raw File
Tip revision: bf9196d51f7d7222875916c685653981088668b1 authored by Linus Torvalds on 17 April 2020, 17:08:08 UTC
Merge tag 'block-5.7-2020-04-17' of git://git.kernel.dk/linux-block
Tip revision: bf9196d
COPYING
The Linux Kernel is provided under:

	SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note

Being under the terms of the GNU General Public License version 2 only,
according with:

	LICENSES/preferred/GPL-2.0

With an explicit syscall exception, as stated at:

	LICENSES/exceptions/Linux-syscall-note

In addition, other licenses may also apply. Please see:

	Documentation/process/license-rules.rst

for more details.

All contributions to the Linux Kernel are subject to this COPYING file.
back to top