summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-06Linux 5.4.231v5.4.231Greg Kroah-Hartman1-1/+1
2023-02-06Revert "xprtrdma: Fix regbuf data not freed in rpcrdma_req_create()"Greg Kroah-Hartman1-1/+0
2023-02-06usb: host: xhci-plat: add wakeup entry at sysfsPeter Chen1-1/+1
2023-02-06Bluetooth: fix null ptr deref on hci_sync_conn_complete_evtSoenke Huster1-0/+13
2023-02-06ipv6: ensure sane device mtu in tunnelsEric Dumazet3-12/+18
2023-02-06exit: Use READ_ONCE() for all oops/warn limit readsKees Cook2-4/+9
2023-02-06docs: Fix path paste-o for /sys/kernel/warn_countKees Cook1-1/+1
2023-02-06panic: Expose "warn_count" to sysfsKees Cook2-2/+26
2023-02-06panic: Introduce warn_limitKees Cook2-0/+37
2023-02-06panic: Consolidate open-coded panic_on_warn checksKees Cook4-6/+11
2023-02-06exit: Allow oops_limit to be disabledKees Cook2-3/+4
2023-02-06exit: Expose "oops_count" to sysfsKees Cook2-2/+26
2023-02-06exit: Put an upper limit on how often we can oopsJann Horn2-0/+51
2023-02-06ia64: make IA64_MCA_RECOVERY bool instead of tristateRandy Dunlap1-1/+1
2023-02-06csky: Fix function name in csky_alignment() and die()Nathan Chancellor2-2/+2
2023-02-06h8300: Fix build errors from do_exit() to make_task_dead() transitionNathan Chancellor2-2/+3
2023-02-06hexagon: Fix function name in die()Nathan Chancellor1-1/+1
2023-02-06objtool: Add a missing comma to avoid string concatenationEric W. Biederman1-1/+1
2023-02-06exit: Add and use make_task_dead.Eric W. Biederman38-52/+60
2023-02-06mm: kasan: do not panic if both panic_on_warn and kasan_multishot setDavid Gow1-1/+1
2023-02-06panic: unset panic_on_warn inside panic()Tiezhu Yang1-9/+11
2023-02-06sysctl: add a new register_sysctl_init() interfaceXiaoming Ni2-0/+36
2023-02-06dmaengine: imx-sdma: Fix a possible memory leak in sdma_transfer_initHui Wang1-1/+3
2023-02-06blk-cgroup: fix missing pd_online_fn() while activating policyYu Kuai1-0/+4
2023-02-06bpf: Skip task with pid=1 in send_signal_common()Hao Sun1-0/+3
2023-02-06ARM: dts: imx: Fix pca9547 i2c-mux node nameGeert Uytterhoeven1-1/+1
2023-02-06x86/asm: Fix an assembler warning with current binutilsMikulas Patocka1-1/+1
2023-02-06clk: Fix pointer casting to prevent oops in devm_clk_release()Uwe Kleine-König1-1/+1
2023-02-06perf/x86/amd: fix potential integer overflow on shift of a intColin Ian King1-1/+1
2023-02-06netfilter: conntrack: unify established states for SCTP pathsSriram Yagnaraman4-64/+41
2023-02-06x86/i8259: Mark legacy PIC interrupts with IRQ_LEVELThomas Gleixner2-1/+4
2023-02-06block: fix and cleanup bio_check_roChristoph Hellwig1-4/+1
2023-02-06nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is unmountedTrond Myklebust5-25/+41
2023-02-06Revert "Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI mode"Dmitry Torokhov1-1/+0
2023-02-06net: mdio-mux-meson-g12a: force internal PHY off on mux switchJerome Brunet1-7/+16
2023-02-06net: xgene: Move shared header file into include/linuxAndrew Lunn3-2/+2
2023-02-06net/phy/mdio-i2c: Move header file to include/linux/mdioAndrew Lunn4-3/+3
2023-02-06net/tg3: resolve deadlock in tg3_reset_task() during EEHDavid Christensen1-4/+4
2023-02-06thermal: intel: int340x: Add locking to int340x_thermal_get_trip_type()Rafael J. Wysocki1-3/+7
2023-02-06net: ravb: Fix possible hang if RIS2_QFF1 happenYoshihiro Shimoda1-2/+2
2023-02-06sctp: fail if no bound addresses can be used for a given scopeMarcelo Ricardo Leitner1-0/+6
2023-02-06net/sched: sch_taprio: do not schedule in taprio_reset()Eric Dumazet1-1/+0
2023-02-06netrom: Fix use-after-free of a listening socket.Kuniyuki Iwashima1-0/+1
2023-02-06netfilter: conntrack: fix vtag checks for ABORT/SHUTDOWN_COMPLETESriram Yagnaraman1-9/+16
2023-02-06ipv4: prevent potential spectre v1 gadget in fib_metrics_match()Eric Dumazet1-0/+2
2023-02-06ipv4: prevent potential spectre v1 gadget in ip_metrics_convert()Eric Dumazet1-0/+2
2023-02-06netlink: annotate data races around sk_stateEric Dumazet1-4/+6
2023-02-06netlink: annotate data races around dst_portid and dst_groupEric Dumazet1-9/+14
2023-02-06netlink: annotate data races around nlk->portidEric Dumazet1-2/+5
2023-02-06netfilter: nft_set_rbtree: skip elements in transaction from garbage collectionPablo Neira Ayuso1-1/+15