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>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 31 Jul 2015 16:28:02 +0900
From:	Chanwoo Choi <cw00.choi@...sung.com>
To:	Greg KH <gregkh@...uxfoundation.org>
Cc:	linux-kernel <linux-kernel@...r.kernel.org>,
	대인기 <inki.dae@...sung.com>,
	Kyungmin Park <kyungmin.park@...sung.com>,
	"myungjoo.ham@...sung.com" <myungjoo.ham@...sung.com>
Subject: [GIT PULL] extcon fixes for 4.2-rc5

Dear Greg,

This is extcon-fixes pull request for v4.2-rc5. I added detailed description
of this pull request on below. Please pull extcon with following fixes.

Best Regards,
Chanwoo Choi

The following changes since commit cbfe8fa6cd672011c755c3cd85c9ffd4e2d10a6f:

  Linux 4.2-rc4 (2015-07-26 12:26:21 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-fixes-for-4.2-rc5

for you to fetch changes up to f7a898117aebf3d52370fe637f4d7aff7a237afc:

  extcon: Fix extcon_cable_get_state() from getting old state after notification (2015-07-31 15:18:41 +0900)

----------------------------------------------------------------
Update extcon for v4.2-rc5

This patchset fix the following two issue:
- Fix hang issue when using the extcon_[get|set]_cable_state() because these
functions use the cable index instead of cable id.
- Fix NULL pointer error of extcon-palmas.c by removing unneeded kfree() call.

----------------------------------------------------------------
Chanwoo Choi (1):
      extcon: palmas: Fix NULL pointer error

Roger Quadros (2):
      extcon: Fix hang and extcon_get/set_cable_state().
      extcon: Fix extcon_cable_get_state() from getting old state after notification

 drivers/extcon/extcon-palmas.c | 13 ---------
 drivers/extcon/extcon.c        | 61 ++++++++++++++++++++++++++++++------------
 2 files changed, 44 insertions(+), 30 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