All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Driver core changes for 5.18-rc2
@ 2022-04-10 12:44 Greg KH
  2022-04-10 20:12 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2022-04-10 12:44 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton
  Cc: linux-kernel, Stephen Rothwell, Saravana Kannan

The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

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-rc2

for you to fetch changes up to cdb4f26a63c391317e335e6e683a614358e70aeb:

  kobject: kobj_type: remove default_attrs (2022-04-05 15:39:19 +0200)

----------------------------------------------------------------
Driver core changes for 5.18-rc2

Here are 2 small driver core changes for 5.18-rc2.

They are the final bits in the removal of the default_attrs field in
struct kobj_type.  I had to wait until after 5.18-rc1 for all of the
changes to do this came in through different development trees, and then
one new user snuck in.  So this series has 2 changes:
	- removal of the default_attrs field in the powerpc/pseries/vas
	  code.  Change has been acked by the PPC maintainers to come
	  through this tree
	- removal of default_attrs from struct kobj_type now that all
	  in-kernel users are removed.  This cleans up the kobject code
	  a little bit and removes some duplicated functionality that
	  confused people (now there is only one way to do default
	  groups.)

All of these have been in linux-next for all of this week with no
reported problems.

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

----------------------------------------------------------------
Greg Kroah-Hartman (2):
      powerpc/pseries/vas: use default_groups in kobj_type
      kobject: kobj_type: remove default_attrs

 arch/powerpc/platforms/pseries/vas-sysfs.c |  6 ++++--
 fs/sysfs/file.c                            | 13 ------------
 include/linux/kobject.h                    |  1 -
 lib/kobject.c                              | 32 ------------------------------
 4 files changed, 4 insertions(+), 48 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Driver core changes for 5.18-rc2
  2022-04-10 12:44 [GIT PULL] Driver core changes for 5.18-rc2 Greg KH
@ 2022-04-10 20:12 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-04-10 20:12 UTC (permalink / raw)
  To: Greg KH
  Cc: Linus Torvalds, Andrew Morton, linux-kernel, Stephen Rothwell,
	Saravana Kannan

The pull request you sent on Sun, 10 Apr 2022 14:44:56 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/33563138ac2fa38fd4fb9fc79a2c29be4ea65642

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-10 20:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-10 12:44 [GIT PULL] Driver core changes for 5.18-rc2 Greg KH
2022-04-10 20:12 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.