https://github.com/torvalds/linux
Revision 1f13d2f7d8a407be09e841f17805b2451271d493 authored by Linus Torvalds on 24 December 2020, 20:18:11 UTC, committed by Linus Torvalds on 24 December 2020, 20:18:11 UTC
Pull libnvdimm updates from Dan Williams:
 "Twas the day before Christmas and the only thing stirring in libnvdimm
  / device-dax land is a pile of miscellaneous fixups and cleanups.

  The bulk of it has appeared in -next save the last two patches to
  device-dax that have passed my build and unit tests.

   - Fix a long standing block-window-namespace issue surfaced by the
     ndctl change to attempt to preserve the kernel device name over
     a 'reconfigure'

   - Fix a few error path memory leaks in nfit and device-dax

   - Silence a smatch warning in the ioctl path

   - Miscellaneous cleanups"

* tag 'libnvdimm-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm:
  device-dax: Avoid an unnecessary check in alloc_dev_dax_range()
  device-dax: Fix range release
  device-dax: delete a redundancy check in dev_dax_validate_align()
  libnvdimm/label: Return -ENXIO for no slot in __blk_label_update
  device-dax/core: Fix memory leak when rmmod dax.ko
  device-dax/pmem: Convert comma to semicolon
  libnvdimm: Cleanup include of badblocks.h
  ACPI: NFIT: Fix input validation of bus-family
  libnvdimm/namespace: Fix reaping of invalidated block-window-namespace labels
  ACPI/nfit: avoid accessing uninitialized memory in acpi_nfit_ctl()
2 parent s ef2c8b8 + 127c3d2
History
Tip revision: 1f13d2f7d8a407be09e841f17805b2451271d493 authored by Linus Torvalds on 24 December 2020, 20:18:11 UTC
Merge tag 'libnvdimm-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Tip revision: 1f13d2f
File Mode Size
Kconfig -rw-r--r-- 30.0 KB
Makefile -rw-r--r-- 3.3 KB
blktrace.c -rw-r--r-- 45.9 KB
bpf_trace.c -rw-r--r-- 58.9 KB
bpf_trace.h -rw-r--r-- 633 bytes
fgraph.c -rw-r--r-- 16.8 KB
ftrace.c -rw-r--r-- 179.0 KB
ftrace_internal.h -rw-r--r-- 1.5 KB
kprobe_event_gen_test.c -rw-r--r-- 5.6 KB
power-traces.c -rw-r--r-- 505 bytes
preemptirq_delay_test.c -rw-r--r-- 4.2 KB
ring_buffer.c -rw-r--r-- 156.4 KB
ring_buffer_benchmark.c -rw-r--r-- 10.8 KB
rpm-traces.c -rw-r--r-- 510 bytes
synth_event_gen_test.c -rw-r--r-- 13.7 KB
trace.c -rw-r--r-- 234.5 KB
trace.h -rw-r--r-- 62.0 KB
trace_benchmark.c -rw-r--r-- 5.2 KB
trace_benchmark.h -rw-r--r-- 871 bytes
trace_boot.c -rw-r--r-- 8.4 KB
trace_branch.c -rw-r--r-- 10.1 KB
trace_clock.c -rw-r--r-- 3.6 KB
trace_dynevent.c -rw-r--r-- 11.9 KB
trace_dynevent.h -rw-r--r-- 4.6 KB
trace_entries.h -rw-r--r-- 8.2 KB
trace_event_perf.c -rw-r--r-- 12.2 KB
trace_events.c -rw-r--r-- 86.9 KB
trace_events_filter.c -rw-r--r-- 55.4 KB
trace_events_filter_test.h -rw-r--r-- 1.1 KB
trace_events_hist.c -rw-r--r-- 141.7 KB
trace_events_inject.c -rw-r--r-- 6.4 KB
trace_events_synth.c -rw-r--r-- 50.1 KB
trace_events_trigger.c -rw-r--r-- 41.0 KB
trace_export.c -rw-r--r-- 5.2 KB
trace_functions.c -rw-r--r-- 18.1 KB
trace_functions_graph.c -rw-r--r-- 32.5 KB
trace_hwlat.c -rw-r--r-- 16.8 KB
trace_irqsoff.c -rw-r--r-- 17.6 KB
trace_kdb.c -rw-r--r-- 3.5 KB
trace_kprobe.c -rw-r--r-- 51.1 KB
trace_kprobe_selftest.c -rw-r--r-- 353 bytes
trace_kprobe_selftest.h -rw-r--r-- 313 bytes
trace_mmiotrace.c -rw-r--r-- 8.6 KB
trace_nop.c -rw-r--r-- 2.2 KB
trace_output.c -rw-r--r-- 30.7 KB
trace_output.h -rw-r--r-- 1.3 KB
trace_preemptirq.c -rw-r--r-- 3.6 KB
trace_printk.c -rw-r--r-- 8.7 KB
trace_probe.c -rw-r--r-- 26.4 KB
trace_probe.h -rw-r--r-- 14.6 KB
trace_probe_tmpl.h -rw-r--r-- 5.6 KB
trace_recursion_record.c -rw-r--r-- 6.1 KB
trace_sched_switch.c -rw-r--r-- 3.1 KB
trace_sched_wakeup.c -rw-r--r-- 19.6 KB
trace_selftest.c -rw-r--r-- 26.3 KB
trace_selftest_dynamic.c -rw-r--r-- 270 bytes
trace_seq.c -rw-r--r-- 10.4 KB
trace_stack.c -rw-r--r-- 14.6 KB
trace_stat.c -rw-r--r-- 7.6 KB
trace_stat.h -rw-r--r-- 992 bytes
trace_synth.h -rw-r--r-- 868 bytes
trace_syscalls.c -rw-r--r-- 20.4 KB
trace_uprobe.c -rw-r--r-- 37.7 KB
tracing_map.c -rw-r--r-- 29.8 KB
tracing_map.h -rw-r--r-- 11.3 KB

back to top