This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 8326f5e1a47b Merge tag 'firewire-updates-6.11' of git://git.kernel.org/ [...]
new 395a02d04ed4 landlock: Use bit-fields for storing handled layer access masks
new 33c97e7c0338 landlock: Clarify documentation for struct landlock_ruleset_attr
new f4b89d8ce5a8 landlock: Various documentation improvements
new 9fa23750c6e5 Merge tag 'landlock-6.11-rc1' of git://git.kernel.org/pub/ [...]
new 5350f6ec55df mtd: cfi: Get rid of redundant 'else'
new cf4ccd1c029e mtd: physmap: Use *-y instead of *-objs in Makefile
new a5cf054d325e mtd: make mtd_test.c a separate module
new f32ded4b5575 mtd: add missing MODULE_DESCRIPTION() macros
new 2538af030d6f mtd: cmdlinepart: Replace `dbg()` macro with `pr_debug()`
new be1d1a76570c mtd: spi-nor: Remove support for Xilinx S3AN flashes
new 9539d12d9f52 mtd: spi-nor: get rid of non-power-of-2 page size handling
new d323a41884a9 mtd: spi-nor: remove .setup() callback
new 2d95d1324844 mtd: spi-nor: get rid of SPI_NOR_NO_FR
new e159079a8be0 mtd: spi-nor: simplify spi_nor_get_flash_info()
new d35df77707bf mtd: spi-nor: winbond: fix w25q128 regression
new b93f410b8b2a Merge tag 'spi-nor/for-6.11' into mtd/next
new 4e976b1521ca dt-bindings: mtd: amlogic,meson-nand: support fields for b [...]
new 2234585f5c12 mtd: rawnand: meson: refactor use of 'meson_nfc_cmd_access()'
new 04a81b4f9ba1 mtd: rawnand: meson: read/write access for boot ROM pages
new 94beaa25c78e mtd: rawnand: mxc: separate page read from ecc calc
new d3dfbae6d4ad mtd: rawnand: mxc: implement exec_op
new 726005052d2a mtd: rawnand: mxc: support software ECC
new 8675330ac7b7 mtd: rawnand: cadence: remove unused struct 'ecc_info'
new 70cdc145c42e dt-bindings: mtd: gpmi-nand: Add 'fsl,imx8qxp-gpmi-nand' c [...]
new 355235842d0a mtd: rawnand: gpmi: add 'support_edo_timing' in gpmi_devdata
new cbbfb0b4f897 mtd: rawnand: gpmi: add iMX8QXP support.
new bf66d81975d4 mtd: rawnand: mxc: use 'time_left' variable with wait_for_ [...]
new e33df1c488d6 mtd: rawnand: intel: use 'time_left' variable with wait_fo [...]
new 14427d4b8831 dt-bindings: mtd: qcom,nandc: Define properties at top-level
new 478211867460 mtd: rawnand: lpx32xx: Request DMA channels using DT entries
new aacbb6c837df mtd: spinand: macronix: Add support for reading Device ID 2
new d29e8e28d6d5 mtd: spinand: macronix: Add support for serial NAND flash
new a503f91a3645 mtd: rawnand: lpx32xx: Fix dma_request_chan() error checks
new 78a0b13f5744 Merge tag 'nand/for-6.11' into mtd/next
new c43a20e4a520 Merge tag 'mtd/for-6.11' of git://git.kernel.org/pub/scm/l [...]
The 35 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../bindings/mtd/amlogic,meson-nand.yaml | 18 +
.../devicetree/bindings/mtd/gpmi-nand.yaml | 22 +
.../devicetree/bindings/mtd/qcom,nandc.yaml | 38 +-
Documentation/userspace-api/landlock.rst | 2 +-
drivers/mtd/chips/cfi_cmdset_0020.c | 1 +
drivers/mtd/chips/cfi_util.c | 1 +
drivers/mtd/maps/Makefile | 11 +-
drivers/mtd/maps/map_funcs.c | 1 +
drivers/mtd/nand/raw/cadence-nand-controller.c | 5 -
drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c | 20 +-
drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.h | 6 +-
drivers/mtd/nand/raw/intel-nand-controller.c | 6 +-
drivers/mtd/nand/raw/lpc32xx_mlc.c | 26 +-
drivers/mtd/nand/raw/lpc32xx_slc.c | 26 +-
drivers/mtd/nand/raw/meson_nand.c | 86 ++-
drivers/mtd/nand/raw/mxc_nand.c | 700 ++++++++++-----------
drivers/mtd/nand/spi/macronix.c | 64 +-
drivers/mtd/parsers/brcm_u-boot.c | 1 +
drivers/mtd/parsers/cmdlinepart.c | 18 +-
drivers/mtd/parsers/tplink_safeloader.c | 1 +
drivers/mtd/spi-nor/Makefile | 1 -
drivers/mtd/spi-nor/core.c | 188 +++---
drivers/mtd/spi-nor/core.h | 12 -
drivers/mtd/spi-nor/everspin.c | 19 +-
drivers/mtd/spi-nor/winbond.c | 2 +
drivers/mtd/spi-nor/xilinx.c | 169 -----
drivers/mtd/tests/Makefile | 34 +-
drivers/mtd/tests/mtd_test.c | 9 +
include/linux/mtd/cfi.h | 32 +-
include/uapi/linux/landlock.h | 66 +-
security/landlock/limits.h | 2 -
security/landlock/ruleset.c | 4 -
security/landlock/ruleset.h | 24 +-
security/landlock/syscalls.c | 17 +-
34 files changed, 767 insertions(+), 865 deletions(-)
delete mode 100644 drivers/mtd/spi-nor/xilinx.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.36/master
in repository glibc.
from b0471d1605 Linux: Make __rseq_size useful for feature detection (bug 31965)
new f908fa07c6 misc: Add support for Linux uio.h RWF_NOAPPEND flag
new e47b88d2fb aio: Fix freeing memory
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
manual/llio.texi | 4 ++++
misc/tst-preadvwritev2-common.c | 5 ++++-
rt/aio_misc.c | 2 +-
sysdeps/unix/sysv/linux/bits/uio-ext.h | 1 +
4 files changed, 10 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from f557af081de6 Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.o [...]
new 0858582e7e1d nvdimm/btt: use sizeof(*pointer) instead of sizeof(type)
new 3101daba2b08 ACPI: NFIT: add missing MODULE_DESCRIPTION() macro
new 5b2480febf86 nvdimm: add missing MODULE_DESCRIPTION() macros
new 1d5198dd08ac dax: add missing MODULE_DESCRIPTION() macros
new f48b344a527a testing: nvdimm: iomap: add MODULE_DESCRIPTION()
new b0d478e34dbf testing: nvdimm: Add MODULE_DESCRIPTION() macros
new 13a7871541b7 Merge tag 'libnvdimm-for-6.11' of git://git.kernel.org/pub [...]
new 7bd10e0e3a74 firewire: core: add enumerator of self ID sequences and it [...]
new 93389767da62 firewire: core: add helper function to handle port status [...]
new 10f5aee03787 firewire: core: minor code refactoring for topology builder
new e404cacfc5ed firewire: ohci: minor code refactoring for self ID logging
new 24b7f8e5cd65 firewire: core: use helper functions for self ID sequence
new a16931ac6d8e firewire: ohci: use helper functions for self ID sequence
new baf9d20b99ab firewire: core: add common inline functions to serialize/d [...]
new 8f035147f095 firewire: core: use helper inline functions to deserialize [...]
new f9a228364e5e firewire: ohci: use helper inline functions to serialize/d [...]
new 1ccfd1a4c809 firewire: core: arrangement header inclusion for tracepoin [...]
new 677ceae19073 firewire: core: add tracepoints event for self_id_sequence
new 75d47101fa37 firewire: core: add tests for serialization/deserializatio [...]
new 67e51784c197 firewire: core: use inline helper functions to serialize p [...]
new 2fd22faf0e9f firewire: core: record card index in tracepoints event for [...]
new ae24ba769b5c firewire: core: undefine macros after use in tracepoints events
new 25e6e00d3f78 firewire: core: add tracepoints events for allocation/deal [...]
new 9f16ac725b23 firewire: core: add tracepoints events for setting channel [...]
new 4e64210f6712 firewire: core: add tracepoints events for starting/stoppi [...]
new c0b0ce6c4790 firewire: core: add tracepoints events for flushing of iso [...]
new 8320b63e028f firewire: core: add tracepoints events for flushing comple [...]
new 1f3c0d794df6 firewire: core: add tracepoints events for queueing packet [...]
new daf763c2d6d1 firewire: core: add tracepoints events for completions of [...]
new 001c1ff5dc39 firewire: ohci: add support for Linux kernel tracepoints
new 0d8914165dd1 firewire: ohci: add tracepoints event for hardIRQ event
new 502099acb8cb firewire: core: Fix spelling mistakes in tracepoint messages
new f26a38e61c03 firewire: ohci: use common macro to interpret be32 data in [...]
new c538b06de6ce firewire: ohci: use static function to handle endian issue [...]
new 7a14f78d70dd firewire: ohci: add static inline functions to deserialize [...]
new 4a13617ef311 firewire: ohci: use inline functions to operate data of se [...]
new 526e21a2aa6f firewire: ohci: add tracepoints event for data of Self-ID DMA
new 9f349e8e532d Revert "firewire: ohci: use common macro to interpret be32 [...]
new 06dcc4c9baa9 firewire: core: move copy_port_status() helper function to [...]
new 8326f5e1a47b Merge tag 'firewire-updates-6.11' of git://git.kernel.org/ [...]
The 40 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
drivers/acpi/nfit/core.c | 1 +
drivers/dax/cxl.c | 1 +
drivers/dax/device.c | 1 +
drivers/dax/hmem/hmem.c | 1 +
drivers/dax/kmem.c | 1 +
drivers/dax/pmem.c | 1 +
drivers/dax/super.c | 1 +
drivers/firewire/.kunitconfig | 2 +
drivers/firewire/Kconfig | 31 ++
drivers/firewire/Makefile | 2 +
drivers/firewire/core-iso.c | 32 ++
drivers/firewire/core-topology.c | 219 ++++------
drivers/firewire/core-trace.c | 11 +
drivers/firewire/core-transaction.c | 24 +-
drivers/firewire/ohci-serdes-test.c | 56 +++
drivers/firewire/ohci.c | 237 +++++++----
drivers/firewire/ohci.h | 43 +-
drivers/firewire/packet-header-definitions.h | 2 +
drivers/firewire/packet-serdes-test.c | 334 +++++++++++++++
drivers/firewire/phy-packet-definitions.h | 302 +++++++++++++
drivers/firewire/self-id-sequence-helper-test.c | 152 +++++++
drivers/nvdimm/btt.c | 5 +-
drivers/nvdimm/core.c | 1 +
drivers/nvdimm/e820.c | 1 +
drivers/nvdimm/nd_virtio.c | 1 +
drivers/nvdimm/of_pmem.c | 1 +
drivers/nvdimm/pmem.c | 1 +
include/trace/events/firewire.h | 541 +++++++++++++++++++++++-
include/trace/events/firewire_ohci.h | 101 +++++
tools/testing/nvdimm/test/iomap.c | 1 +
tools/testing/nvdimm/test/ndtest.c | 1 +
tools/testing/nvdimm/test/nfit.c | 1 +
32 files changed, 1885 insertions(+), 224 deletions(-)
create mode 100644 drivers/firewire/ohci-serdes-test.c
create mode 100644 drivers/firewire/phy-packet-definitions.h
create mode 100644 drivers/firewire/self-id-sequence-helper-test.c
create mode 100644 include/trace/events/firewire_ohci.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 391d9041f0 NEWS: add fixed security advisories list
new 5dc1408bb5 contrib.texi: update
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
manual/contrib.texi | 34 +++++++++++++++++++++++++++++-----
1 file changed, 29 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 9f26b04c3e9 Update after creating 2.43 branch
new 7934cb137a7 gdb: don't display inferior list for pending breakpoints
new b172d94b62b gdb: remove breakpoint_re_set_one
new de5dc49e435 gdb: remove tracepoint_probe_create_sals_from_location_spec
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gdb/breakpoint.c | 47 ++------
.../modules-solib.c => gdb.multi/pending-bp-lib.c} | 9 +-
.../{gdb.dap/modules.c => gdb.multi/pending-bp.c} | 43 +++++--
gdb/testsuite/gdb.multi/pending-bp.exp | 126 +++++++++++++++++++++
4 files changed, 176 insertions(+), 49 deletions(-)
copy gdb/testsuite/{gdb.dap/modules-solib.c => gdb.multi/pending-bp-lib.c} (92%)
copy gdb/testsuite/{gdb.dap/modules.c => gdb.multi/pending-bp.c} (52%)
create mode 100644 gdb/testsuite/gdb.multi/pending-bp.exp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from fa455c3b5d NEWS: add more major improvements for 2.40
new ad6e85aad5 NEWS: add resolved bugs list
new 391d9041f0 NEWS: add fixed security advisories list
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
NEWS | 156 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 152 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12
in repository gcc.
from 319b57fb02b rs6000: Fix .machine cpu selection w/ altivec [PR97367]
new a551d0330d6 Avoid undefined behaviour in build_option_suggestions
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/opt-suggestions.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13
in repository gcc.
from 130edabae09 s390: Fix unresolved iterators bhfgq and xdee
new a23deb15053 Avoid undefined behaviour in build_option_suggestions
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/opt-suggestions.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7357ba20af4 Add bitint to options for testcase
new 493c55578fe Output CodeView function information
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/dwarf2codeview.cc | 291 +++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 288 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.