Skip to content

Commit 0b86b88

Browse files
author
Herton R. Krzesinski
committed
[redhat] kernel-5.14.0-242.el9
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
1 parent 077076c commit 0b86b88

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

Makefile.rhelver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RHEL_MINOR = 2
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 241
15+
RHEL_RELEASE = 242
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.2

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
* Mon Jan 23 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-242.el9]
2+
- net: Fix a data-race around gro_normal_batch. (Guillaume Nault) [2160073]
3+
- ratelimit: Fix data-races in ___ratelimit(). (Guillaume Nault) [2160073]
4+
- ipv4: Fix data-races around sysctl_fib_notify_on_flag_change. (Guillaume Nault) [2160073]
5+
- tcp: Fix data-races around sysctl_tcp_reflect_tos. (Guillaume Nault) [2160073]
6+
- tcp: Fix a data-race around sysctl_tcp_comp_sack_nr. (Guillaume Nault) [2160073]
7+
- tcp: Fix a data-race around sysctl_tcp_comp_sack_slack_ns. (Guillaume Nault) [2160073]
8+
- tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns. (Guillaume Nault) [2160073]
9+
- tcp: Fix data-races around sk_pacing_rate. (Guillaume Nault) [2160073]
10+
- tcp: Fix a data-race around sysctl_tcp_invalid_ratelimit. (Guillaume Nault) [2160073]
11+
- tcp: Fix a data-race around sysctl_tcp_autocorking. (Guillaume Nault) [2160073]
12+
- tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen. (Guillaume Nault) [2160073]
13+
- tcp: Fix a data-race around sysctl_tcp_min_tso_segs. (Guillaume Nault) [2160073]
14+
- tcp: Fix a data-race around sysctl_tcp_challenge_ack_limit. (Guillaume Nault) [2160073]
15+
- tcp: Fix a data-race around sysctl_tcp_limit_output_bytes. (Guillaume Nault) [2160073]
16+
- tcp: Fix data-races around sysctl_tcp_no_ssthresh_metrics_save. (Guillaume Nault) [2160073]
17+
- tcp: Fix a data-race around sysctl_tcp_nometrics_save. (Guillaume Nault) [2160073]
18+
- tcp: Fix a data-race around sysctl_tcp_frto. (Guillaume Nault) [2160073]
19+
- tcp: Fix a data-race around sysctl_tcp_adv_win_scale. (Guillaume Nault) [2160073]
20+
- tcp: Fix a data-race around sysctl_tcp_app_win. (Guillaume Nault) [2160073]
21+
- tcp: Fix data-races around sysctl_tcp_dsack. (Guillaume Nault) [2160073]
22+
- tcp: Fix data-races around sysctl_tcp_max_reordering. (Guillaume Nault) [2160073]
23+
- tcp: Fix a data-race around sysctl_tcp_abort_on_overflow. (Guillaume Nault) [2160073]
24+
- tcp: Fix a data-race around sysctl_tcp_rfc1337. (Guillaume Nault) [2160073]
25+
- tcp: Fix a data-race around sysctl_tcp_stdurg. (Guillaume Nault) [2160073]
26+
- tcp: Fix a data-race around sysctl_tcp_retrans_collapse. (Guillaume Nault) [2160073]
27+
- tcp: Fix data-races around sysctl_tcp_slow_start_after_idle. (Guillaume Nault) [2160073]
28+
- tcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts. (Guillaume Nault) [2160073]
29+
- tcp: Fix data-races around sysctl_tcp_recovery. (Guillaume Nault) [2160073]
30+
- tcp: Fix a data-race around sysctl_tcp_early_retrans. (Guillaume Nault) [2160073]
31+
- tcp: Fix data-races around sysctl knobs related to SYN option. (Guillaume Nault) [2160073]
32+
- ip: Fix data-races around sysctl_ip_prot_sock. (Guillaume Nault) [2160073]
33+
- ipv4: Fix data-races around sysctl_fib_multipath_hash_fields. (Guillaume Nault) [2160073]
34+
- ipv4: Fix data-races around sysctl_fib_multipath_hash_policy. (Guillaume Nault) [2160073]
35+
- ipv4: Fix a data-race around sysctl_fib_multipath_use_neigh. (Guillaume Nault) [2160073]
36+
- selftests/timens: add a test for vfork+exit (Oleg Nesterov) [2116442]
37+
- fs/exec: switch timens when a task gets a new mm (Oleg Nesterov) [2116442]
38+
- powerpc/pseries/vas: sysfs comments with the correct entries (Mukesh Chaurasiya) [2130348]
39+
- powerpc/pseries/vas: use default_groups in kobj_type (Mukesh Chaurasiya) [2130348]
40+
- powerpc/pseries/vas: Add VAS IRQ primary handler (Mukesh Chaurasiya) [2130348]
41+
- powerpc: Ignore DSI error caused by the copy/paste instruction (Mukesh Chaurasiya) [2130348]
42+
- powerpc/pseries: Move vas_migration_handler early during migration (Mukesh Chaurasiya) [2130348]
43+
Resolves: rhbz#2160073, rhbz#2116442, rhbz#2130348
44+
145
* Fri Jan 20 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-241.el9]
246
- blk-cgroup: Optimize blkcg_rstat_flush() (Waiman Long) [2077665]
347
- blk-cgroup: Return -ENOMEM directly in blkcg_css_alloc() error path (Waiman Long) [2077665]

0 commit comments

Comments
 (0)