|
[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 ++-- 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
...
· #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 <da
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 <da
|
By
...
· #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@...> --- scripts/report_affected.
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@...> --- scripts/report_affected.
|
By
...
· #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 <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
...
· #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 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
...
· #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 | 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
...
· #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 creatio
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 creatio
|
By
...
· #2521
·
|
|
[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
...
· #2512
·
|
|
[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", lin
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", lin
|
By
...
· #2501
·
|
|
[cip-kernel-sec 1/3] remotes: check that remotes exist
Hello Ben,
By
...
· #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 web
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 web
|
By
...
· #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@...> --- scripts/i
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@...> --- scripts/i
|
By
...
· #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@...> --- scripts/kernel_sec/branch.py
Probably a copy&paste error that never got checked because nobody is using the mapping functionality. Signed-off-by: Daniel Sangorrin <daniel.sangorrin@...> --- scripts/kernel_sec/branch.py
|
By
...
· #2499
·
|
|
[cip-kernel-sec 1/2] remotes: automatically add remotes from configuration file
I sent a new patch that takes a different approach. The new patch will only check that the necessary remotes are there. I also prepared a new separate script, for new users to prepare the local reposi
I sent a new patch that takes a different approach. The new patch will only check that the necessary remotes are there. I also prepared a new separate script, for new users to prepare the local reposi
|
By
...
· #2486
·
|
|
[cip-kernel-sec 3/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@...> --- scripts/i
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@...> --- scripts/i
|
By
...
· #2483
·
|
|
[cip-kernel-sec 2/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@...> --- scripts/kernel_sec/branch.py
Probably a copy&paste error that never got checked because nobody is using the mapping functionality. Signed-off-by: Daniel Sangorrin <daniel.sangorrin@...> --- scripts/kernel_sec/branch.py
|
By
...
· #2484
·
|
|
[cip-kernel-sec 1/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 web
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 web
|
By
...
· #2485
·
|
|
patches to check remotes
Hello Ben, Please consider these patches for cip-kernel-sec: [cip-kernel-sec 1/3] remotes: check that remotes exist This patch adds checks on the local repository and also provides a separate script t
Hello Ben, Please consider these patches for cip-kernel-sec: [cip-kernel-sec 1/3] remotes: check that remotes exist This patch adds checks on the local repository and also provides a separate script t
|
By
...
· #2482
·
|
|
[cip-kernel-sec 2/2] remotes: call _get_configured_remotes
I thought about that but in the future you may want to add some code that is specific to one of them. If you want me to consolidate them, what name would you use? Thanks, Daniel
I thought about that but in the future you may want to add some code that is specific to one of them. If you want me to consolidate them, what name would you use? Thanks, Daniel
|
By
...
· #2481
·
|
|
[cip-kernel-sec] failure when importing stable
OK, I sent a patch for README. I also sent a patch for what it looks a small copy&paste mistake. OK, I sent a patch to address that. However, you were explicitly skiping "torvalds". Do you want me to
OK, I sent a patch for README. I also sent a patch for what it looks a small copy&paste mistake. OK, I sent a patch to address that. However, you were explicitly skiping "torvalds". Do you want me to
|
By
...
· #2475
·
|