17.12.2017 19:30, Roman Yeryomin:
This is needed for procd init script protection to work.
flock adds 4248 bytes to stripped busybox binary.
Signed-off-by: Roman Yeryomin
---
package/utils/busybox/Config-defaults.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/
On 2017-12-17 22:21, Hauke Mehrtens wrote:
> This patch made GCC produce broken code, remove it.
> In mp_cmp_d() function in th libtommath shipped with dropbear the
> following code was compiled wrong:
>
> /* compare based on magnitude */
> if (a->used > 1) {
> return 1;
> }
>
> In the broken A
I agree with Felix. I found libtommath issue in dropbear several
months before. I can confirm the issue fixed by upgrading libtommath
and libtomcrypt. The update is already done by upstream, but not
released yet.
You can try a CI-successfully-built commit from
https://github.com/mkj/dropbear and s
On 2017-12-18 09:58, Mathias Kresin wrote:
17.12.2017 19:30, Roman Yeryomin:
This is needed for procd init script protection to work.
flock adds 4248 bytes to stripped busybox binary.
Signed-off-by: Roman Yeryomin
---
package/utils/busybox/Config-defaults.in | 2 +-
1 file changed, 1 insert
> On 18 Dec 2017, at 08:40, Felix Fietkau wrote:
>
> On 2017-12-17 22:21, Hauke Mehrtens wrote:
>> This patch made GCC produce broken code, remove it.
>> In mp_cmp_d() function in th libtommath shipped with dropbear the
>> following code was compiled wrong:
>>
>> /* compare based on magnitude
On 2017-12-18 11:07, Kevin Darbyshire-Bryant wrote:
> Hi Felix,
>
> Thanks for explaining that. I suspect you’re right that there’s an
> underlying bug in gcc mips. So ideally we need some code that exposes the
> bug when using -O2 (or even just -funroll_loops) Looking at FS 814 there’s a
> h
> On 18 Dec 2017, at 10:12, Felix Fietkau wrote:
>
> On 2017-12-18 11:07, Kevin Darbyshire-Bryant wrote:
>> Hi Felix,
>>
>> Thanks for explaining that. I suspect you’re right that there’s an
>> underlying bug in gcc mips. So ideally we need some code that exposes the
>> bug when using -O2
Quanta mode was introduced in usb_modeswitch 1.2.6 and Blackberry
mode in usb_modeswitch 1.2.7
Signed-off-by: Bjørn Mork
---
convert-modeswitch.pl | 2 ++
switch.c | 21 +
2 files changed, 23 insertions(+)
diff --git a/convert-modeswitch.pl b/convert-modeswitch
USB_ModeSwitch version 2.3.0 introduced "OptionMode".
Signed-off-by: Bjørn Mork
---
convert-modeswitch.pl | 1 +
switch.c | 16
2 files changed, 17 insertions(+)
diff --git a/convert-modeswitch.pl b/convert-modeswitch.pl
index 6930e5f8d668..71c2b7950cb5 100755
---
The usb_modeswitch application is continously updated with new modes, and
it's configuration data is updated accordingly by replacing explicit
switching messages with references to these new modes.
This has caused regressions in the OpenWrt usb-modeswitch package when
the configuration data was up
The behaviour of the usb_modeswitch "Pantech" mode depends on the
option value, so we need to propagate this via the json config to
the usbmode tool.
Signed-off-by: Bjørn Mork
---
convert-modeswitch.pl | 9 +
switch.c | 16
2 files changed, 25 insertions(+)
18.12.2017 10:48, Roman Yeryomin:
On 2017-12-18 09:58, Mathias Kresin wrote:
17.12.2017 19:30, Roman Yeryomin:
This is needed for procd init script protection to work.
flock adds 4248 bytes to stripped busybox binary.
Signed-off-by: Roman Yeryomin
---
package/utils/busybox/Config-defaults.i
On 12/18/2017 10:34 AM, Syrone Wong wrote:
> I agree with Felix. I found libtommath issue in dropbear several
> months before. I can confirm the issue fixed by upgrading libtommath
> and libtomcrypt. The update is already done by upstream, but not
> released yet.
With this patch libtommath will be
On 12/18/2017 03:07 PM, Kevin Darbyshire-Bryant wrote:
>
>
>> On 18 Dec 2017, at 10:12, Felix Fietkau wrote:
>>
>> On 2017-12-18 11:07, Kevin Darbyshire-Bryant wrote:
>>> Hi Felix,
>>>
>>> Thanks for explaining that. I suspect you’re right that there’s an
>>> underlying bug in gcc mips. So id
On 12/18/2017 11:38 PM, Hauke Mehrtens wrote:
> On 12/18/2017 03:07 PM, Kevin Darbyshire-Bryant wrote:
>>
>>
>>> On 18 Dec 2017, at 10:12, Felix Fietkau wrote:
>>>
>>> On 2017-12-18 11:07, Kevin Darbyshire-Bryant wrote:
Hi Felix,
Thanks for explaining that. I suspect you’re right t
This is mine.
QUILT_DIFF_ARGS="--no-timestamps --no-index -pab --color=auto"
QUILT_REFRESH_ARGS="--no-timestamps --no-index -pab"
QUILT_PATCH_OPTS="--unified"
QUILT_DIFF_OPTS="-p"
EDITOR="vim"
quilt --version
0.65
Best Regards,
Syrone Wong
On Sun, Dec 17, 2017 at 5:57 PM, Kevin Darbyshire-Bry
Commit c312cef223dd ("ar71xx: spi-rb4xx fix.") replaced the clk_enable() call
with clk_prepare_enable() to meet the common clock framework requirements.
However it did not change the clk_disable() call in the error patch which
thus leads to imbalance.
Fix the code by using the correct counterpart
17 matches
Mail list logo