Skip to content

Commit c784af6

Browse files
committed
LTS tag: v5.4.289
- 7 LTS commits were skipped (already in uek6/u3) e00e6283e98ee i2c: pnx: Fix timeout in wait functions 353e49dd5d7f0 of/irq: Fix using uninitialized variable @addr_len in API of_irq_parse_one() aa577b51d5933 nfsd: restore callback functionality for NFSv4.0 ca9818554b0f3 mtd: rawnand: fix double free in atmel_pmecc_create_user() 66ffb0cf2125d af_packet: fix vlan_get_tci() vs MSG_PEEK 560cbdd26b510 af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEK 177516053eae3 ftrace: use preempt_enable/disable notrace macros to avoid double fault - 3 kABI issues were resolved 30080cdde63e0 tracing: Constify string literal data member in struct trace_event_call Notes: Use UEK_KABI_CONST to mark char *name as const char *name to resolve kABI issue. 9857e028d4201 netfilter: Replace zero-length array with flexible-array member Notes: No size change, use "#ifdef __GENKSYMS__" to resolve kABI issue. 43e7958cf7c1a skb_expand_head() adjust skb->truesize incorrectly Notes: Hide the header file from checksum generator, or it will cause kABI issue. - 1 nfs related commit 52ceea6162a11 NFS/pnfs: Fix a live lock between recalled layouts and layoutget Reviewed-by: Calum Mackay <[email protected]> Signed-off-by: Sherry Yang <[email protected]> Reviewed-by: Alok Tiwari <[email protected]>
1 parent f569ef2 commit c784af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
VERSION = 5
33
PATCHLEVEL = 4
44
SUBLEVEL = 17
5-
# LTS-VERSION v5.4.288
5+
# LTS-VERSION v5.4.289
66
EXTRAVERSION =
77
NAME = Kleptomaniac Octopus
88

0 commit comments

Comments
 (0)