From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: "Daniel Díaz" <daniel.diaz@linaro.org>,
"Francis Laniel" <flaniel@linux.microsoft.com>
Cc: stable@vger.kernel.org, patches@lists.linux.dev,
linux-kernel@vger.kernel.org, torvalds@linux-foundation.org,
akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org,
patches@kernelci.org, lkft-triage@lists.linaro.org,
pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com,
sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de,
conor@kernel.org, allen.lkml@gmail.com
Subject: Re: [PATCH 5.10 00/75] 5.10.206-rc1 review
Date: Thu, 4 Jan 2024 10:25:13 +0100 [thread overview]
Message-ID: <2024010402-commerce-variably-ef86@gregkh> (raw)
In-Reply-To: <eb17f8c6-3967-4a39-aaa3-0252950c9084@linaro.org>
On Thu, Jan 04, 2024 at 03:16:15AM -0600, Daniel Díaz wrote:
> Hello!
>
> On 03/01/24 10:54 a. m., Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 5.10.206 release.
> > There are 75 patches in this series, all will be posted as a response
> > to this one. If anyone has any issues with these being applied, please
> > let me know.
> >
> > Responses should be made by Fri, 05 Jan 2024 16:47:49 +0000.
> > Anything received after that time might be too late.
> >
> > The whole patch series can be found in one patch at:
> > https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.10.206-rc1.gz
> > or in the git tree and branch at:
> > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.10.y
> > and the diffstat can be found below.
> >
> > thanks,
> >
> > greg k-h
>
> We're seeing a kernel warning on:
> * Juno-r2
> * Dragonboard 410c
> * i386
>
> that looks like this:
>
> -----8<-----
> ------------[ cut here ]------------
> [ 968.182348] WARNING: CPU: 2 PID: 16253 at kernel/module.c:261 module_kallsyms_on_each_symbol+0xaf/0xc0
> [ 968.191666] Modules linked in: x86_pkg_temp_thermal fuse ip_tables
> [ 968.197876] CPU: 2 PID: 16253 Comm: ftracetest Not tainted 5.10.206-rc1 #1
> [ 968.204786] Hardware name: Supermicro SYS-5019S-ML/X11SSH-F, BIOS 2.7 12/07/2021
> [ 968.212208] EIP: module_kallsyms_on_each_symbol+0xaf/0xc0
> [ 968.217632] Code: 68 d9 75 a4 31 c0 8d 65 f4 5b 5e 5f 5d c3 8d 74 26 00 90 ba ff ff ff ff b8 38 36 68 d9 e8 e9 61 df 00 85 c0 0f 85 6f ff ff ff 0b e9 68 ff ff ff 8d b4 26 00 00 00 00 8d 76 00 3e 8d 74 26 00
> [ 968.236389] EAX: 00000000 EBX: 00000001 ECX: ffffffff EDX: 00000001
> [ 968.242700] ESI: c5839d68 EDI: 00025c3b EBP: c5839d54 ESP: c5839d3c
> [ 968.249008] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 EFLAGS: 00010246
> [ 968.255845] CR0: 80050033 CR2: 010d9b70 CR3: 05b30000 CR4: 003506d0
> [ 968.262138] DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
> [ 968.268413] DR6: fffe0ff0 DR7: 00000400
> [ 968.272278] Call Trace:
> [ 968.274817] ? show_regs.cold+0x14/0x1a
> [ 968.278679] ? __warn+0x71/0x100
> [ 968.281954] ? module_kallsyms_on_each_symbol+0xaf/0xc0
> [ 968.287224] ? report_bug+0x7e/0xa0
> [ 968.290736] ? exc_overflow+0x40/0x40
> [ 968.294452] ? handle_bug+0x2a/0x50
> [ 968.297971] ? exc_invalid_op+0x1b/0x60
> [ 968.301836] ? handle_exception+0x140/0x140
> [ 968.306052] ? module_kallsyms_on_each_symbol+0xaf/0xc0
> [ 968.311310] ? exc_overflow+0x40/0x40
> [ 968.314999] ? module_kallsyms_on_each_symbol+0xaf/0xc0
> [ 968.320252] ? trace_kprobe_run_command+0x20/0x20
> [ 968.324970] ? trace_kprobe_run_command+0x20/0x20
> [ 968.329720] kallsyms_on_each_symbol+0xc1/0xd0
> [ 968.334195] ? trace_kprobe_run_command+0x20/0x20
> [ 968.338939] trace_kprobe_create+0x5fd/0xb20
> [ 968.343243] ? alloc_trace_kprobe+0x130/0x130
> [ 968.347628] create_dyn_event+0x57/0xc0
> [ 968.351495] ? dyn_event_release+0x140/0x140
> [ 968.355791] trace_run_command+0x69/0x80
> [ 968.359754] trace_parse_run_command+0x97/0x130
> [ 968.364339] ? dyn_event_seq_next+0x20/0x20
> [ 968.368549] dyn_event_write+0x10/0x20
> [ 968.372328] ? dyn_event_release+0x140/0x140
> [ 968.376611] vfs_write+0xe5/0x500
> [ 968.379973] ? lock_acquire+0x8c/0x230
> [ 968.383752] ? __might_fault+0x31/0x70
> [ 968.387545] ? find_held_lock+0x24/0x80
> [ 968.391414] ksys_write+0x72/0xf0
> [ 968.394759] __ia32_sys_write+0x15/0x20
> [ 968.398621] __do_fast_syscall_32+0x54/0xa0
> [ 968.402838] do_fast_syscall_32+0x29/0x60
> [ 968.406868] do_SYSENTER_32+0x15/0x20
> [ 968.410547] entry_SYSENTER_32+0x9f/0xf2
> [ 968.414497] EIP: 0xb7f85549
> [ 968.417309] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 e5 0f 34 cd 80 5a 59 c3 90 90 90 90 8d 76 00 58 b8 77 00 00 00 cd 80 90 8d 76
> [ 968.436081] EAX: ffffffda EBX: 00000001 ECX: 010ccdc0 EDX: 00000018
> [ 968.442371] ESI: b7f6aff4 EDI: 010ccdc0 EBP: 0044c4fc ESP: bfd964c0
> [ 968.448664] DS: 007b ES: 007b FS: 0000 GS: 0033 SS: 007b EFLAGS: 00000246
> [ 968.455478] irq event stamp: 77487
> [ 968.458912] hardirqs last enabled at (77497): [] console_unlock+0x589/0x5a0
> [ 968.466837] hardirqs last disabled at (77506): [] console_unlock+0x41d/0x5a0
> [ 968.474799] softirqs last enabled at (77474): [] call_on_stack+0x45/0x50
> [ 968.482480] softirqs last disabled at (77469): [] call_on_stack+0x45/0x50
> [ 968.490183] ---[ end trace 444b2433ce3c8b30 ]---
> ----->8-----
>
> and this:
>
> -----8<-----
> ------------[ cut here ]------------
> [ 418.955406] WARNING: CPU: 1 PID: 10942 at kernel/module.c:261 module_assert_mutex+0x3c/0x50
> [ 418.963777] Modules linked in: tda998x cec drm_kms_helper crct10dif_ce fuse drm dm_mod ip_tables x_tables
> [ 418.973433] CPU: 1 PID: 10942 Comm: ftracetest Not tainted 5.10.206-rc1 #1
> [ 418.980324] Hardware name: ARM Juno development board (r2) (DT)
> [ 418.986261] pstate: 60000005 (nZCv daif -PAN -UAO -TCO BTYPE=--)
> [ 418.992284] pc : module_assert_mutex+0x3c/0x50
> [ 418.996739] lr : module_assert_mutex+0x38/0x50
> [ 419.001192] sp : ffff80001cd03a90
> [ 419.004515] x29: ffff80001cd03a90 x28: 0000000000000018
> [ 419.009853] x27: 0000000000000002 x26: ffff0008324a6f80
> [ 419.015189] x25: 0000000000000006 x24: ffff800012819678
> [ 419.020525] x23: ffff0008324a6608 x22: ffff800010229bd0
> [ 419.025861] x21: ffff800010229bd0 x20: ffff80001cd03c68
> [ 419.031196] x19: 0000000000000000 x18: 0000000000000000
> [ 419.036531] x17: 0000000000000000 x16: 0000000000000000
> [ 419.041867] x15: 0000aaab20142c50 x14: 0000000000000028
> [ 419.047202] x13: 0000000000000002 x12: 0000000000000003
> [ 419.052538] x11: 0000000000000002 x10: 0101010101010101
> [ 419.057873] x9 : ffff80001019b11c x8 : 7f7f7f7f7f7f7f7f
> [ 419.063209] x7 : 625e6b646d71646a x6 : 34001c0a651c383c
> [ 419.068544] x5 : 3c381c650a1c0034 x4 : 0000000000000000
> [ 419.073880] x3 : 7d95b99001c19d7c x2 : ffff80096cfc9000
> [ 419.079215] x1 : 0000000000000000 x0 : 0000000000000000
> [ 419.084551] Call trace:
> [ 419.087005] module_assert_mutex+0x3c/0x50
> [ 419.091114] module_kallsyms_on_each_symbol+0x2c/0x100
> [ 419.096267] kallsyms_on_each_symbol+0xe0/0x120
> [ 419.100812] trace_kprobe_create+0x4e4/0x9d0
> [ 419.105095] create_dyn_event+0x80/0xf0
> [ 419.108943] trace_run_command+0x90/0xac
> [ 419.112877] trace_parse_run_command+0x120/0x4c0
> [ 419.117506] dyn_event_write+0x18/0x24
> [ 419.121267] vfs_write+0xec/0x20c
> [ 419.124592] ksys_write+0x78/0x110
> [ 419.128004] __arm64_sys_write+0x24/0x30
> [ 419.131939] el0_svc_common.constprop.0+0x84/0x1e0
> [ 419.136743] do_el0_svc+0x2c/0xa4
> [ 419.140069] el0_svc+0x20/0x30
> [ 419.143132] el0_sync_handler+0xe8/0x114
> [ 419.147065] el0_sync+0x180/0x1c0
> [ 419.150387] irq event stamp: 48184
> [ 419.153800] hardirqs last enabled at (48183): [] exit_to_kernel_mode+0x38/0x180
> [ 419.162781] hardirqs last disabled at (48184): [] el1_dbg+0x24/0x50
> [ 419.170630] softirqs last enabled at (48168): [] __do_softirq+0x4dc/0x564
> [ 419.179091] softirqs last disabled at (48153): [] __irq_exit_rcu+0x170/0x194
> [ 419.187721] ---[ end trace 2989cd52be73b559 ]---
> ------------[ cut here ]------------
> [ 419.263431] WARNING: CPU: 2 PID: 10942 at kernel/module.c:261 module_assert_mutex+0x3c/0x50
> [ 419.271801] Modules linked in: tda998x cec drm_kms_helper crct10dif_ce fuse drm dm_mod ip_tables x_tables
> [ 419.281457] CPU: 2 PID: 10942 Comm: ftracetest Tainted: G W 5.10.206-rc1 #1
> [ 419.289740] Hardware name: ARM Juno development board (r2) (DT)
> [ 419.295676] pstate: 60000005 (nZCv daif -PAN -UAO -TCO BTYPE=--)
> [ 419.301698] pc : module_assert_mutex+0x3c/0x50
> [ 419.306154] lr : module_assert_mutex+0x38/0x50
> [ 419.310607] sp : ffff80001cd03a90
> [ 419.313930] x29: ffff80001cd03a90 x28: 0000000000000018
> [ 419.319267] x27: 0000000000000002 x26: ffff000831f8d500
> [ 419.324603] x25: 0000000000000007 x24: ffff800012819678
> [ 419.329939] x23: ffff000831f8d608 x22: ffff800010229bd0
> [ 419.335275] x21: ffff800010229bd0 x20: ffff80001cd03c68
> [ 419.340610] x19: 0000000000000000 x18: 0000000000000000
> [ 419.345946] x17: 0000000000000000 x16: 0000000000000000
> [ 419.351281] x15: 0000aaab20142c50 x14: 000000000003fffd
> [ 419.356616] x13: 0000000000000038 x12: 0000000000000038
> [ 419.361951] x11: 0000000000000002 x10: 0101010101010101
> [ 419.367287] x9 : ffff80001019b11c x8 : 7f7f7f7f7f7f7f7f
> [ 419.372622] x7 : 625e6b646d71646a x6 : 34001c0a651c383c
> [ 419.377958] x5 : 3c381c650a1c0034 x4 : 0000000000000000
> [ 419.383293] x3 : 7d95b99001c19d7c x2 : ffff80096cfeb000
> [ 419.388628] x1 : 0000000000000000 x0 : 0000000000000000
> [ 419.393964] Call trace:
> [ 419.396419] module_assert_mutex+0x3c/0x50
> [ 419.400527] module_kallsyms_on_each_symbol+0x2c/0x100
> [ 419.405679] kallsyms_on_each_symbol+0xe0/0x120
> [ 419.410225] trace_kprobe_create+0x4e4/0x9d0
> [ 419.414507] create_dyn_event+0x80/0xf0
> [ 419.418355] trace_run_command+0x90/0xac
> [ 419.422289] trace_parse_run_command+0x120/0x4c0
> [ 419.426918] dyn_event_write+0x18/0x24
> [ 419.430683] vfs_write+0xec/0x20c
> [ 419.434007] ksys_write+0x78/0x110
> [ 419.437419] __arm64_sys_write+0x24/0x30
> [ 419.441354] el0_svc_common.constprop.0+0x84/0x1e0
> [ 419.446159] do_el0_svc+0x2c/0xa4
> [ 419.449486] el0_svc+0x20/0x30
> [ 419.452549] el0_sync_handler+0xe8/0x114
> [ 419.456482] el0_sync+0x180/0x1c0
> [ 419.459805] irq event stamp: 48666
> [ 419.463218] hardirqs last enabled at (48665): [] exit_to_kernel_mode+0x38/0x180
> [ 419.472199] hardirqs last disabled at (48666): [] el1_dbg+0x24/0x50
> [ 419.480048] softirqs last enabled at (48664): [] __do_softirq+0x4dc/0x564
> [ 419.488508] softirqs last disabled at (48659): [] __irq_exit_rcu+0x170/0x194
> [ 419.497139] ---[ end trace 2989cd52be73b55a ]---
> ----->8-----
>
> Test execution:
>
> https://lkft.validation.linaro.org/scheduler/job/7142331
>
> Bisections (Arm64 and x86) point to:
>
> commit 47808d93a0cd0bb7358d9ef141e85216a4b86ef4
> Author: Francis Laniel <flaniel@linux.microsoft.com>
> Date: Fri Oct 20 13:42:49 2023 +0300
>
> tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbols
> commit b022f0c7e404887a7c5229788fc99eff9f9a80d5 upstream.
>
>
> Reverting made the warning disappear on both Arm64 and i386.
>
> Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
These patches are just flat out not worth it anymore, we have had more
problems with them over the past few months than I can remember ever
having for any other backport.
Francis, I'm sorry, but I give up here, I'm dropping these from all
queues again, and if you feel they need to get into an older kernel tree
like these, please submit the needed changes to the
device/vendor/whomever trees as they can deal with the fallout, this has
caused too many problems for the LTS kernels...
thanks,
greg k-h
next prev parent reply other threads:[~2024-01-04 9:25 UTC|newest]
Thread overview: 86+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-03 16:54 [PATCH 5.10 00/75] 5.10.206-rc1 review Greg Kroah-Hartman
2024-01-03 16:54 ` [PATCH 5.10 01/75] ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZE Greg Kroah-Hartman
2024-01-03 16:54 ` [PATCH 5.10 02/75] smb: client: fix OOB in smb2_query_reparse_point() Greg Kroah-Hartman
2024-01-03 16:54 ` [PATCH 5.10 03/75] ARM: OMAP2+: Fix null pointer dereference and memory leak in omap_soc_device_init Greg Kroah-Hartman
2024-01-03 16:54 ` [PATCH 5.10 04/75] reset: Fix crash when freeing non-existent optional resets Greg Kroah-Hartman
2024-01-03 16:54 ` [PATCH 5.10 05/75] s390/vx: fix save/restore of fpu kernel context Greg Kroah-Hartman
2024-01-03 16:54 ` [PATCH 5.10 06/75] wifi: mac80211: mesh_plink: fix matches_local logic Greg Kroah-Hartman
2024-01-03 16:54 ` [PATCH 5.10 07/75] Revert "net/mlx5e: fix double free of encap_header" Greg Kroah-Hartman
2024-01-03 16:54 ` [PATCH 5.10 08/75] net/mlx5e: Fix slab-out-of-bounds in mlx5_query_nic_vport_mac_list() Greg Kroah-Hartman
2024-01-03 16:54 ` [PATCH 5.10 09/75] net/mlx5: Fix fw tracer first block check Greg Kroah-Hartman
2024-01-03 16:54 ` [PATCH 5.10 10/75] net/mlx5e: Correct snprintf truncation handling for fw_version buffer used by representors Greg Kroah-Hartman
2024-01-03 16:54 ` [PATCH 5.10 11/75] net: sched: ife: fix potential use-after-free Greg Kroah-Hartman
2024-01-03 16:54 ` [PATCH 5.10 12/75] ethernet: atheros: fix a memleak in atl1e_setup_ring_resources Greg Kroah-Hartman
2024-01-03 16:54 ` [PATCH 5.10 13/75] net/rose: fix races in rose_kill_by_device() Greg Kroah-Hartman
2024-01-03 16:54 ` [PATCH 5.10 14/75] net: check vlan filter feature in vlan_vids_add_by_dev() and vlan_vids_del_by_dev() Greg Kroah-Hartman
2024-01-03 16:54 ` [PATCH 5.10 15/75] afs: Fix the dynamic roots d_delete to always delete unused dentries Greg Kroah-Hartman
2024-01-03 16:54 ` [PATCH 5.10 16/75] afs: Fix dynamic root lookup DNS check Greg Kroah-Hartman
2024-01-03 16:54 ` [PATCH 5.10 17/75] net: warn if gso_type isnt set for a GSO SKB Greg Kroah-Hartman
2024-01-03 16:54 ` [PATCH 5.10 18/75] net: check dev->gso_max_size in gso_features_check() Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 19/75] keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 20/75] afs: Fix overwriting of result of DNS query Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 21/75] i2c: aspeed: Handle the coalesced stop conditions with the start conditions Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 22/75] pinctrl: at91-pio4: use dedicated lock class for IRQ Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 23/75] ALSA: hda/hdmi: Add quirk to force pin connectivity on NUC10 Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 24/75] ALSA: hda/hdmi: add force-connect quirk for NUC5CPYB Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 25/75] smb: client: fix NULL deref in asn1_ber_decoder() Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 26/75] btrfs: do not allow non subvolume root targets for snapshot Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 27/75] interconnect: Treat xlate() returning NULL node as an error Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 28/75] iio: imu: inv_mpu6050: fix an error code problem in inv_mpu6050_read_raw Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 29/75] interconnect: qcom: sm8250: Enable sync_state Greg Kroah-Hartman
2024-01-03 17:29 ` Konrad Dybcio
2024-01-03 16:55 ` [PATCH 5.10 30/75] Input: ipaq-micro-keys - add error handling for devm_kmemdup Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 31/75] scsi: bnx2fc: Fix skb double free in bnx2fc_rcv() Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 32/75] iio: common: ms_sensors: ms_sensors_i2c: fix humidity conversion time table Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 33/75] iio: adc: ti_am335x_adc: Fix return value check of tiadc_request_dma() Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 34/75] wifi: cfg80211: Add my certificate Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 35/75] wifi: cfg80211: fix certs build to not depend on file order Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 36/75] USB: serial: ftdi_sio: update Actisense PIDs constant names Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 37/75] USB: serial: option: add Quectel EG912Y module support Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 38/75] USB: serial: option: add Foxconn T99W265 with new baseline Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 39/75] USB: serial: option: add Quectel RM500Q R13 firmware support Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 40/75] Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sent Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 41/75] Bluetooth: L2CAP: Send reject on command corrupted request Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 42/75] Input: soc_button_array - add mapping for airplane mode button Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 43/75] net: 9p: avoid freeing uninit memory in p9pdu_vreadf Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 44/75] net: rfkill: gpio: set GPIO direction Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 45/75] net: ks8851: Fix TX stall caused by TX buffer overrun Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 46/75] dt-bindings: nvmem: mxs-ocotp: Document fsl,ocotp Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 47/75] tracing / synthetic: Disable events after testing in synth_event_gen_test_init() Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 48/75] bus: ti-sysc: Flush posted write only after srst_udelay Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 49/75] lib/vsprintf: Fix %pfwf when current node refcount == 0 Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 50/75] x86/alternatives: Sync core before enabling interrupts Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 51/75] 9p/net: fix possible memory leak in p9_check_errors() Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 52/75] ARM: dts: Fix occasional boot hang for am3 usb Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 53/75] Bluetooth: SMP: Convert BT_ERR/BT_DBG to bt_dev_err/bt_dev_dbg Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 54/75] Bluetooth: use inclusive language in SMP Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 55/75] Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 56/75] usb: fotg210-hcd: delete an incorrect bounds test Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 57/75] smb: client: fix OOB in SMB2_query_info_init() Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 58/75] smb: client: fix OOB in smbCalcSize() Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 59/75] Bluetooth: af_bluetooth: Fix Use-After-Free in bt_sock_recvmsg Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 60/75] spi: atmel: Switch to transfer_one transfer method Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 61/75] spi: atmel: Fix CS and initialization bug Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 62/75] scsi: core: Add scsi_prot_ref_tag() helper Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 63/75] scsi: core: Introduce scsi_get_sector() Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 64/75] scsi: core: Make scsi_get_lba() return the LBA Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 65/75] scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.request Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 66/75] scsi: core: Use a structure member to track the SCSI command submitter Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 67/75] scsi: core: Always send batch on reset or error handling command Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 68/75] ring-buffer: Fix wake ups when buffer_percent is set to 100 Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 69/75] tracing: Fix blocked reader of snapshot buffer Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 70/75] netfilter: nf_tables: skip set commit for deleted/destroyed sets Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 71/75] dm-integrity: dont modify bios immutable bio_vec in integrity_metadata() Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 72/75] tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbols Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 73/75] Revert "MIPS: Loongson64: Enable DMA noncoherent support" Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 74/75] Bluetooth: SMP: Fix crash when receiving new connection when debug is enabled Greg Kroah-Hartman
2024-01-03 16:55 ` [PATCH 5.10 75/75] spi: atmel: Fix PDC transfer setup bug Greg Kroah-Hartman
2024-01-03 19:15 ` [PATCH 5.10 00/75] 5.10.206-rc1 review Florian Fainelli
2024-01-04 0:40 ` Dominique Martinet
2024-01-04 9:16 ` Daniel Díaz
2024-01-04 9:25 ` Greg Kroah-Hartman [this message]
2024-01-08 17:47 ` Francis Laniel
2024-01-04 12:11 ` Jon Hunter
2024-01-04 12:15 ` Pavel Machek
2024-01-05 1:03 ` Guenter Roeck
2024-01-05 11:12 ` Shreeya Patel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2024010402-commerce-variably-ef86@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=allen.lkml@gmail.com \
--cc=conor@kernel.org \
--cc=daniel.diaz@linaro.org \
--cc=f.fainelli@gmail.com \
--cc=flaniel@linux.microsoft.com \
--cc=jonathanh@nvidia.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=lkft-triage@lists.linaro.org \
--cc=patches@kernelci.org \
--cc=patches@lists.linux.dev \
--cc=pavel@denx.de \
--cc=rwarsow@gmx.de \
--cc=shuah@kernel.org \
--cc=srw@sladewatkins.net \
--cc=stable@vger.kernel.org \
--cc=sudipm.mukherjee@gmail.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox