* [GIT PULL] Driver core fixes for 5.1-rc3
@ 2019-03-29 19:39 Greg KH
2019-03-29 22:14 ` Linus Torvalds
2019-03-29 22:15 ` pr-tracker-bot
0 siblings, 2 replies; 4+ messages in thread
From: Greg KH @ 2019-03-29 19:39 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel
The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
Linux 5.1-rc1 (2019-03-17 14:22:26 -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.1-rc3
for you to fetch changes up to cd1b772d4881d1cd15b90ec17aab9ac7950e8850:
driver core: remove BUS_ATTR() (2019-03-18 07:07:30 +0100)
----------------------------------------------------------------
Driver core patch for 5.1-rc3
Here is a single driver core patch for 5.1-rc3.
After 5.1-rc1, all of the users of BUS_ATTR() are finally removed, so we
can now drop this macro from include/linux/device.h so that no more new
users will be created.
This patch has been in linux-next for a while, with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Greg Kroah-Hartman (1):
driver core: remove BUS_ATTR()
include/linux/device.h | 2 --
1 file changed, 2 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] Driver core fixes for 5.1-rc3
2019-03-29 19:39 [GIT PULL] Driver core fixes for 5.1-rc3 Greg KH
@ 2019-03-29 22:14 ` Linus Torvalds
2019-03-30 7:10 ` Greg KH
2019-03-29 22:15 ` pr-tracker-bot
1 sibling, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2019-03-29 22:14 UTC (permalink / raw)
To: Greg KH; +Cc: Andrew Morton, Linux List Kernel Mailing
On Fri, Mar 29, 2019 at 12:39 PM Greg KH <gregkh@linuxfoundation.org> wrote:
>
> After 5.1-rc1, all of the users of BUS_ATTR() are finally removed, so we
> can now drop this macro from include/linux/device.h so that no more new
> users will be created.
Note that a quick grep shows that it still exists in the Chinese
translation of filesystems/sysfs.txt..
Also mentioned in a comment, but at least there it talks about the "old macro".
Linus
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] Driver core fixes for 5.1-rc3
2019-03-29 19:39 [GIT PULL] Driver core fixes for 5.1-rc3 Greg KH
2019-03-29 22:14 ` Linus Torvalds
@ 2019-03-29 22:15 ` pr-tracker-bot
1 sibling, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2019-03-29 22:15 UTC (permalink / raw)
To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, linux-kernel
The pull request you sent on Fri, 29 Mar 2019 20:39:44 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-5.1-rc3
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/eed4897dfe8a9743c998ebb57f86e146864ffa94
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] Driver core fixes for 5.1-rc3
2019-03-29 22:14 ` Linus Torvalds
@ 2019-03-30 7:10 ` Greg KH
0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2019-03-30 7:10 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Andrew Morton, Linux List Kernel Mailing
On Fri, Mar 29, 2019 at 03:14:03PM -0700, Linus Torvalds wrote:
> On Fri, Mar 29, 2019 at 12:39 PM Greg KH <gregkh@linuxfoundation.org> wrote:
> >
> > After 5.1-rc1, all of the users of BUS_ATTR() are finally removed, so we
> > can now drop this macro from include/linux/device.h so that no more new
> > users will be created.
>
> Note that a quick grep shows that it still exists in the Chinese
> translation of filesystems/sysfs.txt..
Yeah, I wasn't going to touch that :)
Usually the translations take a few versions to sync back up again, as
they watch the English version for changes.
> Also mentioned in a comment, but at least there it talks about the "old macro".
Yes, I had to "open code" it in one place so I tried to document why it
was done that way.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-03-30 7:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-29 19:39 [GIT PULL] Driver core fixes for 5.1-rc3 Greg KH
2019-03-29 22:14 ` Linus Torvalds
2019-03-30 7:10 ` Greg KH
2019-03-29 22:15 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox