On 10/22/25 12:51 PM, Abel Vesa wrote: > On 25-10-20 12:40:24, Krzysztof Kozlowski wrote: >> On Tue, Oct 14, 2025 at 03:38:25PM +0300, Abel Vesa wrote: >>> The Glymur MDSS is based on the one found in SM8750, with 2 minor number >>> version bump. Differences are mostly in the DPU IP blocks numbers. >>> >>> Signed-off-by: Abel Vesa <[email protected]> >>> --- >>> Changes in v2: >>> - Picked-up Krzysztof's and Dmitry's R-b tags. >>> - Fixed the bindings check reported by Rob. >>> - Fixed indentation reported by Krzysztof. >>> - Re-worded the commits to better explain the incompatibility >>> with previous platforms. >>> - Add the UBWC config patch, as suggested by Dmitry. >> >> Where are lore links? b4 provides them automatically. >> > > This patchset was enrolled with b4 due to logistical reasons > which lead to losing initial kernel tree. > > I thought the b4 prep -e should be the one to use in this case, > but now I realized that has a different purpose. My bad.
b4 prep -e base_commit has always worked for me git config alias.last 'describe --abbrev=0' -> b4 prep -e $(git last) really handy Konrad
