Skip to content

Commit

Permalink
InfiniR Alioth v2.62
Browse files Browse the repository at this point in the history
* merge v4.19.285
* update to latest kSU_10966
  • Loading branch information
raystef66 committed Jun 13, 2023
1 parent 9dff4a5 commit c1f9a37
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/configs/vendor/alioth_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
#
CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION="-InfiniR_Alioth_v2.61"
CONFIG_LOCALVERSION="-InfiniR_Alioth_v2.62"
CONFIG_LOCALVERSION_AUTO=y
CONFIG_BUILD_SALT=""
CONFIG_HAVE_KERNEL_GZIP=y
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

KERNEL_DEFCONFIG=vendor/alioth_defconfig
ANYKERNEL3_DIR=$PWD/AnyKernel3/
FINAL_KERNEL_ZIP=InfiniR_Alioth_v2.61.zip
FINAL_KERNEL_ZIP=InfiniR_Alioth_v2.62.zip
export ARCH=arm64

# Speed up build process
Expand Down
2 changes: 1 addition & 1 deletion drivers/media/dvb-core/dvb_demux.c
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ static inline int dvb_dmx_swfilter_payload(struct dvb_demux_feed *feed,
cc = buf[3] & 0x0f;
ccok = ((feed->cc + 1) & 0x0f) == cc;
if (!ccok) {
set_buf_flags(feed, DMX_BUFFER_FLAG_DISCONTINUITY_DETECTED);
set_buf_flags(feed, DMX_BUF_FLAG_DISCONTINUITY_DETECTED);
dprintk_sect_loss("missed packet: %d instead of %d!\n",
cc, (feed->cc + 1) & 0x0f);
}
Expand Down
1 change: 0 additions & 1 deletion drivers/usb/gadget/function/f_fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -3822,7 +3822,6 @@ static void ffs_func_unbind(struct usb_configuration *c,
ffs_event_add(ffs, FUNCTIONFS_UNBIND);
if (!--opts->refcnt)
functionfs_unbind(ffs);
}

/* cleanup after autoconfig */
spin_lock_irqsave(&func->ffs->eps_lock, flags);
Expand Down

0 comments on commit c1f9a37

Please sign in to comment.