mirror of
https://github.com/torvalds/linux.git
synced 2026-08-21 23:15:43 +02:00
Here are 3 SPDX patches for 5.7-rc1. One fixes up the SPDX tag for a single driver, while the other two go through the tree and add SPDX tags for all of the .gitignore files as needed. Nothing too complex, but you will get a merge conflict with your current tree, that should be trivial to handle (one file modified by two things, one file deleted.) All 3 of these have been in linux-next for a while, with no reported issues other than the merge conflict. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> -----BEGIN PGP SIGNATURE----- iG0EABECAC0WIQT0tgzFv3jCIUoxPcsxR9QN2y37KQUCXodg5A8cZ3JlZ0Brcm9h aC5jb20ACgkQMUfUDdst+ykySQCgy9YDrkz7nWq6v3Gohl6+lW/L+rMAnRM4uTZm m5AuCzO3Azt9KBi7NL+L =2Lm5 -----END PGP SIGNATURE----- Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx Pull SPDX updates from Greg KH: "Here are three SPDX patches for 5.7-rc1. One fixes up the SPDX tag for a single driver, while the other two go through the tree and add SPDX tags for all of the .gitignore files as needed. Nothing too complex, but you will get a merge conflict with your current tree, that should be trivial to handle (one file modified by two things, one file deleted.) All three of these have been in linux-next for a while, with no reported issues other than the merge conflict" * tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx: ASoC: MT6660: make spdxcheck.py happy .gitignore: add SPDX License Identifier .gitignore: remove too obvious comments |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| and.c | ||
| array_access.c | ||
| basic_call.c | ||
| basic_instr.c | ||
| basic_stack.c | ||
| basic_stx_ldx.c | ||
| basic.c | ||
| bounds_deduction.c | ||
| bounds_mix_sign_unsign.c | ||
| bounds.c | ||
| bpf_get_stack.c | ||
| calls.c | ||
| cfg.c | ||
| cgroup_inv_retcode.c | ||
| cgroup_skb.c | ||
| cgroup_storage.c | ||
| const_or.c | ||
| ctx_sk_msg.c | ||
| ctx_skb.c | ||
| ctx.c | ||
| dead_code.c | ||
| direct_packet_access.c | ||
| direct_stack_access_wraparound.c | ||
| direct_value_access.c | ||
| div_overflow.c | ||
| div0.c | ||
| event_output.c | ||
| helper_access_var_len.c | ||
| helper_packet_access.c | ||
| helper_value_access.c | ||
| int_ptr.c | ||
| jit.c | ||
| jmp32.c | ||
| jset.c | ||
| jump.c | ||
| junk_insn.c | ||
| ld_abs.c | ||
| ld_dw.c | ||
| ld_imm64.c | ||
| ld_ind.c | ||
| leak_ptr.c | ||
| loops1.c | ||
| lwt.c | ||
| map_in_map.c | ||
| map_ptr_mixing.c | ||
| map_ret_val.c | ||
| masking.c | ||
| meta_access.c | ||
| perf_event_sample_period.c | ||
| precise.c | ||
| prevent_map_lookup.c | ||
| raw_stack.c | ||
| raw_tp_writable.c | ||
| ref_tracking.c | ||
| runtime_jit.c | ||
| scale.c | ||
| search_pruning.c | ||
| sock.c | ||
| spill_fill.c | ||
| spin_lock.c | ||
| stack_ptr.c | ||
| subreg.c | ||
| uninit.c | ||
| unpriv.c | ||
| value_adj_spill.c | ||
| value_illegal_alu.c | ||
| value_or_null.c | ||
| value_ptr_arith.c | ||
| value.c | ||
| var_off.c | ||
| wide_access.c | ||
| xadd.c | ||
| xdp_direct_packet_access.c | ||
| xdp.c | ||