Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Pull driver core updates from Greg KH: "Here is the big set of driver core and debug printk changes for 6.1-rc1. Included in here is: - dynamic debug updates for the core and the drm subsystem. The drm changes have all been acked by the relevant maintainers - kernfs fixes for syzbot reported problems - kernfs refactors and updates for cgroup requirements - magic number cleanups and removals from the kernel tree (they were not being used and they really did not actually do anything) - other tiny cleanups All of these have been in linux-next for a while with no reported issues" * tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core: (74 commits) docs: filesystems: sysfs: Make text and code for ->show() consistent Documentation: NBD_REQUEST_MAGIC isn't a magic number a.out: restore CMAGIC device property: Add const qualifier to device_get_match_data() parameter drm_print: add _ddebug descriptor to drm_*dbg prototypes drm_print: prefer bare printk KERN_DEBUG on generic fn drm_print: optimize drm_debug_enabled for jump-label drm-print: add drm_dbg_driver to improve namespace symmetry drm-print.h: include dyndbg header drm_print: wrap drm_*_dbg in dyndbg descriptor factory macro drm_print: interpose drm_*dbg with forwarding macros drm: POC drm on dyndbg - use in core, 2 helpers, 3 drivers. drm_print: condense enum drm_debug_category debugfs: use DEFINE_SHOW_ATTRIBUTE to define debugfs_regset32_fops driver core: use IS_ERR_OR_NULL() helper in device_create_groups_vargs() Documentation: ENI155_MAGIC isn't a magic number Documentation: NBD_REPLY_MAGIC isn't a magic number nbd: remove define-only NBD_MAGIC, previously magic number Documentation: FW_HEADER_MAGIC isn't a magic number Documentation: EEPROM_MAGIC_VALUE isn't a magic number ...
No related branches found
No related tags found
Showing
- Documentation/admin-guide/dynamic-debug-howto.rst 128 additions, 118 deletionsDocumentation/admin-guide/dynamic-debug-howto.rst
- Documentation/driver-api/driver-model/devres.rst 0 additions, 1 deletionDocumentation/driver-api/driver-model/devres.rst
- Documentation/filesystems/sysfs.rst 1 addition, 1 deletionDocumentation/filesystems/sysfs.rst
- Documentation/process/magic-number.rst 0 additions, 65 deletionsDocumentation/process/magic-number.rst
- Documentation/translations/it_IT/process/magic-number.rst 0 additions, 66 deletionsDocumentation/translations/it_IT/process/magic-number.rst
- Documentation/translations/zh_CN/process/magic-number.rst 0 additions, 66 deletionsDocumentation/translations/zh_CN/process/magic-number.rst
- Documentation/translations/zh_TW/process/magic-number.rst 0 additions, 67 deletionsDocumentation/translations/zh_TW/process/magic-number.rst
- MAINTAINERS 2 additions, 0 deletionsMAINTAINERS
- arch/mips/include/asm/sn/gda.h 0 additions, 2 deletionsarch/mips/include/asm/sn/gda.h
- drivers/base/base.h 0 additions, 2 deletionsdrivers/base/base.h
- drivers/base/class.c 1 addition, 1 deletiondrivers/base/class.c
- drivers/base/core.c 2 additions, 2 deletionsdrivers/base/core.c
- drivers/base/dd.c 1 addition, 1 deletiondrivers/base/dd.c
- drivers/base/devcoredump.c 81 additions, 2 deletionsdrivers/base/devcoredump.c
- drivers/base/devres.c 3 additions, 1 deletiondrivers/base/devres.c
- drivers/base/property.c 2 additions, 2 deletionsdrivers/base/property.c
- drivers/block/nbd.c 0 additions, 2 deletionsdrivers/block/nbd.c
- drivers/gpu/drm/Kconfig 12 additions, 0 deletionsdrivers/gpu/drm/Kconfig
- drivers/gpu/drm/Makefile 2 additions, 0 deletionsdrivers/gpu/drm/Makefile
- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c 14 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
Loading
Please register or sign in to comment