Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../net/sched/sch_cake.c:551:13: warning: implicit conversion from enumeration type 'enum qdisc_drop_reason' to different enumeration type 'enum skb_drop_reason' [-Wimplicit-enum-enum-cast] 551 | reason = QDISC_DROP_CONGESTED; | ~ ^~~~~~~~~~~~~~~~~~~~ ../net/sched/sch_cake.c:576:12: warning: implicit conversion from enumeration type 'enum qdisc_drop_reason' to different enumeration type 'enum skb_drop_reason' [-Wimplicit-enum-enum-cast] 576 | reason = QDISC_DROP_CAKE_FLOOD; | ~ ^~~~~~~~~~~~~~~~~~~~~ ../net/sched/sch_cake.c:2242:32: warning: implicit conversion from enumeration type 'enum skb_drop_reason' to different enumeration type 'enum qdisc_drop_reason' [-Wimplicit-enum-enum-cast] 2242 | qdisc_dequeue_drop(sch, skb, reason); | ~~~~~~~~~~~~~~~~~~ ^~~~~~ 3 warnings generated. Documentation/.renames.txt: warning: ignored by one of the .gitignore files