Skip to content

[rocky9_6] History Rebuild for kernel-5.14.0-570.28.1.el9_6 #439

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Jul 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
3291c0a
media: uvcvideo: Only save async fh if success
PlaidCat Jul 22, 2025
2f592d7
media: uvcvideo: Remove redundant NULL assignment
PlaidCat Jul 22, 2025
3e0d902
media: uvcvideo: Remove dangling pointers
PlaidCat Jul 22, 2025
08e4adc
media: uvcvideo: Annotate lock requirements for uvc_ctrl_set
PlaidCat Jul 22, 2025
e3a4f64
media: uvcvideo: Flush the control cache when we get an event
PlaidCat Jul 22, 2025
e276681
media: uvcvideo: Propagate buf->error to userspace
PlaidCat Jul 22, 2025
a389aa6
media: uvcvideo: Invert default value for nodrop module param
PlaidCat Jul 22, 2025
86a7bc0
media: uvcvideo: Allow changing noparam on the fly
PlaidCat Jul 22, 2025
27edcc5
media: uvcvideo: Announce the user our deprecation intentions
PlaidCat Jul 22, 2025
6d85558
mlx5_en: use read sequence for gettimex64
PlaidCat Jul 22, 2025
0a87165
net/mlx5: use do_aux_work for PHC overflow checks
PlaidCat Jul 22, 2025
1d04c78
net/mlx5: Add support for MRTCQ register
PlaidCat Jul 22, 2025
9aadae3
net/mlx5: Add helper functions for PTP callbacks
PlaidCat Jul 22, 2025
e4a8c79
net/mlx5: Change parameters for PTP internal functions
PlaidCat Jul 22, 2025
21d4c44
net/mlx5: Add init and destruction functions for a single HW clock
PlaidCat Jul 22, 2025
6e8bcb5
net/mlx5: Add API to get mlx5_core_dev from mlx5_clock
PlaidCat Jul 22, 2025
a4079da
net/mlx5: Change clock in mlx5_core_dev to mlx5_clock pointer
PlaidCat Jul 22, 2025
0380262
net/mlx5: Add devcom component for the clock shared by functions
PlaidCat Jul 22, 2025
f4e9163
net/mlx5: Move PPS notifier and out_work to clock_state
PlaidCat Jul 22, 2025
b65c085
net/mlx5: Support one PTP device per hardware clock
PlaidCat Jul 22, 2025
1b99678
net/mlx5: Generate PPS IN event on new function for shared clock
PlaidCat Jul 22, 2025
7d26021
i2c: tegra: check msg length in SMBUS block read
PlaidCat Jul 22, 2025
9fbeb8c
Rebuild rocky9_6 with kernel-5.14.0-570.28.1.el9_6
PlaidCat Jul 22, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
2 changes: 1 addition & 1 deletion Makefile.rhelver
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RHEL_MINOR = 6
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE = 570.26.1
RHEL_RELEASE = 570.28.1

#
# ZSTREAM
Expand Down
19 changes: 19 additions & 0 deletions ciq/ciq_backports/kernel-5.14.0-570.28.1.el9_6/rebuild.details.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Rebuild_History BUILDABLE
Rebuilding Kernel from rpm changelog with Fuzz Limit: 87.50%
Number of commits in upstream range v5.14~1..kernel-mainline: 309912
Number of commits in rpm: 25
Number of commits matched with upstream: 22 (88.00%)
Number of commits in upstream but not in rpm: 309890
Number of commits NOT found in upstream: 3 (12.00%)

Rebuilding Kernel on Branch rocky9_6_rebuild_kernel-5.14.0-570.28.1.el9_6 for kernel-5.14.0-570.28.1.el9_6
Clean Cherry Picks: 22 (100.00%)
Empty Cherry Picks: 0 (0.00%)
_______________________________

__EMPTY COMMITS__________________________

__CHANGES NOT IN UPSTREAM________________
Porting to Rocky Linux 9, debranding and Rocky branding'
Ensure aarch64 kernel is not compressed'
sunrpc: handle SVC_GARBAGE during svc auth processing as auth error
Loading