|
[Git][cip-project/cip-kernel/cip-kernel-sec][master] 2 commits: Mark CVE-2019-11487 to be ignored for 3.16 and 4.4
Ben Hutchings pushed to branch masterat cip-project / cip-kernel / cip-kernel-secCommits:
45959f97
by Ben Hutchingsat 2019-06-13T21:07:43ZMark CVE-2019-11487 to be ignored for 3.16 and 4.4
f06464f8
by
Ben Hutchings pushed to branch masterat cip-project / cip-kernel / cip-kernel-secCommits:
45959f97
by Ben Hutchingsat 2019-06-13T21:07:43ZMark CVE-2019-11487 to be ignored for 3.16 and 4.4
f06464f8
by
|
By
Agustin Benito Bethencourt
·
#2461
·
|
|
Re: CIP IRC weekly meeting today
Hello SZ,
Sorry for the delay, I'm still waiting on an internal discussion to conclude before making a proposal to CIP.
Hopefully I'll get this done by next week.
Kind regards, Chris
Hello SZ,
Sorry for the delay, I'm still waiting on an internal discussion to conclude before making a proposal to CIP.
Hopefully I'll get this done by next week.
Kind regards, Chris
|
By
Chris Paterson
·
#2460
·
|
|
Re: [next] iwg20m: add support for this board
OK, I added that and sent the patch to the list. I have also sent you a merge request on gitlab with the 3 patches.
Thanks,
Daniel
OK, I added that and sent the patch to the list. I have also sent you a merge request on gitlab with the 3 patches.
Thanks,
Daniel
|
By
daniel.sangorrin@...
·
#2459
·
|
|
[isar-cip-core][next] bmap: apply bmap patch to isar until we upgrade
A similar bmap patch has been sent to ISAR upstream,
but while it gets accepted and until we update the ISAR
version, we can use this backport.
Signed-off-by: Daniel Sangorrin
A similar bmap patch has been sent to ISAR upstream,
but while it gets accepted and until we update the ISAR
version, we can use this backport.
Signed-off-by: Daniel Sangorrin
|
By
Daniel Sangorrin <daniel.sangorrin@...>
·
#2458
·
|
|
CIP IRC weekly meeting today
Hi all,
Kindly be reminded to attend the weekly meeting through IRC to discuss technical topics with CIP kernel today.
*Please note that IRC meeting was rescheduled to UTC (GMT) 09:00 starting from
Hi all,
Kindly be reminded to attend the weekly meeting through IRC to discuss technical topics with CIP kernel today.
*Please note that IRC meeting was rescheduled to UTC (GMT) 09:00 starting from
|
By
SZ Lin (林上智) <SZ.Lin@...>
·
#2457
·
|
|
[Git][cip-project/cip-kernel/cip-kernel-sec][master] 4 commits: Import more data
Ben Hutchings pushed to branch masterat cip-project / cip-kernel / cip-kernel-secCommits:
4bc90875
by Ben Hutchingsat 2019-06-11T19:11:20ZImport more data
ebea96ce
by Ben Hutchingsat
Ben Hutchings pushed to branch masterat cip-project / cip-kernel / cip-kernel-secCommits:
4bc90875
by Ben Hutchingsat 2019-06-11T19:11:20ZImport more data
ebea96ce
by Ben Hutchingsat
|
By
Agustin Benito Bethencourt
·
#2456
·
|
|
Re: gitlab-ci for CIP tiny profile (Deby)
Thanks Michael,
It seems that worked out!
https://gitlab.com/cip-project/cip-core/deby/-/jobs/229463821
Best regards,
Daniel
Thanks Michael,
It seems that worked out!
https://gitlab.com/cip-project/cip-core/deby/-/jobs/229463821
Best regards,
Daniel
|
By
daniel.sangorrin@...
·
#2455
·
|
|
Re: Kernel configurations for 4.19?
Hi,
Sorry for loooooooooooooooong time.
I got kernel config for 4.19 from our development team.
Attachment is for OpenBlocks IoT VX2.
Best regards.
minmin
Plat'Home Co., Ltd.
Hi,
Sorry for loooooooooooooooong time.
I got kernel config for 4.19 from our development team.
Attachment is for OpenBlocks IoT VX2.
Best regards.
minmin
Plat'Home Co., Ltd.
|
By
minmin@plathome.co.jp
·
#2454
·
|
|
Re: gitlab-ci for CIP tiny profile (Deby)
Hi Daniel,
I've done some experiments as well [1]. Could you try prefixing the "kas build" command with "gosu builder"?
Something like this:
gosu builder kas build --target core-image-minimal
Hi Daniel,
I've done some experiments as well [1]. Could you try prefixing the "kas build" command with "gosu builder"?
Something like this:
gosu builder kas build --target core-image-minimal
|
By
Michael Adler
·
#2453
·
|
|
Re: gitlab-ci for CIP tiny profile (Deby)
Hi Michael,
[snip]
I tried but I got this weird behavior:
https://gitlab.com/cip-project/cip-core/deby/-/jobs/228110647
$ export USER_ID=30000
$ /bin/bash /kas/docker-entrypoint
$ whoami
root
$ cat
Hi Michael,
[snip]
I tried but I got this weird behavior:
https://gitlab.com/cip-project/cip-core/deby/-/jobs/228110647
$ export USER_ID=30000
$ /bin/bash /kas/docker-entrypoint
$ whoami
root
$ cat
|
By
daniel.sangorrin@...
·
#2452
·
|
|
Re: [next] iwg20m: add support for this board
Oh, good.
I understand the desire to limit the support burden. But I hope that
there is a plan to support a newer kernel version eventually, if
necessary.
Ben.
--
Ben Hutchings, Software
Oh, good.
I understand the desire to limit the support burden. But I hope that
there is a plan to support a newer kernel version eventually, if
necessary.
Ben.
--
Ben Hutchings, Software
|
By
Ben Hutchings <ben.hutchings@...>
·
#2451
·
|
|
Re: [next] iwg20m: add support for this board
Hello,
Actually, the iwg20m board does work with the upstream Kernel as well as v4.19.y-cip, e.g. [1].
I think it's just that Renesas doesn't intend to support the board with anything other than
Hello,
Actually, the iwg20m board does work with the upstream Kernel as well as v4.19.y-cip, e.g. [1].
I think it's just that Renesas doesn't intend to support the board with anything other than
|
By
Chris Paterson
·
#2450
·
|
|
Re: [isar-cip-core] iwg20m: temporary patch for review v2
[...]
"-Wl,-z,relro" is a gcc option which should result in passing
"-z relro" to the linker. Perhaps a Makefile is invoking $(LD) with
$(LDFLAGS), where it should be invoking $(CC) instead?
In any
[...]
"-Wl,-z,relro" is a gcc option which should result in passing
"-z relro" to the linker. Perhaps a Makefile is invoking $(LD) with
$(LDFLAGS), where it should be invoking $(CC) instead?
In any
|
By
Ben Hutchings <ben.hutchings@...>
·
#2449
·
|
|
Re: [next] iwg20m: add support for this board
[...]
This really shouldn't be allowed to happen. All the patches applied to
4.4-cip to support this board were already upstream, so this must be a
regression. If this board is used as a basis for
[...]
This really shouldn't be allowed to happen. All the patches applied to
4.4-cip to support this board were already upstream, so this must be a
regression. If this board is used as a basis for
|
By
Ben Hutchings <ben.hutchings@...>
·
#2448
·
|
|
Re: gitlab-ci for CIP tiny profile (Deby)
Alright, the token exchange was successful this morning and gitlab-cloud-ci runner should be visible to all child
projects now. However, we ran into an issue [1] when executing Daniel's CI
Alright, the token exchange was successful this morning and gitlab-cloud-ci runner should be visible to all child
projects now. However, we ran into an issue [1] when executing Daniel's CI
|
By
Michael Adler
·
#2447
·
|
|
Re: [next] iwg20m: add support for this board
Ah, now I read the reasoning properly - got it, unfortunate, but makes sense.
We can add that patch to isar-cip-core until we update to a version that contains it -> follow-up patch.
Jan
Ah, now I read the reasoning properly - got it, unfortunate, but makes sense.
We can add that patch to isar-cip-core until we update to a version that contains it -> follow-up patch.
Jan
|
By
Jan Kiszka
·
#2446
·
|
|
Re: [PATCH] iwg20m: add support for this board
Hi,
You could just use the mkimage that comes from your u-boot source to be
certain. I do something similar [1] since the upstream debian
u-boot-tools do not support creating signed fit images.
[1]
Hi,
You could just use the mkimage that comes from your u-boot source to be
certain. I do something similar [1] since the upstream debian
u-boot-tools do not support creating signed fit images.
[1]
|
By
Claudius Heine <ch@...>
·
#2445
·
|
|
Re: gitlab-ci for CIP tiny profile (Deby)
Continuing with this conversation on the public list, it seems that the job on gitlab-cloud-ci failed:
https://gitlab.com/cip-project/cip-core/deby/-/jobs/226291592
--- Error summary ---
ERROR:
Continuing with this conversation on the public list, it seems that the job on gitlab-cloud-ci failed:
https://gitlab.com/cip-project/cip-core/deby/-/jobs/226291592
--- Error summary ---
ERROR:
|
By
daniel.sangorrin@...
·
#2444
·
|
|
Re: [PATCH] iwg20m: add support for this board
ext4load seems to be available on the u-boot command line.
After loading boot.scr, don't we need the "source" command to work? "source" does not seem to be configured in the pre-installed
ext4load seems to be available on the u-boot command line.
After loading boot.scr, don't we need the "source" command to work? "source" does not seem to be configured in the pre-installed
|
By
daniel.sangorrin@...
·
#2443
·
|
|
Re: iwg20m with preferred kernel set to 4.4
By
daniel.sangorrin@...
·
#2442
·
|