* [GIT PULL] Driver core patches for 4.21-rc1
@ 2018-12-28 15:36 Greg KH
2018-12-28 15:43 ` Greg KH
2018-12-29 5:35 ` pr-tracker-bot
0 siblings, 2 replies; 3+ messages in thread
From: Greg KH @ 2018-12-28 15:36 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel
The following changes since commit 2595646791c319cadfdbf271563aac97d0843dc7:
Linux 4.20-rc5 (2018-12-02 15:07:55 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-4.21-rc1
for you to fetch changes up to 16df1456aa858a86f398dbc7d27649eb6662b0cc:
mm, memory_hotplug: update a comment in unregister_memory() (2018-12-20 16:33:18 +0100)
----------------------------------------------------------------
Driver core patches for 4.21-rc1
Here is the "big" set of driver core patches for 4.21-rc1.
It's not really big, just a number of small changes for some reported
issues, some documentation updates to hopefully make it harder for
people to abuse the driver model, and some other minor cleanups.
All of these have been in linux-next for a while with no reported
issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Alexander Duyck (1):
driver core: Move async_synchronize_full call
Andy Shevchenko (1):
driver core: platform: Respect return code of platform_device_register_full()
Bo YU (2):
kobject: drop unnecessary cast "%llu" for u64
kobject: Fix warnings in lib/kobject_uevent.c
Dan Carpenter (1):
mm, memory_hotplug: update a comment in unregister_memory()
Daniel Vetter (1):
sysfs: Disable lockdep for driver bind/unbind files
David Hildenbrand (1):
drivers/base/memory.c: Use DEVICE_ATTR_RO and friends
Ezequiel Garcia (1):
kref/kobject: Improve documentation
Greg Kroah-Hartman (1):
Merge 4.20-rc5 into driver-core-next
Kaitao cheng (1):
driver core: Replace simple_strto{l,ul} by kstrtou{l,ul}
Muchun Song (1):
driver core: Replace simple_strtol by kstrtoint
Peter Rajnoha (1):
kobject: return error code if writing /sys/.../uevent fails
Radu Rendec (1):
kernfs: Improve kernfs_notify() poll notification latency
Rafael J. Wysocki (1):
driver core: Add missing dev->bus->need_parent_lock checks
Randy Dunlap (1):
driver core: fix comments for device_block_probing()
Yangtao Li (1):
component: convert to DEFINE_SHOW_ATTRIBUTE
Documentation/kobject.txt | 10 ++++--
drivers/base/bus.c | 19 +++++++----
drivers/base/component.c | 12 +------
drivers/base/core.c | 32 +++++++++++++------
drivers/base/dd.c | 19 ++++++-----
drivers/base/memory.c | 81 ++++++++++++++++++++++-------------------------
drivers/base/platform.c | 4 +--
fs/kernfs/file.c | 23 +++++++-------
include/linux/kref.h | 5 +--
kernel/module.c | 6 ++--
lib/kobject.c | 2 +-
lib/kobject_uevent.c | 4 ++-
12 files changed, 113 insertions(+), 104 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] Driver core patches for 4.21-rc1
2018-12-28 15:36 [GIT PULL] Driver core patches for 4.21-rc1 Greg KH
@ 2018-12-28 15:43 ` Greg KH
2018-12-29 5:35 ` pr-tracker-bot
1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2018-12-28 15:43 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel
On Fri, Dec 28, 2018 at 04:36:09PM +0100, Greg KH wrote:
> The following changes since commit 2595646791c319cadfdbf271563aac97d0843dc7:
>
> Linux 4.20-rc5 (2018-12-02 15:07:55 -0800)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-4.21-rc1
>
> for you to fetch changes up to 16df1456aa858a86f398dbc7d27649eb6662b0cc:
>
> mm, memory_hotplug: update a comment in unregister_memory() (2018-12-20 16:33:18 +0100)
There's a merge conflict in here as well, in drivers/base/platform.c.
The resolution should be pretty straightfoward, keep this line:
looking something like this:
diff --cc drivers/base/platform.c
index 0fb5f140f1b0,e1ba610482c0..000000000000
--- a/drivers/base/platform.c
+++ b/drivers/base/platform.c
@@@ -447,7 -447,8 +447,7 @@@ void platform_device_del(struct platfor
{
int i;
- if (pdev) {
+ if (!IS_ERR_OR_NULL(pdev)) {
- device_remove_properties(&pdev->dev);
device_del(&pdev->dev);
if (pdev->id_auto) {
thanks,
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] Driver core patches for 4.21-rc1
2018-12-28 15:36 [GIT PULL] Driver core patches for 4.21-rc1 Greg KH
2018-12-28 15:43 ` Greg KH
@ 2018-12-29 5:35 ` pr-tracker-bot
1 sibling, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2018-12-29 5:35 UTC (permalink / raw)
To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, linux-kernel
The pull request you sent on Fri, 28 Dec 2018 16:36:09 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-4.21-rc1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b07039b79c9ea64c1eacda1e01d645082e4a0d5d
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-12-29 5:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-28 15:36 [GIT PULL] Driver core patches for 4.21-rc1 Greg KH
2018-12-28 15:43 ` Greg KH
2018-12-29 5:35 ` 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