Rui Chen
dbb9fda3cf
ANDROID: fs: add vendor hook to collect IO statistics
...
Add vendor hook to get metainfo of direct/buffered read and write.
Determine hot files in each performance-sensitive user scenario.
Bug: 380502059
Change-Id: Ie7604852df637d6664afd72e87bd6d4b14bbc2a2
Signed-off-by: Rui Chen <chenrui9@honor.com >
2024-12-12 13:12:30 -08:00
Udipto Goswami
b9ba16d91d
UPSTREAM: usb: xhci: Implement xhci_handshake_check_state() helper
...
In some situations where xhci removal happens parallel to xhci_handshake,
we encounter a scenario where the xhci_handshake can't succeed, and it
polls until timeout.
If xhci_handshake runs until timeout it can on some platforms result in
a long wait which might lead to a watchdog timeout.
Add a helper that checks xhci status during the handshake, and exits if
set state is entered. Use this helper in places where xhci_handshake is
called unlocked and has a long timeout. For example xhci command timeout
and xhci reset.
[commit message and code comment rewording -Mathias]
Signed-off-by: Udipto Goswami <quic_ugoswami@quicinc.com >
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com >
Link: https://lore.kernel.org/r/20231019102924.2797346-18-mathias.nyman@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
Bug: 383443034
Change-Id: Iec54af32dcf6b07075e3f084dba914fc43635ee6
(cherry picked from commit 6ccb83d6c4972ebe6ae49de5eba051de3638362c)
Signed-off-by: Faisal Hassan <quic_faisalh@quicinc.com >
2024-12-11 12:49:35 -08:00
Todd Kjos
191acd0d6a
Revert "UPSTREAM: unicode: Don't special case ignorable code points"
...
This reverts commit 62bbb08add179b68e2ce0ede59f3c4b37d6c92a8.
Reason for revert: b/382800956
Bug: 382800956
Change-Id: Ic7a0cdbb060c12c1628a5859d795e78cd6b9341d
Signed-off-by: Todd Kjos <tkjos@google.com >
(cherry picked from commit c376628415656f16d398aad95c218a06805038bd)
Signed-off-by: Lee Jones <joneslee@google.com >
2024-12-11 18:44:17 +00:00
Todd Kjos
0a310649d8
Reapply "UPSTREAM: unicode: Don't special case ignorable code points"
...
This reverts commit e1ba90026d98e53f5736131f3363424e83315f00.
Reapplying only to re-revert with the correct Change-Id
Bug: 382800956
Signed-off-by: Todd Kjos <tkjos@google.com >
Change-Id: Icdd08040f04ed7e85d31b7f8551ee2ef1d0b95b0
2024-12-11 18:21:53 +00:00
meixie
e318dc4c06
ANDROID: abi_gki_aarch64_qcom: Update symbols list for Qcom
...
Update symbols list for Qcom
Symbols added:
default_qdisc_ops
dev_activate
dev_deactivate
dev_graft_qdisc
gnet_stats_add_basic
gnet_stats_add_queue
gnet_stats_basic_sync_init
gnet_stats_copy_basic
gnet_stats_copy_queue
mq_change_real_num_tx
netdev_txq_to_tc
noop_qdisc
pfifo_fast_ops
pfifo_qdisc_ops
qdisc_create_dflt
qdisc_hash_add
qdisc_put
qdisc_reset
qdisc_tree_reduce_backlog
qdisc_watchdog_cancel
qdisc_watchdog_init
qdisc_watchdog_init_clockid
qdisc_watchdog_schedule_range_ns
rtnl_kfree_skbs
sock_queue_err_skb
Bug: 369460491
Change-Id: I1d0b22f03250d3c33d6fd23cf02f6d014444a2b4
Signed-off-by: meixie <quic_meixie@quicinc.com >
2024-12-11 08:08:21 -08:00
Todd Kjos
904ebc320c
Revert "UPSTREAM: unicode: Don't special case ignorable code points"
...
This reverts commit 8097478ae8 .
Reason for revert: b/382800956
Change-Id: Ie03821befee269e6dac987900364d48a95d6d65b
Signed-off-by: Todd Kjos <tkjos@google.com >
2024-12-11 01:17:34 +00:00
Vincent Donnefort
0f332d7edc
ANDROID: KVM: arm64: Fix missing mutex init for hyp trace readers
...
Prevent the kernel from crashing when using the hypervisor tracing.
While bringing locking for the nVHE hyp tracing readers, init has been
omitted. This resulted in a stack trace with the following signature
when tracing was enabled:
[ 85.897294][ T6772] Call trace:
[ 85.900420][ T6772] __list_add_valid+0x78/0xbc
[ 85.904937][ T6772] __mutex_add_waiter+0x54/0x138
[ 85.909711][ T6772] __mutex_lock+0x344/0xdac
[ 85.914054][ T6772] __mutex_lock_slowpath+0x14/0x24
[ 85.919003][ T6772] mutex_lock+0x40/0xec
[ 85.922998][ T6772] hyp_trace_pipe_read+0x37c/0x418
[ 85.927948][ T6772] vfs_read+0x100/0x2c0
[ 85.931942][ T6772] ksys_read+0x78/0xe8
[ 85.935850][ T6772] __arm64_sys_read+0x1c/0x2c
[ 85.940367][ T6772] invoke_syscall+0x58/0x11c
[ 85.944794][ T6772] el0_svc_common+0xb4/0xf4
[ 85.949137][ T6772] do_el0_svc+0x2c/0xb0
[ 85.953132][ T6772] el0_svc+0x2c/0x90
[ 85.956865][ T6772] el0t_64_sync_handler+0x68/0xb4
[ 85.961728][ T6772] el0t_64_sync+0x1a4/0x1a8
[ 85.966072][ T6772] Code: d4210000 d0007080 91271c00 9423d9aa
Bug: 229972309
Bug: 380818540
Test: enable hypervisor tracing per-cpu and fetch hyp events
Fixes: 34305ad4b1 ("ANDROID: KVM: arm64: Add host support for the nVHE hyp tracing")
Change-Id: I5269e030f0744bdff8ca8c71260e41c74b20f21b
Signed-off-by: Vincent Donnefort <vdonnefort@google.com >
Signed-off-by: Sebastian Ene <sebastianene@google.com >
2024-12-10 13:41:18 +00:00
yipeng xiang
affd0c0263
ANDROID: mm: EXPORT_SYMBOL_GPL(reclaim_pages) position adjustment
...
EXPORT_SYMBOL_GPL(reclaim_pages) should follow reclaim_pages, not __reclaim_pages.
Bug: 365902592
Change-Id: Ieb1b991e40c8893af679fc3c3d711cd0ae049c9c
Signed-off-by: yipeng xiang <yipengxiang@honor.corp-partner.google.com >
2024-12-09 23:59:03 +00:00
Seiya Wang
d8ccecb7c2
ANDROID: GKI: Update symbol list for mtk
...
1 function symbol(s) added
'unsigned int tty_buffer_space_avail(struct tty_port*)'
Bug: 383039133
Change-Id: Ic92096ecc482c120b8cda325a7f2ae44f99e8527
Signed-off-by: Seiya Wang <seiya.wang@mediatek.com >
2024-12-09 17:28:05 +00:00
Jiri Kosina
853ec04e2d
UPSTREAM: HID: core: zero-initialize the report buffer
...
[ Upstream commit 177f25d1292c7e16e1199b39c85480f7f8815552 ]
Since the report buffer is used by all kinds of drivers in various ways, let's
zero-initialize it during allocation to make sure that it can't be ever used
to leak kernel memory via specially-crafted report.
Bug: 380395346
Fixes: 27ce405039 ("HID: fix data access in implement()")
Reported-by: Benoît Sevens <bsevens@google.com >
Acked-by: Benjamin Tissoires <bentiss@kernel.org >
Signed-off-by: Jiri Kosina <jkosina@suse.com >
Signed-off-by: Sasha Levin <sashal@kernel.org >
(cherry picked from commit 9d9f5c75c0 )
Signed-off-by: Lee Jones <joneslee@google.com >
Change-Id: I31f64f2745347137bbc415eb35b7fab5761867f3
2024-12-09 12:10:24 +00:00
Seiya Wang
c276c53965
ANDROID: GKI: Update symbol list for mtk
...
1 function symbol(s) added
'int snd_pcm_format_set_silence(snd_pcm_format_t, void*, unsigned int)'
Bug: 382303912
Signed-off-by: Seiya Wang <seiya.wang@mediatek.com >
Change-Id: I7de7c367b52114b9770697cf3eaeb47008a0e52b
2024-12-06 13:04:12 +00:00
Saravana Kannan
fddf80a6ac
UPSTREAM: of: property: fw_devlink: Add support for "post-init-providers" property
...
Add support for this property so that dependency cycles can be broken and
fw_devlink can do better probe/suspend/resume ordering between devices in a
dependency cycle.
Signed-off-by: Saravana Kannan <saravanak@google.com >
Acked-by: "Rafael J. Wysocki" <rafael@kernel.org >
Reviewed-by: Rob Herring <robh@kernel.org >
Link: https://lore.kernel.org/r/20240305050458.1400667-4-saravanak@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
(cherry picked from commit 135116f3d01402b610e00dd54f3b059a3faf35de)
Change-Id: I49e29a38ebc5b0a663d8d336512be1b56ca607c7
Bug: 347344057
2024-12-06 01:31:16 +00:00
Saravana Kannan
b865d3ed06
UPSTREAM: driver core: Add FWLINK_FLAG_IGNORE to completely ignore a fwnode link
...
A fwnode link between specific supplier-consumer fwnodes can be added
multiple times for multiple reasons. If that dependency doesn't exist,
deleting the fwnode link once doesn't guarantee that it won't get created
again.
So, add FWLINK_FLAG_IGNORE flag to mark a fwnode link as one that needs to
be completely ignored. Since a fwnode link's flags is an OR of all the
flags passed to all the fwnode_link_add() calls to create that specific
fwnode link, the FWLINK_FLAG_IGNORE flag is preserved and can be used to
mark a fwnode link as on that need to be completely ignored until it is
deleted.
Signed-off-by: Saravana Kannan <saravanak@google.com >
Acked-by: "Rafael J. Wysocki" <rafael@kernel.org >
Reviewed-by: Rob Herring <robh@kernel.org >
Link: https://lore.kernel.org/r/20240305050458.1400667-3-saravanak@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
(cherry picked from commit b7e1241d8f77ed64404a5e4450f43a319310fc91)
Change-Id: If9cbc4adf796816a6c04de049d57d7a5d0858e27
Bug: 347344057
2024-12-06 01:31:16 +00:00
Saravana Kannan
0a05df9c8a
UPSTREAM: driver core: Adds flags param to fwnode_link_add()
...
Allow the callers to set fwnode link flags when adding fwnode links.
Signed-off-by: Saravana Kannan <saravanak@google.com >
Acked-by: "Rafael J. Wysocki" <rafael@kernel.org >
Reviewed-by: Rob Herring <robh@kernel.org >
Link: https://lore.kernel.org/r/20240305050458.1400667-2-saravanak@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
(cherry picked from commit 75cde56a5b504d07a64ce0e3f8c7410df70308a3)
Change-Id: Idb03ec39da06d58052cd8080d39c2efe0ad9d3af
Bug: 347344057
2024-12-06 01:31:16 +00:00
Qi Han
182b090f35
UPSTREAM: f2fs: modify f2fs_is_checkpoint_ready logic to allow more data to be written with the CP disable
...
When the free segment is used up during CP disable, many write or
ioctl operations will get ENOSPC error codes, even if there are
still many blocks available. We can reproduce it in the following
steps:
dd if=/dev/zero of=f2fs.img bs=1M count=65
mkfs.f2fs -f f2fs.img
mount f2fs.img f2fs_dir -o checkpoint=disable:10%
cd f2fs_dir
i=1 ; while [[ $i -lt 50 ]] ; do (file_name=./2M_file$i ; dd \
if=/dev/random of=$file_name bs=1M count=2); i=$((i+1)); done
sync
i=1 ; while [[ $i -lt 50 ]] ; do (file_name=./2M_file$i ; truncate \
-s 1K $file_name); i=$((i+1)); done
sync
dd if=/dev/zero of=./file bs=1M count=20
In f2fs_need_SSR() function, it is allowed to use SSR to allocate
blocks when CP is disabled, so in f2fs_is_checkpoint_ready function,
can we judge the number of invalid blocks when free segment is not
enough, and return ENOSPC only if the number of invalid blocks is
also not enough.
Signed-off-by: Qi Han <hanqi@vivo.com >
Reviewed-by: Chao Yu <chao@kernel.org >
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org >
(cherry picked from commit 84b5bb8bf0f6a78c232a20c2eecdbb8112ac2703)
Signed-off-by: Daniel Rosenberg <drosen@google.com >
(cherry picked from https://android-review.googlesource.com/q/commit:225caf3bdf7a4977ae50ba9b5c5470a16d480100 )
Merged-In: I41ad315f603cd764d0e9b8ef984447e7116b1514
Change-Id: I41ad315f603cd764d0e9b8ef984447e7116b1514
2024-12-05 01:19:03 +00:00
Chao Yu
38149d5303
BACKPORT: f2fs: introduce get_available_block_count() for cleanup
...
There are very similar codes in inc_valid_block_count() and
inc_valid_node_count() which is used for available user block
count calculation.
This patch introduces a new helper get_available_block_count()
to include those common codes, and used it to clean up codes.
Change-Id: Ie2ce55bdac091bc4880478eeba2a76e1608726e3
Signed-off-by: Chao Yu <chao@kernel.org >
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org >
(cherry picked from commit 0f1c6ede6da9f7c5dd7380b74a64850298279168)
[Added line for F2FS_IO_ALIGNED, which was removed in later kernels]
Signed-off-by: Daniel Rosenberg <drosen@google.com >
2024-12-05 01:18:53 +00:00
Mukesh Ojha
997d1e6f69
FROMGIT: pinmux: Use sequential access to access desc->pinmux data
...
When two client of the same gpio call pinctrl_select_state() for the
same functionality, we are seeing NULL pointer issue while accessing
desc->mux_owner.
Let's say two processes A, B executing in pin_request() for the same pin
and process A updates the desc->mux_usecount but not yet updated the
desc->mux_owner while process B see the desc->mux_usecount which got
updated by A path and further executes strcmp and while accessing
desc->mux_owner it crashes with NULL pointer.
Serialize the access to mux related setting with a mutex lock.
cpu0 (process A) cpu1(process B)
pinctrl_select_state() { pinctrl_select_state() {
pin_request() { pin_request() {
...
....
} else {
desc->mux_usecount++;
desc->mux_usecount && strcmp(desc->mux_owner, owner)) {
if (desc->mux_usecount > 1)
return 0;
desc->mux_owner = owner;
} }
Bug: 376023321
Bug: 381832937
Link: https://lore.kernel.org/lkml/20241014192930.1539673-1-quic_mojha@quicinc.com/
Signed-off-by: Mukesh Ojha <quic_mojha@quicinc.com >
(cherry picked from commit 5a3e85c3c397c781393ea5fb2f45b1f60f8a4e6e
git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git for-next)
Change-Id: Ib417544f0dcc5174d6f9b01d0243c19162f82fff
Signed-off-by: Mukesh Ojha <quic_mojha@quicinc.com >
Signed-off-by: Srinivasarao Pathipati <quic_c_spathi@quicinc.com >
2024-12-02 22:09:46 +00:00
Florian Fainelli
fa34bcaf9e
BACKPORT: firmware: arm_scmi: Support 'reg-io-width' property for shared memory
...
Some shared memory areas might only support a certain access width,
such as 32-bit, which memcpy_{from,to}_io() does not adhere to at least
on ARM64 by making both 8-bit and 64-bit accesses to such memory.
Update the shmem layer to support reading from and writing to such
shared memory area using the specified I/O width in the Device Tree. The
various transport layers making use of the shmem.c code are updated
accordingly to pass the I/O accessors that they store.
Bug: 369085303
Change-Id: I97d80dd4027fe8290781ad7fc3859c2bdaf34522
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com >
Message-Id: <20240827182450.3608307-3-florian.fainelli@broadcom.com >
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com >
(cherry picked from commit 2cd7f3db25feeb7c204e36df9f1bb13bea3a3a20)
Signed-off-by: Danesh Petigara <danesh.petigara@broadcom.com >
Signed-off-by: Pierre Couillaud <pierre@broadcom.com >
2024-12-02 20:18:26 +00:00
Florian Fainelli
c9e7fc262f
UPSTREAM: dt-bindings: sram: Document reg-io-width property
...
Some SRAMs need to be accessed with a specific access width, define
the 'reg-io-width' property specifying such access sizes.
Bug: 369085303
Change-Id: I8848088221053fbd462d4f7310fffab861944879
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com >
Message-Id: <20240827182450.3608307-2-florian.fainelli@broadcom.com >
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com >
(cherry picked from commit 14b2157a9c14481c3b967d8d1a95972bf885fb88)
Signed-off-by: Danesh Petigara <danesh.petigara@broadcom.com >
Signed-off-by: Pierre Couillaud <pierre@broadcom.com >
2024-12-02 20:18:26 +00:00
Seiya Wang
cdea241bf6
ANDROID: GKI: Update symbol list for mtk
...
5 function symbol(s) added
'void* devm_memremap_pages(struct device*, struct dev_pagemap*)'
'int rproc_detach(struct rproc*)'
'struct socket* tun_get_socket(struct file*)'
'struct ptr_ring* tun_get_tx_ring(struct file*)'
'void tun_ptr_free(void*)'
Bug: 381284575
Signed-off-by: Seiya Wang <seiya.wang@mediatek.com >
Change-Id: I593a5dd82f5b7fde7bb3ebbd74fead839fcfdf9f
2024-12-02 18:43:37 +00:00
Quentin Perret
a887a44ace
ANDROID: KVM: arm64: Always check state from host_ack_unshare()
...
Similar to how we failed to cross-check the state from the completer's
PoV on the hyp_ack_unshare() path, we fail to do so from
host_ack_unshare().
This shouldn't cause problems in practice as this can only be called on
the guest_unshare_host() path, and guest currently don't have the
ability to share their pages with anybody other than the host. But this
again is rather fragile, so let's simply do the proper check -- it isn't
very costly thanks to the hyp_vmemmap optimisation.
Bug: 381409114
Change-Id: I3770b7db55c579758863e41f50ab30f6a8bb4a0c
Signed-off-by: Quentin Perret <qperret@google.com >
2024-11-29 10:43:14 +00:00
Quentin Perret
fb69bae8ea
FROMLIST: KVM: arm64: Always check the state from hyp_ack_unshare()
...
There are multiple pKVM memory transitions where the state of a page is
not cross-checked from the completer's PoV for performance reasons.
For example, if a page is PKVM_PAGE_OWNED from the initiator's PoV,
we should be guaranteed by construction that it is PKVM_NOPAGE for
everybody else, hence allowing us to save a page-table lookup.
When it was introduced, hyp_ack_unshare() followed that logic and bailed
out without checking the PKVM_PAGE_SHARED_BORROWED state in the
hypervisor's stage-1. This was correct as we could safely assume that
all host-initiated shares were directed at the hypervisor at the time.
But with the introduction of other types of shares (e.g. for FF-A or
non-protected guests), it is now very much required to cross check this
state to prevent the host from running __pkvm_host_unshare_hyp() on a
page shared with TZ or a non-protected guest.
Thankfully, if an attacker were to try this, the hyp_unmap() call from
hyp_complete_unshare() would fail, hence causing to WARN() from
__do_unshare() with the host lock held, which is fatal. But this is
fragile at best, and can hardly be considered a security measure.
Let's just do the right thing and always check the state from
hyp_ack_unshare().
Bug: 381409114
Link: https://lore.kernel.org/kvmarm/20241128154406.602875-1-qperret@google.com/
Change-Id: Id3bbd1fc3c75df506b0919f4d6f7be74b6f013f3
Signed-off-by: Quentin Perret <qperret@google.com >
2024-11-29 10:42:31 +00:00
Greg Kroah-Hartman
bfad6b019c
Merge tag 'android14-6.1.115_r00' into android14-6.1
...
Merge up to the 6.1.115 LTS release into android14-6.1. Changes in here
include:
* 47a8b5f3ed Merge 0d968ced73 ("mm/page_alloc: treat RT tasks similar to __GFP_HIGH") into android14-6.1-lts
|\
| * 0d968ced73 mm/page_alloc: treat RT tasks similar to __GFP_HIGH
* | 500bbbbd01 Merge 241398329a ("mm/page_alloc: rename ALLOC_HIGH to ALLOC_MIN_RESERVE") into android14-6.1-lts
|\|
| * 241398329a mm/page_alloc: rename ALLOC_HIGH to ALLOC_MIN_RESERVE
* | ad46e48e1b Merge b5dc5b7de7 ("cxl/port: Fix cxl_bus_rescan() vs bus_rescan_devices()") into android14-6.1-lts
|\|
| * b5dc5b7de7 cxl/port: Fix cxl_bus_rescan() vs bus_rescan_devices()
| * f70f795227 cxl/acpi: Move rescan to the workqueue
| * 24aed1b462 riscv: Remove duplicated GET_RM
| * 02ab44d3c1 riscv: Remove unused GENERATING_ASM_OFFSETS
| * 25fe64922f riscv: Use '%u' to format the output of 'cpu'
| * 235eaacf5c riscv: efi: Set NX compat flag in PE/COFF header
| * d1b2d786e5 ALSA: hda/realtek: Limit internal Mic boost on Dell platform
| * 23304adf29 riscv: vdso: Prevent the compiler from inserting calls to memset()
| * 71f14a9f5c cgroup/bpf: use a dedicated workqueue for cgroup bpf destruction
| * 25326b9c13 block: fix sanity checks in blk_rq_map_user_bvec
| * 58c7f44c7b nilfs2: fix potential deadlock with newly created symlinks
| * 55d01b652e iio: light: veml6030: fix microlux value calculation
| * f51343f346 iio: adc: ad7124: fix division by zero in ad7124_set_channel_odr()
| * ccbc10647a staging: iio: frequency: ad9832: fix division by zero in ad9832_calc_freqreg()
| * 23f9cef17e wifi: iwlegacy: Clear stale interrupts before resuming device
| * ba392e1355 wifi: cfg80211: clear wdev->cqm_config pointer on free
| * 6cc23898e6 wifi: ath10k: Fix memory leak in management tx
| * 8f6cd4d5bb wifi: mac80211: do not pass a stopped vif to the driver in .get_txpower
| * 92d847a35e Revert "driver core: Fix uevent_show() vs driver detach race"
| * 042ef81f6f xhci: Use pm_runtime_get to prevent RPM on unsupported systems
| * b12b0948fb xhci: Fix Link TRB DMA in command ring stopped completion event
| * 88f8093a2a usb: typec: fix unreleased fwnode_handle in typec_port_register_altmodes()
| * 6bc6ac81ed usb: phy: Fix API devm_usb_put_phy() can not release the phy
| * 1bdd6270ea usbip: tools: Fix detach_port() invalid port error path
| * 93bb7700b7 ALSA: usb-audio: Add quirks for Dell WD19 dock
| * cf7ee2291d USB: gadget: dummy-hcd: Fix "task hung" problem
| * 102c4e5869 usb: gadget: dummy_hcd: execute hrtimer callback in softirq context
| * 5b966c6192 usb: gadget: dummy_hcd: Set transfer interval to 1 microframe
| * 8ffba8d917 usb: gadget: dummy_hcd: Switch to hrtimer transfer scheduler
| * b946e7b447 misc: sgi-gru: Don't disable preemption in GRU driver
| * 3c39d486bd NFS: remove revoked delegation from server's delegation list
| * 22713dcf33 net: amd: mvme147: Fix probe banner message
| * e479e547e3 scsi: scsi_transport_fc: Allow setting rport state to current state
| * 14a23e15a5 fs/ntfs3: Additional check in ni_clear()
| * c8e7d3b72e fs/ntfs3: Fix possible deadlock in mi_read
| * 7c5a0c1715 fs/ntfs3: Stale inode instead of bad
| * 0ef5f10d83 fs/ntfs3: Fix warning possible deadlock in ntfs_set_state
| * 1b6bc5f721 fs/ntfs3: Check if more than chunk-size bytes are written
| * 23039b4aaf ACPI: CPPC: Make rmw_lock a raw_spin_lock
| * bc795bc1aa afs: Fix missing subdir edit when renamed between parent dirs
| * 58d24f6b51 afs: Automatically generate trace tag enums
| * aac8f6711b firmware: arm_sdei: Fix the input parameter of cpuhp_remove_state()
| * fdd1ee0ae1 kasan: Fix Software Tag-Based KASAN with GCC
| * df9552f272 compiler-gcc: remove attribute support check for `__no_sanitize_address__`
| * 7c20cf5eb5 compiler-gcc: be consistent with underscores use for `no_sanitize`
| * c5316d04a9 iomap: turn iomap_want_unshare_iter into an inline function
* | 0df5dc7d73 Merge bdbc96c231 ("fsdax: dax_unshare_iter needs to copy entire blocks") into android14-6.1-lts
|\|
| * bdbc96c231 fsdax: dax_unshare_iter needs to copy entire blocks
| * a01987cd90 fsdax: remove zeroing code from dax_unshare_iter
| * aa56ea3b7d iomap: share iomap_unshare_iter predicate code with fsdax
| * eb4c6fe20a iomap: don't bother unsharing delalloc extents
| * 50c2cffdcf iomap: improve shared block detection in iomap_unshare_iter
| * 6dffd7067d iomap: convert iomap_unshare_iter to use large folios
* | a566b71fed Merge d321732352 ("netfilter: nft_payload: sanitize offset and length before calling skb_checksum()") into android14-6.1-lts
|\|
| * d321732352 netfilter: nft_payload: sanitize offset and length before calling skb_checksum()
| * d8f298eb66 mlxsw: spectrum_ipip: Fix memory leak when changing remote IPv6 address
| * 637edb1156 mlxsw: spectrum_ipip: Rename Spectrum-2 ip6gre operations
| * f068284cf1 mlxsw: spectrum_router: Add support for double entry RIFs
| * 3067fd9c8a mlxsw: spectrum_ptp: Add missing verification before pushing Tx header
| * a84978a9cd net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extension
| * 5d9054b9f7 Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecs
| * 4f7b586aae netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6()
| * cb7c388b59 netfilter: Fix use-after-free in get_info()
| * a035df0b98 bpf: Fix out-of-bounds write in trie_get_next_key()
| * bcba86e03b netdevsim: Add trailing zero to terminate the string in nsim_nexthop_bucket_activity_write()
| * 580b3189c1 net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOT
| * 88bc4fe48b gtp: allow -1 to be specified as file description from userspace
| * 72c0f482e3 ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_init_flow()
| * a3ff23f7c3 net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged SKB data
| * 872932cf75 macsec: Fix use-after-free while sending the offloading packet
| * 618ee79e81 ASoC: cs42l51: Fix some error handling paths in cs42l51_probe()
| * 64d63557de wifi: iwlwifi: mvm: Fix response handling in iwl_mvm_send_recovery_cmd()
| * a9faac8818 wifi: iwlwifi: mvm: disconnect station vifs if recovery failed
| * 76210223c2 RDMA/bnxt_re: synchronize the qp-handle table array
| * 14b45fa0ce RDMA/mlx5: Round max_rd_atomic/max_dest_rd_atomic up instead of down
| * c466415717 RDMA/cxgb4: Dump vendor specific QP details
| * a419868e8e wifi: brcm80211: BRCM_TRACING should depend on TRACING
| * d01040d82b wifi: ath11k: Fix invalid ring usage in full monitor mode
| * 45eed27b88 wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keys
| * dd7a6c914c mac80211: MAC80211_MESSAGE_TRACING should depend on TRACING
| * 1159e77ccf wifi: iwlegacy: Fix "field-spanning write" warning in il_enqueue_hcmd()
| * c22c748834 cgroup: Fix potential overflow issue when checking max_depth
| * ce87f72404 fs/proc/kcore.c: allow translation of physical memory addresses
| * 7f9b58a646 fs/proc/kcore: reinstate bounce buffer for KCORE_TEXT regions
| * 28327558b2 fs/proc/kcore: convert read_kcore() to read_kcore_iter()
| * 1f633ac7df fs/proc/kcore: avoid bounce buffer for ktext data
| * 731451a16a mm: remove kern_addr_valid() completely
| * f267bcb22e selftests/mm: fix incorrect buffer->mirror size in hmm2 double_map test
| * 6c3d838783 cpufreq: Avoid a bad reference count on CPU node
| * 380bcd5aa8 cpufreq: Generalize of_perf_domain_get_sharing_cpumask phandle format
* | bb558c55a5 Revert "genetlink: hold RCU in genlmsg_mcast()"
* | c5efbe731b Revert "tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool active"
* | 3aee75909f Revert "serial: Make uart_handle_cts_change() status param bool active"
* | d82cacc625 Revert "serial: imx: Update mctrl old_status on RTSD interrupt"
* | ca7ef58ce4 Revert "arm64:uprobe fix the uprobe SWBP_INSN in big-endian"
* | bfff915c97 Revert "arm64: probes: Fix uprobes for big-endian kernels"
* | 535085db57 Revert "arm64/uprobes: change the uprobe_opcode_t typedef to fix the sparse warning"
* | 983df5e9ef Revert "usb: gadget: Add function wakeup support"
* | 56f28f2269 Revert "XHCI: Separate PORT and CAPs macros into dedicated file"
* | fae9c0cd1a Revert "usb: dwc3: core: Fix system suspend on TI AM62 platforms"
* | 45a7ce8a2b ANDROID: GKI: fix up build break where timer_delete_sync() was used
* | a332a3d23d Merge 6.1.115 into android14-6.1-lts
|\|
| * 7c15117f94 Linux 6.1.115
| * bce1afaa21 xfrm: validate new SA's prefixlen using SA family when sel.family is unset
| * 354b3847ea arm64/uprobes: change the uprobe_opcode_t typedef to fix the sparse warning
| * 2c3766fac9 ACPI: PRM: Clean up guid type in struct prm_handler_info
| * fc35bb2e1f platform/x86: dell-wmi: Ignore suspend notifications
| * e19bf49e90 ASoC: qcom: Fix NULL Dereference in asoc_qcom_lpass_cpu_platform_probe()
| * 61b8628cbb net: phy: dp83822: Fix reset pin definitions
| * d7b5876a6e serial: protect uart_port_dtr_rts() in uart_shutdown() too
| * 8251093971 selinux: improve error checking in sel_write_load()
| * 5660bcc4dd drm/amd/display: Disable PSR-SU on Parade 08-01 TCON too
| * 4faa6e3e66 hv_netvsc: Fix VF namespace also in synthetic NIC NETDEV_REGISTER event
| * dc2ad8e881 xfrm: fix one more kernel-infoleak in algo dumping
| * 9bb6ec1175 LoongArch: Get correct cores_per_package for SMT systems
| * 22aba10069 ALSA: hda/realtek: Add subwoofer quirk for Acer Predator G9-593
| * 9df62691d3 KVM: arm64: Don't eagerly teardown the vgic on init error
| * 6876793907 KVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memory
| * 958f8343f4 openat2: explicitly return -E2BIG for (usize > PAGE_SIZE)
| * 27524f6562 nilfs2: fix kernel bug due to missing clearing of buffer delay flag
| * 71edf620e3 ACPI: button: Add DMI quirk for Samsung Galaxy Book2 to fix initial lid detection issue
| * 8ce081ad84 ACPI: PRM: Find EFI_MEMORY_RUNTIME block for PRM handler and context
| * e7f56a30c5 ACPI: resource: Add LG 16T90SP to irq1_level_low_skip_override[]
| * cd67af3c17 drm/amd: Guard against bad data for ATIF ACPI method
| * deee4bd713 btrfs: zoned: fix zone unusable accounting for freed reserved extent
| * 8a43e8aed9 btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()
| * bc5085816e cpufreq: CPPC: fix perf_to_khz/khz_to_perf conversion exception
| * ff2a9c4029 cpufreq/cppc: Move and rename cppc_cpufreq_{perf_to_khz|khz_to_perf}()
| * 31b55b2be4 ALSA: hda/realtek: Update default depop procedure
| * 796adf538d powercap: dtpm_devfreq: Fix error check against dev_pm_qos_add_request()
| * d2826873db ALSA: firewire-lib: Avoid division by zero in apply_constraint_to_size()
| * 02753a9010 ASoC: dt-bindings: davinci-mcasp: Fix interrupt properties
| * a116e7c334 ASoC: dt-bindings: davinci-mcasp: Fix interrupts property
| * 7a5c653ede bpf,perf: Fix perf_event_detach_bpf_prog error handling
| * 876ac72d53 Bluetooth: ISO: Fix UAF on iso_sock_timeout
| * 9ddda5d967 Bluetooth: SCO: Fix UAF on sco_sock_timeout
| * 5f063bbf1e posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime()
| * 3216a2bd61 r8169: avoid unsolicited interrupts
| * fe371f0840 net: sched: fix use-after-free in taprio_change()
| * b72b1b4c9e net/sched: act_api: deny mismatched skip_sw/skip_hw flags for actions created by classifiers
| * d9edc3428c net: usb: usbnet: fix name regression
| * 114f412794 net: fix races in netdev_tx_sent_queue()/dev_watchdog()
| * 91b82cf827 net/sched: adjust device watchdog timer to detect stopped queue at right time
| * 628e82e270 net: provide macros for commonly copied lockless queue stop/wake code
| * 1af2abd342 docs: net: reformat driver.rst from a list to sections
| * 9683804e36 net: wwan: fix global oob in wwan_rtnl_policy
| * 6ee5a1b7ce netfilter: xtables: fix typo causing some targets not to load on IPv6
| * 549f619681 net: dsa: mv88e6xxx: Fix error when setting port policy on mv88e6393x
| * 09ce491112 octeon_ep: Add SKB allocation failures handling in __octep_oq_process_rx()
| * d48de29a70 octeon_ep: Implement helper for iterating packets in Rx queue
| * 1ba9c6fc9f net: plip: fix break; causing plip to never transmit
| * 4c5f170ef4 be2net: fix potential memory leak in be_xmit()
| * 1a17a4ac2d net/sun3_82586: fix potential memory leak in sun3_82586_send_packet()
| * 681fa845cc xfrm: respect ip protocols rules criteria when performing dst lookups
| * 3094585b5f xfrm: extract dst lookup parameters into a struct
| * f4ed40d1c6 tracing: Consider the NULL character when validating the event length
| * d52ac941fe jfs: Fix sanity check in dbMount
| * a67d4a02bf LoongArch: Don't crash in stack_top() for tasks without vDSO
| * eb3710efff LoongArch: Add support to clone a time namespace
| * fa001d7e2c platform/x86: dell-sysman: add support for alienware products
| * d71a2d54fb ASoC: qcom: sm8250: add qrb4210-rb2-sndcard compatible string
| * 72e445df65 udf: fix uninit-value use in udf_get_fileshortad
| * 487b24136d udf: refactor udf_current_aext() to handle error
| * 908263286e arm64: Force position-independent veneers
| * 95124c5429 ASoC: fsl_sai: Enable 'FIFO continue on error' FCONT bit
| * a548f8773e ASoC: codecs: lpass-rx-macro: add missing CDC_RX_BCL_VBAT_RF_PROC2 to default regs values
| * 7458a6cdae drm/vboxvideo: Replace fake VLA at end of vbva_mouse_pointer_shape with real VLA
| * 3dfd727873 fs/ntfs3: Add more attributes checks in mi_enum_attr()
| * 0bdf77be23 exec: don't WARN for racy path_noexec check
| * 5258c70d0b block, bfq: fix procress reference leakage for bfqq in merge chain
| * e1e87568a2 serial: imx: Update mctrl old_status on RTSD interrupt
| * 04de065652 serial: Make uart_handle_cts_change() status param bool active
| * 376d15bad7 tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool active
| * 85ca88f931 usb: dwc3: core: Fix system suspend on TI AM62 platforms
| * e0deb60b16 XHCI: Separate PORT and CAPs macros into dedicated file
| * e36d975b04 usb: gadget: Add function wakeup support
| * fa6e2ee414 usb: gadget: f_uac2: fix return value for UAC2_ATTRIBUTE_STRING store
| * 193749e04e usb: gadget: f_uac2: fix non-newline-terminated function name
| * 158833b519 usb: gadget: f_uac2: Replace snprintf() with the safer scnprintf() variant
| * ec9b965459 xhci: dbc: honor usb transfer size boundaries.
| * 4049dee898 xhci: dbgtty: use kfifo from tty_port struct
| * 3121da179f xhci: dbgtty: remove kfifo_out() wrapper
| * 14841bb7a5 arm64: probes: Fix uprobes for big-endian kernels
| * 63f9dae763 arm64:uprobe fix the uprobe SWBP_INSN in big-endian
| * 82da3aedc9 bpf: Fix iter/task tid filtering
| * 9c661caba1 riscv, bpf: Make BPF_CMPXCHG fully ordered
| * e58fb7ddba net/mlx5: Unregister notifier on eswitch init failure
| * d1606090bb net/mlx5: Fix command bitmask initialization
| * 18c8ea940d net/mlx5: split mlx5_cmd_init() to probe and reload routines
| * 5cd775efbb net/mlx5: Remove redundant cmdif revision check
| * 03015b6329 Bluetooth: bnep: fix wild-memory-access in proto_unregister
| * 318ca89bc5 s390: Initialize psw mask in perf_arch_fetch_caller_regs()
| * bee1b68cb8 usb: typec: altmode should keep reference to parent
| * 2ef632bfb8 smb: client: fix OOBs when building SMB2_IOCTL request
| * 895ab72942 scsi: target: core: Fix null-ptr-deref in target_alloc_device()
| * b3262e13e2 net: ravb: Only advertise Rx/Tx timestamps if hardware supports it
| * 30e0906e0d ravb: Remove setting of RX software timestamp
| * ae53d09f11 genetlink: hold RCU in genlmsg_mcast()
| * 5071beb59e tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().
| * 96972e08b7 drm/msm/dpu: don't always program merge_3d block
| * f9f7c872df drm/msm/dpu: Wire up DSC mask for active CTL configuration
| * 2d026274cd irqchip/renesas-rzg2l: Fix missing put_device
| * 218a0a49ea irqchip/renesas-rzg2l: Add support for suspend to RAM
| * a35ab82756 irqchip/renesas-rzg2l: Document structure members
| * 57419aaead irqchip/renesas-rzg2l: Align struct member names to tabs
| * 533d2f30ae net: systemport: fix potential memory leak in bcm_sysport_xmit()
| * f1ed2bded8 net: xilinx: axienet: fix potential memory leak in axienet_start_xmit()
| * 51ecd8e4a2 net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetid
| * 3e7b6d8c58 net: ethernet: aeroflex: fix potential memory leak in greth_start_xmit_gbit()
| * 24973f4b64 netdevsim: use cond_resched() in nsim_dev_trap_report_work()
| * 36ee799f41 macsec: don't increment counters for an unrelated SA
| * a0c86f17fc drm/amd/amdgpu: Fix double unlock in amdgpu_mes_add_ring
| * afb2159b78 octeontx2-af: Fix potential integer overflows on integer shifts
| * a2458411a0 net: usb: usbnet: fix race in probe failure
| * 33053d901f drm/msm: Allocate memory for disp snapshot with kvzalloc()
| * e8e9f2a12a drm/msm: Avoid NULL dereference in msm_disp_state_print_regs()
| * 4a14351a47 drm/msm/dsi: fix 32-bit signed integer extension in pclk_rate calculation
| * 2cbcac6db8 drm/msm/dpu: make sure phys resources are properly initialized
| * ea701c1849 RDMA/bnxt_re: Fix a bug while setting up Level-2 PBL pages
| * ff80a98104 RDMA/bnxt_re: Return more meaningful error
| * 0819011298 ipv4: give an IPv4 dev to blackhole_netdev
| * 63ce626d98 RDMA/srpt: Make slab cache names unique
| * d22eca0399 RDMA/irdma: Fix misspelling of "accept*"
| * 0e5b2abae0 RDMA/cxgb4: Fix RDMA_CM_EVENT_UNREACHABLE error for iWARP
| * 21dc97d508 ALSA: hda/cs8409: Fix possible NULL dereference
| * ea45f1e87c selftests/bpf: Fix cross-compiling urandom_read
| * 81b23c8bb5 drm/vmwgfx: Handle possible ENOMEM in vmw_stdu_connector_atomic_check
| * 3e220b6f53 iio: frequency: admv4420: fix missing select REMAP_SPI in Kconfig
| * c947b337e5 iio: frequency: {admv4420,adrf6780}: format Kconfig entries
| * eb485fbdc2 bpf: fix kfunc btf caching for modules
| * dcc0685ab4 s390/pci: Handle PCI error codes other than 0x3a
| * 057b1165eb ARM: dts: bcm2837-rpi-cm3-io3: Fix HDMI hpd-gpio pin
| * 42ef45fee3 x86/resctrl: Avoid overflow in MB settings in bw_validate()
| * 76dd679c3b RDMA/bnxt_re: Add a check for memory allocation
| * 9dacff209b RDMA/bnxt_re: Fix incorrect AVID type in WQE structure
| * 616e935d8a bpf: Fix memory leak in bpf_core_apply
| * a778fbe087 bpf: devmap: provide rxq after redirect
| * 314dbee9fe bpf: Make sure internal and UAPI bpf_redirect flags don't overlap
| * 64f3b66c99 iio: accel: bma400: Fix uninitialized variable field_value in tap event handling.
| * 5eb34999d1 bpf: Use raw_spinlock_t in ringbuf
* | db64cb409e Revert "irqchip/gic-v4: Don't allow a VMOVP on a dying VPE"
* | 4d5ecb6e03 Merge 6.1.114 into android14-6.1-lts
|\|
| * 7ec6f9fa3d Linux 6.1.114
| * d285ba6f22 udf: Avoid directory type conversion failure due to ENOMEM
| * 7089811e20 udf: Allocate name buffer in directory iterator on heap
| * 27bbab47ad ALSA: hda/conexant - Use cached pin control for Node 0x1d on HP EliteOne 1000 G2
| * 9470ac9786 powerpc/64: Add big-endian ELFv2 flavour to crypto VMX asm generation
| * 270a6f9df3 nilfs2: propagate directory read errors from nilfs_find_entry()
| * 6999328f2a mptcp: prevent MPC handshake on port-based signal endpoints
| * ba8e65814e tcp: fix mptcp DSS corruption due to large pmtu xmit
| * b2a4a2dad3 irqchip/sifive-plic: Unmask interrupt in plic_irq_enable()
| * 64b12b061c irqchip/gic-v4: Don't allow a VMOVP on a dying VPE
| * 0a4d4dbef6 pinctrl: apple: check devm_kasprintf() returned value
| * 4a81800ef0 pinctrl: ocelot: fix system hang on level based interrupts
| * bf171b5e86 tty: n_gsm: Fix use-after-free in gsm_cleanup_mux
| * 43778de19d x86/entry_32: Clear CPU buffers after register restore in NMI return
| * 7f06caaae0 x86/entry_32: Do not clobber user EFLAGS.ZF
| * 25636317e5 x86/apic: Always explicitly disarm TSC-deadline timer
| * cf9f26994c x86/resctrl: Annotate get_mem_config() functions as __init
| * fca048f222 parport: Proper fix for array out-of-bounds access
| * d24a0b1a30 usb: dwc3: Wait for EndXfer completion before restoring GUSB2PHYCFG
| * 9a6a518a9e USB: serial: option: add Telit FN920C04 MBIM compositions
| * 62d9b2ee0b USB: serial: option: add support for Quectel EG916Q-GL
| * 894eee6f6a xhci: Mitigate failed set dequeue pointer commands
| * 8a3dc841e3 xhci: Fix incorrect stream context type macro
| * 8dfea4be20 Bluetooth: btusb: Fix regression with fake CSR controllers 0a12:0001
| * fa4b832c5a Bluetooth: ISO: Fix multiple init when debugfs is disabled
| * 9ec4db1b18 Bluetooth: Remove debugfs directory on module init failure
| * 4af7ba39a1 Bluetooth: Call iso_exit() on module unload
| * fec9ec7dd9 iio: adc: ti-ads124s08: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
| * 5501bd8c13 iio: dac: ad3552r: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
| * 3e074e9336 iio: proximity: mb1232: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
| * ee5192e144 iio: dac: ad5766: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
| * cdfc07bbf8 iio: amplifiers: ada4250: add missing select REGMAP_SPI in Kconfig
| * 0ee119cf7d iio: light: opt3001: add missing full-scale range value
| * bcb90518cc iio: light: veml6030: fix IIO device retrieval from embedded device
| * f8660a0b24 iio: light: veml6030: fix ALS sensor resolution
| * 3d96aec20c iio: hid-sensors: Fix an error handling path in _hid_sensor_set_report_latency()
| * f07f204deb iio: adc: ti-ads8688: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
| * 104c86fd44 iio: dac: stm32-dac-core: add missing select REGMAP_MMIO in Kconfig
| * 99d29d05ff iio: dac: ltc1660: add missing select REGMAP_SPI in Kconfig
| * c978026869 iio: dac: ad5770r: add missing select REGMAP_SPI in Kconfig
| * dc79c24e58 drm/amdgpu: prevent BO_HANDLES error from being overwritten
| * d18dba06f9 drm/amdgpu/swsmu: Only force workload setup on init
| * 3a3b2a29d0 drm/vmwgfx: Handle surface check failure correctly
| * c3cd27d85f drm/radeon: Fix encoder->possible_clones
| * 7de759fcea scsi: ufs: core: Set SDEV_OFFLINE when UFS is shut down
| * abb1c50afa io_uring/sqpoll: close race on waiting for sqring entries
| * b5e900a361 blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function race
| * 231ced8a17 x86/bugs: Do not use UNTRAIN_RET with IBPB on entry
| * e4f2043985 x86/bugs: Skip RSB fill at VMEXIT
| * e6f0abe6f1 x86/entry: Have entry_ibpb() invalidate return predictions
| * 72ec8fc23e x86/cpufeatures: Add a IBPB_NO_RET BUG flag
| * bc114b2a04 x86/cpufeatures: Define X86_FEATURE_AMD_IBPB_RET
| * 6328b4891b KVM: s390: Change virtual to physical address access in diag 0x258 handler
| * ab09afbaeb KVM: s390: gaccess: Check if guest address is in memslot
| * 1ef44fb30b s390/sclp_vt220: Convert newlines to CRLF instead of LFCR
| * 132800e37b s390/sclp: Deactivate sclp after all its users
| * cbfa3a83eb iommu/vt-d: Fix incorrect pci_for_each_dma_alias() for non-PCI devices
| * 2219e5f972 drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE)
| * 7c7874977d maple_tree: correct tree corruption on spanning store
| * eff23e59b7 devlink: bump the instance index directly when iterating
| * 031f06fd75 devlink: drop the filter argument from devlinks_xa_find_get
| * 6ec0fe3756 mm/swapfile: skip HugeTLB pages for unuse_vma
| * f9ecda2088 fat: fix uninitialized variable
| * 9ca0d4513a irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE on GIC v4.1
| * 831e19e565 net: macb: Avoid 20s boot delay by skipping MDIO bus registration for fixed-link PHY
| * a031434243 arm64: probes: Fix simulate_ldr*_literal()
| * bae792617a arm64: probes: Remove broken LDR (literal) uprobe support
| * 27abbde44b posix-clock: Fix missing timespec64 check in pc_clock_settime()
| * 4486ec9417 net: enetc: add missing static descriptor and inline keyword
| * 63b0c94992 net: enetc: remove xdp_drops statistic from enetc_xdp_drop()
| * 097d24d5e7 udf: Don't return bh from udf_expand_dir_adinicb()
| * 701cabd26a udf: Handle error when expanding directory
| * 15b4182497 udf: Remove old directory iteration code
| * 940fd9d7fc udf: Convert udf_link() to new directory iteration code
| * 32467238b1 udf: Convert udf_mkdir() to new directory iteration code
| * 1a086d4dae udf: Convert udf_add_nondir() to new directory iteration
| * 221aed9146 udf: Implement adding of dir entries using new iteration code
| * 4e52300d9c udf: Convert udf_unlink() to new directory iteration code
| * d2e664c667 udf: Convert udf_rmdir() to new directory iteration code
| * ecf68d16c7 udf: Convert empty_dir() to new directory iteration code
| * 1e5f534121 udf: Convert udf_get_parent() to new directory iteration code
| * 0f7fd74594 udf: Convert udf_lookup() to use new directory iteration code
| * 31f1ca5c4f udf: Convert udf_readdir() to new directory iteration
| * 9616d00140 udf: Convert udf_rename() to new directory iteration code
| * a4265251e7 udf: Provide function to mark entry as deleted using new directory iteration code
| * 507ab6a5be udf: Implement searching for directory entry using new iteration code
| * 0621e30fd8 udf: Move udf_expand_dir_adinicb() to its callsite
| * 5f503315e1 udf: Convert udf_expand_dir_adinicb() to new directory iteration
| * 9353fb8225 udf: New directory iteration code
| * da3343bc08 mptcp: pm: fix UaF read in mptcp_pm_nl_rm_addr_or_subflow
| * 5014a7c916 ALSA: hda/conexant - Fix audio routing for HP EliteOne 1000 G2
| * a9839c37fd ksmbd: fix user-after-free from session log off
| * b37de9491f btrfs: fix uninitialized pointer free on read_alloc_one_name() error
| * 12cf028381 btrfs: fix uninitialized pointer free in add_inode_ref()
* | edae6e6e3d Merge 6.1.113 into android14-6.1-lts
|\|
| * 54d90d17e8 Linux 6.1.113
| * 2da76b4d08 Revert "iommu/vt-d: Retrieve IOMMU perfmon capability information"
| * de0456460f block, bfq: fix uaf for accessing waker_bfqq after splitting
| * 7c21e98539 perf lock: Don't pass an ERR_PTR() directly to perf_session__delete()
| * a3be020294 net: ethernet: cortina: Restore TSO support
| * 5ea0b7af38 secretmem: disable memfd_secret() if arch cannot set direct map
| * 8608196a15 kthread: unpark only parked kthread
| * 614bfb2050 nouveau/dmem: Fix vulnerability in migrate_to_ram upon copy error
| * 9c4198dfdc device-dax: correct pgoff align in dax_set_mapping()
| * 409b7af297 mptcp: pm: do not remove closing subflows
| * 35668f8ec8 mptcp: handle consistently DSS corruption
| * 3b196f4759 net: dsa: lan9303: ensure chip reset and wait for READY status
| * 5f03a7f601 net: Fix an unsafe loop on the list
| * b7d22a79ff net: explicitly clear the sk pointer, when pf->create fails
| * cd2b08a6de ata: libata: avoid superfluous disk spin down + spin up during hibernation
| * 71cc449287 mptcp: fallback when MPTCP opts are dropped after 1st data
| * 3afeceda85 scsi: wd33c93: Don't use stale scsi_pointer value
| * 75452da51e drm/vc4: Stop the active perfmon before being destroyed
| * 0c9e9a3a48 drm/v3d: Stop the active perfmon before being destroyed
| * 957d6a2f28 hid: intel-ish-hid: Fix uninitialized variable 'rv' in ish_fw_xfer_direct_dma
| * 192d1b8d7a usb: gadget: core: force synchronous registration
| * 97c900e55c usb: storage: ignore bogus device raised by JieLi BR21 USB sound chip
| * 1132e01090 usb: xhci: Fix problem with xhci resume from suspend
| * 759e9e87ad usb: dwc3: core: Stop processing of pending events if controller is halted
| * c619e923b3 Revert "usb: yurex: Replace snprintf() with the safer scnprintf() variant"
| * a925279e5a HID: plantronics: Workaround for an unexcepted opposite volume key
| * 4cd9c5a0fc HID: amd_sfh: Switch to device-managed dmam_alloc_coherent()
| * 80faf6afeb Revert "net: ibm/emac: allocate dummy net_device dynamically"
| * 9fae1a346f hwmon: (adt7470) Add missing dependency on REGMAP_I2C
| * 3287c0a8d7 hwmon: (adm9240) Add missing dependency on REGMAP_I2C
| * 4fbe3fca85 hwmon: (tmp513) Add missing dependency on REGMAP_I2C
| * a2bb0c5d00 wifi: mac80211: Avoid address calculations via out of bounds array indexing
| * 5005e2e159 net/mlx5: Always drain health in shutdown callback
| * af017667ad HID: multitouch: Add support for lenovo Y9000P Touchpad
| * 2d07a38ec9 rust: macros: provide correct provenance when constructing THIS_MODULE
| * ff5e0f8953 slip: make slhc_remember() more robust against malicious packets
| * ce249a4c68 ppp: fix ppp_async_encode() illegal access
| * d66c612c40 mctp: Handle error of rtnl_register_module().
| * 438c8d7dfd vxlan: Handle error of rtnl_register_module().
| * 317c4c68ee rtnetlink: Add bulk registration helpers for rtnetlink message handlers.
* | 70c5eb7f38 UPSTREAM: netfilter: xtables: fix typo causing some targets not to load on IPv6
* | ca877f130b Merge 8f5ad212f4 ("net: ibm: emac: mal: add dcr_unmap to _remove") into android14-6.1
|\|
| * 8f5ad212f4 net: ibm: emac: mal: add dcr_unmap to _remove
| * 1aea6c0577 net: ibm/emac: allocate dummy net_device dynamically
| * 0f6dcaf4cd netfilter: fib: check correct rtable in vrf setups
| * 8f482bb7e2 netfilter: xtables: avoid NFPROTO_UNSPEC where needed
* | d90aa3b1e7 ANDROID: GKI: rexport __qdisc_calculate_pkt_len
* | f27c9aabfc Merge 5de0b8ca7c ("sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_start") into android14-6.1
|\|
| * 5de0b8ca7c sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_start
| * 8409539dbb btrfs: zoned: fix missing RCU locking in error message when loading zone info
| * b541831a5d net: ibm: emac: mal: fix wrong goto
| * 76feedc74b net/sched: accept TCA_STAB only for root qdisc
| * 6a39c8f5c8 igb: Do not bring the device up after non-fatal error
| * 9a9747288b i40e: Fix macvlan leak by synchronizing access to mac_filter_hash
| * 94438143fe ice: Fix netif_is_ice() in Safe Mode
| * 75aa45ece3 gpio: aspeed: Use devm_clk api to manage clock source
| * 563550b619 gpio: aspeed: Add the flush write to ensure the write complete.
| * bc16154fde net: dsa: b53: fix jumbo frames on 10/100 ports
| * 40081f2107 net: dsa: b53: allow lower MTUs on BCM5325/5365
| * deec6368c0 net: dsa: b53: fix max MTU for BCM5325/BCM5365
| * c43068b255 net: dsa: b53: fix max MTU for 1g switches
| * 22deeb6a70 net: dsa: b53: fix jumbo frame mtu check
| * e4340fef88 net: ethernet: adi: adin1110: Fix some error handling path in adin1110_read_fifo()
| * 2a2d6b24f0 Revert "net: stmmac: set PP_FLAG_DMA_SYNC_DEV only if XDP is enabled"
| * b4ab78f4ad thermal: intel: int340x: processor: Fix warning during module unload
| * 49c0fbd5e7 thermal: int340x: processor_thermal: Set feature mask before proc_thermal_add
| * 30c3d3d9b7 net: phy: bcm84881: Fix some error handling paths
| * ced98072d3 Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_change
| * 6e39646d7a selftests: net: no_forwarding: fix VID for $swp2 in one_bridge_two_pvids() test
| * 78ed917133 netfilter: br_netfilter: fix panic with metadata_dst skb
| * ed36591af2 tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safe
| * dc566bf54b tcp: fix to allow timestamp undo if no retransmits were sent
| * c1944b4253 net: phy: dp83869: fix memory corruption when enabling fiber
| * 632344b9ef NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies()
| * ae315bcc30 SUNRPC: Fix integer overflow in decode_rc_list()
| * 8ef4af0671 ice: fix VLAN replay after reset
| * 7cfc972acb NFSD: Mark filecache "down" if init fails
* | 4d9f717a6f Merge fc2f4a5a71 ("drm/rockchip: vop: enable VOP_FEATURE_INTERNAL_RGB on RK3066") into android14-6.1
|\|
| * fc2f4a5a71 drm/rockchip: vop: enable VOP_FEATURE_INTERNAL_RGB on RK3066
| * de3120b8f2 drm/rockchip: vop: limit maximum resolution to hardware capabilities
| * 889304120e fbdev: sisfb: Fix strbuf array overflow
| * 8266ae6eaf fbcon: Fix a NULL pointer dereference issue in fbcon_putcs
| * 97a79933fb drm/amd/display: Check null pointer before dereferencing se
| * 0857b1c573 scsi: lpfc: Ensure DA_ID handling completion before deleting an NPIV instance
| * 78fa420e23 scsi: lpfc: Add ELS_RSP cmd to the list of WQEs to flush in lpfc_els_flush_cmd()
| * b80d8c2c55 driver core: bus: Return -EIO instead of 0 when show/store invalid bus attribute
| * 737e75df3a staging: vme_user: added bound check to geoid
| * 6dad158fbb tools/iio: Add memory allocation failure check for trigger_name
| * 6a5ca0ab94 virtio_pmem: Check device status before requesting flush
| * 4dab65aafb netfilter: nf_reject: Fix build warning when CONFIG_BRIDGE_NETFILTER=n
| * b52f1fbb06 LoongArch: Fix memleak in pci_acpi_scan_root()
| * c66562408c comedi: ni_routing: tools: Check when the file could not be opened
| * 4d49102c24 usb: dwc2: Adjust the timing of USB Driver Interrupt Registration in the Crashkernel Scenario
| * 0a27f6cb3b usb: chipidea: udc: enable suspend interrupt after usb reset
| * 11ceb17e6f clk: imx: Remove CLK_SET_PARENT_GATE for DRAM mux for i.MX7D
| * 1d750606fe remoteproc: imx_rproc: Use imx specific hook for find_loaded_rsc_table
| * 9496004146 media: videobuf2-core: clear memory related fields in __vb2_plane_dmabuf_put()
| * ea15b254ad riscv/kexec_file: Fix relocation type R_RISCV_ADD16 and R_RISCV_SUB16 unknown
| * 0a2cfe7a89 RDMA/mlx5: Enforce umem boundaries for explicit ODP page faults
| * 3ae45be849 ntb: ntb_hw_switchtec: Fix use after free vulnerability in switchtec_ntb_remove due to race condition
| * a2493904e9 io_uring: check if we need to reschedule during overflow flush
| * b6fdfd6f8d RISC-V: Don't have MAX_PHYSMEM_BITS exceed phys_addr_t
| * a4babb895c PCI: Mark Creative Labs EMU20k2 INTx masking as broken
| * 7600bc3a68 i2c: i801: Use a different adapter-name for IDF adapters
| * 9af86455eb PCI: Add ACS quirk for Qualcomm SA8775P
| * 1d4359411d clk: bcm: bcm53573: fix OF node leak in init
| * b5d4076664 RDMA/rtrs-srv: Avoid null pointer deref during path establishment
| * 90be6ffc6a PCI: Add function 0 DMA alias quirk for Glenfly Arise chip
| * e80eadb360 RDMA/mad: Improve handling of timed out WRs of mad agent
| * ec5b06acbe ktest.pl: Avoid false positives with grub2 skip regex
* | 2a9237e80d Revert "perf,x86: avoid missing caller address in stack traces captured in uprobe"
* | 07d3db8105 Revert "i2c: create debugfs entry per adapter"
* | a521ff2141 Revert "i2c: core: Lock address during client device instantiation"
* | ff83a68a27 Merge beff507e9e ("s390/cpum_sf: Remove WARN_ON_ONCE statements") into android14-6.1-lts
|\|
| * beff507e9e s390/cpum_sf: Remove WARN_ON_ONCE statements
| * 2d1f754329 ext4: nested locking for xattr inode
| * 4061e07f04 ext4: don't set SB_RDONLY after filesystem errors
| * d730f53bf5 bpf, x64: Fix a jit convergence issue
| * 93c574989c s390/mm: Add cond_resched() to cmm_alloc/free_pages()
| * 5ff787ebd0 s390/facility: Disable compile time optimization for decompressor code
| * 39b5ecc927 bpf: Check percpu map value size first
| * bc26503532 Input: synaptics-rmi4 - fix UAF of IRQ domain on driver removal
| * b2e1167d21 virtio_console: fix misc probe bugs
| * 9fcade799c fs/ntfs3: Refactor enum_rstbl to suppress static checker
| * ec84214a34 fs/ntfs3: Fix sparse warning in ni_fiemap
| * 609bdfae6f fs/ntfs3: Do not call file_modified if collapse range failed
| * 3a38e30849 Bluetooth: Fix usage of __hci_cmd_sync_status
| * 345788c464 selftests: net: Remove executable bits from library scripts
| * 54adbacfa1 libsubcmd: Don't free the usage string
| * bfe95355a6 perf sched: Move curr_pid and cpu_last_switched initialization to perf_sched__{lat|map|replay}()
| * 5a708abb7d perf sched: Move curr_thread initialization to perf_sched__map()
| * b942e1b572 perf sched: Fix memory leak in perf_sched__map()
| * e6cdd72aa5 perf sched: Move start_work_mutex and work_done_wait_mutex initialization to perf_sched__replay()
| * aba6841a6c perf sched: Avoid large stack allocations
| * 4d9a5864c3 perf lock: Dynamically allocate lockhash_table
| * 5c6cfbc539 bootconfig: Fix the kerneldoc of _xbc_exit()
| * e780662c8c tracing: Have saved_cmdlines arrays all in one allocation
| * b8421b2a3d drm/crtc: fix uninitialized variable use even harder
| * 8e1cb8b75d ALSA: hda/realtek: cs35l41: Fix device ID / model name
| * 86872f5a76 ALSA: hda/realtek: cs35l41: Fix order and duplicates in quirks table
| * 71e1a9912f tracing: Remove precision vsnprintf() check from print event
| * 4d58b0e90d net: ethernet: cortina: Drop TSO support
| * 21526498d2 unicode: Don't special case ignorable code points
| * a23f0ea8dd fsdax: unshare: zero destination if srcmap is HOLE or UNWRITTEN
| * bea229ba8b fsdax: dax_unshare_iter() should return a valid length
| * acebeb375f perf report: Fix segfault when 'sym' sort key is not used
| * ace9c778a2 vhost/scsi: null-ptr-dereference in vhost_scsi_get_req()
| * ec134c1855 erofs: fix incorrect symlink detection in fast symlink
| * 38c5618390 erofs: set block size to the on-disk block size
| * 351912b9d6 erofs: avoid hardcoded blocksize for subpage block support
| * 7b33d69a08 erofs: get rid of z_erofs_do_map_blocks() forward declaration
| * 808ccede87 erofs: get rid of erofs_inode_datablocks()
| * 2544abf6b6 Revert "arm64: dts: qcom: sm8250: switch UFS QMP PHY to new style of bindings"
| * ca1fb7942a ACPI: battery: Fix possible crash when unregistering a battery hook
| * fc474e3fa0 ACPI: battery: Simplify battery hook locking
| * d01053f910 clk: qcom: gcc-sc8180x: Add GPLL9 support
| * fe44b3bfbf r8169: add tally counter fields added with RTL8125
| * affd54d4f4 r8169: Fix spelling mistake: "tx_underun" -> "tx_underrun"
| * d47234b07e clk: samsung: exynos7885: Update CLKS_NR_FSYS after bindings fix
| * cfecad07c1 clk: samsung: exynos7885: do not define number of clocks in bindings
| * 4fab87aa79 dt-bindings: clock: qcom: Add GPLL9 support on gcc-sc8180x
| * 3e166c0121 dt-bindings: clock: qcom: Add missing UFS QREF clocks
| * 928aed032a remoteproc: k3-r5: Delay notification of wakeup event
| * 3c80f64414 remoteproc: k3-r5: Acquire mailbox handle during probe routine
| * fb4c3e7120 media: imx335: Fix reset-gpio handling
| * 1f66f02929 media: i2c: imx335: Enable regulator supplies
| * f429f85e4c sched: psi: fix bogus pressure spikes from aggregation race
| * 6fddf325fa delayacct: improve the average delay precision of getdelay tool to microsecond
| * 2760bafc1a docs/zh_CN: Update the translation of delay-accounting to 6.1-rc8
| * 84887f4c1c lib/buildid: harden build ID parsing logic
| * fee9e01333 build-id: require program headers to be right after ELF header
| * 5639cd069d drm/amd/display: Allow backlight to go below `AMDGPU_DM_DEFAULT_MIN_BACKLIGHT`
| * 327b833708 mm: z3fold: deprecate CONFIG_Z3FOLD
| * 24141df5a8 uprobes: fix kernel info leak via "[uprobes]" vma
| * 5a306c8641 io_uring/net: harden multishot termination case for recv
| * fd7c4608ca arm64: errata: Expand speculative SSBS workaround once more
| * 24cb24b49c arm64: cputype: Add Neoverse-N3 definitions
| * ae50bfa1f3 arm64: Add Cortex-715 CPU part definition
| * c5c70e1dca spi: bcm63xx: Fix missing pm_runtime_disable()
| * 463cd7ebeb dt-bindings: clock: exynos7885: Fix duplicated binding
| * 8f32f6cf92 i2c: xiic: Fix pm_runtime_set_suspended() with runtime pm enabled
| * 73733d8ca9 i2c: xiic: Use devm_clk_get_enabled()
| * e2852a0246 i2c: core: Lock address during client device instantiation
| * e2a268b0f5 i2c: create debugfs entry per adapter
| * 064debdc41 kconfig: qconf: fix buffer overflow in debug links
| * 90ebc392ad cpufreq: intel_pstate: Make hwp_notify_lock a raw spinlock
| * 722d2d8fc4 drm/amd/display: Fix system hang while resume with TBT monitor
| * 8e40fef1d8 drm/sched: Add locking to drm_sched_entity_modify_sched
| * a412e21243 drm/i915/gem: fix bitwise and logical AND mixup
| * 3812169643 close_range(): fix the logics in descriptor table trimming
| * ce25f33ba8 tracing/timerlat: Fix a race during cpuhp processing
| * 9e9e80e4e7 tracing/hwlat: Fix a race during cpuhp processing
| * 6432335606 ceph: fix cap ref leak via netfs init_request
| * d17c631ba0 Bluetooth: hci_event: Align BR/EDR JUST_WORKS paring with LE
| * 3d7ecc91fe gpio: davinci: fix lazy disable
| * 9da40aea63 btrfs: wait for fixup workers before stopping cleaner kthread during umount
| * c71eb38a04 btrfs: send: fix invalid clone operation for file that got its size decreased
| * d13249c0df btrfs: fix a NULL pointer dereference when failed to start a new trasacntion
| * 89797d918c ACPI: resource: Add Asus ExpertBook B2502CVA to irq1_level_low_skip_override[]
| * 5fece930c0 ACPI: resource: Add Asus Vivobook X1704VAP to irq1_level_low_skip_override[]
| * d32ff64c87 cachefiles: fix dentry leak in cachefiles_open_file()
| * 01e7ba68c8 Input: adp5589-keys - fix adp5589_gpio_get_value()
| * 34e304cc53 Input: adp5589-keys - fix NULL pointer dereference
| * 3257b50bb0 rtc: at91sam9: fix OF node leak in probe() error path
| * 5d43e1ad45 net: stmmac: Fix zero-division error when disabling tc cbs
| * 5153497611 tomoyo: fallback to realpath if symlink's pathname does not exist
| * 080e6c9a39 gso: fix udp gso fraglist segmentation after pull from frag_list
| * 9c9a0ba06f iio: magnetometer: ak8975: Fix reading for ak099xx sensors
| * dd63542298 smb: client: use actual path when queryfs
| * 28936dec34 clk: qcom: clk-alpha-pll: Fix CAL_L_VAL override for LUCID EVO PLL
| * 2f5f0cbacd clk: qcom: gcc-sc8180x: Fix the sdcc2 and sdcc4 clocks freq table
| * c34fbb1a28 media: qcom: camss: Fix ordering of pm_runtime_enable
| * 43173b7fb3 clk: qcom: gcc-sm8250: Do not turn off PCIe GDSCs during gdsc_disable()
| * 2a541fcc0b media: venus: fix use after free bug in venus_remove due to race condition
| * 65b03123d8 clk: qcom: gcc-sm8150: De-register gcc_cpuss_ahb_clk_src
| * 4f2de6dc51 clk: qcom: clk-rpmh: Fix overflow in BCM vote
| * 885e7b5e23 media: uapi/linux/cec.h: cec_msg_set_reply_to: zero flags
| * 1620ca51c4 clk: qcom: gcc-sm8450: Do not turn off PCIe GDSCs during gdsc_disable()
| * 17f7db9e6b media: sun4i_csi: Implement link validate for sun4i_csi subdev
| * 3a4e2f113c clk: qcom: dispcc-sm8250: use CLK_SET_RATE_PARENT for branch clocks
| * 87ab3af744 remoteproc: k3-r5: Fix error handling when power-up failed
| * f057579a67 clk: rockchip: fix error for unknown clocks
| * bc2cbf7525 aoe: fix the potential use-after-free problem in more places
| * f07c20c6ee NFSD: Fix NFSv4's PUTPUBFH operation
| * 6fe058502f nfsd: map the EBADMSG to nfserr_io to avoid warning
| * 137f672085 nfsd: fix delegation_blocked() to block correctly for at least 30 seconds
| * 8bcec93396 perf hist: Update hist symbol when updating maps
| * 4e1813e52f exfat: fix memory leak in exfat_load_bitmap()
| * 732b16ea77 riscv: define ILLEGAL_POINTER_VALUE for 64bit
| * 01cb2e751c ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodate
| * 82dfdd1e31 ocfs2: fix null-ptr-deref when journal load failed.
| * 81aba693b1 ocfs2: remove unreasonable unlock in ocfs2_read_blocks
| * bbf41277df ocfs2: cancel dqi_sync_work before freeing oinfo
| * 5c2072f02c ocfs2: reserve space for inline xattr before attaching reflink tree
| * 0d1b94b3c4 ocfs2: fix uninit-value in ocfs2_get_block()
| * 24cf79398f ocfs2: fix the la space leak when unmounting an ocfs2 volume
| * f8767d10bc mm: krealloc: consider spare memory for __GFP_ZERO
| * 6e5a48afb1 jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commit
| * 70bae48377 jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns error
| * 4b90d2eb45 resource: fix region_intersects() vs add_memory_driver_managed()
| * f37a1d9e5e drm: omapdrm: Add missing check for alloc_ordered_workqueue
| * afa0b75ad9 of/irq: Support #msi-cells=<0> in of_msi_get_domain
| * b049894eb1 drm/rockchip: vop: clear DMA stop bit on RK3066
| * b1a661d9cc parisc: Fix stack start for ADDR_NO_RANDOMIZE personality
| * a304414f39 parisc: Fix 64-bit userspace syscall path
| * b1dd2ea55f ext4: mark fc as ineligible using an handle in ext4_xattr_set()
| * ca083a08a6 ext4: use handle to mark fc as ineligible in __track_dentry_update()
| * 5f61921082 ext4: fix fast commit inode enqueueing during a full journal commit
| * 354835cea9 ext4: fix incorrect tid assumption in jbd2_journal_shrink_checkpoint_list()
| * 6d9fd7e74e ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()
| * 6801ed1298 ext4: update orig_path in ext4_find_extent()
| * 78bbc3d15b ext4: fix double brelse() the buffer of the extents path
| * 51db04892a ext4: aovid use-after-free in ext4_ext_insert_extent()
| * 6367d3f04c ext4: drop ppath from ext4_ext_replay_update_ex() to avoid double-free
| * bd87b99ef3 ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space()
| * abfaa876b9 ext4: dax: fix overflowing extents beyond inode size when partially writing
| * 10d3eb28b1 ext4: fix incorrect tid assumption in ext4_fc_mark_ineligible()
| * 2060abdede ext4: propagate errors from ext4_find_extent() in ext4_insert_range()
| * a5401d4c3e ext4: fix slab-use-after-free in ext4_split_extent_at()
| * 7b30d0b9f5 ext4: correct encrypted dentry name hash when not casefolded
| * a02d7f5b24 ext4: no need to continue when the number of entries is 1
| * 8be8578e6b ALSA: hda/realtek: Add a quirk for HP Pavilion 15z-ec200
| * 44c11fc535 ALSA: hda/realtek: Add quirk for Huawei MateBook 13 KLV-WX9
| * ba34b0e9d5 ALSA: line6: add hw monitor volume control to POD HD500X
| * b5abf22ca4 ALSA: usb-audio: Add native DSD support for Luxman D-08u
| * 80863d80cc ALSA: usb-audio: Add delay quirk for VIVO USB-C HEADSET
| * 97bea9f57b ALSA: core: add isascii() check to card ID generator
| * fed2d3a225 drm: Consistently use struct drm_mode_rect for FB_DAMAGE_CLIPS
| * 1e013f9a44 parisc: Fix itlb miss handler for 64-bit programs
| * 65e5ebb915 perf/core: Fix small negative period being ignored
| * bda702a439 power: supply: hwmon: Fix missing temp1_max_alarm attribute
| * 381aac9473 spi: bcm63xx: Fix module autoloading
| * a763af9f5d firmware: tegra: bpmp: Drop unused mbox_client_to_bpmp()
| * 9f08876d76 media: i2c: ar0521: Use cansleep version of gpiod_set_value()
| * 55a629c520 i2c: xiic: Wait for TX empty to avoid missed TX NAKs
| * bb4b446d87 i2c: qcom-geni: Use IRQF_NO_AUTOEN flag in request_irq()
| * c2024b1a58 i2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resume
| * cdd03afcb6 platform/x86: ISST: Fix the KASAN report slab-out-of-bounds bug
| * 757823c135 Revert "ALSA: hda: Conditionally use snooping for AMD HDMI"
| * 9e89f4de79 selftests: vDSO: fix vdso_config for s390
| * ecbdbe5132 selftests: vDSO: fix ELF hash table entry size for s390x
| * 3c9f0c9d59 powerpc/vdso: Fix VDSO data access when running in a non-root time namespace
| * eba34000e7 selftests/mm: fix charge_reserved_hugetlb.sh test
| * 07b532e802 selftests: vDSO: fix vDSO symbols lookup for powerpc64
| * 998dacca5a selftests: vDSO: fix vdso_config for powerpc
| * 114b399e10 selftests: vDSO: fix vDSO name for powerpc
| * 5c2d773d81 selftests: breakpoints: use remaining time to check if suspend succeed
| * 7ac43c97c9 spi: s3c64xx: fix timeout counters in flush_fifo
| * 0a88cd8aab spi: spi-imx: Fix pm_runtime_set_suspended() with runtime pm enabled
| * 2d7e7cf9d5 blk-integrity: register sysfs attributes on struct device
| * ee48f16aac blk-integrity: convert to struct device_attribute
| * 4a30ad89a6 blk-integrity: use sysfs_emit
| * e3aa99b13a iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_release
| * 9fedf51ab8 ext4: fix i_data_sem unlock order in ext4_ind_migrate()
| * 2eba3b0cc5 ext4: avoid use-after-free in ext4_ext_show_leaf()
| * fc19e8a7c4 ext4: ext4_search_dir should return a proper error
| * cf1bf89d29 powerpc/pseries: Use correct data types from pseries_hp_errorlog struct
| * 97dce49040 of/irq: Refer to actual buffer size in of_irq_parse_one()
| * fd5f4ac1a9 drm/amd/pm: ensure the fw_info is not null before using it
| * 1e7ba299de drm/radeon/r100: Handle unknown family in r100_cp_init_microcode()
| * 8cc0a1b768 scsi: NCR5380: Initialize buffer for MSG IN and STATUS transfers
| * 03bba4aefe drm/amdgpu: fix unchecked return value warning for amdgpu_gfx
| * 7bcba0a48c scsi: lpfc: Update PRLO handling in direct attached topology
| * 1d08cb350f scsi: aacraid: Rearrange order of struct aac_srb_unit
| * bd04497003 perf,x86: avoid missing caller address in stack traces captured in uprobe
| * c0c58a52d7 drm/printer: Allow NULL data in devcoredump printer
| * a23d6029e7 drm/amd/display: Initialize get_bytes_per_element's default to 1
| * 0f1e222a4b drm/amd/display: Fix index out of bounds in DCN30 color transformation
| * 2495c8e272 drm/amd/display: Fix index out of bounds in degamma hardware format translation
| * f3ccd855b4 drm/amd/display: Fix index out of bounds in DCN30 degamma hardware format translation
| * e8da54b7f8 drm/amd/display: Check stream before comparing them
| * d5a50e048f drm/stm: ltdc: reset plane transparency after plane disable
| * 39f4286104 platform/x86: touchscreen_dmi: add nanote-next quirk
| * 6d771ae094 HID: multitouch: Add support for Thinkpad X12 Gen 2 Kbd Portfolio
| * 3462d8e2bc drm/amdkfd: Fix resource leak in criu restore queue
| * 85088df7a5 drm/amdgpu: enable gfxoff quirk on HP 705G4
| * 74f904c030 drm/amdgpu: add raven1 gfxoff quirk
| * 6041536d18 jfs: Fix uninit-value access of new_ea in ea_buffer
| * 8f7c724a5b scsi: smartpqi: correct stream detection
| * 058aa89b33 jfs: check if leafidx greater than num leaves per dmap tree
| * 0c238da83f jfs: Fix uaf in dbFreeBits
| * 4c36edf51f jfs: UBSAN: shift-out-of-bounds in dbFindBits
| * bd0e24e5e6 drm/amd/display: Add null check for 'afb' in amdgpu_dm_plane_handle_cursor_update (v2)
| * a2773e0a4b drm/amd/display: Check null pointers before using dc->clk_mgr
| * c4b699b934 drm/amd/display: Handle null 'stream_status' in 'planes_changed_for_existing_stream'
| * e479157f9f ata: sata_sil: Rename sil_blacklist to sil_quirks
| * b4f201e05b ata: pata_serverworks: Do not use the term blacklist
| * 40193ff736 drm/amd/display: Add null check for top_pipe_to_program in commit_planes_for_stream
| * 0ed438e52c drm/amdgpu: disallow multiple BO_HANDLES chunks in one submit
| * d02611ff00 drm/stm: Avoid use-after-free issues with crtc and plane
| * e03f00aa4a iommu/vt-d: Fix potential lockup if qi_submit_sync called with 0 count
| * cfc1def24b iommu/vt-d: Always reserve a domain ID for identity setup
| * e0cf57612a power: reset: brcmstb: Do not go into infinite loop if reset fails
| * 85b778bc25 iommu/arm-smmu-qcom: hide last LPASS SMMU context bank from linux
| * bc4da4cf2b rcuscale: Provide clear error when async specified without primitives
| * 3c0d416eb4 fbdev: pxafb: Fix possible use after free in pxafb_task()
| * 1553085fe9 x86/syscall: Avoid memcpy() for ia32 syscall_get_arguments()
| * 0a13f60c95 selftests/nolibc: avoid passing NULL to printf("%s")
| * 9bf125a138 ALSA: hdsp: Break infinite MIDI input flush loop
| * e658227d9d ALSA: asihpi: Fix potential OOB array access
| * 10f502d2d7 x86/kexec: Add EFI config table identity mapping for kexec kernel
| * 198314189f tools/x86/kcpuid: Protect against faulty "max subleaf" values
| * dfec74d685 ASoC: codecs: wsa883x: Handle reading version failure
| * 759d02ea18 ALSA: usb-audio: Add logitech Audio profile quirk
| * 779c0e63f2 ALSA: usb-audio: Replace complex quirk lines with macros
| * b3dcf220c9 ALSA: usb-audio: Define macros for quirk table entries
| * ec862cd843 x86/ioapic: Handle allocation failures gracefully
| * 95b901dc34 ALSA: usb-audio: Add input value sanity checks for standard types
| * 99fcb55180 nfp: Use IRQF_NO_AUTOEN flag in request_irq()
| * 17199b69a8 wifi: mwifiex: Fix memcpy() field-spanning write warning in mwifiex_cmd_802_11_scan_ext()
| * 0f78947e4d wifi: mt76: mt7915: hold dev->mt76.mutex while disabling tx worker
| * ca5ef2759d proc: add config & param to block forcing mem writes
| * 7f570d6729 ACPICA: iasl: handle empty connection_node
| * b0b2dc1eaa wifi: mac80211: fix RCU list iterations
| * 465d3bad19 tcp: avoid reusing FIN_WAIT2 when trying to find port in connect() process
| * a3dde07821 crypto: simd - Do not call crypto_alloc_tfm during registration
| * 2738388d95 net: atlantic: Avoid warning about potential string truncation
| * 8cbda41727 ipv4: Mask upper DSCP bits and ECN bits in NETLINK_FIB_LOOKUP family
| * af79fa5f98 wifi: rtw89: correct base HT rate mask for firmware
| * 75aa1df311 ipv4: Check !in_dev earlier for ioctl(SIOCSIFADDR).
| * 12bc48a111 bnxt_en: Extend maximum length of version string by 1 byte
| * 25c764f87f net: mvpp2: Increase size of queue_name buffer
| * 80c0be7bcf tipc: guard against string buffer overrun
| * f282db3895 ACPICA: check null return of ACPI_ALLOCATE_ZEROED() in acpi_db_convert_to_package()
| * de6a9bb884 ACPI: EC: Do not release locks during operation region accesses
| * bc51ebfd9b wifi: rtw88: select WANT_DEV_COREDUMP
| * 73e235728e wifi: ath11k: fix array out-of-bound access in SoC stats
| * 0087dc9e70 nvme-pci: qdepth 1 quirk
| * 59121bb38f blk_iocost: fix more out of bound shifts
| * 0fe5621176 ACPI: video: Add force_vendor quirk for Panasonic Toughbook CF-18
| * cf4e0b68ae Bluetooth: btusb: Add Realtek RTL8852C support ID 0x0489:0xe122
| * cad3093a9f net: sched: consistently use rcu_replace_pointer() in taprio_change()
| * 89fbb0d2bc wifi: mt76: mt7915: disable tx worker during tx BA session enable/disable
| * 5bc1ee87f4 ACPICA: Fix memory leak if acpi_ps_get_next_field() fails
| * 55076cdb86 ACPICA: Fix memory leak if acpi_ps_get_next_namepath() fails
| * 68a599da16 ACPI: PAD: fix crash in exit_round_robin()
| * c80a203364 net: hisilicon: hns_mdio: fix OF node leak in probe()
| * 2bb3368d3c net: hisilicon: hns_dsaf_mac: fix OF node leak in hns_mac_get_info()
| * 933e7f90e0 net: hisilicon: hip04: fix OF node leak in probe()
| * efcff6ce74 net/xen-netback: prevent UAF in xenvif_flush_hash()
| * 95f32191e5 wifi: cfg80211: Set correct chandef when starting CAC
* | 0eefe2e6a1 Merge c6cbefd65a ("wifi: iwlwifi: mvm: Fix a race in scan abort flow") into android14-6.1-lts
|\|
| * c6cbefd65a wifi: iwlwifi: mvm: Fix a race in scan abort flow
| * 7fc56eee60 ice: Adjust over allocation of memory in ice_sched_add_root_node() and ice_sched_add_node()
| * 6a87522067 wifi: ath9k_htc: Use __skb_set_length() for resetting urb before resubmit
| * 83793aa9b1 wifi: ath9k: fix possible integer overflow in ath9k_get_et_stats()
| * 32f348ecc1 f2fs: Require FMODE_WRITE for atomic write ioctls
| * f3a0893cea ALSA: hda/conexant: Fix conflicting quirk for System76 Pangolin
| * 5dcde464da ASoC: imx-card: Set card.owner to avoid a warning calltrace if SND=m
| * 1bd4ef8e1c ALSA: hda/generic: Unconditionally prefer preferred_dacs pairs
| * f1420f2358 ALSA: hda/realtek: Fix the push button function for the ALC257
| * 4d6f089748 ALSA: mixer_oss: Remove some incorrect kfree_const() usages
| * 589be64748 ASoC: atmel: mchp-pdmc: Skip ALSA restoration if substream runtime is uninitialized
| * bdd82c47b2 media: usbtv: Remove useless locks in usbtv_video_free()
| * 781f3a97a3 Bluetooth: hci_sock: Fix not validating setsockopt user input
| * dd8118ed43 loop: don't set QUEUE_FLAG_NOMERGES
| * 4f3ea50d84 i2c: xiic: Try re-initialization on bus busy timeout
| * 0d8ca4c1ee i2c: xiic: improve error message when transfer fails to start
| * 9230a59eda sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_start
| * fcb8a66d83 iomap: constrain the file range passed to iomap_file_unshare
| * 1bec6782a2 fsdax,xfs: port unshare to fsdax
| * 635deca180 ppp: do not assume bh is held in ppp_channel_bridge_input()
| * 0cabf388ef ipv4: ip_gre: Fix drops of small packets in ipgre_xmit
| * c029de15fa net: stmmac: dwmac4: extend timeout for VLAN Tag register busy bit check
| * 27a8fabc54 net: add more sanity checks to qdisc_pkt_len_init()
| * d6114993e0 net: avoid potential underflow in qdisc_pkt_len_init() with UFO
| * 2bf4c101d7 net: ethernet: lantiq_etop: fix memory disclosure
| * 19c62981b2 Bluetooth: btmrvl: Use IRQF_NO_AUTOEN flag in request_irq()
| * b40b027a0c netfilter: nf_tables: prevent nf_skb_duplicated corruption
| * a07bd453b1 selftests: netfilter: Fix nft_audit.sh for newer nft binaries
| * dd50c5f3ca net: wwan: qcom_bam_dmux: Fix missing pm_runtime_disable()
| * 6b289c5568 net: ieee802154: mcr20a: Use IRQF_NO_AUTOEN flag in request_irq()
| * 58c2a66ad3 netfilter: uapi: NFTA_FLOWTABLE_HOOK is NLA_NESTED
| * b48ee5bb25 net/mlx5e: Fix NULL deref in mlx5e_tir_builder_alloc()
| * 87a8e15d3e net/mlx5: Added cond_resched() to crdump collection
| * fc357e7817 net/mlx5: Fix error path in multi-packet WQE transmit
| * 523a1f3420 net: sparx5: Fix invalid timestamps
| * d3c09281ba ieee802154: Fix build error
| * ea98284fc4 ceph: remove the incorrect Fw reference check when dirtying pages
| * 90320cfc07 mailbox: bcm2835: Fix timeout during suspend mode
| * d8696bc7af mailbox: rockchip: fix a typo in module autoloading
* | bf14675822 Merge 71446b65c0 ("scsi: pm8001: Do not overwrite PCI queue mapping") into android14-6.1-lts
|\|
| * 71446b65c0 scsi: pm8001: Do not overwrite PCI queue mapping
| * 842d9156be jump_label: Fix static_key_slow_dec() yet again
| * 0f05d6c337 jump_label: Simplify and clarify static_key_fast_inc_cpus_locked()
| * ea2cdf4da0 static_call: Replace pointless WARN_ON() in static_call_module_notify()
| * b566c7d8a2 static_call: Handle module init failure correctly in static_call_del_module()
* | fbffc4367f Revert "icmp: Add counters for rate limits"
* | da03308716 Revert "icmp: change the order of rate limits"
* | d181caa76b Merge dffe86df26 ("wifi: mt76: do not run mt76_unregister_device() on unregistered hw") into android14-6.1-lts
|\|
| * dffe86df26 wifi: mt76: do not run mt76_unregister_device() on unregistered hw
| * 25703a3c98 x86/tdx: Fix "in-kernel MMIO" check
| * 04ca17fbc8 PCI/PM: Mark devices disconnected if upstream PCIe link is down on resume
| * 6d5124a2b1 powerpc: Allow CONFIG_PPC64_BIG_ENDIAN_ELF_ABI_V2 with ld.lld 15+
| * 97ab365243 iio: magnetometer: ak8975: Fix 'Unexpected device' error
| * 85045e51c7 perf/arm-cmn: Fail DTC counter allocation correctly
| * 0cf462ae2a usb: yurex: Fix inconsistent locking bug in yurex_read()
| * 5d96aca286 i2c: isch: Add missed 'else'
| * f064999164 i2c: aspeed: Update the stop sw state when the bus recovery occurs
| * 417a471454 mm/damon/vaddr: protect vma traversal in __damon_va_thre_regions() with rcu read lock
| * f7f78d7b0a module: Fix KCOV-ignored file name
| * 1c19a8ae09 mm: only enforce minimum stack gap size if it's sensible
| * a28711c53e lockdep: fix deadlock issue between lockdep and rcu
| * f6633a3e1e bpf: lsm: Set bpf_lsm_blob_sizes.lbs_task to 0
| * 997ba88896 icmp: change the order of rate limits
| * 3ff50bc627 icmp: Add counters for rate limits
| * fa47f96ee7 mm/filemap: optimize filemap folio adding
| * 3714f62ecb lib/xarray: introduce a new helper xas_get_order
| * 0e7877d1bb mm/filemap: return early if failed to allocate memory for split
| * e01c8c1d39 x86/entry: Remove unwanted instrumentation in common_interrupt()
| * 970d6010f8 x86/idtentry: Incorporate definitions/declarations of the FRED entries
| * 8f925510ce pps: add an error check in parport_attach
| * 73c007575b pps: remove usage of the deprecated ida_simple_xx() API
* | 25281a36af Revert "Merge 71147efd68 ("usb: xhci: fix loss of data on Cadence xHC") into android14-6.1-lts"
* | d2e4c7790d Merge 71147efd68 ("usb: xhci: fix loss of data on Cadence xHC") into android14-6.1-lts
|\|
| * 71147efd68 usb: xhci: fix loss of data on Cadence xHC
| * 72b2ef7bb3 xhci: Add a quirk for writing ERST in high-low order
| * 66cffb20a0 xhci: Preserve RsvdP bits in ERSTBA register correctly
| * 7cc626f64d xhci: Refactor interrupter code for initial multi interrupter support.
| * b994e205c0 xhci: remove xhci_test_trb_in_td_math early development check
| * 82f1eb02de xhci: fix event ring segment table related masks and variables in header
* | 27d626695a Merge 732413d5ae ("USB: misc: yurex: fix race between read and write") into android14-6.1-lts
|\|
| * 732413d5ae USB: misc: yurex: fix race between read and write
| * f8a2930015 usb: yurex: Replace snprintf() with the safer scnprintf() variant
| * ed8fe130e5 powerpc/atomic: Use YZ constraints for DS-form instructions
| * 9eb76d5168 powerpc/64: Add support to build with prefixed instructions
| * 8b9f7d8d71 powerpc/64: Option to build big-endian with ELFv2 ABI
* | b7ad70d2c5 Merge b986ec200f ("soc: versatile: realview: fix soc_dev leak during device remove") into android14-6.1-lts
|\|
| * b986ec200f soc: versatile: realview: fix soc_dev leak during device remove
| * 0d8cce74ea soc: versatile: realview: fix memory leak during device remove
| * ab205e1c38 padata: use integer wrap around to prevent deadlock on seq_nr overflow
| * 41fbdd4524 EDAC/igen6: Fix conversion of system address to physical memory address
| * b2d1ef31ec nfs: fix memory leak in error path of nfs4_do_reclaim
| * 1524f792e0 fs: Fix file_set_fowner LSM hook inconsistencies
| * 540fb13120 vfs: fix race between evice_inodes() and find_inode()&iput()
| * e972e1aa2a arm64: dts: rockchip: Correct the Pinebook Pro battery design capacity
| * 245f11d10d arm64: dts: rockchip: Raise Pinebook Pro's panel backlight PWM frequency
| * 8586888429 hwrng: cctrng - Add missing clk_disable_unprepare in cctrng_resume
| * 489f52759d hwrng: bcm2835 - Add missing clk_disable_unprepare in bcm2835_rng_init
| * 8e7bc5030f hwrng: mtk - Use devm_pm_runtime_enable
| * 26b07bd2e1 f2fs: fix to check atomic_file in f2fs ioctl interfaces
| * d59222286c f2fs: avoid potential int overflow in sanity_check_area_boundary()
| * b11d62de8f f2fs: prevent possible int overflow in dir_block_index()
| * e0ae93934c f2fs: fix several potential integer overflows in file offsets
| * 6a53f877c4 debugobjects: Fix conditions in fill_pool()
| * efbc1e1164 wifi: mt76: mt7615: check devm_kasprintf() returned value
| * bd1412948f wifi: rtw88: 8822c: Fix reported RX band width
| * 89debcc2aa perf/x86/intel/pt: Fix sampling synchronization
| * 5b22c038fb efistub/tpm: Use ACPI reclaim memory for event log to avoid corruption
| * 5410d15290 ACPI: resource: Add another DMI match for the TongFang GMxXGxx
| * 5c8d007c14 ACPI: sysfs: validate return type of _STR method
| * ca6ed002a9 drbd: Add NULL check for net_conf to prevent dereference in state validation
| * 019d9a9caa drbd: Fix atomicity violation in drbd_uuid_set_bm()
| * 612dcc892c crypto: ccp - Properly unregister /dev/sev on sev PLATFORM_STATUS failure
| * 57d47886d4 xhci: Set quirky xHC PCI hosts to D3 _after_ stopping and freeing them.
* | fe72cb35dd Merge branch 'android14-6.1' into android14-6.1-lts
* | 8221be4754 ANDROID: add __pskb_copy_fclone to db845c symbol list
* | 6c5b621ff4 Merge bdefb8ce7c ("tty: rp2: Fix reset with non forgiving PCIe host bridges") into android14-6.1-lts
|\|
| * bdefb8ce7c tty: rp2: Fix reset with non forgiving PCIe host bridges
| * 3d2411f4ed firmware_loader: Block path traversal
| * 5400fb4b3a bus: mhi: host: pci_generic: Fix the name for the Telit FE990A
| * bd3f77037b bus: integrator-lm: fix OF node leak in probe()
| * 79388644fc usb: dwc2: drd: fix clock gating on USB role switch
| * bf2425de2a usb: cdnsp: Fix incorrect usb_request status
| * 06326a8da6 USB: class: CDC-ACM: fix race between get_serial and set_serial
| * 5f00218ce5 USB: misc: cypress_cy7c63: check for short transfer
| * ec9b165aac USB: appledisplay: close race between probe and completion handler
| * edca00ad79 arm64: dts: mediatek: mt8195-cherry: Mark USB 3.0 on xhci1 as disabled
| * 869caa8de8 usbnet: fix cyclical race on disconnect with work queue
| * 0d945405ae scsi: mac_scsi: Disallow bus errors during PDMA send
| * 26a4cb9898 scsi: mac_scsi: Refactor polling loop
| * 4fe1c955b2 scsi: mac_scsi: Revise printk(KERN_DEBUG ...) messages
| * 60312ae739 scsi: sd: Fix off-by-one error in sd_read_block_characteristics()
| * d1b2d2a9c9 ksmbd: handle caseless file creation
| * 5fb2b18be9 ksmbd: allow write with FILE_APPEND_DATA
| * da7f1b85e1 ksmbd: make __dir_empty() compatible with POSIX
| * 12aea49495 fs: Create a generic is_dot_dotdot() utility
| * 3322fa8f2a KEYS: prevent NULL pointer dereference in find_asymmetric_key()
| * 571a9f0529 drm/amd/display: Validate backlight caps are sane
| * cec9d5035c drm/amd/display: Round calculated vtotal
| * 7c887efda1 drm/amd/display: Skip Recompute DSC Params if no Stream on Link
| * 736fa1df08 KVM: x86: Move x2APIC ICR helper above kvm_apic_write_nodecode()
| * b26f0b6f8e KVM: x86: Enforce x2APIC's must-be-zero reserved ICR bits
| * 81d927aed7 Input: i8042 - add another board name for TUXEDO Stellaris Gen5 AMD line
| * 24be9dd89d Input: i8042 - add TUXEDO Stellaris 15 Slim Gen6 AMD to i8042 quirk table
| * 453e776fac Input: i8042 - add TUXEDO Stellaris 16 Gen5 AMD to i8042 quirk table
| * 265a7021e6 Input: adp5588-keys - fix check on return code
| * 93090b74f0 Revert "media: tuners: fix error return code of hybrid_tuner_request_state()"
| * d57c71c859 soc: versatile: integrator: fix OF node leak in probe() error path
| * fd6367ea9e ASoC: rt5682: Return devm_of_clk_add_hw_provider to transfer the error
| * a9169c7e34 PCI: xilinx-nwl: Fix off-by-one in INTx IRQ handler
| * c5f3592f2b PCI: imx6: Fix missing call to phy_power_off() in error handling
| * 6a58b8ce51 Remove *.orig pattern from .gitignore
| * ee3e8b2933 io_uring/sqpoll: do not put cpumask on stack
| * ebc7db40b8 io_uring/sqpoll: retain test for whether the CPU is valid
| * 58a3714db4 drm/vmwgfx: Prevent unmapping active read buffers
| * eebec98791 selinux,smack: don't bypass permissions check in inode_setsecctx hook
| * 91ced077db vfio/pci: fix potential memory leak in vfio_intx_enable()
| * 657ca82526 io_uring/io-wq: inherit cpuset of cgroup in io worker
| * fce514611f io_uring/io-wq: do not allow pinning outside of cpuset
| * d8920d2534 drm/amd/display: Fix Synaptics Cascaded Panamera DSC Determination
| * 0b6114edf6 io_uring/sqpoll: do not allow pinning outside of cpuset
| * 925eb20d96 netfilter: ctnetlink: compile ctnetlink_label_size with CONFIG_NF_CONNTRACK_EVENTS
| * 8ae12602d9 netfilter: nf_tables: Keep deleted flowtable hooks until after RCU
| * b600ccc041 net: stmmac: set PP_FLAG_DMA_SYNC_DEV only if XDP is enabled
| * 6b64197b4b bonding: Fix unnecessary warnings and logs from bond_xdp_get_xmit_slave()
| * b814fac8bc net: qrtr: Update packets cloning when broadcasting
| * 96c4983eab tcp: check skb is non-NULL in tcp_rto_delta_us()
| * 317cc29ec7 net: ipv6: select DST_CACHE from IPV6_RPL_LWTUNNEL
| * 1c57d61a43 net: seeq: Fix use after free vulnerability in ether3 Driver Due to Race Condition
| * 7ea2bcfd9b netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put()
| * 81b22d5633 net: xilinx: axienet: Fix packet counting
| * 6387d93296 net: xilinx: axienet: Schedule NAPI in two steps
| * 137227f963 Revert "dm: requeue IO if mapping table not yet available"
| * 7a5bd2fb92 ep93xx: clock: Fix off by one in ep93xx_div_recalc_rate()
| * ec5f1b54ce vhost_vdpa: assign irq bypass producer token correctly
| * 5d63cbf473 vdpa: Add eventfd for the vdpa callback
| * eb1fbdfcc3 cxl/pci: Fix to record only non-zero ranges
| * 7f8bb22dfd cxl/pci: Break out range register decoding from cxl_hdm_decode_init()
| * 6402057645 coresight: tmc: sg: Do not leak sg_table
| * 31cd18c9ac dt-bindings: iio: asahi-kasei,ak8975: drop incorrect AK09116 compatible
| * abdcbf8753 iio: magnetometer: ak8975: drop incorrect AK09116 compatible
| * 2285889070 iio: magnetometer: ak8975: Convert enum->pointer for data in the match tables
| * 73ff64413e iio: chemical: bme680: Fix read/write ops to device by adding mutexes
| * 6ae66b3487 ABI: testing: fix admv8818 attr description
| * 0ac49e031e iio: adc: ad7606: fix standby gpio state to match the documentation
| * 91cc4ec660 iio: adc: ad7606: fix oversampling gpio array
| * 2ec5c96002 nvme-multipath: system fails to create generic nvme device
| * f892a0cffc lib/sbitmap: define swap_lock as raw_spinlock_t
| * 6027e283cf spi: spi-fsl-lpspi: Undo runtime PM changes at driver exit time
| * 1d425ee0b1 spi: atmel-quadspi: Undo runtime PM changes at driver exit time
| * f4746f2d79 f2fs: get rid of online repaire on corrupted directory
| * b83a80e21c f2fs: clean up w/ dotdot_name
| * b094fedb26 f2fs: atomic: fix to truncate pagecache before on-disk metadata truncation
| * 25c5d480d2 f2fs: fix to wait page writeback before setting gcing flag
| * 4932dfd9b6 f2fs: fix to avoid racing in between read and OPU dio write
| * bbedc64de0 f2fs: factor the read/write tracing logic into a helper
| * 09a37294fb f2fs: reduce expensive checkpoint trigger frequency
| * 0480e07330 f2fs: remove unneeded check condition in __f2fs_setxattr()
| * fb94458dba f2fs: fix to update i_ctime in __f2fs_setxattr()
| * 84a563d136 nfsd: return -EINVAL when namelen is 0
| * 8182161731 nfsd: call cache_put if xdr_reserve_space returns NULL
| * 44e1ecc702 ntb: Force physically contiguous allocation of rx ring buffers
| * 1966b02259 ntb_perf: Fix printk format
| * 7cbd6d7fb9 ntb: intel: Fix the NULL vs IS_ERR() bug for debugfs_create_dir()
| * a871594b20 RDMA/irdma: fix error message in irdma_modify_qp_roce()
| * 39cb9f3991 RDMA/cxgb4: Added NULL check for lookup_atid
| * 518bd425d2 riscv: Fix fp alignment bug in perf_callchain_user()
| * fb38951469 RDMA/hns: Optimize hem allocation performance
| * 6564c9c508 RDMA/hns: Fix 1bit-ECC recovery address in non-4K OS
| * a92e0e23ae RDMA/hns: Fix VF triggering PF reset in abnormal interrupt handler
| * 425589d4af RDMA/hns: Fix spin_unlock_irqrestore() called with IRQs enabled
| * ac4818b096 RDMA/hns: Fix the overflow risk of hem_list_calc_ba_range()
| * 2ccf1c75d3 RDMA/hns: Fix Use-After-Free of rsv_qp on HIP08
| * 35932d8624 RDMA/hns: Don't modify rq next block addr in HIP09 QPC
| * 92434724a1 watchdog: imx_sc_wdt: Don't disable WDT in suspend
| * e1a686cef7 RDMA/erdma: Return QP state in erdma_query_qp
| * a5f795f941 PCI: kirin: Fix buffer overflow in kirin_pcie_parse_port()
| * 45f63f4bb9 IB/core: Fix ib_cache_setup_one error flow cleanup
| * 90d4c80c4a pinctrl: mvebu: Fix devinit_dove_pinctrl_probe function
| * 359164adfa pinctrl: mvebu: Use devm_platform_get_and_ioremap_resource()
| * 0deb526696 nfsd: fix refcount leak when file is unhashed after being found
| * 4a6d385e0c nfsd: remove unneeded EEXIST error check in nfsd_do_file_acquire
| * 7ea4ccad4f clk: ti: dra7-atl: Fix leak of of_nodes
* | 086571e490 Merge 5ac73f8191 ("RDMA/rtrs-clt: Reset cid to con_num - 1 to stay in bounds") into android14-6.1
|/
* 5ac73f8191 RDMA/rtrs-clt: Reset cid to con_num - 1 to stay in bounds
* 74d108c611 RDMA/rtrs: Reset hb_missed_cnt after receiving other traffic from peer
* e9b3aaeab4 pinctrl: single: fix missing error code in pcs_probe()
* a64f30db12 RDMA/iwcm: Fix WARNING:at_kernel/workqueue.c:#check_flush_dependency
* 51c87c89b5 PCI: xilinx-nwl: Clean up clock on probe failure/removal
* 0124ed187c PCI: xilinx-nwl: Fix register misspelling
* 45db20bdb5 nvdimm: Fix devs leaks in scan_labels()
* 3e19c475c1 clk: qcom: dispcc-sm8250: use special function for Lucid 5LPE PLL
* 23838bef2a PCI: keystone: Fix if-statement expression in ks_pcie_quirk()
* 6126737006 PCI: Wait for Link before restoring Downstream Buses
* 5212a53c0e PCI/PM: Drop pci_bridge_wait_for_secondary_bus() timeout parameter
* f88f1145e1 PCI/PM: Increase wait time after resume
* 3dba83d3c8 drivers: media: dvb-frontends/rtl2830: fix an out-of-bounds write error
* 15bea004e9 drivers: media: dvb-frontends/rtl2832: fix an out-of-bounds write error
* ecf134cfb9 Input: ilitek_ts_i2c - add report id message validation
* 1dc7520bd5 Input: ilitek_ts_i2c - avoid wrong input subsystem sync
* a3f77b5d16 clk: rockchip: Set parent rate for DCLK_VOP clock on RK3228
* d4f1531d42 remoteproc: imx_rproc: Initialize workqueue earlier
* e947b2546a remoteproc: imx_rproc: Correct ddr alias for i.MX8M
* c322ff6012 clk: imx: imx8qxp: Parent should be initialized earlier than the clock
* 6066698885 clk: imx: imx8qxp: Register dc0_bypass0_clk before disp clk
* 604f8ef4e8 clk: imx: imx8mp: fix clock tree update of TF-A managed clocks
* 4ea3592cf0 clk: imx: fracn-gppll: fix fractional part of PLL getting lost
* ddfa237e64 clk: imx: fracn-gppll: support integer pll
* 335426e974 clk: imx: composite-7ulp: Check the PCC present bit
* 6f0b16cee8 clk: imx: composite-8m: Enable gate clk with mcore_booted
* e19c6fe81d clk: imx: composite-8m: Less function calls in __imx8m_clk_hw_composite() after error detection
* 0557c1d220 perf time-utils: Fix 32-bit nsec parsing
* bf8a150986 perf sched timehist: Fixed timestamp error when unable to confirm event sched_in time
* b628bdb723 perf stat: Display iostat headers correctly
* aec4bdcacb perf sched timehist: Fix missing free of session in perf_sched__timehist()
* 53ddffedb4 perf inject: Fix leader sampling inserting additional samples
* 59415a4188 perf mem: Free the allocated sort string, fixing a leak
* 8397bf7898 bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of error
* 81c602aa35 bpf: Improve check_raw_mode_ok test for MEM_UNINIT-tagged types
* 1782b0f0da bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bit
* a8abfda768 nilfs2: fix potential oob read in nilfs_btree_check_delete()
* f0572b8467 nilfs2: determine empty node blocks as corrupted
* f68523e0f2 nilfs2: fix potential null-ptr-deref in nilfs_btree_insert()
* ea32883e4a ext4: avoid OOB when system.data xattr changes underneath the filesystem
* f595035794 ext4: return error on ext4_find_inline_entry
* e953cb3f6d ext4: avoid negative min_clusters in find_group_orlov()
* b08c3ede3a ext4: avoid potential buffer_head leak in __ext4_new_inode()
* 9fd0fe32b4 ext4: avoid buffer_head leak in ext4_mark_inode_used()
* c328bf681e smackfs: Use rcu_assign_pointer() to ensure safe assignment in smk_set_cipso
* 989b006651 ext4: clear EXT4_GROUP_INFO_WAS_TRIMMED_BIT even mount with discard
* f27f949622 kthread: fix task state in kthread worker if being frozen
* d18b3b1882 xz: cleanup CRC32 edits from 2018
* dc7ce14f00 bpf: correctly handle malformed BPF_CORE_TYPE_ID_LOCAL relos
* e97f4c66cd selftests/bpf: Fix compile if backtrace support missing in libc
* 55f121e508 selftests/bpf: Move test_progs helpers to testing_helpers object
* be4e85369e selftests/bpf: Replace extract_build_id with read_build_id
* 54f33960f4 selftests/bpf: Fix C++ compile error from missing _Bool type
* b8a8eb1138 selftests/bpf: Fix error compiling test_lru_map.c
* 807211a88f selftests/bpf: Fix errors compiling cg_storage_multi.h with musl libc
* e6402e99b4 selftests/bpf: Fix compiling core_reloc.c with musl-libc
* be5bf36f79 selftests/bpf: Fix compiling tcp_rtt.c with musl-libc
* d7508ecf6d selftests/bpf: Fix compiling flow_dissector.c with musl-libc
* 75f6eeadd9 selftests/bpf: Fix compiling kfree_skb.c with musl-libc
* 589516d007 selftests/bpf: Fix include of <sys/fcntl.h>
* 4d8fb7ed7a selftests/bpf: Add a cgroup prog bpf_get_ns_current_pid_tgid() test
* abe187c663 selftests/bpf: Refactor out some functions in ns_current_pid_tgid test
* 156b1013ac selftests/bpf: Replace CHECK with ASSERT_* in ns_current_pid_tgid test
* 5acae99494 selftests/bpf: Fix missing BUILD_BUG_ON() declaration
* 9be87e412a selftests/bpf: Fix missing UINT_MAX definitions in benchmarks
* df3683cd4a selftests/bpf: Fix missing ARRAY_SIZE() definition in bench.c
* d543b3f888 selftests/bpf: Fix error compiling bpf_iter_setsockopt.c with musl libc
* 9632d35022 selftests/bpf: Fix compile error from rlim_t in sk_storage_map.c
* bbbc48fdea selftests/bpf: Use pid_t consistently in test_progs.c
* a1914d1466 selftests/bpf: Workaround strict bpf_lsm return value check.
* 45108a7b48 selftests/bpf: Add tests for _opts variants of bpf_*_get_fd_by_id()
* c7f7c60e39 selftests/bpf: Add selftest deny_namespace to s390x deny list
* c84ceb546f tpm: Clean up TPM space after command failure
* 1bd4e5a74d xen/swiotlb: fix allocated size
* b1e6e80a1b xen/swiotlb: add alignment check for dma buffers
* 09ed537092 HID: wacom: Do not warn about dropped packets for first packet
* c53345e926 HID: wacom: Support sequence numbers smaller than 16-bit
* 6434af1664 xen: use correct end address of kernel for conflict checking
* b0ea7196b4 drivers:drm:exynos_drm_gsc:Fix wrong assignment in gsc_bind()
* 03aa52bea2 drm/msm: fix %s null argument error
* 8d50829f24 ipmi: docs: don't advertise deprecated sysfs entries
* ee68e83f36 drm/msm/a5xx: workaround early ring-buffer emptiness check
* 72ef163b74 drm/msm/a5xx: fix races in preemption evaluation stage
* 27c83a58c8 drm/msm/a5xx: properly clear preemption records on resume
* d13dc493ca drm/msm/a5xx: disable preemption in submits by default
* 0ff5d05521 drm/msm: Fix incorrect file name output in adreno_request_fw()
* a39de4afc5 powerpc/8xx: Fix kernel vs user address comparison
* 7636d4275a powerpc/8xx: Fix initial memory mapping
* 3991f39cad drm/mediatek: Use spin_lock_irqsave() for CRTC event lock
* 27fa0457af drm/mediatek: Fix missing configuration flags in mtk_crtc_ddp_config()
* 6ce8b6ab44 jfs: fix out-of-bounds in dbNextAG() and diAlloc()
* abc71e8917 scsi: elx: libefc: Fix potential use after free in efc_nport_vport_del()
* ae0e16521a drm/vc4: hdmi: Handle error case of pm_runtime_resume_and_get
* 2a32ab43a1 drm/bridge: lontium-lt8912b: Validate mode in drm_bridge_funcs::mode_valid()
* 5f5f028c88 drm/radeon/evergreen_cs: fix int overflow errors in cs track offsets
* 7041ad39b0 drm/rockchip: dw_hdmi: Fix reading EDID when using a forced mode
* 6bfa97fd76 drm/rockchip: vop: Allow 4096px width scaling
* 7840f8e3b2 drm/amd/amdgpu: Properly tune the size of struct
* fb07655122 scsi: NCR5380: Check for phase match during PDMA fixup
* 2fb9e01751 scsi: smartpqi: revert propagate-the-multipath-failure-to-SML-quickly
* 7146e94278 drm/radeon: properly handle vbios fake edid sizing
* 833056cc9b drm/radeon: Replace one-element array with flexible-array member
* 4ee9498545 drm/amdgpu: properly handle vbios fake edid sizing
* fe302ce375 drm/amdgpu: Replace one-element array with flexible-array member
* 64886a4e6f drm/amd/display: Add null check for set_output_gamma in dcn30_set_output_transfer_func
* bb90800578 drm/stm: ltdc: check memory returned by devm_kzalloc()
* 6c444fb529 drm/stm: Fix an error handling path in stm_drm_platform_probe()
* 3532188a72 pmdomain: core: Harden inter-column space in debug summary
* 261c7d0311 mtd: rawnand: mtk: Fix init error path
* 227c0987d9 mtd: rawnand: mtk: Factorize out the logic cleaning mtk chips
* c2175ff1a6 mtd: rawnand: mtk: Use for_each_child_of_node_scoped()
* ec2777e57f rcu/nocb: Fix RT throttling hrtimer armed from offline CPU
* ec660a3fe8 mtd: powernv: Add check devm_kasprintf() returned value
* 1f0c998b53 iommu/amd: Do not set the D bit on AMD v2 table entries
* 8973959341 fbdev: hpfb: Fix an error handling path in hpfb_dio_probe()
* e25d2ee97c power: supply: max17042_battery: Fix SOC threshold calc w/ no current sense
* d31f42d4ba power: supply: axp20x_battery: Remove design from min and max voltage
* 86c89e10c6 hwmon: (ntc_thermistor) fix module autoloading
* 090d125de8 mtd: slram: insert break after errors in parsing the map
* e470e32d74 hwmon: (max16065) Fix alarm attributes
* 8b726ae944 hwmon: (max16065) Remove use of i2c_match_id()
* 3ff59f75a9 i2c: Add i2c_get_match_data()
* 23d99c42c3 hwmon: (max16065) Fix overflows seen when writing limits
* a9ed816222 m68k: Fix kernel_clone_args.flags in m68k_clone()
* 12981218bd ALSA: hda: cs35l41: fix module autoloading
* cd728f4667 ASoC: rt5682s: Return devm_of_clk_add_hw_provider to transfer the error
* 3125e582df clocksource/drivers/qcom: Add missing iounmap() on errors in msm_dt_timer_init()
* 22a0ee419b reset: k210: fix OF node leak in probe() error path
* 5e787db655 reset: berlin: fix OF node leak in probe() error path
* 3328b15ac9 ARM: versatile: fix OF node leak in CPUs prepare
* d4285413b4 ARM: dts: imx7d-zii-rmu2: fix Ethernet PHY pinctrl property
* 7345e4c122 ARM: dts: microchip: sama7g5: Fix RTT clock
* 9f5ec0ccba arm64: dts: ti: k3-j721e-sk: Fix reversed C6x carveout locations
* b6cea83504 ARM: dts: microchip: sam9x60: Fix rtc/rtt clocks
* 48b8382743 arm64: dts: renesas: r9a07g044: Correct GICD and GICR sizes
* 9644887254 arm64: dts: renesas: r9a07g054: Correct GICD and GICR sizes
* 34d19aa859 arm64: dts: renesas: r9a07g043u: Correct GICD and GICR sizes
* 864f410100 regulator: Return actual error in of_regulator_bulk_get_all()
* a35ec65a2d spi: ppc4xx: Avoid returning 0 when failed to parse and map IRQ
* d7f4fc2bc1 firmware: arm_scmi: Fix double free in OPTEE transport
* da993b73c0 arm64: dts: exynos: exynos7885-jackpotlte: Correct RAM amount to 4GB
* d0422ab015 spi: ppc4xx: handle irq_of_parse_and_map() errors
* 64cf2a3920 block: fix potential invalid pointer dereference in blk_add_partition
* e7669bf968 block: print symbolic error name instead of error code
* de6c5e3a45 block, bfq: don't break merge chain in bfq_split_bfqq()
* ec170e255c block, bfq: choose the last bfqq from merge chain in bfq_setup_cooperator()
* ddbdaad123 block, bfq: fix possible UAF for bfqq->bic with merge chain
* 9c25faf72d nbd: fix race between timeout and normal completion
* f2bd963554 ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev()
* b53055ac98 net: tipc: avoid possible garbage value
* 38a8cfdd5c net: ipv6: rpl_iptunnel: Fix memory leak in rpl_input
* 21ab18ba23 r8169: disable ALDPS per default for RTL8125
* d2d2ecd436 net: enetc: Use IRQF_NO_AUTOEN flag in request_irq()
* abe09d6b06 bareudp: Pull inner IP header on xmit.
* bbb52cf6d5 bareudp: Pull inner IP header in bareudp_udp_encap_recv().
* bd7bca2864 Bluetooth: btusb: Fix not handling ZPL/short-transfer
* 63969cc95b can: m_can: m_can_close(): stop clocks after device has been shut down
* e5520e9568 can: m_can: enable NAPI before enabling interrupts
* 93a3de9432 can: m_can: Remove repeated check for is_peripheral
* 7a145d6ec2 can: bcm: Clear bo->bcm_proc_read after remove_proc_entry().
* 04f62c012e sock_map: Add a cond_resched() in sock_hash_free()
* cfda415bca Bluetooth: hci_sync: Ignore errors from HCI_OP_REMOTE_NAME_REQ_CANCEL
* 6e4f8d8abb Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILED
* b040b71d99 wifi: wilc1000: fix potential RCU dereference issue in wilc_parse_join_bss_param
* db5ca4b42c wifi: mac80211: use two-phase skb reclamation in ieee80211_do_stop()
* 87032ebecc wifi: cfg80211: fix two more possible UBSAN-detected off-by-one errors
* 79e06c2d26 wifi: mt76: mt7915: fix rx filter setting for bfee functionality
* 0ea4ce26a1 wifi: cfg80211: fix UBSAN noise in cfg80211_wext_siwscan()
* 98d3be34c9 crypto: hisilicon/qm - inject error before stopping queue
* c7d3e115e2 crypto: hisilicon/qm - reset device before enabling it
* c47344e8b3 crypto: hisilicon/qm - fix coding style issues
* e13d032d60 crypto: hisilicon/hpre - mask cluster timeout error
* ea46535864 crypto: hisilicon/hpre - enable sva error interrupt event
* 20c96d0aaa x86/sgx: Fix deadlock in SGX NUMA node search
* 0c0997d65b cpufreq: ti-cpufreq: Introduce quirks to handle syscon fails appropriately
* 98a730f455 perf/arm-cmn: Ensure dtm_idx is big enough
* 22deed5dea perf/arm-cmn: Refactor node ID handling. Again.
* 3e66b8c3b2 perf/arm-cmn: Improve debugfs pretty-printing for large configs
* 7a638f9114 perf/arm-cmn: Rework DTC counters (again)
* 8b484a2614 netfilter: nf_tables: remove annotation to access set timeout while holding lock
* 10329d3434 netfilter: nf_tables: reject expiration higher than timeout
* d7b8d3d4a7 netfilter: nf_tables: reject element expiration with no timeout
* 6f25895de9 netfilter: nf_tables: elements with timeout below CONFIG_HZ never expire
* f812ca13a0 ACPI: CPPC: Fix MASK_VAL() usage
* 24d3465bcf can: j1939: use correct function name in comment
* 854b4f1e1b kselftest/arm64: Actually test SME vector length changes via sigreturn
* a1053b0a48 drivers/perf: hisi_pcie: Record hardware counts correctly
* 1a216fa8ed padata: Honor the caller's alignment in case of chunk_size 0
* c4bad37b62 ACPICA: executer/exsystem: Don't nag user about every Stall() violating the spec
* 0baafd476c ACPICA: Implement ACPI_WARNING_ONCE and ACPI_ERROR_ONCE
* 47b1ce7203 wifi: iwlwifi: mvm: increase the time between ranging measurements
* aafca50e71 wifi: mac80211: don't use rate mask for offchannel TX either
* 24f30b34ff drivers/perf: Fix ali_drw_pmu driver interrupt status clearing
* 92dbc74464 kselftest/arm64: signal: fix/refactor SVE vector length enumeration
* 17f8c83212 kselftest/arm64: Fix enumeration of systems without 128 bit SME for SSVE+ZA
* 2505532410 kselftest/arm64: Verify simultaneous SSVE and ZA context generation
* 3363e9a4dd kselftest/arm64: Don't pass headers to the compiler as source
* 5fa2f2dbf0 mount: handle OOM on mnt_warn_timestamp_expiry
* 880c18add0 fs/namespace: fnic: Switch to use %ptTd
* db2556e538 RISC-V: KVM: Fix sbiret init before forwarding to userspace
* 161a8becd0 wifi: rtw88: remove CPT execution branch never used
* 175407d614 net: stmmac: dwmac-loongson: Init ref and PTP clocks rate
* 7b5e333a11 wifi: ath9k: Remove error checks when creating debugfs entries
* 4738809fee wifi: ath9k: fix parameter check in ath9k_init_debug()
* f4ea89abbe ACPI: PMIC: Remove unneeded check in tps68470_pmic_opregion_probe()
* df95378d40 crypto: xor - fix template benchmarking
* 7887ad1199 wifi: rtw88: always wait for both firmware loading attempts
* 7d77159149 EDAC/synopsys: Fix error injection on Zynq UltraScale+
* a8d9917193 EDAC/synopsys: Fix ECC status and IRQ control race condition
Change-Id: I743f73e5b8fc10197713e929c757c9c675245db2
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com >
2024-11-28 18:15:09 +00:00
Xiuhong Wang
93460febf9
UPSTREAM: f2fs: fix fiemap failure issue when page size is 16KB
...
After enable 16K page size, an infinite loop may occur in
fiemap (fm_length=UINT64_MAX) on a file, such as the 16KB
scratch.img during the remount operation in Android.
The condition for whether fiemap continues to map is to check
whether the number of bytes corresponding to the next map.m_lblk
exceeds blks_to_bytes(inode,max_inode_blocks(inode)) if there are HOLE.
The latter does not take into account the maximum size of a file with 16KB
page size, so the loop cannot be jumped out.
The following is the fail trace:
When f2fs_map_blocks reaches map.m_lblk=3936, it needs to go to the
first direct node block, so the map is 3936 + 4090 = 8026,
The next map is the second direct node block, that is,
8026 + 4090 = 12116,
The next map is the first indirect node block, that is,
12116 + 4090 * 4090 = 16740216,
The next map is the second indirect node block, that is,
16740216 + 4090 * 4090 = 33468316,
The next map is the first double indirect node block, that is,
33468316 + 4090 * 4090 * 4090 = 68451397316
Since map.m_lblk represents the address of a block, which is 32
bits, truncation will occur, that is, 68451397316 becomes
4026887876, and the number of bytes corresponding to the block
number does not exceed blks_to_bytes(inode,max_inode_blocks(inode)),
so the loop will not be jumped out.
The next time, it will be considered that it should still be a
double indirect node block, that is,
4026887876 + 4090 * 4090 * 4090 = 72444816876, which will be
truncated to 3725340140, and the loop will not be jumped out.
156.374871: f2fs_map_blocks: dev = (254,57), ino = 7449, file offset = 0, start blkaddr = 0x8e00, len = 0x200, flags = 2,seg_type = 8, may_create = 0, multidevice = 0, flag = 1, err = 0
156.374916: f2fs_map_blocks: dev = (254,57), ino = 7449, file offset = 512, start blkaddr = 0x0, len = 0x0, flags = 0 , seg_type = 8, may_create = 0, multidevice = 0, flag = 1, err = 0
156.374920: f2fs_map_blocks: dev = (254,57), ino = 7449, file offset = 513, start blkaddr = 0x0, len = 0x0, flags = 0, seg_type = 8, may_create = 0, multidevice = 0, flag = 1, err = 0
......
156.385747: f2fs_map_blocks: dev = (254,57), ino = 7449, file offset = 3935, start blkaddr = 0x0, len = 0x0, flags = 0, seg_type = 8, may_create = 0, multidevice = 0, flag = 1, err = 0
156.385752: f2fs_map_blocks: dev = (254,57), ino = 7449, file offset = 3936, start blkaddr = 0x0, len = 0x0, flags = 0, seg_type = 8, may_create = 0, multidevice = 0, flag = 1, err = 0
156.385755: f2fs_map_blocks: dev = (254,57), ino = 7449, file offset = 8026, start blkaddr = 0x0, len = 0x0, flags = 0, seg_type = 8, may_create = 0, multidevice = 0, flag = 1, err = 0
156.385758: f2fs_map_blocks: dev = (254,57), ino = 7449, file offset = 12116, start blkaddr = 0x0, len = 0x0, flags = 0, seg_type = 8, may_create = 0, multidevice = 0, flag = 1, err = 0
156.385761: f2fs_map_blocks: dev = (254,57), ino = 7449, file offset = 16740216, start blkaddr = 0x0, len = 0x0, flags = 0, seg_type = 8, may_create = 0, multidevice = 0, flag = 1, err = 0
156.385764: f2fs_map_blocks: dev = (254,57), ino = 7449, file offset = 33468316, start blkaddr = 0x0, len = 0x0, flags = 0, seg_type = 8, may_create = 0, multidevice = 0, flag = 1, err = 0
156.385767: f2fs_map_blocks: dev = (254,57), ino = 7449, file offset = 4026887876, start blkaddr = 0x0, len = 0x0, flags = 0, seg_type = 8, may_create = 0, multidevice = 0, flag = 1, err = 0
156.385770: f2fs_map_blocks: dev = (254,57), ino = 7449, file offset = 3725340140, start blkaddr = 0x0, len = 0x0, flags = 0, seg_type = 8, may_create = 0, multidevice = 0, flag = 1, err = 0
156.385772: f2fs_map_blocks: dev = (254,57), ino = 7449, file offset = 4026887876, start blkaddr = 0x0, len = 0x0, flags = 0, seg_type = 8, may_create = 0, multidevice = 0, flag = 1, err = 0
156.385775: f2fs_map_blocks: dev = (254,57), ino = 7449, file offset = 3725340140, start blkaddr = 0x0, len = 0x0, flags = 0, seg_type = 8, may_create = 0, multidevice = 0, flag = 1, err = 0
Commit a6a010f5def5 ("f2fs: Restrict max filesize for 16K f2fs")
has set the maximum allowed file size to (U32_MAX + 1) * F2FS_BLKSIZE,
so max_file_blocks should be used here to limit it, that is,
maxbytes defined above. And the max_inode_blocks function is not
called by other functions except here, so cleanup it.
Signed-off-by: Xiuhong Wang <xiuhong.wang@unisoc.com >
Signed-off-by: Zhiguo Niu <zhiguo.niu@unisoc.com >
Reviewed-by: Chao Yu <chao@kernel.org >
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org >
(cherry picked from commit a7a7c1d423a6351a6541e95c797da5358e5ad1ea)
Bug: 375052311
Test: fiemap_writer_test --gtest_filter=FiemapWriterTest.CreateUnalignedFile
Signed-off-by: Daniel Rosenberg <drosen@google.com >
(cherry picked from https://android-review.googlesource.com/q/commit:fffd1d38a4e6b678e915859b77b50fe207ac0613 )
Merged-In: I9ac9e56550716bd118c832e5e092792b7d231097
Change-Id: I9ac9e56550716bd118c832e5e092792b7d231097
2024-11-27 21:43:31 +00:00
Seiya Wang
3a856b7c13
ANDROID: GKI: Update symbol list for mtk
...
1 function symbol(s) added
'int hci_cmd_sync_status(struct hci_dev*, u16, u32, const void*, u32)'
Bug: 380913021
Signed-off-by: Seiya Wang <seiya.wang@mediatek.com >
Change-Id: I80c88da3392ae2634672d21f5f64b853f359fbdd
2024-11-26 19:35:29 +00:00
Pedro Tammela
929ff4817a
UPSTREAM: net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOT
...
[ Upstream commit 2e95c4384438adeaa772caa560244b1a2efef816 ]
In qdisc_tree_reduce_backlog, Qdiscs with major handle ffff: are assumed
to be either root or ingress. This assumption is bogus since it's valid
to create egress qdiscs with major handle ffff:
Budimir Markovic found that for qdiscs like DRR that maintain an active
class list, it will cause a UAF with a dangling class pointer.
In 066a3b5b23 , the concern was to avoid iterating over the ingress
qdisc since its parent is itself. The proper fix is to stop when parent
TC_H_ROOT is reached because the only way to retrieve ingress is when a
hierarchy which does not contain a ffff: major handle call into
qdisc_lookup with TC_H_MAJ(TC_H_ROOT).
In the scenario where major ffff: is an egress qdisc in any of the tree
levels, the updates will also propagate to TC_H_ROOT, which then the
iteration must stop.
Fixes: 066a3b5b23 ("[NET_SCHED] sch_api: fix qdisc_tree_decrease_qlen() loop")
Reported-by: Budimir Markovic <markovicbudimir@gmail.com >
Suggested-by: Jamal Hadi Salim <jhs@mojatatu.com >
Tested-by: Victor Nogueira <victor@mojatatu.com >
Signed-off-by: Pedro Tammela <pctammela@mojatatu.com >
Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com >
net/sched/sch_api.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Horman <horms@kernel.org >
Bug: 377197048
Link: https://patch.msgid.link/20241024165547.418570-1-jhs@mojatatu.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org >
Signed-off-by: Sasha Levin <sashal@kernel.org >
(cherry picked from commit 597cf9748c )
Signed-off-by: Lee Jones <joneslee@google.com >
Change-Id: I4ef8bee1095f7c51e4d458b25cd331018188b3d6
2024-11-25 16:23:10 +00:00
Dmitry Antipov
7cd56b010f
UPSTREAM: net: sched: use RCU read-side critical section in taprio_dump()
...
[ Upstream commit b22db8b8befe90b61c98626ca1a2fbb0505e9fe3 ]
Fix possible use-after-free in 'taprio_dump()' by adding RCU
read-side critical section there. Never seen on x86 but
found on a KASAN-enabled arm64 system when investigating
https://syzkaller.appspot.com/bug?extid=b65e0af58423fc8a73aa :
[T15862] BUG: KASAN: slab-use-after-free in taprio_dump+0xa0c/0xbb0
[T15862] Read of size 4 at addr ffff0000d4bb88f8 by task repro/15862
[T15862]
[T15862] CPU: 0 UID: 0 PID: 15862 Comm: repro Not tainted 6.11.0-rc1-00293-gdefaf1a2113a-dirty #2
[T15862] Hardware name: QEMU QEMU Virtual Machine, BIOS edk2-20240524-5.fc40 05/24/2024
[T15862] Call trace:
[T15862] dump_backtrace+0x20c/0x220
[T15862] show_stack+0x2c/0x40
[T15862] dump_stack_lvl+0xf8/0x174
[T15862] print_report+0x170/0x4d8
[T15862] kasan_report+0xb8/0x1d4
[T15862] __asan_report_load4_noabort+0x20/0x2c
[T15862] taprio_dump+0xa0c/0xbb0
[T15862] tc_fill_qdisc+0x540/0x1020
[T15862] qdisc_notify.isra.0+0x330/0x3a0
[T15862] tc_modify_qdisc+0x7b8/0x1838
[T15862] rtnetlink_rcv_msg+0x3c8/0xc20
[T15862] netlink_rcv_skb+0x1f8/0x3d4
[T15862] rtnetlink_rcv+0x28/0x40
[T15862] netlink_unicast+0x51c/0x790
[T15862] netlink_sendmsg+0x79c/0xc20
[T15862] __sock_sendmsg+0xe0/0x1a0
[T15862] ____sys_sendmsg+0x6c0/0x840
[T15862] ___sys_sendmsg+0x1ac/0x1f0
[T15862] __sys_sendmsg+0x110/0x1d0
[T15862] __arm64_sys_sendmsg+0x74/0xb0
[T15862] invoke_syscall+0x88/0x2e0
[T15862] el0_svc_common.constprop.0+0xe4/0x2a0
[T15862] do_el0_svc+0x44/0x60
[T15862] el0_svc+0x50/0x184
[T15862] el0t_64_sync_handler+0x120/0x12c
[T15862] el0t_64_sync+0x190/0x194
[T15862]
[T15862] Allocated by task 15857:
[T15862] kasan_save_stack+0x3c/0x70
[T15862] kasan_save_track+0x20/0x3c
[T15862] kasan_save_alloc_info+0x40/0x60
[T15862] __kasan_kmalloc+0xd4/0xe0
[T15862] __kmalloc_cache_noprof+0x194/0x334
[T15862] taprio_change+0x45c/0x2fe0
[T15862] tc_modify_qdisc+0x6a8/0x1838
[T15862] rtnetlink_rcv_msg+0x3c8/0xc20
[T15862] netlink_rcv_skb+0x1f8/0x3d4
[T15862] rtnetlink_rcv+0x28/0x40
[T15862] netlink_unicast+0x51c/0x790
[T15862] netlink_sendmsg+0x79c/0xc20
[T15862] __sock_sendmsg+0xe0/0x1a0
[T15862] ____sys_sendmsg+0x6c0/0x840
[T15862] ___sys_sendmsg+0x1ac/0x1f0
[T15862] __sys_sendmsg+0x110/0x1d0
[T15862] __arm64_sys_sendmsg+0x74/0xb0
[T15862] invoke_syscall+0x88/0x2e0
[T15862] el0_svc_common.constprop.0+0xe4/0x2a0
[T15862] do_el0_svc+0x44/0x60
[T15862] el0_svc+0x50/0x184
[T15862] el0t_64_sync_handler+0x120/0x12c
[T15862] el0t_64_sync+0x190/0x194
[T15862]
[T15862] Freed by task 6192:
[T15862] kasan_save_stack+0x3c/0x70
[T15862] kasan_save_track+0x20/0x3c
[T15862] kasan_save_free_info+0x4c/0x80
[T15862] poison_slab_object+0x110/0x160
[T15862] __kasan_slab_free+0x3c/0x74
[T15862] kfree+0x134/0x3c0
[T15862] taprio_free_sched_cb+0x18c/0x220
[T15862] rcu_core+0x920/0x1b7c
[T15862] rcu_core_si+0x10/0x1c
[T15862] handle_softirqs+0x2e8/0xd64
[T15862] __do_softirq+0x14/0x20
Bug: 377467434
Fixes: 18cdd2f099 ("net/sched: taprio: taprio_dump and taprio_change are protected by rtnl_mutex")
Acked-by: Vinicius Costa Gomes <vinicius.gomes@intel.com >
Signed-off-by: Dmitry Antipov <dmantipov@yandex.ru >
Link: https://patch.msgid.link/20241018051339.418890-2-dmantipov@yandex.ru
Signed-off-by: Paolo Abeni <pabeni@redhat.com >
Signed-off-by: Sasha Levin <sashal@kernel.org >
(cherry picked from commit 5d28246724 )
Signed-off-by: Lee Jones <joneslee@google.com >
Change-Id: I26f8129021be29645ae37f9aaea4644352b8154e
2024-11-25 15:59:02 +00:00
Yeongjin Gil
226e9f92a0
UPSTREAM: f2fs: compress: don't redirty sparse cluster during {,de}compress
...
In f2fs_do_write_data_page, when the data block is NULL_ADDR, it skips
writepage considering that it has been already truncated.
This results in an infinite loop as the PAGECACHE_TAG_TOWRITE tag is not
cleared during the writeback process for a compressed file including
NULL_ADDR in compress_mode=user.
This is the reproduction process:
1. dd if=/dev/zero bs=4096 count=1024 seek=1024 of=testfile
2. f2fs_io compress testfile
3. dd if=/dev/zero bs=4096 count=1 conv=notrunc of=testfile
4. f2fs_io decompress testfile
To prevent the problem, let's check whether the cluster is fully
allocated before redirty its pages.
Bug: 325092012
Fixes: 5fdb322ff2 ("f2fs: add F2FS_IOC_DECOMPRESS_FILE and F2FS_IOC_COMPRESS_FILE")
Reviewed-by: Sungjong Seo <sj1557.seo@samsung.com >
Reviewed-by: Sunmin Jeong <s_min.jeong@samsung.com >
Tested-by: Jaewook Kim <jw5454.kim@samsung.com >
Change-Id: I0abb6bca0bb227f4f895c59e28b47b203ba0f280
Signed-off-by: Yeongjin Gil <youngjin.gil@samsung.com >
Reviewed-by: Chao Yu <chao@kernel.org >
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org >
(cherry picked from commit f785cec298c95d00058560c0715233294a04b8f3)
2024-11-22 23:15:05 +00:00
Chao Yu
84a9f618b5
UPSTREAM: f2fs: compress: don't {,de}compress non-full cluster
...
f2fs won't compress non-full cluster in tail of file, let's skip
dirtying and rewrite such cluster during f2fs_ioc_{,de}compress_file.
Bug: 325092012
Change-Id: I88e6b431b27b4768a312e0977ebe1c9e9cc23600
Signed-off-by: Chao Yu <chao@kernel.org >
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org >
(cherry picked from commit 025b3602b5 )
2024-11-22 23:15:05 +00:00
Chao Yu
3b2e004494
UPSTREAM: f2fs: allow f2fs_ioc_{,de}compress_file to be interrupted
...
This patch allows f2fs_ioc_{,de}compress_file() to be interrupted, so that,
userspace won't be blocked when manual {,de}compression on large file is
interrupted by signal.
Bug: 325092012
Change-Id: I020026926732b184f227621cd64506dae92a00a1
Signed-off-by: Chao Yu <chao@kernel.org >
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org >
(cherry picked from commit 3a2c0e55f9 )
2024-11-22 23:15:05 +00:00
Chao Yu
24492cb6b9
UPSTREAM: f2fs: compress: do sanity check on cluster when CONFIG_F2FS_CHECK_FS is on
...
This patch covers sanity check logic on cluster w/ CONFIG_F2FS_CHECK_FS,
otherwise, there will be performance regression while querying cluster
mapping info.
Callers of f2fs_is_compressed_cluster() only care about whether cluster
is compressed or not, rather than # of valid blocks in compressed cluster,
so, let's adjust f2fs_is_compressed_cluster()'s logic according to
caller's requirement.
Bug: 325092012
Change-Id: Ie3ddef60c5a3cdb2b18b0261f7188d39b7147935
Signed-off-by: Chao Yu <chao@kernel.org >
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org >
(cherry picked from commit 2aaea533bf063ed3b442df5fe5f6abfc538054c9)
2024-11-22 23:15:05 +00:00
Daeho Jeong
268f1fed50
UPSTREAM: f2fs: support SEEK_DATA and SEEK_HOLE for compression files
...
Fix to support SEEK_DATA and SEEK_HOLE for compression files
Bug: 325092012
Change-Id: Iba62c53e634682205f84c8dc3566ab8df9079158
Signed-off-by: Daeho Jeong <daehojeong@google.com >
Reviewed-by: Chao Yu <chao@kernel.org >
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org >
(cherry picked from commit a94c7fded76bfd1a061deae7be80fedbfa26774e)
2024-11-22 23:15:05 +00:00
Aleksei Vetrov
672918d432
ANDROID: add file for recording allowed ABI breaks
...
The tooling is configured to block any changes that has a chance to
break ABI, including the possibly safe:
* replacement of ANDROID_KABI_RESERVE with ANDROID_KABI_USE
* changes to internal structures that are not accessible to modules
* addition of enumerators
These changes are difficult for the tooling to identify as definitively
non-breaking, therefore, a human reviewer must check the change and
approve it as non-breaking.
This change adds a file to record the approval with the change that was
marked as breaking. This allows the tooling to:
* unblock presubmits for the change
* don't block presubmits when it is cherry-picked to another branch
* filter compatibility reports between a release branch and a tip of the
development branch it was forked from
The file is prefilled with all breaks that happened from the KMI freeze.
Bug: 365521273
Change-Id: I63fbed5c364cb8c7bd149bf40d084d3d87533bf7
Signed-off-by: Aleksei Vetrov <vvvvvv@google.com >
2024-11-22 12:01:11 +00:00
zhengwei
1ca5db7e29
ANDROID: GKI: update symbol list for honor
...
1 function symbol(s) added
'int __traceiter_android_rvh_hw_protection_shutdown(void*, const char*)'
1 variable symbol(s) added
'struct tracepoint __tracepoint_android_rvh_hw_protection_shutdown'
Bug: 380204228
Change-Id: Ia2f4df5e3555feb420813cc92ab784fc58012fff
Signed-off-by: zhengwei <zhengwei2@honor.com >
2024-11-21 20:08:11 +08:00
Dezhi Huang
13f2b693c7
ANDROID: vendor_hooks: add hook to record reboot reason
...
Add hook to record the reason for calling hw_protection_shutdown
Bug: 380204228
Bug: 334006616
Change-Id: I9dce8056693c96f1d5f1fab9af02a2e68ed6ab91
Signed-off-by: Dezhi Huang <huangdezhi@hihonor.com >
(cherry picked from commit 70e95a10a553c0c530694b8939d25fbb984647d0)
2024-11-21 19:47:56 +08:00
Carlos Llamas
51bee18173
BACKPORT: FROMGIT: binder: add delivered_freeze to debugfs output
...
Add the pending proc->delivered_freeze work to the debugfs output. This
information was omitted in the original implementation of the freeze
notification and can be valuable for debugging issues.
Fixes: d579b04a52a1 ("binder: frozen notification")
Cc: stable@vger.kernel.org
Signed-off-by: Carlos Llamas <cmllamas@google.com >
Acked-by: Todd Kjos <tkjos@google.com >
Reviewed-by: Alice Ryhl <aliceryhl@google.com >
Link: https://lore.kernel.org/r/20240926233632.821189-9-cmllamas@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
Bug: 366003708
(cherry picked from commit cb2aeb2ec25884133110ffe5a67ff3cf7dee5ceb
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
char-misc-next)
Change-Id: Ifc9a22b52e38c35af661732486fa1f154adb34de
[cmllamas: fix KMI break with proc_wrapper()]
Signed-off-by: Carlos Llamas <cmllamas@google.com >
2024-11-20 17:21:07 +00:00
Carlos Llamas
2791dfac50
BACKPORT: FROMGIT: binder: fix memleak of proc->delivered_freeze
...
If a freeze notification is cleared with BC_CLEAR_FREEZE_NOTIFICATION
before calling binder_freeze_notification_done(), then it is detached
from its reference (e.g. ref->freeze) but the work remains queued in
proc->delivered_freeze. This leads to a memory leak when the process
exits as any pending entries in proc->delivered_freeze are not freed:
unreferenced object 0xffff38e8cfa36180 (size 64):
comm "binder-util", pid 655, jiffies 4294936641
hex dump (first 32 bytes):
b8 e9 9e c8 e8 38 ff ff b8 e9 9e c8 e8 38 ff ff .....8.......8..
0b 00 00 00 00 00 00 00 3c 1f 4b 00 00 00 00 00 ........<.K.....
backtrace (crc 95983b32):
[<000000000d0582cf>] kmemleak_alloc+0x34/0x40
[<000000009c99a513>] __kmalloc_cache_noprof+0x208/0x280
[<00000000313b1704>] binder_thread_write+0xdec/0x439c
[<000000000cbd33bb>] binder_ioctl+0x1b68/0x22cc
[<000000002bbedeeb>] __arm64_sys_ioctl+0x124/0x190
[<00000000b439adee>] invoke_syscall+0x6c/0x254
[<00000000173558fc>] el0_svc_common.constprop.0+0xac/0x230
[<0000000084f72311>] do_el0_svc+0x40/0x58
[<000000008b872457>] el0_svc+0x38/0x78
[<00000000ee778653>] el0t_64_sync_handler+0x120/0x12c
[<00000000a8ec61bf>] el0t_64_sync+0x190/0x194
This patch fixes the leak by ensuring that any pending entries in
proc->delivered_freeze are freed during binder_deferred_release().
Fixes: d579b04a52a1 ("binder: frozen notification")
Cc: stable@vger.kernel.org
Signed-off-by: Carlos Llamas <cmllamas@google.com >
Reviewed-by: Alice Ryhl <aliceryhl@google.com >
Acked-by: Todd Kjos <tkjos@google.com >
Link: https://lore.kernel.org/r/20240926233632.821189-8-cmllamas@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
Bug: 366003708
(cherry picked from commit 1db76ec2b4b206ff943e292a0b55e68ff3443598
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
char-misc-next)
Change-Id: Iafdec3421c521b4b591b94455deba7ee5102c8ca
[cmllamas: drop BINDER_STAT_FREEZE and use proc_wrapper()]
Signed-off-by: Carlos Llamas <cmllamas@google.com >
2024-11-20 17:21:07 +00:00
Carlos Llamas
c5233c5678
FROMGIT: binder: allow freeze notification for dead nodes
...
Alice points out that binder_request_freeze_notification() should not
return EINVAL when the relevant node is dead [1]. The node can die at
any point even if the user input is valid. Instead, allow the request
to be allocated but skip the initial notification for dead nodes. This
avoids propagating unnecessary errors back to userspace.
Fixes: d579b04a52a1 ("binder: frozen notification")
Cc: stable@vger.kernel.org
Suggested-by: Alice Ryhl <aliceryhl@google.com >
Link: https://lore.kernel.org/all/CAH5fLghapZJ4PbbkC8V5A6Zay-_sgTzwVpwqk6RWWUNKKyJC_Q@mail.gmail.com/ [1]
Signed-off-by: Carlos Llamas <cmllamas@google.com >
Acked-by: Todd Kjos <tkjos@google.com >
Link: https://lore.kernel.org/r/20240926233632.821189-7-cmllamas@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
Bug: 366003708
(cherry picked from commit ca63c66935b978441055e3d87d30225267f99329
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
char-misc-next)
Change-Id: I03af1eedfeb194f5a775388cbb4e7487e4a5dfc0
Signed-off-by: Carlos Llamas <cmllamas@google.com >
2024-11-20 17:21:07 +00:00
Carlos Llamas
194a332e5f
FROMGIT: binder: fix BINDER_WORK_CLEAR_FREEZE_NOTIFICATION debug logs
...
proc 699
context binder-test
thread 699: l 00 need_return 0 tr 0
ref 25: desc 1 node 20 s 1 w 0 d 00000000c03e09a3
unknown work: type 11
proc 640
context binder-test
thread 640: l 00 need_return 0 tr 0
ref 8: desc 1 node 3 s 1 w 0 d 000000002bb493e1
has cleared freeze notification
Fixes: d579b04a52a1 ("binder: frozen notification")
Cc: stable@vger.kernel.org
Suggested-by: Alice Ryhl <aliceryhl@google.com >
Signed-off-by: Carlos Llamas <cmllamas@google.com >
Reviewed-by: Alice Ryhl <aliceryhl@google.com >
Acked-by: Todd Kjos <tkjos@google.com >
Link: https://lore.kernel.org/r/20240926233632.821189-6-cmllamas@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
Bug: 366003708
(cherry picked from commit 595ea72efff9fa65bc52b6406e0822f90841f266
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
char-misc-next)
Change-Id: Ic6311aaea2040aaf4534cdaa4cbfa378afe31869
Signed-off-by: Carlos Llamas <cmllamas@google.com >
2024-11-20 17:21:06 +00:00
Pierre Couillaud
5b095ade12
ANDROID: GKI: Update symbol list for BCMSTB
...
INFO: 1 function symbol(s) added
'unsigned long __alloc_pages_bulk(gfp_t, int, nodemask_t*, int, struct list_head*, struct page**)'
refs #SWANDROID-14843
Bug: 379775015
Change-Id: I7834e0e8b49e568e4f517109d21000b7f1352b70
Signed-off-by: Pierre Couillaud <pierre@broadcom.com >
2024-11-19 18:58:08 +00:00
Jing Wei
516ca8799f
ANDROID: psi: Add vendor hooks for PSI tracing
...
Add hooks to capture various per-zone memory stats when
a trigger threshold is hit.
Bug: 379593530
Change-Id: Ia748b9525da3996366802f536e66eaa35af4416e
Signed-off-by: Jing Wei <jing.wei5@transsion.com >
2024-11-19 18:06:45 +00:00
Daniel Okazaki
4a105e4e1c
ANDROID: ABI: Update pixel symbol list
...
Adding the following symbols:
- klist_add_head
- klist_add_tail
- klist_init
- klist_iter_exit
- klist_iter_init
- klist_next
- klist_node_attached
- klist_remove
Bug: 308028804
Change-Id: Ibfe7f62f18a36ca4ca6e07dc8ddf0a7fdde5114c
Signed-off-by: Daniel Okazaki <dtokazaki@google.com >
(cherry picked from commit 35cf4d8eab4665136971dc66c163c9cd18907c3a)
2024-11-19 17:35:25 +00:00
zhengwei
6cf2e7d968
ANDROID: GKI: update symbol list for honor
...
INFO: 2 function symbol(s) added
'int __traceiter_android_vh_slab_alloc_node(void*, void*, unsigned long, struct kmem_cache*)'
'int __traceiter_android_vh_slab_free(void*, unsigned long, struct kmem_cache*)'
2 variable symbol(s) added
'struct tracepoint __tracepoint_android_vh_slab_alloc_node'
'struct tracepoint __tracepoint_android_vh_slab_free'
Bug: 379598560
Change-Id: I27e41cf5545297e6c62a581d677a298bd629ad3e
Signed-off-by: zhengwei <zhengwei2@honor.com >
2024-11-18 19:36:48 +08:00
Dezhi Huang
eb0102684f
ANDROID: vendor_hooks: add hook to record slab alloc and free
...
Add hook to record slab usage for calling slab_alloc_node and
slab_free check for memory leaks.
Bug: 379598560
Bug: 341216009
Change-Id: Ibb5f77b8244096fc999190244d197b7a40e6591c
Signed-off-by: Dezhi Huang <huangdezhi@hihonor.com >
(cherry picked from commit d5c66ad281a72e29802ae72fec0526e58a151377)
2024-11-18 19:33:14 +08:00
Greg Kroah-Hartman
47a8b5f3ed
Merge 0d968ced73 ("mm/page_alloc: treat RT tasks similar to __GFP_HIGH") into android14-6.1-lts
...
Steps on the way to 6.1.116
Change-Id: I6502f70497285f1569aecf03c33c126b96d3001b
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com >
2024-11-17 12:22:19 +00:00
Greg Kroah-Hartman
500bbbbd01
Merge 241398329a ("mm/page_alloc: rename ALLOC_HIGH to ALLOC_MIN_RESERVE") into android14-6.1-lts
...
Steps on the way to 6.1.116
Change-Id: Ib7c11329d114065714cd5d11ef69e65ab4d0bd51
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com >
2024-11-17 12:20:06 +00:00
Greg Kroah-Hartman
ad46e48e1b
Merge b5dc5b7de7 ("cxl/port: Fix cxl_bus_rescan() vs bus_rescan_devices()") into android14-6.1-lts
...
Steps on the way to 6.1.116
Resolves merge conflicts in:
net/wireless/core.c
Change-Id: Ia10a58f63842e7bbc9440d960071985de9a399b8
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com >
2024-11-17 12:16:30 +00:00
Greg Kroah-Hartman
0df5dc7d73
Merge bdbc96c231 ("fsdax: dax_unshare_iter needs to copy entire blocks") into android14-6.1-lts
...
Steps on the way to 6.1.116
Resolves merge conflicts in:
fs/iomap/buffered-io.c
Change-Id: Ibe7e7f5a94bee171200931351878cf40e37b8bbc
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com >
2024-11-16 18:13:00 +00:00
Greg Kroah-Hartman
a566b71fed
Merge d321732352 ("netfilter: nft_payload: sanitize offset and length before calling skb_checksum()") into android14-6.1-lts
...
Steps on the way to 6.1.116
Change-Id: If62fadaf5fbd6d9663368509dd05b285a930f6d5
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com >
2024-11-16 18:04:20 +00:00
Greg Kroah-Hartman
bb558c55a5
Revert "genetlink: hold RCU in genlmsg_mcast()"
...
This reverts commit ae53d09f11 which is
commit 56440d7ec28d60f8da3bfa09062b3368ff9b16db upstream.
It breaks the Android kernel abi and can be brought back in the future
in an abi-safe way if it is really needed.
Bug: 161946584
Change-Id: I62229b26a4fd7dd4141a0342e3b7298ed3ee7942
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com >
2024-11-16 16:30:41 +00:00