All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] Driver core fixes for 4.14-rc4
Date: Tue, 3 Oct 2017 14:20:07 +0200	[thread overview]
Message-ID: <20171003122007.GA26056@kroah.com> (raw)

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/ tags/driver-core-4.14-rc4

for you to fetch changes up to 850fdec8d2fd1eebfa003fea39bec08cd69b6155:

  driver core: remove DRIVER_ATTR (2017-09-19 09:20:33 +0200)

----------------------------------------------------------------
Driver core fixes for 4.14-rc4

Here are a few small fixes for 4.14-rc4.

The removal of DRIVER_ATTR() was almost completed by 4.14-rc1, but one
straggler made it in through some other tree (odds are, one of mine...)
So there's a simple removal of the last user, and then finally the macro
is removed from the tree.

There's a fix for old crazy udev instances that insist on reloading a
module when it is removed from the kernel due to the new uevents for
bind/unbind.  This fixes the reported regression, hopefully some year in
the future we can drop the workaround, once users update to the latest
version, but I'm not holding my breath.

And then there's a build fix for a linker warning, and a buffer overflow
fix to match the PCI fixes you took through the PCI tree in the same
area.

All of these have been in linux-next for a few weeks while I've been
traveling, sorry for the delay.

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

----------------------------------------------------------------
Dmitry Torokhov (1):
      driver core: suppress sending MODALIAS in UNBIND uevents

Greg Kroah-Hartman (2):
      fpga: altera-cvp: remove DRIVER_ATTR() usage
      driver core: remove DRIVER_ATTR

Nicolai Stange (1):
      driver core: platform: Don't read past the end of "driver_override" buffer

Sudeep Holla (1):
      base: arch_topology: fix section mismatch build warnings

 Documentation/driver-model/driver.txt |  7 ++---
 Documentation/filesystems/sysfs.txt   |  3 ++-
 drivers/base/arch_topology.c          | 12 ++++-----
 drivers/base/platform.c               |  3 ++-
 drivers/fpga/altera-cvp.c             |  6 ++---
 include/linux/device.h                |  2 --
 lib/kobject_uevent.c                  | 49 +++++++++++++++++++++++++++++------
 7 files changed, 58 insertions(+), 24 deletions(-)

                 reply	other threads:[~2017-10-03 12:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171003122007.GA26056@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.