Skip to content

Commit

Permalink
python: lib: kernel: Remove patch that made 6.10-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed May 30, 2024
1 parent 013eef9 commit f7746dc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/lib/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ def prepare_source(base_name, base_ref='origin/master'):

# Patching section
# yapf: disable
if base_name == 'linux-mainline-llvm':
# -Wformat-truncation in drivers/input/misc/ims-pcu.c
patches.append('https://git.kernel.org/dtor/input/p/bf32bceedd0453c70d9d022e2e29f98e446d7161') # Input: ims-pcu - fix printf string overflow
# yapf: enable

source_folder = Path(os.environ['CBL_SRC_P'], base_name)
Expand Down

0 comments on commit f7746dc

Please sign in to comment.