Skip to content

Commit

Permalink
env: Update for next-20240517
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed May 17, 2024
1 parent 324d312 commit 44fe8af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions configs/kernel/linux-next-llvm.config
Original file line number Diff line number Diff line change
Expand Up @@ -9026,6 +9026,7 @@ CONFIG_VP_VDPA=m
CONFIG_ALIBABA_ENI_VDPA=m
CONFIG_SNET_VDPA=m
CONFIG_PDS_VDPA=m
# CONFIG_OCTEONEP_VDPA is not set
CONFIG_VHOST_IOTLB=m
CONFIG_VHOST_RING=m
CONFIG_VHOST_TASK=y
Expand Down
6 changes: 3 additions & 3 deletions python/lib/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ def prepare_source(base_name, base_ref='origin/master'):
patches = []
commits = []

# yapf: disable
# Patching section
if base_name == 'fedora':
patches.append('https://lore.kernel.org/all/[email protected]/') # PCI: tegra194: Add check for host and endpoint modes
# yapf: disable
if base_name == 'linux-next-llvm':
patches.append('https://git.kernel.org/tip/tip/p/82110ae235e0560d1f952f74f9fd991587b0e3a7') # x86/boot: Address clang -Wimplicit-fallthrough in vsprintf()
# yapf: enable

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

0 comments on commit 44fe8af

Please sign in to comment.