Skip to content

[PW_SID:1151028] [BUG] general protection fault in __l2cap_chan_add - #645

Open
BluezTestBot wants to merge 6 commits into
workflowfrom
1151028
Open

[PW_SID:1151028] [BUG] general protection fault in __l2cap_chan_add#645
BluezTestBot wants to merge 6 commits into
workflowfrom
1151028

general protection fault in __l2cap_chan_add

88e09aa
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / CheckPatch failed Aug 24, 2026 in 2s

CheckPatch - FAIL

Run checkpatch.pl script

Duration: 1.08 seconds

Details

[BUG] general protection fault in __l2cap_chan_add
WARNING: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#101: 
The issue was found by our own race fuzzer. We have not analyzed the root cause,

WARNING: Reported-by: should be immediately followed by Closes: or Link: with a URL to the report
#118: 
Reported-by: Eulgyu Kim <eulgyukim@snu.ac.kr>
Reported-by: Jaeyoung Chung <jjy600901@snu.ac.kr>

WARNING: Reported-by: should be immediately followed by Closes: or Link: with a URL to the report
#119: 
Reported-by: Jaeyoung Chung <jjy600901@snu.ac.kr>


WARNING: Commit log lines starting with '#' are dropped by git as comments
#128: 
#define _GNU_SOURCE

WARNING: Commit log lines starting with '#' are dropped by git as comments
#130: 
#include <errno.h>

WARNING: Commit log lines starting with '#' are dropped by git as comments
#131: 
#include <fcntl.h>

WARNING: Commit log lines starting with '#' are dropped by git as comments
#132: 
#include <pthread.h>

WARNING: Commit log lines starting with '#' are dropped by git as comments
#133: 
#include <stdint.h>

WARNING: Commit log lines starting with '#' are dropped by git as comments
#134: 
#include <stdio.h>

WARNING: Commit log lines starting with '#' are dropped by git as comments
#135: 
#include <stdlib.h>

WARNING: Commit log lines starting with '#' are dropped by git as comments
#136: 
#include <string.h>

WARNING: Commit log lines starting with '#' are dropped by git as comments
#137: 
#include <sys/ioctl.h>

WARNING: Commit log lines starting with '#' are dropped by git as comments
#138: 
#include <sys/prctl.h>

WARNING: Commit log lines starting with '#' are dropped by git as comments
#139: 
#include <sys/socket.h>

WARNING: Commit log lines starting with '#' are dropped by git as comments
#140: 
#include <sys/uio.h>

WARNING: Commit log lines starting with '#' are dropped by git as comments
#141: 
#include <unistd.h>

WARNING: Commit log lines starting with '#' are dropped by git as comments
#143: 
#ifndef AF_BLUETOOTH

WARNING: Commit log lines starting with '#' are dropped by git as comments
#144: 
#define AF_BLUETOOTH 31

WARNING: Commit log lines starting with '#' are dropped by git as comments
#145: 
#endif

WARNING: Commit log lines starting with '#' are dropped by git as comments
#146: 
#define BTPROTO_L2CAP 0

WARNING: Commit log lines starting with '#' are dropped by git as comments
#147: 
#define BTPROTO_HCI 1

WARNING: Commit log lines starting with '#' are dropped by git as comments
#149: 
#define HCI_COMMAND_PKT 0x01

WARNING: Commit log lines starting with '#' are dropped by git as comments
#150: 
#define HCI_EVENT_PKT 0x04

WARNING: Commit log lines starting with '#' are dropped by git as comments
#151: 
#define HCI_VENDOR_PKT 0xff

WARNING: Commit log lines starting with '#' are dropped by git as comments
#153: 
#define HCI_EV_CONN_COMPLETE 0x03

WARNING: Commit log lines starting with '#' are dropped by git as comments
#154: 
#define HCI_EV_CONN_REQUEST 0x04

WARNING: Commit log lines starting with '#' are dropped by git as comments
#155: 
#define HCI_EV_REMOTE_FEATURES 0x0b

WARNING: Commit log lines starting with '#' are dropped by git as comments
#156: 
#define HCI_EV_CMD_COMPLETE 0x0e

WARNING: Commit log lines starting with '#' are dropped by git as comments
#158: 
#define HCI_OP_RESET 0x0c03

WARNING: Commit log lines starting with '#' are dropped by git as comments
#159: 
#define HCI_OP_WRITE_SCAN_ENABLE 0x0c1a

WARNING: Commit log lines starting with '#' are dropped by git as comments
#160: 
#define HCI_OP_READ_BUFFER_SIZE 0x1005

WARNING: Commit log lines starting with '#' are dropped by git as comments
#161: 
#define HCI_OP_READ_BD_ADDR 0x1009

WARNING: Commit log lines starting with '#' are dropped by git as comments
#163: 
#define ACL_LINK 0x01

WARNING: Commit log lines starting with '#' are dropped by git as comments
#164: 
#define SCAN_PAGE 0x02

WARNING: Commit log lines starting with '#' are dropped by git as comments
#165: 
#define HCI_PRIMARY 0

WARNING: Commit log lines starting with '#' are dropped by git as comments
#166: 
#define HCI_HANDLE_1 200

WARNING: Commit log lines starting with '#' are dropped by git as comments
#168: 
#define HCIDEVUP _IOW('H', 201, int)

WARNING: Commit log lines starting with '#' are dropped by git as comments
#169: 
#define HCISETSCAN _IOW('H', 221, int)

WARNING: Commit log lines starting with '#' are dropped by git as comments
#249: 
#define RFKILL_TYPE_ALL 0

WARNING: Commit log lines starting with '#' are dropped by git as comments
#250: 
#define RFKILL_OP_CHANGE_ALL 3

WARNING: Commit log lines starting with '#' are dropped by git as comments
#256: 
#define LOG(fmt, ...)                                                          \

WARNING: Commit log lines starting with '#' are dropped by git as comments
#261: 
#define LOGE(fmt, ...)                                                         \

ERROR: Invalid commit separator - some tools may have problems applying this
#665: 
---[ end trace 0000000000000000 ]---

ERROR: Invalid commit separator - some tools may have problems applying this
#679: 
----------------

WARNING: The commit message has 'Call Trace:', perhaps it also needs a 'Fixes:' tag?

ERROR: Missing Signed-off-by: line(s)

total: 3 errors, 43 warnings, 0 checks, 52 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

/github/workspace/src/patch/14765786.patch has style problems, please review.

NOTE: Ignored message types: UNKNOWN_COMMIT_ID

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.