File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/loader/x86_64/bzimage Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
set -e
4
4
5
- DEB_NAME=" linux-image-5.10.0-28 -amd64-unsigned_5.10.209-2_amd64 .deb"
5
+ DEB_NAME=" linux-image-5.10.0-30 -amd64-unsigned_5.10.218-1_amd64 .deb"
6
6
DEB_URL=" http://ftp.us.debian.org/debian/pool/main/l/linux/${DEB_NAME} "
7
7
8
8
TMP_PATH=" /tmp/linux-loader/"
9
9
DEB_PATH=" ${TMP_PATH} /${DEB_NAME} "
10
10
EXTRACT_PATH=" ${TMP_PATH} /src/bzimage-archive"
11
- BZIMAGE_PATH=" ${EXTRACT_PATH} /boot/vmlinuz-5.10.0-28 -amd64"
11
+ BZIMAGE_PATH=" ${EXTRACT_PATH} /boot/vmlinuz-5.10.0-30 -amd64"
12
12
SCRIPTPATH=" $( cd " $( dirname " $0 " ) " > /dev/null 2>&1 ; pwd -P ) "
13
13
14
14
mkdir -p ${EXTRACT_PATH}
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ mod tests {
253
253
0x20f
254
254
) ;
255
255
assert_eq ! ( loader_result. setup_header. unwrap( ) . loadflags, 1 ) ;
256
- assert_eq ! ( loader_result. kernel_end, 0x8B2680 ) ;
256
+ assert_eq ! ( loader_result. kernel_end, 0x8b5e40 ) ;
257
257
258
258
// load bzImage without kernel_offset
259
259
loader_result = BzImage :: load (
You can’t perform that action at this time.
0 commit comments