lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 28 Mar 2022 15:39:52 +0200
From:   Greg KH <gregkh@...uxfoundation.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>,
        Andrew Morton <akpm@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org,
        Stephen Rothwell <sfr@...b.auug.org.au>,
        Saravana Kannan <saravanak@...gle.com>
Subject: [GIT PULL] Driver core changes for 5.18-rc1

The following changes since commit 7e57714cd0ad2d5bb90e50b5096a0e671dec1ef3:

  Linux 5.17-rc6 (2022-02-27 14:36:33 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-5.18-rc1

for you to fetch changes up to 88d99e870143199ba5bf42701dca06ce1d1388f0:

  Documentation: update stable review cycle documentation (2022-03-18 14:32:49 +0100)

----------------------------------------------------------------
Driver core changes for 5.18-rc1

Here is the set of driver core changes for 5.18-rc1.

Not much here, primarily it was a bunch of cleanups and small updates:
	- kobj_type cleanups for default_groups
	- documentation updates
	- firmware loader minor changes
	- component common helper added and take advantage of it in many
	  drivers (the largest part of this pull request).

There will be a merge conflict in drivers/power/supply/ab8500_chargalg.c
with your tree, the merge conflict should be easy (take all the
changes).

All of these have been in linux-next for a while with no reported
problems.

Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>

----------------------------------------------------------------
Anthony Iliopoulos (1):
      devtmpfs: drop redundant fs parameters from internal fs

Bagas Sanjaya (4):
      Documentation: add note block surrounding security patch note
      Documentation: add link to stable release candidate tree
      Documentation: update stable tree link
      Documentation: update stable review cycle documentation

Ding Xiang (1):
      spdxcheck.py: Fix a type error

Douglas Anderson (1):
      debugfs: Document that debugfs_create functions need not be error checked

Geert Uytterhoeven (1):
      base: soc: Make soc_device_match() simpler and easier to read

Greg Kroah-Hartman (9):
      SUNRPC: use default_groups in kobj_type
      NFS: use default_groups in kobj_type
      power_supply: ab8500: use default_groups in kobj_type
      omapfb: use default_groups in kobj_type
      bcache: use default_groups in kobj_type
      ubifs: use default_groups in kobj_type
      kernfs: move struct kernfs_root out of the public view.
      Merge 5.17-rc6 into driver-core-next
      kernfs: remove unneeded #if 0 guard

Imran Khan (1):
      kernfs: remove redundant kernfs_rwsem declaration.

Jonathan Neuschäfer (1):
      scripts/get_abi.pl: Ignore hidden files

Julia Lawall (2):
      kernfs: fix typos in comments
      devres: fix typos in comments

Luis Chamberlain (1):
      firmware_loader: simplfy builtin or module check

Michal Simek (1):
      scripts: get_abi.pl: Fix typo in help message

Nguyen Dinh Phi (1):
      samples/kobject: Use sysfs_emit instead of sprintf

Randy Dunlap (2):
      firmware_loader: EXTRA_FIRMWARE does not support compressed files
      driver core: dd: fix return value of __setup handler

Rob Herring (2):
      driver core: Refactor multiple copies of device cleanup
      driver core: Refactor sysfs and drv/bus remove hooks

Sergey Shtylyov (1):
      platform: use dev_err_probe() in platform_get_irq_byname()

Stephen Boyd (1):
      component: Replace most references to 'master' with 'aggregate device'

Tom Rix (1):
      driver core: cleanup double words comments

Yong Wu (23):
      component: Add common helper for compare/release functions
      drm/komeda: Make use of the helper component_compare_of
      drm/armada: Make use of the helper component_compare_of/dev_name
      drm/etnaviv: Make use of the helper component_compare_of/dev_name
      drm/hirin: Make use of the helper component_compare_of
      drm/ingenic: Make use of the helper component_compare_of
      drm/mediatek: Make use of the helper component_compare_of
      drm/meson: Make use of the helper component_compare_of
      drm/msm: Make use of the helper component_compare_of
      drm/sprd: Make use of the helper component_compare_of
      drm/sti: Make use of the helper component_compare_of
      drm/sun4i: Make use of the helper component_compare_of
      drm/rockchip: Make use of the helper component_compare_dev
      drm/exynos: Make use of the helper component_compare_dev
      drm/mcde: Make use of the helper component_compare_dev
      drm/omap: dss: Make use of the helper component_compare_dev
      drm/vc4: Make use of the helper component_compare_dev
      drm: of: Make use of the helper component_release_of
      iommu/mediatek: Make use of the helper component_compare/release_of
      ASoC: codecs: wcd938x: Make use of the helper component_compare/release_of
      power: supply: ab8500: Make use of the helper component_compare_dev
      video: omapfb: dss: Make use of the helper component_compare_dev
      ALSA: hda/realtek: Make use of the helper component_compare_dev_name

lizhe (1):
      drivers/base/dd.c : Remove the initial value of the global variable

 Documentation/process/stable-kernel-rules.rst      |  32 ++-
 arch/x86/kernel/cpu/resctrl/rdtgroup.c             |   4 +-
 drivers/base/component.c                           | 300 ++++++++++++---------
 drivers/base/dd.c                                  |  88 +++---
 drivers/base/devres.c                              |   4 +-
 drivers/base/devtmpfs.c                            |   2 -
 drivers/base/firmware_loader/Kconfig               |   5 +
 drivers/base/platform.c                            |   6 +-
 drivers/base/soc.c                                 |  14 +-
 drivers/gpu/drm/arm/display/komeda/komeda_drv.c    |   7 +-
 drivers/gpu/drm/armada/armada_drv.c                |  17 +-
 drivers/gpu/drm/drm_of.c                           |   7 +-
 drivers/gpu/drm/etnaviv/etnaviv_drv.c              |  16 +-
 drivers/gpu/drm/exynos/exynos_drm_drv.c            |   8 +-
 drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c    |   7 +-
 drivers/gpu/drm/ingenic/ingenic-drm-drv.c          |   7 +-
 drivers/gpu/drm/mcde/mcde_drv.c                    |   7 +-
 drivers/gpu/drm/mediatek/mtk_drm_drv.c             |   7 +-
 drivers/gpu/drm/meson/meson_drv.c                  |  10 +-
 drivers/gpu/drm/msm/msm_drv.c                      |  15 +-
 drivers/gpu/drm/omapdrm/dss/dss.c                  |   8 +-
 drivers/gpu/drm/rockchip/rockchip_drm_drv.c        |   7 +-
 drivers/gpu/drm/sprd/sprd_drm.c                    |   7 +-
 drivers/gpu/drm/sti/sti_drv.c                      |   7 +-
 drivers/gpu/drm/sun4i/sun4i_drv.c                  |  11 +-
 drivers/gpu/drm/vc4/vc4_drv.c                      |   7 +-
 drivers/iommu/mtk_iommu.c                          |   4 +-
 drivers/iommu/mtk_iommu.h                          |  10 -
 drivers/iommu/mtk_iommu_v1.c                       |   4 +-
 drivers/md/bcache/stats.c                          |   3 +-
 drivers/md/bcache/sysfs.c                          |  15 +-
 drivers/md/bcache/sysfs.h                          |   2 +-
 drivers/power/supply/ab8500_chargalg.c             |   5 +-
 drivers/power/supply/ab8500_charger.c              |   8 +-
 drivers/power/supply/ab8500_fg.c                   |   3 +-
 .../video/fbdev/omap2/omapfb/dss/display-sysfs.c   |   3 +-
 drivers/video/fbdev/omap2/omapfb/dss/dss.c         |   8 +-
 .../video/fbdev/omap2/omapfb/dss/manager-sysfs.c   |   3 +-
 .../video/fbdev/omap2/omapfb/dss/overlay-sysfs.c   |   3 +-
 fs/debugfs/inode.c                                 |  10 +
 fs/kernfs/dir.c                                    |   9 +
 fs/kernfs/file.c                                   |   2 +-
 fs/kernfs/kernfs-internal.h                        |  19 +-
 fs/sysfs/mount.c                                   |   2 +-
 fs/ubifs/sysfs.c                                   |   3 +-
 include/linux/component.h                          |  24 +-
 include/linux/firmware.h                           |   2 +-
 include/linux/kernfs.h                             |  18 +-
 kernel/cgroup/cgroup.c                             |   4 +-
 samples/kobject/kobject-example.c                  |   4 +-
 samples/kobject/kset-example.c                     |   4 +-
 scripts/get_abi.pl                                 |   3 +-
 scripts/spdxcheck.py                               |   2 +-
 sound/pci/hda/patch_realtek.c                      |  11 +-
 sound/soc/codecs/wcd938x.c                         |  18 +-
 55 files changed, 381 insertions(+), 435 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ