mbox series

Please pull u-boot-net-20250212

Message ID 7caf7a0a-c2ed-420c-afc7-620ab11461b5@linaro.org
State New
Headers show
Series Please pull u-boot-net-20250212 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-net.git/ u-boot-net-20250212

Message

Jerome Forissier Feb. 12, 2025, 1:54 p.m. UTC
Hi Tom,

The following changes since commit 3da1864b1f2fc3cf2b4eaa1849bcafa669ff674c:

  configs: Resync with savedefconfig (2025-02-11 09:57:33 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-net.git/ u-boot-net-20250212

for you to fetch changes up to 893e32848f00e71eacdda2f7bfc32aa303f7a01f:

  net: Kconfig: depend on DM_RNG for WGET_HTTPS (2025-02-12 10:25:14 +0100)

CI OK: https://source.denx.de/u-boot/custodians/u-boot-net/-/pipelines/24577

Thanks,

Comments

Tom Rini Feb. 12, 2025, 6:38 p.m. UTC | #1
On Wed, Feb 12, 2025 at 02:54:37PM +0100, Jerome Forissier wrote:

> Hi Tom,
> 
> The following changes since commit 3da1864b1f2fc3cf2b4eaa1849bcafa669ff674c:
> 
>   configs: Resync with savedefconfig (2025-02-11 09:57:33 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-net.git/ u-boot-net-20250212

Did that tag get pushed? I had to look around and found the commit
mentioned but not the tag/branch.

> for you to fetch changes up to 893e32848f00e71eacdda2f7bfc32aa303f7a01f:
> 
>   net: Kconfig: depend on DM_RNG for WGET_HTTPS (2025-02-12 10:25:14 +0100)
> 
> CI OK: https://source.denx.de/u-boot/custodians/u-boot-net/-/pipelines/24577

One more small thing, I think when applying patches you had it add your
signed-off-by too, which isn't how things work here (but is how the
kernel works), which lead to checkpatch.pl noting duplicate
signatures, which I fixed. With that said, applied to u-boot/master,
thanks!
Jerome Forissier Feb. 12, 2025, 7:07 p.m. UTC | #2
On 2/12/25 19:38, Tom Rini wrote:
> On Wed, Feb 12, 2025 at 02:54:37PM +0100, Jerome Forissier wrote:
> 
>> Hi Tom,
>>
>> The following changes since commit 3da1864b1f2fc3cf2b4eaa1849bcafa669ff674c:
>>
>>   configs: Resync with savedefconfig (2025-02-11 09:57:33 -0600)
>>
>> are available in the Git repository at:
>>
>>   https://source.denx.de/u-boot/custodians/u-boot-net.git/ u-boot-net-20250212
> 
> Did that tag get pushed? I had to look around and found the commit
> mentioned but not the tag/branch.

Oops! I forgot to push it indeed, sorry.
 
>> for you to fetch changes up to 893e32848f00e71eacdda2f7bfc32aa303f7a01f:
>>
>>   net: Kconfig: depend on DM_RNG for WGET_HTTPS (2025-02-12 10:25:14 +0100)
>>
>> CI OK: https://source.denx.de/u-boot/custodians/u-boot-net/-/pipelines/24577
> 
> One more small thing, I think when applying patches you had it add your
> signed-off-by too, which isn't how things work here (but is how the
> kernel works), which lead to checkpatch.pl noting duplicate
> signatures, which I fixed.

OK, noted for next time. Thanks!

> With that said, applied to u-boot/master,
> thanks!