Patch "selinux: use "grep -E" instead of "egrep"" has been added to the 5.15-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    selinux: use "grep -E" instead of "egrep"

to the 5.15-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     selinux-use-grep-e-instead-of-egrep.patch
and it can be found in the queue-5.15 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.


>From c969bb8dbaf2f3628927eae73e7c579a74cf1b6e Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 20 Sep 2022 19:12:52 +0200
Subject: selinux: use "grep -E" instead of "egrep"

From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

commit c969bb8dbaf2f3628927eae73e7c579a74cf1b6e upstream.

The latest version of grep claims that egrep is now obsolete so the build
now contains warnings that look like:
	egrep: warning: egrep is obsolescent; using grep -E
fix this by using "grep -E" instead.

Cc: Paul Moore <paul@xxxxxxxxxxxxxx>
Cc: Stephen Smalley <stephen.smalley.work@xxxxxxxxx>
Cc: Eric Paris <eparis@xxxxxxxxxxxxxx>
Cc: selinux@xxxxxxxxxxxxxxx
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
[PM: tweak to remove vdso reference, cleanup subj line]
Signed-off-by: Paul Moore <paul@xxxxxxxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
---
 scripts/selinux/install_policy.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/scripts/selinux/install_policy.sh
+++ b/scripts/selinux/install_policy.sh
@@ -78,7 +78,7 @@ cd /etc/selinux/dummy/contexts/files
 $SF -F file_contexts /
 
 mounts=`cat /proc/$$/mounts | \
-	egrep "ext[234]|jfs|xfs|reiserfs|jffs2|gfs2|btrfs|f2fs|ocfs2" | \
+	grep -E "ext[234]|jfs|xfs|reiserfs|jffs2|gfs2|btrfs|f2fs|ocfs2" | \
 	awk '{ print $2 '}`
 $SF -F file_contexts $mounts
 


Patches currently in stable-queue which might be from gregkh@xxxxxxxxxxxxxxxxxxx are

queue-5.15/drm-nouveau-kms-nv140-disable-interlacing.patch
queue-5.15/i2c-designware-fix-handling-of-real-but-unexpected-device-interrupts.patch
queue-5.15/net-thunderbolt-enable-dma-paths-only-after-rings-are-enabled.patch
queue-5.15/riscv-always-honor-the-config_cmdline_force-when-parsing-dtb.patch
queue-5.15/drm-i915-fix-watermark-calculations-for-gen12-rc-ccs-modifier.patch
queue-5.15/nvme-multipath-fix-possible-hang-in-live-ns-resize-with-ana-access.patch
queue-5.15/fs-dlm-handle-ebusy-first-in-lock-arg-validation.patch
queue-5.15/tracing-fix-reading-strings-from-synthetic-events.patch
queue-5.15/kvm-nvmx-unconditionally-purge-queued-injected-events-on-nested-exit.patch
queue-5.15/iio-pressure-dps310-refactor-startup-procedure.patch
queue-5.15/revert-drm-amdgpu-use-dirty-framebuffer-helper.patch
queue-5.15/parisc-fbdev-stifb-align-graphics-memory-size-to-4mb.patch
queue-5.15/ext4-update-state-fc_regions_size-after-successful-memory-allocation.patch
queue-5.15/alsa-rawmidi-drop-register_mutex-in-snd_rawmidi_free.patch
queue-5.15/tracing-add-ioctl-to-force-ring-buffer-waiters-to-wake-up.patch
queue-5.15/mtd-rawnand-atmel-unmap-streaming-dma-mappings.patch
queue-5.15/ext4-fix-null-ptr-deref-in-ext4_write_info.patch
queue-5.15/nfsd-protect-against-send-buffer-overflow-in-nfsv2-read.patch
queue-5.15/ring-buffer-have-the-shortest_full-queue-be-the-shortest-not-longest.patch
queue-5.15/thunderbolt-explicitly-enable-lane-adapter-hotplug-events-at-startup.patch
queue-5.15/fs-dlm-fix-race-between-test_bit-and-queue_work.patch
queue-5.15/riscv-allow-prot_write-only-mmap.patch
queue-5.15/iio-dac-ad5593r-fix-i2c-read-protocol-requirements.patch
queue-5.15/ring-buffer-add-ring_buffer_wake_waiters.patch
queue-5.15/kvm-vmx-drop-bits-31-16-when-shoving-exception-error-code-into-vmcs.patch
queue-5.15/asoc-wcd9335-fix-order-of-slimbus-unprepare-disable.patch
queue-5.15/io_uring-net-don-t-update-msg_name-if-not-provided.patch
queue-5.15/nfsd-protect-against-send-buffer-overflow-in-nfsv3-read.patch
queue-5.15/tracing-move-duplicate-code-of-trace_kprobe-eprobe.c-into-header.patch
queue-5.15/jbd2-fix-potential-buffer-head-reference-count-leak.patch
queue-5.15/riscv-pass-mno-relax-only-on-lld-15.0.0.patch
queue-5.15/f2fs-increase-the-limit-for-reserve_root.patch
queue-5.15/alsa-oss-fix-potential-deadlock-at-unregistration.patch
queue-5.15/serial-8250-request-full-16550a-feature-probing-for-oxsemi-pcie-devices.patch
queue-5.15/powerpc-boot-explicitly-disable-usage-of-spe-instructions.patch
queue-5.15/tracing-add-fault-name-injection-to-kernel-probes.patch
queue-5.15/serial-8250-let-drivers-request-full-16550a-feature-probing.patch
queue-5.15/selinux-use-grep-e-instead-of-egrep.patch
queue-5.15/kvm-nvmx-don-t-propagate-vmcs12-s-perf_global_ctrl-settings-to-vmcs02.patch
queue-5.15/f2fs-fix-to-do-sanity-check-on-destination-blkaddr-during-recovery.patch
queue-5.15/ext4-fix-miss-release-buffer-head-in-ext4_fc_write_inode.patch
queue-5.15/platform-chrome-cros_ec_proto-update-version-on-get_next_event-failure.patch
queue-5.15/alsa-usb-audio-fix-potential-memory-leaks.patch
queue-5.15/ext4-ext4_read_bh_lock-should-submit-io-if-the-buffer-isn-t-uptodate.patch
queue-5.15/xen-gntdev-accommodate-vma-splitting.patch
queue-5.15/ext4-place-buffer-head-allocation-before-handle-start.patch
queue-5.15/ring-buffer-fix-race-between-reset-page-and-reading-page.patch
queue-5.15/fbdev-smscufx-fix-use-after-free-in-ufx_ops_open.patch
queue-5.15/jbd2-fix-potential-use-after-free-in-jbd2_fc_wait_bufs.patch
queue-5.15/tracing-wake-up-ring-buffer-waiters-on-closing-of-the-file.patch
queue-5.15/drm-i915-fix-watermark-calculations-for-gen12-mc-ccs-modifier.patch
queue-5.15/tracing-disable-interrupt-or-preemption-before-acquiring-arch_spinlock_t.patch
queue-5.15/hardening-avoid-harmless-clang-option-under-config_init_stack_all_zero.patch
queue-5.15/arm64-errata-add-cortex-a55-to-the-repeat-tlbi-list.patch
queue-5.15/hardening-remove-clang-s-enable-flag-for-ftrivial-auto-var-init-zero.patch
queue-5.15/media-cedrus-set-the-platform-driver-data-earlier.patch
queue-5.15/xhci-dbc-fix-memory-leak-in-xhci_alloc_dbc.patch
queue-5.15/can-kvaser_usb_leaf-fix-overread-with-an-invalid-command.patch
queue-5.15/iio-pressure-dps310-reset-chip-after-timeout.patch
queue-5.15/drm-virtio-check-whether-transferred-2d-bo-is-shmem.patch
queue-5.15/mm-damon-validate-if-the-pmd-entry-is-present-before-accessing.patch
queue-5.15/riscv-make-vm_write-imply-vm_read.patch
queue-5.15/drm-i915-fix-watermark-calculations-for-gen12-ccs-cc-modifier.patch
queue-5.15/asoc-wcd934x-fix-order-of-slimbus-unprepare-disable.patch
queue-5.15/scsi-qedf-populate-sysfs-attributes-for-vport.patch
queue-5.15/riscv-topology-fix-default-topology-reporting.patch
queue-5.15/risc-v-make-port-i-o-string-accessors-actually-work.patch
queue-5.15/efi-libstub-drop-pointless-get_memory_map-call.patch
queue-5.15/can-kvaser_usb_leaf-fix-can-state-after-restart.patch
queue-5.15/slimbus-qcom-ngd-use-correct-error-in-message-of-pdr_add_lookup-failure.patch
queue-5.15/hid-multitouch-add-memory-barriers.patch
queue-5.15/tracing-wake-up-waiters-when-tracing-is-disabled.patch
queue-5.15/can-kvaser_usb-fix-use-of-uninitialized-completion.patch
queue-5.15/alsa-hda-realtek-add-quirk-for-asus-gv601r-laptop.patch
queue-5.15/f2fs-complete-checkpoints-during-remount.patch
queue-5.15/staging-greybus-audio_helper-remove-unused-and-wrong-debugfs-usage.patch
queue-5.15/alsa-hda-realtek-correct-pin-configs-for-asus-g533z.patch
queue-5.15/arm64-topology-move-store_cpu_topology-to-shared-code.patch
queue-5.15/ring-buffer-allow-splice-to-read-previous-partially-read-pages.patch
queue-5.15/alsa-hda-realtek-remove-alc289_fixup_dual_spk-for-dell-5530.patch
queue-5.15/alsa-hda-realtek-add-intel-reference-ssid-to-support-headset-keys.patch
queue-5.15/ext4-fix-dir-corruption-when-ext4_dx_add_entry-fails.patch
queue-5.15/media-cedrus-fix-endless-loop-in-cedrus_h265_skip_bits.patch
queue-5.15/ksmbd-fix-user-namespace-mapping.patch
queue-5.15/f2fs-flush-pending-checkpoints-when-freezing-super.patch
queue-5.15/btrfs-fix-race-between-quota-enable-and-quota-rescan-ioctl.patch
queue-5.15/ext4-fix-potential-memory-leak-in-ext4_fc_record_modified_inode.patch
queue-5.15/btrfs-set-generation-before-calling-btrfs_clean_tree_block-in-btrfs_init_new_buffer.patch
queue-5.15/nvmem-core-fix-memleak-in-nvmem_register.patch
queue-5.15/um-cpuinfo-fix-a-warning-for-config_cpumask_offstack.patch
queue-5.15/ksmbd-fix-wrong-return-value-and-message-length-check-in-smb2_ioctl.patch
queue-5.15/iio-ltc2497-fix-reading-conversion-results.patch
queue-5.15/cifs-fix-the-error-length-of-validate_negotiate_info-message.patch
queue-5.15/mm-mmap-undo-mmap-when-arch_validate_flags-fails.patch
queue-5.15/cifs-destage-dirty-pages-before-re-reading-them-for-cache-none.patch
queue-5.15/hwmon-gsc-hwmon-call-of_node_get-before-of_find_xxx-api.patch
queue-5.15/ext4-make-ext4_lazyinit_thread-freezable.patch
queue-5.15/drm-amd-display-fix-vblank-refcount-in-vrr-transition.patch
queue-5.15/nvme-pci-set-min_align_mask-before-calculating-max_hw_sectors.patch
queue-5.15/nfsd-protect-against-send-buffer-overflow-in-nfsv3-readdir.patch
queue-5.15/ext4-fix-potential-memory-leak-in-ext4_fc_record_regions.patch
queue-5.15/kvm-x86-emulator-fix-handing-of-pop-ss-to-correctly-set-interruptibility.patch
queue-5.15/regulator-qcom_rpm-fix-circular-deferral-regression.patch
queue-5.15/jbd2-add-miss-release-buffer-head-in-fc_do_one_pass.patch
queue-5.15/f2fs-fix-to-do-sanity-check-on-summary-info.patch
queue-5.15/fs-record-i_dirty_time-even-if-inode-already-has-i_dirty_inode.patch
queue-5.15/ring-buffer-check-pending-waiters-when-doing-wake-ups-as-well.patch
queue-5.15/blk-wbt-call-rq_qos_add-after-wb_normal-is-initialized.patch
queue-5.15/drm-virtio-unlock-reservations-on-virtio_gpu_object_shmem_init-error.patch
queue-5.15/slimbus-qcom-ngd-cleanup-in-probe-error-path.patch
queue-5.15/pinctrl-rockchip-add-pinmux_ops.gpio_set_direction-callback.patch
queue-5.15/quota-check-next-prev-free-block-number-after-reading-from-quota-file.patch
queue-5.15/usb-add-quirks-for-lenovo-onelink-dock.patch
queue-5.15/gpio-rockchip-request-gpio-mux-to-pinctrl-when-setting-direction.patch
queue-5.15/drm-udl-restore-display-mode-on-resume.patch
queue-5.15/xen-gntdev-prevent-leaking-grants.patch
queue-5.15/pci-sanitise-firmware-bar-assignments-behind-a-pci-pci-bridge.patch
queue-5.15/drm-nouveau-fix-a-use-after-free-in-nouveau_gem_prime_import_sg_table.patch
queue-5.15/smb3-must-initialize-two-acl-struct-fields-to-zero.patch
queue-5.15/iio-adc-ad7923-fix-channel-readings-for-some-variants.patch
queue-5.15/mmc-sdhci-sprd-fix-minimum-clock-limit.patch
queue-5.15/drm-virtio-use-appropriate-atomic-state-in-virtio_gpu_plane_cleanup_fb.patch
queue-5.15/ext4-don-t-increase-iversion-counter-for-ea_inodes.patch
queue-5.15/dmaengine-mxs-use-platform_driver_register.patch
queue-5.15/ksmbd-fix-endless-loop-when-encryption-for-response-fails.patch
queue-5.15/ext4-avoid-crash-when-inline-data-creation-follows-dio-write.patch
queue-5.15/can-kvaser_usb_leaf-fix-tx-queue-out-of-sync-after-restart.patch
queue-5.15/hv_netvsc-fix-race-between-vf-offering-and-vf-association-message-from-host.patch
queue-5.15/alsa-usb-audio-fix-null-dererence-at-error-path.patch
queue-5.15/jbd2-wake-up-journal-waiters-in-fifo-order-not-lifo.patch
queue-5.15/ext4-fix-check-for-block-being-out-of-directory-size.patch
queue-5.15/ftrace-properly-unset-ftrace_hash_fl_mod.patch
queue-5.15/powercap-intel_rapl-use-standard-energy-unit-for-spr-dram-rapl-domain.patch
queue-5.15/livepatch-fix-race-between-fork-and-klp-transition.patch



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux