mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Allow generating MAC addresses from machine ID
@ 2023-11-22  9:47 Uwe Kleine-König
  2023-11-22  9:47 ` [PATCH v3 1/2] common: machine_id: support deriving app specific UUIDs Uwe Kleine-König
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Uwe Kleine-König @ 2023-11-22  9:47 UTC (permalink / raw)
  To: Sascha Hauer
  Cc: Ahmad Fatoum, Alexander Shiyan, Thorsten Scherer, Ahmad Fatoum, barebox

Hello,

On Tue, Nov 21, 2023 at 09:33:58AM +0100, Sascha Hauer wrote:
> This series neither applies to master nor to next, please resend

here is the rebased series. Applies to current next. There are no other
changes.

Best regards
Uwe

Ahmad Fatoum (2):
  common: machine_id: support deriving app specific UUIDs
  net: add generic MAC address derivation from machine ID

 common/machine_id.c  | 83 +++++++++++++++++++++++++++++++++++++++++++-
 include/linux/uuid.h |  8 +++++
 include/machine_id.h | 11 ++++++
 include/net.h        |  2 ++
 net/Kconfig          | 17 +++++++++
 net/eth.c            | 15 ++++++--
 net/net.c            | 49 ++++++++++++++++++++++++--
 7 files changed, 179 insertions(+), 6 deletions(-)

base-commit: 7c12dcdbe20ffc872af8b433c91263c6520cf669
-- 
2.42.0




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-11-22 15:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-22  9:47 [PATCH v3 0/2] Allow generating MAC addresses from machine ID Uwe Kleine-König
2023-11-22  9:47 ` [PATCH v3 1/2] common: machine_id: support deriving app specific UUIDs Uwe Kleine-König
2023-11-22  9:47 ` [PATCH v3 2/2] net: add generic MAC address derivation from machine ID Uwe Kleine-König
2023-11-22 15:24 ` [PATCH v3 0/2] Allow generating MAC addresses " Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox