[PATCH] MAINTAINERS: update my email address

2018-04-04 Thread Bernat, Yehezkel
Soon I'll not be available by my Intel email address, so switching to my personal email address instead. Signed-off-by: Yehezkel Bernat --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 4623caf8d72d..46721a7dd10e 100644 --- a/

Re: [PATCH 2/2] thunderbolt: Mask ring interrupt properly when polling starts

2017-11-27 Thread Bernat, Yehezkel
On Mon, 2017-11-27 at 14:48 +0300, Mika Westerberg wrote: > When ring enters polling mode we are expected to mask the ring > interrupt > before the callback is called. However, the current code actually > unmasks it probably because of a copy-paste mistake. > > Mask the interrupt properly from now

Re: [PATCH v2] Add driver to force WMI Thunderbolt controller power status

2017-09-07 Thread Bernat, Yehezkel
> +Contact:       "Mario LimonciellO"                                    ^ Looks like a typo

Re: Fwd: [PATCH] Add driver to force WMI Thunderbolt controller power status

2017-09-06 Thread Bernat, Yehezkel
On Wed, 2017-09-06 at 15:27 -0700, Darren Hart wrote: > On Wed, Sep 06, 2017 at 09:40:02PM +, mario.limoncie...@dell.com > wrote: > > > > > > > > -Original Message- > > > From: Bernat, Yehezkel [mailto:yehezkel.ber...@intel.com] > >

Re: Fwd: [PATCH] Add driver to force WMI Thunderbolt controller power status

2017-09-06 Thread Bernat, Yehezkel
On Wed, 2017-09-06 at 13:09 -0700, Darren Hart wrote: > The other question I had about this was if the typical use case > involves the OS, > or if the firmware update (for example) would be performed as part of > the > general platform firmware update (from the UEFI update utility). First, there i

Re: [PATCH] Add driver to force WMI Thunderbolt controller power status

2017-09-06 Thread Bernat, Yehezkel
(Resending with a fixed CC list. Sorry.) > Current implementations of Intel Thunderbolt controllers will go > into a low power mode when not in use. >  > Many machines containing these controllers also have a GPIO wired up > that can force the controller awake.  This is offered via a ACPI-WMI > in

Re: Fwd: [PATCH] Add driver to force WMI Thunderbolt controller power status

2017-09-06 Thread Bernat, Yehezkel
> Current implementations of Intel Thunderbolt controllers will go > into a low power mode when not in use. > > Many machines containing these controllers also have a GPIO wired up > that can force the controller awake.  This is offered via a ACPI-WMI > interface intended to be manipulated by a u

Re: [PATCH 1/3] thunderbolt: Remove superfluous check

2017-08-30 Thread Bernat, Yehezkel
On Mon, 2017-08-28 at 16:20 +0200, Greg Kroah-Hartman wrote: > On Sun, Aug 27, 2017 at 04:31:27PM +0300, Mika Westerberg wrote: > > > > On Tue, Aug 15, 2017 at 10:02:28AM +0300, Mika Westerberg wrote: > > > > > > On Tue, Aug 15, 2017 at 08:19:0

[PATCH 3/3] thunderbolt: Allow clearing the key

2017-08-14 Thread Bernat, Yehezkel
If secure authentication of a devices fails, either because the device already has another key uploaded, or there is some other error sending challenge to the device, and the user only wants to approve the device just once (without a new key being uploaded to the device) the current implementation

[PATCH 2/3] thunderbolt: Make key root-only accessible

2017-08-14 Thread Bernat, Yehezkel
Non-root user may read the key back after root wrote it there. This removes read access to everyone but root. Signed-off-by: Yehezkel Bernat --- drivers/thunderbolt/switch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/thunderbolt/switch.c b/drivers/thunderbolt/swi

[PATCH 1/3] thunderbolt: Remove superfluous check

2017-08-14 Thread Bernat, Yehezkel
The key size is tested by hex2bin() already (as '\0' isn't an hex digit) Suggested-by: Andy Shevchenko Signed-off-by: Yehezkel Bernat --- drivers/thunderbolt/switch.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/thunderbolt/switch.c b/drivers/thunderbolt/switch.c index e9391bb.

RE: [PATCH 00/24] Thunderbolt security levels and NVM firmware upgrade

2017-05-22 Thread Bernat, Yehezkel
> -Original Message- > From: mario.limoncie...@dell.com [mailto:mario.limoncie...@dell.com] > Sent: Monday, May 22, 2017 23:08 > To: mika.westerb...@linux.intel.com > Cc: gre...@linuxfoundation.org; andreas.noe...@gmail.com; Jamet, > Michael ; Bernat, Yehezkel > ;

RE: [PATCH 04/24] thunderbolt: Add MSI-X support

2017-05-22 Thread Bernat, Yehezkel
> -Original Message- > From: Mika Westerberg [mailto:mika.westerb...@linux.intel.com] > Sent: Monday, May 22, 2017 11:52 > To: Andreas Noever > Cc: Greg Kroah-Hartman ; Jamet, Michael > ; Bernat, Yehezkel > ; Lukas Wunner ; Levy, > Amir (Jer) ; Andy Lutom

RE: [PATCH 18/24] thunderbolt: Store Thunderbolt generation in the switch structure

2017-05-21 Thread Bernat, Yehezkel
> -Original Message- > From: Mika Westerberg [mailto:mika.westerb...@linux.intel.com] > Sent: Sunday, May 21, 2017 13:47 > To: Bernat, Yehezkel > Cc: Levy, Amir (Jer) ; Lukas Wunner > ; Greg Kroah-Hartman ; > Andreas Noever ; Jamet, Michael > ; Andy Lutom

RE: [PATCH 18/24] thunderbolt: Store Thunderbolt generation in the switch structure

2017-05-21 Thread Bernat, Yehezkel
> -Original Message- > From: Levy, Amir (Jer) > Sent: Sunday, May 21, 2017 11:07 > To: Mika Westerberg ; Lukas Wunner > > Cc: Greg Kroah-Hartman ; Andreas Noever > ; Jamet, Michael ; > Bernat, Yehezkel ; Andy Lutomirski > ; mario.limoncie...@dell.com; >