<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><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/Makefile#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/Makefile</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/Makefile#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/Makefile</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>e01e99a5ec2143d441c6ca0ce89abf3adb61cc12 - Bluetooth: enable context analysis</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Makefile#e01e99a5ec2143d441c6ca0ce89abf3adb61cc12</link>
        <description>Bluetooth: enable context analysisEnable compiler context analysis for Bluetooth subsystem and drivers.Signed-off-by: Pauli Virtanen &lt;pav@iki.fi&gt;Signed-off-by: Luiz Augusto von Dentz &lt;luiz.von.dentz@intel.com&gt;

            List of files:
            /linux/net/bluetooth/hidp/Makefile</description>
        <pubDate>Sun, 14 Jun 2026 12:27:06 +0200</pubDate>
        <dc:creator>Pauli Virtanen &lt;pav@iki.fi&gt;</dc:creator>
    </item>
<item>
        <title>58e16d792a6a8c6b750f637a4649967fcac853dc - Merge branch &apos;ti-sysc-fixes&apos; into fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Makefile#58e16d792a6a8c6b750f637a4649967fcac853dc</link>
        <description>Merge branch &apos;ti-sysc-fixes&apos; into fixes

            List of files:
            /linux/net/bluetooth/hidp/Makefile</description>
        <pubDate>Tue, 13 Aug 2019 12:40:10 +0200</pubDate>
        <dc:creator>Tony Lindgren &lt;tony@atomide.com&gt;</dc:creator>
    </item>
<item>
        <title>c39f2d9db0fd81ea20bb5cce9b3f082ca63753e2 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Makefile#c39f2d9db0fd81ea20bb5cce9b3f082ca63753e2</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare second round of input updates for 5.3 merge window.

            List of files:
            /linux/net/bluetooth/hidp/Makefile</description>
        <pubDate>Sat, 20 Jul 2019 06:07:56 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ecb41832bd2a7a3f8ac93527cec5e51e3827daed - Merge tag &apos;v5.2&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Makefile#ecb41832bd2a7a3f8ac93527cec5e51e3827daed</link>
        <description>Merge tag &apos;v5.2&apos; into nextSync up with mainline to resolve conflicts in iforce driver.

            List of files:
            /linux/net/bluetooth/hidp/Makefile</description>
        <pubDate>Mon, 15 Jul 2019 18:42:32 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>74acee309fb2a434dce215d44014e6f8e06975ae - Merge branches &apos;for-5.2/fixes&apos;, &apos;for-5.3/doc&apos;, &apos;for-5.3/ish&apos;, &apos;for-5.3/logitech&apos; and &apos;for-5.3/wacom&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Makefile#74acee309fb2a434dce215d44014e6f8e06975ae</link>
        <description>Merge branches &apos;for-5.2/fixes&apos;, &apos;for-5.3/doc&apos;, &apos;for-5.3/ish&apos;, &apos;for-5.3/logitech&apos; and &apos;for-5.3/wacom&apos; into for-linus

            List of files:
            /linux/net/bluetooth/hidp/Makefile</description>
        <pubDate>Wed, 10 Jul 2019 01:39:57 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>3c53c6255d598db7084c5c3d7553d7200e857818 - Merge tag &apos;asoc-v5.3&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Makefile#3c53c6255d598db7084c5c3d7553d7200e857818</link>
        <description>Merge tag &apos;asoc-v5.3&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Updates for v5.3This is a very big update, mainly thanks to Morimoto-san&apos;s refactoringwork and some fairly large new drivers. - Lots more work on moving towards a component based framework from   Morimoto-san. - Support for force disconnecting muxes from Jerome Brunet. - New drivers for Cirrus Logic CS47L35, CS47L85 and CS47L90, Conexant   CX2072X, Realtek RT1011 and RT1308.Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux/net/bluetooth/hidp/Makefile</description>
        <pubDate>Mon, 08 Jul 2019 14:45:20 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>1d2af80d581d1bae81594e497cd57e345235b940 - Merge tag &apos;nand/for-5.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux into mtd/next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Makefile#1d2af80d581d1bae81594e497cd57e345235b940</link>
        <description>Merge tag &apos;nand/for-5.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux into mtd/nextNAND core changes:- use longest matching pattern in -&gt;exec_op() default parser- export NAND operation tracer- add flag to indicate panic_write in MTD- use kzalloc() instead of kmalloc() and memset()Raw NAND controller drivers changes:- brcmnand:  * fix BCH ECC layout for large page NAND parts  * fallback to detected ecc-strength, ecc-step-size  * when oops in progress use pio and interrupt polling  * code refactor code to introduce helper functions  * add support for v7.3 controller- FSMC:  * use nand_op_trace for operation tracing- GPMI:  * move all driver code into single file  * various cleanups (including dmaengine changes)  * use runtime PM to manage clocks  * implement exec_op- MTK:  * correct low level time calculation of r/w cycle  * improve data sampling timing for read cycle  * add validity check for CE# pin setting  * fix wrongly assigned OOB buffer pointer issue  * re-license MTK NAND driver as Dual MIT/GPL- STM32:  * manage the get_irq error case  * increase DMA completion timeoutsRaw NAND chips drivers changes:- Macronix: add read-retry supportOnenand driver changes:- add support for 8Gb datasize chips- avoid fall-through warningsSPI-NAND changes:- define macros for page-read ops with three-byte addresses- add support for two-byte device IDs and then for GigaDevice  GD5F1GQ4UFxxG- add initial support for Paragon PN26G0xA- handle the case where the last page read has bitflips

            List of files:
            /linux/net/bluetooth/hidp/Makefile</description>
        <pubDate>Sat, 06 Jul 2019 22:51:56 +0200</pubDate>
        <dc:creator>Richard Weinberger &lt;richard@nod.at&gt;</dc:creator>
    </item>
<item>
        <title>371bb62158d53c1fc33e2fb9b6aeb9522caf6cf4 - Merge tag &apos;v5.2-rc6&apos; into rdma.git for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Makefile#371bb62158d53c1fc33e2fb9b6aeb9522caf6cf4</link>
        <description>Merge tag &apos;v5.2-rc6&apos; into rdma.git for-nextFor dependencies in next patches.Resolve conflicts:- Use uverbs_get_cleared_udata() with new cq allocation flow- Continue to delete nes despite SPDX conflict- Resolve list appends in mlx5_command_str()- Use u16 for vport_rule stuff- Resolve list appends in struct ib_clientSigned-off-by: Jason Gunthorpe &lt;jgg@mellanox.com&gt;

            List of files:
            /linux/net/bluetooth/hidp/Makefile</description>
        <pubDate>Sat, 29 Jun 2019 02:18:23 +0200</pubDate>
        <dc:creator>Jason Gunthorpe &lt;jgg@mellanox.com&gt;</dc:creator>
    </item>
<item>
        <title>53c8b29abe42e5601cfa0ea5962532f0cfdec8a0 - Merge tag &apos;v5.2-rc6&apos; into asoc-5.3</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Makefile#53c8b29abe42e5601cfa0ea5962532f0cfdec8a0</link>
        <description>Merge tag &apos;v5.2-rc6&apos; into asoc-5.3Linux 5.2-rc6

            List of files:
            /linux/net/bluetooth/hidp/Makefile</description>
        <pubDate>Wed, 26 Jun 2019 13:39:34 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>355a47ae7ebcf9d605aa809b259d380422e81b8d - Merge remote-tracking branch &apos;drm/drm-next&apos; into drm-misc-next-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Makefile#355a47ae7ebcf9d605aa809b259d380422e81b8d</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into drm-misc-next-fixesSome fixes have been accidentally pushed to this, so I cannot fost-forward.Required to pull in the remove-fbcon-notifiers fixes.Signed-off-by: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;

            List of files:
            /linux/net/bluetooth/hidp/Makefile</description>
        <pubDate>Wed, 26 Jun 2019 12:22:54 +0200</pubDate>
        <dc:creator>Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2ee692802b8f6c54bd6499addd3d07c2833d84d8 - Merge tag &apos;topic/remove-fbcon-notifiers-2019-06-14-1&apos; of git://anongit.freedesktop.org/drm/drm-misc into fbdev-for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Makefile#2ee692802b8f6c54bd6499addd3d07c2833d84d8</link>
        <description>Merge tag &apos;topic/remove-fbcon-notifiers-2019-06-14-1&apos; of git://anongit.freedesktop.org/drm/drm-misc into fbdev-for-nexttopic/remove-fbcon-notifiers:- remove fbdev notifier usage for fbcon, as prep work to clean up the fbcon locking- assorted locking checks in vt/console code- assorted notifier and cleanups in fbdev and backlight codeOne trivial merge conflict fixed.Signed-off-by: Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;

            List of files:
            /linux/net/bluetooth/hidp/Makefile</description>
        <pubDate>Wed, 19 Jun 2019 15:18:48 +0200</pubDate>
        <dc:creator>Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>e1d700f7c94e755106749411706a38e39a93404b - Merge tag &apos;v5.2-rc4&apos; into regulator-5.3</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Makefile#e1d700f7c94e755106749411706a38e39a93404b</link>
        <description>Merge tag &apos;v5.2-rc4&apos; into regulator-5.3Linux 5.2-rc4

            List of files:
            /linux/net/bluetooth/hidp/Makefile</description>
        <pubDate>Tue, 18 Jun 2019 20:12:47 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8afecfb0ec961e37e61b2d19c4fa71617a9482de - Merge tag &apos;v5.2-rc4&apos; into mauro</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Makefile#8afecfb0ec961e37e61b2d19c4fa71617a9482de</link>
        <description>Merge tag &apos;v5.2-rc4&apos; into mauroWe need to pick up post-rc1 changes to various document files so they don&apos;tget lost in Mauro&apos;s massive RST conversion push.

            List of files:
            /linux/net/bluetooth/hidp/Makefile</description>
        <pubDate>Fri, 14 Jun 2019 22:18:53 +0200</pubDate>
        <dc:creator>Jonathan Corbet &lt;corbet@lwn.net&gt;</dc:creator>
    </item>
<item>
        <title>4343f61103cdb8ccd6f3d5dd7168f1176a1cee37 - Merge tag &apos;v5.2-rc4&apos; into spi-5.3</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Makefile#4343f61103cdb8ccd6f3d5dd7168f1176a1cee37</link>
        <description>Merge tag &apos;v5.2-rc4&apos; into spi-5.3Linux 5.2-rc4

            List of files:
            /linux/net/bluetooth/hidp/Makefile</description>
        <pubDate>Mon, 10 Jun 2019 19:52:53 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0154ec71d597692a0d0682b19eac4b3adfb7f3dc - Merge 5.2-rc4 into char-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Makefile#0154ec71d597692a0d0682b19eac4b3adfb7f3dc</link>
        <description>Merge 5.2-rc4 into char-misc-nextWe want the char/misc driver fixes in here as well.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/net/bluetooth/hidp/Makefile</description>
        <pubDate>Sun, 09 Jun 2019 09:11:21 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>888dc273ea4e7ca332a6f73d10dfc8f2b212c803 - Merge 5.2-rc3 into tty-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Makefile#888dc273ea4e7ca332a6f73d10dfc8f2b212c803</link>
        <description>Merge 5.2-rc3 into tty-nextWe want the tty/serial fixes in here as well.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/net/bluetooth/hidp/Makefile</description>
        <pubDate>Mon, 03 Jun 2019 13:53:20 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>f7b6a8b30cedaa64ba18d80f1fb3404274281639 - Merge tag &apos;v5.2-rc3&apos; into perf/core, to pick up fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Makefile#f7b6a8b30cedaa64ba18d80f1fb3404274281639</link>
        <description>Merge tag &apos;v5.2-rc3&apos; into perf/core, to pick up fixesSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/net/bluetooth/hidp/Makefile</description>
        <pubDate>Mon, 03 Jun 2019 11:56:35 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>23004ec330925e6834c8ddac00e3dd12eb5fb345 - Merge 5.2-rc3 into staging-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/bluetooth/hidp/Makefile#23004ec330925e6834c8ddac00e3dd12eb5fb345</link>
        <description>Merge 5.2-rc3 into staging-nextWe need the staging fixes in here as well.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/net/bluetooth/hidp/Makefile</description>
        <pubDate>Mon, 03 Jun 2019 07:27:16 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
</channel>
</rss>
