{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":461737544,"defaultBranch":"main","name":"poky","ownerLogin":"cyber-zoo","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-02-21T06:47:51.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/98513175?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1725631924.0","currentOid":""},"activityList":{"items":[{"before":"11b954b0302e6d0eaa7ff6b8348e9a86d049e605","after":"556e84870017661e461e034490766e2dcec0aa07","ref":"refs/heads/master-next","pushedAt":"2024-09-09T14:13:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"systemd: make home directory readable by systemd-coredump\n\nIn https://github.com/systemd/systemd/commit/924453c22599cc246746a0233b2f52a27ade0819\nProtectHome was set to true for systemd-coredump in order to reduce risk, since an attacker could craft a malicious binary in order to compromise systemd-coredump.\nAt that point the object analysis was done in the main systemd-coredump process.\nBecause of this systemd-coredump is unable to product symbolicated call-stacks for binaries running under /home (\"n/a\" is shown instead of function names).\n\nHowever, later in https://github.com/systemd/systemd/commit/61aea456c12c54f49c4a76259af130e576130ce9 systemd-coredump was changed to do the object analysis in a forked process,\ncovering those security concerns.\n\nLet's set ProtectHome to read-only so that systemd-coredump produces symbolicated call-stacks for processes running under /home.\n\nNote: it still does not work in /tmp (because of PrivateTmp=yes) and in /root (for unknown reasons).\n\nBefore the change (with minidebuginfo enabled):\n\n root@qemux86-64:~# /home/sleep 1000 &\n [1] 426\n root@qemux86-64:~# kill -11 $(pidof sleep)\n root@qemux86-64:~# coredumpctl info\n PID: 426 (sleep)\n UID: 0 (root)\n GID: 0 (root)\n Signal: 11 (SEGV)\n Timestamp: Fri 2024-09-06 17:25:18 UTC (3s ago)\n Command Line: /home/sleep 1000\n Executable: /home/sleep\n Control Group: /system.slice/system-serial\\x2dgetty.slice/serial-getty@ttyS0.service\n Unit: serial-getty@ttyS0.service\n Slice: system-serial\\x2dgetty.slice\n Boot ID: 44ef4ddfaad249ceaa29d1e9f330d3b5\n Machine ID: fb279f18f2c849c59768754c7a274ee3\n Hostname: qemux86-64\n Storage: /var/lib/systemd/coredump/core.sleep.0.44ef4ddfaad249ceaa29d1e9f330d3b5.426.1725643518000000.zst (present)\n Size on Disk: 16.5K\n Message: Process 426 (sleep) of user 0 dumped core.\n\n Stack trace of thread 426:\n #0 0x00007f365f3849a7 clock_nanosleep (libc.so.6 + 0xd49a7)\n #1 0x00007f365f38f667 __nanosleep (libc.so.6 + 0xdf667)\n #2 0x0000561fee703737 n/a (/home/sleep + 0x7737)\n #3 0x000000003a6227c5 n/a (n/a + 0x0)\n ELF object binary architecture: AMD x86-64\n [1]+ Segmentation fault (core dumped) /home/sleep 1000\n\nAfter the change (with minidebuginfo enabled):\n\n root@qemux86-64:~# /home/sleep 1000 &\n [1] 450\n root@qemux86-64:~# kill -11 $(pidof sleep)\n root@qemux86-64:~# coredumpctl info\n PID: 450 (sleep)\n UID: 0 (root)\n GID: 0 (root)\n Signal: 11 (SEGV)\n Timestamp: Fri 2024-09-06 17:30:12 UTC (4s ago)\n Command Line: /home/sleep 1000\n Executable: /home/sleep\n Control Group: /system.slice/system-serial\\x2dgetty.slice/serial-getty@ttyS0.service\n Unit: serial-getty@ttyS0.service\n Slice: system-serial\\x2dgetty.slice\n Boot ID: 44ef4ddfaad249ceaa29d1e9f330d3b5\n Machine ID: fb279f18f2c849c59768754c7a274ee3\n Hostname: qemux86-64\n Storage: /var/lib/systemd/coredump/core.sleep.0.44ef4ddfaad249ceaa29d1e9f330d3b5.450.1725643812000000.zst (present)\n Size on Disk: 16.5K\n Message: Process 450 (sleep) of user 0 dumped core.\n\n Stack trace of thread 450:\n #0 0x00007f795dd689a7 clock_nanosleep (libc.so.6 + 0xd49a7)\n #1 0x00007f795dd73667 __nanosleep (libc.so.6 + 0xdf667)\n #2 0x0000561965c9d737 rpl_nanosleep (sleep + 0x7737)\n #3 0x0000561965c9d0c1 xnanosleep (sleep + 0x70c1)\n #4 0x0000561965c985c8 main (sleep + 0x25c8)\n #5 0x00007f795dcba01b __libc_start_call_main (libc.so.6 + 0x2601b)\n #6 0x00007f795dcba0d9 __libc_start_main (libc.so.6 + 0x260d9)\n #7 0x0000561965c98685 _start (sleep + 0x2685)\n ELF object binary architecture: AMD x86-64\n [1]+ Segmentation fault (core dumped) /home/sleep 1000\n\n(From OE-Core rev: 3c37bf8e4844d676dde3d7ce6ad5b7de32196975)\n\nSigned-off-by: Etienne Cordonnier \nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"systemd: make home directory readable by systemd-coredump"}},{"before":"185fd2b28c98c3e1abe6494e03001f4a196d122e","after":"5f97513f8c6bfefa46d5506624a327715a602236","ref":"refs/heads/styhead","pushedAt":"2024-09-09T14:13:21.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"linux-yocto/6.6: update to v6.6.49\n\nUpdating linux-yocto/6.6 to the latest korg -stable release that comprises\nthe following commits:\n\n df1a7cc5e00f Linux 6.6.49\n d60839a73a26 apparmor: fix policy_unpack_test on big endian systems\n 8a3995a3ffec scsi: aacraid: Fix double-free on probe failure\n 790a8d36f96b arm64: dts: freescale: imx93-tqma9352-mba93xxla: fix typo\n 7cf7de0f3572 arm64: dts: freescale: imx93-tqma9352: fix CMA alloc-ranges\n f8fb2cd48653 arm64: dts: imx93: update default value for snps,clk-csr\n d0c54c294926 arm64: dts: imx93: add nvmem property for eqos\n 1e59301fcc30 arm64: dts: imx93: add nvmem property for fec1\n 228d69f93898 arm64: dts: imx8mp-beacon-kit: Fix Stereo Audio on WM8962\n 8aaca1c9fb9a ARM: dts: omap3-n900: correct the accelerometer orientation\n d54696813cf4 usb: cdnsp: fix for Link TRB with TC\n 72be846dc76e usb: cdnsp: fix incorrect index in cdnsp_get_hw_deq function\n 8fc7c9dcfe38 usb: core: sysfs: Unmerge @usb3_hardware_lpm_attr_group in remove_power_attributes()\n 70b43c33669e usb: dwc3: st: add missing depopulate in probe error path\n e1e5e8ea2731 usb: dwc3: st: fix probed platform device ref count on probe error path\n 7bb11a75dd4d usb: dwc3: core: Prevent USB core invalid event buffer address access\n df2daed52923 usb: dwc3: omap: add missing depopulate in probe error path\n b3e8696e0374 ARM: dts: imx6dl-yapp43: Increase LED current to match the yapp4 HW design\n 6d9f4783868b USB: serial: option: add MeiG Smart SRM825L\n 03e3156ea7e5 scsi: sd: Ignore command SYNCHRONIZE CACHE error if format in progress\n cdf7efe4b02a firmware: qcom: scm: Mark get_wq_ctx() as atomic call\n ea3b6ec38bed cdc-acm: Add DISABLE_ECHO quirk for GE HealthCare UI Controller\n 1efdbf5323c9 soc: qcom: pmic_glink: Fix race during initialization\n c704091b5911 soc: qcom: pmic_glink: Actually communicate when remote goes down\n ef80520be0ff soc: qcom: cmd-db: Map shared memory as WC, not WB\n 56ad559cf6d8 nfc: pn533: Add poll mod list filling check\n 55526afdbb52 net: busy-poll: use ktime_get_ns() instead of local_clock()\n f6f5e39a3fe7 drm/amd/display: avoid using null object of framebuffer\n b65116bee7b5 sctp: fix association labeling in the duplicate COOKIE-ECHO case\n 28c67f0f84f8 gtp: fix a potential NULL pointer dereference\n 6b598069164a bonding: change ipsec_lock from spin lock to mutex\n 19792758339b bonding: extract the use of real_device into local variable\n 124a688ed36c bonding: implement xdo_dev_state_free and call it after deletion\n 7aa9f978c2b6 selftests: forwarding: local_termination: Down ports on cleanup\n 7e7d0bd538d5 selftests: forwarding: no_forwarding: Down ports on cleanup\n 84f17718a0b8 netfilter: nf_tables_ipv6: consider network offset in netdev/egress validation\n 94ab317024ba ethtool: check device is present when getting link settings\n 1a525d99dc93 wifi: iwlwifi: fw: fix wgds rev 3 exact size\n 8e51088d9123 netfilter: nf_tables: restore IP sanity checks for netdev/egress\n 99912d85fa89 iommu: Do not return 0 from map_pages if it doesn't do anything\n c8525821ecb1 Bluetooth: hci_core: Fix not handling hibernation actions\n 662a55986b88 Bluetooth: btnxpuart: Fix random crash seen while removing driver\n 9aa6e15c0108 Bluetooth: btnxpuart: Handle FW Download Abort scenario\n 9d5df94ce0e2 Bluetooth: btnxpuart: Resolve TX timeout error in power save stress test\n 7df36cceb934 dmaengine: dw: Add memory bus width verification\n e1b63d054ee0 dmaengine: dw: Add peripheral bus width verification\n 24775bfdf435 phy: xilinx: phy-zynqmp: Fix SGMII linkup failure on resume\n ffd2e852dc54 dmaengine: dw-edma: Do not enable watermark interrupts for HDMA\n d3c9a2a6caa8 dmaengine: dw-edma: Fix unmasking STOP and ABORT interrupts for HDMA\n b47ff45c4a87 soundwire: stream: fix programming slave ports for non-continous port maps\n 954e1893fe85 phy: fsl-imx8mq-usb: fix tuning parameter name\n b547cab1ebdb iommufd: Do not allow creating areas without READ or WRITE\n 459584258d47 selinux,smack: don't bypass permissions check in inode_setsecctx hook\n 05d2e16a9e3a Revert \"change alloc_pages name in dma_map_ops to avoid name conflicts\"\n 288d398df80c cifs: Fix FALLOC_FL_PUNCH_HOLE support\n 881aee27ce7d mm: Fix missing folio invalidation calls during truncation\n 9de10f5b7ba9 ovl: ovl_parse_param_lowerdir: Add missed '\\n' for pr_err\n dce7cbeaa10f ovl: fix wrong lowerdir number check for parameter Opt_lowerdir\n 0e1c9709d70b ovl: pass string to ovl_parse_layer()\n c15123bbe379 pinctrl: starfive: jh7110: Correct the level trigger configuration of iev register\n 2ebdb6e98705 pinctrl: mediatek: common-v2: Fix broken bias-disable for PULL_PU_PD_RSEL_TYPE\n 805cb277fbc0 ASoC: SOF: amd: Fix for acp init sequence\n 30464c3174e1 ASoC: amd: acp: fix module autoloading\n 2dfbf8991e49 thermal: of: Fix OF node leak in of_thermal_zone_find() error paths\n 31019a2ab4a0 thermal: of: Fix OF node leak in thermal_of_trips_init() error path\n 0199a29ec6e9 of: Introduce for_each_*_child_of_node_scoped() to automate of_node_put() handling\n d967f6ae3149 usb: typec: fix up incorrectly backported \"usb: typec: tcpm: unregister existing source caps before re-registration\"\n 4ed03758ddf0 tracing: Have format file honor EVENT_FILE_FL_FREED\n 9a9716bbbf3d drm/vmwgfx: Fix prime with external buffers\n 39defab0ebf0 drm/amdgpu/swsmu: always force a state reprogram on init\n 11182b33faf3 drm/amdgpu: align pp_power_profile_mode with kernel docs\n 09c423d6fcd5 selftests: mptcp: join: check re-re-adding ID 0 endp\n 99c17b3be7e3 selftests: mptcp: join: no extra msg if no counter\n a81c87ac6080 selftests: mptcp: join: check removing ID 0 endpoint\n dc14d542e683 mptcp: pm: ADD_ADDR 0 is not a new address\n 53e2173172d2 mptcp: pm: fix ID 0 endp usage after multiple re-creations\n 78b04149868d mptcp: pm: do not remove already closed subflows\n edfbc14a4beb mptcp: pm: send ACK on an active subflow\n 26e0f27405db mptcp: pm: reset MPC endp ID when re-added\n 6d6c14563347 mptcp: pm: skip connecting to already established sf\n 1448d9a34ce4 mptcp: pm: reuse ID 0 after delete and re-add\n 9e40cd795900 mptcp: sched: check both backup in retrans\n 255bc4fc4f6a mptcp: close subflow when receiving TCP+FIN\n c04cac9a59c4 net: mana: Fix race of mana_hwc_post_rx_wqe and new hwc response\n 8e4084ed2bd6 wifi: mwifiex: duplicate static structs used in driver instances\n 9d5e5908f063 wifi: wfx: repair open network AP mode\n cb739d3ce51c of: Add cleanup.h based auto release via __free(device_node) markings\n 4ed45fe99ec9 pinctrl: single: fix potential NULL dereference in pcs_get_function()\n d80bdfaa48c1 pinctrl: rockchip: correct RK3328 iomux width flag for GPIO2-B pins\n a01859dd6aeb smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req()\n 44013260666f btrfs: run delayed iputs when flushing delalloc\n 51722b99f41f btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk()\n f6758eb7928e LoongArch: Remove the unused dma-direct.h\n b1922c3102f1 ALSA: seq: Skip event type filtering for UMP events\n c77dee530e77 Linux 6.6.48\n a2081b8cabbe tools: move alignment-related macros to new \n 8f04edd554d1 Input: MT - limit max slots\n 3d68d1076040 Revert \"s390/dasd: Establish DMA alignment\"\n b8d7b897e1e5 net: ngbe: Fix phy mode set to external phy\n 118fd997612d ksmbd: fix race condition between destroy_previous_session() and smb2 operations()\n c6372cbd919b drm/amdgpu/vcn: not pause dpg for unified queue\n 44bb8f18a63b drm/amdgpu/vcn: identify unified queue in sw init\n e0aeb26b04ec NFSD: simplify error paths in nfsd_svc()\n b12caa8f0888 selftests/bpf: Add a test to verify previous stacksafe() fix\n 7cad3174cc79 bpf: Fix a kernel verifier crash in stacksafe()\n 19b4397c4a15 mm/numa: no task_numa_fault() call if PTE is changed\n c789a78151c1 mm/numa: no task_numa_fault() call if PMD is changed\n bb121128fd58 ALSA: timer: Relax start tick time check for slave timer elements\n 1f3b52c0fdc8 igc: Fix qbv tx latency by setting gtxoffset\n ad569ac6055f drm/panel: nt36523: Set 120Hz fps for xiaomi,elish panels\n ab7554fb515b drm/msm/mdss: specify cfg bandwidth for SDM670\n cc9006d00da4 hwmon: (ltc2992) Fix memory leak in ltc2992_parse_dt()\n f0974e6bc385 tcp: do not export tcp_twsk_purge()\n 3d3a8654a53b platform/x86/intel/ifs: Call release_firmware() when handling errors.\n 50fe8565a9be Revert \"drm/amd/display: Validate hw_points_num before using it\"\n 8e1f64d44664 Revert \"usb: gadget: uvc: cleanup request when not in correct state\"\n ce2f28a549f1 selftests: mptcp: join: check re-using ID of closed subflow\n f845af67e79e selftests: mptcp: join: validate fullmesh endp on 1st sf\n 9a9afbbc3fbf mptcp: pm: avoid possible UaF when selecting endp\n b762e1e301bd mptcp: pm: fullmesh: select the right ID later\n a7a692b79104 mptcp: pm: only in-kernel cannot have entries with ID 0\n 9907af6a28a6 mptcp: pm: check add_addr_accept_max before accepting new ADD_ADDR\n d20bf2c96d7f mptcp: pm: only decrement add_addr_accepted for MPJ req\n 43cf912b0b0f mptcp: pm: only mark 'subflow' endp as available\n 01db51846874 mptcp: pm: remove mptcp_pm_remove_subflow()\n 257d56fbfff9 mptcp: pm: re-using ID of unused flushed subflows\n 7b64bdbfcf6f mptcp: pm: re-using ID of unused removed subflows\n cb24bdcdecba mptcp: pm: re-using ID of unused removed ADD_ADDR\n cc29c5546c6a nouveau/firmware: use dma non-coherent allocator\n d25fd6eb26a7 pmdomain: imx: wait SSAR when i.MX93 power domain on\n e6d49dd41e14 pmdomain: imx: scu-pd: Remove duplicated clocks\n 7bbf8f8b8861 mmc: dw_mmc: allow biu and ciu clocks to defer\n c1b17191abc5 mmc: mtk-sd: receive cmd8 data when hs400 tuning fail\n 9d7629bec5c3 KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3\n 2d7cb80bfff3 cxgb4: add forgotten u64 ivlan cast before shift\n 11343059daf8 Input: i8042 - use new forcenorestore quirk to replace old buggy quirk combination\n fdda14aba729 Input: i8042 - add forcenorestore quirk to leave controller untouched even on s3\n 2b5f22ea55ca HID: wacom: Defer calculation of resolution until resolution_code is known\n ac5d3baf141a MIPS: Loongson64: Set timer mode in cpu-probe\n 242665bd914a net: dsa: microchip: fix PTP config failure when using multiple ports\n 50553ea7cbd3 drm/amdgpu: Validate TA binary size\n 09982d418ac6 ksmbd: the buffer of smb2 query dir response has at least 1 byte\n 76df3a1970dd scsi: core: Fix the return value of scsi_logical_block_count()\n 064dd929c765 Bluetooth: MGMT: Add error handling to pair_device()\n 0fa4b4aadb2b smb: client: ignore unhandled reparse tags\n cac2815f49d3 mmc: mmc_test: Fix NULL dereference on allocation failure\n 88c232fd0629 drm/msm: fix the highest_bank_bit for sc7180\n aba75693331e drm/msm/mdss: Handle the reg bus ICC path\n 707601fcf652 drm/msm/mdss: Rename path references to mdp_path\n 9611899f42e3 drm/msm/mdss: switch mdss to use devm_of_icc_get()\n 8b93b3e1589e drm/msm/dpu: take plane rotation into account for wide planes\n 1af8f3db50c2 drm/msm/dpu: try multirect based on mdp clock limits\n a3c5815b07f4 drm/msm/dpu: cleanup FB if dpu_format_populate_layout fails\n 6f3aea37aac4 drm/msm/dp: reset the link phy params before link training\n 3fb61718bcbe drm/msm/dpu: move dpu_encoder's connector assignment to atomic_enable()\n 8e7ef27e4e8f drm/msm/dpu: capture snapshot on the first commit_done timeout\n 801f49c83bac drm/msm/dpu: split dpu_encoder_wait_for_event into two functions\n da7243e52264 drm/msm/dpu: drop MSM_ENC_VBLANK support\n e86721b0d02c drm/msm/dpu: use drmm-managed allocation for dpu_encoder_phys\n 4a2798cc24ba drm/msm/dp: fix the max supported bpp logic\n 69da87fb0dd4 drm/msm/dpu: don't play tricks with debug macros\n 6be50c8991d7 net: ovs: fix ovs_drop_reasons error\n 4bf322e5af8e net: xilinx: axienet: Fix dangling multicast addresses\n 14ebcb4a67dc net: xilinx: axienet: Always disable promiscuous mode\n 7a8c74df7c97 octeontx2-af: Fix CPT AF register offset calculation\n 0279c35d242d netfilter: flowtable: validate vlan header\n fa4e6ae38574 bnxt_en: Fix double DMA unmapping for XDP_REDIRECT\n 124b428fe280 ipv6: prevent possible UAF in ip6_xmit()\n 6ab6bf731354 ipv6: fix possible UAF in ip6_finish_output2()\n af1dde074ee2 ipv6: prevent UAF in ip6_send_skb()\n cfa692e7e71b udp: fix receiving fraglist GSO packets\n 577d6c061946 netem: fix return value if duplicate enqueue fails\n f7d8c2fabd39 net: dsa: mv88e6xxx: Fix out-of-bound access\n 8ea80ff5d829 igb: cope with large MAX_SKB_FRAGS\n da7d3fddced7 dpaa2-switch: Fix error checking in dpaa2_switch_seed_bp()\n c864bf016692 ice: fix truesize operations for PAGE_SIZE >= 8192\n e9a1df12d530 ice: fix ICE_LAST_OFFSET formula\n 5898525275b2 ice: fix page reuse when PAGE_SIZE is over 8k\n 996ba2f0d755 bonding: fix xfrm state handling when clearing active slave\n 4582d4ff413a bonding: fix xfrm real_dev null pointer dereference\n 0707260a1831 bonding: fix null pointer deref in bond_ipsec_offload_ok\n f2b3d38d7986 bonding: fix bond_ipsec_offload_ok return type\n 467ee0d4c567 ip6_tunnel: Fix broken GRO\n 9a131a509935 netfilter: nft_counter: Synchronize nft_counter_reset() against reader.\n b1ac83483e8a netfilter: nft_counter: Disable BH in nft_counter_offload_stats().\n 00425508f30b kcm: Serialise kcm_sendmsg() for the same socket.\n ed37ac430c70 net: mctp: test: Use correct skb for route input check\n 99580ae890ec tcp: prevent concurrent execution of tcp_sk_exit_batch\n 7348061662c7 tcp/dccp: do not care about families in inet_twsk_purge()\n 9624febd6968 tcp/dccp: bypass empty buckets in inet_twsk_purge()\n 03225025384d selftests: udpgro: report error when receive failed\n 440efd86cda2 tc-testing: don't access non-existent variable on exception\n e83b49ecb569 net: mscc: ocelot: serialize access to the injection/extraction groups\n ff7f554bbd75 net: mscc: ocelot: fix QoS class for injected packets with \"ocelot-8021q\"\n dd17e1e68255 net: mscc: ocelot: use ocelot_xmit_get_vlan_info() also for FDMA and register injection\n 4177f2b0a348 Bluetooth: SMP: Fix assumption of Central always being Initiator\n 50ce49116477 Bluetooth: hci_core: Fix LE quote calculation\n 9b707444bebc drm/amdkfd: reserve the BO before validating it\n 15e3bbd83bf5 ALSA: hda/tas2781: Use correct endian conversion\n 9dcb933a161e platform/surface: aggregator: Fix warning when controller is destroyed in probe\n 114858d71382 drm/amd/amdgpu: command submission parser for JPEG\n a50a25dc0ce0 drm/amd/display: fix cursor offset on rotation 180\n 6490f063d54b drm/amd/display: Enable otg synchronization logic for DCN321\n d15fc910b618 drm/amd/display: Adjust cursor position\n f0e8658790b1 btrfs: send: allow cloning non-aligned extent if it ends at i_size\n 1bca9776ed27 btrfs: replace sb::s_blocksize by fs_info::sectorsize\n de7bad86345c mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallback to order 0\n 983e6b2636f0 change alloc_pages name in dma_map_ops to avoid name conflicts\n f2ce57463dd3 selftests: memfd_secret: don't build memfd_secret test on unsupported arches\n 7b0e822d6546 selftests/mm: log run_vmtests.sh results in TAP format\n b4426da8c17c tools/testing/selftests/mm/run_vmtests.sh: lower the ptrace permissions\n b77471c6760a mm: fix endless reclaim on machines with unaccepted memory\n 00b395e95a01 dm suspend: return -ERESTARTSYS instead of -EINTR\n 84557cd61182 riscv: entry: always initialize regs->a0 to -ENOSYS\n e84f4400bf8c i2c: stm32f7: Add atomic_xfer method to driver\n 2ff51719ec61 jfs: define xtree root and page independently\n 34ba4f29f3d9 gtp: pull network headers in gtp_dev_xmit()\n 9c375a95669e nvme: fix namespace removal list\n 6019283e1e35 EDAC/skx_common: Allow decoding of SGX addresses\n 81bd4b07a4f3 ionic: check cmd_regs before copying in or out\n 1ae3ff27c6f2 ionic: use pci_is_enabled not open code\n a855d1297985 hrtimer: Prevent queuing of hrtimer without a function callback\n 3cc03d1dbdcf drm/amdgpu: fix dereference null return value for the function amdgpu_vm_pt_parent\n 82f20194bf46 nvme: use srcu for iterating namespace list\n 913c30f827e1 Revert \"bpf, sockmap: Prevent lock inversion deadlock in map delete elem\"\n 1b2631dd54fb selftests/bpf: Fix a few tests for GCC related warnings.\n 73c50bd10478 nvmet-rdma: fix possible bad dereference when freeing rsps\n e9c0aa6c3dfd ext4: set the type of max_zeroout to unsigned int to avoid overflow\n 4ca547488de8 irqchip/gic-v3-its: Remove BUG_ON in its_vpe_irq_domain_alloc\n def4422ff0eb usb: dwc3: core: Skip setting event buffers for host only controllers\n c0076d2c8d45 platform/x86: lg-laptop: fix %s null argument warning\n 14bd62d58018 clocksource: Make watchdog and suspend-timing multiplication overflow safe\n 831420f210a3 irqchip/renesas-rzg2l: Do not set TIEN and TINT source at the same time\n d8d4da5c689d s390/iucv: fix receive buffer virtual vs physical address confusion\n 7ad21517c397 openrisc: Call setup_memory() earlier in the init sequence\n fbc63fb16544 NFS: avoid infinite loop in pnfs_update_layout.\n 4ff710fdf72f nvmet-tcp: do not continue for invalid icreq\n be285b8dd29b net: hns3: add checking for vf id of mailbox\n 454ba1740cb5 rtc: nct3018y: fix possible NULL dereference\n 664ad87c36c8 firmware: cirrus: cs_dsp: Initialize debugfs_root to invalid\n 7ff15407c404 Bluetooth: bnep: Fix out-of-bound access\n 5469f609be9f nvme: clear caller pointer on identify failure\n 5419f3001e9e usb: gadget: fsl: Increase size of name buffer for endpoints\n 428fb40bd951 f2fs: fix to do sanity check in update_sit_entry\n b9b019acfb72 btrfs: delete pointless BUG_ON check on quota root in btrfs_qgroup_account_extent()\n c7e0e8acc59a btrfs: change BUG_ON to assertion in tree_move_down()\n 48256173f200 btrfs: send: handle unexpected inode in header process_recorded_refs()\n 4eb8be942efc btrfs: send: handle unexpected data in header buffer in begin_cmd()\n 46ca3ec9b8b1 btrfs: handle invalid root reference found in may_destroy_subvol()\n 6be930556d28 btrfs: push errors up from add_async_extent()\n 981a749cef8e btrfs: tests: allocate dummy fs_info and root in test_find_delalloc()\n f379c3f49e95 btrfs: change BUG_ON to assertion when checking for delayed_node root\n 315471004b84 btrfs: defrag: change BUG_ON to assertion in btrfs_defrag_leaves()\n a7fec145b086 btrfs: delayed-inode: drop pointless BUG_ON in __btrfs_remove_delayed_item()\n 97db7b598766 powerpc/boot: Only free if realloc() succeeds\n 9c96b5b05648 powerpc/boot: Handle allocation failure in simple_realloc()\n 881613a97540 f2fs: stop checkpoint when get a out-of-bounds segment\n 23494bccd256 rxrpc: Don't pick values out of the wire header when setting up security\n cbdac8249fc9 parisc: Use irq_enter_rcu() to fix warning at kernel/context_tracking.c:367\n 0f7acd8cefdb memory: stm32-fmc2-ebi: check regmap_read return value\n 1a45994fb218 x86: Increase brk randomness entropy for 64-bit systems\n 60563755c93c md: clean up invalid BUG_ON in md_ioctl\n 9cf3b89b4f84 netlink: hold nlk->cb_mutex longer in __netlink_dump_start()\n 0e07c0c84afe tick: Move got_idle_tick away from common flags\n 6d4fbad0efbf clocksource/drivers/arm_global_timer: Guard against division by zero\n 533893c2e033 accel/habanalabs: fix debugfs files permissions\n 0b9f748da2ae virtiofs: forbid newlines in tags\n a48d12797eef hrtimer: Select housekeeping CPU during migration\n 53b2f3539958 gpio: sysfs: extend the critical section for unregistering sysfs devices\n 932490268c44 drm/lima: set gp bus_stop bit before hard reset\n aeecb08b6420 net/sun3_82586: Avoid reading past buffer in debug output\n 6d3ff0437e1a wifi: iwlwifi: mvm: avoid garbage iPN\n 2f50c1ea7fde media: drivers/media/dvb-core: copy user arrays safely\n 12b5b959080a scsi: lpfc: Initialize status local variable in lpfc_sli4_repost_sgl_list()\n 342352caf06f fs: binfmt_elf_efpic: don't use missing interpreter's properties\n b1397fb4a779 media: pci: cx23885: check cx23885_vdev_init() return\n 1fb112cefadb kernfs: fix false-positive WARN(nr_mmapped) in kernfs_drain_open_files\n d5a9588cc389 riscv: blacklist assembly symbols for kprobe\n 18b9264a1389 quota: Remove BUG_ON from dqget()\n 30bbdff9e19d wifi: ath12k: Add missing qmi_txn_cancel() calls\n 535e9bd0e8f8 fuse: fix UAF in rcu pathwalks\n e968edf6ecba afs: fix __afs_break_callback() / afs_drop_open_mmap() race\n 56a1bf2b8357 btrfs: zlib: fix and simplify the inline extent decompression\n 0a56dcce6b82 ext4: do not trim the group with corrupted block bitmap\n 5b7766ab913b nvmet-trace: avoid dereferencing pointer too early\n 9b139b16b58e EDAC/skx_common: Filter out the invalid address\n 73567149beaf gfs2: Refcounting fix in gfs2_thaw_super\n 3cde81f8ad3e Bluetooth: hci_conn: Check non NULL function before calling for HFP offload\n 7a3e7f1ed601 evm: don't copy up 'security.evm' xattr\n e9c902dd3695 drm/rockchip: vop2: clear afbc en and transform bit for cluster window at linear mode\n 9324cbc465a6 ionic: no fw read when PCI reset failed\n b41d5ce6b210 ionic: prevent pci disable of already disabled device\n fb768e05712d powerpc/pseries/papr-sysparm: Validate buffer object lengths\n cbd7ab7d7ef7 hwmon: (pc87360) Bounds check data->innr usage\n 61db7910e8c2 ASoC: SOF: ipc4: check return value of snd_sof_ipc_msg_data\n 9badede60704 powerpc/xics: Check return value of kasprintf in icp_native_map_one_cpu\n dff1afeaeaf6 memory: tegra: Skip SID programming if SID registers aren't set\n 9064a70eee97 drm/msm: Reduce fallout of fence signaling vs reclaim hangs\n edb39f621bad block: Fix lockdep warning in blk_mq_mark_tag_wait\n c58f7770456b arm64: Fix KASAN random tag seed initialization\n 855538373007 powerpc/topology: Check if a core is online\n f17c3a37b22a cpu/SMT: Enable SMT only if a core is online\n 881eb2fae123 rust: fix the default format for CONFIG_{RUSTC,BINDGEN}_VERSION_TEXT\n b4dad0cab687 rust: suppress error messages from CONFIG_{RUSTC,BINDGEN}_VERSION_TEXT\n 34e1335905f2 rust: work around `bindgen` 0.69.0 issue\n 7d805d925529 hwmon: (ltc2992) Avoid division by zero\n 67288cbb7ac2 IB/hfi1: Fix potential deadlock on &irq_src_lock and &dd->uctxt_lock\n c357e4cf5830 clk: visconti: Add bounds-checking coverage for struct visconti_pll_provider\n 30819471054a wifi: iwlwifi: check for kmemdup() return value in iwl_parse_tlv_firmware()\n 0a1a3c11fc33 wifi: iwlwifi: fw: Fix debugfs command sending\n 1cbdaf141a5d wifi: iwlwifi: abort scan when rfkill on but device enabled\n 355aec2ed84d gfs2: setattr_chown: Add missing initialization\n 1a327862eb13 wifi: mac80211: flush STA queues on unauthorization\n e9f610050369 scsi: spi: Fix sshdr use\n 3b2f36068c28 ASoC: SOF: Intel: hda-dsp: Make sure that no irq handler is pending before suspend\n 66ddb97699b2 iommu/arm-smmu-qcom: Add SDM670 MDSS compatible\n 9649d26dc9ad media: qcom: venus: fix incorrect return value\n abbba0768c8c drm/tegra: Zero-initialize iosys_map\n 5ee7df8143c1 binfmt_misc: cleanup on filesystem umount\n ebf6f517d3f3 md/raid5-cache: use READ_ONCE/WRITE_ONCE for 'conf->log'\n 03be3489b165 accel/habanalabs: fix bug in timestamp interrupt handling\n db5ba2c1ed16 accel/habanalabs: export dma-buf only if size/offset multiples of PAGE_SIZE\n fa8cb3102fe4 accel/habanalabs/gaudi2: unsecure tpc count registers\n e6571cff84da media: s5p-mfc: Fix potential deadlock on condlock\n 14dde93c3136 platform/x86/intel/ifs: Validate image size\n 8464e99e3808 staging: ks7010: disable bh on tx_dev_lock\n a8b30d53a1e9 drm/amd/display: Validate hw_points_num before using it\n 1b60d354a4de usb: gadget: uvc: cleanup request when not in correct state\n d2defcddfe90 wifi: mt76: fix race condition related to checking tx queue fill status\n b87691d733cf staging: iio: resolver: ad2s1210: fix use before initialization\n 84d617388059 wifi: ath11k: fix ath11k_mac_op_remain_on_channel() stack usage\n 55e9057c8a95 media: radio-isa: use dev_name to fill in bus_info\n 14fafdfdadf9 drm/amdkfd: Move dma unmapping after TLB flush\n 7620f9c3bdc5 i3c: mipi-i3c-hci: Do not unmap region not mapped for transfer\n 6c85c7c9a8cd i3c: mipi-i3c-hci: Remove BUG() when Ring Abort request times out\n 98ed3f40f22d wifi: ath12k: fix WARN_ON during ath12k_mac_update_vif_chan\n 10b1f8525415 drm/bridge: tc358768: Attempt to fix DSI horizontal timings\n 8653d7bddf81 s390/smp,mcck: fix early IPI handling\n 0b9c00d9fae7 RDMA/rtrs: Fix the problem of variable not initialized fully\n 75a92689e36b i2c: riic: avoid potential division by zero\n a2225b7af5d6 cgroup: Avoid extra dereference in css_populate_dir()\n a4dc7424561c wifi: cw1200: Avoid processing an invalid TIM IE\n 97f381703914 sched/topology: Handle NUMA_NO_NODE in sched_numa_find_nth_cpu()\n 7ede6ef04c9f net: ethernet: mtk_wed: check update_wo_rx_stats in mtk_wed_update_rx_stats()\n 81ba4dd37a28 rcu: Eliminate rcu_gp_slow_unregister() false positive\n e160de344f52 rcu: Dump memory object info if callback function is invalid\n 4a2f09460141 mm: Remove kmem_valid_obj()\n ee6669b463ca wifi: iwlwifi: mvm: fix recovery flow in CSA\n 86f22e7cce02 wifi: mac80211: fix BA session teardown race\n 268f84a82753 wifi: cfg80211: check wiphy mutex is held for wdev mutex\n f34056c3050e wifi: mac80211: lock wiphy in IP address notifier\n 5a002f41ebff ASoC: cs35l45: Checks index of cs35l45_irqs[]\n 8574cdabb526 ssb: Fix division by zero issue in ssb_calc_clock_rate\n ec71cc24b0d4 drm/amdgpu: access RLC_SPM_MC_CNTL through MMIO in SRIOV runtime\n 695f692bcd72 drm/amd/amdgpu/imu_v11_0: Increase buffer size to ensure all possible values can be stored\n 51e4630ef0d1 drm/amd/pm: fix error flow in sensor fetching\n c3254bc09f46 ALSA: hda/realtek: Fix noise from speakers on Lenovo IdeaPad 3 15IAU7\n a8544dec14a7 gpio: mlxbf3: Support shutdown() function\n fa1d4de7265c net: hns3: fix a deadlock problem when config TC during resetting\n 1d2f4a731613 net: hns3: use the user's cfg after reset\n a6c0178c81a1 net: hns3: fix wrong use of semaphore up\n d4b8c4bb7714 selftests: net: lib: kill PIDs before del netns\n fc9cae2199b8 selftests: net: lib: ignore possible errors\n 921f1acf0c3c vsock: fix recursive ->recvmsg calls\n f123293db16d netfilter: nf_tables: Add locking for NFT_MSG_GETOBJ_RESET requests\n 4340de3e659c netfilter: nf_tables: Introduce nf_tables_getobj_single\n cf4ebf779739 netfilter: nf_tables: Carry reset boolean in nft_obj_dump_ctx\n f3b7dc8b6c9a netfilter: nf_tables: nft_obj_filter fits into cb->ctx\n 959c9bf85fe2 netfilter: nf_tables: Carry s_idx in nft_obj_dump_ctx\n 2c6a79b94e39 netfilter: nf_tables: A better name for nft_obj_filter\n ba9b99d909e1 netfilter: nf_tables: Unconditionally allocate nft_obj_filter\n 83d37714c151 netfilter: nf_tables: Drop pointless memset in nf_tables_dump_obj\n bb6231e53361 netfilter: nf_tables: Audit log dump reset after the fact\n 74e6eb7fd27e netfilter: nf_queue: drop packets with cloned unconfirmed conntracks\n c7b760499f77 netfilter: flowtable: initialise extack before use\n 7b825f91a071 netfilter: allow ipv6 fragments to arrive on different devices\n 227355ad4e4a tcp: Update window clamping condition\n ff8292bb10ec mptcp: correct MPTCP_SUBFLOW_ATTR_SSN_OFFSET reserved size\n c920ab13d713 mlxbf_gige: disable RX filters until RX path initialized\n 326a89321f9d net: ethernet: mtk_wed: fix use-after-free panic in mtk_wed_setup_tc_block_cb()\n b3917d8a4e01 net: dsa: vsc73xx: check busy flag in MDIO operations\n cec515531e4f net: dsa: vsc73xx: use read_poll_timeout instead delay loop\n e077f5192811 net: dsa: vsc73xx: pass value in phy_write operation\n 948ee178f46e net: axienet: Fix register defines comment description\n ef23c18ab88e atm: idt77252: prevent use after free in dequeue_rx()\n 6c88d53bcf8e net/mlx5e: Correctly report errors for ethtool rx flows\n b3b9a87adee9 net/mlx5e: Take state lock during tx timeout reporter\n 920dff7f4369 igc: Fix reset adapter logics when tx mode change\n 01ad5058b826 igc: Fix qbv_config_change_errors logics\n 3fa593db4592 igc: Fix packet still tx after gate close by reducing i226 MAC retry buffer\n 944f2d4db9ce bpf: Fix updating attached freplace prog in prog_array map\n 730f7a5e44d8 s390/uv: Panic for set and remove shared access UVC errors\n 09717678737b drm/amdgpu/jpeg4: properly set atomics vmid field\n 0e93fa4027cf drm/amdgpu/jpeg2: properly set atomics vmid field\n f1aa7c509aa7 memcg_write_event_control(): fix a user-triggerable oops\n 2685a2b9e55d drm/amdgpu: Actually check flags for all context ops.\n d3ba98ce5c18 btrfs: tree-checker: add dev extent item checks\n 9baca56eb073 btrfs: zoned: properly take lock to read/update block group's zoned variables\n 251508b933f6 btrfs: tree-checker: reject BTRFS_FT_UNKNOWN dir type\n f7668d033940 mm/memory-failure: use raw_spinlock_t in struct memory_failure_cpu\n 5295951b53bd selinux: add the processing of the failure of avc_add_xperms_decision()\n 01a6b34b602a selinux: fix potential counting error in avc_add_xperms_decision()\n dfaa39b05a6c fs/netfs/fscache_cookie: add missing \"n_accesses\" check\n 4291f94f8c6b wifi: brcmfmac: cfg80211: Handle SSID based pmksa deletion\n 221cf8321757 net: mana: Fix doorbell out of order violation and avoid unnecessary doorbell rings\n 65f20b174ec0 net: mana: Fix RX buf alloc_size alignment and atomic op panic\n 753f1745146e rtla/osnoise: Prevent NULL dereference in error handling\n 67d1d8cc5904 i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume\n dd72ae8b0fce fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHARE\n 97a532c3ac4f bitmap: introduce generic optimized bitmap_size()\n ef725854f898 btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()\n 9805a8811781 s390/cio: rename bitmap_size() -> idset_bitmap_size()\n 706cc80260d3 fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()\n b9bda5f6012d vfs: Don't evict inode under the inode lru traversing context\n a6bba25f15e7 dm persistent data: fix memory allocation failure\n 00df2f486838 dm resume: don't return EINVAL when signalled\n 0237b5517ccb arm64: ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODE\n d2c7680250ef ACPI: EC: Evaluate _REG outside the EC scope more carefully\n 03fd525dfefe ACPICA: Add a depth argument to acpi_execute_reg_methods()\n 6861faf4232e i2c: tegra: Do not mark ACPI devices as irq safe\n 36ebafda35f8 riscv: change XIP's kernel_map.size to be size of the entire kernel\n 051c0a558154 KVM: s390: fix validity interception issue when gisa is switched off\n 93a7e2856951 s390/dasd: fix error recovery leading to data corruption on ESE devices\n 31ba13202c74 ALSA: hda/tas2781: fix wrong calibrated data order\n 18b3ad2a3cc8 thunderbolt: Mark XDomain as unplugged when router is removed\n 6b99de301d78 xhci: Fix Panther point NULL pointer deref at full-speed re-enumeration\n 9dd9078485eb ALSA: usb-audio: Support Yamaha P-125 quirk entry\n 82d06b816332 ALSA: usb-audio: Add delay quirk for VIVO USB-C-XE710 HEADSET\n 5cff754692ad char: xillybus: Check USB endpoints when probing device\n 435fc9cae23d char: xillybus: Refine workqueue handling\n a7ad105b1225 char: xillybus: Don't destroy workqueue from work item running on it\n ac42e0f0eb66 fuse: Initialize beyond-EOF page contents before setting uptodate\n 61eb7aae8b16 selinux: revert our use of vma_is_initial_heap()\n c2a3b181f08f Revert \"usb: typec: tcpm: clear pd_event queue in PORT_RESET\"\n ea13bd807f1c Revert \"misc: fastrpc: Restrict untrusted app to attach to privileged PD\"\n 7adc8a3d5da8 Revert \"ACPI: EC: Evaluate orphan _REG under EC device\"\n 63e80efa6341 tty: atmel_serial: use the correct RTS flag.\n 8eb92cfca6c2 tty: serial: fsl_lpuart: mark last busy before uart_add_one_port\n 18abb2787b53 x86/syscall: Mark exit[_group] syscall handlers __noreturn\n 2879d995e569 pnmtologo: sync with 6.6\n 43ea1c5e6eb3 lib/build_OID_registry: take -stable reproducibility changes\n 35046aea43c8 bpftool: Fix undefined bpf macro for unix socket\n 9a558d4b8621 tools/resolve_btfids: Fix comparison of distinct pointer types warning in resolve_btfids\n 42b2eec2e503 bpftool: Query only cgroup-related attach types\n f71bb11887ba cpu/amd: inhibit SMP check for qemux86\n c31365597a17 powerpc/uaccess: Fix build errors seen with GCC 13/14\n 64ebf485c56b usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock\n 7c76aad68f6d kselftest: Add a ksft_perror() helper\n 06644f0d7193 drm/tilcdc: Set preferred depth\n ff7ae7b32324 crypto: jitter - add RCT/APT support for different OSRs\n 50cd24ddb6f0 arm64: defconfig: remove CONFIG_IPQ_APSS_5018\n 58e5c91d6701 x86/alternatives: Disable interrupts and sync when optimizing NOPs in place\n c878fd2d4c79 x86/alternatives: Sync core before enabling interrupts\n c2d64b9f52b6 qemux86: add configuration symbol to select values\n 630c33229e6d sched/isolation: really align nohz_full with rcu_nocbs\n 0e5e0f68e2e6 clear_warn_once: add a clear_warn_once= boot parameter\n 46934791b902 clear_warn_once: bind a timer to written reset value\n cdee9e38ff32 clear_warn_once: expand debugfs to include read support\n 82b562b81841 tools: Remove some options from CLANG_CROSS_FLAGS\n 36dc380b776b libbpf: Fix build warning on ref_ctr_off\n 9e3e1fe20982 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.\n e497a4a5da65 perf: x86-32: explicitly include \n 7b57ddd89565 perf: mips64: Convert __u64 to unsigned long long\n 1cfc19423dc7 perf: fix bench numa compilation\n 98bc2815fade perf: add SLANG_INC for slang.h\n 17209a70b9b3 perf: add sgidefs.h to for mips builds\n 9cd4258d910a perf: change --root to --prefix for python install\n 8110a4f26628 perf: add 'libperl not found' warning\n bc89d5e08f77 perf: force include of \n 4f6c760cc876 fat: Replace prandom_u32() with get_random_u32()\n bc53117b12b2 fat: don't use obsolete random32 call in namei_vfat\n 30b2236ab378 FAT: Added FAT_NO_83NAME\n cef98d22b4ed FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option\n 0bbd7daba9e1 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option\n 5883fc340084 aufs6: adapt to v6.6 i_op->ctime changes\n c4342d979bf2 aufs6: fix magic.mk include path\n 35266bc2dc81 aufs6: adapt to v6.6\n 8edede4e98be aufs6: core\n 712248233ebe aufs6: standalone\n 3b71a8a848d8 aufs6: mmap\n 3e2924871f37 aufs6: base\n 7f4907a93101 aufs6: kbuild\n d2f7b03e4aa7 yaffs2: update VFS ctime operations to 6.6+\n bcd6cfcd1aa0 yaffs2: v6.5 fixups\n cc615704b5f5 yaffs2: Fix miscalculation of devname buffer length\n 8ef2e22dcf91 yaffs2: convert user_namespace to mnt_idmap\n c9c749f9f7d3 yaffs2: replace bdevname call with sprintf\n 395b01cdc39d yaffs2: convert read_page -> readfolio\n d98b07e43ba6 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL\n 613c6d50fdbe yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name\n 622c4648936f yaffs2: v5.12+ build fixups (not runtime tested)\n 7562133d4090 yaffs: include blkdev.h\n dbd44252cd59 yaffs: fix misplaced variable declaration\n c223a10b1ac0 yaffs2: v5.6 build fixups\n 90f6007cfbf4 yaffs2: fix memory leak when /proc/yaffs is read\n 37ee169c5ea1 yaffs: add strict check when call yaffs_internal_read_super\n b6e007b8abb6 yaffs: repair yaffs_get_mtd_device\n fb98f65a466a yaffs: Fix build failure by handling inode i_version with proper atomic API\n 51e0aac75ea2 yaffs2: fix memory leak in mount/umount\n 2b74a0cae7b0 yaffs: Avoid setting any ACL releated xattr\n ff4130a9c376 Yaffs:check oob size before auto selecting Yaffs1\n ba95b409c67c fs: yaffs2: replace CURRENT_TIME by other appropriate apis\n 8fa35eba9056 yaffs2: adjust to proper location of MS_RDONLY\n 1eb5deaad8c4 yaffs2: import git revision b4ce1bb (jan, 2020)\n 4dce67c1e8c8 initramfs: allow an optional wrapper script around initramfs generation\n 2f603d83fcc4 pnmtologo: use relocatable file name\n 664a6a0a484b tools: use basename to identify file in gen-mach-types\n 9de64bc0c185 lib/build_OID_registry: fix reproducibility issues\n ae9b80797295 vt/conmakehash: improve reproducibility\n a972323151bd iwlwifi: select MAC80211_LEDS conditionally\n 15d2adcc0198 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)\n 5556a6c04b19 arm64/perf: Fix wrong cast that may cause wrong truncation\n 5552dc768ffc defconfigs: drop obselete options\n 00fe4152df31 arm64/perf: fix backtrace for AAPCS with FP enabled\n 3888d0652edf linux-yocto: Handle /bin/awk issues\n 3d55d299f23a uvesafb: provide option to specify timeout for task completion\n 23c068c080be uvesafb: print error message when task timeout occurs\n edbfc939266e compiler.h: Undef before redefining __attribute_const__\n c99ae7e2a19a vmware: include jiffies.h\n 572d84d928c8 Resolve jiffies wrapping about arp\n fdcd47cac843 nfs: Allow default io size to be configured.\n 927d48801098 check console device file on fs when booting\n 57cc27f821dd mount_root: clarify error messages for when no rootfs found\n 1b53d82a8152 mconf: fix output of cflags and libraries\n 1811da09f42c menuconfig,mconf-cfg: Allow specification of ncurses location\n 83c2e0c6eb1f modpost: mask trivial warnings\n 6de673039484 kbuild: exclude meta directory from distclean processing\n 6decd32815f5 powerpc: serialize image targets\n f6b683b38318 arm: serialize build targets\n e798b09ebf57 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition\n dc8a1e5a88f8 x86_64_defconfig: Fix warnings\n 68491e5f72b6 powerpc/ptrace: Disable array-bounds warning with gcc8\n d71ebfce3004 powerpc: Disable attribute-alias warnings from gcc8\n 62f50884b8b1 powerpc: kexec fix for powerpc64\n da6871c62c37 powerpc: Add unwind information for SPE registers of E500 core\n f161c880c11d mips: make current_cpu_data preempt safe\n 5e94a8247ce7 mips: vdso: fix 'jalr $t9' crash in vdso code\n 19e36714b1c7 mips: Kconfig: add QEMUMIPS64 option\n e2e537db3cbd 4kc cache tlb hazard: tlbp cache coherency\n aee9870611e5 malta uhci quirks: make allowance for slow 4k(e)c\n 881948cd1517 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var\n 98ec1963fcb7 arm64: defconfig: cleanup config options\n f1727c537ba8 vexpress: Pass LOADADDR to Makefile\n 4474c32dc24a arm: ARM EABI socketcall\n 75e31a2b70fd ARM: LPAE: Invalidate the TLB for module addresses during translation fault\n\n(From OE-Core rev: 4dbd9650040a5e9b839b4d508953a05d008a0bcc)\n\nSigned-off-by: Bruce Ashfield \nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"linux-yocto/6.6: update to v6.6.49"}},{"before":"185fd2b28c98c3e1abe6494e03001f4a196d122e","after":"5f97513f8c6bfefa46d5506624a327715a602236","ref":"refs/heads/master","pushedAt":"2024-09-09T14:13:21.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"linux-yocto/6.6: update to v6.6.49\n\nUpdating linux-yocto/6.6 to the latest korg -stable release that comprises\nthe following commits:\n\n df1a7cc5e00f Linux 6.6.49\n d60839a73a26 apparmor: fix policy_unpack_test on big endian systems\n 8a3995a3ffec scsi: aacraid: Fix double-free on probe failure\n 790a8d36f96b arm64: dts: freescale: imx93-tqma9352-mba93xxla: fix typo\n 7cf7de0f3572 arm64: dts: freescale: imx93-tqma9352: fix CMA alloc-ranges\n f8fb2cd48653 arm64: dts: imx93: update default value for snps,clk-csr\n d0c54c294926 arm64: dts: imx93: add nvmem property for eqos\n 1e59301fcc30 arm64: dts: imx93: add nvmem property for fec1\n 228d69f93898 arm64: dts: imx8mp-beacon-kit: Fix Stereo Audio on WM8962\n 8aaca1c9fb9a ARM: dts: omap3-n900: correct the accelerometer orientation\n d54696813cf4 usb: cdnsp: fix for Link TRB with TC\n 72be846dc76e usb: cdnsp: fix incorrect index in cdnsp_get_hw_deq function\n 8fc7c9dcfe38 usb: core: sysfs: Unmerge @usb3_hardware_lpm_attr_group in remove_power_attributes()\n 70b43c33669e usb: dwc3: st: add missing depopulate in probe error path\n e1e5e8ea2731 usb: dwc3: st: fix probed platform device ref count on probe error path\n 7bb11a75dd4d usb: dwc3: core: Prevent USB core invalid event buffer address access\n df2daed52923 usb: dwc3: omap: add missing depopulate in probe error path\n b3e8696e0374 ARM: dts: imx6dl-yapp43: Increase LED current to match the yapp4 HW design\n 6d9f4783868b USB: serial: option: add MeiG Smart SRM825L\n 03e3156ea7e5 scsi: sd: Ignore command SYNCHRONIZE CACHE error if format in progress\n cdf7efe4b02a firmware: qcom: scm: Mark get_wq_ctx() as atomic call\n ea3b6ec38bed cdc-acm: Add DISABLE_ECHO quirk for GE HealthCare UI Controller\n 1efdbf5323c9 soc: qcom: pmic_glink: Fix race during initialization\n c704091b5911 soc: qcom: pmic_glink: Actually communicate when remote goes down\n ef80520be0ff soc: qcom: cmd-db: Map shared memory as WC, not WB\n 56ad559cf6d8 nfc: pn533: Add poll mod list filling check\n 55526afdbb52 net: busy-poll: use ktime_get_ns() instead of local_clock()\n f6f5e39a3fe7 drm/amd/display: avoid using null object of framebuffer\n b65116bee7b5 sctp: fix association labeling in the duplicate COOKIE-ECHO case\n 28c67f0f84f8 gtp: fix a potential NULL pointer dereference\n 6b598069164a bonding: change ipsec_lock from spin lock to mutex\n 19792758339b bonding: extract the use of real_device into local variable\n 124a688ed36c bonding: implement xdo_dev_state_free and call it after deletion\n 7aa9f978c2b6 selftests: forwarding: local_termination: Down ports on cleanup\n 7e7d0bd538d5 selftests: forwarding: no_forwarding: Down ports on cleanup\n 84f17718a0b8 netfilter: nf_tables_ipv6: consider network offset in netdev/egress validation\n 94ab317024ba ethtool: check device is present when getting link settings\n 1a525d99dc93 wifi: iwlwifi: fw: fix wgds rev 3 exact size\n 8e51088d9123 netfilter: nf_tables: restore IP sanity checks for netdev/egress\n 99912d85fa89 iommu: Do not return 0 from map_pages if it doesn't do anything\n c8525821ecb1 Bluetooth: hci_core: Fix not handling hibernation actions\n 662a55986b88 Bluetooth: btnxpuart: Fix random crash seen while removing driver\n 9aa6e15c0108 Bluetooth: btnxpuart: Handle FW Download Abort scenario\n 9d5df94ce0e2 Bluetooth: btnxpuart: Resolve TX timeout error in power save stress test\n 7df36cceb934 dmaengine: dw: Add memory bus width verification\n e1b63d054ee0 dmaengine: dw: Add peripheral bus width verification\n 24775bfdf435 phy: xilinx: phy-zynqmp: Fix SGMII linkup failure on resume\n ffd2e852dc54 dmaengine: dw-edma: Do not enable watermark interrupts for HDMA\n d3c9a2a6caa8 dmaengine: dw-edma: Fix unmasking STOP and ABORT interrupts for HDMA\n b47ff45c4a87 soundwire: stream: fix programming slave ports for non-continous port maps\n 954e1893fe85 phy: fsl-imx8mq-usb: fix tuning parameter name\n b547cab1ebdb iommufd: Do not allow creating areas without READ or WRITE\n 459584258d47 selinux,smack: don't bypass permissions check in inode_setsecctx hook\n 05d2e16a9e3a Revert \"change alloc_pages name in dma_map_ops to avoid name conflicts\"\n 288d398df80c cifs: Fix FALLOC_FL_PUNCH_HOLE support\n 881aee27ce7d mm: Fix missing folio invalidation calls during truncation\n 9de10f5b7ba9 ovl: ovl_parse_param_lowerdir: Add missed '\\n' for pr_err\n dce7cbeaa10f ovl: fix wrong lowerdir number check for parameter Opt_lowerdir\n 0e1c9709d70b ovl: pass string to ovl_parse_layer()\n c15123bbe379 pinctrl: starfive: jh7110: Correct the level trigger configuration of iev register\n 2ebdb6e98705 pinctrl: mediatek: common-v2: Fix broken bias-disable for PULL_PU_PD_RSEL_TYPE\n 805cb277fbc0 ASoC: SOF: amd: Fix for acp init sequence\n 30464c3174e1 ASoC: amd: acp: fix module autoloading\n 2dfbf8991e49 thermal: of: Fix OF node leak in of_thermal_zone_find() error paths\n 31019a2ab4a0 thermal: of: Fix OF node leak in thermal_of_trips_init() error path\n 0199a29ec6e9 of: Introduce for_each_*_child_of_node_scoped() to automate of_node_put() handling\n d967f6ae3149 usb: typec: fix up incorrectly backported \"usb: typec: tcpm: unregister existing source caps before re-registration\"\n 4ed03758ddf0 tracing: Have format file honor EVENT_FILE_FL_FREED\n 9a9716bbbf3d drm/vmwgfx: Fix prime with external buffers\n 39defab0ebf0 drm/amdgpu/swsmu: always force a state reprogram on init\n 11182b33faf3 drm/amdgpu: align pp_power_profile_mode with kernel docs\n 09c423d6fcd5 selftests: mptcp: join: check re-re-adding ID 0 endp\n 99c17b3be7e3 selftests: mptcp: join: no extra msg if no counter\n a81c87ac6080 selftests: mptcp: join: check removing ID 0 endpoint\n dc14d542e683 mptcp: pm: ADD_ADDR 0 is not a new address\n 53e2173172d2 mptcp: pm: fix ID 0 endp usage after multiple re-creations\n 78b04149868d mptcp: pm: do not remove already closed subflows\n edfbc14a4beb mptcp: pm: send ACK on an active subflow\n 26e0f27405db mptcp: pm: reset MPC endp ID when re-added\n 6d6c14563347 mptcp: pm: skip connecting to already established sf\n 1448d9a34ce4 mptcp: pm: reuse ID 0 after delete and re-add\n 9e40cd795900 mptcp: sched: check both backup in retrans\n 255bc4fc4f6a mptcp: close subflow when receiving TCP+FIN\n c04cac9a59c4 net: mana: Fix race of mana_hwc_post_rx_wqe and new hwc response\n 8e4084ed2bd6 wifi: mwifiex: duplicate static structs used in driver instances\n 9d5e5908f063 wifi: wfx: repair open network AP mode\n cb739d3ce51c of: Add cleanup.h based auto release via __free(device_node) markings\n 4ed45fe99ec9 pinctrl: single: fix potential NULL dereference in pcs_get_function()\n d80bdfaa48c1 pinctrl: rockchip: correct RK3328 iomux width flag for GPIO2-B pins\n a01859dd6aeb smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req()\n 44013260666f btrfs: run delayed iputs when flushing delalloc\n 51722b99f41f btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk()\n f6758eb7928e LoongArch: Remove the unused dma-direct.h\n b1922c3102f1 ALSA: seq: Skip event type filtering for UMP events\n c77dee530e77 Linux 6.6.48\n a2081b8cabbe tools: move alignment-related macros to new \n 8f04edd554d1 Input: MT - limit max slots\n 3d68d1076040 Revert \"s390/dasd: Establish DMA alignment\"\n b8d7b897e1e5 net: ngbe: Fix phy mode set to external phy\n 118fd997612d ksmbd: fix race condition between destroy_previous_session() and smb2 operations()\n c6372cbd919b drm/amdgpu/vcn: not pause dpg for unified queue\n 44bb8f18a63b drm/amdgpu/vcn: identify unified queue in sw init\n e0aeb26b04ec NFSD: simplify error paths in nfsd_svc()\n b12caa8f0888 selftests/bpf: Add a test to verify previous stacksafe() fix\n 7cad3174cc79 bpf: Fix a kernel verifier crash in stacksafe()\n 19b4397c4a15 mm/numa: no task_numa_fault() call if PTE is changed\n c789a78151c1 mm/numa: no task_numa_fault() call if PMD is changed\n bb121128fd58 ALSA: timer: Relax start tick time check for slave timer elements\n 1f3b52c0fdc8 igc: Fix qbv tx latency by setting gtxoffset\n ad569ac6055f drm/panel: nt36523: Set 120Hz fps for xiaomi,elish panels\n ab7554fb515b drm/msm/mdss: specify cfg bandwidth for SDM670\n cc9006d00da4 hwmon: (ltc2992) Fix memory leak in ltc2992_parse_dt()\n f0974e6bc385 tcp: do not export tcp_twsk_purge()\n 3d3a8654a53b platform/x86/intel/ifs: Call release_firmware() when handling errors.\n 50fe8565a9be Revert \"drm/amd/display: Validate hw_points_num before using it\"\n 8e1f64d44664 Revert \"usb: gadget: uvc: cleanup request when not in correct state\"\n ce2f28a549f1 selftests: mptcp: join: check re-using ID of closed subflow\n f845af67e79e selftests: mptcp: join: validate fullmesh endp on 1st sf\n 9a9afbbc3fbf mptcp: pm: avoid possible UaF when selecting endp\n b762e1e301bd mptcp: pm: fullmesh: select the right ID later\n a7a692b79104 mptcp: pm: only in-kernel cannot have entries with ID 0\n 9907af6a28a6 mptcp: pm: check add_addr_accept_max before accepting new ADD_ADDR\n d20bf2c96d7f mptcp: pm: only decrement add_addr_accepted for MPJ req\n 43cf912b0b0f mptcp: pm: only mark 'subflow' endp as available\n 01db51846874 mptcp: pm: remove mptcp_pm_remove_subflow()\n 257d56fbfff9 mptcp: pm: re-using ID of unused flushed subflows\n 7b64bdbfcf6f mptcp: pm: re-using ID of unused removed subflows\n cb24bdcdecba mptcp: pm: re-using ID of unused removed ADD_ADDR\n cc29c5546c6a nouveau/firmware: use dma non-coherent allocator\n d25fd6eb26a7 pmdomain: imx: wait SSAR when i.MX93 power domain on\n e6d49dd41e14 pmdomain: imx: scu-pd: Remove duplicated clocks\n 7bbf8f8b8861 mmc: dw_mmc: allow biu and ciu clocks to defer\n c1b17191abc5 mmc: mtk-sd: receive cmd8 data when hs400 tuning fail\n 9d7629bec5c3 KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3\n 2d7cb80bfff3 cxgb4: add forgotten u64 ivlan cast before shift\n 11343059daf8 Input: i8042 - use new forcenorestore quirk to replace old buggy quirk combination\n fdda14aba729 Input: i8042 - add forcenorestore quirk to leave controller untouched even on s3\n 2b5f22ea55ca HID: wacom: Defer calculation of resolution until resolution_code is known\n ac5d3baf141a MIPS: Loongson64: Set timer mode in cpu-probe\n 242665bd914a net: dsa: microchip: fix PTP config failure when using multiple ports\n 50553ea7cbd3 drm/amdgpu: Validate TA binary size\n 09982d418ac6 ksmbd: the buffer of smb2 query dir response has at least 1 byte\n 76df3a1970dd scsi: core: Fix the return value of scsi_logical_block_count()\n 064dd929c765 Bluetooth: MGMT: Add error handling to pair_device()\n 0fa4b4aadb2b smb: client: ignore unhandled reparse tags\n cac2815f49d3 mmc: mmc_test: Fix NULL dereference on allocation failure\n 88c232fd0629 drm/msm: fix the highest_bank_bit for sc7180\n aba75693331e drm/msm/mdss: Handle the reg bus ICC path\n 707601fcf652 drm/msm/mdss: Rename path references to mdp_path\n 9611899f42e3 drm/msm/mdss: switch mdss to use devm_of_icc_get()\n 8b93b3e1589e drm/msm/dpu: take plane rotation into account for wide planes\n 1af8f3db50c2 drm/msm/dpu: try multirect based on mdp clock limits\n a3c5815b07f4 drm/msm/dpu: cleanup FB if dpu_format_populate_layout fails\n 6f3aea37aac4 drm/msm/dp: reset the link phy params before link training\n 3fb61718bcbe drm/msm/dpu: move dpu_encoder's connector assignment to atomic_enable()\n 8e7ef27e4e8f drm/msm/dpu: capture snapshot on the first commit_done timeout\n 801f49c83bac drm/msm/dpu: split dpu_encoder_wait_for_event into two functions\n da7243e52264 drm/msm/dpu: drop MSM_ENC_VBLANK support\n e86721b0d02c drm/msm/dpu: use drmm-managed allocation for dpu_encoder_phys\n 4a2798cc24ba drm/msm/dp: fix the max supported bpp logic\n 69da87fb0dd4 drm/msm/dpu: don't play tricks with debug macros\n 6be50c8991d7 net: ovs: fix ovs_drop_reasons error\n 4bf322e5af8e net: xilinx: axienet: Fix dangling multicast addresses\n 14ebcb4a67dc net: xilinx: axienet: Always disable promiscuous mode\n 7a8c74df7c97 octeontx2-af: Fix CPT AF register offset calculation\n 0279c35d242d netfilter: flowtable: validate vlan header\n fa4e6ae38574 bnxt_en: Fix double DMA unmapping for XDP_REDIRECT\n 124b428fe280 ipv6: prevent possible UAF in ip6_xmit()\n 6ab6bf731354 ipv6: fix possible UAF in ip6_finish_output2()\n af1dde074ee2 ipv6: prevent UAF in ip6_send_skb()\n cfa692e7e71b udp: fix receiving fraglist GSO packets\n 577d6c061946 netem: fix return value if duplicate enqueue fails\n f7d8c2fabd39 net: dsa: mv88e6xxx: Fix out-of-bound access\n 8ea80ff5d829 igb: cope with large MAX_SKB_FRAGS\n da7d3fddced7 dpaa2-switch: Fix error checking in dpaa2_switch_seed_bp()\n c864bf016692 ice: fix truesize operations for PAGE_SIZE >= 8192\n e9a1df12d530 ice: fix ICE_LAST_OFFSET formula\n 5898525275b2 ice: fix page reuse when PAGE_SIZE is over 8k\n 996ba2f0d755 bonding: fix xfrm state handling when clearing active slave\n 4582d4ff413a bonding: fix xfrm real_dev null pointer dereference\n 0707260a1831 bonding: fix null pointer deref in bond_ipsec_offload_ok\n f2b3d38d7986 bonding: fix bond_ipsec_offload_ok return type\n 467ee0d4c567 ip6_tunnel: Fix broken GRO\n 9a131a509935 netfilter: nft_counter: Synchronize nft_counter_reset() against reader.\n b1ac83483e8a netfilter: nft_counter: Disable BH in nft_counter_offload_stats().\n 00425508f30b kcm: Serialise kcm_sendmsg() for the same socket.\n ed37ac430c70 net: mctp: test: Use correct skb for route input check\n 99580ae890ec tcp: prevent concurrent execution of tcp_sk_exit_batch\n 7348061662c7 tcp/dccp: do not care about families in inet_twsk_purge()\n 9624febd6968 tcp/dccp: bypass empty buckets in inet_twsk_purge()\n 03225025384d selftests: udpgro: report error when receive failed\n 440efd86cda2 tc-testing: don't access non-existent variable on exception\n e83b49ecb569 net: mscc: ocelot: serialize access to the injection/extraction groups\n ff7f554bbd75 net: mscc: ocelot: fix QoS class for injected packets with \"ocelot-8021q\"\n dd17e1e68255 net: mscc: ocelot: use ocelot_xmit_get_vlan_info() also for FDMA and register injection\n 4177f2b0a348 Bluetooth: SMP: Fix assumption of Central always being Initiator\n 50ce49116477 Bluetooth: hci_core: Fix LE quote calculation\n 9b707444bebc drm/amdkfd: reserve the BO before validating it\n 15e3bbd83bf5 ALSA: hda/tas2781: Use correct endian conversion\n 9dcb933a161e platform/surface: aggregator: Fix warning when controller is destroyed in probe\n 114858d71382 drm/amd/amdgpu: command submission parser for JPEG\n a50a25dc0ce0 drm/amd/display: fix cursor offset on rotation 180\n 6490f063d54b drm/amd/display: Enable otg synchronization logic for DCN321\n d15fc910b618 drm/amd/display: Adjust cursor position\n f0e8658790b1 btrfs: send: allow cloning non-aligned extent if it ends at i_size\n 1bca9776ed27 btrfs: replace sb::s_blocksize by fs_info::sectorsize\n de7bad86345c mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallback to order 0\n 983e6b2636f0 change alloc_pages name in dma_map_ops to avoid name conflicts\n f2ce57463dd3 selftests: memfd_secret: don't build memfd_secret test on unsupported arches\n 7b0e822d6546 selftests/mm: log run_vmtests.sh results in TAP format\n b4426da8c17c tools/testing/selftests/mm/run_vmtests.sh: lower the ptrace permissions\n b77471c6760a mm: fix endless reclaim on machines with unaccepted memory\n 00b395e95a01 dm suspend: return -ERESTARTSYS instead of -EINTR\n 84557cd61182 riscv: entry: always initialize regs->a0 to -ENOSYS\n e84f4400bf8c i2c: stm32f7: Add atomic_xfer method to driver\n 2ff51719ec61 jfs: define xtree root and page independently\n 34ba4f29f3d9 gtp: pull network headers in gtp_dev_xmit()\n 9c375a95669e nvme: fix namespace removal list\n 6019283e1e35 EDAC/skx_common: Allow decoding of SGX addresses\n 81bd4b07a4f3 ionic: check cmd_regs before copying in or out\n 1ae3ff27c6f2 ionic: use pci_is_enabled not open code\n a855d1297985 hrtimer: Prevent queuing of hrtimer without a function callback\n 3cc03d1dbdcf drm/amdgpu: fix dereference null return value for the function amdgpu_vm_pt_parent\n 82f20194bf46 nvme: use srcu for iterating namespace list\n 913c30f827e1 Revert \"bpf, sockmap: Prevent lock inversion deadlock in map delete elem\"\n 1b2631dd54fb selftests/bpf: Fix a few tests for GCC related warnings.\n 73c50bd10478 nvmet-rdma: fix possible bad dereference when freeing rsps\n e9c0aa6c3dfd ext4: set the type of max_zeroout to unsigned int to avoid overflow\n 4ca547488de8 irqchip/gic-v3-its: Remove BUG_ON in its_vpe_irq_domain_alloc\n def4422ff0eb usb: dwc3: core: Skip setting event buffers for host only controllers\n c0076d2c8d45 platform/x86: lg-laptop: fix %s null argument warning\n 14bd62d58018 clocksource: Make watchdog and suspend-timing multiplication overflow safe\n 831420f210a3 irqchip/renesas-rzg2l: Do not set TIEN and TINT source at the same time\n d8d4da5c689d s390/iucv: fix receive buffer virtual vs physical address confusion\n 7ad21517c397 openrisc: Call setup_memory() earlier in the init sequence\n fbc63fb16544 NFS: avoid infinite loop in pnfs_update_layout.\n 4ff710fdf72f nvmet-tcp: do not continue for invalid icreq\n be285b8dd29b net: hns3: add checking for vf id of mailbox\n 454ba1740cb5 rtc: nct3018y: fix possible NULL dereference\n 664ad87c36c8 firmware: cirrus: cs_dsp: Initialize debugfs_root to invalid\n 7ff15407c404 Bluetooth: bnep: Fix out-of-bound access\n 5469f609be9f nvme: clear caller pointer on identify failure\n 5419f3001e9e usb: gadget: fsl: Increase size of name buffer for endpoints\n 428fb40bd951 f2fs: fix to do sanity check in update_sit_entry\n b9b019acfb72 btrfs: delete pointless BUG_ON check on quota root in btrfs_qgroup_account_extent()\n c7e0e8acc59a btrfs: change BUG_ON to assertion in tree_move_down()\n 48256173f200 btrfs: send: handle unexpected inode in header process_recorded_refs()\n 4eb8be942efc btrfs: send: handle unexpected data in header buffer in begin_cmd()\n 46ca3ec9b8b1 btrfs: handle invalid root reference found in may_destroy_subvol()\n 6be930556d28 btrfs: push errors up from add_async_extent()\n 981a749cef8e btrfs: tests: allocate dummy fs_info and root in test_find_delalloc()\n f379c3f49e95 btrfs: change BUG_ON to assertion when checking for delayed_node root\n 315471004b84 btrfs: defrag: change BUG_ON to assertion in btrfs_defrag_leaves()\n a7fec145b086 btrfs: delayed-inode: drop pointless BUG_ON in __btrfs_remove_delayed_item()\n 97db7b598766 powerpc/boot: Only free if realloc() succeeds\n 9c96b5b05648 powerpc/boot: Handle allocation failure in simple_realloc()\n 881613a97540 f2fs: stop checkpoint when get a out-of-bounds segment\n 23494bccd256 rxrpc: Don't pick values out of the wire header when setting up security\n cbdac8249fc9 parisc: Use irq_enter_rcu() to fix warning at kernel/context_tracking.c:367\n 0f7acd8cefdb memory: stm32-fmc2-ebi: check regmap_read return value\n 1a45994fb218 x86: Increase brk randomness entropy for 64-bit systems\n 60563755c93c md: clean up invalid BUG_ON in md_ioctl\n 9cf3b89b4f84 netlink: hold nlk->cb_mutex longer in __netlink_dump_start()\n 0e07c0c84afe tick: Move got_idle_tick away from common flags\n 6d4fbad0efbf clocksource/drivers/arm_global_timer: Guard against division by zero\n 533893c2e033 accel/habanalabs: fix debugfs files permissions\n 0b9f748da2ae virtiofs: forbid newlines in tags\n a48d12797eef hrtimer: Select housekeeping CPU during migration\n 53b2f3539958 gpio: sysfs: extend the critical section for unregistering sysfs devices\n 932490268c44 drm/lima: set gp bus_stop bit before hard reset\n aeecb08b6420 net/sun3_82586: Avoid reading past buffer in debug output\n 6d3ff0437e1a wifi: iwlwifi: mvm: avoid garbage iPN\n 2f50c1ea7fde media: drivers/media/dvb-core: copy user arrays safely\n 12b5b959080a scsi: lpfc: Initialize status local variable in lpfc_sli4_repost_sgl_list()\n 342352caf06f fs: binfmt_elf_efpic: don't use missing interpreter's properties\n b1397fb4a779 media: pci: cx23885: check cx23885_vdev_init() return\n 1fb112cefadb kernfs: fix false-positive WARN(nr_mmapped) in kernfs_drain_open_files\n d5a9588cc389 riscv: blacklist assembly symbols for kprobe\n 18b9264a1389 quota: Remove BUG_ON from dqget()\n 30bbdff9e19d wifi: ath12k: Add missing qmi_txn_cancel() calls\n 535e9bd0e8f8 fuse: fix UAF in rcu pathwalks\n e968edf6ecba afs: fix __afs_break_callback() / afs_drop_open_mmap() race\n 56a1bf2b8357 btrfs: zlib: fix and simplify the inline extent decompression\n 0a56dcce6b82 ext4: do not trim the group with corrupted block bitmap\n 5b7766ab913b nvmet-trace: avoid dereferencing pointer too early\n 9b139b16b58e EDAC/skx_common: Filter out the invalid address\n 73567149beaf gfs2: Refcounting fix in gfs2_thaw_super\n 3cde81f8ad3e Bluetooth: hci_conn: Check non NULL function before calling for HFP offload\n 7a3e7f1ed601 evm: don't copy up 'security.evm' xattr\n e9c902dd3695 drm/rockchip: vop2: clear afbc en and transform bit for cluster window at linear mode\n 9324cbc465a6 ionic: no fw read when PCI reset failed\n b41d5ce6b210 ionic: prevent pci disable of already disabled device\n fb768e05712d powerpc/pseries/papr-sysparm: Validate buffer object lengths\n cbd7ab7d7ef7 hwmon: (pc87360) Bounds check data->innr usage\n 61db7910e8c2 ASoC: SOF: ipc4: check return value of snd_sof_ipc_msg_data\n 9badede60704 powerpc/xics: Check return value of kasprintf in icp_native_map_one_cpu\n dff1afeaeaf6 memory: tegra: Skip SID programming if SID registers aren't set\n 9064a70eee97 drm/msm: Reduce fallout of fence signaling vs reclaim hangs\n edb39f621bad block: Fix lockdep warning in blk_mq_mark_tag_wait\n c58f7770456b arm64: Fix KASAN random tag seed initialization\n 855538373007 powerpc/topology: Check if a core is online\n f17c3a37b22a cpu/SMT: Enable SMT only if a core is online\n 881eb2fae123 rust: fix the default format for CONFIG_{RUSTC,BINDGEN}_VERSION_TEXT\n b4dad0cab687 rust: suppress error messages from CONFIG_{RUSTC,BINDGEN}_VERSION_TEXT\n 34e1335905f2 rust: work around `bindgen` 0.69.0 issue\n 7d805d925529 hwmon: (ltc2992) Avoid division by zero\n 67288cbb7ac2 IB/hfi1: Fix potential deadlock on &irq_src_lock and &dd->uctxt_lock\n c357e4cf5830 clk: visconti: Add bounds-checking coverage for struct visconti_pll_provider\n 30819471054a wifi: iwlwifi: check for kmemdup() return value in iwl_parse_tlv_firmware()\n 0a1a3c11fc33 wifi: iwlwifi: fw: Fix debugfs command sending\n 1cbdaf141a5d wifi: iwlwifi: abort scan when rfkill on but device enabled\n 355aec2ed84d gfs2: setattr_chown: Add missing initialization\n 1a327862eb13 wifi: mac80211: flush STA queues on unauthorization\n e9f610050369 scsi: spi: Fix sshdr use\n 3b2f36068c28 ASoC: SOF: Intel: hda-dsp: Make sure that no irq handler is pending before suspend\n 66ddb97699b2 iommu/arm-smmu-qcom: Add SDM670 MDSS compatible\n 9649d26dc9ad media: qcom: venus: fix incorrect return value\n abbba0768c8c drm/tegra: Zero-initialize iosys_map\n 5ee7df8143c1 binfmt_misc: cleanup on filesystem umount\n ebf6f517d3f3 md/raid5-cache: use READ_ONCE/WRITE_ONCE for 'conf->log'\n 03be3489b165 accel/habanalabs: fix bug in timestamp interrupt handling\n db5ba2c1ed16 accel/habanalabs: export dma-buf only if size/offset multiples of PAGE_SIZE\n fa8cb3102fe4 accel/habanalabs/gaudi2: unsecure tpc count registers\n e6571cff84da media: s5p-mfc: Fix potential deadlock on condlock\n 14dde93c3136 platform/x86/intel/ifs: Validate image size\n 8464e99e3808 staging: ks7010: disable bh on tx_dev_lock\n a8b30d53a1e9 drm/amd/display: Validate hw_points_num before using it\n 1b60d354a4de usb: gadget: uvc: cleanup request when not in correct state\n d2defcddfe90 wifi: mt76: fix race condition related to checking tx queue fill status\n b87691d733cf staging: iio: resolver: ad2s1210: fix use before initialization\n 84d617388059 wifi: ath11k: fix ath11k_mac_op_remain_on_channel() stack usage\n 55e9057c8a95 media: radio-isa: use dev_name to fill in bus_info\n 14fafdfdadf9 drm/amdkfd: Move dma unmapping after TLB flush\n 7620f9c3bdc5 i3c: mipi-i3c-hci: Do not unmap region not mapped for transfer\n 6c85c7c9a8cd i3c: mipi-i3c-hci: Remove BUG() when Ring Abort request times out\n 98ed3f40f22d wifi: ath12k: fix WARN_ON during ath12k_mac_update_vif_chan\n 10b1f8525415 drm/bridge: tc358768: Attempt to fix DSI horizontal timings\n 8653d7bddf81 s390/smp,mcck: fix early IPI handling\n 0b9c00d9fae7 RDMA/rtrs: Fix the problem of variable not initialized fully\n 75a92689e36b i2c: riic: avoid potential division by zero\n a2225b7af5d6 cgroup: Avoid extra dereference in css_populate_dir()\n a4dc7424561c wifi: cw1200: Avoid processing an invalid TIM IE\n 97f381703914 sched/topology: Handle NUMA_NO_NODE in sched_numa_find_nth_cpu()\n 7ede6ef04c9f net: ethernet: mtk_wed: check update_wo_rx_stats in mtk_wed_update_rx_stats()\n 81ba4dd37a28 rcu: Eliminate rcu_gp_slow_unregister() false positive\n e160de344f52 rcu: Dump memory object info if callback function is invalid\n 4a2f09460141 mm: Remove kmem_valid_obj()\n ee6669b463ca wifi: iwlwifi: mvm: fix recovery flow in CSA\n 86f22e7cce02 wifi: mac80211: fix BA session teardown race\n 268f84a82753 wifi: cfg80211: check wiphy mutex is held for wdev mutex\n f34056c3050e wifi: mac80211: lock wiphy in IP address notifier\n 5a002f41ebff ASoC: cs35l45: Checks index of cs35l45_irqs[]\n 8574cdabb526 ssb: Fix division by zero issue in ssb_calc_clock_rate\n ec71cc24b0d4 drm/amdgpu: access RLC_SPM_MC_CNTL through MMIO in SRIOV runtime\n 695f692bcd72 drm/amd/amdgpu/imu_v11_0: Increase buffer size to ensure all possible values can be stored\n 51e4630ef0d1 drm/amd/pm: fix error flow in sensor fetching\n c3254bc09f46 ALSA: hda/realtek: Fix noise from speakers on Lenovo IdeaPad 3 15IAU7\n a8544dec14a7 gpio: mlxbf3: Support shutdown() function\n fa1d4de7265c net: hns3: fix a deadlock problem when config TC during resetting\n 1d2f4a731613 net: hns3: use the user's cfg after reset\n a6c0178c81a1 net: hns3: fix wrong use of semaphore up\n d4b8c4bb7714 selftests: net: lib: kill PIDs before del netns\n fc9cae2199b8 selftests: net: lib: ignore possible errors\n 921f1acf0c3c vsock: fix recursive ->recvmsg calls\n f123293db16d netfilter: nf_tables: Add locking for NFT_MSG_GETOBJ_RESET requests\n 4340de3e659c netfilter: nf_tables: Introduce nf_tables_getobj_single\n cf4ebf779739 netfilter: nf_tables: Carry reset boolean in nft_obj_dump_ctx\n f3b7dc8b6c9a netfilter: nf_tables: nft_obj_filter fits into cb->ctx\n 959c9bf85fe2 netfilter: nf_tables: Carry s_idx in nft_obj_dump_ctx\n 2c6a79b94e39 netfilter: nf_tables: A better name for nft_obj_filter\n ba9b99d909e1 netfilter: nf_tables: Unconditionally allocate nft_obj_filter\n 83d37714c151 netfilter: nf_tables: Drop pointless memset in nf_tables_dump_obj\n bb6231e53361 netfilter: nf_tables: Audit log dump reset after the fact\n 74e6eb7fd27e netfilter: nf_queue: drop packets with cloned unconfirmed conntracks\n c7b760499f77 netfilter: flowtable: initialise extack before use\n 7b825f91a071 netfilter: allow ipv6 fragments to arrive on different devices\n 227355ad4e4a tcp: Update window clamping condition\n ff8292bb10ec mptcp: correct MPTCP_SUBFLOW_ATTR_SSN_OFFSET reserved size\n c920ab13d713 mlxbf_gige: disable RX filters until RX path initialized\n 326a89321f9d net: ethernet: mtk_wed: fix use-after-free panic in mtk_wed_setup_tc_block_cb()\n b3917d8a4e01 net: dsa: vsc73xx: check busy flag in MDIO operations\n cec515531e4f net: dsa: vsc73xx: use read_poll_timeout instead delay loop\n e077f5192811 net: dsa: vsc73xx: pass value in phy_write operation\n 948ee178f46e net: axienet: Fix register defines comment description\n ef23c18ab88e atm: idt77252: prevent use after free in dequeue_rx()\n 6c88d53bcf8e net/mlx5e: Correctly report errors for ethtool rx flows\n b3b9a87adee9 net/mlx5e: Take state lock during tx timeout reporter\n 920dff7f4369 igc: Fix reset adapter logics when tx mode change\n 01ad5058b826 igc: Fix qbv_config_change_errors logics\n 3fa593db4592 igc: Fix packet still tx after gate close by reducing i226 MAC retry buffer\n 944f2d4db9ce bpf: Fix updating attached freplace prog in prog_array map\n 730f7a5e44d8 s390/uv: Panic for set and remove shared access UVC errors\n 09717678737b drm/amdgpu/jpeg4: properly set atomics vmid field\n 0e93fa4027cf drm/amdgpu/jpeg2: properly set atomics vmid field\n f1aa7c509aa7 memcg_write_event_control(): fix a user-triggerable oops\n 2685a2b9e55d drm/amdgpu: Actually check flags for all context ops.\n d3ba98ce5c18 btrfs: tree-checker: add dev extent item checks\n 9baca56eb073 btrfs: zoned: properly take lock to read/update block group's zoned variables\n 251508b933f6 btrfs: tree-checker: reject BTRFS_FT_UNKNOWN dir type\n f7668d033940 mm/memory-failure: use raw_spinlock_t in struct memory_failure_cpu\n 5295951b53bd selinux: add the processing of the failure of avc_add_xperms_decision()\n 01a6b34b602a selinux: fix potential counting error in avc_add_xperms_decision()\n dfaa39b05a6c fs/netfs/fscache_cookie: add missing \"n_accesses\" check\n 4291f94f8c6b wifi: brcmfmac: cfg80211: Handle SSID based pmksa deletion\n 221cf8321757 net: mana: Fix doorbell out of order violation and avoid unnecessary doorbell rings\n 65f20b174ec0 net: mana: Fix RX buf alloc_size alignment and atomic op panic\n 753f1745146e rtla/osnoise: Prevent NULL dereference in error handling\n 67d1d8cc5904 i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume\n dd72ae8b0fce fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHARE\n 97a532c3ac4f bitmap: introduce generic optimized bitmap_size()\n ef725854f898 btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()\n 9805a8811781 s390/cio: rename bitmap_size() -> idset_bitmap_size()\n 706cc80260d3 fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()\n b9bda5f6012d vfs: Don't evict inode under the inode lru traversing context\n a6bba25f15e7 dm persistent data: fix memory allocation failure\n 00df2f486838 dm resume: don't return EINVAL when signalled\n 0237b5517ccb arm64: ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODE\n d2c7680250ef ACPI: EC: Evaluate _REG outside the EC scope more carefully\n 03fd525dfefe ACPICA: Add a depth argument to acpi_execute_reg_methods()\n 6861faf4232e i2c: tegra: Do not mark ACPI devices as irq safe\n 36ebafda35f8 riscv: change XIP's kernel_map.size to be size of the entire kernel\n 051c0a558154 KVM: s390: fix validity interception issue when gisa is switched off\n 93a7e2856951 s390/dasd: fix error recovery leading to data corruption on ESE devices\n 31ba13202c74 ALSA: hda/tas2781: fix wrong calibrated data order\n 18b3ad2a3cc8 thunderbolt: Mark XDomain as unplugged when router is removed\n 6b99de301d78 xhci: Fix Panther point NULL pointer deref at full-speed re-enumeration\n 9dd9078485eb ALSA: usb-audio: Support Yamaha P-125 quirk entry\n 82d06b816332 ALSA: usb-audio: Add delay quirk for VIVO USB-C-XE710 HEADSET\n 5cff754692ad char: xillybus: Check USB endpoints when probing device\n 435fc9cae23d char: xillybus: Refine workqueue handling\n a7ad105b1225 char: xillybus: Don't destroy workqueue from work item running on it\n ac42e0f0eb66 fuse: Initialize beyond-EOF page contents before setting uptodate\n 61eb7aae8b16 selinux: revert our use of vma_is_initial_heap()\n c2a3b181f08f Revert \"usb: typec: tcpm: clear pd_event queue in PORT_RESET\"\n ea13bd807f1c Revert \"misc: fastrpc: Restrict untrusted app to attach to privileged PD\"\n 7adc8a3d5da8 Revert \"ACPI: EC: Evaluate orphan _REG under EC device\"\n 63e80efa6341 tty: atmel_serial: use the correct RTS flag.\n 8eb92cfca6c2 tty: serial: fsl_lpuart: mark last busy before uart_add_one_port\n 18abb2787b53 x86/syscall: Mark exit[_group] syscall handlers __noreturn\n 2879d995e569 pnmtologo: sync with 6.6\n 43ea1c5e6eb3 lib/build_OID_registry: take -stable reproducibility changes\n 35046aea43c8 bpftool: Fix undefined bpf macro for unix socket\n 9a558d4b8621 tools/resolve_btfids: Fix comparison of distinct pointer types warning in resolve_btfids\n 42b2eec2e503 bpftool: Query only cgroup-related attach types\n f71bb11887ba cpu/amd: inhibit SMP check for qemux86\n c31365597a17 powerpc/uaccess: Fix build errors seen with GCC 13/14\n 64ebf485c56b usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock\n 7c76aad68f6d kselftest: Add a ksft_perror() helper\n 06644f0d7193 drm/tilcdc: Set preferred depth\n ff7ae7b32324 crypto: jitter - add RCT/APT support for different OSRs\n 50cd24ddb6f0 arm64: defconfig: remove CONFIG_IPQ_APSS_5018\n 58e5c91d6701 x86/alternatives: Disable interrupts and sync when optimizing NOPs in place\n c878fd2d4c79 x86/alternatives: Sync core before enabling interrupts\n c2d64b9f52b6 qemux86: add configuration symbol to select values\n 630c33229e6d sched/isolation: really align nohz_full with rcu_nocbs\n 0e5e0f68e2e6 clear_warn_once: add a clear_warn_once= boot parameter\n 46934791b902 clear_warn_once: bind a timer to written reset value\n cdee9e38ff32 clear_warn_once: expand debugfs to include read support\n 82b562b81841 tools: Remove some options from CLANG_CROSS_FLAGS\n 36dc380b776b libbpf: Fix build warning on ref_ctr_off\n 9e3e1fe20982 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.\n e497a4a5da65 perf: x86-32: explicitly include \n 7b57ddd89565 perf: mips64: Convert __u64 to unsigned long long\n 1cfc19423dc7 perf: fix bench numa compilation\n 98bc2815fade perf: add SLANG_INC for slang.h\n 17209a70b9b3 perf: add sgidefs.h to for mips builds\n 9cd4258d910a perf: change --root to --prefix for python install\n 8110a4f26628 perf: add 'libperl not found' warning\n bc89d5e08f77 perf: force include of \n 4f6c760cc876 fat: Replace prandom_u32() with get_random_u32()\n bc53117b12b2 fat: don't use obsolete random32 call in namei_vfat\n 30b2236ab378 FAT: Added FAT_NO_83NAME\n cef98d22b4ed FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option\n 0bbd7daba9e1 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option\n 5883fc340084 aufs6: adapt to v6.6 i_op->ctime changes\n c4342d979bf2 aufs6: fix magic.mk include path\n 35266bc2dc81 aufs6: adapt to v6.6\n 8edede4e98be aufs6: core\n 712248233ebe aufs6: standalone\n 3b71a8a848d8 aufs6: mmap\n 3e2924871f37 aufs6: base\n 7f4907a93101 aufs6: kbuild\n d2f7b03e4aa7 yaffs2: update VFS ctime operations to 6.6+\n bcd6cfcd1aa0 yaffs2: v6.5 fixups\n cc615704b5f5 yaffs2: Fix miscalculation of devname buffer length\n 8ef2e22dcf91 yaffs2: convert user_namespace to mnt_idmap\n c9c749f9f7d3 yaffs2: replace bdevname call with sprintf\n 395b01cdc39d yaffs2: convert read_page -> readfolio\n d98b07e43ba6 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL\n 613c6d50fdbe yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name\n 622c4648936f yaffs2: v5.12+ build fixups (not runtime tested)\n 7562133d4090 yaffs: include blkdev.h\n dbd44252cd59 yaffs: fix misplaced variable declaration\n c223a10b1ac0 yaffs2: v5.6 build fixups\n 90f6007cfbf4 yaffs2: fix memory leak when /proc/yaffs is read\n 37ee169c5ea1 yaffs: add strict check when call yaffs_internal_read_super\n b6e007b8abb6 yaffs: repair yaffs_get_mtd_device\n fb98f65a466a yaffs: Fix build failure by handling inode i_version with proper atomic API\n 51e0aac75ea2 yaffs2: fix memory leak in mount/umount\n 2b74a0cae7b0 yaffs: Avoid setting any ACL releated xattr\n ff4130a9c376 Yaffs:check oob size before auto selecting Yaffs1\n ba95b409c67c fs: yaffs2: replace CURRENT_TIME by other appropriate apis\n 8fa35eba9056 yaffs2: adjust to proper location of MS_RDONLY\n 1eb5deaad8c4 yaffs2: import git revision b4ce1bb (jan, 2020)\n 4dce67c1e8c8 initramfs: allow an optional wrapper script around initramfs generation\n 2f603d83fcc4 pnmtologo: use relocatable file name\n 664a6a0a484b tools: use basename to identify file in gen-mach-types\n 9de64bc0c185 lib/build_OID_registry: fix reproducibility issues\n ae9b80797295 vt/conmakehash: improve reproducibility\n a972323151bd iwlwifi: select MAC80211_LEDS conditionally\n 15d2adcc0198 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)\n 5556a6c04b19 arm64/perf: Fix wrong cast that may cause wrong truncation\n 5552dc768ffc defconfigs: drop obselete options\n 00fe4152df31 arm64/perf: fix backtrace for AAPCS with FP enabled\n 3888d0652edf linux-yocto: Handle /bin/awk issues\n 3d55d299f23a uvesafb: provide option to specify timeout for task completion\n 23c068c080be uvesafb: print error message when task timeout occurs\n edbfc939266e compiler.h: Undef before redefining __attribute_const__\n c99ae7e2a19a vmware: include jiffies.h\n 572d84d928c8 Resolve jiffies wrapping about arp\n fdcd47cac843 nfs: Allow default io size to be configured.\n 927d48801098 check console device file on fs when booting\n 57cc27f821dd mount_root: clarify error messages for when no rootfs found\n 1b53d82a8152 mconf: fix output of cflags and libraries\n 1811da09f42c menuconfig,mconf-cfg: Allow specification of ncurses location\n 83c2e0c6eb1f modpost: mask trivial warnings\n 6de673039484 kbuild: exclude meta directory from distclean processing\n 6decd32815f5 powerpc: serialize image targets\n f6b683b38318 arm: serialize build targets\n e798b09ebf57 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition\n dc8a1e5a88f8 x86_64_defconfig: Fix warnings\n 68491e5f72b6 powerpc/ptrace: Disable array-bounds warning with gcc8\n d71ebfce3004 powerpc: Disable attribute-alias warnings from gcc8\n 62f50884b8b1 powerpc: kexec fix for powerpc64\n da6871c62c37 powerpc: Add unwind information for SPE registers of E500 core\n f161c880c11d mips: make current_cpu_data preempt safe\n 5e94a8247ce7 mips: vdso: fix 'jalr $t9' crash in vdso code\n 19e36714b1c7 mips: Kconfig: add QEMUMIPS64 option\n e2e537db3cbd 4kc cache tlb hazard: tlbp cache coherency\n aee9870611e5 malta uhci quirks: make allowance for slow 4k(e)c\n 881948cd1517 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var\n 98ec1963fcb7 arm64: defconfig: cleanup config options\n f1727c537ba8 vexpress: Pass LOADADDR to Makefile\n 4474c32dc24a arm: ARM EABI socketcall\n 75e31a2b70fd ARM: LPAE: Invalidate the TLB for module addresses during translation fault\n\n(From OE-Core rev: 4dbd9650040a5e9b839b4d508953a05d008a0bcc)\n\nSigned-off-by: Bruce Ashfield \nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"linux-yocto/6.6: update to v6.6.49"}},{"before":"8637aa34f0009421eb6c51a93588fe879950e1f4","after":"703740d19f0e144d56ad000b532d92197ec8ddf1","ref":"refs/heads/scarthgap","pushedAt":"2024-09-09T13:19:31.000Z","pushType":"push","commitsCount":14,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"mc: fix source URL\n\nnew URL for sources: http://ftp.midnight-commander.org/\n\n(From OE-Core rev: 7e11701698a9f38a5e3e0499c0c2edd98d32a85d)\n\nSigned-off-by: Benjamin Szőke \nSigned-off-by: Richard Purdie \n(cherry picked from commit 03c4052718a9b8392b25e1770630317b8cf29fbe)\nSigned-off-by: Steve Sakoman ","shortMessageHtmlLink":"mc: fix source URL"}},{"before":"0ae3b2bd492d32ba401a447f09679ebaf10ddad4","after":"4cdc553814640851cce85f84ee9c0b58646cd33b","ref":"refs/heads/kirkstone","pushedAt":"2024-09-07T13:13:57.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"build-appliance-image: Update to kirkstone head revision\n\n(From OE-Core rev: c40a3fec49942ac6d25ba33e57e801a550e252c9)\n\nSigned-off-by: Steve Sakoman ","shortMessageHtmlLink":"build-appliance-image: Update to kirkstone head revision"}},{"before":"bd1d7931c58681a7af97b0c9ba4e51f3a11d3c4d","after":"11b954b0302e6d0eaa7ff6b8348e9a86d049e605","ref":"refs/heads/master-next","pushedAt":"2024-09-07T07:11:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"systemd: make home directory readable by systemd-coredump\n\nIn https://github.com/systemd/systemd/commit/924453c22599cc246746a0233b2f52a27ade0819\nProtectHome was set to true for systemd-coredump in order to reduce risk, since an attacker could craft a malicious binary in order to compromise systemd-coredump.\nAt that point the object analysis was done in the main systemd-coredump process.\nBecause of this systemd-coredump is unable to product symbolicated call-stacks for binaries running under /home (\"n/a\" is shown instead of function names).\n\nHowever, later in https://github.com/systemd/systemd/commit/61aea456c12c54f49c4a76259af130e576130ce9 systemd-coredump was changed to do the object analysis in a forked process,\ncovering those security concerns.\n\nLet's set ProtectHome to read-only so that systemd-coredump produces symbolicated call-stacks for processes running under /home.\n\nNote: it still does not work in /tmp (because of PrivateTmp=yes) and in /root (for unknown reasons).\n\nBefore the change (with minidebuginfo enabled):\n\n root@qemux86-64:~# /home/sleep 1000 &\n [1] 426\n root@qemux86-64:~# kill -11 $(pidof sleep)\n root@qemux86-64:~# coredumpctl info\n PID: 426 (sleep)\n UID: 0 (root)\n GID: 0 (root)\n Signal: 11 (SEGV)\n Timestamp: Fri 2024-09-06 17:25:18 UTC (3s ago)\n Command Line: /home/sleep 1000\n Executable: /home/sleep\n Control Group: /system.slice/system-serial\\x2dgetty.slice/serial-getty@ttyS0.service\n Unit: serial-getty@ttyS0.service\n Slice: system-serial\\x2dgetty.slice\n Boot ID: 44ef4ddfaad249ceaa29d1e9f330d3b5\n Machine ID: fb279f18f2c849c59768754c7a274ee3\n Hostname: qemux86-64\n Storage: /var/lib/systemd/coredump/core.sleep.0.44ef4ddfaad249ceaa29d1e9f330d3b5.426.1725643518000000.zst (present)\n Size on Disk: 16.5K\n Message: Process 426 (sleep) of user 0 dumped core.\n\n Stack trace of thread 426:\n #0 0x00007f365f3849a7 clock_nanosleep (libc.so.6 + 0xd49a7)\n #1 0x00007f365f38f667 __nanosleep (libc.so.6 + 0xdf667)\n #2 0x0000561fee703737 n/a (/home/sleep + 0x7737)\n #3 0x000000003a6227c5 n/a (n/a + 0x0)\n ELF object binary architecture: AMD x86-64\n [1]+ Segmentation fault (core dumped) /home/sleep 1000\n\nAfter the change (with minidebuginfo enabled):\n\n root@qemux86-64:~# /home/sleep 1000 &\n [1] 450\n root@qemux86-64:~# kill -11 $(pidof sleep)\n root@qemux86-64:~# coredumpctl info\n PID: 450 (sleep)\n UID: 0 (root)\n GID: 0 (root)\n Signal: 11 (SEGV)\n Timestamp: Fri 2024-09-06 17:30:12 UTC (4s ago)\n Command Line: /home/sleep 1000\n Executable: /home/sleep\n Control Group: /system.slice/system-serial\\x2dgetty.slice/serial-getty@ttyS0.service\n Unit: serial-getty@ttyS0.service\n Slice: system-serial\\x2dgetty.slice\n Boot ID: 44ef4ddfaad249ceaa29d1e9f330d3b5\n Machine ID: fb279f18f2c849c59768754c7a274ee3\n Hostname: qemux86-64\n Storage: /var/lib/systemd/coredump/core.sleep.0.44ef4ddfaad249ceaa29d1e9f330d3b5.450.1725643812000000.zst (present)\n Size on Disk: 16.5K\n Message: Process 450 (sleep) of user 0 dumped core.\n\n Stack trace of thread 450:\n #0 0x00007f795dd689a7 clock_nanosleep (libc.so.6 + 0xd49a7)\n #1 0x00007f795dd73667 __nanosleep (libc.so.6 + 0xdf667)\n #2 0x0000561965c9d737 rpl_nanosleep (sleep + 0x7737)\n #3 0x0000561965c9d0c1 xnanosleep (sleep + 0x70c1)\n #4 0x0000561965c985c8 main (sleep + 0x25c8)\n #5 0x00007f795dcba01b __libc_start_call_main (libc.so.6 + 0x2601b)\n #6 0x00007f795dcba0d9 __libc_start_main (libc.so.6 + 0x260d9)\n #7 0x0000561965c98685 _start (sleep + 0x2685)\n ELF object binary architecture: AMD x86-64\n [1]+ Segmentation fault (core dumped) /home/sleep 1000\n\n(From OE-Core rev: 13c416f8c689e8bae8460ec4aafc488ea62a5858)\n\nSigned-off-by: Etienne Cordonnier \nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"systemd: make home directory readable by systemd-coredump"}},{"before":"4186e83ffb588ab154ec1356829c451e69fdc6d0","after":"185fd2b28c98c3e1abe6494e03001f4a196d122e","ref":"refs/heads/styhead","pushedAt":"2024-09-07T07:11:57.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"recipes-bsp: usbutils: Fix usb-devices command using busybox\n\nUnknown find parameter -printf makes usb-devices script unusable with\nbusybox. Replace the parameter to fix this issue.\n\n(From OE-Core rev: c7c9f827e914b7c27856d995da553a2e41372321)\n\nSigned-off-by: Teresa Remmet \nSigned-off-by: Alexandre Belloni \nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"recipes-bsp: usbutils: Fix usb-devices command using busybox"}},{"before":"4186e83ffb588ab154ec1356829c451e69fdc6d0","after":"185fd2b28c98c3e1abe6494e03001f4a196d122e","ref":"refs/heads/master","pushedAt":"2024-09-07T07:11:57.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"recipes-bsp: usbutils: Fix usb-devices command using busybox\n\nUnknown find parameter -printf makes usb-devices script unusable with\nbusybox. Replace the parameter to fix this issue.\n\n(From OE-Core rev: c7c9f827e914b7c27856d995da553a2e41372321)\n\nSigned-off-by: Teresa Remmet \nSigned-off-by: Alexandre Belloni \nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"recipes-bsp: usbutils: Fix usb-devices command using busybox"}},{"before":"29716b0e050ec53f3d37bf57c5d009a851754ddb","after":"bd1d7931c58681a7af97b0c9ba4e51f3a11d3c4d","ref":"refs/heads/master-next","pushedAt":"2024-09-06T23:13:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"systemd: make home directory readable by systemd-coredump\n\nIn https://github.com/systemd/systemd/commit/924453c22599cc246746a0233b2f52a27ade0819\nProtectHome was set to true for systemd-coredump in order to reduce risk, since an attacker could craft a malicious binary in order to compromise systemd-coredump.\nAt that point the object analysis was done in the main systemd-coredump process.\nBecause of this systemd-coredump is unable to product symbolicated call-stacks for binaries running under /home (\"n/a\" is shown instead of function names).\n\nHowever, later in https://github.com/systemd/systemd/commit/61aea456c12c54f49c4a76259af130e576130ce9 systemd-coredump was changed to do the object analysis in a forked process,\ncovering those security concerns.\n\nLet's set ProtectHome to read-only so that systemd-coredump produces symbolicated call-stacks for processes running under /home.\n\nNote: it still does not work in /tmp (because of PrivateTmp=yes) and in /root (for unknown reasons).\n\nBefore the change (with minidebuginfo enabled):\n\n root@qemux86-64:~# /home/sleep 1000 &\n [1] 426\n root@qemux86-64:~# kill -11 $(pidof sleep)\n root@qemux86-64:~# coredumpctl info\n PID: 426 (sleep)\n UID: 0 (root)\n GID: 0 (root)\n Signal: 11 (SEGV)\n Timestamp: Fri 2024-09-06 17:25:18 UTC (3s ago)\n Command Line: /home/sleep 1000\n Executable: /home/sleep\n Control Group: /system.slice/system-serial\\x2dgetty.slice/serial-getty@ttyS0.service\n Unit: serial-getty@ttyS0.service\n Slice: system-serial\\x2dgetty.slice\n Boot ID: 44ef4ddfaad249ceaa29d1e9f330d3b5\n Machine ID: fb279f18f2c849c59768754c7a274ee3\n Hostname: qemux86-64\n Storage: /var/lib/systemd/coredump/core.sleep.0.44ef4ddfaad249ceaa29d1e9f330d3b5.426.1725643518000000.zst (present)\n Size on Disk: 16.5K\n Message: Process 426 (sleep) of user 0 dumped core.\n\n Stack trace of thread 426:\n #0 0x00007f365f3849a7 clock_nanosleep (libc.so.6 + 0xd49a7)\n #1 0x00007f365f38f667 __nanosleep (libc.so.6 + 0xdf667)\n #2 0x0000561fee703737 n/a (/home/sleep + 0x7737)\n #3 0x000000003a6227c5 n/a (n/a + 0x0)\n ELF object binary architecture: AMD x86-64\n [1]+ Segmentation fault (core dumped) /home/sleep 1000\n\nAfter the change (with minidebuginfo enabled):\n\n root@qemux86-64:~# /home/sleep 1000 &\n [1] 450\n root@qemux86-64:~# kill -11 $(pidof sleep)\n root@qemux86-64:~# coredumpctl info\n PID: 450 (sleep)\n UID: 0 (root)\n GID: 0 (root)\n Signal: 11 (SEGV)\n Timestamp: Fri 2024-09-06 17:30:12 UTC (4s ago)\n Command Line: /home/sleep 1000\n Executable: /home/sleep\n Control Group: /system.slice/system-serial\\x2dgetty.slice/serial-getty@ttyS0.service\n Unit: serial-getty@ttyS0.service\n Slice: system-serial\\x2dgetty.slice\n Boot ID: 44ef4ddfaad249ceaa29d1e9f330d3b5\n Machine ID: fb279f18f2c849c59768754c7a274ee3\n Hostname: qemux86-64\n Storage: /var/lib/systemd/coredump/core.sleep.0.44ef4ddfaad249ceaa29d1e9f330d3b5.450.1725643812000000.zst (present)\n Size on Disk: 16.5K\n Message: Process 450 (sleep) of user 0 dumped core.\n\n Stack trace of thread 450:\n #0 0x00007f795dd689a7 clock_nanosleep (libc.so.6 + 0xd49a7)\n #1 0x00007f795dd73667 __nanosleep (libc.so.6 + 0xdf667)\n #2 0x0000561965c9d737 rpl_nanosleep (sleep + 0x7737)\n #3 0x0000561965c9d0c1 xnanosleep (sleep + 0x70c1)\n #4 0x0000561965c985c8 main (sleep + 0x25c8)\n #5 0x00007f795dcba01b __libc_start_call_main (libc.so.6 + 0x2601b)\n #6 0x00007f795dcba0d9 __libc_start_main (libc.so.6 + 0x260d9)\n #7 0x0000561965c98685 _start (sleep + 0x2685)\n ELF object binary architecture: AMD x86-64\n [1]+ Segmentation fault (core dumped) /home/sleep 1000\n\n(From OE-Core rev: e71443c75afc10008ecf1aae22d3155389b07d58)\n\nSigned-off-by: Etienne Cordonnier \nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"systemd: make home directory readable by systemd-coredump"}},{"before":"2105051200b3439811196217fae1f6c8eb225cbb","after":"29716b0e050ec53f3d37bf57c5d009a851754ddb","ref":"refs/heads/master-next","pushedAt":"2024-09-06T18:15:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Revert \"python3-setuptools: upgrade 72.1.0 -> 72.2.0\"\n\nThis reverts commit 8fccef7a731f44e5d27653e06becb54cf770e5e5.\n\nThe patch causes problems for systems using ccache. Revert until this is fixed.\n\n(From OE-Core rev: 89207c4e79df51460feb8800251bf61349520bdd)\n\nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"Revert \"python3-setuptools: upgrade 72.1.0 -> 72.2.0\""}},{"before":"fa3cfb3a6b979f26ba2b9ecaaab9f16ec35c4555","after":"4186e83ffb588ab154ec1356829c451e69fdc6d0","ref":"refs/heads/styhead","pushedAt":"2024-09-06T18:15:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"layer.conf: Update to styhead\n\n(From meta-yocto rev: 223cc7f13391fddb94e873ea71171e293370d609)\n\nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"layer.conf: Update to styhead"}},{"before":"fa3cfb3a6b979f26ba2b9ecaaab9f16ec35c4555","after":"4186e83ffb588ab154ec1356829c451e69fdc6d0","ref":"refs/heads/master","pushedAt":"2024-09-06T18:15:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"layer.conf: Update to styhead\n\n(From meta-yocto rev: 223cc7f13391fddb94e873ea71171e293370d609)\n\nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"layer.conf: Update to styhead"}},{"before":"33a69902d654f023685cca470ac2070b184b9a59","after":"2105051200b3439811196217fae1f6c8eb225cbb","ref":"refs/heads/master-next","pushedAt":"2024-09-06T17:10:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Revert \"python3-setuptools: upgrade 72.1.0 -> 72.2.0\"\n\nThis reverts commit 8fccef7a731f44e5d27653e06becb54cf770e5e5.\n\nThe patch causes problems for systems using ccache. Revert until this is fixed.\n\n(From OE-Core rev: 89207c4e79df51460feb8800251bf61349520bdd)\n\nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"Revert \"python3-setuptools: upgrade 72.1.0 -> 72.2.0\""}},{"before":"94aeb3a37e86bd1ae5f277e6165f07f9155dd6e1","after":"33a69902d654f023685cca470ac2070b184b9a59","ref":"refs/heads/master-next","pushedAt":"2024-09-06T16:13:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"meta-ide fixup\n\n(From OE-Core rev: 97018212470f1a7b2888505afbaa46a25da2ced1)\n\nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"meta-ide fixup"}},{"before":"17ec4431c315fed99fa0a87e588cc14f61a11697","after":"fa3cfb3a6b979f26ba2b9ecaaab9f16ec35c4555","ref":"refs/heads/styhead","pushedAt":"2024-09-06T16:13:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"layer.conf: Drop scarthgap namespace from LAYERSERIES\n\nAs we move to release, drop the scarthgap namespace and prepare for\nstyhead.\n\n(From OE-Core rev: b4cf6d5236a3eacaf56ca2f805b006efac65b26c)\n\nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"layer.conf: Drop scarthgap namespace from LAYERSERIES"}},{"before":"17ec4431c315fed99fa0a87e588cc14f61a11697","after":"fa3cfb3a6b979f26ba2b9ecaaab9f16ec35c4555","ref":"refs/heads/master","pushedAt":"2024-09-06T16:13:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"layer.conf: Drop scarthgap namespace from LAYERSERIES\n\nAs we move to release, drop the scarthgap namespace and prepare for\nstyhead.\n\n(From OE-Core rev: b4cf6d5236a3eacaf56ca2f805b006efac65b26c)\n\nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"layer.conf: Drop scarthgap namespace from LAYERSERIES"}},{"before":null,"after":"17ec4431c315fed99fa0a87e588cc14f61a11697","ref":"refs/heads/styhead","pushedAt":"2024-09-06T14:12:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"poky.conf: Drop TCLIBCAPPEND\n\nOE-Core is removing TCLIBCAPPEND so we no longer need to clear this.\n\n(From meta-yocto rev: 562828c74a1fa7ce51c55da829ca0e9ad2703bdd)\n\nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"poky.conf: Drop TCLIBCAPPEND"}},{"before":"0968311965ff237b1625972b703bb3bb831566e9","after":"94aeb3a37e86bd1ae5f277e6165f07f9155dd6e1","ref":"refs/heads/master-next","pushedAt":"2024-09-06T14:12:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"meta-ide fixup\n\n(From OE-Core rev: d8b1cbc015ffde94691ba7181a6ecf740b6f50ea)\n\nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"meta-ide fixup"}},{"before":"4675aa286f89484617de7d965906802958db9481","after":"0968311965ff237b1625972b703bb3bb831566e9","ref":"refs/heads/master-next","pushedAt":"2024-09-05T21:10:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"meta-ide-support: Mark recipe as MACHINE-specific\n\nmeta-ide-support:do_write_test_data dumps the bitbake data dictionary to\na file using export2json(). As this obviously includes the value of\nMACHINE, and other MACHINE-specific variables, the recipe needs to be\nmarked as MACHINE-specific.\n\n(From OE-Core rev: fa3c40fd56112615fdbf8665a0b9ab851b6c0440)\n\nSigned-off-by: Paul Barker \nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"meta-ide-support: Mark recipe as MACHINE-specific"}},{"before":"6e0dc47ce41a31cd319c9b540b01a9d9c7138fa9","after":"17ec4431c315fed99fa0a87e588cc14f61a11697","ref":"refs/heads/master","pushedAt":"2024-09-05T21:10:36.000Z","pushType":"push","commitsCount":16,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"poky.conf: Drop TCLIBCAPPEND\n\nOE-Core is removing TCLIBCAPPEND so we no longer need to clear this.\n\n(From meta-yocto rev: 562828c74a1fa7ce51c55da829ca0e9ad2703bdd)\n\nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"poky.conf: Drop TCLIBCAPPEND"}},{"before":"4b0b40d94dd9df25177323c984302be66a09539f","after":"4675aa286f89484617de7d965906802958db9481","ref":"refs/heads/master-next","pushedAt":"2024-09-05T15:12:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"poky.conf: Drop TCLIBCAPPEND\n\nOE-Core is removing TCLIBCAPPEND so we no longer need to clear this.\n\n(From meta-yocto rev: df236fe83845bbd273ead1fedc8577e7f8eefb02)\n\nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"poky.conf: Drop TCLIBCAPPEND"}},{"before":"0c33e73f86cd2de27037f28a763cb1ac44de618b","after":"4b0b40d94dd9df25177323c984302be66a09539f","ref":"refs/heads/master-next","pushedAt":"2024-09-05T11:10:32.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"poky.conf: Drop TCLIBCAPPEND\n\nOE-Core is removing TCLIBCAPPEND so we no longer need to clear this.\n\n(From meta-yocto rev: df236fe83845bbd273ead1fedc8577e7f8eefb02)\n\nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"poky.conf: Drop TCLIBCAPPEND"}},{"before":"4dbb07c68f75437eb620f59d20e933a0fd10362f","after":"0c33e73f86cd2de27037f28a763cb1ac44de618b","ref":"refs/heads/master-next","pushedAt":"2024-09-05T09:12:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"poky.conf: Drop TCLIBCAPPEND\n\nOE-Core is removing TCLIBCAPPEND so we no longer need to clear this.\n\n(From meta-yocto rev: df236fe83845bbd273ead1fedc8577e7f8eefb02)\n\nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"poky.conf: Drop TCLIBCAPPEND"}},{"before":"9150d92724aa2cc23d22a3e560d570b75f4bdb65","after":"4dbb07c68f75437eb620f59d20e933a0fd10362f","ref":"refs/heads/master-next","pushedAt":"2024-09-04T22:10:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"poky.conf: Drop TCLIBCAPPEND\n\nOE-Core is removing TCLIBCAPPEND so we no longer need to clear this.\n\n(From meta-yocto rev: df236fe83845bbd273ead1fedc8577e7f8eefb02)\n\nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"poky.conf: Drop TCLIBCAPPEND"}},{"before":"fb58c8979ba9fbc3bf270b789067b027873a7df6","after":"9150d92724aa2cc23d22a3e560d570b75f4bdb65","ref":"refs/heads/master-next","pushedAt":"2024-09-04T20:13:00.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"poky.conf: Drop TCLIBCAPPEND\n\nOE-Core is removing TCLIBCAPPEND so we no longer need to clear this.\n\n(From meta-yocto rev: df236fe83845bbd273ead1fedc8577e7f8eefb02)\n\nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"poky.conf: Drop TCLIBCAPPEND"}},{"before":"f53fe321b01afe4f72244177ba3d8f15f7372e3a","after":"fb58c8979ba9fbc3bf270b789067b027873a7df6","ref":"refs/heads/master-next","pushedAt":"2024-09-04T19:09:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"poky.conf: Drop TCLIBCAPPEND\n\nOE-Core is removing TCLIBCAPPEND so we no longer need to clear this.\n\n(From meta-yocto rev: df236fe83845bbd273ead1fedc8577e7f8eefb02)\n\nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"poky.conf: Drop TCLIBCAPPEND"}},{"before":"2b5ca6638e1a490a1230bccdb34a95b43f3d253e","after":"0ae3b2bd492d32ba401a447f09679ebaf10ddad4","ref":"refs/heads/kirkstone","pushedAt":"2024-09-04T13:18:44.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"grub: fs/fat: Don't error when mtime is 0\n\nA issue was found when I run \"runqemu genericx86-64 ovmf\", grub failed\nto boot, it's a known issue has been fixed in grub upstream, backport\nthe fix.\n\n(From OE-Core rev: 6992437d725f9cc88da4261814b69aaadc5ef0f2)\n\nSigned-off-by: Ming Liu \nSigned-off-by: Richard Purdie \n(cherry picked from commit 51eab4bb0cae46c9c32d28986eb97badf47594b7)\nSigned-off-by: Chaitanya Vadrevu \nSigned-off-by: Steve Sakoman ","shortMessageHtmlLink":"grub: fs/fat: Don't error when mtime is 0"}},{"before":"4d53374ad22ea67d6b19779ac7563b8900809d61","after":"6e0dc47ce41a31cd319c9b540b01a9d9c7138fa9","ref":"refs/heads/master","pushedAt":"2024-09-04T12:22:08.000Z","pushType":"push","commitsCount":37,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"devtool: remove obsolete SRCTREECOVEREDTASKS handling\n\ndevtool modify generates a bbappend for kernel recipes which contains:\n SRCTREECOVEREDTASKS=\"\\\n do_fetch \\\n do_kernel_checkout \\\n do_kernel_configcheck \\\n do_unpack \\\n do_validate_branches \\\n \"\n do_patch[noexec] = \"1\"\n\nIf the linux-yocto kernel is used, this is redundant. The\nlinux-yocto.bbclass already does the same:\n\nlinux-yocto sets SRCTREECOVEREDTASKS to\n SRCTREECOVEREDTASKS=\"\\\n do_fetch \\\n do_kernel_checkout \\\n do_kernel_configcheck \\\n do_patch \\\n do_unpack \\\n do_validate_branches \\\n \"\n\nAlso the do_patch[noexec] is redundant because the purpose of\nSRCTREECOVEREDTASKS is to delete these tasks if the externalsrc.bbclass\nis used.\n\nThe default value of SRCTREECOVEREDTASKS initialized in\nexternalsrc.bbclass is:\n SRCTREECOVEREDTASKS ?= \"do_patch do_unpack do_fetch\"\nThis is fine for kernels which do not inherit the linux-yocto.bbclass.\n\nThe code in devtool modify is redundant and therefore removed.\n\n(From OE-Core rev: 94ff1be36a1eeef7ddceb4fcf20425a03cd052de)\n\nSigned-off-by: Adrian Freihofer \nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"devtool: remove obsolete SRCTREECOVEREDTASKS handling"}},{"before":"ca3496ccbe7436e5f26e5fb1169f3a893bbf26bc","after":"f53fe321b01afe4f72244177ba3d8f15f7372e3a","ref":"refs/heads/master-next","pushedAt":"2024-09-04T12:22:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"poky.conf: Drop TCLIBCAPPEND\n\nOE-Core is removing TCLIBCAPPEND so we no longer need to clear this.\n\n(From meta-yocto rev: df236fe83845bbd273ead1fedc8577e7f8eefb02)\n\nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"poky.conf: Drop TCLIBCAPPEND"}},{"before":"603c4667e546ce3728fa26cc37ee78d99369bf82","after":"ca3496ccbe7436e5f26e5fb1169f3a893bbf26bc","ref":"refs/heads/master-next","pushedAt":"2024-09-03T22:12:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"poky.conf: re-enable TCLIBCAPPEND\n\nBack in 2011[0] TCLIBCAPPEND was disabled due to:\n\n\"Poky doesn't support parallel builds of libc at this point\"\n\nSince then musl, newlib and baremetal support were added along with ability\nto build them together in multiconfig environments. Some BSPs are actively\nusing multiconfigs to build baremetal components for modern heterogeneous\nSoCs.\n\nTo enable such broad use cases for Poky (the reference Yocto distribution)\nand many derivative distributions based on Poky, lets re-enable TCLIBCAPPEND\nto isolate dissonant TMPDIRs from each other and possible collisions.\n\n[0] https://git.yoctoproject.org/meta-yocto/commit/?id=5e121094c6024d8113ab0922b40ccc8a45215277\n\n[YOCTO #15273]\n\n(From meta-yocto rev: 354ce3feb490cb4d069ac96d8b742b419424afa5)\n\nSigned-off-by: Denys Dmytriyenko \nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"poky.conf: re-enable TCLIBCAPPEND"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEsPy0VQA","startCursor":null,"endCursor":null}},"title":"Activity · cyber-zoo/poky"}