All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/rtl8188eu: bump version to fix build failure with linux >= 6.0.0
@ 2022-10-17 20:18 Giulio Benetti
  2022-10-17 20:18 ` [Buildroot] [PATCH 2/2] DEVELOPERS: add Giulio Benetti to rtl8188eu package Giulio Benetti
  2022-10-17 20:55 ` [Buildroot] [PATCH 1/2] package/rtl8188eu: bump version to fix build failure with linux >= 6.0.0 Giulio Benetti
  0 siblings, 2 replies; 14+ messages in thread
From: Giulio Benetti @ 2022-10-17 20:18 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti, Luca Ceresoli

Fixes:
http://autobuild.buildroot.org/results/550/550640296a92826f6f04d2344adde75c3025ea35/

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 package/rtl8188eu/rtl8188eu.hash | 2 +-
 package/rtl8188eu/rtl8188eu.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/rtl8188eu/rtl8188eu.hash b/package/rtl8188eu/rtl8188eu.hash
index 9c7f2de4b6..1cad263ee3 100644
--- a/package/rtl8188eu/rtl8188eu.hash
+++ b/package/rtl8188eu/rtl8188eu.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  6bc46a13b20a2ed121844e51fd690216b2ab3b1faa1af8d9501090026ca9bd22  rtl8188eu-903b6fcb821465fe9c63e83416080df70c1c3c90.tar.gz
+sha256  2f333604b39745a003b4a3c87bda3adcc0efd68100dff4aa3b54ae7992fc0143  rtl8188eu-77c1b083c5eb8336a2381aee20add496d1c96b51.tar.gz
 sha256  af8067302947c01fd9eee72befa54c7e3ef8a48fecde7fd71277f2290b2bf0f7  COPYING
diff --git a/package/rtl8188eu/rtl8188eu.mk b/package/rtl8188eu/rtl8188eu.mk
index ebce4617ac..460bcba460 100644
--- a/package/rtl8188eu/rtl8188eu.mk
+++ b/package/rtl8188eu/rtl8188eu.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-RTL8188EU_VERSION = 903b6fcb821465fe9c63e83416080df70c1c3c90
+RTL8188EU_VERSION = 77c1b083c5eb8336a2381aee20add496d1c96b51
 RTL8188EU_SITE = $(call github,lwfinger,rtl8188eu,$(RTL8188EU_VERSION))
 RTL8188EU_LICENSE = GPL-2.0, proprietary (rtl8188eufw.bin firmware blob)
 RTL8188EU_LICENSE_FILES = COPYING
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 2/2] DEVELOPERS: add Giulio Benetti to rtl8188eu package
  2022-10-17 20:18 [Buildroot] [PATCH 1/2] package/rtl8188eu: bump version to fix build failure with linux >= 6.0.0 Giulio Benetti
@ 2022-10-17 20:18 ` Giulio Benetti
  2022-10-17 22:39   ` Petr Vorel
                     ` (3 more replies)
  2022-10-17 20:55 ` [Buildroot] [PATCH 1/2] package/rtl8188eu: bump version to fix build failure with linux >= 6.0.0 Giulio Benetti
  1 sibling, 4 replies; 14+ messages in thread
From: Giulio Benetti @ 2022-10-17 20:18 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti, Luca Ceresoli

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 DEVELOPERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/DEVELOPERS b/DEVELOPERS
index 1b60dbc11d..c102ddc911 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1154,6 +1154,7 @@ F:	package/nfs-utils/
 F:	package/python-uvloop/
 F:	package/qt5/
 F:	package/rockchip-mali/
+F:	package/rtl8188eu/
 F:	package/rtl8189es/
 F:	package/rtl8723bu/
 F:	package/rtl8723ds/
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/2] package/rtl8188eu: bump version to fix build failure with linux >= 6.0.0
  2022-10-17 20:18 [Buildroot] [PATCH 1/2] package/rtl8188eu: bump version to fix build failure with linux >= 6.0.0 Giulio Benetti
  2022-10-17 20:18 ` [Buildroot] [PATCH 2/2] DEVELOPERS: add Giulio Benetti to rtl8188eu package Giulio Benetti
@ 2022-10-17 20:55 ` Giulio Benetti
  2022-10-17 21:12   ` [Buildroot] [PATCH v2] " Giulio Benetti
  1 sibling, 1 reply; 14+ messages in thread
From: Giulio Benetti @ 2022-10-17 20:55 UTC (permalink / raw)
  To: buildroot; +Cc: Luca Ceresoli

Pardon,

I've checked better the commits and this version fixes build failure 
with Linux 6.0.0+ but it introduces a runtime bug by removing code for
Linux versions < 6.0.0. So I need to send another patch with a previous
commit SHA1 and create and send upstream a patch to fix the bug.

Best regards
-- 
Giulio Benetti
CEO/CTO@Benetti Engineering sas

On 17/10/22 22:18, Giulio Benetti wrote:
> Fixes:
> http://autobuild.buildroot.org/results/550/550640296a92826f6f04d2344adde75c3025ea35/
> 
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
>   package/rtl8188eu/rtl8188eu.hash | 2 +-
>   package/rtl8188eu/rtl8188eu.mk   | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/rtl8188eu/rtl8188eu.hash b/package/rtl8188eu/rtl8188eu.hash
> index 9c7f2de4b6..1cad263ee3 100644
> --- a/package/rtl8188eu/rtl8188eu.hash
> +++ b/package/rtl8188eu/rtl8188eu.hash
> @@ -1,3 +1,3 @@
>   # Locally computed
> -sha256  6bc46a13b20a2ed121844e51fd690216b2ab3b1faa1af8d9501090026ca9bd22  rtl8188eu-903b6fcb821465fe9c63e83416080df70c1c3c90.tar.gz
> +sha256  2f333604b39745a003b4a3c87bda3adcc0efd68100dff4aa3b54ae7992fc0143  rtl8188eu-77c1b083c5eb8336a2381aee20add496d1c96b51.tar.gz
>   sha256  af8067302947c01fd9eee72befa54c7e3ef8a48fecde7fd71277f2290b2bf0f7  COPYING
> diff --git a/package/rtl8188eu/rtl8188eu.mk b/package/rtl8188eu/rtl8188eu.mk
> index ebce4617ac..460bcba460 100644
> --- a/package/rtl8188eu/rtl8188eu.mk
> +++ b/package/rtl8188eu/rtl8188eu.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -RTL8188EU_VERSION = 903b6fcb821465fe9c63e83416080df70c1c3c90
> +RTL8188EU_VERSION = 77c1b083c5eb8336a2381aee20add496d1c96b51
>   RTL8188EU_SITE = $(call github,lwfinger,rtl8188eu,$(RTL8188EU_VERSION))
>   RTL8188EU_LICENSE = GPL-2.0, proprietary (rtl8188eufw.bin firmware blob)
>   RTL8188EU_LICENSE_FILES = COPYING

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH v2] package/rtl8188eu: bump version to fix build failure with linux >= 6.0.0
  2022-10-17 20:55 ` [Buildroot] [PATCH 1/2] package/rtl8188eu: bump version to fix build failure with linux >= 6.0.0 Giulio Benetti
@ 2022-10-17 21:12   ` Giulio Benetti
  2022-10-17 22:36     ` Petr Vorel
                       ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Giulio Benetti @ 2022-10-17 21:12 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti, Luca Ceresoli

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
V1->V2:
* use specific upstream commit SHA1 since the latest is buggy
---
 package/rtl8188eu/rtl8188eu.hash | 2 +-
 package/rtl8188eu/rtl8188eu.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/rtl8188eu/rtl8188eu.hash b/package/rtl8188eu/rtl8188eu.hash
index 9c7f2de4b6..ff8c0a3418 100644
--- a/package/rtl8188eu/rtl8188eu.hash
+++ b/package/rtl8188eu/rtl8188eu.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  6bc46a13b20a2ed121844e51fd690216b2ab3b1faa1af8d9501090026ca9bd22  rtl8188eu-903b6fcb821465fe9c63e83416080df70c1c3c90.tar.gz
+sha256  e6106521139cc463eaa74d1491e212437b2106c3aa0005b1b7b93f1d8a090237  rtl8188eu-7a7c5e0c0bc168ec5083a707e300e298dd4811fa.tar.gz
 sha256  af8067302947c01fd9eee72befa54c7e3ef8a48fecde7fd71277f2290b2bf0f7  COPYING
diff --git a/package/rtl8188eu/rtl8188eu.mk b/package/rtl8188eu/rtl8188eu.mk
index ebce4617ac..99f8248c05 100644
--- a/package/rtl8188eu/rtl8188eu.mk
+++ b/package/rtl8188eu/rtl8188eu.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-RTL8188EU_VERSION = 903b6fcb821465fe9c63e83416080df70c1c3c90
+RTL8188EU_VERSION = 7a7c5e0c0bc168ec5083a707e300e298dd4811fa
 RTL8188EU_SITE = $(call github,lwfinger,rtl8188eu,$(RTL8188EU_VERSION))
 RTL8188EU_LICENSE = GPL-2.0, proprietary (rtl8188eufw.bin firmware blob)
 RTL8188EU_LICENSE_FILES = COPYING
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v2] package/rtl8188eu: bump version to fix build failure with linux >= 6.0.0
  2022-10-17 21:12   ` [Buildroot] [PATCH v2] " Giulio Benetti
@ 2022-10-17 22:36     ` Petr Vorel
  2022-10-18  6:59     ` Luca Ceresoli via buildroot
  2022-10-18 13:14     ` Peter Seiderer
  2 siblings, 0 replies; 14+ messages in thread
From: Petr Vorel @ 2022-10-17 22:36 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: Luca Ceresoli, buildroot

Hi Giulio, all,

Reviewed-by: Petr Vorel <petr.vorel@gmail.com>

Kind regards,
Petr
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 2/2] DEVELOPERS: add Giulio Benetti to rtl8188eu package
  2022-10-17 20:18 ` [Buildroot] [PATCH 2/2] DEVELOPERS: add Giulio Benetti to rtl8188eu package Giulio Benetti
@ 2022-10-17 22:39   ` Petr Vorel
  2022-10-18  6:59   ` Luca Ceresoli via buildroot
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 14+ messages in thread
From: Petr Vorel @ 2022-10-17 22:39 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: Luca Ceresoli, buildroot

Hi Giulio,

Thank you!

Kind regards,
Petr
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v2] package/rtl8188eu: bump version to fix build failure with linux >= 6.0.0
  2022-10-17 21:12   ` [Buildroot] [PATCH v2] " Giulio Benetti
  2022-10-17 22:36     ` Petr Vorel
@ 2022-10-18  6:59     ` Luca Ceresoli via buildroot
  2022-10-18 13:14     ` Peter Seiderer
  2 siblings, 0 replies; 14+ messages in thread
From: Luca Ceresoli via buildroot @ 2022-10-18  6:59 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: buildroot

Hi Giulio,

On Mon, 17 Oct 2022 23:12:39 +0200
Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:

> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
> V1->V2:
> * use specific upstream commit SHA1 since the latest is buggy

Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>

-- 
Luca Ceresoli, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 2/2] DEVELOPERS: add Giulio Benetti to rtl8188eu package
  2022-10-17 20:18 ` [Buildroot] [PATCH 2/2] DEVELOPERS: add Giulio Benetti to rtl8188eu package Giulio Benetti
  2022-10-17 22:39   ` Petr Vorel
@ 2022-10-18  6:59   ` Luca Ceresoli via buildroot
  2022-10-30 20:04   ` Thomas Petazzoni via buildroot
  2022-11-13 15:48   ` Peter Korsgaard
  3 siblings, 0 replies; 14+ messages in thread
From: Luca Ceresoli via buildroot @ 2022-10-18  6:59 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: buildroot

Hi Giulio,

On Mon, 17 Oct 2022 22:18:04 +0200
Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:

> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>

Thank you!

Not sure it makes sense for this kind of patch, but since I discovered
Giulio knows much better than me this package:

Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>

-- 
Luca Ceresoli, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v2] package/rtl8188eu: bump version to fix build failure with linux >= 6.0.0
  2022-10-17 21:12   ` [Buildroot] [PATCH v2] " Giulio Benetti
  2022-10-17 22:36     ` Petr Vorel
  2022-10-18  6:59     ` Luca Ceresoli via buildroot
@ 2022-10-18 13:14     ` Peter Seiderer
  2022-10-18 13:17       ` Giulio Benetti
  2 siblings, 1 reply; 14+ messages in thread
From: Peter Seiderer @ 2022-10-18 13:14 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: Luca Ceresoli, buildroot

Hello Giulio,

On Mon, 17 Oct 2022 23:12:39 +0200, Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:

> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
> V1->V2:
> * use specific upstream commit SHA1 since the latest is buggy

Please mention this in the commit message (including the breaking upstream
commit) and additional mention that the used commit is from the
branch(?) not master..., will save some research time for later updates...

Regards,
Peter

> ---
>  package/rtl8188eu/rtl8188eu.hash | 2 +-
>  package/rtl8188eu/rtl8188eu.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/rtl8188eu/rtl8188eu.hash b/package/rtl8188eu/rtl8188eu.hash
> index 9c7f2de4b6..ff8c0a3418 100644
> --- a/package/rtl8188eu/rtl8188eu.hash
> +++ b/package/rtl8188eu/rtl8188eu.hash
> @@ -1,3 +1,3 @@
>  # Locally computed
> -sha256  6bc46a13b20a2ed121844e51fd690216b2ab3b1faa1af8d9501090026ca9bd22  rtl8188eu-903b6fcb821465fe9c63e83416080df70c1c3c90.tar.gz
> +sha256  e6106521139cc463eaa74d1491e212437b2106c3aa0005b1b7b93f1d8a090237  rtl8188eu-7a7c5e0c0bc168ec5083a707e300e298dd4811fa.tar.gz
>  sha256  af8067302947c01fd9eee72befa54c7e3ef8a48fecde7fd71277f2290b2bf0f7  COPYING
> diff --git a/package/rtl8188eu/rtl8188eu.mk b/package/rtl8188eu/rtl8188eu.mk
> index ebce4617ac..99f8248c05 100644
> --- a/package/rtl8188eu/rtl8188eu.mk
> +++ b/package/rtl8188eu/rtl8188eu.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>
> -RTL8188EU_VERSION = 903b6fcb821465fe9c63e83416080df70c1c3c90
> +RTL8188EU_VERSION = 7a7c5e0c0bc168ec5083a707e300e298dd4811fa
>  RTL8188EU_SITE = $(call github,lwfinger,rtl8188eu,$(RTL8188EU_VERSION))
>  RTL8188EU_LICENSE = GPL-2.0, proprietary (rtl8188eufw.bin firmware blob)
>  RTL8188EU_LICENSE_FILES = COPYING

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v2] package/rtl8188eu: bump version to fix build failure with linux >= 6.0.0
  2022-10-18 13:14     ` Peter Seiderer
@ 2022-10-18 13:17       ` Giulio Benetti
  2022-10-18 13:19         ` Giulio Benetti
  0 siblings, 1 reply; 14+ messages in thread
From: Giulio Benetti @ 2022-10-18 13:17 UTC (permalink / raw)
  To: Peter Seiderer; +Cc: Luca Ceresoli, buildroot

Hi Peter,

On 18/10/22 15:14, Peter Seiderer wrote:
> Hello Giulio,
> 
> On Mon, 17 Oct 2022 23:12:39 +0200, Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:
> 
>> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
>> ---
>> V1->V2:
>> * use specific upstream commit SHA1 since the latest is buggy
> 
> Please mention this in the commit message (including the breaking upstream
> commit) and additional mention that the used commit is from the
> branch(?) not master..., will save some research time for later updates...

Ok. My patch to fix the build with Linux < 6.0 has been already
committed, so I send a V3 using the latest commit and I point the branch
in the commit log. To be honest it wasn't easy for me too :-)

Thank you!
Best regards
-- 
Giulio Benetti
Benetti Engineering sas

> Regards,
> Peter
> 
>> ---
>>   package/rtl8188eu/rtl8188eu.hash | 2 +-
>>   package/rtl8188eu/rtl8188eu.mk   | 2 +-
>>   2 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/package/rtl8188eu/rtl8188eu.hash b/package/rtl8188eu/rtl8188eu.hash
>> index 9c7f2de4b6..ff8c0a3418 100644
>> --- a/package/rtl8188eu/rtl8188eu.hash
>> +++ b/package/rtl8188eu/rtl8188eu.hash
>> @@ -1,3 +1,3 @@
>>   # Locally computed
>> -sha256  6bc46a13b20a2ed121844e51fd690216b2ab3b1faa1af8d9501090026ca9bd22  rtl8188eu-903b6fcb821465fe9c63e83416080df70c1c3c90.tar.gz
>> +sha256  e6106521139cc463eaa74d1491e212437b2106c3aa0005b1b7b93f1d8a090237  rtl8188eu-7a7c5e0c0bc168ec5083a707e300e298dd4811fa.tar.gz
>>   sha256  af8067302947c01fd9eee72befa54c7e3ef8a48fecde7fd71277f2290b2bf0f7  COPYING
>> diff --git a/package/rtl8188eu/rtl8188eu.mk b/package/rtl8188eu/rtl8188eu.mk
>> index ebce4617ac..99f8248c05 100644
>> --- a/package/rtl8188eu/rtl8188eu.mk
>> +++ b/package/rtl8188eu/rtl8188eu.mk
>> @@ -4,7 +4,7 @@
>>   #
>>   ################################################################################
>>
>> -RTL8188EU_VERSION = 903b6fcb821465fe9c63e83416080df70c1c3c90
>> +RTL8188EU_VERSION = 7a7c5e0c0bc168ec5083a707e300e298dd4811fa
>>   RTL8188EU_SITE = $(call github,lwfinger,rtl8188eu,$(RTL8188EU_VERSION))
>>   RTL8188EU_LICENSE = GPL-2.0, proprietary (rtl8188eufw.bin firmware blob)
>>   RTL8188EU_LICENSE_FILES = COPYING
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v2] package/rtl8188eu: bump version to fix build failure with linux >= 6.0.0
  2022-10-18 13:17       ` Giulio Benetti
@ 2022-10-18 13:19         ` Giulio Benetti
  0 siblings, 0 replies; 14+ messages in thread
From: Giulio Benetti @ 2022-10-18 13:19 UTC (permalink / raw)
  To: Peter Seiderer; +Cc: Luca Ceresoli, buildroot

And I've also forgotten the Fixes:

On 18/10/22 15:17, Giulio Benetti wrote:
> Hi Peter,
> 
> On 18/10/22 15:14, Peter Seiderer wrote:
>> Hello Giulio,
>>
>> On Mon, 17 Oct 2022 23:12:39 +0200, Giulio Benetti 
>> <giulio.benetti@benettiengineering.com> wrote:
>>
>>> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
>>> ---
>>> V1->V2:
>>> * use specific upstream commit SHA1 since the latest is buggy
>>
>> Please mention this in the commit message (including the breaking 
>> upstream
>> commit) and additional mention that the used commit is from the
>> branch(?) not master..., will save some research time for later 
>> updates...
> 
> Ok. My patch to fix the build with Linux < 6.0 has been already
> committed, so I send a V3 using the latest commit and I point the branch
> in the commit log. To be honest it wasn't easy for me too :-)
> 
> Thank you!
> Best regards

-- 
Giulio Benetti
Benetti Engineering sas
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 2/2] DEVELOPERS: add Giulio Benetti to rtl8188eu package
  2022-10-17 20:18 ` [Buildroot] [PATCH 2/2] DEVELOPERS: add Giulio Benetti to rtl8188eu package Giulio Benetti
  2022-10-17 22:39   ` Petr Vorel
  2022-10-18  6:59   ` Luca Ceresoli via buildroot
@ 2022-10-30 20:04   ` Thomas Petazzoni via buildroot
  2022-10-30 20:39     ` Giulio Benetti
  2022-11-13 15:48   ` Peter Korsgaard
  3 siblings, 1 reply; 14+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-10-30 20:04 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: Luca Ceresoli, buildroot

On Mon, 17 Oct 2022 22:18:04 +0200
Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:

> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
>  DEVELOPERS | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

However, please *always* resend complete patch series. For PATCH 1/2,
you had sent a v2, and then a v3, and for this PATCH 2/2, only a v1 was
there. This is *extremely* confusing for the maintainers.

So when you need to send a new version of one patch in a patch series,
please *always* resend the complete patch series, and mark the entire
previous patch series as Superseded.

Thanks a lot!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 2/2] DEVELOPERS: add Giulio Benetti to rtl8188eu package
  2022-10-30 20:04   ` Thomas Petazzoni via buildroot
@ 2022-10-30 20:39     ` Giulio Benetti
  0 siblings, 0 replies; 14+ messages in thread
From: Giulio Benetti @ 2022-10-30 20:39 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: Luca Ceresoli, buildroot

On 30/10/22 21:04, Thomas Petazzoni via buildroot wrote:
> On Mon, 17 Oct 2022 22:18:04 +0200
> Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:
> 
>> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
>> ---
>>   DEVELOPERS | 1 +
>>   1 file changed, 1 insertion(+)
> 
> Applied to master, thanks.
> 
> However, please *always* resend complete patch series. For PATCH 1/2,
> you had sent a v2, and then a v3, and for this PATCH 2/2, only a v1 was
> there. This is *extremely* confusing for the maintainers.
> 
> So when you need to send a new version of one patch in a patch series,
> please *always* resend the complete patch series, and mark the entire
> previous patch series as Superseded.

Pardon Thomas, I've lost track of the DEVELOPERS patch while focusing on
the 1/2 patch. I'll pay more attention.

Best regards
-- 
Giulio Benetti
Benetti Engineering sas
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 2/2] DEVELOPERS: add Giulio Benetti to rtl8188eu package
  2022-10-17 20:18 ` [Buildroot] [PATCH 2/2] DEVELOPERS: add Giulio Benetti to rtl8188eu package Giulio Benetti
                     ` (2 preceding siblings ...)
  2022-10-30 20:04   ` Thomas Petazzoni via buildroot
@ 2022-11-13 15:48   ` Peter Korsgaard
  3 siblings, 0 replies; 14+ messages in thread
From: Peter Korsgaard @ 2022-11-13 15:48 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: Luca Ceresoli, buildroot

>>>>> "Giulio" == Giulio Benetti <giulio.benetti@benettiengineering.com> writes:

 > Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>

Committed to 2022.08.x and 2022.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-11-13 15:48 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-17 20:18 [Buildroot] [PATCH 1/2] package/rtl8188eu: bump version to fix build failure with linux >= 6.0.0 Giulio Benetti
2022-10-17 20:18 ` [Buildroot] [PATCH 2/2] DEVELOPERS: add Giulio Benetti to rtl8188eu package Giulio Benetti
2022-10-17 22:39   ` Petr Vorel
2022-10-18  6:59   ` Luca Ceresoli via buildroot
2022-10-30 20:04   ` Thomas Petazzoni via buildroot
2022-10-30 20:39     ` Giulio Benetti
2022-11-13 15:48   ` Peter Korsgaard
2022-10-17 20:55 ` [Buildroot] [PATCH 1/2] package/rtl8188eu: bump version to fix build failure with linux >= 6.0.0 Giulio Benetti
2022-10-17 21:12   ` [Buildroot] [PATCH v2] " Giulio Benetti
2022-10-17 22:36     ` Petr Vorel
2022-10-18  6:59     ` Luca Ceresoli via buildroot
2022-10-18 13:14     ` Peter Seiderer
2022-10-18 13:17       ` Giulio Benetti
2022-10-18 13:19         ` Giulio Benetti

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.