mbox series

[GIT,PULL] hwmon fixes for v4.19-rc2

Message ID 1535574760-11636-1-git-send-email-linux@roeck-us.net (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] hwmon fixes for v4.19-rc2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-linus-v4.19-rc2

Message

Guenter Roeck Aug. 29, 2018, 8:32 p.m. UTC
Hi Linus,

Please pull hwmon fixes for Linux v4.19-rc2 from signed tag:

    git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-linus-v4.19-rc2

Thanks,
Guenter
------

The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-linus-v4.19-rc2

for you to fetch changes up to d49dbfade96d5b0863ca8a90122a805edd5ef50a:

  hwmon: (nct6775) Fix potential Spectre v1 (2018-08-26 17:45:25 -0700)

----------------------------------------------------------------
hwmon fixes for v4.19-rc2

- Fix potential Spectre v1 in nct6775
- Add error checking to adt7475 driver
- Fix reading shunt resistor value in ina2xx driver

----------------------------------------------------------------
Dan Carpenter (2):
      hwmon: (adt7475) Potential error pointer dereferences
      hwmon: (adt7475) Make adt7475_read_word() return errors

Gustavo A. R. Silva (1):
      hwmon: (nct6775) Fix potential Spectre v1

Lothar Felten (1):
      hwmon: (ina2xx) fix sysfs shunt resistor read access

 Documentation/hwmon/ina2xx           |  2 +-
 drivers/hwmon/adt7475.c              | 25 +++++++++++++++++--------
 drivers/hwmon/ina2xx.c               | 13 +++++++++++--
 drivers/hwmon/nct6775.c              |  2 ++
 include/linux/platform_data/ina2xx.h |  2 +-
 5 files changed, 32 insertions(+), 12 deletions(-)

Comments

Linus Torvalds Aug. 29, 2018, 11:07 p.m. UTC | #1
On Wed, Aug 29, 2018 at 1:32 PM Guenter Roeck <linux@roeck-us.net> wrote:
>
> Please pull hwmon fixes for Linux v4.19-rc2 from signed tag:

That actually isn't a signed tag at all, it's just a bare tag (ie just
directly points to the commit).

I guess I don't care *that* much, since it's from kernel.org, but you
should check what happened to your workflow. *Normally* you do
actually have signed tags.

            Linus
Guenter Roeck Aug. 30, 2018, 12:42 a.m. UTC | #2
On 08/29/2018 04:07 PM, Linus Torvalds wrote:
> On Wed, Aug 29, 2018 at 1:32 PM Guenter Roeck <linux@roeck-us.net> wrote:
>>
>> Please pull hwmon fixes for Linux v4.19-rc2 from signed tag:
> 
> That actually isn't a signed tag at all, it's just a bare tag (ie just
> directly points to the commit).
> 

Oops, sorry.

> I guess I don't care *that* much, since it's from kernel.org, but you
> should check what happened to your workflow. *Normally* you do
> actually have signed tags.
> 

Nothing special, just busy tracking down build/boot failures and such.
I tag manually, and forgot the "-s".

Guenter