| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This replaces "kexec-tools: purgatory: fix build on `binutils-2.42`"
(Submitted upstream) by "Fix building on x86_64 with binutils 2.41"
(which was actually merged).
Upstream maintainers found the second patch more complete [0].
[0]: https://lore.kernel.org/all/ZbopWV9qrxMME2hU@MiWiFi-R3L-srv/T/
(From OE-Core rev: 704523a383d6a7f5fa46348010e9676b4e828331)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Python 3 interprets string literals as Unicode strings, and therefore
\s is treated as an escaped Unicode character which is not correct.
Declaring the RegEx pattern as a raw string instead of unicode is
required for Python 3.
(From OE-Core rev: f2d80817baea298b953d6e14daad65087b3b50c9)
Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream maintainer has changed to Chen-Yu Tsai <wens@kernel.org>:
https://lore.kernel.org/all/CAGb2v657baNMPKU3QADijx7hZa=GUcSv2LEDdn6N=QQaFX8r-g@mail.gmail.com/
Note that fb768d3b13ff ("wifi: cfg80211: Add my certificate") and
3c2a8ebe3fe6 ("wifi: cfg80211: fix certs build to not depend on file
order") are required if you are using kernel signature verification.
(From OE-Core rev: abf169fbbf8bab13224adf4c8bfa2e26607f360c)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This file had a function full of mixed tabs and spaces. Our policy says
tabs, some layers use spaces but this function matched nothing.
It makes sense to clean this up, I'm torn between which to use. I've gone
with the lesser invasive change (despite what the diff looks like) and used
spaces as the code was clearly written with that partly in mind and tabs would
have changed every line. Hopefully this makes future patches a little less
weird looking.
(From OE-Core rev: 34f0b22978a81abe891b00f716a56533504161d7)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
| |
(From OE-Core rev: 0b1e8df551d50331fc26048209b759a199bd964d)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Data pulled from: https://github.com/nluedtke/linux_kernel_cves
1/1 [
Author: Nicholas Luedtke
Email: nicholas.luedtke@uwalumni.com
Subject: Update 3Feb24
Date: Sat, 3 Feb 2024 00:42:14 -0500
]
(From OE-Core rev: 20ceea5be17b64cbc95d36cc1afd5d41a2517500)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:
51f354b815c4 Linux 6.6.15
ee82479f5d74 thermal: trip: Drop lockdep assertion from thermal_zone_trip_id()
0e9999661575 serial: core: fix kernel-doc for uart_port_unlock_irqrestore()
de66d97add11 x86/entry/ia32: Ensure s32 is sign extended to s64
500ad5da1df3 tick/sched: Preserve number of idle sleeps across CPU hotplug events
af7ab5da390e clocksource: Skip watchdog check for large watchdog intervals
5966ed9caae3 genirq: Initialize resend_node hlist for all interrupt descriptors
33f49a68352d mips: Call lose_fpu(0) before initializing fcr31 in mips_set_personality_nan
40cb184ec84e cxl/region:Fix overflow issue in alloc_hpa()
099fee35bb09 drm: bridge: samsung-dsim: Don't use FORCE_STOP_STATE
d21fbe290c33 MIPS: lantiq: register smp_ops on non-smp platforms
0232a19a0e21 spi: fix finalize message on error return
d69a84cbbc30 cifs: fix stray unlock in cifs_chan_skip_or_disable
1bd81374bc2f spi: spi-cadence: Reverse the order of interleaved write and read operations
26e85f7b0a16 spi: bcm-qspi: fix SFDP BFPT read by usig mspi read
9f30ab3bec2e cpufreq/amd-pstate: Fix setting scaling max/min freq values
ee4a2ef15153 drm/bridge: anx7625: Ensure bridge is suspended in disable()
1539adf760c3 block: Move checking GENHD_FL_NO_PART to bdev_add_partition()
902a4aab0e04 spi: intel-pci: Remove Meteor Lake-S SoC PCI ID from the list
cd6f39f7df66 ARM: dts: exynos4212-tab3: add samsung,invert-vclk flag to fimd
16b70a75daa7 gpio: eic-sprd: Clear interrupt after set the interrupt type
a1703748bbaf firmware: arm_scmi: Use xa_insert() when saving raw queues
1c6d42e55d6c firmware: arm_scmi: Use xa_insert() to store opps
dea5460b09eb drm/exynos: gsc: minor fix for loop iteration in gsc_runtime_resume
38a31370ba4d drm/exynos: fix accidental on-stack copy of exynos_drm_plane
e791a345fa73 memblock: fix crash when reserved memory is not added to memory
0b2e0fea95af drm/bridge: parade-ps8640: Make sure we drop the AUX mutex in the error case
52044fb2abe8 drm/bridge: parade-ps8640: Ensure bridge is suspended in .post_disable()
4f59acbe0837 drm/bridge: sii902x: Fix audio codec unregistration
56f96cf6eb11 drm/bridge: sii902x: Fix probing race issue
7ed0974c1648 drm/panel: samsung-s6d7aa0: drop DRM_BUS_FLAG_DE_HIGH for lsl080al02
0ae3437f4185 drm: panel-simple: add missing bus flags for Tianma tm070jvhg[30/33]
b2ca364dc531 drm/bridge: parade-ps8640: Wait for HPD when doing an AUX transfer
5ff487d180dc drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDs
b59ea95e72e0 drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDs
5ff670093596 drm/panel-edp: drm/panel-edp: Fix AUO B116XTN02 name
8aa99aa455be drm/panel-edp: drm/panel-edp: Fix AUO B116XAK01 name and timing
6a0c7eb466db drm/panel-edp: Add AUO B116XTN02, BOE NT116WHM-N21,836X2, NV116WHM-N49 V8.0
02cfae7d6278 drm/i915/psr: Only allow PSR in LPSP mode on HSW non-ULT
e017ec3807d4 drm/i915/lnl: Remove watchdog timers for PSR
46ac4e1f9a9d btrfs: zoned: optimize hint byte for zoned allocator
b1e30e2ff6eb btrfs: zoned: factor out prepare_allocation_zoned()
4739a8a989db serial: sc16is7xx: fix unconditional activation of THRI interrupt
a38e80d02eba serial: sc16is7xx: Use port lock wrappers
984095ad73f5 serial: core: Provide port lock wrappers
9128bfbc5c80 mm: migrate: fix getting incorrect page mapping during page migration
9d23fab89ace mm: migrate: record the mlocked page status to remove unnecessary lru drain
d10ff0b3eaf6 thermal: gov_power_allocator: avoid inability to reset a cdev
77451ef587aa thermal: core: Store trip pointer in struct thermal_instance
3a3bbc6911f5 thermal: trip: Drop redundant trips check from for_each_thermal_trip()
cca763863768 media: i2c: imx290: Properly encode registers as little-endian
8798fdc28463 media: v4l2-cci: Add support for little-endian encoded registers
8d2cd1724e80 media: v4l: cci: Add macros to obtain register width and address
36bf2a8fb0ae media: v4l: cci: Include linux/bits.h
68e51bdb1194 pipe: wakeup wr_wait after setting max_usage
67f457955ba8 fs/pipe: move check to pipe_has_watch_queue()
019ccc66d56a thermal: intel: hfi: Add syscore callbacks for system-wide PM
0caf5dd01adf thermal: intel: hfi: Disable an HFI instance when all its CPUs go offline
de791353675f thermal: intel: hfi: Refactor enabling code into helper functions
4690558e756c net/bpf: Avoid unused "sin_addr_len" warning when CONFIG_CGROUP_BPF is not set
b565f41b9f20 drm/amd/display: Fix uninitialized variable usage in core_link_ 'read_dpcd() & write_dpcd()' functions
dcda362dc5b4 drm/amdgpu/pm: Fix the power source flag error
6aa5ede66651 drm/amd/display: Fix late derefrence 'dsc' check in 'link_set_dsc_pps_packet()'
d3af41be094a drm/amd/display: Align the returned error code with legacy DP
fbc4ee5ca79b drm/amd/display: Port DENTIST hang and TDR fixes to OTG disable W/A
22ae604aea14 drm/amd/display: Fix variable deferencing before NULL check in edp_setup_replay()
b788696f9ed0 drm/amdgpu: correct the cu count for gfx v11
7510670bb46a drm/bridge: nxp-ptn3460: simplify some error checking
6266b3a312b7 Revert "drm/amd/display: fix bandwidth validation failure on DCN 2.1"
107a11637f43 drm/amd/display: Disable PSR-SU on Parade 0803 TCON again
50eb6bf4aca2 drm/amd/display: fix bandwidth validation failure on DCN 2.1
45aafb507575 drm: Allow drivers to indicate the damage helpers to ignore damage clips
1055077473e3 drm/virtio: Disable damage clipping if FB changed since last page-flip
87b3b45ce7b4 drm: Disable the cursor plane on atomic contexts with virtualized drivers
adc0787f0c0e drm/tidss: Fix atomic_flush check
080f932a35d5 drm: Fix TODO list mentioning non-KMS drivers
c1074ae81805 drm/bridge: nxp-ptn3460: fix i2c_master_send() error checking
d7afdf360f4a drm: Don't unref the same fb many times by mistake due to deadlock handling
0d87d67f447d Revert "drm/i915/dsi: Do display on sequence later on icl+"
212b686863b4 cpufreq: intel_pstate: Refine computation of P-state for given frequency
c9c63d6a4541 gpiolib: acpi: Ignore touchpad wakeup on GPD G1619-04
a0ebcdab1951 xfs: read only mounts with fsopen mount API are busted
8b5bacce2d13 drm/amdgpu: Fix the null pointer when load rlc firmware
e256f6d36496 Revert "drivers/firmware: Move sysfb_init() from device_initcall to subsys_initcall_sync"
9b5e1b93c83e firmware: arm_scmi: Check mailbox/SMT channel for consistency
9863a53100f4 ksmbd: fix global oob in ksmbd_nl_policy
847e1eb30e26 platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe
ace6fb9da63e platform/x86: intel-uncore-freq: Fix types in sysfs callbacks
6653118b176a netfilter: nf_tables: reject QUEUE/DROP verdict parameters
e5888acbf1a3 netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for inet/ingress basechain
4d53556d87cd hv_netvsc: Calculate correct ring size when PAGE_SIZE is not 4 Kbytes
b7d2eee1f538 nfsd: fix RELEASE_LOCKOWNER
870171899d75 wifi: iwlwifi: fix a memory corruption
841460c14f88 exec: Fix error handling in begin_new_exec()
801474eac6f9 rbd: don't move requests to the running list on errors
ec794a752819 btrfs: don't abort filesystem when attempting to snapshot deleted subvolume
5556a872e9e9 btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_args
be725b06a4c3 btrfs: don't warn if discard range is not aligned to sector
ad854a86da15 btrfs: tree-checker: fix inline ref size in error messages
2b772a75963f btrfs: ref-verify: free ref cache before clearing mount opt
3eaf00d2f81f btrfs: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapshot of subvolume being deleted
6f74989f5909 btrfs: zoned: fix lock ordering in btrfs_zone_activate()
642b9c520ef2 btrfs: scrub: avoid use-after-free when chunk length is not 64K aligned
d60ff1d313e6 tsnep: Fix XDP_RING_NEED_WAKEUP for empty fill ring
3fc1e534993b tsnep: Remove FCS for XDP data path
a7be76ca102c net: fec: fix the unhandled context fault from smmu
09d60387d8c1 selftests: bonding: do not test arp/ns target with mode balance-alb/tlb
20b98e3c493a fjes: fix memleaks in fjes_hw_setup
31e5a8cdc8c9 i40e: update xdp_rxq_info::frag_size for ZC enabled Rx queue
f95b542f3a81 i40e: set xdp_rxq_info::frag_size
6ae1d209c6a5 xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOL
c61f2bf87065 ice: update xdp_rxq_info::frag_size for ZC enabled Rx queue
e1ae4a6b3ad7 intel: xsk: initialize skb_frag_t::bv_offset in ZC drivers
339a48b0564c ice: remove redundant xdp_rxq_info registration
8a7dffa16bb3 i40e: handle multi-buffer packets that are shrunk by xdp prog
728e112df761 ice: work on pre-XDP prog frag count
82ee4781b820 xsk: fix usage of multi-buffer BPF helpers for ZC XDP
1474a8aff1d3 bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpf
6d71331eb044 bpf: Propagate modified uaddrlen from cgroup sockaddr programs
b6e1a1b3b270 xsk: make xsk_buff_pool responsible for clearing xdp_buff::flags
cce713664548 xsk: recycle buffer in case Rx queue was full
bf47ffc1a527 selftests: netdevsim: fix the udp_tunnel_nic test
8c63896d993c selftests: net: fix rps_default_mask with >32 CPUs
938729484cfa net: mvpp2: clear BM pool before initialization
6264994be8f2 net: stmmac: Wait a bit for the reset to take effect
c1be9784f3ad netfilter: nf_tables: validate NFPROTO_* family
2989f1c4c2c7 netfilter: nf_tables: restrict anonymous set and map names to 16 bytes
9882495d02ec netfilter: nft_limit: reject configurations that cause integer overflow
0d58883c3c60 rcu: Defer RCU kthreads wakeup when CPU is dying
2897c981ee63 net/mlx5e: fix a potential double-free in fs_any_create_groups
b21db3f1ab79 net/mlx5e: fix a double-free in arfs_create_groups
5fe8c422eb05 net/mlx5e: Ignore IPsec replay window values on sender side
268353082293 net/mlx5e: Allow software parsing when IPsec crypto is enabled
ee8ad3d2f34e net/mlx5: Use mlx5 device constant for selecting CQ period mode for ASO
5deca3981243 net/mlx5: DR, Can't go to uplink vport on RX rule
fc56e47ca071 net/mlx5: DR, Use the right GVMI number for drop action
5160ae8da385 net/mlx5: Bridge, fix multicast packets sent to uplink
63a77caa1d72 net/mlx5: Bridge, Enable mcast in smfs steering mode
5d3f7d302008 net/mlx5: Fix a WARN upon a callback command failure
74cec142f89b net/mlx5e: Fix peer flow lists handling
40e0d0746390 net/mlx5e: Fix operation precedence bug in port timestamping napi_poll context
9ed46144cff3 net/sched: flower: Fix chain template offload
d42566f50090 selftests: fill in some missing configs for net
050855e311ab ipv6: init the accept_queue's spinlocks in inet6_create
b17ca9a469f8 netlink: fix potential sleeping issue in mqueue_flush_file
ff149e92ee90 selftest: Don't reuse port for SO_INCOMING_CPU test.
74b85edb206f tcp: Add memory barrier to tcp_push()
a53411e805e0 afs: Hide silly-rename files from userspace
a1eebe76e187 tracing: Ensure visibility when inserting an element into tracing_map
1c45256e5990 netfs, fscache: Prevent Oops in fscache_put_cache()
7a73190ea557 net/rds: Fix UBSAN: array-index-out-of-bounds in rds_cmsg_recv
784207bd2ed1 net: micrel: Fix PTP frame parsing for lan8814
34ffe229f7a6 tun: add missing rx stats accounting in tun_xdp_act
33a8980008c4 tun: fix missing dropped counter in tun_xdp_act
e855dded4b70 net: fix removing a namespace with conflicting altnames
ef8ad3071dfa udp: fix busy polling
f1f34a515fb1 llc: Drop support for ETH_P_TR_802_2.
cafd3ad3fe03 llc: make llc_ui_sendmsg() more robust against bonding changes
da2d1d362754 vlan: skip nested type that is not IFLA_VLAN_QOS_MAPPING
7cf36993f805 bnxt_en: Prevent kernel warning when running offline self test
55830bded231 bnxt_en: Wait for FLR to complete during probe
168e7e599860 tcp: make sure init the accept_queue's spinlocks once
8590162a455b selftests: bonding: Increase timeout to 1200s
a164c2922675 net/smc: fix illegal rmb_desc access in SMC-D connection dump
587c58929761 wifi: mac80211: fix potential sta-link leak
3f5aab7efd40 SUNRPC: use request size to initialize bio_vec in svc_udp_sendto()
14bafd198066 cifs: after disabling multichannel, mark tcon for reconnect
fe8c187fc22f cifs: fix a pending undercount of srv_count
30b1d56452ec cifs: fix lock ordering while disabling multichannel
f56fc61bb531 Revert "drm/amd: Enable PCIe PME from D3"
c7890937cf36 selftests/bpf: check if max number of bpf_loop iterations is tracked
bfc5c19b4b48 bpf: keep track of max number of bpf_loop callback iterations
5cac3cb678ba selftests/bpf: test widening for iterating callbacks
1a5a03617bb9 bpf: widening for callback iterators
6b99fe48f515 selftests/bpf: tests for iterating callbacks
b43550d7d58e bpf: verify callbacks as if they are called unknown number of times
f661df8fe0b5 bpf: extract setup_func_entry() utility function
bb8bf2d3caf5 bpf: extract __check_reg_arg() utility function
e030da5f517c selftests/bpf: track string payload offset as scalar in strobemeta
d9631d0d8c93 selftests/bpf: track tcp payload offset as scalar in xdp_synproxy
ae5e9c3ced95 bpf: print full verifier states on infinite loop detection
00808be797c1 selftests/bpf: test if state loops are detected in a tricky case
c8f6d285825f bpf: correct loop detection for iterators convergence
7f764ea0c8e6 selftests/bpf: tests with delayed read/precision makrs in loop body
ab470fefce28 bpf: exact states comparison for iterator convergence checks
b8615d7ff2b3 bpf: extract same_callsites() as utility function
4c6352f35eb2 bpf: move explored_state() closer to the beginning of verifier.c
364366f5bbd9 dt-bindings: net: snps,dwmac: Tx coe unsupported
4c78c771f3aa ksmbd: Add missing set_freezable() for freezable kthread
f5ef78c4ab44 ksmbd: send lease break notification on FILE_RENAME_INFORMATION
9554d4934b81 ksmbd: don't increment epoch if current state and request state are same
e9ec6665de8f ksmbd: fix potential circular locking issue in smb2_set_ea()
fc0db77b182b ksmbd: set v2 lease version on lease upgrade
90b8cbd90abb serial: Do not hold the port lock when setting rx-during-tx GPIO
26c3817cc8ff mm: page_alloc: unreserve highatomic page blocks before oom
4e32f5998f44 LoongArch/smp: Call rcutree_report_cpu_starting() earlier
5c0471daa8c7 serial: sc16is7xx: improve do/while loop in sc16is7xx_irq()
8ed85bdd1f2f serial: sc16is7xx: remove obsolete loop in sc16is7xx_port_irq()
fbce37f616ba serial: sc16is7xx: fix invalid sc16is7xx_lines bitfield in case of probe error
084c24e788d9 serial: sc16is7xx: convert from _raw_ to _noinc_ regmap functions for FIFO
9879e1bec3c0 serial: sc16is7xx: change EFR lock to operate on each channels
2f6ae16a5874 serial: sc16is7xx: remove unused line structure member
fc3de570cb30 serial: sc16is7xx: remove global regmap from struct sc16is7xx_port
f769407d0194 serial: sc16is7xx: remove wasteful static buffer in sc16is7xx_regmap_name()
452ed2b218b1 serial: sc16is7xx: improve regmap debugfs by using one regmap per port
1db06b3d7d4b rename(): fix the locking of subdirectories
70064241f222 mm/sparsemem: fix race in accessing memory_section->usage
62efb1e656f4 mm/rmap: fix misplaced parenthesis of a likely()
e6cdfb699ebf selftests: mm: hugepage-vmemmap fails on 64K page size systems
ff8cb8bc46ca kexec: do syscore_shutdown() in kernel_kexec
17be0ede8a6d ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path
6c4c57669de4 efi: disable mirror feature during crashkernel
ce51369287dd nouveau/vmm: don't set addr on the fail path to avoid warning
49a76c08bcfc rtc: Extend timeout for waiting for UIP to clear to 1s
9d20185601a0 rtc: Add support for configuring the UIP timeout for RTC reads
d2d8ceb74834 rtc: mc146818-lib: Adjust failure return code for mc146818_get_time()
905d9e1c69b2 rtc: Adjust failure return code for cmos_set_alarm()
484514580275 rtc: cmos: Use ACPI alarm for non-Intel x86 systems too
58eb5c07f417 arm64: entry: fix ARM64_WORKAROUND_SPECULATIVE_UNPRIV_LOAD
569156e4fa34 arm64/sme: Always exit sme_alloc() early with existing storage
f5da59f2bbce arm64: errata: Add Cortex-A510 speculative unprivileged load workaround
236a9bf2a7ec arm64: Rename ARM64_WORKAROUND_2966298
eab6917e1016 riscv: mm: Fixup compat mode boot failure
724103429a2d riscv: mm: Fixup compat arch_get_mmap_end
8254d54d00eb media: mtk-jpeg: Fix use after free bug due to error path handling in mtk_jpeg_dec_device_run
26f3ae1aa854 media: mtk-jpeg: Fix timeout schedule error in mtk_jpegdec_worker.
9399d61bf561 media: i2c: st-mipid02: correct format propagation
095cb607f146 mmc: mmc_spi: remove custom DMA mapped buffers
1653a8102868 mmc: core: Use mrq.sbc in close-ended ffu
72a28c92839c media: videobuf2-dma-sg: fix vmap callback
7af40dfdbd30 scripts/get_abi: fix source path leak
1d64a1029884 docs: kernel_abi.py: fix command injection
c018ab3e31b1 dlm: use kernel_connect() and kernel_bind()
820831de220c lsm: new security_file_ioctl_compat() hook
8b901f4f46bd ARM: dts: qcom: sdx55: fix USB SS wakeup
42edeeb3da5c arm64: dts: qcom: sdm670: fix USB SS wakeup
40fb94eb9805 arm64: dts: qcom: sdm670: fix USB DP/DM HS PHY interrupts
30d15a0d16f1 arm64: dts: qcom: sc8180x: fix USB SS wakeup
7553301a2ae9 arm64: dts: qcom: sc8180x: fix USB DP/DM HS PHY interrupts
00804fab7c62 arm64: dts: qcom: sm8150: fix USB SS wakeup
b0a9aec35033 arm64: dts: qcom: sm8150: fix USB DP/DM HS PHY interrupts
8936cca43946 arm64: dts: qcom: sdm845: fix USB SS wakeup
07859a93fc14 arm64: dts: qcom: sdm845: fix USB DP/DM HS PHY interrupts
551d4f3776af ARM: dts: qcom: sdx55: fix USB DP/DM HS PHY interrupts
8c80b6c37038 arm64: dts: qcom: Add missing vio-supply for AW2013
02f867d270e4 arm64: dts: qcom: sc7280: fix usb_1 wakeup interrupt types
9e1951a81455 arm64: dts: qcom: sc8180x: fix USB wakeup interrupt types
e0e55b6ec189 arm64: dts: qcom: sm8150: fix USB wakeup interrupt types
0b6f48245b50 arm64: dts: qcom: sdm670: fix USB wakeup interrupt types
353463dfcb71 arm64: dts: qcom: sdm845: fix USB wakeup interrupt types
cc16b9cd186f arm64: dts: qcom: sc7180: fix USB wakeup interrupt types
54435ef291e1 arm64: dts: qcom: msm8939: Make blsp_dma controlled-remotely
ebd09d8143fd arm64: dts: qcom: msm8916: Make blsp_dma controlled-remotely
0eecce600714 arm64: dts: rockchip: Fix rk3588 USB power-domain clocks
dc2e88e05d12 arm64: dts: rockchip: configure eth pad driver strength for orangepi r1 plus lts
68c2defafaaa arm64: dts: sprd: fix the cpu node for UMS512
6d86a53d8409 ARM: dts: qcom: sdx55: fix pdc '#interrupt-cells'
bc81ecbd2a4e ARM: dts: samsung: exynos4210-i9100: Unconditionally enable LDO12
ee9c5e0f9528 ARM: dts: qcom: sdx55: fix USB wakeup interrupt types
ed3fe21f74c0 arm64: dts: qcom: sc8280xp-crd: fix eDP phy compatible
664aaf12edc2 ARM: dts: imx6q-apalis: add can power-up delay on ixora board
46942efb9e87 parisc/power: Fix power soft-off button emulation on qemu
3583edd4d786 parisc/firmware: Fix F-extend for PDC addresses
ce16274a6b8d bus: mhi: host: Add spinlock to protect WP access when queueing TREs
eaefb9464031 bus: mhi: host: Drop chan lock before queuing buffers
a9ebfc405fe1 bus: mhi: host: Add alignment check for event ring read pointer
4a5a77c92bac mips: Fix max_mapnr being uninitialized on early stages
1960f2b534da nbd: always initialize struct msghdr completely
582014b08cb8 s390/vfio-ap: do not reset queue removed from host config
f5b218ecc860 s390/vfio-ap: reset queues associated with adapter for queue unbound from driver
60ad66fe639f s390/vfio-ap: reset queues filtered from the guest's AP config
556efad373cb s390/vfio-ap: let on_scan_complete() callback filter matrix and update guest's APCB
dabc0fe4a98e s390/vfio-ap: loop over the shadow APCB when filtering guest's AP configuration
c69d82119761 s390/vfio-ap: always filter entire AP matrix
075c01f60bee soc: fsl: cpm1: qmc: Fix rx channel reset
07d45e912521 soc: fsl: cpm1: qmc: Fix __iomem addresses declaration
d0160e74e943 soc: fsl: cpm1: tsa: Fix __iomem addresses declaration
240fd0215d3f media: ov01a10: Enable runtime PM before registering async sub-device
000339cb5d27 media: ov13b10: Enable runtime PM before registering async sub-device
92d25e02ee16 media: ov9734: Enable runtime PM before registering async sub-device
4e6cef3fae5c rpmsg: virtio: Free driver_override when rpmsg_remove()
252ae106eacf media: imx355: Enable runtime PM before registering async sub-device
532a5557da68 soc: qcom: pmic_glink_altmode: fix port sanity check
f7190b6101e6 mtd: rawnand: Clarify conditions to enable continuous reads
c376f862ecca mtd: rawnand: Prevent sequential reads with on-die ECC engines
b1dca19b105c mtd: rawnand: Fix core interference with sequential reads
f813840066ca mtd: rawnand: Prevent crossing LUN boundaries during sequential reads
38c12f10990a mtd: maps: vmu-flash: Fix the (mtd core) switch to ref counters
a979f56aa4b9 PM / devfreq: Fix buffer overflow in trans_stat_show
c1f525a1470f s390/vfio-ap: unpin pages on gisc registration failure
d68ac38895e8 crypto: s390/aes - Fix buffer overread in CTR mode
ecabe8cd456d hwrng: core - Fix page fault dead lock on mmap-ed hwrng
7692e29d191c PM: hibernate: Enforce ordering during image compression/decompression
b1a67a0d1ace crypto: api - Disallow identical driver names
f36d200a80a3 erofs: fix lz4 inplace decompression
7ebf812b7019 crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init
5e570e600b24 btrfs: sysfs: validate scrub_speed_max value
3da8706499cc OPP: Pass rounded rate to _set_opp()
1107f0ecc9ff arm64: properly install vmlinuz.efi
e681e29d1f59 PM: sleep: Fix possible deadlocks in core system-wide PM code
e400343c6eb2 async: Introduce async_schedule_dev_nocall()
a40683bb7bcd async: Split async_schedule_node_domain()
da9008da9640 ext4: allow for the last group to be marked as trimmed
f70557d48215 powerpc/ps3_defconfig: Disable PPC64_BIG_ENDIAN_ELF_ABI_V2
cc29591dacdf cifs: update iface_last_update on each query-and-update
50e8363ecc85 cifs: handle servers that still advertise multichannel after disabling
07e864089a0e cifs: reconnect worker should take reference on server struct unconditionally
3a0ef868fb8a Revert "cifs: reconnect work should have reference on server struct"
3e1615361b6f cifs: handle when server stops supporting multichannel
5075e9f4e046 cifs: handle when server starts supporting multichannel
173ddac64b47 cifs: reconnect work should have reference on server struct
c395f798a7f2 cifs: handle cases where a channel is closed
38298acb7899 smb: client: fix parsing of SMB3.1.1 POSIX create context
5157319fc52e sh: ecovec24: Rename missed backlight field from fbdev to dev
3b4b35d7cd63 scsi: core: Kick the requeue list after inserting when flushing
a720833e6b8a riscv: Fix an off-by-one in get_early_cmdline()
cf4669c30a8a scsi: ufs: core: Remove the ufshcd_hba_exit() call from ufshcd_async_scan()
e23d6ba5029b dmaengine: idxd: Move dma_free_coherent() out of spinlocked context
7f0ccfad2031 dmaengine: fix NULL pointer in channel unregistration function
3dc9e1c7e00f dmaengine: fsl-edma: fix eDMAv4 channel allocation issue
e4e845c8ddd2 iio: adc: ad7091r: Enable internal vref if external vref is not supplied
89c4e63324e2 iio: adc: ad7091r: Allow users to configure device events
c70a7684b1a5 iio: adc: ad7091r: Set alert bit in config register
97d574fce644 net: stmmac: Prevent DSA tags from breaking COE
b643b836c639 net: stmmac: Tx coe sw fallback
cfaa04a3ab50 soundwire: fix initializing sysfs for same devices on different buses
154cfc3d2738 soundwire: bus: introduce controller_id
9744575e6955 serial: core: set missing supported flag for RX during TX GPIO
28c85cd0a671 serial: core: Simplify uart_get_rs485_mode()
e961f8c6966a docs: kernel_feat.py: fix potential command injection
db6e7e5fd442 docs: sparse: add sparse.rst to toctree
a4bc5da72eae docs: sparse: move TW sparse.txt to TW dev-tools
98817289bcec Linux 6.6.14
aab69ef76970 Revert "Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d""
9860938cff26 arm64: dts: armada-3720-turris-mox: set irq type for RTC
6cb583c4e18b Revert "KEYS: encrypted: Add check for strsep"
93d357caf7e7 riscv: Fix wrong usage of lm_alias() when splitting a huge linear mapping
e6611cb236e0 i2c: s3c24xx: fix transferring more than one message in polling mode
b7fd4552a67d i2c: s3c24xx: fix read transfers in polling mode
3cc283fd16fb ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_work
a991cd35c477 selftests: mlxsw: qos_pfc: Adjust the test to support 8 lanes
7788f557e2f7 mlxsw: spectrum_router: Register netdevice notifier before nexthop
2f5e15657404 mlxsw: spectrum_acl_tcam: Fix stack corruption
817840d125a3 mlxsw: spectrum_acl_tcam: Fix NULL pointer dereference in error path
b1f0207078a5 mlxsw: spectrum_acl_erp: Fix error flow of pool allocation failure
96e84339ddf8 loop: fix the the direct I/O support check when used on top of block devices
2ae2e7cf658d ethtool: netlink: Add missing ethnl_ops_begin/complete
53cea04da861 arm64/ptrace: Don't flush ZA/ZT storage when writing ZA via ptrace
99719bb0c281 kdb: Fix a potential buffer overflow in kdb_local()
8836df02124f io_uring: adjust defer tw counting
b019406e5ad9 ipvs: avoid stat macros calls from preemptible context
bf6b3b6d110f netfilter: nf_tables: reject NFT_SET_CONCAT with not field length description
87e5fb6d1cc2 netfilter: nf_tables: skip dead set elements in netlink dump
dc45bb00e66a netfilter: nf_tables: do not allow mismatch field size and set key length
9325e3188a9c netfilter: bridge: replace physindev with physinif in nf_bridge_info
96c510a53181 netfilter: propagate net to nf_bridge_get_physindev
075dcb3caba9 netfilter: nf_queue: remove excess nf_bridge variable
4979db9bc52e netfilter: nfnetlink_log: use proper helper for fetching physinif
295de7fb5a61 netfilter: nft_limit: do not ignore unsupported flags
a016aacadfde netfilter: nf_tables: reject invalid set policy
08aca65997fb net: netdevsim: don't try to destroy PHC on VFs
72b45857b724 mptcp: relax check on MPC passive fallback
9aeb09f4d85a LoongArch: BPF: Prevent out-of-bounds memory access
e9ed74393c09 net: dsa: vsc73xx: Add null pointer check to vsc73xx_gpio_probe
e8d3872b617c bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS
fed034d23ebc net: stmmac: ethtool: Fixed calltrace caused by unbalanced disable_irq_wake calls
e6acd12ffcd0 selftests: bonding: Change script interpreter
836e236b878a drm/amdgpu: fall back to INPUT power for AVG power via INFO IOCTL
1515db19c4a3 drm/amdkfd: fixes for HMM mem allocation
0d15f6d75c2f ASoC: SOF: ipc4-loader: remove the CPC check warnings
52acfebcea00 gpio: mlxbf3: add an error code check in mlxbf3_gpio_probe
fd526aa39f04 dt-bindings: gpio: xilinx: Fix node address in gpio
f9071d939f20 net: ravb: Fix dma_addr_t truncation in error case
02e368eb1444 net: tls, fix WARNIING in __sk_msg_free
7dc290d787ae bpf: Avoid iter->offset making backward progress in bpf_iter_udp
2a62beb0f59f bpf: iter_udp: Retry with a larger batch size without going back to the previous bucket
9eb6088560e3 net: netdev_queue: netdev_txq_completed_mb(): fix wake condition
342c88f406c2 net: add more sanity check in virtio_net_hdr_to_skb()
823ba1d21060 erofs: fix inconsistent per-file compression format
586814ed68f7 erofs: simplify compression configuration parser
d2e919b6e66b udp: annotate data-races around up->pending
3a7517c53eab net: stmmac: Fix ethool link settings ops for integrated PCS
8b6075046470 block: ensure we hold a queue reference when using queue limits
d4368227ba9c mptcp: refine opt_mp_capable determination
c119bcd94693 mptcp: use OPTION_MPTCP_MPJ_SYN in subflow_check_req()
ad3e8f5c3d5c mptcp: use OPTION_MPTCP_MPJ_SYNACK in subflow_finish_connect()
4701d3282359 mptcp: strict validation before using mp_opt->hmac
4029820677b2 mptcp: mptcp_parse_option() fix for MPTCPOPT_MP_JOIN
0048a13b19f6 ALSA: hda: Properly setup HDMI stream
7770a4387576 net: phy: micrel: populate .soft_reset for KSZ9131
1cb0cd1eff8d net: micrel: Fix PTP frame parsing for lan8841
05f7e34647d2 amt: do not use overwrapped cb area
80a7a98b315d net: ethernet: ti: am65-cpsw: Fix max mtu to fit ethernet frames
fcaa3a2c12d6 octeontx2-af: CN10KB: Fix FIFO length calculation for RPM2
5c4017a25260 rxrpc: Fix use of Don't Fragment flag
c47345350346 net: qualcomm: rmnet: fix global oob in rmnet_policy
930ce7a5c0a8 s390/pci: fix max size calculation in zpci_memcpy_toio()
b1d3db6740d0 ASoC: mediatek: sof-common: Add NULL check for normal_link string
a765609f22d7 PCI: mediatek-gen3: Fix translation window size calculation
423de3f3844c PCI: keystone: Fix race condition when initializing PHYs
2ed3d3532890 nvmet-tcp: Fix the H2C expected PDU len calculation
79e9dfd7f89a nvme: trace: avoid memcpy overflow warning
4652eb817623 nvmet: re-fix tracing strncpy() warning
45f80b2f230d hisi_acc_vfio_pci: Update migration data pointer correctly on saving/resume
0b6f0be074fd spi: coldfire-qspi: Remove an erroneous clk_disable_unprepare() from the remove function
1a5369728c2d cxl/port: Fix missing target list lock
4e0d6791935e perf db-export: Fix missing reference count get in call_path_from_sample()
5ed4d3e6ad40 serial: apbuart: fix console prompt on qemu
05ba3df0e405 serial: imx: Correct clock error message in function probe()
821ad0089c69 usb: xhci-mtk: fix a short packet issue of gen1 isoc-in transfer
5c0392fdafb0 apparmor: avoid crash when parsed profile name is empty
337c86dc8af9 apparmor: fix possible memory leak in unpack_trans_table
a2b2b3011878 cxl/region: fix x9 interleave typo
8fdeaf400823 perf stat: Fix hard coded LL miss units
35bcf6bf324d perf env: Avoid recursively taking env->bpf_progs.lock
2f00fd8d50a7 nvmet-tcp: fix a crash in nvmet_req_complete()
24e05760186d nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU length
790321e4ae6e apparmor: Fix ref count leak in task_kill
5125a3029965 vdpa: Fix an error handling path in eni_vdpa_probe()
e2717302fbc2 power: supply: Fix null pointer dereference in smb2_probe
98b8a550da83 iommu: Don't reserve 0-length IOVA region
fd83ff901d69 usb: gadget: webcam: Make g_webcam loadable again
915fb4043c5e spmi: mtk-pmif: Serialize PMIF status check and command submission
19e321c3eedd usb: cdc-acm: return correct error code on unsupported break
2433f050d31a tty: use 'if' in send_break() instead of 'goto'
eefdb1be0c8b tty: don't check for signal_pending() in send_break()
ecf27e476587 tty: early return from send_break() on TTY_DRIVER_HARDWARE_BREAK
96227df8462d PCI: epf-mhi: Fix the DMA data direction of dma_unmap_single()
ad671dfce2d9 bus: mhi: ep: Pass mhi_ep_buf_info struct to read/write APIs
bd4f6f1f8948 bus: mhi: ep: Use slab allocator where applicable
23bab2b8e099 bus: mhi: ep: Do not allocate event ring element on stack
46bd939d85ed perf unwind-libunwind: Fix base address for .eh_frame
c05c54f0cdff perf unwind-libdw: Handle JIT-generated DSOs properly
c8d6d5d080b0 perf genelf: Set ELF program header addresses properly
2f4c1c3580e4 perf hisi-ptt: Fix one memory leakage in hisi_ptt_process_auxtrace_event()
f8d47ca6785c perf header: Fix one memory leakage in perf_event__fprintf_event_update()
2c664df0b201 iio: adc: ad9467: fix scale setting
a98f6c657c60 iio: adc: ad9467: add mutex to struct ad9467_state
0c7b8f883159 iio: adc: ad9467: don't ignore error codes
8690cd46c86b iio: adc: ad9467: fix reset gpio handling
1075fafe8d3c selftests/sgx: Skip non X86_64 platform
88fe67d40044 selftests/sgx: Include memory clobber for inline asm in test enclave
5a734a0ec4e3 selftests/sgx: Fix uninitialized pointer dereferences in encl_get_entry
c4aee34ea772 selftests/sgx: Fix uninitialized pointer dereference in error path
763cd6874631 serial: imx: fix tx statemachine deadlock
2b327d0fe0d2 software node: Let args be NULL in software_node_get_reference_args
afc7dd4e03b7 acpi: property: Let args be NULL in __acpi_node_get_property_reference
a5e1c3fe5764 base/node.c: initialize the accessor list before registering
ac95df46de7f perf stat: Exit perf stat if parse groups fails
9cc93a61cd79 perf mem: Fix error on hybrid related to availability of mem event in a PMU
f54149b92083 perf vendor events arm64 AmpereOne: Rename BPU_FLUSH_MEM_FAULT to GPC_FLUSH_MEM_FAULT
358b1c992ec0 vfio/pds: Fix calculations in pds_vfio_dirty_sync
c7e8c0e61da5 perf test record user-regs: Fix mask for vg register
e9b7b8b3ac2c libapi: Add missing linux/types.h header to get the __u64 type on io.h
bee4ceb8ea40 perf header: Fix segfault on build_mem_topology() error path
cd8dd51d5986 perf test: Remove atomics from test_loop to avoid test failures
28d8fe6641e7 iommu: Map reserved memory as cacheable if device is coherent
887a558d0298 serial: 8250: omap: Don't skip resource freeing if pm_runtime_resume_and_get() failed
5b3e25efe16e PCI: Avoid potential out-of-bounds read in pci_dev_for_each_resource()
b450e335fb18 power: supply: bq256xx: fix some problem in bq256xx_hw_init
eb45e4bb14d3 power: supply: cw2015: correct time_to_empty units in sysfs
69bec5f534ca MIPS: Alchemy: Fix an out-of-bound access in db1550_dev_setup()
b6e72854e019 MIPS: Alchemy: Fix an out-of-bound access in db1200_dev_setup()
9b2f64ba99bf riscv: Fixed wrong register in XIP_FIXUP_FLASH_OFFSET macro
e1e1058828ed riscv: Fix set_direct_map_default_noflush() to reset _PAGE_EXEC
5254434a8cf2 riscv: Fix set_memory_XX() and set_direct_map_XX() by splitting huge linear mappings
8633e74002cd riscv: Fix module_alloc() that did not reset the linear mapping permissions
8db56df4a954 riscv: Check if the code to patch lies in the exit section
e111d2319a44 um: virt-pci: fix platform map offset
66c8b147fe04 mips: Fix incorrect max_low_pfn adjustment
6ea50107247c mips: dmi: Fix early remap on MIPS32
ac0de86fa7f5 srcu: Use try-lock lockdep annotation for NMI-safe access.
fa1a1bad0f1c mfd: intel-lpss: Fix the fractional clock divider flags
f53d8c6c6ecc mfd: tps6594: Add null pointer check to tps6594_device_init()
bd4d5b6fe15d leds: aw200xx: Fix write to DIM parameter
ab27da1edb56 leds: aw2013: Select missing dependency REGMAP_I2C
3ef1130deee9 mfd: syscon: Fix null pointer dereference in of_syscon_register()
9fc58cb20765 mfd: cs42l43: Correct SoundWire port list
3c90b3b0436e mfd: rk8xx: fixup devices registration with PLATFORM_DEVID_AUTO
df633f4c964a ARM: 9330/1: davinci: also select PINCTRL
7ce742553789 serial: sc16is7xx: set safe default SPI clock frequency
9d528a81df2f serial: sc16is7xx: add check for unsupported SPI modes during probe
53956bf45e68 HID: wacom: Correct behavior when processing some confidence == false touches
41199d2dbd00 HID: sensor-hub: Enable hid core report processing for all devices
7faef79764d2 iio: adc: ad7091r: Pass iio_dev to event handler
7c7ddf45868a KVM: x86/pmu: Reset the PMU, i.e. stop counters, before refreshing
57bbd59ae013 KVM: x86/pmu: Move PMU reset logic to common x86 code
65b201bf3e9a KVM: arm64: vgic-its: Avoid potential UAF in LPI translation cache
42604bd5e49d KVM: arm64: vgic-v4: Restore pending state on host userspace write
db448ac982e4 x86/kvm: Do not try to disable kvmclock if it was not enabled
3206a188cfe1 PCI: mediatek: Clear interrupt status before dispatching handler
43501b6c5abf PCI: dwc: endpoint: Fix dw_pcie_ep_raise_msix_irq() alignment support
eaf6412618f5 x86/pci: Reserve ECAM if BIOS didn't include it in PNP0C02 _CRS
e54c4dd4137c PCI/P2PDMA: Remove reference to pci_p2pdma_map_sg()
5a473e32088c cxl/port: Fix decoder initialization when nr_targets > interleave_ways
0dfcefc97300 Revert "nSVM: Check for reserved encodings of TLB_CONTROL in nested VMCB"
68325c8c1aeb Revert "net: rtnetlink: Enslave device before bringing it up"
ed00d917056b net: stmmac: fix ethtool per-queue statistics
c84a711ad622 wifi: mwifiex: fix uninitialized firmware_stat
2b3d7e12ec90 wifi: mwifiex: configure BSSID consistently when starting AP
60220f0a551d wifi: mwifiex: add extra delay for firmware ready
516ec80072c4 wifi: rtlwifi: Convert LNKCTL change to PCIe cap RMW accessors
1f018dfa3725 wifi: rtlwifi: Remove bogus and dangerous ASPM disable/enable code
c30d0fcb5d68 wifi: mt76: fix broken precal loading from MTD for mt7915
509b9e745148 iommu/dma: Trace bounce buffer usage when mapping buffers
979dc1cbd865 iommu/arm-smmu-qcom: Add missing GMU entry to match table
8c8bcd45e9b1 bpf: Fix re-attachment branch in bpf_tracing_prog_attach
f56e715ef1c1 Bluetooth: Fix atomicity violation in {min,max}_key_size_set
2e54968baba3 rootfs: Fix support for rootfstype= when root= is given
6dcd88460747 md/raid1: Use blk_opf_t for read and write operations
e5f2b4b62977 pwm: Fix out-of-bounds access in of_pwm_single_xlate()
080d2c608bce pwm: jz4740: Don't use dev_err_probe() in .request()
7baa33837ee2 netfilter: nf_tables: check if catch-all set element is active in next generation
a6bd8182137a block: Fix iterating over an empty bio with bio_for_each_folio_all
8955324cc9f9 block: Remove special-casing of compound pages
cb16cc1abda1 block: add check that partition length needs to be aligned with block size
847e6947afd3 drm/amd: Enable PCIe PME from D3
d37dbde71112 scsi: mpi3mr: Block PEL Enable Command on Controller Reset and Unrecoverable State
fc6742c16be9 scsi: mpi3mr: Clean up block devices post controller reset
3ddc8b84f657 scsi: mpi3mr: Refresh sdev queue depth after controller reset
ca8e1a5d55ce scsi: target: core: add missing file_{start,end}_write()
af50048fc351 scsi: ufs: core: Simplify power management during async scan
2db6388d8a7f fbdev: flush deferred IO before closing
1e3b051e9714 fbdev: flush deferred work in fb_deferred_io_fsync()
2aceb3a8262c fbdev/acornfb: Fix name of fb_ops initializer macro
0241f4c2caad io_uring: ensure local task_work is run on wait timeout
c239b77ea4d6 io_uring/rw: ensure io->bytes_done is always initialized
2c487fbf2230 io_uring: don't check iopoll if request completes
d15de929f066 LoongArch: Fix and simplify fcsr initialization on execve()
a8b91a92d4d6 ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTION
08e6c8230051 ksmbd: only v2 leases handle the directory
24290ba94cd0 ksmbd: fix UAF issue in ksmbd_tcp_new_connection()
a2b21ef1ea4c ksmbd: validate mech token in session setup
3b2291360cce ALSA: hda/realtek: Enable headset mic on Lenovo M70 Gen5
2e59001eadde ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on HP ZBook
0979e180845d ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq2xxx
0d7b0c4a70e8 ALSA: oxygen: Fix right channel of capture volume mixer
57886e83d190 serial: omap: do not override settings for RS485 support
f9a7caccf21e serial: 8250_exar: Set missing rs485_supported flag
45d709f3970e serial: imx: Ensure that imx_uart_rs485_config() is called with enabled clock
67043c0a6ed5 serial: core, imx: do not set RS485 enabled if it is not supported
bd4a210c09e4 serial: 8250_bcm2835aux: Restore clock error handling
9a965fba11f3 serial: core: make sure RS485 cannot be enabled when it is not supported
cd1508c80dab serial: core: fix sanitizing check for RTS settings
b68581313078 dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: fix path to header
c8e0fb0da88f usb: mon: Fix atomicity violation in mon_bin_vma_fault
da4e9d5cc567 usb: typec: class: fix typec_altmode_put_partner to put plugs
745a4b352724 Revert "usb: typec: class: fix typec_altmode_put_partner to put plugs"
9f8b94b93ca5 usb: cdns3: Fix uvc fail when DMA cross 4k boundery since sg enabled
2e56239b8e1d usb: cdns3: fix iso transfer error when mult is not zero
0153e32b3cc1 usb: cdns3: fix uvc failure work since sg support enabled
420fa3cb092f usb: chipidea: wait controller resume finished for wakeup irq
61a06c5bb603 Revert "usb: dwc3: don't reset device side if dwc3 was configured as host-only"
e8d48c2282a9 Revert "usb: dwc3: Soft reset phy on probe for host"
334bdf3351d9 usb: dwc3: gadget: Queue PM runtime idle on disconnect event
e9deab5be0c4 usb: dwc3: gadget: Handle EP0 request dequeuing properly
73e20c2f48f8 usb: dwc: ep0: Update request status in dwc3_ep0_stall_restart
f09cfc753944 usb: phy: mxs: remove CONFIG_USB_OTG condition for mxs_phy_is_otg_host()
53eea0d939e3 Revert "usb: gadget: f_uvc: change endpoint allocation in uvc_function_bind()"
7fc3dd358aa0 tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplug
b38014874530 powerpc/64s: Increase default stack size to 32KB
c5c1ff390400 clocksource/drivers/timer-ti-dm: Fix make W=n kerneldoc warnings
67f16bf2cc16 binder: fix race between mmput() and do_exit()
78376d441560 xen-netback: don't produce zero-size SKB frags
3a99f15ce9d0 Revert "drm/amdkfd: Relocate TBA/TMA to opposite side of VM hole"
9853f1307efe rust: Ignore preserve-most functions
881720dcf6df Input: atkbd - use ab83 as id when skipping the getid command
9da397e5d48d mips/smp: Call rcutree_report_cpu_starting() earlier
1f714a0373ac binder: fix unused alloc->free_async_space
fda6e06e01a9 binder: fix async space check for 0-sized buffers
06173edfc770 keys, dns: Fix size check of V1 server-list header
3db79d21cf9c selftests/bpf: Add assert for user stacks in test_task_stack
5f93225dc925 Revert "kernfs: convert kernfs_idr_lock to an irq safe raw spinlock"
3058183333a5 kernfs: convert kernfs_idr_lock to an irq safe raw spinlock
b57196a5ec5e class: fix use-after-free in class_register()
aea1965c5de5 of: unittest: Fix of_count_phandle_with_args() expected value message
71ec48abc549 fbdev: imxfb: fix left margin setting
b64d09a4e859 of: Fix double free in of_parse_phandle_with_args_map
acf50ff9360e ksmbd: validate the zero field of packet header
d998ade03ef2 kselftest/alsa - conf: Stringify the printed errno in sysfs_get()
efd7d5e1e6e2 kselftest/alsa - mixer-test: Fix the print format specifier warning
45cbaa25b331 kselftest/alsa - mixer-test: fix the number of parameters to ksft_exit_fail_msg()
ecfaeb66b1f0 drm/amd/display: avoid stringop-overflow warnings for dp_decide_lane_settings()
ae7cbf935b9a drm/amd/pm/smu7: fix a memleak in smu7_hwmgr_backend_init
5024cce888e1 drm/amdkfd: Confirm list is non-empty before utilizing list_first_entry in kfd_topology.c
2d8f9e4e1d9f IB/iser: Prevent invalidating wrong MR
4147d76f988a gpio: sysfs: drop the mention of gpiochip_find() from sysfs code
ba3f1a346bf1 gpiolib: provide gpio_device_find()
799233ad1eb8 gpiolib: make gpio_device_get() and gpio_device_put() public
9b0cc30d26c3 drm/amdkfd: Fix type of 'dbg_flags' in 'struct kfd_process'
37d1757808b0 mmc: sdhci_omap: Fix TI SoC dependencies
3e6319ca61c1 mmc: sdhci_am654: Fix TI SoC dependencies
03035872e178 ALSA: scarlett2: Add clamp() in scarlett2_mixer_ctl_put()
821fbaeaaae2 ALSA: scarlett2: Add missing error checks to *_ctl_get()
66fb87fac545 ALSA: scarlett2: Allow passing any output to line_out_remap()
996fde492ad9 ALSA: scarlett2: Add missing error check to scarlett2_usb_set_config()
43a9b3f6e6ef ALSA: scarlett2: Add missing error check to scarlett2_config_save()
bf4599610ef6 ASoC: rt5645: Drop double EF20 entry from dmi_platform_data[]
c17134d3aea9 pwm: stm32: Fix enable count for clk in .probe()
5eb8da9b3ef7 pwm: stm32: Use hweight32 in stm32_pwm_detect_channels
f1da0b7a092a clk: fixed-rate: fix clk_hw_register_fixed_rate_with_accuracy_parent_hw
a3fb4404e3d4 clk: qcom: dispcc-sm8550: Update disp PLL settings
053f354733aa clk: qcom: gcc-sm8550: Mark RCGs shared where applicable
a7a5ec56a012 clk: qcom: gcc-sm8550: use collapse-voting for PCIe GDSCs
62f53fe9e8c2 clk: qcom: gcc-sm8550: Mark the PCIe GDSCs votable
b5782964b08f clk: qcom: gcc-sm8550: Add the missing RETAIN_FF_ENABLE GDSC flag
975aaaddc226 accel/habanalabs: fix information leak in sec_attest_info()
5ada13fb6770 drm/mediatek: dp: Add phy_mtk_dp module as pre-dependency
5a316acb135b ASoC: tas2781: add support for FW version 0x0503
18e58248b2aa ASoC: amd: vangogh: Drop conflicting ACPI-based probing
1e6132acba6a clk: si5341: fix an error code problem in si5341_output_clk_set_rate
2e4806d2b78f clk: rs9: Fix DIF OEn bit placement on 9FGV0241
f2c13661c2a6 watchdog: rti_wdt: Drop runtime pm reference count when watchdog is unused
57b39f0b07cd watchdog: bcm2835_wdt: Fix WDIOC_SETTIMEOUT handling
04ec5525479b watchdog/hpwdt: Only claim UNKNOWN NMI if from iLO
1ee2762cf0fb watchdog: set cdev owner before adding
37b67480609f drivers: clk: zynqmp: update divider round rate logic
9b2dcd1b38c2 drivers: clk: zynqmp: calculate closest mux rate
f35668e633e9 clk: sp7021: fix return value check in sp7021_clk_probe()
2aea9c0498ca clk: qcom: videocc-sm8150: Add missing PLL config property
9fcf47d8f909 clk: qcom: videocc-sm8150: Update the videocc resets
07b4cf396c34 dt-bindings: clock: Update the videocc resets for sm8150
cf8a10d41f13 f2fs: fix to check return value of f2fs_recover_xattr_data
0c5d08b1c98e drm/amd/pm: fix a double-free in amdgpu_parse_extended_power_table
4c9a96dd6d4a gpu/drm/radeon: fix two memleaks in radeon_vm_init
95084632a65d drivers/amd/pm: fix a use-after-free in kv_parse_power_table
fb1936cb5872 drm/amd/pm: fix a double-free in si_dpm_init
5bc4f16118c5 drm/amdgpu/debugfs: fix error code when smc register accessors are NULL
37e452306ae2 drm/mediatek: Fix underrun in VDO1 when switches off the layer
f3e63240003e drm/mediatek: Remove the redundant driver data for DPI
3aa7196bcd3b drm/mediatek: Return error if MDP RDMA failed to enable the clock
173b247231bb drm/msm/dpu: Drop enable and frame_count parameters from dpu_hw_setup_misr()
4ae0cd31688f drm/msm/dpu: Set input_sel bit for INTF
0afe652a69d8 clk: renesas: rzg2l: Check reset monitor registers
fc61c3c5e0f6 clk: renesas: rzg2l-cpg: Reuse code in rzg2l_cpg_reset()
ee3e64d1dac6 media: dvb-frontends: m88ds3103: Fix a memory leak in an error handling path of m88ds3103_probe()
de28d63ad35c media: dvbdev: drop refcount on error path in dvb_device_open()
7bf0cba7f7e8 f2fs: fix to update iostat correctly in f2fs_filemap_fault()
412eee2c894a f2fs: fix to check compress file in f2fs_move_file_range()
4535be487804 f2fs: fix to wait on block writeback for post_read case
fa08600a6c0b drm/panel: st7701: Fix AVCL calculation
6ce256eab4d4 drm/msm/adreno: Fix A680 chip id
f2295f176989 media: rkisp1: Fix media device memory leak
0e09b6dd83b1 media: dt-bindings: media: rkisp1: Fix the port description for the parallel interface
c9354bffaa5b media: imx-mipi-csis: Drop extra clock enable at probe()
0e3535ee779f media: imx-mipi-csis: Fix clock handling in remove()
54ce93d7e66e media: bttv: add back vbi hack
e8fa30fa7157 media: bttv: start_streaming should return a proper error code
5e00f6c3a350 clk: qcom: gpucc-sm8150: Update the gpu_cc_pll1 config
e785018a7f06 RDMA/hns: Fix memory leak in free_mr_init()
1e2c9e741824 media: cx231xx: fix a memleak in cx231xx_init_isoc
3258bc1f8cc8 drm/bridge: tc358767: Fix return value on error case
99705f3f345f drm/bridge: cdns-mhdp8546: Fix use of uninitialized variable
0564e8a42791 drm/radeon/trinity_dpm: fix a memleak in trinity_parse_power_table
a26634b3ce21 drm/radeon/dpm: fix a memleak in sumo_parse_power_table
0b813a6a0087 drm/radeon: check the alloc_workqueue return value in radeon_crtc_init()
3bbef34ea819 drm/msm/dpu: correct clk bit for WB2 block
4687cb57578a drm/panfrost: Ignore core_mask for poweroff and disable PWRTRANS irq
61dfc4317425 ASoC: SOF: topology: Use partial match for disconnecting DAI link and DAI widget
a410d58117d6 ASoC: Intel: sof_sdw_rt_sdca_jack_common: ctx->headset_codec_dev = NULL
3fbfbea3eeb0 ASoC: Intel: glk_rt5682_max98357a: fix board id mismatch
b7062628caea media: v4l: async: Fix duplicated list deletion
af9d39677c91 drm/drv: propagate errors from drm_modeset_register_all()
ae795abe7b3e drm/msm/dsi: Use pm_runtime_resume_and_get to prevent refcnt leaks
ff9f375c21d9 drm/msm/dpu: Add missing safe_lut_tbl in sc8180x catalog
3925b83c3586 drm/msm/mdp4: flush vblank event on disable
13bb7bfc2580 ASoC: cs35l33: Fix GPIO name and drop legacy include
9c010be07fd9 drm/imx/lcdc: Fix double-free of driver data
417d134e72f5 drm/tidss: Fix dss reset
11e2dc2ff842 drm/tidss: Check for K2G in in dispc_softreset()
4fcfe757860b drm/tidss: Return error value from from softreset
d44143cdd0d1 drm/tidss: Move reset to the end of dispc_init()
18bd4d184675 drm/radeon: check return value of radeon_ring_lock()
056484916a13 drm/radeon/r100: Fix integer overflow issues in r100_cs_track_check()
0413e8869171 drm/radeon/r600_cs: Fix possible int overflows in r600_cs_check_reg()
d3c0b49aaa12 f2fs: fix to avoid dirent corruption
c111350d673a drm/bridge: Fix typo in post_disable() description
c082791b6a46 media: amphion: Fix VPU core alias name
251743c4065c media: rkvdec: Hook the (TRY_)DECODER_CMD stateless ioctls
682588d38ad9 media: verisilicon: Hook the (TRY_)DECODER_CMD stateless ioctls
f581023e3207 media: visl: Hook the (TRY_)DECODER_CMD stateless ioctls
2cb808af7746 media: mtk-jpeg: Remove cancel worker in mtk_jpeg_remove to avoid the crash of multi-core JPEG devices
2cf0005d3155 media: pvrusb2: fix use after free on context disconnection
c56a4ad4068d drm/tilcdc: Fix irq free on unload
a8657406e12a drm/bridge: tpd12s015: Drop buggy __exit annotation for remove function
9f91aa1ef918 drm/nouveau/fence:: fix warning directly dereferencing a rcu pointer
a23571137dd1 drm/panel-elida-kd35t133: hold panel in reset for unprepare
e9c9fd317ab0 drm/panel: nv3051d: Hold panel in reset for unprepare
ada27426b0d6 RDMA/hns: Fix inappropriate err code for unsupported operations
fff32018b025 RDMA/usnic: Silence uninitialized symbol smatch warnings
305f1f46d738 drm/panfrost: Really power off GPU cores in panfrost_gpu_power_off()
4e042f022255 drm/dp_mst: Fix fractional DSC bpp handling
16af1e7f5ea6 Revert "drm/omapdrm: Annotate dma-fence critical section in commit path"
9ab5837f77a1 Revert "drm/tidss: Annotate dma-fence critical section in commit path"
c5d4224a4d16 ARM: davinci: always select CONFIG_CPU_ARM926T
687c5d52fe53 ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim()
2968901d72b9 rxrpc: Fix skbuff cleanup of call's recvmsg_queue and rx_oos_queue
04c1f0f2505a mlxbf_gige: Enable the GigE port in mlxbf_gige_open
42b242c62bc1 mlxbf_gige: Fix intermittent no ip issue
73f7da5fd124 net/sched: act_ct: fix skb leak and crash on ooo frags
a33c741ca699 blk-cgroup: fix rcu lockdep warning in blkg_lookup()
63c3c44ff4c5 sctp: fix busy polling
9702e7fb6399 sctp: support MSG_ERRQUEUE flag in recvmsg()
b54d78d57985 bpf: sockmap, fix proto update hook to avoid dup calls
3d81183a5b9c wifi: cfg80211: parse all ML elements in an ML probe response
6b3946813382 wifi: cfg80211: correct comment about MLD ID
08a8ae5a8018 arm64: dts: rockchip: Fix led pinctrl of lubancat 1
eeeb228c5f23 null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORS
0f37a5c9d366 Bluetooth: btmtkuart: fix recv_buf() return value
8cd6c0600725 Bluetooth: btnxpuart: fix recv_buf() return value
f8a5c402ae34 Bluetooth: Fix bogus check for re-auth no supported with non-ssp
f1ee0ffbc024 netfilter: nf_tables: validate chain type update if available
f5ab4e73c9e1 netfilter: nf_tables: mark newset as dead on transaction abort
e6f3f39676a5 wifi: iwlwifi: assign phy_ctxt before eSR activation
a2a4bb509b78 wifi: iwlwifi: fix out of bound copy_from_user
076ca7429666 wifi: iwlwifi: mvm: send TX path flush in rfkill
c3e1a02a8ab2 wifi: iwlwifi: mvm: set siso/mimo chains to 1 in FW SMPS request
df14b372030c wifi: rtlwifi: rtl8192se: using calculate_bit_shift()
076d81a78371 wifi: rtlwifi: rtl8192ee: using calculate_bit_shift()
6bbaf100a355 wifi: rtlwifi: rtl8192de: using calculate_bit_shift()
4342f9646953 wifi: rtlwifi: rtl8192ce: using calculate_bit_shift()
96cd7b10e949 wifi: rtlwifi: rtl8192cu: using calculate_bit_shift()
b2127790622c wifi: rtlwifi: rtl8192c: using calculate_bit_shift()
2293d95f8765 wifi: rtlwifi: rtl8188ee: phy: using calculate_bit_shift()
1b2260bc3403 wifi: rtlwifi: add calculate_bit_shift()
3bc29c780aca bpf: Use c->unit_size to select target cache during free
63ddf081e111 bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()
62752b673247 bpf: Re-enable unit_size checking for global per-cpu allocator
2e5181afb329 arm64: dts: qcom: sc8180x: Fix up PCIe nodes
8f1b6d23fec4 arm64: dts: qcom: sc8180x: switch PCIe QMP PHY to new style of bindings
8d0c268ffcb3 arm64: dts: qcom: sc8180x: Mark PCIe hosts cache-coherent
c811f0246b2c arm64: dts: qcom: sm8550: Update idle state time requirements
ff8434b61cbb arm64: dts: qcom: sm8550: Separate out X3 idle state
55c87e64a3c0 arm64: dts: qcom: ipq6018: fix clock rates for GCC_USB0_MOCK_UTMI_CLK
afea6ffbed36 arm64: dts: qcom: sc7280: Mark SDHCI hosts as cache-coherent
ed49fd2d46a4 block: add check of 'minors' and 'first_minor' in device_add_disk()
004e05c28c57 soc: qcom: llcc: Fix LLCC_TRP_ATTR2_CFGn offset
11b4803210af arm64: dts: qcom: sm8150-hdk: fix SS USB regulators
2d1cd59a34d1 arm64: dts: qcom: sm8150: make dispcc cast minimal vote on MMCX
0f5532bd692f arm64: dts: qcom: sm6375: Hook up MPM
4a208efdf54d arm64: dts: qcom: sm6375: fix USB wakeup interrupt types
19e578b69968 soc: qcom: llcc: Fix dis_cap_alloc and retain_on_pc configuration
793ca465722a arm64: dts: qcom: acer-aspire1: Correct audio codec definition
3d83b820bff9 bpf: Limit the number of kprobes when attaching program to multiple kprobes
5735054af3d3 bpf: Limit the number of uprobes when attaching program to multiple uprobes
849ca053beb0 dma-mapping: clear dev->dma_mem to NULL after freeing it
94e5f64283a1 virtio/vsock: send credit update during setting SO_RCVLOWAT
925c22d43835 virtio/vsock: fix logic which reduces credit update messages
7b32e63f8814 ipmr: support IP_PKTINFO on cache report IGMP msg
d01b4a9296ec selftests/net: fix grep checking for fib_nexthop_multiprefix
d048dced8ea5 bpf: Fix a race condition between btf_put() and map_free()
42357465a069 ARM: dts: stm32: don't mix SCMI and non-SCMI board compatibles
d4a84572bcb1 scsi: hisi_sas: Correct the number of global debugfs registers
d1932df3c4ba scsi: hisi_sas: Rollback some operations if FLR failed
9e1986cd8a93 scsi: hisi_sas: Check before using pointer variables
ec2499b80e1c scsi: hisi_sas: Replace with standard error code return value
8d8f671e45de scsi: ufs: qcom: Fix the return value when platform_get_resource_byname() fails
8f67e87e1602 scsi: ufs: qcom: Fix the return value of ufs_qcom_ice_program_key()
95fff86aa8d2 arm64: dts: imx8mm: Reduce GPU to nominal speed
9cd79bc11ffa arm64: dts: renesas: white-hawk-cpu: Fix missing serial console pin control
218c08c5b2bd arm64: dts: xilinx: Apply overlays to base dtbs
89665b3daea4 block: Set memalloc_noio to false on device_add_disk() error path
1e1fe2bd87ac selftests/bpf: Relax time_tai test for equal timestamps in tai_forward
85e60760d255 wifi: iwlwifi: don't support triggered EHT CQI feedback
15173a169723 wifi: mt76: mt7921: fix country count limitation for CLC
f8fa25bf6654 arm64: dts: mediatek: mt8186: fix address warning for ADSP mailboxes
9bd3a1881724 arm64: dts: mediatek: mt8186: Fix alias prefix for ovl_2l0
11f272928e24 arm64: dts: mediatek: mt8195: revise VDOSYS RDMA node name
4b0d8f4a68aa arm64: dts: mediatek: mt8183: correct MDP3 DMA-related nodes
64ebe7abc1c0 dt-bindings: media: mediatek: mdp3: correct RDMA and WROT node with generic names
0954982db828 bpf: Fix accesses to uninit stack slots
ad140fc856f0 bpf: Guard stack limits against 32bit overflow
7f7bed74ba64 arm64: dts: hisilicon: hikey970-pmic: fix regulator cells properties
08b91babccbb bpf: Fix verification of indirect var-off stack access
e89d025d331c wifi: mt76: mt7921s: fix workqueue problem causes STA association fail
88199cbc75fe wifi: mt76: mt7915: also MT7981 is 3T3R but nss2 on 5 GHz band
a37cd935b586 wifi: mt76: mt7915: fix EEPROM offset of TSSI flag on MT7981
d03559452a8a wifi: mt76: mt7996: fix rate usage of inband discovery frames
041f75b38b1e wifi: mt76: mt7996: fix the size of struct bss_rate_tlv
5e22c8a04173 wifi: mt76: mt7915: fallback to non-wed mode if platform_get_resource fails in mt7915_mmio_wed_init()
b9b61d159006 wifi: mt76: fix typo in mt76_get_of_eeprom_from_nvmem function
27aca54b0d14 arm64: dts: qcom: sm8550: fix USB wakeup interrupt types
d7206c3bb4b5 arm64: dts: qcom: sc7280: fix usb_2 wakeup interrupt types
22a31cc7a022 arm64: dts: qcom: sa8775p: fix USB wakeup interrupt types
20455e11993b arm64: dts: qcom: sc7280: Mark Adreno SMMU as DMA coherent
028a26553eb2 arm64: dts: qcom: sc7280: Fix up GPU SIDs
52fafbe79b25 arm64: dts: qcom: sm8350: Fix DMA0 address
9f3f5494456c arm64: dts: qcom: sm6125: add interrupts to DWC3 USB controller
22817db3aa32 arm64: dts: qcom: sdm845-db845c: correct LED panic indicator
747dee115c14 arm64: dts: qcom: qrb5165-rb5: correct LED panic indicator
5ea916f16be3 arm64: dts: qcom: qrb2210-rb1: use USB host mode
da58aea81a3b arm64: dts: qcom: qrb2210-rb1: Hook up USB3
76fed8a4c507 scsi: fnic: Return error if vmalloc() failed
8dc15b067059 bpf: fix check for attempt to corrupt spilled pointer
25a17a269b44 selftests/net: specify the interface when do arping
f91cd728b10c bpf: Defer the free of inner map when necessary
1c40ec6b8e06 bpf: Add map and need_defer parameters to .map_fd_put_ptr()
decc738819ea arm64: dts: qcom: sm6350: Make watchdog bark interrupt edge triggered
b9a97215c346 arm64: dts: qcom: sc8280xp: Make watchdog bark interrupt edge triggered
bc3400294110 arm64: dts: qcom: sa8775p: Make watchdog bark interrupt edge triggered
a52f6d78ff65 arm64: dts: qcom: sm8250: Make watchdog bark interrupt edge triggered
70d0d1bfe5e1 arm64: dts: qcom: sm8150: Make watchdog bark interrupt edge triggered
b06a86234872 arm64: dts: qcom: sdm845: Make watchdog bark interrupt edge triggered
940ce0fee709 arm64: dts: qcom: sc7280: Make watchdog bark interrupt edge triggered
6252b33a3101 arm64: dts: qcom: sc7280: Mark some nodes as 'reserved'
6157194e6400 arm64: dts: qcom: sc7180: Make watchdog bark interrupt edge triggered
5fd1287784a2 arm64: dts: qcom: sm8550: correct TX Soundwire clock
2eda1c797441 arm64: dts: qcom: sm8450: correct TX Soundwire clock
9bdbc3a00a67 arm64: dts: qcom: sc8180x-primus: Fix HALL_INT polarity
c961ca51345a dt-bindings: arm: qcom: Fix html link
498e1c55baf7 ARM: dts: qcom: sdx65: correct SPMI node name
4371540a33ca ARM: dts: qcom: sdx65: correct PCIe EP phy-names
0866f6427b45 bpf: enforce precision of R0 on callback return
530cec617f5a md: synchronize flush io with array reconfiguration
3bb89deccac5 selftests/bpf: Fix erroneous bitmask operation
5b5ddf21b978 wifi: rtw88: sdio: Honor the host max_req_size in the RX path
c2d3b657c968 arm64: dts: ti: iot2050: Re-add aliases
87e2d91d4cec arm64: dts: ti: k3-am65-main: Fix DSS irq trigger type
92e2eaa44a7f arm64: dts: ti: k3-am62a-main: Fix GPIO pin count in DT nodes
6aa025f6df94 wifi: rtlwifi: rtl8821ae: phy: fix an undefined bitwise shift behavior
65d10f83acff scsi: bfa: Use the proper data type for BLIST flags
7615536a3746 firmware: ti_sci: Fix an off-by-one in ti_sci_debugfs_create()
1c83c7089dea net/ncsi: Fix netlink major/minor version numbers
50871569183e ARM: dts: qcom: apq8064: correct XOADC register address
ba538ae4d709 wifi: libertas: stop selecting wext
e9327c72bc77 wifi: ath11k: Defer on rproc_get failure
a341738951bf bpf: Add crosstask check to __bpf_get_stack
de0b27e6326e bpf, lpm: Fix check prefixlen before walking trie
153267f9513f wifi: rtw88: fix RX filter in FIF_ALLMULTI flag
2ed15a3a3f4a wifi: plfxlc: check for allocation failure in plfxlc_usb_wreq_async()
ddcb3b444659 ARM: dts: qcom: msm8226: provide dsi phy clocks to mmcc
d5bc0233ddae arm64: dts: qcom: sc8280xp-x13s: add missing camera LED pin config
47e3ec86cf6f arm64: dts: qcom: sc8280xp-x13s: Use the correct DP PHY compatible
d579dfaa0908 arm64: dts: qcom: qrb4210-rb2: don't force usb peripheral mode
6e007fac81cf asm-generic: Fix 32 bit __generic_cmpxchg_local
75aa038d9f6e pNFS: Fix the pnfs block driver's calculation of layoutget size
bcdb16220a58 SUNRPC: fix _xprt_switch_find_current_entry logic
8d43b944cab0 NFSv4.1/pnfs: Ensure we handle the error NFS4ERR_RETURNCONFLICT
4ffac0013421 NFS: Use parent's objective cred in nfs_access_login_time()
b4b7dd1cb608 blocklayoutdriver: Fix reference leak of pnfs_device_node
060d799775f6 csky: fix arch_jump_label_transform_static override
7d9e5bed036a crypto: scomp - fix req->dst buffer overflow
c660aa7784b7 crypto: sahara - do not resize req->src when doing hash operations
08489b1994cb crypto: sahara - fix processing hash requests with req->nbytes < sg->length
3c3eb0f8bb26 crypto: sahara - improve error handling in sahara_sha_process()
db6efd4da2ee crypto: sahara - fix wait_for_completion_timeout() error handling
7593631a53c5 crypto: sahara - fix ahash reqsize
b123af8beb89 crypto: sahara - handle zero-length aes requests
326288412716 crypto: sahara - avoid skcipher fallback code duplication
63cdfacb0a70 crypto: virtio - Wait for tasklet to complete on device remove
528a422b94b3 dlm: fix format seq ops type 4
4f234d5fcd82 gfs2: fix kernel BUG in gfs2_quota_cleanup
067a7c48c2c7 gfs2: Fix kernel NULL pointer dereference in gfs2_rgrp_dump
5248b445a579 fs: indicate request originates from old mount API
90219ce71683 erofs: fix memory leak on short-lived bounced pages
a34946ec3de8 pstore: ram_core: fix possible overflow in persistent_ram_init_ecc()
52f0b4a30f20 crypto: hisilicon/zip - save capability registers in probe process
b06a6d5e9d99 crypto: hisilicon/sec2 - save capability registers in probe process
e8d4877e5c7f crypto: hisilicon/hpre - save capability registers in probe process
1e8102e22c88 crypto: hisilicon/qm - add a function to set qm algs
b7a03a0f15c2 crypto: hisilicon/zip - add zip comp high perf mode configuration
eaf9954929e5 crypto: hisilicon/qm - save capability registers in qm init process
dffc3483c84e crypto: sahara - fix error handling in sahara_hw_descriptor_create()
4167eb9412d4 crypto: sahara - fix processing requests with cryptlen < sg->length
ab82cb379a5a crypto: sahara - fix ahash selftest failure
489bfd8f8a64 crypto: sahara - fix cbc selftest failure
dd31964d9eca crypto: sahara - remove FLAGS_NEW_KEY logic
8084b788c2fb crypto: safexcel - Add error handling for dma_map_sg() calls
e136daaa10e4 crypto: af_alg - Disallow multiple in-flight AIO requests
1e9d70723398 crypto: ccp - fix memleak in ccp_init_dm_workarea
b94f7e34d6a2 crypto: sa2ul - Return crypto_aead_setkey to transfer the error
c4c54fce9ec5 crypto: virtio - Handle dataq logic with tasklet
6d9f17829eb6 crypto: jh7110 - Correct deferred probe return
2831f4d3bfa6 crypto: rsa - add a check for allocation failure
089ff0eeb785 selinux: Fix error priority for bind with AF_UNSPEC on PF_INET6 socket
70481755ed77 drivers/thermal/loongson2_thermal: Fix incorrect PTR_ERR() judgment
628fb8986479 cpuidle: haltpoll: Do not enable interrupts when entering idle
cfd7c9d260dc mtd: Fix gluebi NULL pointer dereference caused by ftl notifier
5e9908878034 kunit: debugfs: Fix unchecked dereference in debugfs_print_results()
335176dd8eba thermal: core: Fix NULL pointer dereference in zone registration error path
c4323f66f39e ACPI: extlog: Clear Extended Error Log status when RAS_CEC handled the error
2920ac9d7e79 ACPI: LPSS: Fix the fractional clock divider flags
ed492c4739e1 spi: sh-msiof: Enforce fixed DTDL for R-Car H3
48be1364dd38 efivarfs: Free s_fs_info on unmount
0049fe7e4a85 efivarfs: force RO when remounting if SetVariable is not supported
408bbd1e1746 calipso: fix memory leak in netlbl_calipso_add_pass()
5dd08ac0bc65 cpufreq: scmi: process the result of devm_of_clk_add_hw_provider()
8271d397a9ff platform/x86/intel/vsec: Fix xa_alloc memory leak
b1432249f169 spi: cadence-quadspi: add missing clk_disable_unprepare() in cqspi_probe()
69c2d6e40d97 KEYS: encrypted: Add check for strsep
d1ac288b2742 ACPI: LPIT: Avoid u32 multiplication overflow
39af144b6d01 ACPI: video: check for error while searching for backlight device parent
f58ec36850ae mtd: rawnand: Increment IFC_TIMEOUT_MSECS for nand controller response
d83b2b32ba0f spi: spi-zynqmp-gqspi: fix driver kconfig dependencies
bf1bf09e6b59 perf/x86/intel/uncore: Fix NULL pointer dereference issue in upi_fill_topology()
20c09814782b sched/fair: Update min_vruntime for reweight_entity() correctly
024352f7928b powerpc/imc-pmu: Add a null pointer check in update_events_in_group()
69f95c5e9220 powerpc/powernv: Add a null pointer check in opal_powercap_init()
a14c55eb461d powerpc/powernv: Add a null pointer check in opal_event_init()
dd8422ff271c powerpc/powernv: Add a null pointer check to scom_debug_init_one()
bc063bf0934b powerpc/rtas: Avoid warning on invalid token argument to sys_rtas()
2b03b50d1d88 powerpc/hv-gpci: Add return value check in affinity_domain_via_partition_show function
0a16df5beb82 selftests/powerpc: Fix error handling in FPU/VMX preemption tests
01f0876efc26 KVM: PPC: Book3S HV: Handle pending exceptions on guest entry with MSR_EE
267980ea1081 KVM: PPC: Book3S HV: Introduce low level MSR accessor
abcaadd4ce4a KVM: PPC: Book3S HV: Use accessors for VCPU registers
412acaf9e213 drivers/perf: hisi: Fix some event id for HiSilicon UC pmu
b60f26de4ecf perf/arm-cmn: Fix HN-F class_occup_id events
df16afba2378 powerpc/pseries/memhp: Fix access beyond end of drmem array
c927d8aff942 powerpc/44x: select I2C for CURRITUCK
08beb0d4362b x86: Fix CPUIDLE_FLAG_IRQ_ENABLE leaking timer reprogram
f7aac5fede0b powerpc: add crtsavres.o to always-y instead of extra-y
e1c865112415 EDAC/thunderx: Fix possible out-of-bounds string access
91e7cc27b896 x86/mce/inject: Clear test status value
2de76cf01e57 x86/lib: Fix overflow when counting digits
(From OE-Core rev: fb4c1d74bf623db53aedba6d93d7d131484340a8)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Integrating the following commit(s) to linux-yocto/.:
1/1 [
Author: Anuj Mittal
Email: anuj.mittal@intel.com
Subject: can: drop obsolete CONFIG_PCH_CAN
Date: Fri, 26 Jan 2024 09:45:25 +0800
The driver was removed in v6.2.
https://github.com/torvalds/linux/commit/1dd1b521be85417ec409062319520ca26c1c589e
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: 6a06e227bb3539b868e7e0aaf3d9d8c7eb67930a)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Data pulled from: https://github.com/nluedtke/linux_kernel_cves
1/1 [
Author: Nicholas Luedtke
Email: nicholas.luedtke@uwalumni.com
Subject: Update 15Jan24
Date: Mon, 15 Jan 2024 12:48:45 -0500
]
(From OE-Core rev: 619a16f974ce838baaa864054261e879a7f7e924)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:
62b19b564504 Linux 6.6.13
9584c8d658c0 mm/memory_hotplug: fix memmap_on_memory sysfs value retrieval
f54708e4a26d scripts/decode_stacktrace.sh: optionally use LLVM utilities
09f222d40fae coresight: etm4x: Fix width of CCITMIN field
d6d19c3d1792 PCI: Add ACS quirk for more Zhaoxin Root Ports
7db7504a3e41 leds: ledtrig-tty: Free allocated ttyname buffer on deactivate
12786872b26a parport: parport_serial: Add Brainboxes device IDs and geometry
03427e7f2a56 parport: parport_serial: Add Brainboxes BAR details
35f102607054 uio: Fix use-after-free in uio_open
f4d6dbaa4376 binder: fix comment on binder_alloc_new_buf() return value
8040d704adce binder: fix trivial typo of binder_free_buf_locked()
a49087ab9350 binder: fix use-after-free in shinker's callback
802c61319ec2 binder: use EPOLLERR from eventpoll.h
e16a0bbdb7e5 Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"
76a10fc65ab9 ksmbd: free ppace array on error in parse_dacl
ab5c25b6988f ksmbd: don't allow O_TRUNC open on read-only share
71be0f674070 drm/amd/display: Pass pwrseq inst for backlight and ABM
6d4295d61579 ASoC: SOF: Intel: hda-codec: Delay the codec device registration
08a2ae1d0402 bus: moxtet: Add spi device table
b0ce6ddc1ca2 bus: moxtet: Mark the irq as shared
2cd4362faa9e ACPI: resource: Add another DMI match for the TongFang GMxXGxx
3642b5a62496 ALSA: hda/realtek: Fix mute and mic-mute LEDs for HP Envy X360 13-ay0xxx
d86c51e95644 x86/microcode: do not cache microcode if it will not be used
7e881af7fb3c drm/crtc: fix uninitialized variable use
2f09679b8ac1 x86/csum: clean up `csum_partial' further
1078f257eb3a x86/csum: Remove unnecessary odd handling
f99b7b22c0af ARM: sun9i: smp: fix return code check of of_property_match_string
1e6b9bc8cc36 connector: Fix proc_event_num_listeners count not cleared
6a186b28c4fc net: qrtr: ns: Return 0 if server port is not present
e79e7c3aa522 nfc: Do not send datagram if socket state isn't LLCP_BOUND
79aa992c8038 virtio_blk: fix snprintf truncation compiler warning
ffcaafdb8be6 ida: Fix crash in ida_free when the bitmap is empty
766c6c1dd140 posix-timers: Get rid of [COMPAT_]SYS_NI() uses
406cea6443b6 pinctrl: cy8c95x0: Fix get_pincfg
5f0a16617f70 pinctrl: cy8c95x0: Fix regression
3d5729d5cee2 pinctrl: cy8c95x0: Fix typo
a5ba95c226b5 drm/amd/display: get dprefclk ss info from integration info table
18562b1691e2 drm/amd/display: Add case for dcn35 to support usb4 dmub hpd event
bd443910debf drm/amdkfd: svm range always mapped flag not working on APU
5a358b978618 i2c: rk3x: fix potential spinlock recursion on poll
c5e0ed716c52 smb: client: fix potential OOB in smb2_dump_detail()
00e66f948abe HID: nintendo: Prevent divide-by-zero on code
8d6bda0f95c1 dm audit: fix Kconfig so DM_AUDIT depends on BLK_DEV_DM
5e0e2cb4a1ce ALSA: hda/realtek: Add quirks for ASUS Zenbook 2022 Models
4818174fd58a ASoC: Intel: bytcr_rt5640: Add new swapped-speakers quirk
ed1310b53b6f ASoC: Intel: bytcr_rt5640: Add quirk for the Medion Lifetab S10346
1339559bb6dd platform/x86/amd/pmc: Disable keyboard wakeup on AMD Framework 13
5b235bbc2706 platform/x86/amd/pmc: Move keyboard wakeup disablement detection to pmc-quirks
a7edb661bb85 platform/x86/amd/pmc: Only run IRQ1 firmware version check on Cezanne
f4fb4b9f1364 platform/x86/amd/pmc: Move platform defines to header
64954dd2eef1 platform/x86: thinkpad_acpi: fix for incorrect fan reporting on some ThinkPad systems
8e2609cbdee2 HID: nintendo: fix initializer element is not constant error
3e0e4a900fcb kselftest: alsa: fixed a print formatting warning
60e916d4b838 driver core: Add a guard() definition for the device_lock()
1488b369267e Input: xpad - add Razer Wolverine V2 support
015cfa30b39c wifi: iwlwifi: pcie: avoid a NULL pointer dereference
544ce65cb52a ARC: fix smatch warning
358bca0bb1b4 ARC: fix spare error
c754028a068f s390/scm: fix virtual vs physical address confusion
4361e15ac24b ASoC: cs35l45: Prevents spinning during runtime suspend
ab65d383a57b ASoC: cs35l45: Prevent IRQ handling when suspending/resuming
296e487dd215 ASoC: cs35l45: Use modern pm_ops
a2af708bb197 pinctrl: amd: Mask non-wake source pins with interrupt enabled at suspend
0a4a682b502f Input: i8042 - add nomux quirk for Acer P459-G2-M
274333f82597 Input: atkbd - skip ATKBD_CMD_GETID in translated mode
88c38fd2f3e6 reset: hisilicon: hi6220: fix Wvoid-pointer-to-enum-cast warning
ad2347d78d7b Input: psmouse - enable Synaptics InterTouch for ThinkPad L14 G1
33e42861eb95 ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMI
d9a6029ddee5 tracing: Fix uaf issue when open the hist or hist_debug file
0e73f1ba602d MIPS: dts: loongson: drop incorrect dwmac fallback compatible
98707906c64e stmmac: dwmac-loongson: drop useless check for compatible fallback
0df76142ca21 tracing: Add size check when printing trace_marker output
f3dc260cd5f2 tracing: Have large events show up as '[LINE TOO BIG]' instead of nothing
cd70be63167a jbd2: fix soft lockup in journal_finish_inode_data_buffers()
6e567410d6d3 efi/loongarch: Use load address to calculate kernel entry address
4dceffd823b7 platform/x86: intel-vbtn: Fix missing tablet-mode-switch events
cdd8512a5574 neighbour: Don't let neigh_forced_gc() disable preemption for long
ff89e507b231 drm/crtc: Fix uninit-value bug in drm_mode_setcrtc
5c480a6966c5 jbd2: increase the journal IO's priority
6459656095e4 jbd2: correct the printing of write_flags in jbd2_write_superblock()
262853dc685b soundwire: intel_ace2x: fix AC timing setting for ACE2.x
8c8343127735 clk: rockchip: rk3128: Fix HCLK_OTG gate register
351bcf3a3772 clk: rockchip: rk3568: Add PLL rate for 292.5MHz
4dd2d87c88fd LoongArch: Preserve syscall nr across execve()
4d8121aa13fd LoongArch: Set unwind stack type to unknown rather than set error flag
10d9f8ed6daf LoongArch: Apply dynamic relocations for LLD
3584858bfd34 hwmon: (corsair-psu) Fix probe when built-in
3f7109ec1fa5 ALSA: pcmtest: stop timer before buffer is released
b92ad44a1b32 drm/exynos: fix a wrong error checking
2debe511c1d2 drm/exynos: fix a potential error pointer dereference
fb26de4a86e1 drm/amdgpu: Add NULL checks for function pointers
7fc3d8ea1a67 drm/amd/display: Add monitor patch for specific eDP
a0827b9172ee arm64: dts: rockchip: Fix PCI node addresses on rk3399-gru
c52d545c1e31 nvme: fix deadlock between reset and scan
946fd64ba361 nvme: prevent potential spectre v1 gadget
8b2a6a3692e2 nvme-ioctl: move capable() admin check to the end
8884a56d2154 nvme: ensure reset state check ordering
cc5b051eeb48 nvme: introduce helper function to get ctrl state
8392d3234721 ASoC: da7219: Support low DC impedance headset
55aba82746bd net/tg3: fix race condition in tg3_reset_task()
06cb2064b0bf pds_vdpa: set features order
d3bb92beda4a pds_vdpa: clear config callback when status goes to 0
53fff954e77c pds_vdpa: fix up format-truncation complaint
3ad7bf5e57c9 ASoC: SOF: ipc4-topology: Correct data structures for the GAIN module
330c0f19b393 ASoC: SOF: ipc4-topology: Correct data structures for the SRC module
5713ab41ace4 ASoC: hdac_hda: Conditionally register dais for HDMI and Analog
8fa621053995 ASoC: amd: yc: Add DMI entry to support System76 Pangolin 13
fa60f8fac637 nouveau/tu102: flush all pdbs on vmm flush
3c124f09b7ff ASoC: SOF: sof-audio: Modify logic for enabling/disabling topology cores
e8879e7a7b4e ASoC: SOF: ipc4-topology: Add core_mask in struct snd_sof_pipeline
e1d391310724 ASoC: Intel: skl_hda_dsp_generic: Drop HDMI routes when HDMI is not available
f369cf7e94b4 ASoC: fsl_xcvr: refine the requested phy clock frequency
8f82f2e4d9c4 ASoC: rt5650: add mutex to avoid the jack detection failure
d568aed978da ASoC: fsl_xcvr: Enable 2 * TX bit clock for spdif only case
193d4bbe81fe ASoC: cs43130: Fix incorrect frame delay configuration
655e69056d09 ASoC: cs43130: Fix the position of const qualifier
ab10ac262156 ASoC: Intel: Skylake: mem leak in skl register function
d7368ad5313e ASoC: SOF: topology: Fix mem leak in sof_dai_load()
5a8bceaeaad0 ASoC: nau8822: Fix incorrect type in assignment and cast to restricted __be16
07c7fd07b531 ASoC: Intel: Skylake: Fix mem leak in few functions
8dada1d452ca arm64: dts: rockchip: fix rk356x pcie msg interrupt name
73ed4a6ea7d3 ASoC: wm8974: Correct boost mixer inputs
3290bb89e74d ASoC: amd: yc: Add HP 255 G10 into quirk table
bade0c1e7569 hwtracing: hisi_ptt: Don't try to attach a task
5e67b92b8b2b hwtracing: hisi_ptt: Handle the interrupt in hardirq context
a4848c45a3f0 nvme-core: check for too small lba shift
511f602527ac blk-mq: don't count completed flush data request as inflight in case of quiesce
379af079c427 Revert "drm/prime: Unexport helpers for fd/handle conversion"
5ca518149d46 smb: client, common: fix fortify warnings
941887dc5ed4 drm/amdgpu: Use another offset for GC 9.4.3 remap
ccba04281640 drm/amdkfd: Free gang_ctx_bo and wptr_bo in pqm_uninit
61dfdb779048 drm/amdgpu: Fix cat debugfs amdgpu_regs_didt causes kernel null pointer
6396b551f286 drm/amd/display: update dcn315 lpddr pstate latency
867ecd8970d3 drm/amdkfd: Use common function for IP version check
541cb7618a15 drm/amdgpu: Do not issue gpu reset from nbio v7_9 bif interrupt
da29e4012f41 block: warn once for each partition in bio_check_ro()
0c7df8c241ff io_uring: use fget/fput consistently
75cc56afb28b nvme-core: fix a memory leak in nvme_ns_info_from_identify()
a47f3a83411f ALSA: hda: intel-nhlt: Ignore vbps when looking for DMIC 32 bps format
c455b17aff82 debugfs: fix automount d_fsdata usage
0e25eac37f7a wifi: mac80211: handle 320 MHz in ieee80211_ht_cap_ie_to_sta_ht_cap
3f7af987d55b wifi: avoid offset calculation on NULL pointer
35a59d349ab0 wifi: cfg80211: lock wiphy mutex for rfkill poll
5814deb5a5b0 mptcp: fix uninit-value in mptcp_incoming_options
948cb8b2d5d0 ALSA: hda - Fix speaker and headset mic pin config for CHUWI CoreBook XPro
d273f33bb1e3 pinctrl: lochnagar: Don't build on MIPS
b12a331178d4 kunit: Reset suite counter right before running tests
858c0840ef02 kunit: Warn if tests are slow
f88c602fd0ab pinctrl: s32cc: Avoid possible string truncation
2525d1ba225b f2fs: explicitly null-terminate the xattr list
(From OE-Core rev: cc0f087ec49dcf89ccf29475101a739c27e13d78)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Integrating the following commit(s) to linux-yocto/.:
1/1 [
Author: Kevin Hao
Email: kexin.hao@windriver.com
Subject: beaglebone: Drop the nonassignable kernel options
Date: Sat, 20 Jan 2024 20:19:20 +0800
These kernel options aren't assignable. In the previous version of the
kernel, these options were selected by DRM_FBDEV_EMULATION. But due to
the commit 43049f17b526 ("drm/i915: Implement dedicated fbdev I/O
helpers") in the new version of kernel, they are no longer enabled
by DRM_FBDEV_EMULATION. Then the kernel config check emits unmatch
warning for them. Drop all of them to fix these warnings.
Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: f993871b656927b5be019e7ff788c6f53cb4caf6)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Integrating the following commit(s) to linux-yocto/.:
1/1 [
Author: Naveen Saini
Email: naveen.kumar.saini@intel.com
Subject: features/qat/qat.cfg: enable CONFIG_PCIEAER
Date: Fri, 19 Jan 2024 13:29:57 +0800
Error:
4.24.0-00005/qat17/quickassist/qat/drivers/crypto/qat/
qat_common/../../../../compat/qat_compat.c:401:19: error:
'struct pci_dev' has no member named 'aer_cap'; did you mean 'ats_cap'?
| 401 | if (!dev->aer_cap)
| | ^~~~~~~
| | ats_cap
https://github.com/torvalds/linux/blob/296455ade1fdcf5f8f8c033201633b60946c589a/include/linux/pci.h#L339
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: b4ebf4268369c99432d2c8dc98ea13ca594c1748)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
| |
(From OE-Core rev: 06ad41e0097902d46ad5affd99b1c716dbb27d71)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
| |
(From OE-Core rev: ed4c21d70e47c2c72d9fd30b7a744cc33fb660a5)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In reality all architectures have been depending on awk / gawk for
significant time.
gawk directly since v5.10 as it introduced scripts/check-sysctl-docs
grep for /usr/bin/awk results in
* arch/x86/tools/gen-insn-attr-x86.awk:#!/usr/bin/awk -f
* scripts/ver_linux:#!/usr/bin/awk -f
* tools/arch/x86/tools/gen-insn-attr-86.awk:#!/usr/bin/awk -f
So instead of relying on other recipes adding gawk - RDEPEND on it.
(From OE-Core rev: b55b07cd3660c7ff151e9456e85c5163978a1027)
Signed-off-by: Claus Stovgaard <claus.stovgaard@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since kernel version 6.6 the debian package rules has been split up into
a separate rules file, resulting in a runtime requirement for make.
See scripts/package/debian/rules
Remove the rules file, for not RDEPENDS on make for something we are
not using for building modules.
For reproducing the issue on a normal qemux86-64 machine, change to the
linux-yocto-dev kernel, add the kernel-devsrc to the toolchain target
task and disable ptest in distro features. (Notice ptest adds make as
RDEPENDS for other packages hiding the issue)
when populating sdk you will see dnf failing.
Problem: conflicting requests
- nothing provides /usr/bin/make needed by kernel-devsrc-1.0-r0.qemux86_64 from oe-repo
(From OE-Core rev: 711fc671012820458a7a28717ee0456fa850a523)
Signed-off-by: Claus Stovgaard <claus.stovgaard@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
| |
-rc1 is available, so we bump our -dev kernel to track.
(From OE-Core rev: 104f0ff88166ccd10adaaf78705d91b0fa26be24)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
linux-yocto-dev is updating to 6.8 and lttng-modules needs to be updated
to account for upsream kernel fixes.
These patches are all grabbed from the lttng review gerrit and
backported to lttng-modules 2.13.0.
(From OE-Core rev: 9a8c065784a9b665246bebe3e635e0ca43cfb30a)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
https://lwn.net/Articles/957396/
Drop 2 backported patches and 1 implemented differently upstream.
(From OE-Core rev: 90eef01e2d7fbde43e8325f075383d0931924cc8)
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
6.8-lts + linux-yocto-dev will the active reference kernels in
the upcoming release. We've moved all of the preferred versions
to 6.8, so we can now drop the recipes for 6.1
6.1 will continue to be maintained and updated for released
and supported branches.
(From OE-Core rev: a0b236c52dd7ef702a367c6d3e544f21b416ecf2)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Data pulled from: https://github.com/nluedtke/linux_kernel_cves
1/1 [
Author: Nicholas Luedtke
Email: nicholas.luedtke@uwalumni.com
Subject: Update 15Jan24
Date: Mon, 15 Jan 2024 12:48:45 -0500
]
(From OE-Core rev: 74bf102eb4ae7377527a146e3db1d9ee1da1f2da)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating linux-yocto/6.1 to the latest korg -stable release that comprises
the following commits:
fec3b1451d5f Linux 6.1.73
f9ee31dc7fcd cifs: fix flushing folio regression for 6.1 backport
0f22c8a6efe6 ipv6: remove max_size check inline with ipv4
b2c545c39877 Revert "nfsd: separate nfsd_last_thread() from nfsd_put()"
db5f2f4db8b7 Revert "nfsd: call nfsd_last_thread() before final nfsd_put()"
(From OE-Core rev: 27004956fb5ce3d4c2a48e64681b743763641f04)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Data pulled from: https://github.com/nluedtke/linux_kernel_cves
1/1 [
Author: Nicholas Luedtke
Email: nicholas.luedtke@uwalumni.com
Subject: Update 15Jan24
Date: Mon, 15 Jan 2024 12:48:45 -0500
]
(From OE-Core rev: 2c6dbaef795e65a94c7f3ac54be5d0414e5e213c)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:
47345b4264bc Linux 6.6.12
edbc56139579 nfsd: drop the nfsd_put helper
(From OE-Core rev: e97fc9fba054891845af2dbadd40003ccbb143f7)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Integrating the following commit(s) to linux-yocto/.:
1/1 [
Author: Xiangyu Chen
Email: xiangyu.chen@windriver.com
Subject: feature/security: add configs to harden protection
Date: Tue, 16 Jan 2024 18:22:31 +0800
Add some configs to harden protection:
CONFIG_HW_RANDOM_TPM=y Exposing the TPM's Random Number Generator as a hwrng device.
CONFIG_DEBUG_WX=y Warn on W+X mappings at boot.
CONFIG_SECURITY_DMESG_RESTRICT=y Restrict unprivileged access to the kernel syslog.
CONFIG_LDISC_AUTOLOAD=n Disable automatically load TTY Line Disciplines.
Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: 33d3dd8f5469cb0b2999d7f935378899d447b3ce)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Integrating the following commit(s) to linux-yocto/.:
1/1 [
Author: Xiangyu Chen
Email: xiangyu.chen@windriver.com
Subject: feature/security: add configs to harden protection
Date: Tue, 16 Jan 2024 18:22:31 +0800
Add some configs to harden protection:
CONFIG_HW_RANDOM_TPM=y Exposing the TPM's Random Number Generator as a hwrng device.
CONFIG_DEBUG_WX=y Warn on W+X mappings at boot.
CONFIG_SECURITY_DMESG_RESTRICT=y Restrict unprivileged access to the kernel syslog.
CONFIG_LDISC_AUTOLOAD=n Disable automatically load TTY Line Disciplines.
Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: a0a7f4e43a306598d79b79d02f2953beef3f4528)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Integrating the following commit(s) to linux-yocto/.:
1/1 [
Author: Ross Burton
Email: ross.burton@arm.com
Subject: arch/arm: add fragments to explicitly select 4/16/64 KB pages on arm64
Date: Tue, 9 Jan 2024 13:33:06 +0000
Linux on aarch64 supports various page sizes. The default is 4KB but
there can be performance improvements in many workloads with larger
pages.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: 3b417c6b383f27782c1f795eb676cbb62f0b3c31)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Data pulled from: https://github.com/nluedtke/linux_kernel_cves
1/1 [
Author: Nicholas Luedtke
Email: nicholas.luedtke@uwalumni.com
Subject: Update 27Dec23
Date: Wed, 27 Dec 2023 19:47:13 -0500
]
(From OE-Core rev: c16ed90dae1f1954b582c4fb6783fca7e3171af3)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating linux-yocto/6.1 to the latest korg -stable release that comprises
the following commits:
7c58bfa711cb Linux 6.1.72
2dbe25ae06e6 Revert "interconnect: qcom: sm8250: Enable sync_state"
f73a374c1969 smb3: Replace smb2pdu 1-element arrays with flex-arrays
ec162546a733 media: qcom: camss: Comment CSID dt_id field
a5c3f2b4cee7 bpf: syzkaller found null ptr deref in unix_bpf proto add
15db682980fc bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4
7cbdf36eabf3 net/sched: act_ct: Always fill offloading tuple iifidx
2be4e8ac2d16 net/sched: act_ct: additional checks for outdated flows
87318b7e374c f2fs: compress: fix to assign compress_level for lz4 correctly
397f719037c2 genirq/affinity: Only build SMP-only helper functions on SMP kernels
28c9222e29e5 mmc: sdhci-sprd: Fix eMMC init failure after hw reset
2813a434d461 mmc: core: Cancel delayed work before releasing host
575e127041f2 mmc: rpmb: fixes pause retune on all RPMB partitions.
9c5efaa09b31 mmc: meson-mx-sdhc: Fix initialization frozen issue
48e1d426f452 drm/amd/display: add nv12 bounding box
11c3510d1d4d drm/amdgpu: skip gpu_info fw loading on navi12
dafdeb7b91f1 mm: fix unmap_mapping_range high bits shift bug
08038069c237 i2c: core: Fix atomic xfer check for non-preempt config
53b42cb33fb1 x86/kprobes: fix incorrect return address calculation in kprobe_emulate_call_indirect
d1db1ef5e633 firewire: ohci: suppress unexpected system reboot in AMD Ryzen machines and ASM108x/VT630x PCIe cards
09a44d994bfe ring-buffer: Fix 32-bit rb_time_read() race with rb_time_cmpxchg()
820a7802f25a btrfs: mark the len field in struct btrfs_ordered_sum as unsigned
ab220f4f5c70 btrfs: fix qgroup_free_reserved_data int overflow
0f74dde5be2c octeontx2-af: Support variable number of lmacs
7d3912613d5b octeontx2-af: Fix pause frame configuration
a29b15cc68a6 net/sched: act_ct: Take per-cb reference to tcf_ct_flow_table
2bb4ecb3349c netfilter: flowtable: GC pushes back packets to classic path
df01de08b411 net/sched: act_ct: Fix promotion of offloaded unreplied tuple
87466a374571 net/sched: act_ct: offload UDP NEW connections
8b160f2fba77 netfilter: flowtable: cache info of last offload
c29a7656f8a2 netfilter: flowtable: allow unidirectional rules
e681f711e9e8 net: sched: call tcf_ct_params_free to free params in tcf_ct_init
d49bf9c1ceb3 mm/memory_hotplug: fix error handling in add_memory_resource()
4666f003afff mm/memory_hotplug: add missing mem_hotplug_lock
a576780a2a66 lib/group_cpus.c: avoid acquiring cpu hotplug lock in group_cpus_evenly
f33b27f5c3de genirq/affinity: Move group_cpus_evenly() into lib/
617ba3735d3b genirq/affinity: Rename irq_build_affinity_masks as group_cpus_evenly
aeeb4e4e49f8 genirq/affinity: Don't pass irq_affinity_desc array to irq_build_affinity_masks
9e84d7bb1505 genirq/affinity: Pass affinity managed mask array to irq_build_affinity_masks
a1dcd1794730 genirq/affinity: Remove the 'firstvec' parameter from irq_build_affinity_masks
f4fe76467e7b ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7
aee609302d65 firmware: arm_scmi: Fix frequency truncation by promoting multiplier type
90d1f74c3cf6 bpf, sockmap: af_unix stream sockets need to hold ref for pair sock
5ff1682fec18 ethtool: don't propagate EOPNOTSUPP from dumps
e570b1508753 dpaa2-eth: recycle the RX buffer only after all processing done
5b8938fc7d00 net: dpaa2-eth: rearrange variable in dpaa2_eth_get_ethtool_stats
e88275ce7e7b smb: client: fix missing mode bits for SMB symlinks
bf223fd4d914 block: update the stable_writes flag in bdev_add
a8e4300ae58d filemap: add a per-mapping stable writes flag
d0eafc763135 mm, netfs, fscache: stop read optimisation when folio removed from pagecache
bceff380f361 mm: merge folio_has_private()/filemap_release_folio() call pairs
8b6b3ecf0c13 memory-failure: convert truncate_error_page() to use folio
a6f440f3b956 khugepage: replace try_to_release_page() with filemap_release_folio()
4c78612e5fbc ext4: convert move_extent_per_page() to use folios
b92a8f591ca8 media: qcom: camss: Fix set CSI2_RX_CFG1_VC_MODE when VC is greater than 3
710f70555d5b media: camss: sm8250: Virtual channels for CSID
c96a4f936008 selftests: mptcp: set FAILING_LINKS in run_tests
4b85e920afc8 selftests: mptcp: fix fastclose with csum failure
336d1ee07efb f2fs: set the default compress_level on ioctl
1ff3f5ef284b f2fs: assign default compression level
55d3f41e5583 f2fs: convert to use bitmap API
84a8d913fb53 f2fs: clean up i_compress_flag and i_compress_level usage
2c14f4991610 s390/cpumf: support user space events for counting
a1a1e5ce88a7 s390/mm: add missing arch_set_page_dat() call to vmem_crst_alloc()
31051f722db2 net/mlx5: Increase size of irq name buffer
b5c8e0ff76d1 blk-mq: make sure active queue usage is held for bio_integrity_prep()
803fb6109fcf bpf: fix precision backtracking instruction iteration
b08acd5c4602 bpf: handle ldimm64 properly in check_cfg()
2c795ce09042 bpf: Support new 32bit offset jmp instruction
b1c780ed3c22 bpf: clean up visit_insn()'s instruction processing
97bb6dab0172 bpf: Remove unused insn_cnt argument from visit_[func_call_]insn()
8266c47d04b2 bpf: remove unnecessary prune and jump points
743f3548d301 bpf: decouple prune and jump points
eb4f2e17886a fbdev: imsttfb: fix double free in probe()
f2a79f3651a5 fbdev: imsttfb: Release framebuffer and dealloc cmap on error path
51a1b943022f arm64: dts: qcom: sdm845: Fix PSCI power domain names
5db8b93cbe2d arm64: dts: qcom: sdm845: align RPMh regulator nodes with bindings
343bb27e3152 wifi: iwlwifi: yoyo: swap cdb and jacket bits values
158b71f3a9fa udp: annotate data-races around udp->encap_type
8d929b6c1114 udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GRO
b680a907d17c udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flags
753886c0b994 udp: move udp->gro_enabled to udp->udp_flags
a01cff15ccdc udp: move udp->no_check6_rx to udp->udp_flags
50e41aa9ea0d udp: move udp->no_check6_tx to udp->udp_flags
e2a4392b61f6 udp: introduce udp->udp_flags
2489502fb1f5 ipv4, ipv6: Use splice_eof() to flush
4713b7c7568b splice, net: Add a splice_eof op to file-ops and socket-ops
ac8c69e448f7 udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
6bcc79a4e760 net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
89b51e70e5e3 bpf, x86: save/restore regs with BPF_DW size
4ee461c5dc99 bpf, x86: Simplify the parsing logic of structure parameters
605c8d8f9966 bpf, x64: Fix tailcall infinite loop
5573fdbc3423 srcu: Fix callbacks acceleration mishandling
abc3e3fb71a5 cpu/SMT: Make SMT control more robust against enumeration failures
482fa21635c8 cpu/SMT: Create topology_smt_thread_allowed()
a364c18553d0 selftests: secretmem: floor the memory size to the multiple of page_size
c38c5cfd3ed7 net: Implement missing SO_TIMESTAMPING_NEW cmsg support
14937f47a48f bnxt_en: Remove mis-applied code from bnxt_cfg_ntp_filters()
55fbcd83aaca net: ravb: Wait for operating mode to be applied
8a09b0f01c40 asix: Add check for usbnet_get_endpoints
db9c4a1f37ee octeontx2-af: Re-enable MAC TX in otx2_stop processing
b67e7d78e48a octeontx2-af: Always configure NIX TX link credits based on max frame size
84c3833a93bb net/smc: fix invalid link access in dumping SMC-R connections
0af75845ff5e net/qla3xxx: fix potential memleak in ql_alloc_buffer_queues
9b0504292237 igc: Fix hicredit calculation
7663226274af i40e: Restore VF MSI-X state during PCI reset
5735f529e318 ASoC: meson: g12a-tohdmitx: Fix event generation for S/PDIF mux
8719838c126a ASoC: meson: g12a-toacodec: Fix event generation
5de3c8496e77 ASoC: meson: g12a-tohdmitx: Validate written enum values
95b4d4093ac0 ASoC: meson: g12a-toacodec: Validate written enum values
2f3b6e8600c9 i40e: fix use-after-free in i40e_aqc_add_filters()
72fa66177859 net: Save and restore msg_namelen in sock_sendmsg
81f8a995ebc8 netfilter: nft_immediate: drop chain reference counter on error
bb1bf97fa187 net: bcmgenet: Fix FCS generation for fragmented skbuffs
e75715e1c2e5 sfc: fix a double-free bug in efx_probe_filters
725d44e49fb5 ARM: sun9i: smp: Fix array-index-out-of-bounds read in sunxi_mc_smp_init
85f6fae44bba selftests: bonding: do not set port down when adding to bond
3edd66bd4e42 net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)
ac5fde92b510 net: annotate data-races around sk->sk_bind_phc
c48fcb4f4906 net: annotate data-races around sk->sk_tsflags
5d586f7ca0fc net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestamps
b2130366a952 can: raw: add support for SO_MARK
633a49e34b32 r8169: Fix PCI error on system resume
565460e180d9 net: sched: em_text: fix possible memory leak in em_text_destroy()
ac5cbe931c43 mlxbf_gige: fix receive packet race condition
6d7f45492706 ASoC: mediatek: mt8186: fix AUD_PAD_TOP register and offset
811604fb02c4 ASoC: fsl_rpmsg: Fix error handler with pm_runtime_enable
c3a37dc15685 igc: Check VLAN EtherType mask
6edff0b8381c igc: Check VLAN TCI mask
d27b98f4aeae igc: Report VLAN EtherType matching back to user
e76d1913f6a8 i40e: Fix filter input checks to prevent config with invalid values
188c9970d05e ice: Shut down VSI with "link-down-on-close" enabled
83b80170b7fa ice: Fix link_down_on_close message
f3f6a23e054c drm/i915/dp: Fix passing the correct DPCD_REV for drm_dp_set_phy_test_pattern
6cf7235bc1fb octeontx2-af: Fix marking couple of structure as __packed
a4b0a9b80a96 nfc: llcp_core: Hold a ref to llcp_local->dev when holding a ref to llcp_local
282e3fb61285 netfilter: nf_tables: set transport offset from mac header for netdev/egress
9487cc4c90fb netfilter: use skb_ip_totlen and iph_totlen
5f523f1beb46 drm/bridge: ti-sn65dsi86: Never store more than msg->size bytes in AUX xfer
3da4868907da wifi: iwlwifi: pcie: don't synchronize IRQs from IRQ
493d556278a3 KVM: x86/pmu: fix masking logic for MSR_CORE_PERF_GLOBAL_CTRL
3152a7d361c6 cifs: do not depend on release_iface for maintaining iface_list
5982a625fc0d cifs: cifs_chan_is_iface_active should be called with chan_lock held
4afcb82518b9 drm/mgag200: Fix gamma lut not initialized for G200ER, G200EV, G200SE
b9c370b61d73 Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()"
af9a5307656d mptcp: prevent tcp diag from closing listener subflows
105063f7f441 ALSA: hda/realtek: Fix mute and mic-mute LEDs for HP ProBook 440 G6
0fa3cf2d151e ALSA: hda/realtek: fix mute/micmute LEDs for a HP ZBook
beda900d3aaf ALSA: hda/realtek: enable SND_PCI_QUIRK for hp pavilion 14-ec1xxx series
9539e3b56e0d block: Don't invalidate pagecache for invalid falloc modes
079eefaecfd7 keys, dns: Fix missing size check of V1 server-list header
38fb82ecd144 Linux 6.1.71
74c4c7d57cf2 Revert "platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe"
7709b16bdbd5 tracing/kprobes: Fix symbol counting logic by looking at modules as well
9dd295341dc1 kallsyms: Make module_kallsyms_on_each_symbol generally available
29cb16577189 device property: Allow const parameter to dev_fwnode()
e7b04372179e spi: Constify spi parameters of chip select APIs
f9a01938e079 NFSD: fix possible oops when nfsd/pool_stats is closed.
899ac41804d8 ring-buffer: Fix slowpath of interrupted event
0105571f80ed netfilter: nf_tables: skip set commit for deleted/destroyed sets
4768430d5a69 ring-buffer: Remove useless update to write_stamp in rb_try_to_discard()
f33c4e4cabce tracing: Fix blocked reader of snapshot buffer
09640899e6b7 ring-buffer: Fix wake ups when buffer_percent is set to 100
4ee9d9291b95 mm/memory-failure: check the mapcount of the precise page
fb21c9780a31 mm/memory-failure: cast index to loff_t before shifting it
be72d197b228 mm: migrate high-order folios in swap cache correctly
a8df791470fb mm/filemap: avoid buffered read/write race to read inconsistent data
b954b92ef08f platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe
7a3bbbadac4b ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()
b9c5f0fd5cd5 block: renumber QUEUE_FLAG_HW_WC
e21b5fc5b887 spi: atmel: Fix clock issue when using devices with different polarities
025cf65f68d4 spi: Add APIs in spi core to set/get spi->chip_select and spi->cs_gpiod
64a4eb2982db spi: Reintroduce spi_set_cs_timing()
95e21657ffe9 linux/export: Ensure natural alignment of kcrctab array
bb4f791cb2de nfsd: call nfsd_last_thread() before final nfsd_put()
03d68ffc48b9 nfsd: separate nfsd_last_thread() from nfsd_put()
481561a431ff iio: imu: adis16475: add spi_device_id table
027eaeaf3294 spi: Introduce spi_get_device_match_data() helper
457a219c8453 usb: fotg210-hcd: delete an incorrect bounds test
119127273b5d ARM: dts: Fix occasional boot hang for am3 usb
98235bc13aa8 ksmbd: fix wrong allocation size update in smb2_open()
04b8e04f8f89 ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack()
34f7d5b5c972 ksmbd: lazy v2 lease break on smb2_write()
500c7a5e9af8 ksmbd: send v2 lease break notification for directory
1993959460c0 ksmbd: downgrade RWH lease caching state to RH for directory
2fcb46df3460 ksmbd: set v2 lease capability
3eddc811a7c8 ksmbd: set epoch in create context v2 lease
52a32eafd0a5 ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on error
0bc46c2370ee ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncId
d9aa5c19084e ksmbd: release interim response after sending status pending response
013bf453af0d ksmbd: move oplock handling after unlock parent dir
20dd92c23756 ksmbd: separately allocate ci per dentry
d5651972e5c5 ksmbd: fix possible deadlock in smb2_open
aabc944ebf08 ksmbd: prevent memory leak on error return
b4a269bb89dd ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()
699ad8d03cc5 ksmbd: no need to wait for binded connection termination at logoff
3cf44550814c ksmbd: add support for surrogate pair conversion
d26e024a5ead ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_capable_netdev()
5113f7222554 ksmbd: fix recursive locking in vfs helpers
42e56982bed1 ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()
533e6dc4469f ksmbd: reorganize ksmbd_iov_pin_rsp()
1d95c5a54184 ksmbd: Remove unused field in ksmbd_user struct
5929e98f3bb7 ksmbd: fix potential double free on smb2_read_pipe() error path
a7aae713eaf2 ksmbd: fix Null pointer dereferences in ksmbd_update_fstate()
943cebf9ea34 ksmbd: fix wrong error response status by using set_smb2_rsp_status()
7b58ee8d0b91 ksmbd: fix race condition between tree conn lookup and disconnect
0090f0bfc225 ksmbd: fix race condition from parallel smb2 lock requests
6584ca894f30 ksmbd: fix race condition from parallel smb2 logoff requests
b3a843caed29 ksmbd: fix race condition with fp
7345f5dbf66d ksmbd: check iov vector index in ksmbd_conn_write()
8beae8a0a065 ksmbd: return invalid parameter error response if smb2 request is invalid
e523a26c0567 ksmbd: fix passing freed memory 'aux_payload_buf'
b4b3fd1a95b4 ksmbd: remove unneeded mark_inode_dirty in set_info_sec()
1ee419e08fa1 ksmbd: remove experimental warning
83b01f7330d7 ksmbd: add missing calling smb2_set_err_rsp() on error
422c0cd01693 ksmbd: Fix one kernel-doc comment
c20105a8975c ksmbd: fix `force create mode' and `force directory mode'
f8cf1ebb7de6 ksmbd: fix wrong interim response on compound
9f297df20d93 ksmbd: add support for read compound
673e60c69124 ksmbd: switch to use kmemdup_nul() helper
0a9b91f45e88 ksmbd: check if a mount point is crossed during path lookup
d782f42eed93 ksmbd: Fix unsigned expression compared with zero
48cc49384048 ksmbd: Replace one-element array with flexible-array member
63fbfd212c82 ksmbd: Use struct_size() helper in ksmbd_negotiate_smb_dialect()
e7ab53bd81b0 ksmbd: Replace the ternary conditional operator with min()
143da652cee8 ksmbd: use kvzalloc instead of kvmalloc
de43cdaa88c2 ksmbd: Change the return value of ksmbd_vfs_query_maximal_access to void
deb79f20be21 ksmbd: return a literal instead of 'err' in ksmbd_vfs_kern_path_locked()
fe7977b872a6 ksmbd: use kzalloc() instead of __GFP_ZERO
294a275f374b ksmbd: remove unused ksmbd_tree_conn_share function
b069977b2b47 ksmbd: add mnt_want_write to ksmbd vfs functions
13a5045011ec ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR()
1524884c3efb ksmbd: call putname after using the last component
30a1344198aa ksmbd: fix uninitialized pointer read in smb2_create_link()
6d4e21e369f3 ksmbd: fix uninitialized pointer read in ksmbd_vfs_rename()
6927ffe7479c ksmbd: fix racy issue from using ->d_parent and ->d_name
6e99fbb4296a fs: introduce lock_rename_child() helper
965eb8650737 ksmbd: remove unused compression negotiate ctx packing
49d9f6ad1ee0 ksmbd: avoid duplicate negotiate ctx offset increments
2182d96ec0b7 ksmbd: set NegotiateContextCount once instead of every inc
8d271ef5e5ca ksmbd: delete asynchronous work from list
4ef3fd2f85bb ksmbd: remove unused is_char_allowed function
226aaaa59365 ksmbd: Fix parameter name and comment mismatch
e8c49f9364c5 ksmbd: Fix spelling mistake "excceed" -> "exceeded"
ada8bcc48acd ksmbd: update Kconfig to note Kerberos support and fix indentation
5c0306b0abcd ksmbd: Remove duplicated codes
b6502c34cf30 ksmbd: fix typo, syncronous->synchronous
052b41ef2abe ksmbd: Implements sess->rpc_handle_list as xarray
264547e13f80 ksmbd: Convert to use sysfs_emit()/sysfs_emit_at() APIs
87ffbb9e24ba ksmbd: Fix resource leak in smb2_lock()
d847b7588341 ksmbd: use F_SETLK when unlocking a file
343d667deee1 ksmbd: set SMB2_SESSION_FLAG_ENCRYPT_DATA when enforcing data encryption for this share
ab69d3e8f7a0 ksmbd: replace one-element arrays with flexible-array members
(From OE-Core rev: b5a2a428407e7f94ef9207dbac9f24dad14c7202)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Data pulled from: https://github.com/nluedtke/linux_kernel_cves
1/1 [
Author: Nicholas Luedtke
Email: nicholas.luedtke@uwalumni.com
Subject: Update 27Dec23
Date: Wed, 27 Dec 2023 19:47:13 -0500
]
(From OE-Core rev: 8b67e63925b3846a8f3ed9834d5bd465075a202d)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:
22852eaf43ec Linux 6.6.11
e53b78e3cfb1 media: qcom: camss: Comment CSID dt_id field
c897fb3da8a7 cxl/memdev: Hold region_rwsem during inject and clear poison ops
0a460481df43 cxl/hdm: Fix a benign lockdep splat
c56f610fe947 cxl: Add cxl_num_decoders_committed() usage to cxl_test
2e22a9095fe3 mmc: sdhci-sprd: Fix eMMC init failure after hw reset
73432eb655a8 mmc: core: Cancel delayed work before releasing host
882ab492767a mmc: rpmb: fixes pause retune on all RPMB partitions.
1f1e1d8006ba mmc: meson-mx-sdhc: Fix initialization frozen issue
ceb3af686015 drm/amd/display: Fix sending VSC (+ colorimetry) packets for DP/eDP displays without PSR
fd3247512698 drm/amd/display: add nv12 bounding box
039c4551438e drm/amdgpu: skip gpu_info fw loading on navi12
2247df454c7b mm: fix unmap_mapping_range high bits shift bug
b240a3ef3d91 i2c: core: Fix atomic xfer check for non-preempt config
dfb8a426e030 x86/kprobes: fix incorrect return address calculation in kprobe_emulate_call_indirect
d44bd49abe3d firewire: ohci: suppress unexpected system reboot in AMD Ryzen machines and ASM108x/VT630x PCIe cards
e73022d60017 mm/mglru: skip special VMAs in lru_gen_look_around()
22c8e0b87bcb net: constify sk_dst_get() and __sk_dst_get() argument
f797a2f74a8e net: libwx: fix memory leak on free page
51079378514d cxl/pmu: Ensure put_device on pmu devices
95b3904a261a net: prevent mss overflow in skb_segment()
e1b45baa2e38 powerpc/pseries/vas: Migration suspend waits for no in-progress open windows
24f855a88c95 RISCV: KVM: update external interrupt atomically for IMSIC swfile
443860676828 dmaengine: fsl-edma: fix wrong pointer check in fsl_edma3_attach_pd()
7734bb38104a dmaengine: idxd: Protect int_handle field in hw descriptor
1695423c9630 drm/amd/display: Increase frame warning limit with KASAN or KCSAN in dml
e4a5b2f60e06 kernel/resource: Increment by align value in get_free_mem_region()
4c269350e3c6 cxl/core: Always hold region_rwsem while reading poison lists
07f9a20b899a cxl: Add cxl_decoders_committed() helper
9826255cdec6 drm/amd/display: Increase num voltage states to 40
93d67b62c768 drm/i915: Call intel_pre_plane_updates() also for pipes getting enabled
c33fc69553b2 clk: rockchip: rk3128: Fix SCLK_SDMMC's clock name
b58d2fc1f94d clk: rockchip: rk3128: Fix aclk_peri_src's parent
09aa95c0e714 phy: sunplus: return negative error code in sp_usb_phy_probe
c7573ba35562 phy: mediatek: mipi: mt8183: fix minimal supported frequency
9cdfbfc652ac iommu/vt-d: Support enforce_cache_coherency only for empty domains
41294f9d1782 iio: imu: adis16475: use bit numbers in assign_bit()
634d43a2dafa dmaengine: fsl-edma: Add judgment on enabling round robin arbitration
df9e5371221f dmaengine: fsl-edma: Do not suspend and resume the masked dma channel when the system is sleeping
2bd6f2164821 dmaengine: ti: k3-psil-am62a: Fix SPI PDMA data
6c9e7caeb29a dmaengine: ti: k3-psil-am62: Fix SPI PDMA data
a7ccc9d9001b phy: ti: gmii-sel: Fix register offset when parent is not a syscon node
42db0099eca3 KVM: s390: vsie: fix wrong VIR 37 when MSO is used
b649a7fe9a8b riscv: don't probe unaligned access speed if already done
5d1e4e5fd1e9 rcu/tasks-trace: Handle new PF_IDLE semantics
b3ffc1167584 rcu/tasks: Handle new PF_IDLE semantics
547c59c83abf rcu: Introduce rcu_cpu_online()
39d04e558882 rcu: Break rcu_node_0 --> &rq->__lock order
17f449600a98 ACPI: thermal: Fix acpi_thermal_unregister_thermal_zone() cleanup
04ebb29dc9aa RDMA/mlx5: Fix mkey cache WQ flush
eaab31dceb11 clk: si521xx: Increase stack based print buffer size in probe
94eacb45d816 vfio/mtty: Overhaul mtty interrupt handling
6feb483ab744 crypto: hisilicon/qm - fix EQ/AEQ interrupt issue
bcf6fe34a314 crypto: qat - fix double free during reset
64170e83ae89 crypto: xts - use 'spawn' for underlying single-block cipher
3f1800cade99 bpftool: Align output skeleton ELF code
0b39339f8afa bpftool: Fix -Wcast-qual warning
030346df8cc4 tcp: derive delack_max from rto_min
88a884dec104 media: qcom: camss: Fix genpd cleanup
3c97918a8a65 media: qcom: camss: Fix V4L2 async notifier error path
f302f37f1630 xsk: add multi-buffer support for sockets sharing umem
bf07fda050c8 mm/memory-failure: pass the folio and the page to collect_procs()
393155f9b265 mm: convert DAX lock/unlock page to lock/unlock folio
200bc3661325 net: Implement missing SO_TIMESTAMPING_NEW cmsg support
ea37c4b61107 bnxt_en: Remove mis-applied code from bnxt_cfg_ntp_filters()
428ae1b99fce net: ravb: Wait for operating mode to be applied
ba75a06fa273 asix: Add check for usbnet_get_endpoints
67a4a2589db0 octeontx2-af: Re-enable MAC TX in otx2_stop processing
f725e894b123 octeontx2-af: Always configure NIX TX link credits based on max frame size
511e4a579624 net/smc: fix invalid link access in dumping SMC-R connections
ed192246db75 net/qla3xxx: fix potential memleak in ql_alloc_buffer_queues
3ffd05c2cccd virtio_net: fix missing dma unmap for resize
e2e5c2a3f90f virtio_net: avoid data-races on dev->stats fields
6d2e4e56576f apparmor: Fix move_mount mediation by detecting if source is detached
1d95d871f907 igc: Fix hicredit calculation
17f5cfeb15d6 i40e: Restore VF MSI-X state during PCI reset
1ee4eb8024ee ASoC: meson: g12a-tohdmitx: Fix event generation for S/PDIF mux
3d5a6ed6aa43 ASoC: meson: g12a-toacodec: Fix event generation
28fdf45be31f ASoC: meson: g12a-tohdmitx: Validate written enum values
97ee19ff4914 ASoC: meson: g12a-toacodec: Validate written enum values
d715f2949a9c i40e: fix use-after-free in i40e_aqc_add_filters()
d5e0bb03d99c net: Save and restore msg_namelen in sock_sendmsg
9824064683a7 netfilter: nft_immediate: drop chain reference counter on error
97cbb828482a netfilter: nf_nat: fix action not being set for all ct states
d4969c264d91 net: bcmgenet: Fix FCS generation for fragmented skbuffs
9f2e244bfc9e sfc: fix a double-free bug in efx_probe_filters
015414fdc068 ARM: sun9i: smp: Fix array-index-out-of-bounds read in sunxi_mc_smp_init
4d9b792986dd selftests: bonding: do not set port down when adding to bond
742e4af3d7d7 net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)
d090faafd954 r8169: Fix PCI error on system resume
4083c9bc3809 net: sched: em_text: fix possible memory leak in em_text_destroy()
463fe6953f3b mlxbf_gige: fix receive packet race condition
ad0ea7a29031 ASoC: mediatek: mt8186: fix AUD_PAD_TOP register and offset
4deed2c6027b ASoC: fsl_rpmsg: Fix error handler with pm_runtime_enable
38036a739ef1 igc: Check VLAN EtherType mask
08144bac8d23 igc: Check VLAN TCI mask
4109b21e785c igc: Report VLAN EtherType matching back to user
0ec87fc8be95 i40e: Fix filter input checks to prevent config with invalid values
a659ce14c776 ice: Shut down VSI with "link-down-on-close" enabled
49b1e2aa233c ice: Fix link_down_on_close message
03ed388f9bb8 drm/i915/perf: Update handling of MMIO triggered reports
c3d24a3d380b drm/i915/dp: Fix passing the correct DPCD_REV for drm_dp_set_phy_test_pattern
029d4ab2b772 octeontx2-af: Fix marking couple of structure as __packed
fb195df90544 nfc: llcp_core: Hold a ref to llcp_local->dev when holding a ref to llcp_local
d27e2798e3ea netfilter: nf_tables: set transport offset from mac header for netdev/egress
8b410abf1729 drm/bridge: ps8640: Fix size mismatch warning w/ len
1688af7d86ed drm/bridge: ti-sn65dsi86: Never store more than msg->size bytes in AUX xfer
ce5b06e2a7bb drm/bridge: parade-ps8640: Never store more than msg->size bytes in AUX xfer
ad1220bb4bcf wifi: iwlwifi: pcie: don't synchronize IRQs from IRQ
f8d0c6d1992c accel/qaic: Implement quirk for SOC_HW_VERSION
efcedd56998b accel/qaic: Fix GEM import path code
30912a7f64de KVM: x86/pmu: fix masking logic for MSR_CORE_PERF_GLOBAL_CTRL
30aae98b75b4 cifs: do not depend on release_iface for maintaining iface_list
40fc7dfd17ec cifs: cifs_chan_is_iface_active should be called with chan_lock held
feef4dc27da0 drm/mgag200: Fix gamma lut not initialized for G200ER, G200EV, G200SE
8cc22ba3f77c Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()"
c25546cac381 mptcp: prevent tcp diag from closing listener subflows
67df4c4a4854 drm/amd/display: pbn_div need be updated for hotplug event
0c0192321762 ALSA: hda/realtek: Fix mute and mic-mute LEDs for HP ProBook 440 G6
855c75f35020 ALSA: hda/realtek: fix mute/micmute LEDs for a HP ZBook
0fc0d040f430 ALSA: hda/realtek: enable SND_PCI_QUIRK for hp pavilion 14-ec1xxx series
0ccbd44d7d72 ALSA: hda/tas2781: remove sound controls in unbind
cb7a397dbb7e ALSA: hda/tas2781: move set_drv_data outside tasdevice_init
aee67bbe969d ALSA: hda/tas2781: do not use regcache
da89365158f6 keys, dns: Fix missing size check of V1 server-list header
c9a51ebb4bac Linux 6.6.10
9b603077e29c Revert "platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe"
b7f1c01b55ad netfilter: nf_tables: skip set commit for deleted/destroyed sets
e904e81fd3c2 wifi: nl80211: fix deadlock in nl80211_set_cqm_rssi (6.6.x)
d673099085dd wifi: cfg80211: fix CQM for non-range use
ccd48707d511 tracing: Fix blocked reader of snapshot buffer
a12754a8f5ac ftrace: Fix modification of direct_function hash while in use
baa88944038b ring-buffer: Fix wake ups when buffer_percent is set to 100
c62b9a2daf28 Revert "nvme-fc: fix race between error recovery and creating association"
d16c5d215b53 mm/memory-failure: check the mapcount of the precise page
8c7da70d9ae4 mm/memory-failure: cast index to loff_t before shifting it
07550b1461d4 mm: migrate high-order folios in swap cache correctly
d16eb52c176c mm/filemap: avoid buffered read/write race to read inconsistent data
09141f08fdf6 selftests: secretmem: floor the memory size to the multiple of page_size
2c30b8b105d6 maple_tree: do not preallocate nodes for slot stores
11d41d01c088 platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe
7d5f219f1ef6 ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()
33fd5fb1258b platform/x86/intel/pmc: Move GBE LTR ignore to suspend callback
91dcd5ee1e11 platform/x86/intel/pmc: Allow reenabling LTRs
8663b99c38a6 platform/x86/intel/pmc: Add suspend callback
b5f63f5e8a68 block: renumber QUEUE_FLAG_HW_WC
cf742d095585 mptcp: fix inconsistent state on fastopen race
44ee4764c60a mptcp: fix possible NULL pointer dereference on close
34c7757aa561 mptcp: refactor sndbuf auto-tuning
183c8972b6a6 linux/export: Ensure natural alignment of kcrctab array
466e9af15507 linux/export: Fix alignment for 64-bit ksymtab entries
7844d7d8d8af kexec: select CRYPTO from KEXEC_FILE instead of depending on it
78422b744ad9 kexec: fix KEXEC_FILE dependencies
28d6cde17f21 virtio_ring: fix syncs DMA memory with different direction
9a4987444330 fs: cifs: Fix atime update check
23171df51f60 client: convert to new timestamp accessors
5b5599a7eee5 fs: new accessor methods for atime and mtime
861eaba7ca6c ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack()
ab5a0a1c40be ksmbd: lazy v2 lease break on smb2_write()
3c1e602a34e1 ksmbd: send v2 lease break notification for directory
572388ff429a ksmbd: downgrade RWH lease caching state to RH for directory
d7af4e499c30 ksmbd: set v2 lease capability
bc025d49c507 ksmbd: set epoch in create context v2 lease
3da84670973b ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on error
b06c96373179 ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncId
fa86141f357f ksmbd: release interim response after sending status pending response
e4ae19537558 ksmbd: move oplock handling after unlock parent dir
f263652dc6c9 ksmbd: separately allocate ci per dentry
8d69547b94e0 ksmbd: prevent memory leak on error return
cdb93ef9cfcc ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()
b48bb8c2ecdb ksmbd: no need to wait for binded connection termination at logoff
0bd595cb8e8b ksmbd: add support for surrogate pair conversion
dca63bad3950 ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_capable_netdev()
31c453b3743f ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()
d73737884ea4 ksmbd: reorganize ksmbd_iov_pin_rsp()
3ba08c420d05 ksmbd: Remove unused field in ksmbd_user struct
(From OE-Core rev: 36486ce5e5ef073b7ec8e4817012b0e9d1760760)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Installing the linux-firmware-dev package fails because of the following problem.
For each mediatek MT76x firmware a separate license package was declared.
In all these license packages the same file was referenced as the license file.
This meant that if several of these packages were used at the same time,
the license packages would be empty.
This commit defines a common license package for the mediatek MT76x packages,
which is then referenced by all of them.
Fixes: dfb7d2c426b4 ("linux-firmware: create separate packages")
(From OE-Core rev: b8af58ceade4d277133e49eeac0520792de85cce)
Signed-off-by: Julian Haller <julian.haller@philips.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
0002-purgatory-Pass-r-directly-to-linker.patch
0003-kexec-ARM-Fix-add_buffer_phys_virt-align-issue.patch
0005-Disable-PIE-during-link.patch
refreshed for 2.0.28
(From OE-Core rev: ad748d0cf6ed87edcd33a13ed8aae11690d4d8ab)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Now that bitbake supports the use of inherit_defer, switch all conditional
(variable based) inherits to use this instead. This leads to more a more
deterministic user experience since there is no longer an immediate expansion
and later changes to the variables in question (e.g. a bbappend) are
accounted for.
This patch tries to ensure the behaviour before/after remains as unchanged
as it reasonably can, e.g. by always inherting populate_sdk_base. native
and nativesdk continue to need to be inherited last, hence being used
with inherit_defer in a handful of very specific cases.
(From OE-Core rev: 451363438d38bd4552d5bcec4a92332f5819a5d4)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
The dptx firmware is required by the Rockchip Type-C DisplayPort
controller, and we shouldn't have to pull in all of the other firmwares
just for that.
(From OE-Core rev: b624c194b054dceace6f260150c33c301cfe6e80)
Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
linux-firmware commit 9afbbf25689c
("powervr: add firmware for Imagination Technologies AXE-1-16M GPU")
has added the initial firmware for AXE-1-16M GPU.
New packages will be called linux-firmware-powervr{-license}.
(From OE-Core rev: eb3150c63b8a23a4aa9d526f00f5ed94838d1e7c)
Signed-off-by: Alexander Sverdlin <alexander.sverdlin@siemens.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
| |
(From OE-Core rev: 0caafdbbf4e7dc84b919afe14f7cb8c46a9e4ac2)
Signed-off-by: Alexander Sverdlin <alexander.sverdlin@siemens.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
| |
GTKDOC_DOCDIR is obsolete now, so fix the build by passing the
documentation directory in the GTK_DOC_CHECK call.
(From OE-Core rev: c2f0e8ccd57c18fee36fc0adbbaf63e2302b8268)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit includes the 'cyfmac4373-sdio.clm_blob' file in
the list of files for the linux-firmware-bcm4373 package.
Without this file, the linux-firmware package adds all
firmware packages to the image.
(From OE-Core rev: 7886d3b77200e4488393fa11c8198658fcf386cd)
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Integrating the following commit(s) to linux-yocto/6.6:
1/1 [
Author: Stephan Müller
Email: smueller@chronox.de
Subject: crypto: jitter - add RCT/APT support for different OSRs
Date: Thu, 21 Sep 2023 13:48:11 +0200
The oversampling rate (OSR) value specifies the heuristically implied
entropy in the recorded data - H_submitter = 1/osr. A different entropy
estimate implies a different APT/RCT cutoff value. This change adds
support for OSRs 1 through 15. This OSR can be selected by the caller
of the Jitter RNG.
For this patch, the caller still uses one hard-coded OSR. A subsequent
patch allows this value to be configured.
In addition, the power-up self test is adjusted as follows:
* It allows the caller to provide an oversampling rate that should be
tested with - commonly it should be the same as used for the actual
runtime operation. This makes the power-up testing therefore consistent
with the runtime operation.
* It calls now jent_measure_jitter (i.e. collects the full entropy
that can possibly be harvested by the Jitter RNG) instead of only
jent_condition_data (which only returns the entropy harvested from
the conditioning component). This should now alleviate reports where
the Jitter RNG initialization thinks there is too little entropy.
* The power-up test now solely relies on the (enhanced) APT and RCT
test that is used as a health test at runtime.
The code allowing the different OSRs as well as the power-up test
changes are present in the user space version of the Jitter RNG 3.4.1
and thus was already in production use for some time.
Reported-by "Ospan, Abylay" <aospan@amazon.com>
Signed-off-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
]
(From OE-Core rev: 1349b759e9b8f363ab9a9feec531f3a877f97dec)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Integrating the following commit(s) to linux-yocto/6.6:
1/1 [
Author: Ross Burton
Email: ross.burton@arm.com
Subject: arm64: defconfig: remove CONFIG_IPQ_APSS_5018
Date: Thu, 4 Jan 2024 13:32:41 +0000
This was added in 7f0c873 ("Enable IPQ5018 SoC base configs"), but there
is no IPQ_APSS_5018 config defined in the kconfig at present.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: f660af767aacb39d7a9b97d7f0de8e5244012608)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Data pulled from: https://github.com/nluedtke/linux_kernel_cves
1/1 [
Author: Nicholas Luedtke
Email: nicholas.luedtke@uwalumni.com
Subject: Update 27Dec23
Date: Wed, 27 Dec 2023 19:47:13 -0500
]
(From OE-Core rev: b303a7dd260ad3f6a9e6f1b8099b86efcc8373a9)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating linux-yocto/6.1 to the latest korg -stable release that comprises
the following commits:
a507f147e6f0 Linux 6.1.70
a413b88cdb69 loop: deprecate autoloading callback loop_probe()
75c27bdb2144 wifi: nl80211: fix deadlock in nl80211_set_cqm_rssi (6.6.x)
15577a98ef29 wifi: cfg80211: fix CQM for non-range use
706448f716c1 fuse: share lookup state between submount and its parent
ec7b81b0abcd mm/damon/core: make damon_start() waits until kdamond_fn() starts
41f4ff9fe22c x86/alternatives: Sync core before enabling interrupts
425379154b7f KVM: arm64: vgic: Force vcpu vgic teardown on vcpu destroy
5dfacfd0fcd6 KVM: arm64: vgic: Add a non-locking primitive for kvm_vgic_vcpu_destroy()
3a0fd93cd9f7 KVM: arm64: vgic: Simplify kvm_vgic_destroy()
3339028dd082 thunderbolt: Fix memory leak in margining_port_remove()
69b6596c6e4a lib/vsprintf: Fix %pfwf when current node refcount == 0
2dd6f2286047 gpio: dwapb: mask/unmask IRQ when disable/enale it
ab1c3f91d174 bus: ti-sysc: Flush posted write only after srst_udelay
cd9f9ef59d85 pinctrl: starfive: jh7100: ignore disabled device tree nodes
7f7efa30fa87 dm-integrity: don't modify bio's immutable bio_vec in integrity_metadata()
33b976a0f2ae tracing / synthetic: Disable events after testing in synth_event_gen_test_init()
d2b549d3107b scsi: core: Always send batch on reset or error handling command
72e472a91c0d Revert "scsi: aacraid: Reply queue mapping to CPUs based on IRQ affinity"
4258274bacfb selftests: mptcp: join: fix subflow_send_ack lookup
a8555c86f508 ublk: move ublk_cancel_dev() out of ub->mutex
1c250f2c5fa5 ubifs: fix possible dereference after free
3c42cc437d7e btrfs: zoned: no longer count fresh BG region as zone unusable
b09a67617621 Revert "drm/amd/display: Do not set DRR on pipe commit"
93da3d8af9ee dm thin metadata: Fix ABBA deadlock by resetting dm_bufio_client
e9779fac685e loop: do not enforce max_loop hard limit by (new) default
600043e1856c RISC-V: Fix do_notify_resume / do_work_pending prototype
764c6790dd71 9p: prevent read overrun in protocol dump tracepoint
7d09c84df5ab drm/i915: Reject async flips with bigjoiner
c60e10d1549f smb: client: fix OOB in smbCalcSize()
bef4315f19ba smb: client: fix OOB in SMB2_query_info_init()
71fe685b6a47 smb: client: fix potential OOB in cifs_dump_detail()
277832a306f9 smb: client: fix OOB in cifsd when receiving compounded resps
3f6da210470c dt-bindings: nvmem: mxs-ocotp: Document fsl,ocotp
1092525155ea net: ks8851: Fix TX stall caused by TX buffer overrun
e9df9f089128 net: rfkill: gpio: set GPIO direction
805611157d68 net: 9p: avoid freeing uninit memory in p9pdu_vreadf
4c775b4cd8dd Input: soc_button_array - add mapping for airplane mode button
5df2b49e7e78 net: usb: ax88179_178a: avoid failed operations when device is disconnected
0f7bffd40a51 Bluetooth: Add more enc key size check
39347d645081 Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE
e14a7ebafe4e Bluetooth: L2CAP: Send reject on command corrupted request
37f71e2c9f51 Bluetooth: af_bluetooth: Fix Use-After-Free in bt_sock_recvmsg
470896ecbc92 Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sent
d36d945f94c3 ALSA: hda/realtek: Add quirk for ASUS ROG GV302XA
9599a5e34ca9 USB: serial: option: add Quectel RM500Q R13 firmware support
a91fb450df5d USB: serial: option: add Foxconn T99W265 with new baseline
73b6b6ab03ae USB: serial: option: add Quectel EG912Y module support
9b968a708678 USB: serial: ftdi_sio: update Actisense PIDs constant names
db57ef0dd4c2 wifi: cfg80211: fix certs build to not depend on file order
ec350809cd98 wifi: cfg80211: Add my certificate
228d9960ae81 usb-storage: Add quirk for incorrect WP on Kingston DT Ultimate 3.0 G3
82f913724bc9 ALSA: usb-audio: Increase delay in MOTU M quirk
01bc94b58192 iio: triggered-buffer: prevent possible freeing of wrong buffer
c508a99fbc21 iio: adc: ti_am335x_adc: Fix return value check of tiadc_request_dma()
1b670b0eeefa iio: common: ms_sensors: ms_sensors_i2c: fix humidity conversion time table
1fe4c93fc77b scsi: bnx2fc: Fix skb double free in bnx2fc_rcv()
66ccf5f7437a Input: ipaq-micro-keys - add error handling for devm_kmemdup
3637f6bdfe2c interconnect: qcom: sm8250: Enable sync_state
90aa62722d3e iio: imu: inv_mpu6050: fix an error code problem in inv_mpu6050_read_raw
50d60bfc9681 interconnect: Treat xlate() returning NULL node as an error
900c1b3c62f9 drm/i915: Fix ADL+ tiled plane stride when the POT stride is smaller than the original
de4349bdf9f3 drm/i915/mtl: Add MTL for remapping CCS FBs
52c1a67dd303 drm/i915/dpt: Only do the POT stride remap when using DPT
7afe8109456d drm/i915: Fix intel_atomic_setup_scalers() plane_state handling
b097184f8026 drm/i915: Relocate intel_atomic_setup_scalers()
99767368b7fa drm/i915/mtl: limit second scaler vertical scaling in ver >= 14
387e8077593e nvme-pci: fix sleeping function called from interrupt context
b506833ee887 gpiolib: cdev: add gpio_device locking wrapper around gpio_ioctl()
6eb51df9e739 pinctrl: at91-pio4: use dedicated lock class for IRQ
903bb0c7b81f x86/xen: add CPU dependencies for 32-bit build
2550d96aa248 i2c: aspeed: Handle the coalesced stop conditions with the start conditions.
5c11f637999c ASoC: fsl_sai: Fix channel swap issue on i.MX8MP
264d8c9b7f7f ASoC: hdmi-codec: fix missing report for jack initial status
9b4c95a63e2d afs: Fix use-after-free due to get/remove race in volume tree
17605162e26b afs: Fix overwriting of result of DNS query
791d5409cdb9 keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry
3e617c7e39eb net: check dev->gso_max_size in gso_features_check()
087b96adc694 afs: Fix dynamic root lookup DNS check
9c6ea7abe3ed afs: Fix the dynamic root's d_delete to always delete unused dentries
a70c2dd74198 net: check vlan filter feature in vlan_vids_add_by_dev() and vlan_vids_del_by_dev()
ea03196ebc47 net: mana: select PAGE_POOL
a1986c429c68 Bluetooth: hci_event: shut up a false-positive warning
fc6471510582 Bluetooth: Fix deadlock in vhci_send_frame
3e0d1585799d net/rose: fix races in rose_kill_by_device()
51e28c37d960 ethernet: atheros: fix a memleak in atl1e_setup_ring_resources
6707baabe432 net: sched: ife: fix potential use-after-free
31edab12229c net: Return error from sk_stream_wait_connect() if sk_wait_event() fails
9d00421e1430 octeontx2-pf: Fix graceful exit during PFC configuration failure
b0cee294022f net: mscc: ocelot: fix eMAC TX RMON stats for bucket 256-511 and above
72b8de75b394 net/mlx5e: Correct snprintf truncation handling for fw_version buffer used by representors
18b4a5e0c3f5 net/mlx5e: Correct snprintf truncation handling for fw_version buffer
94c8485b449e net/mlx5: Fix fw tracer first block check
1750f55d855a net/mlx5e: fix a potential double-free in fs_udp_create_groups
01877daaeff0 net/mlx5e: Fix a race in command alloc flow
f3739647a737 net/mlx5: Re-organize mlx5_cmd struct
148ec770c63e net/mlx5: Prevent high-rate FW commands from populating all slots
bd6e09162910 net/mlx5: Introduce and use opcode getter in command interface
0f5de95fa266 net/mlx5e: Fix slab-out-of-bounds in mlx5_query_nic_vport_mac_list()
31037cfceff8 Revert "net/mlx5e: fix double free of encap_header"
8a84413505a6 Revert "net/mlx5e: fix double free of encap_header in update funcs"
2f635af7d6b4 wifi: mac80211: mesh_plink: fix matches_local logic
7a07af00aa88 wifi: mac80211: mesh: check element parsing succeeded
40ba7f9ab82a wifi: mac80211: check if the existing link config remains unchanged
e90da1c7c6e7 wifi: iwlwifi: pcie: add another missing bh-disable for rxq->lock
912652366f9e s390/vx: fix save/restore of fpu kernel context
0a6e700c3d7b reset: Fix crash when freeing non-existent optional resets
930a61fd795d ARM: OMAP2+: Fix null pointer dereference and memory leak in omap_soc_device_init
228a00a77d50 ARM: dts: dra7: Fix DRA7 L3 NoC node register size
913463f8e6cd drm/amd/display: fix hw rotated modes when PSR-SU is enabled
a4f48f77bbe7 HID: i2c-hid: Add IDEA5002 to i2c_hid_acpi_blacklist[]
413bef367ba6 HID: i2c-hid: acpi: Unify ACPI ID tables format
57a6b0a464eb bpf: Fix prog_array_map_poke_run map poke update
4768f82272a7 kasan: disable kasan_non_canonical_hook() for HW tags
(From OE-Core rev: a0bfc167a283372297881baa696bc91bcea7787a)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Data pulled from: https://github.com/nluedtke/linux_kernel_cves
1/1 [
Author: Nicholas Luedtke
Email: nicholas.luedtke@uwalumni.com
Subject: Update 27Dec23
Date: Wed, 27 Dec 2023 19:47:13 -0500
]
(From OE-Core rev: 2624d3b982a0e063f2c1d4c413534723c713d8d6)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating to the latest korg -stable release that comprises
the following commits:
5e9df83a7052 Linux 6.6.9
883b9f52b705 spi: cadence: revert "Add SPI transfer delays"
ddc4ad52c022 x86/smpboot/64: Handle X2APIC BIOS inconsistency gracefully
6778977590da x86/alternatives: Disable interrupts and sync when optimizing NOPs in place
5518f168ae6d x86/alternatives: Sync core before enabling interrupts
e13ce009ecab KVM: arm64: vgic: Force vcpu vgic teardown on vcpu destroy
05d47e26c251 KVM: arm64: vgic: Add a non-locking primitive for kvm_vgic_vcpu_destroy()
71c631a9fb21 KVM: arm64: vgic: Simplify kvm_vgic_destroy()
6fbaeffc3a92 thunderbolt: Fix memory leak in margining_port_remove()
50ae1c470491 lib/vsprintf: Fix %pfwf when current node refcount == 0
9a6ed4ea985a gpio: dwapb: mask/unmask IRQ when disable/enale it
add8973e3de6 bus: ti-sysc: Flush posted write only after srst_udelay
6e827b18219e pinctrl: starfive: jh7100: ignore disabled device tree nodes
dc958dd32ce8 pinctrl: starfive: jh7110: ignore disabled device tree nodes
c18cf955d11c selftests: mptcp: join: fix subflow_send_ack lookup
3b664557b12f dm-integrity: don't modify bio's immutable bio_vec in integrity_metadata()
7e39c55ee095 tracing / synthetic: Disable events after testing in synth_event_gen_test_init()
d7ef2eeec259 scsi: core: Always send batch on reset or error handling command
71758d4d87ef Revert "scsi: aacraid: Reply queue mapping to CPUs based on IRQ affinity"
09283d60bc33 nvmem: brcm_nvram: store a copy of NVRAM content
dbf0c97f52d6 spi: atmel: Fix clock issue when using devices with different polarities
4b74558ab3ca spi: atmel: Prevent spi transfers from being killed
662ae991759a spi: atmel: Do not cancel a transfer upon any signal
bddd8b50bfe2 ring-buffer: Fix slowpath of interrupted event
307f56f2606a ring-buffer: Remove useless update to write_stamp in rb_try_to_discard()
82aaf7fc9865 ring-buffer: Fix 32-bit rb_time_read() race with rb_time_cmpxchg()
0590874226f3 9p: prevent read overrun in protocol dump tracepoint
e0730d7edbc3 drm/i915/dmc: Don't enable any pipe DMC events
706b554adfe9 drm/i915: Reject async flips with bigjoiner
ac48fcef5ec2 smb: client: fix OOB in smbCalcSize()
3b5f0d0a2bf0 smb: client: fix OOB in SMB2_query_info_init()
6630441cc2e8 smb: client: fix potential OOB in cifs_dump_detail()
c0e98de95072 smb: client: fix OOB in cifsd when receiving compounded resps
c21acd673168 nfsd: call nfsd_last_thread() before final nfsd_put()
7b5ef500d8b3 dt-bindings: nvmem: mxs-ocotp: Document fsl,ocotp
93f763c28a8b net: stmmac: fix incorrect flag check in timestamp interrupt
92b8881bf776 net: avoid build bug in skb extension length calculation
30302b41ffdc net: ks8851: Fix TX stall caused by TX buffer overrun
d2821864c744 net: rfkill: gpio: set GPIO direction
506ef81c993c net: 9p: avoid freeing uninit memory in p9pdu_vreadf
cac200353b71 Input: soc_button_array - add mapping for airplane mode button
d4ab5cfa098e net: usb: ax88179_178a: avoid failed operations when device is disconnected
ebd7bc419aeb usb: fotg210-hcd: delete an incorrect bounds test
847f8f529a13 usb: typec: ucsi: fix gpio-based orientation detection
34c032a72f97 Bluetooth: Add more enc key size check
865f1f43262c Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE
0974347ac10d Bluetooth: L2CAP: Send reject on command corrupted request
1d576c3a5af8 Bluetooth: af_bluetooth: Fix Use-After-Free in bt_sock_recvmsg
90d6a3974771 Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sent
9c7560192619 ASoC: tas2781: check the validity of prm_no/cfg_no
23c2e6c09327 ALSA: hda/realtek: Add quirk for ASUS ROG GV302XA
ff02d91704fa ALSA: hda/tas2781: select program 0, conf 0 by default
27149e82d7cb USB: serial: option: add Quectel RM500Q R13 firmware support
3cb3868ec7bd USB: serial: option: add Foxconn T99W265 with new baseline
7dbe89b73f7f USB: serial: option: add Quectel EG912Y module support
66c131518213 USB: serial: ftdi_sio: update Actisense PIDs constant names
4ccca0017c4e wifi: cfg80211: fix certs build to not depend on file order
018f336f79fd wifi: cfg80211: Add my certificate
e4006c5a5c0d wifi: mt76: fix crash with WED rx support enabled
af60d63b86a4 usb-storage: Add quirk for incorrect WP on Kingston DT Ultimate 3.0 G3
1937e40875c8 ARM: dts: Fix occasional boot hang for am3 usb
e8e214d0bf70 ALSA: usb-audio: Increase delay in MOTU M quirk
ae0faa924d07 iio: triggered-buffer: prevent possible freeing of wrong buffer
55efc549392e iio: tmag5273: fix temperature offset
7116fa37b2f2 iio: adc: ti_am335x_adc: Fix return value check of tiadc_request_dma()
7a9c97174358 iio: imu: adis16475: add spi_device_id table
706b7aca24f4 iio: common: ms_sensors: ms_sensors_i2c: fix humidity conversion time table
d79cb9bcc63c iio: adc: imx93: add four channels for imx93 adc
60d6d2704056 iio: kx022a: Fix acceleration value scaling
1f7213358d84 scsi: ufs: core: Let the sq_lock protect sq_tail_slot access
a8409bcc3243 scsi: ufs: qcom: Return ufs_qcom_clk_scale_*() errors in ufs_qcom_clk_scale_notify()
92ba459b8d63 scsi: bnx2fc: Fix skb double free in bnx2fc_rcv()
e40e75a2e554 iio: adc: meson: add separate config for axg SoC family
2a83824c6cf9 Input: ipaq-micro-keys - add error handling for devm_kmemdup
5832822a4acb interconnect: qcom: sm8250: Enable sync_state
040c16b5d934 iio: imu: inv_mpu6050: fix an error code problem in inv_mpu6050_read_raw
1d42af06c6d2 interconnect: Treat xlate() returning NULL node as an error
fedbc8732fd0 nvme-pci: fix sleeping function called from interrupt context
249cbac4454f gpiolib: cdev: add gpio_device locking wrapper around gpio_ioctl()
3ccefdae5817 pinctrl: at91-pio4: use dedicated lock class for IRQ
6214f5c966f0 x86/xen: add CPU dependencies for 32-bit build
8f21b05995b3 i2c: aspeed: Handle the coalesced stop conditions with the start conditions.
63835e3f4e0b drm/amdgpu: re-create idle bo's PTE during VM state machine reset
5fcd03fa028b i2c: qcom-geni: fix missing clk_disable_unprepare() and geni_se_resources_off()
fb0f25c8fe6d ASoC: fsl_sai: Fix channel swap issue on i.MX8MP
b965c22e1a0b ASoC: hdmi-codec: fix missing report for jack initial status
6472e3217fe5 drm/i915/mtl: Fix HDMI/DP PLL clock selection
80419c96f8e6 drm/i915/hwmon: Fix static analysis tool reported issues
c3215484ca1f afs: Fix use-after-free due to get/remove race in volume tree
81fc8dceb78b afs: Fix overwriting of result of DNS query
afc360e8a125 keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry
449f9d843ece net: check dev->gso_max_size in gso_features_check()
b577b9aa1340 net/ipv6: Revert remove expired routes with a separated list of routes
5c7a24ab04e2 net: ethernet: mtk_wed: fix possible NULL pointer dereference in mtk_wed_wo_queue_tx_clean()
3c305aa9962d afs: Fix dynamic root lookup DNS check
9ff7ae01a0c0 afs: Fix the dynamic root's d_delete to always delete unused dentries
337ca88fde4d net: check vlan filter feature in vlan_vids_add_by_dev() and vlan_vids_del_by_dev()
330fe5d51bce net: mana: select PAGE_POOL
79733dfcc913 ice: Fix PF with enabled XDP going no-carrier after reset
fc4d6d136d42 ice: alter feature support check for SRIOV and LAG
194e51acb3c4 ice: stop trashing VF VSI aggregator node ID information
d98ce1f083cc net: phy: skip LED triggers on PHYs on SFP modules
f0534c0fa81b bnxt_en: do not map packet buffers twice
a07a95bcb966 Bluetooth: hci_core: Fix hci_conn_hash_lookup_cis
7ee2ba3dd66b Bluetooth: hci_event: shut up a false-positive warning
7fe3556f98b1 Bluetooth: Fix deadlock in vhci_send_frame
399dea9d5ac8 Bluetooth: Fix not notifying when connection encryption changes
ffced26692f8 net/rose: fix races in rose_kill_by_device()
73e159a240d7 ethernet: atheros: fix a memleak in atl1e_setup_ring_resources
2839a639db5e net: sched: ife: fix potential use-after-free
2ef87ac54cf8 net: Return error from sk_stream_wait_connect() if sk_wait_event() fails
1e5283b96019 octeontx2-pf: Fix graceful exit during PFC configuration failure
fd0f5c1a314c net: mscc: ocelot: fix pMAC TX RMON stats for bucket 256-511 and above
30108546942e net: mscc: ocelot: fix eMAC TX RMON stats for bucket 256-511 and above
38de00323785 net/mlx5e: Correct snprintf truncation handling for fw_version buffer used by representors
952446adc201 net/mlx5e: Correct snprintf truncation handling for fw_version buffer
46538a6f57f9 net/mlx5e: Fix error codes in alloc_branch_attr()
186854bdbac6 net/mlx5e: Fix error code in mlx5e_tc_action_miss_mapping_get()
96c8c465f77f net/mlx5: Refactor mlx5_flow_destination->rep pointer to vport num
d4d25b7b3269 net/mlx5: Fix fw tracer first block check
8bcb51d06a47 net/mlx5e: XDP, Drop fragmented packets larger than MTU size
2da82046dfd9 net/mlx5e: Decrease num_block_tc when unblock tc offload
595d51b29511 net/mlx5e: Fix overrun reported by coverity
2f4d63283645 net/mlx5e: fix a potential double-free in fs_udp_create_groups
5f760d1eb75d net/mlx5e: Fix a race in command alloc flow
c428f4934c98 net/mlx5e: Fix slab-out-of-bounds in mlx5_query_nic_vport_mac_list()
9c8d46bc0549 Revert "net/mlx5e: fix double free of encap_header"
c47e9c569176 Revert "net/mlx5e: fix double free of encap_header in update funcs"
bcc5b2d8a339 bpf: syzkaller found null ptr deref in unix_bpf proto add
7c1e6f8f4626 ice: fix theoretical out-of-bounds access in ethtool link modes
264796091cc6 wifi: mac80211: mesh_plink: fix matches_local logic
1c8d80125142 wifi: mac80211: mesh: check element parsing succeeded
1ac3318338c4 wifi: mac80211: check defragmentation succeeded
35de90d7fab8 wifi: mac80211: don't re-add debugfs during reconfig
b31a33ad4f55 wifi: mac80211: check if the existing link config remains unchanged
1caf92e77c00 wifi: iwlwifi: pcie: add another missing bh-disable for rxq->lock
968ed600024c wifi: ieee80211: don't require protected vendor action frames
f685ef2c9ae8 SUNRPC: Revert 5f7fc5d69f6e92ec0b38774c387f5cf7812c5806
dd691e300d52 platform/x86/intel/pmc: Fix hang in pmc_core_send_ltr_ignore()
602490b469e3 s390/vx: fix save/restore of fpu kernel context
11dfea080f65 reset: Fix crash when freeing non-existent optional resets
1e4f9b7abf54 ARM: OMAP2+: Fix null pointer dereference and memory leak in omap_soc_device_init
bc9ca01ef814 ARM: dts: dra7: Fix DRA7 L3 NoC node register size
b352ebe373dd arm64: dts: allwinner: h616: update emac for Orange Pi Zero 3
a8b655ac35be spi: spi-imx: correctly configure burst length when using dma
c9b26d9e438e drm: Fix FD ownership check in drm_master_check_perm()
031ddd280089 drm: Update file owner during use
a2abe532ecd0 drm/i915/edp: don't write to DP_LINK_BW_SET when using rate select
e4c16db9daf1 drm/i915: Introduce crtc_state->enhanced_framing
1f17934815bc drm/i915: Fix FEC state dump
cd8b639700ab drm/amd/display: fix hw rotated modes when PSR-SU is enabled
624bc6f62c85 btrfs: free qgroup pertrans reserve on transaction abort
1a80999ba376 btrfs: qgroup: use qgroup_iterator in qgroup_convert_meta()
1c9a5c49504c btrfs: qgroup: iterate qgroups without memory allocation for qgroup_reserve()
e93bcaebda90 mm/damon/core: make damon_start() waits until kdamond_fn() starts
c708a5e51b43 mm/damon/core: use number of passed access sampling as a timer
f64b2dc8a446 bpf: Fix prog_array_map_poke_run map poke update
(From OE-Core rev: 109e95a117ac9eb611386bf8bbfbb5180f555716)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The copied 6.5 -> 6.6 linux-yocto-rt recipe missed one branch
update to 6.6.
The scripts setting the SRCREVs of course are using the 6.6
branches, which leaves us with a fetch failure.
(From OE-Core rev: a4e7603afb1f5a306dfcd4e04a979979b80312b5)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
| |
6.5 is EOL upstream and has been replaced by the 6.6 reference
kernel, we drop these recipes. The recipes from release branches
should be used if 6.5 is required.
(From OE-Core rev: 1ad2b01f3bb0f407fdebeec8f6cd0df17fae4eee)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating to the latest korg -stable release that comprises
the following commits:
4aa6747d9352 Linux 6.1.69
325556d46bfd r8152: fix the autosuspend doesn't work
4c2ad8e39c62 r8152: remove rtl_vendor_mode function
1d82735f4bae r8152: avoid to change cfg for all devices
9b3d3a7f3c4d net: tls, update curr on splice as well
869aee35cf61 ring-buffer: Have rb_time_cmpxchg() set the msb counter too
c425a772fc58 ring-buffer: Do not try to put back write_stamp
b15cf1486999 ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archs
edbc03d671f7 ring-buffer: Fix writing to the buffer with max_data_size
6d98d594a5b6 ring-buffer: Have saved event hold the entire event
7888b607a981 ring-buffer: Do not update before stamp when switching sub-buffers
7043c4610ca7 tracing: Update snapshot buffer on resize if it is allocated
31785cf8171e ring-buffer: Fix memory leak of free page
8c3b77ad4e91 smb: client: fix OOB in smb2_query_reparse_point()
d8541c50c671 smb: client: fix NULL deref in asn1_ber_decoder()
9f528a8e6832 smb: client: fix OOB in receive_encrypted_standard()
7b0faa541f15 drm/i915: Fix remapped stride with CCS on ADL+
20907717918f drm/amd/display: Disable PSR-SU on Parade 0803 TCON again
a9e2de19433f drm/amdgpu: fix tear down order in amdgpu_vm_pt_free
730b3322b8c3 btrfs: don't clear qgroup reserved bit in release_folio
9b670e1b644c btrfs: free qgroup reserve when ORDERED_IOERR is set
da9b7c651c65 mm/shmem: fix race in shmem_undo_range w/THP
8ec07b0620ac mm/mglru: fix underprotected page cache
40f3ad769ec8 dmaengine: stm32-dma: avoid bitfield overflow assertion
78b2ba39beef drm/amdgpu/sdma5.2: add begin/end_use ring callbacks
6a1472d9be02 team: Fix use-after-free when an option instance allocation fails
b01af9281851 arm64: mm: Always make sw-dirty PTEs hw-dirty in pte_modify
0b071a3266a8 ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKS
f2955dd3e933 soundwire: stream: fix NULL pointer dereference for multi_link
56f762659a5e btrfs: do not allow non subvolume root targets for snapshot
557f7ad06460 perf: Fix perf_event_validate_size() lockdep splat
a684235d3035 HID: hid-asus: add const to read-only outgoing usb buffer
2b9e16bc1ce5 arm64: add dependency between vmlinuz.efi and Image
6cb0c71c6e7c net: usb: qmi_wwan: claim interface 4 for ZTE MF290
f7ce765744a3 asm-generic: qspinlock: fix queued_spin_value_unlocked() implementation
fba6e958caa1 HID: multitouch: Add quirk for HONOR GLO-GXXX touchpad
8f0c8585856c HID: hid-asus: reset the backlight brightness level on resume
de78e4bdcb5e nbd: pass nbd_sock to nbd_read_reply() instead of index
d482bb566344 HID: add ALWAYS_POLL quirk for Apple kb
541b183be92f HID: glorious: fix Glorious Model I HID report
42b4ab97bee5 platform/x86: intel_telemetry: Fix kernel doc descriptions
355170a7ecac LoongArch: Implement constant timer shutdown interface
adb6a907540c LoongArch: Add dependency between vmlinuz.efi and vmlinux.efi
943cde1f3daa selftests/bpf: fix bpf_loop_bench for new callback verification scheme
1b40f23e702e nvme: catch errors from nvme_configure_metadata()
6cb3741c4582 nvme-auth: set explanation code for failure2 msgs
83bb13bf6c23 nbd: fold nbd config initialization into nbd_alloc_config()
02a4b14d17ab bcache: avoid NULL checking to c->root in run_cache_set()
3d3f72efc77d bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()
bc17ec4215e2 bcache: remove redundant assignment to variable cur_idx
be0e2a28e06a bcache: avoid oversize memory allocation by small stripe_size
94070fd6689e blk-cgroup: bypass blkcg_deactivate_policy after destroying
e52d0eb48efd blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"
5fb6772cb573 stmmac: dwmac-loongson: Add architecture dependency
82c386d73689 usb: aqc111: check packet for fixup for true limit
d6c02295c824 x86/hyperv: Fix the detection of E820_TYPE_PRAM in a Gen2 VM
ae818b2a2e78 drm/mediatek: Add spinlock for setting vblank event in atomic_begin
73c240e1ec73 ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZE
0c196180b588 PCI: loongson: Limit MRRS to 256
56d1891594d6 Revert "PCI: acpiphp: Reassign resources on bridge if necessary"
1ec80b9d4310 ALSA: hda/realtek: Apply mute LED quirk for HP15-db
eeeb91216a1b ALSA: hda/hdmi: add force-connect quirks for ASUSTeK Z170 variants
82413e9e4255 ALSA: hda/hdmi: add force-connect quirk for NUC5CPYB
0dc6a06c4843 fuse: dax: set fc->dax to NULL in fuse_dax_conn_free()
36e2497ac7ad cred: switch to using atomic_long_t
a51f71cd4f56 net: atlantic: fix double free in ring reinit logic
1646b2929d5e appletalk: Fix Use-After-Free in atalk_ioctl
d835299dde3e net: stmmac: Handle disabled MDIO busses from devicetree
9aac81639e52 dpaa2-switch: do not ask for MDB, VLAN and FDB replay
a81c7069af05 dpaa2-switch: fix size of the dma_unmap
9a23be1e5806 vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()
2027dd67c3cf sign-file: Fix incorrect return values check
918991db7de0 stmmac: dwmac-loongson: Make sure MDIO is initialized before use
63387fe87fc5 net: ena: Fix XDP redirection error
2664b56420b3 net: ena: Fix xdp drops handling due to multibuf packets
e312eed27aba net: ena: Destroy correct number of xdp queues upon failure
55a43bae0886 net: Remove acked SYN flag from packet in the transmit queue correctly
9bb392ee53af qed: Fix a potential use-after-free in qed_cxt_tables_alloc
112792ad36c4 iavf: Handle ntuple on/off based on new state machines for flow director
11c314a5a44a iavf: Introduce new state machines for flow director
01540ee2366a net/rose: Fix Use-After-Free in rose_ioctl
2de2a6cbe14f atm: Fix Use-After-Free in do_vcc_ioctl
3a76dcab2e3a octeontx2-af: Update RSS algorithm index
d0f0786f8c5a octeontx2-pf: Fix promisc mcam entry action
34b630626a97 octeontx2-af: fix a use-after-free in rvu_nix_register_reporters
e4ce3dc7a0ed net: fec: correct queue selection
a00dbc6dec4b net: vlan: introduce skb_vlan_eth_hdr()
7cfbb8bea36a atm: solos-pci: Fix potential deadlock on &tx_queue_lock
35c63d366fff atm: solos-pci: Fix potential deadlock on &cli_queue_lock
525904a15791 bnxt_en: Fix HWTSTAMP_FILTER_ALL packet timestamp logic
ac6125174190 bnxt_en: Fix wrong return value check in bnxt_close_nic()
8217f9362c79 bnxt_en: Save ring error counters across reset
53cacb8cdc7e bnxt_en: Clear resource reservation during resume
ab410db6e9aa qca_spi: Fix reset behavior
7e177e5a40d0 qca_debug: Fix ethtool -G iface tx behavior
2127142c179c qca_debug: Prevent crash on TX ring changes
0da41ddfb291 net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIX
514232495aa5 net/mlx5e: Fix possible deadlock on mlx5e_tx_timeout_work
1e8396aab21d HID: lenovo: Restrict detection of patched firmware only to USB cptkbd
e0cda159c865 afs: Fix refcount underflow from error handling race
a7e6477cc3af ksmbd: fix memory leak in smb2_lock()
8925ab33b391 ext4: fix warning in ext4_dio_write_end_io()
1c077acf246c powerpc/ftrace: Fix stack teardown in ftrace_no_trace
34ae53cccf53 r8152: add vendor/device ID pair for ASUS USB-C2500
cac1218b32d7 r8152: add vendor/device ID pair for D-Link DUB-E250
893597cbabfb r8152: add USB device driver for config selection
b80d0c6e5bae perf/x86/uncore: Don't WARN_ON_ONCE() for a broken discovery table
(From OE-Core rev: 7a4364e4733c8b8757927596dcbf7d6230f1da96)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating to the latest korg -stable release that comprises
the following commits:
4c9646a796d6 Linux 6.6.8
885faf3c7e5f RDMA/mlx5: Change the key being sent for MPV device affiliation
06f61af80254 x86/speculation, objtool: Use absolute relocations for annotations
3432f9686a37 ring-buffer: Have rb_time_cmpxchg() set the msb counter too
b3778a2fa4a2 ring-buffer: Do not try to put back write_stamp
bc17bc964328 ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archs
ae76d9bdf100 ring-buffer: Fix writing to the buffer with max_data_size
307ed139d7af ring-buffer: Have saved event hold the entire event
5e584836779b ring-buffer: Do not update before stamp when switching sub-buffers
5062b8c5ae2f tracing: Update snapshot buffer on resize if it is allocated
b02bf0d952ad ring-buffer: Fix memory leak of free page
e72ed491bc6e smb: client: fix OOB in smb2_query_reparse_point()
ef748d4a62a7 smb: client: fix NULL deref in asn1_ber_decoder()
17a0f64cc02d smb: client: fix potential OOBs in smb2_parse_contexts()
534733397da2 smb: client: fix OOB in receive_encrypted_standard()
4029b025beda drm/i915: Fix remapped stride with CCS on ADL+
a9d951b00790 drm/i915: Fix intel_atomic_setup_scalers() plane_state handling
b6295a167fa5 drm/i915: Fix ADL+ tiled plane stride when the POT stride is smaller than the original
a8f922ad2f76 drm/amd/display: Disable PSR-SU on Parade 0803 TCON again
c7f6e836e675 drm/amd/display: Restore guard against default backlight value < 1 nit
a511e851d49e drm/edid: also call add modes in EDID connector update fallback
d50670681d8a drm/amdgpu: fix tear down order in amdgpu_vm_pt_free
d3cf024353e2 btrfs: don't clear qgroup reserved bit in release_folio
1823491513e3 btrfs: fix qgroup_free_reserved_data int overflow
14570dfa170e btrfs: free qgroup reserve when ORDERED_IOERR is set
37b561d55936 kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMP
7a4ae7acd208 mm/shmem: fix race in shmem_undo_range w/THP
a107d6a132cb mm/mglru: reclaim offlined memcgs harder
6b131c2a2875 mm/mglru: respect min_ttl_ms with memcgs
c5f67b7e8474 mm/mglru: try to stop at high watermarks
b2ce691b452f mm/mglru: fix underprotected page cache
ed50e07d6a8e dmaengine: fsl-edma: fix DMA channel leak in eDMAv4
9127515bf9cd dmaengine: stm32-dma: avoid bitfield overflow assertion
03e63e497a40 drm/mediatek: Fix access violation in mtk_drm_crtc_dma_dev_get
3aae4ef4d799 drm/amdgpu/sdma5.2: add begin/end_use ring callbacks
28b36426b83e team: Fix use-after-free when an option instance allocation fails
2c8a21a124ca arm64: mm: Always make sw-dirty PTEs hw-dirty in pte_modify
d228e98dfacb Revert "selftests: error out if kernel header files are not yet built"
4f18d187fb2a ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKS
40abc387459a soundwire: stream: fix NULL pointer dereference for multi_link
c1d2d084751d cxl/hdm: Fix dpa translation locking
654461744af8 btrfs: do not allow non subvolume root targets for snapshot
545d55a3e0c8 perf: Fix perf_event_validate_size() lockdep splat
5ce0fb87311d HID: hid-asus: add const to read-only outgoing usb buffer
610610da58af arm64: add dependency between vmlinuz.efi and Image
df32e887d32b smb: client: set correct file type from NFS reparse points
4d07e5df1387 smb: client: introduce ->parse_reparse_point()
d5c959a1dba6 smb: client: implement ->query_reparse_point() for SMB1
e25ee0c2459a net: usb: qmi_wwan: claim interface 4 for ZTE MF290
6abb8c223ce1 eventfs: Do not allow NULL parent to eventfs_start_creating()
a739ceb74745 asm-generic: qspinlock: fix queued_spin_value_unlocked() implementation
97774998f8e1 scripts/checkstack.pl: match all stack sizes for s390
1f75542ce7c4 nfc: virtual_ncidev: Add variable to check if ndev is running
c9d25e4639c1 HID: multitouch: Add quirk for HONOR GLO-GXXX touchpad
9fc2827c0242 HID: hid-asus: reset the backlight brightness level on resume
b3ebe19c197b nbd: pass nbd_sock to nbd_read_reply() instead of index
af48c4099bd8 HID: add ALWAYS_POLL quirk for Apple kb
c38f7b0f554f HID: glorious: fix Glorious Model I HID report
6b3507b8ea55 HID: apple: add Jamesdonkey and A3R to non-apple keyboards list
d4b50ac06ea6 HID: mcp2221: Allow IO to start during probe
2afe67cfe8f1 HID: mcp2221: Set driver data before I2C adapter add
086f91f3ce3b platform/x86: intel_telemetry: Fix kernel doc descriptions
f61771aec676 LoongArch: Implement constant timer shutdown interface
c28fec461df3 LoongArch: Mark {dmw,tlb}_virt_to_page() exports as non-GPL
71d8348cca92 LoongArch: Silence the boot warning about 'nokaslr'
ab3f30052469 LoongArch: Record pc instead of offset in la_abs relocation
03372601f5f1 LoongArch: Add dependency between vmlinuz.efi and vmlinux.efi
0ade0b82faf7 selftests/bpf: fix bpf_loop_bench for new callback verification scheme
9514925a9abc nvme: catch errors from nvme_configure_metadata()
89fc9028e86e nvme-auth: set explanation code for failure2 msgs
c34fa2d16e98 nbd: fix null-ptr-dereference while accessing 'nbd->config'
8c1517344116 nbd: factor out a helper to get nbd_config without holding 'config_lock'
4087936a97b8 nbd: fold nbd config initialization into nbd_alloc_config()
4a4bba9f0470 bcache: avoid NULL checking to c->root in run_cache_set()
286918928ed7 bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()
665341724499 bcache: remove redundant assignment to variable cur_idx
09bdafb89a56 bcache: avoid oversize memory allocation by small stripe_size
0730b1e32a0b blk-cgroup: bypass blkcg_deactivate_policy after destroying
5aba47ce61b7 blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"
462f1111d945 rxrpc: Fix some minor issues with bundle tracing
c40c0b89bf1d stmmac: dwmac-loongson: Add architecture dependency
2ebf775f0541 usb: aqc111: check packet for fixup for true limit
54d8c1d3261d x86/hyperv: Fix the detection of E820_TYPE_PRAM in a Gen2 VM
ca3ebcf2c448 selftests/mm: cow: print ksft header before printing anything else
cd378c371ba0 drm/i915: Use internal class when counting engine resets
54d08313a34f drm/i915/selftests: Fix engine reset count storage for multi-tile
83a42d791ba2 accel/ivpu/37xx: Fix interrupt_clear_with_0 WA initialization
0afcc6291024 accel/ivpu: Print information about used workarounds
7d6e9cb7b951 drm/mediatek: Add spinlock for setting vblank event in atomic_begin
8964524158ac drm/mediatek: fix kernel oops if no crtc is found
98bd0b4ad5d4 PCI: vmd: Fix potential deadlock when enabling ASPM
f94c44342f0a ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZE
1e1f461ea574 PCI/ASPM: Add pci_enable_link_state_locked()
4fb5358c574e PCI: loongson: Limit MRRS to 256
5cc8d88a1b94 Revert "PCI: acpiphp: Reassign resources on bridge if necessary"
56e22123449c ALSA: hda/tas2781: reset the amp before component_add
d94fad04a64b ALSA: hda/tas2781: call cleanup functions only once
795e91c599c2 ALSA: hda/tas2781: handle missing EFI calibration data
7fc8bfdb7007 ALSA: hda/tas2781: leave hda_component in usable state
ffd1fe12d4c9 ALSA: hda/realtek: Apply mute LED quirk for HP15-db
7ec57c10b018 ALSA: hda/hdmi: add force-connect quirks for ASUSTeK Z170 variants
c52ebaf74273 ALSA: hda/hdmi: add force-connect quirk for NUC5CPYB
9566ef570cc4 io_uring/cmd: fix breakage in SOCKET_URING_OP_SIOC* implementation
ce5a6df21a00 fuse: dax: set fc->dax to NULL in fuse_dax_conn_free()
fbcddc741062 fuse: disable FOPEN_PARALLEL_DIRECT_WRITES with FUSE_DIRECT_IO_ALLOW_MMAP
2939dd306b1f fuse: share lookup state between submount and its parent
9f36c1c5132f fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAP
6e5782b1e18b HID: Add quirk for Labtec/ODDOR/aikeec handbrake
fea8562f51b0 HID: i2c-hid: Add IDEA5002 to i2c_hid_acpi_blacklist[]
207f135d8193 cred: get rid of CONFIG_DEBUG_CREDENTIALS
f6a7ce5ae416 cred: switch to using atomic_long_t
3b5daf20c426 net: atlantic: fix double free in ring reinit logic
e15ded324a39 appletalk: Fix Use-After-Free in atalk_ioctl
58c556661641 net: stmmac: Handle disabled MDIO busses from devicetree
ad531dfcc648 net: stmmac: dwmac-qcom-ethqos: Fix drops in 10M SGMII RX
da8732cb38ea dpaa2-switch: do not ask for MDB, VLAN and FDB replay
77e566c88130 dpaa2-switch: fix size of the dma_unmap
fa634779ffcc vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()
f18ac4bae15e sign-file: Fix incorrect return values check
e0069c26c552 stmmac: dwmac-loongson: Make sure MDIO is initialized before use
2cc8ffc3ad31 net: ena: Fix XDP redirection error
0116e02cee5a net: ena: Fix DMA syncing in XDP path when SWIOTLB is on
0cb2021b968e net: ena: Fix xdp drops handling due to multibuf packets
c22877fafd6b net: ena: Destroy correct number of xdp queues upon failure
d6bef0049870 net: Remove acked SYN flag from packet in the transmit queue correctly
7106a15b96d7 qed: Fix a potential use-after-free in qed_cxt_tables_alloc
54f59a242bcf iavf: Fix iavf_shutdown to call iavf_remove instead iavf_close
e768a04908de iavf: Handle ntuple on/off based on new state machines for flow director
3beb9d66e442 iavf: Introduce new state machines for flow director
63caa51833e8 net/rose: Fix Use-After-Free in rose_ioctl
531fd46f9289 atm: Fix Use-After-Free in do_vcc_ioctl
f115b31d7e96 octeontx2-af: Fix pause frame configuration
6b5de31e372c octeontx2-af: Update RSS algorithm index
5295d2ad9103 octeontx2-pf: Fix promisc mcam entry action
6047060105e4 octeon_ep: explicitly test for firmware ready value
15f300ed1d5e net/sched: act_ct: Take per-cb reference to tcf_ct_flow_table
dd75adfdc286 octeontx2-af: fix a use-after-free in rvu_nix_register_reporters
4317fba45ff3 net: fec: correct queue selection
82102501e08e atm: solos-pci: Fix potential deadlock on &tx_queue_lock
4faf39c4252a atm: solos-pci: Fix potential deadlock on &cli_queue_lock
9542105eb4ff bnxt_en: Fix HWTSTAMP_FILTER_ALL packet timestamp logic
909f5a48bf23 bnxt_en: Fix wrong return value check in bnxt_close_nic()
d8ea6b0d549b bnxt_en: Fix skb recycling logic in bnxt_deliver_skb()
bf9ceb163362 bnxt_en: Clear resource reservation during resume
f7dac967e170 qca_spi: Fix reset behavior
02296b1d8449 qca_debug: Fix ethtool -G iface tx behavior
21b9dc814d3f qca_debug: Prevent crash on TX ring changes
92d813f73f64 net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIX
6cb39c79bca9 net/mlx5: Fix a NULL vs IS_ERR() check
ef3b2d5f2152 net/mlx5e: Check netdev pointer before checking its net ns
a4839771d7b9 net/mlx5: Nack sync reset request when HotPlug is enabled
b766f8b8d4d1 net/mlx5e: TC, Don't offload post action rule if not supported
8ce3d969348a net/mlx5e: Fix possible deadlock on mlx5e_tx_timeout_work
7e46db5e2a31 net/mlx5e: Disable IPsec offload support if not FW steering
fdd350fe5e1a RDMA/mlx5: Send events from IB driver about device affiliation state
4a95f412b7ee net/mlx5e: Check the number of elements before walk TC rhashtable
594a306461de net/mlx5e: Reduce eswitch mode_lock protection context
1a0d0e97a750 net/mlx5e: Tidy up IPsec NAT-T SA discovery
20af7afcd8b8 net/mlx5e: Unify esw and normal IPsec status table creation/destruction
80299a1c685f net/mlx5e: Ensure that IPsec sequence packet number starts from 1
17e600e438c6 net/mlx5e: Honor user choice of IPsec replay window size
b89b7c763570 HID: lenovo: Restrict detection of patched firmware only to USB cptkbd
8715fe2fc1e8 afs: Fix refcount underflow from error handling race
800f84d8f0de efi/x86: Avoid physical KASLR on older Dell systems
809d50d36e71 ksmbd: fix memory leak in smb2_lock()
73dddf9858ff ext4: fix warning in ext4_dio_write_end_io()
da94fb0217e5 r8152: add vendor/device ID pair for ASUS USB-C2500
ac25535242ac Linux 6.6.7
71a1ffe22d33 drm/amdgpu: Restrict extended wait to PSP v13.0.6
9f29fe9b6184 drm/amdgpu: update retry times for psp BL wait
bebe0c07b806 drm/amdgpu: Fix refclk reporting for SMU v13.0.6
48411bc4c3fb riscv: Kconfig: Add select ARM_AMBA to SOC_STARFIVE
b79210fa10db gcc-plugins: randstruct: Update code comment in relayout_struct()
ba6e4b997181 ASoC: qcom: sc8280xp: Limit speaker digital volumes
c66d39f18e0e netfilter: nft_set_pipapo: skip inactive elements during set walk
1eed445d5364 MIPS: Loongson64: Enable DMA noncoherent support
264927e35381 MIPS: Loongson64: Handle more memory types passed from firmware
ae07e7d338c4 MIPS: Loongson64: Reserve vgabios memory on boot
114d0e5b9937 perf metrics: Avoid segv if default metricgroup isn't set
1f4d4d2cd6b5 perf list: Fix JSON segfault by setting the used skip_duplicate_pmus callback
dea8cfe773b9 KVM: SVM: Update EFER software model on CR0 trap for SEV-ES
bb356cc6615c KVM: s390/mm: Properly reset no-dat
6d9cbae4c032 MIPS: kernel: Clear FPU states when setting up kernel threads
43801359c897 cifs: Fix flushing, invalidation and file size with FICLONE
63c80f574a8e cifs: Fix flushing, invalidation and file size with copy_file_range()
9a3e02063016 USB: gadget: core: adjust uevent timing on gadget unbind
fd728449807e powerpc/ftrace: Fix stack teardown in ftrace_no_trace
903a1a1949c6 x86/CPU/AMD: Check vendor in the AMD microcode callback
7d831c68bb92 devcoredump: Send uevent once devcd is ready
22fdcaaf7d9d serial: 8250_omap: Add earlycon support for the AM654 UART controller
a2c0b05a8c00 serial: 8250: 8250_omap: Do not start RX DMA on THRI interrupt
70dc9a482fbb serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bit
98b0ca904c80 serial: sc16is7xx: address RX timeout interrupt errata
c865b77eb3b5 ARM: PL011: Fix DMA support
2214c3f4e718 usb: typec: class: fix typec_altmode_put_partner to put plugs
5ac34ba42e9a smb: client: fix potential NULL deref in parse_dfs_referrals()
05668be6020c Revert "xhci: Loosen RPM as default policy to cover for AMD xHC 1.1"
1bcb08e39d84 cifs: Fix non-availability of dedup breaking generic/304
67f45db9f275 parport: Add support for Brainboxes IX/UC/PX parallel cards
c88a91ca26b1 serial: ma35d1: Validate console index before assignment
977a60f0639f serial: 8250_dw: Add ACPI ID for Granite Rapids-D UART
a05c646d3c7d nvmem: Do not expect fixed layouts to grab a layout driver
d9828961e5d7 usb: gadget: f_hid: fix report descriptor allocation
95a4c959b99f kprobes: consistent rcu api usage for kretprobe holder
395e52b7a1ad ASoC: ops: add correct range check for limiting volume
6df51c525a2d gpiolib: sysfs: Fix error handling on failed export
73bbca129864 x86/sev: Fix kernel crash due to late update to read-only ghcb_version
cfe9295db093 perf: Fix perf_event_validate_size()
c66c479480f6 drm/amdgpu: disable MCBP by default
3798c665fe7d arm64: dts: mt8183: kukui: Fix underscores in node names
b6c47d915578 arm64: dts: mediatek: add missing space before {
5bdd0ced1f9c parisc: Fix asm operand number out of range build error in bug table
164960641e6c parisc: Reduce size of the bug_table on 64-bit kernel by half
4b117370d1d1 LoongArch: BPF: Don't sign extend function return value
3275410b13b6 LoongArch: BPF: Don't sign extend memory load operand
0fdd1b884821 perf vendor events arm64: AmpereOne: Add missing DefaultMetricgroupName fields
f78fff4648bb misc: mei: client.c: fix problem of return '-EOVERFLOW' in mei_cl_write
e2365ead012a misc: mei: client.c: return negative error code in mei_cl_write
c541d0edd827 coresight: ultrasoc-smb: Fix uninitialized before use buf_hw_base
ab5091e1ccb0 coresight: ultrasoc-smb: Config SMB buffer before register sink
ace850bd8600 coresight: ultrasoc-smb: Fix sleep while close preempt in enable_smb
359d3fbcbc09 hwtracing: hisi_ptt: Add dummy callback pmu::read()
2f6b1527db82 coresight: Fix crash when Perf and sysfs modes are used concurrently
1b5d156c2428 coresight: etm4x: Remove bogous __exit annotation for some functions
b9cc170842d8 arm64: dts: mediatek: mt8186: Change gpu speedbin nvmem cell name
b6eccbcb1bcc arm64: dts: mediatek: mt8186: fix clock names for power domains
2e465268df4c arm64: dts: mediatek: mt8183-evb: Fix unit_address_vs_reg warning on ntc
bfff27fb5d2d arm64: dts: mediatek: mt8183: Move thermal-zones to the root node
d97373c3b159 arm64: dts: mediatek: mt8183: Fix unit address for scp reserved memory
9c4ae4801f81 arm64: dts: mediatek: mt8195: Fix PM suspend/resume with venc clocks
12530266947a arm64: dts: mediatek: mt8173-evb: Fix regulator-fixed node names
ac9a2f55bfcc arm64: dts: mediatek: cherry: Fix interrupt cells for MT6360 on I2C7
d7646d79ea19 arm64: dts: mediatek: mt8183-kukui-jacuzzi: fix dsi unnecessary cells properties
6a6df679ac22 arm64: dts: mediatek: mt7622: fix memory node warning check
90dc20c8c51d arm64: dts: mt7986: fix emmc hs400 mode without uboot initialization
287b1c41decb arm64: dts: mt7986: define 3W max power to both SFP on BPI-R3
5012eb028032 arm64: dts: mt7986: change cooling trips
8e1e489cdb5b drm/i915: Skip some timing checks on BXT/GLK DSI transcoders
a0396af35ca2 drm/i915/mst: Reject modes that require the bigjoiner
654748c6fc6a drm/i915/mst: Fix .mode_valid_ctx() return values
02650b3b98cf drm/atomic-helpers: Invoke end_fb_access while owning plane state
4ce431c29755 md/raid6: use valid sector values to determine if an I/O should wait on the reshape
aa581b37dae9 powercap: DTPM: Fix missing cpufreq_cpu_put() calls
9e5d3096742d mm/memory_hotplug: fix error handling in add_memory_resource()
799f90c385cd mm: fix oops when filemap_map_pmd() without prealloc_pte
e0270ffad426 mm/memory_hotplug: add missing mem_hotplug_lock
83dd18e0b76f drivers/base/cpu: crash data showing should depends on KEXEC_CORE
512b420aaf78 hugetlb: fix null-ptr-deref in hugetlb_vma_lock_write
b2c562a7a88b workqueue: Make sure that wq_unbound_cpumask is never empty
7409c28cab78 platform/surface: aggregator: fix recv_buf() return value
78c8fc333253 regmap: fix bogus error on regcache_sync success
2e04cfdd3edb r8169: fix rtl8125b PAUSE frames blasting when suspended
865b71579d01 packet: Move reference count in packet_sock to atomic_long_t
9a89aad0865f nfp: flower: fix for take a mutex lock in soft irq context and rcu lock
3c0adff939a6 leds: trigger: netdev: fix RTNL handling to prevent potential deadlock
7d97646474b9 tracing: Fix a possible race when disabling buffered events
fc9fa702dbaa tracing: Fix incomplete locking when disabling buffered events
0486a1f9d9cc tracing: Disable snapshot buffer when stopping instance tracers
12c48e88e5c7 tracing: Stop current tracer when resizing buffer
1741e17c3939 tracing: Always update snapshot buffer size
f8f32f912603 checkstack: fix printed address
9ec2d9267304 cgroup_freezer: cgroup_freezing: Check if not frozen
39f603a26286 lib/group_cpus.c: avoid acquiring cpu hotplug lock in group_cpus_evenly
0b14276bcb85 nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage()
ce58f14113a8 nilfs2: fix missing error check for sb_set_blocksize call
1cdc934c82bb highmem: fix a memory copy problem in memcpy_from_folio
56a334310fa9 ring-buffer: Force absolute timestamp on discard of event
d251b9818302 ring-buffer: Test last update in 32bit version of __rb_time_read()
73249ef76c2d ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7
5f1c1e8de568 ALSA: hda/realtek: Add Framework laptop 16 to quirks
70a6885542b1 ALSA: hda/realtek: add new Framework laptop to quirks
65a7a5b2d531 ALSA: hda/realtek: Enable headset on Lenovo M90 Gen5
b3f1d9230457 ALSA: hda/realtek: fix speakers on XPS 9530 (2023)
6e25980d046f ALSA: hda/realtek: Apply quirk for ASUS UM3504DA
8e6ac8c6bae1 ALSA: pcm: fix out-of-bounds in snd_pcm_state_names
5ae225bbf358 ALSA: usb-audio: Add Pioneer DJM-450 mixer controls
30df2901c4ac io_uring: fix mutex_unlock with unreferenced ctx
dd864f6ee04e nvme-pci: Add sleep quirk for Kingston drives
5a33d385eb36 io_uring/af_unix: disable sending io_uring over sockets
127fcf79662d ASoC: amd: yc: Fix non-functional mic on ASUS E1504FA
29b9ebc89106 rethook: Use __rcu pointer for rethook::handler
af448bb2eaba scripts/gdb: fix lx-device-list-bus and lx-device-list-class
2d16a9f778f7 kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMP
49b79af00d24 md: don't leave 'MD_RECOVERY_FROZEN' in error path of md_set_readonly()
7442310ee4f0 riscv: errata: andes: Probe for IOCP only once in boot stage
b12ccda0d469 riscv: fix misaligned access handling of C.SWSP and C.SDSP
92f095553ae5 arm64: dts: rockchip: Fix eMMC Data Strobe PD on rk3588
15eb6859de68 ARM: dts: imx28-xea: Pass the 'model' property
5af668cd9ee5 ARM: dts: imx7: Declare timers compatible with fsl,imx6dl-gpt
ee007123af6d arm64: dts: imx8-apalis: set wifi regulator to always-on
12deaef0c867 ARM: imx: Check return value of devm_kasprintf in imx_mmdc_perf_init
3836f1f246e2 arm64: dts: imx93: correct mediamix power
8b2c35e5e678 arm64: dts: freescale: imx8-ss-lsio: Fix #pwm-cells
d338395bc5af arm64: dts: imx8-ss-lsio: Add PWM interrupts
ddc5ad21da0a scsi: be2iscsi: Fix a memleak in beiscsi_init_wrb_handle()
6eec904d95a5 tracing: Fix a warning when allocating buffered events fails
7e6621b99d20 io_uring/kbuf: check for buffer list readiness after NULL check
b2173a8b6450 io_uring/kbuf: Fix an NULL vs IS_ERR() bug in io_alloc_pbuf_ring()
fe145559a91f ARM: dts: imx6ul-pico: Describe the Ethernet PHY clock
c6a952d44a41 arm64: dts: imx8mp: imx8mq: Add parkmode-disable-ss-quirk on DWC3
584bdbca913e drm/bridge: tc358768: select CONFIG_VIDEOMODE_HELPERS
fc054130cdfb RDMA/irdma: Avoid free the non-cqp_request scratch
926c1c7a8f2e RDMA/irdma: Fix support for 64k pages
12a77574f090 RDMA/irdma: Ensure iWarp QP queue memory is OS paged aligned
d103c131ef3b RDMA/core: Fix umem iterator when PAGE_SIZE is greater then HCA pgsz
b8668fe7a5e8 ASoC: wm_adsp: fix memleak in wm_adsp_buffer_populate
0ca497a90ef3 firmware: arm_scmi: Fix possible frequency truncation when using level indexing mode
489358880655 firmware: arm_scmi: Simplify error path in scmi_dvfs_device_opps_add()
1ea9f8abe364 firmware: arm_scmi: Fix frequency truncation by promoting multiplier type
c3af26f53616 firmware: arm_scmi: Extend perf protocol ops to get information of a domain
9c78a21a5a52 firmware: arm_scmi: Extend perf protocol ops to get number of domains
7cd68b364f83 hwmon: (nzxt-kraken2) Fix error handling path in kraken2_probe()
8d73500fcf86 ASoC: codecs: lpass-tx-macro: set active_decimator correct default value
8ebf05908f0e hwmon: (acpi_power_meter) Fix 4.29 MW bug
2e594ee138c9 ARM: dts: bcm2711-rpi-400: Fix delete-node of led_act
a7fb9f15fedc ARM: dts: rockchip: Fix sdmmc_pwren's pinmux setting for RK3128
03766ae3467d ARM: dts: imx6q: skov: fix ethernet clock regression
231ab2ff6039 arm64: dt: imx93: tqma9352-mba93xxla: Fix LPUART2 pad config
55b6b95737e3 RDMA/irdma: Fix UAF in irdma_sc_ccq_get_cqe_info()
cfaede20f5a5 RDMA/bnxt_re: Correct module description string
ca19116cca9d RDMA/rtrs-clt: Remove the warnings for req in_use check
4b13d47c9018 RDMA/rtrs-clt: Fix the max_send_wr setting
5aafdb5e9324 RDMA/rtrs-srv: Destroy path files after making sure no IOs in-flight
7bb1941e7f71 RDMA/rtrs-srv: Free srv_mr iu only when always_invalidate is true
dfb398fdcb7f RDMA/rtrs-srv: Check return values while processing info request
30614ed295bc RDMA/rtrs-clt: Start hb after path_up
b659d48fc426 RDMA/rtrs-srv: Do not unconditionally enable irq
e1e4a5cbb0a1 ASoC: fsl_sai: Fix no frame sync clock issue on i.MX8MP
bdcedad6b951 arm64: dts: rockchip: Expand reg size of vdec node for RK3399
4192a26f673a arm64: dts: rockchip: Expand reg size of vdec node for RK3328
9b1b8ab2bd73 RDMA/irdma: Add wait for suspend on SQD
951c6d336ebe RDMA/irdma: Do not modify to SQD on error
38772f667233 RDMA/hns: Fix unnecessary err return when using invalid congest control algorithm
24436fe77efe RDMA/core: Fix uninit-value access in ib_get_eth_speed()
d3c4786b01aa tee: optee: Fix supplicant based device enumeration
577209e844bf mm/damon/sysfs: eliminate potential uninitialized variable warning
45d72eadf21a drm/amdkfd: get doorbell's absolute offset based on the db_size
ffc642551262 drm/amd/amdgpu/amdgpu_doorbell_mgr: Correct misdocumented param 'doorbell_index'
f9eef2563234 net/smc: fix missing byte order conversion in CLC handshake
b03b2ddf0e90 net: dsa: microchip: provide a list of valid protocols for xmit handler
e036a325a977 drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" group
580c80b6f881 psample: Require 'CAP_NET_ADMIN' when joining "packets" group
94e81d1a4bd9 bpf: sockmap, updating the sg structure should also update curr
eb30a025982f net: tls, update curr on splice as well
29561ef098a0 net: dsa: mv88e6xxx: Restore USXGMII support for 6393X
2087d53a66e9 tcp: do not accept ACK of bytes we never sent
1417b7198546 netfilter: xt_owner: Fix for unsafe access of sk->sk_socket
fa72b6e62fa5 netfilter: nf_tables: validate family when identifying table via handle
5eeba00a89c5 netfilter: nf_tables: bail out on mismatching dynset and set expressions
0392d322b45b netfilter: nf_tables: fix 'exist' matching on bigendian arches
83e9863785f4 netfilter: bpf: fix bad registration on nf_defrag
a365250a4a65 dt-bindings: interrupt-controller: Allow #power-domain-cells
b710b35ef66e octeontx2-af: Update Tx link register range
cd1045acc228 octeontx2-af: Add missing mcs flr handler call
82b2c5e0b4f4 octeontx2-af: Fix mcs stats register address
b783ee126c01 octeontx2-af: Fix mcs sa cam entries size
00efd99e36b4 octeontx2-af: Adjust Tx credits when MCS external bypass is disabled
2daea952199e net: hns: fix fake link up on xge port
613b5db4c55f net: hns: fix wrong head when modify the tx feature when sending packets
e30ad4729c57 net: atlantic: Fix NULL dereference of skb pointer in
08e3e3da6c39 ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit()
77c02d10c407 ionic: Fix dim work handling in split interrupt mode
4dacbf99cebf ionic: fix snprintf format length warning
e4a2a4328c85 tcp: fix mid stream window clamp.
dc903ddc826f net: bnxt: fix a potential use-after-free in bnxt_init_tc
d88c7cf589de iavf: validate tx_coalesce_usecs even if rx_coalesce_usecs is zero
ab3a730feab9 i40e: Fix unexpected MFS warning message
2442e9cbb79c ice: Restore fix disabling RX VLAN filtering
33755da7ae2b octeontx2-af: fix a use-after-free in rvu_npa_register_reporters
d7666bfd7884 xsk: Skip polling event check for unbound socket
e1fbdef91b1c net: stmmac: fix FPE events losing
9cc9fbe5c028 octeontx2-pf: consider both Rx and Tx packet stats for adaptive interrupt coalescing
5106d7adb74b arcnet: restoring support for multiple Sohard Arcnet cards
15e1490022e7 platform/mellanox: Check devm_hwmon_device_register_with_groups() return value
8b2688f9c589 platform/mellanox: Add null pointer checks for devm_kasprintf()
76914ea593bb mlxbf-bootctl: correctly identify secure boot with development keys
9b4a88385435 r8152: Add RTL8152_INACCESSIBLE to r8153_aldps_en()
4bc63784d642 r8152: Add RTL8152_INACCESSIBLE to r8153_pre_firmware_1()
9bda33e87114 r8152: Add RTL8152_INACCESSIBLE to r8156b_wait_loading_flash()
b7416e0a4d48 r8152: Add RTL8152_INACCESSIBLE checks to more loops
8defe1643dd3 r8152: Hold the rtnl_lock for all of reset
b47e71da4776 hv_netvsc: rndis_filter needs to select NLS
28b8ed4a02fa bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4
c3287140282b octeontx2-af: Check return value of nix_get_nixlf before using nixlf
6ddf005fd6cc octeontx2-pf: Add missing mutex lock in otx2_get_pauseparam
a08768110a65 ipv6: fix potential NULL deref in fib6_add()
6e33e81b785f platform/x86: wmi: Skip blocks with zero instances
30460e7e27da of: dynamic: Fix of_reconfig_get_state_change() return value documentation
cb6b8919ebf8 platform/x86: asus-wmi: Move i8042 filter install to shared asus-wmi code
7cb7001ecd0f dt: dt-extract-compatibles: Don't follow symlinks when walking tree
c35bcede4ffa dt: dt-extract-compatibles: Handle cfile arguments in generator function
239bff0171a8 x86/tdx: Allow 32-bit emulation by default
22ca647c8f88 x86/entry: Do not allow external 0x80 interrupts
4591766ff655 x86/entry: Convert INT 0x80 emulation to IDTENTRY
34c686e5be2f x86/coco: Disable 32-bit emulation by default on TDX and SEV
f259af26ee04 x86: Introduce ia32_enabled()
dfa1898cef4c dm-crypt: start allocating with MAX_ORDER
915864d18641 drm/amdgpu: correct chunk_ptr to a pointer to chunk.
a8f5cd042305 drm/amdgpu: finalizing mem_partitions at the end of GMC v9 sw_fini
3a56e61b5779 drm/amdgpu: Do not program VF copy regs in mmhub v1.8 under SRIOV (v2)
b97debd07a8d kconfig: fix memory leak from range properties
b1205cc72b47 modpost: fix section mismatch message for RELA
9a07b662e54e tg3: Increment tx_dropped in tg3_tso_bug()
763a1b3177d9 tg3: Move the [rt]x_dropped counters to tg3_napi
90ed718d6a8e zstd: Fix array-index-out-of-bounds UBSAN warning
f5fb5ac7cee2 nouveau: use an rwlock for the event lock.
23c31036f862 netfilter: ipset: fix race condition between swap/destroy and kernel side add/del/test
22a59e51ded2 i2c: ocores: Move system PM hooks to the NOIRQ phase
f5d10651396c i2c: designware: Fix corrupted memory seen in the ISR
53f408cad05b hrtimers: Push pending hrtimers away from outgoing CPU earlier
c94c44685d80 scsi: sd: Fix sshdr use in sd_suspend_common()
dd3438abfb85 vdpa/mlx5: preserve CVQ vringh index
(From OE-Core rev: 9cc9863bcbe6308cba0944fd46134f33ba7d5ff1)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Data pulled from: https://github.com/nluedtke/linux_kernel_cves
1/1 [
Author: Nicholas Luedtke
Email: nicholas.luedtke@uwalumni.com
Subject: Update 27Dec23
Date: Wed, 27 Dec 2023 19:47:13 -0500
]
(From OE-Core rev: 5336ef12e661590ab1bf982a3e7b82ae2be727a3)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|