|
[cip-kernel-sec][RESEND v3] 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. Examples: $ ./scripts/report_affect
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. Examples: $ ./scripts/report_affect
|
By
...
· #2592
·
|
|
(Resend v3) move the tag with the other fields
Hello Ben, I think this should be fine. You need to remove the cached file import/stable_branches.yml [cip-kernel-sec][RESEND v3] report_affected: add support for To be honest, I am not 100% sure that
Hello Ben, I think this should be fine. You need to remove the cached file import/stable_branches.yml [cip-kernel-sec][RESEND v3] report_affected: add support for To be honest, I am not 100% sure that
|
By
...
· #2591
·
|
|
[cip-kernel-sec][RESEND v2 1/2] report_affected: add support for reporting on tags
Sorry, I went too fast. I should have moved the regexp to get_base_ver_stable_branch. I will resend. Thanks, Daniel
Sorry, I went too fast. I should have moved the regexp to get_base_ver_stable_branch. I will resend. Thanks, Daniel
|
By
...
· #2590
·
|
|
[cip-kernel-sec][RESEND 4/6] report_affected: add support for reporting on tags
[...] Thanks, you are right. I have used re.escape('.'). I didn't know this function, it's really useful not having to remember how to escape characters (I figured out I could have used \\.). I think
[...] Thanks, you are right. I have used re.escape('.'). I didn't know this function, it's really useful not having to remember how to escape characters (I figured out I could have used \\.). I think
|
By
...
· #2589
·
|
|
[cip-kernel-sec][RESEND v2 2/2] report_affected: add show-description option
Rather than looking up each issue file, I would like to have an overview of what each CVE ID means. Example: $ ./scripts/report_affected.py --show-description linux-4.4.y-cip Signed-off-by: Daniel San
Rather than looking up each issue file, I would like to have an overview of what each CVE ID means. Example: $ ./scripts/report_affected.py --show-description linux-4.4.y-cip Signed-off-by: Daniel San
|
By
...
· #2586
·
|
|
[cip-kernel-sec][RESEND v2 1/2] 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. Examples: $ ./scripts/report_affect
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. Examples: $ ./scripts/report_affect
|
By
...
· #2587
·
|
|
(Resend v2) report issues for tags
Hello Ben, Thanks again for your detailed reviews. I have fixed the tags patch with your suggestions. I will reply to them separately. [cip-kernel-sec][RESEND v2 1/2] report_affected: add support for
Hello Ben, Thanks again for your detailed reviews. I have fixed the tags patch with your suggestions. I will reply to them separately. [cip-kernel-sec][RESEND v2 1/2] report_affected: add support for
|
By
...
· #2588
·
|
|
[cip-kernel-sec 5/6] report_affected: add support for reporting on tags
Glad to hear about the importance. Other members also expressed their interest. Sorry about that. The new version only makes copies when necessary (one copy per branch name supplied by the user). OK,
Glad to hear about the importance. Other members also expressed their interest. Sorry about that. The new version only makes copies when necessary (one copy per branch name supplied by the user). OK,
|
By
...
· #2577
·
|
|
[cip-kernel-sec 4/6] report_affected: check user supplied branch names
Yes, you are right. I came up with exactly the same solution. Thanks, Daniel
Yes, you are right. I came up with exactly the same solution. Thanks, Daniel
|
By
...
· #2576
·
|
|
[cip-kernel-sec 3/6] report_affected: fix code when branches are specified
I was taking the approach of "doing as much as possible". Something like what a recovery tool does on a disk with broken sectors: if a broken sector is found skip it. In the new version, the script wi
I was taking the approach of "doing as much as possible". Something like what a recovery tool does on a disk with broken sectors: if a broken sector is found skip it. In the new version, the script wi
|
By
...
· #2575
·
|
|
[cip-kernel-sec][RESEND 6/6] report_affected: add show-description option
Rather than looking up each issue file, I would like to have an overview of what each CVE ID means. Example: $ ./scripts/report_affected.py --show-description linux-4.4.y-cip Signed-off-by: Daniel San
Rather than looking up each issue file, I would like to have an overview of what each CVE ID means. Example: $ ./scripts/report_affected.py --show-description linux-4.4.y-cip Signed-off-by: Daniel San
|
By
...
· #2569
·
|
|
[cip-kernel-sec][RESEND 5/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 ++-- scripts/
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 ++-- scripts/
|
By
...
· #2570
·
|
|
[cip-kernel-sec][RESEND 4/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. Examples: $ ./scripts/report_affect
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. Examples: $ ./scripts/report_affect
|
By
...
· #2574
·
|
|
[cip-kernel-sec][RESEND 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 <daniel
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 <daniel
|
By
...
· #2572
·
|
|
[cip-kernel-sec][RESEND 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 quickst
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 quickst
|
By
...
· #2568
·
|
|
[cip-kernel-sec][RESEND 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 | 1 + sc
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 | 1 + sc
|
By
...
· #2571
·
|
|
Add support for cip branches and tags
Hello Ben, Thank you for the detailed review, and sorry for the delay. I have modified my patch series taking your comments into account. Note: I will reply to your comments separately I re-send to yo
Hello Ben, Thank you for the detailed review, and sorry for the delay. I have modified my patch series taking your comments into account. Note: I will reply to your comments separately I re-send to yo
|
By
...
· #2573
·
|
|
[PATCH 4.4.y-cip] Add gitlab-ci.yaml
It seems that a lot of people have the same problem. https://gitlab.com/gitlab-org/gitlab-ce/issues/15041
It seems that a lot of people have the same problem. https://gitlab.com/gitlab-org/gitlab-ce/issues/15041
|
By
...
· #2540
·
|
|
[Git][cip-project/cip-kernel/cip-kernel-sec][master] Import more data
Hello Ben, I'm not sure where the script that imports new issues and sends these e-mails is located, but it looks like it is not calling "scripts/cleanup.py". I run cleanup.py, and I noticed that it m
Hello Ben, I'm not sure where the script that imports new issues and sends these e-mails is located, but it looks like it is not calling "scripts/cleanup.py". I run cleanup.py, and I noticed that it m
|
By
...
· #2530
·
|
|
[cip-kernel-sec] report_affected: add show-description option
Rather than looking up each issue file, I would like to have an overview of what each CVE ID means. Signed-off-by: Daniel Sangorrin <daniel.sangorrin@...> --- scripts/report_affected.py | 24
Rather than looking up each issue file, I would like to have an overview of what each CVE ID means. Signed-off-by: Daniel Sangorrin <daniel.sangorrin@...> --- scripts/report_affected.py | 24
|
By
...
· #2529
·
|