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>] [day] [month] [year] [list]
Date:	Wed, 4 Nov 2015 14:18:53 -0800
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
Subject: [GIT PULL] Driver core patches for 4.4-rc1

The following changes since commit 9ffecb10283508260936b96022d4ee43a7798b4c:

  Linux 4.3-rc3 (2015-09-27 07:50:08 -0400)

are available in the git repository at:

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

for you to fetch changes up to c23fe83138ed7b11ad763cbe8bf98e5378c04bd6:

  debugfs: Add debugfs_create_ulong() (2015-10-18 10:14:39 -0700)

----------------------------------------------------------------
driver core update for 4.4-rc1

Here's the "big" driver core updates for 4.4-rc1.  Primarily a bunch of
debugfs updates, with a smattering of minor driver core fixes and
updates as well.

All have been in linux-next for a long time.

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

----------------------------------------------------------------
Dan Carpenter (1):
      devres: fix a for loop bounds check

Gabriel Somlo (1):
      kobject: move EXPORT_SYMBOL() macros next to corresponding definitions

Greg Kroah-Hartman (1):
      Revert "mm: Check if section present during memory block (un)registering"

Lee Duncan (1):
      base: soc: siplify ida usage

NeilBrown (1):
      sysfs: correctly handle short reads on PREALLOC attrs.

Stephen Boyd (4):
      debugfs: Consolidate file mode checks in debugfs_create_*()
      debugfs: Add read-only/write-only x64 file ops
      debugfs: Add read-only/write-only size_t file ops
      debugfs: Add read-only/write-only bool file ops

Tan Xiaojun (1):
      CMA: fix CONFIG_CMA_SIZE_MBYTES overflow in 64bit

Thierry Reding (1):
      driver-core: platform: Provide helpers for multi-driver modules

Ulf Magnusson (2):
      debugfs: document that debugfs_remove*() accepts NULL and error values
      kobject: explain what kobject's sd field is

Uwe Kleine-König (1):
      base/platform: assert that dev_pm_domain callbacks are called unconditionally

Viresh Kumar (3):
      ACPI / EC: Fix broken 64bit big-endian users of 'global_lock'
      debugfs: Pass bool pointer to debugfs_create_bool()
      debugfs: Add debugfs_create_ulong()

Yinghai Lu (1):
      mm: Check if section present during memory block (un)registering

Zhen Lei (1):
      of: to support binding numa node to specified device in devicetree

 Documentation/driver-model/platform.txt    |  14 +++
 Documentation/filesystems/debugfs.txt      |   2 +-
 arch/arm64/kernel/debug-monitors.c         |   4 +-
 drivers/acpi/ec_sys.c                      |   2 +-
 drivers/acpi/internal.h                    |   2 +-
 drivers/base/core.c                        |   2 +-
 drivers/base/dma-contiguous.c              |   2 +-
 drivers/base/platform.c                    |  80 +++++++++++--
 drivers/base/regmap/internal.h             |   6 +-
 drivers/base/regmap/regcache-lzo.c         |   4 +-
 drivers/base/regmap/regcache.c             |  24 ++--
 drivers/base/soc.c                         |  21 +---
 drivers/bluetooth/hci_qca.c                |   4 +-
 drivers/iommu/amd_iommu_init.c             |   2 +-
 drivers/iommu/amd_iommu_types.h            |   2 +-
 drivers/misc/mei/mei_dev.h                 |   2 +-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h |   4 +-
 drivers/net/wireless/ath/ath10k/core.h     |   2 +-
 drivers/net/wireless/ath/ath5k/ath5k.h     |   2 +-
 drivers/net/wireless/ath/ath9k/hw.c        |   2 +-
 drivers/net/wireless/ath/ath9k/hw.h        |   4 +-
 drivers/net/wireless/b43/debugfs.c         |  18 +--
 drivers/net/wireless/b43/debugfs.h         |   2 +-
 drivers/net/wireless/b43legacy/debugfs.c   |  10 +-
 drivers/net/wireless/b43legacy/debugfs.h   |   2 +-
 drivers/net/wireless/iwlegacy/common.h     |   6 +-
 drivers/net/wireless/iwlwifi/mvm/mvm.h     |   6 +-
 drivers/of/device.c                        |  11 +-
 drivers/scsi/snic/snic_trc.c               |   4 +-
 drivers/scsi/snic/snic_trc.h               |   2 +-
 drivers/uwb/uwb-debug.c                    |   2 +-
 fs/debugfs/file.c                          | 177 +++++++++++++++++------------
 fs/debugfs/inode.c                         |   6 +-
 fs/sysfs/file.c                            |   4 +-
 include/linux/debugfs.h                    |   6 +-
 include/linux/edac.h                       |   2 +-
 include/linux/fault-inject.h               |   2 +-
 include/linux/kobject.h                    |   2 +-
 include/linux/platform_device.h            |   8 ++
 kernel/futex.c                             |   4 +-
 lib/devres.c                               |   2 +-
 lib/dma-debug.c                            |   2 +-
 lib/kobject.c                              |  12 +-
 mm/failslab.c                              |   8 +-
 mm/page_alloc.c                            |   8 +-
 sound/soc/codecs/wm_adsp.h                 |   2 +-
 46 files changed, 302 insertions(+), 193 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ