|
Re: [RFC/RFT] -cip-rt kernels for review/testing
Hi Pavel,
I appreciate your effort.
How about adding these questions into our question list and ask Wagner afterward :-)
SZ
Hi Pavel,
I appreciate your effort.
How about adding these questions into our question list and ask Wagner afterward :-)
SZ
|
By
SZ Lin (林上智) <SZ.Lin@...>
·
#2528
·
|
|
[cip-kernel-sec 6/6] pep8: fix pep8-related errors such as too long lines
These were distracting when checking new code.
Signed-off-by: Daniel Sangorrin <daniel.sangorrin@...>
---
scripts/import_stable.py | 8 +++++---
scripts/kernel_sec/branch.py | 4 ++--
These were distracting when checking new code.
Signed-off-by: Daniel Sangorrin <daniel.sangorrin@...>
---
scripts/import_stable.py | 8 +++++---
scripts/kernel_sec/branch.py | 4 ++--
|
By
Daniel Sangorrin <daniel.sangorrin@...>
·
#2525
·
|
|
[cip-kernel-sec 5/6] report_affected: add support for reporting on tags
Reporting on tags is useful for product engineers that
have shipped a kernel with a specific tag and need to know
which issues affect their product after some time.
Signed-off-by: Daniel Sangorrin
Reporting on tags is useful for product engineers that
have shipped a kernel with a specific tag and need to know
which issues affect their product after some time.
Signed-off-by: Daniel Sangorrin
|
By
Daniel Sangorrin <daniel.sangorrin@...>
·
#2522
·
|
|
[cip-kernel-sec 4/6] report_affected: check user supplied branch names
This makes sure that we return when the user supplied
branch names are not within the configured branches.
Signed-off-by: Daniel Sangorrin <daniel.sangorrin@...>
---
This makes sure that we return when the user supplied
branch names are not within the configured branches.
Signed-off-by: Daniel Sangorrin <daniel.sangorrin@...>
---
|
By
Daniel Sangorrin <daniel.sangorrin@...>
·
#2523
·
|
|
[cip-kernel-sec 3/6] report_affected: fix code when branches are specified
The previous code could not handle branches with names
other than stable branch names. For example, passing
"linux-4.4.y-cip" as a branch would return an error.
Signed-off-by: Daniel Sangorrin
The previous code could not handle branches with names
other than stable branch names. For example, passing
"linux-4.4.y-cip" as a branch would return an error.
Signed-off-by: Daniel Sangorrin
|
By
Daniel Sangorrin <daniel.sangorrin@...>
·
#2526
·
|
|
[cip-kernel-sec 2/6] prepare_remotes: helper script to prepare local repo
Helper script that prepares the local git repository
with the configured remote branches. Expert developers
and kernel maintainers will probably have their own
worktrees but for new users or a
Helper script that prepares the local git repository
with the configured remote branches. Expert developers
and kernel maintainers will probably have their own
worktrees but for new users or a
|
By
Daniel Sangorrin <daniel.sangorrin@...>
·
#2527
·
|
|
[cip-kernel-sec 1/6] check_git_repo: add checks to the local repository
Add checks to make sure that the local repository exists
and has the configured remotes in place.
Signed-off-by: Daniel Sangorrin <daniel.sangorrin@...>
---
scripts/import_stable.py |
Add checks to make sure that the local repository exists
and has the configured remotes in place.
Signed-off-by: Daniel Sangorrin <daniel.sangorrin@...>
---
scripts/import_stable.py |
|
By
Daniel Sangorrin <daniel.sangorrin@...>
·
#2524
·
|
|
fixes and support for tags
Hello Ben,
This series contains a few fixes and support for reporting on tags.
- Re-sent patches
[cip-kernel-sec 1/6] check_git_repo: add checks to the local
I decided to remove the repository
Hello Ben,
This series contains a few fixes and support for reporting on tags.
- Re-sent patches
[cip-kernel-sec 1/6] check_git_repo: add checks to the local
I decided to remove the repository
|
By
Daniel Sangorrin <daniel.sangorrin@...>
·
#2521
·
|
|
[Git][cip-project/cip-kernel/cip-kernel-sec][master] 2 commits: Ignore CVE-2019-0157 as it relates to an out-of-tree driver
Ben Hutchings pushed to branch masterat cip-project / cip-kernel / cip-kernel-secCommits:
fd56a750
by Ben Hutchingsat 2019-06-24T15:40:59ZIgnore CVE-2019-0157 as it relates to an out-of-tree
Ben Hutchings pushed to branch masterat cip-project / cip-kernel / cip-kernel-secCommits:
fd56a750
by Ben Hutchingsat 2019-06-24T15:40:59ZIgnore CVE-2019-0157 as it relates to an out-of-tree
|
By
Agustin Benito Bethencourt
·
#2520
·
|
|
[Git][cip-project/cip-kernel/cip-kernel-sec][master] Import more data
Ben Hutchings pushed to branch masterat cip-project / cip-kernel / cip-kernel-secCommits:
dc96f854
by Ben Hutchingsat 2019-06-24T14:58:04ZImport more data11 changed
Ben Hutchings pushed to branch masterat cip-project / cip-kernel / cip-kernel-secCommits:
dc96f854
by Ben Hutchingsat 2019-06-24T14:58:04ZImport more data11 changed
|
By
Agustin Benito Bethencourt
·
#2519
·
|
|
Re: [ANNOUNCE] 4.19.50-cip3 and 4.4.181-cip33
Hi!
Well, most systems do not really need to protect local user's secrets
from each other. We simply don't allow code execution for untrusted
parties.
If someone decides to combine "top secret
Hi!
Well, most systems do not really need to protect local user's secrets
from each other. We simply don't allow code execution for untrusted
parties.
If someone decides to combine "top secret
|
By
Pavel Machek
·
#2518
·
|
|
Re: LAVA lab-cip-renesas maintenance
Hello,
The lab is now back online.
Kind Regards,
Patryk
Hello,
The lab is now back online.
Kind Regards,
Patryk
|
By
Patryk Mungai Ndungu <patryk.mungai-ndungu.kx@...>
·
#2517
·
|
|
LAVA lab-cip-renesas maintenance
Hello all,
I am bringing lab-cip-renesas offline to do some necessary LAVA maintenance. You will still be able to submit test jobs, but they won’t run until the lab is back online. The lab
Hello all,
I am bringing lab-cip-renesas offline to do some necessary LAVA maintenance. You will still be able to submit test jobs, but they won’t run until the lab is back online. The lab
|
By
Patryk Mungai Ndungu <patryk.mungai-ndungu.kx@...>
·
#2516
·
|
|
Re: [RFC/RFT] -cip-rt kernels for review/testing
Thanks for picking this up.
Just like the regular -cip kernel, the -rt version's primary stable feed is merge-based. Rebasing only comes out of the fact that a second patch series is involved, but I
Thanks for picking this up.
Just like the regular -cip kernel, the -rt version's primary stable feed is merge-based. Rebasing only comes out of the fact that a second patch series is involved, but I
|
By
Jan Kiszka
·
#2515
·
|
|
[RFC/RFT] -cip-rt kernels for review/testing
Hi!
I played a bit with -rt kernels, and here are the results.
v4.19.50-rt22-cip3-rebase was reasonably easy to do, as -cip1 was
empty. v4.4.179-rt181-cip34-rebase was more interesting.
Trees are
Hi!
I played a bit with -rt kernels, and here are the results.
v4.19.50-rt22-cip3-rebase was reasonably easy to do, as -cip1 was
empty. v4.4.179-rt181-cip34-rebase was more interesting.
Trees are
|
By
Pavel Machek
·
#2514
·
|
|
Re: [RFC] Script to find used sources in the kernel
Hi!
I believe they should go to the repository, because we may want to
manually adjust the lists.
I don't believe "example" configurations we have necessarily have
enabled all the options "final
Hi!
I believe they should go to the repository, because we may want to
manually adjust the lists.
I don't believe "example" configurations we have necessarily have
enabled all the options "final
|
By
Pavel Machek
·
#2513
·
|
|
Re: [isar-cip-core][next] bmap: apply bmap patch to isar until we upgrade
Hi Jan
OK, great. Let me know when you update it, I want to update the SWUpdate branch as well.
Thanks,
Daniel
Hi Jan
OK, great. Let me know when you update it, I want to update the SWUpdate branch as well.
Thanks,
Daniel
|
By
daniel.sangorrin@...
·
#2512
·
|
|
[Git][cip-project/cip-kernel/cip-kernel-sec][master] Import more data
Ben Hutchings pushed to branch masterat cip-project / cip-kernel / cip-kernel-secCommits:
4975a489
by Ben Hutchingsat 2019-06-20T20:26:18ZImport more data19 changed
Ben Hutchings pushed to branch masterat cip-project / cip-kernel / cip-kernel-secCommits:
4975a489
by Ben Hutchingsat 2019-06-20T20:26:18ZImport more data19 changed
|
By
Agustin Benito Bethencourt
·
#2511
·
|
|
Re: [cip-kernel-sec] report_affected: report cip branches
In fact it would probably make more sense to get rid of this function
altogether and put that code in reported_affected.py, which can avoid
calling get_live_branches() multiple times.
Ben.
--
Ben
In fact it would probably make more sense to get rid of this function
altogether and put that code in reported_affected.py, which can avoid
calling get_live_branches() multiple times.
Ben.
--
Ben
|
By
Ben Hutchings <ben.hutchings@...>
·
#2510
·
|
|
Re: [cip-kernel-sec] report_affected: report cip branches
[...]
[...]
Does this function actually need to know anything about specific branch
names? It seems like we should be able to implement it as something
like:
for branch
[...]
[...]
Does this function actually need to know anything about specific branch
names? It seems like we should be able to implement it as something
like:
for branch
|
By
Ben Hutchings <ben.hutchings@...>
·
#2509
·
|