<?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>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/smb/Kconfig#c17ee635fd3a482b2ad2bf5e269755c2eae5f25e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixes7.0-rc1 was just released, let&apos;s merge it to kick the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/fs/smb/Kconfig</description>
        <pubDate>Mon, 23 Feb 2026 10:09:45 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8a5203c630c67d578975ff237413f5e0b5000af8 - Merge tag &apos;v7.0-rc-part1-smb3-client-fixes&apos; of git://git.samba.org/sfrench/cifs-2.6</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/smb/Kconfig#8a5203c630c67d578975ff237413f5e0b5000af8</link>
        <description>Merge tag &apos;v7.0-rc-part1-smb3-client-fixes&apos; of git://git.samba.org/sfrench/cifs-2.6Pull smb client updates from Steve French: - multichannel improvements, including making add channel async at   mount time - fix potential double free in open path - retry fixes - locking improvements - fix potential directory lease races - cleanup patches for client headers - patches to better split out SMB1 code - minor cleanup of structs for gcc 14 warnings - error handling improvements* tag &apos;v7.0-rc-part1-smb3-client-fixes&apos; of git://git.samba.org/sfrench/cifs-2.6: (74 commits)  cifs: Fix the copyright banner on smb1maperror.c  smb: common: add header guards to fs/smb/common/smb2status.h  smb: client: Avoid a dozen -Wflex-array-member-not-at-end warnings  smb/client: remove useless comment in mapping_table_ERRSRV  smb/client: remove some literal NT error codes from ntstatus_to_dos_map  smb/client: add NT_STATUS_VOLUME_NOT_UPGRADED  smb/client: add NT_STATUS_NO_USER_KEYS  smb/client: add NT_STATUS_WRONG_EFS  smb/client: add NT_STATUS_NO_EFS  smb/client: add NT_STATUS_NO_RECOVERY_POLICY  smb/client: add NT_STATUS_RANGE_NOT_FOUND  smb/client: add NT_STATUS_DECRYPTION_FAILED  smb/client: add NT_STATUS_ENCRYPTION_FAILED  smb/client: add NT_STATUS_DIRECTORY_IS_A_REPARSE_POINT  smb/client: add NT_STATUS_VOLUME_DISMOUNTED  smb/client: add NT_STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPT  smb/client: add NT_STATUS_VARIABLE_NOT_FOUND  smb/client: rename ERRinvlevel to ERRunknownlevel  smb/client: add NT_STATUS_OS2_INVALID_LEVEL  smb/client: map NT_STATUS_INVALID_INFO_CLASS to ERRbadpipe  ...

            List of files:
            /linux/fs/smb/Kconfig</description>
        <pubDate>Tue, 10 Feb 2026 01:46:51 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>480afcb19b61385dfe64840d87c355293a5fa698 - smb/client: introduce KUnit test to check search result of smb2_error_map_table</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/smb/Kconfig#480afcb19b61385dfe64840d87c355293a5fa698</link>
        <description>smb/client: introduce KUnit test to check search result of smb2_error_map_tableThe KUnit test are executed when cifs.ko is loaded.Just like `fs/ext4/mballoc.c` includes `fs/ext4/mballoc-test.c`.`smb2maperror.c` also includes `smb2maperror_test.c`, allowing KUnittests to access any functions and variables in `smb2maperror.c`.The maperror_test_check_search() checks whether all elements can becorrectly found in the array.Suggested-by: David Howells &lt;dhowells@redhat.com&gt;Signed-off-by: ChenXiaoSong &lt;chenxiaosong@kylinos.cn&gt;Signed-off-by: Steve French &lt;stfrench@microsoft.com&gt;

            List of files:
            /linux/fs/smb/Kconfig</description>
        <pubDate>Sun, 18 Jan 2026 10:13:13 +0100</pubDate>
        <dc:creator>ChenXiaoSong &lt;chenxiaosong@kylinos.cn&gt;</dc:creator>
    </item>
<item>
        <title>1ac731c529cd4d6adbce134754b51ff7d822b145 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/smb/Kconfig#1ac731c529cd4d6adbce134754b51ff7d822b145</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.6 merge window.

            List of files:
            /linux/fs/smb/Kconfig</description>
        <pubDate>Thu, 31 Aug 2023 01:06:38 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2612e3bbc0386368a850140a6c9b990cd496a5ec - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/smb/Kconfig#2612e3bbc0386368a850140a6c9b990cd496a5ec</link>
        <description>Merge drm/drm-next into drm-intel-nextCatching-up with drm-next and drm-intel-gt-next.It will unblock a code refactor around the platformdefinitions (names vs acronyms).Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/fs/smb/Kconfig</description>
        <pubDate>Mon, 07 Aug 2023 23:14:42 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9f771739a04919226081a107167596de75108fbb - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/smb/Kconfig#9f771739a04919226081a107167596de75108fbb</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextNeed to pull in b3e4aae612ec (&quot;drm/i915/hdcp: Modify hdcp_gsc_message msg sending mechanism&quot;) asa dependency for https://patchwork.freedesktop.org/series/121735/Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/fs/smb/Kconfig</description>
        <pubDate>Mon, 07 Aug 2023 12:29:40 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>50501936288d6a29d7ef78f25d00e33240fad45f - Merge tag &apos;v6.4&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/smb/Kconfig#50501936288d6a29d7ef78f25d00e33240fad45f</link>
        <description>Merge tag &apos;v6.4&apos; into nextSync up with mainline to bring in updates to shared infrastructure.

            List of files:
            /linux/fs/smb/Kconfig</description>
        <pubDate>Mon, 17 Jul 2023 18:20:46 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0791faebfe750292a8a842b64795a390ca4a3b51 - ASoC: Merge v6.5-rc2</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/smb/Kconfig#0791faebfe750292a8a842b64795a390ca4a3b51</link>
        <description>ASoC: Merge v6.5-rc2Get a similar baseline to my other branches, and fixes for people usingthe branch.

            List of files:
            /linux/fs/smb/Kconfig</description>
        <pubDate>Mon, 17 Jul 2023 07:12:31 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>e80b500370e71b8cd7dd64be4080cee0a3e5068f - Merge branch &apos;for-6.5/apple&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/smb/Kconfig#e80b500370e71b8cd7dd64be4080cee0a3e5068f</link>
        <description>Merge branch &apos;for-6.5/apple&apos; into for-linus- improved support for Keychron K8 keyboard (Lasse Brun)

            List of files:
            /linux/fs/smb/Kconfig</description>
        <pubDate>Tue, 27 Jun 2023 22:37:24 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>5f004bcaee4cb552cf1b46a505f18f08777db7e5 - Merge tag &apos;v6.4&apos; into rdma.git for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/smb/Kconfig#5f004bcaee4cb552cf1b46a505f18f08777db7e5</link>
        <description>Merge tag &apos;v6.4&apos; into rdma.git for-nextLinux 6.4Resolve conflicts between rdma rc and next in rxe_cq matching linux-next:drivers/infiniband/sw/rxe/rxe_cq.c:  https://lore.kernel.org/r/20230622115246.365d30ad@canb.auug.org.auSigned-off-by: Jason Gunthorpe &lt;jgg@nvidia.com&gt;

            List of files:
            /linux/fs/smb/Kconfig</description>
        <pubDate>Tue, 27 Jun 2023 19:06:29 +0200</pubDate>
        <dc:creator>Jason Gunthorpe &lt;jgg@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>f121ab7f4ac32ed2aa51035534926f9507a8308b - Merge tag &apos;irqchip-6.5&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/smb/Kconfig#f121ab7f4ac32ed2aa51035534926f9507a8308b</link>
        <description>Merge tag &apos;irqchip-6.5&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/corePull irqchip updates from Marc Zyngier:  - A number of Loogson/Loogarch fixes  - Allow the core code to retrigger an interrupt that has    fired while the same interrupt is being handled on another    CPU, papering over a GICv3 architecture issue  - Work around an integration problem on ASR8601, where the CPU    numbering isn&apos;t representable in the GIC implementation...  - Add some missing interrupt to the STM32 irqchip  - A bunch of warning squashing triggered by W=1 buildsLink: https://lore.kernel.org/r/20230623224345.3577134-1-maz@kernel.org

            List of files:
            /linux/fs/smb/Kconfig</description>
        <pubDate>Mon, 26 Jun 2023 11:05:49 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>de8a334f215c5a5c5bb070df4325af824d7eaaf1 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/smb/Kconfig#de8a334f215c5a5c5bb070df4325af824d7eaaf1</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging into drm-misc-next to get commit 2c1c7ba457d4(&quot;drm/amdgpu: support partition drm devices&quot;), which is required to fixcommit 0adec22702d4 (&quot;drm: Remove struct drm_driver.gem_prime_mmap&quot;).Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/fs/smb/Kconfig</description>
        <pubDate>Mon, 19 Jun 2023 16:33:14 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>cce3b573a52a41dd7face9dbf745f10f9bf4632b - Backmerge tag &apos;v6.4-rc7&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/smb/Kconfig#cce3b573a52a41dd7face9dbf745f10f9bf4632b</link>
        <description>Backmerge tag &apos;v6.4-rc7&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextLinux 6.4-rc7Need this to pull in the msm work.Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux/fs/smb/Kconfig</description>
        <pubDate>Mon, 19 Jun 2023 07:59:52 +0200</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>b7c268638db1a27305abe9cb371c13c3a7a8868b - regmap: Merge up v6.4-rc6</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/smb/Kconfig#b7c268638db1a27305abe9cb371c13c3a7a8868b</link>
        <description>regmap: Merge up v6.4-rc6The fix for maple tree RCU locking on sync is a dependency for theblock sync code for the maple tree.

            List of files:
            /linux/fs/smb/Kconfig</description>
        <pubDate>Mon, 12 Jun 2023 15:50:15 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>be9aac187433af6abba5fcc2e73d91d0794ba360 - Merge tag &apos;v6.4-rc5&apos; into media_stage</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/smb/Kconfig#be9aac187433af6abba5fcc2e73d91d0794ba360</link>
        <description>Merge tag &apos;v6.4-rc5&apos; into media_stageLinux 6.4-rc5* tag &apos;v6.4-rc5&apos;: (919 commits)  Linux 6.4-rc5  leds: qcom-lpg: Fix PWM period limits  selftests/ftrace: Choose target function for filter test from samples  KVM: selftests: Add test for race in kvm_recalculate_apic_map()  KVM: x86: Bail from kvm_recalculate_phys_map() if x2APIC ID is out-of-bounds  KVM: x86: Account fastpath-only VM-Exits in vCPU stats  KVM: SVM: vNMI pending bit is V_NMI_PENDING_MASK not V_NMI_BLOCKING_MASK  KVM: x86/mmu: Grab memslot for correct address space in NX recovery worker  tpm, tpm_tis: correct tpm_tis_flags enumeration values  Revert &quot;ext4: remove ac-&gt;ac_found &gt; sbi-&gt;s_mb_min_to_scan dead check in ext4_mb_check_limits&quot;  media: uvcvideo: Don&apos;t expose unsupported formats to userspace  media: v4l2-subdev: Fix missing kerneldoc for client_caps  media: staging: media: imx: initialize hs_settle to avoid warning  media: v4l2-mc: Drop subdev check in v4l2_create_fwnode_links_to_pad()  riscv: Implement missing huge_ptep_get  riscv: Fix huge_ptep_set_wrprotect when PTE is a NAPOT  module/decompress: Fix error checking on zstd decompression  fork, vhost: Use CLONE_THREAD to fix freezer/ps regression  dt-bindings: serial: 8250_omap: add rs485-rts-active-high  selinux: don&apos;t use make&apos;s grouped targets feature yet  ...

            List of files:
            /linux/fs/smb/Kconfig</description>
        <pubDate>Fri, 09 Jun 2023 11:12:41 +0200</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>30e15cb0fbb51513586a49d299798245a1c4a207 - spi-geni-qcom: Add new interfaces and utilise them</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/smb/Kconfig#30e15cb0fbb51513586a49d299798245a1c4a207</link>
        <description>spi-geni-qcom: Add new interfaces and utilise themMerge series from Vijaya Krishna Nivarthi &lt;quic_vnivarth@quicinc.com&gt;:A &quot;known issue&quot; during implementation of SE DMA for spi geni driver wasthat it does DMA map/unmap internally instead of in spi framework.Current patches remove this hiccup and also clean up code a bit.Testing revealed no regressions and results with 1000 iterations ofreading from EC showed no loss of performance.Results=======Before - Iteration 999, min=5.10, max=5.17, avg=5.14, ints=25129After  - Iteration 999, min=5.10, max=5.20, avg=5.15, ints=25153

            List of files:
            /linux/fs/smb/Kconfig</description>
        <pubDate>Wed, 07 Jun 2023 14:28:09 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>5c68005083d620b1499fc81926a514d39ae8b88c - Merge tag &apos;v6.4-rc4&apos; into wpan-next/staging</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/smb/Kconfig#5c68005083d620b1499fc81926a514d39ae8b88c</link>
        <description>Merge tag &apos;v6.4-rc4&apos; into wpan-next/stagingLinux 6.4-rc4

            List of files:
            /linux/fs/smb/Kconfig</description>
        <pubDate>Tue, 06 Jun 2023 10:42:42 +0200</pubDate>
        <dc:creator>Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>2076b2a4a6b7e36a33dad178ff6f7c45657b00cc - Merge 6.4-rc5 into tty-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/smb/Kconfig#2076b2a4a6b7e36a33dad178ff6f7c45657b00cc</link>
        <description>Merge 6.4-rc5 into tty-nextWe need the tty fixes in here as well.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/fs/smb/Kconfig</description>
        <pubDate>Mon, 05 Jun 2023 07:41:04 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>899e373ef0b0d3f1c2712a849f019de4f46bfa02 - Merge tag &apos;v6.4-rc4&apos; into v4l_for_linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/smb/Kconfig#899e373ef0b0d3f1c2712a849f019de4f46bfa02</link>
        <description>Merge tag &apos;v6.4-rc4&apos; into v4l_for_linusLinux 6.4-rc4* tag &apos;v6.4-rc4&apos;: (606 commits)  Linux 6.4-rc4  cxl: Explicitly initialize resources when media is not ready  x86: re-introduce support for ERMS copies for user space accesses  NVMe: Add MAXIO 1602 to bogus nid list.  module: error out early on concurrent load of the same module file  x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platforms  cpufreq: amd-pstate: Update policy-&gt;cur in amd_pstate_adjust_perf()  io_uring: unlock sqd-&gt;lock before sq thread release CPU  MAINTAINERS: update arm64 Microchip entries  udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().  net: phy: mscc: enable VSC8501/2 RGMII RX clock  net: phy: mscc: remove unnecessary phydev locking  net: phy: mscc: add support for VSC8501  net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLE  net/handshake: Enable the SNI extension to work properly  net/handshake: Unpin sock-&gt;file if a handshake is cancelled  net/handshake: handshake_genl_notify() shouldn&apos;t ignore @flags  net/handshake: Fix uninitialized local variable  net/handshake: Fix handshake_dup() ref counting  net/handshake: Remove unneeded check from handshake_dup()  ...

            List of files:
            /linux/fs/smb/Kconfig</description>
        <pubDate>Sun, 04 Jun 2023 14:50:38 +0200</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a03a91bd68cb00c615e602cf605e6be12bedaa90 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/smb/Kconfig#a03a91bd68cb00c615e602cf605e6be12bedaa90</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netCross-merge networking fixes after downstream PR.No conflicts.Adjacent changes:drivers/net/ethernet/sfc/tc.c  622ab656344a (&quot;sfc: fix error unwinds in TC offload&quot;)  b6583d5e9e94 (&quot;sfc: support TC decap rules matching on enc_src_port&quot;)net/mptcp/protocol.c  5b825727d087 (&quot;mptcp: add annotations around msk-&gt;subflow accesses&quot;)  e76c8ef5cc5b (&quot;mptcp: refactor mptcp_stream_accept()&quot;)Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/fs/smb/Kconfig</description>
        <pubDate>Fri, 02 Jun 2023 00:33:03 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
