|
[Git][cip-project/cip-kernel/cip-kernel-sec][master] 5 commits: remotes: refer to configuration files
Ben Hutchings pushed to branch masterat cip-project / cip-kernel / cip-kernel-secCommits:
3ed9dc6d
by Daniel Sangorrinat 2019-06-17T20:14:31Zremotes: refer to configuration filesThe Readme indicated
Ben Hutchings pushed to branch masterat cip-project / cip-kernel / cip-kernel-secCommits:
3ed9dc6d
by Daniel Sangorrinat 2019-06-17T20:14:31Zremotes: refer to configuration filesThe Readme indicated
|
By
Agustin Benito Bethencourt
·
#2508
·
|
|
Re: [cip-kernel-sec][PATCH v2 1/3] branch: fix remotes mapping
I've applied this and the following patch, as they're obviously
correct.
Ben.
--
Ben Hutchings, Software Developer Codethink Ltd
https://www.codethink.co.uk/
I've applied this and the following patch, as they're obviously
correct.
Ben.
--
Ben Hutchings, Software Developer Codethink Ltd
https://www.codethink.co.uk/
|
By
Ben Hutchings <ben.hutchings@...>
·
#2507
·
|
|
Re: [cip-kernel-sec][PATCH v2 3/3] remotes: check that remotes exist
On Thu, 2019-06-20 at 14:51 +0900, Daniel Sangorrin wrote:
[...]
> --- a/scripts/kernel_sec/branch.py
> +++ b/scripts/kernel_sec/branch.py
[...]
> +def check_git_repo(git_repo, remotes,
On Thu, 2019-06-20 at 14:51 +0900, Daniel Sangorrin wrote:
[...]
> --- a/scripts/kernel_sec/branch.py
> +++ b/scripts/kernel_sec/branch.py
[...]
> +def check_git_repo(git_repo, remotes,
|
By
Ben Hutchings <ben.hutchings@...>
·
#2506
·
|
|
[RFC] Script to find used sources in the kernel
I've been promising for some time to provide a way to identify which
changes on Linux stable branches are relevant to CIP members, and
conversely which are irrelevant and don't need to be
I've been promising for some time to provide a way to identify which
changes on Linux stable branches are relevant to CIP members, and
conversely which are irrelevant and don't need to be
|
By
Ben Hutchings <ben.hutchings@...>
·
#2505
·
|
|
[PATCH 4.4-cip] spi: pxa2xx: Fix build error because of missing header
From: Mika Westerberg <mika.westerberg@...>
commit 089bd46d8bc1fe5a28351e82e4adcaa5a40121b5 upstream.
Kbuild test robot reports:
drivers/spi/spi-pxa2xx.c: In function ‘setup_cs’:
From: Mika Westerberg <mika.westerberg@...>
commit 089bd46d8bc1fe5a28351e82e4adcaa5a40121b5 upstream.
Kbuild test robot reports:
drivers/spi/spi-pxa2xx.c: In function ‘setup_cs’:
|
By
Ben Hutchings <ben.hutchings@...>
·
#2504
·
|
|
[ANNOUNCE] Release 4.19.52-cip4 and 4.4.182-cip34
Hi all,
CIP kernel team has released Linux kernel 4.19.52-cip4 and 4.4.182-cip34 for SACK Panic[0].
You can get this release via the git tree at:
4.19.52-cip4:
repository:
Hi all,
CIP kernel team has released Linux kernel 4.19.52-cip4 and 4.4.182-cip34 for SACK Panic[0].
You can get this release via the git tree at:
4.19.52-cip4:
repository:
|
By
Nobuhiro Iwamatsu
·
#2503
·
|
|
Re: [ANNOUNCE] 4.19.50-cip3 and 4.4.181-cip33
Hi!
By
Nobuhiro Iwamatsu
·
#2502
·
|
|
[cip-kernel-sec] report_affected: report cip branches
Allow reporting on cip branches, instead of returning an
error like this one:
$ ./scripts/report_affected.py linux-4.4.y-cip
Traceback (most recent call last):
File "./scripts/report_affected.py",
Allow reporting on cip branches, instead of returning an
error like this one:
$ ./scripts/report_affected.py linux-4.4.y-cip
Traceback (most recent call last):
File "./scripts/report_affected.py",
|
By
Daniel Sangorrin <daniel.sangorrin@...>
·
#2501
·
|
|
Re: [cip-kernel-sec 1/3] remotes: check that remotes exist
Hello Ben,
By
daniel.sangorrin@...
·
#2500
·
|
|
[cip-kernel-sec][PATCH v2 3/3] remotes: check that remotes exist
This patch introduces some checks for the local git
repository containing the remotes configured in
conf/remotes.yml
These checks occur at the beginning of import_stable.py,
report_affected.py and
This patch introduces some checks for the local git
repository containing the remotes configured in
conf/remotes.yml
These checks occur at the beginning of import_stable.py,
report_affected.py and
|
By
Daniel Sangorrin <daniel.sangorrin@...>
·
#2498
·
|
|
[cip-kernel-sec][PATCH v2 2/3] help:remote_name: use colon instead of equal
The example and implementation use a colon (:) to specify
remote mappings, but the command's help use the equal
sign (=).
Signed-off-by: Daniel Sangorrin <daniel.sangorrin@...>
---
The example and implementation use a colon (:) to specify
remote mappings, but the command's help use the equal
sign (=).
Signed-off-by: Daniel Sangorrin <daniel.sangorrin@...>
---
|
By
Daniel Sangorrin <daniel.sangorrin@...>
·
#2497
·
|
|
[cip-kernel-sec][PATCH v2 1/3] branch: fix remotes mapping
Probably a copy&paste error that never got checked because
nobody is using the mapping functionality.
Signed-off-by: Daniel Sangorrin <daniel.sangorrin@...>
---
Probably a copy&paste error that never got checked because
nobody is using the mapping functionality.
Signed-off-by: Daniel Sangorrin <daniel.sangorrin@...>
---
|
By
Daniel Sangorrin <daniel.sangorrin@...>
·
#2499
·
|
|
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@...>
·
#2496
·
|
|
Re: [ANNOUNCE] 4.19.50-cip3 and 4.4.181-cip33
I wouldn't see it that extreme, it still heavily depends on what you are running and where. Also, the attacks are getting more complex.
Anyway, different while similar topic: Is there a plan to
I wouldn't see it that extreme, it still heavily depends on what you are running and where. Also, the attacks are getting more complex.
Anyway, different while similar topic: Is there a plan to
|
By
Jan Kiszka
·
#2495
·
|
|
Re: [isar-cip-core][next] bmap: apply bmap patch to isar until we upgrade
Currently trying to update Isar instead, now that your patch is in next.
Jan
--
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux
Currently trying to update Isar instead, now that your patch is in next.
Jan
--
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux
|
By
Jan Kiszka
·
#2494
·
|
|
Re: lab-cip-renesas planned downtime
Hello CIP lovers,
lab-cip-renesas and the LAVA master is back up and running.
Kind regards, Chris
Hello CIP lovers,
lab-cip-renesas and the LAVA master is back up and running.
Kind regards, Chris
|
By
Chris Paterson
·
#2493
·
|
|
Re: [cip-kernel-sec 3/3] help:remote_name: use colon instead of equal
[...]
Right.
Ben.
--
Ben Hutchings, Software Developer Codethink Ltd
https://www.codethink.co.uk/ Dale House, 35 Dale Street
[...]
Right.
Ben.
--
Ben Hutchings, Software Developer Codethink Ltd
https://www.codethink.co.uk/ Dale House, 35 Dale Street
|
By
Ben Hutchings <ben.hutchings@...>
·
#2492
·
|
|
Re: [cip-kernel-sec 2/3] branch: fix remotes mapping
I thought I'd tested this. :-(
Ben.
--
Ben Hutchings, Software Developer Codethink Ltd
https://www.codethink.co.uk/ Dale House, 35 Dale Street
I thought I'd tested this. :-(
Ben.
--
Ben Hutchings, Software Developer Codethink Ltd
https://www.codethink.co.uk/ Dale House, 35 Dale Street
|
By
Ben Hutchings <ben.hutchings@...>
·
#2491
·
|
|
Re: [cip-kernel-sec 1/3] remotes: check that remotes exist
This mostly looks fine, except:
This mostly looks fine, except:
|
By
Ben Hutchings <ben.hutchings@...>
·
#2490
·
|
|
Re: [cip-kernel-sec 2/2] remotes: call _get_configured_remotes
wrote:
Actually these two functions aren't exactly the same, since the default
return value differs. In practice that doesn't make a difference at
the moment, but logically it would be wrong to
wrote:
Actually these two functions aren't exactly the same, since the default
return value differs. In practice that doesn't make a difference at
the moment, but logically it would be wrong to
|
By
Ben Hutchings <ben.hutchings@...>
·
#2489
·
|