mbox series

[0/1,SRU,B,C] MAC address pass through on RTL8153-BND for docking station

Message ID 20181226023501.490-1-acelan.kao@canonical.com
Headers show
Series MAC address pass through on RTL8153-BND for docking station | expand

Message

AceLan Kao Dec. 26, 2018, 2:35 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1808729

[Impact]
A new chip RTL8153-BND on docks require to be added to the whitelist to support MAC address pass through.

[Fix]
This commit adds check for RTL8153-BND chip which is in v4.20.
9c27369f4a13 r8152: Add support for MAC address pass through on RTL8153-BND

[Regression Potential]
Low. It doesn't change the code flow for the old RTL8153-AD chip, so it won't lead to regression.

Mario Limonciello (1):
  r8152: Add support for MAC address pass through on RTL8153-BND

 drivers/net/usb/r8152.c | 33 ++++++++++++++++++++++-----------
 1 file changed, 22 insertions(+), 11 deletions(-)

Comments

Khalid Elmously Dec. 28, 2018, 7:24 a.m. UTC | #1
On 2018-12-26 10:35:00 , AceLan Kao wrote:
> BugLink: https://bugs.launchpad.net/bugs/1808729
> 
> [Impact]
> A new chip RTL8153-BND on docks require to be added to the whitelist to support MAC address pass through.
> 
> [Fix]
> This commit adds check for RTL8153-BND chip which is in v4.20.
> 9c27369f4a13 r8152: Add support for MAC address pass through on RTL8153-BND
> 
> [Regression Potential]
> Low. It doesn't change the code flow for the old RTL8153-AD chip, so it won't lead to regression.
> 
> Mario Limonciello (1):
>   r8152: Add support for MAC address pass through on RTL8153-BND
> 
>  drivers/net/usb/r8152.c | 33 ++++++++++++++++++++++-----------
>  1 file changed, 22 insertions(+), 11 deletions(-)
> 

Acked-by: Khalid Elmously <khalid.elmously@canonical.com>
Khalid Elmously Dec. 28, 2018, 7:36 a.m. UTC | #2
On 2018-12-26 10:35:00 , AceLan Kao wrote:
> BugLink: https://bugs.launchpad.net/bugs/1808729
> 
> [Impact]
> A new chip RTL8153-BND on docks require to be added to the whitelist to support MAC address pass through.
> 
> [Fix]
> This commit adds check for RTL8153-BND chip which is in v4.20.
> 9c27369f4a13 r8152: Add support for MAC address pass through on RTL8153-BND
> 
> [Regression Potential]
> Low. It doesn't change the code flow for the old RTL8153-AD chip, so it won't lead to regression.
> 
> Mario Limonciello (1):
>   r8152: Add support for MAC address pass through on RTL8153-BND
> 
>  drivers/net/usb/r8152.c | 33 ++++++++++++++++++++++-----------
>  1 file changed, 22 insertions(+), 11 deletions(-)
> 
> -- 
> 2.17.1
> 
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team
Seth Forshee Jan. 9, 2019, 4:59 p.m. UTC | #3
On Wed, Dec 26, 2018 at 10:35:00AM +0800, AceLan Kao wrote:
> BugLink: https://bugs.launchpad.net/bugs/1808729
> 
> [Impact]
> A new chip RTL8153-BND on docks require to be added to the whitelist to support MAC address pass through.
> 
> [Fix]
> This commit adds check for RTL8153-BND chip which is in v4.20.
> 9c27369f4a13 r8152: Add support for MAC address pass through on RTL8153-BND
> 
> [Regression Potential]
> Low. It doesn't change the code flow for the old RTL8153-AD chip, so it won't lead to regression.

Please remember to include disco for these sorts of patches. Applied to
disco/master-next, thanks!