<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>67f8bc848ee31831336bd478e57d2f993551902e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Kconfig#67f8bc848ee31831336bd478e57d2f993551902e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesLet&apos;s start the 7.3 drm-misc-fixes cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/net/bluetooth/hidp/Kconfig</description>
        <pubDate>Tue, 01 Sep 2026 09:38:51 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>91ec2035134982b98fab0609a9fd8480e8217dc1 - Merge tag &apos;net-next-7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Kconfig#91ec2035134982b98fab0609a9fd8480e8217dc1</link>
        <description>Merge tag &apos;net-next-7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextPull networking updates from Jakub Kicinski: &quot;One of the &apos;small improvements all over the place&apos; releases for us.  It&apos;s hard to draw any direct comparisons because summer vacations  disrupted our patch processing (and presumably - generation) quite a  bit.  Quick and dirty count suggests we (Paolo and I) merged a very similar  number of net (632) and net-next (648) patches. This is not telling  the full story either because 1/3 to 1/2 of the net-next patches also  *seem* like AI-driven low priority fixes, cleanups and clarifications.  We are completely overwhelmed, of course. The glimmer of hope is that  we secured sufficient LLM budget and access (thank you Meta!) to run  reviews with multiple frontier models on each patch. This eliminates  some hallucinations. That said, in terms of review, the LLMs can only  do so much.  The sad truth is that our APIs (especially for rare events like PCIe  errors, timeouts etc) have always been racy, and now LLMs don&apos;t let us  ignore that. I expect our direction for the next release will be to  tweak the reviews a little bit more, but start shifting focus to  letting the LLMs take care of the busy work - managing patchwork,  automating common process complaints, editing commit messages, and  maybe applying patches which already got &quot;reviewed-by&quot; tags from  people we trust...  Core &amp; protocols:   - A few steps lowering rtnl_lock dependence:      - per-netns netdev unregistration for select SW drivers (e.g.        veth, ipvlan, tunnels)      - rtnl_lock-less FIB rule changes (RTM_NEWRULE and RTM_DELRULE)      - prepare software drivers and TC qdiscs for rtnl_lock-less GET   - Support BIG TCP (&gt;64kB TSO) in UDP tunnels (vxlan, geneve)   - Support buffers larger than PAGE_SIZE in devmem zero-copy API   - Improve MPTCP handling of extreme memory pressure handling, when     out-of-order queue had to be pruned   - Report the per-group user count via RTM_GETMULTICAST   - Expose the route deletion reason in RTM_DELROUTE   - Add a SO_RIGHTS_NOTRUNC option to UNIX sockets to enable more     useful handling of LSM denials when receiving SCM_RIGHTS messages:     instead of truncating the message at the first blocked fd, keep     every fd slot and store the LSM errno in the blocked slot   - IPv6 Segment Routing - support looking up the post-encap SID     (address) in a different/specified routing table   - Support PRP RedBox (interlink) creation   - Support per-nexthop UDP dst port in VXLAN   - Continue converting getsockopt callbacks in a number of protocols     to iov_iter  Ethernet:   - Merge initial CXL support for AMD/Solarflare NICs (shared branch     with the CXL tree)   - New drivers:      - ADIN1140 10BASE-T1S MACPHY      - Initial skeleton of Intel iXD and ZTE Dinghai drivers   - High-speed NICs:      - AMD/Pensando:         - support firmware flashing      - Cisco (enic):         - SR-IOV V2 admin channel and MBOX protocol      - Huawei (hns3):         - support for ethtool pfc_prevention_tout      - nVidia/Mellanox:         - support sharing bandwidth control across interfaces           of the same device      - Marvell (octeontx2-pf):         - link RQ page pools to netdev for Netlink stats      - Google vNIC:         - XDP metadata support for DQ RDA      - Microsoft vNIC:         - support forcing full-page RX buffers   - Other NICs:      - Synopsys IP:         - eic7700: support for eth1      - Microchip (lan743x):         - support for RMII interface      - Wangxun:         - support for ethtool -G and -C for VFs         - add Tx timeout and PCIe error handling      - Intel (igb/igc):         - RSS key get/set support         - support for forcing link speed without auto-negotiation   - Switches:      - NXP (dpaa2):         - support bonding/LAG offload      - Mediatek:         - mt7530: EN7528 support         - initial support for MT7628      - Micrel (ksz8/9):         - refactoring work to move towards library model         - PTP support for KSZ8463      - nVidia/Mellanox:         - support rtnl-lock-less ethtool callbacks      - Realtek:         - rtl8366rb: use generic RTL83xx code         - support SGMII and HSGMII for RTL8367S   - PHYs:      - Airoha:         - EcoNet EN7528 PHY support      - DAPU Telecom         - DAPU Telecom DAP8211R(I) Gigabit PHY support      - Realtek:         - support RTL8261C_CG         - support RTL8261D  Wireless:   - nl80211: per-link statistics support for multi-link operation   - mac80211: AQL/airtime-fairness support for multicast   - Merge Peripheral Authentication Service (PAS) / TEE support for     ath12k (shared branch with the firmware/qcom tree)   - New drivers:      - mm81x for Morse Micro Long-Range S1G devices      - nxpwifi for NXP devices (mostly forked off from mwifiex)   - Driver changes:      - Broadcom (brcmfmac):         - DPP support, some Cypress part update      - MediaTek (mt76):         - mt7928 support         - mt7925 NAN support         - mt7996 AP powersave improvements      - Qualcomm (ath12k):         - much kernel infrastructure integration work         - AHB platform MultiPD support      - Realtek (rt89):         - LED support         - RTL8922DE support         - dual-BT coex for RTL8922D      - Intel:         - new FW version support  Bluetooth:   - HCI: add support for Shorter Connection Interval (SCI) feature   - af_bluetooth: add minimal context analysis annotations   - Driver changes:      - Intel:         - add Bluetooth SAR revision 2 support         - add vendor_reset PCI sysfs for PLDR      - Mediatek:         - add USB IDs for MT7902 and MT7922 devices      - Realtek:         - add USB IDs for 8761CU and 8852BE devices      - NXP:         - add M.2 Bluetooth device support using pwrseq  Misc:   - DPLL support for manual/numerical oscillator control (NCO)     (implement in zl3073x)   - MCTP support for MCTP over USB v1.1 (DMTF DSP0283)   - Power-over-Ethernet: support Realtek PSE controllers   - Remove the IBM EHEA driver   - Remove tulip/xircom_cb driver&quot;* tag &apos;net-next-7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next: (1433 commits)  net/mlx5e: do not HW-GRO coalesce small frames  net: openvswitch: fix nf_connlabels leak in ovs_ct_init  net: add missing ref_tracker_dir_exit() to alloc_netdev_mqs()  net: openvswitch: fix flow mask use-after-free on flow deletion  sctp: stop processing a packet once its association is deleted  dpll: zl3073x: add PTP clock support  dpll: zl3073x: add channel ToD, phase step and TIE operations  dpll: zl3073x: scale poll interval proportionally to timeout  ptp: vmclock: prevent read-only mappings from becoming writable  ipv4: reject undersized MTUs in ip_do_fragment()  bonding: initialize err for empty target lists  net: dsa: initial support for MT7628 embedded switch  net: dsa: initial MT7628 tagging driver  net: phy: mediatek: add phy driver for MT7628 built-in Fast Ethernet PHYs  dt-bindings: net: dsa: add MT7628 ESW  net: pse-pd: realtek-pse-mcu: add UART transport  net: pse-pd: realtek-pse-mcu: add I2C transport  net: pse-pd: add Realtek PSE MCU core  dt-bindings: net: pse-pd: add bindings for Realtek PSE MCU  vsock: use sock_error() to consume sk_err after a failed connect  ...

            List of files:
            /linux/net/bluetooth/hidp/Kconfig</description>
        <pubDate>Thu, 20 Aug 2026 17:16:04 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>3a30302b939152e4bb810fec1378613a3c6f5a97 - Merge tag &apos;for-net-next-2026-08-07&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Kconfig#3a30302b939152e4bb810fec1378613a3c6f5a97</link>
        <description>Merge tag &apos;for-net-next-2026-08-07&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextLuiz Augusto von Dentz says:====================bluetooth-next pull request for net-next:core: - HCI: Add support for Shorter Connection Interval (SCI) feature - af_bluetooth: Add minimal context analysis annotationsdrivers: - btusb: Add ASUS USB-BT540 for Realtek 8761CU - btusb: Add ASUS USB-BT600 for Realtek 8761CU - btusb: Add USB ID 13d3:3625 for MediaTek MT7922 - btusb: Add support for 1357:c123 Realtek 8852BE device - btusb: Add new VID/PID 0x0489/0xe156 for MT7902 - btintel: Add Bluetooth SAR revision 2 support - btintel_pcie: Add vendor_reset PCI sysfs for PLDR - btnxpuart: Add M.2 Bluetooth device support using pwrseq* tag &apos;for-net-next-2026-08-07&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next: (84 commits)  Bluetooth: RFCOMM: take rfcomm_mutex for the deferred setup accept  Bluetooth: MSFT: validate evt_prefix_len against the response length  Bluetooth: ISO: zero the sockaddr before returning it in getname  Bluetooth: ISO: do not force BT_LISTEN after a failed BIG sync  Bluetooth: hci_sync: Disable legacy instance&apos;s ext adv before setup snapshot  Bluetooth: hci_event: fix out-of-bounds read in LE PA report reassembly  Bluetooth: btmtksdio: fix usage_count leak when autosuspend_delay is negative  Bluetooth: MGMT: reject HCI_CMD_SYNC params_len above 255  Bluetooth: btnxpuart: Add M.2 Bluetooth device support using pwrseq  Bluetooth: MGMT: free the HCI command when it is cancelled  Bluetooth: MGMT: free the mesh send cancel command when it is cancelled  Bluetooth: hci_sync: free the advertising instance on the failure and cancel paths  Bluetooth: hci_conn: fix the SCO setup context lifetime  Bluetooth: hci_sync: Fix accept list UAF during suspend  Bluetooth: hci_event: Use 255 as max event payload length in hci_ev_table[]  Bluetooth: hci_event: Introduce handle_ev_vendor() for HCI_EV_VENDOR  Bluetooth: btnxpuart: Simplify nxp_set_ind_reset() by __hci_reset_dev()  Bluetooth: hci_core: Introduce __hci_reset_dev() with a hardware error code  Bluetooth: coredump: Expose header size and end marker to drivers  Bluetooth: btintel: Remove redundant (hdr-&gt;plen &gt; 0) in btintel_recv_event()  ...====================Link: https://patch.msgid.link/20260807200215.982570-1-luiz.dentz@gmail.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/net/bluetooth/hidp/Kconfig</description>
        <pubDate>Sat, 08 Aug 2026 00:16:53 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>6ec1896b5331563fedf3f01014aba9c9e35d7f29 - Bluetooth: fix BT dependency for submodules</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Kconfig#6ec1896b5331563fedf3f01014aba9c9e35d7f29</link>
        <description>Bluetooth: fix BT dependency for submodulesThe modules rfcomm (BT_RFCOMM), bnep (BT_BNEP), hidp (BT_HIDP), andbluetooth_6lowpan (BT_6LOWPAN) are dependent on the bluetooth module(BT, tristate) only transitively through the boolean BT_BREDR for thefirst three and through the boolean BT_LE for the bluetooth_6lowpan.Therefore, the modules can be selected as built-in even if the BT=m.The combination of BT=m and =y for the said modules leads to the kernelbuild system silently ignoring those modules, without ever compilingthem as built-in or as loadable modules.Add BT as a direct dependency to the Kconfig of rfcomm, bnep, hidp, andbluetooth_6lowpan. The modules set to =y when BT=m will default to =m,rather then getting silently ignored by the build system.Signed-off-by: Iva Kasprzakov&#225; &lt;iva@yenya.net&gt;Signed-off-by: Luiz Augusto von Dentz &lt;luiz.von.dentz@intel.com&gt;

            List of files:
            /linux/net/bluetooth/hidp/Kconfig</description>
        <pubDate>Wed, 22 Jul 2026 15:08:49 +0200</pubDate>
        <dc:creator>Iva Kasprzakov&#225; &lt;iva@yenya.net&gt;</dc:creator>
    </item>
<item>
        <title>bbfd5594756011167b8f8de9a00e0c946afda1e6 - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Kconfig#bbfd5594756011167b8f8de9a00e0c946afda1e6</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextNeed to pull in a67221b5eb8d (&quot;drm/i915/dp: Return min bpc supported by source instead of 0&quot;)in order to fix build breakage on GCC 9.4.0 (from Ubuntu 20.04).Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/net/bluetooth/hidp/Kconfig</description>
        <pubDate>Wed, 28 May 2025 09:20:17 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>1260ed77798502de9c98020040d2995008de10cc - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Kconfig#1260ed77798502de9c98020040d2995008de10cc</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesBackmerging to get updates from v6.15-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/net/bluetooth/hidp/Kconfig</description>
        <pubDate>Tue, 08 Apr 2025 10:15:47 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>946661e3bef8efa11ba8079d4ebafe6fc3b0aaad - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Kconfig#946661e3bef8efa11ba8079d4ebafe6fc3b0aaad</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.15 merge window.

            List of files:
            /linux/net/bluetooth/hidp/Kconfig</description>
        <pubDate>Sat, 05 Apr 2025 08:04:35 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0b119045b79a672bc6d8f18641c60fc8ce1b4585 - Merge tag &apos;v6.14-rc4&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Kconfig#0b119045b79a672bc6d8f18641c60fc8ce1b4585</link>
        <description>Merge tag &apos;v6.14-rc4&apos; into nextSync up with the mainline.

            List of files:
            /linux/net/bluetooth/hidp/Kconfig</description>
        <pubDate>Wed, 26 Feb 2025 01:03:25 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>df02351331671abb26788bc13f6d276e26ae068f - Merge tag &apos;riscv-mw1-6.15-rc1&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/alexghiti/linux into for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Kconfig#df02351331671abb26788bc13f6d276e26ae068f</link>
        <description>Merge tag &apos;riscv-mw1-6.15-rc1&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/alexghiti/linux into for-nextriscv patches for 6.15-rc1* A bunch of fixes:  - We were missing a secondary mmu notifier call when flushing the tlb which is required for IOMMU  - Fix ftrace panics by saving the registers as expected by ftrace  - Fix a couple of stimecmp usage related to cpu hotplug  - Fix a bunch of issues in the misaligned probing handling* Perf improvements:  - Introduce support for runtime constant improving perf of d_hash()  - Add support for huge pfnmaps to improve tlb utilization  - Use Zawrs to improve smp_cond_load8/16() used by the queued spinlocks* Hwprobe additions:  - Add support for Zicntr and Zihpm  - Add support for Zaamo and Zalrsc  - Add support for bfloat16 extensiosn  - Add support for Zicbom (only enabling clean and flush, not inval for security reasons)* Misc:  - Add a kernel parameter to bypass the misaligned speed probing since we can&apos;t rely on Zicclsm* tag &apos;riscv-mw1-6.15-rc1&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/alexghiti/linux: (1585 commits)  riscv: Add runtime constant support  riscv: Move nop definition to insn-def.h  Documentation/kernel-parameters: Add riscv unaligned speed parameters  riscv: Add parameter for skipping access speed tests  riscv: Fix set up of vector cpu hotplug callback  riscv: Fix set up of cpu hotplug callbacks  riscv: Change check_unaligned_access_speed_all_cpus to void  riscv: Fix check_unaligned_access_all_cpus  riscv: Fix riscv_online_cpu_vec  riscv: Annotate unaligned access init functions  KVM: riscv: selftests: Add Zaamo/Zalrsc extensions to get-reg-list test  RISC-V: KVM: Allow Zaamo/Zalrsc extensions for Guest/VM  riscv: hwprobe: export Zaamo and Zalrsc extensions  riscv: add parsing for Zaamo and Zalrsc extensions  dt-bindings: riscv: add Zaamo and Zalrsc ISA extension description  riscv: fgraph: Fix stack layout to match __arch_ftrace_regs argument of ftrace_return_to_handler  riscv: fgraph: Select HAVE_FUNCTION_GRAPH_TRACER depends on HAVE_DYNAMIC_FTRACE_WITH_ARGS  riscv: Fix missing __free_pages() in check_vector_unaligned_access()  riscv: Fix the __riscv_copy_vec_words_unaligned implementation  riscv: mm: Don&apos;t use %pK through printk  ...

            List of files:
            /linux/net/bluetooth/hidp/Kconfig</description>
        <pubDate>Wed, 26 Mar 2025 23:54:12 +0100</pubDate>
        <dc:creator>Palmer Dabbelt &lt;palmer@rivosinc.com&gt;</dc:creator>
    </item>
<item>
        <title>f8da37e46253316d29a274a6747cb69007bc81f2 - Merge 6.14-rc3 into usb-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Kconfig#f8da37e46253316d29a274a6747cb69007bc81f2</link>
        <description>Merge 6.14-rc3 into usb-nextWe need the USB fixes in here as well.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/net/bluetooth/hidp/Kconfig</description>
        <pubDate>Mon, 17 Feb 2025 07:33:47 +0100</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>e749820252c73a17da97cc18b68fec7b6299cfd3 - Merge 6.14-rc3 into tty-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Kconfig#e749820252c73a17da97cc18b68fec7b6299cfd3</link>
        <description>Merge 6.14-rc3 into tty-nextWe need the tty changes in here as well.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/net/bluetooth/hidp/Kconfig</description>
        <pubDate>Mon, 17 Feb 2025 07:25:34 +0100</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>21fd84953571c7d2b73552ffcf0d0d1bcc7e8a20 - Merge tag &apos;i2c-host-6.15&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-mergewindow</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Kconfig#21fd84953571c7d2b73552ffcf0d0d1bcc7e8a20</link>
        <description>Merge tag &apos;i2c-host-6.15&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-mergewindowi2c-host updates for v6.15Refactoring and cleanups - octeon, cadence, i801, pasemi, mlxbf, bcm-iproc: general   refactorings - octeon: remove 10-bit address supportImprovements - amd-asf: improved error handling - designware: use guard(mutex) - amd-asf, designware: update naming to follow latest specs - cadence: fix cleanup path in probe - i801: use MMIO and I/O mapping helpers to access registers - pxa: handle error after clk_prepare_enableNew features - added i2c_10bit_addr_*_from_msg() and updated multiple drivers - omap: added multiplexer state handling - qcom-geni: update frequency configuration - qup: introduce DMA usage policyNew hardware support - exynos: add support for Samsung exynos7870 - k1: add support for spacemit k1 (new driver) - imx: add support for i.mx94 lpi2c - rk3x: add support for rk3562Multiplexers - ltc4306, reg: fix assignment in platform_driver structure

            List of files:
            /linux/net/bluetooth/hidp/Kconfig</description>
        <pubDate>Tue, 25 Mar 2025 12:35:59 +0100</pubDate>
        <dc:creator>Wolfram Sang &lt;wsa+renesas@sang-engineering.com&gt;</dc:creator>
    </item>
<item>
        <title>046cc01be6b9d139b49dfc396b7201c633ff1a26 - Merge 6.14-rc6 into char-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Kconfig#046cc01be6b9d139b49dfc396b7201c633ff1a26</link>
        <description>Merge 6.14-rc6 into char-misc-nextWe need the fixes in here as well to build on top of.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/net/bluetooth/hidp/Kconfig</description>
        <pubDate>Mon, 10 Mar 2025 07:31:51 +0100</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>2ce177e9b3649afa9c19cc71460f3ad50e7fd344 - Merge 6.14-rc3 into driver-core-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Kconfig#2ce177e9b3649afa9c19cc71460f3ad50e7fd344</link>
        <description>Merge 6.14-rc3 into driver-core-nextWe need the faux_device changes in here for future work.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/net/bluetooth/hidp/Kconfig</description>
        <pubDate>Mon, 17 Feb 2025 07:24:33 +0100</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>0410c6121529409b08e81a77ae3ee58c657e2243 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Kconfig#0410c6121529409b08e81a77ae3ee58c657e2243</link>
        <description>Merge drm/drm-next into drm-xe-nextSync to fix conlicts between drm-xe-next and drm-intel-next.Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;

            List of files:
            /linux/net/bluetooth/hidp/Kconfig</description>
        <pubDate>Fri, 28 Feb 2025 15:54:14 +0100</pubDate>
        <dc:creator>Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8918e180a6fd67fc9864f2ba18186b4573f8a61b - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Kconfig#8918e180a6fd67fc9864f2ba18186b4573f8a61b</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to fix conlicts between drm-xe-next and drm-intel-next.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/net/bluetooth/hidp/Kconfig</description>
        <pubDate>Fri, 28 Feb 2025 10:25:36 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>130377304ed09e54ff35a8974372498aad7059f3 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Kconfig#130377304ed09e54ff35a8974372498aad7059f3</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get fixes from v6.14-rc4.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/net/bluetooth/hidp/Kconfig</description>
        <pubDate>Tue, 25 Feb 2025 11:43:10 +0100</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>230804a89319a76c6e653caadc98a870877548cc - Merge branch &apos;mlx5-next&apos; into wip/leon-for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Kconfig#230804a89319a76c6e653caadc98a870877548cc</link>
        <description>Merge branch &apos;mlx5-next&apos; into wip/leon-for-nextThis is merge of shared branch between RDMA and net-next trees.* mlx5-next: (550 commits)  net/mlx5: Change POOL_NEXT_SIZE define value and make it global  net/mlx5: Add new health syndrome error and crr bit offset  Linux 6.14-rc3  ...Signed-off-by: Leon Romanovsky &lt;leon@kernel.org&gt;

            List of files:
            /linux/net/bluetooth/hidp/Kconfig</description>
        <pubDate>Tue, 25 Feb 2025 10:04:46 +0100</pubDate>
        <dc:creator>Leon Romanovsky &lt;leon@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>fb51bf02551958265b7116f6ba92752295c83c26 - Merge tag &apos;v6.14-rc4&apos; into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Kconfig#fb51bf02551958265b7116f6ba92752295c83c26</link>
        <description>Merge tag &apos;v6.14-rc4&apos; into drm-nextBackmerge Linux 6.14-rc4 at the request of tzimmermann so misc-nextcan base on rc4.Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux/net/bluetooth/hidp/Kconfig</description>
        <pubDate>Tue, 25 Feb 2025 08:36:09 +0100</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>bd4319b6c2b36aa5c6534aec1dbe16921ec960ef - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf bpf-6.14-rc4</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Kconfig#bd4319b6c2b36aa5c6534aec1dbe16921ec960ef</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf bpf-6.14-rc4Cross-merge bpf fixes after downstream PR (bpf-6.14-rc4).Minor conflict:  kernel/bpf/btf.cAdjacent changes:  kernel/bpf/arena.c  kernel/bpf/btf.c  kernel/bpf/syscall.c  kernel/bpf/verifier.c  mm/memory.cSigned-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/net/bluetooth/hidp/Kconfig</description>
        <pubDate>Fri, 21 Feb 2025 03:10:24 +0100</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
