~xnox/ubuntu-kernel-next:next-6.4

Last commit made on 2023-07-26
Get this branch:
git clone -b next-6.4 https://git.launchpad.net/~xnox/ubuntu-kernel-next
Only Dimitri John Ledkov can upload to this branch. If you are Dimitri John Ledkov please log in for upload directions.

Branch merges

Branch information

Name:
next-6.4
Repository:
lp:~xnox/ubuntu-kernel-next

Recent commits

a15f7a4... by Andrea Righi

UBUNTU: Ubuntu-6.4.0-1.1

Signed-off-by: Andrea Righi <email address hidden>

e5e1413... by Andrea Righi

UBUNTU: [Config] update annotations after stable updates

Signed-off-by: Andrea Righi <email address hidden>

16f42ac... by Andrea Righi

UBUNTU: link-to-tracker: update tracking bug

BugLink: https://bugs.launchpad.net/bugs/2028778
Properties: no-test-build
Signed-off-by: Andrea Righi <email address hidden>

8b76319... by Andrea Righi

UBUNTU: Start new release

Ignore: yes
Signed-off-by: Andrea Righi <email address hidden>

5abb9bb... by Greg Kroah-Hartman <email address hidden>

Linux 6.4.6

BugLink: https://bugs.launchpad.net/bugs/2028791

Signed-off-by: Greg Kroah-Hartman <email address hidden>
Signed-off-by: Andrea Righi <email address hidden>

68ac24c... by "Borislav Petkov (AMD)" <email address hidden>

x86/cpu/amd: Add a Zenbleed fix

BugLink: https://bugs.launchpad.net/bugs/2028791

commit 522b1d69219d8f083173819fde04f994aa051a98 upstream.

Add a fix for the Zen2 VZEROUPPER data corruption bug where under
certain circumstances executing VZEROUPPER can cause register
corruption or leak data.

The optimal fix is through microcode but in the case the proper
microcode revision has not been applied, enable a fallback fix using
a chicken bit.

Signed-off-by: Borislav Petkov (AMD) <email address hidden>
Signed-off-by: Greg Kroah-Hartman <email address hidden>
Signed-off-by: Andrea Righi <email address hidden>

bec6146... by "Borislav Petkov (AMD)" <email address hidden>

x86/cpu/amd: Move the errata checking functionality up

BugLink: https://bugs.launchpad.net/bugs/2028791

commit 8b6f687743dacce83dbb0c7cfacf88bab00f808a upstream.

Avoid new and remove old forward declarations.

No functional changes.

Signed-off-by: Borislav Petkov (AMD) <email address hidden>
Signed-off-by: Greg Kroah-Hartman <email address hidden>
Signed-off-by: Andrea Righi <email address hidden>

154b027... by Greg Kroah-Hartman <email address hidden>

Linux 6.4.5

BugLink: https://bugs.launchpad.net/bugs/2028790

Link: https://<email address hidden>
Tested-by: SeongJae Park <email address hidden>
Tested-by: Ronald Warsow <email address hidden>
Tested-by: Takeshi Ogasawara <email address hidden>
Tested-by: Justin M. Forbes <email address hidden>
Tested-by: Ron Economos <email address hidden>
Tested-by: Bagas Sanjaya <email address hidden>
Tested-by: Linux Kernel Functional Testing <email address hidden>
Tested-by: Florian Fainelli <email address hidden>
Tested-by: Guenter Roeck <email address hidden>
Tested-by: Jon Hunter <email address hidden>
Tested-by: Fenil Jain <email address hidden>
Tested-by: Conor Dooley <email address hidden>
Signed-off-by: Greg Kroah-Hartman <email address hidden>
Signed-off-by: Andrea Righi <email address hidden>

4c54f15... by Ivan Mikhaylov <email address hidden>

net/ncsi: change from ndo_set_mac_address to dev_set_mac_address

BugLink: https://bugs.launchpad.net/bugs/2028790

commit 790071347a0a1a89e618eedcd51c687ea783aeb3 upstream.

Change ndo_set_mac_address to dev_set_mac_address because
dev_set_mac_address provides a way to notify network layer about MAC
change. In other case, services may not aware about MAC change and keep
using old one which set from network adapter driver.

As example, DHCP client from systemd do not update MAC address without
notification from net subsystem which leads to the problem with acquiring
the right address from DHCP server.

Fixes: cb10c7c0dfd9e ("net/ncsi: Add NCSI Broadcom OEM command")
Cc: <email address hidden> # v6.0+ 2f38e84 net/ncsi: make one oem_gma function for all mfr id
Signed-off-by: Paul Fertser <email address hidden>
Signed-off-by: Ivan Mikhaylov <email address hidden>
Reviewed-by: Simon Horman <email address hidden>
Signed-off-by: David S. Miller <email address hidden>
Signed-off-by: Greg Kroah-Hartman <email address hidden>
Signed-off-by: Andrea Righi <email address hidden>

d47d47d... by Ivan Mikhaylov <email address hidden>

net/ncsi: make one oem_gma function for all mfr id

BugLink: https://bugs.launchpad.net/bugs/2028790

commit 74b449b98dccdf24288d562f9d207fa066da793d upstream.

Make the one Get Mac Address function for all manufacturers and change
this call in handlers accordingly.

Reviewed-by: Simon Horman <email address hidden>
Signed-off-by: Ivan Mikhaylov <email address hidden>
Signed-off-by: David S. Miller <email address hidden>
Signed-off-by: Greg Kroah-Hartman <email address hidden>
Signed-off-by: Andrea Righi <email address hidden>